[SCM] freeplane packaging branch, master, updated. debian/1.1.3-2-52-g4b68a3f

Felix Natter fnatter at gmx.net
Sat Apr 6 15:27:32 UTC 2013


The following commit has been merged in the master branch:
commit aa5db775521c8acb6eedfe59d0d8aec71801fc46
Author: Felix Natter <fnatter at gmx.net>
Date:   Fri Mar 22 20:02:39 2013 +0100

    Imported Upstream version 1.2.22

diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/SpellChecker.java b/JOrtho_0.4_freeplane/src/com/inet/jortho/SpellChecker.java
index e37ccf6..55b44c4 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/SpellChecker.java
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/SpellChecker.java
@@ -505,7 +505,7 @@ public class SpellChecker {
 	 * @return the current <code>Dictionary</code> or null if not set.
 	 * @see #registerDictionaries(URL, String, String)
 	 */
-	static Dictionary getCurrentDictionary() {
+	public static Dictionary getCurrentDictionary() {
 		return currentDictionary;
 	}
 
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/Tokenizer.java b/JOrtho_0.4_freeplane/src/com/inet/jortho/Tokenizer.java
index 1bc2409..e22e187 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/Tokenizer.java
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/Tokenizer.java
@@ -35,7 +35,7 @@ import javax.swing.text.Utilities;
  * Break the text and words and search for misspelling.
  * @author Volker Berlin
  */
-class Tokenizer {
+public class Tokenizer {
 	private final Dictionary dictionary;
 	private final Document doc;
 	/** end offset of current paragraph */
@@ -151,7 +151,7 @@ class Tokenizer {
 	/**
 	 * Get the next misspelling word. If not found then it return null.
 	 */
-	String nextInvalidWord() {
+	public String nextInvalidWord() {
 		isFirstWordInSentence = false;
 		while (true) {
 			if (endWord == BreakIterator.DONE) {
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource.properties
index a540347..8c6b1fd 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource.properties
@@ -1,16 +1,16 @@
-addDictionaries = Add dictionaries...
-addToDictionary = Add to Dictionary
-change = Change
-changeAll = Change All
-close = Close
-delete = Delete
-disable = Disable Spellchecker
-editDictionary = Edit dictionary
-ignore = Ignore Once
-ignoreAll = Ignore All
-languages = Languages
-msgFinish = The Spell check is finished.
-notInDictionary = Not in Dictionary
-spelling = Spelling
-suggestions = Suggestions
-userDictionary = User dictionary
+addDictionaries=Add dictionaries...
+addToDictionary=Add to Dictionary
+change=Change
+changeAll=Change All
+close=Close
+delete=Delete
+disable=Disable Spellchecker
+editDictionary=Edit dictionary
+ignore=Ignore Once
+ignoreAll=Ignore All
+languages=Languages
+msgFinish=The Spell check is finished.
+notInDictionary=Not in Dictionary
+spelling=Spelling
+suggestions=Suggestions
+userDictionary=User dictionary
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_cs.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_cs.properties
index e8c5362..a16ec3e 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_cs.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_cs.properties
@@ -1,15 +1,15 @@
-addDictionaries = P\u0159idat slovn\u00edky...
-addToDictionary = P\u0159idat do slovn\u00edku
-change = Zam\u011bnit
-changeAll = Zam\u011b\u0148ovat
-close = Storno
-delete = Odstranit
-editDictionary = Upravit slovn\u00edk
-ignore = P\u0159esko\u010dit
-ignoreAll = P\u0159eskakovat
-languages = Jazyky
-msgFinish = Kontrola pravopisu je dokon\u010dena.
-notInDictionary = Nen\u00ed ve slovn\u00edku
-spelling = Pravopis
-suggestions = N\u00e1vrhy
-userDictionary = U\u017eivatelsk\u00fd slovn\u00edk
+addDictionaries=P\u0159idat slovn\u00edky...
+addToDictionary=P\u0159idat do slovn\u00edku
+change=Zam\u011bnit
+changeAll=Zam\u011b\u0148ovat
+close=Storno
+delete=Odstranit
+editDictionary=Upravit slovn\u00edk
+ignore=P\u0159esko\u010dit
+ignoreAll=P\u0159eskakovat
+languages=Jazyky
+msgFinish=Kontrola pravopisu je dokon\u010dena.
+notInDictionary=Nen\u00ed ve slovn\u00edku
+spelling=Pravopis
+suggestions=N\u00e1vrhy
+userDictionary=U\u017eivatelsk\u00fd slovn\u00edk
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_de.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_de.properties
index d25c271..9005465 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_de.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_de.properties
@@ -1,16 +1,16 @@
-addDictionaries = W?rterb\u00fccher hinzuf\u00fcgen...
-addToDictionary = Zum W?rterbuch hinzuf\u00fcgen
-change = \u00c4ndern
-changeAll = Alle \u00e4ndern
-close = Schlie\u00dfen
-delete = L\u00f6schen
-disable = Keine Pr\u00fcfung
-editDictionary = W\u00f6rterbuch bearbeiten
-ignore = Einmal ignorieren
-ignoreAll = Alle ignorieren
-languages = Sprachen
-msgFinish = Die Rechtschreibpr\u00fcfung ist abgeschlossen.
-notInDictionary = Nicht im W\u00f6rterbuch
-spelling = Rechtschreibung
-suggestions = Vorschl\u00e4ge
-userDictionary = Benutzerw\u00f6rterbuch
+addDictionaries=W?rterb\u00fccher hinzuf\u00fcgen...
+addToDictionary=Zum W?rterbuch hinzuf\u00fcgen
+change=\u00c4ndern
+changeAll=Alle \u00e4ndern
+close=Schlie\u00dfen
+delete=L\u00f6schen
+disable=Keine Pr\u00fcfung
+editDictionary=W\u00f6rterbuch bearbeiten
+ignore=Einmal ignorieren
+ignoreAll=Alle ignorieren
+languages=Sprachen
+msgFinish=Die Rechtschreibpr\u00fcfung ist abgeschlossen.
+notInDictionary=Nicht im W\u00f6rterbuch
+spelling=Rechtschreibung
+suggestions=Vorschl\u00e4ge
+userDictionary=Benutzerw\u00f6rterbuch
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es.properties
index 9e607d2..8853b28 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es.properties
@@ -1,15 +1,15 @@
-addDictionaries = A\u00f1adir diccionarios
-addToDictionary = A\u00f1ada al diccionario
-change = Cambia
-changeAll = Cambia todo
-close = Cerrar
-delete = Borrar
-editDictionary = Editar diccionario
-ignore = Ignora una vez
-ignoreAll = Ignora todo
-languages = Idiomas
-msgFinish = El corrector ortogr\u00e1fico termin\u00f3
-notInDictionary = No est\u00e1 en el diccionario
-spelling = Deletreando
-suggestions = Sugerencias
-userDictionary = Diccionario de usario
+addDictionaries=A\u00f1adir diccionarios
+addToDictionary=A\u00f1ada al diccionario
+change=Cambia
+changeAll=Cambia todo
+close=Cerrar
+delete=Borrar
+editDictionary=Editar diccionario
+ignore=Ignora una vez
+ignoreAll=Ignora todo
+languages=Idiomas
+msgFinish=El corrector ortogr\u00e1fico termin\u00f3
+notInDictionary=No est\u00e1 en el diccionario
+spelling=Deletreando
+suggestions=Sugerencias
+userDictionary=Diccionario de usario
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es_MX.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es_MX.properties
index 9e607d2..8853b28 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es_MX.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_es_MX.properties
@@ -1,15 +1,15 @@
-addDictionaries = A\u00f1adir diccionarios
-addToDictionary = A\u00f1ada al diccionario
-change = Cambia
-changeAll = Cambia todo
-close = Cerrar
-delete = Borrar
-editDictionary = Editar diccionario
-ignore = Ignora una vez
-ignoreAll = Ignora todo
-languages = Idiomas
-msgFinish = El corrector ortogr\u00e1fico termin\u00f3
-notInDictionary = No est\u00e1 en el diccionario
-spelling = Deletreando
-suggestions = Sugerencias
-userDictionary = Diccionario de usario
+addDictionaries=A\u00f1adir diccionarios
+addToDictionary=A\u00f1ada al diccionario
+change=Cambia
+changeAll=Cambia todo
+close=Cerrar
+delete=Borrar
+editDictionary=Editar diccionario
+ignore=Ignora una vez
+ignoreAll=Ignora todo
+languages=Idiomas
+msgFinish=El corrector ortogr\u00e1fico termin\u00f3
+notInDictionary=No est\u00e1 en el diccionario
+spelling=Deletreando
+suggestions=Sugerencias
+userDictionary=Diccionario de usario
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_fr.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_fr.properties
index 56e74b4..e133072 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_fr.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_fr.properties
@@ -1,15 +1,15 @@
-addDictionaries = Ajouter au dictionnaire
-addToDictionary = Ajouter au dictionnaire
-change = Changer
-changeAll = Changer tout
-close = Fermer
-delete = Effacer
-editDictionary = \u00c9diter le dictionnaire
-ignore = Ignorer une fois
-ignoreAll = Ignorer tous
-languages = Langues
-msgFinish = La v\u00e9rification de l\u2019orthographe est termin\u00e9e.
-notInDictionary = Pas dans le dictionnaire
-spelling = Orthographe
-suggestions = Propositions
-userDictionary = Dictionnaire d\u2019usage
+addDictionaries=Ajouter au dictionnaire
+addToDictionary=Ajouter au dictionnaire
+change=Changer
+changeAll=Changer tout
+close=Fermer
+delete=Effacer
+editDictionary=\u00c9diter le dictionnaire
+ignore=Ignorer une fois
+ignoreAll=Ignorer tous
+languages=Langues
+msgFinish=La v\u00e9rification de l\u2019orthographe est termin\u00e9e.
+notInDictionary=Pas dans le dictionnaire
+spelling=Orthographe
+suggestions=Propositions
+userDictionary=Dictionnaire d\u2019usage
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_hr.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_hr.properties
index 5928f43..e91ea8b 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_hr.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_hr.properties
@@ -1,16 +1,16 @@
-addDictionaries = Dodaj rje\u010dnike...
-addToDictionary = Dodaj u rje\u010dnik
-change = Promijeni
-changeAll = Promijeni sve
-close = Zatvori
-delete = Obri\u0161i
-disable = Onemogu\u0107i provjeru pravopisa
-editDictionary = Uredi rje\u010dnik
-ignore = Zanemari jednom
-ignoreAll = Zanemari sve
-languages = Jezici
-msgFinish = Provjera pravopisa je zavr\u0161ena.
-notInDictionary = Nije u rje\u010dniku
-spelling = Provjera pravopisa
-suggestions = Prijedlozi
-userDictionary = Korisni\u010dki rje\u010dnik 
+addDictionaries=Dodaj rje\u010dnike...
+addToDictionary=Dodaj u rje\u010dnik
+change=Promijeni
+changeAll=Promijeni sve
+close=Zatvori
+delete=Obri\u0161i
+disable=Onemogu\u0107i provjeru pravopisa
+editDictionary=Uredi rje\u010dnik
+ignore=Zanemari jednom
+ignoreAll=Zanemari sve
+languages=Jezici
+msgFinish=Provjera pravopisa je zavr\u0161ena.
+notInDictionary=Nije u rje\u010dniku
+spelling=Provjera pravopisa
+suggestions=Prijedlozi
+userDictionary=Korisni\u010dki rje\u010dnik 
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_it.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_it.properties
index a47ab6e..c7b9426 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_it.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_it.properties
@@ -1,16 +1,16 @@
-addDictionaries = Aggiungere dizionari
-addToDictionary = Aggiungere al dizionario
-change = Cambiare
-changeAll = Cambiare tutti
-close = Chiudi
-delete = Eliminare
-disable = Disabilitare Controllo
-editDictionary = Modifica Dizionario
-ignore = Ignorare una volta
-ignoreAll = Ignorare tutti
-languages = Lingue
-msgFinish = Controllo ortografico terminato
-notInDictionary = Non nel dizionario
-spelling = Ortografia
-suggestions = Suggerimenti
-userDictionary = Dizionario Utente
+addDictionaries=Aggiungere dizionari
+addToDictionary=Aggiungere al dizionario
+change=Cambiare
+changeAll=Cambiare tutti
+close=Chiudi
+delete=Eliminare
+disable=Disabilitare Controllo
+editDictionary=Modifica Dizionario
+ignore=Ignorare una volta
+ignoreAll=Ignorare tutti
+languages=Lingue
+msgFinish=Controllo ortografico terminato
+notInDictionary=Non nel dizionario
+spelling=Ortografia
+suggestions=Suggerimenti
+userDictionary=Dizionario Utente
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_nl.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_nl.properties
index c44b839..f3ccd63 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_nl.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_nl.properties
@@ -1,16 +1,16 @@
-addDictionaries = Voeg woordenlijst toe...
-addToDictionary = Aan woordenlijst toeveoegen
-change = Verander
-changeAll = Verander alles
-close = Sluit
-delete = Wis
-disable = Spellingscontrole uitschakelen
-editDictionary = Bewerk woordenlijst
-ignore = Negeer eenmaal
-ignoreAll = Negeer alles
-languages = Talen
-msgFinish = De spellingscontrole is klaar
-notInDictionary = Niet in de woordenlijst
-spelling = Spelling
-suggestions = Suggesties
-userDictionary = Persoonlijke woordenlijst
+addDictionaries=Voeg woordenlijst toe...
+addToDictionary=Aan woordenlijst toeveoegen
+change=Verander
+changeAll=Verander alles
+close=Sluit
+delete=Wis
+disable=Spellingscontrole uitschakelen
+editDictionary=Bewerk woordenlijst
+ignore=Negeer eenmaal
+ignoreAll=Negeer alles
+languages=Talen
+msgFinish=De spellingscontrole is klaar
+notInDictionary=Niet in de woordenlijst
+spelling=Spelling
+suggestions=Suggesties
+userDictionary=Persoonlijke woordenlijst
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_pl.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_pl.properties
index ca43a56..6de4edd 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_pl.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_pl.properties
@@ -1,15 +1,15 @@
-addDictionaries = Dodaj s\u0142owniki...
-addToDictionary = Dodaj do s\u0142ownika
-change = Zmie\u0144
-changeAll = Zmie\u0144 wszystkie
-close = Zamknij
-delete = Usu\u0144
-editDictionary = Edytuj s\u0142ownik
-ignore = Ignoruj raz
-ignoreAll = Ignoruj wszystkie
-languages = J\u0119zyk
-msgFinish = Zako\u0144czono sprawdzanie.
-notInDictionary = Nie ma w s\u0142owniku
-spelling = Pisownia
-suggestions = Propozycje
-userDictionary = S\u0142ownik u\u017cytkownika
+addDictionaries=Dodaj s\u0142owniki...
+addToDictionary=Dodaj do s\u0142ownika
+change=Zmie\u0144
+changeAll=Zmie\u0144 wszystkie
+close=Zamknij
+delete=Usu\u0144
+editDictionary=Edytuj s\u0142ownik
+ignore=Ignoruj raz
+ignoreAll=Ignoruj wszystkie
+languages=J\u0119zyk
+msgFinish=Zako\u0144czono sprawdzanie.
+notInDictionary=Nie ma w s\u0142owniku
+spelling=Pisownia
+suggestions=Propozycje
+userDictionary=S\u0142ownik u\u017cytkownika
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_ru.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_ru.properties
index 433bb1a..06790b2 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_ru.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_ru.properties
@@ -1,15 +1,15 @@
-addDictionaries = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u043e\u0432\u0430\u0440\u0438\u2026
-addToDictionary = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a \u0441\u043b\u043e\u0432\u0430\u0440\u044e
-change = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
-changeAll = \u0412\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c
-close = \u0417\u0430\u043a\u0440\u044b\u0442\u044c
-delete = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-editDictionary = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u043e\u0432\u0430\u0440\u044c
-ignore = \u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-ignoreAll = \u0412\u0441\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-languages = \u042f\u0437\u044b\u043a\u0438
-msgFinish = \u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u043e\u043d\u0447\u0435\u043d\u0430.
-notInDictionary = \u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u0435
-spelling = \u041f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
-suggestions = \u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f
-userDictionary = \u0421\u043b\u043e\u0432\u0430\u0440\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
+addDictionaries=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u043e\u0432\u0430\u0440\u0438\u2026
+addToDictionary=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a \u0441\u043b\u043e\u0432\u0430\u0440\u044e
+change=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
+changeAll=\u0412\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c
+close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
+delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+editDictionary=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u043e\u0432\u0430\u0440\u044c
+ignore=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+ignoreAll=\u0412\u0441\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+languages=\u042f\u0437\u044b\u043a\u0438
+msgFinish=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u043e\u043d\u0447\u0435\u043d\u0430.
+notInDictionary=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u0435
+spelling=\u041f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
+suggestions=\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f
+userDictionary=\u0421\u043b\u043e\u0432\u0430\u0440\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
diff --git a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_sk.properties b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_sk.properties
index 2aaaea7..740ef9b 100644
--- a/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_sk.properties
+++ b/JOrtho_0.4_freeplane/src/com/inet/jortho/i18n/resource_sk.properties
@@ -1,15 +1,15 @@
-addDictionaries = Prida\u0165 slovn\u00EDky...
-addToDictionary = Prida\u0165 do slovn\u00EDka
-change = Zmeni\u0165
-changeAll = Zmeni\u0165 v\u0161etky
-close = Zru\u0161i\u0165
-delete = Odstr\u00E1ni\u0165
-editDictionary = Upravi\u0165 slovn\u00EDk
-ignore = Ignorova\u0165 raz
-ignoreAll = Ignorova\u0165 v\u0161etky
-languages = Jazyky
-msgFinish = Kontrola pravopisu je dokon\u010Den\u00E1.
-notInDictionary = Nie je v slovn\u00EDku
-spelling = Pravopis
-suggestions = N\u00E1vrhy
-userDictionary = U\u017E\u00EDvate\u013Esk\u00FD slovn\u00EDk
+addDictionaries=Prida\u0165 slovn\u00EDky...
+addToDictionary=Prida\u0165 do slovn\u00EDka
+change=Zmeni\u0165
+changeAll=Zmeni\u0165 v\u0161etky
+close=Zru\u0161i\u0165
+delete=Odstr\u00E1ni\u0165
+editDictionary=Upravi\u0165 slovn\u00EDk
+ignore=Ignorova\u0165 raz
+ignoreAll=Ignorova\u0165 v\u0161etky
+languages=Jazyky
+msgFinish=Kontrola pravopisu je dokon\u010Den\u00E1.
+notInDictionary=Nie je v slovn\u00EDku
+spelling=Pravopis
+suggestions=N\u00E1vrhy
+userDictionary=U\u017E\u00EDvate\u013Esk\u00FD slovn\u00EDk
diff --git a/freeplane/.classpath b/freeplane/.classpath
index ca4ef43..4c75663 100644
--- a/freeplane/.classpath
+++ b/freeplane/.classpath
@@ -12,6 +12,7 @@
 	<classpathentry exported="true" kind="lib" path="lib/SimplyHTML.jar" sourcepath="/simplyHtml/src"/>
 	<classpathentry kind="lib" path="lib/freeplanemac.jar" sourcepath="/freeplane_mac/src"/>
 	<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
+	<classpathentry kind="lib" path="lib/jortho.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOrtho_0.4_freeplane"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>
diff --git a/freeplane/META-INF/MANIFEST.MF b/freeplane/META-INF/MANIFEST.MF
index 9d0fcb2..5b05bcc 100644
--- a/freeplane/META-INF/MANIFEST.MF
+++ b/freeplane/META-INF/MANIFEST.MF
@@ -17,7 +17,8 @@ Bundle-ClassPath: lib/freeplaneviewer.jar,
 Bundle-Activator: org.freeplane.main.osgi.Activator
 Import-Package: org.osgi.framework,
  org.osgi.service.url;version="1.0.0"
-Export-Package: com.jgoodies.forms.builder,
+Export-Package: com.inet.jortho,
+ com.jgoodies.forms.builder,
  com.jgoodies.forms.debug,
  com.jgoodies.forms.factories,
  com.jgoodies.forms.layout,
diff --git a/freeplane/doc/freeplane.mm b/freeplane/doc/freeplane.mm
index 9807e4d..deac431 100644
--- a/freeplane/doc/freeplane.mm
+++ b/freeplane/doc/freeplane.mm
@@ -210,7 +210,7 @@
 <hook NAME="AlwaysUnfoldedNode"/>
 </node>
 </node>
-<node TEXT="User guide" STYLE_REF="Title" POSITION="left" ID="ID_1405760079" CREATED="1286914216123" MODIFIED="1330615758144" HGAP="-37" VSHIFT="-60" TEXT_SHORTENED="true">
+<node TEXT="User guide" STYLE_REF="Title" FOLDED="true" POSITION="left" ID="ID_1405760079" CREATED="1286914216123" MODIFIED="1330615758144" HGAP="-37" VSHIFT="-60" TEXT_SHORTENED="true">
 <icon BUILTIN="gohome"/>
 <richcontent TYPE="DETAILS">
 
@@ -2886,9 +2886,9 @@
 </html>
 </richcontent>
 <hook NAME="AlwaysUnfoldedNode"/>
-<node TEXT="Contributers" ID="ID_1675707038" CREATED="1330616960325" MODIFIED="1335124396331" HGAP="-95" VSHIFT="29" LINK="http://freeplane.sourceforge.net/wiki/index.php/Contributors"/>
+<node TEXT="Contributors" ID="ID_1675707038" CREATED="1330616960325" MODIFIED="1355339930066" HGAP="-95" VSHIFT="29" LINK="http://freeplane.sourceforge.net/wiki/index.php/Contributors"/>
 </node>
-<node TEXT="Reference" STYLE_REF="Title" POSITION="right" ID="ID_332175012" CREATED="1286914216123" MODIFIED="1330615754041" HGAP="-37" VSHIFT="-64" TEXT_SHORTENED="true">
+<node TEXT="Reference" STYLE_REF="Title" FOLDED="true" POSITION="right" ID="ID_332175012" CREATED="1286914216123" MODIFIED="1330615754041" HGAP="-37" VSHIFT="-64" TEXT_SHORTENED="true">
 <icon BUILTIN="wizard"/>
 <richcontent TYPE="DETAILS">
 
@@ -6363,7 +6363,7 @@
 </node>
 </node>
 </node>
-<node TEXT="Find & replace attributes..." ID="ID_260530468" CREATED="1310842038396" MODIFIED="1314781375632" TEXT_SHORTENED="true">
+<node TEXT="Find & replace attributes..." ID="ID_260530468" CREATED="1310842038396" MODIFIED="1355340076914" TEXT_SHORTENED="true">
 <icon BUILTIN="../showAttributes"/>
 <hook NAME="NodeConditionalStyles">
     <conditional_style ACTIVE="true" STYLE_REF="Method" LAST="false"/>
@@ -6762,7 +6762,7 @@
 <attribute NAME="Chapter" VALUE="3,7"/>
 <hook NAME="SummaryNode"/>
 <hook NAME="AlwaysUnfoldedNode"/>
-<node TEXT="See Internet" ID="ID_1974921327" CREATED="1310061549760" MODIFIED="1312920045876" LINK="http://freeplane.sourceforge.net/wiki/index.php/File:Freeplane_LaTex.mm" TEXT_SHORTENED="true">
+<node TEXT="See Internet" ID="ID_1974921327" CREATED="1310061549760" MODIFIED="1355340040168" LINK="http://freeplane.sourceforge.net/wiki/images/2/26/Freeplane_LaTex.mm" TEXT_SHORTENED="true">
 <hook NAME="NodeConditionalStyles">
     <conditional_style ACTIVE="true" STYLE_REF="Refine" LAST="false"/>
 </hook>
@@ -7925,7 +7925,7 @@
     <conditional_style ACTIVE="true" STYLE_REF="Method" LAST="false"/>
 </hook>
 <attribute NAME="Chapter" VALUE="3,4,5"/>
-<node TEXT="Properties panel" ID="ID_125269399" CREATED="1310714224145" MODIFIED="1311402583530" TEXT_SHORTENED="true">
+<node TEXT="Properties panel" FOLDED="true" ID="ID_125269399" CREATED="1310714224145" MODIFIED="1311402583530" TEXT_SHORTENED="true">
 <hook NAME="NodeConditionalStyles">
     <conditional_style ACTIVE="true" STYLE_REF="Definition" LAST="false"/>
 </hook>
@@ -9044,7 +9044,7 @@
 <node TEXT="Center selected node automatically" ID="ID_1299718023" CREATED="1335982472005" MODIFIED="1335982683146">
 <icon BUILTIN="help"/>
 </node>
-<node TEXT="View settings" ID="ID_1492135940" CREATED="1335978381041" MODIFIED="1335978389341">
+<node TEXT="View settings" FOLDED="true" ID="ID_1492135940" CREATED="1335978381041" MODIFIED="1335978389341">
 <node TEXT="Outline view" ID="ID_519734292" CREATED="1266247214640" MODIFIED="1310721911393" TEXT_SHORTENED="true">
 <icon BUILTIN="../outline_view"/>
 <richcontent TYPE="DETAILS">
@@ -9579,7 +9579,7 @@
 </richcontent>
 </node>
 </node>
-<node TEXT="Notes view" ID="ID_1709371267" CREATED="1306012919034" MODIFIED="1310727306434" TEXT_SHORTENED="true">
+<node TEXT="Notes view" FOLDED="true" ID="ID_1709371267" CREATED="1306012919034" MODIFIED="1310727306434" TEXT_SHORTENED="true">
 <hook NAME="SummaryNode"/>
 <attribute_layout VALUE_WIDTH="215"/>
 <hook NAME="NodeConditionalStyles">
@@ -11280,7 +11280,7 @@ elements from the styles activated by conditions are copied.</pre>
 </richcontent>
 </node>
 </node>
-<node TEXT="Blend color" ID="ID_1238551182" CREATED="1266251704359" MODIFIED="1335990268566" COLOR="#663300" TEXT_SHORTENED="true">
+<node TEXT="Blend color" FOLDED="true" ID="ID_1238551182" CREATED="1266251704359" MODIFIED="1335990268566" COLOR="#663300" TEXT_SHORTENED="true">
 <icon BUILTIN="../NodeColorBlendAction"/>
 <font NAME="SansSerif" BOLD="false" ITALIC="false"/>
 <richcontent TYPE="DETAILS">
@@ -14615,7 +14615,7 @@ elements from the styles activated by conditions are copied.</pre>
 <cloud COLOR="#f0f0f0" SHAPE="ARC"/>
 </node>
 </node>
-<node TEXT="Preferences ..." ID="ID_827606855" CREATED="1310134532679" MODIFIED="1312967785134" TEXT_SHORTENED="true">
+<node TEXT="Preferences ..." FOLDED="true" ID="ID_827606855" CREATED="1310134532679" MODIFIED="1312967785134" TEXT_SHORTENED="true">
 <icon BUILTIN="../PropertyAction"/>
 <richcontent TYPE="DETAILS">
 
@@ -14896,7 +14896,7 @@ elements from the styles activated by conditions are copied.</pre>
     <conditional_style ACTIVE="true" STYLE_REF="SubMenu" LAST="false"/>
 </hook>
 <attribute NAME="Chapter" VALUE="8"/>
-<node TEXT="Look and feel" STYLE_REF="Method" ID="ID_702879709" CREATED="1311711679398" MODIFIED="1312921365030">
+<node TEXT="Look and feel" STYLE_REF="Method" FOLDED="true" ID="ID_702879709" CREATED="1311711679398" MODIFIED="1312921365030">
 <node TEXT="Default" ID="ID_1366474327" CREATED="1311483239570" MODIFIED="1311711744124">
 <hook NAME="NodeConditionalStyles">
     <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
@@ -14929,7 +14929,7 @@ elements from the styles activated by conditions are copied.</pre>
 </node>
 </node>
 <node TEXT="Apply system screen resolution default" STYLE_REF="IsChecked" ID="ID_719531600" CREATED="1337169567729" MODIFIED="1337169616794"/>
-<node TEXT="User defined screen resolution (dpi)" STYLE_REF="Method" ID="ID_1436875119" CREATED="1337169642248" MODIFIED="1337169863197">
+<node TEXT="User defined screen resolution (dpi)" STYLE_REF="Method" FOLDED="true" ID="ID_1436875119" CREATED="1337169642248" MODIFIED="1337169863197">
 <node TEXT="96" STYLE_REF="OptionalValue" ID="ID_1116758038" CREATED="1337169873733" MODIFIED="1337169894594"/>
 </node>
 <node TEXT="Use Tabs" ID="ID_678230606" CREATED="1310755710026" MODIFIED="1311924298928">
diff --git a/freeplane/doc/history_en.txt b/freeplane/doc/history_en.txt
index dfdaed0..3d3c596 100644
--- a/freeplane/doc/history_en.txt
+++ b/freeplane/doc/history_en.txt
@@ -1,4 +1,14 @@
 ===============================
+1.2.22
+===============================
+Bug fixes for script based conditions for filters and conditional styles
+Do not request more than 512m to avoid problems with 32 bit java
+Fix: drag-drop of Firefox hyperlinks
+Fix: Change autoscrolling behavior if mouse pointer is outside the map
+Fix: fix unfold level actions if some children are hidden
+Fixes to display notes in applets under MacOS 
+Fixes to use find dialog in applets under MacOS 
+===============================
 1.2.20
 ===============================
 Install as 64 bit program on 64 bit windows
diff --git a/freeplane/resources/translations/Resources_ar.properties b/freeplane/resources/translations/Resources_ar.properties
index 870c11b..fdc0b65 100644
--- a/freeplane/resources/translations/Resources_ar.properties
+++ b/freeplane/resources/translations/Resources_ar.properties
@@ -1,414 +1,414 @@
-AboutAction.text = \u062D\u0648\u0644
-accessories/plugins/EncryptNode.properties_7 = \u0625\u0644\u063A\u0627\u0621
-accessories/plugins/ExportWithXSLT.tooltip = This is an uniform export method using XSLT scripts.
-antialias_all = Antialias All
-antialias_edges = Antialias Edges
-antialias_none = Antialias None
-attributes_deselect_all = \u0628\u062F\u0648\u0646
-AutomaticLayoutAction.tooltip = <html>Fixes the layout of the map. <br>The first level is black, the second blue, etc.</html>
-BackAction.text = \u062E\u0644\u0641
-background = \u0627\u0644\u062E\u0644\u0641\u064A\u0629
-BlinkingNodeHookAction.tooltip = <html>This makes the node blinking. But be careful. Do not associate it to many nodes, and <strong> not with other automatic formattings to the same node</strong></html>
-BoldAction.text = \u0639\u0631\u064A\u0636
-boldify_branch = Boldify
-branch = \u0641\u0631\u0639
-cancel = \u0625\u0644\u063A\u0627\u0621
-CancelAction.text = \u0625\u0644\u063A\u0627\u0621
-cannot_join_nodes_with_children = \u0644\u0627 \u064A\u0645\u0643\u0646 \u0631\u0628\u0637 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u0639 \u0627\u0644\u0627\u0628\u0646\u0627\u0621
-CenterAction.text = \u0648\u0633\u0637
-ChangeConnectorArrowsAction.backward.text = \u062E\u0644\u0641
-ChangeConnectorArrowsAction.forward.text = \u0627\u0645\u0627\u0645
-CloseAction.text = \u0625\u063A\u0644\u0627\u0642
-CloudAction.text = \u0633\u062D\u0627\u0628\u0629
-CloudColorAction.text = \u0644\u0648\u0646 \u0627\u0644\u0633\u062D\u0627\u0628\u0629
-ColorProperty.ResetColor = \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u0648\u0646
-combined = \u0645\u0648\u062D\u062F
-CopyAction.text = \u0646\u0633\u062E
-CopySingleAction.text = \u0646\u0633\u062E \u0641\u0631\u062F\u064A
-CreationModificationPluginAction.tooltip = <html>This function keeps track of node creation and modification times.</html>
-CutAction.text = \u0642\u0635
-decrease_branch_font_size = \u062E\u0637 \u0635\u063A\u064A\u0631
-DecreaseNodeFontAction.text = \u062E\u0637 \u0635\u063A\u064A\u0631
-DeleteAction.text = \u062D\u0630\u0641 \u0639\u0646\u0635\u0631
-DocumentationAction.text = \u0627\u0644\u0648\u062B\u0627\u0626\u0642
-edge = \u0627\u0644\u062D\u062F\u0648\u062F
-EdgeColorAction.text = \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F
-EdgeStyleAction.bezier.text = \u0645\u0646\u062D\u0646\u0649
-EdgeStyleAction.linear.text = \u062E\u0637\u064A
-EdgeStyleAction.sharp_bezier.text = \u0645\u0646\u062D\u0646\u0649 \u062D\u0627\u062F
-EdgeStyleAction.sharp_linear.text = \u062E\u0637\u064A \u062D\u0627\u062F
-EdgeWidthAction_width_parent.text = \u0627\u0644\u0627\u0628
-EdgeWidthAction_width_thin.text = \u0631\u0642\u064A\u0642
-edit = \u062A\u062D\u0631\u064A\u0631
-edit_link_manually = \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062A\u0634\u0639\u0628\u064A \u064A\u062F\u0648\u064A\u0627\u064B
-EditAction.text = \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631
-EditLongAction.text = \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0637\u0648\u064A\u0644\u0629
-EncryptedMap.tooltip = \u0625\u0646\u0634\u0627\u0621 \u062E\u0631\u064A\u0637\u0629 \u062C\u062F\u064A\u062F\u0629 \u0645\u0634\u0641\u0631\u0629
-enter_base_url = \u0633\u064A\u062A\u0645 \u0644\u0635\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0646\u0633\u0628\u064A. \u0627\u062F\u062E\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-enter_confirms = \u062A\u0623\u0643\u064A\u062F \u0627\u0644\u0625\u062F\u062E\u0627\u0644
-ExportBranchToHTMLAction.text = \u0641\u0631\u0639 \u0628\u062A\u0646\u0633\u064A\u0642 HTML
-ExportToHTMLAction.text = \u0628\u062A\u0646\u0633\u064A\u0642 HTML
-ExportToOoWriter.text = \u0628\u062A\u0646\u0633\u064A\u0642 \u0648\u062B\u064A\u0642\u0629 Open Office
-ExportToOoWriter.tooltip = Unfolded nodes form the structure, folded nodes the content of the document.
-extension_menu = \u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0627\u062F\u064A
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = \u0627\u0644\u0627\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629
-file = \u0645\u0644\u0641
-file_not_found = File {0} not found
-FindAction.text = \u0628\u062D\u062B
-fit_map_to_page = \u0645\u0644\u0621 \u0627\u0644\u0635\u0641\u062D\u0629
-FitToPage.tooltip = \u0636\u0628\u0637 \u0627\u0644\u062A\u0643\u0628\u064A\u0631 \u062D\u062A\u0649 \u062A\u0645\u0644\u0621 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629
-fold = \u0637\u064A
-FoldAllAction.text = \u0637\u064A \u0627\u0644\u062C\u0645\u064A\u0639
-FoldAllAction.tooltip = <html>Folds the selected nodes and all their children.</html>
-FoldOneLevelAction.tooltip = <html>Folds the selected nodes by one level.</html>
-FollowLinkAction.text = \u0641\u062A\u062D \u0631\u0627\u0628\u0637
-font = \u062E\u0637
-FontSizeAction.text = \u062D\u062C\u0645 \u0627\u0644\u062E\u0637
-format_menu_edge_styles = \u0646\u0645\u0637 \u0627\u0644\u062D\u062F\u0648\u062F
-format_menu_edge_widths = \u0639\u0631\u0636 \u0627\u0644\u062D\u062F\u0648\u062F
-FormatCopy.tooltip = <html>Copies the format of a node.</html>
-FormatPaste.tooltip = <html>Pastes the format of a node.</html>
-ForwardAction.text = \u0627\u0645\u0627\u0645
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.tooltip = Freeplane Extended Help
-GrabKeyDialog.common.cancel = \u0625\u0644\u063A\u0627\u0621
-GrabKeyDialog.grab-key.assigned-to = \u062A\u0639\u064A\u064A\u0646 \u0625\u0644\u0649
-GrabKeyDialog.grab-key.assigned-to.none = \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u064A\u064A\u0646
-GrabKeyDialog.grab-key.clear = \u0645\u0633\u062D
-GrabKeyDialog.grab-key.remove = \u062D\u0630\u0641
-GrabKeyDialog.grab-key.remove-ask = \u0647\u0644 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u061F
-GrabKeyDialog.grab-key.title = \u0625\u062F\u062E\u0627\u0644 \u0645\u0641\u062A\u0627\u062D \u062C\u062F\u064A\u062F
-help = \u0645\u0633\u0627\u0639\u062F\u0629
-HierarchicalIconsAction.text = \u0639\u0631\u0636 \u0627\u0644\u0631\u0645\u0648\u0632 \u0628\u0634\u0643\u0644 \u0647\u0631\u0645\u064A
-HierarchicalIconsAction.tooltip = If one of the (grand)children of me has an icon, I will show this icon in little format, too.
-html_export_based_on_headings = \u062A\u0635\u062F\u064A\u0631 HTML - \u0628\u0646\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0648\u064A\u0646
-html_export_fold_all = \u062A\u0635\u062F\u064A\u0631 HTML - \u0637\u064A \u0627\u0644\u062C\u0645\u064A\u0639
-html_export_fold_currently_folded = \u062A\u0635\u062F\u064A\u0631 HTML - \u0637\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A
-html_export_no_folding = \u062A\u0635\u062F\u064A\u0631 HTML - \u0628\u062F\u0648\u0646 \u0637\u064A
-icon_attach = \u0627\u0646\u0638\u0631 \u0647\u0646\u0627
-icon_back = \u062E\u0644\u0641
-icon_bee = Freeplane[translate me]
-icon_bell = \u062A\u0630\u0643\u0631
-icon_bookmark = \u0645\u0645\u062A\u0627\u0632
-icon_button_cancel = \u063A\u064A\u0631 \u0645\u0648\u0627\u0641\u0642
-icon_calendar = \u0627\u0644\u062A\u0627\u0631\u064A\u062E
-icon_clanbomber = \u062E\u0637\u0631
-icon_desktop_new = \u0644\u0627 \u062A\u0646\u0633\u0649
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = \u0639\u0644\u0645
-icon_forward = \u0627\u0645\u0627\u0645
-icon_freemind_butterfly = FreeMind[translate me]
-icon_gohome = \u0628\u064A\u062A
-icon_help = \u0633\u0624\u0627\u0644
-icon_kaddressbook = \u0647\u0627\u062A\u0641
-icon_knotify = \u0645\u0648\u0633\u064A\u0642\u0649
-icon_ksmiletris = \u0623\u0646\u0627 \u0633\u0639\u064A\u062F
-icon_licq = \u0644\u0637\u064A\u0641
-icon_Mail = \u0628\u0631\u064A\u062F
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = \u0631\u0645\u0648\u0632
-icon_messagebox_warning = \u0645\u0647\u0645
-icon_password = \u0645\u0642\u062A\u0627\u062D
-icon_pencil = \u0644\u0644\u062A\u062F\u0642\u064A\u0642
-icon_penguin = Linux
-icon_stop = \u0648\u0642\u0648\u0641
-icon_wizard = \u0633\u062D\u0631\u064A
-icon_xmag = \u0646\u0642\u0627\u0634
-icon_yes = \u0645\u0647\u0645
-IconSelectionPlugin.tooltip = <html>Here you can select an icon using a subwindow.</html>
-import = \u0627\u0633\u062A\u064A\u0631\u0627\u062F
-ImportBranchAction.text = \u0641\u0631\u0639...
-ImportExplorerFavoritesAction.text = \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0633\u062A\u0643\u0634\u0641
-ImportFolderStructureAction.text = \u0628\u0646\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F...
-ImportLinkedBranchAction.text = \u0641\u0631\u0639 \u0645\u0631\u062A\u0628\u0637
-ImportMindmanagerFiles.text = MindManager X5 Map...
-increase_branch_font_size = \u062E\u0637 \u0643\u0628\u064A\u0631
-IncreaseNodeFontAction.text = \u062E\u0637 \u0643\u0628\u064A\u0631
-ItalicAction.text = \u0645\u0627\u0626\u0644
-italicise_branch = \u0645\u0627\u0626\u0644
-JoinNodesAction.text = \u0631\u0628\u0637 \u0627\u0644\u0639\u0646\u0627\u0635\u0631
-locking_failed_by_open = Locking of the map {0} failed. Opening as read-only.
-locking_failed_by_save_as = Locking of the map {0} failed. Action Save As aborted.
-locking_old_lock_removed = The map {0} was locked by the user {1}. The lock has been removed because it is old.
-long_node_changed_cancel = \u0644\u0642\u062F \u0642\u0645\u062A \u0628\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631. \u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u061F
-lots_of_links_warning = \u0633\u064A\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u062F\u064A\u062F \u0645\u0646 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0644\u0646\u0641\u0633 \u0627\u0644\u0639\u0646\u0635\u0631. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0630\u0644\u0643\u061F
-map_already_exists = \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0645\u0633\u0628\u0642\u0627\u064B. \u0647\u0644 \u062A\u0631\u064A\u062F \u0625\u0633\u062A\u0628\u062F\u0627\u0644\u0647\u0627\u061F
-map_corrupted = \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0645\u0639\u0637\u0648\u0628\u0629. \u0647\u0644 \u062A\u0631\u064A\u062F \u0631\u0624\u064A\u0629 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644\u061F
-map_locked_by_open = The map {0} is already being edited by the user {1}. Opening as read-only.
-map_locked_by_save_as = The map {0} is being edited by the user {1}. Action Save As aborted.
-mindmap = \u062E\u0631\u064A\u0637\u0629
-mindmaps = \u062E\u0631\u0627\u0626\u0637
-mindmaps_desc = Maps (*.mm)
-mode_na = \u0646\u0645\u0637 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F
-mode_title = Freeplane - {0} Mode
-modes = \u0623\u0646\u0645\u0627\u0637
-MoveToRootAction.text = \u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0642\u0645\u0647  \u0627\u0644\u0634\u062C\u0631\u0629
-NavigationNextMapAction.text = \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629
-NavigationPreviousMapAction.text = \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629
-new_mindmap = \u062E\u0631\u064A\u0637\u0629 \u062C\u062F\u064A\u062F\u0629
-new_node = \u0639\u0646\u0635\u0631 \u062C\u062F\u064A\u062F
-NewChildAction.text = \u0627\u0628\u0646 \u062C\u062F\u064A\u062F
-NewMapAction.text = \u062C\u062F\u064A\u062F
-NewParentNode.tooltip = <html>All selected are sent to a new parent.</html>
-NewPreviousSiblingAction.text = \u0627\u062E \u062C\u062F\u064A\u062F \u0628\u0639\u062F\u0647
-NewSiblingAction.text = \u0627\u062E \u062C\u062F\u064A\u062F \u0642\u0628\u0644\u0647
-no = \u0644\u0627
-no_found_from = No "{0}" found from "{1}".
-no_more_found_from = No more "{0}" found from "{1}".
-no_previous_find = \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0641\u064A \u0627\u0644\u0633\u0627\u0628\u0642
-node = \u0639\u0646\u0635\u0631
-node_changed_discard_changes = \u0644\u0642\u062F \u0642\u0645\u062A \u0628\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631. \u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u061F
-NodeBackgroundColorAction.text = \u0644\u0648\u0646 \u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0639\u0646\u0635\u0631
-NodeColorAction.text = \u0644\u0648\u0646 \u0627\u0644\u0639\u0646\u0635\u0631
-NodeColorBlendAction.text = \u0644\u0648\u0646 \u0634\u0641\u0627\u0641
-NodeDownAction.text = \u0627\u0644\u0639\u0646\u0635\u0631 \u0644\u0627\u0633\u0641\u0644
-NodeListAction.text = \u0639\u0631\u0636 \u0645\u062D\u0641\u0648\u0638\u0627\u062A \u0627\u0644\u062E\u0631\u064A\u0637\u0629
-NodeListAction.tooltip = \u0639\u0631\u0636 \u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u0639 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0648 \u0627\u0644\u062A\u0639\u062F\u064A\u0644
-NodeShapeAction.bubble.text = \u0641\u0642\u0627\u0639\u0629
-NodeShapeAction.fork.text = Fork
-NodeUpAction.text = \u0627\u0644\u0639\u0646\u0635\u0631 \u0644\u0627\u0639\u0644\u0649
-nonboldify_branch = Unboldify
-nonitalicise_branch = Unitalicise
-normal = \u0639\u0627\u062F\u064A
-not_saved_for_link_error = \u064A\u062C\u0628 \u062D\u0641\u0638 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0642\u0628\u0644 \u062A\u0639\u064A\u064A\u0646 \u0631\u0627\u0628\u0637
-ok = \u0645\u0648\u0627\u0641\u0642
-OKAction.text = \u0645\u0648\u0627\u0641\u0642
-OpenAction.text = ...\u0641\u062A\u062D
-option_changes_may_require_restart = \u0642\u0645 \u0628\u0625\u0639\u0627\u062F\u0629 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A.
-OptionPanel.absolute = \u0645\u0637\u0644\u0642
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Determines the quality of the map. More antialias needs more time.</html>
-OptionPanel.antialias_all = Antialias All
-OptionPanel.antialias_edges = Antialias Edges
-OptionPanel.antialias_none = No Antialias
-OptionPanel.Appearance = \u0627\u0644\u0645\u0638\u0647\u0631
-OptionPanel.as_parent = \u0643\u0623\u0628
-OptionPanel.automatic = \u062A\u0644\u0642\u0627\u0626\u064A
-OptionPanel.Behaviour = \u0627\u0644\u0633\u0644\u0648\u0643
-OptionPanel.bezier = \u0645\u0646\u062D\u0646\u0649
-OptionPanel.bubble = \u0641\u0642\u0627\u0639\u0629
-OptionPanel.Cancel = \u0625\u0644\u063A\u0627\u0621
-OptionPanel.combined = \u0645\u0648\u062D\u062F
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = \u0625\u0641\u062A\u0631\u0627\u0636\u064A
-OptionPanel.default_browser_command_mac = \u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> and MAC: (thanks to Nick!)</html>
-OptionPanel.default_browser_command_other_os = \u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A \u0623\u0646\u0638\u0645\u0629 \u0623\u062E\u0631\u0649
-OptionPanel.default_browser_command_other_os.tooltip = <html> This is typically Linux:</html>
-OptionPanel.default_browser_command_windows_9x = \u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A  Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_browser_command_windows_nt = \u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A  Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.Defaults = \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0627\u062A
-OptionPanel.delete_automatic_saves_at_exit = \u062D\u0630\u0641 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0646\u062F \u0627\u0644\u062E\u0631\u0648\u062C
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> If the files should be deleted automatically on a normal shutdown of Freeplane set the following variable to true</html>
-OptionPanel.disable_cursor_move_paper = \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u0645\u0624\u0634\u0631 \u0645\u0646 \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0635\u0641\u062D\u0629
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Don't display 'move' cursor during paper dragging</html>
-OptionPanel.el__enter_confirms_by_default = \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0628\u0634\u0643\u0644 \u0625\u0641\u062A\u0631\u0627\u0636\u064A
-OptionPanel.el__max_default_window_height = \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0635\u0649 \u0627\u0631\u062A\u0641\u0627\u0639 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
-OptionPanel.el__max_default_window_width = \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0635\u0649 \u0639\u0631\u0636 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
-OptionPanel.el__min_default_window_height = \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0644 \u0627\u0631\u062A\u0641\u0627\u0639 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
-OptionPanel.el__min_default_window_width = \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0644 \u0639\u0631\u0636 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
-OptionPanel.el__position_window_below_node = \u0648\u0636\u0639 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u062A\u062D\u062A \u0627\u0644\u0639\u0646\u0635\u0631
-OptionPanel.en = En
-OptionPanel.Environment = \u0627\u0644\u0628\u064A\u0626\u0629
-OptionPanel.es = Es
-OptionPanel.experimental_file_locking_on = \u0625\u0642\u0641\u0627\u0644 \u0645\u0644\u0641 \u0627\u0644\u062A\u062C\u0627\u0631\u0628
-OptionPanel.experimental_file_locking_on.tooltip = <html> Experimental feature</html>
-OptionPanel.export_icons_in_html = \u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0631\u0645\u0648\u0632 \u0628\u062A\u0646\u0633\u064A\u0642 HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
-OptionPanel.Files = \u0627\u0644\u0645\u0644\u0641\u0627\u062A
-OptionPanel.first = \u0627\u0644\u0627\u0648\u0644
-OptionPanel.foldingsymbolwidth = Folding Symbol Width
-OptionPanel.foldingsymbolwidth.tooltip = <html>Width of the folding marking circle</html>
-OptionPanel.fork = Fork
-OptionPanel.fr = Fr
-OptionPanel.gtk = Gtk
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u0628\u0646\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0648\u064A\u0646
-OptionPanel.html_export_fold_all = \u0637\u064A \u0627\u0644\u062C\u0645\u064A\u0639
-OptionPanel.html_export_fold_currently_folded = \u0637\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A
-OptionPanel.html_export_folding = Html Export Folding
-OptionPanel.html_export_no_folding = \u0628\u062F\u0648\u0646 \u0637\u064A
-OptionPanel.hu = Hu
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D
-OptionPanel.ko = Kr
-OptionPanel.language = \u0627\u0644\u0644\u063A\u0629
-OptionPanel.language.tooltip = <html>This is the language that should be used in the program. 'automatic' tries to load the current user's language. </html>
-OptionPanel.last = \u0627\u0644\u0623\u062E\u064A\u0631
-OptionPanel.last_opened_list_length = \u0639\u062F\u062F \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A  \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629
-OptionPanel.linear = \u062E\u0637\u064A
-OptionPanel.links = \u0631\u0648\u0627\u0628\u0637
-OptionPanel.links.tooltip = <html>Set Links either relative or absolute </html>
-OptionPanel.lookandfeel = \u0627\u0644\u0645\u0638\u0647\u0631
-OptionPanel.lookandfeel.tooltip = <html>The Look&Feel to use. 'metal','windows','motif', 'gtk' are supported, 'mac' is available only on MacOS. default means, that the default look and feel is used. If you want to put your own L&F, please, enter the class name here and assure that the corresponding jar file(s) are loaded. If there are problems with the look and feel, then choose 'nothing' here. It work for applets</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = \u0623\u0642\u0635\u0649 \u0639\u0631\u0636 \u0644\u0644\u0639\u0646\u0635\u0631
-OptionPanel.max_node_width.tooltip = <html>The default maximal node width in pixels</html>
-OptionPanel.metal = \u0645\u0639\u062F\u0646\u064A
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nothing = \u0628\u062F\u0648\u0646
-OptionPanel.number_of_different_files_for_automatic_save = \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u0644\u062D\u0641\u0638 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> 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.OK = \u062D\u0641\u0638
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = \u0648\u0636\u0639 \u0641\u0631\u0648\u0639 \u062C\u062F\u064A\u062F\u0629
-OptionPanel.placenewbranches.tooltip = <html>Where to place new branches. Valid values are 'first' and 'last' </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = \u0646\u0633\u0628\u064A
-OptionPanel.ru = Ru
-OptionPanel.selection_method = \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631
-OptionPanel.selection_method.tooltip = <html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
-OptionPanel.selection_method_by_click = \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631
-OptionPanel.selection_method_delayed = \u0627\u0644\u062A\u0623\u062E\u064A\u0631
-OptionPanel.selection_method_direct = \u0645\u0628\u0627\u0634\u0631
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u0627\u0644\u0627\u0646\u0645\u0627\u0637
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.automatic_save = \u062D\u0641\u0638 \u062A\u0644\u0642\u0627\u0626\u064A
-OptionPanel.separator.behaviour = \u0627\u0644\u0633\u0644\u0648\u0643
-OptionPanel.separator.browser = \u0627\u0644\u0645\u0633\u062A\u0639\u0631\u0636
-OptionPanel.separator.commands_for_the_program = \u0627\u0644\u0627\u0648\u0627\u0645\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C
-OptionPanel.separator.default_colors = \u0627\u0644\u0627\u0644\u0648\u0627\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
-OptionPanel.separator.default_fonts = \u0627\u0644\u062E\u0637\u0648\u0637 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
-OptionPanel.separator.default_styles = \u0627\u0644\u0627\u0646\u0645\u0627\u0637 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
-OptionPanel.separator.edit_long_node_window = \u0646\u0627\u0641\u0630\u0629 \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0637\u0648\u064A\u0644\u0629
-OptionPanel.separator.files = \u0627\u0644\u0645\u0644\u0641\u0627\u062A
-OptionPanel.separator.html_export = \u062A\u0635\u062F\u064A\u0631 HTML
-OptionPanel.separator.hyperlink_types = \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u062A\u0634\u0639\u0628\u064A\u0629
-OptionPanel.separator.icon_properties = \u0627\u0644\u0631\u0645\u0648\u0632
-OptionPanel.separator.initial_map_size = \u062D\u062C\u0645 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0623\u0648\u0644\u064A
-OptionPanel.separator.key_typing = \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0637\u0628\u0627\u0639\u0629
-OptionPanel.separator.language = \u0627\u0644\u0644\u063A\u0629
-OptionPanel.separator.look_and_feel = \u0627\u0644\u0645\u0638\u0647\u0631
-OptionPanel.separator.new_node_commands = \u0627\u0648\u0627\u0645\u0631 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u062C\u062F\u064A\u062F
-OptionPanel.separator.node_editing_commands = \u0627\u0648\u0627\u0645\u0631 \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631
-OptionPanel.separator.node_navigation_commands = \u0627\u0648\u0627\u0645\u0631 \u0627\u0633\u0643\u0634\u0627\u0641 \u0627\u0644\u0639\u0646\u0635\u0631
-OptionPanel.separator.other_defaults = \u0627\u062E\u0631\u0649
-OptionPanel.separator.patterns = \u0627\u0644\u0627\u0646\u0645\u0627\u0637
-OptionPanel.separator.save = \u062D\u0641\u0638
-OptionPanel.separator.selection_method = \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631
-OptionPanel.separator.undo = \u062A\u0631\u0627\u062C\u0639
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = \u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-OptionPanel.standardbackgroundcolor.tooltip = <html>The standard background color in html notation </html>
-OptionPanel.standardcloudcolor = \u0644\u0648\u0646 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-OptionPanel.standardcloudcolor.tooltip = <html>The standard cloud color in html notation </html>
-OptionPanel.standardcloudestyle = \u0646\u0645\u0637 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-OptionPanel.standardcloudestyle.tooltip = <html>The standard cloud style. currently, only 'bezier' is supported</html>
-OptionPanel.standardlinkcolor = \u0644\u0648\u0646 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-OptionPanel.standardlinkcolor.tooltip = <html>The standard link color in html notation </html>
-OptionPanel.standardlinkestyle = \u0646\u0645\u0637 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-OptionPanel.standardlinkestyle.tooltip = <html>The standard link style. currently, only 'bezier' is supported</html>
-OptionPanel.standardselectednodecolor = \u0644\u0648\u0646 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F \u0627\u0644\u0627\u0633\u0627\u0633\u064A
-OptionPanel.standardselectednodecolor.tooltip = <html>The standard node color if selected. In html notation (#RRGGBB in hex values) </html>
-OptionPanel.time_for_automatic_save = \u0627\u0644\u0648\u0642\u062A \u0644\u0644\u062D\u0641\u0638 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A
-OptionPanel.time_for_automatic_save.tooltip = <html> time between two consecutive automatic saving actions (in msec): To disable automatic saving set this number to 2000000000.</html>
-OptionPanel.time_for_delayed_selection = \u0648\u0642\u062A \u062A\u0623\u062E\u064A\u0631 \u0627\u0644\u0623\u062E\u062A\u064A\u0627\u0631
-OptionPanel.time_for_delayed_selection.tooltip = <html> Selection time delay of nodes when mouse is over (in msec). Change this value to 1 if you want direct selection on mouse over.</html>
-OptionPanel.undo_levels = \u0645\u0633\u062A\u0648\u064A\u0627\u062A \u0627\u0644\u062A\u0631\u0627\u062C\u0639
-OptionPanel.undo_levels.tooltip = <html>Determines how many steps are stored that can be undone via "Undo".</html>
-OptionPanel.windows = \u0627\u0644\u0646\u0648\u0627\u0641\u0630
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = ...\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0635\u0641\u062D\u0629
-PasteAction.text = \u0644\u0635\u0642
-PatternToString.FontBold = \u0639\u0631\u064A\u0636
-plugins/TimeList.xml_Created = \u062A\u0645 \u0625\u0646\u0634\u0627\u0621\u0629
-plugins/TimeList.xml_Date = \u0627\u0644\u062A\u0627\u0631\u064A\u062E
-plugins/TimeList.xml_Icons = \u0627\u0644\u0631\u0645\u0648\u0632
-plugins/TimeList.xml_Modified = \u062A\u0645 \u0627\u0644\u062A\u0639\u062F\u064A\u0644
-plugins/TimeList.xml_Text = \u0627\u0644\u0646\u0635
-plugins/TimeManagement.xml_appendButton = \u0625\u062F\u0631\u0627\u062C \u0627\u0644\u0648\u0642\u062A \u0625\u0644\u0649 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F
-plugins/TimeManagement.xml_Cancel = \u0625\u0644\u063A\u0627\u0621
-plugins/TimeManagement.xml_cancelButton = \u0625\u0644\u063A\u0627\u0621
-plugins/TimeManagement.xml_hour = Hour:
-plugins/TimeManagement.xml_minute = Minute:
-plugins/TimeManagement.xml_reminderButton = \u0627\u0644\u062A\u0630\u0643\u064A\u0631 \u0639\u0646\u062F \u0647\u0630\u0627 \u0627\u0644\u0648\u0642\u062A
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Currently, there may only be one reminder per node. <br>The current remnider is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Reminder scheduled at {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Remove Reminder
-plugins/TimeManagement.xml_todayButton = \u0627\u0644\u064A\u0648\u0645
-plugins/TimeManagement.xml_WindowTitle = \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0648\u0642\u062A
-preferences = \u062A\u0641\u0636\u064A\u0644\u0627\u062A
-PrintAction.text = ...\u0637\u0628\u0627\u0639\u0629
-PrintDirectAction.text = \u0637\u0628\u0627\u0639\u0629
-printing_settings = \u0645\u0642\u064A\u0627\u0633 \u0627\u0644\u0637\u0628\u0627\u0639\u0629
-PropertyAction.text = \u0627\u0644\u062A\u0641\u0636\u064A\u0644\u0627\u062A...
-QuitAction.text = \u062E\u0631\u0648\u062C
-read_only = \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637
-ReminderHookAction.text = Remove Reminder
-ReminderHookAction.tooltip = Removes a reminder from a node.
-RemoveAllIconsAction.text = \u062D\u0630\u0641 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632
-RemoveIconAction.text = \u062D\u0630\u0641 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0627\u062E\u064A\u0631
-repair_link = \u0625\u0635\u0644\u0627\u062D \u0631\u0627\u0628\u0637
-repair_link_question = \u0644\u0627\u064A\u0645\u0643\u0646 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0635\u0644\u0627\u062D\u0647\u0627 \u064A\u062F\u0648\u064A\u0627\u064B\u061F
-ResetNodeLocationAction.text = \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0645\u0643\u0627\u0646
-save_failed = Attempt to save the map {0} failed.
-save_unsaved = \u0647\u0644  \u062A\u0631\u064A\u062F \u062D\u0641\u0638 \u0627\u0644\u062E\u0631\u064A\u0637\u0629\u061F
-SaveAction.text = \u062D\u0641\u0638
-SaveAsAction.text = ...\u062D\u0641\u0638 \u0628\u0627\u0633\u0645
-saved = \u062A\u0645 \u0627\u0644\u062D\u0641\u0638
-scheme_evaluate = \u062A\u0642\u064A\u064A\u0645
-select_favorites_folder = \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0630\u064A \u064A\u062D\u0648\u064A \u0627\u0644\u0645\u0641\u0636\u0644\u0629
-select_folder_for_importing = \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062C\u0644\u062F \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F\u0647
-SelectAllAction.text = \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u062C\u0645\u064A\u0639 ( \u0627\u0644\u0645\u0631\u0626\u064A )
-SelectBranchAction.text = \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0645\u0631\u0626\u064A
-selection_method_by_click = \u0646\u0642\u0631\u0647 \u0645\u0641\u0631\u062F \u0644\u0644\u062A\u062D\u062F\u064A\u062F
-selection_method_direct = \u0646\u0642\u0637\u0629 \u0644\u0644\u062A\u062D\u062F\u064A\u062F
-SetImageByFileChooserAction.text = \u0635\u0648\u0631\u0629 ( \u0645\u062D\u062F\u062F \u0645\u0644\u0641 \u0623\u0648 \u0631\u0627\u0628\u0637 )
-SetLinkByFileChooserAction.text = \u0631\u0627\u0628\u0637 \u062A\u0634\u0639\u0628\u064A ( \u0645\u062D\u062F\u062F \u0645\u0644\u0641 )
-SetLinkByTextFieldAction.text = \u0631\u0627\u0628\u0637 \u062A\u0634\u0639\u0628\u064A ( \u062D\u0642\u0644 \u0646\u0635\u064A )
-simplyhtml.borderWidthLabel = \u0627\u0644\u0639\u0631\u0636
-simplyhtml.cancelBtnName = \u0625\u0644\u063A\u0627\u0621
-simplyhtml.copyLabel = \u0646\u0633\u062E
-simplyhtml.cutLabel = \u0642\u0635
-simplyhtml.fontBoldLabel = \u0639\u0631\u064A\u0636
-simplyhtml.fontItalicLabel = \u0645\u0627\u0626\u0644
-simplyhtml.fontTabLabel = \u062E\u0637
-simplyhtml.fontUnderlineLabel = \u062A\u062D\u062A\u0647 \u062E\u0637
-simplyhtml.helpLabel = \u0645\u0633\u0627\u0639\u062F\u0629
-simplyhtml.insertTableTitle = insertTable[translate me]
-simplyhtml.pasteLabel = \u0644\u0635\u0642
-simplyhtml.replaceNo = \u0644\u0627
-simplyhtml.replaceYes = \u0646\u0639\u0645
-simplyhtml.styleLabel = \u0646\u0645\u0637
-simplyhtml.uLineLabel = \u062A\u062D\u062A\u0647 \u062E\u0637
-simplyhtml.undoLabel = \u062A\u0631\u0627\u062C\u0639
-split = \u0641\u0635\u0644
-style = \u0646\u0645\u0637
-svg = SVG[translate me]
-TimeListAction.text = \u0639\u0631\u0636 \u0642\u0627\u0626\u0645\u0629 \u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u0648\u0642\u062A
-TimeListAction.tooltip = \u0639\u0631\u0636 \u0627\u0644\u0623\u0648\u0642\u0627\u062A \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0648 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629
-TimeManagementAction.text = \u0639\u0631\u0636 \u0627\u0644\u062A\u0642\u0648\u064A\u0645
-TimeManagementAction.tooltip = <html>Shows the calendar module by Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = \u0637\u064A  \u0641\u0631\u062F \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0627\u0628\u0646
-ToggleFoldedAction.text = \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u0637\u0648\u064A
-ToggleLeftToolbarAction.text = \u062A\u0628\u062F\u064A\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0627\u062F\u0648\u0627\u062A \u0641\u064A \u0627\u0644\u064A\u0633\u0627\u0631
-ToggleMenubarAction.text = \u062A\u0628\u062F\u064A\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0642\u0627\u0626\u0645\u0629
-ToggleToolbarAction.text = \u062A\u0628\u062F\u064A\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0627\u062F\u0648\u0627\u062A
-underline = \u062A\u062D\u062A\u0647 \u062E\u0637
-UndoAction.text = \u062A\u0631\u0627\u062C\u0639
-UndoFilterAction.text = \u062A\u0631\u0627\u062C\u0639
-unfold = \u0628\u0633\u0637
-UnfoldAllAction.tooltip = <html>Unfolds the selected nodes and all their children.</html>
-UnfoldOneLevelAction.tooltip = <html>Unfolds the selected nodes by one level.</html>
-url_error = \u0639\u0646\u0648\u0627\u0646 URL \u063A\u064A\u0631 \u0635\u0627\u0644\u062D
-url_load_error = \u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0645\u0646 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 URL
-user_defined_zoom = \u0645\u0639\u0631\u0641 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
-user_defined_zoom_status_bar = Changing the zoom to the user defined zoom value of {0}%.
-user_zoom = Print Zoom Factor (0.0 - 2.0):
-width = \u0627\u0644\u0639\u0631\u0636
-yes = \u0646\u0639\u0645
-ZoomInAction.text = \u062A\u0643\u0628\u064A\u0631
-ZoomOutAction.text = \u062A\u0635\u063A\u064A\u0631
+AboutAction.text=\u062D\u0648\u0644
+accessories/plugins/EncryptNode.properties_7=\u0625\u0644\u063A\u0627\u0621
+accessories/plugins/ExportWithXSLT.tooltip=This is an uniform export method using XSLT scripts.
+antialias_all=Antialias All
+antialias_edges=Antialias Edges
+antialias_none=Antialias None
+attributes_deselect_all=\u0628\u062F\u0648\u0646
+AutomaticLayoutAction.tooltip=<html>Fixes the layout of the map. <br>The first level is black, the second blue, etc.</html>
+BackAction.text=\u062E\u0644\u0641
+background=\u0627\u0644\u062E\u0644\u0641\u064A\u0629
+BlinkingNodeHookAction.tooltip=<html>This makes the node blinking. But be careful. Do not associate it to many nodes, and <strong> not with other automatic formattings to the same node</strong></html>
+BoldAction.text=\u0639\u0631\u064A\u0636
+boldify_branch=Boldify
+branch=\u0641\u0631\u0639
+cancel=\u0625\u0644\u063A\u0627\u0621
+CancelAction.text=\u0625\u0644\u063A\u0627\u0621
+cannot_join_nodes_with_children=\u0644\u0627 \u064A\u0645\u0643\u0646 \u0631\u0628\u0637 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u0639 \u0627\u0644\u0627\u0628\u0646\u0627\u0621
+CenterAction.text=\u0648\u0633\u0637
+ChangeConnectorArrowsAction.backward.text=\u062E\u0644\u0641
+ChangeConnectorArrowsAction.forward.text=\u0627\u0645\u0627\u0645
+CloseAction.text=\u0625\u063A\u0644\u0627\u0642
+CloudAction.text=\u0633\u062D\u0627\u0628\u0629
+CloudColorAction.text=\u0644\u0648\u0646 \u0627\u0644\u0633\u062D\u0627\u0628\u0629
+ColorProperty.ResetColor=\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u0648\u0646
+combined=\u0645\u0648\u062D\u062F
+CopyAction.text=\u0646\u0633\u062E
+CopySingleAction.text=\u0646\u0633\u062E \u0641\u0631\u062F\u064A
+CreationModificationPluginAction.tooltip=<html>This function keeps track of node creation and modification times.</html>
+CutAction.text=\u0642\u0635
+decrease_branch_font_size=\u062E\u0637 \u0635\u063A\u064A\u0631
+DecreaseNodeFontAction.text=\u062E\u0637 \u0635\u063A\u064A\u0631
+DeleteAction.text=\u062D\u0630\u0641 \u0639\u0646\u0635\u0631
+DocumentationAction.text=\u0627\u0644\u0648\u062B\u0627\u0626\u0642
+edge=\u0627\u0644\u062D\u062F\u0648\u062F
+EdgeColorAction.text=\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F
+EdgeStyleAction.bezier.text=\u0645\u0646\u062D\u0646\u0649
+EdgeStyleAction.linear.text=\u062E\u0637\u064A
+EdgeStyleAction.sharp_bezier.text=\u0645\u0646\u062D\u0646\u0649 \u062D\u0627\u062F
+EdgeStyleAction.sharp_linear.text=\u062E\u0637\u064A \u062D\u0627\u062F
+EdgeWidthAction_width_parent.text=\u0627\u0644\u0627\u0628
+EdgeWidthAction_width_thin.text=\u0631\u0642\u064A\u0642
+edit=\u062A\u062D\u0631\u064A\u0631
+edit_link_manually=\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062A\u0634\u0639\u0628\u064A \u064A\u062F\u0648\u064A\u0627\u064B
+EditAction.text=\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631
+EditLongAction.text=\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0637\u0648\u064A\u0644\u0629
+EncryptedMap.tooltip=\u0625\u0646\u0634\u0627\u0621 \u062E\u0631\u064A\u0637\u0629 \u062C\u062F\u064A\u062F\u0629 \u0645\u0634\u0641\u0631\u0629
+enter_base_url=\u0633\u064A\u062A\u0645 \u0644\u0635\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0646\u0633\u0628\u064A. \u0627\u062F\u062E\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+enter_confirms=\u062A\u0623\u0643\u064A\u062F \u0627\u0644\u0625\u062F\u062E\u0627\u0644
+ExportBranchToHTMLAction.text=\u0641\u0631\u0639 \u0628\u062A\u0646\u0633\u064A\u0642 HTML
+ExportToHTMLAction.text=\u0628\u062A\u0646\u0633\u064A\u0642 HTML
+ExportToOoWriter.text=\u0628\u062A\u0646\u0633\u064A\u0642 \u0648\u062B\u064A\u0642\u0629 Open Office
+ExportToOoWriter.tooltip=Unfolded nodes form the structure, folded nodes the content of the document.
+extension_menu=\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0627\u062F\u064A
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=\u0627\u0644\u0627\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629
+file=\u0645\u0644\u0641
+file_not_found=File {0} not found
+FindAction.text=\u0628\u062D\u062B
+fit_map_to_page=\u0645\u0644\u0621 \u0627\u0644\u0635\u0641\u062D\u0629
+FitToPage.tooltip=\u0636\u0628\u0637 \u0627\u0644\u062A\u0643\u0628\u064A\u0631 \u062D\u062A\u0649 \u062A\u0645\u0644\u0621 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629
+fold=\u0637\u064A
+FoldAllAction.text=\u0637\u064A \u0627\u0644\u062C\u0645\u064A\u0639
+FoldAllAction.tooltip=<html>Folds the selected nodes and all their children.</html>
+FoldOneLevelAction.tooltip=<html>Folds the selected nodes by one level.</html>
+FollowLinkAction.text=\u0641\u062A\u062D \u0631\u0627\u0628\u0637
+font=\u062E\u0637
+FontSizeAction.text=\u062D\u062C\u0645 \u0627\u0644\u062E\u0637
+format_menu_edge_styles=\u0646\u0645\u0637 \u0627\u0644\u062D\u062F\u0648\u062F
+format_menu_edge_widths=\u0639\u0631\u0636 \u0627\u0644\u062D\u062F\u0648\u062F
+FormatCopy.tooltip=<html>Copies the format of a node.</html>
+FormatPaste.tooltip=<html>Pastes the format of a node.</html>
+ForwardAction.text=\u0627\u0645\u0627\u0645
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.tooltip=Freeplane Extended Help
+GrabKeyDialog.common.cancel=\u0625\u0644\u063A\u0627\u0621
+GrabKeyDialog.grab-key.assigned-to=\u062A\u0639\u064A\u064A\u0646 \u0625\u0644\u0649
+GrabKeyDialog.grab-key.assigned-to.none=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u064A\u064A\u0646
+GrabKeyDialog.grab-key.clear=\u0645\u0633\u062D
+GrabKeyDialog.grab-key.remove=\u062D\u0630\u0641
+GrabKeyDialog.grab-key.remove-ask=\u0647\u0644 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u061F
+GrabKeyDialog.grab-key.title=\u0625\u062F\u062E\u0627\u0644 \u0645\u0641\u062A\u0627\u062D \u062C\u062F\u064A\u062F
+help=\u0645\u0633\u0627\u0639\u062F\u0629
+HierarchicalIconsAction.text=\u0639\u0631\u0636 \u0627\u0644\u0631\u0645\u0648\u0632 \u0628\u0634\u0643\u0644 \u0647\u0631\u0645\u064A
+HierarchicalIconsAction.tooltip=If one of the (grand)children of me has an icon, I will show this icon in little format, too.
+html_export_based_on_headings=\u062A\u0635\u062F\u064A\u0631 HTML - \u0628\u0646\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0648\u064A\u0646
+html_export_fold_all=\u062A\u0635\u062F\u064A\u0631 HTML - \u0637\u064A \u0627\u0644\u062C\u0645\u064A\u0639
+html_export_fold_currently_folded=\u062A\u0635\u062F\u064A\u0631 HTML - \u0637\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A
+html_export_no_folding=\u062A\u0635\u062F\u064A\u0631 HTML - \u0628\u062F\u0648\u0646 \u0637\u064A
+icon_attach=\u0627\u0646\u0638\u0631 \u0647\u0646\u0627
+icon_back=\u062E\u0644\u0641
+icon_bee=Freeplane[translate me]
+icon_bell=\u062A\u0630\u0643\u0631
+icon_bookmark=\u0645\u0645\u062A\u0627\u0632
+icon_button_cancel=\u063A\u064A\u0631 \u0645\u0648\u0627\u0641\u0642
+icon_calendar=\u0627\u0644\u062A\u0627\u0631\u064A\u062E
+icon_clanbomber=\u062E\u0637\u0631
+icon_desktop_new=\u0644\u0627 \u062A\u0646\u0633\u0649
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=\u0639\u0644\u0645
+icon_forward=\u0627\u0645\u0627\u0645
+icon_freemind_butterfly=FreeMind[translate me]
+icon_gohome=\u0628\u064A\u062A
+icon_help=\u0633\u0624\u0627\u0644
+icon_kaddressbook=\u0647\u0627\u062A\u0641
+icon_knotify=\u0645\u0648\u0633\u064A\u0642\u0649
+icon_ksmiletris=\u0623\u0646\u0627 \u0633\u0639\u064A\u062F
+icon_licq=\u0644\u0637\u064A\u0641
+icon_Mail=\u0628\u0631\u064A\u062F
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=\u0631\u0645\u0648\u0632
+icon_messagebox_warning=\u0645\u0647\u0645
+icon_password=\u0645\u0642\u062A\u0627\u062D
+icon_pencil=\u0644\u0644\u062A\u062F\u0642\u064A\u0642
+icon_penguin=Linux
+icon_stop=\u0648\u0642\u0648\u0641
+icon_wizard=\u0633\u062D\u0631\u064A
+icon_xmag=\u0646\u0642\u0627\u0634
+icon_yes=\u0645\u0647\u0645
+IconSelectionPlugin.tooltip=<html>Here you can select an icon using a subwindow.</html>
+import=\u0627\u0633\u062A\u064A\u0631\u0627\u062F
+ImportBranchAction.text=\u0641\u0631\u0639...
+ImportExplorerFavoritesAction.text=\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0633\u062A\u0643\u0634\u0641
+ImportFolderStructureAction.text=\u0628\u0646\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F...
+ImportLinkedBranchAction.text=\u0641\u0631\u0639 \u0645\u0631\u062A\u0628\u0637
+ImportMindmanagerFiles.text=MindManager X5 Map...
+increase_branch_font_size=\u062E\u0637 \u0643\u0628\u064A\u0631
+IncreaseNodeFontAction.text=\u062E\u0637 \u0643\u0628\u064A\u0631
+ItalicAction.text=\u0645\u0627\u0626\u0644
+italicise_branch=\u0645\u0627\u0626\u0644
+JoinNodesAction.text=\u0631\u0628\u0637 \u0627\u0644\u0639\u0646\u0627\u0635\u0631
+locking_failed_by_open=Locking of the map {0} failed. Opening as read-only.
+locking_failed_by_save_as=Locking of the map {0} failed. Action Save As aborted.
+locking_old_lock_removed=The map {0} was locked by the user {1}. The lock has been removed because it is old.
+long_node_changed_cancel=\u0644\u0642\u062F \u0642\u0645\u062A \u0628\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631. \u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u061F
+lots_of_links_warning=\u0633\u064A\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u062F\u064A\u062F \u0645\u0646 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0644\u0646\u0641\u0633 \u0627\u0644\u0639\u0646\u0635\u0631. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0630\u0644\u0643\u061F
+map_already_exists=\u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0645\u0633\u0628\u0642\u0627\u064B. \u0647\u0644 \u062A\u0631\u064A\u062F \u0625\u0633\u062A\u0628\u062F\u0627\u0644\u0647\u0627\u061F
+map_corrupted=\u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0645\u0639\u0637\u0648\u0628\u0629. \u0647\u0644 \u062A\u0631\u064A\u062F \u0631\u0624\u064A\u0629 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644\u061F
+map_locked_by_open=The map {0} is already being edited by the user {1}. Opening as read-only.
+map_locked_by_save_as=The map {0} is being edited by the user {1}. Action Save As aborted.
+mindmap=\u062E\u0631\u064A\u0637\u0629
+mindmaps=\u062E\u0631\u0627\u0626\u0637
+mindmaps_desc=Maps (*.mm)
+mode_na=\u0646\u0645\u0637 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F
+mode_title=Freeplane - {0} Mode
+modes=\u0623\u0646\u0645\u0627\u0637
+MoveToRootAction.text=\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0642\u0645\u0647  \u0627\u0644\u0634\u062C\u0631\u0629
+NavigationNextMapAction.text=\u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629
+NavigationPreviousMapAction.text=\u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629
+new_mindmap=\u062E\u0631\u064A\u0637\u0629 \u062C\u062F\u064A\u062F\u0629
+new_node=\u0639\u0646\u0635\u0631 \u062C\u062F\u064A\u062F
+NewChildAction.text=\u0627\u0628\u0646 \u062C\u062F\u064A\u062F
+NewMapAction.text=\u062C\u062F\u064A\u062F
+NewParentNode.tooltip=<html>All selected are sent to a new parent.</html>
+NewPreviousSiblingAction.text=\u0627\u062E \u062C\u062F\u064A\u062F \u0628\u0639\u062F\u0647
+NewSiblingAction.text=\u0627\u062E \u062C\u062F\u064A\u062F \u0642\u0628\u0644\u0647
+no=\u0644\u0627
+no_found_from=No "{0}" found from "{1}".
+no_more_found_from=No more "{0}" found from "{1}".
+no_previous_find=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0641\u064A \u0627\u0644\u0633\u0627\u0628\u0642
+node=\u0639\u0646\u0635\u0631
+node_changed_discard_changes=\u0644\u0642\u062F \u0642\u0645\u062A \u0628\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631. \u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u061F
+NodeBackgroundColorAction.text=\u0644\u0648\u0646 \u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0639\u0646\u0635\u0631
+NodeColorAction.text=\u0644\u0648\u0646 \u0627\u0644\u0639\u0646\u0635\u0631
+NodeColorBlendAction.text=\u0644\u0648\u0646 \u0634\u0641\u0627\u0641
+NodeDownAction.text=\u0627\u0644\u0639\u0646\u0635\u0631 \u0644\u0627\u0633\u0641\u0644
+NodeListAction.text=\u0639\u0631\u0636 \u0645\u062D\u0641\u0648\u0638\u0627\u062A \u0627\u0644\u062E\u0631\u064A\u0637\u0629
+NodeListAction.tooltip=\u0639\u0631\u0636 \u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0645\u0639 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0648 \u0627\u0644\u062A\u0639\u062F\u064A\u0644
+NodeShapeAction.bubble.text=\u0641\u0642\u0627\u0639\u0629
+NodeShapeAction.fork.text=Fork
+NodeUpAction.text=\u0627\u0644\u0639\u0646\u0635\u0631 \u0644\u0627\u0639\u0644\u0649
+nonboldify_branch=Unboldify
+nonitalicise_branch=Unitalicise
+normal=\u0639\u0627\u062F\u064A
+not_saved_for_link_error=\u064A\u062C\u0628 \u062D\u0641\u0638 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0642\u0628\u0644 \u062A\u0639\u064A\u064A\u0646 \u0631\u0627\u0628\u0637
+ok=\u0645\u0648\u0627\u0641\u0642
+OKAction.text=\u0645\u0648\u0627\u0641\u0642
+OpenAction.text=...\u0641\u062A\u062D
+option_changes_may_require_restart=\u0642\u0645 \u0628\u0625\u0639\u0627\u062F\u0629 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A.
+OptionPanel.absolute=\u0645\u0637\u0644\u0642
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Determines the quality of the map. More antialias needs more time.</html>
+OptionPanel.antialias_all=Antialias All
+OptionPanel.antialias_edges=Antialias Edges
+OptionPanel.antialias_none=No Antialias
+OptionPanel.Appearance=\u0627\u0644\u0645\u0638\u0647\u0631
+OptionPanel.as_parent=\u0643\u0623\u0628
+OptionPanel.automatic=\u062A\u0644\u0642\u0627\u0626\u064A
+OptionPanel.Behaviour=\u0627\u0644\u0633\u0644\u0648\u0643
+OptionPanel.bezier=\u0645\u0646\u062D\u0646\u0649
+OptionPanel.bubble=\u0641\u0642\u0627\u0639\u0629
+OptionPanel.Cancel=\u0625\u0644\u063A\u0627\u0621
+OptionPanel.combined=\u0645\u0648\u062D\u062F
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=\u0625\u0641\u062A\u0631\u0627\u0636\u064A
+OptionPanel.default_browser_command_mac=\u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> and MAC: (thanks to Nick!)</html>
+OptionPanel.default_browser_command_other_os=\u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A \u0623\u0646\u0638\u0645\u0629 \u0623\u062E\u0631\u0649
+OptionPanel.default_browser_command_other_os.tooltip=<html> This is typically Linux:</html>
+OptionPanel.default_browser_command_windows_9x=\u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A  Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
+OptionPanel.default_browser_command_windows_nt=\u0623\u0645\u0631 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0625\u0641\u062A\u0631\u0627\u0636\u064A \u0641\u064A  Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
+OptionPanel.Defaults=\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0627\u062A
+OptionPanel.delete_automatic_saves_at_exit=\u062D\u0630\u0641 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0646\u062F \u0627\u0644\u062E\u0631\u0648\u062C
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> If the files should be deleted automatically on a normal shutdown of Freeplane set the following variable to true</html>
+OptionPanel.disable_cursor_move_paper=\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u0645\u0624\u0634\u0631 \u0645\u0646 \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0635\u0641\u062D\u0629
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Don't display 'move' cursor during paper dragging</html>
+OptionPanel.el__enter_confirms_by_default=\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0628\u0634\u0643\u0644 \u0625\u0641\u062A\u0631\u0627\u0636\u064A
+OptionPanel.el__max_default_window_height=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0635\u0649 \u0627\u0631\u062A\u0641\u0627\u0639 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
+OptionPanel.el__max_default_window_width=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0635\u0649 \u0639\u0631\u0636 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
+OptionPanel.el__min_default_window_height=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0644 \u0627\u0631\u062A\u0641\u0627\u0639 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
+OptionPanel.el__min_default_window_width=\u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0627\u0642\u0644 \u0639\u0631\u0636 \u0644\u0644\u0646\u0627\u0641\u0630\u0629
+OptionPanel.el__position_window_below_node=\u0648\u0636\u0639 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u062A\u062D\u062A \u0627\u0644\u0639\u0646\u0635\u0631
+OptionPanel.en=En
+OptionPanel.Environment=\u0627\u0644\u0628\u064A\u0626\u0629
+OptionPanel.es=Es
+OptionPanel.experimental_file_locking_on=\u0625\u0642\u0641\u0627\u0644 \u0645\u0644\u0641 \u0627\u0644\u062A\u062C\u0627\u0631\u0628
+OptionPanel.experimental_file_locking_on.tooltip=<html> Experimental feature</html>
+OptionPanel.export_icons_in_html=\u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0631\u0645\u0648\u0632 \u0628\u062A\u0646\u0633\u064A\u0642 HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
+OptionPanel.Files=\u0627\u0644\u0645\u0644\u0641\u0627\u062A
+OptionPanel.first=\u0627\u0644\u0627\u0648\u0644
+OptionPanel.foldingsymbolwidth=Folding Symbol Width
+OptionPanel.foldingsymbolwidth.tooltip=<html>Width of the folding marking circle</html>
+OptionPanel.fork=Fork
+OptionPanel.fr=Fr
+OptionPanel.gtk=Gtk
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u0628\u0646\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0648\u064A\u0646
+OptionPanel.html_export_fold_all=\u0637\u064A \u0627\u0644\u062C\u0645\u064A\u0639
+OptionPanel.html_export_fold_currently_folded=\u0637\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A
+OptionPanel.html_export_folding=Html Export Folding
+OptionPanel.html_export_no_folding=\u0628\u062F\u0648\u0646 \u0637\u064A
+OptionPanel.hu=Hu
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D
+OptionPanel.ko=Kr
+OptionPanel.language=\u0627\u0644\u0644\u063A\u0629
+OptionPanel.language.tooltip=<html>This is the language that should be used in the program. 'automatic' tries to load the current user's language. </html>
+OptionPanel.last=\u0627\u0644\u0623\u062E\u064A\u0631
+OptionPanel.last_opened_list_length=\u0639\u062F\u062F \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A  \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629
+OptionPanel.linear=\u062E\u0637\u064A
+OptionPanel.links=\u0631\u0648\u0627\u0628\u0637
+OptionPanel.links.tooltip=<html>Set Links either relative or absolute </html>
+OptionPanel.lookandfeel=\u0627\u0644\u0645\u0638\u0647\u0631
+OptionPanel.lookandfeel.tooltip=<html>The Look&Feel to use. 'metal','windows','motif', 'gtk' are supported, 'mac' is available only on MacOS. default means, that the default look and feel is used. If you want to put your own L&F, please, enter the class name here and assure that the corresponding jar file(s) are loaded. If there are problems with the look and feel, then choose 'nothing' here. It work for applets</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=\u0623\u0642\u0635\u0649 \u0639\u0631\u0636 \u0644\u0644\u0639\u0646\u0635\u0631
+OptionPanel.max_node_width.tooltip=<html>The default maximal node width in pixels</html>
+OptionPanel.metal=\u0645\u0639\u062F\u0646\u064A
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nothing=\u0628\u062F\u0648\u0646
+OptionPanel.number_of_different_files_for_automatic_save=\u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u0644\u062D\u0641\u0638 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> 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.OK=\u062D\u0641\u0638
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=\u0648\u0636\u0639 \u0641\u0631\u0648\u0639 \u062C\u062F\u064A\u062F\u0629
+OptionPanel.placenewbranches.tooltip=<html>Where to place new branches. Valid values are 'first' and 'last' </html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=\u0646\u0633\u0628\u064A
+OptionPanel.ru=Ru
+OptionPanel.selection_method=\u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631
+OptionPanel.selection_method.tooltip=<html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
+OptionPanel.selection_method_by_click=\u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631
+OptionPanel.selection_method_delayed=\u0627\u0644\u062A\u0623\u062E\u064A\u0631
+OptionPanel.selection_method_direct=\u0645\u0628\u0627\u0634\u0631
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u0627\u0644\u0627\u0646\u0645\u0627\u0637
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.automatic_save=\u062D\u0641\u0638 \u062A\u0644\u0642\u0627\u0626\u064A
+OptionPanel.separator.behaviour=\u0627\u0644\u0633\u0644\u0648\u0643
+OptionPanel.separator.browser=\u0627\u0644\u0645\u0633\u062A\u0639\u0631\u0636
+OptionPanel.separator.commands_for_the_program=\u0627\u0644\u0627\u0648\u0627\u0645\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C
+OptionPanel.separator.default_colors=\u0627\u0644\u0627\u0644\u0648\u0627\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
+OptionPanel.separator.default_fonts=\u0627\u0644\u062E\u0637\u0648\u0637 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
+OptionPanel.separator.default_styles=\u0627\u0644\u0627\u0646\u0645\u0627\u0637 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629
+OptionPanel.separator.edit_long_node_window=\u0646\u0627\u0641\u0630\u0629 \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0637\u0648\u064A\u0644\u0629
+OptionPanel.separator.files=\u0627\u0644\u0645\u0644\u0641\u0627\u062A
+OptionPanel.separator.html_export=\u062A\u0635\u062F\u064A\u0631 HTML
+OptionPanel.separator.hyperlink_types=\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u062A\u0634\u0639\u0628\u064A\u0629
+OptionPanel.separator.icon_properties=\u0627\u0644\u0631\u0645\u0648\u0632
+OptionPanel.separator.initial_map_size=\u062D\u062C\u0645 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0623\u0648\u0644\u064A
+OptionPanel.separator.key_typing=\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0637\u0628\u0627\u0639\u0629
+OptionPanel.separator.language=\u0627\u0644\u0644\u063A\u0629
+OptionPanel.separator.look_and_feel=\u0627\u0644\u0645\u0638\u0647\u0631
+OptionPanel.separator.new_node_commands=\u0627\u0648\u0627\u0645\u0631 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u062C\u062F\u064A\u062F
+OptionPanel.separator.node_editing_commands=\u0627\u0648\u0627\u0645\u0631 \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0639\u0646\u0635\u0631
+OptionPanel.separator.node_navigation_commands=\u0627\u0648\u0627\u0645\u0631 \u0627\u0633\u0643\u0634\u0627\u0641 \u0627\u0644\u0639\u0646\u0635\u0631
+OptionPanel.separator.other_defaults=\u0627\u062E\u0631\u0649
+OptionPanel.separator.patterns=\u0627\u0644\u0627\u0646\u0645\u0627\u0637
+OptionPanel.separator.save=\u062D\u0641\u0638
+OptionPanel.separator.selection_method=\u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631
+OptionPanel.separator.undo=\u062A\u0631\u0627\u062C\u0639
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+OptionPanel.standardbackgroundcolor.tooltip=<html>The standard background color in html notation </html>
+OptionPanel.standardcloudcolor=\u0644\u0648\u0646 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+OptionPanel.standardcloudcolor.tooltip=<html>The standard cloud color in html notation </html>
+OptionPanel.standardcloudestyle=\u0646\u0645\u0637 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+OptionPanel.standardcloudestyle.tooltip=<html>The standard cloud style. currently, only 'bezier' is supported</html>
+OptionPanel.standardlinkcolor=\u0644\u0648\u0646 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+OptionPanel.standardlinkcolor.tooltip=<html>The standard link color in html notation </html>
+OptionPanel.standardlinkestyle=\u0646\u0645\u0637 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+OptionPanel.standardlinkestyle.tooltip=<html>The standard link style. currently, only 'bezier' is supported</html>
+OptionPanel.standardselectednodecolor=\u0644\u0648\u0646 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F \u0627\u0644\u0627\u0633\u0627\u0633\u064A
+OptionPanel.standardselectednodecolor.tooltip=<html>The standard node color if selected. In html notation (#RRGGBB in hex values) </html>
+OptionPanel.time_for_automatic_save=\u0627\u0644\u0648\u0642\u062A \u0644\u0644\u062D\u0641\u0638 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A
+OptionPanel.time_for_automatic_save.tooltip=<html> time between two consecutive automatic saving actions (in msec): To disable automatic saving set this number to 2000000000.</html>
+OptionPanel.time_for_delayed_selection=\u0648\u0642\u062A \u062A\u0623\u062E\u064A\u0631 \u0627\u0644\u0623\u062E\u062A\u064A\u0627\u0631
+OptionPanel.time_for_delayed_selection.tooltip=<html> Selection time delay of nodes when mouse is over (in msec). Change this value to 1 if you want direct selection on mouse over.</html>
+OptionPanel.undo_levels=\u0645\u0633\u062A\u0648\u064A\u0627\u062A \u0627\u0644\u062A\u0631\u0627\u062C\u0639
+OptionPanel.undo_levels.tooltip=<html>Determines how many steps are stored that can be undone via "Undo".</html>
+OptionPanel.windows=\u0627\u0644\u0646\u0648\u0627\u0641\u0630
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=...\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0635\u0641\u062D\u0629
+PasteAction.text=\u0644\u0635\u0642
+PatternToString.FontBold=\u0639\u0631\u064A\u0636
+plugins/TimeList.xml_Created=\u062A\u0645 \u0625\u0646\u0634\u0627\u0621\u0629
+plugins/TimeList.xml_Date=\u0627\u0644\u062A\u0627\u0631\u064A\u062E
+plugins/TimeList.xml_Icons=\u0627\u0644\u0631\u0645\u0648\u0632
+plugins/TimeList.xml_Modified=\u062A\u0645 \u0627\u0644\u062A\u0639\u062F\u064A\u0644
+plugins/TimeList.xml_Text=\u0627\u0644\u0646\u0635
+plugins/TimeManagement.xml_appendButton=\u0625\u062F\u0631\u0627\u062C \u0627\u0644\u0648\u0642\u062A \u0625\u0644\u0649 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F
+plugins/TimeManagement.xml_Cancel=\u0625\u0644\u063A\u0627\u0621
+plugins/TimeManagement.xml_cancelButton=\u0625\u0644\u063A\u0627\u0621
+plugins/TimeManagement.xml_hour=Hour:
+plugins/TimeManagement.xml_minute=Minute:
+plugins/TimeManagement.xml_reminderButton=\u0627\u0644\u062A\u0630\u0643\u064A\u0631 \u0639\u0646\u062F \u0647\u0630\u0627 \u0627\u0644\u0648\u0642\u062A
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Currently, there may only be one reminder per node. <br>The current remnider is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Reminder scheduled at {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Remove Reminder
+plugins/TimeManagement.xml_todayButton=\u0627\u0644\u064A\u0648\u0645
+plugins/TimeManagement.xml_WindowTitle=\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0648\u0642\u062A
+preferences=\u062A\u0641\u0636\u064A\u0644\u0627\u062A
+PrintAction.text=...\u0637\u0628\u0627\u0639\u0629
+PrintDirectAction.text=\u0637\u0628\u0627\u0639\u0629
+printing_settings=\u0645\u0642\u064A\u0627\u0633 \u0627\u0644\u0637\u0628\u0627\u0639\u0629
+PropertyAction.text=\u0627\u0644\u062A\u0641\u0636\u064A\u0644\u0627\u062A...
+QuitAction.text=\u062E\u0631\u0648\u062C
+read_only=\u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637
+ReminderHookAction.text=Remove Reminder
+ReminderHookAction.tooltip=Removes a reminder from a node.
+RemoveAllIconsAction.text=\u062D\u0630\u0641 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632
+RemoveIconAction.text=\u062D\u0630\u0641 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0627\u062E\u064A\u0631
+repair_link=\u0625\u0635\u0644\u0627\u062D \u0631\u0627\u0628\u0637
+repair_link_question=\u0644\u0627\u064A\u0645\u0643\u0646 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0635\u0644\u0627\u062D\u0647\u0627 \u064A\u062F\u0648\u064A\u0627\u064B\u061F
+ResetNodeLocationAction.text=\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0645\u0643\u0627\u0646
+save_failed=Attempt to save the map {0} failed.
+save_unsaved=\u0647\u0644  \u062A\u0631\u064A\u062F \u062D\u0641\u0638 \u0627\u0644\u062E\u0631\u064A\u0637\u0629\u061F
+SaveAction.text=\u062D\u0641\u0638
+SaveAsAction.text=...\u062D\u0641\u0638 \u0628\u0627\u0633\u0645
+saved=\u062A\u0645 \u0627\u0644\u062D\u0641\u0638
+scheme_evaluate=\u062A\u0642\u064A\u064A\u0645
+select_favorites_folder=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0630\u064A \u064A\u062D\u0648\u064A \u0627\u0644\u0645\u0641\u0636\u0644\u0629
+select_folder_for_importing=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062C\u0644\u062F \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F\u0647
+SelectAllAction.text=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u062C\u0645\u064A\u0639 ( \u0627\u0644\u0645\u0631\u0626\u064A )
+SelectBranchAction.text=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0645\u0631\u0626\u064A
+selection_method_by_click=\u0646\u0642\u0631\u0647 \u0645\u0641\u0631\u062F \u0644\u0644\u062A\u062D\u062F\u064A\u062F
+selection_method_direct=\u0646\u0642\u0637\u0629 \u0644\u0644\u062A\u062D\u062F\u064A\u062F
+SetImageByFileChooserAction.text=\u0635\u0648\u0631\u0629 ( \u0645\u062D\u062F\u062F \u0645\u0644\u0641 \u0623\u0648 \u0631\u0627\u0628\u0637 )
+SetLinkByFileChooserAction.text=\u0631\u0627\u0628\u0637 \u062A\u0634\u0639\u0628\u064A ( \u0645\u062D\u062F\u062F \u0645\u0644\u0641 )
+SetLinkByTextFieldAction.text=\u0631\u0627\u0628\u0637 \u062A\u0634\u0639\u0628\u064A ( \u062D\u0642\u0644 \u0646\u0635\u064A )
+simplyhtml.borderWidthLabel=\u0627\u0644\u0639\u0631\u0636
+simplyhtml.cancelBtnName=\u0625\u0644\u063A\u0627\u0621
+simplyhtml.copyLabel=\u0646\u0633\u062E
+simplyhtml.cutLabel=\u0642\u0635
+simplyhtml.fontBoldLabel=\u0639\u0631\u064A\u0636
+simplyhtml.fontItalicLabel=\u0645\u0627\u0626\u0644
+simplyhtml.fontTabLabel=\u062E\u0637
+simplyhtml.fontUnderlineLabel=\u062A\u062D\u062A\u0647 \u062E\u0637
+simplyhtml.helpLabel=\u0645\u0633\u0627\u0639\u062F\u0629
+simplyhtml.insertTableTitle=insertTable[translate me]
+simplyhtml.pasteLabel=\u0644\u0635\u0642
+simplyhtml.replaceNo=\u0644\u0627
+simplyhtml.replaceYes=\u0646\u0639\u0645
+simplyhtml.styleLabel=\u0646\u0645\u0637
+simplyhtml.uLineLabel=\u062A\u062D\u062A\u0647 \u062E\u0637
+simplyhtml.undoLabel=\u062A\u0631\u0627\u062C\u0639
+split=\u0641\u0635\u0644
+style=\u0646\u0645\u0637
+svg=SVG[translate me]
+TimeListAction.text=\u0639\u0631\u0636 \u0642\u0627\u0626\u0645\u0629 \u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u0648\u0642\u062A
+TimeListAction.tooltip=\u0639\u0631\u0636 \u0627\u0644\u0623\u0648\u0642\u0627\u062A \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0648 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629
+TimeManagementAction.text=\u0639\u0631\u0636 \u0627\u0644\u062A\u0642\u0648\u064A\u0645
+TimeManagementAction.tooltip=<html>Shows the calendar module by Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=\u0637\u064A  \u0641\u0631\u062F \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0627\u0628\u0646
+ToggleFoldedAction.text=\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u0637\u0648\u064A
+ToggleLeftToolbarAction.text=\u062A\u0628\u062F\u064A\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0627\u062F\u0648\u0627\u062A \u0641\u064A \u0627\u0644\u064A\u0633\u0627\u0631
+ToggleMenubarAction.text=\u062A\u0628\u062F\u064A\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0642\u0627\u0626\u0645\u0629
+ToggleToolbarAction.text=\u062A\u0628\u062F\u064A\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0627\u062F\u0648\u0627\u062A
+underline=\u062A\u062D\u062A\u0647 \u062E\u0637
+UndoAction.text=\u062A\u0631\u0627\u062C\u0639
+UndoFilterAction.text=\u062A\u0631\u0627\u062C\u0639
+unfold=\u0628\u0633\u0637
+UnfoldAllAction.tooltip=<html>Unfolds the selected nodes and all their children.</html>
+UnfoldOneLevelAction.tooltip=<html>Unfolds the selected nodes by one level.</html>
+url_error=\u0639\u0646\u0648\u0627\u0646 URL \u063A\u064A\u0631 \u0635\u0627\u0644\u062D
+url_load_error=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062E\u0631\u064A\u0637\u0629 \u0645\u0646 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 URL
+user_defined_zoom=\u0645\u0639\u0631\u0641 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
+user_defined_zoom_status_bar=Changing the zoom to the user defined zoom value of {0}%.
+user_zoom=Print Zoom Factor (0.0 - 2.0):
+width=\u0627\u0644\u0639\u0631\u0636
+yes=\u0646\u0639\u0645
+ZoomInAction.text=\u062A\u0643\u0628\u064A\u0631
+ZoomOutAction.text=\u062A\u0635\u063A\u064A\u0631
diff --git a/freeplane/resources/translations/Resources_ca.properties b/freeplane/resources/translations/Resources_ca.properties
index ce0ae6f..8c91d1b 100644
--- a/freeplane/resources/translations/Resources_ca.properties
+++ b/freeplane/resources/translations/Resources_ca.properties
@@ -1,549 +1,549 @@
-AboutAction.text = Quant a
-acceleratorPresets = Hot Key Presets[translate me]
-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:
-accessories/plugins/EncryptNode.properties_3 = Torneu a introdu\u00EFr-la:
-accessories/plugins/EncryptNode.properties_4 = Introdu\u00EFu la paraula de pas.
-accessories/plugins/EncryptNode.properties_5 = <html>Recordeu que la profunditat de xifratge<br> dep\u00E8n quasi en la seva totalitat de la qualitat de la paraula de pas que trieu.
-accessories/plugins/EncryptNode.properties_6 = D'acord
-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/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.
-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)...
-AddLocalLinkAction.text = Afegeix un hiperenlla\u00E7 local
-antialias_all = Anti\u00E0lies a Tots
-antialias_edges = Anti\u00E0lies als Cantells
-antialias_none = Sense anti\u00E0lies
-as_parent = Com a parent
-attributes_deselect_all = Res
-attributes_dialog_title = Attribute Manager[translate me]
-AutomaticLayoutAction.text = Disseny autom\u00E0tic
-AutomaticLayoutAction.tooltip = <html>Repara el disseny del mapa. <br>El primer nivell \u00E9s negre, el segon blau, etc.</html>
-BackAction.text = Enrera
-background = Fons
-BlinkingNodeHookAction.text = Node que pampallugui
-BlinkingNodeHookAction.tooltip = <html>Aix\u00F2 fa que el node pampallugui. Si et plau, tingues cura. No ho associ\u00EFs a massa nodes, i <strong> mai amb altres formatatges autom\u00E0tics pel mateix node</strong></html>
-BoldAction.text = Negreta
-boldify_branch = Ennegreix
-branch = Branca
-cancel = Cancel\u00B7la
-CancelAction.text = Cancel\u00B7la
-cannot_add_parent_diff_parents = Tots els nodes cal que tinguin el mateix node pare per a utilitzar aquesta funci\u00F3.
-cannot_add_parent_to_root = El node arrel no pot afegir-se com un node pare.
-cannot_join_nodes_with_children = No es poden unir els nodes amb els fills
-cannot_move_to_child = No es pot moure un node a un dels seus fills.
-CenterAction.text = Centre
-ChangeConnectorArrowsAction.backward.text = Enrera
-ChangeConnectorArrowsAction.forward.text = Endavant
-ChangeNodeLevelLeftsAction.text = Node esquerra
-ChangeNodeLevelLeftsAction.tooltip = On the left of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the right of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-ChangeNodeLevelRightsAction.text = Node dret
-ChangeNodeLevelRightsAction.tooltip = On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-choose_background_color = Trieu el color de fons:
-choose_cloud_color = Trieu el color del n\u00FAvol:
-choose_edge_color = Tria el color del cantell
-choose_node_background_color = Trieu el color de fons del node:
-choose_node_color = Trieu el color del node:
-CloseAction.text = Tanca
-CloudAction.text = N\u00FAvol
-CloudColorAction.text = Color del n\u00FAvol...
-ColorProperty.ResetColor = Reestableix el color
-combined = Combinat
-connector = Connector[translate me]
-CopyAction.text = Copia
-CopySingleAction.text = C\u00F2pia simple
-CreationModificationPluginAction.text = Mostra la cronologia de modificacions
-CreationModificationPluginAction.tooltip = <html>Aquesta funci\u00F3 realitza el seguiment de la creaci\u00F3 i modificaci\u00F3 dels nodes.</html>
-CutAction.text = Retalla
-decrease_branch_font_size = Lletra m\u00E9s petita
-DecreaseNodeFontAction.text = Lletra m\u00E9s petita
-delete_child = Esborra el node
-DeleteAction.text = Elimina el Node
-DocumentationAction.text = Documentaci\u00F3
-edge = Cantells
-edge_style = Estil del Cantell
-edge_width = Ample del Cantell
-EdgeColorAction.text = Color del Cantell...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.linear.text = Linial
-EdgeStyleAction.sharp_bezier.text = Sharp Bezier
-EdgeStyleAction.sharp_linear.text = Sharp Linear
-EdgeStyleAsParentAction.text = Com a parent
-EdgeWidthAction_width_parent.text = Pare
-EdgeWidthAction_width_thin.text = Prim
-edit = Edici\u00F3
-edit_link_manually = Edita l'hiperenlla\u00E7 manualment...
-EditAction.text = Edita el node
-EditLongAction.text = Edita el node llarg...
-EncryptedMap.text = Crea un mapa xifrat ...
-EncryptedMap.tooltip = Crea un nou mapa xifrat
-enter_base_url = Enganxar\u00E9 enlla\u00E7os relatius. Si et plau, introdueix l'adre\u00E7a base.
-enter_confirms = La tecla Retorn ho confirma
-EnterPassword.text = Alterna entre Xifrat / Desxifrat
-error = Error[translate me]
-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
-ExportBranchToHTMLAction.text = Branca com HTML
-ExportPdf.text = Com a PDF...
-ExportSvg.text = Com a SVG...
-ExportToHTMLAction.text = Com HTML
-ExportToImage.jpg.text = Com a JPEG...
-ExportToImage.png.text = Com a PNG...
-ExportToOoWriter.text = Com a un document de l'Open Office...
-ExportToOoWriter.tooltip = Unfolded nodes form the structure, folded nodes the content of the document.
-extension_menu = Estil F\u00EDsic
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = PMF
-file = Fitxer
-file_already_exists = El fixter {0} ja existeix. Voleu sobreescriure''l?
-file_not_found = Fitxer {0} no trobat
-find_what = Qu\u00E8 vols cercar
-FindAction.text = Cerca...
-fit_map_to_page = Imprimeix-lo en Una P\u00E0gina
-FitToPage.text = Amplia o redueix per a cabre en la p\u00E0gina
-FitToPage.tooltip = Ajusta l'ampliaci\u00F3 de forma que tot el mapa sigui visible en la finestra actual.
-fold = Contreu
-FoldAllAction.text = Contreu-los tots
-FoldAllAction.tooltip = <html>Contreu els nodes selecionats i tots els seus fills.</html>
-FoldOneLevelAction.text = Contreu-lo un nivell
-FoldOneLevelAction.tooltip = <html>Contreu un nivell els nodes seleccionats.</html>
-font = Lletra
-FontFamilyAction.text = fam\u00EDlia de la lletra
-FontSizeAction.text = mida de la lletra
-format_menu_edge_styles = Estils dels cantells
-format_menu_edge_widths = Gruix dels cantells
-FormatCopy.text = Copia el format
-FormatCopy.tooltip = <html>C\u00F2pia el format d'un node.</html>
-FormatPaste.text = Enganxa el format
-FormatPaste.tooltip = <html>Enganxa el format d'un node.</html>
-ForwardAction.text = Endavant
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = Ajuda...
-FreeplaneHelpStarter.tooltip = Ajuda estesa del Freeplane
-GotoLinkNodeAction.text = V\u00E9s a l'enlla\u00E7
-GrabKeyDialog.common.cancel = Cancel\u00B7la
-GrabKeyDialog.common.ok = D'acord
-GrabKeyDialog.grab-key.assigned-to = Assignat a
-GrabKeyDialog.grab-key.assigned-to.none = Sense assignar
-GrabKeyDialog.grab-key.clear = Neteja
-GrabKeyDialog.grab-key.remove = Suprimeix
-GrabKeyDialog.grab-key.remove-ask = Esteu segurs de voler suprimir aquest text?
-GrabKeyDialog.grab-key.title = Introdu\u00EFu una nova clau
-help = Ajuda
-HierarchicalIconsAction.text = Mostra les icones jer\u00E0rquicament
-HierarchicalIconsAction.tooltip = Si un dels fills tenen una icona, tamb\u00E9 mostrar\u00E9 aquella icona en format petit.
-html_export_based_on_headings = Exporta a HTML - Basant-se en les cap\u00E7aleres
-html_export_fold_all = Exporta a HTML - Contreu-los tots
-html_export_fold_currently_folded = Exporta a HTML - Contreu els que es troben contrets
-html_export_no_folding = Exporta a HTML - Sense contreure
-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_attach = Mira aqu\u00ED
-icon_back = Enrera
-icon_bee = Freeplane[translate me]
-icon_bell = Recorda
-icon_bookmark = Excel\u00B7lent
-icon_broken-line = Broken[translate me]
-icon_button_cancel = No est\u00E0 b\u00E9
-icon_button_ok = D'acord
-icon_calendar = Data
-icon_clanbomber = Perill\u00F3s
-icon_desktop_new = No ho oblidis
-icon_female2 = Female2[translate me]
-icon_flag = Seguiment
-icon_flag-pink = Pink Flag[translate me]
-icon_folder = Folder[translate me]
-icon_forward = Endavant
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Prioritat 1
-icon_full-2 = Prioritat 2
-icon_full-3 = Prioritat 3
-icon_full-4 = Prioritat 4
-icon_full-5 = Prioritat 5
-icon_full-6 = Prioritat 6
-icon_full-7 = Prioritat 7
-icon_gohome = Inici
-icon_help = Pregunta
-icon_idea = Idea
-icon_kaddressbook = Tel\u00E8fon
-icon_knotify = M\u00FAsica
-icon_korn = B\u00FAstia de correu
-icon_ksmiletris = Estic content
-icon_licq = Maco
-icon_Mail = Correu
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = Icones
-icon_messagebox_warning = Important
-icon_password = Clau
-icon_pencil = Per a ser definit
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = No em diverteixo
-icon_stop = Atura
-icon_stop-sign = Stop[translate me]
-icon_wizard = M\u00E0gia
-icon_xmag = Per a ser discutit
-icon_yes = Important
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Trieu una icona...
-IconSelectionPlugin.tooltip = <html>Aqu\u00ED podeu triar una icona mitjan\u00E7ant la finestra addicional.</html>
-import = Importa
-import_linked_branch_no_link = El node que heu triat no t\u00E9 enlla\u00E7os per importar.
-ImportBranchAction.text = Branca...
-ImportExplorerFavoritesAction.text = Explora els preferits...
-ImportFolderStructureAction.text = Estructura de carpetes...
-ImportLinkedBranchAction.text = Branca enlla\u00E7ada
-ImportLinkedBranchWithoutRootAction.text = (Branca enlla\u00E7ada) Sense Arrel...
-ImportMindmanagerFiles.text = Mapa del MindManager X5...
-increase_branch_font_size = Lletra m\u00E9s gran
-IncreaseNodeFontAction.text = Lletra m\u00E9s gran
-ItalicAction.text = It\u00E0liques
-italicise_branch = Posa-ho en it\u00E0liques
-JoinNodesAction.text = Uneix els nodes
-less_than_two_selected_nodes = Cal que seleccioneu al menys dos nodes per obtenir enlla\u00E7os.
-link_not_available_any_more = L'enlla\u00E7 ja no \u00E9s v\u00E0lid. El node que hi havia fou esborrat.
-link_not_found = Enlla\u00E7 {0} no trobat.
-locking_failed_by_open = No ha estat possible blocar el mapa {0}. Obrint-lo com a nom\u00E9s lectura.
-locking_failed_by_save_as = No ha estat possible blocar el mapa {0}. No s''ha pogut Desar com.
-locking_old_lock_removed = El mapa {0} est\u00E0 blocat en aquest moment per l''usuari {1}. El bloqueig s''ha eliminat perqu\u00E8 \u00E9s massa antic.
-long_node_changed_cancel = Heu canviat el node. Voleu descartar-ne els canvis?
-lots_of_links_warning = Esteu a punt de crear molts enlla\u00E7os pel mateix node. Esteu segurs que voleu crear tots aquests enlla\u00E7os?
-map_already_exists = Aquest mapa ja existeix. Voleu substituir-lo?
-map_corrupted = El mapa \u00E9s corrupte. Voleu veure'n els detalls?
-map_locked_by_open = El mapa {0} est\u00E0 sent editat per l''usuari {1}. Obrint-lo com a nom\u00E9s lectura.
-map_locked_by_save_as = El mapa {0} est\u00E0 sent editat per l''usuari {1}. No s''ha pogut Desar com.
-menu_extras = Eines
-menu_file_import = Importa
-menu_format = Formata
-menu_insert = Insereix
-menu_navigate = Navega
-menu_view = Veure
-mindmap = Mapa
-mindmaps = Mapes
-mindmaps_desc = Mapes (*.mm)
-mode_na = Modalitat no disponible
-mode_status = Modalitat canviada a {0} Mode
-mode_title = Freeplane - {0} Mode
-modes = Modalitats
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Fitxers m\u00E9s recents
-MoveToRootAction.text = Mou-re a l'Arrel
-NavigationNextMapAction.text = Mapa Seg\u00FCent
-NavigationPreviousMapAction.text = Mapa anterior
-new_mindmap = Crea un Mindmap
-new_node = Crea un Node Nou
-new_node_as_sibling_not_possible_for_the_root = No \u00E9s possible crear un node germ\u00E0 si us trobeu a l'arrel
-NewChildAction.text = Crea un Node Fill
-NewMapAction.text = Nou
-NewParentNode.text = Crea un node pare
-NewParentNode.tooltip = <html>Tots els seleccionats s'enviaran al pare.</html>
-NewPreviousSiblingAction.text = Crea un Node Germ\u00E0 Anterior
-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_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?
-NodeBackgroundColorAction.text = Color de fons del node...
-NodeColorAction.text = Color del node...
-NodeColorBlendAction.text = Color de la barreja
-NodeDownAction.text = Node Avall
-NodeListAction.text = Mostra l'historial del mapa...
-NodeListAction.tooltip = Mostra tots els nodes amb la data de creaci\u00F3/modificaci\u00F3.
-NodeShapeAction.bubble.text = Globus
-NodeShapeAction.fork.text = Forca
-NodeUpAction.text = Node Amunt
-nonboldify_branch = Elimina les negretes
-nonitalicise_branch = Elimina les it\u00E0liques
-normal = Normal
-not_saved_for_link_error = Cal que deseu el mapa abans de qu\u00E8 pugueu establir un enlla\u00E7 en el quadre de di\u00E0leg de fitxers
-ok = D'acord
-OKAction.text = D'acord
-OpenAction.text = Obre...
-option_changes_may_require_restart = Per a veure els efectes d'alguns d'aquests canvis, cal que reinicieu el Freeplane.
-OptionalDontShowMeAgainDialog.cancel = No[translate me]
-OptionPanel.absolute = Absolut
-OptionPanel.antialias = Anti-\u00C0lies
-OptionPanel.antialias.tooltip = <html>Determina la qualitat del mapa. Com m\u00E9s anti-\u00E0lies m\u00E9s temps de processament.</html>
-OptionPanel.antialias_all = Anti\u00E0lies a Tots
-OptionPanel.antialias_edges = Anti\u00E0lies als Cantells
-OptionPanel.antialias_none = Sense Anti-\u00E0lies
-OptionPanel.Appearance = Aparen\u00E7a
-OptionPanel.ar = Ar[translate me]
-OptionPanel.as_parent = Com a pare
-OptionPanel.automatic = Autom\u00E0tic
-OptionPanel.Behaviour = Comportament
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Globus
-OptionPanel.Cancel = Cancel\u00B7la
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Combinat
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Per omissi\u00F3
-OptionPanel.default_browser_command_mac = Default Browser Command Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> and MAC: (thanks to Nick!)</html>
-OptionPanel.default_browser_command_other_os = Default Browser Command Other Os
-OptionPanel.default_browser_command_other_os.tooltip = <html> This is typically Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Default Browser Command Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_browser_command_windows_nt = Default Browser Command Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = Per omissi\u00F3
-OptionPanel.delete_automatic_saves_at_exit = Esborra els documents autodesats en sortir
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Si voleu que Freeplane esborri els fitxers autodesats autom\u00E0ticament en sortir indiqueu-ho afirmativament</html>
-OptionPanel.disable_cursor_move_paper = Desactiva el moviment del cursor en el paper
-OptionPanel.disable_cursor_move_paper.tooltip = <html>No mostris el cursor 'arrossega' en el paper mentre s'arrossega</html>
-OptionPanel.el__enter_confirms_by_default = La tecla Retorn confirma els valors per omissi\u00F3
-OptionPanel.el__max_default_window_height = Al\u00E7ada m\u00E0xima de les finestres
-OptionPanel.el__max_default_window_width = Amplada m\u00E0xima de les finestres
-OptionPanel.el__min_default_window_height = Al\u00E7ada m\u00EDnima de les finestres
-OptionPanel.el__min_default_window_width = Amplada m\u00EDnima de les finestres
-OptionPanel.el__position_window_below_node = Posici\u00F3 de la finestra sota el node
-OptionPanel.en = En
-OptionPanel.Environment = Entorn
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Bloqueig de fitxers experimental
-OptionPanel.experimental_file_locking_on.tooltip = <html> Funci\u00F3 en experimentaci\u00F3</html>
-OptionPanel.export_icons_in_html = Exporta les icones en Html
-OptionPanel.export_icons_in_html.tooltip = <html> Indica si l'HTML s'exporta des del Freeplane amb les icones. El problema que es presenta amb les icones \u00E9s que sovint els enlla\u00E7os cap a aquestes no es poden resoldre en exportar l'HTML.</html>
-OptionPanel.Files = Fitxers
-OptionPanel.first = Primer
-OptionPanel.foldingsymbolwidth = Amplada del s\u00EDmbol de contreu
-OptionPanel.foldingsymbolwidth.tooltip = <html>Amplada del marcador circular de contreure</html>
-OptionPanel.fork = Forca
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Basat en les cap\u00E7aleres
-OptionPanel.html_export_fold_all = Contreu-los tots
-OptionPanel.html_export_fold_currently_folded = Contreu els que estiguin contrets
-OptionPanel.html_export_folding = Html Export Folding
-OptionPanel.html_export_no_folding = Sense contreure
-OptionPanel.hu = Hu
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Combinaci\u00F3 de tecles
-OptionPanel.ko = Kr
-OptionPanel.language = Idioma
-OptionPanel.language.tooltip = <html>Aquest \u00E9s l'idioma que caldria utilitzar en el programa. Amb 'autom\u00E0tic' intenta carregar l'idioma actual de l'usuari. </html>
-OptionPanel.last = \u00DAltim
-OptionPanel.last_opened_list_length = Llargada del darrer fitxer obert a la llista
-OptionPanel.linear = Linial
-OptionPanel.links = Enlla\u00E7os
-OptionPanel.links.tooltip = <html>Estableix enlla\u00E7os, ja siguin relatius o absoluts </html>
-OptionPanel.lookandfeel = Estils visuals
-OptionPanel.lookandfeel.tooltip = <html>L'aparen\u00E7a que voleu utilitzar. Es troben disponibles 'met\u00E0l\u00B7lic','windows','motiu', 'gtk', 'mac' nom\u00E9s pels equips amb MacOS. Per defecte vol dir que s'utilitzar\u00E0 una aparen\u00E7a est\u00E0ndard. Si voleu afegir els vostres temes visuals, introdu\u00EFu el n\u00FAmero de classe aqu\u00ED i assegureu-vos que es correspon al fitxer jar carregat. Si experimenteu problemes amb els temes visuals, trieu 'cap'</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Ample m\u00E0xim del node
-OptionPanel.max_node_width.tooltip = <html>L'amplada m\u00E0xima del node en pixels</html>
-OptionPanel.metal = Metall
-OptionPanel.motif = Motiu
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nothing = Res
-OptionPanel.number_of_different_files_for_automatic_save = Nombre de fitxers diferents per autodesar
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Nombre n de fitxers diferents per desar els mapes.  La primera desada es fa en el primer fitxer, i aix\u00ED successivament fins a n+1-desa que es torna a desar com al primer fitxer (c\u00EDclicament)</html>
-OptionPanel.OK = Desa
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Situa noves branques
-OptionPanel.placenewbranches.tooltip = <html>Indica on voleu situar noves branques. Els valors v\u00E0lids s\u00F3n 'primer' i '\u00FAltim' </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relatiu
-OptionPanel.ru = Ru
-OptionPanel.selection_method = M\u00E8tode de selecci\u00F3
-OptionPanel.selection_method.tooltip = <html> amb aquest par\u00E0metre podeu activar/desactivar el retard en la selecci\u00F3. No es recomana que ho modifiqueu.</html>
-OptionPanel.selection_method_by_click = Per clic
-OptionPanel.selection_method_delayed = Retardat
-OptionPanel.selection_method_direct = Directe
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Patrons
-OptionPanel.separator.anti_alias = Anti-\u00C0lies
-OptionPanel.separator.automatic_save = Desament autom\u00E0tic
-OptionPanel.separator.behaviour = Comportament
-OptionPanel.separator.browser = Navegador
-OptionPanel.separator.commands_for_the_program = Ordres pel programa
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Colors per defecte
-OptionPanel.separator.default_fonts = Lletres per defecte
-OptionPanel.separator.default_styles = Estils per defecte
-OptionPanel.separator.edit_long_node_window = Edita la longitud de la finestra d'un node
-OptionPanel.separator.files = Fitxers
-OptionPanel.separator.General = General[translate me]
-OptionPanel.separator.html_export = Exporta a l'HTML
-OptionPanel.separator.hyperlink_types = Tipus d'hiperenlla\u00E7os
-OptionPanel.separator.icon_properties = Icones
-OptionPanel.separator.initial_map_size = Mida inicial del mapa
-OptionPanel.separator.key_typing = Teclat
-OptionPanel.separator.language = Idioma
-OptionPanel.separator.look_and_feel = Estils visuals
-OptionPanel.separator.new_node_commands = Ordres pels nous nodes
-OptionPanel.separator.node_editing_commands = Ordres per l'edici\u00F3 de nodes
-OptionPanel.separator.node_navigation_commands = Ordres per a la navegaci\u00F3
-OptionPanel.separator.NodeFont = Node Font[translate me]
-OptionPanel.separator.other_defaults = Altres prefer\u00E8ncies
-OptionPanel.separator.patterns = Patrons
-OptionPanel.separator.save = Desa
-OptionPanel.separator.selection_method = M\u00E8tode de selecci\u00F3
-OptionPanel.separator.undo = Desf\u00E9s
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = Color est\u00E0ndard del fons
-OptionPanel.standardbackgroundcolor.tooltip = <html>El color est\u00E0ndard del fons en format html </html>
-OptionPanel.standardcloudcolor = Color est\u00E0ndard del n\u00FAvol
-OptionPanel.standardcloudcolor.tooltip = <html>El color est\u00E0ndard del n\u00FAvol en format html </html>
-OptionPanel.standardcloudestyle = Estil est\u00E0ndard del n\u00FAvol
-OptionPanel.standardcloudestyle.tooltip = <html>L'estil est\u00E0ndard del n\u00FAvol. Actualment nom\u00E9s es troba disponible l'estil 'bezier' </html>
-OptionPanel.standardlinkcolor = Color est\u00E0ndar dels enlla\u00E7os
-OptionPanel.standardlinkcolor.tooltip = <html>El color est\u00E0ndard dels enlla\u00E7os en format html </html>
-OptionPanel.standardlinkestyle = Estil est\u00E0ndard dels enlla\u00E7os
-OptionPanel.standardlinkestyle.tooltip = <html>L'estil est\u00E0ndard dels enlla\u00E7os. Actualment nom\u00E9s es troba disponible l'estil 'bezier' </html>
-OptionPanel.standardselectednodecolor = Color est\u00E0ndard del node seleccionat
-OptionPanel.standardselectednodecolor.tooltip = <html>El color est\u00E0ndard del node seleccionat.  Cal que l'indiqueu en format HTML (#RRGGBB en valor hexagesimals) </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Autodesar cada
-OptionPanel.time_for_automatic_save.tooltip = <html> temps entre dues desades autom\u00E0tiques consecutives (en mseg): Per a desactivar l'autodesada introdu\u00EFu aquesta xifra 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Retard per la selecci\u00F3 retardada
-OptionPanel.time_for_delayed_selection.tooltip = <html> \u00C9s el temps de retard que es triga per a seleccionar un node quan s'hi situa a sobre el ratol\u00ED (en mseg). Canvieu el valor a 1 si voleu una selecci\u00F3 directa en situar-hi a sobre el ratol\u00ED.</html>
-OptionPanel.tr = Tr[translate me]
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undo_levels = Desf\u00E9s nivells
-OptionPanel.undo_levels.tooltip = <html>Determina quants passos cal que es puguin desfer mitjan\u00E7ant "Desf\u00E9s".</html>
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Prefer\u00E8ncies de la p\u00E0gina...
-PasteAction.text = Enganxa
-PatternToString.color = Color[translate me]
-PatternToString.EdgeStyle = Estil del Cantell
-PatternToString.EdgeWidth = Ample del Cantell
-PatternToString.FontBold = Negreta
-plugins/TimeList.xml_Created = Creat
-plugins/TimeList.xml_Date = Data
-plugins/TimeList.xml_Icons = Icones
-plugins/TimeList.xml_Modified = Modificat
-plugins/TimeList.xml_Notes = Notes[translate me]
-plugins/TimeList.xml_Text = Text
-plugins/TimeManagement.xml_appendButton = Afegeix la data als nodes seleccionats
-plugins/TimeManagement.xml_Cancel = Cancel\u00B7la
-plugins/TimeManagement.xml_cancelButton = Cancel\u00B7la
-plugins/TimeManagement.xml_hour = Hores:
-plugins/TimeManagement.xml_minute = Minuts:
-plugins/TimeManagement.xml_reminderButton = Recorda-m'ho aquesta data
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>En pr\u00E9mer el temporalitzador es programa a la data indicada. Llavors, les icones pampalluguen requerint la vostra atenci\u00F3.<br> Si tanqueu el mapa, els temporitzadors es reactiven la propera vegada que obriu el mapa.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>En aquest moment nom\u00E9s \u00E9s possible disposar d'un recordatori per node.<br>El recordatori actual est\u00E0 programat pel {0,date} a les {0,time}, el que vas triar anteriorment era pel {1,date} a les {1,time}. <br><br>Voleu modificar el recordatori del node (S\u00CD) <br>o voleu mantenir l'antic (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Recordatori programat el {0,date} a les {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Elimina el recordatori
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Elimina tots els recordatoris dels nodes seleccionats.
-plugins/TimeManagement.xml_todayButton = Avui
-plugins/TimeManagement.xml_WindowTitle = Administraci\u00F3 del temps
-preferences = Prefer\u00E8ncies
-PrintAction.text = Imprimeix...
-PrintDirectAction.text = Imprimeix
-printing_settings = Escala d'impressi\u00F3
-PropertyAction.text = Prefer\u00E8ncies ...
-QuitAction.text = Surt
-read_only = Nom\u00E9s de Lectura
-RedoAction.text = Refer
-RedoFilterAction.text = Refer
-ReminderHookAction.text = Elimina el recordatori
-ReminderHookAction.tooltip = Elimina el recordatori d'un node.
-RemoveAllIconsAction.text = Elimina totes les icones
-RemoveIconAction.text = Elimina l'\u00FAltima icona
-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? :
-SaveAction.text = Desa
-SaveAsAction.text = Desa com...
-saved = Desat
-scheme_evaluate = Evalua!
-select_favorites_folder = Trieu una carpeta en la que resideixin els vostres preferits
-select_folder_for_importing = Trieu la carpeta a importar
-SelectAllAction.text = Selecciona totes les visibles
-SelectBranchAction.text = Selecciona la branca visible
-selection_method_by_click = Un clic senzill per a seleccionar
-selection_method_delayed = Selecci\u00F3 Autom\u00E0tica Retardada
-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.borderWidthLabel = Amplada
-simplyhtml.cancelBtnName = Cancel\u00B7la
-simplyhtml.cellGenTabLabel = General[translate me]
-simplyhtml.colorLabel = Color[translate me]
-simplyhtml.copyLabel = Copia
-simplyhtml.cutLabel = Retalla
-simplyhtml.fontBoldLabel = Negreta
-simplyhtml.fontItalicLabel = It\u00E0liques
-simplyhtml.fontTabLabel = Lletra
-simplyhtml.fontUnderlineLabel = Subratllat
-simplyhtml.formatLabel = Format[translate me]
-simplyhtml.helpLabel = Ajuda
-simplyhtml.okBtnName = D'acord
-simplyhtml.pasteLabel = Enganxa
-simplyhtml.redoLabel = Refer
-simplyhtml.replaceNo = No
-simplyhtml.replaceYes = S\u00ED
-simplyhtml.styleLabel = Estil
-simplyhtml.uLineLabel = Subratllat
-simplyhtml.undoLabel = Desf\u00E9s
-split = Divideix
-SplitNode.text = Split Node[translate me]
-style = Estil
-svg = SVG[translate me]
-TimeListAction.text = Mostra la llista de tasques programades...
-TimeListAction.tooltip = Mostra totes les tasques programades amb els nodes corresponents.
-TimeManagementAction.text = Mostra el calendari...
-TimeManagementAction.tooltip = <html>Mostra el m\u00F2dul del calendari d'en Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = (Des)contreu els fills
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Alterna els contrets
-ToggleLeftToolbarAction.text = Alterna la barra d'eines esquerra
-ToggleMenubarAction.text = Alterna la barra de men\u00FA
-ToggleToolbarAction.text = Alterna de barra d'eines
-undefined_error = S'ha produ\u00EFt un error no previst. Si us plau, proveu de reportar l'error per tal que puguem corregir-lo.
-underline = Subratllat
-underlined = Subratllat
-UndoAction.text = Desf\u00E9s
-UndoFilterAction.text = Desf\u00E9s
-unfold = Descontreu
-UnfoldAllAction.text = Descontreu-los tots
-UnfoldAllAction.tooltip = <html>Descontreu els nodes seleccionats i tots els seus fills.</html>
-UnfoldOneLevelAction.text = Descontreu-lo un nivell
-UnfoldOneLevelAction.tooltip = <html>Descontreu un nivell dels nodes seleccionats.</html>
-url_error = Aquesta adre\u00E7a no est\u00E0 ben escrita!
-url_load_error = No s'ha pogut corregat el mapa des de l'adre\u00E7a:
-user_defined_zoom = Definit per l'usuari.
-user_defined_zoom_status_bar = Canviant la visi\u00F3 al valor d''ampliaci\u00F3 definit de l''usuari: {0}%.
-user_zoom = Factor d'ampliaci\u00F3 d'impressi\u00F3 (0.0 - 2.0):
-width = Amplada
-yes = S\u00ED
-ZoomInAction.text = Apropa't
-ZoomOutAction.text = Allunya't
+AboutAction.text=Quant a
+acceleratorPresets=Hot Key Presets[translate me]
+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:
+accessories/plugins/EncryptNode.properties_3=Torneu a introdu\u00EFr-la:
+accessories/plugins/EncryptNode.properties_4=Introdu\u00EFu la paraula de pas.
+accessories/plugins/EncryptNode.properties_5=<html>Recordeu que la profunditat de xifratge<br> dep\u00E8n quasi en la seva totalitat de la qualitat de la paraula de pas que trieu.
+accessories/plugins/EncryptNode.properties_6=D'acord
+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/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.
+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)...
+AddLocalLinkAction.text=Afegeix un hiperenlla\u00E7 local
+antialias_all=Anti\u00E0lies a Tots
+antialias_edges=Anti\u00E0lies als Cantells
+antialias_none=Sense anti\u00E0lies
+as_parent=Com a parent
+attributes_deselect_all=Res
+attributes_dialog_title=Attribute Manager[translate me]
+AutomaticLayoutAction.text=Disseny autom\u00E0tic
+AutomaticLayoutAction.tooltip=<html>Repara el disseny del mapa. <br>El primer nivell \u00E9s negre, el segon blau, etc.</html>
+BackAction.text=Enrera
+background=Fons
+BlinkingNodeHookAction.text=Node que pampallugui
+BlinkingNodeHookAction.tooltip=<html>Aix\u00F2 fa que el node pampallugui. Si et plau, tingues cura. No ho associ\u00EFs a massa nodes, i <strong> mai amb altres formatatges autom\u00E0tics pel mateix node</strong></html>
+BoldAction.text=Negreta
+boldify_branch=Ennegreix
+branch=Branca
+cancel=Cancel\u00B7la
+CancelAction.text=Cancel\u00B7la
+cannot_add_parent_diff_parents=Tots els nodes cal que tinguin el mateix node pare per a utilitzar aquesta funci\u00F3.
+cannot_add_parent_to_root=El node arrel no pot afegir-se com un node pare.
+cannot_join_nodes_with_children=No es poden unir els nodes amb els fills
+cannot_move_to_child=No es pot moure un node a un dels seus fills.
+CenterAction.text=Centre
+ChangeConnectorArrowsAction.backward.text=Enrera
+ChangeConnectorArrowsAction.forward.text=Endavant
+ChangeNodeLevelLeftsAction.text=Node esquerra
+ChangeNodeLevelLeftsAction.tooltip=On the left of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the right of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
+ChangeNodeLevelRightsAction.text=Node dret
+ChangeNodeLevelRightsAction.tooltip=On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
+choose_background_color=Trieu el color de fons:
+choose_cloud_color=Trieu el color del n\u00FAvol:
+choose_edge_color=Tria el color del cantell
+choose_node_background_color=Trieu el color de fons del node:
+choose_node_color=Trieu el color del node:
+CloseAction.text=Tanca
+CloudAction.text=N\u00FAvol
+CloudColorAction.text=Color del n\u00FAvol...
+ColorProperty.ResetColor=Reestableix el color
+combined=Combinat
+connector=Connector[translate me]
+CopyAction.text=Copia
+CopySingleAction.text=C\u00F2pia simple
+CreationModificationPluginAction.text=Mostra la cronologia de modificacions
+CreationModificationPluginAction.tooltip=<html>Aquesta funci\u00F3 realitza el seguiment de la creaci\u00F3 i modificaci\u00F3 dels nodes.</html>
+CutAction.text=Retalla
+decrease_branch_font_size=Lletra m\u00E9s petita
+DecreaseNodeFontAction.text=Lletra m\u00E9s petita
+delete_child=Esborra el node
+DeleteAction.text=Elimina el Node
+DocumentationAction.text=Documentaci\u00F3
+edge=Cantells
+edge_style=Estil del Cantell
+edge_width=Ample del Cantell
+EdgeColorAction.text=Color del Cantell...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.linear.text=Linial
+EdgeStyleAction.sharp_bezier.text=Sharp Bezier
+EdgeStyleAction.sharp_linear.text=Sharp Linear
+EdgeStyleAsParentAction.text=Com a parent
+EdgeWidthAction_width_parent.text=Pare
+EdgeWidthAction_width_thin.text=Prim
+edit=Edici\u00F3
+edit_link_manually=Edita l'hiperenlla\u00E7 manualment...
+EditAction.text=Edita el node
+EditLongAction.text=Edita el node llarg...
+EncryptedMap.text=Crea un mapa xifrat ...
+EncryptedMap.tooltip=Crea un nou mapa xifrat
+enter_base_url=Enganxar\u00E9 enlla\u00E7os relatius. Si et plau, introdueix l'adre\u00E7a base.
+enter_confirms=La tecla Retorn ho confirma
+EnterPassword.text=Alterna entre Xifrat / Desxifrat
+error=Error[translate me]
+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
+ExportBranchToHTMLAction.text=Branca com HTML
+ExportPdf.text=Com a PDF...
+ExportSvg.text=Com a SVG...
+ExportToHTMLAction.text=Com HTML
+ExportToImage.jpg.text=Com a JPEG...
+ExportToImage.png.text=Com a PNG...
+ExportToOoWriter.text=Com a un document de l'Open Office...
+ExportToOoWriter.tooltip=Unfolded nodes form the structure, folded nodes the content of the document.
+extension_menu=Estil F\u00EDsic
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=PMF
+file=Fitxer
+file_already_exists=El fixter {0} ja existeix. Voleu sobreescriure''l?
+file_not_found=Fitxer {0} no trobat
+find_what=Qu\u00E8 vols cercar
+FindAction.text=Cerca...
+fit_map_to_page=Imprimeix-lo en Una P\u00E0gina
+FitToPage.text=Amplia o redueix per a cabre en la p\u00E0gina
+FitToPage.tooltip=Ajusta l'ampliaci\u00F3 de forma que tot el mapa sigui visible en la finestra actual.
+fold=Contreu
+FoldAllAction.text=Contreu-los tots
+FoldAllAction.tooltip=<html>Contreu els nodes selecionats i tots els seus fills.</html>
+FoldOneLevelAction.text=Contreu-lo un nivell
+FoldOneLevelAction.tooltip=<html>Contreu un nivell els nodes seleccionats.</html>
+font=Lletra
+FontFamilyAction.text=fam\u00EDlia de la lletra
+FontSizeAction.text=mida de la lletra
+format_menu_edge_styles=Estils dels cantells
+format_menu_edge_widths=Gruix dels cantells
+FormatCopy.text=Copia el format
+FormatCopy.tooltip=<html>C\u00F2pia el format d'un node.</html>
+FormatPaste.text=Enganxa el format
+FormatPaste.tooltip=<html>Enganxa el format d'un node.</html>
+ForwardAction.text=Endavant
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=Ajuda...
+FreeplaneHelpStarter.tooltip=Ajuda estesa del Freeplane
+GotoLinkNodeAction.text=V\u00E9s a l'enlla\u00E7
+GrabKeyDialog.common.cancel=Cancel\u00B7la
+GrabKeyDialog.common.ok=D'acord
+GrabKeyDialog.grab-key.assigned-to=Assignat a
+GrabKeyDialog.grab-key.assigned-to.none=Sense assignar
+GrabKeyDialog.grab-key.clear=Neteja
+GrabKeyDialog.grab-key.remove=Suprimeix
+GrabKeyDialog.grab-key.remove-ask=Esteu segurs de voler suprimir aquest text?
+GrabKeyDialog.grab-key.title=Introdu\u00EFu una nova clau
+help=Ajuda
+HierarchicalIconsAction.text=Mostra les icones jer\u00E0rquicament
+HierarchicalIconsAction.tooltip=Si un dels fills tenen una icona, tamb\u00E9 mostrar\u00E9 aquella icona en format petit.
+html_export_based_on_headings=Exporta a HTML - Basant-se en les cap\u00E7aleres
+html_export_fold_all=Exporta a HTML - Contreu-los tots
+html_export_fold_currently_folded=Exporta a HTML - Contreu els que es troben contrets
+html_export_no_folding=Exporta a HTML - Sense contreure
+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_attach=Mira aqu\u00ED
+icon_back=Enrera
+icon_bee=Freeplane[translate me]
+icon_bell=Recorda
+icon_bookmark=Excel\u00B7lent
+icon_broken-line=Broken[translate me]
+icon_button_cancel=No est\u00E0 b\u00E9
+icon_button_ok=D'acord
+icon_calendar=Data
+icon_clanbomber=Perill\u00F3s
+icon_desktop_new=No ho oblidis
+icon_female2=Female2[translate me]
+icon_flag=Seguiment
+icon_flag-pink=Pink Flag[translate me]
+icon_folder=Folder[translate me]
+icon_forward=Endavant
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=Prioritat 1
+icon_full-2=Prioritat 2
+icon_full-3=Prioritat 3
+icon_full-4=Prioritat 4
+icon_full-5=Prioritat 5
+icon_full-6=Prioritat 6
+icon_full-7=Prioritat 7
+icon_gohome=Inici
+icon_help=Pregunta
+icon_idea=Idea
+icon_kaddressbook=Tel\u00E8fon
+icon_knotify=M\u00FAsica
+icon_korn=B\u00FAstia de correu
+icon_ksmiletris=Estic content
+icon_licq=Maco
+icon_Mail=Correu
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=Icones
+icon_messagebox_warning=Important
+icon_password=Clau
+icon_pencil=Per a ser definit
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_smily_bad=No em diverteixo
+icon_stop=Atura
+icon_stop-sign=Stop[translate me]
+icon_wizard=M\u00E0gia
+icon_xmag=Per a ser discutit
+icon_yes=Important
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Trieu una icona...
+IconSelectionPlugin.tooltip=<html>Aqu\u00ED podeu triar una icona mitjan\u00E7ant la finestra addicional.</html>
+import=Importa
+import_linked_branch_no_link=El node que heu triat no t\u00E9 enlla\u00E7os per importar.
+ImportBranchAction.text=Branca...
+ImportExplorerFavoritesAction.text=Explora els preferits...
+ImportFolderStructureAction.text=Estructura de carpetes...
+ImportLinkedBranchAction.text=Branca enlla\u00E7ada
+ImportLinkedBranchWithoutRootAction.text=(Branca enlla\u00E7ada) Sense Arrel...
+ImportMindmanagerFiles.text=Mapa del MindManager X5...
+increase_branch_font_size=Lletra m\u00E9s gran
+IncreaseNodeFontAction.text=Lletra m\u00E9s gran
+ItalicAction.text=It\u00E0liques
+italicise_branch=Posa-ho en it\u00E0liques
+JoinNodesAction.text=Uneix els nodes
+less_than_two_selected_nodes=Cal que seleccioneu al menys dos nodes per obtenir enlla\u00E7os.
+link_not_available_any_more=L'enlla\u00E7 ja no \u00E9s v\u00E0lid. El node que hi havia fou esborrat.
+link_not_found=Enlla\u00E7 {0} no trobat.
+locking_failed_by_open=No ha estat possible blocar el mapa {0}. Obrint-lo com a nom\u00E9s lectura.
+locking_failed_by_save_as=No ha estat possible blocar el mapa {0}. No s''ha pogut Desar com.
+locking_old_lock_removed=El mapa {0} est\u00E0 blocat en aquest moment per l''usuari {1}. El bloqueig s''ha eliminat perqu\u00E8 \u00E9s massa antic.
+long_node_changed_cancel=Heu canviat el node. Voleu descartar-ne els canvis?
+lots_of_links_warning=Esteu a punt de crear molts enlla\u00E7os pel mateix node. Esteu segurs que voleu crear tots aquests enlla\u00E7os?
+map_already_exists=Aquest mapa ja existeix. Voleu substituir-lo?
+map_corrupted=El mapa \u00E9s corrupte. Voleu veure'n els detalls?
+map_locked_by_open=El mapa {0} est\u00E0 sent editat per l''usuari {1}. Obrint-lo com a nom\u00E9s lectura.
+map_locked_by_save_as=El mapa {0} est\u00E0 sent editat per l''usuari {1}. No s''ha pogut Desar com.
+menu_extras=Eines
+menu_file_import=Importa
+menu_format=Formata
+menu_insert=Insereix
+menu_navigate=Navega
+menu_view=Veure
+mindmap=Mapa
+mindmaps=Mapes
+mindmaps_desc=Mapes (*.mm)
+mode_na=Modalitat no disponible
+mode_status=Modalitat canviada a {0} Mode
+mode_title=Freeplane - {0} Mode
+modes=Modalitats
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Fitxers m\u00E9s recents
+MoveToRootAction.text=Mou-re a l'Arrel
+NavigationNextMapAction.text=Mapa Seg\u00FCent
+NavigationPreviousMapAction.text=Mapa anterior
+new_mindmap=Crea un Mindmap
+new_node=Crea un Node Nou
+new_node_as_sibling_not_possible_for_the_root=No \u00E9s possible crear un node germ\u00E0 si us trobeu a l'arrel
+NewChildAction.text=Crea un Node Fill
+NewMapAction.text=Nou
+NewParentNode.text=Crea un node pare
+NewParentNode.tooltip=<html>Tots els seleccionats s'enviaran al pare.</html>
+NewPreviousSiblingAction.text=Crea un Node Germ\u00E0 Anterior
+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_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?
+NodeBackgroundColorAction.text=Color de fons del node...
+NodeColorAction.text=Color del node...
+NodeColorBlendAction.text=Color de la barreja
+NodeDownAction.text=Node Avall
+NodeListAction.text=Mostra l'historial del mapa...
+NodeListAction.tooltip=Mostra tots els nodes amb la data de creaci\u00F3/modificaci\u00F3.
+NodeShapeAction.bubble.text=Globus
+NodeShapeAction.fork.text=Forca
+NodeUpAction.text=Node Amunt
+nonboldify_branch=Elimina les negretes
+nonitalicise_branch=Elimina les it\u00E0liques
+normal=Normal
+not_saved_for_link_error=Cal que deseu el mapa abans de qu\u00E8 pugueu establir un enlla\u00E7 en el quadre de di\u00E0leg de fitxers
+ok=D'acord
+OKAction.text=D'acord
+OpenAction.text=Obre...
+option_changes_may_require_restart=Per a veure els efectes d'alguns d'aquests canvis, cal que reinicieu el Freeplane.
+OptionalDontShowMeAgainDialog.cancel=No[translate me]
+OptionPanel.absolute=Absolut
+OptionPanel.antialias=Anti-\u00C0lies
+OptionPanel.antialias.tooltip=<html>Determina la qualitat del mapa. Com m\u00E9s anti-\u00E0lies m\u00E9s temps de processament.</html>
+OptionPanel.antialias_all=Anti\u00E0lies a Tots
+OptionPanel.antialias_edges=Anti\u00E0lies als Cantells
+OptionPanel.antialias_none=Sense Anti-\u00E0lies
+OptionPanel.Appearance=Aparen\u00E7a
+OptionPanel.ar=Ar[translate me]
+OptionPanel.as_parent=Com a pare
+OptionPanel.automatic=Autom\u00E0tic
+OptionPanel.Behaviour=Comportament
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Globus
+OptionPanel.Cancel=Cancel\u00B7la
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Combinat
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Per omissi\u00F3
+OptionPanel.default_browser_command_mac=Default Browser Command Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> and MAC: (thanks to Nick!)</html>
+OptionPanel.default_browser_command_other_os=Default Browser Command Other Os
+OptionPanel.default_browser_command_other_os.tooltip=<html> This is typically Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Default Browser Command Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
+OptionPanel.default_browser_command_windows_nt=Default Browser Command Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=Per omissi\u00F3
+OptionPanel.delete_automatic_saves_at_exit=Esborra els documents autodesats en sortir
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Si voleu que Freeplane esborri els fitxers autodesats autom\u00E0ticament en sortir indiqueu-ho afirmativament</html>
+OptionPanel.disable_cursor_move_paper=Desactiva el moviment del cursor en el paper
+OptionPanel.disable_cursor_move_paper.tooltip=<html>No mostris el cursor 'arrossega' en el paper mentre s'arrossega</html>
+OptionPanel.el__enter_confirms_by_default=La tecla Retorn confirma els valors per omissi\u00F3
+OptionPanel.el__max_default_window_height=Al\u00E7ada m\u00E0xima de les finestres
+OptionPanel.el__max_default_window_width=Amplada m\u00E0xima de les finestres
+OptionPanel.el__min_default_window_height=Al\u00E7ada m\u00EDnima de les finestres
+OptionPanel.el__min_default_window_width=Amplada m\u00EDnima de les finestres
+OptionPanel.el__position_window_below_node=Posici\u00F3 de la finestra sota el node
+OptionPanel.en=En
+OptionPanel.Environment=Entorn
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Bloqueig de fitxers experimental
+OptionPanel.experimental_file_locking_on.tooltip=<html> Funci\u00F3 en experimentaci\u00F3</html>
+OptionPanel.export_icons_in_html=Exporta les icones en Html
+OptionPanel.export_icons_in_html.tooltip=<html> Indica si l'HTML s'exporta des del Freeplane amb les icones. El problema que es presenta amb les icones \u00E9s que sovint els enlla\u00E7os cap a aquestes no es poden resoldre en exportar l'HTML.</html>
+OptionPanel.Files=Fitxers
+OptionPanel.first=Primer
+OptionPanel.foldingsymbolwidth=Amplada del s\u00EDmbol de contreu
+OptionPanel.foldingsymbolwidth.tooltip=<html>Amplada del marcador circular de contreure</html>
+OptionPanel.fork=Forca
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Basat en les cap\u00E7aleres
+OptionPanel.html_export_fold_all=Contreu-los tots
+OptionPanel.html_export_fold_currently_folded=Contreu els que estiguin contrets
+OptionPanel.html_export_folding=Html Export Folding
+OptionPanel.html_export_no_folding=Sense contreure
+OptionPanel.hu=Hu
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Combinaci\u00F3 de tecles
+OptionPanel.ko=Kr
+OptionPanel.language=Idioma
+OptionPanel.language.tooltip=<html>Aquest \u00E9s l'idioma que caldria utilitzar en el programa. Amb 'autom\u00E0tic' intenta carregar l'idioma actual de l'usuari. </html>
+OptionPanel.last=\u00DAltim
+OptionPanel.last_opened_list_length=Llargada del darrer fitxer obert a la llista
+OptionPanel.linear=Linial
+OptionPanel.links=Enlla\u00E7os
+OptionPanel.links.tooltip=<html>Estableix enlla\u00E7os, ja siguin relatius o absoluts </html>
+OptionPanel.lookandfeel=Estils visuals
+OptionPanel.lookandfeel.tooltip=<html>L'aparen\u00E7a que voleu utilitzar. Es troben disponibles 'met\u00E0l\u00B7lic','windows','motiu', 'gtk', 'mac' nom\u00E9s pels equips amb MacOS. Per defecte vol dir que s'utilitzar\u00E0 una aparen\u00E7a est\u00E0ndard. Si voleu afegir els vostres temes visuals, introdu\u00EFu el n\u00FAmero de classe aqu\u00ED i assegureu-vos que es correspon al fitxer jar carregat. Si experimenteu problemes amb els temes visuals, trieu 'cap'</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Ample m\u00E0xim del node
+OptionPanel.max_node_width.tooltip=<html>L'amplada m\u00E0xima del node en pixels</html>
+OptionPanel.metal=Metall
+OptionPanel.motif=Motiu
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nothing=Res
+OptionPanel.number_of_different_files_for_automatic_save=Nombre de fitxers diferents per autodesar
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Nombre n de fitxers diferents per desar els mapes.  La primera desada es fa en el primer fitxer, i aix\u00ED successivament fins a n+1-desa que es torna a desar com al primer fitxer (c\u00EDclicament)</html>
+OptionPanel.OK=Desa
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Situa noves branques
+OptionPanel.placenewbranches.tooltip=<html>Indica on voleu situar noves branques. Els valors v\u00E0lids s\u00F3n 'primer' i '\u00FAltim' </html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Relatiu
+OptionPanel.ru=Ru
+OptionPanel.selection_method=M\u00E8tode de selecci\u00F3
+OptionPanel.selection_method.tooltip=<html> amb aquest par\u00E0metre podeu activar/desactivar el retard en la selecci\u00F3. No es recomana que ho modifiqueu.</html>
+OptionPanel.selection_method_by_click=Per clic
+OptionPanel.selection_method_delayed=Retardat
+OptionPanel.selection_method_direct=Directe
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Patrons
+OptionPanel.separator.anti_alias=Anti-\u00C0lies
+OptionPanel.separator.automatic_save=Desament autom\u00E0tic
+OptionPanel.separator.behaviour=Comportament
+OptionPanel.separator.browser=Navegador
+OptionPanel.separator.commands_for_the_program=Ordres pel programa
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Colors per defecte
+OptionPanel.separator.default_fonts=Lletres per defecte
+OptionPanel.separator.default_styles=Estils per defecte
+OptionPanel.separator.edit_long_node_window=Edita la longitud de la finestra d'un node
+OptionPanel.separator.files=Fitxers
+OptionPanel.separator.General=General[translate me]
+OptionPanel.separator.html_export=Exporta a l'HTML
+OptionPanel.separator.hyperlink_types=Tipus d'hiperenlla\u00E7os
+OptionPanel.separator.icon_properties=Icones
+OptionPanel.separator.initial_map_size=Mida inicial del mapa
+OptionPanel.separator.key_typing=Teclat
+OptionPanel.separator.language=Idioma
+OptionPanel.separator.look_and_feel=Estils visuals
+OptionPanel.separator.new_node_commands=Ordres pels nous nodes
+OptionPanel.separator.node_editing_commands=Ordres per l'edici\u00F3 de nodes
+OptionPanel.separator.node_navigation_commands=Ordres per a la navegaci\u00F3
+OptionPanel.separator.NodeFont=Node Font[translate me]
+OptionPanel.separator.other_defaults=Altres prefer\u00E8ncies
+OptionPanel.separator.patterns=Patrons
+OptionPanel.separator.save=Desa
+OptionPanel.separator.selection_method=M\u00E8tode de selecci\u00F3
+OptionPanel.separator.undo=Desf\u00E9s
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=Color est\u00E0ndard del fons
+OptionPanel.standardbackgroundcolor.tooltip=<html>El color est\u00E0ndard del fons en format html </html>
+OptionPanel.standardcloudcolor=Color est\u00E0ndard del n\u00FAvol
+OptionPanel.standardcloudcolor.tooltip=<html>El color est\u00E0ndard del n\u00FAvol en format html </html>
+OptionPanel.standardcloudestyle=Estil est\u00E0ndard del n\u00FAvol
+OptionPanel.standardcloudestyle.tooltip=<html>L'estil est\u00E0ndard del n\u00FAvol. Actualment nom\u00E9s es troba disponible l'estil 'bezier' </html>
+OptionPanel.standardlinkcolor=Color est\u00E0ndar dels enlla\u00E7os
+OptionPanel.standardlinkcolor.tooltip=<html>El color est\u00E0ndard dels enlla\u00E7os en format html </html>
+OptionPanel.standardlinkestyle=Estil est\u00E0ndard dels enlla\u00E7os
+OptionPanel.standardlinkestyle.tooltip=<html>L'estil est\u00E0ndard dels enlla\u00E7os. Actualment nom\u00E9s es troba disponible l'estil 'bezier' </html>
+OptionPanel.standardselectednodecolor=Color est\u00E0ndard del node seleccionat
+OptionPanel.standardselectednodecolor.tooltip=<html>El color est\u00E0ndard del node seleccionat.  Cal que l'indiqueu en format HTML (#RRGGBB en valor hexagesimals) </html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Autodesar cada
+OptionPanel.time_for_automatic_save.tooltip=<html> temps entre dues desades autom\u00E0tiques consecutives (en mseg): Per a desactivar l'autodesada introdu\u00EFu aquesta xifra 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Retard per la selecci\u00F3 retardada
+OptionPanel.time_for_delayed_selection.tooltip=<html> \u00C9s el temps de retard que es triga per a seleccionar un node quan s'hi situa a sobre el ratol\u00ED (en mseg). Canvieu el valor a 1 si voleu una selecci\u00F3 directa en situar-hi a sobre el ratol\u00ED.</html>
+OptionPanel.tr=Tr[translate me]
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undo_levels=Desf\u00E9s nivells
+OptionPanel.undo_levels.tooltip=<html>Determina quants passos cal que es puguin desfer mitjan\u00E7ant "Desf\u00E9s".</html>
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Prefer\u00E8ncies de la p\u00E0gina...
+PasteAction.text=Enganxa
+PatternToString.color=Color[translate me]
+PatternToString.EdgeStyle=Estil del Cantell
+PatternToString.EdgeWidth=Ample del Cantell
+PatternToString.FontBold=Negreta
+plugins/TimeList.xml_Created=Creat
+plugins/TimeList.xml_Date=Data
+plugins/TimeList.xml_Icons=Icones
+plugins/TimeList.xml_Modified=Modificat
+plugins/TimeList.xml_Notes=Notes[translate me]
+plugins/TimeList.xml_Text=Text
+plugins/TimeManagement.xml_appendButton=Afegeix la data als nodes seleccionats
+plugins/TimeManagement.xml_Cancel=Cancel\u00B7la
+plugins/TimeManagement.xml_cancelButton=Cancel\u00B7la
+plugins/TimeManagement.xml_hour=Hores:
+plugins/TimeManagement.xml_minute=Minuts:
+plugins/TimeManagement.xml_reminderButton=Recorda-m'ho aquesta data
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>En pr\u00E9mer el temporalitzador es programa a la data indicada. Llavors, les icones pampalluguen requerint la vostra atenci\u00F3.<br> Si tanqueu el mapa, els temporitzadors es reactiven la propera vegada que obriu el mapa.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>En aquest moment nom\u00E9s \u00E9s possible disposar d'un recordatori per node.<br>El recordatori actual est\u00E0 programat pel {0,date} a les {0,time}, el que vas triar anteriorment era pel {1,date} a les {1,time}. <br><br>Voleu modificar el recordatori del node (S\u00CD) <br>o voleu mantenir l'antic (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Recordatori programat el {0,date} a les {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Elimina el recordatori
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Elimina tots els recordatoris dels nodes seleccionats.
+plugins/TimeManagement.xml_todayButton=Avui
+plugins/TimeManagement.xml_WindowTitle=Administraci\u00F3 del temps
+preferences=Prefer\u00E8ncies
+PrintAction.text=Imprimeix...
+PrintDirectAction.text=Imprimeix
+printing_settings=Escala d'impressi\u00F3
+PropertyAction.text=Prefer\u00E8ncies ...
+QuitAction.text=Surt
+read_only=Nom\u00E9s de Lectura
+RedoAction.text=Refer
+RedoFilterAction.text=Refer
+ReminderHookAction.text=Elimina el recordatori
+ReminderHookAction.tooltip=Elimina el recordatori d'un node.
+RemoveAllIconsAction.text=Elimina totes les icones
+RemoveIconAction.text=Elimina l'\u00FAltima icona
+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? :
+SaveAction.text=Desa
+SaveAsAction.text=Desa com...
+saved=Desat
+scheme_evaluate=Evalua!
+select_favorites_folder=Trieu una carpeta en la que resideixin els vostres preferits
+select_folder_for_importing=Trieu la carpeta a importar
+SelectAllAction.text=Selecciona totes les visibles
+SelectBranchAction.text=Selecciona la branca visible
+selection_method_by_click=Un clic senzill per a seleccionar
+selection_method_delayed=Selecci\u00F3 Autom\u00E0tica Retardada
+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.borderWidthLabel=Amplada
+simplyhtml.cancelBtnName=Cancel\u00B7la
+simplyhtml.cellGenTabLabel=General[translate me]
+simplyhtml.colorLabel=Color[translate me]
+simplyhtml.copyLabel=Copia
+simplyhtml.cutLabel=Retalla
+simplyhtml.fontBoldLabel=Negreta
+simplyhtml.fontItalicLabel=It\u00E0liques
+simplyhtml.fontTabLabel=Lletra
+simplyhtml.fontUnderlineLabel=Subratllat
+simplyhtml.formatLabel=Format[translate me]
+simplyhtml.helpLabel=Ajuda
+simplyhtml.okBtnName=D'acord
+simplyhtml.pasteLabel=Enganxa
+simplyhtml.redoLabel=Refer
+simplyhtml.replaceNo=No
+simplyhtml.replaceYes=S\u00ED
+simplyhtml.styleLabel=Estil
+simplyhtml.uLineLabel=Subratllat
+simplyhtml.undoLabel=Desf\u00E9s
+split=Divideix
+SplitNode.text=Split Node[translate me]
+style=Estil
+svg=SVG[translate me]
+TimeListAction.text=Mostra la llista de tasques programades...
+TimeListAction.tooltip=Mostra totes les tasques programades amb els nodes corresponents.
+TimeManagementAction.text=Mostra el calendari...
+TimeManagementAction.tooltip=<html>Mostra el m\u00F2dul del calendari d'en Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=(Des)contreu els fills
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Alterna els contrets
+ToggleLeftToolbarAction.text=Alterna la barra d'eines esquerra
+ToggleMenubarAction.text=Alterna la barra de men\u00FA
+ToggleToolbarAction.text=Alterna de barra d'eines
+undefined_error=S'ha produ\u00EFt un error no previst. Si us plau, proveu de reportar l'error per tal que puguem corregir-lo.
+underline=Subratllat
+underlined=Subratllat
+UndoAction.text=Desf\u00E9s
+UndoFilterAction.text=Desf\u00E9s
+unfold=Descontreu
+UnfoldAllAction.text=Descontreu-los tots
+UnfoldAllAction.tooltip=<html>Descontreu els nodes seleccionats i tots els seus fills.</html>
+UnfoldOneLevelAction.text=Descontreu-lo un nivell
+UnfoldOneLevelAction.tooltip=<html>Descontreu un nivell dels nodes seleccionats.</html>
+url_error=Aquesta adre\u00E7a no est\u00E0 ben escrita!
+url_load_error=No s'ha pogut corregat el mapa des de l'adre\u00E7a:
+user_defined_zoom=Definit per l'usuari.
+user_defined_zoom_status_bar=Canviant la visi\u00F3 al valor d''ampliaci\u00F3 definit de l''usuari: {0}%.
+user_zoom=Factor d'ampliaci\u00F3 d'impressi\u00F3 (0.0 - 2.0):
+width=Amplada
+yes=S\u00ED
+ZoomInAction.text=Apropa't
+ZoomOutAction.text=Allunya't
diff --git a/freeplane/resources/translations/Resources_cs.properties b/freeplane/resources/translations/Resources_cs.properties
index d798e4b..1396352 100644
--- a/freeplane/resources/translations/Resources_cs.properties
+++ b/freeplane/resources/translations/Resources_cs.properties
@@ -1,882 +1,1420 @@
-AboutAction.text = O programu
-acceleratorPresets = Hot Key Presets[translate me]
-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_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_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Storno
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = M\u016F\u017Eete p\u0159epnout 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_wrong_password = Heslo nen\u00ED spr\u00E1vn\u00E9.
-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_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_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...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exportuje \u00FAkoly z uzlu TASKS do modulu Taskjuggler. </html>
-add = P\u0159idat
-AddLocalLinkAction.text = P\u0159idat lok\u00E1ln\u00ED hyperlink
-antialias_all = Vyhlazovat v\u0161e
-antialias_edges = Vyhlazovat hrany
-antialias_none = Nevyhlazovat nic
-apply = Pou\u017E\u00EDt
-ApplyAction.text = Pou\u017E\u00EDt
-ApplyFormatPlugin.text = Zm\u011Bna form\u00E1tu ...
-ApplyFormatPlugin.tooltip = Dialog, kde atributy uzl\u016F a hran mohou b\u00FDt m\u011Bn\u011Bn\u00E9 najednou.
-as_parent = Jako nad\u0159azen\u00FD
-AskForHelp.text = Ask for Help[translate me]
-AssignAttributesAction.text = P\u0159i\u0159adit atributy...
-attribute_delete = Smazat v\u0161echny hodnoty
-attribute_delete_value = Smazat tuto hodnotu
-attribute_font_size_tooltip = Velikost p\u00EDsma atributu
-attribute_list_box_label_text = Existuj\u00EDc\u00ED hodnoty
-attribute_replace = Nahradit s
-attribute_top = V\u0161echny zn\u00E1m\u00E9 atributy pro nahran\u00E9 mapy
-attributes_adding_empty_attribute_error = Nelze pou\u017E\u00EDt pr\u00E1zdn\u00FD \u0159et\u011Bzec jako n\u00E1zev atributu
-attributes_all = V\u0161ehny atributy
-attributes_attribute = Atributy
-attributes_close = Zav\u0159\u00EDt
-attributes_deselect_all = Nic
-attributes_edit = Upravit
-attributes_edit_tooltip = Upravit mno\u017Einu
-attributes_for_selected = Vybran\u00E9 uzly
-attributes_for_visible = V\u0161echny viditeln\u00E9 uzly
-attributes_import = Import
-attributes_import_tooltip = Naimportuje atributy z jin\u00FDch nahran\u00FDch map
-attributes_no_import_candidates_found = \u017D\u00E1dn\u00E9 nov\u00E9 atributy nenalezeny
-attributes_popup_delete = Smazat
-attributes_popup_down = Dol\u016F
-attributes_popup_edit = Upravit
-attributes_popup_hide = Skr\u00FDt
-attributes_popup_new = Nov\u00FD atribut
-attributes_popup_optimal_width = Optim\u00E1ln\u00ED \u0161\u00ED\u0159ka
-attributes_popup_up = Nahoru
-attributes_refresh = Obnovit
-attributes_restricted_attributes_tooltip = Omezit mno\u017Einu atribut\u016F
-attributes_restricted_values_tooltip = Omezit mno\u017Einu hodnot pro aktu\u00E1ln\u00ED atribut
-attributes_restriction = Omezen\u00E1 mno\u017Eina
-attributes_select_all = V\u0161e
-attributes_select_all_tooltip = Vybrat / zru\u0161it ozna\u010Den\u00ED v\u0161eho
-attributes_show = Uk\u00E1zat
-attributes_skip_root = P\u0159esko\u010Dit ko\u0159enov\u00FD uzel
-attributes_visible = Vybrat viditeln\u00E9
-attributes_visible_tooltip = Vybrat viditeln\u00E9
-automatically_save_message = Mapa byla automaticky ulo\u017Eena (se jm\u00E9nem souboru {0}) ...
-AutomaticLayoutAction.text = Automatick\u00E9 rozlo\u017Een\u00ED
-AutomaticLayoutAction.tooltip = <html>Oprav\u00ED rozlo\u017Een\u00ED mapy. <br>Prvn\u00ED \u00FArove\u0148 je \u010Dern\u00E1, druh\u00E1 modr\u00E1, atd.</html>
-BackAction.text = Zp\u011Bt
-background = Pozad\u00ED
-BlinkingNodeHookAction.text = Blikaj\u00EDc\u00ED uzel
-BlinkingNodeHookAction.tooltip = <html>Zapne blik\u00E1n\u00ED uzlu. Pou\u017Eijte opatrn\u011B. Neaplikujte to na mnoho uzl\u016F a <strong> spole\u010Dn\u011B s jin\u00FDm automatick\u00FDm form\u00E1tov\u00E1n\u00EDm na stejn\u00E9m uzlu</strong></html>
-BoldAction.text = Tu\u010Dn\u011B
-boldify_branch = Stu\u010Dnit
-branch = V\u011Btev
-cancel = Storno
-CancelAction.text = Storno
-cannot_add_parent_diff_parents = V\u0161echny uzly mus\u00ED m\u00EDt stejn\u00FD nad\u0159azen\u00FD uzel, aby tato funkce mohla b\u00FDt pou\u017Eita.
-cannot_add_parent_to_root = The root node can't be added to a new parent.
-cannot_join_nodes_with_children = Nelze spojit uzly, kter\u00E9 maj\u00ED poduzly
-cannot_move_to_child = Nelze p\u0159esunout uzel do jednoho ze sv\u00FDch pod\u0159\u00EDzen\u00FDch uzl\u016F.
-CenterAction.text = St\u0159ed
-ChangeConnectorArrowsAction.backward.text = Zp\u011Bt
-ChangeConnectorArrowsAction.forward.text = Vp\u0159ed
-ChangeNodeLevelLeftsAction.text = Uzel doleva
-ChangeNodeLevelLeftsAction.tooltip = Nalevo od ko\u0159enov\u00E9ho uzlu jsou uzly posunut\u00E9 dol\u016F. Stanou se d\u011Btmi uzl\u016F na stejn\u00E9 \u00FArovni. Na prav\u00E9 stran\u011B jsou posunut\u00E9 nahoru. P\u0159\u00EDmo u ko\u0159enov\u00E9ho uzlu si uzly vym\u011Bn\u00ED strany.
-ChangeNodeLevelRightsAction.text = Uzel doprava
-ChangeNodeLevelRightsAction.tooltip = Napravo od ko\u0159enov\u00E9ho uzlu jsou uzly posunut\u00E9 dol\u016F. Stanou se d\u011Btmi uzl\u016F na stejn\u00E9 \u00FArovni. Na lev\u00E9 stran\u011B jsou posunut\u00E9 nahoru. P\u0159\u00EDmo u ko\u0159enov\u00E9ho uzlu si uzly vym\u011Bn\u00ED strany.
-choose_background_color = Vyberte barvu pozad\u00ED:
-choose_cloud_color = Vyberte barvu oblaku:
-choose_edge_color = Vyberte barvu hrany
-choose_node_background_color = Vyberte barvu pozad\u00ED uzlu:
-choose_node_color = Vyberte barvu uzlu:
-CloseAction.text = Zav\u0159\u00EDt
-CloudAction.text = Oblak
-CloudColorAction.text = Barva oblaku...
-ColorProperty.ResetColor = Vyresetovat barvu
-combined = Kombinovan\u00E9
-CopyAction.text = Kop\u00EDrovat
-CopySingleAction.text = Kop\u00EDrovat samostatn\u011B
-CreationModificationPluginAction.text = Ukazovat \u010Das zm\u011Bny
-CreationModificationPluginAction.tooltip = <html>Tato funkce ukazuje \u010Das vytvo\u0159en\u00ED a zm\u011Bny uzlu.</html>
-CutAction.text = Vyjmout
-decrease_branch_font_size = Men\u0161\u00ED p\u00EDsmo
-DecreaseNodeFontAction.text = Men\u0161\u00ED p\u00EDsmo
-delete = Smazat
-delete_child = Smazat uzel
-DeleteAction.text = Odebrat uzel
-DeleteConditionAction.text = Smazat
-DocumentationAction.text = Dokumentace
-edge = Hrana
-edge_style = Styl hrany
-edge_width = Tlou\u0161\u0165ka hrany
-EdgeColorAction.text = Barva hrany...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.linear.text = Line\u00E1rn\u00ED
-EdgeStyleAction.sharp_bezier.text = Ostr\u00E9 Bezierovy
-EdgeStyleAction.sharp_linear.text = Ostr\u00E9 line\u00E1rn\u00ED
-EdgeStyleAsParentAction.text = Jako nad\u0159azen\u00FD
-EdgeWidthAction_width_parent.text = Nad\u0159azen\u00FD
-EdgeWidthAction_width_thin.text = Tenk\u00FD
-edit = Upravit
-edit_link_manually = Upravit odkaz manu\u00E1ln\u011B...
-edit_middle_label = Edit Middle Label[translate me]
-EditAction.text = Upravit uzel
-EditAttributesAction.text = Upravit atributy
-EditFilterAction.text = Upravit
-EditLongAction.text = Upravit dlouh\u00FD uzel...
-EncryptedMap.text = Vytvo\u0159it zak\u00F3dovanou mapu ...
-EncryptedMap.tooltip = Vytvo\u0159\u00ED novou zak\u00F3dovanou mapu
-enter_base_url = Budu vkl\u00E1dat relativn\u00ED odkazy. Pros\u00EDm, vlo\u017Ete z\u00E1kladn\u00ED URL.
-enter_confirms = Potvrdit vlo\u017Een\u00ED
-EnterPassword.text = Od/zak\u00F3dov\u00E1n\u00ED
-error = Chyba
-error_applying_template = Chyba p\u0159i aplikov\u00E1n\u00ED XSL \u0161ablony.
-error_creating_directory = Nelze vytvo\u0159it adres\u00E1\u0159 pro export.
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = Exportovat
-ExportBranchToHTMLAction.text = Exportovat v\u011Btev do HTML
-ExportPdf.text = Jako PDF...
-ExportSvg.text = Jako SVG...
-ExportToHTMLAction.text = Exportovat do HTML
-ExportToImage.jpg.text = Jako JPEG...
-ExportToImage.png.text = Jako PNG...
-ExportToOoWriter.text = Jako dokument Open Office Writer...
-ExportToOoWriter.tooltip = Rozbalen\u00E9 uzly tvo\u0159\u00ED strukturu, sbalen\u00E9 uzly tvo\u0159\u00ED obsah dokumentu.
-extension_menu = Fyzick\u00FD styl
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ
-file = Soubor
-file_already_exists = Soubor {0} ji\u017E existuje. Chcete ho p\u0159epsat?
-file_not_found = Soubor {0} nenalezen
-filter = Filtr
-filter_add = P\u0159idat
-filter_and = A
-filter_conditions = Podm\u00EDnky filtru
-filter_contains = Obsahuje
-filter_delete = Smazat
-filter_dialog = Kompozice filtru
-filter_does_not_exist = Neexistuje
-filter_edit_description = Upravit seznam filtr\u016F
-filter_enter_value = Vlo\u017Eit hodnotu
-filter_exist = Existuje
-filter_icon = Ikona
-filter_is_equal_to = je rovno
-filter_is_not_equal_to = nen\u00ED rovno
-filter_link = Hyperlink[translate me]
-filter_node = Text uzlu
-filter_not = Ne
-filter_or = Nebo
-filter_select = Vybrat
-filter_selected_node_view = Aktu\u00E1ln\u011B vybran\u00E9 uzly
-find_what = Naj\u00EDt co
-FindAction.text = Naj\u00EDt...
-fit_map_to_page = Na jednu str\u00E1nku
-FitToPage.text = P\u0159ibl\u00ED\u017Eit na celou mapu
-FitToPage.tooltip = Uprav\u00ED p\u0159ibl\u00ED\u017Een\u00ED tak, \u017Ee se do okna vejde cel\u00E1 mapa.
-fold = Slo\u017Eit
-FoldAllAction.text = Slo\u017Eit v\u0161e
-FoldAllAction.tooltip = <html>Slo\u017Eit vybran\u00E9 uzly a v\u0161echny jejich poduzly.</html>
-FoldOneLevelAction.text = Slo\u017Eit jednu \u00FArove\u0148
-FoldOneLevelAction.tooltip = <html>Slo\u017E\u00ED vybran\u00E9 uzly o jednu \u00FArove\u0148.</html>
-font = p\u00EDsmo
-FontFamilyAction.text = P\u00EDsmo
-FontSizeAction.text = Velikost p\u00EDsma
-format_menu_edge_styles = Styly hran
-format_menu_edge_widths = \u0160\u00ED\u0159ky hran
-FormatCopy.text = Kop\u00EDrovat form\u00E1t
-FormatCopy.tooltip = <html>Zkop\u00EDruje form\u00E1t uzlu.</html>
-FormatPaste.text = Vlo\u017Eit form\u00E1t
-FormatPaste.tooltip = <html>Aplikuje form\u00E1t na uzel.</html>
-ForwardAction.text = Vp\u0159ed
-Freeplane.progress.buildScreen = Vytv\u00E1\u0159\u00EDm obrazovku...
-Freeplane.progress.createController = Vytv\u00E1\u0159\u00EDm kontroler...
-Freeplane.progress.createInitialMode = Vytv\u00E1\u0159\u00EDm \u00FAvodn\u00ED m\u00F3d...
-Freeplane.progress.endStartup = Start ukon\u010Den.
-Freeplane.progress.gettingPreferenceDirectories = Z\u00EDsk\u00E1v\u00E1m slo\u017Eky nastaven\u00ED...
-Freeplane.progress.gettingPreferences = Z\u00EDsk\u00E1v\u00E1m nastaven\u00ED...
-Freeplane.progress.loadMaps = Nahr\u00E1v\u00E1m mapy...
-Freeplane.progress.propagateLookAndFeel = Propaguji vzhled a t\u00E9ma...
-Freeplane.progress.settingPreferences = Nastavuji mo\u017Enosti...
-Freeplane.progress.startCreateController = Startuji kontroler...
-Freeplane.progress.updateLookAndFeel = Aktualizuji vzhled a t\u00E9ma...
-freeplane_reverted = Freeplane_Vraceno_
-FreeplaneHelpStarter.text = Online n\u00E1pov\u011Bda...
-FreeplaneHelpStarter.tooltip = Freeplane roz\u0161\u00ED\u0159en\u00E1 n\u00E1pov\u011Bda
-GotoLinkNodeAction.text = N\u00E1sledovat odkaz
-GrabKeyDialog.common.cancel = Storno
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = P\u0159i\u0159azeno k
-GrabKeyDialog.grab-key.assigned-to.none = Aktu\u00E1ln\u011B nep\u0159i\u0159azeno
-GrabKeyDialog.grab-key.clear = Smazat
-GrabKeyDialog.grab-key.remove = Odstranit
-GrabKeyDialog.grab-key.remove-ask = Jste si jist odstranen\u00EDm t\u00E9to kl\u00E1vesov\u00E9 zkratky?
-GrabKeyDialog.grab-key.title = Zadejte novou kl\u00E1vesu
-help = N\u00E1pov\u011Bda
-HideAllAttributesAction.text = Skr\u00FDt v\u0161echny atributy
-HierarchicalIconsAction.text = Uk\u00E1zat ikony hierarchicky
-HierarchicalIconsAction.tooltip = Pokud jeden z poduzl\u016F m\u00E1 ikonu, uk\u00E1\u017Ee se ta ikona tak\u00E9 v mal\u00E9m form\u00E1tu.
-HotKeyInfoAction.text = Key Reference[translate me]
-html_export_based_on_headings = HTML Export - Zalo\u017Eeno na nadpisech
-html_export_fold_all = HTML Export - Slo\u017Eit v\u0161e
-html_export_fold_currently_folded = HTML Export - Skl\u00E1dat moment\u00E1ln\u011B slo\u017Een\u00E9
-html_export_no_folding = HTML Export - Bez skl\u00E1d\u00E1n\u00ED
-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_attach = P\u0159\u00EDloha
-icon_back = Zp\u011Bt
-icon_bee = Freeplane[translate me]
-icon_bell = Nezapome\u0148
-icon_bookmark = Obl\u00EDben\u00E9
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Zru\u0161it
-icon_button_ok = OK
-icon_calendar = Datum
-icon_clanbomber = Riziko
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Nezapome\u0148
-icon_down = Dol\u016F
-icon_family = Rodina
-icon_fema = Females[translate me]
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_females = Females[translate me]
-icon_flag = Vlajka
-icon_flag-black = Black Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_forward = Vp\u0159ed
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Priority 1
-icon_full-2 = Priority 2
-icon_full-3 = Priority 3
-icon_full-4 = Priority 4
-icon_full-5 = Priority 5
-icon_full-6 = Priority 6
-icon_full-7 = Priority 7
-icon_gohome = Dom\u016F
-icon_help = Ot\u00E1zka
-icon_idea = Idea
-icon_info = Info[translate me]
-icon_kaddressbook = Telefon
-icon_kmail = E-Mail[translate me]
-icon_knotify = Hudba
-icon_korn = Schr\u00E1nka
-icon_ksmiletris = Jsem happy
-icon_licq = Hezk\u00E9
-icon_Mail = Dopis
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_males = Males[translate me]
-icon_menu = Ikony
-icon_messagebox_warning = D\u016Fle\u017Eit\u00E9
-icon_password = Heslo
-icon_pencil = K up\u0159esn\u011Bn\u00ED
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = V\u016Fbec se nebav\u00EDm
-icon_stop = Stop
-icon_stop-sign = Stop[translate me]
-icon_up = Nahoru
-icon_wizard = Magie
-icon_xmag = K diskusi
-icon_yes = D\u016Fle\u017Eit\u00E9
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.docs_folders.text = Docs & Folders[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = V\u00FDb\u011Br ikony...
-IconSelectionPlugin.tooltip = <html>Pomoc\u00ED n\u00E1sleduj\u00EDc\u00EDho okna m\u016F\u017Eete vybrat ikonu.</html>
-import = Import
-import_linked_branch_no_link = Vybran\u00FD uzel nem\u00E1 \u017E\u00E1dn\u00FD odkaz, ze kter\u00E9ho se d\u00E1 importovat.
-ImportAction.text = Import
-ImportBranchAction.text = Importovat v\u011Btev...
-ImportExplorerFavoritesAction.text = Importovat obl\u00EDben\u00E9 IExploreru...
-ImportFolderStructureAction.text = Importovat strukturu slo\u017Eky...
-ImportLinkedBranchAction.text = Importovat odkazovanou v\u011Btev
-ImportLinkedBranchWithoutRootAction.text = Importovat bez ko\u0159ene...
-ImportMindmanagerFiles.text = MindManager X5 Mapa...
-increase_branch_font_size = V\u011Bt\u0161\u00ED p\u00EDsmo
-IncreaseNodeFontAction.text = V\u011Bt\u0161\u00ED p\u00EDsmo
-ItalicAction.text = Kurz\u00EDva
-italicise_branch = Nastavit kurz\u00EDvu
-JoinNodesAction.text = Spojit uzly
-less_than_two_selected_nodes = Mus\u00EDte vybrat alespo\u0148 dva uzly, aby se mohly vytvo\u0159it odkazy.
-link_not_available_any_more = Odkaz ji\u017E nen\u00ED platn\u00FD. Uzel byl pravd\u011Bpodobn\u011B smaz\u00E1n.
-link_not_found = Link {0} nenalezen.
-LoadAcceleratorPresetsAction.textPatterns.text = Text Patterns[translate me]
-locking_failed_by_open = Uzam\u010Den\u00ED mapy {0} se nezda\u0159ilo. Soubor otev\u0159en pouze ke \u010Dten\u00ED.
-locking_failed_by_save_as = Uzam\u010Den\u00ED mapy {0} se nezda\u0159ilo. Akce Ulo\u017Eit je zru\u0161ena.
-locking_old_lock_removed = Mapa {0} byla uzam\u010Dena u\u017Eivatelem {1}. Z\u00E1mek byl odstran\u011Bn, proto\u017Ee byl p\u0159\u00EDli\u0161 star\u00FD.
-long_node_changed_cancel = Zm\u011Bnil(a) jste uzel. Chcete zahodit zm\u011Bny?
-long_node_changed_submit = Zm\u011Bnil(a) jste uzel. Chcete ulo\u017Eit zm\u011Bny?
-lots_of_links_warning = K tomuto uzlu se te\u010F vytvo\u0159\u00ED spousta odkaz\u016F. Opravdu to chcete?
-map_already_exists = Soubor mapy u\u017E existuje. Chcete ho p\u0159epsat?
-map_corrupted = Mapa je poni\u010Den\u00E1. Chcete zobrazit detaily?
-map_locked_by_open = Mapa {0} je moment\u00E1ln\u011B editovan\u00E1 u\u017Eivatelem {1}. Otev\u0159ena je pouze ke \u010Dten\u00ED.
-map_locked_by_save_as = Mapa {0} je moment\u00E1ln\u011B editovan\u00E1 u\u017Eivatelem {1}. Akce Ulo\u017Eit jako zru\u0161ena.
-map_not_saved = Mapa nebyla d\u0159\u00EDve ulo\u017Eena.
-menu_attributes = Atributy
-menu_extras = N\u00E1stroje
-menu_file_import = Importovat
-menu_format = Form\u00E1t
-menu_insert = Vlo\u017Eit
-menu_navigate = Navigovat
-menu_view = Zobrazit
-mindmap = Mapa
-mindmaps = Mapy
-mindmaps_desc = Mapa (*.mm)
-mode_na = M\u00F3d nedostupn\u00FD
-mode_status = M\u00F3d zm\u011Bn\u011Bn na {0} M\u00F3d
-mode_title = Freeplane - {0} M\u00F3d
-modes = M\u00F3dy
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Posledn\u00ED soubory
-MoveToRootAction.text = P\u0159esunout do ko\u0159ene
-NavigationNextMapAction.text = Dal\u0161\u00ED mapa
-NavigationPreviousMapAction.text = P\u0159ede\u0161l\u00E1 mapa
-new_mindmap = Nov\u00E1 mapa
-new_node = Nov\u00FD uzel
-new_node_as_sibling_not_possible_for_the_root = Nem\u016F\u017Eete vlo\u017Eit nov\u00FD uzel na stejnou \u00FArove\u0148 jako je ko\u0159en.
-NewChildAction.text = Nov\u00FD poduzel
-NewMapAction.text = Nov\u00FD
-NewParentNode.text = Nov\u00FD nad\u0159azen\u00FD uzel
-NewParentNode.tooltip = <html>V\u0161echny vybran\u00E9 uzly budou p\u0159i\u0159azen\u00E9 nov\u00E9mu nad\u0159azen\u00E9mu uzlu.</html>
-NewPreviousSiblingAction.text = Nov\u00FD uzel na stejn\u00E9 \u00FArovni nad
-NewSiblingAction.text = Nov\u00FD uzel na stejn\u00E9 \u00FArovni pod
-no = Ne
-no_format_copy_before_format_paste = Nem\u016F\u017Eete aplikovat form\u00E1t, dokud ho nezkop\u00EDrujete.
-no_found_from = \u017D\u00E1dn\u00FD v\u00FDraz "{0}" nebyl nalezen v "{1}".
-no_more_found_from = Dal\u0161\u00ED v\u00FDraz "{0}" nebyl nalezen v "{1}".
-no_previous_find = P\u0159edchoz\u00ED nenalezen.
-node = Uzel
-node_changed_discard_changes = Zm\u011Bnil(a) jste uzel. Chcete zahodit zm\u011Bny?
-NodeBackgroundColorAction.text = Barva pozad\u00ED uzlu...
-NodeColorAction.text = Barva uzlu...
-NodeColorBlendAction.text = M\u00EDsit barvu
-NodeDownAction.text = Uzel dol\u016F
-NodeListAction.text = Naj\u00EDt a nahradit...
-NodeListAction.tooltip = Uk\u00E1\u017Ee v\u0161echny uzly jako prohledateln\u00FD seznam s filtrem vlastnost\u00ED.
-NodeShapeAction.bubble.text = Bublina
-NodeShapeAction.fork.text = Rozdvojen\u00ED
-NodeUpAction.text = Uzel nahoru
-nonboldify_branch = Zru\u0161it tu\u010Dn\u00E9
-nonitalicise_branch = Zru\u0161it kurz\u00EDvu
-normal = Norm\u00E1ln\u00ED
-not_saved_for_link_error = Mapa mus\u00ED b\u00FDt ulo\u017Eena, ne\u017E m\u016F\u017Eete nastavit odkaz pomoc\u00ED v\u00FDb\u011Bru souboru.
-ok = OK
-OKAction.text = OK
-OpenAction.text = Otev\u0159\u00EDt...
-OpenPathAction.text = Open File[translate me]
-option_changes_may_require_restart = Pro projeven\u00ED zm\u011Bn budete pravd\u011Bpodobn\u011B muset restartovat Freeplane.
-OptionPanel.absolute = Absolutn\u00ED
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatick\u00E9 rozvr\u017Een\u00ED vzor\u016F
-OptionPanel.antialias = Vyhlazov\u00E1n\u00ED
-OptionPanel.antialias.tooltip = <html>Stanovuje kvalitu mapy. V\u00EDce vyhlazov\u00E1n\u00ED pot\u0159ebuje v\u00EDce \u010Dasu.</html>
-OptionPanel.antialias_all = Vyhlazovat v\u0161e
-OptionPanel.antialias_edges = Vyhlazovat hrany
-OptionPanel.antialias_none = \u017D\u00E1dn\u00E9 vyhlazov\u00E1n\u00ED
-OptionPanel.Appearance = Vzhled
-OptionPanel.ar = Ar
-OptionPanel.as_parent = Jako rodi\u010D
-OptionPanel.automatic = Automaticky
-OptionPanel.automaticFormat_level = Styly automatick\u00E9ho rozvr\u017Een\u00ED
-OptionPanel.automaticFormat_level1 = Form\u00E1t ko\u0159enov\u00E9ho uzlu
-OptionPanel.automaticFormat_level2 = Form\u00E1t uzlu 1. \u00FArovn\u011B
-OptionPanel.Behaviour = Chov\u00E1n\u00ED
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.Cancel = Storno
-OptionPanel.childpattern = Vzor potomka
-OptionPanel.childpattern.tooltip = Vybran\u00FD vzor je aplikov\u00E1n na v\u0161echny potomky.
-OptionPanel.clear_all_setters = P\u0159epnout v\u0161e
-OptionPanel.clear_all_setters.tooltip = Zapne, nebo vypne ve\u0161ker\u00E9 indikace zm\u011Bn.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Kombinovan\u00E9
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Defaultn\u00ED
-OptionPanel.default_browser_command_mac = P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D pro Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> a MAC:</html>
-OptionPanel.default_browser_command_other_os = P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D u ostatn\u00EDch OS
-OptionPanel.default_browser_command_other_os.tooltip = <html> This is typically Linux:</html>
-OptionPanel.default_browser_command_windows_9x = P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D u Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Pro Windows (znaky "" jsou nutn\u00E9 kv\u016Fli odkaz\u016Fm, kter\u00E9 maj\u00ED "=" v URL).</html>
-OptionPanel.default_browser_command_windows_nt = P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D u Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Pro Windows (znaky "" jsou nutn\u00E9 kv\u016Fli odkaz\u016Fm, kter\u00E9 maj\u00ED "=" v URL).</html>
-OptionPanel.Defaults = P\u0159ednastaven\u00ED
-OptionPanel.delete_automatic_saves_at_exit = Smazat automatick\u00E9 ulo\u017Een\u00ED p\u0159i ukon\u010Den\u00ED
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Zda maj\u00ED b\u00FDt soubory smazan\u00E9 automaticky p\u0159i norm\u00E1ln\u00EDm ukon\u010Den\u00ED Freeplaneu.</html>
-OptionPanel.disable_cursor_move_paper = Zak\u00E1zat kurzoru v pohybu pap\u00EDru
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Neukazovat 'move' kurzor p\u0159i tah\u00E1n\u00ED pap\u00EDru.</html>
-OptionPanel.edgecolor = Barva hrany
-OptionPanel.edgecolor.tooltip = Vlastnost hrany na rodi\u010Dovsk\u00FD uzel (je tak\u00E9 aplikovan\u00E9 na v\u0161echny potomky)
-OptionPanel.edgestyle = Styl hrany
-OptionPanel.edgestyle.tooltip = Vlastnost hrany na rodi\u010Dovsk\u00FD uzel (je tak\u00E9 aplikovan\u00E9 na v\u0161echny potomky)
-OptionPanel.edgewidth = \u0160\u00ED\u0159ka hrany
-OptionPanel.edgewidth.tooltip = Vlastnost hrany na rodi\u010Dovsk\u00FD uzel (je tak\u00E9 aplikovan\u00E9 na v\u0161echny potomky)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Enter defaultn\u011B potvrzuje
-OptionPanel.el__max_default_window_height = Maxim\u00E1ln\u00ED defaultn\u00ED v\u00FD\u0161ka okna
-OptionPanel.el__max_default_window_width = Maxim\u00E1ln\u00ED defaultn\u00ED \u0161\u00ED\u0159ka okna
-OptionPanel.el__min_default_window_height = Minim\u00E1ln\u00ED defaultn\u00ED v\u00FD\u0161ka okna
-OptionPanel.el__min_default_window_width = Minim\u00E1ln\u00ED defaultn\u00ED \u0161\u00ED\u0159ka okna
-OptionPanel.el__position_window_below_node = Pozice okna pod uzlem
-OptionPanel.en = En
-OptionPanel.Environment = Prost\u0159ed\u00ED
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Experiment\u00E1ln\u00ED zamyk\u00E1n\u00ED souboru
-OptionPanel.experimental_file_locking_on.tooltip = <html> Experiment\u00E1ln\u00ED vlastnost</html>
-OptionPanel.export_icons_in_html = Exportovat ikony do HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Zda HTML exportovan\u00E9 z Freeplaneu m\u00E1 obsahovat ikony. Probl\u00E9m s ikonami je, \u017Ee docela \u010Dasto odkazy na ikony nebudou nalezeny v exportovan\u00E9m HTML.</html>
-OptionPanel.Files = Soubory
-OptionPanel.first = Prvn\u00ED
-OptionPanel.foldingsymbolwidth = \u0160\u00ED\u0159ka symbolu pro skl\u00E1d\u00E1n\u00ED
-OptionPanel.foldingsymbolwidth.tooltip = <html>\u0160\u00ED\u0159ka kruhu ozna\u010Duj\u00EDc\u00EDho skl\u00E1d\u00E1n\u00ED</html>
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Na z\u00E1klad\u011B nadpis\u016F
-OptionPanel.html_export_fold_all = Slo\u017Eit v\u0161e
-OptionPanel.html_export_fold_currently_folded = Slo\u017Eit aktu\u00E1ln\u011B slo\u017Een\u00E9
-OptionPanel.html_export_folding = Skl\u00E1d\u00E1n\u00ED p\u0159i exportu do HTML
-OptionPanel.html_export_no_folding = Bez skl\u00E1d\u00E1n\u00ED
-OptionPanel.hu = Hu
-OptionPanel.icon = Ikona
-OptionPanel.icon.tooltip = Pokud se aplikuje, dan\u00FD uzel bude m\u00EDt p\u0159esn\u011B tuto ikonu.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Kl\u00E1vesov\u00E9 zkratky
-OptionPanel.ko = Kr
-OptionPanel.label_font_size = Velikost p\u00EDsma
-OptionPanel.language = Jazyk
-OptionPanel.language.tooltip = <html>Toto je jazyk, kter\u00FD by m\u011Bl b\u00FDt pou\u017Eit\u00FD v programu. P\u0159i nastaven\u00ED na 'Automaticky' se vybere aktu\u00E1ln\u00ED jazyk u\u017Eivatele. </html>
-OptionPanel.last = Posledn\u00ED
-OptionPanel.last_opened_list_length = D\u00E9lka seznamu naposledy otev\u0159en\u00FDch map
-OptionPanel.links = Odkazy
-OptionPanel.links.tooltip = <html>Nastavte odkazy bu\u010Fto relativn\u00ED, nebo absolutn\u00ED</html>
-OptionPanel.load_folding = On Load[translate me]
-OptionPanel.load_last_map = Automaticky otev\u0159e posledn\u00ED mapu
-OptionPanel.load_last_map.tooltip = <html>P\u0159i startu Freeplaneu se automaticky otev\u0159e naposledy otev\u0159en\u00E1 mapa.</html>
-OptionPanel.lookandfeel = Vzhled a t\u00E9ma
-OptionPanel.lookandfeel.tooltip = <html>'metal','windows','motif', 'gtk' jsou podporovan\u00E9, 'mac' je dostupn\u00FD pouze na MacOS. default znamen\u00E1, \u017Ee je pou\u017Eit\u00FD vzhled dan\u00E9 platformy. Pokud chcete dt sv\u016Fj vlastn\u00ED vzhled, vlo\u017Ete n\u00E1zev t\u0159\u00EDdy a zajist\u011Bte, \u017Ee odpov\u00EDdaj\u00EDc\u00ED jar soubor(y) jsou nahran\u00E9. Kdy\u017E nastanou n\u011Bjak\u00E9 probl\u00E9my se vzhledem, vyberte 'nothing'. To funguje pro aplety.</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Maxim\u00E1ln\u00ED \u0161\u00ED\u0159ka uzlu
-OptionPanel.max_node_width.tooltip = <html>Defaultn\u00ED maxim\u00E1ln\u00ED \u0161\u00ED\u0159ka uzlu v pixelech</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb[translate me]
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Barva pozad\u00ED uzlu
-OptionPanel.nodebackgroundcolor.tooltip = Barva pozad\u00ED uzlu
-OptionPanel.nodecolor = Barva uzlu
-OptionPanel.nodecolor.tooltip = Barva uzlu
-OptionPanel.nodefontbold = Tlust\u00E9 p\u00EDsmo uzlu
-OptionPanel.nodefontitalic = Kurz\u00EDva
-OptionPanel.nodefontname = P\u00EDsmo uzlu
-OptionPanel.nodefontsize = Velikost p\u00EDsma uzlu
-OptionPanel.nodeshape = Style uzlu
-OptionPanel.nodeshape.tooltip = Style uzlu
-OptionPanel.nodetext = Text uzlu
-OptionPanel.nodetext.tooltip = Text uzlu
-OptionPanel.nothing = Nic
-OptionPanel.number_of_different_files_for_automatic_save = Po\u010Det rozd\u00EDlov\u00FDch soubor\u016F pro automatick\u00E9 ukl\u00E1d\u00E1n\u00ED
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Po\u010Det r\u016Fzn\u00FDch soubor\u016F, mezi kter\u00FDmi se cykluje p\u0159i automatick\u00E9m ukl\u00E1d\u00E1n\u00ED.</html>
-OptionPanel.OK = Ulo\u017Eit
-OptionPanel.patternname = N\u00E1zev
-OptionPanel.patternname.tooltip = Unik\u00E1tn\u00ED jm\u00E9no vzoru
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Um\u00EDstit nov\u00E9 v\u011Btve
-OptionPanel.placenewbranches.tooltip = <html>Kde um\u00EDstit nov\u00E9 v\u011Btve. Platn\u00E9 hodnoty jsou 'first' a 'last'. </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relativn\u00ED
-OptionPanel.ru = Ru
-OptionPanel.scrollbar_increment = Speed[translate me]
-OptionPanel.selection_method = Metoda v\u00FDb\u011Bru
-OptionPanel.selection_method.tooltip = <html> n\u00E1sleduj\u00EDc\u00EDm p\u0159ep\u00EDna\u010Dem m\u016F\u017Eete zapnout/vypnout opo\u017Ed\u011Bn\u00E9 schema v\u00FDb\u011Bru. Automatick\u00E9 nastaven\u00ED. Nemodifikujte, proto\u017Ee stejn\u011B bude ulo\u017Eeno do auto.properties.</html>
-OptionPanel.selection_method_by_click = Na kliknut\u00ED
-OptionPanel.selection_method_delayed = Za chv\u00EDli
-OptionPanel.selection_method_direct = P\u0159\u00EDmo
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Vzory
-OptionPanel.separator.anti_alias = Vyhlazov\u00E1n\u00ED
-OptionPanel.separator.attributes = Atributy
-OptionPanel.separator.automatic_save = Automatick\u00E9 ukl\u00E1d\u00E1n\u00ED
-OptionPanel.separator.behaviour = Chov\u00E1n\u00ED
-OptionPanel.separator.browser = Prohl\u00ED\u017Ee\u010D
-OptionPanel.separator.commands_for_the_program = P\u0159\u00EDkazy pro program
-OptionPanel.separator.default_colors = Defaultn\u00ED barvy
-OptionPanel.separator.default_fonts = Defaultn\u00ED p\u00EDsma
-OptionPanel.separator.default_styles = Defaultn\u00ED styly
-OptionPanel.separator.EdgeControls = Hrany
-OptionPanel.separator.edit_long_node_window = Okno \u00FAprav dlouh\u00E9ho uzlu
-OptionPanel.separator.files = Soubory
-OptionPanel.separator.General = V\u0161eobecn\u00E9
-OptionPanel.separator.html_export = Html Export
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.hyperlink_types = Typy hyperlink\u016F
-OptionPanel.separator.icon_properties = Ikony
-OptionPanel.separator.initial_map_size = \u00DAvodn\u00ED velikost mapy
-OptionPanel.separator.key_typing = Key Typing TODO: translate
-OptionPanel.separator.language = Jazyk
-OptionPanel.separator.look_and_feel = Vzhled a t\u00E9ma
-OptionPanel.separator.new_node_commands = P\u0159\u00EDkazy nov\u00E9ho uzlu
-OptionPanel.separator.node_editing_commands = P\u0159\u00EDkazy pro \u00FApravu uzl\u016F
-OptionPanel.separator.node_navigation_commands = P\u0159\u00EDkazy pro navigaci
-OptionPanel.separator.NodeColors = Barvy uzlu
-OptionPanel.separator.NodeFont = P\u00EDsmo uzlu
-OptionPanel.separator.other_defaults = Ostatn\u00ED defaultn\u00ED nastaven\u00ED
-OptionPanel.separator.others = Jin\u00E1 nav\u00E1z\u00E1n\u00ED kl\u00E1ves
-OptionPanel.separator.patterns = Vzory
-OptionPanel.separator.save = Ulo\u017Eit
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = Metoda v\u00FDb\u011Bru
-OptionPanel.separator.undo = Zp\u011Bt
-OptionPanel.set_property_text = Zm\u011Bna
-OptionPanel.set_property_text.tooltip = Empty: Nedot\u00FDkat se; Minus=Odstranit vlastnost (nastav\u00ED defaultn\u00ED hodnoty); Plus=Zm\u011Bnit vlastnost
-OptionPanel.sharp_bezier = ostr\u00FD bezier
-OptionPanel.sharp_linear = ostr\u00FD line\u00E1rn\u00ED
-OptionPanel.show_icon_for_attributes = Ukazovat ikonu atribut\u016F
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = Standardn\u00ED barva pozad\u00ED
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standardn\u00ED barva pozad\u00ED v html notaci </html>
-OptionPanel.standardcloudcolor = Standardn\u00ED barva oblaku
-OptionPanel.standardcloudcolor.tooltip = <html>Standardn\u00ED barva oblaku v html notaci </html>
-OptionPanel.standardcloudestyle = Standardn\u00ED styl oblaku
-OptionPanel.standardcloudestyle.tooltip = <html>Standardn\u00ED styl oblaku. Aktu\u00E1ln\u011B je podporov\u00E1n jen 'bezier'.</html>
-OptionPanel.standardlinkcolor = Standardn\u00ED barva odkazu
-OptionPanel.standardlinkcolor.tooltip = <html>Standardn\u00ED barva odkazu v html notaci </html>
-OptionPanel.standardlinkestyle = Standard styl odkazu
-OptionPanel.standardlinkestyle.tooltip = <html>Standardn\u00ED styl odkazu. Aktu\u00E1ln\u011B je podporov\u00E1n jen 'bezier'.</html>
-OptionPanel.standardselectednodecolor = Standardn\u00ED barva vybran\u00E9ho uzlu
-OptionPanel.standardselectednodecolor.tooltip = <html>Standardn\u00ED barva vybran\u00E9ho uzlu v notaci HTML (#RRGGBB v hexa hodnot\u00E1ch)  </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Interval automatick\u00E9ho ukl\u00E1d\u00E1n\u00ED
-OptionPanel.time_for_automatic_save.tooltip = <html> Interval mezi dv\u011Bma n\u00E1sleduj\u00EDc\u00EDmi automatick\u00FDmi akcemi ulo\u017Een\u00ED (v msec): Pro vypnut\u00ED automatick\u00E9ho ukl\u00E1d\u00E1n\u00ED zadejte \u010D\u00EDslo 2000000000.</html>
-OptionPanel.time_for_delayed_selection = \u010Cas pro opo\u017Ed\u011Bn\u00FD v\u00FDb\u011Br
-OptionPanel.time_for_delayed_selection.tooltip = <html> \u010Casov\u00E9 zpo\u017Ed\u011Bn\u00ED v\u00FDb\u011Bru uzlu p\u0159i najet\u00ED my\u0161i (v msec). Zm\u011B\u0148te hodnotu na 1, pokud chcete p\u0159\u00EDm\u00FD v\u00FDb\u011Br p\u0159i najet\u00ED my\u0161i.</html>
-OptionPanel.toolTipManager.max_tooltip_width = \u0160\u00ED\u0159ka tooltipu #FIXME
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Defaultn\u00ED \u0161\u00ED\u0159ka tooltipu v pixelech.</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Nedefinovan\u00E9 p\u00EDsmo
-OptionPanel.undo_levels = \u00DArovn\u011B zp\u011Bt
-OptionPanel.undo_levels.tooltip = <html>Ur\u010Duje kolik krok\u016F zp\u011Bt je ulo\u017Eeno a m\u016F\u017Ee b\u00FDt vr\u00E1ceno pomoc\u00ED "Zp\u011Bt".</html>
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Speed[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Nastaven\u00ED tisku...
-PasteAction.text = Vlo\u017Eit
-PatternNewNameProperty = Nov\u00FD vzor
-PatternToString.backgroundColor = Barva pozad\u00ED
-PatternToString.color = Barva
-PatternToString.EdgeStyle = Styl hrany
-PatternToString.EdgeWidth = Tlou\u0161\u0165ka hrany
-PatternToString.FontBold = Tu\u010Dn\u011B
-PatternToString.FontName = Font Name[translate me]
-PatternToString.Icon = Ikona
-PatternToString.NodeFontSize = Velikost p\u00EDsma
-plugins/ScriptEditor.exit = Konec
-plugins/ScriptEditor.menu_actions = Akce
-plugins/ScriptEditor.new_script = New Script[translate me]
-plugins/ScriptEditor.run = Spustit
-plugins/ScriptEditor/window.Result = V\u00FDsledek:
-plugins/ScriptEditor/window.title = Editor skriptu
-plugins/TimeList.xml_Created = Vytvo\u0159eno
-plugins/TimeList.xml_Date = Datum
-plugins/TimeList.xml_Icons = Ikony
-plugins/TimeList.xml_Modified = Zm\u011Bn\u011Bno
-plugins/TimeList.xml_Notes = Pozn\u00E1mky
-plugins/TimeList.xml_Text = Text
-plugins/TimeManagement.xml_appendButton = P\u0159idat datum vybran\u00FDm uzl\u016Fm
-plugins/TimeManagement.xml_Cancel = Storno
-plugins/TimeManagement.xml_cancelButton = Storno
-plugins/TimeManagement.xml_closeButton = Zav\u0159\u00EDt
-plugins/TimeManagement.xml_Export = Exportovat vybran\u00E9 uzly
-plugins/TimeManagement.xml_Find = Naj\u00EDt
-plugins/TimeManagement.xml_Goto = J\u00EDt na
-plugins/TimeManagement.xml_hour = Hodina:
-plugins/TimeManagement.xml_menu_actions = Akce
-plugins/TimeManagement.xml_minute = Minuta:
-plugins/TimeManagement.xml_reminderButton = Upozornit ve vybran\u00E9 datum
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Moment\u00E1ln\u011B m\u016F\u017Ee b\u00FDt nastaven pouze jeden \u010Dasova\u010D na uzel. <br>Aktu\u00E1ln\u00ED \u010Dasova\u010D je nastaven na {0,date} {0,time}, Va\u0161e volba byla {1,date} {1,time}. <br><br>P\u0159ejete si zm\u011Bnit \u010Dasova\u010D uzlu (ANO), <br>nebo si p\u0159ejete pou\u017E\u00EDt st\u00E1vaj\u00EDc\u00ED (NE)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Upozorn\u011Bn\u00ED napl\u00E1nov\u00E1no na {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Odstranit \u010Dasova\u010D
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Odstran\u00ED \u010Dasova\u010De p\u0159i\u0159azen\u00E9 vybran\u00FDm uzl\u016Fm.
-plugins/TimeManagement.xml_Replace = Nahradit
-plugins/TimeManagement.xml_Replace_All = Nahradit v\u0161e
-plugins/TimeManagement.xml_Replace_Selected = Nahradit vybran\u00E9
-plugins/TimeManagement.xml_Select = Vybrat
-plugins/TimeManagement.xml_todayButton = Dnes
-plugins/TimeManagement.xml_WindowTitle = Time Management
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Naj\u00EDt a nahradit
-preferences = Nastaven\u00ED
-PrintDirectAction.text = Tisk...
-printing_settings = Nastaven\u00ED tisku
-PrintPreviewAction.text = N\u00E1hled tisku...
-PropertyAction.text = Mo\u017Enosti ...
-QuitAction.text = Konec
-read_only = Pouze ke \u010Dten\u00ED
-RedoAction.text = Znovu
-RedoFilterAction.text = Znovu
-ReminderHookAction.text = Odstranit \u010Dasova\u010D
-ReminderHookAction.tooltip = Odstran\u00ED p\u0159ipomenut\u00ED z uzlu.
-RemoveAllIconsAction.text = Odebrat v\u0161echny ikony
-RemoveIconAction.text = Odebrat posledn\u00ED ikonu
-repair_link = Opravit odkaz
-repair_link_question = Nem\u016F\u017Eu na\u010D\u00EDst odkazovanou mapu. Chcete opravit odkaz manu\u00E1ln\u011B?
-replace = Nahradit
-ResetNodeLocationAction.text = Resetovat pozici
-save_failed = Pokus ulo\u017Eit soubor mapy {0} selhal.
-save_unsaved = Ulo\u017Eit n\u00E1sleduj\u00EDc\u00ED mapu? :
-SaveAction.text = Ulo\u017Eit
-SaveAll.text = Ulo\u017Eit v\u0161e
-SaveAll.tooltip = Ulo\u017Eit v\u0161echny otev\u0159en\u00E9 mapy.
-SaveAsAction.text = Ulo\u017Eit jako...
-saved = Ulo\u017Eeno
-scheme_evaluate = Vyhodnotit!
-ScriptEditor.text = Editor skriptu...
-ScriptEditor.tooltip = Umo\u017En\u00ED ps\u00E1t v\u011Bt\u0161\u00ED skripty uvnit\u0159 Freeplaneu.
-ScriptEditorPanel.changed_cancel = Skripty byly zm\u011Bn\u011Bny. Opravdu chcete zahodit zm\u011Bny?
-select_favorites_folder = Vyberte slo\u017Eku, kde m\u00E1te sv\u00E9 obl\u00EDben\u00E9 z\u00E1lo\u017Eky.
-select_folder_for_importing = Vyberte slo\u017Eku pro import.
-SelectAllAction.text = Vybrat v\u0161e viditeln\u00E9
-SelectBranchAction.text = Vybrat viditelnou v\u011Btev
-selection_method_by_click = V\u00FDb\u011Br kliknut\u00EDm
-selection_method_delayed = Opo\u017Ed\u011Bn\u00FD automatick\u00FD v\u00FDb\u011Br
-selection_method_direct = V\u00FDb\u011Br uk\u00E1z\u00E1n\u00EDm
-SelectNoteAction.text = P\u0159epnout editor pozn\u00E1mek
-SelectNoteAction.tooltip = P\u0159epnout se z/do okna s pozn\u00E1mkou
-SetImageByFileChooserAction.text = Nastavit obr\u00E1zek (V\u00FDb\u011Br souboru k nav\u00E1z\u00E1n\u00ED)...
-SetLinkByFileChooserAction.text = Nastavit odkaz (V\u00FDb\u011Brem souboru)...
-SetLinkByTextFieldAction.text = Nastavit odkaz (Zad\u00E1n\u00EDm)...
-ShowAllAttributesAction.text = Uk\u00E1zat v\u0161echny atributy
-ShowAncestorsAction.text = Uk\u00E1zat p\u0159edch\u016Fdce
-ShowAttributeDialogAction.text = Mana\u017Eer atribut\u016F
-ShowDescendantsAction.text = Uk\u00E1zat n\u00E1sledovn\u00EDky
-ShowHideNoteAction.text = Uk\u00E1zat/schovat okno s pozn\u00E1mkou
-ShowHideNoteAction.tooltip = Menu zkratka pro mal\u00E9 \u0161ipky na rozd\u011Blen\u00E9 \u0159\u00E1dce.
-ShowSelectedAttributesAction.text = Uk\u00E1zat vybran\u00E9 atributy
-simplyhtml.aboutFrameTitle = O aplikaci
-simplyhtml.alignCenter = na st\u0159ed
-simplyhtml.alignLabel = Zarovn\u00E1n\u00ED:
-simplyhtml.alignLeft = vlevo
-simplyhtml.alignRight = doprava
-simplyhtml.allCellsRangeLabel = v\u0161echny sloupce
-simplyhtml.allOccurrencesReplaced = V\u0161echny v\u00FDskyty nahrazeny
-simplyhtml.appendTableColLabel = P\u0159idat sloupec
-simplyhtml.appendTableRowLabel = P\u0159idat \u0159\u00E1dek
-simplyhtml.applyCellAttrLabel = Aplikovat na
-simplyhtml.backgroundLabel = Pozad\u00ED:
-simplyhtml.boldItalicName = tu\u010Dn\u00E1 kurz\u00EDva
-simplyhtml.boldName = tu\u010Dn\u011B
-simplyhtml.borderColorLabel = Barva:
-simplyhtml.borderWidthLabel = \u0160\u00ED\u0159ka
-simplyhtml.bottomLabel = dole:
-simplyhtml.cancelBtnName = Storno
-simplyhtml.cellBorderTabLabel = Okraje
-simplyhtml.cellGenTabLabel = V\u0161eobecn\u00E9
-simplyhtml.cellMarginTabLabel = Odstup
-simplyhtml.cellPanelTitle = Form\u00E1t bu\u0148ky
-simplyhtml.clearFormatLabel = Odstranit form\u00E1tov\u00E1n\u00ED
-simplyhtml.clearFormatTip = Odstranit form\u00E1tov\u00E1n\u00ED
-simplyhtml.close = Zav\u0159\u00EDt
-simplyhtml.closeBtnName = Zav\u0159\u00EDt
-simplyhtml.colorLabel = Barva
-simplyhtml.copyLabel = Kop\u00EDrovat
-simplyhtml.copyTip = Kop\u00EDrovat
-simplyhtml.cTagNameHead1 = Nadpis 1
-simplyhtml.cTagNameHead2 = Nadpis 2
-simplyhtml.cTagNameHead3 = Nadpis 3
-simplyhtml.cTagNameHead4 = Nadpis 4
-simplyhtml.cTagNameHead5 = Nadpis 5
-simplyhtml.cTagNameHead6 = Nadpis 6
-simplyhtml.cTagNameLink = Odkaz
-simplyhtml.cTagNameOL = Set\u0159\u00EDd\u011Bn\u00FD seznam
-simplyhtml.cTagNamePara = Odstavec
-simplyhtml.cTagNameUL = Neset\u0159\u00EDd\u011Bn\u00FD seznam
-simplyhtml.cutLabel = Vyjmout
-simplyhtml.cutTip = Vyjmout
-simplyhtml.defaultDocName = Bez_n\u00E1zvu
-simplyhtml.deleteTableColLabel = Smazat sloupec
-simplyhtml.deleteTableRowLabel = Smazat \u0159\u00E1dek
-simplyhtml.docTitleQuery = Nastavit nadpis na:
-simplyhtml.docTitleTitle = Upravit nadpis dokumentu
-simplyhtml.editLabel = Upravit
-simplyhtml.effectLabel = Efekt
-simplyhtml.familyLabel = Rodina
-simplyhtml.findNext = Naj\u00EDt dal\u0161\u00ED...
-simplyhtml.findReplaceDialogTitle = Naj\u00EDt a nahradit
-simplyhtml.findReplaceLabel = Naj\u00EDt a nahradit
-simplyhtml.findReplaceTip = Naj\u00EDt a nahradit
-simplyhtml.fontBoldLabel = Tu\u010Dn\u011B
-simplyhtml.fontBoldTip = P\u0159epnout tu\u010Dn\u00E9
-simplyhtml.fontDialogTitle = Form\u00E1t p\u00EDsma
-simplyhtml.fontItalicLabel = Kurz\u00EDva
-simplyhtml.fontItalicTip = P\u0159epnout kurz\u00EDvu
-simplyhtml.fontLabel = P\u00EDsmo...
-simplyhtml.fontTabLabel = p\u00EDsmo
-simplyhtml.fontTip = Form\u00E1t p\u00EDsma...
-simplyhtml.fontUnderlineLabel = Podtr\u017Een\u00ED
-simplyhtml.fontUnderlineTip = P\u0159epnout podtr\u017Een\u00ED
-simplyhtml.foregroundLabel = Pop\u0159ed\u00ED:
-simplyhtml.formatLabel = Form\u00E1t
-simplyhtml.formatListLabel = Seznam...
-simplyhtml.formatListTip = Zm\u011Bnit form\u00E1t seznamu
-simplyhtml.formatParaLabel = Odstavec...
-simplyhtml.formatParaTip = Zm\u011Bnit form\u00E1t odstavce
-simplyhtml.formatTableLabel = Tabulka...
-simplyhtml.formatTableTip = Form\u00E1t tabulky
-simplyhtml.helpLabel = N\u00E1pov\u011Bda
-simplyhtml.htmlTabTitle = HTML k\u00F3d
-simplyhtml.imageFileDesc = Soubory s ob\u00E1zkem
-simplyhtml.insertTableColLabel = Vlo\u017Eit sloupec
-simplyhtml.insertTableLabel = Tabulka...
-simplyhtml.insertTableMsg = Kolik sloupc\u016F?
-simplyhtml.insertTableRowLabel = Vlo\u017Eit \u0159\u00E1dek
-simplyhtml.insertTableTitle = Vlo\u017Eit tabulku
-simplyhtml.italicName = kurz\u00EDva
-simplyhtml.layoutTabTitle = Norm\u00E1ln\u00ED pohled
-simplyhtml.leftLabel = vlevo:
-simplyhtml.listDialogTitle = Form\u00E1t seznamu
-simplyhtml.listIndentTitle = Odsazen\u00ED:
-simplyhtml.listPosInside = uvnit\u0159
-simplyhtml.listPositionLabel = Pozice:
-simplyhtml.listPosOutside = vn\u011B
-simplyhtml.listTypeCircle = kulat\u00E1 odr\u00E1\u017Eka
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = symbol souboru jako odr\u00E1\u017Eka
-simplyhtml.listTypeLabel = Typ:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = nic
-simplyhtml.listTypeSquare = \u010Dtvercov\u00E1 odr\u00E1\u017Eka
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Vn\u011Bj\u0161\u00ED
-simplyhtml.matchCase = P\u0159esn\u00E1 velikost p\u00EDsmen
-simplyhtml.newStyleDefaultName = nov\u00FD_styl
-simplyhtml.nextTableCellLabel = Dal\u0161\u00ED bu\u0148ka
-simplyhtml.noLineLabel = nic
-simplyhtml.noMoreOccurrencesFound = \u017E\u00E1dn\u00E9 dal\u0161\u00ED v\u00FDskyty nenalezeny
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Vnit\u0159n\u00ED
-simplyhtml.paraAlignCenterLabel = Zarovnat na st\u0159ed
-simplyhtml.paraAlignCenterTip = Nastavit zarovn\u00E1n\u00ED odstavce na st\u0159ed
-simplyhtml.paraAlignLeftLabel = Zarovnat vlevo
-simplyhtml.paraAlignLeftTip = Nastavit lev\u00E9 zarovn\u00E1n\u00ED odstavce
-simplyhtml.paraAlignRightLabel = Zarovnat vpravo
-simplyhtml.paraAlignRightTip = Nastavit prav\u00E9 zarovn\u00E1n\u00ED odstavce
-simplyhtml.paraStyleDialogTitle = Styl odstavce
-simplyhtml.paraTabLabel = Odstavec
-simplyhtml.pasteLabel = Vlo\u017Eit
-simplyhtml.pasteTip = Vlo\u017Eit
-simplyhtml.plainName = b\u011B\u017En\u011B
-simplyhtml.previewLabel = N\u00E1hled
-simplyhtml.previewText = N\u00E1hledu textu
-simplyhtml.prevTableCellLabel = P\u0159edchoz\u00ED bu\u0148ka
-simplyhtml.redoLabel = Znovu
-simplyhtml.redoTip = Vp\u0159ed
-simplyhtml.replace = Nahradit...
-simplyhtml.replaceAll = V\u0161e
-simplyhtml.replaceDone = Hotovo
-simplyhtml.replaceNo = Ne
-simplyhtml.replaceThisQuery = nahradit tento v\u00FDskyt
-simplyhtml.replaceWith = Nahradit s:
-simplyhtml.replaceYes = Ano
-simplyhtml.rightLabel = vpravo:
-simplyhtml.searchDown = Hledat d\u00E1le
-simplyhtml.searchFromStart = Naj\u00EDt od za\u010D\u00E1tku
-simplyhtml.searchUp = Hledat zp\u011Bt
-simplyhtml.selectAllLabel = Vybrat v\u0161e
-simplyhtml.sizeLabel = Velikost
-simplyhtml.standardStyleName = Standard
-simplyhtml.strikeLabel = P\u0159e\u0161krtnut\u00ED
-simplyhtml.styleLabel = Styl
-simplyhtml.styleNameInputText = N\u00E1zev nov\u00E9ho stylu?
-simplyhtml.styleNameInputTitle = Ulo\u017Eit styl
-simplyhtml.tableBgColLabel = Barva pozad\u00ED:
-simplyhtml.tableDialogTitle = Form\u00E1t tabulky
-simplyhtml.tableLabel = Tabulka
-simplyhtml.tablePanelTitle = Form\u00E1t tabulky
-simplyhtml.tableWidthLabel = \u0160\u00ED\u0159ka:
-simplyhtml.textIndentLabel = Odsazen\u00ED:
-simplyhtml.textToFind = Text k nalezen\u00ED:
-simplyhtml.thisCellRangeLabel = tato bu\u0148ka
-simplyhtml.thisColRangeLabel = tento sloupec
-simplyhtml.thisRowRangeLabel = tato \u0159\u00E1dka
-simplyhtml.toggleBulletsLabel = Seznam s odr\u00E1\u017Ekou
-simplyhtml.toggleBulletsTip = Seznam s odr\u00E1\u017Ekou
-simplyhtml.toggleNumbersLabel = \u010C\u00EDslovan\u00FD seznam
-simplyhtml.toggleNumbersTip = \u010C\u00EDslovan\u00FD seznam
-simplyhtml.topLabel = naho\u0159e:
-simplyhtml.uLineLabel = Podtr\u017Een\u00ED
-simplyhtml.unableToOpenFileError = Soubor nem\u016F\u017Ee b\u00FDt otev\u0159en
-simplyhtml.unableToRedoError = Nelze vp\u0159ed:
-simplyhtml.unableToUndoError = Nelze zp\u011Bt:
-simplyhtml.undoLabel = Zp\u011Bt
-simplyhtml.undoTip = Zp\u011Bt
-simplyhtml.valignBaseline = na linku
-simplyhtml.valignBottom = dol\u016F
-simplyhtml.valignLabel = Vertik\u00E1ln\u00ED zarovn\u00E1n\u00ED:
-simplyhtml.valignMiddle = na st\u0159ed
-simplyhtml.valignTop = nahoru
-simplyhtml.wholeWordsOnly = Hledat pouze cel\u00E1 slova
-SortNodes.text = Set\u0159\u00EDdit potomky
-SortNodes.tooltip = Abecedn\u011B set\u0159\u00EDd\u00ED v\u0161echny potomky uzlu.
-split = Rozd\u011Blit
-SplitNode.text = Rozd\u011Blen\u00ED uzlu
-SplitNode.tooltip = <html>Uzel je rozd\u011Blen</html>
-style = Styl
-svg = SVG[translate me]
-TimeListAction.text = Uk\u00E1zat seznam napl\u00E1novan\u00FDch \u010Das\u016F ...
-TimeListAction.tooltip = Uk\u00E1zat v\u0161echny napl\u00E1novan\u00E9 datumy a odpov\u00EDdaj\u00EDc\u00ED uzly.
-TimeManagementAction.text = Uk\u00E1zat kalend\u00E1\u0159 ...
-TimeManagementAction.tooltip = <html>Uk\u00E1\u017Ee modul kalend\u00E1\u0159 od Kaie Toedtera.</html>
-ToggleChildrenFoldedAction.text = (Roz)slo\u017Eit poduzly
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = (Roz)slo\u017Eit
-ToggleLeftToolbarAction.text = P\u0159epnout lev\u00FD panel
-ToggleMenubarAction.text = P\u0159epnout Menu
-ToggleToolbarAction.text = P\u0159epnout Panel n\u00E1stroj\u016F
-undefined_error = Nastala neo\u010Dek\u00E1van\u00E1 chyba. Pros\u00EDme, pokuste se zaslat report o chyb\u011B.
-underline = Podtr\u017Een\u00ED
-underlined = Podtrhnut\u00E9
-UndoAction.text = Zp\u011Bt
-UndoFilterAction.text = Zp\u011Bt
-unfold = Rozlo\u017Eit
-UnfoldAllAction.text = Rozlo\u017Eit v\u0161e
-UnfoldAllAction.tooltip = <html>Rozlo\u017Eit vybran\u00E9 uzly a v\u0161echny jejich poduzly.</html>
-UnfoldOneLevelAction.text = Rozlo\u017Eit jednu \u00FArove\u0148
-UnfoldOneLevelAction.tooltip = <html>Rozlo\u017E\u00ED vybran\u00E9 uzly o jednu \u00FArove\u0148.</html>
-url_error = Toto URL nen\u00ED v po\u0159\u00E1dku!
-url_load_error = Nemohl jsem na\u010D\u00EDst mapu z URL:
-UsePlainTextAction.text = Pou\u017E\u00EDt neform\u00E1tovan\u00FD text
-user_defined_zoom = Voln\u011B definov\u00E1n.
-user_defined_zoom_status_bar = M\u011Bn\u00EDm p\u0159ibl\u00ED\u017Een\u00ED lupou na hodnotu {0}%.
-user_zoom = Faktor lupy p\u0159i tisku (0.0 - 2.0):
-WebDocuAction.text = Webov\u00E1 dokumentace
-width = \u0160\u00ED\u0159ka
-yes = Ano
-ZoomInAction.text = P\u0159ibl\u00ED\u017Eit
-ZoomOutAction.text = Odd\u00E1lit
+about_text=Freeplane - svobodn\u00FD program pro tvo\u0159en\u00ED my\u0161lenkov\u00FDch map a datab\u00E1ze znalost\u00ED
+AboutAction.text=O programu
+acceleratorPresets=Hot Key Presets[translate me]
+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_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_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_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_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_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...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exportuje \u00FAkoly z uzlu TASKS do modulu Taskjuggler. </html>
+action_keystroke_in_use_error=Kl\u00E1vesov\u00E1 zkratka {0} \u017E\u00E1dan\u00E1 pro akci {1} je ji\u017E pou\u017Eita pro akci {2}
+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
+AddConnectorAction.text=P\u0159ipojit
+AddElementaryConditionAction.text=P\u0159idat
+AddLocalLinkAction.text=P\u0159idat lok\u00E1ln\u00ED hyperlink
+AddMenuItemLinkAction.text=P\u0159idat hyperlink na polo\u017Eku menu...
+AddOnDetailsPanel.authored.by=Podle {0}
+AddOnDetailsPanel.header.function=Funkce
+AddOnDetailsPanel.header.menu=Um\u00EDst\u011Bn\u00ED menu
+AddOnDetailsPanel.header.shortcut=Z\u00E1stupce
+AddOnDetailsPanel.homepage=Domovsk\u00E1 str\u00E1nka:
+addons.installer.canceled=Instalace byla zru\u0161ena
+addons.installer.confirm.licence=<html><body><h1>Licence</h1>{0}<p><p><em>P\u0159ij\u00EDm\u00E1te tuto licenci?</em></p></body></html>
+addons.installer.failed=Instalace se nezda\u0159ila: {0}
+addons.installer.freeplaneversion.format.error=Form\u00E1tov\u00E1 chyba v {0} (hodnoty: {1})
+addons.installer.groovy.script.name=N\u00E1zev skriptu {0} nem\u00E1 na konci ".groovy"
+addons.installer.html.script=T\u011Blo scriptu nesm\u00ED b\u00FDt form\u00E1tov\u00E1no jako HTML
+addons.installer.install=Instalace
+addons.installer.invalid.keyboard.shortcut=Neplatn\u00E1 zkratka {0}.
+addons.installer.licence.unchanged=Licence je beze zm\u011Bny
+addons.installer.map.structure=Chyba ve struktu\u0159e mapy: {0}
+addons.installer.missing.child.nodes=Chyb\u011Bj\u00EDc\u00ED poduzly: {0}
+addons.installer.missing.permission.attribute=Skript {0}: chyb\u00ED atributy opr\u00E1vn\u011Bn\u00ED {1}
+addons.installer.missing.properties=Chyb\u011Bj\u00EDc\u00ED vlastnosti: {0}
+addons.installer.missing.translation=Chyb\u00ED p\u0159eklad {0} pro lokalizaci {1}
+addons.installer.no.scripts=Skripty nenalezeny
+addons.installer.no.zipdata=Nebyla nalezena \u017E\u00E1dn\u00E1 zip data
+addons.installer.nonstandard.permissions=Skript vy\u017Eaduje n\u00E1sleduj\u00EDc\u00ED opr\u00E1vn\u011Bn\u00ED, kter\u00E1 nejsou aktu\u00E1ln\u011B aktivovan\u00E1: {0}.\nMohou b\u00FDt p\u0159id\u00E1na ke standardn\u00EDm opr\u00E1vn\u011Bn\u00EDm?
+addons.installer.one.child.expected=O\u010Dek\u00E1v\u00E1 jednu pod\u0159\u00EDzenou polo\u017Eku {0}, ale obsahuje {1}.
+addons.installer.script.no.execution_mode=Nejsou definov\u00E1ny "execution_mode" atributy pro {0}
+addons.installer.script.no.menulocation=Nejsou definov\u00E1ny "menuLoacation" atributy pro {0}
+addons.installer.script.no.menutitle=Nejsou definov\u00E1ny "menuTitleKey" atributy pro {0}
+addons.installer.script.no.permissions=Nejsou definov\u00E1na opr\u00E1vn\u011Bn\u00ED pro {0}
+addons.installer.success=Instalace byla \u00FAsp\u011B\u0161n\u00E1.\nNov\u00FD dopln\u011Bk bude k dispozici po restartu aplikace.
+addons.installer.success.update=\u00DAsp\u011B\u0161n\u00E1 aktualizace z {0} na {1}.\nN\u011Bkter\u00E9 funkce mohou b\u00FDt dostupn\u00E9 pouze po restartu aplikace.
+addons.installer.title=Instal\u00E1tor dopl\u0148ku
+addons.installer.too.new=Aktu\u00E1ln\u00ED verze {0} Freeplane je nov\u011Bj\u0161\u00ED. Tento dopln\u011Bk podporuje maxim\u00E1ln\u011B verzi {1}
+addons.installer.too.old=Aktu\u00E1ln\u00ED verze {0} Freeplane je zastaral\u00E1. Tento dopln\u011Bk vy\u017Eaduje alespo\u0148 verzi {1}
+addons.installer.unknown.deinstallation.rules=Nezn\u00E1m\u00E1 odinstala\u010Dn\u00ED pravidla {0}
+addons.installer.update=Aktualizace z verze {0}
+addons.installer.warning=<html><body><em>M\u011Bli byste instalovat pouze dopl\u0148ky z d\u016Fv\u011Bryhodn\u00FDch zdroj\u016F. \u0160kodliv\u00FD software m\u016F\u017Ee zp\u016Fsobit po\u0161kozen\u00ED dat nebo naru\u0161it va\u0161e soukrom\u00ED.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Atributy ze stylu
+AddStyleAttributes.tooltip=P\u0159idat atributy ze stylu uzlu
+AllMapsNodeListAction.text=Naj\u00EDt a nahradit ve v\u0161ech map\u00E1ch
+always=V\u017Edy
+AlwaysUnfoldedNodeAction.text=V\u017Edy rozlo\u017Een\u00FD uzel (set/reset)
+antialias_all=Vyhlazovat v\u0161e
+antialias_edges=Vyhlazovat hrany
+antialias_none=Nevyhlazovat nic
+apply=Pou\u017E\u00EDt
+ApplyAction.text=Pou\u017E\u00EDt
+ApplyFormatPlugin.text=Zm\u011Bna form\u00E1tu ...
+ApplyFormatPlugin.tooltip=Dialog, kde atributy uzl\u016F a hran mohou b\u00FDt m\u011Bn\u011Bn\u00E9 najednou.
+ApplyNoFilteringAction.text=Nefiltrov\u00E1no
+ApplySelectedViewConditionAction.text=Filtrovat vybran\u00E9 uzly
+ApplyToVisibleAction.text=Ap\u016Fikovat na filtrovan\u00E9 uzly
+as_parent=Jako nad\u0159azen\u00FD
+AskForHelp.text=Ask for Help[translate me]
+AssignAttributesAction.text=P\u0159i\u0159adit atributy...
+attribute_delete=Smazat v\u0161echny hodnoty
+attribute_delete_value=Smazat tuto hodnotu
+attribute_font_size_tooltip=Velikost p\u00EDsma atributu
+attribute_list_box_label_text=Existuj\u00EDc\u00ED hodnoty
+attribute_name=N\u00E1zev atributu
+attribute_replace=Nahradit s
+attribute_top=V\u0161echny zn\u00E1m\u00E9 atributy pro nahran\u00E9 mapy
+attribute_value=Hodnota atributu
+attributes_AddAttributeAction.text=P\u0159idat atribut v dialogu ...
+attributes_adding_empty_attribute_error=Nelze pou\u017E\u00EDt pr\u00E1zdn\u00FD \u0159et\u011Bzec jako n\u00E1zev atributu
+attributes_all=V\u0161ehny atributy
+attributes_assign_dialog=Roz\u0161\u00ED\u0159en\u00FD editor atributu
+attributes_attribute=Atributy
+attributes_close=Zav\u0159\u00EDt
+attributes_deselect_all=Nic
+attributes_dialog_title=Spr\u00E1vce atribut\u016F
+attributes_edit=Upravit
+attributes_edit_tooltip=Upravit mno\u017Einu
+attributes_for_selected=Vybran\u00E9 uzly
+attributes_for_visible=V\u0161echny viditeln\u00E9 uzly
+attributes_import=Import
+attributes_import_tooltip=Naimportuje atributy z jin\u00FDch nahran\u00FDch map
+attributes_no_import_candidates_found=\u017D\u00E1dn\u00E9 nov\u00E9 atributy nenalezeny
+attributes_popup_delete=Smazat
+attributes_popup_down=Dol\u016F
+attributes_popup_edit=Upravit
+attributes_popup_hide=Skr\u00FDt
+attributes_popup_new=Nov\u00FD atribut
+attributes_popup_optimal_width=Optim\u00E1ln\u00ED \u0161\u00ED\u0159ka
+attributes_popup_up=Nahoru
+attributes_refresh=Obnovit
+attributes_RemoveAllAttributesAction.text=Odstranit v\u0161echny atributy
+attributes_RemoveFirstAttributeAction.text=Odebrat prvn\u00ED atribut
+attributes_RemoveLastAttributeAction.text=Odstranit posledn\u00ED atribut
+attributes_restricted_attributes_tooltip=Omezit mno\u017Einu atribut\u016F
+attributes_restricted_values_tooltip=Omezit mno\u017Einu hodnot pro aktu\u00E1ln\u00ED atribut
+attributes_restriction=Omezen\u00E1 mno\u017Eina
+attributes_select_all=V\u0161e
+attributes_select_all_tooltip=Vybrat / zru\u0161it ozna\u010Den\u00ED v\u0161eho
+attributes_show=Uk\u00E1zat
+attributes_skip_root=P\u0159esko\u010Dit ko\u0159enov\u00FD uzel
+attributes_visible=Vybrat viditeln\u00E9
+attributes_visible_tooltip=Vybrat viditeln\u00E9
+automatic_layout=Automatick\u00E9 rozlo\u017Een\u00ED
+automatic_layout_disabled=zak\u00E1z\u00E1no
+automatically_save_message=Mapa byla automaticky ulo\u017Eena (se jm\u00E9nem souboru {0}) ...
+AutomaticEdgeColorHookAction.text=Automatick\u00E9 barva hrany
+AutomaticLayout.ALL=pro v\u0161echny uzly
+AutomaticLayout.HEADINGS=pro jin\u00E9 ne\u017E koncov\u00E9 uzly
+AutomaticLayout.level=\u00DArove\u0148 {0}
+AutomaticLayout.level.root=Ko\u0159en
+AutomaticLayoutAction.text=Automatick\u00E9 rozlo\u017Een\u00ED
+AutomaticLayoutAction.tooltip=<html>Oprav\u00ED rozlo\u017Een\u00ED mapy. <br>Prvn\u00ED \u00FArove\u0148 je \u010Dern\u00E1, druh\u00E1 modr\u00E1, atd.</html>
+AutomaticLayoutControllerAction.ALL.text=pro v\u0161echny uzly
+AutomaticLayoutControllerAction.HEADINGS.text=pro jin\u00E9 ne\u017E koncov\u00E9 uzly
+AutomaticLayoutControllerAction.null.text=zak\u00E1z\u00E1no
+BackAction.text=Zp\u011Bt
+BackAction.tooltip=Sko\u010Dit zp\u011Bt do v\u00FDb\u011Bran\u00E9ho \u0159et\u011Bzce
+background=Pozad\u00ED
+bitmaps=Bitmapy
+black=\u010Cern\u00E1
+BlinkingNodeHookAction.text=Blikaj\u00EDc\u00ED uzel
+BlinkingNodeHookAction.tooltip=<html>Zapne blik\u00E1n\u00ED uzlu. Pou\u017Eijte opatrn\u011B. Neaplikujte to na mnoho uzl\u016F a <strong> spole\u010Dn\u011B s jin\u00FDm automatick\u00FDm form\u00E1tov\u00E1n\u00EDm na stejn\u00E9m uzlu</strong></html>
+blue=Modr\u00E1
+BoldAction.text=Tu\u010Dn\u011B
+boldify_branch=Stu\u010Dnit
+branch=V\u011Btev
+browse=Proch\u00E1zet...
+calendar_attributes_panel=Kalend\u00E1\u0159 a atributy
+calendar_panel=Kalend\u00E1\u0159
+can_not_connect_to_info_server=Nelze se p\u0159ipojit k informa\u010Dn\u00EDmu serveru
+can_not_delete_predefined_style=Nelze odstranit p\u0159eddefinovan\u00FD styl
+can_not_delete_root_style=Nelze odstranit ko\u0159enov\u00FD styl
+can_not_delete_style_group=Nelze odstranit skupinu styl\u016F
+can_not_save_key_set=Nelze ulo\u017Eit sadu kl\u00E1vesov\u00FDch zkratek
+cancel=Storno
+CancelAction.text=Storno
+cannot_add_parent_diff_parents=V\u0161echny uzly mus\u00ED m\u00EDt stejn\u00FD nad\u0159azen\u00FD uzel, aby tato funkce mohla b\u00FDt pou\u017Eita.
+cannot_add_parent_to_root=Ko\u0159enov\u00FD uzel nem\u016F\u017Ee b\u00FDt p\u0159id\u00E1n pod nov\u00E9ho rodi\u010De.
+cannot_delete_root=Ko\u0159enov\u00FD uzel nelze odstranit.
+cannot_join_nodes_with_children=Nelze spojit uzly, kter\u00E9 maj\u00ED poduzly
+cannot_move_to_child=Nelze p\u0159esunout uzel do jednoho ze sv\u00FDch pod\u0159\u00EDzen\u00FDch uzl\u016F.
+CenterAction.text=St\u0159ed
+CenterSelectedNodeAction.text=Centrovat vybran\u00FD uzel
+ChangeConnectorArrowsAction.backward.text=Zp\u011Bt
+ChangeConnectorArrowsAction.both.text=Nakreslete \u0161ipky vp\u0159ed a zp\u011Bt
+ChangeConnectorArrowsAction.forward.text=Vp\u0159ed
+ChangeConnectorArrowsAction.none.text=\u017D\u00E1dn\u00E1
+ChangeConnectorArrowsAction.text=Zm\u011Bnit \u0161ipky konektoru
+ChangeConnectorShapeAction.CUBIC_CURVE.text=K\u0159ivka
+ChangeConnectorShapeAction.EDGE_LIKE.text=Simulovat hranu
+ChangeConnectorShapeAction.LINE.text=\u010C\u00E1ra
+ChangeConnectorShapeAction.LINEAR_PATH.text=Line\u00E1rn\u00ED cesta
+ChangeNodeLevelLeftsAction.text=Uzel doleva
+ChangeNodeLevelLeftsAction.tooltip=Nalevo od ko\u0159enov\u00E9ho uzlu jsou uzly posunut\u00E9 dol\u016F. Stanou se d\u011Btmi uzl\u016F na stejn\u00E9 \u00FArovni. Na prav\u00E9 stran\u011B jsou posunut\u00E9 nahoru. P\u0159\u00EDmo u ko\u0159enov\u00E9ho uzlu si uzly vym\u011Bn\u00ED strany.
+ChangeNodeLevelRightsAction.text=Uzel doprava
+ChangeNodeLevelRightsAction.tooltip=Napravo od ko\u0159enov\u00E9ho uzlu jsou uzly posunut\u00E9 dol\u016F. Stanou se d\u011Btmi uzl\u016F na stejn\u00E9 \u00FArovni. Na lev\u00E9 stran\u011B jsou posunut\u00E9 nahoru. P\u0159\u00EDmo u ko\u0159enov\u00E9ho uzlu si uzly vym\u011Bn\u00ED strany.
+choose_background_color=Vyberte barvu pozad\u00ED:
+choose_cloud_color=Vyberte barvu oblaku:
+choose_edge_color=Vyberte barvu hrany
+choose_map_background_color=Zvolte barvu pozad\u00ED mapy
+choose_node_background_color=Vyberte barvu pozad\u00ED uzlu:
+choose_node_color=Vyberte barvu uzlu:
+ClearLinkAnchorAction.text=Vymazat kotva
+ClearLinkAnchorAction.tooltip=<html>Vymazat d\u0159\u00EDve nastaven\u00E9 ukotven\u00ED</html>
+close_btn=&Zav\u0159\u00EDt
+CloseAction.text=Zav\u0159\u00EDt
+CloudAction.text=Oblak
+CloudColorAction.text=Barva oblaku...
+CloudShapeAction.ARC.text=Oblouk
+CloudShapeAction.RECT.text=Obd\u00E9ln\u00EDk
+CloudShapeAction.ROUND_RECT.text=Zaoblen\u00FD obd\u00E9ln\u00EDk
+CloudShapeAction.STAR.text=Hv\u011Bzda
+ColorProperty.ResetColor=Vyresetovat barvu
+combined=Kombinovan\u00E9
+condition=Podm\u00EDnka
+confirmation=Potvrzen\u00ED
+connector=Konektor
+connector_arrows=\u0160ipky konektoru
+connector_label=Popisek konektoru
+connector_lines=Spojovac\u00ED \u010D\u00E1ry
+connector_shapes=Tvar konektoru
+ConnectorColorAction.text=Barva konektoru...
+CopyAction.text=Kop\u00EDrovat
+CopyAction.tooltip=Kop\u00EDrovat vybranou v\u011Btev
+CopyAttributes.text=Kop\u00EDrovat &atributy
+CopyIDAction.text=Kop\u00EDrovat I&D uzlu
+CopyMapStylesAction.text=Kop\u00EDrovat styl mapy z...
+CopyNodeURIAction.text=Kop\u00EDrovat URI uzlu
+copyright=Copyright \u00A9 2000-2012 Freeplane t\u00FDm a dal\u0161\u00ED
+CopySingleAction.text=Kop\u00EDrovat samostatn\u011B
+CopySingleAction.tooltip=Kop\u00EDrovat vybran\u00FD uzel
+CopyStyleExtensionsAction.text=Kop\u00EDrovat roz\u0161\u00ED\u0159en\u00ED ze stylu uzlu
+corrupt_map=Obsah mapy je po\u0161kozen
+CreateConjunctConditionAction.text=A
+CreateDisjunctConditionAction.text=Nebo
+CreateNotSatisfiedConditionAction.text=Ne
+CreationModificationPluginAction.text=Ukazovat \u010Das zm\u011Bny
+CreationModificationPluginAction.tooltip=<html>Tato funkce ukazuje \u010Das vytvo\u0159en\u00ED a zm\u011Bny uzlu.</html>
+current_dir=Mapy
+CutAction.text=Vyjmout
+decrease_branch_font_size=Men\u0161\u00ED p\u00EDsmo
+DecreaseNodeFontAction.text=Men\u0161\u00ED p\u00EDsmo
+default=V\u00FDchoz\u00ED
+DefaultColorAction.text=V\u00FDchoz\u00ED barva
+defaultstyle.details=Podrobnosti
+defaultstyle.floating=Plovouc\u00ED uzel
+defaultstyle.note=Pozn\u00E1mka
+delete=Smazat
+delete_child=Smazat uzel
+DeleteAction.text=Odebrat uzel
+DeleteConditionAction.text=Smazat
+DeleteDetailsAction.text=Odstranit detaily uzlu
+DeleteLevelStyleAction.text=Odstranit styl \u00FArovn\u011B
+DeleteStyleAction.text=Odstranit styl
+DeleteUserStyleAction.text=Odebrat styl definovan\u00FD u\u017Eivatelem
+dialect_info.app=Mapa {0} byla vytvo\u0159ena programem {1}.
+dialect_info.later_version=Mapa {0} byla vytvo\u0159ena nov\u011Bj\u0161\u00ED verzi tohoto programu.
+dialect_info.unknownApp=Mapa {0} byla vytvo\u0159ena nezn\u00E1m\u00FDm programem.
+dialect_info.unknownURL=Webov\u00E1 str\u00E1nka nen\u00ED zn\u00E1ma.
+dialect_info.url=Nav\u0161tivte web programu {0} pro dal\u0161\u00ED informace.
+dialect_info.warning=Freeplane m\u016F\u017Ee otev\u0159\u00EDt, zobrazit nebo ulo\u017Eit nekorektn\u011B.
+DirectHtmlFlavorHandler=HTML jako jeden uzel
+DocumentationAction.text=Dokumentace
+down=D&ol\u016F
+download=St\u00E1hnout
+dropped_file_error=Nen\u00ED mo\u017En\u00E9 otev\u0159\u00EDt vlo\u017Een\u00E9 soubory. D\u016Fvod: {0}
+edge=Hrana
+edge_is_formatted_by_style=Form\u00E1t hran je \u0159\u00EDzen stylem. Styly upravte dle pot\u0159eby.
+edge_style=Styl hrany
+edge_width=Tlou\u0161\u0165ka hrany
+EdgeColorAction.text=Barva hrany...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.bezier.tooltip=<html>Zobrazit hrany jako hladkou k\u0159ivku.</html>
+EdgeStyleAction.hide_edge.text=Skr\u00FDt hrany
+EdgeStyleAction.hide_edge.tooltip=<html>Pro vybran\u00E9 uzly zobrazit hrany k nad\u0159azen\u00E9mu uzlu jako <br>te\u010Dkovanou \u010D\u00E1rou. Jinak skr\u00FDt hrany.</html>
+EdgeStyleAction.horizontal.text=Horizont\u00E1ln\u00ED
+EdgeStyleAction.horizontal.tooltip=<html>Pou\u017E\u00EDt pro hrany kolm\u00E9 p\u0159\u00EDmky.</html>
+EdgeStyleAction.linear.text=Line\u00E1rn\u00ED
+EdgeStyleAction.linear.tooltip=<html>Zobrazit hrany jako p\u0159\u00EDmku.</html>
+EdgeStyleAction.sharp_bezier.text=Ostr\u00E9 Bezierovy
+EdgeStyleAction.sharp_bezier.tooltip=<html>Zobrazit hrany jako hladk\u00E9 k\u0159ivky se zaost\u0159en\u00FDmi konci .</html>
+EdgeStyleAction.sharp_linear.text=Ostr\u00E9 line\u00E1rn\u00ED
+EdgeStyleAction.sharp_linear.tooltip=<html>Zobrazit okraje jako rovnou \u010D\u00E1ru se zaost\u0159en\u00FDmi konci.</html>
+EdgeStyleAsParentAction.text=Jako nad\u0159azen\u00FD
+EdgeStyleAsParentAction.tooltip=<html>Pou\u017Eijte styl hrany nad\u0159azen\u00E9ho uzlu.</html>[Zastaral\u00E9]
+EdgeWidthAction_width_parent.text=Nad\u0159azen\u00FD
+EdgeWidthAction_width_thin.text=Tenk\u00FD
+edit=Upravit
+edit.decision=HTML Editor
+edit.edit_rich_text=Chcete pou\u017E\u00EDt form\u00E1tov\u00E1n\u00ED jako tu\u010Dn\u00E9 nebo kurz\u00EDva?
+edit_details=Upravit detail uzlu
+edit_end_label=<html>Konektor <br>Popisek
+edit_label_font_family=P\u00EDsmo
+edit_label_font_size=Velikost p\u00EDsma
+edit_link_manually=Upravit odkaz manu\u00E1ln\u011B...
+edit_long_node=Upravit j\u00E1dro uzlu v dialogu
+edit_middle_label=Edit Middle Label[translate me]
+edit_note=Editovat pozn\u00E1mku
+edit_source_label=<html>Zdrojov\u00FD<br>popisek
+edit_target_label=<html>C\u00EDlov\u00FD<br>popisek
+edit_transparency_label=Pr\u016Fhlednost
+edit_width_label=\u0160\u00ED\u0159ka
+EditAction.text=Upravit j\u00E1dro uzlu v \u0159\u00E1dku
+EditAttributesAction.text=Upravit atributy v \u0159\u00E1dku
+EditDetailsAction.text=Upravit detail uzlu v \u0159\u00E1dku
+EditDetailsInDialogAction.text=Upravit detail uzlu v dialogu
+EditFilterAction.text=Upravit
+EditLongAction.text=Upravit j\u00E1dro uzlu v dialogu
+EditNoteInDialogAction.text=Upravit pozn\u00E1mku v dialogu
+EditScript=Upravit script...
+EditStylesAction.text=Upravit styly
+EncryptedMap.text=Vytvo\u0159it novou zak\u00F3dovanou mapu ...
+EncryptedMap.tooltip=Vytvo\u0159it novou zak\u00F3dovanou mapu
+enter_base_url=Budu vkl\u00E1dat relativn\u00ED odkazy. Pros\u00EDm, vlo\u017Ete z\u00E1kladn\u00ED URL.
+enter_condition_name=Zadejte nov\u00FD n\u00E1zev podm\u00EDnky
+enter_confirms=Potvrdit vlo\u017Een\u00ED
+enter_keyset_name=Zadejte n\u00E1zev sady kl\u00E1vesov\u00FDch zkratek
+enter_map_url=Zadejte URL mapy
+enter_new_style_name=Zadejte n\u00E1zev nov\u00E9ho stylu
+enter_node_id=Zadejte ID uzlu
+enter_zoom=Zad\u00E1n\u00ED lupy
+EnterPassword.text=Od/zak\u00F3dov\u00E1n\u00ED
+error=Chyba
+error_applying_template=Chyba p\u0159i aplikov\u00E1n\u00ED XSL \u0161ablony.
+error_creating_directory=Nelze vytvo\u0159it adres\u00E1\u0159 pro export.
+error_in_template=Chyby ve v\u00FDchoz\u00ED \u0161ablon\u011B map {0}. Pokuste se odstranit tento soubor.
+errornumber={0} chyb
+ExecuteScriptError.text=Chyba p\u0159i prov\u00E1d\u011Bn\u00ED skriptu:\n{0}
+ExecuteScriptForAllNodes.text=Prov\u00E9st v\u0161echny skripty
+ExecuteScriptForSelectionAction.text=Spustit  skripty vybran\u00FDch uzl\u016F
+ExecuteScriptOnSelectedNode.text=Spustit {0} na v\u0161ech vybran\u00FDch uzlech
+ExecuteScriptOnSelectedNodeRecursively.text=Prove\u010Fte {0} na vybran\u00FDch uzlech, rekurzivn\u011B
+ExecuteScriptOnSingleNode.text=Spustit {0} v jednom vybran\u00E9m uzlu
+ExecuteScripts.noScriptsAvailable=Nen\u00ED k dispozici
+ExecuteScripts.text=Skripty
+ExecuteScriptSecurityError.text=Do\u0161lo k chyb\u011B b\u011Bhem vykon\u00E1n\u00ED skriptu: {0}
+export_failed=Export selhal
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Export z Freeplane
+ExportAction.text=Exportovat
+ExportBranchAction.text=P\u0159esunete v\u011Btve do nov\u00E9 mapy...
+ExportBranchToHTMLAction.text=Exportovat v\u011Btev do HTML
+exported_file={0} soubor
+ExportPdf.text=Jako PDF
+ExportSvg.text=SVG
+ExportToHTMLAction.text=Exportovat do HTML
+ExportToImage.jpg.text=JPEG
+ExportToImage.png.text=PNG
+ExportToOoWriter.text=Jako dokument Open Office Writer...
+ExportToOoWriter.tooltip=Rozbalen\u00E9 uzly tvo\u0159\u00ED strukturu, sbalen\u00E9 uzly tvo\u0159\u00ED obsah dokumentu.
+extension_menu=Fyzick\u00FD styl
+ExternalImage_popupMenu_Change=Zm\u011B\u0148te...
+ExternalImage_popupMenu_Open=Otev\u0159\u00EDt v prohl\u00ED\u017Ee\u010Di
+ExternalImage_popupMenu_Remove=Odstranit
+ExternalImage_popupMenu_ResetZoom=Vynulovat lupu
+ExternalImageAddAction.text=P\u0159idat obr\u00E1zek...
+ExternalImageChangeAction.text=Zm\u011Bnit obr\u00E1zek...
+ExternalImageRemoveAction.text=Odstranit obr\u00E1zek
+ExtractLinkFromTextAction.text=P\u0159ev\u00E9st odkaz v r\u00E1mci textu
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=FAQ
+file=Soubor
+file_already_exists=Soubor {0} ji\u017E existuje. Chcete ho p\u0159epsat?
+file_not_found=Soubor {0} nenalezen
+FileListFlavorHandler=Odkazy na soubory
+FileProperties_BranchLeafCount=Po\u010Det koncov\u00FDch uzl\u016F ve vybran\u00FDch v\u011Btv\u00EDch:
+FileProperties_BranchNodeCount=Po\u010Det uzl\u016F ve vybran\u00FDch v\u011Btv\u00EDch:
+FileProperties_ChangesSinceLastSave=Zm\u011Bny od posledn\u00EDho ulo\u017Een\u00ED:
+FileProperties_FileName=N\u00E1zev souboru:
+FileProperties_FileSaved=Ulo\u017Een\u00FD soubor:
+FileProperties_FileSize=Velikost souboru:
+FileProperties_MainBranchCount=Po\u010Det hlavn\u00EDch v\u011Btv\u00ED:
+FileProperties_NeverSaved=Nikdy neulo\u017Eeno
+FileProperties_NodeChildCount=Po\u010Det potomk\u016F vybran\u00FDch uzl\u016F:
+FileProperties_NodeSelectionCount=Po\u010Det vybran\u00FDch uzl\u016F:
+FileProperties_TotalFilteredCount=Po\u010Det uzl\u016F, kter\u00E9 vyhovuj\u00ED filtru:
+FileProperties_TotalLeafCount=Celkov\u00FD po\u010Det koncov\u00FDch uzl\u016F:
+FileProperties_TotalNodeCount=Celkov\u00FD po\u010Det uzl\u016F:
+FilePropertiesAction.text=Stat&istika mapy...
+FileRevisionsDialog.cancel=&Storno
+FileRevisionsDialog.file_last_modified=\u010Casov\u00E9 raz\u00EDtko
+FileRevisionsDialog.file_name=Soubor
+FileRevisionsDialog.file_size=Bajt\u016F
+FileRevisionsDialog.open=&Otev\u0159\u00EDt
+FileRevisionsDialog.open.tooltip=Otev\u0159\u00EDt soubor, i kdy\u017E by mohlo b\u00FDt zastaral\u00FD
+FileRevisionsDialog.question=Nalezeny revize {0}
+FileRevisionsDialog.restore=Obn&oven\u00ED
+FileRevisionsDialog.restore.tooltip=Nahradit {0} za {1}
+FileRevisionsDialog.title=Revize souboru
+filter=Filtr
+filter_add=P\u0159idat
+filter_and=A
+filter_any_text=J\u00E1dro, detaily nebo pozn\u00E1mku
+filter_conditions=Podm\u00EDnky filtru
+filter_contains=Obsahuje
+filter_created_after=Vytvo\u0159eno po
+filter_created_before=Vytvo\u0159en\u00E9 p\u0159ed
+filter_delete=Smazat
+filter_details=Podrobnosti
+filter_dialog=Kompozice filtru
+filter_does_not_exist=Neexistuje
+filter_edit_description=Upravit seznam filtr\u016F
+filter_enter_value=Vlo\u017Eit hodnotu
+filter_even_level=Lich\u00E1 \u00FArove\u0148 uzlu
+filter_exist=Existuje
+filter_icon=Ikona
+filter_is_equal_to=je rovno
+filter_is_not_equal_to=nen\u00ED rovno
+filter_leaf=Koncov\u00FD uzel
+filter_link=Hyperlink[translate me]
+filter_match_approximately=& P\u0159ibli\u017En\u00E9
+filter_match_approximately_tooltip=<html>Zda povolit p\u0159ibli\u017En\u00E1 porovn\u00E1n\u00ED,<br/>tj. vyhled\u00E1v\u00E1n\u00ED 'files' nalezne 'flies'.</html>
+filter_match_case=Rozli\u0161ovat mal\u00E1 a velk\u00E1 p\u00EDsmena
+filter_match_case_tooltip=Zda respektovat velikost p\u00EDsmen, kdy\u017E je shoda.
+filter_modified_after=Zm\u011Bn\u011Bno po
+filter_modified_before=Zm\u011Bn\u011Bno p\u0159ed
+filter_no_filtering=Bez filtrov\u00E1n\u00ED (odstranit)
+filter_node=Text uzlu
+filter_node_level=\u00DArove\u0148 uzlu
+filter_not=Ne
+filter_note=Pozn\u00E1mka
+filter_odd_level=I \u00FArove\u0148 uzel
+filter_or=Nebo
+filter_parent=Nad\u0159azen\u00FD text
+filter_periodic_level=Periodick\u00FD
+filter_priority=Priorita
+filter_regexp_matches=Vyhovuje regul. v\u00FDrazu
+filter_reminder=\u010Casova\u010D
+filter_reminder_after=pl\u00E1novan\u00E9 po
+filter_reminder_before=napl\u00E1nov\u00E1no p\u0159ed
+filter_reminder_executed=ji\u017E aktivov\u00E1no
+filter_reminder_later=pl\u00E1novan\u00E9 pozd\u011Bji
+filter_root=Ko\u0159enov\u00FD uzel
+filter_select=Vybrat
+filter_selected_node_view=Aktu\u00E1ln\u011B vybran\u00E9 uzly
+filter_selected_node_view_snapshot=Ulo\u017Een\u00FD v\u00FDb\u011Br
+filter_style=Styl
+FilterComposerDialog.save=&Ulo\u017Eit
+filters_not_loaded=Nelze na\u010D\u00EDst filtr, soubor po\u0161kozen
+find_what=Naj\u00EDt co
+FindAction.text=Naj\u00EDt...
+FirstGroupNodeAction.text=Souhrnn\u00FD uzel (za\u010D\u00E1tek skupiny)
+fit_map_to_page=Na jednu str\u00E1nku
+fit_map_to_page_height=P\u0159izp\u016Fsobit &v\u00FD\u0161ku na jednu str\u00E1nku
+fit_map_to_page_width=P\u0159izp\u016Fsobit & \u0161\u00ED\u0159ku na jednu str\u00E1nku
+FitToPage.text=P\u0159ibl\u00ED\u017Eit na celou mapu
+FitToPage.tooltip=Uprav\u00ED p\u0159ibl\u00ED\u017Een\u00ED tak, \u017Ee se do okna vejde cel\u00E1 mapa.
+fold=Slo\u017Eit
+FoldAllAction.text=Slo\u017Eit v\u0161e
+FoldAllAction.tooltip=<html>Slo\u017Eit vybran\u00E9 uzly a v\u0161echny jejich poduzly.</html>
+FoldOneLevelAction.text=Slo\u017Eit jednu \u00FArove\u0148
+FoldOneLevelAction.tooltip=<html>Slo\u017Eit vybran\u00E9 uzly o jednu \u00FArove\u0148.</html>
+follow_graphical_link=Jdi na:
+FollowLinkAction.text=N\u00E1sledovat odkaz
+font=p\u00EDsmo
+FontFamilyAction.text=P\u00EDsmo
+FontSizeAction.text=Velikost p\u00EDsma
+format_invalid_pattern=Neolatn\u00FD vzor
+format_menu_cloud_shapes=P\u0159idejte mrak nebo zm\u011Bnte styl
+format_menu_edge_styles=Styly hran
+format_menu_edge_widths=\u0160\u00ED\u0159ky hran
+format_panel=Form\u00E1t
+FormatCopy.text=Kop\u00EDrovat form\u00E1t
+FormatCopy.tooltip=<html>Zkop\u00EDruje form\u00E1t uzlu.</html>
+FormatPaste.text=Vlo\u017Eit form\u00E1t
+FormatPaste.tooltip=<html>Aplikuje form\u00E1t na uzel.</html>
+formats_not_loaded=Nelze na\u010D\u00EDst form\u00E1t, soubor po\u0161kozen
+formula.error.attributeValueIsNull=Hodnota atributu ''{0}'' je po vyhodnocen\u00ED null.
+formula.error.circularReference=Cyklick\u00FD odkaz: vzorec v uzlu "{0}'' odkazuje s\u00E1m na sebe.
+formula.EvaluateAllAction.text=Vyhodnotit v\u0161e
+formula.EvaluateAllAction.tooltip=Vyhodnotit v\u0161echny vzorce v sou\u010Dasn\u00E9 map\u011B
+formula.menuname=Vzorce
+formula_editor=Upravit vzorec
+ForwardAction.text=Vp\u0159ed
+ForwardAction.tooltip=P\u0159esko\u010D\u00ED vp\u0159ed na vybran\u00FD \u0159et\u011Bzec
+FreeNodeAction.text=Voln\u00FD uzel (set / reset)
+Freeplane.progress.buildScreen=Vytv\u00E1\u0159\u00EDm obrazovku...
+Freeplane.progress.createController=Vytv\u00E1\u0159\u00EDm kontroler...
+Freeplane.progress.createInitialMode=Vytv\u00E1\u0159\u00EDm \u00FAvodn\u00ED m\u00F3d...
+Freeplane.progress.endStartup=Start ukon\u010Den.
+Freeplane.progress.gettingPreferenceDirectories=Z\u00EDsk\u00E1v\u00E1m slo\u017Eky nastaven\u00ED...
+Freeplane.progress.gettingPreferences=Z\u00EDsk\u00E1v\u00E1m nastaven\u00ED...
+Freeplane.progress.loadMaps=Nahr\u00E1v\u00E1m mapy...
+Freeplane.progress.propagateLookAndFeel=Propaguji vzhled a t\u00E9ma...
+Freeplane.progress.settingPreferences=Nastavuji mo\u017Enosti...
+Freeplane.progress.startCreateController=Startuji kontroler...
+Freeplane.progress.updateLookAndFeel=Aktualizuji vzhled a t\u00E9ma...
+freeplane_reverted=Freeplane_Vraceno_
+FreeplaneHelpStarter.text=Online n\u00E1pov\u011Bda...
+FreeplaneHelpStarter.tooltip=Freeplane roz\u0161\u00ED\u0159en\u00E1 n\u00E1pov\u011Bda
+GettingStartedAction.text=Tutori\u00E1l
+GotoLinkNodeAction.text=N\u00E1sledovat odkaz
+GotoNodeAction.text=J\u00EDt na uzel s ID ...
+GrabKeyDialog.common.cancel=Storno
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=P\u0159i\u0159azeno k
+GrabKeyDialog.grab-key.assigned-to.none=Aktu\u00E1ln\u011B nep\u0159i\u0159azeno
+GrabKeyDialog.grab-key.clear=Smazat
+GrabKeyDialog.grab-key.remove=Odstranit
+GrabKeyDialog.grab-key.remove-ask=Jste si jist odstranen\u00EDm t\u00E9to kl\u00E1vesov\u00E9 zkratky?
+GrabKeyDialog.grab-key.title=Zadejte novou kl\u00E1vesu
+green=Zelen\u00E1
+help=N\u00E1pov\u011Bda
+HideableAction.tooltip=<html>Ozna\u010D\u00ED pozad\u00ED ka\u017Ed\u00E9ho zm\u011Bn\u011Bn\u00E9ho uzlu.</html>
+HideAllAttributesAction.text=Skr\u00FDt v\u0161echny atributy
+HierarchicalIcons2Action.text=Zobrazit pr\u016Fnik ikon potomk\u016F
+HierarchicalIconsAction.text=Uk\u00E1zat ikony hierarchicky
+HierarchicalIconsAction.tooltip=Pokud jeden z poduzl\u016F m\u00E1 ikonu, uk\u00E1\u017Ee se ta ikona tak\u00E9 v mal\u00E9m form\u00E1tu.
+hot_keys=Kl\u00E1vesov\u00E9 zkratky
+hot_keys_table=Tabulka kl\u00E1vesov\u00FDch zkratek
+HotKeyInfoAction.text=Key Reference[translate me]
+html_export_based_on_headings=HTML Export - Zalo\u017Eeno na nadpisech
+html_export_fold_all=HTML Export - Slo\u017Eit v\u0161e
+html_export_fold_currently_folded=HTML Export - Skl\u00E1dat moment\u00E1ln\u011B slo\u017Een\u00E9
+html_export_no_folding=HTML Export - Bez skl\u00E1d\u00E1n\u00ED
+html_problem=<html>Nelze vykreslit html<br><br>{0}
+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_addition=S\u010D\u00EDt\u00E1n\u00ED
+icon_attach=P\u0159\u00EDloha
+icon_audio=Zvuk
+icon_back=Zp\u011Bt
+icon_bee=Freeplane[translate me]
+icon_bell=Nezapome\u0148
+icon_bookmark=Obl\u00EDben\u00E9
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Zru\u0161it
+icon_button_ok=OK
+icon_calendar=Datum
+icon_checked=Za\u0161krtnuto
+icon_clanbomber=Riziko
+icon_clock=\u010Cas
+icon_clock2=P\u0159ipomenut\u00ED
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Nezapome\u0148
+icon_division=D\u011Blen\u00ED
+icon_down=Dol\u016F
+icon_edit=Vylep\u0161it
+icon_encrypted=Uzam\u010Deno
+icon_executable=Spustiteln\u00FD
+icon_family=Rodina
+icon_fema=Females[translate me]
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_females=Females[translate me]
+icon_flag=Vlajka
+icon_flag-black=Black Flag[translate me]
+icon_flag-blue=Modr\u00E1 vlajka
+icon_flag-green=Green Flag[translate me]
+icon_flag-orange=Oran\u017Eov\u00E1 vlajka
+icon_flag-pink=R\u016F\u017Eov\u00E1 vlajka
+icon_flag-yellow=\u017Dlut\u00E1 vlajka
+icon_folder=Slo\u017Eka
+icon_forward=Vp\u0159ed
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-0=Priorita 0
+icon_full-1=Priorita 1
+icon_full-2=Priorita 2
+icon_full-3=Priorita 3
+icon_full-4=Priorita 4
+icon_full-5=Priorita 5
+icon_full-6=Priorita 6
+icon_full-7=Priorita \u010D. 7
+icon_full-8=Priorita 8
+icon_full-9=Priorita 9
+icon_go=Zelen\u00FD semafor
+icon_gohome=Dom\u016F
+icon_group=Skupina
+icon_help=Ot\u00E1zka
+icon_hourglass=\u010Cek\u00E1n\u00ED
+icon_icon_not_found=Ikona nalezena
+icon_idea=My\u0161lenka
+icon_image=Obr\u00E1zek
+icon_info=Info[translate me]
+icon_internet=Internet
+icon_internet_warning=Internetov\u00E9 varov\u00E1n\u00ED
+icon_kaddressbook=Telefon
+icon_kmail=E-Mail[translate me]
+icon_knotify=Hudba
+icon_korn=Schr\u00E1nka
+icon_ksmiletris=Jsem happy
+icon_launch=Spu\u0161t\u011Bn\u00ED
+icon_licq=Hezk\u00E9
+icon_list=Seznam
+icon_Mail=Dopis
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_males=Males[translate me]
+icon_menu=Ikony
+icon_messagebox_warning=D\u016Fle\u017Eit\u00E9
+icon_mindmap=My\u0161lenkov\u00E1 mapa
+icon_multiplication=N\u00E1soben\u00ED
+icon_narrative=Internet
+icon_negative=Negativn\u00ED
+icon_neutral=Neutr\u00E1ln\u00ED
+icon_password=Heslo
+icon_pencil=K up\u0159esn\u011Bn\u00ED
+icon_penguin=Linux
+icon_positive=Pozitivn\u00ED
+icon_prepare=\u017Dlut\u00FD semafor
+icon_revision=Revize
+icon_smiley-angry=Zlost
+icon_smiley-neutral=No Mind[translate me]
+icon_smiley-oh=P\u0159ekvapen\u00ED
+icon_smily_bad=V\u016Fbec se nebav\u00EDm
+icon_stop=Stop
+icon_stop-sign=Stop[translate me]
+icon_subtraction=Ode\u010D\u00EDt\u00E1n\u00ED
+icon_unchecked=Nezatr\u017Een\u00E9
+icon_up=Nahoru
+icon_user_icon=U\u017Eivatelsk\u00E9 ikony
+icon_very_negative=Velmi negativn\u00ED
+icon_very_positive=Velmi pozitivn\u00ED
+icon_video=Video
+icon_wizard=Magie
+icon_xmag=K diskusi
+icon_yes=D\u016Fle\u017Eit\u00E9
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.docs_folders.text=Docs & Folders[translate me]
+IconGroupPopupAction.flags.text=Vlajky
+IconGroupPopupAction.math.text=Matematick\u00E9
+IconGroupPopupAction.media.text=M\u00E9dia
+IconGroupPopupAction.miscellaneous.text=R\u016Fzn\u00E9
+IconGroupPopupAction.nature.text=P\u0159\u00EDroda
+IconGroupPopupAction.numbers.text=\u010C\u00EDsla
+IconGroupPopupAction.office.text=Kancel\u00E1\u0159
+IconGroupPopupAction.people.text=Lid\u00E9
+IconGroupPopupAction.rating.text=Hodnocen\u00ED
+IconGroupPopupAction.signs.text=Zna\u010Dky
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconGroupPopupAction.time.text=\u010Cas
+IconGroupPopupAction.user.text=U\u017Eivatelsk\u00E9 ikony
+IconProgressExtended10Action.text=Pokrok 10%
+IconProgressExtended10Action.tooltip=<html>P\u0159id\u00E1 ukazatel pr\u016Fb\u011Bhu, kter\u00FD se zv\u00FD\u0161\u00ED o 10% p\u0159i dvojkliku lev\u00FDm tla\u010D\u00EDtkem my\u0161i. <br> Ctrl + dvojklik lev\u00FDm tla\u010D\u00EDtkem my\u0161i ho sn\u00ED\u017E\u00ED/ odstran\u00ED.</html>
+IconProgressExtended25Action.text=Pokrok 25 %
+IconProgressExtended25Action.tooltip=<html>P\u0159id\u00E1 ukazatel pr\u016Fb\u011Bhu, kter\u00FD se zv\u00FD\u0161\u00ED o 25% p\u0159i dvojkliku lev\u00FDm tla\u010D\u00EDtkem my\u0161i. <br> Ctrl + dvojklik lev\u00FDm tla\u010D\u00EDtkem my\u0161i ho sn\u00ED\u017E\u00ED/ odstran\u00ED.</html>
+IconProgressIconDownAction.text=Pokles
+IconProgressIconDownAction.tooltip=Sni\u017Euje/ vkl\u00E1d\u00E1/ odstran\u00ED ikony pr\u016Fb\u011Bhu (100% -> 75% -> 50% -> 25% -> 0% -> odstranit).
+IconProgressIconUpAction.text=Pokrok
+IconProgressIconUpAction.tooltip=Zvy\u0161uje/ vkl\u00E1d\u00E1 ikony pr\u016Fb\u011Bhu (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Odstranit pokrok
+IconProgressRemoveAction.tooltip=Odstra\u0148uje ikony pr\u016Fb\u011Bhu a roz\u0161\u00ED\u0159en\u00E9 ikony pr\u016Fb\u011Bhu.
+IconSelectionPlugin.text=V\u00FDb\u011Br ikony...
+IconSelectionPlugin.tooltip=<html>Pomoc\u00ED n\u00E1sleduj\u00EDc\u00EDho okna m\u016F\u017Eete vybrat ikonu.</html>
+image_covertLink=P\u0159ev\u00E9st odkaz na obr\u00E1zek
+ImageFlavorHandler=Obr\u00E1zek (samostatn\u00FD soubor)
+import=Import
+import_linked_branch_no_link=Vybran\u00FD uzel nem\u00E1 \u017E\u00E1dn\u00FD odkaz, ze kter\u00E9ho se d\u00E1 importovat.
+ImportAction.text=Import
+ImportBranchAction.text=Importovat v\u011Btev...
+ImportExplorerFavoritesAction.text=Importovat obl\u00EDben\u00E9 IExploreru...
+ImportFolderStructureAction.text=Importovat strukturu slo\u017Eky...
+ImportLinkedBranchAction.text=Importovat odkazovanou v\u011Btev
+ImportLinkedBranchWithoutRootAction.text=Importovat bez ko\u0159ene...
+ImportMindmanagerFiles.text=MindManager X5 Mapa...
+increase_branch_font_size=V\u011Bt\u0161\u00ED p\u00EDsmo
+IncreaseNodeFontAction.text=V\u011Bt\u0161\u00ED p\u00EDsmo
+internal_error_tooltip=Do\u0161lo k vnit\u0159n\u00ED chyb\u011B. Klepnut\u00EDm sem otev\u0159ete nejnov\u011Bj\u0161\u00ED log.0 souboru protokolu pro dal\u0161\u00ED informace.
+invalid_export_file=Neplatn\u00FD n\u00E1zev souboru
+invalid_file_msg=Nepoda\u0159ilo se naj\u00EDt soubor {0}
+invalid_uri=Neplatn\u00E9 URI {0}
+invalid_url=Nelze vytvo\u0159it platnou URL
+invalid_url_msg=Nelze vytvo\u0159it platnou URL pro {0}
+ItalicAction.text=Kurz\u00EDva
+italicise_branch=Nastavit kurz\u00EDvu
+java_version=Java verze: {0}
+JoinNodesAction.text=Spojit uzly
+LatexDeleteLatexAction.text=Odstran\u011Bn\u00ED LaTe&X vzorce
+LatexEditLatexAction.text=Editace &LaTeX vzorce...
+LatexInsertLatexAction.text=P\u0159id\u00E1n\u00ED &LaTeX vzorce...
+less_than_two_selected_nodes=Mus\u00EDte vybrat alespo\u0148 dva uzly, aby se mohly vytvo\u0159it odkazy.
+license=Licence: GPL 2 nebo nov\u011Bj\u0161\u00ED
+link_error=Nespr\u00E1vn\u00E9 odkaz "{0}" nebyl na\u010Dten
+link_not_available_any_more=Odkaz ji\u017E nen\u00ED platn\u00FD. Uzel byl pravd\u011Bpodobn\u011B smaz\u00E1n.
+link_not_found=Link {0} nenalezen.
+load=&Nahr\u00E1t
+load_accelerator_presets=Nahr\u00E1t
+LoadAcceleratorPresetsAction.textPatterns.text=Text Patterns[translate me]
+locking_failed_by_open=Uzam\u010Den\u00ED mapy {0} se nezda\u0159ilo. Soubor otev\u0159en pouze ke \u010Dten\u00ED.
+locking_failed_by_save_as=Uzam\u010Den\u00ED mapy {0} se nezda\u0159ilo. Akce Ulo\u017Eit je zru\u0161ena.
+locking_old_lock_removed=Mapa {0} byla uzam\u010Dena u\u017Eivatelem {1}. Z\u00E1mek byl odstran\u011Bn, proto\u017Ee byl p\u0159\u00EDli\u0161 star\u00FD.
+long_node_changed_cancel=Zm\u011Bnil(a) jste uzel. Chcete zahodit zm\u011Bny?
+long_node_changed_submit=Zm\u011Bnil(a) jste uzel. Chcete ulo\u017Eit zm\u011Bny?
+lots_of_links_warning=K tomuto uzlu se te\u010F vytvo\u0159\u00ED spousta odkaz\u016F. Opravdu to chcete?
+main_resource_directory=Instala\u010Dn\u00ED zdroje: {0}
+MainView.errorUpdateText=Chyba p\u0159i nastavov\u00E1n\u00ED textu pro n\u00E1sleduj\u00EDc\u00ED vstup: {0}.
+MakeLinkFromAnchorAction.text=Vyvo\u0159 odkaz z kotvy
+MakeLinkFromAnchorAction.tooltip=<html>vytvo\u0159\u00ED lok\u00E1ln\u00ED nebo glob\u00E1ln\u00ED odkaz z<br/>kotvy do vybran\u00E9ho uzlu </html>
+MakeLinkToAnchorAction.text=Vytvo\u0159\u00ED odkaz na kotvu
+MakeLinkToAnchorAction.tooltip=<html>Vytvo\u0159en\u00ED m\u00EDstn\u00ED nebo glob\u00E1ln\u00ED odkaz z <br/> vybran\u00E9 pozn\u00E1mky na kotvu</html>
+ManageAddOnsAction.text=Dopl\u0148ky
+ManageAddOnsDialog.activate=Aktivovat
+ManageAddOnsDialog.activation.success={0} bude aktivov\u00E1n po restartov\u00E1n\u00ED po\u010D\u00EDta\u010De.
+ManageAddOnsDialog.authored.by=podle {0}
+ManageAddOnsDialog.cannot.activate=Nelze aktivovat: {0} je ji\u017E aktivn\u00ED.
+ManageAddOnsDialog.cannot.configure=Nelze konfigurovat {0}.
+ManageAddOnsDialog.cannot.deactivate=Nelze deaktivovat: {0} nen\u00ED aktivn\u00ED.
+ManageAddOnsDialog.cannot.deinstall=Nelze odinstalovat {0}.
+ManageAddOnsDialog.configure=Konfigurace
+ManageAddOnsDialog.deactivate=Deaktivovat
+ManageAddOnsDialog.deactivation.success={0} bude deaktivov\u00E1n po restartov\u00E1n\u00ED po\u010D\u00EDta\u010De.
+ManageAddOnsDialog.deinstall=Odinstalovat
+ManageAddOnsDialog.deinstallation.success={0} bude odinstalv\u00E1no po restartu.
+ManageAddOnsDialog.error=Chyba p\u0159i instalaci: {0}.
+ManageAddOnsDialog.install=&Instalovat
+ManageAddOnsDialog.install.from.known.location=Nainstalovat dopln\u011Bk ze zn\u00E1m\u00E9ho um\u00EDst\u011Bn\u00ED
+ManageAddOnsDialog.install.tooltip=Vlo\u017Ete adresu URL souboru instalace dopl\u0148ku sem
+ManageAddOnsDialog.map.not.opened=Mapa {0} nem\u016F\u017Ee b\u00FDt otev\u0159ena.
+ManageAddOnsDialog.really.deinstall=Opravdu odinstalovat {0}?
+ManageAddOnsDialog.search=Hledat dopl\u0148ky
+ManageAddOnsDialog.search.file=Hledat
+ManageAddOnsDialog.select.tooltip=Vybrat soubor
+ManageAddOnsDialog.status.downloading=Stahov\u00E1n\u00ED souboru...
+ManageAddOnsDialog.status.installing=Instalace dopl\u0148ku...
+ManageAddOnsDialog.status.success=\u00DAsp\u011B\u0161n\u011B nainstalov\u00E1no {0}.
+ManageAddOnsDialog.tab.install=Hledat a nainstalovat
+ManageAddOnsDialog.tab.install.tooltip=Hledat a nainstalovat nov\u00E9 dopl\u0148ky
+ManageAddOnsDialog.tab.manage=Dopl\u0148ky
+ManageAddOnsDialog.tab.manage.themes=T\u00E9mata
+ManageAddOnsDialog.tab.manage.themes.tooltip=Spr\u00E1va nainstalovan\u00FDch motiv\u016F
+ManageAddOnsDialog.tab.manage.tooltip=Spr\u00E1va nainstalovan\u00FDch dopl\u0148k\u016F
+ManageAddOnsDialog.visit.addon.page=Nav\u0161tivte str\u00E1nku dopl\u0148k\u016F...
+ManageConditionalStylesAction.text=&Spr\u00E1va podm\u00EDn\u011Bn\u00FDch styl\u016F mapy
+ManageNodeConditionalStylesAction.text=Spr\u00E1v&a podm\u00EDn\u011Bn\u00FDch styl\u016F uzlu
+map_already_exists=Soubor mapy u\u017E existuje. Chcete ho p\u0159epsat?
+map_corrupted=Mapa je poni\u010Den\u00E1. Chcete zobrazit detaily?
+map_load_error=Nelze na\u010D\u00EDst mapu {0}
+map_locked_by_open=Mapa {0} je moment\u00E1ln\u011B editovan\u00E1 u\u017Eivatelem {1}. Otev\u0159ena je pouze ke \u010Dten\u00ED.
+map_locked_by_save_as=Mapa {0} je moment\u00E1ln\u011B editovan\u00E1 u\u017Eivatelem {1}. Akce Ulo\u017Eit jako zru\u0161ena.
+map_not_saved=Mapa nebyla d\u0159\u00EDve ulo\u017Eena.
+MapBackgroundColorAction.text=Barva pozad\u00ED mapy
+MaxNodeWidth.text=Maxim\u00E1ln\u00ED \u0161\u00ED\u0159ka uzlu
+menu_applyStyle=Pou\u017E\u00EDt styl
+menu_attributes=Atributy
+menu_clouds=Mraky
+menu_copy=Kop\u00EDrovat
+menu_coreFormat=J\u00E1dro uzlu
+menu_details=Detail
+menu_displayAttributes=Atributy uzlu
+menu_encryption=Ochrana heslem
+menu_error=Chyba v u\u017Eivatelsky definovan\u00E9 struktu\u0159e menu {0}:\n{1}\nRu\u0161\u00EDm
+menu_extensions=Roz\u0161\u00ED\u0159en\u00ED uzlu
+menu_extras=N\u00E1stroje
+menu_file_import=Importovat
+menu_filter=F&iltr
+menu_format=Form\u00E1t
+menu_group=Skupina uzl\u016F
+menu_hoverView=N\u00E1strojov\u00E9 tipy
+menu_iconByCategory=Ikona podle kategorie...
+menu_iconView=Ikony
+menu_image=Obr\u00E1zek
+menu_insert=Vlo\u017Eit
+menu_latex_formula=LaTeX vzorce
+menu_links=Odkaz
+menu_manageStyles=&Spravovat styly
+menu_moveNode=P\u0159esun a t\u0159\u00EDdit
+menu_navigate=Navigovat
+menu_newNode=Nov\u00FD uzel
+menu_node=Uzel
+menu_node_features=Vlastnosti &uzlu
+menu_nodes=&Uzly
+menu_nodeView=J\u00E1dro uzlu
+menu_notes=Pozn\u00E1mka
+menu_noteView=Pozn\u00E1mky
+menu_progress=Ikona pr\u016Fb\u011Bhu (%)
+menu_remove_icons=Odstranit ikony
+menu_removeAttribute=Odstranit atribut
+menu_select=Vyberte
+menu_time=Organizace \u010Dasu
+menu_title=J\u00E1dro uzlu
+menu_toolbars=N\u00E1strojov\u00E9 li\u0161ty
+menu_view=Zobrazit
+menu_viewmode=Nastaven\u00ED zobrazen\u00ED
+MenuUtils.invalid_menuitem={0} nen\u00ED platn\u00E1 polo\u017Eka kl\u00ED\u010De.
+mindmap=Mapa
+MindMapNodesFlavorHandler=Hierarchie uzlu
+mindmaps=Mapy
+mindmaps_desc=Mapa (*.mm)
+mindmaps_filter_desc=Filtry (*.mmfilter)
+MinNodeWidth.text=Nastavte minim\u00E1ln\u00ED \u0161\u00ED\u0159ku uzlu
+mode_Browse=Prohl\u00ED\u017Eec\u00ED re\u017Eim
+mode_File=Re\u017Eim souboru
+mode_MindMap=Re\u017Eim my\u0161lenkov\u00E9 mapy
+mode_na=M\u00F3d nedostupn\u00FD
+mode_status=M\u00F3d zm\u011Bn\u011Bn na {0} M\u00F3d
+mode_title=Freeplane - {0} M\u00F3d
+modes=M\u00F3dy
+ModesMenuAction.Browse.text=Prohl\u00ED\u017Ee\u010D map
+ModesMenuAction.File.text=Spr\u00E1vce soubor\u016F
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Posledn\u00ED soubory
+MoveToRootAction.text=P\u0159esunout do ko\u0159ene
+NameConditionAction.text=Nastavit n\u00E1zev
+NavigationNextMapAction.text=Dal\u0161\u00ED mapa
+NavigationPreviousMapAction.text=P\u0159ede\u0161l\u00E1 mapa
+new=&Nov\u00FD
+new_map_from_user_templates.text=Nov\u00E1 mapa ze \u0161ablony...
+new_mindmap=Nov\u00E1 mapa
+new_node=Nov\u00FD uzel
+new_node_as_sibling_not_possible_for_the_root=Nem\u016F\u017Eete vlo\u017Eit nov\u00FD uzel na stejnou \u00FArove\u0148 jako je ko\u0159en
+new_version_available=Dostupn\u00E1 nov\u00E1 verze ''{0}''
+NewChildAction.text=Nov\u00FD poduzel
+NewerFileRevisionsFoundDialog.cancel=P\u0159e&sko\u010Dit
+NewerFileRevisionsFoundDialog.cancel.tooltip=Neotv\u00EDrejte tento soubor
+NewerFileRevisionsFoundDialog.file_last_modified=\u010Casov\u00E1 zna\u010Dka
+NewerFileRevisionsFoundDialog.file_name=Soubor
+NewerFileRevisionsFoundDialog.file_size=bajt\u016F
+NewerFileRevisionsFoundDialog.open=&Otev\u0159\u00EDt
+NewerFileRevisionsFoundDialog.open.tooltip=Otev\u0159ete soubor, i kdy\u017E by mohl b\u00FDt zastaral\u00FD
+NewerFileRevisionsFoundDialog.question=Nalezeny nov\u011Bj\u0161\u00ED revize {0}!
+NewerFileRevisionsFoundDialog.restore=Obn&ovit
+NewerFileRevisionsFoundDialog.restore.tooltip=Nahradit {0} za {1}
+NewerFileRevisionsFoundDialog.title=Nalezeny nov\u011Bj\u0161\u00ED revize soubor\u016F!
+NewFreeNodeAction.text=Nov\u00FD voln\u00FD uzel
+NewLevelStyleAction.text=P\u0159idat \u00FArove\u0148 stylu
+newmap.install.addon.question={0} se zd\u00E1 b\u00FDt bal\u00ED\u010Dek s dopl\u0148kem\nChcete jej nainstalovat?\n(Zvolte "Ne" pro norm\u00E1ln\u00ED spu\u0161t\u011Bn\u00ED.)
+newmap.install.addon.title=Nainstalovat dopln\u011Bk?
+NewMapAction.text=&Nov\u00E1 mapa
+NewMapViewAction.text=Vytvo\u0159it kopii mapy
+NewParentNode.text=Nov\u00FD nad\u0159azen\u00FD uzel
+NewParentNode.tooltip=<html>V\u0161echny vybran\u00E9 uzly budou p\u0159i\u0159azen\u00E9 nov\u00E9mu nad\u0159azen\u00E9mu uzlu.</html>
+NewPreviousSiblingAction.text=Nov\u00FD uzel na stejn\u00E9 \u00FArovni nad
+NewSiblingAction.text=Nov\u00FD uzel na stejn\u00E9 \u00FArovni pod
+NewSummaryAction.text=Nov\u00FD souhrnn\u00FD uzel (vybran\u00E9 uzly)
+NewUserStyleAction.text=Nov\u00FD styl z v\u00FDb\u011Bru
+NextNodeAction.BACK.text=J\u00EDt na p\u0159edchoz\u00ED uzel
+NextNodeAction.BACK_N_FOLD.text=J\u00EDt na p\u0159edchoz\u00ED uzel (slo\u017Eit)
+NextNodeAction.FORWARD.text=J\u00EDt na dal\u0161\u00ED uzel
+NextNodeAction.FORWARD_N_FOLD.text=Goto dal\u0161\u00ED uzel (slo\u017Eit)
+NextPresentationItemAction.text=Rozlo\u017Eit dal\u0161\u00ED polo\u017Eku prezentace
+no=Ne
+no_copy_attributes_before_paste_attributes=Nem\u016F\u017Eete vlo\u017Eit atributy, dokud n\u011Bjak\u00E9 nezkop\u00EDrujete.
+no_format_copy_before_format_paste=Nem\u016F\u017Eete aplikovat form\u00E1t, dokud ho nezkop\u00EDrujete.
+no_found_from=<html>V "{1}" nebyl nalezen \u017E\u00E1dn\u00FD v\u00FDraz <u>{0}</u>.</html>
+no_more_found_from=<html>Od "{1}" u\u017E nebyl nalezen \u017E\u00E1dn\u00FD dal\u0161\u00ED v\u00FDraz <u>{0}</u>.</html>
+no_previous_find=P\u0159edchoz\u00ED nenalezen.
+no_styles_found_in_map=\u017D\u00E1dn\u00E9 styly nenalezeny v map\u011B
+node=Uzel
+node_changed_discard_changes=Zm\u011Bnil(a) jste uzel. Chcete zahodit zm\u011Bny?
+node_is_write_protected=C\u00EDlov\u00FD uzel je chr\u00E1n\u011Bn proti z\u00E1pisu.
+node_location_help=P\u0159eta\u017Een\u00ED zm\u011Bn\u00ED um\u00EDst\u011Bn\u00ED uzlu, Ctrl+ta\u017Een\u00ED zm\u011Bn\u00ED vzd\u00E1lenosti, dvojklik a Ctrl+dvojklik je resetuje.
+node_selector=V\u00FDb\u011Br uzlu
+node_selector_message=Dvojklikem vyberete uzel
+node_styles=Styly uzlu
+NodeBackgroundColorAction.text=Barva pozad\u00ED uzlu...
+NodeColorAction.text=Barva uzlu...
+NodeColorBlendAction.text=M\u00EDsit barvu
+NodeDownAction.text=Uzel dol\u016F
+NodeListAction.text=Naj\u00EDt a nahradit...
+NodeListAction.tooltip=Uk\u00E1\u017Ee v\u0161echny uzly jako prohledateln\u00FD seznam s filtrem vlastnost\u00ED.
+NodeShapeAction.bubble.text=Bublina
+NodeShapeAction.fork.text=Rozdvojen\u00ED
+NodeUpAction.text=Uzel nahoru
+nonboldify_branch=Zru\u0161it tu\u010Dn\u00E9
+nonitalicise_branch=Zru\u0161it kurz\u00EDvu
+normal=Norm\u00E1ln\u00ED
+not_saved_for_link_error=Mapa mus\u00ED b\u00FDt ulo\u017Eena p\u0159ed nastaven\u00EDm odkazu pomoc\u00ED v\u00FDb\u011Bru souboru
+ok=OK
+OKAction.text=OK
+OpenAction.text=Otev\u0159\u00EDt...
+OpenPathAction.text=Open File[translate me]
+option_changes_may_require_restart=Pro projeven\u00ED zm\u011Bn budete pravd\u011Bpodobn\u011B muset restartovat Freeplane.
+OptionPanel.absolute=Absolutn\u00ED
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatick\u00E9 rozvr\u017Een\u00ED vzor\u016F
+OptionPanel.antialias=Vyhlazov\u00E1n\u00ED
+OptionPanel.antialias.tooltip=<html>Stanovuje kvalitu mapy. V\u00EDce vyhlazov\u00E1n\u00ED pot\u0159ebuje v\u00EDce \u010Dasu.</html>
+OptionPanel.antialias_all=Vyhlazovat v\u0161e
+OptionPanel.antialias_edges=Vyhlazovat hrany
+OptionPanel.antialias_none=\u017D\u00E1dn\u00E9 vyhlazov\u00E1n\u00ED
+OptionPanel.Appearance=Vzhled
+OptionPanel.ar=Ar
+OptionPanel.as_parent=Jako rodi\u010D
+OptionPanel.automatic=Automaticky
+OptionPanel.automaticFormat_level=Styly automatick\u00E9ho rozvr\u017Een\u00ED
+OptionPanel.automaticFormat_level1=Form\u00E1t ko\u0159enov\u00E9ho uzlu
+OptionPanel.automaticFormat_level2=Form\u00E1t uzlu 1. \u00FArovn\u011B
+OptionPanel.Behaviour=Chov\u00E1n\u00ED
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.Cancel=Storno
+OptionPanel.childpattern=Vzor potomka
+OptionPanel.childpattern.tooltip=Vybran\u00FD vzor je aplikov\u00E1n na v\u0161echny potomky.
+OptionPanel.clear_all_setters=P\u0159epnout v\u0161e
+OptionPanel.clear_all_setters.tooltip=Zapne, nebo vypne ve\u0161ker\u00E9 indikace zm\u011Bn.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Kombinovan\u00E9
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Defaultn\u00ED
+OptionPanel.default_browser_command_mac=P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D pro Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> a MAC:</html>
+OptionPanel.default_browser_command_other_os=P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D u ostatn\u00EDch OS
+OptionPanel.default_browser_command_other_os.tooltip=<html>To je typicky Linux:</html>
+OptionPanel.default_browser_command_windows_9x=P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D u Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Pro Windows (znaky "" jsou nutn\u00E9 kv\u016Fli odkaz\u016Fm, kter\u00E9 maj\u00ED "=" v URL).</html>
+OptionPanel.default_browser_command_windows_nt=P\u0159\u00EDkaz pro defaultn\u00ED prohl\u00ED\u017Ee\u010D u Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Pro Windows (znaky "" jsou nutn\u00E9 kv\u016Fli odkaz\u016Fm, kter\u00E9 maj\u00ED "=" v URL).</html>
+OptionPanel.Defaults=P\u0159ednastaven\u00ED
+OptionPanel.delete_automatic_saves_at_exit=Smazat automatick\u00E9 ulo\u017Een\u00ED p\u0159i ukon\u010Den\u00ED
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Zda maj\u00ED b\u00FDt soubory smazan\u00E9 automaticky p\u0159i norm\u00E1ln\u00EDm ukon\u010Den\u00ED Freeplaneu.</html>
+OptionPanel.disable_cursor_move_paper=Zak\u00E1zat kurzoru v pohybu pap\u00EDru
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Neukazovat 'move' kurzor p\u0159i tah\u00E1n\u00ED pap\u00EDru.</html>
+OptionPanel.edgecolor=Barva hrany
+OptionPanel.edgecolor.tooltip=Vlastnost hrany nad\u0159azen\u00E9ho uzlu (je tak\u00E9 aplikovan\u00E1 na v\u0161echny potomky)
+OptionPanel.edgestyle=Styl hrany
+OptionPanel.edgestyle.tooltip=Vlastnost hrany nad\u0159azen\u00E9ho uzlu (je tak\u00E9 aplikovan\u00E1 na v\u0161echny potomky)
+OptionPanel.edgewidth=\u0160\u00ED\u0159ka hrany
+OptionPanel.edgewidth.tooltip=Vlastnost hrany na rodi\u010Dovsk\u00FD uzel (je tak\u00E9 aplikovan\u00E9 na v\u0161echny potomky)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Enter defaultn\u011B potvrzuje
+OptionPanel.el__max_default_window_height=Maxim\u00E1ln\u00ED defaultn\u00ED v\u00FD\u0161ka okna
+OptionPanel.el__max_default_window_width=Maxim\u00E1ln\u00ED defaultn\u00ED \u0161\u00ED\u0159ka okna
+OptionPanel.el__min_default_window_height=Minim\u00E1ln\u00ED defaultn\u00ED v\u00FD\u0161ka okna
+OptionPanel.el__min_default_window_width=Minim\u00E1ln\u00ED defaultn\u00ED \u0161\u00ED\u0159ka okna
+OptionPanel.el__position_window_below_node=Pozice okna pod uzlem
+OptionPanel.en=En
+OptionPanel.Environment=Prost\u0159ed\u00ED
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Experiment\u00E1ln\u00ED zamyk\u00E1n\u00ED souboru
+OptionPanel.experimental_file_locking_on.tooltip=<html> Experiment\u00E1ln\u00ED vlastnost</html>
+OptionPanel.export_icons_in_html=Exportovat ikony do HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Zda HTML exportovan\u00E9 z Freeplaneu m\u00E1 obsahovat ikony. Probl\u00E9m s ikonami je, \u017Ee docela \u010Dasto odkazy na ikony nebudou nalezeny v exportovan\u00E9m HTML.</html>
+OptionPanel.Files=Soubory
+OptionPanel.first=Prvn\u00ED
+OptionPanel.foldingsymbolwidth=\u0160\u00ED\u0159ka symbolu pro skl\u00E1d\u00E1n\u00ED
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u0160\u00ED\u0159ka kruhu ozna\u010Duj\u00EDc\u00EDho skl\u00E1d\u00E1n\u00ED</html>
+OptionPanel.formula_disable_caching=Zak\u00E1zat mezipam\u011B\u0165 vzorc\u016F
+OptionPanel.formula_disable_plugin=Zak\u00E1zat v\u00FDpo\u010Det vzorec\u016F
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.grid_size=Velikost m\u0159\u00ED\u017Eky
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Skr\u00FDt hranu
+OptionPanel.highlight_formulas=Zv\u00FDraznit vzorce
+OptionPanel.horizontal=Horizont\u00E1ln\u011B
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Na z\u00E1klad\u011B nadpis\u016F
+OptionPanel.html_export_fold_all=Slo\u017Eit v\u0161e
+OptionPanel.html_export_fold_currently_folded=Slo\u017Eit aktu\u00E1ln\u011B slo\u017Een\u00E9
+OptionPanel.html_export_folding=Skl\u00E1d\u00E1n\u00ED p\u0159i exportu do HTML
+OptionPanel.html_export_no_folding=Bez skl\u00E1d\u00E1n\u00ED
+OptionPanel.hu=Hu
+OptionPanel.ic_disable=Zak\u00E1zat
+OptionPanel.ic_file=Pou\u017Eit\u00ED disku
+OptionPanel.ic_ram=V RAM
+OptionPanel.icon=Ikona
+OptionPanel.icon.tooltip=Pokud se aplikuje, dan\u00FD uzel bude m\u00EDt p\u0159esn\u011B tuto ikonu.
+OptionPanel.icons.list=Seznam standardn\u00EDch ikon
+OptionPanel.id=Id[translate me]
+OptionPanel.IGNORE=Ned\u011Blat nic
+OptionPanel.image_cache=pro obr\u00E1zky
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Kl\u00E1vesov\u00E9 zkratky
+OptionPanel.ko=Kr
+OptionPanel.label_font_size=Velikost p\u00EDsma
+OptionPanel.language=Jazyk
+OptionPanel.language.tooltip=<html>Toto je jazyk, kter\u00FD by m\u011Bl b\u00FDt pou\u017Eit\u00FD v programu. P\u0159i nastaven\u00ED na 'Automaticky' se vybere aktu\u00E1ln\u00ED jazyk u\u017Eivatele. </html>
+OptionPanel.last=Posledn\u00ED
+OptionPanel.last_opened_list_length=D\u00E9lka seznamu naposledy otev\u0159en\u00FDch map
+OptionPanel.layout_map_on_text_change.tooltip=Zak\u00E1zat pro lep\u0161\u00ED v\u00FDkon
+OptionPanel.linear=Line\u00E1rn\u00ED
+OptionPanel.links=Odkazy
+OptionPanel.links.tooltip=<html>Nastavte odkazy bu\u010Fto relativn\u00ED, nebo absolutn\u00ED</html>
+OptionPanel.load_folding=P\u0159i na\u010D\u00EDt\u00E1n\u00ED
+OptionPanel.load_folding_from_map_default_fold_all=Na\u010D\u00EDst z mapy nebo slo\u017Eit v\u0161e
+OptionPanel.load_folding_from_map_default_unfold_all=Na\u010D\u00EDst z mapy nebo rozvinout v\u0161e
+OptionPanel.load_last_map=Automaticky otev\u0159e posledn\u00ED mapu
+OptionPanel.load_last_map.tooltip=<html>P\u0159i startu Freeplaneu se automaticky otev\u0159e naposledy otev\u0159en\u00E1 mapa.</html>
+OptionPanel.load_last_maps=Na\u010D\u00EDst v\u0161echny posledn\u00ED mapy
+OptionPanel.lookandfeel=Vzhled a t\u00E9ma
+OptionPanel.lookandfeel.tooltip=<html>Vzhled a t\u00E9ma k pou\u017Eit\u00ED.'metal', 'windows', 'motif', 'gtk' jsou podporovan\u00E9, 'mac' je dostupn\u00FD pouze na MacOS. default znamen\u00E1, \u017Ee je pou\u017Eit\u00FD vzhled dan\u00E9 platformy. Pokud chcete d\u00E1t sv\u016Fj vlastn\u00ED vzhled, vlo\u017Ete n\u00E1zev t\u0159\u00EDdy a zajist\u011Bte, \u017Ee odpov\u00EDdaj\u00EDc\u00ED jar soubor(y) jsou nahran\u00E9. Kdy\u017E nastanou n\u011Bjak\u00E9 probl\u00E9my se vzhledem, vyberte 'nothing'. To funguje pro aplety.</html>
+OptionPanel.lt=Litev\u0161tina / kalba
+OptionPanel.max_displayed_node_count=Maxim\u00E1ln\u00ED po\u010Det zobrazen\u00FDch uzl\u016F
+OptionPanel.max_image_width=Max v\u00FDchoz\u00ED \u0161\u00ED\u0159ka obrazu
+OptionPanel.max_image_width.tooltip=Nov\u00E9 obr\u00E1zky jsou zmen\u0161eny na tuto \u0161\u00ED\u0159ku 
+OptionPanel.max_menu_item_count=Maxim\u00E1ln\u00ED po\u010Det polo\u017Eek menu
+OptionPanel.max_node_width=Maxim\u00E1ln\u00ED \u0161\u00ED\u0159ka uzlu
+OptionPanel.max_node_width.tooltip=<html>Defaultn\u00ED maxim\u00E1ln\u00ED \u0161\u00ED\u0159ka uzlu v pixelech</html>
+OptionPanel.metal=Kov
+OptionPanel.min_node_width=Min. \u0161\u00ED\u0159ka uzlu
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb[translate me]
+OptionPanel.never_save_folding=Nikdy
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Barva pozad\u00ED uzlu
+OptionPanel.nodebackgroundcolor.tooltip=Barva pozad\u00ED uzlu, kdy\u017E nen\u00ED vybr\u00E1n.
+OptionPanel.nodecolor=Barva uzlu
+OptionPanel.nodecolor.tooltip=Barva textu uzlu, kdy\u017E nen\u00ED vybr\u00E1n.
+OptionPanel.nodefontbold=Tlust\u00E9 p\u00EDsmo uzlu
+OptionPanel.nodefontitalic=Kurz\u00EDva
+OptionPanel.nodefontname=P\u00EDsmo uzlu
+OptionPanel.nodefontsize=Velikost p\u00EDsma uzlu
+OptionPanel.nodeformat=Form\u00E1t
+OptionPanel.nodenumbering=\u010C\u00EDslov\u00E1n\u00ED uzl\u016F
+OptionPanel.nodeshape=Style uzlu
+OptionPanel.nodeshape.tooltip=Style uzlu
+OptionPanel.nodetext=Text uzlu
+OptionPanel.nodetext.tooltip=Zde m\u016F\u017Eete definovat test uzlu. Dosavadn\u00ED text se odstran\u00ED, kdy\u017E je takov\u00FD vzor aplikov\u00E1n.
+OptionPanel.nothing=Nic
+OptionPanel.number_format=Standardn\u00ED \u010D\u00EDseln\u00FD form\u00E1t
+OptionPanel.number_of_different_files_for_automatic_save=Po\u010Det rozd\u00EDlov\u00FDch soubor\u016F pro automatick\u00E9 ukl\u00E1d\u00E1n\u00ED
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Po\u010Det r\u016Fzn\u00FDch soubor\u016F, mezi kter\u00FDmi se cykluje p\u0159i automatick\u00E9m ukl\u00E1d\u00E1n\u00ED.</html>
+OptionPanel.OK=Ulo\u017Eit
+OptionPanel.org.freeplane.plugin.bugreport.allowed=V\u017Edy odes\u00EDlat
+OptionPanel.org.freeplane.plugin.bugreport.denied=Nikdy neodes\u00EDlat
+OptionPanel.outline_hgap=Vodorovn\u00E1 vzd\u00E1lenost
+OptionPanel.outline_vgap=Svisl\u00E1 vzd\u00E1lenost
+OptionPanel.paint_connectors_behind=Konektory vykresleny pod uzly
+OptionPanel.PASTE_HTML=Vlo\u017Eit jako HTML
+OptionPanel.PASTE_PLAIN_TEXT=Vlo\u017Eit jako prost\u00FD text
+OptionPanel.patternname=N\u00E1zev
+OptionPanel.patternname.tooltip=Unik\u00E1tn\u00ED jm\u00E9no vzoru
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Um\u00EDstit nov\u00E9 v\u011Btve
+OptionPanel.placenewbranches.tooltip=<html>Kde um\u00EDstit nov\u00E9 v\u011Btve. Platn\u00E9 hodnoty jsou 'first' a 'last'. </html>
+OptionPanel.plugins=Pluginy
+OptionPanel.presentation_mode=Prezenta\u010Dn\u00ED re\u017Eim
+OptionPanel.printonwhitebackground=<html>B\u00EDl\u00E9 pozad\u00ED pro tisk</html>
+OptionPanel.printonwhitebackground.tooltip=<html>V\u017Edy pou\u017E\u00EDvejte b\u00EDl\u00E9 pozad\u00ED pro tisk</html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.RECT=Obd\u00E9ln\u00EDk
+OptionPanel.relative=Relativn\u00ED
+OptionPanel.remind_use_rich_text_in_new_nodes=Pou\u017E\u00EDt form\u00E1tovan\u00FD text pro vlo\u017Een\u00E9 uzly
+OptionPanel.remove_notes_without_question=Odstranit pozn\u00E1mky bez dotazu?
+OptionPanel.resources_use_default_font_for_notes_too=Pou\u017E\u00EDt v\u00FDchoz\u00ED font tak\u00E9 pro pozn\u00E1mky
+OptionPanel.revision_color=Barva revize
+OptionPanel.revision_color.tooltip=Barva pozad\u00ED pro zm\u011Bn\u011Bn\u00E9 uzly.
+OptionPanel.ROUND_RECT=Zaoblen\u00FD obd\u00E9ln\u00EDk
+OptionPanel.ru=Ru
+OptionPanel.save_folding=Ulo\u017Eit, skl\u00E1d\u00E1n\u00ED
+OptionPanel.save_folding_if_map_is_changed=Pokud je mapa zm\u011Bn\u011Bna
+OptionPanel.save_modification_times=Ulo\u017Eit \u010Das zm\u011Bny
+OptionPanel.scrollbar_increment=Speed[translate me]
+OptionPanel.scrolling_speed=Rychlost automatick\u00E9ho rolov\u00E1n\u00ED
+OptionPanel.selection_method=Metoda v\u00FDb\u011Bru
+OptionPanel.selection_method.tooltip=<html> n\u00E1sleduj\u00EDc\u00EDm p\u0159ep\u00EDna\u010Dem m\u016F\u017Eete zapnout/vypnout opo\u017Ed\u011Bn\u00E9 schema v\u00FDb\u011Bru. Automatick\u00E9 nastaven\u00ED. Nemodifikujte, proto\u017Ee stejn\u011B bude ulo\u017Eeno do auto.properties.</html>
+OptionPanel.selection_method_by_click=Na kliknut\u00ED
+OptionPanel.selection_method_delayed=Za chv\u00EDli
+OptionPanel.selection_method_direct=P\u0159\u00EDmo
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Vzory
+OptionPanel.separator.anti_alias=Vyhlazov\u00E1n\u00ED
+OptionPanel.separator.attributes=Atributy
+OptionPanel.separator.automatic_save=Automatick\u00E9 ukl\u00E1d\u00E1n\u00ED
+OptionPanel.separator.behaviour=Chov\u00E1n\u00ED
+OptionPanel.separator.browser=Prohl\u00ED\u017Ee\u010D
+OptionPanel.separator.cache=Mezipam\u011B\u0165
+OptionPanel.separator.CloudControls=Mraky
+OptionPanel.separator.commands_for_the_program=P\u0159\u00EDkazy pro program
+OptionPanel.separator.connectors=Konektory
+OptionPanel.separator.default_colors=Defaultn\u00ED barvy
+OptionPanel.separator.default_fonts=Defaultn\u00ED p\u00EDsma
+OptionPanel.separator.default_styles=Defaultn\u00ED styly
+OptionPanel.separator.EdgeControls=Hrany
+OptionPanel.separator.edit_long_node_window=Editovat v dialogu
+OptionPanel.separator.editing=Nastaven\u00ED editoru
+OptionPanel.separator.files=Soubory
+OptionPanel.separator.General=V\u0161eobecn\u00E9
+OptionPanel.separator.html_export=Export Html
+OptionPanel.separator.html_import=Import Html
+OptionPanel.separator.hyperlink_types=Typy hyperlink\u016F
+OptionPanel.separator.icon_properties=Ikony
+OptionPanel.separator.initial_map_size=\u00DAvodn\u00ED velikost mapy
+OptionPanel.separator.key_typing=Key Typing TODO: translate
+OptionPanel.separator.language=Jazyk
+OptionPanel.separator.look_and_feel=Vzhled a t\u00E9ma
+OptionPanel.separator.new_node_commands=P\u0159\u00EDkazy nov\u00E9ho uzlu
+OptionPanel.separator.node_editing_commands=P\u0159\u00EDkazy pro \u00FApravu uzl\u016F
+OptionPanel.separator.node_navigation_commands=P\u0159\u00EDkazy pro navigaci
+OptionPanel.separator.NodeColors=Barvy uzlu
+OptionPanel.separator.NodeFont=P\u00EDsmo uzlu
+OptionPanel.separator.other_defaults=Ostatn\u00ED defaultn\u00ED nastaven\u00ED
+OptionPanel.separator.others=Jin\u00E1 nav\u00E1z\u00E1n\u00ED kl\u00E1ves
+OptionPanel.separator.patterns=Vzory
+OptionPanel.separator.save=Ulo\u017Eit
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=Metoda v\u00FDb\u011Bru
+OptionPanel.separator.undo=Zp\u011Bt
+OptionPanel.set_property_text=Zm\u011Bna
+OptionPanel.set_property_text.tooltip=Empty: Nedot\u00FDkat se; Minus=Odstranit vlastnost (nastav\u00ED defaultn\u00ED hodnoty); Plus=Zm\u011Bnit vlastnost
+OptionPanel.sharp_bezier=ostr\u00FD bezier
+OptionPanel.sharp_linear=ostr\u00FD line\u00E1rn\u00ED
+OptionPanel.show_icon_for_attributes=Ukazovat ikonu atribut\u016F
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=Standardn\u00ED barva pozad\u00ED
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standardn\u00ED barva pozad\u00ED v html notaci </html>
+OptionPanel.standardcloudcolor=Standardn\u00ED barva oblaku
+OptionPanel.standardcloudcolor.tooltip=<html>Standardn\u00ED barva oblaku v html notaci </html>
+OptionPanel.standardcloudestyle=Standardn\u00ED styl oblaku
+OptionPanel.standardcloudestyle.tooltip=<html>Standardn\u00ED styl oblaku.</html>
+OptionPanel.standarddrawrectangleforselection=Zobrazit vybran\u00E9 uzly v bublin\u00E1ch
+OptionPanel.standardlinkcolor=Standardn\u00ED barva odkazu
+OptionPanel.standardlinkcolor.tooltip=<html>Standardn\u00ED barva odkazu v html notaci </html>
+OptionPanel.standardlinkestyle=Standard styl odkazu
+OptionPanel.standardlinkestyle.tooltip=<html>Standardn\u00ED styl odkazu. Aktu\u00E1ln\u011B je podporov\u00E1n jen 'bezier'.</html>
+OptionPanel.standardselectednodecolor=Standardn\u00ED barva vybran\u00E9ho uzlu
+OptionPanel.standardselectednodecolor.tooltip=<html>Standardn\u00ED barva vybran\u00E9ho uzlu v notaci HTML (#RRGGBB v hexa hodnot\u00E1ch)  </html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Interval automatick\u00E9ho ukl\u00E1d\u00E1n\u00ED
+OptionPanel.time_for_automatic_save.tooltip=<html> Interval mezi dv\u011Bma n\u00E1sleduj\u00EDc\u00EDmi automatick\u00FDmi akcemi ulo\u017Een\u00ED (v msec): Pro vypnut\u00ED automatick\u00E9ho ukl\u00E1d\u00E1n\u00ED zadejte \u010D\u00EDslo 2000000000.</html>
+OptionPanel.time_for_delayed_selection=\u010Cas pro opo\u017Ed\u011Bn\u00FD v\u00FDb\u011Br
+OptionPanel.time_for_delayed_selection.tooltip=<html> \u010Casov\u00E9 zpo\u017Ed\u011Bn\u00ED v\u00FDb\u011Bru uzlu p\u0159i najet\u00ED my\u0161i (v msec). Zm\u011B\u0148te hodnotu na 1, pokud chcete p\u0159\u00EDm\u00FD v\u00FDb\u011Br p\u0159i najet\u00ED my\u0161i.</html>
+OptionPanel.toolTipManager.max_tooltip_width=\u0160\u00ED\u0159ka tooltipu #FIXME
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Defaultn\u00ED \u0161\u00ED\u0159ka tooltipu v pixelech.</html>
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Nedefinovan\u00E9 p\u00EDsmo
+OptionPanel.undo_levels=\u00DArovn\u011B zp\u011Bt
+OptionPanel.undo_levels.tooltip=<html>Ur\u010Duje kolik krok\u016F zp\u011Bt je ulo\u017Eeno a m\u016F\u017Ee b\u00FDt vr\u00E1ceno pomoc\u00ED "Zp\u011Bt".</html>
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Speed[translate me]
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Nastaven\u00ED tisku...
+PasteAction.text=Vlo\u017Eit
+PatternNewNameProperty=Nov\u00FD vzor
+PatternToString.backgroundColor=Barva pozad\u00ED
+PatternToString.color=Barva
+PatternToString.EdgeStyle=Styl hrany
+PatternToString.EdgeWidth=Tlou\u0161\u0165ka hrany
+PatternToString.FontBold=Tu\u010Dn\u011B
+PatternToString.FontName=Font Name[translate me]
+PatternToString.Icon=Ikona
+PatternToString.NodeFontSize=Velikost p\u00EDsma
+plugins/ScriptEditor.exit=Konec
+plugins/ScriptEditor.menu_actions=Akce
+plugins/ScriptEditor.new_script=New Script[translate me]
+plugins/ScriptEditor.run=Spustit
+plugins/ScriptEditor/window.Result=V\u00FDsledek:
+plugins/ScriptEditor/window.title=Editor skriptu
+plugins/TimeList.xml_Created=Vytvo\u0159eno
+plugins/TimeList.xml_Date=Datum
+plugins/TimeList.xml_Icons=Ikony
+plugins/TimeList.xml_Modified=Zm\u011Bn\u011Bno
+plugins/TimeList.xml_Notes=Pozn\u00E1mky
+plugins/TimeList.xml_Text=Text
+plugins/TimeManagement.xml_appendButton=P\u0159idat datum vybran\u00FDm uzl\u016Fm
+plugins/TimeManagement.xml_Cancel=Storno
+plugins/TimeManagement.xml_cancelButton=Storno
+plugins/TimeManagement.xml_closeButton=Zav\u0159\u00EDt
+plugins/TimeManagement.xml_Export=Exportovat vybran\u00E9 uzly
+plugins/TimeManagement.xml_Find=Naj\u00EDt
+plugins/TimeManagement.xml_Goto=J\u00EDt na
+plugins/TimeManagement.xml_hour=Hodina:
+plugins/TimeManagement.xml_menu_actions=Akce
+plugins/TimeManagement.xml_minute=Minuta:
+plugins/TimeManagement.xml_reminderButton=Upozornit ve vybran\u00E9 datum
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Moment\u00E1ln\u011B m\u016F\u017Ee b\u00FDt nastaven pouze jeden \u010Dasova\u010D na uzel. <br>Aktu\u00E1ln\u00ED \u010Dasova\u010D je nastaven na {0,date} {0,time}, Va\u0161e volba byla {1,date} {1,time}. <br><br>P\u0159ejete si zm\u011Bnit \u010Dasova\u010D uzlu (ANO), <br>nebo si p\u0159ejete pou\u017E\u00EDt st\u00E1vaj\u00EDc\u00ED (NE)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Upozorn\u011Bn\u00ED napl\u00E1nov\u00E1no na {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Odstranit \u010Dasova\u010D
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Odstran\u00ED \u010Dasova\u010De p\u0159i\u0159azen\u00E9 vybran\u00FDm uzl\u016Fm.
+plugins/TimeManagement.xml_Replace=Nahradit
+plugins/TimeManagement.xml_Replace_All=Nahradit v\u0161e
+plugins/TimeManagement.xml_Replace_Selected=Nahradit vybran\u00E9
+plugins/TimeManagement.xml_Select=Vybrat
+plugins/TimeManagement.xml_todayButton=Dnes
+plugins/TimeManagement.xml_WindowTitle=Time Management
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Naj\u00EDt a nahradit
+preferences=Nastaven\u00ED
+PrintDirectAction.text=Tisk
+printing_settings=Nastaven\u00ED tisku
+PrintPreviewAction.text=N\u00E1hled tisku...
+PropertyAction.text=Mo\u017Enosti ...
+QuitAction.text=Konec
+read_only=Pouze ke \u010Dten\u00ED
+RedoAction.text=Znovu
+RedoFilterAction.text=Znovu
+ReminderHookAction.text=Odstranit \u010Dasova\u010D
+ReminderHookAction.tooltip=Odstran\u00ED p\u0159ipomenut\u00ED z uzlu.
+RemoveAllIconsAction.text=Odebrat v\u0161echny ikony
+RemoveIconAction.text=Odebrat posledn\u00ED ikonu
+repair_link=Opravit odkaz
+repair_link_question=Nem\u016F\u017Eu na\u010D\u00EDst odkazovanou mapu. Chcete opravit odkaz manu\u00E1ln\u011B?
+replace=Nahradit
+ResetNodeLocationAction.text=Resetovat pozici
+save_failed=Pokus ulo\u017Eit soubor mapy {0} selhal.
+save_unsaved=Ulo\u017Eit n\u00E1sleduj\u00EDc\u00ED mapu? :
+SaveAction.text=Ulo\u017Eit
+SaveAll.text=Ulo\u017Eit v\u0161e
+SaveAll.tooltip=Ulo\u017Eit v\u0161echny otev\u0159en\u00E9 mapy.
+SaveAsAction.text=Ulo\u017Eit jako...
+saved=Ulo\u017Eeno
+scheme_evaluate=Vyhodnotit!
+ScriptEditor.text=Editor skriptu...
+ScriptEditor.tooltip=Umo\u017En\u00ED ps\u00E1t v\u011Bt\u0161\u00ED skripty uvnit\u0159 Freeplaneu.
+ScriptEditorPanel.changed_cancel=Skripty byly zm\u011Bn\u011Bny. Opravdu chcete zahodit zm\u011Bny?
+select_favorites_folder=Vyberte slo\u017Eku, kde m\u00E1te sv\u00E9 obl\u00EDben\u00E9 z\u00E1lo\u017Eky
+select_folder_for_importing=Vyberte slo\u017Eku pro import
+SelectAllAction.text=Vybrat v\u0161e viditeln\u00E9
+SelectBranchAction.text=Vybrat viditelnou v\u011Btev
+selection_method_by_click=V\u00FDb\u011Br kliknut\u00EDm
+selection_method_delayed=Opo\u017Ed\u011Bn\u00FD automatick\u00FD v\u00FDb\u011Br
+selection_method_direct=V\u00FDb\u011Br uk\u00E1z\u00E1n\u00EDm
+SelectNoteAction.text=P\u0159epnout editor pozn\u00E1mek
+SelectNoteAction.tooltip=P\u0159epnout se z/do okna s pozn\u00E1mkou
+SetImageByFileChooserAction.text=Nastavit obr\u00E1zek (V\u00FDb\u011Br souboru k nav\u00E1z\u00E1n\u00ED)...
+SetLinkByFileChooserAction.text=Nastavit odkaz (V\u00FDb\u011Brem souboru)...
+SetLinkByTextFieldAction.text=Nastavit odkaz (Zad\u00E1n\u00EDm)...
+ShowAllAttributesAction.text=Uk\u00E1zat v\u0161echny atributy
+ShowAncestorsAction.text=Uk\u00E1zat p\u0159edch\u016Fdce
+ShowAttributeDialogAction.text=Mana\u017Eer atribut\u016F...
+ShowDescendantsAction.text=Uk\u00E1zat n\u00E1sledovn\u00EDky
+ShowHideNoteAction.text=Uk\u00E1zat/schovat okno s pozn\u00E1mkou
+ShowHideNoteAction.tooltip=Menu zkratka pro mal\u00E9 \u0161ipky na rozd\u011Blen\u00E9 \u0159\u00E1dce.
+ShowSelectedAttributesAction.text=Uk\u00E1zat vybran\u00E9 atributy
+simplyhtml.aboutFrameTitle=O aplikaci
+simplyhtml.alignCenter=na st\u0159ed
+simplyhtml.alignLabel=Zarovn\u00E1n\u00ED:
+simplyhtml.alignLeft=vlevo
+simplyhtml.alignRight=doprava
+simplyhtml.allCellsRangeLabel=v\u0161echny sloupce
+simplyhtml.allOccurrencesReplaced=V\u0161echny v\u00FDskyty nahrazeny
+simplyhtml.appendTableColLabel=P\u0159idat sloupec
+simplyhtml.appendTableRowLabel=P\u0159idat \u0159\u00E1dek
+simplyhtml.applyCellAttrLabel=Aplikovat na
+simplyhtml.backgroundLabel=Pozad\u00ED:
+simplyhtml.boldItalicName=tu\u010Dn\u00E1 kurz\u00EDva
+simplyhtml.boldName=tu\u010Dn\u011B
+simplyhtml.borderColorLabel=Barva:
+simplyhtml.borderWidthLabel=\u0160\u00ED\u0159ka
+simplyhtml.bottomLabel=dole:
+simplyhtml.cancelBtnName=Storno
+simplyhtml.cellBorderTabLabel=Okraje
+simplyhtml.cellGenTabLabel=V\u0161eobecn\u00E9
+simplyhtml.cellMarginTabLabel=Odstup
+simplyhtml.cellPanelTitle=Form\u00E1t bu\u0148ky
+simplyhtml.clearFormatLabel=Odstranit form\u00E1tov\u00E1n\u00ED
+simplyhtml.clearFormatTip=Odstranit form\u00E1tov\u00E1n\u00ED
+simplyhtml.close=Zav\u0159\u00EDt
+simplyhtml.closeBtnName=Zav\u0159\u00EDt
+simplyhtml.colorLabel=Barva
+simplyhtml.copyLabel=Kop\u00EDrovat
+simplyhtml.copyTip=Kop\u00EDrovat
+simplyhtml.cTagNameHead1=Nadpis 1
+simplyhtml.cTagNameHead2=Nadpis 2
+simplyhtml.cTagNameHead3=Nadpis 3
+simplyhtml.cTagNameHead4=Nadpis 4
+simplyhtml.cTagNameHead5=Nadpis 5
+simplyhtml.cTagNameHead6=Nadpis 6
+simplyhtml.cTagNameLink=Odkaz
+simplyhtml.cTagNameOL=Set\u0159\u00EDd\u011Bn\u00FD seznam
+simplyhtml.cTagNamePara=Odstavec
+simplyhtml.cTagNameUL=Neset\u0159\u00EDd\u011Bn\u00FD seznam
+simplyhtml.cutLabel=Vyjmout
+simplyhtml.cutTip=Vyjmout
+simplyhtml.defaultDocName=Bez_n\u00E1zvu
+simplyhtml.deleteTableColLabel=Smazat sloupec
+simplyhtml.deleteTableRowLabel=Smazat \u0159\u00E1dek
+simplyhtml.docTitleQuery=Nastavit nadpis na:
+simplyhtml.docTitleTitle=Upravit nadpis dokumentu
+simplyhtml.editLabel=Upravit
+simplyhtml.effectLabel=Efekt
+simplyhtml.familyLabel=Rodina
+simplyhtml.findNext=Naj\u00EDt dal\u0161\u00ED...
+simplyhtml.findReplaceDialogTitle=Naj\u00EDt a nahradit
+simplyhtml.findReplaceLabel=Naj\u00EDt a nahradit
+simplyhtml.findReplaceTip=Naj\u00EDt a nahradit
+simplyhtml.fontBoldLabel=Tu\u010Dn\u011B
+simplyhtml.fontBoldTip=P\u0159epnout tu\u010Dn\u00E9
+simplyhtml.fontDialogTitle=Form\u00E1t p\u00EDsma
+simplyhtml.fontItalicLabel=Kurz\u00EDva
+simplyhtml.fontItalicTip=P\u0159epnout kurz\u00EDvu
+simplyhtml.fontLabel=P\u00EDsmo...
+simplyhtml.fontTabLabel=p\u00EDsmo
+simplyhtml.fontTip=Form\u00E1t p\u00EDsma...
+simplyhtml.fontUnderlineLabel=Podtr\u017Een\u00ED
+simplyhtml.fontUnderlineTip=P\u0159epnout podtr\u017Een\u00ED
+simplyhtml.foregroundLabel=Pop\u0159ed\u00ED:
+simplyhtml.formatLabel=Form\u00E1t
+simplyhtml.formatListLabel=Seznam...
+simplyhtml.formatListTip=Zm\u011Bnit form\u00E1t seznamu
+simplyhtml.formatParaLabel=Odstavec...
+simplyhtml.formatParaTip=Zm\u011Bnit form\u00E1t odstavce
+simplyhtml.formatTableLabel=Tabulka...
+simplyhtml.formatTableTip=Form\u00E1t tabulky
+simplyhtml.helpLabel=N\u00E1pov\u011Bda
+simplyhtml.htmlTabTitle=HTML k\u00F3d
+simplyhtml.imageFileDesc=Soubory s ob\u00E1zkem
+simplyhtml.insertTableColLabel=Vlo\u017Eit sloupec
+simplyhtml.insertTableLabel=Tabulka...
+simplyhtml.insertTableMsg=Kolik sloupc\u016F?
+simplyhtml.insertTableRowLabel=Vlo\u017Eit \u0159\u00E1dek
+simplyhtml.insertTableTitle=Vlo\u017Eit tabulku
+simplyhtml.italicName=kurz\u00EDva
+simplyhtml.layoutTabTitle=Norm\u00E1ln\u00ED pohled
+simplyhtml.leftLabel=vlevo:
+simplyhtml.listDialogTitle=Form\u00E1t seznamu
+simplyhtml.listIndentTitle=Odsazen\u00ED:
+simplyhtml.listPosInside=uvnit\u0159
+simplyhtml.listPositionLabel=Pozice:
+simplyhtml.listPosOutside=vn\u011B
+simplyhtml.listTypeCircle=kulat\u00E1 odr\u00E1\u017Eka
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=symbol souboru jako odr\u00E1\u017Eka
+simplyhtml.listTypeLabel=Typ:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=nic
+simplyhtml.listTypeSquare=\u010Dtvercov\u00E1 odr\u00E1\u017Eka
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Vn\u011Bj\u0161\u00ED
+simplyhtml.matchApproximately.tooltip=<html>Zda povolit p\u0159ibli\u017En\u00E1 porovn\u00E1n\u00ED,<br/>tj. vyhled\u00E1v\u00E1n\u00ED 'files' nalezne 'flies'.</html>
+simplyhtml.matchCase=Rozli\u0161ovat mal\u00E1 a velk\u00E1 p\u00EDsmena
+simplyhtml.matchCase.tooltip=Zda respektovat velikost p\u00EDsmen, kdy\u017E je shoda.
+simplyhtml.newStyleDefaultName=nov\u00FD styl
+simplyhtml.nextTableCellLabel=Dal\u0161\u00ED bu\u0148ka
+simplyhtml.noLineLabel=nic
+simplyhtml.noMoreOccurrencesFound=\u017E\u00E1dn\u00E9 dal\u0161\u00ED v\u00FDskyty nenalezeny
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Vnit\u0159n\u00ED
+simplyhtml.paraAlignCenterLabel=Zarovnat na st\u0159ed
+simplyhtml.paraAlignCenterTip=Nastavit zarovn\u00E1n\u00ED odstavce na st\u0159ed
+simplyhtml.paraAlignLeftLabel=Zarovnat vlevo
+simplyhtml.paraAlignLeftTip=Nastavit lev\u00E9 zarovn\u00E1n\u00ED odstavce
+simplyhtml.paraAlignRightLabel=Zarovnat vpravo
+simplyhtml.paraAlignRightTip=Nastavit prav\u00E9 zarovn\u00E1n\u00ED odstavce
+simplyhtml.paraStyleDialogTitle=Styl odstavce
+simplyhtml.paraTabLabel=Odstavec
+simplyhtml.pasteLabel=Vlo\u017Eit
+simplyhtml.pasteTip=Vlo\u017Eit
+simplyhtml.plainName=b\u011B\u017En\u011B
+simplyhtml.previewLabel=N\u00E1hled
+simplyhtml.previewText=N\u00E1hledu textu
+simplyhtml.prevTableCellLabel=P\u0159edchoz\u00ED bu\u0148ka
+simplyhtml.redoLabel=Znovu
+simplyhtml.redoTip=Vp\u0159ed
+simplyhtml.replace=Nahradit...
+simplyhtml.replaceAll=V\u0161e
+simplyhtml.replaceDone=Hotovo
+simplyhtml.replaceNo=Ne
+simplyhtml.replaceThisQuery=nahradit tento v\u00FDskyt
+simplyhtml.replaceWith=Nahradit s:
+simplyhtml.replaceYes=Ano
+simplyhtml.rightLabel=vpravo:
+simplyhtml.searchDown=Hledat d\u00E1le
+simplyhtml.searchFromStart=Naj\u00EDt od za\u010D\u00E1tku
+simplyhtml.searchUp=Hledat zp\u011Bt
+simplyhtml.selectAllLabel=Vybrat v\u0161e
+simplyhtml.sizeLabel=Velikost
+simplyhtml.standardStyleName=Standard
+simplyhtml.strikeLabel=P\u0159e\u0161krtnut\u00ED
+simplyhtml.styleLabel=Styl
+simplyhtml.styleNameInputText=N\u00E1zev nov\u00E9ho stylu?
+simplyhtml.styleNameInputTitle=Ulo\u017Eit styl
+simplyhtml.tableBgColLabel=Barva pozad\u00ED:
+simplyhtml.tableDialogTitle=Form\u00E1t tabulky
+simplyhtml.tableLabel=Tabulka
+simplyhtml.tablePanelTitle=Form\u00E1t tabulky
+simplyhtml.tableWidthLabel=\u0160\u00ED\u0159ka:
+simplyhtml.textIndentLabel=Odsazen\u00ED:
+simplyhtml.textToFind=Text k nalezen\u00ED:
+simplyhtml.thisCellRangeLabel=tato bu\u0148ka
+simplyhtml.thisColRangeLabel=tento sloupec
+simplyhtml.thisRowRangeLabel=tato \u0159\u00E1dka
+simplyhtml.toggleBulletsLabel=Seznam s odr\u00E1\u017Ekou
+simplyhtml.toggleBulletsTip=Seznam s odr\u00E1\u017Ekou
+simplyhtml.toggleNumbersLabel=\u010C\u00EDslovan\u00FD seznam
+simplyhtml.toggleNumbersTip=\u010C\u00EDslovan\u00FD seznam
+simplyhtml.topLabel=naho\u0159e:
+simplyhtml.uLineLabel=Podtr\u017Een\u00ED
+simplyhtml.unableToOpenFileError=Soubor nem\u016F\u017Ee b\u00FDt otev\u0159en
+simplyhtml.unableToRedoError=Nelze vp\u0159ed:
+simplyhtml.unableToUndoError=Nelze zp\u011Bt:
+simplyhtml.undoLabel=Zp\u011Bt
+simplyhtml.undoTip=Zp\u011Bt
+simplyhtml.valignBaseline=na linku
+simplyhtml.valignBottom=dol\u016F
+simplyhtml.valignLabel=Vertik\u00E1ln\u00ED zarovn\u00E1n\u00ED:
+simplyhtml.valignMiddle=na st\u0159ed
+simplyhtml.valignTop=nahoru
+simplyhtml.wholeWordsOnly=Hledat pouze cel\u00E1 slova
+SortNodes.text=Set\u0159\u00EDdit potomky
+SortNodes.tooltip=Abecedn\u011B set\u0159\u00EDd\u00ED v\u0161echny potomky uzlu.
+split=Rozd\u011Blit
+SplitNode.text=Rozd\u011Blen\u00ED uzlu
+SplitNode.tooltip=<html>Uzel je rozd\u011Blen</html>
+style=Styl
+svg=SVG[translate me]
+TimeListAction.text=Uk\u00E1zat seznam napl\u00E1novan\u00FDch \u010Das\u016F ...
+TimeListAction.tooltip=Uk\u00E1zat v\u0161echny napl\u00E1novan\u00E9 datumy a odpov\u00EDdaj\u00EDc\u00ED uzly.
+TimeManagementAction.text=Uk\u00E1zat kalend\u00E1\u0159 ...
+TimeManagementAction.tooltip=<html>Uk\u00E1\u017Ee modul kalend\u00E1\u0159 od Kaie Toedtera.</html>
+ToggleChildrenFoldedAction.text=(Roz)slo\u017Eit poduzly
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=(Roz)slo\u017Eit
+ToggleLeftToolbarAction.text=P\u0159epnout lev\u00FD panel
+ToggleMenubarAction.text=P\u0159epnout Menu
+ToggleToolbarAction.text=P\u0159epnout Panel n\u00E1stroj\u016F
+undefined_error=Nastala neo\u010Dek\u00E1van\u00E1 chyba. Pros\u00EDme, pokuste se zaslat report o chyb\u011B.
+underline=Podtr\u017Een\u00ED
+underlined=Podtrhnut\u00E9
+UndoAction.text=Zp\u011Bt
+UndoFilterAction.text=Zp\u011Bt
+unfold=Rozlo\u017Eit
+UnfoldAllAction.text=Rozlo\u017Eit v\u0161e
+UnfoldAllAction.tooltip=<html>Rozlo\u017Eit vybran\u00E9 uzly a v\u0161echny jejich poduzly.</html>
+UnfoldOneLevelAction.text=Rozlo\u017Eit jednu \u00FArove\u0148
+UnfoldOneLevelAction.tooltip=Rozlo\u017E\u00ED vybran\u00E9 uzly o jednu \u00FArove\u0148.
+url_error=Toto URL nen\u00ED v po\u0159\u00E1dku!
+url_load_error=Nemohl jsem na\u010D\u00EDst mapu z URL:
+UsePlainTextAction.text=Pou\u017E\u00EDt neform\u00E1tovan\u00FD text
+user_defined_scale=& U\u017Eivatelem definovan\u00E9 m\u011B\u0159\u00EDtko
+user_defined_zoom=U\u017Eivatelsky definov\u00E1no
+user_defined_zoom_status_bar=M\u011Bn\u00EDm p\u0159ibl\u00ED\u017Een\u00ED lupou na hodnotu {0}%.
+user_template_dir=U\u017Eivatelsk\u00E9 \u0161ablony
+user_zoom=Faktor lupy p\u0159i tisku (0.0 - 2.0):
+version_up_to_date=Pou\u017E\u00EDv\u00E1te nejnov\u011Bj\u0161\u00ED verzi programu
+ViewLayoutTypeAction.OUTLINE.text=Zobrazit jako osnovu
+WebDocuAction.text=Webov\u00E1 dokumentace
+width=\u0160\u00ED\u0159ka
+xslt_export.text=Prost\u00FD text
+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 0973c73..3519809 100644
--- a/freeplane/resources/translations/Resources_da.properties
+++ b/freeplane/resources/translations/Resources_da.properties
@@ -1,777 +1,811 @@
-AboutAction.text = Om
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u00C6ndr nodernes format
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u00C6ndr m\u00F8nster
-accessories/plugins/EncryptNode.properties_0 = V\u00E6lg password for krypteret Node
-accessories/plugins/EncryptNode.properties_1 = Passwords er ikke ens eller for korte.
-accessories/plugins/EncryptNode.properties_2 = Indtast Password:
-accessories/plugins/EncryptNode.properties_3 = Gentag Password:
-accessories/plugins/EncryptNode.properties_4 = Indtast dit password.
-accessories/plugins/EncryptNode.properties_5 = <html>Husk, at styrken af krypteringen<br>stort set afh\u00E6nger af kvaliteten p\u00E5 passworded.
-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_select_me = V\u00E6lg mig for at forts\u00E6tte!
-accessories/plugins/EncryptNode.properties_wrong_password = Passwordet er ikke korrekt.
-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_Flash.text = Som Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Eksporerer MindMappen 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>
-add = Tilf\u00F8j
-AddLocalLinkAction.text = Tilf\u00F8j lokalt Hyperlink
-antialias_all = Antialias alt
-antialias_edges = Antialias kanter
-antialias_none = Antialias None[translate me]
-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.
-ApplyNoFilteringAction.text = Ingen filtrering
-as_parent = Som for\u00E6ldre
-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_replace = Erstat med
-attribute_top = Alle kendt attributter for de loadede MindMaps
-attributes_all = Alle atributter
-attributes_attribute = Atributter
-attributes_close = Luk
-attributes_deselect_all = Ingenting
-attributes_dialog_title = Attribute Manager[translate me]
-attributes_edit = Rediger
-attributes_edit_tooltip = Rediger s\u00E6t
-attributes_for_selected = Valgte noder
-attributes_for_visible = Alle synlige noder
-attributes_import = Import
-attributes_import_tooltip = Importer attributter fra de andre loadede maps
-attributes_popup_delete = Slet
-attributes_popup_down = Ned
-attributes_popup_edit = Rediger
-attributes_popup_hide = Skjul
-attributes_popup_new = Ny Atribut
-attributes_popup_optimal_width = Optimal brede
-attributes_popup_up = Op
-attributes_refresh = Opdater
-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_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>
-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.
-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:
-ColorProperty.ResetColor = Reset farve
-combined = Kombineret
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = Kopier
-CreationModificationPluginAction.text = Vis modifikations tidspunkter
-CreationModificationPluginAction.tooltip = <html>Denne funktion holder track p\u00E5 Node oprettelse og modifikations tidspunkter.</html>
-CutAction.text = Klip
-delete = Slet
-delete_child = Slet barn
-DeleteConditionAction.text = Slet
-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]
-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
-EditAttributesAction.text = Rediger Atributter
-EditFilterAction.text = Rediger
-EncryptedMap.text = Opret krypteret mindmap
-EncryptedMap.tooltip = Opretter et nyt krypteret mindmap
-EnterPassword.text = Skift Krypteret / Ukrypteret
-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]
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = Eksport
-ExportPdf.text = Som PDF
-ExportSvg.text = Som SVG
-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]
-file_already_exists = Filen {0} eksisterer allerede. \u00D8nsker du at overskrive den?
-filter = Filter
-filter_add = Tilf\u00F8j
-filter_and = AND
-filter_conditions = Filtre
-filter_contains = Indeholder
-filter_delete = Slet
-filter_dialog = Filter Foraftter
-filter_does_not_exist = Eksisterer ikke
-filter_edit_description = Rediger filter liste
-filter_enter_value = Indtast v\u00E6rdi
-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_no_filtering = Ingen filtrering
-filter_node = Node tekst
-filter_not = NOT
-filter_or = OR
-filter_select = V\u00E6lg
-filter_selected_node_view = For nuv\u00E6rende valgte noder
-find_what = Find hvad
-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]
-FoldAllAction.text = Fold alt
-FoldAllAction.tooltip = <html>Folder den valgte Node og alle dens b\u00F8rn.</html>
-FoldOneLevelAction.text = Fold et niveau
-FoldOneLevelAction.tooltip = <html>Folder den valgte node med et niveau.</html>
-font = Skrifttype
-FontFamilyAction.text = Skrifttype familie
-FontSizeAction.text = Skriftst\u00F8rrelse
-format_menu_edge_styles = Kant stil
-format_menu_edge_widths = Kant bredde
-FormatCopy.text = Kopier format
-FormatCopy.tooltip = <htnl>Kopierer formatet af en Node</html>
-FormatPaste.text = Inds\u00E6t format
-FormatPaste.tooltip = <html>Inds\u00E6tter formatet af en Node.</html>
-Freeplane.progress.buildScreen = Opbygger sk\u00E6rm...
-Freeplane.progress.createController = Opretter Kontroler...
-Freeplane.progress.createInitialMode = Opretter initial mode...
-Freeplane.progress.endStartup = Slut p\u00E5 opstart.
-Freeplane.progress.gettingPreferenceDirectories = Henter preference skuffer...
-Freeplane.progress.gettingPreferences = Henter preferencer...
-Freeplane.progress.loadMaps = Indl\u00E6s Minsmaps...
-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_
-FreeplaneHelpStarter.text = Hj\u00E6lp...
-FreeplaneHelpStarter.tooltip = Freeplane udviddet hj\u00E6lp
-GotoLinkNodeAction.text = G\u00E5 til Link
-GrabKeyDialog.common.cancel = Annuller
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Tildelt til
-GrabKeyDialog.grab-key.assigned-to.none = Er for nuv\u00E6rende ikke tildelt til noget
-GrabKeyDialog.grab-key.clear = Ryd(clear)
-GrabKeyDialog.grab-key.remove = Fjern
-GrabKeyDialog.grab-key.remove-ask = Er du sikker p\u00E5 at du vil fjerne denne tastatur tast
-GrabKeyDialog.grab-key.title = Indtast ny tast
-HideAllAttributesAction.text = Skjul alle atributter
-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]
-icon_button_ok = OK
-icon_calendar = Dato
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_down = Ned
-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_idea = Ide
-icon_info = Info[translate me]
-icon_kmail = E-Mail[translate me]
-icon_korn = Mailbox
-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_smily_bad = Jeg finder det ikke morsomt
-icon_stop-sign = Stop[translate me]
-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]
-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.
-ImportAction.text = Import
-ImportLinkedBranchAction.text = Linked Branch[translate me]
-ImportLinkedBranchWithoutRootAction.text = Import uden rod
-ImportMindmanagerFiles.text = MindManager X5 Map...
-ItalicAction.text = Kursiv
-italicise_branch = Italicise[translate me]
-JoinNodesAction.text = Join Nodes[translate me]
-less_than_two_selected_nodes = Du skal v\u00E6lge mindst to Noder fo at f\u00E5 links.
-license = License[translate me]
-link_not_available_any_more = Linket er ikke gyldigt mere. Noden er blevet slettet.
-link_not_found = Link {0} 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.
-menu_attributes = Atributter
-menu_extras = V\u00E6rkt\u00F8jer
-menu_file_import = Import
-menu_filter = Filter[translate me]
-menu_format = Formater
-menu_insert = Inds\u00E6t
-menu_navigate = Naviger
-menu_view = Vis
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-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
-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
-no = Nej
-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]
-option_changes_may_require_restart = For at se effekten af de \u00E6ndrede indstillinger, er du sandsynligvis n\u00F8dt til at restarte Freeplane.
-OptionPanel.absolute = Absolut
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatiske layout m\u00F8nstre
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Bestemmer kvaliteten p\u00E5 mindMappen. 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.as_parent = Som for\u00E6ldre
-OptionPanel.automatic = Automatisk
-OptionPanel.automaticFormat_level = Automatisk layout stil
-OptionPanel.automaticFormat_level1 = Rod Node format
-OptionPanel.automaticFormat_level2 = 1. Niveau Node format
-OptionPanel.Behaviour = Opf\u00F8rsel
-OptionPanel.bezier = Bezier[translate me]
-OptionPanel.Cancel = Annuller
-OptionPanel.childpattern = Barne M\u00F8nster
-OptionPanel.childpattern.tooltip = Det valgte m\u00F8nster bliver anvendt p\u00E5 alle b\u00F8rn.
-OptionPanel.clear_all_setters = Skift alt
-OptionPanel.clear_all_setters.tooltip = enabler eller disabler alle \u00E6ndrings indikationer.
-OptionPanel.combined = Kombineret
-OptionPanel.cs = Cs
-OptionPanel.da = Da
-OptionPanel.de = De
-OptionPanel.default = Standard
-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
-OptionPanel.default_browser_command_other_os.tooltip = <html>Dette er typisk LINUX:</html>
-OptionPanel.default_browser_command_windows_9x = Standard Browser kommando Windows 9x
-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.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.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.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.Environment = Omgivelser
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-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.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.Files = Filer
-OptionPanel.first = F\u00F8rst
-OptionPanel.foldingsymbolwidth = Foldesymbolets bredde
-OptionPanel.foldingsymbolwidth.tooltip = <html>Bredde p\u00E5 foldings markerings cirklen</html>
-OptionPanel.fork = Fork[translate me]
-OptionPanel.fr = Fr
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-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.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.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.last = Sidste
-OptionPanel.last_opened_list_length = Sidst \u00E5bnet liste l\u00E6ngde
-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.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.max_node_width.tooltip = <html>Maximum default Node bredde i pixels</html>
-OptionPanel.metal = Metal
-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.nothing = Ingenting
-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.OK = Gem
-OptionPanel.patternname = Navn
-OptionPanel.patternname.tooltip = Unik m\u00F8nster navn
-OptionPanel.pl = Pl
-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.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.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
-OptionPanel.selection_method_direct = Direkte
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = M\u00F8nstre
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.attributes = Atributter
-OptionPanel.separator.automatic_save = Automatisk gem
-OptionPanel.separator.behaviour = Opf\u00F8rsel
-OptionPanel.separator.browser = Browser
-OptionPanel.separator.commands_for_the_program = Kommandoer for programmet
-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.files = Filer
-OptionPanel.separator.General = Generelt
-OptionPanel.separator.html_export = HTML eksport
-OptionPanel.separator.html_import = Html Import[translate me]
-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.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.other_defaults = Andre standarter
-OptionPanel.separator.others = Andre n\u00F8gle bindinger
-OptionPanel.separator.patterns = M\u00F8nstre
-OptionPanel.separator.save = Gem
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = Curser Valg metode
-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.show_icon_for_attributes = Vis ikon for atributter
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = Standard baggrundsfarve
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standard baggrundsfarve i HTML notation </html>
-OptionPanel.standardcloudcolor = Standard sky farve
-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.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_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.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.undefined_font = Udefineret skrifttype
-OptionPanel.undo_levels = Fortryd Levels
-OptionPanel.undo_levels.tooltip = <html>Bestemmer hvor mange trin der gemmes der kan fortrydes via "Fortryd".</html>
-OptionPanel.wheel_velocity = Speed[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh_CN
-OptionPanel.zh_TW = Zh
-PasteAction.text = S\u00E6t ind
-PatternNewNameProperty = Nyt m\u00F8nster
-PatternToString.backgroundColor = Baggrundsfarve
-PatternToString.Child = Child Node Style[translate me]
-PatternToString.color = Farve
-PatternToString.EdgeStyle = Kant stil
-PatternToString.EdgeWidth = Kantbredde
-PatternToString.FontBold = Fed
-PatternToString.Icon = Ikon
-PatternToString.NodeFontSize = Skriftst\u00F8rrelse
-plugins/ScriptEditor.exit = Exit
-plugins/ScriptEditor.menu_actions = Handlinger
-plugins/ScriptEditor.run = K\u00F8r
-plugins/ScriptEditor/window.Result = Resultat:
-plugins/ScriptEditor/window.title = Script Editor
-plugins/TimeList.xml_Created = Oprettet
-plugins/TimeList.xml_Date = Dato
-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_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_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_reminderNode_tooltip = P\u00E5minder skemalagt den {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Fjern p\u00E5mindelse
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Fjern alle p\u00E5mindelser assosieret med de valgte Noder.
-plugins/TimeManagement.xml_Replace = Erstat
-plugins/TimeManagement.xml_Replace_All = Erstat alle
-plugins/TimeManagement.xml_Replace_Selected = Ersat valgte
-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]
-PrintPreviewAction.text = Vis udskrift...
-PropertyAction.text = Indstillinger...
-RedoAction.text = Gendan
-RedoFilterAction.text = Gendan
-ReminderHookAction.text = Fjern p\u00E5mindelse
-ReminderHookAction.tooltip = Fjerner en p\u00E5mindelse fra en Node.
-replace = Erstat
-ResetNodeLocationAction.text = Reset position
-SaveAll.text = Gem alt
-SaveAll.tooltip = Gemmer aller \u00E5bne mindmaps.
-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?
-SelectAllAction.text = V\u00E6lg alt synligt
-SelectBranchAction.text = V\u00E6lg synlig gren
-selection_method_delayed = Forsinket automatisk valg
-SelectNoteAction.text = Note redigerings Switch
-SelectNoteAction.tooltip = Skift til resp. fra note vindue
-SetNoteWindowPosition.top.text = Top[translate me]
-ShowAllAttributesAction.text = Vis alle atributter
-ShowAncestorsAction.text = Vis Forf\u00E6dre
-ShowAttributeDialogAction.text = Attribut administrator
-ShowDescendantsAction.text = Vis efterkommere
-ShowFilterToolbarAction.text = Filter Toolbar[translate me]
-ShowHideNoteAction.text = Vis/Skjul Note vindue
-ShowHideNoteAction.tooltip = Er en menu genvej for de sm\u00E5 pile i opdelingslinien.
-ShowSelectedAttributesAction.text = Vis valgte atributter
-simplyhtml.aboutFrameTitle = Om denne applikation
-simplyhtml.alignCenter = center
-simplyhtml.alignLabel = Justering:
-simplyhtml.alignLeft = venstre
-simplyhtml.alignRight = h\u00F8jre
-simplyhtml.allCellsRangeLabel = alle celler
-simplyhtml.allOccurrencesReplaced = Alle forekomster erstattet
-simplyhtml.appendTableColLabel = Tilf\u00F8j kolonne
-simplyhtml.appendTableRowLabel = Tilf\u00F8j r\u00E6kke
-simplyhtml.applyCellAttrLabel = Anvend p\u00E5
-simplyhtml.backgroundLabel = Baggrund:
-simplyhtml.boldItalicName = fed kursiv
-simplyhtml.boldName = fed
-simplyhtml.borderColorLabel = Farve:
-simplyhtml.borderWidthLabel = Bredde
-simplyhtml.bottomLabel = bund:
-simplyhtml.cancelBtnName = Annuller
-simplyhtml.cellBorderTabLabel = Kantlinier
-simplyhtml.cellGenTabLabel = Generelt
-simplyhtml.cellMarginTabLabel = Margin
-simplyhtml.cellPanelTitle = Celle format
-simplyhtml.clearFormatLabel = Fjern formatering
-simplyhtml.clearFormatTip = Fjern formatering
-simplyhtml.close = Luk
-simplyhtml.closeBtnName = Luk
-simplyhtml.colorLabel = Farve
-simplyhtml.copyLabel = Kopier
-simplyhtml.copyTip = kopier
-simplyhtml.cTagNameHead1 = Overskrift 1
-simplyhtml.cTagNameHead2 = Overskrift 2
-simplyhtml.cTagNameHead3 = Overskrift 3
-simplyhtml.cTagNameHead4 = Overskrift 4
-simplyhtml.cTagNameHead5 = Overskrift 5
-simplyhtml.cTagNameHead6 = Overskrift 6
-simplyhtml.cTagNameLink = Link
-simplyhtml.cTagNameOL = Sorteret liste
-simplyhtml.cTagNamePara = Afsnit
-simplyhtml.cTagNameUL = Usorteret liste
-simplyhtml.cutLabel = Klip
-simplyhtml.cutTip = klip
-simplyhtml.defaultDocName = Unavngivet
-simplyhtml.deleteTableColLabel = Slet kolonne
-simplyhtml.deleteTableRowLabel = Slet r\u00E6kke
-simplyhtml.docTitleQuery = S\u00E6t titel til:
-simplyhtml.docTitleTitle = Rediger Dokument Titel
-simplyhtml.editLabel = Rediger
-simplyhtml.effectLabel = Effekt
-simplyhtml.familyLabel = Familie
-simplyhtml.findNext = Find n\u00E6ste...
-simplyhtml.findReplaceDialogTitle = S\u00F8g & find
-simplyhtml.findReplaceLabel = S\u00F8g & find
-simplyhtml.findReplaceTip = s\u00F8g & erstat
-simplyhtml.fontBoldLabel = Fed
-simplyhtml.fontBoldTip = skift fed til/fra
-simplyhtml.fontDialogTitle = Format skrifttype
-simplyhtml.fontItalicLabel = Kursiv
-simplyhtml.fontItalicTip = skift kursiv til/fra
-simplyhtml.fontLabel = Skrifttype...
-simplyhtml.fontTabLabel = Skrifttype
-simplyhtml.fontTip = Format skrifttype
-simplyhtml.fontUnderlineTip = skift underlinieret til/fra
-simplyhtml.foregroundLabel = Forgrund:
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = Liste...
-simplyhtml.formatListTip = \u00C6ndre liste format
-simplyhtml.formatParaLabel = Afsnit...
-simplyhtml.formatParaTip = \u00C6ndre afsnits format
-simplyhtml.formatTableLabel = Tabel...
-simplyhtml.formatTableTip = Format tabel
-simplyhtml.htmlTabTitle = HTML kode visning
-simplyhtml.imageFileDesc = Billed filer
-simplyhtml.insertTableColLabel = Inds\u00E6t kolonne
-simplyhtml.insertTableLabel = Tabel...
-simplyhtml.insertTableMsg = Hvor mange kolonner?
-simplyhtml.insertTableRowLabel = Inds\u00E6t r\u00E6kke
-simplyhtml.insertTableTitle = inds\u00E6tTabel
-simplyhtml.italicName = kursiv
-simplyhtml.layoutTabTitle = Layout visning
-simplyhtml.leftLabel = venstre:
-simplyhtml.listDialogTitle = Formater liste
-simplyhtml.listIndentTitle = Indryk:
-simplyhtml.listPosInside = indenfor
-simplyhtml.listPositionLabel = Position:
-simplyhtml.listPosOutside = udenfor
-simplyhtml.listTypeCircle = Rundt punkttegn
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = filsymbol som punkttegn
-simplyhtml.listTypeLabel = Type:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = ingen
-simplyhtml.listTypeSquare = Firkantet punkttegn
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Ydre
-simplyhtml.matchCase = STORE og sm\u00E5 bogstaver
-simplyhtml.newStyleDefaultName = ny stil
-simplyhtml.nextTableCellLabel = N\u00E6ste celle
-simplyhtml.noLineLabel = ingen
-simplyhtml.noMoreOccurrencesFound = ingen (flere) forekomster fundet
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Indre
-simplyhtml.paraAlignCenterLabel = Juster centreret
-simplyhtml.paraAlignCenterTip = S\u00E6t afsnits centreret justering
-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.paraTabLabel = Afsnit
-simplyhtml.pasteLabel = S\u00E6t ind
-simplyhtml.pasteTip = s\u00E6t ind
-simplyhtml.plainName = simpel
-simplyhtml.previewLabel = Forh\u00E5ndsvisning
-simplyhtml.previewText = Forh\u00E5ndsvis tekst
-simplyhtml.prevTableCellLabel = Forrige celle
-simplyhtml.redoLabel = Gendan
-simplyhtml.redoTip = gendan
-simplyhtml.replace = Erstat...
-simplyhtml.replaceAll = Alt
-simplyhtml.replaceDone = F\u00E6rdig
-simplyhtml.replaceNo = Nej
-simplyhtml.replaceThisQuery = ertat denne forkomst af
-simplyhtml.replaceWith = Erstat med:
-simplyhtml.replaceYes = Ja
-simplyhtml.rightLabel = h\u00F8jre:
-simplyhtml.searchDown = S\u00F8g nedad
-simplyhtml.searchFromStart = S\u00F8g fra starten
-simplyhtml.searchUp = S\u00F8g opefter
-simplyhtml.selectAllLabel = V\u00E6lg alt
-simplyhtml.sizeLabel = St\u00F8rrelse
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = Gennemstreg
-simplyhtml.styleLabel = Stil
-simplyhtml.styleNameInputText = Navn p\u00E5 ny stil?
-simplyhtml.styleNameInputTitle = Gem stil
-simplyhtml.tableBgColLabel = Baggrundsfarve:
-simplyhtml.tableDialogTitle = Format tabel
-simplyhtml.tableLabel = Tabel
-simplyhtml.tablePanelTitle = Tabel format
-simplyhtml.tableWidthLabel = Bredde:
-simplyhtml.textIndentLabel = Indryk:
-simplyhtml.textToFind = Tekst at finde:
-simplyhtml.thisCellRangeLabel = denne celle
-simplyhtml.thisColRangeLabel = denne kolonne
-simplyhtml.thisRowRangeLabel = denne r\u00E6kke
-simplyhtml.toggleBulletsLabel = Punkttegns liste til/fra
-simplyhtml.toggleBulletsTip = punkttegns liste til/fra
-simplyhtml.toggleNumbersLabel = Nummereret liste til/fra
-simplyhtml.toggleNumbersTip = nummereret liste til/fra
-simplyhtml.topLabel = top:
-simplyhtml.unableToOpenFileError = Filen kan ikke \u00E5bnes
-simplyhtml.unableToRedoError = Kan ikke gendanne:
-simplyhtml.unableToUndoError = Kan ikke gendanne:
-simplyhtml.undoLabel = Fortryd
-simplyhtml.undoTip = fortryd
-simplyhtml.valignBaseline = Grundlinie
-simplyhtml.valignBottom = bund
-simplyhtml.valignLabel = Vert. justering:
-simplyhtml.valignMiddle = midte
-simplyhtml.valignTop = top
-simplyhtml.wholeWordsOnly = Kun 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]
-TimeListAction.text = Vis tidsskema listen...
-TimeListAction.tooltip = Vis alle skemalagte tider og de tilh\u00F8rende Noder.
-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]
-undefined_error = En uventet fejl opstod. Pr\u00F8v venligt at lave en fejlrapport.
-underlined = Understreget
-UndoAction.text = Fortryd
-UndoFilterAction.text = Fortryd
-UnfoldAllAction.text = Udfold alt
-UnfoldAllAction.tooltip = <html>Udfolder de valgte Noder og alle deres b\u00F8rn.</html>
-UnfoldOneLevelAction.text = Udfold et niveau
-UnfoldOneLevelAction.tooltip = <html>Udfolder den valgte Node med et niveau.</html>
-updatecheckdialog = Update Check Dialog[translate me]
-UsePlainTextAction.text = Brug klar tekst
-WebDocuAction.text = Web Dokumentation
-width = Bredde
-yes = Ja
+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/AutomaticLayout.properties_StyleDialogTitle=Skift m\u00F8nster
+accessories/plugins/EncryptNode.properties_0=V\u00E6lg adgangskode for krypteret node
+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:
+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_select_me=V\u00E6lg mig for at forts\u00E6tte!
+accessories/plugins/EncryptNode.properties_wrong_password=Passwordet er ikke korrekt.
+accessories/plugins/ExportWithTWiki.text=TWiki\u2026
+accessories/plugins/ExportWithTWiki.tooltip=Eksporterer Mindmappen 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_Flash.text=Som Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Eksporerer MindMappen 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>
+active=Aktiv
+add=Tilf\u00F8j
+AddConnectorAction.text=Tilsluttet
+AddElementaryConditionAction.text=Tilf\u00F8j
+AddLocalLinkAction.text=Tilf\u00F8j lokalt Hyperlink
+AddMenuItemLinkAction.text=Tilf\u00F8j link til menupunkt\u2026
+AddOnDetailsPanel.authored.by=Af {0}
+AddOnDetailsPanel.header.function=Funktion
+AddOnDetailsPanel.header.menu=Menuplacering
+AddOnDetailsPanel.header.shortcut=Genvej
+AddOnDetailsPanel.homepage=Hjemmeside:
+addons.installer.canceled=Installation afbrudt
+addons.installer.failed=Installation fejlede: {0}
+addons.installer.install=Installer
+antialias_all=Antialias alt
+antialias_edges=Antialias kanter
+antialias_none=Antialias None[translate me]
+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.
+ApplyNoFilteringAction.text=Ingen filtrering
+as_parent=Som for\u00E6ldre
+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_replace=Erstat med
+attribute_top=Alle kendt attributter for de loadede MindMaps
+attributes_all=Alle atributter
+attributes_attribute=Atributter
+attributes_close=Luk
+attributes_deselect_all=Ingenting
+attributes_dialog_title=Attribute Manager[translate me]
+attributes_edit=Rediger
+attributes_edit_tooltip=Rediger s\u00E6t
+attributes_for_selected=Valgte noder
+attributes_for_visible=Alle synlige noder
+attributes_import=Import
+attributes_import_tooltip=Importer attributter fra de andre loadede maps
+attributes_popup_delete=Slet
+attributes_popup_down=Ned
+attributes_popup_edit=Rediger
+attributes_popup_hide=Skjul
+attributes_popup_new=Ny Atribut
+attributes_popup_optimal_width=Optimal brede
+attributes_popup_up=Op
+attributes_refresh=Opdater
+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_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>
+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.
+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:
+ColorProperty.ResetColor=Reset farve
+combined=Kombineret
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=Kopier
+CreationModificationPluginAction.text=Vis modifikations tidspunkter
+CreationModificationPluginAction.tooltip=<html>Denne funktion holder track p\u00E5 Node oprettelse og modifikations tidspunkter.</html>
+CutAction.text=Klip
+delete=Slet
+delete_child=Slet barn
+DeleteConditionAction.text=Slet
+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]
+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
+EditAttributesAction.text=Rediger Atributter
+EditFilterAction.text=Rediger
+EncryptedMap.text=Opret krypteret mindmap ...
+EncryptedMap.tooltip=Opretter et nyt krypteret mindmap
+EnterPassword.text=Skift Krypteret / Ukrypteret
+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]
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+ExportAction.text=Eksport
+ExportPdf.text=Som PDF
+ExportSvg.text=Som SVG
+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]
+file_already_exists=Filen {0} eksisterer allerede. \u00D8nsker du at overskrive den?
+filter=Filter
+filter_add=Tilf\u00F8j
+filter_and=AND
+filter_conditions=Filtre
+filter_contains=Indeholder
+filter_delete=Slet
+filter_dialog=Filter Foraftter
+filter_does_not_exist=Eksisterer ikke
+filter_edit_description=Rediger filter liste
+filter_enter_value=Indtast v\u00E6rdi
+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_no_filtering=Ingen filtrering
+filter_node=Node tekst
+filter_not=NOT
+filter_or=OR
+filter_select=V\u00E6lg
+filter_selected_node_view=For nuv\u00E6rende valgte noder
+find_what=Find hvad
+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]
+FoldAllAction.text=Fold alt
+FoldAllAction.tooltip=<html>Folder den valgte Node og alle dens b\u00F8rn.</html>
+FoldOneLevelAction.text=Fold et niveau
+FoldOneLevelAction.tooltip=<html>Folder den valgte node med et niveau.</html>
+font=Skrifttype
+FontFamilyAction.text=Skrifttype familie
+FontSizeAction.text=Skriftst\u00F8rrelse
+format_menu_edge_styles=Kant stil
+format_menu_edge_widths=Kant bredde
+FormatCopy.text=Kopier format
+FormatCopy.tooltip=<html>Kopierer formatet af en node.</html>
+FormatPaste.text=Inds\u00E6t format
+FormatPaste.tooltip=<html>Inds\u00E6tter formatet af en Node.</html>
+Freeplane.progress.buildScreen=Opbygger sk\u00E6rm...
+Freeplane.progress.createController=Opretter Kontroler...
+Freeplane.progress.createInitialMode=Opretter initial mode...
+Freeplane.progress.endStartup=Slut p\u00E5 opstart.
+Freeplane.progress.gettingPreferenceDirectories=Henter preference skuffer...
+Freeplane.progress.gettingPreferences=Henter preferencer...
+Freeplane.progress.loadMaps=Indl\u00E6s Minsmaps...
+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_
+FreeplaneHelpStarter.text=Hj\u00E6lp...
+FreeplaneHelpStarter.tooltip=Freeplane udviddet hj\u00E6lp
+GotoLinkNodeAction.text=G\u00E5 til Link
+GrabKeyDialog.common.cancel=Annuller
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Tildelt til
+GrabKeyDialog.grab-key.assigned-to.none=Er for nuv\u00E6rende ikke tildelt til noget
+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
+HideAllAttributesAction.text=Skjul alle atributter
+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]
+icon_button_ok=OK
+icon_calendar=Dato
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_down=Ned
+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_idea=Ide
+icon_info=Info[translate me]
+icon_kmail=E-Mail[translate me]
+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_smily_bad=Jeg finder det ikke morsomt
+icon_stop-sign=Stop[translate me]
+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]
+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.
+ImportAction.text=Import
+ImportLinkedBranchAction.text=Linked Branch[translate me]
+ImportLinkedBranchWithoutRootAction.text=Import uden rod
+ImportMindmanagerFiles.text=MindManager X5 Map...
+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_file_msg=Kunne ikke finde filen til {0}
+invalid_uri=Ugyldig URI "{0}"
+invalid_url=Kunne ikke oprette gyldig URL
+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]
+LatexDeleteLatexAction.text=Fjern LaTe&X-formular
+LatexEditLatexAction.text=Redig\u00E9r &LaTeX-formular...
+LatexInsertLatexAction.text=Tilf\u00F8j &LaTeX-formular...
+less_than_two_selected_nodes=Du skal v\u00E6lge mindst to Noder fo 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 BESTEMT FORM\u00C5L.<br>Yderligere detaljer kan l\u00E6ses i GNU General Public License.<br><br>Du b\u00F8r have modtaget en kopi af GNU General Public License sammen med<br>dette program. Hvis ikke, s\u00E5 skriv til Free Software Foundation, Inc.,<br>59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+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.
+menu_attributes=Atributter
+menu_extras=V\u00E6rkt\u00F8jer
+menu_file_import=Import
+menu_filter=Filter[translate me]
+menu_format=Formater
+menu_insert=Inds\u00E6t
+menu_navigate=Naviger
+menu_view=Vis
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+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
+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
+no=Nej
+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]
+option_changes_may_require_restart=For at se effekten af de \u00E6ndrede indstillinger, er du sandsynligvis n\u00F8dt til at restarte Freeplane.
+OptionPanel.absolute=Absolut
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatiske layout m\u00F8nstre
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Bestemmer kvaliteten p\u00E5 mindMappen. 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.as_parent=Som for\u00E6ldre
+OptionPanel.automatic=Automatisk
+OptionPanel.automaticFormat_level=Automatisk layout stil
+OptionPanel.automaticFormat_level1=Rod Node format
+OptionPanel.automaticFormat_level2=1. Niveau Node format
+OptionPanel.Behaviour=Opf\u00F8rsel
+OptionPanel.bezier=Bezier[translate me]
+OptionPanel.Cancel=Annuller
+OptionPanel.childpattern=Barne M\u00F8nster
+OptionPanel.childpattern.tooltip=Det valgte m\u00F8nster bliver anvendt p\u00E5 alle b\u00F8rn.
+OptionPanel.clear_all_setters=Skift alt
+OptionPanel.clear_all_setters.tooltip=enabler eller disabler alle \u00E6ndrings indikationer.
+OptionPanel.combined=Kombineret
+OptionPanel.cs=Cs
+OptionPanel.da=Da
+OptionPanel.de=De
+OptionPanel.default=Standard
+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
+OptionPanel.default_browser_command_other_os.tooltip=<html>Dette er typisk LINUX:</html>
+OptionPanel.default_browser_command_windows_9x=Standard Browser kommando Windows 9x
+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.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.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.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.Environment=Omgivelser
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+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.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.Files=Filer
+OptionPanel.first=F\u00F8rst
+OptionPanel.foldingsymbolwidth=Foldesymbolets bredde
+OptionPanel.foldingsymbolwidth.tooltip=<html>Bredde p\u00E5 foldings markerings cirklen</html>
+OptionPanel.fork=Fork[translate me]
+OptionPanel.fr=Fr
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr
+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.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.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.last=Sidste
+OptionPanel.last_opened_list_length=Sidst \u00E5bnet liste l\u00E6ngde
+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.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.max_node_width.tooltip=<html>Maximum default Node bredde i pixels</html>
+OptionPanel.metal=Metal
+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.nothing=Ingenting
+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.OK=Gem
+OptionPanel.patternname=Navn
+OptionPanel.patternname.tooltip=Unik m\u00F8nster navn
+OptionPanel.pl=Pl
+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.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.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
+OptionPanel.selection_method_direct=Direkte
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=M\u00F8nstre
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.attributes=Atributter
+OptionPanel.separator.automatic_save=Automatisk gem
+OptionPanel.separator.behaviour=Opf\u00F8rsel
+OptionPanel.separator.browser=Browser
+OptionPanel.separator.commands_for_the_program=Kommandoer for programmet
+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.files=Filer
+OptionPanel.separator.General=Generelt
+OptionPanel.separator.html_export=HTML eksport
+OptionPanel.separator.html_import=Html Import[translate me]
+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.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.other_defaults=Andre standarter
+OptionPanel.separator.others=Andre n\u00F8gle bindinger
+OptionPanel.separator.patterns=M\u00F8nstre
+OptionPanel.separator.save=Gem
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=Curser Valg metode
+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.show_icon_for_attributes=Vis ikon for atributter
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=Standard baggrundsfarve
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standard baggrundsfarve i HTML notation </html>
+OptionPanel.standardcloudcolor=Standard sky farve
+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.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_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.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.undefined_font=Udefineret skrifttype
+OptionPanel.undo_levels=Fortryd Levels
+OptionPanel.undo_levels.tooltip=<html>Bestemmer hvor mange trin der gemmes der kan fortrydes via "Fortryd".</html>
+OptionPanel.wheel_velocity=Speed[translate me]
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh_CN
+OptionPanel.zh_TW=Zh
+PasteAction.text=S\u00E6t ind
+PatternNewNameProperty=Nyt m\u00F8nster
+PatternToString.backgroundColor=Baggrundsfarve
+PatternToString.Child=Child Node Style[translate me]
+PatternToString.color=Farve
+PatternToString.EdgeStyle=Kant stil
+PatternToString.EdgeWidth=Kantbredde
+PatternToString.FontBold=Fed
+PatternToString.Icon=Ikon
+PatternToString.NodeFontSize=Skriftst\u00F8rrelse
+plugins/ScriptEditor.exit=Exit
+plugins/ScriptEditor.menu_actions=Handlinger
+plugins/ScriptEditor.run=K\u00F8r
+plugins/ScriptEditor/window.Result=Resultat:
+plugins/ScriptEditor/window.title=Script Editor
+plugins/TimeList.xml_Created=Oprettet
+plugins/TimeList.xml_Date=Dato
+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_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_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_reminderNode_tooltip=P\u00E5minder skemalagt den {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Fjern p\u00E5mindelse
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Fjern alle p\u00E5mindelser assosieret med de valgte Noder.
+plugins/TimeManagement.xml_Replace=Erstat
+plugins/TimeManagement.xml_Replace_All=Erstat alle
+plugins/TimeManagement.xml_Replace_Selected=Ersat valgte
+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]
+PrintPreviewAction.text=Vis udskrift...
+PropertyAction.text=Indstillinger...
+RedoAction.text=Gendan
+RedoFilterAction.text=Gendan
+ReminderHookAction.text=Fjern p\u00E5mindelse
+ReminderHookAction.tooltip=Fjerner en p\u00E5mindelse fra en Node.
+replace=Erstat
+ResetNodeLocationAction.text=Reset position
+SaveAll.text=Gem alt
+SaveAll.tooltip=Gemmer aller \u00E5bne mindmaps.
+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?
+SelectAllAction.text=V\u00E6lg alt synligt
+SelectBranchAction.text=V\u00E6lg synlig gren
+selection_method_delayed=Forsinket automatisk valg
+SelectNoteAction.text=Note redigerings Switch
+SelectNoteAction.tooltip=Skift til resp. fra note vindue
+SetNoteWindowPosition.top.text=Top[translate me]
+ShowAllAttributesAction.text=Vis alle atributter
+ShowAncestorsAction.text=Vis Forf\u00E6dre
+ShowAttributeDialogAction.text=Attribut administrator
+ShowDescendantsAction.text=Vis efterkommere
+ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowHideNoteAction.text=Vis/Skjul Note vindue
+ShowHideNoteAction.tooltip=Er en menu genvej for de sm\u00E5 pile i opdelingslinien.
+ShowSelectedAttributesAction.text=Vis valgte atributter
+simplyhtml.aboutFrameTitle=Om denne applikation
+simplyhtml.alignCenter=center
+simplyhtml.alignLabel=Justering:
+simplyhtml.alignLeft=venstre
+simplyhtml.alignRight=h\u00F8jre
+simplyhtml.allCellsRangeLabel=alle celler
+simplyhtml.allOccurrencesReplaced=Alle forekomster erstattet
+simplyhtml.appendTableColLabel=Tilf\u00F8j kolonne
+simplyhtml.appendTableRowLabel=Tilf\u00F8j r\u00E6kke
+simplyhtml.applyCellAttrLabel=Anvend p\u00E5
+simplyhtml.backgroundLabel=Baggrund:
+simplyhtml.boldItalicName=fed kursiv
+simplyhtml.boldName=fed
+simplyhtml.borderColorLabel=Farve:
+simplyhtml.borderWidthLabel=Bredde
+simplyhtml.bottomLabel=bund:
+simplyhtml.cancelBtnName=Annuller
+simplyhtml.cellBorderTabLabel=Kantlinier
+simplyhtml.cellGenTabLabel=Generelt
+simplyhtml.cellMarginTabLabel=Margin
+simplyhtml.cellPanelTitle=Celle format
+simplyhtml.clearFormatLabel=Fjern formatering
+simplyhtml.clearFormatTip=Fjern formatering
+simplyhtml.close=Luk
+simplyhtml.closeBtnName=Luk
+simplyhtml.colorLabel=Farve
+simplyhtml.copyLabel=Kopier
+simplyhtml.copyTip=kopier
+simplyhtml.cTagNameHead1=Overskrift 1
+simplyhtml.cTagNameHead2=Overskrift 2
+simplyhtml.cTagNameHead3=Overskrift 3
+simplyhtml.cTagNameHead4=Overskrift 4
+simplyhtml.cTagNameHead5=Overskrift 5
+simplyhtml.cTagNameHead6=Overskrift 6
+simplyhtml.cTagNameLink=Link
+simplyhtml.cTagNameOL=Sorteret liste
+simplyhtml.cTagNamePara=Afsnit
+simplyhtml.cTagNameUL=Usorteret liste
+simplyhtml.cutLabel=Klip
+simplyhtml.cutTip=klip
+simplyhtml.defaultDocName=Unavngivet
+simplyhtml.deleteTableColLabel=Slet kolonne
+simplyhtml.deleteTableRowLabel=Slet r\u00E6kke
+simplyhtml.docTitleQuery=S\u00E6t titel til:
+simplyhtml.docTitleTitle=Rediger Dokument Titel
+simplyhtml.editLabel=Rediger
+simplyhtml.effectLabel=Effekt
+simplyhtml.familyLabel=Familie
+simplyhtml.findNext=Find n\u00E6ste...
+simplyhtml.findReplaceDialogTitle=S\u00F8g & find
+simplyhtml.findReplaceLabel=S\u00F8g & find
+simplyhtml.findReplaceTip=s\u00F8g & erstat
+simplyhtml.fontBoldLabel=Fed
+simplyhtml.fontBoldTip=skift fed til/fra
+simplyhtml.fontDialogTitle=Format skrifttype
+simplyhtml.fontItalicLabel=Kursiv
+simplyhtml.fontItalicTip=skift kursiv til/fra
+simplyhtml.fontLabel=Skrifttype...
+simplyhtml.fontTabLabel=Skrifttype
+simplyhtml.fontTip=Format skrifttype
+simplyhtml.fontUnderlineTip=skift underlinieret til/fra
+simplyhtml.foregroundLabel=Forgrund:
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=Liste...
+simplyhtml.formatListTip=\u00C6ndre liste format
+simplyhtml.formatParaLabel=Afsnit...
+simplyhtml.formatParaTip=\u00C6ndre afsnits format
+simplyhtml.formatTableLabel=Tabel...
+simplyhtml.formatTableTip=Format tabel
+simplyhtml.htmlTabTitle=HTML kode visning
+simplyhtml.imageFileDesc=Billed filer
+simplyhtml.insertTableColLabel=Inds\u00E6t kolonne
+simplyhtml.insertTableLabel=Tabel...
+simplyhtml.insertTableMsg=Hvor mange kolonner?
+simplyhtml.insertTableRowLabel=Inds\u00E6t r\u00E6kke
+simplyhtml.insertTableTitle=inds\u00E6tTabel
+simplyhtml.italicName=kursiv
+simplyhtml.layoutTabTitle=Layout visning
+simplyhtml.leftLabel=venstre:
+simplyhtml.listDialogTitle=Formater liste
+simplyhtml.listIndentTitle=Indryk:
+simplyhtml.listPosInside=indenfor
+simplyhtml.listPositionLabel=Position:
+simplyhtml.listPosOutside=udenfor
+simplyhtml.listTypeCircle=Rundt punkttegn
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=filsymbol som punkttegn
+simplyhtml.listTypeLabel=Type:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=ingen
+simplyhtml.listTypeSquare=Firkantet punkttegn
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Ydre
+simplyhtml.matchCase=STORE og sm\u00E5 bogstaver
+simplyhtml.newStyleDefaultName=ny stil
+simplyhtml.nextTableCellLabel=N\u00E6ste celle
+simplyhtml.noLineLabel=ingen
+simplyhtml.noMoreOccurrencesFound=ingen (flere) forekomster fundet
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Indre
+simplyhtml.paraAlignCenterLabel=Juster centreret
+simplyhtml.paraAlignCenterTip=S\u00E6t afsnits centreret justering
+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.paraTabLabel=Afsnit
+simplyhtml.pasteLabel=S\u00E6t ind
+simplyhtml.pasteTip=s\u00E6t ind
+simplyhtml.plainName=simpel
+simplyhtml.previewLabel=Forh\u00E5ndsvisning
+simplyhtml.previewText=Forh\u00E5ndsvis tekst
+simplyhtml.prevTableCellLabel=Forrige celle
+simplyhtml.redoLabel=Gendan
+simplyhtml.redoTip=gendan
+simplyhtml.replace=Erstat...
+simplyhtml.replaceAll=Alt
+simplyhtml.replaceDone=F\u00E6rdig
+simplyhtml.replaceNo=Nej
+simplyhtml.replaceThisQuery=ertat denne forkomst af
+simplyhtml.replaceWith=Erstat med:
+simplyhtml.replaceYes=Ja
+simplyhtml.rightLabel=h\u00F8jre:
+simplyhtml.searchDown=S\u00F8g nedad
+simplyhtml.searchFromStart=S\u00F8g fra starten
+simplyhtml.searchUp=S\u00F8g opefter
+simplyhtml.selectAllLabel=V\u00E6lg alt
+simplyhtml.sizeLabel=St\u00F8rrelse
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=Gennemstreg
+simplyhtml.styleLabel=Stil
+simplyhtml.styleNameInputText=Navn p\u00E5 ny stil?
+simplyhtml.styleNameInputTitle=Gem stil
+simplyhtml.tableBgColLabel=Baggrundsfarve:
+simplyhtml.tableDialogTitle=Format tabel
+simplyhtml.tableLabel=Tabel
+simplyhtml.tablePanelTitle=Tabel format
+simplyhtml.tableWidthLabel=Bredde:
+simplyhtml.textIndentLabel=Indryk:
+simplyhtml.textToFind=Tekst at finde:
+simplyhtml.thisCellRangeLabel=denne celle
+simplyhtml.thisColRangeLabel=denne kolonne
+simplyhtml.thisRowRangeLabel=denne r\u00E6kke
+simplyhtml.toggleBulletsLabel=Punkttegns liste til/fra
+simplyhtml.toggleBulletsTip=punkttegns liste til/fra
+simplyhtml.toggleNumbersLabel=Nummereret liste til/fra
+simplyhtml.toggleNumbersTip=nummereret liste til/fra
+simplyhtml.topLabel=top:
+simplyhtml.unableToOpenFileError=Filen kan ikke \u00E5bnes
+simplyhtml.unableToRedoError=Kan ikke gendanne:
+simplyhtml.unableToUndoError=Kan ikke gendanne:
+simplyhtml.undoLabel=Fortryd
+simplyhtml.undoTip=fortryd
+simplyhtml.valignBaseline=Grundlinie
+simplyhtml.valignBottom=bund
+simplyhtml.valignLabel=Vert. justering:
+simplyhtml.valignMiddle=midte
+simplyhtml.valignTop=top
+simplyhtml.wholeWordsOnly=Kun 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]
+TimeListAction.text=Vis tidsskema listen...
+TimeListAction.tooltip=Vis alle skemalagte tider og de tilh\u00F8rende Noder.
+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]
+undefined_error=En uventet fejl opstod. Pr\u00F8v venligt at lave en fejlrapport.
+underlined=Understreget
+UndoAction.text=Fortryd
+UndoFilterAction.text=Fortryd
+UnfoldAllAction.text=Udfold alt
+UnfoldAllAction.tooltip=<html>Udfolder de valgte Noder og alle deres b\u00F8rn.</html>
+UnfoldOneLevelAction.text=Udfold et niveau
+UnfoldOneLevelAction.tooltip=<html>Udfolder den valgte Node med et niveau.</html>
+updatecheckdialog=Update Check Dialog[translate me]
+UsePlainTextAction.text=Brug klar tekst
+WebDocuAction.text=Web Dokumentation
+width=Bredde
+xslt_export.latex=Latex dokument
+xslt_export.latexbook=Latex bog
+xslt_export.text=Br\u00F8dtekst
+yes=Ja
+ZoomInAction.text=Zoom ind
+ZoomOutAction.text=Zoom ud
diff --git a/freeplane/resources/translations/Resources_de.properties b/freeplane/resources/translations/Resources_de.properties
index b946283..7f2524b 100644
--- a/freeplane/resources/translations/Resources_de.properties
+++ b/freeplane/resources/translations/Resources_de.properties
@@ -1,1769 +1,1770 @@
-about_text = Freeplane - freie Software f\u00fcr Mindmaps und Wissensaufbau
-AboutAction.text = \u00dcber Freeplane...
-acceleratorPresets = &HotKey
-accelerators_loading_error = Fehler beim Laden der Tastaturk\u00fcrzel in {0}.
-accessories/plugins/ApplyFormatPlugin.dialog.title = Format der Knoten \u00e4ndern
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Stil \u00e4ndern
-accessories/plugins/EncryptNode.properties_0 = Bitte w\u00e4hlen Sie ein Passwort f\u00fcr den verschl\u00fcsselten Knoten
-accessories/plugins/EncryptNode.properties_1 = Die Passw\u00f6rter stimmen nicht \u00fcberein oder sind zu kurz.
-accessories/plugins/EncryptNode.properties_2 = Passwort eingeben:
-accessories/plugins/EncryptNode.properties_3 = Passwort wiederholen:
-accessories/plugins/EncryptNode.properties_4 = Bitte geben Sie das Passwort ein.
-accessories/plugins/EncryptNode.properties_5 = <html>Bitte beachten Sie, dass die St\u00e4rke der Verschl\u00fcsselung<br> fast vollst\u00e4ndig von der Qualit\u00e4t Ihres Passwortes abh\u00e4ngt.</html>
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Abbrechen
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = <html>Sie k\u00f6nnen diese Funktion nur auf bereits eingef\u00fcgte verschl\u00fcsselte Knoten anwenden.<br> Bitte, f\u00fcgen Sie solchen einen Knoten mittels des Extra-Men\u00fcs ein.</html>
-accessories/plugins/EncryptNode.properties_select_me = Zum weitermachen hier klicken
-accessories/plugins/EncryptNode.properties_wrong_password = Das Passwort ist falsch.
-accessories/plugins/ExportWithTWiki.text = Als TWiki
-accessories/plugins/ExportWithTWiki.tooltip = Exportiert die ganze Mindmap als TWiki Dokument.
-accessories/plugins/ExportWithXSLT.tooltip = Eine allgemeine Exportmethode, die XSLT Skripte verwendet.
-accessories/plugins/ExportWithXSLT_Applet.text = Als Java Applet
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exportiert die ganze Mindmap als Java Browser Applet.
-accessories/plugins/ExportWithXSLT_Flash.text = Als Flash
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exportiert die ganze Mindmap als Flash Anwendung.
-accessories/plugins/ExportWithXSLT_HTML.text = Als XHTML (JavaScript Version)
-accessories/plugins/ExportWithXSLT_HTML3.text = Als XHTML (Mit verlinktem &Bild der Mindmap)
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Ressourcen nach Taskjuggler
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exportiert Ressourcen vom RESOURCES Knoten zu Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Aufgaben nach Taskjuggler
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exportiert Aufgaben vom TASKS Knoten zu Taskjuggler. </html>
-action_keystroke_in_use_error = Tastaturk\u00fcrzel {0} f\u00fcr {1} wird bereits f\u00fcr {2} verwendet.
-active = Aktiv
-actual_map_styles = aktuell auf Knoten angewandte mindmapbezogene Stile
-actual_node_styles = aktuell auf Knoten angewandte knotenbezogene Stile
-add = &Hinzuf\u00fcgen
-AddConnectorAction.text = Konnekto&r hinzuf\u00fcgen
-AddElementaryConditionAction.text = &Hinzuf\u00fcgen
-AddLocalLinkAction.text = Link von Knoten zu Knoten
-AddMenuItemLinkAction.text = Link auf Men\u00fceintrag...
-AddOnDetailsPanel.authored.by = Von {0}
-AddOnDetailsPanel.header.function = Funktion
-AddOnDetailsPanel.header.menu = Men\u00fceintrag
-AddOnDetailsPanel.header.shortcut = Tastaturk\u00fcrzel
-AddOnDetailsPanel.homepage = Homepage:
-addons.installer.canceled = Installation abgebrochen
-addons.installer.confirm.licence = <html><body><h1>Lizenz:</h1>{0}<p><p><em>Akzeptieren Sie die Lizenzbedingungen?</em></p></body></html>
-addons.installer.failed = Installation fehlgeschlagen: {0}
-addons.installer.freeplaneversion.format.error = Formatfehler in {0} (Wert: {1})
-addons.installer.groovy.script.name = Der Skript-Name {0} endet nicht auf ".groovy"
-addons.installer.html.script = Skripttext darf nicht HTML-formatiert sein
-addons.installer.install = Installieren
-addons.installer.invalid.keyboard.shortcut = Ung\u00fcltiger Shortcut {0}
-addons.installer.licence.unchanged = Lizenz ist unver\u00e4ndert
-addons.installer.map.structure = Fehlerhafte Mindmap-Struktur: {0}
-addons.installer.missing.child.nodes = Fehlende Unterknoten: {0}
-addons.installer.missing.permission.attribute = Skript {0}: fehlende Berechtigungsattribute {1}
-addons.installer.missing.properties = Fehlende "properties"-Attribute: {0}
-addons.installer.missing.translation = \u00dcbersetzung von {0} fehlt f\u00fcr {1}
-addons.installer.no.scripts = Keine Skripte definiert
-addons.installer.no.zipdata = es wurden keine ZIP-Daten gefunden
-addons.installer.nonstandard.permissions = Das Skript ben\u00f6tigt die folgenden Berechtigungen, die zz. nicht gesetzt sind: {0}.\u000aSollen diese zu den Standardberechtigungen hinzugef\u00fcgt werden?
-addons.installer.one.child.expected = erwartet wurde nur EIN Unterknoten {0}, allerdings existiert {1}
-addons.installer.script.no.execution_mode = f\u00fcr {0} ist das Attribut "execution_mode" nicht definiert
-addons.installer.script.no.menulocation = f\u00fcr {0} ist das Attribut "menuLocation" nicht definiert
-addons.installer.script.no.menutitle = f\u00fcr {0} ist das Attribut "menuTitleKey" nicht definiert
-addons.installer.script.no.permissions = Keine Berechtigungen definiert f\u00fcr {0}
-addons.installer.success = Installation erfolgreich.\u000aDas neue Add-On wird nach einem Neustart zur Verf\u00fcgung stehen.
-addons.installer.success.update = Aktualisierung von {0} auf {1} war erfolgreich.\nEinige Funktionen k\u00f6nnten erst im Anschluss an einen Neustart verf\u00fcgbar sein.
-addons.installer.title = Installiere Add-On...
-addons.installer.too.new = Die aktuelle Freeplane-Version {0} ist zu neu. Dieses Add-On wird nur bis {1} unterst\u00fctzt.
-addons.installer.too.old = Die aktuelle Freeplane-Version {0} ist zu alt. Dieses Add-On braucht mindestens {1}.
-addons.installer.unknown.deinstallation.rules = Unbekannte Deinstallations-Regel(n): {0}
-addons.installer.update = Update von Version {0}
-addons.installer.warning = <html><body><em>die Installation von AddOns sollte nur von vertrauensw\u00fcrdigen Quellen erfolgen. Schadsoftware k\u00f6nnte sonst einen Datenverlust hervorrufen oder zur Verletzung der Privatsph\u00e4re f\u00fchren.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = Attribute von Stil
-AddStyleAttributes.tooltip = F\u00fcgt die Attribute der Stildefinition ein
-AllMapsNodeListAction.text = Suchen und ersetzen (global)...
-always = Immer
-AlwaysUnfoldedNodeAction.text = Knoten st\u00e4ndig &ausklappen
-antialias_all = Kantengl\u00e4ttung f\u00fcr Alles verwenden
-antialias_edges = Kantengl\u00e4ttung f\u00fcr Konten-Linien verwenden
-antialias_none = Kantengl\u00e4ttung deaktivieren
-apply = \u00dc&bernehmen
-ApplyAction.text = \u00dc&bernehmen
-ApplyFormatPlugin.text = &Format \u00e4ndern...
-ApplyFormatPlugin.tooltip = Dialog, in dem Knoten- und Kantenformate ge\u00e4ndert werden k\u00f6nnen.
-ApplyNoFilteringAction.text = Filter &deaktivieren
-ApplySelectedViewConditionAction.text = &Ausgew\u00e4hlte Knoten filtern
-ApplyToVisibleAction.text = Auf gefilterte Knoten an&wenden
-as_parent = Wie Oberknoten
-AskForHelp.text = &Hilfe anfordern...
-AssignAttributesAction.text = Attribute &zuweisen...
-attribute_delete = &Alle Werte l\u00f6schen
-attribute_delete_value = &Diesen Wert l\u00f6schen
-attribute_font_size_tooltip = Schriftgr\u00f6\u00dfe f\u00fcr Attribute
-attribute_list_box_label_text = Vorhandene Werte
-attribute_name = Name des Attributes
-attribute_replace = &Ersetzen durch
-attribute_top = Alle bekannten Attribute der geladenen Mindmaps
-attribute_value = Wert des Attributes
-attributes_AddAttributeAction.text = Attribute \u00fcber &Dialog einf\u00fcgen...
-attributes_adding_empty_attribute_error = Der Attributname darf nicht leer sein!
-attributes_all = Alle Attribute
-attributes_assign_dialog = Attribute zuweisen
-attributes_attribute = Attribute
-attributes_close = Schlie\u00dfen
-attributes_deselect_all = Nichts
-attributes_dialog_title = Attribute verwalten
-attributes_edit = Editieren
-attributes_edit_tooltip = Attribute editieren
-attributes_for_selected = A&usgew\u00e4hlte Knoten
-attributes_for_visible = Alle &sichtbaren Knoten
-attributes_import = &Importieren
-attributes_import_tooltip = Attribute aus anderen geladenen Mindmaps Importieren
-attributes_no_import_candidates_found = Keine neue Attribute gefunden
-attributes_popup_delete = Entfernen
-attributes_popup_down = Nach Unten
-attributes_popup_edit = Editieren
-attributes_popup_hide = Verstecken
-attributes_popup_new = Neues Attribut
-attributes_popup_optimal_width = Optimale Breite
-attributes_popup_up = Nach Oben
-attributes_refresh = Aktualisieren
-attributes_RemoveAllAttributesAction.text = &alle
-attributes_RemoveFirstAttributeAction.text = &erstes
-attributes_RemoveLastAttributeAction.text = &letztes
-attributes_restricted_attributes_tooltip = Auswahl auf eine vordefinierte Liste von Attributen begrenzen
-attributes_restricted_values_tooltip = M\u00f6gliche Werte f\u00fcr dieses Attribut beschr\u00e4nken
-attributes_restriction = Beschr\u00e4nkte Menge
-attributes_select_all = Alles
-attributes_select_all_tooltip = Alle ausw\u00e4hlen bzw. Auswahl l\u00f6schen
-attributes_show = Zeigen
-attributes_skip_root = &Ohne Wurzelknoten
-attributes_visible = Auswahl f\u00fcr Ansicht->Attribute->Ausgew\u00e4hlte Attribute Anzeigen
-attributes_visible_tooltip = Auswahl f\u00fcr Ansicht->Attribute->Ausgew\u00e4hlte Attribute anzeigen
-automatic_layout = Hierarchiebezogener Knotenstil
-automatic_layout_disabled = (deaktiviert)
-automatically_save_message = Mindmap wurde automatisch unter dem Dateinamen {0} gespeichert...
-AutomaticEdgeColorHookAction.text = Automatische Linienfarbe
-AutomaticLayout.ALL = f\u00fcr alle Knoten
-AutomaticLayout.HEADINGS = f\u00fcr Knoten, die keine Bl\u00e4tter sind
-AutomaticLayout.level = Level {0}
-AutomaticLayout.level.root = Wurzel-Knoten
-AutomaticLayoutAction.text = &Automatisches Layout
-AutomaticLayoutAction.tooltip = <html>Formatiert die Knoten entsprechend  Extras->Einstellungen...->Automatisches Layout</html>
-AutomaticLayoutControllerAction.ALL.text = f\u00fcr alle Knoten
-AutomaticLayoutControllerAction.HEADINGS.text = f\u00fcr alle Knoten, die keine Bl\u00e4tter sind
-AutomaticLayoutControllerAction.null.text = (deaktiviert)
-BackAction.text = Sprung zum Vorg\u00e4nger-Knoten
-BackAction.tooltip = <html>Springt zum vorhergehenden Knoten aus der<br/>Selektions-Historie der aktuellen Mindmap</html>
-background = Hintergrund
-bitmaps = Bitmaps
-black = Schwarz
-BlinkingNodeHookAction.text = &Blinkend
-BlinkingNodeHookAction.tooltip = <html>Die Knotenschrift \u00e4ndert laufend die Farbe. Diese Funktion sollte nicht bei vielen Knoten angewendet werden und<br> <b> nicht zusammen mit anderen Formatierungseigenschaften bei einem Knoten.</b></html>
-blue = Blau
-BoldAction.text = &Fett
-boldify_branch = Zweig Fett
-branch = Zweig
-browse = Browse...
-calendar_attributes_panel = Kalender und Attribute
-calendar_panel = Kalender
-can_not_connect_to_info_server = Verbindung zu Informations-Server nicht m\u00e4glich.
-can_not_delete_predefined_style = Standard Knotenstile k\u00f6nnen nicht gel\u00f6scht werden.
-can_not_delete_root_style = Der Knotenstil des Wurzelknotens kann nicht gel\u00f6scht werden.
-can_not_delete_style_group = Diese Gruppe von Knotenstilen kann nicht gel\u00f6scht werden.
-can_not_save_key_set = Kann HotKeys nicht speichern
-cancel = &Abbrechen
-CancelAction.text = &Abbrechen
-cannot_add_parent_diff_parents = Alle Knoten m\u00fcssen zum selben Oberknoten geh\u00f6ren, um diese Funktion auszuf\u00fchren.
-cannot_add_parent_to_root = Der Wurzelknoten kann nicht ver\u00e4ndert werden.
-cannot_delete_root = Der Wurzelknoten kann nicht gel\u00f6scht oder ausgeschnitten werden.
-cannot_join_nodes_with_children = Knoten, die Unterknoten haben, k\u00f6nnen nicht verbunden werden.
-cannot_move_to_child = Ein Knoten kann nicht auf seine Unterknoten verschoben werden.
-CenterAction.text = Zentrieren
-CenterSelectedNodeAction.text = Auf &Knoten zentrieren
-ChangeConnectorArrowsAction.backward.text = Zur\u00fcck
-ChangeConnectorArrowsAction.both.text = Beide
-ChangeConnectorArrowsAction.forward.text = Vorw\u00e4rts
-ChangeConnectorArrowsAction.none.text = Keinen
-ChangeConnectorArrowsAction.text = \u00c4ndern der Pfeile des Konnektors
-ChangeConnectorShapeAction.CUBIC_CURVE.text = &Kurve
-ChangeConnectorShapeAction.EDGE_LIKE.text = &Wie Knotenlinie
-ChangeConnectorShapeAction.LINE.text = &Gerade
-ChangeConnectorShapeAction.LINEAR_PATH.text = &Linearer Pfad
-ChangeNodeLevelLeftsAction.text = Nach &links schieben
-ChangeNodeLevelLeftsAction.tooltip = <html><ul><li>Links vom Wurzelknoten werden die Knoten zu Unterknoten ihrer ehemals benachbarten Knoten.</li><li>Rechts vom Wurzelknoten rutschen sie eine Hierarchieebene h\u00f6her.</li><li>Direkt rechts vom Wurzeknoten tauschen sie die Seite nach links.</li></ul></html>
-ChangeNodeLevelRightsAction.text = Nach &rechts schieben
-ChangeNodeLevelRightsAction.tooltip = <html><ul><li>Rechts vom Wurzelknote werden die Knoten zu Unterknoten ihrer ehemals benachbarten Knoten.</li><li>Links vom Wurzelknoten rutschen sie eine Hierarchieebene h\u00f6her.</li><li>Direkt links vom Wurzelknoten tauschen sie die Seite nach rechts.</li></ul></html>
-choose_background_color = Hintergrundfarbe ausw\u00e4hlen.
-choose_cloud_color = Farbe der Wolke ausw\u00e4hlen.
-choose_edge_color = Farbe der Linien ausw\u00e4hlen.
-choose_map_background_color = Hintergrundfarbe der Mindmap ausw\u00e4hlen.
-choose_node_background_color = Hintergrundfarbe des Knotens ausw\u00e4hlen.
-choose_node_color = Knotenfarbe ausw\u00e4hlen.
-ClearLinkAnchorAction.text = L\u00f6s&che Anker
-ClearLinkAnchorAction.tooltip = <html>l\u00f6schen des Hyperlink-Bezugspunktes</html>
-close_btn = S&chlie\u00dfen
-CloseAction.text = Mindmap s&chlie\u00dfen
-CloudAction.text = &Wolke um Knotenauswahl
-CloudColorAction.text = &Wolkenfarbe...
-CloudShapeAction.ARC.text = Bogen
-CloudShapeAction.RECT.text = Rechteck
-CloudShapeAction.ROUND_RECT.text = Abgerundetes Rechteck
-CloudShapeAction.STAR.text = Stern
-ColorProperty.ResetColor = Farbe zur\u00fccksetzen
-combined = Kombiniert
-condition = Bedingung
-confirmation = Sicherheitsbest\u00e4tigung
-connector = Konnektor
-connector_arrows = Konnektor &Pfeile
-connector_label = Beschriftung des Konnektors
-connector_lines = Konnektor &Linien
-connector_shapes = Konnektor &Formen
-ConnectorColorAction.text = Farbe des Konnektors
-CopyAction.text = &Selektion
-CopyAction.tooltip = Kopiert den markierten Knoten und seine Nachfolger
-CopyAttributes.text = Attribute kopieren
-CopyIDAction.text = Knoten-I&D
-CopyMapStylesAction.text = Knotenstile importieren...
-CopyNodeURIAction.text = Knoten-&URI
-copyright = Copyright \u00a9 2000-2012 Freeplane Entwicklungsteam und andere
-CopySingleAction.text = Knoten-&Inhalt
-CopySingleAction.tooltip = Kopiert nur den markierten Knoten
-CopyStyleExtensionsAction.text = Erweiterungen des Stilknotens einf\u00fcgen
-corrupt_map = Die Datei ist besch\u00e4digt.
-CreateConjunctConditionAction.text = &Und
-CreateDisjunctConditionAction.text = &Oder
-CreateNotSatisfiedConditionAction.text = &Nicht
-CreationModificationPluginAction.text = \u00c4nderungs&zeiten anzeigen
-CreationModificationPluginAction.tooltip = <html>Diese Funktion speichert Erzeugungs- und \u00c4nderungsdatum jedes Knotens.</html>
-current_dir = Mindmaps
-CutAction.text = &Ausschneiden
-decrease_branch_font_size = S&chrift des Zweiges verkleinern
-DecreaseNodeFontAction.text = &Kleinere Schrift
-default = Standard
-DefaultColorAction.text = Standardfarbe
-defaultstyle.details = Details
-defaultstyle.floating = Schwebender Knoten
-defaultstyle.note = Notiz
-delete = &Entfernen
-delete_child = Knoten l\u00f6schen
-DeleteAction.text = Knoten l&\u00f6schen
-DeleteConditionAction.text = &Entfernen
-DeleteDetailsAction.text = Knotendetails l\u00f6schen
-DeleteLevelStyleAction.text = Entferne Ebene vom automatischen Knotenstil
-DeleteStyleAction.text = Entferne Knotenstil
-DeleteUserStyleAction.text = Entferne benutzerdefinierten Knotenstil
-dialect_info.app = die Mindmap-Datei {0} wurde mit dem Programm {1} erzeugt.
-dialect_info.unknownApp = die eingelesene Mindmap wurde mit einem unbekannten Programm erzeugt.
-dialect_info.unknownURL = die Webseite ist unbekannt
-dialect_info.url = Bitte die Programm-Webseite {0} f\u00fcr weiterf\u00fchrende Informationen konsultieren
-dialect_info.warning = es kann sein, dass Freeplane dies inkorrekt \u00f6ffnet, anzeigt oder abspeichert
-DirectHtmlFlavorHandler = HTML als einzelnen Knoten
-DocumentationAction.text = &Dokumentation (Erste Schritte)...
-down = Ab
-download = Download
-dropped_file_error = Konnte fallen gelassene Datei(en) nicht \u00f6ffnen. Grund: {0}
-edge = Linie
-edge_is_formatted_by_style = Die Eigenschaften der Knotenlinie werden durch den Knotenstil festgelegt. Zum \u00c4ndern bearbeiten Sie den entsprechenden Knotenstil.
-edge_style = Linienform
-edge_width = Linienbreite
-EdgeColorAction.text = Linienf&arbe...
-EdgeStyleAction.bezier.text = geschwungen
-EdgeStyleAction.bezier.tooltip = <html>Stellt die Verbindung zwischen den Knoten<br>als geschwungene Linie dar.</html>
-EdgeStyleAction.hide_edge.text = (deaktiviert)
-EdgeStyleAction.hide_edge.tooltip = <html>Wenn der Knoten selektiert ist, wird die<br>Verbindung zum Oberknoten gepunktet dargestellt.<br>Ist er nicht selektiert, so wird die Linie ausgeblendet.</html>
-EdgeStyleAction.horizontal.text = horizontal
-EdgeStyleAction.horizontal.tooltip = <html>Stellt die Verbindung zwischen den Knoten<br>als horizontale und vertikale Linien dar.</html>
-EdgeStyleAction.linear.text = gerade
-EdgeStyleAction.linear.tooltip = <html>Stellt die Verbindung zwischen den Knoten<br>als gerade Linie dar.</html>
-EdgeStyleAction.sharp_bezier.text = spitz und geschwungen
-EdgeStyleAction.sharp_bezier.tooltip = <html>Stellt die Verbindung zwischen den Knoten<br>als geschwungene, spitz zulaufende Linie dar.</html>
-EdgeStyleAction.sharp_linear.text = gerade und spitz
-EdgeStyleAction.sharp_linear.tooltip = <html>Stellt die Verbindung zwischen den Knoten<br>als gerade, spitz zulaufende Linie dar.</html>
-EdgeStyleAsParentAction.text = geerbt
-EdgeStyleAsParentAction.tooltip = <html>\u00dcbernimmt die Darstellung des Linientyps von seinem Oberknoten.</html>
-EdgeWidthAction_width_parent.text = geerbt
-EdgeWidthAction_width_thin.text = d\u00fcnn
-edit = &Bearbeiten
-edit.decision = HTML Editor
-edit.edit_rich_text = Wollen Sie Formatierungen (fett, kursiv, etc.) benutzen?
-edit_details = Knotendetails bearbeiten...
-edit_end_label = <html>Konnektor<br/>Beschriftung</html>
-edit_label_font_family = Schriftart
-edit_label_font_size = Schriftgr\u00f6\u00dfe
-edit_link_manually = Link Manuell bearbeiten...
-edit_long_node = Knoten mit Fliesstext bearbeiten
-edit_middle_label = Text in der Mitte
-edit_note = Notiz bearbeiten
-edit_source_label = Text am Anfang
-edit_target_label = Text am Ende
-edit_transparency_label = Transparenz
-edit_width_label = Breite
-EditAction.text = Text &bearbeiten...
-EditAttributesAction.text = &Attribute editieren...
-EditDetailsAction.text = Details &bearbeiten...
-EditDetailsInDialogAction.text = Details im Editor bearbeiten...
-EditFilterAction.text = &Editieren...
-EditLongAction.text = Text im &Editor bearbeiten...
-EditNoteInDialogAction.text = Notiz &bearbeiten...
-EditScript = Skript bearbeiten...
-EditStylesAction.text = Knotenstile bearbeiten...
-EncryptedMap.text = Neue ve&rschl\u00fcsselte Mindmap...
-EncryptedMap.tooltip = Erzeugt eine neue Mindmap die als ganzes verschl\u00fcsselt gespeichert wird.
-enter_base_url = Freeplane wird realtive Links einf\u00fcgen. Bitte geben sie die Basis-URL an.
-enter_condition_name = Name f\u00fcr neue Bedingung zuweisen
-enter_confirms = &Eingabetaste Schlie\u00dft das Fenster.
-enter_keyset_name = Bitte geben sie einen Namen f\u00fcr das Hot-Key-Set an
-enter_map_url = Bitte die URL der Mindmap eingeben
-enter_new_style_name = Name f\u00fcr neuen Knotenstil
-enter_node_id = Konten ID eingeben
-enter_zoom = Vergr\u00f6\u00dferung bearbeiten
-EnterPassword.text = Knoten ver- / ent&schl\u00fcsseln...
-error = Fehler
-error_applying_template = Beim Anwenden des XSL-Template ist ein Fehler aufgetreten
-error_creating_directory = Beim Erstellen des Verzeichnisses f\u00fcr den Export ist ein Fehler aufgetreten.
-error_in_template = Fehler in der Default-Mindmap-Datei {0} gefunden. Bitte diese Datei l\u00f6schen.
-errornumber = {0} Fehler
-ExecuteScriptError.text = Beim Ausf\u00fchren des Skripts ist ein Fehler aufgetreten.\u000aF\u00fcr Details siehe Logfile.
-ExecuteScriptForAllNodes.text = Alle Skripte dieser Mindmap ausf\u00fchren
-ExecuteScriptForSelectionAction.text = Alle Skripte dieses Knotens ausf\u00fchren
-ExecuteScriptOnSelectedNode.text = {0} f\u00fcr alle ausgew\u00e4hlten Knoten ausf\u00fchren
-ExecuteScriptOnSelectedNodeRecursively.text = {0} rekursiv f\u00fcr ausgew\u00e4hlte Knoten ausf\u00fchren
-ExecuteScriptOnSingleNode.text = {0} f\u00fcr einen ausgew\u00e4hlten Knoten ausf\u00fchren
-ExecuteScripts.noScriptsAvailable = Kein Script vorhanden
-ExecuteScripts.text = S&kripte
-ExecuteScriptSecurityError.text = Beim Ausf\u00fchren des Skripts ist ein Fehler aufgetreten:\u000a{0}
-export_failed = Export ist fehlgeschlagen.
-export_pdf_text = Portables Dokumentenformat (PDF)
-export_svg_text = Skalierbare Vektorgrafik (SVG)
-export_using_xslt = Freeplane Export mittels XSLT
-ExportAction.text = E&xport...
-ExportBranchAction.text = Z&weig als neue Mindmap speichern...
-ExportBranchToHTMLAction.text = Zweig als HTML
-exported_file = {0} Datei
-ExportPdf.text = Als PDF
-ExportSvg.text = Als SVG
-ExportToHTMLAction.text = Als HTML
-ExportToImage.jpg.text = Als JPEG
-ExportToImage.png.text = Als PNG
-ExportToOoWriter.text = Als Open Office Writer Dokument
-extension_menu = &Stile
-ExternalImage_popupMenu_Change = Tauschen...
-ExternalImage_popupMenu_Open = In Bildbetrachter \u00f6ffnen
-ExternalImage_popupMenu_Remove = Entfernen
-ExternalImage_popupMenu_ResetZoom = Zoom zur\u00fccksetzen
-ExternalImageAddAction.text = Bild hinzuf\u00fcgen...
-ExternalImageChangeAction.text = Bild tauschen...
-ExternalImageRemoveAction.text = Bild entfernen...
-ExtractLinkFromTextAction.text = Link aus Knoten&text erzeugen
-ExtractLinkFromTextAction.tooltip = <html>Erzeugt aus einem Knotentext, der eine g\u00fcltige URL einth\u00e4lt <br> (z.B. http://www.google.de) einen Hyperlink </html>
-f_button_unassigned = <nicht zugewiesen>
-FaqOpenURLAction.text = FAQ (H\u00e4ufig gestellte Fragen)
-file = &Datei
-file_already_exists = Die Datei {0} existiert bereits. Soll sie \u00fcberschrieben werden?
-file_not_found = Fehler: Datei {0} nicht gefunden.
-FileListFlavorHandler = Links zu Dateien
-FileProperties_BranchLeafCount = Anzahl der Blatt-Knoten in selektieren Zweig(en):
-FileProperties_BranchNodeCount = Anzahl der Knoten in selektierten Zweig(en):
-FileProperties_ChangesSinceLastSave = \u00c4nderungen seit letztem Speichern:
-FileProperties_FileName = Dateiname:
-FileProperties_FileSaved = Datei gespeichert:
-FileProperties_FileSize = Dateigr\u00f6\u00dfe:
-FileProperties_MainBranchCount = Anzahl der Hauptzweige:
-FileProperties_NeverSaved = Nicht gespeichert
-FileProperties_NodeChildCount = Anzahl der Unterknoten der selektierten Knoten:
-FileProperties_NodeSelectionCount = Anzahl der selektierten Knoten:
-FileProperties_TotalFilteredCount = Anzahl der Knoten, die Filterkriterien erf\u00fcllen:
-FileProperties_TotalLeafCount = Gesamtzahl der Blatt-Knoten:
-FileProperties_TotalNodeCount = Gesamtzahl der Knoten:
-FilePropertiesAction.text = Mindmap S&tatistik...
-FileRevisionsDialog.cancel = Abbru&ch
-FileRevisionsDialog.file_last_modified = Zeitstempel
-FileRevisionsDialog.file_name = Dateiname
-FileRevisionsDialog.file_size = Dateigr\u00f6\u00dfe
-FileRevisionsDialog.open = &Oeffnen
-FileRevisionsDialog.open.tooltip = Datei \u00f6ffnen, selbst wenn diese veraltet ist
-FileRevisionsDialog.question = Revisionen von {0} gefunden
-FileRevisionsDialog.restore = Wiederherstellen
-FileRevisionsDialog.restore.tooltip = {0} durch {1} ersetzen
-FileRevisionsDialog.title = Dateirevisionen
-filter = Filter aktivieren
-filter_add = &Hinzuf\u00fcgen
-filter_and = &Und
-filter_any_text = Text, Details oder Notiz
-filter_conditions = Filter
-filter_contains = beinhaltet
-filter_created_after = Erzeugt nach dem
-filter_created_before = Erzeugt vor dem
-filter_delete = &Entfernen
-filter_details = Details
-filter_dialog = Filter definieren
-filter_does_not_exist = Fehlt
-filter_edit_description = Filterliste editieren
-filter_enter_value = Einen Wert eingeben
-filter_even_level = Knoten einer geraden Ebene
-filter_exist = existiert
-filter_icon = Icon
-filter_is_equal_to = ist gleich
-filter_is_not_equal_to = ist ungleich
-filter_leaf = Blatt Knoten
-filter_link = Hyperlink
-filter_match_approximately = \u00c4hnlichkeit
-filter_match_approximately_tooltip = <html>Legt fest, ob bei der Auswertung des Filterkriteriums<br/>auch das Auffinden \u00e4hnlicher Ausdr\u00fccke zul\u00e4ssig ist<br/>z.B. w\u00fcrde das Suchen nach 'files' auch 'flies' finden</html>
-filter_match_case = &Gro\u00df-/Kleinschreibung
-filter_match_case_tooltip = <html>Legt fest, ob bei der Auswertung des Filterkriteriums auf<br/>identische Gro\u00df- und Kleinschreibung geachtet wird</html>
-filter_modified_after = ver\u00e4ndert nach dem
-filter_modified_before = ver\u00e4ndert vor dem
-filter_no_filtering = Kein Filter
-filter_node = Text
-filter_node_level = Knoten Ebene
-filter_not = &Nicht
-filter_note = Notiz
-filter_odd_level = Knoten einer ungeraden Ebene
-filter_or = Ode&r
-filter_parent = Text des Oberknotens
-filter_periodic_level = Periodisch
-filter_priority = Priorit\u00e4t
-filter_regexp_matches = passt auf RegExp
-filter_reminder = Erinnerung
-filter_reminder_after = f\u00e4llig nach
-filter_reminder_before = f\u00e4llig vor
-filter_reminder_executed = bereits ausgef\u00fchrt
-filter_reminder_later = noch nicht f\u00e4llig
-filter_root = Wurzelknoten
-filter_script = Script-Filter
-filter_select = &Selektieren
-filter_selected_node_view = Selektierte Knoten
-filter_selected_node_view_snapshot = Gespeicherte Auswahl
-filter_style = Knotenstil
-filter_time = \u00c4nderungstag
-FilterComposerDialog.save = &Speichern
-filters_not_loaded = Filter kann nicht geladen werden, die Datei ist besch\u00e4digt.
-find_what = Suchbegriff
-FindAction.text = &Suchen...
-FirstGroupNodeAction.text = Knoten als Gruppierungs&beginn setzen
-fit_map_to_page = Mindmap auf &Seite einpassen
-fit_map_to_page_height = Mindmap auf Seiten&h\u00f6he einpassen
-fit_map_to_page_width = Mindmap auf Seiten&breite einpassen
-FitToPage.text = Auf &Seite einpassen
-FitToPage.tooltip = Stellt die Vergr\u00f6\u00dferung so ein, dass die gesamte Mindmap in das aktuellen Fenster passt.
-fold = Falten
-FoldAllAction.text = Zweig &zuklappen
-FoldAllAction.tooltip = <html>Klappt alle Unterknoten des selektierten Zweigs zu</html>
-FoldOneLevelAction.text = Letzte Ebene zuklappen
-FoldOneLevelAction.tooltip = <html>Klappt letzten Unterknoten des selektierten Zweigs um eine Ebene zu</html>
-follow_graphical_link = Zu:
-FollowLinkAction.text = &Hyperlink folgen
-font = Schriftart
-FontFamilyAction.text = Schriftart
-FontSizeAction.text = Schriftgr\u00f6\u00dfe
-format_invalid_pattern = kein g\u00fcltiges Format
-format_menu_cloud_shapes = Wolken
-format_menu_edge_styles = Linienf&ormen
-format_menu_edge_widths = &Linienbreite
-format_panel = Format
-FormatCopy.text = Knotenstil kopieren
-FormatCopy.tooltip = <html>Kopiert die Formatierung des Knotens in den Zwischenspeicher</html>
-FormatPaste.text = Knotenstil einf\u00fcgen
-FormatPaste.tooltip = <html>F\u00fcgt die zwischengespeicherte Formatierung in den Knoten ein</html>
-formats_not_loaded = Die Formate konnten nicht geladen werden, da die Datei besch\u00e4digt ist.
-formula.error.attributeValueIsNull = Das Attribut "{0}" hat den Wert NULL (ist nicht definiert).
-formula.error.circularReference = Zirkelbezug: Die Formel im Knoten "{0}" nimmt Bezug auf sich selbst.
-formula.EvaluateAllAction.text = &Alle auswerten
-formula.EvaluateAllAction.tooltip = Wertet alle Formeln der aktuellen Mindmap aus
-formula.menuname = &Formeln
-formula_editor = Formel bearbeiten
-ForwardAction.text = Sprung zum Nachfolger-Knoten
-ForwardAction.tooltip = <html>Springt zum n\u00e4chstfolgenden Knoten der<br/>Selektions-Historie der aktuellen Mindmap</html>
-FreeNodeAction.text = &Freie Knotenpositionierung
-Freeplane.progress.buildScreen = Bildschirm aufbauen...
-Freeplane.progress.createController = Controller erzeugen...
-Freeplane.progress.createInitialMode = Initialen Modus erzeugen...
-Freeplane.progress.endStartup = Start beendet.
-Freeplane.progress.gettingPreferenceDirectories = Ermittle Verzeichnisse...
-Freeplane.progress.gettingPreferences = Lese Voreinstellungen...
-Freeplane.progress.loadMaps = Mindmaps laden...
-Freeplane.progress.propagateLookAndFeel = Look And Feel \u00fcbernehmen...
-Freeplane.progress.settingPreferences = Voreinstellungen setzen...
-Freeplane.progress.startCreateController = Controller starten...
-Freeplane.progress.updateLookAndFeel = Look And Feel aktualisieren...
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = Hilfeseiten...
-FreeplaneHelpStarter.tooltip = Freeplane Hilfe
-GettingStartedAction.text = Funktions&referenz...
-GotoLinkNodeAction.text = Folge Link
-GotoNodeAction.text = Gehe zu Knoten mit &ID...
-GrabKeyDialog.common.cancel = Abbrechen
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Zugewiesen zu
-GrabKeyDialog.grab-key.assigned-to.none = Nicht zugewiesen
-GrabKeyDialog.grab-key.clear = L\u00f6schen
-GrabKeyDialog.grab-key.remove = Entfernen
-GrabKeyDialog.grab-key.remove-ask = Sind Sie sicher, dass Sie diese Tastenzuweisung entfernen m\u00f6chten?
-GrabKeyDialog.grab-key.title = Neuen ShortCut zuweisen
-green = Gr\u00fcn
-help = &Hilfe
-HideableAction.tooltip = <html>Markiert jeden ge\u00e4nderten Knoten mit einer definierbaren Hintergrundfarbe.</html>
-HideAllAttributesAction.text = Alle &verbergen
-HierarchicalIcons2Action.text = &Schnittmenge der Icons aller Unterknoten bilden
-HierarchicalIconsAction.text = &Vereinigung der Icons aller Unterknoten bilden
-HierarchicalIconsAction.tooltip = <html>Oberknoten zeigt jeweils alle Icons, die von den Unterknoten<br>verwendet werden, als verkleinterte eigene Icons an</html>
-hot_keys = HotKeys
-hot_keys_table = Tabelle der HotKeys
-HotKeyInfoAction.text = &HotKey-\u00dcbersicht...
-html_export_based_on_headings = HTML Export - \u00dcberschriftenbasiert
-html_export_fold_all = HTML-Export Alles Eingeklappt
-html_export_fold_currently_folded = HTML-Export mit Aktueller Faltung
-html_export_no_folding = HTML-Export Ohne Faltung
-html_problem = <html>kann HTML nicht verarbeiten<br><br>{0}
-icon_0% = &0%
-icon_100% = &100%
-icon_25% = &25%
-icon_50% = &50%
-icon_75% = &75%
-icon_addition = Addition
-icon_attach = &Hier hin sehen
-icon_audio = Audio
-icon_back = &Zur\u00fcck
-icon_bee = &Freeplane
-icon_bell = &Erinnerung
-icon_bookmark = &Hervorragend
-icon_broken-line = &Unterbrochen
-icon_button_cancel = &Nicht OK
-icon_button_ok = &OK
-icon_calendar = &Termin
-icon_checked = Markiert
-icon_clanbomber = &Gef\u00e4hrlich
-icon_clock = &Zeit
-icon_clock2 = &Erinnerung
-icon_closed = &Kein Eingang
-icon_decrypted = N&icht verschlossen
-icon_desktop_new = &Nicht vergessen
-icon_division = Division
-icon_down = Nach &Unten
-icon_edit = &Verfeinern
-icon_encrypted = &Verschlossen
-icon_executable = Ausf\u00fchrbar
-icon_family = &Familie
-icon_fema = Mann&/ Frau
-icon_female1 = &Frau1
-icon_female2 = &Frau2
-icon_females = Fraue&n
-icon_flag = &Rote Flagge
-icon_flag-black = &Schwarze Flagge
-icon_flag-blue = &Blaue Flagge
-icon_flag-green = &Gr\u00fcne Flagge
-icon_flag-orange = &Orangefarbene Flagge
-icon_flag-pink = &Pinkfarbene Flagge
-icon_flag-yellow = G&elbe Flagge
-icon_folder = &Ordner
-icon_forward = &Vorw\u00e4rts
-icon_freemind_butterfly = Free&Mind
-icon_full-0 = Priorit\u00e4t &0
-icon_full-1 = Priorit\u00e4t &1
-icon_full-2 = Priorit\u00e4t &2
-icon_full-3 = Priorit\u00e4t &3
-icon_full-4 = Priorit\u00e4t &4
-icon_full-5 = Priorit\u00e4t &5
-icon_full-6 = Priorit\u00e4t &6
-icon_full-7 = Priorit\u00e4t &7
-icon_full-8 = Priorit\u00e4t &8
-icon_full-9 = Priorit\u00e4t &9
-icon_go = &Gr\u00fcne Ampel
-icon_gohome = &Home
-icon_group = Gru&ppe
-icon_help = &Frage
-icon_hourglass = &Warten
-icon_icon_not_found = Das Icon wurde nicht gefunden
-icon_idea = &Idee
-icon_image = Bild
-icon_info = I&nfo
-icon_internet = Internet
-icon_internet_warning = Internet Warnung
-icon_kaddressbook = &Telefon
-icon_kmail = &E-Mail
-icon_knotify = &Musik
-icon_korn = &Postkasten
-icon_ksmiletris = Ich bin &zufrieden
-icon_launch = &Abflug
-icon_licq = &S\u00fc\u00df
-icon_list = &Liste
-icon_Mail = &Post
-icon_male1 = &Mann1
-icon_male2 = &Mann2
-icon_males = M\u00e4nne&r
-icon_menu = I&cons
-icon_messagebox_warning = &Wichtig
-icon_mindmap = Mindmap
-icon_multiplication = Multiplikation
-icon_narrative = Erz\u00e4hlung
-icon_negative = &Negativ
-icon_neutral = N&eutral
-icon_password = &Passwort
-icon_pencil = Noch zu &verfeinern
-icon_penguin = &Linux
-icon_positive = &Positiv
-icon_prepare = G&elbe Ampel
-icon_revision = Revision
-icon_smiley-angry = &W\u00fctend
-icon_smiley-neutral = &Keine Meinung
-icon_smiley-oh = \u00fc&beraschung
-icon_smily_bad = &Nicht gut
-icon_stop = &Rote Ampel
-icon_stop-sign = &Stopp
-icon_subtraction = Subtraktion
-icon_unchecked = Nicht markiert
-icon_up = Nach &Oben
-icon_user_icon = &Benutzerdefinierte Icons
-icon_very_negative = &Sehr Negativ
-icon_very_positive = Se&hr Positiv
-icon_video = &Video
-icon_wizard = &Magisch
-icon_xmag = Noch zu &diskutieren
-icon_yes = &Wichtig
-IconGroupPopupAction.arrows.text = Pfeile
-IconGroupPopupAction.docs_folders.text = Dokumente und Ordner
-IconGroupPopupAction.flags.text = Flaggen
-IconGroupPopupAction.math.text = Mathematisch
-IconGroupPopupAction.media.text = Medien
-IconGroupPopupAction.miscellaneous.text = Verschiedenes
-IconGroupPopupAction.nature.text = Natur
-IconGroupPopupAction.numbers.text = Nummern
-IconGroupPopupAction.office.text = B\u00fcro
-IconGroupPopupAction.people.text = Personen
-IconGroupPopupAction.rating.text = Bewertung
-IconGroupPopupAction.signs.text = Zeichen
-IconGroupPopupAction.smiley.text = Smiley
-IconGroupPopupAction.time.text = Zeit
-IconGroupPopupAction.user.text = Benutzerdefinierte Icons
-IconProgressExtended10Action.text = Erweiterte Fortschrittsanzeige (10%)
-IconProgressExtended10Action.tooltip = <html>F\u00fcgt eine Fortschrittsanzeige als Bild ein, die bei einem Doppelklick darauf um 10% erh\u00f6ht wird. <br> Strg + Doppelklick reduziert den Wert, bzw entfernt bei 0% die Anzeige.</html>
-IconProgressExtended25Action.text = Erweiterte Fortschrittsanzeige (25%)
-IconProgressExtended25Action.tooltip = <html>F\u00fcgt eine Fortschrittsanzeige als Bild ein, die bei einem Doppelklick darauf um 25% erh\u00f6ht wird. <br> Strg + Doppelklick reduziert den Wert, bzw entfernt bei 0% die Anzeige.</html>
-IconProgressIconDownAction.text = Fortschritt reduzieren
-IconProgressIconDownAction.tooltip = Reduziert/  F\u00fcgt ein/ Entfernt Fortschritts-Icon (100% -> 75% -> 50% -> 25% -> 0% -> entfernen).
-IconProgressIconUpAction.text = Fortschritt erh\u00f6hen
-IconProgressIconUpAction.tooltip = Erh\u00f6ht/ F\u00fcgt Fortschritts-Icon ein (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = Entferne Fortschritts-Icon
-IconProgressRemoveAction.tooltip = Entfernt Fortschritts-Icon und Erweitertes Fortschritts-Icon.
-IconSelectionPlugin.text = &Icon w\u00e4hlen...
-IconSelectionPlugin.tooltip = <html>Ein Fenster erscheint, in dem ein Icon ausgew\u00e4hlt werden kann.</html>
-image_covertLink = Link in Bild umwandeln
-ImageFlavorHandler = Bild (als separate Datei)
-import = Importieren
-import_linked_branch_no_link = Der ausgew\u00e4hlte Knoten ist mit keiner anderen Freeplane Datei verkn\u00fcpft, die importiert werden k\u00f6nnte.
-ImportAction.text = &Importieren
-ImportBranchAction.text = aus &Datei...
-ImportExplorerFavoritesAction.text = aus &Explorer-Favoriten...
-ImportFolderStructureAction.text = aus &Ordnerstruktur...
-ImportLinkedBranchAction.text = aus &Link
-ImportLinkedBranchWithoutRootAction.text = aus Link ohne &Wurzel
-ImportMindmanagerFiles.text = aus MindManager &X5 Mindmap...
-increase_branch_font_size = Schrift des Zweigs vergr\u00f6ssern
-IncreaseNodeFontAction.text = &Gr\u00f6\u00dfere Schrift
-internal_error_tooltip = Es ist ein interner Fehler aufgetreten. Details im Logfile {0}
-invalid_export_file = ung\u00fcltiger Dateiname f\u00fcr Export
-invalid_file_msg = Konnte Datei {0} nicht finden
-invalid_uri = {0} ist keine g\u00fcltige URI.
-invalid_url = Die URL ist ung\u00fcltig.
-invalid_url_msg = {0} ist keine g\u00fcltige URL.
-ItalicAction.text = &Kursiv
-italicise_branch = Zweig kursiv
-java_version = Java-Version: {0}
-JoinNodesAction.text = Text &verbinden
-LatexDeleteLatexAction.text = LaTe&X Formel entfernen
-LatexEditLatexAction.text = LaTeX-&Formel bearbeiten...
-LatexInsertLatexAction.text = &LaTeX-Formel einf\u00fcgen...
-less_than_two_selected_nodes = Bitte mindestens zwei Knoten ausw\u00e4hlen, zwischen denen Verbindungen gezeichnet werden sollen.
-license = Lizenz
-license_text = <html>Dieses Programm ist freie Software; es kann unter den Bedingungen<br>der von der Free Software Foundation ver\u00f6ffentlichten GNU General<br>Public License weiterverteilt und/oder modifiziert werden; bezugnehmend<br>auf Version 2 der Lizenz oder einer sp\u00e4teren Version (die Wahl steht<br>dem Nutzer frei).<br><br>Dieses Programm wird in der Hoffnung verbreitet, dass es f\u00fcr den Anwender<br>hilfreich ist, allerdings OHNE JEGLICHE GARANTIE; nicht einmal<br>die implizite Garantie der TAUGLICHKEIT ODER EIGNUNG ZU EINEM<br>PARTIKUL\u00c4REN ZWECK.  Weitere Details sind in der GNU General<br>Public License zu finden.<br><br>Eine Kopie der GNU General Public License sollte diesem Programm<br>beiliegen; falls nicht, wird um entsprechende R\u00fcckmeldung an die Free<br>Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,<br>MA 02111-1307, USA, gebeten.
-link_error = Falscher Link "{0}"  kann nicht geladen werden
-link_not_available_any_more = Die Verkn\u00fcpfung ist nicht mehr g\u00fcltig, da der Zielknoten in der Zwischenzeit gel\u00f6scht wurde.
-link_not_found = Link {0} nicht gefunden.
-load = &Laden
-load_accelerator_presets = Laden
-LoadAcceleratorPresetsAction.textPatterns.text = Text Muster
-locking_failed_by_open = Die Mindmap {0} ist in Benutzung. Daher wird sie schreibgesch\u00fctzt ge\u00f6ffnet.
-locking_failed_by_save_as = Die Mindmap {0} ist in Benutzung. Daher wurde die Aktion "Speichern unter..." abgebrochen.
-locking_old_lock_removed = Die Mindmap {0} war in Benutzung durch den Benutzer {1}. Die Dateisperrung wurde aufgehoben, da sie veraltet war.
-long_node_changed_cancel = Knoten wurde ver\u00e4ndert. Wollen Sie diese \u00c4nderungen verwerfen?
-long_node_changed_submit = Knoten wurde ver\u00e4ndert. Wollen Sie diese \u00c4nderungen speichern?
-lots_of_links_warning = Durch diesen Befehl w\u00fcrden sehr viele graphische Links erzeugt. Sollen diese Links wirklich erzeugt werden?
-main_resource_directory = Installationsverzeichnis: {0}
-MainView.errorUpdateText = Fehler beim Zuweisen des Textes f\u00fcr folgende Eingabe:{0}.\u000aFehlerdetail: {1}
-MakeLinkFromAnchorAction.text = Link &von Anker hierher
-MakeLinkFromAnchorAction.tooltip = <html>erstellt einen lokalen bzw. globalen Hyperlink<br/>vom Bezugsknoten zum selektierten Knoten</html>
-MakeLinkToAnchorAction.text = Link von hier &zum Anker
-MakeLinkToAnchorAction.tooltip = <html>erstellt einen lokalen bzw. globalen Hyperlink<br/>vom selektierten Knoten zum Bezugsknoten</html>
-ManageAddOnsAction.text = Add-Ons...
-ManageAddOnsDialog.activate = Aktivieren
-ManageAddOnsDialog.activation.success = {0} wird bei einem Neustart aktiviert.
-ManageAddOnsDialog.authored.by = von {0}
-ManageAddOnsDialog.cannot.activate = Kann {0} nicht aktivieren, da es bereits aktiv ist.
-ManageAddOnsDialog.cannot.configure = Kann {0} nicht konfigurieren.
-ManageAddOnsDialog.cannot.deactivate = Kann {0} nicht deaktivieren, da es nicht aktiv ist.
-ManageAddOnsDialog.cannot.deinstall = Kann {0} nicht deinstallieren
-ManageAddOnsDialog.configure = Konfigurieren
-ManageAddOnsDialog.deactivate = Deaktivieren
-ManageAddOnsDialog.deactivation.success = {0} wird bei einem Neustart deaktiviert.
-ManageAddOnsDialog.deinstall = Deinstallieren
-ManageAddOnsDialog.deinstallation.success = {0} wird bei einem Neustart deinstalliert.
-ManageAddOnsDialog.error = Fehler bei der Installation: {0}
-ManageAddOnsDialog.install = &Install
-ManageAddOnsDialog.install.from.known.location = Add-On von einem bekannten Ort installieren
-ManageAddOnsDialog.install.tooltip = Hier URL einer Add-On-Datei eintragen.
-ManageAddOnsDialog.map.not.opened = Mindmap {0} scheint nicht ge\u00f6ffnet zu sein.
-ManageAddOnsDialog.really.deinstall = {0} wirklich deinstalliern?
-ManageAddOnsDialog.search = Add-Ons suchen...
-ManageAddOnsDialog.search.file = Durchsuchen
-ManageAddOnsDialog.select.tooltip = Datei ausw\u00e4hlen
-ManageAddOnsDialog.status.downloading = Datei wird heruntergeladen...
-ManageAddOnsDialog.status.installing = Add-On wird installiert...
-ManageAddOnsDialog.status.success = {0} erfolgreich installiert.
-ManageAddOnsDialog.tab.install = Suchen und installieren.
-ManageAddOnsDialog.tab.install.tooltip = Suchen und installieren von neuen Add-Ons
-ManageAddOnsDialog.tab.manage = Add-Ons
-ManageAddOnsDialog.tab.manage.themes = Themen
-ManageAddOnsDialog.tab.manage.themes.tooltip = Verwaltung installierter Themen
-ManageAddOnsDialog.tab.manage.tooltip = Installierte Add-Ons verwalten...
-ManageAddOnsDialog.visit.addon.page = Add-On Seite besuchen...
-ManageConditionalStylesAction.text = &Bedingte Formatierung (allgemein)...
-ManageNodeConditionalStylesAction.text = Bedingte Formatierung (f\u00fcr Knoten)...
-map_already_exists = Die Mindmap existiert bereits. Soll sie \u00fcberschrieben werden?
-map_corrupted = Die Mindmap ist nicht lesbar. M\u00f6chten Sie die Details sehen?
-map_load_error = Mindmap {0} konnte nicht geladen werden
-map_locked_by_open = Die Mindmap {0} ist in Benutzung durch den Benutzer {1}. Daher wird sie schreibgesch\u00fctzt ge\u00f6ffnet.
-map_locked_by_save_as = Die Mindmap {0} ist in Benutzung durch den Benutzer {1}. Daher wurde die Aktion "Speichern unter..." abgebrochen.
-map_not_saved = Die Mindmap wurde noch nicht gespeichert.
-MapBackgroundColorAction.text = &Mindmap Hintergrundfarbe...
-MaxNodeWidth.text = Festlegung der maximalen Breite eines Knoten
-menu_applyStyle = Knotenstil anwenden
-menu_attributes = &Attribute
-menu_clouds = Wolken
-menu_copy = &Kopieren
-menu_coreFormat = &Knoten
-menu_details = Details
-menu_displayAttributes = Knoten-&Attribute
-menu_encryption = &Passwort
-menu_error = Fehler in nutzerdefinierter Men\u00fc-Struktur {0}:\n{1}\nAbbruch
-menu_extensions = Knoten-&Erweiterungen
-menu_extras = E&xtras
-menu_file_import = Zweig i&mportieren
-menu_filter = F&ilter
-menu_format = &Format
-menu_group = &Gruppierung
-menu_hoverView = ToolTips
-menu_iconByCategory = Icons nach Kategorie
-menu_iconView = Icons
-menu_image = Bild
-menu_insert = &Einf\u00fcgen
-menu_latex_formula = LaTeX Formel
-menu_links = Hyper&link
-menu_manageStyles = Knotenstil &verwalten
-menu_moveNode = Knoten an&ordnen
-menu_navigate = &Navigieren
-menu_newNode = &Neuer Knoten
-menu_node = Knoten
-menu_node_features = Knoten&eigenschaften
-menu_nodes = &Knoten
-menu_nodeView = Knoten-Umgebung
-menu_notes = Noti&z
-menu_noteView = &Notizen
-menu_progress = Fortschrittsicon (%)
-menu_remove_icons = Icons entfernen
-menu_removeAttribute = Attribute entfernen
-menu_select = Ausw\u00e4hlen
-menu_time = &Zeitmanagement
-menu_title = Knoten-&Inhalt
-menu_toolbars = Symbol&leisten
-menu_view = &Ansicht
-menu_viewmode = Ansichts-Einstellungen
-MenuUtils.invalid_menuitem = {0} ist kein g\u00fcltiger Schl\u00fcssel f\u00fcr Men\u00fc-Elemente
-mindmap = Mindmap
-MindMapNodesFlavorHandler = Knoten-Hierarchie
-mindmaps = &Mindmaps
-mindmaps_desc = Mindmaps (*.mm)
-mindmaps_filter_desc = Filter (*.mmfilter)
-MinNodeWidth.text = Festlegung der minimalen Breite eines Knotens
-mode_Browse = Ansichtsmodus
-mode_File = Dateimodus
-mode_MindMap = Mindmapmodus
-mode_na = Modus nicht vorhanden
-mode_status = Modus ge\u00e4ndert zu {0}
-mode_title = Freeplane - {0}
-modes = Modi
-ModesMenuAction.Browse.text = &Browser-Ansicht
-ModesMenuAction.File.text = Datei-E&xplorer-Ansicht
-ModesMenuAction.MindMap.text = &Editor-Ansicht
-most_recent_files = &Zuletzt ge\u00f6ffnete Dateien
-MoveToRootAction.text = &Wurzelknoten zentrieren
-NameConditionAction.text = Name &zuweisen
-NavigationNextMapAction.text = &N\u00e4chste Mindmap
-NavigationPreviousMapAction.text = &Vorherige Mindmap
-new = &Neu
-new_map_from_user_templates.text = Neue Mindmap aus &Vorlage...
-new_mindmap = Neue Mindmap
-new_node = Neuer Knoten
-new_node_as_sibling_not_possible_for_the_root = Der Wurzelknoten kann keine Geschwister haben.
-new_version_available = Eine neue Programmversion (''{0}'') ist verf\u00fcgbar.
-NewChildAction.text = Unterknoten (&nach)
-NewerFileRevisionsFoundDialog.cancel = &\u00dcberspringen
-NewerFileRevisionsFoundDialog.cancel.tooltip = Datei nicht \u00f6ffnen
-NewerFileRevisionsFoundDialog.file_last_modified = Zeitstempel
-NewerFileRevisionsFoundDialog.file_name = Datei
-NewerFileRevisionsFoundDialog.file_size = Bytes
-NewerFileRevisionsFoundDialog.open = \u00d6ffnen
-NewerFileRevisionsFoundDialog.open.tooltip = Datei \u00f6ffnen, auch wenn sie veraltet sein sollte.
-NewerFileRevisionsFoundDialog.question = Neuere Versionen von {0} gefunden!
-NewerFileRevisionsFoundDialog.restore = &Wiederherstellen
-NewerFileRevisionsFoundDialog.restore.tooltip = {0} mit {1} ersetzen
-NewerFileRevisionsFoundDialog.title = Neuere Dateiversionen gefunden!
-NewFreeNodeAction.text = &Freier Knoten
-NewLevelStyleAction.text = Neue Automatisches Layout Ebene
-newmap.install.addon.question = {0} scheint ein Add-On zu sein.\u000aM\u00f6chten sie es installieren?\u000a("Nein" bei normalem \u00d6ffnen).
-newmap.install.addon.title = Add-On installieren?
-NewMapAction.text = &Neue Mindmap
-NewMapViewAction.text = Neue &Mindmap Ansicht
-NewParentNode.text = Oberknoten (&vor)
-NewParentNode.tooltip = <html>Knoten um eine Position vom Wurzelknoten abr\u00fccken</html>
-NewPreviousSiblingAction.text = Knoten &oberhalb
-NewSiblingAction.text = Knoten &unterhalb
-NewSummaryAction.text = &Neuer Knoten gruppiert Auswahl
-NewUserStyleAction.text = &Neuen Knotenstil erstellen...
-NextNodeAction.BACK.text = Zum vorherigen Knoten
-NextNodeAction.BACK_N_FOLD.text = Zum vorherigen Knoten (Unterknoten falten)
-NextNodeAction.FORWARD.text = Zum n\u00e4chsten Knoten
-NextNodeAction.FORWARD_N_FOLD.text = Zum n\u00e4chsten Knoten (Unterknoten falten)
-NextPresentationItemAction.text = N\u00e4chsten Presentationsknoten aufklappen
-no = Nein
-no_copy_attributes_before_paste_attributes = Attribute m\u00fcssen erst kopiert werden, bevor man sie einf\u00fcgt!
-NO_FORMAT = Text
-no_format_copy_before_format_paste = Sie k\u00f6nnen ein Format erst dann einf\u00fcgen, wenn Sie ein anderes kopiert haben.
-no_found_from = "{0}" wurde von "{1}" aus nicht gefunden.
-no_more_found_from = Keine weiteren Fundstellen von "{0}" beginnend von "{1}" aus.
-no_previous_find = Keine vorherigen Fundstellen.
-no_styles_found_in_map = es wurden in der Mindmap keine Stile gefunden
-node = Knoten
-node_changed_discard_changes = Knoten wurde ver\u00e4ndert. Wollen Sie diese \u00c4nderungen verwerfen?
-node_is_write_protected = Zielknoten ist schreibgesch\u00fctzt.
-node_location_help = Ziehen \u00e4ndert die Knotenlage, Strg+Ziehen  \u00e4ndert die Knotenabst\u00e4nde, Doppelklick und Strg+Doppelklick setzt sie zur\u00fcck.
-node_selector = Knotenauswahl
-node_selector_message = Doppelklick w\u00e4hlt Knoten aus
-node_styles = Knotenstile
-NodeBackgroundColorAction.text = &Hintergrundfarbe...
-NodeColorAction.text = Schriftfarbe...
-NodeColorBlendAction.text = Schriftfarbe &aufhellen
-NodeDownAction.text = Nach &unten tauschen
-NodeExtensions.EditNodeExtensions = Bearbeite Knotenerweiterungen
-NodeExtensions.RemoveNodeExtensions = Entferne Knotenerweiterungen
-NodeListAction.text = Suchen und erse&tzen...
-NodeListAction.tooltip = Zeigt alle Knoten in einer filterbaren Liste an.
-NodeShapeAction.bubble.text = Knotentyp &Blase
-NodeShapeAction.fork.text = Knotentyp &Linie
-NodeUpAction.text = Nach &oben tauschen
-NodeWidthAction.text = Knotenbreite be&grenzen...
-nonboldify_branch = Zweig normal
-nonitalicise_branch = Zweig nicht kursiv
-normal = Normal
-not_saved_for_image_error = Die Mindmap muss gespeichert werden, bevor man ein Bild mit der Dateiauswahl setzen kann.
-not_saved_for_link_error = Die Mindmap muss gespeichert werden, bevor ein Link per Dateiauswahl gesetzt werden kann.
-note_window_location = Editor-&Position
-ok = &OK
-OKAction.text = &OK
-OnlineReference.text = Online-Dokumentation...
-open_asMindMap = Mindmap
-OpenAction.text = \u00d6&ffnen...
-OpenFreeplaneSiteAction.text = Freeplane-&Webseite \u00f6ffnen...
-OpenPathAction.text = Datei \u00f6ffnen
-OpenURLMapAction.text = \u00d6ffnen aus URL...
-OpenUserDirAction.text = Benutzereinstellungsverzeichnis \u00f6ffnen...
-option_changes_may_require_restart = Die meisten Eigenschafts\u00e4nderungen werden erst bei einem Neustart von Freeplane aktiv.
-OptionalDontShowMeAgainDialog.cancel = &Nein
-OptionalDontShowMeAgainDialog.dontShowAgain = Nicht wieder &fragen.
-OptionalDontShowMeAgainDialog.ok = &Ja
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Entscheidung merken.
-OptionPanel.absolute = Absolut
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatisches Layout
-OptionPanel.ADD_CHILD = Unterknoten hinzuf\u00fcgen
-OptionPanel.ADD_SIBLING = Knoten auf gleicher Ebene hinzuf\u00fcgen
-OptionPanel.addons = Add-Ons
-OptionPanel.always_fold_all_after_load = Alle Knoten falten
-OptionPanel.always_load_last_maps = Mit neuer Mindmap auch alle zuvor ge\u00f6ffneten laden
-OptionPanel.always_load_last_maps.tooltip = <html>L\u00e4d die zuletzt ge\u00f6ffneten Mindmaps auch wenn Freeplane durch<br>Doppelklick auf eine Mindmap ge\u00f6ffnet wird.</html>
-OptionPanel.always_save_folding = immer
-OptionPanel.always_save_folding_state = Aktuelle Faltung immer speichern
-OptionPanel.always_save_folding_state.tooltip = <html>Wenn diese Option ausgew\u00e4hlt wird, f\u00fchrt jedes<br>Auf- bzw. Zuklappen einer Ebene dazu, dass die Mindmap als ver\u00e4ndert betrachtet wird.<br>Beim Schlie\u00dfen von Freeplane wird dann nach dem Speicherwunsch gefragt.</html>
-OptionPanel.always_unfold_all_after_load = Keine Knoten falten
-OptionPanel.antialias = Darstellung
-OptionPanel.antialias.tooltip = <html>Bestimmt das Aussehen der Mindmap. Bitte beachten:<br>Je h\u00f6her die Kantengl\u00e4ttung ist, desto mehr Rechenzeit wird f\u00fcr die Darstellung ben\u00f6tigt.</html>
-OptionPanel.antialias_all = Kantengl\u00e4ttung auf alles anwenden
-OptionPanel.antialias_edges = Kantengl\u00e4ttung nur auf die Verbindungslinien der Knoten anwenden
-OptionPanel.antialias_none = Keine Kantengl\u00e4ttung anwenden
-OptionPanel.Appearance = Aussehen
-OptionPanel.apply_system_screen_resolution = System-Bildschirmaufl\u00f6sung anwenden
-OptionPanel.approximate_search_threshold = Schwelle f\u00fcr \u00c4hnlichkeitsvergleich
-OptionPanel.approximate_search_threshold.tooltip = <html>Schwelle f\u00fcr \u00c4hnlichkeitserkennung beim Vergleichen festlegen.<br/><font size="2">siehe http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(je gr\u00f6\u00dfer der Wert desto enger die zul\u00e4ssige<br/>Variationsbreite f\u00fcr das Suchergebnis)</html>
-OptionPanel.ar = Arabisch / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
-OptionPanel.ARC = Bogen
-OptionPanel.as_parent = wie der Oberknoten
-OptionPanel.ask = Nachfragen
-OptionPanel.automatic = Automatisch
-OptionPanel.automaticFormat_level = Automatisches Layout
-OptionPanel.automaticFormat_level1 = Format des Wurzelknotens
-OptionPanel.automaticFormat_level2 = Format der 1. Ebene
-OptionPanel.backup_file_number = Anzahl der Backup-Dateien
-OptionPanel.Behaviour = Verhalten
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Blase
-OptionPanel.ca = Katalan, Valencian / Catal\u00e0
-OptionPanel.Cancel = Abbrechen
-OptionPanel.center_selected_node = Selektierte Knoten zentrieren
-OptionPanel.check_updates_automatically = Automatisch nach Updates suchen
-OptionPanel.childpattern = Stil der Unterknoten
-OptionPanel.childpattern.tooltip = <html>Dieser Stil wird auf alle Unterknoten des Knotens angewendet.<br>Es werden mehrere Ebenen gleichzeitig ver\u00e4ndert!</html>
-OptionPanel.clear_all_setters = Alle ver\u00e4ndern
-OptionPanel.clear_all_setters.tooltip = <html>Ver\u00e4ndert alle Eigenschaften auf einmal.</html>
-OptionPanel.cloud = Wolke
-OptionPanel.cloudcolor = Wolke und Farbe
-OptionPanel.cloudshape = Wolkenformen
-OptionPanel.combined = Kombiniert
-OptionPanel.compare_as_number = Als Zahl vergleichen
-OptionPanel.convert_to_current_version = <html>Sollen Mindmaps von \u00e4lteren Freeplane Versionen<br>automatisch zur aktuellen Version konvertiert werden?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Nur sehr gro\u00dfe Mindmaps, die nicht konvertiert werden sollen<br>(hierzu braucht man Expertenwissen), kann man ohne Umwandlung \u00f6ffnen.</html>
-OptionPanel.cs = Tschechisch / \u010desky
-OptionPanel.cut_nodes_without_question = Knoten ohne Best\u00e4tigung ausschneiden?
-OptionPanel.cut_nodes_without_question.tooltip = <html>Wenn diese Option ausgew\u00e4hlt wird, werden die Knoten<br>ohne vorherige Best\u00e4tigung ausgeschnitten, was zu Datenverlust f\u00fchren kann,<br>wenn die Aktion aus Versehen ausgel\u00f6st wurde.</html>
-OptionPanel.da = D\u00e4nisch / dansk
-OptionPanel.date_format = Standard Datumsformat
-OptionPanel.date_format.tooltip = <html>M\u00f6gliche Werte sind: Entweder "SHORT" (kurzes Format), "MEDIUM" (mittellanges Format), "FULL" (alles) oder ein Muster wie "MM/dd/yyy".</html>
-OptionPanel.datetime_format = Standard Datums- und Zeitformat
-OptionPanel.datetime_format.tooltip = <html>Eingabe von <Datum>,<Zeit>.</br>M\u00f6gliche Werte sind: Entweder "SHORT" (kurzes Format), "MEDIUM" (mittellanges Format), "FULL" (alles) oder ein Muster wie "MM/dd/yyy hh:mm".</html>
-OptionPanel.de = Deutsch / Deutsch
-OptionPanel.default = Standard
-OptionPanel.default_attribute_key_column_width = Voreingestellte Breite der Schl\u00fcssel-Spalte eines Attributs
-OptionPanel.default_attribute_value_column_width = Voreingestellte Breite der Werte-Spalte eines Attributs
-OptionPanel.default_browser_command_mac = Standard Browser Befehl Mac
-OptionPanel.default_browser_command_mac.tooltip = <html>und MAC: (Danke an Nick!)</html>
-OptionPanel.default_browser_command_other_os = Standard Browser Befehl f\u00fcr andere Betriebssysteme
-OptionPanel.default_browser_command_other_os.tooltip = <html> Das ist typischerweise Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Standard Browser Befehl Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>F\u00fcr Windows (die Anf\u00fchrungszeichen sind notwendig, da Links Gleichheitszeichen enthalten k\u00f6nnen).</html>
-OptionPanel.default_browser_command_windows_nt = Standard Browser Befehl Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>F\u00fcr Windows (die Anf\u00fchrungszeichen sind notwendig, da Links Gleichheitszeichen enthalten k\u00f6nnen).</html>
-OptionPanel.default_charset = Zeichensatz
-OptionPanel.Defaults = Standards
-OptionPanel.delete_automatic_saves_at_exit = L\u00f6schen der automatisch gespeicherten Mindmaps beim Verlassen
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Wenn diese Option ausgew\u00e4hlt ist, werden beim<br>Schlie\u00dfen von Freeplane alle automatisch erstellten Sicherungen gel\u00f6scht.</html>
-OptionPanel.delete_nodes_without_question = Knoten ohne Best\u00e4tigung l\u00f6schen?
-OptionPanel.delete_nodes_without_question.tooltip = <html>Wenn diese Option ausgew\u00e4hlt ist, werden Knoten ohne Nachfrage gel\u00f6scht. <br><b>Dies kann bei unbeabsichtigtem L\u00f6schen zu Datenverlust f\u00fchren.</b></html>
-OptionPanel.disable_cursor_move_paper = Normaler Maus-Cursor beim Verschieben
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Wenn diese Option ausgew\u00e4hlt ist, wird kein spezieller <br>Cursor w\u00e4hrend des Verschiebevorgangs angezeigt.</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Eingebetteter Editor f\u00fcr neue Knoten
-OptionPanel.display_node_id = Knoten ID anzeigen
-OptionPanel.edgecolor = Linienfarbe
-OptionPanel.edgecolor.tooltip = Linieneigenschaft der Verbindung zum Oberknoten (wird auch auf alle Unterknoten angewendet)
-OptionPanel.edgestyle = Linientyp
-OptionPanel.edgestyle.tooltip = Linieneigenschaft der Verbindung zum Oberknoten (wird auch auf alle Unterknoten angewendet)
-OptionPanel.edgewidth = Linienbreite
-OptionPanel.edgewidth.tooltip = Linieneigenschaft der Verbindung zum Oberknoten (wird auch auf alle Unterknoten angewendet)
-OptionPanel.EDIT_CURRENT = Inhalt \u00fcberschreiben
-OptionPanel.edit_on_double_click = Text bei &Doppel-Klick bearbeiten
-OptionPanel.editor_extra_width = Vergr\u00f6\u00dferungsschritte des Knotens bei Texteingabe [px]
-OptionPanel.editor_extra_width.tooltip = <html>Legt fest, um wie viele Pixel der Knoten verbreitert wird, wenn bei der Texteingabe der Rand erreicht wird.</html>
-OptionPanel.el = Griechisch / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__buttons_above = Kn\u00f6pfe oben anzeigen
-OptionPanel.el__enter_confirms_by_default = <ENTER> beendet den Dialog
-OptionPanel.el__max_default_window_height = Maximale Fensterh\u00f6he
-OptionPanel.el__max_default_window_width = Maximale Fensterbreite
-OptionPanel.el__min_default_window_height = Minimale Fensterh\u00f6he
-OptionPanel.el__min_default_window_width = Minimale Fensterbreite
-OptionPanel.el__position_window_below_node = Position Fenster unter dem Knoten
-OptionPanel.en = Englisch / english
-OptionPanel.Environment = Allgemein
-OptionPanel.es = Spanisch (Kastilien)/  espa\u00f1ol, castellano
-OptionPanel.et = Estnisch / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking = Skripte ohne Nachfragen ausf\u00fchren?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Skripte sind in Freeplane nicht beschr\u00e4nkt und k\u00f6nnen daher auf alle Resourcen des Rechners zugreifen.<br>Sie sollten daher nur dann ausgef\u00fchrt werden, wenn eine zuverlässige Quelle sichergestellt ist.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Ausf\u00fchren anderer Applikationen erlauben (NICHT empfohlen)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html>Diese Option ist dann zu aktivieren, wenn Groovy-Skripte auch andere Anwendungen<br>(wie z.B. den Browser) ohne Nachfrage ausf\u00fchren k\u00f6nnen sollen.<br><b>VORSICHT: b\u00f6sartige Skripte k\u00f6nnen dann den Computer besch\u00e4digen!</b></html>
-OptionPanel.execute_scripts_without_file_restriction = Lesenden Zugriff auf Dateien erlauben (NICHT empfohlen)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html>Diese Option ist dann zu aktivieren, falls Groovy-Skripte lesenden Zugriff auf Dateien ben\u00f6tigen.<br><b>VORSICHT: auch b\u00f6sartige Skripte haben dann lesenden Zugriff auf Daten!</b></html>
-OptionPanel.execute_scripts_without_network_restriction = Netzwerkoperationen erlauben (NICHT empfohlen)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html>Diese Option ist dann zu aktivieren, falls Groovy-Skripte auf das Netzwerk zugreifen k\u00f6nnen sollen.<br><b>VORSICHT: b\u00f6sartige Skripte k\u00f6nnen dann pers\u00f6nliche Daten \u00fcber das Netz verschicken!</b></html>
-OptionPanel.execute_scripts_without_write_restriction = Schreibenden Zugriff auf Dateien erlauben (NICHT empfohlen)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html>Diese Option ist dann zu aktivieren, falls Groovy-Skripte schreibenden/l\u00f6schenden Zugriff auf Dateien ben\u00f6tigen.<br><b>VORSICHT: b\u00f6sartige Skripte k\u00f6nnen dann Dateien modifizieren bzw. Datentr\u00e4ger besch\u00e4digen!</b></html>
-OptionPanel.experimental_file_locking_on = Experimentelles Sperren der ge\u00f6ffneten Dateien
-OptionPanel.experimental_file_locking_on.tooltip = <html> Experimentelles Feature</html>
-OptionPanel.export_icons_in_html = Icons nach HTML exportieren
-OptionPanel.export_icons_in_html.tooltip = <html>Gibt an, ob die Icons auch nach HTML exportiert werden sollen.<br>Allerdings m\u00fcssen die Icons dann auch immer mit dem HTML kopiert werden, damit sie gefunden werden.</html>
-OptionPanel.Files = Dateien
-OptionPanel.first = Am Anfang
-OptionPanel.fold_on_click_inside = Knoten beim Hineinklicken falten/entfalten
-OptionPanel.foldingsymbolwidth = Gr\u00f6\u00dfe des Symbols, das die Faltung anzeigt
-OptionPanel.foldingsymbolwidth.tooltip = <html>Gr\u00f6\u00dfe des Kreises, der die Faltung symbolisiert<html>
-OptionPanel.fork = Linie
-OptionPanel.format_locale = Lokal \u00fcbliche Formatierung
-OptionPanel.format_locale.tooltip = Lokalisierungsabh\u00e4ngiges Zahlen- und Datumsformat w\u00e4hlen
-OptionPanel.formula_disable_caching = Cache-Speicher f\u00fcr die Auswertung von Formeln deaktivieren
-OptionPanel.formula_disable_plugin = Formelauswertung deaktivieren
-OptionPanel.fr = Franz\u00f6sisch / Fran\u00e7ais
-OptionPanel.gl = Gallizisch / Galego
-OptionPanel.goto_note_end_on_edit = Bewegt den Cursor ans Ende
-OptionPanel.grid_size = Punktabstand f\u00f6r Platzierungsraster
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Linie verstecken
-OptionPanel.highlight_formulas = Formeln hervorheben
-OptionPanel.horizontal = Horizontal
-OptionPanel.hr = Kroatisch / hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u00dcberschriftenbasiert
-OptionPanel.html_export_fold_all = Alles zuklappen
-OptionPanel.html_export_fold_currently_folded = Aktuelle Faltung
-OptionPanel.html_export_folding = HTML Export des Faltungszustands
-OptionPanel.html_export_no_folding = Ohne Faltung
-OptionPanel.hu = Ungarisch / Magyar
-OptionPanel.ic_disable = (deaktiviert)
-OptionPanel.ic_file = Verwende Festplatte
-OptionPanel.ic_ram = Verwende Arbeitsspeicher
-OptionPanel.icon = Icon
-OptionPanel.icon.tooltip = <html>Wenn ein Icon ausw\u00e4hlt wird, werden alle anderen Icons des Knotens entfernt und das ausgew\u00e4hlte Icon zugewiesen.</html>
-OptionPanel.icons.list = Liste der angezeigten Standard-Icons
-OptionPanel.icons.list.tooltip = <html>Hier k\u00f6nnen die Standard-Icons sortieren oder deaktivieren werden.<br>Die Eintr\u00e4ge m\u00fcssen dabei mit einem ";" getrennt sein.</html>
-OptionPanel.id = Indonesisch / Bahasa Indonesia
-OptionPanel.IGNORE = Nichts tun
-OptionPanel.il__enter_confirms_by_default = <ENTER> beendet die Texteingabe im Knoten
-OptionPanel.image_cache = f\u00fcr Bilder
-OptionPanel.it = Italienisch / italiano
-OptionPanel.ja = Japanisch / \u65e5\u672c\u8a9e
-OptionPanel.key_type_action = Bei Tastendruck
-OptionPanel.Keystrokes = Tasten
-OptionPanel.ko = Koreanisch / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-OptionPanel.label_font_family = Zeichensatz
-OptionPanel.label_font_size = Schriftgr\u00f6\u00dfe
-OptionPanel.language = Sprache
-OptionPanel.language.tooltip = <html>Dies ist die Sprache, die im Programm verwendet wird. 'Automatisch' bedeutet, dass die Sprache des Benutzers geladen wird, soweit vorhanden.</html>
-OptionPanel.last = Am Ende
-OptionPanel.last_opened_list_length = Anzahl der zuletzt ge\u00f6ffneten Dateien unter Datei -> Zuletzt ge\u00f6ffnete Dateien
-OptionPanel.layout_map_on_text_change = Mindmap w\u00e4hrend des editierens aktualisieren
-OptionPanel.layout_map_on_text_change.tooltip = F\u00fcr h\u00f6here Geschwindigkeit ausschalten
-OptionPanel.linear = Linear
-OptionPanel.links = Links
-OptionPanel.links.tooltip = <html>Links k\u00f6nnen etweder relativ, oder absolut sein.</html>
-OptionPanel.load_folding = Faltungszustand der Mindmap laden
-OptionPanel.load_folding_from_map_default_fold_all = Wenn m\u00f6glich Faltung laden, ansonsten alles einklappen.
-OptionPanel.load_folding_from_map_default_unfold_all = Wenn m\u00f6glich Faltung laden, ansonsten alles aufklappen.
-OptionPanel.load_last_map = Automatisch letzte Mindmap laden
-OptionPanel.load_last_map.tooltip = <html>Wenn selektiert, l\u00e4d Freeplane beim Start, automatisch die zuletzt ge\u00f6ffnete Mindmap.</html>
-OptionPanel.load_last_maps = Alle zuletzt ge\u00f6ffneten Mindmaps laden
-OptionPanel.lookandfeel = Look and Feel
-OptionPanel.lookandfeel.tooltip = <html>Bei Problemen bitte einfach 'Standard' w\u00e4hlen.</html>
-OptionPanel.lt = Litauisch / kalba
-OptionPanel.max_displayed_node_count = Maximale Anzahl angezeigter Knoten
-OptionPanel.max_image_width = Maximale Anzeigebreite f\u00fcr Abbildungen
-OptionPanel.max_image_width.tooltip = Neu eingef\u00fcgte Abbildungen werden entsprechend herunterskaliert 
-OptionPanel.max_menu_item_count = Maximale Anzahl an Men\u00fc-Eintr\u00e4gen
-OptionPanel.max_menu_item_count.tooltip = Limitiert die Anzahl von Elementen des Untermen\u00fcs (mindestens 10)
-OptionPanel.max_node_width = Maximale Knotenbreite
-OptionPanel.max_shortened_text_length = Maximale L\u00e4nge des gek\u00fcrzten Knotentexts
-OptionPanel.metal = Metall
-OptionPanel.min_node_width = Minimale Knotenbreite
-OptionPanel.motif = Motif
-OptionPanel.nb = Norwegisch Bokm\u00e5l / Norsk bokm\u00e5l
-OptionPanel.never_save_folding = nie
-OptionPanel.nl = Niederl\u00e4ndisch, Fl\u00e4misch / Nederlands, Vlaams
-OptionPanel.nn = Norwegisch Nynorsk / Norsk nynorsk
-OptionPanel.nodebackgroundcolor = Knotenhintergrundfarbe
-OptionPanel.nodebackgroundcolor.tooltip = Hier wird die Knotenhintergrundfarbe eingestellt, die erscheint, wenn der Knoten nicht selektiert ist.
-OptionPanel.nodecolor = Knotenfarbe
-OptionPanel.nodecolor.tooltip = Hier wird die Knotenvordergrundfarbe eingestellt, die erscheint, wenn der Knoten nicht selektiert ist.
-OptionPanel.nodefontbold = Fett
-OptionPanel.nodefonthyperlink = Hyperlink
-OptionPanel.nodefontitalic = Kursiv
-OptionPanel.nodefontname = Knotenschrift
-OptionPanel.nodefontsize = Schriftgr\u00f6\u00dfe
-OptionPanel.nodeformat = Format
-OptionPanel.nodeformat.tooltip = <html>Textersetzung und/oder Formatierung:<ul><li><em>Textersetzung</em> (<tt>%s</tt> ist der Originaltext), z.B.. <tt>VORSICHT: %s</tt><li><em>Formatierung von Datumswerten und Zahlen</em> - siehe Beispiele in der Auswahlbox</ul></html>
-OptionPanel.nodenumbering = Nummerierung
-OptionPanel.nodenumbering.tooltip = F\u00fcgt hierarchische Nummerierung (z.B. 1.3.1) dem Knotentext hinzu.
-OptionPanel.nodeshape = Knotenstil
-OptionPanel.nodeshape.tooltip = <html>Legt den Stil des Knotens fest.</html>
-OptionPanel.nodetext = Knotentext
-OptionPanel.nodetext.tooltip = <html>Legt den Text eines Knotens fest. Der vorherige Text wird gel\u00f6scht, wenn ein solcher Stil angewendet wird.</html>
-OptionPanel.nothing = Nichts
-OptionPanel.number_format = Standard Zahlenformat
-OptionPanel.number_format.tooltip = Ein Muster das "#" f\u00fcr optionale, oder eine "0" f\u00fcr obligatorische Stellen enth\u00e4lt. Beispiel: "0.00" "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = Speichertiefe bei automatischen Speicherungen
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html>Legt fest, wie viele Versionen einer Datei aufbewahrt werden. \u00c4ltere Dateien werden gel\u00f6scht. </html>
-OptionPanel.OK = Speichern
-OptionPanel.org.freeplane.plugin.bugreport = Fehlerberichte senden
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Immer senden
-OptionPanel.org.freeplane.plugin.bugreport.ask = Report Dialog zeigen
-OptionPanel.org.freeplane.plugin.bugreport.denied = Nie senden
-OptionPanel.org.freeplane.plugin.bugreport.userid = Optional \u00fcbertragbare ID 
-OptionPanel.outline_hgap = Horizontaler Abstand
-OptionPanel.outline_vgap = Vertikaler Abstand
-OptionPanel.paint_connectors_behind = Konnektoren bei Knoten verstecken
-OptionPanel.parse_data = Erkenne Datum-, Datum/Zeit- und Zahleneingaben
-OptionPanel.parse_data.tooltip = Erkenne Datum-, Datum/Zeit- und Zahleneingaben und wende Standardformate an; z.B. 100.000,00, 31.12, 31.12.99, 1999-12-31 und 1999-12-31 23:59
-OptionPanel.PASTE_HTML = Einf\u00fcgen als HTML
-OptionPanel.PASTE_PLAIN_TEXT = Einf\u00fcgen als Text
-OptionPanel.path_property_may_not_be_empty = Der Pfad darf nicht leer sein! Die \u00c4nderungen wurden r\u00fcckg\u00e4ngig gemacht.
-OptionPanel.patternname = Name
-OptionPanel.patternname.tooltip = Eindeutiger Name des Stils
-OptionPanel.pl = Polnisch / polski
-OptionPanel.placenewbranches = Neue Knoten einf\u00fcgen
-OptionPanel.placenewbranches.tooltip = <html>Legt fest, wo neue Knoten eingef\u00fcgt werden.</html>
-OptionPanel.plugin.tooltip = Plugins, die das Programm erweitern
-OptionPanel.plugins = Plugins
-OptionPanel.presentation_dimmer_transparency = Transparenz f\u00fcr Presentation
-OptionPanel.presentation_mode = Pr\u00e4sentations-Modus
-OptionPanel.printonwhitebackground = Wei\u00dfen Hintergrund zum Drucken verwenden
-OptionPanel.printonwhitebackground.tooltip = <html>Legt fest, dass immer weiss als Hintergrund beim Drucken verwendet wird.</html>
-OptionPanel.pt_BR = Protugiesisch (Brasilien)/ Portugu\u00eas (Brasil)
-OptionPanel.pt_PT = Portugiesisch (Portugal) / Portugu\u00eas (Portugal)
-OptionPanel.RECT = Rechteck
-OptionPanel.relative = Relativ
-OptionPanel.remind_type_of_new_nodes.tooltip = <html><ul><li>"Nachfragen" fr\u00e4gt nach</li><li></html>"Ja" zeigt den Richt-Text editor an</li><li>"Nein" verwendet den einfachen Text Editor</li></ul></html>
-OptionPanel.remind_use_rich_text_in_new_nodes = F\u00fcr eingef\u00fcgte Knoten erweiterte Formatierung verwenden
-OptionPanel.remove_notes_without_question = Notizen ohne Nachfrage l\u00f6schen
-OptionPanel.remove_notes_without_question.tooltip = <html>Wenn diese Option gew\u00e4hlt ist, werden die Notizen des Knotens ohne Warnung gel\u00f6scht.<br><b> Dies kann bei unbeabsichtigtem L\u00f6schen zu Datenverlust f\u00fchren!</b></html>
-OptionPanel.resources_use_default_font_for_notes_too = Standard Zeichensatz f\u00fcr Notizen verwenden
-OptionPanel.resources_use_margin_top_zero_for_notes = Oberen Rand f\u00fcr Notizen entfernen
-OptionPanel.revision_color = Revisionfarbe
-OptionPanel.revision_color.tooltip = Hintergrundfarbe f\u00fcr ge\u00e4nderte Knoten.
-OptionPanel.ROUND_RECT = Abgerundetes Rechteck
-OptionPanel.ru = Russisch / \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
-OptionPanel.save_folding = Faltung speichern
-OptionPanel.save_folding_if_map_is_changed = Wenn Mindmap ver\u00e4ndert wurde
-OptionPanel.save_modification_times = \u00c4nderungszeiten speichern
-OptionPanel.script_classpath = Skripte Klassenpfad: Verzeichnisse, die Klassen und/oder JARs enthalten (siehe Tooltip)
-OptionPanel.script_classpath.tooltip = <html>Eine Liste von JARs und/oder Verzeichnissen, die zum Klassenpfad der Skripte/Formeln hinzugef\u00fcgt wird. <br> Verwenden Sie ";" (Windows) oder ":" (Linux, Mac), um die Eintr\u00e4ge der Liste voneinander zu trennen.<br>Verzeichnisse werden nach JAR- und .class-Dateien durchsucht.<br>Relative Pfade werden als relativ zum Freeplane Benutzerverzeichnis angesehen.<br> Wenn Sie den Klassenpfad angeben, muss er lesbar sein.</html>
-OptionPanel.script_directories = Suchpfad f\u00fcr Skripte (s. Tooltip)
-OptionPanel.script_directories.tooltip = <html>Eine Liste von Verzeichnissen.<br>Verwende ";"(Windows) oder ":" (Linux, Mac) um die Eintr\u00e4ge voneinander zu trennen.<br>Relative Pfadangaben beziehen sich auf das Freeplane Benutzerverzeichnis.</html>
-OptionPanel.script_user_key_name_for_signing = Optionaler Aliasname eines private Schl\u00fcssels, um Skripte zu signieren
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>Wenn Sie Ihre Skripte selbst signieren wollen, dann geben Sie hier einen Alias f\u00fcr den Schl\u00fcssel ein.<br>Es wird erwartet, dass der Schl\u00fcssel im Standard-Schl\u00fcsselspeicher ist.<br>Das geheime Passwort des Schl\u00fcssels muss mit dem Passwort des Schl\u00fcsselspeichers \u00fcbereinstimmen.</html>
-OptionPanel.scrollbar_increment = Geschwindigkeit
-OptionPanel.scrolling_speed = Geschwindigkeit beim Scrollen
-OptionPanel.selection_method = Auswahlmodus
-OptionPanel.selection_method.tooltip = <html>Mit dem folgenden Schalter kann die verz\u00f6gerte Auswahl eines Schemas aktiviert bzw. deaktiviert werden.<br> \u00c4ndern Sie diese Option nicht, da sie ohnehin in auto.properties gespeichert werden.</html>
-OptionPanel.selection_method_by_click = Durch Mausklick
-OptionPanel.selection_method_delayed = Verz\u00f6gert
-OptionPanel.selection_method_direct = Direkt
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Stile
-OptionPanel.separator.anti_alias = Kantengl\u00e4ttung
-OptionPanel.separator.attributes = Attribute
-OptionPanel.separator.automatic_save = Automatisches Speichern
-OptionPanel.separator.behaviour = Verhalten
-OptionPanel.separator.browser = Browser
-OptionPanel.separator.cache = Cache
-OptionPanel.separator.CloudControls = Wolken
-OptionPanel.separator.commands_for_the_program = Programm
-OptionPanel.separator.connectors = Konnektoren
-OptionPanel.separator.data_formats = Formatieren und parsen von Datum
-OptionPanel.separator.default_colors = Standard-Farben
-OptionPanel.separator.default_fonts = Standard-Schriftarten
-OptionPanel.separator.default_styles = Standard-Stile
-OptionPanel.separator.EdgeControls = Linieneigenschaften
-OptionPanel.separator.edit_long_node_window = Externer Editor f\u00fcr gro\u00dfe Knoten
-OptionPanel.separator.editing = Editor-Einstellungen
-OptionPanel.separator.files = Dateien
-OptionPanel.separator.formula = Formeln
-OptionPanel.separator.General = Allgemein
-OptionPanel.separator.html_export = HTML Export
-OptionPanel.separator.html_import = HTML Import
-OptionPanel.separator.hyperlink_types = Hyperlink-Typen
-OptionPanel.separator.icon_properties = Icons
-OptionPanel.separator.icons = Piktogramme in "Icon W\u00e4hlen..."
-OptionPanel.separator.initial_map_size = Anf\u00e4ngliche Gr\u00f6\u00dfe der Mindmap
-OptionPanel.separator.inline_editor = Texteingabe im Knoten
-OptionPanel.separator.key_typing = Tastatureingabe
-OptionPanel.separator.language = Sprache
-OptionPanel.separator.load = Laden
-OptionPanel.separator.look_and_feel = Look And Feel
-OptionPanel.separator.mouse_wheel = Mausrad
-OptionPanel.separator.new_node_commands = Knotenerzeugung
-OptionPanel.separator.node_editing_commands = Knotenver\u00e4nderung
-OptionPanel.separator.node_navigation_commands = Knotennavigation
-OptionPanel.separator.NodeColors = Knotenfarben
-OptionPanel.separator.NodeFont = Knotenschrift
-OptionPanel.separator.NodeShape = Knotenform
-OptionPanel.separator.NodeStyle = Knotenstil
-OptionPanel.separator.NodeText = Knotentext
-OptionPanel.separator.notifications = Nachfragen
-OptionPanel.separator.org.freeplane.plugin.bugreport = Automatischer Fehler Bericht
-OptionPanel.separator.other_defaults = Andere Standards
-OptionPanel.separator.others = Andere Tastenkombinationen
-OptionPanel.separator.outline_view = Gliederungsansicht
-OptionPanel.separator.patterns = Stile
-OptionPanel.separator.RichTextEditor = Rich-Text Editor 
-OptionPanel.separator.root_node_appearance = Stil des Wurzel-Knotens
-OptionPanel.separator.save = Speichern
-OptionPanel.separator.scripting = Skripte
-OptionPanel.separator.scrollbar = Scrollbar
-OptionPanel.separator.search = Suchen
-OptionPanel.separator.selection_colors = Selektion Farben
-OptionPanel.separator.selection_method = Auswahlmodus
-OptionPanel.separator.single_instance_mode = Freeplane Instanzen
-OptionPanel.separator.size_limits = Gr\u00f6\u00dfenbeschr\u00e4nkung
-OptionPanel.separator.spelling = Rechtschreibpr\u00fcfung
-OptionPanel.separator.status = Status-Zeile
-OptionPanel.separator.tooltip = Tooltip
-OptionPanel.separator.undo = R\u00fcckg\u00e4ngig
-OptionPanel.separator.updates = Programm Aktualisierungen
-OptionPanel.set_property_text = Ver\u00e4ndern?
-OptionPanel.set_property_text.tooltip = <html><ul><li>Leer=Nicht \u00e4ndern </li><li>Minus=Eigenschaft l\u00f6schen (also auf den Standard zur\u00fccksetzen)</li><li>Plus=Eigenschaft setzen.</li></ul></html>
-OptionPanel.setscript = Ver\u00e4ndern?
-OptionPanel.setscript.tooltip = Schaltet die M\u00f6glichkeit zu, ein Skript zu dem Stil hinzuzuf\u00fcgen, dass ausgef\u00fchrt wird, wenn der Stil angewendet wird.
-OptionPanel.sharp_bezier = Geschwungen und spitz
-OptionPanel.sharp_linear = Spitze gerade Linie
-OptionPanel.show_icon_for_attributes = Icon f\u00fcr Attribut anzeigen
-OptionPanel.show_node_tooltips = Notiz anzeigen
-OptionPanel.show_note_icons = Icon f\u00fcr Notiz anzeigen
-OptionPanel.show_styles_in_tooltip = Stil-Name anzeigen
-OptionPanel.signed_script_are_trusted = Signierten Skripts vertrauen (empfohlen)
-OptionPanel.signed_script_are_trusted.tooltip = <html>Wenn Skripte von einer vertrauensw\u00fcrdigen Stelle (z.B. von den Freeplane Entwicklern, oder von Ihnen selbst)<br> signiert sind werden sie ohne Restriktionen ausgef\u00fchrt.</html>
-OptionPanel.simplyhtml.default_paste_mode = Standard-Einf\u00fcgemodus
-OptionPanel.single_backup_directory = Nur ein Verzeichnis f\u00fcr Backup-Dateien verwenden
-OptionPanel.single_backup_directory.tooltip = <html>Backup Dateien und Automatisch gespeicherte Dateien werden gemeinsam in ein Verzeichnis gespeichert.</html>
-OptionPanel.single_backup_directory_path = Backup-Verzeichnis (falls vorherige Option gew\u00e4hlt ist)
-OptionPanel.single_backup_directory_path.tooltip = <html>\u00dcberschreibt den Standardpfad <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Dateien in einer aktiven Freeplane Instanz \u00f6ffnen
-OptionPanel.single_instance_force = Eine zweite Instanz von Freeplane in jedem Fall verhindern
-OptionPanel.single_instance_force.tooltip = Vermeidet eine zweite Instanz, selbst wenn keine ladbare Datei existiert
-OptionPanel.sk = Slovakisch / sloven\u010dina
-OptionPanel.sl = Slovenisch / sloven\u0161\u010dina
-OptionPanel.spelling_opt_case_sensitive = Gro\u00df-/Kleinschreibung
-OptionPanel.spelling_opt_ignore_all_caps_words = Alle W\u00f6rter aus GROSSBUCHSTABEN ignorieren
-OptionPanel.spelling_opt_ignore_capitalization = Gro\u00dfbuchstaben am Wortbeginn ignorieren
-OptionPanel.spelling_opt_ignore_words_with_numbers = W\u00f6rter mit Ziffern ignorieren
-OptionPanel.spelling_opt_suggestions_limit_dialog = Maximale Anzahl der Vorschl\u00e4ge im Dialog
-OptionPanel.spelling_opt_suggestions_limit_menu = Maximale Anzahl der Vorschl\u00e4ge im Men\u00fc
-OptionPanel.sr = Serbisch / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = Standard Vorlage
-OptionPanel.standardbackgroundcolor = Standard Hintergrundfarbe
-OptionPanel.standardbackgroundcolor.tooltip = <html>Legt die Standardfarbe des Hintergrundes fest (in HTML-Notation)</html>
-OptionPanel.standardcloudcolor = Standard Wolkenfarbe
-OptionPanel.standardcloudcolor.tooltip = <html>Legt die Standard Wolkenfarbe fest (in HTML-Notation)</html>
-OptionPanel.standardcloudestyle = Standard Wolkenstil
-OptionPanel.standardcloudestyle.tooltip = <html>Legt den Standard Wolkenstil fest. <br>Im Moment wird nur die geschwungene Form (Bezier)unterst\u00fctzt.</html>
-OptionPanel.standarddrawrectangleforselection = Selektierten Knoten durch Rechteck anzeigen
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Zeigt den selektierten Knoten an, indem ein Rechteck um ihn gezeichnet wird.</html>
-OptionPanel.standardlinkcolor = Standard Konnektor-Farbe
-OptionPanel.standardlinkcolor.tooltip = <html>Legt die Standardfarbe des Konnektors fest (in HTML-Notation). </html>
-OptionPanel.standardlinkestyle = Standard Konnektor-Stil
-OptionPanel.standardlinkestyle.tooltip = <html>Legt den Standardstil f\u00fcr den Konnektor fest. </html>
-OptionPanel.standardselectednodecolor = Standard-Farbe f\u00fcr ausgew\u00e4hlte Knoten
-OptionPanel.standardselectednodecolor.tooltip = <html>Legt die Standardfarbe f\u00fcr selektierte Knoten fest (in HTML-Notation).<br>Gilt nur, wenn die Option "Selektierten Knoten durch Rechteck anzeigen"<br><b>nicht</b> selektiert ist. </html>
-OptionPanel.standardselectednoderectanglecolor = Farbe f\u00fcr das Rechteck zur Anzeige des ausgew\u00e4hlten Knoten
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Legt die Farbe des Rechtecks fest mit dem der selektierte Knoten angezeigt wird (in HTML-Notation).<br>Gilt nur, wenn die Option "Selektierten Knoten durch Rechteck anzeigen" selektiert ist.</html>
-OptionPanel.STAR = Stern
-OptionPanel.structured_html_import = Import HTML als Knotenhierarchie
-OptionPanel.structured_icon_toolbar = Strukturierte Icon-Toolbar
-OptionPanel.summary = Zusammenfassung
-OptionPanel.sv = Schwedisch / svenska
-OptionPanel.text.use_ctrl_key = <html>Um den Programm-Funktionen einen ShortCut zuzuweisen,<br> verwende die Men\u00fcfunktion "Extras -> ShortCut zuweisen"</html>
-OptionPanel.time_for_automatic_save = Zeitabstand f\u00fcr automatisches Speichern [ms]
-OptionPanel.time_for_automatic_save.tooltip = <html>Legt die Zeit zwischen zwei aufeinanderfolgenden automatischen Speicherungen in Millisekunden fest <br>Wenn Sie diese Funktion deaktivieren wollen, dann setzen Sie die Zeit auf 200.00.00.000.</html>
-OptionPanel.time_for_delayed_selection = Zeit f\u00fcr die verz\u00f6gerte Auswahl [ms]
-OptionPanel.time_for_delayed_selection.tooltip = <html>Legt fest, wie lange die Maus \u00fcber dem Knoten sein muss, bevor er ausgew\u00e4hlt wird.<br>Ein Wert von 1 bedeutet direkte Auswahl mit der Maus (ohne Klick).</html>
-OptionPanel.toolTipManager.dismissDelay = Ausblenden des ToolTips [ms]
-OptionPanel.toolTipManager.initialDelay = Anf\u00e4ngliche Verz\u00f6gerung [ms]
-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 [ms]
-OptionPanel.tr = T\u00fcrkisch / T\u00fcrkmen, \u0422\u04af\u0440\u043a\u043c\u0435\u043d
-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
-OptionPanel.undo_levels.tooltip = <html>Legt fest, wie viele Aktionen r\u00fcckg\u00e4ngig gemacht werden k\u00f6nnen.</html>
-OptionPanel.unfold_on_paste = Knoten beim Einf\u00fcgen entfalten
-OptionPanel.unfold_on_paste.tooltip = Knoten beim Einf\u00fcgen und beim Drag-And-Drop entfalten
-OptionPanel.use_common_out_point_for_root_node = Alle Linien am Wurzelknoten starten aus einem Punkt
-OptionPanel.use_common_out_point_for_root_node.tooltip = <html>Wenn selektiert starten alle Linien am Wurzelknoten aus einem Punkt.</html>
-OptionPanel.use_tabbed_pane = Karteireiter verwenden
-OptionPanel.use_tabbed_pane.tooltip = <html>Wenn selektiert, werden die ge\u00f6ffneten Mindmaps als einzelne Karteireiter angezeigt.</html>
-OptionPanel.user_defined_screen_resolution = Bildschirm-Aufl\u00f6sung (dpi)
-OptionPanel.validate_classpath_needs_readaccess = Skripte: Wenn Sie den Classpath definieren, m\u00fcssen sie den lesenden Zugriff auf Dateien erlauben!
-OptionPanel.validate_invalid_date_format = Standard-Format f\u00fcr Datum ist ung\u00fcltig.
-OptionPanel.validate_invalid_datetime_format = Standard-Format f\u00fcr Datum-Zeit ist ung\u00fcltig.
-OptionPanel.validate_invalid_number_format = Standard-Format f\u00fcr Zahlen ist ung\u00fcltig.
-OptionPanel.validate_write_without_read = Scripting: Evtl. ben\u00f6tigen Sie zus\u00e4tzlich zum schreibenden Zugriff auch den lesenden Zugriff auf Dateien.
-OptionPanel.validation_error = <html><body>Fehler bei der Auswertung:<p><em>{0}</em><p>Bitte \u00e4ndern Sie die Voreinstellungen, um die Fehler zu beheben.</body></html>
-OptionPanel.validation_warning = <html><body>Warnung(en) bei der Auswertung:<p><em>{0}</em></body></html>
-OptionPanel.vi = Vietnamesisch / Ti\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = Geschwindigkeit
-OptionPanel.wheel_velocity.tooltip = Ein gr\u00f6\u00dferer Wert resultiert in schnelleren Bewegungen der Mindmap bei Bet\u00e4tigung des Mausrades.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Einfaches Chinesisch / \u7b80\u4f53\u5b57
-OptionPanel.zh_TW = Traditionelles Chinesisch / \u7e41\u9ad4\u5b57
-org.freeplane.plugin.bugreport.agree = Senden
-org.freeplane.plugin.bugreport.always_agree = Immer senden.
-org.freeplane.plugin.bugreport.always_deny = Niemals senden.
-org.freeplane.plugin.bugreport.deny = Nicht senden.
-org.freeplane.plugin.bugreport.dialog.title = Automatischer Fehlerreport
-org.freeplane.plugin.bugreport.freeplane_team = Nachricht vom Freeplane Team
-org.freeplane.plugin.bugreport.lastreport = Letzer Empfangener Report
-org.freeplane.plugin.bugreport.never = Niemals nach Hilfe fragen
-org.freeplane.plugin.bugreport.question = <html>Freeplane hat eine automatische Fehlerr\u00fcckverfolgungs- Funktion.<br>Dabei werden niemals pers\u00f6nliche Daten \u00fcbermittelt.<br>Ihre Fehlerberichte k\u00f6nnen uns aber helfen die Software zu verbessern.</html>
-org.freeplane.plugin.bugreport.report = Derzeitiger Report
-org.freeplane.plugin.bugreport.wanted_bug = Ein Fehler ist aufgetreten und wurde automatisch weitergemeldet.\u000aWir brauchen aber noch mehr Informationen, um dieses unerwartete Verhalten reproduzieren zu k\u00f6nnen.\u000a\u000aBitte helfen Sie uns dabei, indem Sie einen Fehlerbericht in userem Mantis-Fehlerverfolgungstool eingeben.\u000aErkl\u00e4ren Sie auch, was Sie getan haben, als der Fehler auftrat, so dass wir Ihn reproduzieren k\u00f6nnen.\u000a\u000aWenn Sie OK dr\u00fccken, wird automatisch das Fehlerverfolgunstool in Ihrem Web-Browser ge\u00f6ffnet.\u000a\u000aDanke, dass Sie dabei helfen Freeplane besser zu machen!\u000aIhr Freeplane Team.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = Der Knoten {0} ist nicht definiert
-out_of_memory = Zu wenig Speicher.
-overwrite_keyset_question = Soll existierendes Keyset \u00fcberschrieben werden?
-PageAction.text = Seite einr&ichten...
-password_is_not_ascii = Passwort ist nicht im ASCII-Format
-PasteAction.text = Einf&\u00fcgen
-PasteAttributes.text = Attribute einf\u00fcgen
-PatternNewNameProperty = Neuer Stil
-PatternToString.backgroundColor = Hintergrundfarbe
-PatternToString.Child = Stil des Unterknotens
-PatternToString.color = Farbe
-PatternToString.EdgeColor = Linienfarbe
-PatternToString.EdgeStyle = Linienform
-PatternToString.EdgeWidth = Linienbreite
-PatternToString.FontBold = Fett
-PatternToString.FontItalic = Kursiv
-PatternToString.FontName = Schrift
-PatternToString.Icon = Icon
-PatternToString.NodeFontSize = Schriftgr\u00f6\u00dfe
-periodic_formula = {0}* n + {1}
-PeriodUnit.DAY = Tage
-PeriodUnit.HOUR = Stunden
-PeriodUnit.MINUTE = Minuten
-PeriodUnit.MONTH = Monate
-PeriodUnit.WEEK = Wochen
-PeriodUnit.YEAR = Jahre
-plugins/latex/LatexNodeHook.editorTitle = Latex bearbeiten
-plugins/script_filter = Skript Filter {0}
-plugins/script_filter_error = {0} soll einen Boolean zur\u00fcckgeben von {1}. Der R\u00fcckgabewert ist aber {2}
-plugins/ScriptEditor.cancel = \u00c4nderungen Verwerfen und &abbrechen
-plugins/ScriptEditor.exit = \u00c4nderungen &speichern und schlie\u00dfen
-plugins/ScriptEditor.FORBIDDEN_ACTION = In Freeplane sind Groovy Skripte eingeschr\u00e4nkt. Die folgenden {0,choice,0#File|1#Network|2#Exec} Operationen sind verboten: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Sie k\u00f6nnen dies in den Programmeinstellungen \u00e4ndern.
-plugins/ScriptEditor.menu_actions = &Aktionen
-plugins/ScriptEditor.new_script = &Neues Script
-plugins/ScriptEditor.run = &Starten
-plugins/ScriptEditor.sign = Skript S&ignieren...
-plugins/ScriptEditor/window.Result = Ergebnis:
-plugins/ScriptEditor/window.title = Skripteditor
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Unerlaubter Zugriff auf das interne API (Paket {0}). Bitte kontaktieren Sie das Freeplane-Team, falls Sie den Zugriff ben\u00f6tigen.
-plugins/TimeList.xml_Created = Erzeugt
-plugins/TimeList.xml_Date = Termin
-plugins/TimeList.xml_Icons = Icons
-plugins/TimeList.xml_Modified = Ver\u00e4ndert
-plugins/TimeList.xml_Notes = Notizen
-plugins/TimeList.xml_Text = Text
-plugins/TimeManagement.xml_appendButton = Datum in Auswahl einf\u00fcgen
-plugins/TimeManagement.xml_Cancel = Abbrechen
-plugins/TimeManagement.xml_cancelButton = Abbrechen
-plugins/TimeManagement.xml_closeButton = Schlie\u00dfen
-plugins/TimeManagement.xml_Export = Markierte Knoten Exportieren
-plugins/TimeManagement.xml_Find = Suchen
-plugins/TimeManagement.xml_Goto = Selektieren und Schlie\u00dfen
-plugins/TimeManagement.xml_hour = Stunde:
-plugins/TimeManagement.xml_menu_actions = Aktionen
-plugins/TimeManagement.xml_minute = Minute:
-plugins/TimeManagement.xml_reminderButton = Wiedervorlage
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Zur gegebenen Zeit werden Sie durch blinkende Icons benachrichtigt - allerdings nur, wenn Freeplane l\u00e4uft.<br>Wenn Sie Freeplane beenden, wird der Timer beim n\u00e4chsten \u00d6ffnen dieser Mindmap erneut gestartet.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Zur Zeit kann nur ein Datum pro Knoten gespeichert werden.<br><br>Das aktuell eingestellte Datum ist {0,date} {0,time},<br> Sie wollten allerdings {1,date} {1,time}. <br><br>Wollen Sie das Datum \u00e4ndern (JA), <br>oder m\u00f6chten Sie das eingestellte Datum beibehalten (NEIN)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Wiedervorlage am {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = sp\u00e4tere Erinnerung
-plugins/TimeManagement.xml_remindLaterButton_tooltip = sp\u00e4tere Erinnerung
-plugins/TimeManagement.xml_removeReminderButton = Wiedervorlage &entfernen
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Entfernt alle Wiedervorlagen der ausgew\u00e4hlten Knoten.
-plugins/TimeManagement.xml_Replace = Ersetzen
-plugins/TimeManagement.xml_Replace_All = Alle Ersetzen
-plugins/TimeManagement.xml_Replace_Selected = Markierte Ersetzen
-plugins/TimeManagement.xml_Select = Selektieren
-plugins/TimeManagement.xml_todayButton = Heute
-plugins/TimeManagement.xml_WindowTitle = Zeit Management
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Suchen & Ersetzen
-preferences = Einstellungen
-print_preview_title = Vorschau
-PrintAction.text = &Drucken...
-PrintDirectAction.text = Drucken
-printing_settings = Druckskalierung
-PrintPreviewAction.text = &Vorschau...
-PropertyAction.dialog = Einstellungen
-PropertyAction.text = Ein&stellungen...
-QuickFilterAction.text = &Schneller Filter
-QuickFindAction.BACK.text = Suche &r\u00fcckw\u00e4rts
-QuickFindAction.FORWARD.text = Suche &vorw\u00e4rts
-QuickFindAllAction.text = Alle passenden Knoten ausw\u00e4hlen
-QuickHighlightAction.text = alle passenden Knoten hervorheben
-QuitAction.text = &Beenden
-read_only = Schreibgesch\u00fctzt
-ReadScriptError.text = Fehler beim Lesen des Skripts.\u000aSiehe Logfile zu Details.
-really_convert_to_current_version = <html>Diese Mindmap wurde mit einer \u00e4lteren Version von Freeplane erzeugt.<br>Soll sie konvertiert werden (empfohlen)?<br>Nicht konvertierte Mindmaps k\u00f6nnen evtl. nicht richtig angezeigt werden.</html>
-really_cut_node = Knoten wirklich ausschneiden?
-really_execute_script = Wollen Sie wirklich die Skripte in dieser Mindmap ausf\u00fchren? Es ist m\u00f6glich, dass diese Skripte Ihren Rechner besch\u00e4digen.
-really_remove_node = Knoten wirklich l\u00f6schen?
-really_remove_notes = Wollen Sie wirklich die Notizen l\u00f6schen?
-ReapplyFilterAction.text = E&rneut anwenden
-red = Rot
-RedefineStyleAction.text = Vorlage neu festlegen
-RedoAction.text = &Wiederherstellen
-RedoFilterAction.text = &Wiederherstellen
-regular_expressions = Regul\u00e4re Ausdr\u00fccke
-ReminderHookAction.text = Wiedervorlage entfernen
-ReminderHookAction.tooltip = Entfernt eine Wiedervorlage.
-remove_file_from_list_on_error = Konnte Datei {0} nicht \u00f6ffnen. Soll sie aus der Liste der zuletzt ge\u00f6ffneten Dateien entfernt werden?
-remove_shortcut_question = Tastaturk\u00fcrzel ersetzen?
-RemoveAllIconsAction.text = L\u00f6sche &alle
-RemoveConnectorAction.text = Konnektor entfernen
-RemoveEncryption.text = Knotenpasswort &entfernen
-RemoveFormatAction.text = Ohne Format
-RemoveIcon_0_Action.text = L\u00f6sche &erstes
-RemoveIconAction.text = L\u00f6sche &letztes
-RemoveNoteAction.text = l&\u00f6schen
-RemoveNoteAction.tooltip = <html>Entfernt Notizen von evtl. mehreren Knoten.</html>
-rename = &Umbenennen
-repair_link = Link reparieren?
-repair_link_question = Die Mindmap konnte nicht gefunden werden. Link von Hand reparieren?
-replace = Ersetzen
-replace_shortcut_question = <html>Dieser Shortcut ist bereits zugewiesen zu: <br/><b>{0}</b><br/> Soll die Zuweisung ge\u00e4ndert werden?</html>
-replace_shortcut_title = Shortcut ersetzen?
-ReportBugAction.text = &Fehler melden...
-RequestFeatureAction.text = &Verbesserungsvorschlag machen...
-reset_to_default = Default benutzen
-ResetNodeLocationAction.text = &Position zur\u00fccksetzen
-ResetStyleAction.text = Knotenstil zur\u00fccksetzen
-RevertAction.text = Wieder&herstellung aus lokaler Historie...
-RevisionPluginAction.text = &\u00c4nderungen markieren
-save_failed = Der Versuch, {0} zu speichern, ist fehlgeschlagen.
-save_unsaved = Soll die folgende Mindmap gespeichert werden? :
-save_unsaved_styles = Knotenstile speichern?
-SaveAcceleratorPresetsAction.text = Satz speichern...
-SaveAction.text = &Speichern
-SaveAll.text = &Alle speichern...
-SaveAll.tooltip = Speichert alle ge\u00f6ffneten Mindmaps
-SaveAsAction.text = Speichern &unter...
-saved = Mindmap wurde gespeichert.
-saving_canceled = Speicher Vorgang abgebrochen
-scanners_not_loaded = Scanner konnten nicht geladen werden. Datei korrupt.
-scheme_evaluate = Evaluate!
-script_execution_disabled = Ausf\u00fchrung von Skripten ist deaktiviert, s. Extras/Einstellungen/Plugins
-ScriptEditor.text = Skript&editor...
-ScriptEditor.tooltip = Erm\u00f6glicht es Freeplane \u00fcber Skripte zu steuern.
-ScriptEditorPanel.changed_cancel = Die Skripte wurden ver\u00e4ndert. Wollen Sie wirklich abbrechen?
-scripting_api_generator_legend = Legende
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = Scripting API
-scripting_api_generator_utilities = Utilities
-scripting_api_generator_web = Web Ressourcen
-select_favorites_folder = Suchen Sie den Ordner aus, in dem Ihre Favoriten sich befinden.
-select_file_export_to = Die Datei, zu der exportiert werden soll, selektieren
-select_folder_for_importing = W\u00e4hlen Sie den Ordner aus, der importiert werden soll
-select_icon = Iconauswahl
-select_menu_item_dialog = Men\u00fceintrag ausw\u00e4hlen
-select_menu_item_root_node = Men\u00fc
-SelectAllAction.text = Alles markieren
-SelectBranchAction.text = Zweig &markieren
-SelectedPasteAction.text = Ei&nf\u00fcgen als...
-selection_method_by_click = Einfacher Mausklick selektiert
-selection_method_delayed = Verz\u00f6gerte automatische Selektion
-selection_method_direct = Mausber\u00fchrung selektiert
-SelectNoteAction.text = &Wechsel Notiz<->Knoten
-SelectNoteAction.tooltip = Wechselt vom bzw. zum Notiz-Editor
-set_accelerator_on_next_click_action = Auf einen Men\u00fceintrag klicken, um ShortCut zuzuweisen
-SetAcceleratorOnNextClickAction.text = ShortCut &zuweisen...
-SetImageByFileChooserAction.text = Bildver&kn\u00fcpfung erstellen...
-SetLinkAnchorAction.text = Setze &Anker
-SetLinkAnchorAction.tooltip = <html>setzt aktuellen Knoten als Bezugspunkt von dem aus<br/>bzw. zu dem ein lokaler bzw. datei\u00fcbergreifender<br/>Hyperlink erstellt werden kann.</html>
-SetLinkAnchorAction.tooltip_anchored = <html>setzt aktuellen Knoten als Bezugspunkt von dem aus<br/>bzw. zu dem ein lokaler bzw. datei\u00fcbergreifender<br/>Hyperlink erstellt werden kann.<br/>Aktuell: {0}</html>
-SetLinkByFileChooserAction.text = Link auf &Datei...
-SetLinkByTextFieldAction.text = Link per Te&xtfeldeingabe...
-SetNodeLink.text = Link auf Knoten...
-SetNoteWindowPosition.bottom.text = &Unten
-SetNoteWindowPosition.left.text = &Links
-SetNoteWindowPosition.right.text = &Rechts
-SetNoteWindowPosition.top.text = &Oben
-SetShortenerStateAction.text = Verk\u00fcrzte &Knotenansicht
-sf_login_required = Source Forge login ben\u00f6tigt. Weitermachen?
-ShowAllAttributesAction.text = Alle &anzeigen
-ShowAncestorsAction.text = Zeige &Vorg\u00e4nger
-ShowAttributeDialogAction.text = &Attribute verwalten...
-ShowDescendantsAction.text = Zeige &Nachfolger
-ShowFilterToolbarAction.text = &Filter
-ShowFormatPanel.text = &Format \u00e4ndern...
-ShowFormatPanel.tooltip = Dialog, in dem Knoten- und Kantenformate auf einmal ge\u00e4ndert werden k\u00f6nnen.
-ShowHideNoteAction.text = &Editor einblenden
-ShowHideNoteAction.tooltip = Damit kann man das Notizfenster verbergen bzw. wieder anzeigen.
-ShowNextChildAction.text = N\u00e4chsten Unterknoten anzeigen
-ShowNotesInMapAction.text = permanent &einblenden
-ShowSelectedAttributesAction.text = Nur ausge&w\u00e4hlte anzeigen
-ShowSelectionAsRectangleAction.text = &Rechteck als Auswahlmarkierung
-simplyhtml.aboutFrameTitle = \u00dcber dieses Programm
-simplyhtml.aboutLabel = \u00dcber SimplyHTML...
-simplyhtml.alignCenter = Zentriert
-simplyhtml.alignLabel = Ausrichtung:
-simplyhtml.alignLeft = Links
-simplyhtml.alignRight = Rechts
-simplyhtml.allCellsRangeLabel = Alle Zellen
-simplyhtml.allOccurrencesReplaced = Alle ersetzt
-simplyhtml.appendTableColLabel = Spalte anh\u00e4ngen
-simplyhtml.appendTableRowLabel = Zeile anh\u00e4ngen
-simplyhtml.applyCellAttrLabel = Anwenden auf
-simplyhtml.backgroundLabel = Hintergrund:
-simplyhtml.boldItalicName = Fett kursiv
-simplyhtml.boldName = Fett
-simplyhtml.borderColorLabel = Farbe:
-simplyhtml.borderWidthLabel = Breite
-simplyhtml.bottomLabel = Unten:
-simplyhtml.cancelBtnName = Abbrechen
-simplyhtml.cellBorderTabLabel = Rahmen
-simplyhtml.cellGenTabLabel = Allgemein
-simplyhtml.cellMarginTabLabel = Abstand
-simplyhtml.cellPanelTitle = Zellenformat
-simplyhtml.clearFormatLabel = Formattierung l\u00f6schen
-simplyhtml.clearFormatTip = Formattierung l\u00f6schen
-simplyhtml.close = Schlie\u00dfen
-simplyhtml.closeBtnName = Schlie\u00dfen
-simplyhtml.colorLabel = Farbe
-simplyhtml.copyLabel = Kopieren
-simplyhtml.copyTip = Kopieren
-simplyhtml.cTagNameHead1 = \u00dcberschrift 1
-simplyhtml.cTagNameHead2 = \u00dcberschrift 2
-simplyhtml.cTagNameHead3 = \u00dcberschrift 3
-simplyhtml.cTagNameHead4 = \u00dcberschrift 4
-simplyhtml.cTagNameHead5 = \u00dcberschrift 5
-simplyhtml.cTagNameHead6 = \u00dcberschrift 6
-simplyhtml.cTagNameLink = Verkn\u00fcpfung
-simplyhtml.cTagNameOL = Nummerierte Liste
-simplyhtml.cTagNamePara = Absatz
-simplyhtml.cTagNameUL = Bullet-Liste
-simplyhtml.cutLabel = Ausschneiden
-simplyhtml.cutTip = Ausschneiden
-simplyhtml.defaultDocName = Ohne Titel
-simplyhtml.deleteTableColLabel = Spalte l\u00f6schen
-simplyhtml.deleteTableRowLabel = Zeile l\u00f6schen
-simplyhtml.docTitleQuery = Neuer Titel:
-simplyhtml.docTitleTitle = Dokumenttitel bearbeiten
-simplyhtml.editLabel = Editieren
-simplyhtml.effectLabel = Effekt
-simplyhtml.familyLabel = Familie
-simplyhtml.findNext = Suchen...
-simplyhtml.findReplaceDialogTitle = Suchen & Ersetzen
-simplyhtml.findReplaceLabel = Suchen & Ersetzen
-simplyhtml.findReplaceTip = Suchen & Ersetzen
-simplyhtml.fontBoldLabel = Fett
-simplyhtml.fontBoldTip = Fett an- und ausschalten
-simplyhtml.fontColorLabel = Textfarbe
-simplyhtml.fontColorTip = Textfarbe
-simplyhtml.fontDialogTitle = Zeichen formatieren
-simplyhtml.fontItalicLabel = Kursiv
-simplyhtml.fontItalicTip = kursiv an- und ausschalten
-simplyhtml.fontLabel = Zeichen...
-simplyhtml.fontTabLabel = Schriftart
-simplyhtml.fontTip = Zeichen formatieren...
-simplyhtml.fontUnderlineLabel = Unterstrichen
-simplyhtml.fontUnderlineTip = Unterstreichen an- und ausschalten
-simplyhtml.foregroundLabel = Vordergrund:
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = Liste...
-simplyhtml.formatListTip = Listenformat \u00e4ndern
-simplyhtml.formatParaLabel = Absatz...
-simplyhtml.formatParaTip = Absatzformat \u00e4ndern
-simplyhtml.formatTableLabel = Tabelle...
-simplyhtml.formatTableTip = Tabelle formatieren...
-simplyhtml.helpLabel = Hilfe
-simplyhtml.htmlTabTitle = HTML Code Ansicht
-simplyhtml.imageFileDesc = Bilddateien
-simplyhtml.insertTableColLabel = Spalte einf\u00fcgen
-simplyhtml.insertTableLabel = Tabelle...
-simplyhtml.insertTableMsg = Wieviele Spalten?
-simplyhtml.insertTableRowLabel = Zeile einf\u00fcgen
-simplyhtml.insertTableTitle = Tabelle einf\u00fcgen
-simplyhtml.italicName = Kursiv
-simplyhtml.layoutTabTitle = Layout Ansicht
-simplyhtml.leftLabel = Links:
-simplyhtml.listDialogTitle = Liste formatieren
-simplyhtml.listIndentTitle = Einr\u00fcckung:
-simplyhtml.listPosInside = Einger\u00fcckt
-simplyhtml.listPositionLabel = Position:
-simplyhtml.listPosOutside = Ausger\u00fcckt
-simplyhtml.listTypeCircle = Leerer Kreis Bulletzeichen
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = Ausgef\u00fcllter Kreis als Bulletzeichen
-simplyhtml.listTypeLabel = Typ:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = Keine
-simplyhtml.listTypeSquare = Rechteckiges Bulletzeichen
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Au\u00dfen
-simplyhtml.matchApproximately = \u00C4hnlichkeitssuche
-simplyhtml.matchApproximately.tooltip = <html>Gibt an, ob approximative Treffer angezeigt werden sollen,<br/>z.B. Suche nach 'files' findet 'flies'.</html>
-simplyhtml.matchCase = Gro\u00df-/Kleinschreibung
-simplyhtml.matchCase.tooltip = Gibt an, ob Gro\u00df/Kleinschreibung bei der Suche beachtet werden soll.
-simplyhtml.newStyleDefaultName = Neue Formatvorlage
-simplyhtml.nextTableCellLabel = N\u00e4chste Zelle
-simplyhtml.noLineLabel = Keine
-simplyhtml.noMoreOccurrencesFound = Keine (weiteren) gefunden
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Innen
-simplyhtml.paraAlignCenterLabel = Zentriert
-simplyhtml.paraAlignCenterTip = Paragraph zentriert ausrichten
-simplyhtml.paraAlignLeftLabel = Linksb\u00fcndig
-simplyhtml.paraAlignLeftTip = Paragraph linksb\u00fcndig ausrichten
-simplyhtml.paraAlignRightLabel = Rechtsb\u00fcndig
-simplyhtml.paraAlignRightTip = Paragraph rechtsb\u00fcndig ausrichten
-simplyhtml.paraStyleDialogTitle = Absatzformat
-simplyhtml.paraTabLabel = Absatz
-simplyhtml.pasteHTMLLabel = Einf\u00fcgen als HTML
-simplyhtml.pasteLabel = Einf\u00fcgen
-simplyhtml.pastePlainTextLabel = Einf\u00fcgen als Text
-simplyhtml.pasteTip = Einf\u00fcgen
-simplyhtml.plainName = Standard
-simplyhtml.previewLabel = &Vorschau
-simplyhtml.previewText = Dies ist ein Test
-simplyhtml.prevTableCellLabel = Vorige Zelle
-simplyhtml.printLabel = Drucken...
-simplyhtml.redoLabel = Wiederherstellen
-simplyhtml.redoTip = Wiederholen
-simplyhtml.replace = Ersetzen...
-simplyhtml.replaceAll = Alles
-simplyhtml.replaceDone = Fertig
-simplyhtml.replaceNo = Nein
-simplyhtml.replaceThisQuery = Ersetzen
-simplyhtml.replaceWith = Ersetzen mit:
-simplyhtml.replaceYes = Ja
-simplyhtml.rightLabel = Rechts:
-simplyhtml.searchDown = Nach unten suchen
-simplyhtml.searchDown.tooltip = Von oben nach unten suchen.
-simplyhtml.searchFromStart = Vom Anfang an suchen
-simplyhtml.searchFromStart.tooltip = Von Anfang an (und nicht ab der Cursorposition) suchen.
-simplyhtml.searchUp = Nach oben suchen
-simplyhtml.searchUp.tooltip = Von unten nach oben suchen.
-simplyhtml.selectAllLabel = Alles Ausw\u00e4hlen
-simplyhtml.sizeLabel = Gr\u00f6\u00dfe
-simplyhtml.standardStyleName = Standard
-simplyhtml.strikeLabel = Durchgestrichen
-simplyhtml.styleLabel = Stil
-simplyhtml.styleNameInputText = Name der Formatvorlage?
-simplyhtml.styleNameInputTitle = Formatvorlage speichern
-simplyhtml.tableBgColLabel = Hintergrundfarbe:
-simplyhtml.tableDialogTitle = Tabelle formatieren
-simplyhtml.tableLabel = Tabelle
-simplyhtml.tablePanelTitle = Tabellenformat
-simplyhtml.tableWidthLabel = Breite:
-simplyhtml.textIndentLabel = Einr\u00fcckung:
-simplyhtml.textToFind = Suche Text:
-simplyhtml.thisCellRangeLabel = Diese Zelle
-simplyhtml.thisColRangeLabel = Diese Spalte
-simplyhtml.thisRowRangeLabel = Diese Zeile
-simplyhtml.toggleBulletsLabel = Aufz\u00e4hlung ein/aus
-simplyhtml.toggleBulletsTip = Aufz\u00e4hlung ein/aus
-simplyhtml.toggleNumbersLabel = Numerierung ein/aus
-simplyhtml.toggleNumbersTip = Numerierung ein/aus
-simplyhtml.topLabel = Oben:
-simplyhtml.uLineLabel = Unterstrichen
-simplyhtml.unableToOpenFileError = Datei kann nicht ge\u00f6ffnet werden
-simplyhtml.unableToRedoError = Wiederholen nicht m\u00f6glich:
-simplyhtml.unableToUndoError = R\u00fcckg\u00e4ngig nicht m\u00f6glich:
-simplyhtml.undoLabel = R\u00fcckg\u00e4ngig
-simplyhtml.undoTip = R\u00fcckg\u00e4ngig
-simplyhtml.valignBaseline = An Basislinie
-simplyhtml.valignBottom = Unten
-simplyhtml.valignLabel = Vert. Ausrichtung:
-simplyhtml.valignMiddle = Mittig
-simplyhtml.valignTop = Oben
-simplyhtml.wholeWordsOnly = Nur ganze Worte
-simplyhtml.wholeWordsOnly.tooltip = Treffer auf ganze W?rter beschr?nken.
-SortNodes.text = Unterknoten alphabetisch &sortieren
-SortNodes.tooltip = Alle Unterknoten eines Knotens alphabetisch sortieren
-split = &Teilen
-SplitConditionAction.text = Aufteilen
-SplitNode.text = Text &aufteilen
-SplitNode.tooltip = <html>Knoteninhalt wird auf mehrere Knoten verteilt.</html>
-STANDARD_FORMAT = Standard
-stop_processing = Stop
-StringFlavorHandler = Knotenhierarchie als einfacher Text
-StructuredHtmlFlavorHandler = Knotenhierarchie als HTML
-style = Stil
-style_already_exists = Dieser Knotenstil existiert bereits.
-styledialog.cancel.text = Abbrechen
-styledialog.ok.text = OK
-styles = Knoten&stile
-styles.AutomaticLayout = Automatisches Layout
-styles.connection = Verbindung
-styles.date = Datum
-styles.definition = Definition
-styles.description = Beschreibung
-styles.floating_node = Schwebender Knoten
-styles.idea = Idee
-styles.important = Wichtig
-styles.key = Schl\u00fcssel
-styles.list = Liste
-styles.needs_action = Handlungsbedarf
-styles.note = Notiz
-styles.ok = OK
-styles.pending = Unerledigt
-styles.predefined = Standard Knotenstile
-styles.question = Frage
-styles.quotation = Zitat
-styles.root_node = Knotenstile
-styles.subsubtopic = Unterunterbegriff
-styles.subtopic = Unterbegriff
-styles.topic = Oberbegriff
-styles.user-defined = Benutzerdefinierte Knotenstile
-styles.website = Website
-styles_menu = Knotenstile
-submenu_keystroke_in_use_error = Tastaturk\u00fcrzel {0} kann nicht f\u00fcr ein Untermen\u00fc ({1}) verwendet werden und wurde deshalb entfernt.
-summary_nodes = Gruppierungsknoten
-summary_not_possible = Gruppierungsknoten kann von der Auswahl nicht erzeugt werden.
-SummaryNodeAction.text = Knoten als Gruppierungs&knoten verwenden
-svg = SVG
-template_dir = Standard Vorlagen
-TimeListAction.text = Zeit&plan...
-TimeListAction.tooltip = Zeigt alle Wiedervorlagezeiten und die dazugeh\u00f6rigen Knoten.
-TimeManagementAction.text = &Kalender anzeigen...
-TimeManagementAction.tooltip = <html>Zeigt das Kalender Modul von Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = &Unterknoten falten/entfalten
-ToggleDetailsAction.text = Knotendetails Ein-/Ausblenden
-ToggleFBarAction.text = F-&Tasten
-ToggleFoldedAction.text = Knoten &falten/entfalten
-ToggleFullScreenAction.text = &Vollbildmodus
-ToggleLeftToolbarAction.text = &Icons
-ToggleMenubarAction.text = &Men\u00fc
-ToggleStatusAction.text = Statuszeile anzeigen
-ToggleToolbarAction.text = &Werkzeuge
-undefined_error = Ein unerwarteter Fehler ist aufgetreten. Eine Fehlernachricht im Forum w\u00e4re sch\u00f6n.
-underline = Unterstrich
-UnderlineAction.text = Unterstreichen
-underlined = Unterstrichen
-UndoAction.text = &R\u00fcckg\u00e4ngig
-UndoFilterAction.text = &R\u00fcckg\u00e4ngig
-unfold = Entfalten
-UnfoldAllAction.text = Zweig &aufklappen
-UnfoldAllAction.tooltip = <html>Klappt die Unterknoten des selektierten Zweigs auf</html>
-UnfoldOneLevelAction.text = Weitere Ebene aufklappen
-UnfoldOneLevelAction.tooltip = <html>Klappt in selektiertem Zweig eine weitere Ebene auf</html>
-up = Auf
-update_failed = Update ist fehlgeschlagen mit der Meldung {0}
-UpdateCheckAction.text = Auf &Updates pr\u00fcfen...
-updatecheckdialog = Updatepr\u00fcfung
-url_error = Fehler: Diese URL ist fehlerhaft.
-url_open_error = Die URL {0} konnte nicht geladen werden.
-used_in_menu = Dieser Shortcut kann nicht gesetzt werden, da er bereits im Men\u00fc verwendet wird.
-UsePlainTextAction.text = Nur reiner &Text
-user_config_folder = Benutzerkonfiguration: {0}
-user_defined_scale = Benutzerdefinierte &Gr\u00f6\u00dfe
-user_defined_zoom = Benutzerdefiniert.
-user_defined_zoom_status_bar = Der Zoom wurde ge\u00e4ndert und steht nun auf dem benutzerdefinierten Wert von {0}%.
-user_icon = {0}
-user_template_dir = Benutzerdefinierte Vorlagen
-user_zoom = Druckvergr\u00f6\u00dferung (0.0 - 2.0):
-value_format = Zahlenformat
-version_up_to_date = Sie benutzen bereits die aktuellste Version.
-ViewerControllerAction.text = E&xternes Objekt...
-ViewLayoutTypeAction.OUTLINE.text = &Gliederungsansicht
-WebDocuAction.text = Web Dokumentation
-width = Breite
-wrong_regexp = Der Regul\u00e4re Ausdruck "{0}" ist fehlerhaft (Fehler {1})
-xslt_export.html = Html Dokument
-xslt_export.latex = LaTex Dokument
-xslt_export.latexbook = LaTex Buch
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 aufw\u00e4rts) XML format
-xslt_export.ms_project = MS Project (2003 aufw\u00e4rts) XML format
-xslt_export.ms_word = Word (2003 aufw\u00e4rts) XML format
-xslt_export.text = Klartext
-xslt_export_not_possible = Freeplane XSLT Export nicht m\u00f6glich
-yes = Ja
-ZoomInAction.text = Zoom &+
-ZoomOutAction.text = Zoom &-
+about_text=Freeplane - freie Software f\u00fcr Mindmaps und Wissensaufbau
+AboutAction.text=\u00dcber Freeplane...
+acceleratorPresets=&HotKey
+accelerators_loading_error=Fehler beim Laden der Tastaturk\u00fcrzel in {0}.
+accessories/plugins/ApplyFormatPlugin.dialog.title=Format der Knoten \u00e4ndern
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Stil \u00e4ndern
+accessories/plugins/EncryptNode.properties_0=Bitte w\u00e4hlen Sie ein Passwort f\u00fcr den verschl\u00fcsselten Knoten
+accessories/plugins/EncryptNode.properties_1=Die Passw\u00f6rter stimmen nicht \u00fcberein oder sind zu kurz.
+accessories/plugins/EncryptNode.properties_2=Passwort eingeben:
+accessories/plugins/EncryptNode.properties_3=Passwort wiederholen:
+accessories/plugins/EncryptNode.properties_4=Bitte geben Sie das Passwort ein.
+accessories/plugins/EncryptNode.properties_5=<html>Bitte beachten Sie, dass die St\u00e4rke der Verschl\u00fcsselung<br> fast vollst\u00e4ndig von der Qualit\u00e4t Ihres Passwortes abh\u00e4ngt.</html>
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Abbrechen
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=<html>Sie k\u00f6nnen diese Funktion nur auf bereits eingef\u00fcgte verschl\u00fcsselte Knoten anwenden.<br> Bitte, f\u00fcgen Sie solchen einen Knoten mittels des Extra-Men\u00fcs ein.</html>
+accessories/plugins/EncryptNode.properties_select_me=Zum weitermachen hier klicken
+accessories/plugins/EncryptNode.properties_wrong_password=Das Passwort ist falsch.
+accessories/plugins/ExportWithTWiki.text=Als TWiki
+accessories/plugins/ExportWithTWiki.tooltip=Exportiert die ganze Mindmap als TWiki Dokument.
+accessories/plugins/ExportWithXSLT.tooltip=Eine allgemeine Exportmethode, die XSLT Skripte verwendet.
+accessories/plugins/ExportWithXSLT_Applet.text=Als Java Applet
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exportiert die ganze Mindmap als Java Browser Applet.
+accessories/plugins/ExportWithXSLT_Flash.text=Als Flash
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exportiert die ganze Mindmap als Flash Anwendung.
+accessories/plugins/ExportWithXSLT_HTML.text=Als XHTML (JavaScript Version)
+accessories/plugins/ExportWithXSLT_HTML3.text=Als XHTML (Mit verlinktem &Bild der Mindmap)
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Ressourcen nach Taskjuggler
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exportiert Ressourcen vom RESOURCES Knoten zu Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Aufgaben nach Taskjuggler
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exportiert Aufgaben vom TASKS Knoten zu Taskjuggler. </html>
+action_keystroke_in_use_error=Tastaturk\u00fcrzel {0} f\u00fcr {1} wird bereits f\u00fcr {2} verwendet.
+active=Aktiv
+actual_map_styles=aktuell auf Knoten angewandte mindmapbezogene Stile
+actual_node_styles=aktuell auf Knoten angewandte knotenbezogene Stile
+add=&Hinzuf\u00fcgen
+AddConnectorAction.text=Konnekto&r hinzuf\u00fcgen
+AddElementaryConditionAction.text=&Hinzuf\u00fcgen
+AddLocalLinkAction.text=Link von Knoten zu Knoten
+AddMenuItemLinkAction.text=Link auf Men\u00fceintrag...
+AddOnDetailsPanel.authored.by=Von {0}
+AddOnDetailsPanel.header.function=Funktion
+AddOnDetailsPanel.header.menu=Men\u00fceintrag
+AddOnDetailsPanel.header.shortcut=Tastaturk\u00fcrzel
+AddOnDetailsPanel.homepage=Homepage:
+addons.installer.canceled=Installation abgebrochen
+addons.installer.confirm.licence=<html><body><h1>Lizenz:</h1>{0}<p><p><em>Akzeptieren Sie die Lizenzbedingungen?</em></p></body></html>
+addons.installer.failed=Installation fehlgeschlagen: {0}
+addons.installer.freeplaneversion.format.error=Formatfehler in {0} (Wert: {1})
+addons.installer.groovy.script.name=Der Skript-Name {0} endet nicht auf ".groovy"
+addons.installer.html.script=Skripttext darf nicht HTML-formatiert sein
+addons.installer.install=Installieren
+addons.installer.invalid.keyboard.shortcut=Ung\u00fcltiger Shortcut {0}
+addons.installer.licence.unchanged=Lizenz ist unver\u00e4ndert
+addons.installer.map.structure=Fehlerhafte Mindmap-Struktur: {0}
+addons.installer.missing.child.nodes=Fehlende Unterknoten: {0}
+addons.installer.missing.permission.attribute=Skript {0}: fehlende Berechtigungsattribute {1}
+addons.installer.missing.properties=Fehlende "properties"-Attribute: {0}
+addons.installer.missing.translation=\u00dcbersetzung von {0} fehlt f\u00fcr {1}
+addons.installer.no.scripts=Keine Skripte definiert
+addons.installer.no.zipdata=es wurden keine ZIP-Daten gefunden
+addons.installer.nonstandard.permissions=Das Skript ben\u00f6tigt die folgenden Berechtigungen, die zz. nicht gesetzt sind: {0}.\u000aSollen diese zu den Standardberechtigungen hinzugef\u00fcgt werden?
+addons.installer.one.child.expected=erwartet wurde nur EIN Unterknoten {0}, allerdings existiert {1}
+addons.installer.script.no.execution_mode=f\u00fcr {0} ist das Attribut "execution_mode" nicht definiert
+addons.installer.script.no.menulocation=f\u00fcr {0} ist das Attribut "menuLocation" nicht definiert
+addons.installer.script.no.menutitle=f\u00fcr {0} ist das Attribut "menuTitleKey" nicht definiert
+addons.installer.script.no.permissions=Keine Berechtigungen definiert f\u00fcr {0}
+addons.installer.success=Installation erfolgreich.\u000aDas neue Add-On wird nach einem Neustart zur Verf\u00fcgung stehen.
+addons.installer.success.update=Aktualisierung von {0} auf {1} war erfolgreich.\nEinige Funktionen k\u00f6nnten erst im Anschluss an einen Neustart verf\u00fcgbar sein.
+addons.installer.title=Installiere Add-On...
+addons.installer.too.new=Die aktuelle Freeplane-Version {0} ist zu neu. Dieses Add-On wird nur bis {1} unterst\u00fctzt.
+addons.installer.too.old=Die aktuelle Freeplane-Version {0} ist zu alt. Dieses Add-On braucht mindestens {1}.
+addons.installer.unknown.deinstallation.rules=Unbekannte Deinstallations-Regel(n): {0}
+addons.installer.update=Update von Version {0}
+addons.installer.warning=<html><body><em>die Installation von AddOns sollte nur von vertrauensw\u00fcrdigen Quellen erfolgen. Schadsoftware k\u00f6nnte sonst einen Datenverlust hervorrufen oder zur Verletzung der Privatsph\u00e4re f\u00fchren.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Attribute von Stil
+AddStyleAttributes.tooltip=F\u00fcgt die Attribute der Stildefinition ein
+AllMapsNodeListAction.text=Suchen und ersetzen (global)...
+always=Immer
+AlwaysUnfoldedNodeAction.text=Knoten st\u00e4ndig &ausklappen
+antialias_all=Kantengl\u00e4ttung f\u00fcr Alles verwenden
+antialias_edges=Kantengl\u00e4ttung f\u00fcr Konten-Linien verwenden
+antialias_none=Kantengl\u00e4ttung deaktivieren
+apply=\u00dc&bernehmen
+ApplyAction.text=\u00dc&bernehmen
+ApplyFormatPlugin.text=&Format \u00e4ndern...
+ApplyFormatPlugin.tooltip=Dialog, in dem Knoten- und Kantenformate ge\u00e4ndert werden k\u00f6nnen.
+ApplyNoFilteringAction.text=Filter &deaktivieren
+ApplySelectedViewConditionAction.text=&Ausgew\u00e4hlte Knoten filtern
+ApplyToVisibleAction.text=Auf gefilterte Knoten an&wenden
+as_parent=Wie Oberknoten
+AskForHelp.text=&Hilfe anfordern...
+AssignAttributesAction.text=Attribute &zuweisen...
+attribute_delete=&Alle Werte l\u00f6schen
+attribute_delete_value=&Diesen Wert l\u00f6schen
+attribute_font_size_tooltip=Schriftgr\u00f6\u00dfe f\u00fcr Attribute
+attribute_list_box_label_text=Vorhandene Werte
+attribute_name=Name des Attributes
+attribute_replace=&Ersetzen durch
+attribute_top=Alle bekannten Attribute der geladenen Mindmaps
+attribute_value=Wert des Attributes
+attributes_AddAttributeAction.text=Attribute \u00fcber &Dialog einf\u00fcgen...
+attributes_adding_empty_attribute_error=Der Attributname darf nicht leer sein!
+attributes_all=Alle Attribute
+attributes_assign_dialog=Attribute zuweisen
+attributes_attribute=Attribute
+attributes_close=Schlie\u00dfen
+attributes_deselect_all=Nichts
+attributes_dialog_title=Attribute verwalten
+attributes_edit=Editieren
+attributes_edit_tooltip=Attribute editieren
+attributes_for_selected=A&usgew\u00e4hlte Knoten
+attributes_for_visible=Alle &sichtbaren Knoten
+attributes_import=&Importieren
+attributes_import_tooltip=Attribute aus anderen geladenen Mindmaps Importieren
+attributes_no_import_candidates_found=Keine neue Attribute gefunden
+attributes_popup_delete=Entfernen
+attributes_popup_down=Nach Unten
+attributes_popup_edit=Editieren
+attributes_popup_hide=Verstecken
+attributes_popup_new=Neues Attribut
+attributes_popup_optimal_width=Optimale Breite
+attributes_popup_up=Nach Oben
+attributes_refresh=Aktualisieren
+attributes_RemoveAllAttributesAction.text=&alle
+attributes_RemoveFirstAttributeAction.text=&erstes
+attributes_RemoveLastAttributeAction.text=&letztes
+attributes_restricted_attributes_tooltip=Auswahl auf eine vordefinierte Liste von Attributen begrenzen
+attributes_restricted_values_tooltip=M\u00f6gliche Werte f\u00fcr dieses Attribut beschr\u00e4nken
+attributes_restriction=Beschr\u00e4nkte Menge
+attributes_select_all=Alles
+attributes_select_all_tooltip=Alle ausw\u00e4hlen bzw. Auswahl l\u00f6schen
+attributes_show=Zeigen
+attributes_skip_root=&Ohne Wurzelknoten
+attributes_visible=Auswahl f\u00fcr Ansicht->Attribute->Ausgew\u00e4hlte Attribute Anzeigen
+attributes_visible_tooltip=Auswahl f\u00fcr Ansicht->Attribute->Ausgew\u00e4hlte Attribute anzeigen
+automatic_layout=Hierarchiebezogener Knotenstil
+automatic_layout_disabled=(deaktiviert)
+automatically_save_message=Mindmap wurde automatisch unter dem Dateinamen {0} gespeichert...
+AutomaticEdgeColorHookAction.text=Automatische Linienfarbe
+AutomaticLayout.ALL=f\u00fcr alle Knoten
+AutomaticLayout.HEADINGS=f\u00fcr Knoten, die keine Bl\u00e4tter sind
+AutomaticLayout.level=Level {0}
+AutomaticLayout.level.root=Wurzel-Knoten
+AutomaticLayoutAction.text=&Automatisches Layout
+AutomaticLayoutAction.tooltip=<html>Formatiert die Knoten entsprechend  Extras->Einstellungen...->Automatisches Layout</html>
+AutomaticLayoutControllerAction.ALL.text=f\u00fcr alle Knoten
+AutomaticLayoutControllerAction.HEADINGS.text=f\u00fcr alle Knoten, die keine Bl\u00e4tter sind
+AutomaticLayoutControllerAction.null.text=(deaktiviert)
+BackAction.text=Sprung zum Vorg\u00e4nger-Knoten
+BackAction.tooltip=<html>Springt zum vorhergehenden Knoten aus der<br/>Selektions-Historie der aktuellen Mindmap</html>
+background=Hintergrund
+bitmaps=Bitmaps
+black=Schwarz
+BlinkingNodeHookAction.text=&Blinkend
+BlinkingNodeHookAction.tooltip=<html>Die Knotenschrift \u00e4ndert laufend die Farbe. Diese Funktion sollte nicht bei vielen Knoten angewendet werden und<br> <b> nicht zusammen mit anderen Formatierungseigenschaften bei einem Knoten.</b></html>
+blue=Blau
+BoldAction.text=&Fett
+boldify_branch=Zweig Fett
+branch=Zweig
+browse=Browse...
+calendar_attributes_panel=Kalender und Attribute
+calendar_panel=Kalender
+can_not_connect_to_info_server=Verbindung zu Informations-Server nicht m\u00e4glich.
+can_not_delete_predefined_style=Standard Knotenstile k\u00f6nnen nicht gel\u00f6scht werden.
+can_not_delete_root_style=Der Knotenstil des Wurzelknotens kann nicht gel\u00f6scht werden.
+can_not_delete_style_group=Diese Gruppe von Knotenstilen kann nicht gel\u00f6scht werden.
+can_not_save_key_set=Kann HotKeys nicht speichern
+cancel=&Abbrechen
+CancelAction.text=&Abbrechen
+cannot_add_parent_diff_parents=Alle Knoten m\u00fcssen zum selben Oberknoten geh\u00f6ren, um diese Funktion auszuf\u00fchren.
+cannot_add_parent_to_root=Der Wurzelknoten kann nicht ver\u00e4ndert werden.
+cannot_delete_root=Der Wurzelknoten kann nicht gel\u00f6scht oder ausgeschnitten werden.
+cannot_join_nodes_with_children=Knoten, die Unterknoten haben, k\u00f6nnen nicht verbunden werden.
+cannot_move_to_child=Ein Knoten kann nicht auf seine Unterknoten verschoben werden.
+CenterAction.text=Zentrieren
+CenterSelectedNodeAction.text=Auf &Knoten zentrieren
+ChangeConnectorArrowsAction.backward.text=Zur\u00fcck
+ChangeConnectorArrowsAction.both.text=Beide
+ChangeConnectorArrowsAction.forward.text=Vorw\u00e4rts
+ChangeConnectorArrowsAction.none.text=Keinen
+ChangeConnectorArrowsAction.text=\u00c4ndern der Pfeile des Konnektors
+ChangeConnectorShapeAction.CUBIC_CURVE.text=&Kurve
+ChangeConnectorShapeAction.EDGE_LIKE.text=&Wie Knotenlinie
+ChangeConnectorShapeAction.LINE.text=&Gerade
+ChangeConnectorShapeAction.LINEAR_PATH.text=&Linearer Pfad
+ChangeNodeLevelLeftsAction.text=Nach &links schieben
+ChangeNodeLevelLeftsAction.tooltip=<html><ul><li>Links vom Wurzelknoten werden die Knoten zu Unterknoten ihrer ehemals benachbarten Knoten.</li><li>Rechts vom Wurzelknoten rutschen sie eine Hierarchieebene h\u00f6her.</li><li>Direkt rechts vom Wurzeknoten tauschen sie die Seite nach links.</li></ul></html>
+ChangeNodeLevelRightsAction.text=Nach &rechts schieben
+ChangeNodeLevelRightsAction.tooltip=<html><ul><li>Rechts vom Wurzelknote werden die Knoten zu Unterknoten ihrer ehemals benachbarten Knoten.</li><li>Links vom Wurzelknoten rutschen sie eine Hierarchieebene h\u00f6her.</li><li>Direkt links vom Wurzelknoten tauschen sie die Seite nach rechts.</li></ul></html>
+choose_background_color=Hintergrundfarbe ausw\u00e4hlen.
+choose_cloud_color=Farbe der Wolke ausw\u00e4hlen.
+choose_edge_color=Farbe der Linien ausw\u00e4hlen.
+choose_map_background_color=Hintergrundfarbe der Mindmap ausw\u00e4hlen.
+choose_node_background_color=Hintergrundfarbe des Knotens ausw\u00e4hlen.
+choose_node_color=Knotenfarbe ausw\u00e4hlen.
+ClearLinkAnchorAction.text=L\u00f6s&che Anker
+ClearLinkAnchorAction.tooltip=<html>l\u00f6schen des Hyperlink-Bezugspunktes</html>
+close_btn=S&chlie\u00dfen
+CloseAction.text=Mindmap s&chlie\u00dfen
+CloudAction.text=&Wolke um Knotenauswahl
+CloudColorAction.text=&Wolkenfarbe...
+CloudShapeAction.ARC.text=Bogen
+CloudShapeAction.RECT.text=Rechteck
+CloudShapeAction.ROUND_RECT.text=Abgerundetes Rechteck
+CloudShapeAction.STAR.text=Stern
+ColorProperty.ResetColor=Farbe zur\u00fccksetzen
+combined=Kombiniert
+condition=Bedingung
+confirmation=Sicherheitsbest\u00e4tigung
+connector=Konnektor
+connector_arrows=Konnektor &Pfeile
+connector_label=Beschriftung des Konnektors
+connector_lines=Konnektor &Linien
+connector_shapes=Konnektor &Formen
+ConnectorColorAction.text=Farbe des Konnektors
+CopyAction.text=&Selektion
+CopyAction.tooltip=Kopiert den markierten Knoten und seine Nachfolger
+CopyAttributes.text=Attribute kopieren
+CopyIDAction.text=Knoten-I&D
+CopyMapStylesAction.text=Knotenstile importieren...
+CopyNodeURIAction.text=Knoten-&URI
+copyright=Copyright \u00a9 2000-2012 Freeplane Entwicklungsteam und andere
+CopySingleAction.text=Knoten-&Inhalt
+CopySingleAction.tooltip=Kopiert nur den markierten Knoten
+CopyStyleExtensionsAction.text=Erweiterungen des Stilknotens einf\u00fcgen
+corrupt_map=Die Datei ist besch\u00e4digt.
+CreateConjunctConditionAction.text=&Und
+CreateDisjunctConditionAction.text=&Oder
+CreateNotSatisfiedConditionAction.text=&Nicht
+CreationModificationPluginAction.text=\u00c4nderungs&zeiten anzeigen
+CreationModificationPluginAction.tooltip=<html>Diese Funktion speichert Erzeugungs- und \u00c4nderungsdatum jedes Knotens.</html>
+current_dir=Mindmaps
+CutAction.text=&Ausschneiden
+decrease_branch_font_size=S&chrift des Zweiges verkleinern
+DecreaseNodeFontAction.text=&Kleinere Schrift
+default=Standard
+DefaultColorAction.text=Standardfarbe
+defaultstyle.details=Details
+defaultstyle.floating=Schwebender Knoten
+defaultstyle.note=Notiz
+delete=&Entfernen
+delete_child=Knoten l\u00f6schen
+DeleteAction.text=Knoten l&\u00f6schen
+DeleteConditionAction.text=&Entfernen
+DeleteDetailsAction.text=Knotendetails l\u00f6schen
+DeleteLevelStyleAction.text=Entferne Ebene vom automatischen Knotenstil
+DeleteStyleAction.text=Entferne Knotenstil
+DeleteUserStyleAction.text=Entferne benutzerdefinierten Knotenstil
+dialect_info.app=die Mindmap-Datei {0} wurde mit dem Programm {1} erzeugt.
+dialect_info.later_version=die Mindmap-Datei {0} wurde mit einer sp?teren Version dieses Programms erzeugt.
+dialect_info.unknownApp=die eingelesene Mindmap wurde mit einem unbekannten Programm erzeugt.
+dialect_info.unknownURL=die Webseite ist unbekannt
+dialect_info.url=Bitte die Programm-Webseite {0} f\u00fcr weiterf\u00fchrende Informationen konsultieren
+dialect_info.warning=es kann sein, dass Freeplane dies inkorrekt \u00f6ffnet, anzeigt oder abspeichert
+DirectHtmlFlavorHandler=HTML als einzelnen Knoten
+DocumentationAction.text=&Dokumentation (Erste Schritte)...
+down=Ab
+download=Download
+dropped_file_error=Konnte fallen gelassene Datei(en) nicht \u00f6ffnen. Grund: {0}
+edge=Linie
+edge_is_formatted_by_style=Die Eigenschaften der Knotenlinie werden durch den Knotenstil festgelegt. Zum \u00c4ndern bearbeiten Sie den entsprechenden Knotenstil.
+edge_style=Linienform
+edge_width=Linienbreite
+EdgeColorAction.text=Linienf&arbe...
+EdgeStyleAction.bezier.text=geschwungen
+EdgeStyleAction.bezier.tooltip=<html>Stellt die Verbindung zwischen den Knoten<br>als geschwungene Linie dar.</html>
+EdgeStyleAction.hide_edge.text=(deaktiviert)
+EdgeStyleAction.hide_edge.tooltip=<html>Wenn der Knoten selektiert ist, wird die<br>Verbindung zum Oberknoten gepunktet dargestellt.<br>Ist er nicht selektiert, so wird die Linie ausgeblendet.</html>
+EdgeStyleAction.horizontal.text=horizontal
+EdgeStyleAction.horizontal.tooltip=<html>Stellt die Verbindung zwischen den Knoten<br>als horizontale und vertikale Linien dar.</html>
+EdgeStyleAction.linear.text=gerade
+EdgeStyleAction.linear.tooltip=<html>Stellt die Verbindung zwischen den Knoten<br>als gerade Linie dar.</html>
+EdgeStyleAction.sharp_bezier.text=spitz und geschwungen
+EdgeStyleAction.sharp_bezier.tooltip=<html>Stellt die Verbindung zwischen den Knoten<br>als geschwungene, spitz zulaufende Linie dar.</html>
+EdgeStyleAction.sharp_linear.text=gerade und spitz
+EdgeStyleAction.sharp_linear.tooltip=<html>Stellt die Verbindung zwischen den Knoten<br>als gerade, spitz zulaufende Linie dar.</html>
+EdgeStyleAsParentAction.text=geerbt
+EdgeStyleAsParentAction.tooltip=<html>\u00dcbernimmt die Darstellung des Linientyps von seinem Oberknoten.</html>
+EdgeWidthAction_width_parent.text=geerbt
+EdgeWidthAction_width_thin.text=d\u00fcnn
+edit=&Bearbeiten
+edit.decision=HTML Editor
+edit.edit_rich_text=Wollen Sie Formatierungen (fett, kursiv, etc.) benutzen?
+edit_details=Knotendetails bearbeiten...
+edit_end_label=<html>Konnektor<br/>Beschriftung</html>
+edit_label_font_family=Schriftart
+edit_label_font_size=Schriftgr\u00f6\u00dfe
+edit_link_manually=Link Manuell bearbeiten...
+edit_long_node=Knoten mit Fliesstext bearbeiten
+edit_middle_label=Text in der Mitte
+edit_note=Notiz bearbeiten
+edit_source_label=Text am Anfang
+edit_target_label=Text am Ende
+edit_transparency_label=Transparenz
+edit_width_label=Breite
+EditAction.text=Text &bearbeiten...
+EditAttributesAction.text=&Attribute editieren...
+EditDetailsAction.text=Details &bearbeiten...
+EditDetailsInDialogAction.text=Details im Editor bearbeiten...
+EditFilterAction.text=&Editieren...
+EditLongAction.text=Text im &Editor bearbeiten...
+EditNoteInDialogAction.text=Notiz &bearbeiten...
+EditScript=Skript bearbeiten...
+EditStylesAction.text=Knotenstile bearbeiten...
+EncryptedMap.text=Neue ve&rschl\u00fcsselte Mindmap...
+EncryptedMap.tooltip=Erzeugt eine neue Mindmap die als ganzes verschl\u00fcsselt gespeichert wird.
+enter_base_url=Freeplane wird realtive Links einf\u00fcgen. Bitte geben sie die Basis-URL an.
+enter_condition_name=Name f\u00fcr neue Bedingung zuweisen
+enter_confirms=&Eingabetaste Schlie\u00dft das Fenster.
+enter_keyset_name=Bitte geben sie einen Namen f\u00fcr das Hot-Key-Set an
+enter_map_url=Bitte die URL der Mindmap eingeben
+enter_new_style_name=Name f\u00fcr neuen Knotenstil
+enter_node_id=Konten ID eingeben
+enter_zoom=Vergr\u00f6\u00dferung bearbeiten
+EnterPassword.text=Knoten ver- / ent&schl\u00fcsseln...
+error=Fehler
+error_applying_template=Beim Anwenden des XSL-Template ist ein Fehler aufgetreten
+error_creating_directory=Beim Erstellen des Verzeichnisses f\u00fcr den Export ist ein Fehler aufgetreten.
+error_in_template=Fehler in der Default-Mindmap-Datei {0} gefunden. Bitte diese Datei l\u00f6schen.
+errornumber={0} Fehler
+ExecuteScriptError.text=Beim Ausf\u00fchren des Skripts ist ein Fehler aufgetreten.\u000aF\u00fcr Details siehe Logfile.
+ExecuteScriptForAllNodes.text=Alle Skripte dieser Mindmap ausf\u00fchren
+ExecuteScriptForSelectionAction.text=Alle Skripte dieses Knotens ausf\u00fchren
+ExecuteScriptOnSelectedNode.text={0} f\u00fcr alle ausgew\u00e4hlten Knoten ausf\u00fchren
+ExecuteScriptOnSelectedNodeRecursively.text={0} rekursiv f\u00fcr ausgew\u00e4hlte Knoten ausf\u00fchren
+ExecuteScriptOnSingleNode.text={0} f\u00fcr einen ausgew\u00e4hlten Knoten ausf\u00fchren
+ExecuteScripts.noScriptsAvailable=Kein Script vorhanden
+ExecuteScripts.text=S&kripte
+ExecuteScriptSecurityError.text=Beim Ausf\u00fchren des Skripts ist ein Fehler aufgetreten:\u000a{0}
+export_failed=Export ist fehlgeschlagen.
+export_pdf_text=Portables Dokumentenformat (PDF)
+export_svg_text=Skalierbare Vektorgrafik (SVG)
+export_using_xslt=Freeplane Export mittels XSLT
+ExportAction.text=E&xport...
+ExportBranchAction.text=Z&weig als neue Mindmap speichern...
+ExportBranchToHTMLAction.text=Zweig als HTML
+exported_file={0} Datei
+ExportPdf.text=Als PDF
+ExportSvg.text=Als SVG
+ExportToHTMLAction.text=Als HTML
+ExportToImage.jpg.text=Als JPEG
+ExportToImage.png.text=Als PNG
+ExportToOoWriter.text=Als Open Office Writer Dokument
+extension_menu=&Stile
+ExternalImage_popupMenu_Change=Tauschen...
+ExternalImage_popupMenu_Open=In Bildbetrachter \u00f6ffnen
+ExternalImage_popupMenu_Remove=Entfernen
+ExternalImage_popupMenu_ResetZoom=Zoom zur\u00fccksetzen
+ExternalImageAddAction.text=Bild hinzuf\u00fcgen...
+ExternalImageChangeAction.text=Bild tauschen...
+ExternalImageRemoveAction.text=Bild entfernen...
+ExtractLinkFromTextAction.text=Link aus Knoten&text erzeugen
+ExtractLinkFromTextAction.tooltip=<html>Erzeugt aus einem Knotentext, der eine g\u00fcltige URL einth\u00e4lt <br> (z.B. http://www.google.de) einen Hyperlink </html>
+f_button_unassigned=<nicht zugewiesen>
+FaqOpenURLAction.text=FAQ (H\u00e4ufig gestellte Fragen)
+file=&Datei
+file_already_exists=Die Datei {0} existiert bereits. Soll sie \u00fcberschrieben werden?
+file_not_found=Fehler: Datei {0} nicht gefunden.
+FileListFlavorHandler=Links zu Dateien
+FileProperties_BranchLeafCount=Anzahl der Blatt-Knoten in selektieren Zweig(en):
+FileProperties_BranchNodeCount=Anzahl der Knoten in selektierten Zweig(en):
+FileProperties_ChangesSinceLastSave=\u00c4nderungen seit letztem Speichern:
+FileProperties_FileName=Dateiname:
+FileProperties_FileSaved=Datei gespeichert:
+FileProperties_FileSize=Dateigr\u00f6\u00dfe:
+FileProperties_MainBranchCount=Anzahl der Hauptzweige:
+FileProperties_NeverSaved=Nicht gespeichert
+FileProperties_NodeChildCount=Anzahl der Unterknoten der selektierten Knoten:
+FileProperties_NodeSelectionCount=Anzahl der selektierten Knoten:
+FileProperties_TotalFilteredCount=Anzahl der Knoten, die Filterkriterien erf\u00fcllen:
+FileProperties_TotalLeafCount=Gesamtzahl der Blatt-Knoten:
+FileProperties_TotalNodeCount=Gesamtzahl der Knoten:
+FilePropertiesAction.text=Mindmap S&tatistik...
+FileRevisionsDialog.cancel=Abbru&ch
+FileRevisionsDialog.file_last_modified=Zeitstempel
+FileRevisionsDialog.file_name=Dateiname
+FileRevisionsDialog.file_size=Dateigr\u00f6\u00dfe
+FileRevisionsDialog.open=&Oeffnen
+FileRevisionsDialog.open.tooltip=Datei \u00f6ffnen, selbst wenn diese veraltet ist
+FileRevisionsDialog.question=Revisionen von {0} gefunden
+FileRevisionsDialog.restore=Wiederherstellen
+FileRevisionsDialog.restore.tooltip={0} durch {1} ersetzen
+FileRevisionsDialog.title=Dateirevisionen
+filter=Filter aktivieren
+filter_add=&Hinzuf\u00fcgen
+filter_and=&Und
+filter_any_text=Text, Details oder Notiz
+filter_conditions=Filter
+filter_contains=beinhaltet
+filter_created_after=Erzeugt nach dem
+filter_created_before=Erzeugt vor dem
+filter_delete=&Entfernen
+filter_details=Details
+filter_dialog=Filter definieren
+filter_does_not_exist=Fehlt
+filter_edit_description=Filterliste editieren
+filter_enter_value=Einen Wert eingeben
+filter_even_level=Knoten einer geraden Ebene
+filter_exist=existiert
+filter_icon=Icon
+filter_is_equal_to=ist gleich
+filter_is_not_equal_to=ist ungleich
+filter_leaf=Blatt Knoten
+filter_link=Hyperlink
+filter_match_approximately=\u00c4hnlichkeit
+filter_match_approximately_tooltip=<html>Legt fest, ob bei der Auswertung des Filterkriteriums<br/>auch das Auffinden \u00e4hnlicher Ausdr\u00fccke zul\u00e4ssig ist<br/>z.B. w\u00fcrde das Suchen nach 'files' auch 'flies' finden</html>
+filter_match_case=&Gro\u00df-/Kleinschreibung
+filter_match_case_tooltip=<html>Legt fest, ob bei der Auswertung des Filterkriteriums auf<br/>identische Gro\u00df- und Kleinschreibung geachtet wird</html>
+filter_modified_after=ver\u00e4ndert nach dem
+filter_modified_before=ver\u00e4ndert vor dem
+filter_no_filtering=Kein Filter
+filter_node=Text
+filter_node_level=Knoten Ebene
+filter_not=&Nicht
+filter_note=Notiz
+filter_odd_level=Knoten einer ungeraden Ebene
+filter_or=Ode&r
+filter_parent=Text des Oberknotens
+filter_periodic_level=Periodisch
+filter_priority=Priorit\u00e4t
+filter_regexp_matches=passt auf RegExp
+filter_reminder=Erinnerung
+filter_reminder_after=f\u00e4llig nach
+filter_reminder_before=f\u00e4llig vor
+filter_reminder_executed=bereits ausgef\u00fchrt
+filter_reminder_later=noch nicht f\u00e4llig
+filter_root=Wurzelknoten
+filter_script=Script-Filter
+filter_select=&Selektieren
+filter_selected_node_view=Selektierte Knoten
+filter_selected_node_view_snapshot=Gespeicherte Auswahl
+filter_style=Knotenstil
+filter_time=\u00c4nderungstag
+FilterComposerDialog.save=&Speichern
+filters_not_loaded=Filter kann nicht geladen werden, die Datei ist besch\u00e4digt.
+find_what=Suchbegriff
+FindAction.text=&Suchen...
+FirstGroupNodeAction.text=Knoten als Gruppierungs&beginn setzen
+fit_map_to_page=Mindmap auf &Seite einpassen
+fit_map_to_page_height=Mindmap auf Seiten&h\u00f6he einpassen
+fit_map_to_page_width=Mindmap auf Seiten&breite einpassen
+FitToPage.text=Auf &Seite einpassen
+FitToPage.tooltip=Stellt die Vergr\u00f6\u00dferung so ein, dass die gesamte Mindmap in das aktuellen Fenster passt.
+fold=Falten
+FoldAllAction.text=Zweig &zuklappen
+FoldAllAction.tooltip=<html>Klappt alle Unterknoten des selektierten Zweigs zu</html>
+FoldOneLevelAction.text=Letzte Ebene zuklappen
+FoldOneLevelAction.tooltip=<html>Klappt letzten Unterknoten des selektierten Zweigs um eine Ebene zu</html>
+follow_graphical_link=Zu:
+FollowLinkAction.text=&Hyperlink folgen
+font=Schriftart
+FontFamilyAction.text=Schriftart
+FontSizeAction.text=Schriftgr\u00f6\u00dfe
+format_invalid_pattern=kein g\u00fcltiges Format
+format_menu_cloud_shapes=Wolken
+format_menu_edge_styles=Linienf&ormen
+format_menu_edge_widths=&Linienbreite
+format_panel=Format
+FormatCopy.text=Knotenstil kopieren
+FormatCopy.tooltip=<html>Kopiert die Formatierung des Knotens in den Zwischenspeicher</html>
+FormatPaste.text=Knotenstil einf\u00fcgen
+FormatPaste.tooltip=<html>F\u00fcgt die zwischengespeicherte Formatierung in den Knoten ein</html>
+formats_not_loaded=Die Formate konnten nicht geladen werden, da die Datei besch\u00e4digt ist.
+formula.error.attributeValueIsNull=Das Attribut "{0}" hat den Wert NULL (ist nicht definiert).
+formula.error.circularReference=Zirkelbezug: Die Formel im Knoten "{0}" nimmt Bezug auf sich selbst.
+formula.EvaluateAllAction.text=&Alle auswerten
+formula.EvaluateAllAction.tooltip=Wertet alle Formeln der aktuellen Mindmap aus
+formula.menuname=&Formeln
+formula_editor=Formel bearbeiten
+ForwardAction.text=Sprung zum Nachfolger-Knoten
+ForwardAction.tooltip=<html>Springt zum n\u00e4chstfolgenden Knoten der<br/>Selektions-Historie der aktuellen Mindmap</html>
+FreeNodeAction.text=&Freie Knotenpositionierung
+Freeplane.progress.buildScreen=Bildschirm aufbauen...
+Freeplane.progress.createController=Controller erzeugen...
+Freeplane.progress.createInitialMode=Initialen Modus erzeugen...
+Freeplane.progress.endStartup=Start beendet.
+Freeplane.progress.gettingPreferenceDirectories=Ermittle Verzeichnisse...
+Freeplane.progress.gettingPreferences=Lese Voreinstellungen...
+Freeplane.progress.loadMaps=Mindmaps laden...
+Freeplane.progress.propagateLookAndFeel=Look And Feel \u00fcbernehmen...
+Freeplane.progress.settingPreferences=Voreinstellungen setzen...
+Freeplane.progress.startCreateController=Controller starten...
+Freeplane.progress.updateLookAndFeel=Look And Feel aktualisieren...
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=Hilfeseiten...
+FreeplaneHelpStarter.tooltip=Freeplane Hilfe
+GettingStartedAction.text=Funktions&referenz...
+GotoLinkNodeAction.text=Folge Link
+GotoNodeAction.text=Gehe zu Knoten mit &ID...
+GrabKeyDialog.common.cancel=Abbrechen
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Zugewiesen zu
+GrabKeyDialog.grab-key.assigned-to.none=Nicht zugewiesen
+GrabKeyDialog.grab-key.clear=L\u00f6schen
+GrabKeyDialog.grab-key.remove=Entfernen
+GrabKeyDialog.grab-key.remove-ask=Sind Sie sicher, dass Sie diese Tastenzuweisung entfernen m\u00f6chten?
+GrabKeyDialog.grab-key.title=Neuen ShortCut zuweisen
+green=Gr\u00fcn
+help=&Hilfe
+HideableAction.tooltip=<html>Markiert jeden ge\u00e4nderten Knoten mit einer definierbaren Hintergrundfarbe.</html>
+HideAllAttributesAction.text=Alle &verbergen
+HierarchicalIcons2Action.text=&Schnittmenge der Icons aller Unterknoten bilden
+HierarchicalIconsAction.text=&Vereinigung der Icons aller Unterknoten bilden
+HierarchicalIconsAction.tooltip=<html>Oberknoten zeigt jeweils alle Icons, die von den Unterknoten<br>verwendet werden, als verkleinterte eigene Icons an</html>
+hot_keys=HotKeys
+hot_keys_table=Tabelle der HotKeys
+HotKeyInfoAction.text=&HotKey-\u00dcbersicht...
+html_export_based_on_headings=HTML Export - \u00dcberschriftenbasiert
+html_export_fold_all=HTML-Export Alles Eingeklappt
+html_export_fold_currently_folded=HTML-Export mit Aktueller Faltung
+html_export_no_folding=HTML-Export Ohne Faltung
+html_problem=<html>kann HTML nicht verarbeiten<br><br>{0}
+icon_0%=&0%
+icon_100%=&100%
+icon_25%=&25%
+icon_50%=&50%
+icon_75%=&75%
+icon_addition=Addition
+icon_attach=&Hier hin sehen
+icon_audio=Audio
+icon_back=&Zur\u00fcck
+icon_bee=&Freeplane
+icon_bell=&Erinnerung
+icon_bookmark=&Hervorragend
+icon_broken-line=&Unterbrochen
+icon_button_cancel=&Nicht OK
+icon_button_ok=&OK
+icon_calendar=&Termin
+icon_checked=Markiert
+icon_clanbomber=&Gef\u00e4hrlich
+icon_clock=&Zeit
+icon_clock2=&Erinnerung
+icon_closed=&Kein Eingang
+icon_decrypted=N&icht verschlossen
+icon_desktop_new=&Nicht vergessen
+icon_division=Division
+icon_down=Nach &Unten
+icon_edit=&Verfeinern
+icon_encrypted=&Verschlossen
+icon_executable=Ausf\u00fchrbar
+icon_family=&Familie
+icon_fema=Mann&/ Frau
+icon_female1=&Frau1
+icon_female2=&Frau2
+icon_females=Fraue&n
+icon_flag=&Rote Flagge
+icon_flag-black=&Schwarze Flagge
+icon_flag-blue=&Blaue Flagge
+icon_flag-green=&Gr\u00fcne Flagge
+icon_flag-orange=&Orangefarbene Flagge
+icon_flag-pink=&Pinkfarbene Flagge
+icon_flag-yellow=G&elbe Flagge
+icon_folder=&Ordner
+icon_forward=&Vorw\u00e4rts
+icon_freemind_butterfly=Free&Mind
+icon_full-0=Priorit\u00e4t &0
+icon_full-1=Priorit\u00e4t &1
+icon_full-2=Priorit\u00e4t &2
+icon_full-3=Priorit\u00e4t &3
+icon_full-4=Priorit\u00e4t &4
+icon_full-5=Priorit\u00e4t &5
+icon_full-6=Priorit\u00e4t &6
+icon_full-7=Priorit\u00e4t &7
+icon_full-8=Priorit\u00e4t &8
+icon_full-9=Priorit\u00e4t &9
+icon_go=&Gr\u00fcne Ampel
+icon_gohome=&Home
+icon_group=Gru&ppe
+icon_help=&Frage
+icon_hourglass=&Warten
+icon_icon_not_found=Das Icon wurde nicht gefunden
+icon_idea=&Idee
+icon_image=Bild
+icon_info=I&nfo
+icon_internet=Internet
+icon_internet_warning=Internet Warnung
+icon_kaddressbook=&Telefon
+icon_kmail=&E-Mail
+icon_knotify=&Musik
+icon_korn=&Postkasten
+icon_ksmiletris=Ich bin &zufrieden
+icon_launch=&Abflug
+icon_licq=&S\u00fc\u00df
+icon_list=&Liste
+icon_Mail=&Post
+icon_male1=&Mann1
+icon_male2=&Mann2
+icon_males=M\u00e4nne&r
+icon_menu=I&cons
+icon_messagebox_warning=&Wichtig
+icon_mindmap=Mindmap
+icon_multiplication=Multiplikation
+icon_narrative=Erz\u00e4hlung
+icon_negative=&Negativ
+icon_neutral=N&eutral
+icon_password=&Passwort
+icon_pencil=Noch zu &verfeinern
+icon_penguin=&Linux
+icon_positive=&Positiv
+icon_prepare=G&elbe Ampel
+icon_revision=Revision
+icon_smiley-angry=&W\u00fctend
+icon_smiley-neutral=&Keine Meinung
+icon_smiley-oh=\u00fc&beraschung
+icon_smily_bad=&Nicht gut
+icon_stop=&Rote Ampel
+icon_stop-sign=&Stopp
+icon_subtraction=Subtraktion
+icon_unchecked=Nicht markiert
+icon_up=Nach &Oben
+icon_user_icon=&Benutzerdefinierte Icons
+icon_very_negative=&Sehr Negativ
+icon_very_positive=Se&hr Positiv
+icon_video=&Video
+icon_wizard=&Magisch
+icon_xmag=Noch zu &diskutieren
+icon_yes=&Wichtig
+IconGroupPopupAction.arrows.text=Pfeile
+IconGroupPopupAction.docs_folders.text=Dokumente und Ordner
+IconGroupPopupAction.flags.text=Flaggen
+IconGroupPopupAction.math.text=Mathematisch
+IconGroupPopupAction.media.text=Medien
+IconGroupPopupAction.miscellaneous.text=Verschiedenes
+IconGroupPopupAction.nature.text=Natur
+IconGroupPopupAction.numbers.text=Nummern
+IconGroupPopupAction.office.text=B\u00fcro
+IconGroupPopupAction.people.text=Personen
+IconGroupPopupAction.rating.text=Bewertung
+IconGroupPopupAction.signs.text=Zeichen
+IconGroupPopupAction.smiley.text=Smiley
+IconGroupPopupAction.time.text=Zeit
+IconGroupPopupAction.user.text=Benutzerdefinierte Icons
+IconProgressExtended10Action.text=Erweiterte Fortschrittsanzeige (10%)
+IconProgressExtended10Action.tooltip=<html>F\u00fcgt eine Fortschrittsanzeige als Bild ein, die bei einem Doppelklick darauf um 10% erh\u00f6ht wird. <br> Strg + Doppelklick reduziert den Wert, bzw entfernt bei 0% die Anzeige.</html>
+IconProgressExtended25Action.text=Erweiterte Fortschrittsanzeige (25%)
+IconProgressExtended25Action.tooltip=<html>F\u00fcgt eine Fortschrittsanzeige als Bild ein, die bei einem Doppelklick darauf um 25% erh\u00f6ht wird. <br> Strg + Doppelklick reduziert den Wert, bzw entfernt bei 0% die Anzeige.</html>
+IconProgressIconDownAction.text=Fortschritt reduzieren
+IconProgressIconDownAction.tooltip=Reduziert/  F\u00fcgt ein/ Entfernt Fortschritts-Icon (100% -> 75% -> 50% -> 25% -> 0% -> entfernen).
+IconProgressIconUpAction.text=Fortschritt erh\u00f6hen
+IconProgressIconUpAction.tooltip=Erh\u00f6ht/ F\u00fcgt Fortschritts-Icon ein (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Entferne Fortschritts-Icon
+IconProgressRemoveAction.tooltip=Entfernt Fortschritts-Icon und Erweitertes Fortschritts-Icon.
+IconSelectionPlugin.text=&Icon w\u00e4hlen...
+IconSelectionPlugin.tooltip=<html>Ein Fenster erscheint, in dem ein Icon ausgew\u00e4hlt werden kann.</html>
+image_covertLink=Link in Bild umwandeln
+ImageFlavorHandler=Bild (als separate Datei)
+import=Importieren
+import_linked_branch_no_link=Der ausgew\u00e4hlte Knoten ist mit keiner anderen Freeplane Datei verkn\u00fcpft, die importiert werden k\u00f6nnte.
+ImportAction.text=&Importieren
+ImportBranchAction.text=aus &Datei...
+ImportExplorerFavoritesAction.text=aus &Explorer-Favoriten...
+ImportFolderStructureAction.text=aus &Ordnerstruktur...
+ImportLinkedBranchAction.text=aus &Link
+ImportLinkedBranchWithoutRootAction.text=aus Link ohne &Wurzel
+ImportMindmanagerFiles.text=aus MindManager &X5 Mindmap...
+increase_branch_font_size=Schrift des Zweigs vergr\u00f6ssern
+IncreaseNodeFontAction.text=&Gr\u00f6\u00dfere Schrift
+internal_error_tooltip=Es ist ein interner Fehler aufgetreten. Details im Logfile {0}
+invalid_export_file=ung\u00fcltiger Dateiname f\u00fcr Export
+invalid_file_msg=Konnte Datei {0} nicht finden
+invalid_uri={0} ist keine g\u00fcltige URI.
+invalid_url=Die URL ist ung\u00fcltig.
+invalid_url_msg={0} ist keine g\u00fcltige URL.
+ItalicAction.text=&Kursiv
+italicise_branch=Zweig kursiv
+java_version=Java-Version: {0}
+JoinNodesAction.text=Text &verbinden
+LatexDeleteLatexAction.text=LaTe&X Formel entfernen
+LatexEditLatexAction.text=LaTeX-&Formel bearbeiten...
+LatexInsertLatexAction.text=&LaTeX-Formel einf\u00fcgen...
+less_than_two_selected_nodes=Bitte mindestens zwei Knoten ausw\u00e4hlen, zwischen denen Verbindungen gezeichnet werden sollen.
+license=Lizenz
+license_text=<html>Dieses Programm ist freie Software; es kann unter den Bedingungen<br>der von der Free Software Foundation ver\u00f6ffentlichten GNU General<br>Public License weiterverteilt und/oder modifiziert werden; bezugnehmend<br>auf Version 2 der Lizenz oder einer sp\u00e4teren Version (die Wahl steht<br>dem Nutzer frei).<br><br>Dieses Programm wird in der Hoffnung verbreitet, dass es f\u00fcr den Anwender<br>hilfreich ist, allerdings OHNE JEGLICHE GARANTIE; nicht einmal<br>die implizite Garantie der TAUGLICHKEIT ODER EIGNUNG ZU EINEM<br>PARTIKUL\u00c4REN ZWECK.  Weitere Details sind in der GNU General<br>Public License zu finden.<br><br>Eine Kopie der GNU General Public License sollte diesem Programm<br>beiliegen; falls nicht, wird um entsprechende R\u00fcckmeldung an die Free<br>Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,<br>MA 02111-1307, USA, gebeten.
+link_error=Falscher Link "{0}"  kann nicht geladen werden
+link_not_available_any_more=Die Verkn\u00fcpfung ist nicht mehr g\u00fcltig, da der Zielknoten in der Zwischenzeit gel\u00f6scht wurde.
+link_not_found=Link {0} nicht gefunden.
+load=&Laden
+load_accelerator_presets=Laden
+LoadAcceleratorPresetsAction.textPatterns.text=Text Muster
+locking_failed_by_open=Die Mindmap {0} ist in Benutzung. Daher wird sie schreibgesch\u00fctzt ge\u00f6ffnet.
+locking_failed_by_save_as=Die Mindmap {0} ist in Benutzung. Daher wurde die Aktion "Speichern unter..." abgebrochen.
+locking_old_lock_removed=Die Mindmap {0} war in Benutzung durch den Benutzer {1}. Die Dateisperrung wurde aufgehoben, da sie veraltet war.
+long_node_changed_cancel=Knoten wurde ver\u00e4ndert. Wollen Sie diese \u00c4nderungen verwerfen?
+long_node_changed_submit=Knoten wurde ver\u00e4ndert. Wollen Sie diese \u00c4nderungen speichern?
+lots_of_links_warning=Durch diesen Befehl w\u00fcrden sehr viele graphische Links erzeugt. Sollen diese Links wirklich erzeugt werden?
+main_resource_directory=Installationsverzeichnis: {0}
+MainView.errorUpdateText=Fehler beim Zuweisen des Textes f\u00fcr folgende Eingabe:{0}.\u000aFehlerdetail: {1}
+MakeLinkFromAnchorAction.text=Link &von Anker hierher
+MakeLinkFromAnchorAction.tooltip=<html>erstellt einen lokalen bzw. globalen Hyperlink<br/>vom Bezugsknoten zum selektierten Knoten</html>
+MakeLinkToAnchorAction.text=Link von hier &zum Anker
+MakeLinkToAnchorAction.tooltip=<html>erstellt einen lokalen bzw. globalen Hyperlink<br/>vom selektierten Knoten zum Bezugsknoten</html>
+ManageAddOnsAction.text=Add-Ons...
+ManageAddOnsDialog.activate=Aktivieren
+ManageAddOnsDialog.activation.success={0} wird bei einem Neustart aktiviert.
+ManageAddOnsDialog.authored.by=von {0}
+ManageAddOnsDialog.cannot.activate=Kann {0} nicht aktivieren, da es bereits aktiv ist.
+ManageAddOnsDialog.cannot.configure=Kann {0} nicht konfigurieren.
+ManageAddOnsDialog.cannot.deactivate=Kann {0} nicht deaktivieren, da es nicht aktiv ist.
+ManageAddOnsDialog.cannot.deinstall=Kann {0} nicht deinstallieren
+ManageAddOnsDialog.configure=Konfigurieren
+ManageAddOnsDialog.deactivate=Deaktivieren
+ManageAddOnsDialog.deactivation.success={0} wird bei einem Neustart deaktiviert.
+ManageAddOnsDialog.deinstall=Deinstallieren
+ManageAddOnsDialog.deinstallation.success={0} wird bei einem Neustart deinstalliert.
+ManageAddOnsDialog.error=Fehler bei der Installation: {0}
+ManageAddOnsDialog.install=&Install
+ManageAddOnsDialog.install.from.known.location=Add-On von einem bekannten Ort installieren
+ManageAddOnsDialog.install.tooltip=Hier URL einer Add-On-Datei eintragen.
+ManageAddOnsDialog.map.not.opened=Mindmap {0} scheint nicht ge\u00f6ffnet zu sein.
+ManageAddOnsDialog.really.deinstall={0} wirklich deinstalliern?
+ManageAddOnsDialog.search=Add-Ons suchen...
+ManageAddOnsDialog.search.file=Durchsuchen
+ManageAddOnsDialog.select.tooltip=Datei ausw\u00e4hlen
+ManageAddOnsDialog.status.downloading=Datei wird heruntergeladen...
+ManageAddOnsDialog.status.installing=Add-On wird installiert...
+ManageAddOnsDialog.status.success={0} erfolgreich installiert.
+ManageAddOnsDialog.tab.install=Suchen und installieren.
+ManageAddOnsDialog.tab.install.tooltip=Suchen und installieren von neuen Add-Ons
+ManageAddOnsDialog.tab.manage=Add-Ons
+ManageAddOnsDialog.tab.manage.themes=Themen
+ManageAddOnsDialog.tab.manage.themes.tooltip=Verwaltung installierter Themen
+ManageAddOnsDialog.tab.manage.tooltip=Installierte Add-Ons verwalten...
+ManageAddOnsDialog.visit.addon.page=Add-On Seite besuchen...
+ManageConditionalStylesAction.text=&Bedingte Formatierung (allgemein)...
+ManageNodeConditionalStylesAction.text=Bedingte Formatierung (f\u00fcr Knoten)...
+map_already_exists=Die Mindmap existiert bereits. Soll sie \u00fcberschrieben werden?
+map_corrupted=Die Mindmap ist nicht lesbar. M\u00f6chten Sie die Details sehen?
+map_load_error=Mindmap {0} konnte nicht geladen werden
+map_locked_by_open=Die Mindmap {0} ist in Benutzung durch den Benutzer {1}. Daher wird sie schreibgesch\u00fctzt ge\u00f6ffnet.
+map_locked_by_save_as=Die Mindmap {0} ist in Benutzung durch den Benutzer {1}. Daher wurde die Aktion "Speichern unter..." abgebrochen.
+map_not_saved=Die Mindmap wurde noch nicht gespeichert.
+MapBackgroundColorAction.text=&Mindmap Hintergrundfarbe...
+MaxNodeWidth.text=Festlegung der maximalen Breite eines Knoten
+menu_applyStyle=Knotenstil anwenden
+menu_attributes=&Attribute
+menu_clouds=Wolken
+menu_copy=&Kopieren
+menu_coreFormat=&Knoten
+menu_details=Details
+menu_displayAttributes=Knoten-&Attribute
+menu_encryption=&Passwort
+menu_error=Fehler in nutzerdefinierter Men\u00fc-Struktur {0}:\n{1}\nAbbruch
+menu_extensions=Knoten-&Erweiterungen
+menu_extras=E&xtras
+menu_file_import=Zweig i&mportieren
+menu_filter=F&ilter
+menu_format=&Format
+menu_group=&Gruppierung
+menu_hoverView=ToolTips
+menu_iconByCategory=Icons nach Kategorie
+menu_iconView=Icons
+menu_image=Bild
+menu_insert=&Einf\u00fcgen
+menu_latex_formula=LaTeX Formel
+menu_links=Hyper&link
+menu_manageStyles=Knotenstil &verwalten
+menu_moveNode=Knoten an&ordnen
+menu_navigate=&Navigieren
+menu_newNode=&Neuer Knoten
+menu_node=Knoten
+menu_node_features=Knoten&eigenschaften
+menu_nodes=&Knoten
+menu_nodeView=Knoten-Umgebung
+menu_notes=Noti&z
+menu_noteView=&Notizen
+menu_progress=Fortschrittsicon (%)
+menu_remove_icons=Icons entfernen
+menu_removeAttribute=Attribute entfernen
+menu_select=Ausw\u00e4hlen
+menu_time=&Zeitmanagement
+menu_title=Knoten-&Inhalt
+menu_toolbars=Symbol&leisten
+menu_view=&Ansicht
+menu_viewmode=Ansichts-Einstellungen
+MenuUtils.invalid_menuitem={0} ist kein g\u00fcltiger Schl\u00fcssel f\u00fcr Men\u00fc-Elemente
+mindmap=Mindmap
+MindMapNodesFlavorHandler=Knoten-Hierarchie
+mindmaps=&Mindmaps
+mindmaps_desc=Mindmaps (*.mm)
+mindmaps_filter_desc=Filter (*.mmfilter)
+MinNodeWidth.text=Festlegung der minimalen Breite eines Knotens
+mode_Browse=Ansichtsmodus
+mode_File=Dateimodus
+mode_MindMap=Mindmapmodus
+mode_na=Modus nicht vorhanden
+mode_status=Modus ge\u00e4ndert zu {0}
+mode_title=Freeplane - {0}
+modes=Modi
+ModesMenuAction.Browse.text=&Browser-Ansicht
+ModesMenuAction.File.text=Datei-E&xplorer-Ansicht
+ModesMenuAction.MindMap.text=&Editor-Ansicht
+most_recent_files=&Zuletzt ge\u00f6ffnete Dateien
+MoveToRootAction.text=&Wurzelknoten zentrieren
+NameConditionAction.text=Name &zuweisen
+NavigationNextMapAction.text=&N\u00e4chste Mindmap
+NavigationPreviousMapAction.text=&Vorherige Mindmap
+new=&Neu
+new_map_from_user_templates.text=Neue Mindmap aus &Vorlage...
+new_mindmap=Neue Mindmap
+new_node=Neuer Knoten
+new_node_as_sibling_not_possible_for_the_root=Der Wurzelknoten kann keine Geschwister haben.
+new_version_available=Eine neue Programmversion (''{0}'') ist verf\u00fcgbar.
+NewChildAction.text=Unterknoten (&nach)
+NewerFileRevisionsFoundDialog.cancel=&\u00dcberspringen
+NewerFileRevisionsFoundDialog.cancel.tooltip=Datei nicht \u00f6ffnen
+NewerFileRevisionsFoundDialog.file_last_modified=Zeitstempel
+NewerFileRevisionsFoundDialog.file_name=Datei
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=\u00d6ffnen
+NewerFileRevisionsFoundDialog.open.tooltip=Datei \u00f6ffnen, auch wenn sie veraltet sein sollte.
+NewerFileRevisionsFoundDialog.question=Neuere Versionen von {0} gefunden!
+NewerFileRevisionsFoundDialog.restore=&Wiederherstellen
+NewerFileRevisionsFoundDialog.restore.tooltip={0} mit {1} ersetzen
+NewerFileRevisionsFoundDialog.title=Neuere Dateiversionen gefunden!
+NewFreeNodeAction.text=&Freier Knoten
+NewLevelStyleAction.text=Neue Automatisches Layout Ebene
+newmap.install.addon.question={0} scheint ein Add-On zu sein.\u000aM\u00f6chten sie es installieren?\u000a("Nein" bei normalem \u00d6ffnen).
+newmap.install.addon.title=Add-On installieren?
+NewMapAction.text=&Neue Mindmap
+NewMapViewAction.text=Neue &Mindmap Ansicht
+NewParentNode.text=Oberknoten (&vor)
+NewParentNode.tooltip=<html>Knoten um eine Position vom Wurzelknoten abr\u00fccken</html>
+NewPreviousSiblingAction.text=Knoten &oberhalb
+NewSiblingAction.text=Knoten &unterhalb
+NewSummaryAction.text=&Neuer Knoten gruppiert Auswahl
+NewUserStyleAction.text=&Neuen Knotenstil erstellen...
+NextNodeAction.BACK.text=Zum vorherigen Knoten
+NextNodeAction.BACK_N_FOLD.text=Zum vorherigen Knoten (Unterknoten falten)
+NextNodeAction.FORWARD.text=Zum n\u00e4chsten Knoten
+NextNodeAction.FORWARD_N_FOLD.text=Zum n\u00e4chsten Knoten (Unterknoten falten)
+NextPresentationItemAction.text=N\u00e4chsten Presentationsknoten aufklappen
+no=Nein
+no_copy_attributes_before_paste_attributes=Attribute m\u00fcssen erst kopiert werden, bevor man sie einf\u00fcgt!
+NO_FORMAT=Text
+no_format_copy_before_format_paste=Sie k\u00f6nnen ein Format erst dann einf\u00fcgen, wenn Sie ein anderes kopiert haben.
+no_found_from="{0}" wurde von "{1}" aus nicht gefunden.
+no_more_found_from=Keine weiteren Fundstellen von "{0}" beginnend von "{1}" aus.
+no_previous_find=Keine vorherigen Fundstellen.
+no_styles_found_in_map=es wurden in der Mindmap keine Stile gefunden
+node=Knoten
+node_changed_discard_changes=Knoten wurde ver\u00e4ndert. Wollen Sie diese \u00c4nderungen verwerfen?
+node_is_write_protected=Zielknoten ist schreibgesch\u00fctzt.
+node_location_help=Ziehen \u00e4ndert die Knotenlage, Strg+Ziehen  \u00e4ndert die Knotenabst\u00e4nde, Doppelklick und Strg+Doppelklick setzt sie zur\u00fcck.
+node_selector=Knotenauswahl
+node_selector_message=Doppelklick w\u00e4hlt Knoten aus
+node_styles=Knotenstile
+NodeBackgroundColorAction.text=&Hintergrundfarbe...
+NodeColorAction.text=Schriftfarbe...
+NodeColorBlendAction.text=Schriftfarbe &aufhellen
+NodeDownAction.text=Nach &unten tauschen
+NodeExtensions.EditNodeExtensions=Bearbeite Knotenerweiterungen
+NodeExtensions.RemoveNodeExtensions=Entferne Knotenerweiterungen
+NodeListAction.text=Suchen und erse&tzen...
+NodeListAction.tooltip=Zeigt alle Knoten in einer filterbaren Liste an.
+NodeShapeAction.bubble.text=Knotentyp &Blase
+NodeShapeAction.fork.text=Knotentyp &Linie
+NodeUpAction.text=Nach &oben tauschen
+NodeWidthAction.text=Knotenbreite be&grenzen...
+nonboldify_branch=Zweig normal
+nonitalicise_branch=Zweig nicht kursiv
+normal=Normal
+not_saved_for_image_error=Die Mindmap muss gespeichert werden, bevor man ein Bild mit der Dateiauswahl setzen kann.
+not_saved_for_link_error=Die Mindmap muss gespeichert werden, bevor ein Link per Dateiauswahl gesetzt werden kann.
+note_window_location=Editor-&Position
+ok=&OK
+OKAction.text=&OK
+OnlineReference.text=Online-Dokumentation...
+open_asMindMap=Mindmap
+OpenAction.text=\u00d6&ffnen...
+OpenFreeplaneSiteAction.text=Freeplane-&Webseite \u00f6ffnen...
+OpenPathAction.text=Datei \u00f6ffnen
+OpenURLMapAction.text=\u00d6ffnen aus URL...
+OpenUserDirAction.text=Benutzereinstellungsverzeichnis \u00f6ffnen...
+option_changes_may_require_restart=Die meisten Eigenschafts\u00e4nderungen werden erst bei einem Neustart von Freeplane aktiv.
+OptionalDontShowMeAgainDialog.cancel=&Nein
+OptionalDontShowMeAgainDialog.dontShowAgain=Nicht wieder &fragen.
+OptionalDontShowMeAgainDialog.ok=&Ja
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Entscheidung merken.
+OptionPanel.absolute=Absolut
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatisches Layout
+OptionPanel.ADD_CHILD=Unterknoten hinzuf\u00fcgen
+OptionPanel.ADD_SIBLING=Knoten auf gleicher Ebene hinzuf\u00fcgen
+OptionPanel.addons=Add-Ons
+OptionPanel.always_fold_all_after_load=Alle Knoten falten
+OptionPanel.always_load_last_maps=Mit neuer Mindmap auch alle zuvor ge\u00f6ffneten laden
+OptionPanel.always_load_last_maps.tooltip=<html>L\u00e4d die zuletzt ge\u00f6ffneten Mindmaps auch wenn Freeplane durch<br>Doppelklick auf eine Mindmap ge\u00f6ffnet wird.</html>
+OptionPanel.always_save_folding=immer
+OptionPanel.always_save_folding_state=Aktuelle Faltung immer speichern
+OptionPanel.always_save_folding_state.tooltip=<html>Wenn diese Option ausgew\u00e4hlt wird, f\u00fchrt jedes<br>Auf- bzw. Zuklappen einer Ebene dazu, dass die Mindmap als ver\u00e4ndert betrachtet wird.<br>Beim Schlie\u00dfen von Freeplane wird dann nach dem Speicherwunsch gefragt.</html>
+OptionPanel.always_unfold_all_after_load=Keine Knoten falten
+OptionPanel.antialias=Darstellung
+OptionPanel.antialias.tooltip=<html>Bestimmt das Aussehen der Mindmap. Bitte beachten:<br>Je h\u00f6her die Kantengl\u00e4ttung ist, desto mehr Rechenzeit wird f\u00fcr die Darstellung ben\u00f6tigt.</html>
+OptionPanel.antialias_all=Kantengl\u00e4ttung auf alles anwenden
+OptionPanel.antialias_edges=Kantengl\u00e4ttung nur auf die Verbindungslinien der Knoten anwenden
+OptionPanel.antialias_none=Keine Kantengl\u00e4ttung anwenden
+OptionPanel.Appearance=Aussehen
+OptionPanel.apply_system_screen_resolution=System-Bildschirmaufl\u00f6sung anwenden
+OptionPanel.approximate_search_threshold=Schwelle f\u00fcr \u00c4hnlichkeitsvergleich
+OptionPanel.approximate_search_threshold.tooltip=<html>Schwelle f\u00fcr \u00c4hnlichkeitserkennung beim Vergleichen festlegen.<br/><font size="2">siehe http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(je gr\u00f6\u00dfer der Wert desto enger die zul\u00e4ssige<br/>Variationsbreite f\u00fcr das Suchergebnis)</html>
+OptionPanel.ar=Arabisch / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
+OptionPanel.ARC=Bogen
+OptionPanel.as_parent=wie der Oberknoten
+OptionPanel.ask=Nachfragen
+OptionPanel.automatic=Automatisch
+OptionPanel.automaticFormat_level=Automatisches Layout
+OptionPanel.automaticFormat_level1=Format des Wurzelknotens
+OptionPanel.automaticFormat_level2=Format der 1. Ebene
+OptionPanel.backup_file_number=Anzahl der Backup-Dateien
+OptionPanel.Behaviour=Verhalten
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Blase
+OptionPanel.ca=Katalan, Valencian / Catal\u00e0
+OptionPanel.Cancel=Abbrechen
+OptionPanel.center_selected_node=Selektierte Knoten zentrieren
+OptionPanel.check_updates_automatically=Automatisch nach Updates suchen
+OptionPanel.childpattern=Stil der Unterknoten
+OptionPanel.childpattern.tooltip=<html>Dieser Stil wird auf alle Unterknoten des Knotens angewendet.<br>Es werden mehrere Ebenen gleichzeitig ver\u00e4ndert!</html>
+OptionPanel.clear_all_setters=Alle ver\u00e4ndern
+OptionPanel.clear_all_setters.tooltip=<html>Ver\u00e4ndert alle Eigenschaften auf einmal.</html>
+OptionPanel.cloud=Wolke
+OptionPanel.cloudcolor=Wolke und Farbe
+OptionPanel.cloudshape=Wolkenformen
+OptionPanel.combined=Kombiniert
+OptionPanel.compare_as_number=Als Zahl vergleichen
+OptionPanel.convert_to_current_version=<html>Sollen Mindmaps von \u00e4lteren Freeplane Versionen<br>automatisch zur aktuellen Version konvertiert werden?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Nur sehr gro\u00dfe Mindmaps, die nicht konvertiert werden sollen<br>(hierzu braucht man Expertenwissen), kann man ohne Umwandlung \u00f6ffnen.</html>
+OptionPanel.cs=Tschechisch / \u010desky
+OptionPanel.cut_nodes_without_question=Knoten ohne Best\u00e4tigung ausschneiden?
+OptionPanel.cut_nodes_without_question.tooltip=<html>Wenn diese Option ausgew\u00e4hlt wird, werden die Knoten<br>ohne vorherige Best\u00e4tigung ausgeschnitten, was zu Datenverlust f\u00fchren kann,<br>wenn die Aktion aus Versehen ausgel\u00f6st wurde.</html>
+OptionPanel.da=D\u00e4nisch / dansk
+OptionPanel.date_format=Standard Datumsformat
+OptionPanel.date_format.tooltip=<html>M\u00f6gliche Werte sind: Entweder "SHORT" (kurzes Format), "MEDIUM" (mittellanges Format), "FULL" (alles) oder ein Muster wie "MM/dd/yyy".</html>
+OptionPanel.datetime_format=Standard Datums- und Zeitformat
+OptionPanel.datetime_format.tooltip=<html>Eingabe von <Datum>,<Zeit>.</br>M\u00f6gliche Werte sind: Entweder "SHORT" (kurzes Format), "MEDIUM" (mittellanges Format), "FULL" (alles) oder ein Muster wie "MM/dd/yyy hh:mm".</html>
+OptionPanel.de=Deutsch / Deutsch
+OptionPanel.default=Standard
+OptionPanel.default_attribute_key_column_width=Voreingestellte Breite der Schl\u00fcssel-Spalte eines Attributs
+OptionPanel.default_attribute_value_column_width=Voreingestellte Breite der Werte-Spalte eines Attributs
+OptionPanel.default_browser_command_mac=Standard Browser Befehl Mac
+OptionPanel.default_browser_command_mac.tooltip=<html>und MAC: (Danke an Nick!)</html>
+OptionPanel.default_browser_command_other_os=Standard Browser Befehl f\u00fcr andere Betriebssysteme
+OptionPanel.default_browser_command_other_os.tooltip=<html> Das ist typischerweise Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Standard Browser Befehl Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>F\u00fcr Windows (die Anf\u00fchrungszeichen sind notwendig, da Links Gleichheitszeichen enthalten k\u00f6nnen).</html>
+OptionPanel.default_browser_command_windows_nt=Standard Browser Befehl Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>F\u00fcr Windows (die Anf\u00fchrungszeichen sind notwendig, da Links Gleichheitszeichen enthalten k\u00f6nnen).</html>
+OptionPanel.default_charset=Zeichensatz
+OptionPanel.Defaults=Standards
+OptionPanel.delete_automatic_saves_at_exit=L\u00f6schen der automatisch gespeicherten Mindmaps beim Verlassen
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Wenn diese Option ausgew\u00e4hlt ist, werden beim<br>Schlie\u00dfen von Freeplane alle automatisch erstellten Sicherungen gel\u00f6scht.</html>
+OptionPanel.delete_nodes_without_question=Knoten ohne Best\u00e4tigung l\u00f6schen?
+OptionPanel.delete_nodes_without_question.tooltip=<html>Wenn diese Option ausgew\u00e4hlt ist, werden Knoten ohne Nachfrage gel\u00f6scht. <br><b>Dies kann bei unbeabsichtigtem L\u00f6schen zu Datenverlust f\u00fchren.</b></html>
+OptionPanel.disable_cursor_move_paper=Normaler Maus-Cursor beim Verschieben
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Wenn diese Option ausgew\u00e4hlt ist, wird kein spezieller <br>Cursor w\u00e4hrend des Verschiebevorgangs angezeigt.</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Eingebetteter Editor f\u00fcr neue Knoten
+OptionPanel.display_node_id=Knoten ID anzeigen
+OptionPanel.edgecolor=Linienfarbe
+OptionPanel.edgecolor.tooltip=Linieneigenschaft der Verbindung zum Oberknoten (wird auch auf alle Unterknoten angewendet)
+OptionPanel.edgestyle=Linientyp
+OptionPanel.edgestyle.tooltip=Linieneigenschaft der Verbindung zum Oberknoten (wird auch auf alle Unterknoten angewendet)
+OptionPanel.edgewidth=Linienbreite
+OptionPanel.edgewidth.tooltip=Linieneigenschaft der Verbindung zum Oberknoten (wird auch auf alle Unterknoten angewendet)
+OptionPanel.EDIT_CURRENT=Inhalt \u00fcberschreiben
+OptionPanel.edit_on_double_click=Text bei &Doppel-Klick bearbeiten
+OptionPanel.editor_extra_width=Vergr\u00f6\u00dferungsschritte des Knotens bei Texteingabe [px]
+OptionPanel.editor_extra_width.tooltip=<html>Legt fest, um wie viele Pixel der Knoten verbreitert wird, wenn bei der Texteingabe der Rand erreicht wird.</html>
+OptionPanel.el=Griechisch / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
+OptionPanel.el__buttons_above=Kn\u00f6pfe oben anzeigen
+OptionPanel.el__enter_confirms_by_default=<ENTER> beendet den Dialog
+OptionPanel.el__max_default_window_height=Maximale Fensterh\u00f6he
+OptionPanel.el__max_default_window_width=Maximale Fensterbreite
+OptionPanel.el__min_default_window_height=Minimale Fensterh\u00f6he
+OptionPanel.el__min_default_window_width=Minimale Fensterbreite
+OptionPanel.el__position_window_below_node=Position Fenster unter dem Knoten
+OptionPanel.en=Englisch / english
+OptionPanel.Environment=Allgemein
+OptionPanel.es=Spanisch (Kastilien)/  espa\u00f1ol, castellano
+OptionPanel.et=Estnisch / eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=Skripte ohne Nachfragen ausf\u00fchren?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Skripte sind in Freeplane nicht beschr\u00e4nkt und k\u00f6nnen daher auf alle Resourcen des Rechners zugreifen.<br>Sie sollten daher nur dann ausgef\u00fchrt werden, wenn eine zuverl?ssige Quelle sichergestellt ist.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Ausf\u00fchren anderer Applikationen erlauben (NICHT empfohlen)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html>Diese Option ist dann zu aktivieren, wenn Groovy-Skripte auch andere Anwendungen<br>(wie z.B. den Browser) ohne Nachfrage ausf\u00fchren k\u00f6nnen sollen.<br><b>VORSICHT: b\u00f6sartige Skripte k\u00f6nnen dann den Computer besch\u00e4digen!</b></html>
+OptionPanel.execute_scripts_without_file_restriction=Lesenden Zugriff auf Dateien erlauben (NICHT empfohlen)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html>Diese Option ist dann zu aktivieren, falls Groovy-Skripte lesenden Zugriff auf Dateien ben\u00f6tigen.<br><b>VORSICHT: auch b\u00f6sartige Skripte haben dann lesenden Zugriff auf Daten!</b></html>
+OptionPanel.execute_scripts_without_network_restriction=Netzwerkoperationen erlauben (NICHT empfohlen)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html>Diese Option ist dann zu aktivieren, falls Groovy-Skripte auf das Netzwerk zugreifen k\u00f6nnen sollen.<br><b>VORSICHT: b\u00f6sartige Skripte k\u00f6nnen dann pers\u00f6nliche Daten \u00fcber das Netz verschicken!</b></html>
+OptionPanel.execute_scripts_without_write_restriction=Schreibenden Zugriff auf Dateien erlauben (NICHT empfohlen)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html>Diese Option ist dann zu aktivieren, falls Groovy-Skripte schreibenden/l\u00f6schenden Zugriff auf Dateien ben\u00f6tigen.<br><b>VORSICHT: b\u00f6sartige Skripte k\u00f6nnen dann Dateien modifizieren bzw. Datentr\u00e4ger besch\u00e4digen!</b></html>
+OptionPanel.experimental_file_locking_on=Experimentelles Sperren der ge\u00f6ffneten Dateien
+OptionPanel.experimental_file_locking_on.tooltip=<html> Experimentelles Feature</html>
+OptionPanel.export_icons_in_html=Icons nach HTML exportieren
+OptionPanel.export_icons_in_html.tooltip=<html>Gibt an, ob die Icons auch nach HTML exportiert werden sollen.<br>Allerdings m\u00fcssen die Icons dann auch immer mit dem HTML kopiert werden, damit sie gefunden werden.</html>
+OptionPanel.Files=Dateien
+OptionPanel.first=Am Anfang
+OptionPanel.fold_on_click_inside=Knoten beim Hineinklicken falten/entfalten
+OptionPanel.foldingsymbolwidth=Gr\u00f6\u00dfe des Symbols, das die Faltung anzeigt
+OptionPanel.foldingsymbolwidth.tooltip=<html>Gr\u00f6\u00dfe des Kreises, der die Faltung symbolisiert<html>
+OptionPanel.fork=Linie
+OptionPanel.format_locale=Lokal \u00fcbliche Formatierung
+OptionPanel.format_locale.tooltip=Lokalisierungsabh\u00e4ngiges Zahlen- und Datumsformat w\u00e4hlen
+OptionPanel.formula_disable_caching=Cache-Speicher f\u00fcr die Auswertung von Formeln deaktivieren
+OptionPanel.formula_disable_plugin=Formelauswertung deaktivieren
+OptionPanel.fr=Franz\u00f6sisch / Fran\u00e7ais
+OptionPanel.gl=Gallizisch / Galego
+OptionPanel.goto_note_end_on_edit=Bewegt den Cursor ans Ende
+OptionPanel.grid_size=Punktabstand f\u00f6r Platzierungsraster
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Linie verstecken
+OptionPanel.highlight_formulas=Formeln hervorheben
+OptionPanel.horizontal=Horizontal
+OptionPanel.hr=Kroatisch / hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u00dcberschriftenbasiert
+OptionPanel.html_export_fold_all=Alles zuklappen
+OptionPanel.html_export_fold_currently_folded=Aktuelle Faltung
+OptionPanel.html_export_folding=HTML Export des Faltungszustands
+OptionPanel.html_export_no_folding=Ohne Faltung
+OptionPanel.hu=Ungarisch / Magyar
+OptionPanel.ic_disable=(deaktiviert)
+OptionPanel.ic_file=Verwende Festplatte
+OptionPanel.ic_ram=Verwende Arbeitsspeicher
+OptionPanel.icon=Icon
+OptionPanel.icon.tooltip=<html>Wenn ein Icon ausw\u00e4hlt wird, werden alle anderen Icons des Knotens entfernt und das ausgew\u00e4hlte Icon zugewiesen.</html>
+OptionPanel.icons.list=Liste der angezeigten Standard-Icons
+OptionPanel.icons.list.tooltip=<html>Hier k\u00f6nnen die Standard-Icons sortieren oder deaktivieren werden.<br>Die Eintr\u00e4ge m\u00fcssen dabei mit einem ";" getrennt sein.</html>
+OptionPanel.id=Indonesisch / Bahasa Indonesia
+OptionPanel.IGNORE=Nichts tun
+OptionPanel.il__enter_confirms_by_default=<ENTER> beendet die Texteingabe im Knoten
+OptionPanel.image_cache=f\u00fcr Bilder
+OptionPanel.it=Italienisch / italiano
+OptionPanel.ja=Japanisch / \u65e5\u672c\u8a9e
+OptionPanel.key_type_action=Bei Tastendruck
+OptionPanel.Keystrokes=Tasten
+OptionPanel.ko=Koreanisch / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
+OptionPanel.label_font_family=Zeichensatz
+OptionPanel.label_font_size=Schriftgr\u00f6\u00dfe
+OptionPanel.language=Sprache
+OptionPanel.language.tooltip=<html>Dies ist die Sprache, die im Programm verwendet wird. 'Automatisch' bedeutet, dass die Sprache des Benutzers geladen wird, soweit vorhanden.</html>
+OptionPanel.last=Am Ende
+OptionPanel.last_opened_list_length=Anzahl der zuletzt ge\u00f6ffneten Dateien unter Datei -> Zuletzt ge\u00f6ffnete Dateien
+OptionPanel.layout_map_on_text_change=Mindmap w\u00e4hrend des editierens aktualisieren
+OptionPanel.layout_map_on_text_change.tooltip=F\u00fcr h\u00f6here Geschwindigkeit ausschalten
+OptionPanel.linear=Linear
+OptionPanel.links=Links
+OptionPanel.links.tooltip=<html>Links k\u00f6nnen etweder relativ, oder absolut sein.</html>
+OptionPanel.load_folding=Faltungszustand der Mindmap laden
+OptionPanel.load_folding_from_map_default_fold_all=Wenn m\u00f6glich Faltung laden, ansonsten alles einklappen.
+OptionPanel.load_folding_from_map_default_unfold_all=Wenn m\u00f6glich Faltung laden, ansonsten alles aufklappen.
+OptionPanel.load_last_map=Automatisch letzte Mindmap laden
+OptionPanel.load_last_map.tooltip=<html>Wenn selektiert, l\u00e4d Freeplane beim Start, automatisch die zuletzt ge\u00f6ffnete Mindmap.</html>
+OptionPanel.load_last_maps=Alle zuletzt ge\u00f6ffneten Mindmaps laden
+OptionPanel.lookandfeel=Look and Feel
+OptionPanel.lookandfeel.tooltip=<html>Bei Problemen bitte einfach 'Standard' w\u00e4hlen.</html>
+OptionPanel.lt=Litauisch / kalba
+OptionPanel.max_displayed_node_count=Maximale Anzahl angezeigter Knoten
+OptionPanel.max_image_width=Maximale Anzeigebreite f\u00fcr Abbildungen
+OptionPanel.max_image_width.tooltip=Neu eingef\u00fcgte Abbildungen werden entsprechend herunterskaliert 
+OptionPanel.max_menu_item_count=Maximale Anzahl an Men\u00fc-Eintr\u00e4gen
+OptionPanel.max_menu_item_count.tooltip=Limitiert die Anzahl von Elementen des Untermen\u00fcs (mindestens 10)
+OptionPanel.max_node_width=Maximale Knotenbreite
+OptionPanel.max_shortened_text_length=Maximale L\u00e4nge des gek\u00fcrzten Knotentexts
+OptionPanel.metal=Metall
+OptionPanel.min_node_width=Minimale Knotenbreite
+OptionPanel.motif=Motif
+OptionPanel.nb=Norwegisch Bokm\u00e5l / Norsk bokm\u00e5l
+OptionPanel.never_save_folding=nie
+OptionPanel.nl=Niederl\u00e4ndisch, Fl\u00e4misch / Nederlands, Vlaams
+OptionPanel.nn=Norwegisch Nynorsk / Norsk nynorsk
+OptionPanel.nodebackgroundcolor=Knotenhintergrundfarbe
+OptionPanel.nodebackgroundcolor.tooltip=Hier wird die Knotenhintergrundfarbe eingestellt, die erscheint, wenn der Knoten nicht selektiert ist.
+OptionPanel.nodecolor=Knotenfarbe
+OptionPanel.nodecolor.tooltip=Hier wird die Knotenvordergrundfarbe eingestellt, die erscheint, wenn der Knoten nicht selektiert ist.
+OptionPanel.nodefontbold=Fett
+OptionPanel.nodefonthyperlink=Hyperlink
+OptionPanel.nodefontitalic=Kursiv
+OptionPanel.nodefontname=Knotenschrift
+OptionPanel.nodefontsize=Schriftgr\u00f6\u00dfe
+OptionPanel.nodeformat=Format
+OptionPanel.nodeformat.tooltip=<html>Textersetzung und/oder Formatierung:<ul><li><em>Textersetzung</em> (<tt>%s</tt> ist der Originaltext), z.B.. <tt>VORSICHT: %s</tt><li><em>Formatierung von Datumswerten und Zahlen</em> - siehe Beispiele in der Auswahlbox</ul></html>
+OptionPanel.nodenumbering=Nummerierung
+OptionPanel.nodenumbering.tooltip=F\u00fcgt hierarchische Nummerierung (z.B. 1.3.1) dem Knotentext hinzu.
+OptionPanel.nodeshape=Knotenstil
+OptionPanel.nodeshape.tooltip=<html>Legt den Stil des Knotens fest.</html>
+OptionPanel.nodetext=Knotentext
+OptionPanel.nodetext.tooltip=<html>Legt den Text eines Knotens fest. Der vorherige Text wird gel\u00f6scht, wenn ein solcher Stil angewendet wird.</html>
+OptionPanel.nothing=Nichts
+OptionPanel.number_format=Standard Zahlenformat
+OptionPanel.number_format.tooltip=Ein Muster das "#" f\u00fcr optionale, oder eine "0" f\u00fcr obligatorische Stellen enth\u00e4lt. Beispiel: "0.00" "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Speichertiefe bei automatischen Speicherungen
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>Legt fest, wie viele Versionen einer Datei aufbewahrt werden. \u00c4ltere Dateien werden gel\u00f6scht. </html>
+OptionPanel.OK=Speichern
+OptionPanel.org.freeplane.plugin.bugreport=Fehlerberichte senden
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Immer senden
+OptionPanel.org.freeplane.plugin.bugreport.ask=Report Dialog zeigen
+OptionPanel.org.freeplane.plugin.bugreport.denied=Nie senden
+OptionPanel.org.freeplane.plugin.bugreport.userid=Optional \u00fcbertragbare ID 
+OptionPanel.outline_hgap=Horizontaler Abstand
+OptionPanel.outline_vgap=Vertikaler Abstand
+OptionPanel.paint_connectors_behind=Konnektoren bei Knoten verstecken
+OptionPanel.parse_data=Erkenne Datum-, Datum/Zeit- und Zahleneingaben
+OptionPanel.parse_data.tooltip=Erkenne Datum-, Datum/Zeit- und Zahleneingaben und wende Standardformate an; z.B. 100.000,00, 31.12, 31.12.99, 1999-12-31 und 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Einf\u00fcgen als HTML
+OptionPanel.PASTE_PLAIN_TEXT=Einf\u00fcgen als Text
+OptionPanel.path_property_may_not_be_empty=Der Pfad darf nicht leer sein! Die \u00c4nderungen wurden r\u00fcckg\u00e4ngig gemacht.
+OptionPanel.patternname=Name
+OptionPanel.patternname.tooltip=Eindeutiger Name des Stils
+OptionPanel.pl=Polnisch / polski
+OptionPanel.placenewbranches=Neue Knoten einf\u00fcgen
+OptionPanel.placenewbranches.tooltip=<html>Legt fest, wo neue Knoten eingef\u00fcgt werden.</html>
+OptionPanel.plugin.tooltip=Plugins, die das Programm erweitern
+OptionPanel.plugins=Plugins
+OptionPanel.presentation_dimmer_transparency=Transparenz f\u00fcr Presentation
+OptionPanel.presentation_mode=Pr\u00e4sentations-Modus
+OptionPanel.printonwhitebackground=Wei\u00dfen Hintergrund zum Drucken verwenden
+OptionPanel.printonwhitebackground.tooltip=<html>Legt fest, dass immer weiss als Hintergrund beim Drucken verwendet wird.</html>
+OptionPanel.pt_BR=Protugiesisch (Brasilien)/ Portugu\u00eas (Brasil)
+OptionPanel.pt_PT=Portugiesisch (Portugal) / Portugu\u00eas (Portugal)
+OptionPanel.RECT=Rechteck
+OptionPanel.relative=Relativ
+OptionPanel.remind_type_of_new_nodes.tooltip=<html><ul><li>"Nachfragen" fr\u00e4gt nach</li><li></html>"Ja" zeigt den Richt-Text editor an</li><li>"Nein" verwendet den einfachen Text Editor</li></ul></html>
+OptionPanel.remind_use_rich_text_in_new_nodes=F\u00fcr eingef\u00fcgte Knoten erweiterte Formatierung verwenden
+OptionPanel.remove_notes_without_question=Notizen ohne Nachfrage l\u00f6schen
+OptionPanel.remove_notes_without_question.tooltip=<html>Wenn diese Option gew\u00e4hlt ist, werden die Notizen des Knotens ohne Warnung gel\u00f6scht.<br><b> Dies kann bei unbeabsichtigtem L\u00f6schen zu Datenverlust f\u00fchren!</b></html>
+OptionPanel.resources_use_default_font_for_notes_too=Standard Zeichensatz f\u00fcr Notizen verwenden
+OptionPanel.resources_use_margin_top_zero_for_notes=Oberen Rand f\u00fcr Notizen entfernen
+OptionPanel.revision_color=Revisionfarbe
+OptionPanel.revision_color.tooltip=Hintergrundfarbe f\u00fcr ge\u00e4nderte Knoten.
+OptionPanel.ROUND_RECT=Abgerundetes Rechteck
+OptionPanel.ru=Russisch / \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
+OptionPanel.save_folding=Faltung speichern
+OptionPanel.save_folding_if_map_is_changed=Wenn Mindmap ver\u00e4ndert wurde
+OptionPanel.save_modification_times=\u00c4nderungszeiten speichern
+OptionPanel.script_classpath=Skripte Klassenpfad: Verzeichnisse, die Klassen und/oder JARs enthalten (siehe Tooltip)
+OptionPanel.script_classpath.tooltip=<html>Eine Liste von JARs und/oder Verzeichnissen, die zum Klassenpfad der Skripte/Formeln hinzugef\u00fcgt wird. <br> Verwenden Sie ";" (Windows) oder ":" (Linux, Mac), um die Eintr\u00e4ge der Liste voneinander zu trennen.<br>Verzeichnisse werden nach JAR- und .class-Dateien durchsucht.<br>Relative Pfade werden als relativ zum Freeplane Benutzerverzeichnis angesehen.<br> Wenn Sie den Klassenpfad angeben, muss er lesbar sein.</html>
+OptionPanel.script_directories=Suchpfad f\u00fcr Skripte (s. Tooltip)
+OptionPanel.script_directories.tooltip=<html>Eine Liste von Verzeichnissen.<br>Verwende ";"(Windows) oder ":" (Linux, Mac) um die Eintr\u00e4ge voneinander zu trennen.<br>Relative Pfadangaben beziehen sich auf das Freeplane Benutzerverzeichnis.</html>
+OptionPanel.script_user_key_name_for_signing=Optionaler Aliasname eines private Schl\u00fcssels, um Skripte zu signieren
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Wenn Sie Ihre Skripte selbst signieren wollen, dann geben Sie hier einen Alias f\u00fcr den Schl\u00fcssel ein.<br>Es wird erwartet, dass der Schl\u00fcssel im Standard-Schl\u00fcsselspeicher ist.<br>Das geheime Passwort des Schl\u00fcssels muss mit dem Passwort des Schl\u00fcsselspeichers \u00fcbereinstimmen.</html>
+OptionPanel.scrollbar_increment=Geschwindigkeit
+OptionPanel.scrolling_speed=Geschwindigkeit beim Scrollen
+OptionPanel.selection_method=Auswahlmodus
+OptionPanel.selection_method.tooltip=<html>Mit dem folgenden Schalter kann die verz\u00f6gerte Auswahl eines Schemas aktiviert bzw. deaktiviert werden.<br> \u00c4ndern Sie diese Option nicht, da sie ohnehin in auto.properties gespeichert werden.</html>
+OptionPanel.selection_method_by_click=Durch Mausklick
+OptionPanel.selection_method_delayed=Verz\u00f6gert
+OptionPanel.selection_method_direct=Direkt
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Stile
+OptionPanel.separator.anti_alias=Kantengl\u00e4ttung
+OptionPanel.separator.attributes=Attribute
+OptionPanel.separator.automatic_save=Automatisches Speichern
+OptionPanel.separator.behaviour=Verhalten
+OptionPanel.separator.browser=Browser
+OptionPanel.separator.cache=Cache
+OptionPanel.separator.CloudControls=Wolken
+OptionPanel.separator.commands_for_the_program=Programm
+OptionPanel.separator.connectors=Konnektoren
+OptionPanel.separator.data_formats=Formatieren und parsen von Datum
+OptionPanel.separator.default_colors=Standard-Farben
+OptionPanel.separator.default_fonts=Standard-Schriftarten
+OptionPanel.separator.default_styles=Standard-Stile
+OptionPanel.separator.EdgeControls=Linieneigenschaften
+OptionPanel.separator.edit_long_node_window=Externer Editor f\u00fcr gro\u00dfe Knoten
+OptionPanel.separator.editing=Editor-Einstellungen
+OptionPanel.separator.files=Dateien
+OptionPanel.separator.formula=Formeln
+OptionPanel.separator.General=Allgemein
+OptionPanel.separator.html_export=HTML Export
+OptionPanel.separator.html_import=HTML Import
+OptionPanel.separator.hyperlink_types=Hyperlink-Typen
+OptionPanel.separator.icon_properties=Icons
+OptionPanel.separator.icons=Piktogramme in "Icon W\u00e4hlen..."
+OptionPanel.separator.initial_map_size=Anf\u00e4ngliche Gr\u00f6\u00dfe der Mindmap
+OptionPanel.separator.inline_editor=Texteingabe im Knoten
+OptionPanel.separator.key_typing=Tastatureingabe
+OptionPanel.separator.language=Sprache
+OptionPanel.separator.load=Laden
+OptionPanel.separator.look_and_feel=Look And Feel
+OptionPanel.separator.mouse_wheel=Mausrad
+OptionPanel.separator.new_node_commands=Knotenerzeugung
+OptionPanel.separator.node_editing_commands=Knotenver\u00e4nderung
+OptionPanel.separator.node_navigation_commands=Knotennavigation
+OptionPanel.separator.NodeColors=Knotenfarben
+OptionPanel.separator.NodeFont=Knotenschrift
+OptionPanel.separator.NodeShape=Knotenform
+OptionPanel.separator.NodeStyle=Knotenstil
+OptionPanel.separator.NodeText=Knotentext
+OptionPanel.separator.notifications=Nachfragen
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatischer Fehler Bericht
+OptionPanel.separator.other_defaults=Andere Standards
+OptionPanel.separator.others=Andere Tastenkombinationen
+OptionPanel.separator.outline_view=Gliederungsansicht
+OptionPanel.separator.patterns=Stile
+OptionPanel.separator.RichTextEditor=Rich-Text Editor 
+OptionPanel.separator.root_node_appearance=Stil des Wurzel-Knotens
+OptionPanel.separator.save=Speichern
+OptionPanel.separator.scripting=Skripte
+OptionPanel.separator.scrollbar=Scrollbar
+OptionPanel.separator.search=Suchen
+OptionPanel.separator.selection_colors=Selektion Farben
+OptionPanel.separator.selection_method=Auswahlmodus
+OptionPanel.separator.single_instance_mode=Freeplane Instanzen
+OptionPanel.separator.size_limits=Gr\u00f6\u00dfenbeschr\u00e4nkung
+OptionPanel.separator.spelling=Rechtschreibpr\u00fcfung
+OptionPanel.separator.status=Status-Zeile
+OptionPanel.separator.tooltip=Tooltip
+OptionPanel.separator.undo=R\u00fcckg\u00e4ngig
+OptionPanel.separator.updates=Programm Aktualisierungen
+OptionPanel.set_property_text=Ver\u00e4ndern?
+OptionPanel.set_property_text.tooltip=<html><ul><li>Leer=Nicht \u00e4ndern </li><li>Minus=Eigenschaft l\u00f6schen (also auf den Standard zur\u00fccksetzen)</li><li>Plus=Eigenschaft setzen.</li></ul></html>
+OptionPanel.setscript=Ver\u00e4ndern?
+OptionPanel.setscript.tooltip=Schaltet die M\u00f6glichkeit zu, ein Skript zu dem Stil hinzuzuf\u00fcgen, dass ausgef\u00fchrt wird, wenn der Stil angewendet wird.
+OptionPanel.sharp_bezier=Geschwungen und spitz
+OptionPanel.sharp_linear=Spitze gerade Linie
+OptionPanel.show_icon_for_attributes=Icon f\u00fcr Attribut anzeigen
+OptionPanel.show_node_tooltips=Notiz anzeigen
+OptionPanel.show_note_icons=Icon f\u00fcr Notiz anzeigen
+OptionPanel.show_styles_in_tooltip=Stil-Name anzeigen
+OptionPanel.signed_script_are_trusted=Signierten Skripts vertrauen (empfohlen)
+OptionPanel.signed_script_are_trusted.tooltip=<html>Wenn Skripte von einer vertrauensw\u00fcrdigen Stelle (z.B. von den Freeplane Entwicklern, oder von Ihnen selbst)<br> signiert sind werden sie ohne Restriktionen ausgef\u00fchrt.</html>
+OptionPanel.simplyhtml.default_paste_mode=Standard-Einf\u00fcgemodus
+OptionPanel.single_backup_directory=Nur ein Verzeichnis f\u00fcr Backup-Dateien verwenden
+OptionPanel.single_backup_directory.tooltip=<html>Backup Dateien und Automatisch gespeicherte Dateien werden gemeinsam in ein Verzeichnis gespeichert.</html>
+OptionPanel.single_backup_directory_path=Backup-Verzeichnis (falls vorherige Option gew\u00e4hlt ist)
+OptionPanel.single_backup_directory_path.tooltip=<html>\u00dcberschreibt den Standardpfad <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Dateien in einer aktiven Freeplane Instanz \u00f6ffnen
+OptionPanel.single_instance_force=Eine zweite Instanz von Freeplane in jedem Fall verhindern
+OptionPanel.single_instance_force.tooltip=Vermeidet eine zweite Instanz, selbst wenn keine ladbare Datei existiert
+OptionPanel.sk=Slovakisch / sloven\u010dina
+OptionPanel.sl=Slovenisch / sloven\u0161\u010dina
+OptionPanel.spelling_opt_case_sensitive=Gro\u00df-/Kleinschreibung
+OptionPanel.spelling_opt_ignore_all_caps_words=Alle W\u00f6rter aus GROSSBUCHSTABEN ignorieren
+OptionPanel.spelling_opt_ignore_capitalization=Gro\u00dfbuchstaben am Wortbeginn ignorieren
+OptionPanel.spelling_opt_ignore_words_with_numbers=W\u00f6rter mit Ziffern ignorieren
+OptionPanel.spelling_opt_suggestions_limit_dialog=Maximale Anzahl der Vorschl\u00e4ge im Dialog
+OptionPanel.spelling_opt_suggestions_limit_menu=Maximale Anzahl der Vorschl\u00e4ge im Men\u00fc
+OptionPanel.sr=Serbisch / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=Standard Vorlage
+OptionPanel.standardbackgroundcolor=Standard Hintergrundfarbe
+OptionPanel.standardbackgroundcolor.tooltip=<html>Legt die Standardfarbe des Hintergrundes fest (in HTML-Notation)</html>
+OptionPanel.standardcloudcolor=Standard Wolkenfarbe
+OptionPanel.standardcloudcolor.tooltip=<html>Legt die Standard Wolkenfarbe fest (in HTML-Notation)</html>
+OptionPanel.standardcloudestyle=Standard Wolkenstil
+OptionPanel.standardcloudestyle.tooltip=<html>Legt den Standard Wolkenstil fest. <br>Im Moment wird nur die geschwungene Form (Bezier)unterst\u00fctzt.</html>
+OptionPanel.standarddrawrectangleforselection=Selektierten Knoten durch Rechteck anzeigen
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Zeigt den selektierten Knoten an, indem ein Rechteck um ihn gezeichnet wird.</html>
+OptionPanel.standardlinkcolor=Standard Konnektor-Farbe
+OptionPanel.standardlinkcolor.tooltip=<html>Legt die Standardfarbe des Konnektors fest (in HTML-Notation). </html>
+OptionPanel.standardlinkestyle=Standard Konnektor-Stil
+OptionPanel.standardlinkestyle.tooltip=<html>Legt den Standardstil f\u00fcr den Konnektor fest. </html>
+OptionPanel.standardselectednodecolor=Standard-Farbe f\u00fcr ausgew\u00e4hlte Knoten
+OptionPanel.standardselectednodecolor.tooltip=<html>Legt die Standardfarbe f\u00fcr selektierte Knoten fest (in HTML-Notation).<br>Gilt nur, wenn die Option "Selektierten Knoten durch Rechteck anzeigen"<br><b>nicht</b> selektiert ist. </html>
+OptionPanel.standardselectednoderectanglecolor=Farbe f\u00fcr das Rechteck zur Anzeige des ausgew\u00e4hlten Knoten
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Legt die Farbe des Rechtecks fest mit dem der selektierte Knoten angezeigt wird (in HTML-Notation).<br>Gilt nur, wenn die Option "Selektierten Knoten durch Rechteck anzeigen" selektiert ist.</html>
+OptionPanel.STAR=Stern
+OptionPanel.structured_html_import=Import HTML als Knotenhierarchie
+OptionPanel.structured_icon_toolbar=Strukturierte Icon-Toolbar
+OptionPanel.summary=Zusammenfassung
+OptionPanel.sv=Schwedisch / svenska
+OptionPanel.text.use_ctrl_key=<html>Um den Programm-Funktionen einen ShortCut zuzuweisen,<br> verwende die Men\u00fcfunktion "Extras -> ShortCut zuweisen"</html>
+OptionPanel.time_for_automatic_save=Zeitabstand f\u00fcr automatisches Speichern [ms]
+OptionPanel.time_for_automatic_save.tooltip=<html>Legt die Zeit zwischen zwei aufeinanderfolgenden automatischen Speicherungen in Millisekunden fest <br>Wenn Sie diese Funktion deaktivieren wollen, dann setzen Sie die Zeit auf 200.00.00.000.</html>
+OptionPanel.time_for_delayed_selection=Zeit f\u00fcr die verz\u00f6gerte Auswahl [ms]
+OptionPanel.time_for_delayed_selection.tooltip=<html>Legt fest, wie lange die Maus \u00fcber dem Knoten sein muss, bevor er ausgew\u00e4hlt wird.<br>Ein Wert von 1 bedeutet direkte Auswahl mit der Maus (ohne Klick).</html>
+OptionPanel.toolTipManager.dismissDelay=Ausblenden des ToolTips [ms]
+OptionPanel.toolTipManager.initialDelay=Anf\u00e4ngliche Verz\u00f6gerung [ms]
+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 [ms]
+OptionPanel.tr=T\u00fcrkisch / T\u00fcrkmen, \u0422\u04af\u0440\u043a\u043c\u0435\u043d
+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
+OptionPanel.undo_levels.tooltip=<html>Legt fest, wie viele Aktionen r\u00fcckg\u00e4ngig gemacht werden k\u00f6nnen.</html>
+OptionPanel.unfold_on_paste=Knoten beim Einf\u00fcgen entfalten
+OptionPanel.unfold_on_paste.tooltip=Knoten beim Einf\u00fcgen und beim Drag-And-Drop entfalten
+OptionPanel.use_common_out_point_for_root_node=Alle Linien am Wurzelknoten starten aus einem Punkt
+OptionPanel.use_common_out_point_for_root_node.tooltip=<html>Wenn selektiert starten alle Linien am Wurzelknoten aus einem Punkt.</html>
+OptionPanel.use_tabbed_pane=Karteireiter verwenden
+OptionPanel.use_tabbed_pane.tooltip=<html>Wenn selektiert, werden die ge\u00f6ffneten Mindmaps als einzelne Karteireiter angezeigt.</html>
+OptionPanel.user_defined_screen_resolution=Bildschirm-Aufl\u00f6sung (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Skripte: Wenn Sie den Classpath definieren, m\u00fcssen sie den lesenden Zugriff auf Dateien erlauben!
+OptionPanel.validate_invalid_date_format=Standard-Format f\u00fcr Datum ist ung\u00fcltig.
+OptionPanel.validate_invalid_datetime_format=Standard-Format f\u00fcr Datum-Zeit ist ung\u00fcltig.
+OptionPanel.validate_invalid_number_format=Standard-Format f\u00fcr Zahlen ist ung\u00fcltig.
+OptionPanel.validate_write_without_read=Scripting: Evtl. ben\u00f6tigen Sie zus\u00e4tzlich zum schreibenden Zugriff auch den lesenden Zugriff auf Dateien.
+OptionPanel.validation_error=<html><body>Fehler bei der Auswertung:<p><em>{0}</em><p>Bitte \u00e4ndern Sie die Voreinstellungen, um die Fehler zu beheben.</body></html>
+OptionPanel.validation_warning=<html><body>Warnung(en) bei der Auswertung:<p><em>{0}</em></body></html>
+OptionPanel.vi=Vietnamesisch / Ti\u1ebfng Vi\u1ec7t
+OptionPanel.wheel_velocity=Geschwindigkeit
+OptionPanel.wheel_velocity.tooltip=Ein gr\u00f6\u00dferer Wert resultiert in schnelleren Bewegungen der Mindmap bei Bet\u00e4tigung des Mausrades.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Einfaches Chinesisch / \u7b80\u4f53\u5b57
+OptionPanel.zh_TW=Traditionelles Chinesisch / \u7e41\u9ad4\u5b57
+org.freeplane.plugin.bugreport.agree=Senden
+org.freeplane.plugin.bugreport.always_agree=Immer senden.
+org.freeplane.plugin.bugreport.always_deny=Niemals senden.
+org.freeplane.plugin.bugreport.deny=Nicht senden.
+org.freeplane.plugin.bugreport.dialog.title=Automatischer Fehlerreport
+org.freeplane.plugin.bugreport.freeplane_team=Nachricht vom Freeplane Team
+org.freeplane.plugin.bugreport.lastreport=Letzer Empfangener Report
+org.freeplane.plugin.bugreport.never=Niemals nach Hilfe fragen
+org.freeplane.plugin.bugreport.question=<html>Freeplane hat eine automatische Fehlerr\u00fcckverfolgungs- Funktion.<br>Dabei werden niemals pers\u00f6nliche Daten \u00fcbermittelt.<br>Ihre Fehlerberichte k\u00f6nnen uns aber helfen die Software zu verbessern.</html>
+org.freeplane.plugin.bugreport.report=Derzeitiger Report
+org.freeplane.plugin.bugreport.wanted_bug=Ein Fehler ist aufgetreten und wurde automatisch weitergemeldet.\u000aWir brauchen aber noch mehr Informationen, um dieses unerwartete Verhalten reproduzieren zu k\u00f6nnen.\u000a\u000aBitte helfen Sie uns dabei, indem Sie einen Fehlerbericht in userem Mantis-Fehlerverfolgungstool eingeben.\u000aErkl\u00e4ren Sie auch, was Sie getan haben, als der Fehler auftrat, so dass wir Ihn reproduzieren k\u00f6nnen.\u000a\u000aWenn Sie OK dr\u00fccken, wird automatisch das Fehlerverfolgunstool in Ihrem Web-Browser ge\u00f6ffnet.\u000a\u000aDanke, dass Sie dabei helfen Freeplane besser zu machen!\u000aIhr Freeplane Team.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=Der Knoten {0} ist nicht definiert
+out_of_memory=Zu wenig Speicher.
+overwrite_keyset_question=Soll existierendes Keyset \u00fcberschrieben werden?
+PageAction.text=Seite einr&ichten...
+password_is_not_ascii=Passwort ist nicht im ASCII-Format
+PasteAction.text=Einf&\u00fcgen
+PasteAttributes.text=Attribute einf\u00fcgen
+PatternNewNameProperty=Neuer Stil
+PatternToString.backgroundColor=Hintergrundfarbe
+PatternToString.Child=Stil des Unterknotens
+PatternToString.color=Farbe
+PatternToString.EdgeColor=Linienfarbe
+PatternToString.EdgeStyle=Linienform
+PatternToString.EdgeWidth=Linienbreite
+PatternToString.FontBold=Fett
+PatternToString.FontItalic=Kursiv
+PatternToString.FontName=Schrift
+PatternToString.Icon=Icon
+PatternToString.NodeFontSize=Schriftgr\u00f6\u00dfe
+periodic_formula={0}* n + {1}
+PeriodUnit.DAY=Tage
+PeriodUnit.HOUR=Stunden
+PeriodUnit.MINUTE=Minuten
+PeriodUnit.MONTH=Monate
+PeriodUnit.WEEK=Wochen
+PeriodUnit.YEAR=Jahre
+plugins/latex/LatexNodeHook.editorTitle=Latex bearbeiten
+plugins/script_filter=Skript Filter {0}
+plugins/script_filter_error={0} soll einen Boolean zur\u00fcckgeben von {1}. Der R\u00fcckgabewert ist aber {2}
+plugins/ScriptEditor.cancel=\u00c4nderungen Verwerfen und &abbrechen
+plugins/ScriptEditor.exit=\u00c4nderungen &speichern und schlie\u00dfen
+plugins/ScriptEditor.FORBIDDEN_ACTION=In Freeplane sind Groovy Skripte eingeschr\u00e4nkt. Die folgenden {0,choice,0#File|1#Network|2#Exec} Operationen sind verboten: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Sie k\u00f6nnen dies in den Programmeinstellungen \u00e4ndern.
+plugins/ScriptEditor.menu_actions=&Aktionen
+plugins/ScriptEditor.new_script=&Neues Script
+plugins/ScriptEditor.run=&Starten
+plugins/ScriptEditor.sign=Skript S&ignieren...
+plugins/ScriptEditor/window.Result=Ergebnis:
+plugins/ScriptEditor/window.title=Skripteditor
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Unerlaubter Zugriff auf das interne API (Paket {0}). Bitte kontaktieren Sie das Freeplane-Team, falls Sie den Zugriff ben\u00f6tigen.
+plugins/TimeList.xml_Created=Erzeugt
+plugins/TimeList.xml_Date=Termin
+plugins/TimeList.xml_Icons=Icons
+plugins/TimeList.xml_Modified=Ver\u00e4ndert
+plugins/TimeList.xml_Notes=Notizen
+plugins/TimeList.xml_Text=Text
+plugins/TimeManagement.xml_appendButton=Datum in Auswahl einf\u00fcgen
+plugins/TimeManagement.xml_Cancel=Abbrechen
+plugins/TimeManagement.xml_cancelButton=Abbrechen
+plugins/TimeManagement.xml_closeButton=Schlie\u00dfen
+plugins/TimeManagement.xml_Export=Markierte Knoten Exportieren
+plugins/TimeManagement.xml_Find=Suchen
+plugins/TimeManagement.xml_Goto=Selektieren und Schlie\u00dfen
+plugins/TimeManagement.xml_hour=Stunde:
+plugins/TimeManagement.xml_menu_actions=Aktionen
+plugins/TimeManagement.xml_minute=Minute:
+plugins/TimeManagement.xml_reminderButton=Wiedervorlage
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Zur gegebenen Zeit werden Sie durch blinkende Icons benachrichtigt - allerdings nur, wenn Freeplane l\u00e4uft.<br>Wenn Sie Freeplane beenden, wird der Timer beim n\u00e4chsten \u00d6ffnen dieser Mindmap erneut gestartet.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Zur Zeit kann nur ein Datum pro Knoten gespeichert werden.<br><br>Das aktuell eingestellte Datum ist {0,date} {0,time},<br> Sie wollten allerdings {1,date} {1,time}. <br><br>Wollen Sie das Datum \u00e4ndern (JA), <br>oder m\u00f6chten Sie das eingestellte Datum beibehalten (NEIN)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Wiedervorlage am {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=sp\u00e4tere Erinnerung
+plugins/TimeManagement.xml_remindLaterButton_tooltip=sp\u00e4tere Erinnerung
+plugins/TimeManagement.xml_removeReminderButton=Wiedervorlage &entfernen
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Entfernt alle Wiedervorlagen der ausgew\u00e4hlten Knoten.
+plugins/TimeManagement.xml_Replace=Ersetzen
+plugins/TimeManagement.xml_Replace_All=Alle Ersetzen
+plugins/TimeManagement.xml_Replace_Selected=Markierte Ersetzen
+plugins/TimeManagement.xml_Select=Selektieren
+plugins/TimeManagement.xml_todayButton=Heute
+plugins/TimeManagement.xml_WindowTitle=Zeit Management
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Suchen & Ersetzen
+preferences=Einstellungen
+print_preview_title=Vorschau
+PrintAction.text=&Drucken...
+PrintDirectAction.text=Drucken
+printing_settings=Druckskalierung
+PrintPreviewAction.text=&Vorschau...
+PropertyAction.dialog=Einstellungen
+PropertyAction.text=Ein&stellungen...
+QuickFilterAction.text=&Schneller Filter
+QuickFindAction.BACK.text=Suche &r\u00fcckw\u00e4rts
+QuickFindAction.FORWARD.text=Suche &vorw\u00e4rts
+QuickFindAllAction.text=Alle passenden Knoten ausw\u00e4hlen
+QuickHighlightAction.text=alle passenden Knoten hervorheben
+QuitAction.text=&Beenden
+read_only=Schreibgesch\u00fctzt
+ReadScriptError.text=Fehler beim Lesen des Skripts.\u000aSiehe Logfile zu Details.
+really_convert_to_current_version=<html>Diese Mindmap wurde mit einer \u00e4lteren Version von Freeplane erzeugt.<br>Soll sie konvertiert werden (empfohlen)?<br>Nicht konvertierte Mindmaps k\u00f6nnen evtl. nicht richtig angezeigt werden.</html>
+really_cut_node=Knoten wirklich ausschneiden?
+really_execute_script=Wollen Sie wirklich die Skripte in dieser Mindmap ausf\u00fchren? Es ist m\u00f6glich, dass diese Skripte Ihren Rechner besch\u00e4digen.
+really_remove_node=Knoten wirklich l\u00f6schen?
+really_remove_notes=Wollen Sie wirklich die Notizen l\u00f6schen?
+ReapplyFilterAction.text=E&rneut anwenden
+red=Rot
+RedefineStyleAction.text=Vorlage neu festlegen
+RedoAction.text=&Wiederherstellen
+RedoFilterAction.text=&Wiederherstellen
+regular_expressions=Regul\u00e4re Ausdr\u00fccke
+ReminderHookAction.text=Wiedervorlage entfernen
+ReminderHookAction.tooltip=Entfernt eine Wiedervorlage.
+remove_file_from_list_on_error=Konnte Datei {0} nicht \u00f6ffnen. Soll sie aus der Liste der zuletzt ge\u00f6ffneten Dateien entfernt werden?
+remove_shortcut_question=Tastaturk\u00fcrzel ersetzen?
+RemoveAllIconsAction.text=L\u00f6sche &alle
+RemoveConnectorAction.text=Konnektor entfernen
+RemoveEncryption.text=Knotenpasswort &entfernen
+RemoveFormatAction.text=Ohne Format
+RemoveIcon_0_Action.text=L\u00f6sche &erstes
+RemoveIconAction.text=L\u00f6sche &letztes
+RemoveNoteAction.text=l&\u00f6schen
+RemoveNoteAction.tooltip=<html>Entfernt Notizen von evtl. mehreren Knoten.</html>
+rename=&Umbenennen
+repair_link=Link reparieren?
+repair_link_question=Die Mindmap konnte nicht gefunden werden. Link von Hand reparieren?
+replace=Ersetzen
+replace_shortcut_question=<html>Dieser Shortcut ist bereits zugewiesen zu: <br/><b>{0}</b><br/> Soll die Zuweisung ge\u00e4ndert werden?</html>
+replace_shortcut_title=Shortcut ersetzen?
+ReportBugAction.text=&Fehler melden...
+RequestFeatureAction.text=&Verbesserungsvorschlag machen...
+reset_to_default=Default benutzen
+ResetNodeLocationAction.text=&Position zur\u00fccksetzen
+ResetStyleAction.text=Knotenstil zur\u00fccksetzen
+RevertAction.text=Wieder&herstellung aus lokaler Historie...
+RevisionPluginAction.text=&\u00c4nderungen markieren
+save_failed=Der Versuch, {0} zu speichern, ist fehlgeschlagen.
+save_unsaved=Soll die folgende Mindmap gespeichert werden? :
+save_unsaved_styles=Knotenstile speichern?
+SaveAcceleratorPresetsAction.text=Satz speichern...
+SaveAction.text=&Speichern
+SaveAll.text=&Alle speichern...
+SaveAll.tooltip=Speichert alle ge\u00f6ffneten Mindmaps
+SaveAsAction.text=Speichern &unter...
+saved=Mindmap wurde gespeichert.
+saving_canceled=Speicher Vorgang abgebrochen
+scanners_not_loaded=Scanner konnten nicht geladen werden. Datei korrupt.
+scheme_evaluate=Evaluate!
+script_execution_disabled=Ausf\u00fchrung von Skripten ist deaktiviert, s. Extras/Einstellungen/Plugins
+ScriptEditor.text=Skript&editor...
+ScriptEditor.tooltip=Erm\u00f6glicht es Freeplane \u00fcber Skripte zu steuern.
+ScriptEditorPanel.changed_cancel=Die Skripte wurden ver\u00e4ndert. Wollen Sie wirklich abbrechen?
+scripting_api_generator_legend=Legende
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=Scripting API
+scripting_api_generator_utilities=Utilities
+scripting_api_generator_web=Web Ressourcen
+select_favorites_folder=Suchen Sie den Ordner aus, in dem Ihre Favoriten sich befinden.
+select_file_export_to=Die Datei, zu der exportiert werden soll, selektieren
+select_folder_for_importing=W\u00e4hlen Sie den Ordner aus, der importiert werden soll
+select_icon=Iconauswahl
+select_menu_item_dialog=Men\u00fceintrag ausw\u00e4hlen
+select_menu_item_root_node=Men\u00fc
+SelectAllAction.text=Alles markieren
+SelectBranchAction.text=Zweig &markieren
+SelectedPasteAction.text=Ei&nf\u00fcgen als...
+selection_method_by_click=Einfacher Mausklick selektiert
+selection_method_delayed=Verz\u00f6gerte automatische Selektion
+selection_method_direct=Mausber\u00fchrung selektiert
+SelectNoteAction.text=&Wechsel Notiz<->Knoten
+SelectNoteAction.tooltip=Wechselt vom bzw. zum Notiz-Editor
+set_accelerator_on_next_click_action=Auf einen Men\u00fceintrag klicken, um ShortCut zuzuweisen
+SetAcceleratorOnNextClickAction.text=ShortCut &zuweisen...
+SetImageByFileChooserAction.text=Bildver&kn\u00fcpfung erstellen...
+SetLinkAnchorAction.text=Setze &Anker
+SetLinkAnchorAction.tooltip=<html>setzt aktuellen Knoten als Bezugspunkt von dem aus<br/>bzw. zu dem ein lokaler bzw. datei\u00fcbergreifender<br/>Hyperlink erstellt werden kann.</html>
+SetLinkAnchorAction.tooltip_anchored=<html>setzt aktuellen Knoten als Bezugspunkt von dem aus<br/>bzw. zu dem ein lokaler bzw. datei\u00fcbergreifender<br/>Hyperlink erstellt werden kann.<br/>Aktuell: {0}</html>
+SetLinkByFileChooserAction.text=Link auf &Datei...
+SetLinkByTextFieldAction.text=Link per Te&xtfeldeingabe...
+SetNodeLink.text=Link auf Knoten...
+SetNoteWindowPosition.bottom.text=&Unten
+SetNoteWindowPosition.left.text=&Links
+SetNoteWindowPosition.right.text=&Rechts
+SetNoteWindowPosition.top.text=&Oben
+SetShortenerStateAction.text=Verk\u00fcrzte &Knotenansicht
+sf_login_required=Source Forge login ben\u00f6tigt. Weitermachen?
+ShowAllAttributesAction.text=Alle &anzeigen
+ShowAncestorsAction.text=Zeige &Vorg\u00e4nger
+ShowAttributeDialogAction.text=&Attribute verwalten...
+ShowDescendantsAction.text=Zeige &Nachfolger
+ShowFilterToolbarAction.text=&Filter
+ShowFormatPanel.text=&Format \u00e4ndern...
+ShowFormatPanel.tooltip=Dialog, in dem Knoten- und Kantenformate auf einmal ge\u00e4ndert werden k\u00f6nnen.
+ShowHideNoteAction.text=&Editor einblenden
+ShowHideNoteAction.tooltip=Damit kann man das Notizfenster verbergen bzw. wieder anzeigen.
+ShowNextChildAction.text=N\u00e4chsten Unterknoten anzeigen
+ShowNotesInMapAction.text=permanent &einblenden
+ShowSelectedAttributesAction.text=Nur ausge&w\u00e4hlte anzeigen
+ShowSelectionAsRectangleAction.text=&Rechteck als Auswahlmarkierung
+simplyhtml.aboutFrameTitle=\u00dcber dieses Programm
+simplyhtml.aboutLabel=\u00dcber SimplyHTML...
+simplyhtml.alignCenter=Zentriert
+simplyhtml.alignLabel=Ausrichtung:
+simplyhtml.alignLeft=Links
+simplyhtml.alignRight=Rechts
+simplyhtml.allCellsRangeLabel=Alle Zellen
+simplyhtml.allOccurrencesReplaced=Alle ersetzt
+simplyhtml.appendTableColLabel=Spalte anh\u00e4ngen
+simplyhtml.appendTableRowLabel=Zeile anh\u00e4ngen
+simplyhtml.applyCellAttrLabel=Anwenden auf
+simplyhtml.backgroundLabel=Hintergrund:
+simplyhtml.boldItalicName=Fett kursiv
+simplyhtml.boldName=Fett
+simplyhtml.borderColorLabel=Farbe:
+simplyhtml.borderWidthLabel=Breite
+simplyhtml.bottomLabel=Unten:
+simplyhtml.cancelBtnName=Abbrechen
+simplyhtml.cellBorderTabLabel=Rahmen
+simplyhtml.cellGenTabLabel=Allgemein
+simplyhtml.cellMarginTabLabel=Abstand
+simplyhtml.cellPanelTitle=Zellenformat
+simplyhtml.clearFormatLabel=Formattierung l\u00f6schen
+simplyhtml.clearFormatTip=Formattierung l\u00f6schen
+simplyhtml.close=Schlie\u00dfen
+simplyhtml.closeBtnName=Schlie\u00dfen
+simplyhtml.colorLabel=Farbe
+simplyhtml.copyLabel=Kopieren
+simplyhtml.copyTip=Kopieren
+simplyhtml.cTagNameHead1=\u00dcberschrift 1
+simplyhtml.cTagNameHead2=\u00dcberschrift 2
+simplyhtml.cTagNameHead3=\u00dcberschrift 3
+simplyhtml.cTagNameHead4=\u00dcberschrift 4
+simplyhtml.cTagNameHead5=\u00dcberschrift 5
+simplyhtml.cTagNameHead6=\u00dcberschrift 6
+simplyhtml.cTagNameLink=Verkn\u00fcpfung
+simplyhtml.cTagNameOL=Nummerierte Liste
+simplyhtml.cTagNamePara=Absatz
+simplyhtml.cTagNameUL=Bullet-Liste
+simplyhtml.cutLabel=Ausschneiden
+simplyhtml.cutTip=Ausschneiden
+simplyhtml.defaultDocName=Ohne Titel
+simplyhtml.deleteTableColLabel=Spalte l\u00f6schen
+simplyhtml.deleteTableRowLabel=Zeile l\u00f6schen
+simplyhtml.docTitleQuery=Neuer Titel:
+simplyhtml.docTitleTitle=Dokumenttitel bearbeiten
+simplyhtml.editLabel=Editieren
+simplyhtml.effectLabel=Effekt
+simplyhtml.familyLabel=Familie
+simplyhtml.findNext=Suchen...
+simplyhtml.findReplaceDialogTitle=Suchen & Ersetzen
+simplyhtml.findReplaceLabel=Suchen & Ersetzen
+simplyhtml.findReplaceTip=Suchen & Ersetzen
+simplyhtml.fontBoldLabel=Fett
+simplyhtml.fontBoldTip=Fett an- und ausschalten
+simplyhtml.fontColorLabel=Textfarbe
+simplyhtml.fontColorTip=Textfarbe
+simplyhtml.fontDialogTitle=Zeichen formatieren
+simplyhtml.fontItalicLabel=Kursiv
+simplyhtml.fontItalicTip=kursiv an- und ausschalten
+simplyhtml.fontLabel=Zeichen...
+simplyhtml.fontTabLabel=Schriftart
+simplyhtml.fontTip=Zeichen formatieren...
+simplyhtml.fontUnderlineLabel=Unterstrichen
+simplyhtml.fontUnderlineTip=Unterstreichen an- und ausschalten
+simplyhtml.foregroundLabel=Vordergrund:
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=Liste...
+simplyhtml.formatListTip=Listenformat \u00e4ndern
+simplyhtml.formatParaLabel=Absatz...
+simplyhtml.formatParaTip=Absatzformat \u00e4ndern
+simplyhtml.formatTableLabel=Tabelle...
+simplyhtml.formatTableTip=Tabelle formatieren...
+simplyhtml.helpLabel=Hilfe
+simplyhtml.htmlTabTitle=HTML Code Ansicht
+simplyhtml.imageFileDesc=Bilddateien
+simplyhtml.insertTableColLabel=Spalte einf\u00fcgen
+simplyhtml.insertTableLabel=Tabelle...
+simplyhtml.insertTableMsg=Wieviele Spalten?
+simplyhtml.insertTableRowLabel=Zeile einf\u00fcgen
+simplyhtml.insertTableTitle=Tabelle einf\u00fcgen
+simplyhtml.italicName=Kursiv
+simplyhtml.layoutTabTitle=Layout Ansicht
+simplyhtml.leftLabel=Links:
+simplyhtml.listDialogTitle=Liste formatieren
+simplyhtml.listIndentTitle=Einr\u00fcckung:
+simplyhtml.listPosInside=Einger\u00fcckt
+simplyhtml.listPositionLabel=Position:
+simplyhtml.listPosOutside=Ausger\u00fcckt
+simplyhtml.listTypeCircle=Leerer Kreis Bulletzeichen
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=Ausgef\u00fcllter Kreis als Bulletzeichen
+simplyhtml.listTypeLabel=Typ:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=Keine
+simplyhtml.listTypeSquare=Rechteckiges Bulletzeichen
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Au\u00dfen
+simplyhtml.matchApproximately=\u00C4hnlichkeitssuche
+simplyhtml.matchApproximately.tooltip=<html>Gibt an, ob approximative Treffer angezeigt werden sollen,<br/>z.B. Suche nach 'files' findet 'flies'.</html>
+simplyhtml.matchCase=Gro\u00df-/Kleinschreibung
+simplyhtml.matchCase.tooltip=Gibt an, ob Gro\u00df/Kleinschreibung bei der Suche beachtet werden soll.
+simplyhtml.newStyleDefaultName=Neue Formatvorlage
+simplyhtml.nextTableCellLabel=N\u00e4chste Zelle
+simplyhtml.noLineLabel=Keine
+simplyhtml.noMoreOccurrencesFound=Keine (weiteren) gefunden
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Innen
+simplyhtml.paraAlignCenterLabel=Zentriert
+simplyhtml.paraAlignCenterTip=Paragraph zentriert ausrichten
+simplyhtml.paraAlignLeftLabel=Linksb\u00fcndig
+simplyhtml.paraAlignLeftTip=Paragraph linksb\u00fcndig ausrichten
+simplyhtml.paraAlignRightLabel=Rechtsb\u00fcndig
+simplyhtml.paraAlignRightTip=Paragraph rechtsb\u00fcndig ausrichten
+simplyhtml.paraStyleDialogTitle=Absatzformat
+simplyhtml.paraTabLabel=Absatz
+simplyhtml.pasteHTMLLabel=Einf\u00fcgen als HTML
+simplyhtml.pasteLabel=Einf\u00fcgen
+simplyhtml.pastePlainTextLabel=Einf\u00fcgen als Text
+simplyhtml.pasteTip=Einf\u00fcgen
+simplyhtml.plainName=Standard
+simplyhtml.previewLabel=&Vorschau
+simplyhtml.previewText=Dies ist ein Test
+simplyhtml.prevTableCellLabel=Vorige Zelle
+simplyhtml.printLabel=Drucken...
+simplyhtml.redoLabel=Wiederherstellen
+simplyhtml.redoTip=Wiederholen
+simplyhtml.replace=Ersetzen...
+simplyhtml.replaceAll=Alles
+simplyhtml.replaceDone=Fertig
+simplyhtml.replaceNo=Nein
+simplyhtml.replaceThisQuery=Ersetzen
+simplyhtml.replaceWith=Ersetzen mit:
+simplyhtml.replaceYes=Ja
+simplyhtml.rightLabel=Rechts:
+simplyhtml.searchDown=Nach unten suchen
+simplyhtml.searchDown.tooltip=Von oben nach unten suchen.
+simplyhtml.searchFromStart=Vom Anfang an suchen
+simplyhtml.searchFromStart.tooltip=Von Anfang an (und nicht ab der Cursorposition) suchen.
+simplyhtml.searchUp=Nach oben suchen
+simplyhtml.searchUp.tooltip=Von unten nach oben suchen.
+simplyhtml.selectAllLabel=Alles Ausw\u00e4hlen
+simplyhtml.sizeLabel=Gr\u00f6\u00dfe
+simplyhtml.standardStyleName=Standard
+simplyhtml.strikeLabel=Durchgestrichen
+simplyhtml.styleLabel=Stil
+simplyhtml.styleNameInputText=Name der Formatvorlage?
+simplyhtml.styleNameInputTitle=Formatvorlage speichern
+simplyhtml.tableBgColLabel=Hintergrundfarbe:
+simplyhtml.tableDialogTitle=Tabelle formatieren
+simplyhtml.tableLabel=Tabelle
+simplyhtml.tablePanelTitle=Tabellenformat
+simplyhtml.tableWidthLabel=Breite:
+simplyhtml.textIndentLabel=Einr\u00fcckung:
+simplyhtml.textToFind=Suche Text:
+simplyhtml.thisCellRangeLabel=Diese Zelle
+simplyhtml.thisColRangeLabel=Diese Spalte
+simplyhtml.thisRowRangeLabel=Diese Zeile
+simplyhtml.toggleBulletsLabel=Aufz\u00e4hlung ein/aus
+simplyhtml.toggleBulletsTip=Aufz\u00e4hlung ein/aus
+simplyhtml.toggleNumbersLabel=Numerierung ein/aus
+simplyhtml.toggleNumbersTip=Numerierung ein/aus
+simplyhtml.topLabel=Oben:
+simplyhtml.uLineLabel=Unterstrichen
+simplyhtml.unableToOpenFileError=Datei kann nicht ge\u00f6ffnet werden
+simplyhtml.unableToRedoError=Wiederholen nicht m\u00f6glich:
+simplyhtml.unableToUndoError=R\u00fcckg\u00e4ngig nicht m\u00f6glich:
+simplyhtml.undoLabel=R\u00fcckg\u00e4ngig
+simplyhtml.undoTip=R\u00fcckg\u00e4ngig
+simplyhtml.valignBaseline=An Basislinie
+simplyhtml.valignBottom=Unten
+simplyhtml.valignLabel=Vert. Ausrichtung:
+simplyhtml.valignMiddle=Mittig
+simplyhtml.valignTop=Oben
+simplyhtml.wholeWordsOnly=Nur ganze Worte
+simplyhtml.wholeWordsOnly.tooltip=Treffer auf ganze W?rter beschr?nken.
+SortNodes.text=Unterknoten alphabetisch &sortieren
+SortNodes.tooltip=Alle Unterknoten eines Knotens alphabetisch sortieren
+split=&Teilen
+SplitConditionAction.text=Aufteilen
+SplitNode.text=Text &aufteilen
+SplitNode.tooltip=<html>Knoteninhalt wird auf mehrere Knoten verteilt.</html>
+STANDARD_FORMAT=Standard
+stop_processing=Stop
+StringFlavorHandler=Knotenhierarchie als einfacher Text
+StructuredHtmlFlavorHandler=Knotenhierarchie als HTML
+style=Stil
+style_already_exists=Dieser Knotenstil existiert bereits.
+styledialog.cancel.text=Abbrechen
+styledialog.ok.text=OK
+styles=Knoten&stile
+styles.AutomaticLayout=Automatisches Layout
+styles.connection=Verbindung
+styles.date=Datum
+styles.definition=Definition
+styles.description=Beschreibung
+styles.floating_node=Schwebender Knoten
+styles.idea=Idee
+styles.important=Wichtig
+styles.key=Schl\u00fcssel
+styles.list=Liste
+styles.needs_action=Handlungsbedarf
+styles.note=Notiz
+styles.ok=OK
+styles.pending=Unerledigt
+styles.predefined=Standard Knotenstile
+styles.question=Frage
+styles.quotation=Zitat
+styles.root_node=Knotenstile
+styles.subsubtopic=Unterunterbegriff
+styles.subtopic=Unterbegriff
+styles.topic=Oberbegriff
+styles.user-defined=Benutzerdefinierte Knotenstile
+styles.website=Website
+styles_menu=Knotenstile
+submenu_keystroke_in_use_error=Tastaturk\u00fcrzel {0} kann nicht f\u00fcr ein Untermen\u00fc ({1}) verwendet werden und wurde deshalb entfernt.
+summary_nodes=Gruppierungsknoten
+summary_not_possible=Gruppierungsknoten kann von der Auswahl nicht erzeugt werden.
+SummaryNodeAction.text=Knoten als Gruppierungs&knoten verwenden
+svg=SVG
+template_dir=Standard Vorlagen
+TimeListAction.text=Zeit&plan...
+TimeListAction.tooltip=Zeigt alle Wiedervorlagezeiten und die dazugeh\u00f6rigen Knoten.
+TimeManagementAction.text=&Kalender anzeigen...
+TimeManagementAction.tooltip=<html>Zeigt das Kalender Modul von Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=&Unterknoten falten/entfalten
+ToggleDetailsAction.text=Knotendetails Ein-/Ausblenden
+ToggleFBarAction.text=F-&Tasten
+ToggleFoldedAction.text=Knoten &falten/entfalten
+ToggleFullScreenAction.text=&Vollbildmodus
+ToggleLeftToolbarAction.text=&Icons
+ToggleMenubarAction.text=&Men\u00fc
+ToggleStatusAction.text=Statuszeile anzeigen
+ToggleToolbarAction.text=&Werkzeuge
+undefined_error=Ein unerwarteter Fehler ist aufgetreten. Eine Fehlernachricht im Forum w\u00e4re sch\u00f6n.
+underline=Unterstrich
+UnderlineAction.text=Unterstreichen
+underlined=Unterstrichen
+UndoAction.text=&R\u00fcckg\u00e4ngig
+UndoFilterAction.text=&R\u00fcckg\u00e4ngig
+unfold=Entfalten
+UnfoldAllAction.text=Zweig &aufklappen
+UnfoldAllAction.tooltip=<html>Klappt die Unterknoten des selektierten Zweigs auf</html>
+UnfoldOneLevelAction.text=Weitere Ebene aufklappen
+UnfoldOneLevelAction.tooltip=<html>Klappt in selektiertem Zweig eine weitere Ebene auf</html>
+up=Auf
+update_failed=Update ist fehlgeschlagen mit der Meldung {0}
+UpdateCheckAction.text=Auf &Updates pr\u00fcfen...
+updatecheckdialog=Updatepr\u00fcfung
+url_error=Fehler: Diese URL ist fehlerhaft.
+url_open_error=Die URL {0} konnte nicht geladen werden.
+used_in_menu=Dieser Shortcut kann nicht gesetzt werden, da er bereits im Men\u00fc verwendet wird.
+UsePlainTextAction.text=Nur reiner &Text
+user_config_folder=Benutzerkonfiguration: {0}
+user_defined_scale=Benutzerdefinierte &Gr\u00f6\u00dfe
+user_defined_zoom=Benutzerdefiniert.
+user_defined_zoom_status_bar=Der Zoom wurde ge\u00e4ndert und steht nun auf dem benutzerdefinierten Wert von {0}%.
+user_icon={0}
+user_template_dir=Benutzerdefinierte Vorlagen
+user_zoom=Druckvergr\u00f6\u00dferung (0.0 - 2.0):
+value_format=Zahlenformat
+version_up_to_date=Sie benutzen bereits die aktuellste Version.
+ViewerControllerAction.text=E&xternes Objekt...
+ViewLayoutTypeAction.OUTLINE.text=&Gliederungsansicht
+WebDocuAction.text=Web Dokumentation
+width=Breite
+wrong_regexp=Der Regul\u00e4re Ausdruck "{0}" ist fehlerhaft (Fehler {1})
+xslt_export.html=Html Dokument
+xslt_export.latex=LaTex Dokument
+xslt_export.latexbook=LaTex Buch
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 aufw\u00e4rts) XML format
+xslt_export.ms_project=MS Project (2003 aufw\u00e4rts) XML format
+xslt_export.ms_word=Word (2003 aufw\u00e4rts) XML format
+xslt_export.text=Klartext
+xslt_export_not_possible=Freeplane XSLT Export nicht m\u00f6glich
+yes=Ja
+ZoomInAction.text=Zoom &+
+ZoomOutAction.text=Zoom &-
diff --git a/freeplane/resources/translations/Resources_el.properties b/freeplane/resources/translations/Resources_el.properties
index ab886ba..450a21a 100644
--- a/freeplane/resources/translations/Resources_el.properties
+++ b/freeplane/resources/translations/Resources_el.properties
@@ -1,873 +1,1753 @@
-AboutAction.text = \u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03C4\u03C9\u03BD \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C0\u03C1\u03BF\u03C4\u03CD\u03C0\u03BF\u03C5
-accessories/plugins/EncryptNode.properties_0 = \u0395\u03C0\u03AD\u03BB\u03B5\u03BE\u03B5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03B3\u03B9\u03B1 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B7\u03BC\u03AD\u03BD\u03B1
-accessories/plugins/EncryptNode.properties_1 = \u039F\u03B9 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03AF \u03B4\u03B5\u03BD \u03C3\u03C5\u03BC\u03C0\u03AE\u03C0\u03C4\u03BF\u03C5\u03BD \u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03C5 \u03C3\u03CD\u03BD\u03C4\u03BF\u03BC\u03BF\u03B9.
-accessories/plugins/EncryptNode.properties_2 = \u0394\u03CE\u03C3\u03B5 \u039A\u03C9\u03B4\u03B9\u03BA\u03BF:
-accessories/plugins/EncryptNode.properties_3 = \u0395\u03C0\u03B1\u03BD\u03AD\u03BB\u03BB\u03B1\u03B2\u03B5 \u039A\u03C9\u03B4\u03B9\u03BA\u03CC:
-accessories/plugins/EncryptNode.properties_4 = \u0394\u03CE\u03C3\u03C4\u03B5 \u03C4\u03BF\u03BD \u039A\u03C9\u03B4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2:
-accessories/plugins/EncryptNode.properties_5 = <html>\u039D\u03B1 \u03B8\u03C5\u03BC\u03AC\u03C3\u03C4\u03B5, \u03B7 \u03B1\u03C3\u03C6\u03AC\u03BB\u03B5\u03B9\u03B1 \u03C4\u03B7\u03C2 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03AC\u03C6\u03B9\u03C3\u03B7\u03C2<br> \u03B5\u03BE\u03B1\u03C1\u03C4\u03AC\u03C4\u03B1\u03B9 \u03C3\u03C7\u03B5\u03B4\u03CC\u03BD \u03B1\u03C0\u03BF\u03BA\u03BB\u03B5\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B1\u03C0\u03BF \u03C4\u03B7\u03BD \u03C0\u03BF\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C4\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD.
-accessories/plugins/EncryptNode.properties_6 = \u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-accessories/plugins/EncryptNode.properties_7 = \u0391\u03BA\u03C5\u03C1\u03BF
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = \u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03BD\u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03AC\u03C6\u03B9\u03C3\u03B7\u03C2 \u03B5\u03BD\u03CC\u03C2 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5. \u0393\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C4\u03AD\u03C4\u03BF\u03B9\u03BF\u03C5 \u03BA\u03BF\u03BC\u03B2\u03BF\u03C5, \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03BC\u03B5\u03BD\u03BF\u03CD \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD.
-accessories/plugins/EncryptNode.properties_select_me = \u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03AD \u03BC\u03B5 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03BF\u03C5\u03BC\u03B5!
-accessories/plugins/EncryptNode.properties_wrong_password = \u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C9\u03C3\u03C4\u03CC\u03C2.
-accessories/plugins/ExportWithXSLT.tooltip = \u0391\u03C5\u03C4\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03AF\u03B1 \u03BF\u03BC\u03BF\u03B9\u03CC\u03BC\u03BF\u03C1\u03C6\u03B7 \u03BC\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03BC\u03B5 \u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 XSLT scripts.
-accessories/plugins/ExportWithXSLT_Applet.text = \u03C9\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AF\u03B4\u03B9\u03BF java...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = \u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C9\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AF\u03B4\u03B9\u03BF java.
-accessories/plugins/ExportWithXSLT_Flash.text = \u03C9\u03C2 Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = \u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C9\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE flash.
-accessories/plugins/ExportWithXSLT_HTML.text = \u03A9\u03C2 XHTML (\u03B5\u03BA\u03B4\u03BF\u03C7\u03AE JavaScript )...
-accessories/plugins/ExportWithXSLT_HTML3.text = \u03A9\u03C2 XHTML (Clickable map image version)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = \u03A0\u03CC\u03C1\u03BF\u03B9 \u03B1\u03C0\u03BF \u03C4\u03BF\u03BD RESOURCES \u03C3\u03B5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF TaskJuggler...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>\u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03C0\u03CC\u03C1\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF RESOURCES \u03C3\u03C4\u03BF Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = \u0395\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2  \u03B1\u03C0\u03BF TASKS \u03C3\u03B5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF TaskJuggler ...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>\u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF TASKS \u03C3\u03B5 Taskjuggler. </html>
-add = \u03A0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C3\u03B5
-AddLocalLinkAction.text = \u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C4\u03BF\u03C0\u03B9\u03BA\u03AE\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2
-antialias_all = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u039F\u03BB\u03B1
-antialias_edges = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-antialias_none = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u0391\u03BD\u03B5\u03BD\u03B5\u03C1\u03B3\u03AE
-apply = \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
-ApplyAction.text = \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
-ApplyFormatPlugin.text = \u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2...
-ApplyFormatPlugin.tooltip = \u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03AD\u03BD\u03B1 \u03B4\u03B9\u03AC\u03BB\u03BF\u03B3\u03BF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03C4\u03B1\u03C5\u03C4\u03CC\u03C7\u03C1\u03BF\u03BD\u03B7 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C4\u03C9\u03BD \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2.
-ApplyNoFilteringAction.text = \u03A7\u03C9\u03C1\u03AF\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF
-as_parent = \u03A9\u03C2 \u03B3\u03BF\u03BD\u03AD\u03B1\u03C2
-AssignAttributesAction.text = \u0391\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD...
-attribute_delete = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03C4\u03B9\u03BC\u03CE\u03BD
-attribute_delete_value = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2
-attribute_font_size_tooltip = \u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
-attribute_list_box_label_text = \u03A5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03C3\u03B5\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2
-attribute_replace = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BC\u03B5
-attribute_top = \u038C\u03BB\u03B1 \u03C4\u03B1 \u03B3\u03BD\u03C9\u03C3\u03C4\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03B1\u03BD\u03BF\u03B9\u03BA\u03C4\u03AC \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
-attributes_adding_empty_attribute_error = \u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
-attributes_all = \u038C\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-attributes_attribute = \u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-attributes_close = \u039A\u03BB\u03B5\u03AF\u03C3\u03B5
-attributes_deselect_all = \u03A4\u03AF\u03C0\u03BF\u03C4\u03B5
-attributes_dialog_title = Attribute Manager[translate me]
-attributes_edit = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
-attributes_edit_tooltip = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03CC\u03BB\u03BF\u03C5
-attributes_for_selected = \u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9
-attributes_for_visible = \u038C\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03BF\u03C1\u03B1\u03C4\u03BF\u03AF \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9
-attributes_import = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
-attributes_import_tooltip = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD \u03B1\u03C0\u03CC \u03AC\u03BB\u03BB\u03B1 \u03B1\u03BD\u03BF\u03B9\u03BA\u03C4\u03AC \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
-attributes_no_import_candidates_found = \u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03BD\u03AD\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-attributes_popup_delete = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
-attributes_popup_down = \u039A\u03AC\u03C4\u03C9
-attributes_popup_edit = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
-attributes_popup_hide = \u039A\u03C1\u03CD\u03C8\u03B5
-attributes_popup_new = \u039D\u03AD\u03BF \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC
-attributes_popup_optimal_width = \u0392\u03AD\u03BB\u03C4\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2
-attributes_popup_up = \u03A0\u03AC\u03BD\u03C9
-attributes_refresh = \u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7
-attributes_restricted_attributes_tooltip = \u03A0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
-attributes_restricted_values_tooltip = \u03A0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF \u03C4\u03B9\u03BC\u03CE\u03BD \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C4\u03C1\u03AD\u03C7\u03C9\u03BD \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC
-attributes_restriction = \u03A0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF
-attributes_select_all = \u038C\u03BB\u03B1
-attributes_select_all_tooltip = \u0395\u03C0\u03AD\u03BB\u03B5\u03BE\u03B5 \u03CC\u03BB\u03B1
-attributes_show = \u0394\u03B5\u03AF\u03BE\u03B5
-attributes_skip_root = \u03A0\u03B1\u03C1\u03AC\u03BB\u03B5\u03B9\u03C8\u03B7 \u03C4\u03BF\u03C5 \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03CD \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-attributes_visible = \u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF
-attributes_visible_tooltip = \u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF
-automatically_save_message = \u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C4\u03B7\u03BA\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 (\u03BC\u03B5 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 {0}) ...
-AutomaticLayoutAction.text = \u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03C4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B7\u03C3\u03B7
-AutomaticLayoutAction.tooltip = <html>\u0394\u03B9\u03BF\u03C1\u03B8\u03CE\u03BD\u03B5\u03B9 \u03C4\u03B7\u03BD \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7 \u03B5\u03BD\u03CC\u03C2 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2. <br>\u03A4\u03BF \u03C0\u03C1\u03CE\u03C4\u03BF \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B1\u03CD\u03C1\u03BF, \u03C4\u03BF \u03B4\u03B5\u03CD\u03C4\u03B5\u03C1\u03BF \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03C0\u03BB\u03AD, \u03BA.\u03BB.\u03C0.</html>
-BackAction.text = \u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE
-background = \u03A5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF
-bitmaps = bitmaps[translate me]
-BlinkingNodeHookAction.text = \u0391\u03C0\u03B1\u03C3\u03C4\u03C1\u03AC\u03C0\u03C4\u03C9\u03BD \u039A\u03CC\u03BC\u03B2\u03BF\u03C2
-BlinkingNodeHookAction.tooltip = <html>\u039A\u03AC\u03BD\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF \u03BD\u03B1 \u03B1\u03BD\u03B1\u03B2\u03BF\u03C3\u03B2\u03AE\u03BD\u03B5\u03B9. \u0391\u03BB\u03BB\u03AC \u03C0\u03C1\u03BF\u03C3\u03BF\u03C7\u03AE. \u039C\u03AE \u03C4\u03BF \u03C3\u03C7\u03B5\u03C4\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C0\u03BF\u03BB\u03BB\u03BF\u03CD\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2, \u03BA\u03B1\u03B9 <strong> \u03BF\u03C7\u03B9 \u03BC\u03B5 \u03AC\u03BB\u03BB\u03B5\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B5\u03C2 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2 \u03C3\u03C4\u03BF\u03BD \u03AF\u03B4\u03B9\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF</strong></html>
-BoldAction.text = \u00A8\u0395\u03BD\u03C4\u03BF\u03BD\u03B1
-boldify_branch = \u039A\u03AC\u03BD\u03B5 \u03AD\u03BD\u03C4\u03BF\u03BD\u03B1
-branch = \u0394\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7
-cancel = \u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
-CancelAction.text = \u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
-cannot_add_parent_diff_parents = \u0393\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1, \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BF\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03BF\u03C5\u03BD \u03C4\u03BF\u03BD \u03AF\u03B4\u03B9\u03BF \u03B3\u03BF\u03BD\u03AD\u03B1.
-cannot_add_parent_to_root = \u039F \u03B1\u03C1\u03C7\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03C4\u03B5\u03B8\u03B5\u03AF \u03C3\u03B5 \u03BD\u03AD\u03BF \u03B3\u03BF\u03BD\u03AD\u03B1.
-cannot_join_nodes_with_children = \u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03BD\u03C9\u03B8\u03B5\u03AF \u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2
-cannot_move_to_child = \u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03CE \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03BA\u03B9\u03BD\u03AE\u03C3\u03C9 \u03AD\u03BD\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5.
-CenterAction.text = \u03A3\u03C4\u03BF \u03BA\u03AD\u03BD\u03C4\u03C1\u03BF
-ChangeConnectorArrowsAction.backward.text = \u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE
-ChangeConnectorArrowsAction.forward.text = \u0395\u03BC\u03C0\u03C1\u03CC\u03C2
-ChangeNodeLevelLeftsAction.text = \u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
-ChangeNodeLevelRightsAction.text = \u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
-choose_background_color = \u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5:
-choose_cloud_color = \u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2:
-choose_edge_color = \u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-choose_node_background_color = \u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF:
-choose_node_color = \u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5:
-CloseAction.text = \u039A\u03BB\u03B5\u03AF\u03C3\u03B5
-CloudAction.text = \u039D\u03AD\u03C6\u03BF\u03C2
-CloudColorAction.text = \u03A7\u03C1\u03CE\u03BC\u03B1 \u039D\u03AD\u03C6\u03BF\u03C5\u03C2...
-ColorProperty.ResetColor = \u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2
-combined = \u03A3\u03C5\u03BD\u03B4\u03C5\u03B1\u03C3\u03BC\u03CC\u03C2
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = \u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
-CopySingleAction.text = \u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03B5\u03BD\u03CC\u03C2
-CreationModificationPluginAction.text = \u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03CE\u03C1\u03B1\u03C2 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
-CreationModificationPluginAction.tooltip = <html>\u0397 \u03C3\u03C5\u03BD\u03AC\u03C1\u03C4\u03B7\u03C3\u03B7 \u03B1\u03C5\u03C4\u03AE, \u03BA\u03C1\u03B1\u03C4\u03AC \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03B3\u03B9\u03B1 \u03C4\u03BF\u03C5\u03C2 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C5\u03C2 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03C4\u03C9\u03BD \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD.</html>
-CutAction.text = \u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
-decrease_branch_font_size = \u039C\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-DecreaseNodeFontAction.text = \u039C\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-delete = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
-delete_child = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03BA\u03BF\u03BC\u03B2\u03BF\u03C5
-DeleteAction.text = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-DeleteConditionAction.text = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
-DocumentationAction.text = \u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7
-edge = \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-edge_style = \u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-edge_width = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-EdgeColorAction.text = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.linear.text = \u0393\u03C1\u03B1\u03BC\u03BC\u03B9\u03BA\u03AE
-EdgeStyleAction.sharp_bezier.text = \u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF\u03C2 Bezier
-EdgeStyleAction.sharp_linear.text = \u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03BA\u03CC\u03C2
-EdgeStyleAsParentAction.text = \u03A9\u03C2 \u03B3\u03BF\u03BD\u03AD\u03B1\u03C2
-EdgeWidthAction_width_parent.text = \u0393\u03BF\u03BD\u03AD\u03B1\u03C2
-EdgeWidthAction_width_thin.text = \u039B\u03B5\u03C0\u03C4\u03CC
-edit = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
-edit.decision = HTML Editor[translate me]
-edit_link_manually = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD ...
-EditAction.text = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-EditAttributesAction.text = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
-EditFilterAction.text = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
-EditLongAction.text = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 ...
-EncryptedMap.text = \u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C7\u03AC\u03C1\u03C4\u03B7 ...
-EncryptedMap.tooltip = \u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C7\u03AC\u03C1\u03C4\u03B7
-enter_base_url = \u03A0\u03C1\u03CC\u03BA\u03B5\u03B9\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BA\u03BF\u03BB\u03AE\u03C3\u03C9 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AD\u03C2 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2. \u0394\u03CE\u03C3\u03B5 \u03C4\u03BF \u03B2\u03B1\u03C3\u03B9\u03BA\u03CC URL.
-enter_confirms = \u03B5\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03B9\u03CE\u03C3\u03C4\u03B5 \u03BC\u03B5  Enter
-EnterPassword.text = \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u039A\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5
-error = \u039B\u03AC\u03B8\u03BF\u03C2
-error_applying_template = \u039B\u03AC\u03B8\u03BF\u03C2 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C4\u03BF\u03C5 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF\u03C5  XSL.
-error_creating_directory = \u0394\u03B5\u03BD \u03B5\u03B9\u03BD\u03B1\u03B9 \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
-ExportBranchToHTMLAction.text = \u0394\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7 \u03C3\u03B5 HTML
-ExportPdf.text = \u03C9\u03C2 PDF...
-ExportSvg.text = \u03C9\u03C2 SVG...
-ExportToHTMLAction.text = \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE  HTML
-ExportToImage.jpg.text = \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE JPEG...
-ExportToImage.png.text = \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE PNG...
-ExportToOoWriter.text = \u03A9\u03C2 \u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF \u03C4\u03BF\u03C5 Open Office Writer ...
-ExportToOoWriter.tooltip = Unfolded nodes form the structure, folded nodes the content of the document.
-extension_menu = \u03A6\u03C5\u03C3\u03B9\u03BA\u03AE \u039C\u03BF\u03C1\u03C6\u03AE
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = \u03A3\u03C5\u03BD\u03AE\u03B8\u03B5\u03B9\u03C2 \u0395\u03C1\u03C9\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2
-file = \u0391\u03C1\u03C7\u03B5\u03AF\u03BF
-file_already_exists = \u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF {0} \u03C5\u03C0\u03B1\u03C1\u03C7\u03B5\u03B9. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C4\u03BF \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03B1\u03C3\u03C4\u03AE\u03C3\u03B5\u03C4\u03B5?
-file_not_found = \u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF {0} \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5
-filter = \u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
-filter_add = \u03A0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C3\u03B5
-filter_and = \u039A\u03B1\u03B9
-filter_conditions = \u03A6\u03AF\u03BB\u03C4\u03C1\u03B1
-filter_contains = \u03A0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9
-filter_delete = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
-filter_dialog = \u03A3\u03C5\u03BD\u03B8\u03AD\u03C3\u03B7 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5
-filter_does_not_exist = \u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9
-filter_edit_description = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03C9\u03BD
-filter_enter_value = \u0394\u03CE\u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE
-filter_exist = \u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9
-filter_icon = \u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF
-filter_is_equal_to = \u0395\u03AF\u03BD\u03B1\u03B9 \u03AF\u03C3\u03BF \u03BC\u03B5
-filter_is_not_equal_to = \u0394\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AF\u03C3\u03BF \u03BC\u03B5
-filter_link = Hyperlink[translate me]
-filter_no_filtering = \u03A7\u03C9\u03C1\u03AF\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF
-filter_node = \u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-filter_not = \u039F\u03C7\u03B9
-filter_or = \u0389
-filter_select = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
-filter_selected_node_view = \u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9
-find_what = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C4\u03B9
-FindAction.text = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 ...
-fit_map_to_page = \u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C3\u03C4\u03B1 \u03CC\u03C1\u03B9\u03B1 \u03BC\u03B9\u03B1\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2
-FitToPage.text = \u039A\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03C3\u03C4\u03B1 \u03CC\u03C1\u03B9\u03B1 \u03C4\u03B7\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2
-FitToPage.tooltip = \u03A1\u03C5\u03B8\u03BC\u03AF\u03B6\u03B5\u03B9 \u03C4\u03B7\u03BD \u03BA\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03AD\u03C4\u03C3\u03B9 \u03CE\u03C3\u03C4\u03B5 \u03BF\u03BB\u03CC\u03BA\u03BB\u03B7\u03C1\u03BF \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03BD\u03B1 \u03C7\u03C9\u03C1\u03AC\u03B5\u03B9 \u03C3\u03C4\u03BF \u03C4\u03C1\u03AD\u03C7\u03C9\u03BD \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF.
-fold = \u0394\u03AF\u03C0\u03BB\u03C9\u03C3\u03B5
-FoldAllAction.text = \u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7/\u03B4\u03AF\u03C0\u03BB\u03C9\u03BC\u03B1 \u03CC\u03BB\u03C9\u03BD
-FoldAllAction.tooltip = <html>\u0394\u03B9\u03C0\u03BB\u03CE\u03BD\u03B5\u03B9/\u03A3\u03C5\u03BC\u03C0\u03C4\u03AF\u03C3\u03B5\u03B9 \u03C4\u03BF\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5.</html>
-FoldOneLevelAction.text = \u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03AD\u03BD\u03B1 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF
-FoldOneLevelAction.tooltip = <html>\u0394\u03B9\u03C0\u03BB\u03CE\u03BD\u03B5\u03B9/\u03A3\u03C5\u03BC\u03C0\u03C4\u03AE\u03C3\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2 \u03BA\u03B1\u03C4\u03AC \u03AD\u03BD\u03B1 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF.</html>
-FollowLinkAction.text = \u0391\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5:
-font = \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-FontFamilyAction.text = \u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
-FontSizeAction.text = \u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
-format_menu_edge_styles = \u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-format_menu_edge_widths = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-FormatCopy.text = \u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
-FormatCopy.tooltip = <html>\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03AC\u03C6\u03B5\u03B9 \u03C4\u03B7 \u03BC\u03BF\u03C1\u03C6\u03AE \u03B5\u03BD\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5.</html>
-FormatPaste.text = \u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03B9\u03C3\u03B7 \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
-FormatPaste.tooltip = <html>\u0395\u03C0\u03B9\u03BA\u03BF\u03BB\u03AC \u03C4\u03B7\u03BD \u03BC\u03BF\u03C1\u03C6\u03AE \u03B5\u03BD\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5.</html>
-ForwardAction.text = \u0395\u03BC\u03C0\u03C1\u03CC\u03C2
-Freeplane.progress.buildScreen = \u039A\u03B1\u03C4\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2...
-Freeplane.progress.createController = \u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03BB\u03B5\u03B3\u03BA\u03C4\u03AE...
-Freeplane.progress.createInitialMode = \u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03CD \u03C4\u03C1\u03CC\u03C0\u03BF\u03C5...
-Freeplane.progress.endStartup = \u03A4\u03AD\u03BB\u03BF\u03C2 \u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7\u03C2.
-Freeplane.progress.gettingPreferenceDirectories = \u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03C0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03C9\u03BD...
-Freeplane.progress.gettingPreferences = \u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03C9\u03BD...
-Freeplane.progress.loadMaps = \u0391\u03BD\u03AC\u03BA\u03C4\u03B7\u03C3\u03B7 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03BC\u03BC\u03AC\u03C4\u03C9\u03BD...
-Freeplane.progress.propagateLookAndFeel = \u039C\u03B5\u03C4\u03AC\u03B4\u03BF\u03C3\u03B7 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2...
-Freeplane.progress.settingPreferences = \u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03C9\u03BD...
-Freeplane.progress.startCreateController = \u0395\u03BD\u03B1\u03C1\u03BE\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 \u03B5\u03BB\u03B5\u03B3\u03BA\u03C4\u03AE...
-Freeplane.progress.updateLookAndFeel = \u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2...
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = \u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1...
-FreeplaneHelpStarter.tooltip = \u0395\u03C0\u03B1\u03C5\u03BE\u03B7\u03BC\u03AD\u03BD\u03B7 \u03B2\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1 \u03C4\u03BF\u03C5 Freeplane
-GotoLinkNodeAction.text = \u03A0\u03AE\u03B3\u03B1\u03B9\u03BD\u03B5 \u03C3\u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
-GrabKeyDialog.common.cancel = \u0391\u03BA\u03C5\u03C1\u03BF
-GrabKeyDialog.common.ok = \u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-GrabKeyDialog.grab-key.assigned-to = \u0391\u03BD\u03B1\u03C4\u03AD\u03B8\u03B7\u03BA\u03B5 \u03C3\u03B5
-GrabKeyDialog.grab-key.assigned-to.none = \u03A7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7 (\u03B1\u03BA\u03CC\u03BC\u03B1!)
-GrabKeyDialog.grab-key.clear = \u039A\u03B1\u03B8\u03B1\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2
-GrabKeyDialog.grab-key.remove = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
-GrabKeyDialog.grab-key.remove-ask = \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C6\u03B1\u03B9\u03C1\u03AD\u03C3\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03CC\u03B3\u03B9\u03C3\u03B7?
-GrabKeyDialog.grab-key.title = \u0394\u03CE\u03C3\u03B5 \u03BD\u03AD\u03BF \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF
-help = \u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1
-HideAllAttributesAction.text = \u039A\u03C1\u03CD\u03C8\u03B5 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-HierarchicalIconsAction.text = \u0394\u03B5\u03AF\u03C7\u03BD\u03B5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1 \u03B9\u03B5\u03C1\u03B1\u03C1\u03C7\u03B9\u03BA\u03AC
-HierarchicalIconsAction.tooltip = \u0395\u03AC\u03BD \u03AD\u03BD\u03B1\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03BC\u03BF\u03C5 \u03AD\u03C7\u03B5\u03B9 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF, \u03B8\u03B1 \u03C4\u03BF \u03B4\u03B5\u03AF\u03C7\u03BD\u03C9 \u03C3\u03B5 \u03BC\u03B9\u03BA\u03C1\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03B5\u03B3\u03CE.
-html_export_based_on_headings = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u0392\u03B1\u03C3\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B5\u03C2
-html_export_fold_all = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u039F\u03BB\u03B1 \u03B4\u03B9\u03C0\u03BB\u03C9\u03BC\u03AD\u03BD\u03B1
-html_export_fold_currently_folded = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u03C3\u03C4\u03B7\u03BD \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1 \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7\u03C2
-html_export_no_folding = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u03C3\u03B5 \u03C0\u03BB\u03AE\u03C1\u03B7 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7
-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_attach = \u039A\u03BF\u03AF\u03C4\u03B1 \u03B5\u03B4\u03CE
-icon_back = \u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE
-icon_bee = Freeplane[translate me]
-icon_bell = \u03A5\u03C0\u03BF\u03BC\u03BD\u03B7\u03C3\u03B7
-icon_bookmark = \u0391\u03C1\u03B9\u03C3\u03C4\u03BF
-icon_broken-line = Broken[translate me]
-icon_button_cancel = \u039F\u03C7\u03B9 \u03B5\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-icon_button_ok = \u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-icon_calendar = \u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
-icon_clanbomber = \u0395\u03C0\u03B9\u03BA\u03AF\u03BD\u03B4\u03C5\u03BD\u03BF
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = \u039C\u03AE\u03BD \u03BE\u03B5\u03C7\u03AC\u03C3\u03B5\u03B9\u03C2
-icon_down = \u039A\u03AC\u03C4\u03C9
-icon_family = \u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = \u03A3\u03B7\u03BC\u03B1\u03AF\u03B1
-icon_folder = Folder[translate me]
-icon_forward = \u0395\u03BC\u03C0\u03C1\u03CC\u03C2
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 1
-icon_full-2 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 2
-icon_full-3 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 3
-icon_full-4 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 4
-icon_full-5 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 5
-icon_full-6 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 6
-icon_full-7 = \u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 7
-icon_gohome = \u03A3\u03C0\u03AF\u03C4\u03B9
-icon_help = \u0395\u03C1\u03CE\u03C4\u03B7\u03C3\u03B7
-icon_idea = \u0388\u03BC\u03C0\u03BD\u03B5\u03C5\u03C3\u03B7
-icon_kaddressbook = \u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF
-icon_kmail = E-Mail[translate me]
-icon_knotify = \u039C\u03BF\u03C5\u03C3\u03B9\u03BA\u03AE
-icon_korn = \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03BA\u03B9\u03B2\u03CE\u03C4\u03B9\u03BF
-icon_ksmiletris = \u0395\u03AF\u03BC\u03B1\u03B9 \u03C7\u03B1\u03C1\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2
-icon_licq = \u03A9\u03C1\u03B1\u03AF\u03B1
-icon_Mail = \u0391\u03BB\u03BB\u03B7\u03BB\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = \u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1
-icon_messagebox_warning = \u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC
-icon_password = \u039A\u03BB\u03B5\u03B9\u03B4\u03AF
-icon_pencil = \u03A0\u03C1\u03CC\u03BA\u03B5\u03B9\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B2\u03B5\u03BB\u03C4\u03B9\u03C9\u03B8\u03B5\u03AF
-icon_penguin = Linux
-icon_smily_bad = \u0394\u03B5\u03BD \u03C0\u03B5\u03C1\u03BD\u03AC\u03C9 \u03BA\u03B1\u03BB\u03AC
-icon_stop = Stop
-icon_up = \u03A0\u03AC\u03BD\u03C9
-icon_wizard = \u039C\u03B1\u03B3\u03B5\u03AF\u03B1
-icon_xmag = \u039D\u03B1 \u03C4\u03BF \u03C3\u03C5\u03B6\u03B7\u03C4\u03AE\u03C3\u03BF\u03C5\u03BC\u03B5
-icon_yes = \u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = \u0395\u03C0\u03AD\u03BB\u03B5\u03BE\u03B5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF...
-IconSelectionPlugin.tooltip = <html>\u0395\u03B4\u03CE \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C2 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03B9\u03C2 \u03BC\u03B9\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BC\u03B5 \u03C5\u03C0\u03BF\u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF.</html>
-import = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
-import_linked_branch_no_link = \u039F \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03CC\u03BD.!
-ImportAction.text = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
-ImportBranchAction.text = \u0394\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7 ...
-ImportExplorerFavoritesAction.text = Explorer Favorites...
-ImportFolderStructureAction.text = \u0394\u03BF\u03BC\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD ...
-ImportLinkedBranchAction.text = \u03A3\u03C5\u03BD\u03B4\u03B5\u03BC\u03AD\u03BD\u03B7 \u03B4\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7
-ImportLinkedBranchWithoutRootAction.text = (\u03A3\u03C5\u03BD\u03B4\u03B5\u03BC\u03AD\u03BD\u03B7 \u03B4\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7) \u03C7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03C1\u03C7\u03B9\u03BA\u03CC...
-ImportMindmanagerFiles.text = \u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 MindManager X5 ...
-increase_branch_font_size = \u039C\u03B5\u03B3\u03B1\u03BB\u03CD\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-IncreaseNodeFontAction.text = \u039C\u03B5\u03B3\u03B1\u03BB\u03CD\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-ItalicAction.text = \u03A0\u03BB\u03AC\u03B3\u03B9\u03B1
-italicise_branch = \u039C\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03AE \u03C3\u03B5 \u03C0\u03BB\u03AC\u03B3\u03B9\u03B1
-JoinNodesAction.text = \u03A3\u03C5\u03BD\u03AD\u03BD\u03BD\u03C9\u03C3\u03B7 \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD
-less_than_two_selected_nodes = \u0393\u03B9\u03B1 \u03BD\u03B1 \u03AD\u03C7\u03BF\u03C5\u03BC\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD \u03B4\u03CD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2.
-link_not_available_any_more = \u0397 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03B4\u03B5\u03BD \u03B9\u03C3\u03C7\u03CD\u03B5\u03B9. \u039F \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C6\u03B7\u03BA\u03B5 \u03C3\u03C4\u03BF \u03BC\u03B5\u03C3\u03BF\u03B4\u03B9\u03AC\u03C3\u03C4\u03B7\u03BC\u03B1.
-link_not_found = \u039F \u03B4\u03B5\u03C3\u03BC\u03CC\u03C2 {0} \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5.
-locking_failed_by_open = \u03A4\u03BF \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 {0} \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5. \u03A7\u03C1\u03AE\u03C3\u03B7 \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7.
-locking_failed_by_save_as = \u03A4\u03BF \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 {0} \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5. \u0397 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1 \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2 ... \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.
-locking_old_lock_removed = \u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 {0} \u03BA\u03BB\u03B5\u03B9\u03B4\u03CE\u03B8\u03B7\u03BA\u03B5 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {1}. \u03A4\u03BF \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03B1\u03C6\u03B1\u03B9\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03B3\u03B9\u03B1\u03C4\u03AF \u03AE\u03C4\u03B1\u03BD \u03C0\u03B1\u03BB\u03B9\u03CC.
-long_node_changed_cancel = \u0395\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 ?
-long_node_changed_submit = \u0395\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 ?
-lots_of_links_warning = \u0395\u03C7\u03BF\u03C5\u03BD \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03B7\u03B8\u03B5\u03AF \u03C0\u03BF\u03BB\u03BB\u03BF\u03AF \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03B9 \u03C3\u03C4\u03BF\u03BD \u03AF\u03B4\u03B9\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03C0\u03C1\u03B1\u03B3\u03BC\u03B1\u03C4\u03B9\u03BA\u03AC \u03CC\u03BB\u03B5\u03C2 \u03B1\u03C5\u03C4\u03AD\u03C2 \u03C4\u03B9\u03C2 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2 ?
-map_already_exists = \u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C4\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03BF\u03C5\u03BC\u03B5 ;
-map_corrupted = \u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03BA\u03B1\u03C4\u03B5\u03C3\u03C4\u03C1\u03B1\u03BC\u03AD\u03BD\u03BF. \u0398\u03AD\u03BB\u03B5\u03B9\u03C2 \u03BB\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2 ?
-map_locked_by_open = \u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 {0} \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BB\u03B9\u03B4\u03C9\u03BC\u03AD\u03BD\u03BF \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {1}. \u03A4\u03BF \u03B1\u03BD\u03BF\u03AF\u03B3\u03C9 \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7.
-map_locked_by_save_as = \u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 {0} \u03B5\u03B9\u03BD\u03B1\u03B9 \u03BA\u03BB\u03B5\u03B9\u03B4\u03C9\u03BC\u03AD\u03BD\u03BF \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {1}. \u0397 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1 \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2 ... \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.
-map_not_saved = \u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7.
-menu_attributes = \u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-menu_extras = \u0395\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03B1
-menu_file_import = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
-menu_format = \u039C\u03BF\u03C1\u03C6\u03AE
-menu_insert = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
-menu_navigate = \u03A0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7
-menu_view = \u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE
-mindmap = \u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-mindmaps = \u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
-mindmaps_desc = \u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 (*.mm)
-mode_na = \u03A4\u03C1\u03CC\u03C0\u03BF\u03C2 \u03BC\u03AE \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF\u03C2
-mode_status = \u039F \u03C4\u03C1\u03CC\u03C0\u03BF\u03C2 \u03AC\u03BB\u03BB\u03B1\u03BE\u03B5 \u03C3\u03C4\u03BF  {0}
-mode_title = Freeplane - {0} Mode
-modes = \u03A4\u03C1\u03CC\u03C0\u03BF\u03B9 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = \u03A0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1
-MoveToRootAction.text = \u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03C3\u03C4\u03B7\u03BD \u0391\u03C1\u03C7\u03AE
-NavigationNextMapAction.text = \u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-NavigationPreviousMapAction.text = \u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF \u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-new_mindmap = \u039D\u03AD\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-new_node = \u039D\u03AD\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
-new_node_as_sibling_not_possible_for_the_root = \u039D\u03AD\u03BF\u03C2 \u03C3\u03C5\u03B3\u03B3\u03B5\u03BD\u03AE\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03B1\u03C1\u03C7\u03B9\u03BA\u03CC
-NewChildAction.text = \u039D\u03AD\u03BF\u03C2 \u03B1\u03C0\u03CC\u03B3\u03BF\u03BD\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
-NewMapAction.text = \u039D\u03AD\u03BF
-NewParentNode.text = \u039D\u03AD\u03BF\u03C2 \u03B3\u03BF\u03BD\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
-NewParentNode.tooltip = <html>\u039F\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BA\u03BF\u03BC\u03B2\u03BF\u03B9, \u03C0\u03AC\u03BD\u03B5 \u03C3\u03B5 \u03BD\u03AD\u03BF \u03B3\u03BF\u03BD\u03AD\u03B1.</html>
-NewPreviousSiblingAction.text = \u039D\u03AD\u03BF \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2 \u03B1\u03B4\u03B5\u03C1\u03C6\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
-NewSiblingAction.text = \u039D\u03AD\u03BF\u03C2 \u03B1\u03B4\u03B5\u03C1\u03C6\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
-no = \u039F\u03C7\u03B9
-no_format_copy_before_format_paste = \u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C2 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BA\u03BF\u03BB\u03AE\u03C3\u03B5\u03B9\u03C2 \u03BC\u03AF\u03B1 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03C1\u03B9\u03BD \u03B1\u03BD\u03C4\u03B9\u03B3\u03C1\u03AC\u03C8\u03B5\u03B9\u03C2.
-no_found_from = \u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03C4\u03BF "{0}" \u03B1\u03C0\u03CC \u03C4\u03BF "{1}"
-no_more_found_from = \u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03AC\u03BB\u03BB\u03B1 "{0}" \u03B1\u03C0\u03CC \u03C4\u03BF "{1}".
-no_previous_find = \u0397 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03AE\u03C4\u03B1\u03BD \u03C7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1.
-node = \u039A\u03CC\u03BC\u03B2\u03BF\u03C2
-node_changed_discard_changes = \u0395\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 ?
-NodeBackgroundColorAction.text = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5...
-NodeColorAction.text = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5...
-NodeColorBlendAction.text = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03BC\u03AF\u03BE\u03B7\u03C2
-NodeDownAction.text = \u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03BA\u03AC\u03C4\u03C9
-NodeListAction.text = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BC\u03B5 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7...
-NodeListAction.tooltip = \u0394\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2 \u03BC\u03B5 \u03C4\u03B9\u03C2 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B5\u03C2 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2/\u03BC\u03B5\u03C4\u03B1\u03B2\u03BF\u03BB\u03AE\u03C2.
-NodeShapeAction.bubble.text = \u03A6\u03BF\u03CD\u03C3\u03BA\u03B1
-NodeShapeAction.fork.text = \u0394\u03B9\u03C7\u03AC\u03BB\u03B1- Fork
-NodeUpAction.text = \u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03C0\u03AC\u03BD\u03C9
-nonboldify_branch = \u03B1\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03AD\u03BD\u03C4\u03BF\u03BD\u03BF\u03C5
-nonitalicise_branch = \u03B1\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C0\u03BB\u03B1\u03B3\u03AF\u03C9\u03BD
-normal = \u03A3\u03C5\u03BD\u03AE\u03B8\u03B7\u03C2
-not_saved_for_link_error = \u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03B8\u03B5\u03AF, \u03C0\u03C1\u03B9\u03BD \u03BD\u03B1 \u03BC\u03C0\u03BF\u03C1\u03AD\u03C3\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03B3\u03C1\u03B1\u03C6\u03B9\u03BA\u03AC
-ok = \u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-OKAction.text = \u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-OpenAction.text = \u0391\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1...
-option_changes_may_require_restart = \u0393\u03B9\u03B1 \u03BD\u03B1 \u03B4\u03B5\u03AF\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2, \u03BC\u03AC\u03BB\u03BB\u03BF\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B1\u03BD\u03B1\u03BE\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF  Freeplane.
-OptionPanel.absolute = \u0391\u03C0\u03CC\u03BB\u03C5\u03C4\u03BF
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = \u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7\u03C2
-OptionPanel.antialias = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7
-OptionPanel.antialias.tooltip = <html>\u039A\u03B1\u03B8\u03BF\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C4\u03B7\u03BD \u03C0\u03BF\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C4\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2. \u0391\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF \u03CC\u03BC\u03C9\u03C2 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03BF \u03C7\u03C1\u03CC\u03BD\u03BF .</html>
-OptionPanel.antialias_all = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u039F\u03BB\u03B1
-OptionPanel.antialias_edges = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-OptionPanel.antialias_none = \u03A7\u03C9\u03C1\u03AF\u03C2 \u03BF\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7
-OptionPanel.Appearance = \u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7
-OptionPanel.ar = Ar
-OptionPanel.as_parent = \u03A9\u03C2 \u03B3\u03BF\u03BD\u03AD\u03B1\u03C2
-OptionPanel.automatic = \u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03BF
-OptionPanel.automaticFormat_level = \u03A4\u03C1\u03CC\u03C0\u03BF\u03B9 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7\u03C2
-OptionPanel.automaticFormat_level1 = \u039C\u03BF\u03C1\u03C6\u03AE \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03CD \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.automaticFormat_level2 = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03B5\u03C0\u03B9\u03C0\u03AD\u03B4\u03BF\u03C5 1
-OptionPanel.Behaviour = \u03A3\u03C5\u03BC\u03C0\u03B5\u03C1\u03B9\u03C6\u03BF\u03C1\u03AC
-OptionPanel.bezier = Bezier[translate me]
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.Cancel = \u0391\u03BA\u03C5\u03C1\u03BF
-OptionPanel.childpattern = \u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03B1\u03C0\u03CC\u03B3\u03BF\u03BD\u03BF\u03C2
-OptionPanel.childpattern.tooltip = \u03A4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03B8\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03C3\u03C4\u03B5\u03AF \u03C3\u03B5 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2.
-OptionPanel.clear_all_setters = \u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
-OptionPanel.clear_all_setters.tooltip = \u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF / \u0391\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03C4\u03B9\u03C2 \u03B5\u03BD\u03B4\u03B5\u03B9\u03BE\u03B5\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD.
-OptionPanel.combined = \u03A3\u03C5\u03BD\u03B4\u03C5\u03B1\u03C3\u03BC\u03CC\u03C2
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
-OptionPanel.default_browser_command_mac = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE\u03C2 \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> \u03BA\u03B1\u03B9 MAC: (\u03C7\u03AC\u03C1\u03B9\u03C2 \u03C3\u03C4\u03BF\u03BD Nick!)</html>
-OptionPanel.default_browser_command_other_os = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE\u03C2 \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Os
-OptionPanel.default_browser_command_other_os.tooltip = <html> \u03A3\u03C5\u03BD\u03AE\u03B8\u03C9\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9  Linux:</html>
-OptionPanel.default_browser_command_windows_9x = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>\u0393\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD Windows (\u03C4\u03B1 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 "" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C0\u03B1\u03C1\u03B1\u03AF\u03C4\u03B7\u03C4\u03B1 \u03C3\u03B5 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD\u03C2, \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD  "=" \u03C3\u03C4\u03BF URL).</html>
-OptionPanel.default_browser_command_windows_nt = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>\u0393\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD Windows (\u03C4\u03B1 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 "" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C0\u03B1\u03C1\u03B1\u03AF\u03C4\u03B7\u03C4\u03B1 \u03C3\u03B5 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD\u03C2, \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD  "=" \u03C3\u03C4\u03BF URL).</html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2
-OptionPanel.delete_automatic_saves_at_exit = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C4\u03C9\u03BD \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03BC\u03AD\u03C9\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03AD\u03BE\u03BF\u03B4\u03BF
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html>\u0391\u03BD \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03BF\u03CD\u03BD \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03BC\u03B5\u03C4\u03AC \u03B1\u03C0\u03CC \u03BC\u03AF\u03B1 \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03AE \u03AD\u03BE\u03BF\u03B4\u03BF \u03B1\u03C0\u03CC \u03C4\u03BF Freeplane, \u03B7 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B7 \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AE \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03C4\u03B9\u03BC\u03AE true</html>
-OptionPanel.disable_cursor_move_paper = \u0391\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7\u03C2 \u03A7\u03B1\u03C1\u03C4\u03B9\u03BF\u03CD \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03AD\u03C1\u03C3\u03BF\u03C1\u03B1
-OptionPanel.disable_cursor_move_paper.tooltip = <html>\u039C\u03AE\u03BD \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9\u03C2 'move' \u03BA\u03B5\u03C1\u03C3\u03BF\u03C1, \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B4\u03B5\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BD\u03B5\u03C1\u03B3\u03B5\u03B9\u03CE\u03BD \u03C7\u03B1\u03C1\u03C4\u03B9\u03BF\u03CD</html>
-OptionPanel.edgecolor = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-OptionPanel.edgecolor.tooltip = \u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03BD \u03C0\u03B1\u03C4\u03C1\u03B9\u03BA\u03CC \u03BA\u03CC\u03BC\u03B2\u03BF (\u03B9\u03C3\u03C7\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2)
-OptionPanel.edgestyle = \u03A4\u03CD\u03C0\u03BF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-OptionPanel.edgestyle.tooltip = \u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03BD \u03C0\u03B1\u03C4\u03C1\u03B9\u03BA\u03CC \u03BA\u03CC\u03BC\u03B2\u03BF (\u03B9\u03C3\u03C7\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2)
-OptionPanel.edgewidth = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-OptionPanel.edgewidth.tooltip = \u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03BD \u03C0\u03B1\u03C4\u03C1\u03B9\u03BA\u03CC \u03BA\u03CC\u03BC\u03B2\u03BF (\u03B9\u03C3\u03C7\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2)
-OptionPanel.el = El
-OptionPanel.el__enter_confirms_by_default = \u03A4\u03BF \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF Enter \u03C3\u03B7\u03BC\u03B1\u03AF\u03BD\u03B5\u03B9 \u03B5\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7
-OptionPanel.el__max_default_window_height = \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03CD\u03C8\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
-OptionPanel.el__max_default_window_width = \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
-OptionPanel.el__min_default_window_height = \u0395\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF \u03CD\u03C8\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
-OptionPanel.el__min_default_window_width = \u0395\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
-OptionPanel.el__position_window_below_node = \u03A4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B9\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5 \u03BA\u03AC\u03C4\u03C9 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF.
-OptionPanel.en = En
-OptionPanel.Environment = \u03A0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = \u03A0\u03B5\u03B9\u03C1\u03B1\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
-OptionPanel.experimental_file_locking_on.tooltip = <html> \u03A0\u03B5\u03B9\u03C1\u03B1\u03BC\u03B1\u03C4\u03B9\u03BA\u03AE \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1</html>
-OptionPanel.export_icons_in_html = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03C9\u03BD \u03C9\u03C2 Html
-OptionPanel.export_icons_in_html.tooltip = <html> \u039F\u03C1\u03B9\u03C3\u03B5 \u03B1\u03BD \u03C3\u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03B3\u03CC\u03BC\u03B5\u03BD\u03B1 HTML \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1. \u03A4\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1 \u03BC\u03B5 \u03C4\u03B1 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03CC\u03C4\u03B9 \u03BF\u03B9 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03B9 \u03B4\u03B5\u03BD \u03B4\u03B5\u03AF\u03C7\u03BD\u03BF\u03C5\u03BD \u03C3\u03C9\u03C3\u03C4\u03AC \u03C3\u03C4\u03BF \u03C0\u03B1\u03C1\u03B1\u03B3\u03CC\u03BC\u03B5\u03BD\u03BF HTML..</html>
-OptionPanel.Files = \u0391\u03C1\u03C7\u03B5\u03AF\u03B1
-OptionPanel.first = \u03A0\u03C1\u03CE\u03C4\u03BF
-OptionPanel.foldingsymbolwidth = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C3\u03C5\u03BC\u03B2\u03CC\u03BB\u03BF\u03C5 \u03C3\u03CD\u03BC\u03C0\u03C4\u03B9\u03BE\u03B7\u03C2
-OptionPanel.foldingsymbolwidth.tooltip = <html>\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C4\u03BF\u03C5 \u03BA\u03CD\u03BA\u03BB\u03BF\u03C5 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7\u03C2</html>
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u0392\u03B1\u03C3\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B5\u03C2
-OptionPanel.html_export_fold_all = \u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7/\u03B4\u03AF\u03C0\u03BB\u03C9\u03BC\u03B1 \u03CC\u03BB\u03C9\u03BD
-OptionPanel.html_export_fold_currently_folded = \u039A\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7\u03C2 \u03CC\u03C0\u03C9\u03C2 \u03C4\u03CE\u03C1\u03B1
-OptionPanel.html_export_folding = \u0391\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE Html
-OptionPanel.html_export_no_folding = \u03A7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7
-OptionPanel.hu = Hu
-OptionPanel.icon = \u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF
-OptionPanel.icon.tooltip = \u0391\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03C3\u03C4\u03B5\u03AF, \u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B8\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03B1\u03BA\u03C1\u03B9\u03B2\u03CE\u03C2 \u03B1\u03C5\u03C4\u03AE \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = \u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03AE\u03C3\u03B5\u03B9\u03C2
-OptionPanel.ko = Kr
-OptionPanel.label_font_size = \u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
-OptionPanel.language = \u0393\u03BB\u03CE\u03C3\u03C3\u03B1
-OptionPanel.language.tooltip = <html>\u0391\u03C5\u03C4\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1. '\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03BF' \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03B6\u03B5\u03B9 \u03BD\u03B1 \u03C6\u03BF\u03C1\u03C4\u03CE\u03C3\u03B5\u03B9 \u03C4\u03B7 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03C4\u03BF\u03C5 \u03C4\u03C1\u03AD\u03C7\u03BF\u03BD\u03C4\u03BF\u03C2 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7. </html>
-OptionPanel.last = \u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF
-OptionPanel.last_opened_list_length = \u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2 \u03C0\u03C1\u03BF\u03C3\u03C6\u03AC\u03C4\u03C9\u03BD
-OptionPanel.links = \u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
-OptionPanel.links.tooltip = <html>\u039F\u03C1\u03AF\u03B6\u03B5\u03B9 \u03B4\u03B5\u03C3\u03BC\u03CC, \u03B5\u03AF\u03C4\u03B5 \u03B1\u03C0\u03CC\u03BB\u03C5\u03C4\u03B1 \u03AE \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC</html>
-OptionPanel.load_last_map = \u0391\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03C4\u03BF \u03C4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-OptionPanel.load_last_map.tooltip = <html>\u039F\u03C4\u03B1\u03BD \u03C4\u03BF Freeplane \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC, \u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C4\u03BF \u03C4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1, \u03B1\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03B5\u03AF.</html>
-OptionPanel.lookandfeel = \u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7
-OptionPanel.lookandfeel.tooltip = <html>\u0397 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7. \u03A5\u03C0\u03BF\u03C3\u03C4\u03B7\u03C1\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 'metal','windows','motif', 'gtk', 'mac' \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u03BC\u03CC\u03BD\u03BF \u03C3\u03B5 MacOS. \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C3\u03B7\u03BC\u03B1\u03AF\u03BD\u03B5\u03B9, \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF!. \u0391\u03BD  \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03B4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2, \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 class \u03B5\u03B4\u03CE \u03BA\u03B1\u03B9 \u03B2\u03B5\u03B2\u03B1\u03B9\u03C9\u03B8\u03B5\u03AF\u03C4\u03B5 \u03CC\u03C4\u03B9 \u03C4\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC jar \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B1. \u0391\u03BD \u03C5\u03C0\u03AC\u03C1\u03BE\u03B5\u03B9 \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1, \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 'nothing' . \u0394\u03BF\u03C5\u03BB\u03B5\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03BC\u03B5 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AF\u03B4\u03B9\u03B1</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = \u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.max_node_width.tooltip = <html>\u03A4\u03BF \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 (\u03C3\u03B5 pixels) </html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodebackgroundcolor.tooltip = \u039F\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodecolor = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = \u0388\u03BD\u03C4\u03BF\u03BD\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-OptionPanel.nodefontitalic = \u03A0\u03BB\u03AC\u03B3\u03B9\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-OptionPanel.nodefontname = \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodefontsize = \u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodeshape = \u03A4\u03CD\u03C0\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = \u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = \u03A4\u03AF\u03C0\u03BF\u03C4\u03B5
-OptionPanel.number_of_different_files_for_automatic_save = \u0391\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03CE\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2.  \u0397 \u03C0\u03C1\u03CE\u03C4\u03B7 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CE\u03C4\u03BF, \u03BA\u03B1\u03B9 \u03BF\u03CD\u03C4\u03C9 \u03BA\u03B1\u03B8\u03B5\u03BE\u03AE\u03C2, \u03B7 n+1-\u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03BE\u03B1\u03BD\u03B1\u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CE\u03C4\u03BF (\u03BA\u03C5\u03BA\u03BB\u03B9\u03BA\u03AC)</html>
-OptionPanel.OK = \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
-OptionPanel.patternname = \u039F\u03BD\u03BF\u03BC\u03B1
-OptionPanel.patternname.tooltip = \u039C\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C0\u03C1\u03BF\u03C4\u03CD\u03C0\u03BF\u03C5
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = \u03A4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B7\u03C3\u03B5 \u03BD\u03AD\u03B5\u03C2 \u03B4\u03B9\u03B1\u03BA\u03BB\u03B1\u03B4\u03CE\u03C3\u03B5\u03B9\u03C2
-OptionPanel.placenewbranches.tooltip = <html>\u0395\u03B4\u03CE \u03C4\u03BF\u03C0\u03BF\u03B8\u03B5\u03C4\u03B5\u03AF\u03C2 \u03BD\u03AD\u03B5\u03C2 \u03B4\u03B9\u03B1\u03BA\u03BB\u03B1\u03B4\u03CE\u03C3\u03B5\u03B9\u03C2. \u0395\u03B3\u03BA\u03C5\u03C1\u03B5\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 'first' \u03BA\u03B1\u03B9 'last' </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = \u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC
-OptionPanel.ru = Ru
-OptionPanel.selection_method = \u039C\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
-OptionPanel.selection_method.tooltip = <html> \u03BC\u03B5 \u03C4\u03BF\u03BD \u03B4\u03B9\u03B1\u03BA\u03CC\u03C0\u03C4\u03B7 \u03B1\u03C5\u03C4\u03CC\u03BD, \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B1\u03B9/\u03B1\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B1\u03B9 \u03B7 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03B5\u03C1\u03B7\u03BC\u03AD\u03BD\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2. \u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2. \u039C\u03B7\u03BD \u03C4\u03BF \u03BC\u03B5\u03C4\u03B1\u03B2\u03AC\u03BB\u03B5\u03C4\u03B5 \u03B3\u03B9\u03B1\u03C4\u03AF \u03B8\u03B1 \u03C3\u03C9\u03B8\u03B5\u03AF \u03C3\u03C4\u03BF auto.properties \u03C3\u03B5 \u03BA\u03AC\u03B8\u03B5 \u03C0\u03B5\u03C1\u03AF\u03C0\u03C4\u03C9\u03C3\u03B7.</html>
-OptionPanel.selection_method_by_click = \u039C\u03B5 \u03BA\u03BB\u03B9\u03BA
-OptionPanel.selection_method_delayed = \u039A\u03B1\u03B8\u03C5\u03C3\u03C4\u03B5\u03C1\u03B7\u03BC\u03AD\u03BD\u03B7
-OptionPanel.selection_method_direct = \u0391\u03BC\u03B5\u03C3\u03B7
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1
-OptionPanel.separator.anti_alias = \u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7
-OptionPanel.separator.attributes = \u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-OptionPanel.separator.automatic_save = \u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
-OptionPanel.separator.behaviour = \u03A3\u03C5\u03BC\u03C0\u03B5\u03C1\u03B9\u03C6\u03BF\u03C1\u03AC
-OptionPanel.separator.browser = \u03A6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE\u03C2
-OptionPanel.separator.commands_for_the_program = \u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03B1
-OptionPanel.separator.default_fonts = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AD\u03C2
-OptionPanel.separator.default_styles = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03A3\u03C4\u03CD\u03BB
-OptionPanel.separator.EdgeControls = \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-OptionPanel.separator.edit_long_node_window = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
-OptionPanel.separator.files = \u0391\u03C1\u03C7\u03B5\u03AF\u03B1
-OptionPanel.separator.General = \u0393\u03B5\u03BD\u03B9\u03BA\u03AC
-OptionPanel.separator.html_export = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE Html
-OptionPanel.separator.hyperlink_types = \u0395\u03AF\u03B4\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03C9\u03BD
-OptionPanel.separator.icon_properties = \u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1
-OptionPanel.separator.initial_map_size = \u0391\u03C1\u03C7\u03B9\u03BA\u03CC \u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-OptionPanel.separator.key_typing = \u03A3\u03C5\u03BD\u03C4\u03BF\u03BC\u03B5\u03CD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03C9\u03BD
-OptionPanel.separator.language = \u0393\u03BB\u03CE\u03C3\u03C3\u03B1
-OptionPanel.separator.look_and_feel = \u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7
-OptionPanel.separator.new_node_commands = \u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03BD\u03AD\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.separator.node_editing_commands = \u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.separator.node_navigation_commands = \u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03C0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.separator.NodeColors = \u03A7\u03C1\u03CE\u03BC\u03B1\u03C4\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.separator.NodeFont = \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.separator.other_defaults = \u0391\u03BB\u03BB\u03B5\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2
-OptionPanel.separator.others = \u0386\u03BB\u03BB\u03B5\u03C2 \u03C3\u03C7\u03AD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03C9\u03BD
-OptionPanel.separator.patterns = \u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1
-OptionPanel.separator.save = \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = \u039C\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
-OptionPanel.separator.undo = \u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
-OptionPanel.set_property_text = \u0391\u03BB\u03BB\u03B1\u03B3\u03AE
-OptionPanel.set_property_text.tooltip = \u039A\u03B5\u03BD\u03CC: \u039C\u03AE\u03BD \u03B1\u03B3\u03B3\u03AF\u03B6\u03B5\u03C4\u03B5, \u039C\u03B5\u03AF\u03BF\u03BD=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B9\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2 (\u03C3\u03B5 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2), \u03A3\u03CD\u03BD=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03B9\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2
-OptionPanel.sharp_bezier = \u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF bezier
-OptionPanel.sharp_linear = \u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF \u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03BA\u03CC
-OptionPanel.show_icon_for_attributes = \u0394\u03B5\u03AF\u03BE\u03B5 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1 \u03B3\u03B9\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = \u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5
-OptionPanel.standardbackgroundcolor.tooltip = <html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03C3\u03B5  \u03BC\u03BF\u03C1\u03C6\u03AE html </html>
-OptionPanel.standardcloudcolor = \u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2
-OptionPanel.standardcloudcolor.tooltip = <html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2 \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE html</html>
-OptionPanel.standardcloudestyle = \u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03C4\u03CD\u03BB \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2
-OptionPanel.standardcloudestyle.tooltip = <html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03BF \u03C3\u03C4\u03CD\u03BB \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2. \u03A0\u03C1\u03CC\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD \u03C5\u03C0\u03BF\u03C3\u03B7\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03BF \u03C4\u03CD\u03C0\u03BF\u03C2 'bezier' </html>
-OptionPanel.standardlinkcolor = \u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
-OptionPanel.standardlinkcolor.tooltip = <html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE  html </html>
-OptionPanel.standardlinkestyle = \u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03C4\u03C5\u03BB \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
-OptionPanel.standardlinkestyle.tooltip = <html>\u039F \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C2 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD. currently, \u03A0\u03C1\u03CC\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD \u03C5\u03C0\u03BF\u03C3\u03B7\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03BF \u03C4\u03CD\u03C0\u03BF\u03C2 'bezier' </html>
-OptionPanel.standardselectednodecolor = \u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03BF \u03C7\u03C1\u03CE\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-OptionPanel.standardselectednodecolor.tooltip = <html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03B1\u03BD \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03BF\u03C5\u03BC\u03B5. \u039C\u03BF\u03C1\u03C6\u03AE html  (#RRGGBB \u03BC\u03B5 \u03B4\u03B5\u03BA\u03B1\u03B5\u03BE\u03B1\u03B4\u03B9\u03BA\u03AD\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2) </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = \u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\u03C2
-OptionPanel.time_for_automatic_save.tooltip = <html> \u03C7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03B1\u03BD\u03AC\u03BC\u03B5\u03C3\u03B1 \u03C3\u03B5 \u03B4\u03CD\u03BF \u03B4\u03B9\u03B1\u03B4\u03BF\u03C7\u03B9\u03BA\u03AD\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B5\u03C2 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C3\u03B5\u03B9\u03C2  (\u03C3\u03B5 msec): \u0393\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\u03C2, \u03B4\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C4\u03B9\u03BC\u03AE 2000000000.</html>
-OptionPanel.time_for_delayed_selection = \u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03B5\u03C1\u03B7\u03BC\u03AD\u03BD\u03B7\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
-OptionPanel.time_for_delayed_selection.tooltip = <html> \u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03AD\u03C1\u03B7\u03C3\u03B7\u03C2, \u03CC\u03C4\u03B1\u03BD \u03C4\u03BF \u03C0\u03BF\u03BD\u03C4\u03AF\u03BA\u03B9 \u03C0\u03AC\u03B5\u03B9 \u03C0\u03AC\u03BD\u03C9 \u03C3\u03C4\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF, \u03BC\u03AD\u03C7\u03C1\u03B9 \u03BD\u03B1 \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 (in msec). \u039C\u03B5 \u03C4\u03B9\u03BC\u03AE 1, \u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C7\u03C9\u03C1\u03AF\u03C2 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03AD\u03C1\u03B7\u03C3\u03B7.</html>
-OptionPanel.toolTipManager.max_tooltip_width = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C3\u03C5\u03BC\u03B2\u03BF\u03C5\u03BB\u03AE\u03C2
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>\u03A4\u03BF \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03C3\u03C5\u03BC\u03B2\u03BF\u03C5\u03BB\u03AE\u03C2 (\u03C3\u03B5 pixels).</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = \u039C\u03AE \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-OptionPanel.undo_levels = \u0395\u03C0\u03AF\u03C0\u03B5\u03B4\u03B1/\u0392\u03AE\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7\u03C2
-OptionPanel.undo_levels.tooltip = <html>\u039A\u03B1\u03B8\u03BF\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C0\u03CC\u03C3\u03B1 \u03B2\u03AE\u03BC\u03B1\u03C4\u03B1 \u03BC\u03C0\u03BF\u03C1\u03BF\u03CD\u03BD \u03BD\u03B1 \u03B1\u03BD\u03B1\u03B9\u03C1\u03B5\u03B8\u03BF\u03CD\u03BD \u03C3\u03C4\u03B7\u03BD \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE "\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7".</html>
-OptionPanel.vi = Vi[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-out_of_memory = Out of memory.[translate me]
-PageAction.text = \u0394\u03B9\u03B1\u03BC\u03CC\u03C1\u03C6\u03C9\u03C3\u03B7 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2...
-PasteAction.text = \u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03B7\u03C3\u03B7
-PatternNewNameProperty = \u039D\u03AD\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF
-PatternToString.backgroundColor = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5
-PatternToString.color = \u03A7\u03C1\u03CE\u03BC\u03B1
-PatternToString.EdgeStyle = \u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-PatternToString.EdgeWidth = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
-PatternToString.FontBold = \u00A8\u0395\u03BD\u03C4\u03BF\u03BD\u03B1
-PatternToString.Icon = \u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF
-PatternToString.NodeFontSize = \u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
-plugins/ScriptEditor.exit = \u0395\u03BE\u03BF\u03B4\u03BF\u03C2
-plugins/ScriptEditor.menu_actions = \u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
-plugins/ScriptEditor.run = \u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7
-plugins/ScriptEditor/window.Result = \u0391\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1:
-plugins/ScriptEditor/window.title = \u03A3\u03C5\u03BD\u03C4\u03AC\u03BA\u03C4\u03B7\u03C2 \u03B4\u03AD\u03C3\u03BC\u03B7\u03C2 \u03B5\u03BD\u03C4\u03BF\u03BB\u03CE\u03BD
-plugins/TimeList.xml_Created = \u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5
-plugins/TimeList.xml_Date = \u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
-plugins/TimeList.xml_Icons = \u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1
-plugins/TimeList.xml_Modified = \u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03B9\u03AE\u03B8\u03B7\u03BA\u03B5
-plugins/TimeList.xml_Notes = \u03A3\u03B7\u03BC\u03B5\u03B9\u03CE\u03C3\u03B5\u03B9\u03C2
-plugins/TimeList.xml_Text = \u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF
-plugins/TimeManagement.xml_appendButton = \u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2 \u03C3\u03C4\u03BF\u03C5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2
-plugins/TimeManagement.xml_Cancel = \u0391\u03BA\u03C5\u03C1\u03BF
-plugins/TimeManagement.xml_cancelButton = \u0391\u03BA\u03C5\u03C1\u03BF
-plugins/TimeManagement.xml_closeButton = \u039A\u03BB\u03B5\u03AF\u03C3\u03B5
-plugins/TimeManagement.xml_Export = \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD
-plugins/TimeManagement.xml_Find = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7
-plugins/TimeManagement.xml_Goto = \u03A0\u03AE\u03B3\u03B1\u03B9\u03BD\u03B5
-plugins/TimeManagement.xml_hour = \u03A9\u03C1\u03B1:
-plugins/TimeManagement.xml_menu_actions = \u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
-plugins/TimeManagement.xml_minute = \u039B\u03B5\u03C0\u03C4\u03CC:
-plugins/TimeManagement.xml_reminderButton = \u03A5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03C3\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>\u039F\u03C4\u03B1\u03BD \u03C4\u03BF \u03C0\u03B1\u03C4\u03AE\u03C3\u03B5\u03C4\u03B5, \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03AE\u03C4\u03B1\u03B9 \u03AD\u03BD\u03B1 \u03C7\u03C1\u03BF\u03BD\u03CC\u03BC\u03B5\u03C4\u03C1\u03BF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5. \u0398\u03B1 \u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03AE\u03C4\u03B5 \u03BC\u03B5 \u03B1\u03C0\u03B1\u03C3\u03C4\u03C1\u03AC\u03C0\u03C4\u03C9\u03BD \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF.<br>\u0395\u03AC\u03BD \u03BA\u03BB\u03B5\u03AF\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1, \u03C4\u03BF \u03C7\u03C1\u03BF\u03BD\u03CC\u03BC\u03B5\u03C4\u03C1\u03BF \u03B8\u03B1 \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03B5\u03AF \u03C4\u03B7\u03BD \u03B5\u03C0\u03CC\u03BC\u03B5\u03BD\u03B7 \u03C6\u03BF\u03C1\u03AC \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03C4\u03BF \u03B1\u03BD\u03BF\u03AF\u03BE\u03B5\u03C4\u03B5.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>\u03A0\u03C1\u03BF\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BF\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03BC\u03AF\u03B1 \u03BC\u03CC\u03BD\u03BF \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03B1\u03BD\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF. <br>\u0397 \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7  \u03BF\u03C1\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03B3\u03B9\u03B1 {0,date} {0,time}, \u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03B1\u03C2 \u03AE\u03C4\u03B1\u03BD {1,date} {1,time}. <br><br>\u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C7\u03C1\u03CC\u03BD\u03BF \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7\u03C2 (\u039D\u03B1\u03AF) <br>\u03AE \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5  \u03BD\u03B1 \u03BA\u03C1\u03B1\u03C4\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B1\u03BB\u03B9\u03CC (\u039F\u03C7\u03B9);</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = \u03A5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03B3\u03B9\u03B1 \u03C4\u03B9\u03C2  {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7\u03C2
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03C5\u03C0\u03B5\u03BD\u03B8\u03C5\u03BC\u03AF\u03C3\u03B5\u03C9\u03BD \u03C0\u03BF\u03C5 \u03C3\u03C7\u03B5\u03C4\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF.
-plugins/TimeManagement.xml_Replace = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
-plugins/TimeManagement.xml_Replace_All = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
-plugins/TimeManagement.xml_Replace_Selected = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD
-plugins/TimeManagement.xml_Select = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
-plugins/TimeManagement.xml_todayButton = \u03A3\u03AE\u03BC\u03B5\u03C1\u03B1
-plugins/TimeManagement.xml_WindowTitle = \u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C5
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
-preferences = \u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03B9\u03C2
-PrintDirectAction.text = \u0395\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7...
-printing_settings = \u039A\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03B5\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7\u03C2
-PrintPreviewAction.text = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B9\u03C3\u03B7 \u03B5\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7\u03C2...
-PropertyAction.text = \u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03B9\u03C2 ...
-QuitAction.text = \u0395\u03BE\u03BF\u03B4\u03BF\u03C2
-read_only = \u039C\u03CC\u03BD\u03BF \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7
-RedoAction.text = \u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
-RedoFilterAction.text = \u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
-ReminderHookAction.text = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7\u03C2
-ReminderHookAction.tooltip = \u0391\u03C6\u03B1\u03B9\u03C1\u03B5\u03AF \u03C4\u03B7\u03BD \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03B1\u03C0\u03CC \u03AD\u03BD\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF.
-RemoveAllIconsAction.text = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03C9\u03BD
-RemoveIconAction.text = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03BF\u03C5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03BF\u03C5
-repair_link = \u0395\u03C0\u03B9\u03C3\u03BA\u03B5\u03C5\u03AE \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD
-repair_link_question = \u0394\u03B5\u03BD \u03BC\u03C0\u03CC\u03C1\u03B5\u03C3\u03B1 \u03BD\u03B1 \u03B1\u03BD\u03BF\u03AF\u03BE\u03C9 \u03C4\u03BF \u03C3\u03C5\u03BD\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1. \u039D\u03B1 \u03BA\u03AC\u03BD\u03BF\u03C5\u03BC\u03B5 \u03B5\u03C0\u03B9\u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7 ;
-replace = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
-ResetNodeLocationAction.text = \u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03B8\u03AD\u03C3\u03B7\u03C2
-save_failed = \u0397 \u03C0\u03C1\u03BF\u03C3\u03C0\u03AC\u03B8\u03B5\u03B9\u03B1 \u03B3\u03B9\u03B1 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C4\u03BF\u03C5 {0} \u03B4\u03B5\u03BD \u03AE\u03C4\u03B1\u03BD \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03AE\u03C2.
-save_unsaved = \u039D\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03C4\u03B5\u03AF \u03C4\u03BF \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 ; :
-SaveAction.text = \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
-SaveAll.text = \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
-SaveAll.tooltip = \u0391\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03B5\u03B9 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03AC \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1.
-SaveAsAction.text = \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2...
-saved = \u0391\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03BC\u03AD\u03BD\u03BF
-scheme_evaluate = \u0391\u03C0\u03BF\u03C4\u03AF\u03BC\u03B7\u03C3\u03B7!
-ScriptEditor.text = \u03A3\u03C5\u03BD\u03C4\u03AC\u03BA\u03C4\u03B7\u03C2 \u03B4\u03AD\u03C3\u03BC\u03B7\u03C2 \u03B5\u03BD\u03C4\u03BF\u03BB\u03CE\u03BD...
-ScriptEditor.tooltip = \u0395\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03B9 \u03C4\u03B7 \u03C3\u03C5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE \u03BC\u03B1\u03BA\u03C1\u03BF\u03C3\u03BA\u03B5\u03BB\u03CE\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B4\u03AD\u03C3\u03BC\u03B7\u03C2 \u03B5\u03BD\u03C4\u03BF\u03BB\u03CE\u03BD \u03C3\u03C4\u03BF Freeplane.
-ScriptEditorPanel.changed_cancel = \u039F\u03B9 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03AC\u03BB\u03BB\u03B1\u03BE\u03B1\u03BD. \u0398\u03AD\u03BB\u03B5\u03B9\u03C2 \u03BD\u03B1 \u03B1\u03C0\u03BF\u03C1\u03AF\u03C8\u03B5\u03B9\u03C2 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2;
-select_favorites_folder = \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF \u03C0\u03BF\u03C5 \u03B2\u03C1\u03AF\u03C3\u03BA\u03BF\u03BD\u03C4\u03B1\u03B9 "\u03A4\u03B1 \u03B1\u03B3\u03B1\u03C0\u03B7\u03BC\u03AD\u03BD\u03B1 " \u03C3\u03B1\u03C2
-select_folder_for_importing = \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03B5\u03B9\u03C3\u03AC\u03B3\u03BF\u03C5\u03BC\u03B5
-SelectAllAction.text = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AE
-SelectBranchAction.text = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BC\u03C6\u03B1\u03BD\u03BF\u03CD\u03C2 \u03BA\u03BB\u03AC\u03B4\u03BF\u03C5
-selection_method_by_click = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03B5 \u03BC\u03BF\u03BD\u03CC \u03BA\u03BB\u03B9\u03BA
-selection_method_delayed = \u039A\u03B1\u03B8\u03C5\u03C3\u03C4\u03AD\u03C1\u03B9\u03C3\u03B7 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
-selection_method_direct = \u0394\u03B5\u03AF\u03BE\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5
-SelectNoteAction.text = \u0394\u03B9\u03B1\u03BA\u03CC\u03C0\u03C4\u03B7\u03C2 \u03C3\u03CD\u03BD\u03C4\u03B1\u03BE\u03B7\u03C2 \u03C3\u03B7\u03BC\u03B5\u03B9\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2
-SelectNoteAction.tooltip = \u0394\u03B9\u03B1\u03BA\u03CC\u03C0\u03C4\u03B7\u03C2 \u03B3\u03B9\u03B1 \u03B1\u03C0\u03CC\u03BA\u03C1\u03B9\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF \u03C3\u03B7\u03BC\u03B5\u03B9\u03CE\u03C3\u03B5\u03C9\u03BD
-SetImageByFileChooserAction.text = \u0395\u03B9\u03BA\u03CC\u03BD\u03B1 ...
-SetLinkByFileChooserAction.text = \u0394\u03B5\u03C3\u03BC\u03CC\u03C2 (\u0393\u03C1\u03B1\u03C6\u03B9\u03BA\u03AE \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD) ...
-SetLinkByTextFieldAction.text = \u0394\u03B5\u03C3\u03BC\u03CC\u03C2 (\u03A0\u03B5\u03B4\u03AF\u03BF \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5) ...
-ShowAllAttributesAction.text = \u0394\u03B5\u03AF\u03BE\u03B5 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-ShowAncestorsAction.text = \u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2
-ShowAttributeDialogAction.text = \u0394\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
-ShowDescendantsAction.text = \u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2
-ShowHideNoteAction.text = \u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B5/\u039A\u03C1\u03CD\u03C8\u03B5 \u03C4\u03BF \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF \u03C3\u03B7\u03BC\u03B5\u03AF\u03C9\u03C3\u03B7\u03C2
-ShowHideNoteAction.tooltip = \u0395\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03B5\u03BD\u03BF\u03CD \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03BC\u03B9\u03BA\u03C1\u03AC \u03B2\u03AD\u03BB\u03B7 \u03C3\u03C4\u03B7 \u03B4\u03B9\u03B1\u03C7\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE.
-ShowSelectedAttributesAction.text = \u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
-simplyhtml.aboutFrameTitle = \u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
-simplyhtml.alignCenter = \u03BA\u03AD\u03BD\u03C4\u03C1\u03BF
-simplyhtml.alignLabel = \u03A3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7:
-simplyhtml.alignLeft = \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
-simplyhtml.alignRight = \u03B4\u03B5\u03BE\u03B9\u03AC
-simplyhtml.allCellsRangeLabel = \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03BA\u03B5\u03BB\u03B9\u03AC
-simplyhtml.allOccurrencesReplaced = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03B1\u03C3\u03C4\u03AC\u03B8\u03B7\u03BA\u03B5 \u03C3\u03B5 \u03CC\u03BB\u03B5\u03C2 \u03C4\u03B9\u03C2 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C4\u03BF\u03C5
-simplyhtml.appendTableColLabel = \u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2
-simplyhtml.appendTableRowLabel = \u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
-simplyhtml.applyCellAttrLabel = \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C3\u03B5
-simplyhtml.backgroundLabel = \u03A5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF:
-simplyhtml.boldItalicName = \u03AD\u03BD\u03C4\u03BF\u03BD\u03B1 \u03C0\u03BB\u03AC\u03B3\u03B9\u03B1
-simplyhtml.boldName = \u03AD\u03BD\u03C4\u03BF\u03BD\u03B1
-simplyhtml.borderColorLabel = \u03A7\u03C1\u03CE\u03BC\u03B1:
-simplyhtml.borderWidthLabel = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2
-simplyhtml.bottomLabel = \u03C0\u03C5\u03B8\u03BC\u03AD\u03BD\u03B1\u03C2:
-simplyhtml.cancelBtnName = \u0391\u03BA\u03C5\u03C1\u03BF
-simplyhtml.cellBorderTabLabel = \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
-simplyhtml.cellGenTabLabel = \u0393\u03B5\u03BD\u03B9\u03BA\u03AC
-simplyhtml.cellMarginTabLabel = \u03A0\u03B5\u03C1\u03B9\u03B8\u03CE\u03C1\u03B9\u03BF
-simplyhtml.cellPanelTitle = \u03BC\u03BF\u03C1\u03C6\u03AE \u03BA\u03B5\u03BB\u03B9\u03BF\u03C5
-simplyhtml.clearFormatLabel = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
-simplyhtml.clearFormatTip = \u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
-simplyhtml.close = \u039A\u03BB\u03B5\u03AF\u03C3\u03B5
-simplyhtml.closeBtnName = \u039A\u03BB\u03B5\u03AF\u03C3\u03B5
-simplyhtml.colorLabel = \u03A7\u03C1\u03CE\u03BC\u03B1
-simplyhtml.copyLabel = \u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
-simplyhtml.copyTip = \u03B1\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
-simplyhtml.cTagNameHead1 = \u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 1
-simplyhtml.cTagNameHead2 = \u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 2
-simplyhtml.cTagNameHead3 = \u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 3
-simplyhtml.cTagNameHead4 = \u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 4
-simplyhtml.cTagNameHead5 = \u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 5
-simplyhtml.cTagNameHead6 = \u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 6
-simplyhtml.cTagNameLink = \u0394\u03B5\u03C3\u03BC\u03CC\u03C2
-simplyhtml.cTagNameOL = \u03A4\u03B1\u03BE\u03B9\u03BD\u03BF\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u039B\u03AF\u03C3\u03C4\u03B1
-simplyhtml.cTagNamePara = \u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2
-simplyhtml.cTagNameUL = \u039B\u03AF\u03C3\u03C4\u03B1
-simplyhtml.cutLabel = \u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
-simplyhtml.cutTip = \u03B1\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
-simplyhtml.defaultDocName = \u0391\u03C4\u03B9\u03C4\u03BB\u03BF
-simplyhtml.deleteTableColLabel = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2
-simplyhtml.deleteTableRowLabel = \u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
-simplyhtml.docTitleQuery = \u03C4\u03AF\u03C4\u03BB\u03BF\u03C2:
-simplyhtml.docTitleTitle = \u03A3\u03CD\u03BD\u03C4\u03B1\u03BE\u03B7 \u03C4\u03AF\u03C4\u03BB\u03BF\u03C5 \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
-simplyhtml.editLabel = \u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
-simplyhtml.effectLabel = \u0395\u03C6\u03AD
-simplyhtml.familyLabel = \u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1
-simplyhtml.findNext = \u0395\u03CD\u03C1\u03B5\u03C3\u03B7 \u03B5\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF\u03C5...
-simplyhtml.findReplaceDialogTitle = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BA\u03B1\u03B9 \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
-simplyhtml.findReplaceLabel = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BA\u03B1\u03B9 \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
-simplyhtml.findReplaceTip = \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 & \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
-simplyhtml.fontBoldLabel = \u00A8\u0395\u03BD\u03C4\u03BF\u03BD\u03B1
-simplyhtml.fontBoldTip = \u03AD\u03BD\u03C4\u03BF\u03BD\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.fontDialogTitle = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
-simplyhtml.fontItalicLabel = \u03A0\u03BB\u03AC\u03B3\u03B9\u03B1
-simplyhtml.fontItalicTip = \u03A0\u03BB\u03AC\u03B3\u03B9\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.fontLabel = \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC...
-simplyhtml.fontTabLabel = \u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
-simplyhtml.fontTip = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2...
-simplyhtml.fontUnderlineLabel = \u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
-simplyhtml.fontUnderlineTip = \u03C5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.foregroundLabel = \u03A0\u03C1\u03BF\u03C3\u03BA\u03AE\u03BD\u03B9\u03BF:
-simplyhtml.formatLabel = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
-simplyhtml.formatListLabel = \u039B\u03AF\u03C3\u03C4\u03B1...
-simplyhtml.formatListTip = \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2
-simplyhtml.formatParaLabel = \u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2...
-simplyhtml.formatParaTip = \u0391\u03BB\u03BB\u03AC\u03B6\u03B5\u03B9 \u03C4\u03B7\u03BD \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
-simplyhtml.formatTableLabel = \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2...
-simplyhtml.formatTableTip = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
-simplyhtml.helpLabel = \u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1
-simplyhtml.htmlTabTitle = \u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1 HTML
-simplyhtml.imageFileDesc = \u0391\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2
-simplyhtml.insertTableColLabel = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2
-simplyhtml.insertTableLabel = \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2...
-simplyhtml.insertTableMsg = \u03A0\u03CC\u03C3\u03B5\u03C2 \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2;
-simplyhtml.insertTableRowLabel = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
-simplyhtml.insertTableTitle = \u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1
-simplyhtml.italicName = \u03C0\u03BB\u03AC\u03B3\u03B9\u03B1
-simplyhtml.layoutTabTitle = \u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7\u03C2
-simplyhtml.leftLabel = \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC:
-simplyhtml.listDialogTitle = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u039B\u03AF\u03C3\u03C4\u03B1\u03C2
-simplyhtml.listIndentTitle = \u0395\u03C3\u03BF\u03C7\u03AE:
-simplyhtml.listPosInside = \u03B5\u03C3\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AC
-simplyhtml.listPositionLabel = \u0398\u03AD\u03C3\u03B7:
-simplyhtml.listPosOutside = \u03B5\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AC
-simplyhtml.listTypeCircle = \u03C3\u03C6\u03B1\u03B9\u03C1\u03B9\u03BA\u03AE \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = \u03C3\u03CD\u03BC\u03B2\u03BF\u03BB\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C9\u03C2 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1
-simplyhtml.listTypeLabel = \u0395\u03AF\u03B4\u03BF\u03C2:
-simplyhtml.listTypeLowerAlpha = \u03B1.,\u03B2.,\u03B3.,\u03B4.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \u03C4\u03AF\u03C0\u03BF\u03C4\u03B1
-simplyhtml.listTypeSquare = \u03C4\u03B5\u03C4\u03C1\u03AC\u03B3\u03C9\u03BD\u03B7 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1
-simplyhtml.listTypeUpperAlpha = \u0391.,\u0392.,\u0393.,\u0394.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = \u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC
-simplyhtml.matchCase = \u03A4\u03B1\u03AF\u03C1\u03B9\u03B1\u03C3\u03BC\u03B1 \u03A0\u03B5\u03B6\u03CE\u03BD/\u039A\u03B5\u03C6\u03B1\u03BB\u03B1\u03AF\u03C9\u03BD
-simplyhtml.newStyleDefaultName = \u03BD\u03AD\u03BF \u03CD\u03C6\u03BF\u03C2
-simplyhtml.nextTableCellLabel = \u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF \u03BA\u03B5\u03BB\u03AF
-simplyhtml.noLineLabel = \u03C4\u03AF\u03C0\u03BF\u03C4\u03B1
-simplyhtml.noMoreOccurrencesFound = \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD (\u03AC\u03BB\u03BB\u03B5\u03C2) \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03C3\u03B5\u03B9\u03C2
-simplyhtml.okBtnName = \u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
-simplyhtml.paddingLabel = \u0395\u03C3\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC
-simplyhtml.paraAlignCenterLabel = \u03A3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C3\u03C4\u03BF \u03BA\u03AD\u03BD\u03C4\u03C1\u03BF
-simplyhtml.paraAlignCenterTip = \u039A\u03B5\u03BD\u03C4\u03C1\u03B9\u03BA\u03AE \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
-simplyhtml.paraAlignLeftLabel = \u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AE \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7
-simplyhtml.paraAlignLeftTip = \u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AE \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
-simplyhtml.paraAlignRightLabel = \u0394\u03B5\u03BE\u03B9\u03AC \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7
-simplyhtml.paraAlignRightTip = \u0394\u03B5\u03BE\u03AF\u03B1 \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
-simplyhtml.paraStyleDialogTitle = \u038E\u03C6\u03BF\u03C2 \u03A0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
-simplyhtml.paraTabLabel = \u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2
-simplyhtml.pasteLabel = \u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03B7\u03C3\u03B7
-simplyhtml.pasteTip = \u03B5\u03C0\u03B9\u03BA\u03CC\u03BB\u03B7\u03C3\u03B7
-simplyhtml.plainName = \u03B1\u03C0\u03BB\u03AC
-simplyhtml.previewLabel = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B9\u03C3\u03B7
-simplyhtml.previewText = \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B9\u03C3\u03B7 \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
-simplyhtml.prevTableCellLabel = \u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF \u03BA\u03B5\u03BB\u03AF
-simplyhtml.redoLabel = \u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
-simplyhtml.redoTip = \u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
-simplyhtml.replace = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7...
-simplyhtml.replaceAll = \u038C\u03BB\u03B1
-simplyhtml.replaceDone = \u0388\u03B3\u03B9\u03BD\u03B5
-simplyhtml.replaceNo = \u039F\u03C7\u03B9
-simplyhtml.replaceThisQuery = \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AD\u03C3\u03C4\u03B7\u03C3\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03BF\u03C5
-simplyhtml.replaceWith = \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BC\u03B5:
-simplyhtml.replaceYes = \u039D\u03B1\u03B9
-simplyhtml.rightLabel = \u03B4\u03B5\u03BE\u03B9\u03AC:
-simplyhtml.searchDown = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C2 \u03C4\u03B1 \u03BA\u03AC\u03C4\u03C9
-simplyhtml.searchFromStart = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03B1\u03C1\u03C7\u03AE
-simplyhtml.searchUp = \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C2 \u03C4\u03B1 \u03C0\u03AC\u03BD\u03C9
-simplyhtml.selectAllLabel = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD
-simplyhtml.sizeLabel = \u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2
-simplyhtml.standardStyleName = \u03C4\u03C5\u03C0\u03B9\u03BA\u03CC
-simplyhtml.strikeLabel = \u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
-simplyhtml.styleLabel = \u03A4\u03C1\u03CC\u03C0\u03BF\u03C2
-simplyhtml.styleNameInputText = \u039F\u03BD\u03BF\u03BC\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03CD\u03C6\u03BF\u03C5\u03C2;
-simplyhtml.styleNameInputTitle = \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03CD\u03C6\u03BF\u03C5\u03C2
-simplyhtml.tableBgColLabel = \u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5
-simplyhtml.tableDialogTitle = \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
-simplyhtml.tableLabel = \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2
-simplyhtml.tablePanelTitle = \u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
-simplyhtml.tableWidthLabel = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2
-simplyhtml.textIndentLabel = \u0395\u03C3\u03BF\u03C7\u03AE:
-simplyhtml.textToFind = \u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2:
-simplyhtml.thisCellRangeLabel = \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03BA\u03B5\u03BB\u03AF
-simplyhtml.thisColRangeLabel = \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03C4\u03AE\u03BB\u03B7
-simplyhtml.thisRowRangeLabel = \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE
-simplyhtml.toggleBulletsLabel = \u039B\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.toggleBulletsTip = \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.toggleNumbersLabel = \u0391\u03C1\u03B9\u03B8\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.toggleNumbersTip = \u03B1\u03C1\u03B9\u03B8\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
-simplyhtml.topLabel = \u03BA\u03BF\u03C1\u03C5\u03C6\u03AE:
-simplyhtml.uLineLabel = \u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
-simplyhtml.unableToOpenFileError = \u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03CE \u03BD\u03B1 \u03B1\u03BD\u03BF\u03AF\u03BE\u03C9 \u03C4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF
-simplyhtml.unableToRedoError = \u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03B7 \u03B7 \u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7:
-simplyhtml.unableToUndoError = \u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03B7 \u03B7 \u03B1\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7:
-simplyhtml.undoLabel = \u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
-simplyhtml.undoTip = \u03B1\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
-simplyhtml.valignBaseline = \u0392\u03B1\u03C3\u03B9\u03BA\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE
-simplyhtml.valignBottom = \u03C0\u03C5\u03B8\u03BC\u03AD\u03BD\u03B1\u03C2
-simplyhtml.valignLabel = \u039A\u03AC\u03B8\u03B5\u03C4\u03B7 \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7:
-simplyhtml.valignMiddle = \u03BC\u03AD\u03C3\u03BF
-simplyhtml.valignTop = \u03BA\u03BF\u03C1\u03C5\u03C6\u03AE
-simplyhtml.wholeWordsOnly = \u039C\u03CC\u03BD\u03BF \u03BF\u03BB\u03CC\u03BA\u03BB\u03B7\u03C1\u03B5\u03C2 \u03BB\u03AD\u03BE\u03B5\u03B9\u03C2
-SortNodes.text = \u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03C9\u03BD
-SortNodes.tooltip = \u03A4\u03B1\u03BE\u03B9\u03BD\u03BF\u03BC\u03B5\u03AF \u03B1\u03BB\u03C6\u03B1\u03B2\u03B7\u03C4\u03B9\u03BA\u03AC \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5.
-split = \u03A7\u03CE\u03C1\u03B9\u03C3\u03B5
-SplitNode.text = \u03A7\u03C9\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
-SplitNode.tooltip = <html>\u039F \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C7\u03C9\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C2</html>
-style = \u03A4\u03C1\u03CC\u03C0\u03BF\u03C2
-svg = SVG[translate me]
-TimeListAction.text = \u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03B7\u03BD \u03BB\u03AF\u03C3\u03C4\u03B1 \u03C7\u03C1\u03BF\u03BD\u03BF\u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD ...
-TimeListAction.tooltip = \u03A0\u03C1\u03BF\u03B2\u03AC\u03BB\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C5\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03B6\u03CC\u03BC\u03B5\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2.
-TimeManagementAction.text = \u0394\u03B5\u03AF\u03BE\u03B5 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BB\u03CC\u03B3\u03B9\u03BF ...
-TimeManagementAction.tooltip = <html>\u0394\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF \u03AC\u03C1\u03B8\u03C1\u03C9\u03BC\u03B1 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BB\u03BF\u03B3\u03AF\u03BF\u03C5 \u03C4\u03BF\u03C5 Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B9\u03C0\u03BB\u03C9\u03BC\u03AD\u03BD\u03C9\u03BD \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03C9\u03BD
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03CD\u03BC\u03C0\u03C4\u03B9\u03BE\u03B7\u03C2
-ToggleLeftToolbarAction.text = \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AE\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD
-ToggleMenubarAction.text = \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03BC\u03B5\u03BD\u03BF\u03CD
-ToggleToolbarAction.text = \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD
-undefined_error = \u03A3\u03C5\u03BD\u03AD\u03B2\u03B7 \u03AD\u03BD\u03B1 \u03B1\u03BD\u03B1\u03C0\u03AC\u03BD\u03C4\u03B5\u03C7\u03BF \u03BB\u03AC\u03B8\u03BF\u03C2! \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03C0\u03C1\u03BF\u03C3\u03C0\u03B1\u03B8\u03AE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03BA\u03AC\u03BD\u03B5\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1\u03C4\u03BF\u03C2.
-underline = \u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
-underlined = \u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF
-UndoAction.text = \u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
-UndoFilterAction.text = \u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
-unfold = \u039E\u03B5\u03B4\u03AF\u03C0\u03BB\u03C9\u03BC\u03B1
-UnfoldAllAction.text = \u0391\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
-UnfoldAllAction.tooltip = <html>\u039E\u03B5\u03B4\u03B9\u03C0\u03BB\u03CE\u03BD\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2.</html>
-UnfoldOneLevelAction.text = \u039E\u03B5\u03B4\u03B9\u03C0\u03BB\u03C9\u03BC\u03B1 \u03AD\u03BD\u03B1 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF
-UnfoldOneLevelAction.tooltip = <html>Unfolds the selected nodes by one level.</html>
-url_error = \u039B\u03AC\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AD\u03BD\u03BF  URL!
-url_load_error = \u0394\u03B5\u03BD \u03BC\u03C0\u03CC\u03C1\u03B5\u03C3\u03B5 \u03BD\u03B1 \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03B5\u03AF \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03BC\u03B5 URL:
-UsePlainTextAction.text = \u03A7\u03C1\u03AE\u03C3\u03B7 \u03B1\u03C0\u03BB\u03BF\u03CD \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
-user_defined_zoom = \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7
-user_defined_zoom_status_bar = \u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BA\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1\u03C2 \u03C3\u03C4\u03B7\u03BD \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C4\u03B9\u03BC\u03AE {0}%.
-user_zoom = \u039A\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03B5\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7\u03C2 (0.0 - 2.0):
-WebDocuAction.text = \u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7 \u03C3\u03B5 \u0399\u03C3\u03C4\u03CC
-width = \u03A0\u03BB\u03AC\u03C4\u03BF\u03C2
-yes = \u039D\u03B1\u03B9
-ZoomInAction.text = \u039C\u03B5\u03B3\u03AD\u03B8\u03C5\u03BD\u03C3\u03B7
-ZoomOutAction.text = \u03A3\u03BC\u03AF\u03BA\u03C1\u03C5\u03BD\u03C3\u03B7
+about_text=Freeplane - \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2 \u03c3\u03ba\u03ad\u03c8\u03b5\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c3\u03c5\u03b3\u03ba\u03c1\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2 \u03b3\u03bd\u03ce\u03c3\u03b7\u03c2
+AboutAction.text=\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC
+acceleratorPresets=\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd
+accelerators_loading_error=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03c9 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03c4\u03b1\u03c7\u03c5\u03bd\u03c4\u03ad\u03c2 \u03b1\u03c0\u03cc {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03C4\u03C9\u03BD \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03C0\u03C1\u03BF\u03C4\u03CD\u03C0\u03BF\u03C5
+accessories/plugins/EncryptNode.properties_0=\u0395\u03C0\u03AD\u03BB\u03B5\u03BE\u03B5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03B3\u03B9\u03B1 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B7\u03BC\u03AD\u03BD\u03B1
+accessories/plugins/EncryptNode.properties_1=\u039F\u03B9 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03AF \u03B4\u03B5\u03BD \u03C3\u03C5\u03BC\u03C0\u03AE\u03C0\u03C4\u03BF\u03C5\u03BD \u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03C5 \u03C3\u03CD\u03BD\u03C4\u03BF\u03BC\u03BF\u03B9.
+accessories/plugins/EncryptNode.properties_2=\u0394\u03ce\u03c3\u03b5 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc:
+accessories/plugins/EncryptNode.properties_3=\u0395\u03c0\u03b1\u03bd\u03ad\u03bb\u03b1\u03b2\u03b5 \u039a\u03c9\u03b4\u03b9\u03ba\u03cc:
+accessories/plugins/EncryptNode.properties_4=\u0394\u03CE\u03C3\u03C4\u03B5 \u03C4\u03BF\u03BD \u039A\u03C9\u03B4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2:
+accessories/plugins/EncryptNode.properties_5=<html>\u039D\u03B1 \u03B8\u03C5\u03BC\u03AC\u03C3\u03C4\u03B5, \u03B7 \u03B1\u03C3\u03C6\u03AC\u03BB\u03B5\u03B9\u03B1 \u03C4\u03B7\u03C2 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03AC\u03C6\u03B9\u03C3\u03B7\u03C2<br> \u03B5\u03BE\u03B1\u03C1\u03C4\u03AC\u03C4\u03B1\u03B9 \u03C3\u03C7\u03B5\u03B4\u03CC\u03BD \u03B1\u03C0\u03BF\u03BA\u03BB\u03B5\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B1\u03C0\u03BF \u03C4\u03B7\u03BD \u03C0\u03BF\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C4\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD.
+accessories/plugins/EncryptNode.properties_6=\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
+accessories/plugins/EncryptNode.properties_7=\u0391\u03BA\u03C5\u03C1\u03BF
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03BD\u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03AC\u03C6\u03B9\u03C3\u03B7\u03C2 \u03B5\u03BD\u03CC\u03C2 \u03BA\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5. \u0393\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C4\u03AD\u03C4\u03BF\u03B9\u03BF\u03C5 \u03BA\u03BF\u03BC\u03B2\u03BF\u03C5, \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03BC\u03B5\u03BD\u03BF\u03CD \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD.
+accessories/plugins/EncryptNode.properties_select_me=\u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03AD \u03BC\u03B5 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03BF\u03C5\u03BC\u03B5!
+accessories/plugins/EncryptNode.properties_wrong_password=\u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C9\u03C3\u03C4\u03CC\u03C2.
+accessories/plugins/ExportWithTWiki.text=TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7 \u03c9\u03c2 \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=\u0391\u03C5\u03C4\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03AF\u03B1 \u03BF\u03BC\u03BF\u03B9\u03CC\u03BC\u03BF\u03C1\u03C6\u03B7 \u03BC\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03BC\u03B5 \u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 XSLT scripts.
+accessories/plugins/ExportWithXSLT_Applet.text=\u03C9\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AF\u03B4\u03B9\u03BF java...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=\u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C9\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AF\u03B4\u03B9\u03BF java.
+accessories/plugins/ExportWithXSLT_Flash.text=\u03C9\u03C2 Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=\u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C9\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE flash.
+accessories/plugins/ExportWithXSLT_HTML.text=\u03A9\u03C2 XHTML (\u03B5\u03BA\u03B4\u03BF\u03C7\u03AE JavaScript )...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u03A9\u03C2 XHTML (Clickable map image version)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u03A0\u03CC\u03C1\u03BF\u03B9 \u03B1\u03C0\u03BF \u03C4\u03BF\u03BD RESOURCES \u03C3\u03B5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF TaskJuggler...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>\u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03C0\u03CC\u03C1\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF RESOURCES \u03C3\u03C4\u03BF Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u0395\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2  \u03B1\u03C0\u03BF TASKS \u03C3\u03B5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF TaskJuggler ...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>\u0395\u03BE\u03AC\u03B3\u03B5\u03B9 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF TASKS \u03C3\u03B5 Taskjuggler. </html>
+action_keystroke_in_use_error=\u03a4\u03bf \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf {0} \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1 {1} \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1 {2}
+active=\u0395\u03bd\u03b5\u03c1\u03b3\u03cc
+actual_map_styles=\u03a7\u03b1\u03c1\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7 \u03c3\u03c4\u03c5\u03bb \u03c5\u03c0\u03cc \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03b5\u03af \u03c3\u03c4\u03bf\u03bd \u039a\u03cc\u03bc\u03b2\u03bf
+actual_node_styles=\u03a3\u03c4\u03c5\u03bb \u039a\u03cc\u03bc\u03b2\u03c9\u03bd \u03c5\u03c0\u03cc \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd \u03c3\u03c4\u03bf\u03bd \u039a\u03cc\u03bc\u03b2\u03bf
+add=\u03A0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C3\u03B5
+AddConnectorAction.text=\u03a3\u03c7\u03cc\u03bb\u03b9\u03bf
+AddElementaryConditionAction.text=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7
+AddLocalLinkAction.text=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C4\u03BF\u03C0\u03B9\u03BA\u03AE\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2
+AddMenuItemLinkAction.text=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5 \u03c3\u03c4\u03bf \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b5\u03bd\u03bf\u03cd...
+AddOnDetailsPanel.authored.by=\u0391\u03c0\u03cc {0}
+AddOnDetailsPanel.header.function=\u03a3\u03c5\u03bd\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7
+AddOnDetailsPanel.header.menu=\u0398\u03ad\u03c3\u03b7 \u039c\u03b5\u03bd\u03bf\u03cd
+AddOnDetailsPanel.header.shortcut=\u03a3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7
+AddOnDetailsPanel.homepage=\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03a3\u03b5\u03bb\u03af\u03b4\u03b1:
+addons.installer.canceled=\u0397 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5
+addons.installer.confirm.licence=<html><body><h1>\u0386\u03b4\u03b5\u03b9\u03b1</h1>{0}<p><p><em>\u0391\u03c0\u03bf\u03b4\u03ad\u03c7\u03b5\u03c3\u03b8\u03b5 \u03c4\u03b7\u03bd \u03ac\u03b4\u03b5\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2;</em></p></body></html>
+addons.installer.failed=\u0397 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5: {0}
+addons.installer.freeplaneversion.format.error=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u039c\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf {0} (\u03c4\u03b9\u03bc\u03ae: {1})
+addons.installer.groovy.script.name=To script {0} \u03b4\u03b5\u03bd \u03c4\u03b5\u03bb\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03bc\u03b5 ".groovy"
+addons.installer.html.script=\u03a4\u03bf \u03ba\u03c5\u03c1\u03af\u03c9\u03c2 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 script \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf \u03c9\u03c2 HTML
+addons.installer.install=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7
+addons.installer.invalid.keyboard.shortcut=\u039b\u03ac\u03b8\u03bf\u03c2 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7 {0}
+addons.installer.licence.unchanged=\u0397 \u03ac\u03b4\u03b5\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9
+addons.installer.map.structure=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03c4\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7: {0}
+addons.installer.missing.child.nodes=\u039b\u03b5\u03af\u03c0\u03bf\u03c5\u03bd \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03a4\u03ad\u03ba\u03bd\u03c9\u03bd: {0}
+addons.installer.missing.permission.attribute=Script {0}: \u03bb\u03b5\u03af\u03c0\u03bf\u03c5\u03bd \u03c4\u03b1 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b4\u03b9\u03ba\u03b1\u03b9\u03c9\u03bc\u03ac\u03c4\u03c9\u03bd {1}
+addons.installer.missing.properties=\u039b\u03b5\u03af\u03c0\u03bf\u03c5\u03bd \u03bf\u03b9 \u03b9\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2: {0}
+addons.installer.missing.translation=\u039b\u03b5\u03af\u03c0\u03b5\u03b9 \u03b7 \u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7 \u03c4\u03bf\u03c5 {0} \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 {1}
+addons.installer.no.scripts=\u0394\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd scripts
+addons.installer.no.zipdata=\u0394\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 zip
+addons.installer.nonstandard.permissions=\u03a4\u03bf script \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03c9\u03b8\u03b5\u03af : {0}.\n\u039d\u03b1 \u03c4\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c9 \u03c3\u03c4\u03b1 \u03c4\u03c5\u03c0\u03b9\u03ba\u03ac \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1;
+addons.installer.one.child.expected=\u03a0\u03b5\u03c1\u03af\u03bc\u03b5\u03bd\u03b1 \u03b1\u03ba\u03c1\u03b9\u03b2\u03ce\u03c2 \u03ad\u03bd\u03b1 \u0384\u03a4\u03ad\u03ba\u03bd\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf {0} \u03b1\u03bb\u03bb\u03ac \u03c0\u03ae\u03c1\u03b1 {1}
+addons.installer.script.no.execution_mode=\u0394\u03b5\u03bd \u03bf\u03c1\u03af\u03c3\u03b8\u03b7\u03ba\u03b5 \u03c0\u03b1\u03c1\u03ac\u03bc\u03b5\u03c4\u03c1\u03bf\u03c2 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf {0}
+addons.installer.script.no.menulocation=\u0394\u03b5\u03bd \u03bf\u03c1\u03af\u03c3\u03b8\u03b7\u03ba\u03b5 \u03c0\u03b1\u03c1\u03ac\u03bc\u03b5\u03c4\u03c1\u03bf\u03c2 \u03b8\u03ad\u03c3\u03b7\u03c2 \u03bc\u03b5\u03bd\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c4\u03bf {0}
+addons.installer.script.no.menutitle=\u0394\u03b5\u03bd \u03bf\u03c1\u03af\u03c3\u03b8\u03b7\u03ba\u03b5 \u03c0\u03b1\u03c1\u03ac\u03bc\u03b5\u03c4\u03c1\u03bf\u03c2 \u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd \u03bc\u03b5\u03bd\u03bf\u03cd \u03b3\u03b9\u03b1 \u03c4\u03bf {0}
+addons.installer.script.no.permissions=\u0394\u03b5\u03bd \u03bf\u03c1\u03af\u03c3\u03b8\u03b7\u03ba\u03b1\u03bd \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf {0}
+addons.installer.success=\u0397 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5.\n\u03a4\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2.
+addons.installer.success.update=\u0397 \u03b1\u03bd\u03b1\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b1\u03c0\u03cc {0} \u03c3\u03c4\u03bf {1} \u03ae\u03c4\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2. \u039c\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2.
+addons.installer.title=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03c9\u03bd
+addons.installer.too.new=\u0397 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03c4\u03c1\u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bd\u03ad\u03b1 {0}. \u03a4\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf \u03b4\u03bf\u03c5\u03bb\u03b5\u03cd\u03b5\u03b9 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c4\u03b7\u03bd {1}
+addons.installer.too.old=\u0397 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03c4\u03c1\u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03c0\u03b1\u03bb\u03b9\u03ac {0}. \u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03b8\u03b5 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd \u03c4\u03b7\u03bd {1}
+addons.installer.unknown.deinstallation.rules=\u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03bf\u03c2 \u03c4\u03c1\u03cc\u03c0\u03bf\u03c2 \u03b1\u03c0\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 {0}
+addons.installer.update=\u0391\u03bd\u03b1\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 {0}
+addons.installer.warning=<html><body><em>\u039d\u03b1 \u03b5\u03b3\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1 \u03bc\u03cc\u03bd\u03bf \u03b1\u03c0\u03cc \u03c0\u03b7\u03b3\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03bc\u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03b5\u03c3\u03b8\u03b5.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b1\u03c0\u03cc \u03c4\u03bf \u03a3\u03c4\u03c5\u03bb
+AddStyleAttributes.tooltip=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf \u03a3\u03c4\u03c5\u03bb \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+AllMapsNodeListAction.text=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03c7\u03ac\u03c1\u03c4\u03b5\u03c2
+always=\u03a0\u03ac\u03bd\u03c4\u03b1
+AlwaysUnfoldedNodeAction.text=\u0391\u03bd\u03b1\u03b4\u03af\u03c0\u03bb\u03c9\u03c3\u03b7 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5 \u03a0\u03ac\u03bd\u03c4\u03b1 (\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2/\u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7)
+antialias_all=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u039F\u03BB\u03B1
+antialias_edges=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+antialias_none=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u0391\u03BD\u03B5\u03BD\u03B5\u03C1\u03B3\u03AE
+apply=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
+ApplyAction.text=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
+ApplyFormatPlugin.text=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2...
+ApplyFormatPlugin.tooltip=\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03AD\u03BD\u03B1 \u03B4\u03B9\u03AC\u03BB\u03BF\u03B3\u03BF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03C4\u03B1\u03C5\u03C4\u03CC\u03C7\u03C1\u03BF\u03BD\u03B7 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C4\u03C9\u03BD \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2.
+ApplyNoFilteringAction.text=\u03A7\u03C9\u03C1\u03AF\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF
+ApplySelectedViewConditionAction.text=\u03a6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u039a\u03cc\u03bc\u03b2\u03c9\u03bd
+ApplyToVisibleAction.text=\u0395\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c6\u03b9\u03bb\u03c4\u03c1\u03b1\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+as_parent=\u03A9\u03C2 \u03B3\u03BF\u03BD\u03AD\u03B1\u03C2
+AskForHelp.text=\u0396\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1
+AssignAttributesAction.text=\u0391\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD...
+attribute_delete=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03C4\u03B9\u03BC\u03CE\u03BD
+attribute_delete_value=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2
+attribute_font_size_tooltip=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
+attribute_list_box_label_text=\u03A5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03C3\u03B5\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2
+attribute_name=\u038c\u03bd\u03bf\u03bc\u03b1 \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd
+attribute_replace=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BC\u03B5
+attribute_top=\u038C\u03BB\u03B1 \u03C4\u03B1 \u03B3\u03BD\u03C9\u03C3\u03C4\u03AC \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03B1\u03BD\u03BF\u03B9\u03BA\u03C4\u03AC \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
+attribute_value=\u03a4\u03b9\u03bc\u03ae \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd
+attributes_AddAttributeAction.text=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd \u03c3\u03b5 \u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf...
+attributes_adding_empty_attribute_error=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BD\u03CC
+attributes_all=\u038C\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+attributes_assign_dialog=\u0395\u03be\u03b5\u03bb\u03b9\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd
+attributes_attribute=\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+attributes_close=\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf
+attributes_deselect_all=\u03A4\u03AF\u03C0\u03BF\u03C4\u03B5
+attributes_dialog_title=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd
+attributes_edit=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
+attributes_edit_tooltip=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03CC\u03BB\u03BF\u03C5
+attributes_for_selected=\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9
+attributes_for_visible=\u038C\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03BF\u03C1\u03B1\u03C4\u03BF\u03AF \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9
+attributes_import=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
+attributes_import_tooltip=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD \u03B1\u03C0\u03CC \u03AC\u03BB\u03BB\u03B1 \u03B1\u03BD\u03BF\u03B9\u03BA\u03C4\u03AC \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
+attributes_no_import_candidates_found=\u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03BD\u03AD\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+attributes_popup_delete=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
+attributes_popup_down=\u039A\u03AC\u03C4\u03C9
+attributes_popup_edit=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
+attributes_popup_hide=\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7
+attributes_popup_new=\u039D\u03AD\u03BF \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC
+attributes_popup_optimal_width=\u0392\u03AD\u03BB\u03C4\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2
+attributes_popup_up=\u03A0\u03AC\u03BD\u03C9
+attributes_refresh=\u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7
+attributes_RemoveAllAttributesAction.text=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd
+attributes_RemoveFirstAttributeAction.text=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd
+attributes_RemoveLastAttributeAction.text=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf\u03c5 \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd
+attributes_restricted_attributes_tooltip=\u03A0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
+attributes_restricted_values_tooltip=\u03A0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF \u03C4\u03B9\u03BC\u03CE\u03BD \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C4\u03C1\u03AD\u03C7\u03C9\u03BD \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC
+attributes_restriction=\u03A0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF
+attributes_select_all=\u038C\u03BB\u03B1
+attributes_select_all_tooltip=\u0395\u03C0\u03AD\u03BB\u03B5\u03BE\u03B5 \u03CC\u03BB\u03B1
+attributes_show=\u0394\u03B5\u03AF\u03BE\u03B5
+attributes_skip_root=\u03A0\u03B1\u03C1\u03AC\u03BB\u03B5\u03B9\u03C8\u03B7 \u03C4\u03BF\u03C5 \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03CD \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+attributes_visible=\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF
+attributes_visible_tooltip=\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF
+automatic_layout=\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u0391\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7
+automatic_layout_disabled=\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf
+automatically_save_message=\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C4\u03B7\u03BA\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 (\u03BC\u03B5 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 {0}) ...
+AutomaticEdgeColorHookAction.text=\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03ac\u03ba\u03c1\u03c9\u03bd
+AutomaticLayout.ALL=\u03b3\u03b9\u03b1 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+AutomaticLayout.HEADINGS=\u03b3\u03b9\u03b1 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03a6\u03cd\u03bb\u03bb\u03b1
+AutomaticLayout.level=\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf {0}
+AutomaticLayout.level.root=\u03a1\u03af\u03b6\u03b1
+AutomaticLayoutAction.text=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03C4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B7\u03C3\u03B7
+AutomaticLayoutAction.tooltip=<html>\u0394\u03B9\u03BF\u03C1\u03B8\u03CE\u03BD\u03B5\u03B9 \u03C4\u03B7\u03BD \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7 \u03B5\u03BD\u03CC\u03C2 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2. <br>\u03A4\u03BF \u03C0\u03C1\u03CE\u03C4\u03BF \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B1\u03CD\u03C1\u03BF, \u03C4\u03BF \u03B4\u03B5\u03CD\u03C4\u03B5\u03C1\u03BF \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03C0\u03BB\u03AD, \u03BA.\u03BB.\u03C0.</html>
+AutomaticLayoutControllerAction.ALL.text=\u03b3\u03b9\u03b1 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+AutomaticLayoutControllerAction.HEADINGS.text=\u03b3\u03b9\u03b1 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03a6\u03cd\u03bb\u03bb\u03b1
+AutomaticLayoutControllerAction.null.text=\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf
+BackAction.text=\u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE
+BackAction.tooltip=\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bb\u03c5\u03c3\u03af\u03b4\u03b1
+background=\u03A5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF
+bitmaps=\u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 bitmap
+black=\u039c\u03b1\u03cd\u03c1\u03bf
+BlinkingNodeHookAction.text=\u0391\u03C0\u03B1\u03C3\u03C4\u03C1\u03AC\u03C0\u03C4\u03C9\u03BD \u039A\u03CC\u03BC\u03B2\u03BF\u03C2
+BlinkingNodeHookAction.tooltip=<html>\u039A\u03AC\u03BD\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF \u03BD\u03B1 \u03B1\u03BD\u03B1\u03B2\u03BF\u03C3\u03B2\u03AE\u03BD\u03B5\u03B9. \u0391\u03BB\u03BB\u03AC \u03C0\u03C1\u03BF\u03C3\u03BF\u03C7\u03AE. \u039C\u03AE \u03C4\u03BF \u03C3\u03C7\u03B5\u03C4\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C0\u03BF\u03BB\u03BB\u03BF\u03CD\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2, \u03BA\u03B1\u03B9 <strong> \u03BF\u03C7\u03B9 \u03BC\u03B5 \u03AC\u03BB\u03BB\u03B5\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B5\u03C2 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2 \u03C3\u03C4\u03BF\u03BD \u03AF\u03B4\u03B9\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF</strong></html>
+blue=\u039c\u03c0\u03bb\u03b5
+BoldAction.text=\u00A8\u0395\u03BD\u03C4\u03BF\u03BD\u03B1
+boldify_branch=\u039A\u03AC\u03BD\u03B5 \u03AD\u03BD\u03C4\u03BF\u03BD\u03B1
+branch=\u0394\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7
+browse=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7...
+calendar_attributes_panel=\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03ba\u03b1\u03b9 \u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac
+calendar_panel=\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf
+can_not_connect_to_info_server=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ce \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd
+can_not_delete_predefined_style=\u0394\u03b5 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c9 \u03c4\u03bf \u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03a3\u03c4\u03c5\u03bb
+can_not_delete_root_style=\u0394\u03b5 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c9 \u03c4\u03bf \u03a3\u03c4\u03c5\u03bb \u03c1\u03af\u03b6\u03b1\u03c2
+can_not_delete_style_group=\u0394\u03b5 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c9 \u03c4\u03bf \u03a3\u03c4\u03c5\u03bb \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2
+can_not_save_key_set=\u0394\u03b5 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c9 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03c9\u03bd \u03c3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd
+cancel=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
+CancelAction.text=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
+cannot_add_parent_diff_parents=\u0393\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1, \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BF\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03BF\u03C5\u03BD \u03C4\u03BF\u03BD \u03AF\u03B4\u03B9\u03BF \u03B3\u03BF\u03BD\u03AD\u03B1.
+cannot_add_parent_to_root=\u039F \u03B1\u03C1\u03C7\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03C4\u03B5\u03B8\u03B5\u03AF \u03C3\u03B5 \u03BD\u03AD\u03BF \u03B3\u03BF\u03BD\u03AD\u03B1.
+cannot_delete_root=\u039f \u039a\u03cc\u03bc\u03b2\u03bf\u03c2 \u03c1\u03af\u03b6\u03b1\u03c2 \u03b4\u03b5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af \u03ae \u03bd\u03b1 \u03ba\u03bf\u03c0\u03b5\u03af.
+cannot_join_nodes_with_children=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03BD\u03C9\u03B8\u03B5\u03AF \u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2
+cannot_move_to_child=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03CE \u03BD\u03B1 \u03BC\u03B5\u03C4\u03B1\u03BA\u03B9\u03BD\u03AE\u03C3\u03C9 \u03AD\u03BD\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF \u03C3\u03B5 \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5.
+CenterAction.text=\u03A3\u03C4\u03BF \u03BA\u03AD\u03BD\u03C4\u03C1\u03BF
+CenterSelectedNodeAction.text=\u039a\u03b5\u03bd\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u039a\u03cc\u03bc\u03b2\u03bf
+ChangeConnectorArrowsAction.backward.text=\u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE
+ChangeConnectorArrowsAction.both.text=\u03a3\u03c7\u03b5\u03b4\u03af\u03b1\u03c3\u03b7 \u03b2\u03ad\u03bb\u03bf\u03c5\u03c2 \u03bc\u03c0\u03c1\u03bf\u03c2 \u03c0\u03af\u03c3\u03c9
+ChangeConnectorArrowsAction.forward.text=\u0395\u03BC\u03C0\u03C1\u03CC\u03C2
+ChangeConnectorArrowsAction.none.text=\u039a\u03b1\u03bd\u03ad\u03bd\u03b1
+ChangeConnectorArrowsAction.text=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03b2\u03b5\u03bb\u03ce\u03bd \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\u039a\u03b1\u03bc\u03c0\u03cd\u03bb\u03b7
+ChangeConnectorShapeAction.EDGE_LIKE.text=\u0395\u03be\u03bf\u03bc\u03bf\u03af\u03c9\u03c3\u03b7 \u03ac\u03ba\u03c1\u03c9\u03bd
+ChangeConnectorShapeAction.LINE.text=\u0393\u03c1\u03b1\u03bc\u03bc\u03ae
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u0393\u03c1\u03b1\u03bc\u03bc\u03b9\u03ba\u03cc \u03bc\u03bf\u03bd\u03bf\u03c0\u03ac\u03c4\u03b9
+ChangeNodeLevelLeftsAction.text=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
+ChangeNodeLevelLeftsAction.tooltip=\u03a3\u03c4\u03b1 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac \u03c4\u03b7\u03c2 \u03c1\u03af\u03b6\u03b1\u03c2 \u03bf\u03b9 \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03ac\u03c4\u03c9. \u0391\u03bd \u03b3\u03af\u03bd\u03bf\u03c5\u03bd \u03c4\u03ad\u03ba\u03bd\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03bd\u03c9\u03c4\u03ad\u03c1\u03c9 \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd. \u03a3\u03c4\u03b1 \u03b4\u03b5\u03be\u03b9\u03ac \u03c4\u03b7\u03c2 \u03c1\u03af\u03b6\u03b1\u03c2 \u03bf\u03b9 \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03c0\u03ac\u03bd\u03c9. \u0391\u03c0 \u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03b7 \u03c1\u03af\u03b6\u03b1 \u03bf\u03b9 \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bd \u03c0\u03bb\u03b5\u03c5\u03c1\u03ad\u03c2.
+ChangeNodeLevelRightsAction.text=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
+ChangeNodeLevelRightsAction.tooltip=\u03a3\u03c4\u03b1 \u03b4\u03b5\u03be\u03b9\u03ac \u03c4\u03b7\u03c2 \u03c1\u03af\u03b6\u03b1\u03c2 \u03bf\u03b9 \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03ac\u03c4\u03c9. \u0391\u03bd \u03b3\u03af\u03bd\u03bf\u03c5\u03bd \u03c4\u03ad\u03ba\u03bd\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03bd\u03c9\u03c4\u03ad\u03c1\u03c9 \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd. \u03a3\u03c4\u03b1 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac \u03c4\u03b7\u03c2 \u03c1\u03af\u03b6\u03b1\u03c2 \u03bf\u03b9 \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03c0\u03ac\u03bd\u03c9. \u0391\u03c0 \u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03b7 \u03c1\u03af\u03b6\u03b1 \u03bf\u03b9 \u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03b1\u03bb\u03bb\u03ac\u03b6\u03bf\u03c5\u03bd \u03c0\u03bb\u03b5\u03c5\u03c1\u03ad\u03c2.
+choose_background_color=\u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5:
+choose_cloud_color=\u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2:
+choose_edge_color=\u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+choose_map_background_color=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c6\u03cc\u03bd\u03c4\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7
+choose_node_background_color=\u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF:
+choose_node_color=\u0394\u03B9\u03AC\u03BB\u03B5\u03BE\u03B5 \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5:
+ClearLinkAnchorAction.text=\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+ClearLinkAnchorAction.tooltip=<html>\u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03cd\u03b6\u03b5\u03c5\u03be\u03b7\u03c2 \u03c4\u03bf\u03c5 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c0\u03bf\u03c5 \u03bf\u03c1\u03af\u03c3\u03b1\u03c4\u03b5 \u03c0\u03c1\u03b9\u03bd</html>
+close_btn=\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf
+CloseAction.text=\u039A\u03BB\u03B5\u03AF\u03C3\u03B5
+CloudAction.text=\u039D\u03AD\u03C6\u03BF\u03C2
+CloudColorAction.text=\u03A7\u03C1\u03CE\u03BC\u03B1 \u039D\u03AD\u03C6\u03BF\u03C5\u03C2...
+CloudShapeAction.ARC.text=\u03a4\u03cc\u03be\u03bf
+CloudShapeAction.RECT.text=\u039f\u03c1\u03b8\u03bf\u03b3\u03ce\u03bd\u03b9\u03bf
+CloudShapeAction.ROUND_RECT.text=\u039f\u03c1\u03b8\u03bf\u03b3\u03ce\u03bd\u03b9\u03bf \u03bc\u03b5 \u03c3\u03c4\u03c1\u03bf\u03b3\u03b3\u03c5\u03bb\u03ad\u03c2 \u03b3\u03c9\u03bd\u03af\u03b5\u03c2
+CloudShapeAction.STAR.text=\u0391\u03c3\u03c4\u03ad\u03c1\u03b9
+ColorProperty.ResetColor=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2
+combined=\u03A3\u03C5\u03BD\u03B4\u03C5\u03B1\u03C3\u03BC\u03CC\u03C2
+condition=\u03a3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b7
+confirmation=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7
+connector=\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7
+connector_arrows=\u0392\u03ad\u03bb\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+connector_label=\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+connector_lines=\u0393\u03c1\u03b1\u03bc\u03bc\u03ae \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+connector_shapes=\u03a3\u03c7\u03ae\u03bc\u03b1 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+ConnectorColorAction.text=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2...
+CopyAction.text=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
+CopyAction.tooltip=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c4\u03bf\u03bc\u03ad\u03b1
+CopyAttributes.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd
+CopyIDAction.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae ID \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+CopyMapStylesAction.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c4\u03c5\u03bb \u03c7\u03ac\u03c1\u03c4\u03b7 \u03b1\u03c0\u03cc...
+CopyNodeURIAction.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae URI \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+copyright=\u03a0\u03bd\u03b5\u03c5\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1 \u00a9 2000-2012 \u03bf\u03bc\u03ac\u03b4\u03b1 Freeplane \u03ba\u03b1\u03b9 \u03ac\u03bb\u03bb\u03bf\u03b9
+CopySingleAction.text=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u03B5\u03BD\u03CC\u03C2
+CopySingleAction.tooltip=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03cc\u03bd\u03bf \u03c4\u03bf\u03c5 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+CopyStyleExtensionsAction.text=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03c0\u03b5\u03ba\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u039a\u03cc\u03bc\u03b2\u03bf \u03a3\u03c4\u03c5\u03bb
+corrupt_map=\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7 \u03ad\u03c7\u03b5\u03b9 \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1
+CreateConjunctConditionAction.text=\u039a\u03b1\u03b9
+CreateDisjunctConditionAction.text=\u0389
+CreateNotSatisfiedConditionAction.text=\u038c\u03c7\u03b9
+CreationModificationPluginAction.text=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03CE\u03C1\u03B1\u03C2 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
+CreationModificationPluginAction.tooltip=<html>\u0397 \u03C3\u03C5\u03BD\u03AC\u03C1\u03C4\u03B7\u03C3\u03B7 \u03B1\u03C5\u03C4\u03AE, \u03BA\u03C1\u03B1\u03C4\u03AC \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03B3\u03B9\u03B1 \u03C4\u03BF\u03C5\u03C2 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C5\u03C2 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03C4\u03C9\u03BD \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD.</html>
+current_dir=\u03a7\u03ac\u03c1\u03c4\u03b5\u03c2
+CutAction.text=\u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
+decrease_branch_font_size=\u039C\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+DecreaseNodeFontAction.text=\u039C\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+default=\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf
+DefaultColorAction.text=\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf \u03c7\u03c1\u03ce\u03bc\u03b1
+defaultstyle.details=\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2
+defaultstyle.floating=\u0395\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c2
+defaultstyle.note=\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7
+delete=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
+delete_child=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03BA\u03BF\u03BC\u03B2\u03BF\u03C5
+DeleteAction.text=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+DeleteConditionAction.text=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
+DeleteDetailsAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b9\u03ce\u03bd \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+DeleteLevelStyleAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c4\u03c5\u03bb \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5
+DeleteStyleAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03a3\u03c4\u03c5\u03bb
+DeleteUserStyleAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c4\u03c5\u03bb \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7
+dialect_info.app=\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7 {0} \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 {1}
+dialect_info.unknownApp=\u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03bf\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7 {0}
+dialect_info.unknownURL=\u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03b7 \u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03ae \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1.
+dialect_info.url=\u0395\u03c0\u03b9\u03c3\u03ba\u03b5\u03c5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1 {0} \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1.
+dialect_info.warning=\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03b9, \u03b1\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03c3\u03b8\u03b5\u03af \u03ae \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af \u03bc\u03b5 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1.
+DirectHtmlFlavorHandler=HTML \u03c9\u03c2 \u03ad\u03bd\u03b1\u03c2 \u03bc\u03cc\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf\u03c2
+DocumentationAction.text=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7
+down=\u039a\u03ac\u03c4\u03c9
+download=\u039a\u03b1\u03c4\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1
+dropped_file_error=\u0394\u03b5\u03bd \u03b1\u03bd\u03bf\u03af\u03c7\u03b8\u03b7\u03ba\u03b1\u03bd \u03c4\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1. \u039f \u03bb\u03cc\u03b3\u03bf\u03c2: {0}
+edge=\u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+edge_is_formatted_by_style=\u0397 \u03bc\u03bf\u03c1\u03c6\u03ae \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5 \u03b5\u03bb\u03ad\u03b3\u03c7\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03c4\u03c5\u03bb. \u0391\u03bb\u03bb\u03ac\u03be\u03c4\u03b5 \u03c4\u03bf \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03cc \u03c3\u03c4\u03c5\u03bb \u03b1\u03bd \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9.
+edge_style=\u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+edge_width=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+EdgeColorAction.text=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.bezier.tooltip=<html>\u0391\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5 \u03c9\u03c2 \u03bf\u03bc\u03b1\u03bb\u03ae \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae.</html>
+EdgeStyleAction.hide_edge.text=\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03bf\u03c1\u03af\u03bf\u03c5
+EdgeStyleAction.hide_edge.tooltip=<html>\u0393\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2 \u03b1\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03bf \u03b3\u03bf\u03bd\u03ad\u03b1<br>\u03c9\u03c2 \u03b4\u03b9\u03b1\u03ba\u03b5\u03ba\u03bf\u03bc\u03bc\u03ad\u03bd\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae. \u0391\u03bb\u03bb\u03b9\u03ce\u03c2 \u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5.</html>
+EdgeStyleAction.horizontal.text=\u039f\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03b1
+EdgeStyleAction.horizontal.tooltip=<html>\u03a7\u03c1\u03ae\u03c3\u03b7 \u03ba\u03ac\u03b8\u03b5\u03c4\u03c9\u03bd \u03b5\u03c5\u03b8\u03b5\u03b9\u03ce\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03cc\u03c1\u03b9\u03b1.</html>
+EdgeStyleAction.linear.text=\u0393\u03C1\u03B1\u03BC\u03BC\u03B9\u03BA\u03AE
+EdgeStyleAction.linear.tooltip=<html>\u0391\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5 \u03c3\u03b1\u03bd \u03b5\u03c5\u03b8\u03b5\u03af\u03b1 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae.</html>
+EdgeStyleAction.sharp_bezier.text=\u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF\u03C2 Bezier
+EdgeStyleAction.sharp_bezier.tooltip=<html>\u0391\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5 \u03c3\u03b1\u03bd \u03bf\u03bc\u03b1\u03bb\u03ae \u03ba\u03b1\u03bc\u03c0\u03cd\u03bb\u03b7 \u03bc\u03b5 \u03b1\u03b9\u03c7\u03bc\u03b7\u03c1\u03ac \u03ac\u03ba\u03c1\u03b1.</html>
+EdgeStyleAction.sharp_linear.text=\u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03BA\u03CC\u03C2
+EdgeStyleAction.sharp_linear.tooltip=<html>\u0391\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03af\u03bf\u03c5 \u03c3\u03b1\u03bd \u03b5\u03c5\u03b8\u03b5\u03af\u03b1 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03bc\u03b5 \u03b1\u03b9\u03c7\u03bc\u03b7\u03c1\u03ac \u03ac\u03ba\u03c1\u03b1.</html>
+EdgeStyleAsParentAction.text=\u03A9\u03C2 \u03B3\u03BF\u03BD\u03AD\u03B1\u03C2
+EdgeStyleAsParentAction.tooltip=<html>\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c4\u03c5\u03bb \u03c4\u03bf\u03c5 \u03b3\u03bf\u03bd\u03ad\u03b1.</html>
+EdgeWidthAction_width_parent.text=\u0393\u03BF\u03BD\u03AD\u03B1\u03C2
+EdgeWidthAction_width_thin.text=\u039B\u03B5\u03C0\u03C4\u03CC
+edit=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
+edit.decision=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 HTML
+edit.edit_rich_text=\u0398\u03ad\u03bb\u03b5\u03b9\u03c2 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03cc\u03c0\u03c9\u03c2 \u03bf\u03b9 \u03ad\u03bd\u03c4\u03bf\u03bd\u03bf\u03b9 \u03ae \u03c0\u03bb\u03ac\u03b3\u03b9\u03bf\u03b9 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2 ;
+edit_details=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+edit_end_label=<html>\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1<br>\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5
+edit_label_font_family=\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac
+edit_label_font_size=\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2
+edit_link_manually=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD ...
+edit_long_node=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c3\u03b5 \u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf
+edit_middle_label=<html>\u039c\u03b5\u03c3\u03b1\u03af\u03b1<br>\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1
+edit_note=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7\u03c2
+edit_source_label=<html>\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1<br>\u0391\u03c1\u03c7\u03ae\u03c2
+edit_target_label=<html>\u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1<br>\u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd
+edit_transparency_label=\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1
+edit_width_label=\u03a0\u03bb\u03ac\u03c4\u03bf\u03c2
+EditAction.text=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+EditAttributesAction.text=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
+EditDetailsAction.text=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bb\u03b5\u03c0\u03c1\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c3\u03b5 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2
+EditDetailsInDialogAction.text=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c3\u03b5 \u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf
+EditFilterAction.text=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
+EditLongAction.text=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 ...
+EditNoteInDialogAction.text=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf
+EditScript=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 script...
+EditStylesAction.text=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c4\u03c5\u03bb
+EncryptedMap.text=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C7\u03AC\u03C1\u03C4\u03B7 ...
+EncryptedMap.tooltip=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C7\u03AC\u03C1\u03C4\u03B7
+enter_base_url=\u03A0\u03C1\u03CC\u03BA\u03B5\u03B9\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BA\u03BF\u03BB\u03AE\u03C3\u03C9 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AD\u03C2 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2. \u0394\u03CE\u03C3\u03B5 \u03C4\u03BF \u03B2\u03B1\u03C3\u03B9\u03BA\u03CC URL.
+enter_condition_name=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bd\u03ad\u03b1\u03c2 \u03c3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b7\u03c2
+enter_confirms=\u03B5\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03B9\u03CE\u03C3\u03C4\u03B5 \u03BC\u03B5  Enter
+enter_keyset_name=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2
+enter_map_url=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae URL \u03c7\u03ac\u03c1\u03c4\u03b7
+enter_new_style_name=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03bd\u03ad\u03bf\u03c5 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03a3\u03c4\u03c5\u03bb
+enter_node_id=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae ID \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+enter_zoom=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03bc\u03b5\u03b3\u03ad\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2
+EnterPassword.text=\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u039A\u03C1\u03C5\u03C0\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03B7\u03BC\u03AD\u03BD\u03BF\u03C5
+error=\u039B\u03AC\u03B8\u03BF\u03C2
+error_applying_template=\u039B\u03AC\u03B8\u03BF\u03C2 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C4\u03BF\u03C5 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF\u03C5  XSL.
+error_creating_directory=\u0394\u03B5\u03BD \u03B5\u03B9\u03BD\u03B1\u03B9 \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03B3\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
+error_in_template=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7 {0}. \u0394\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5 \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf.
+errornumber={0} \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1
+ExecuteScriptError.text=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03bf script:\n{0}
+ExecuteScriptForAllNodes.text=\u0395\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd scripts
+ExecuteScriptForSelectionAction.text=\u0395\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd script \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+ExecuteScriptOnSelectedNode.text=\u0395\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 {0} \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+ExecuteScriptOnSelectedNodeRecursively.text=\u0395\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 {0} \u03c3\u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf, \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ac
+ExecuteScriptOnSingleNode.text=\u0395\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 {0} \u03c3\u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf
+ExecuteScripts.noScriptsAvailable=\u039a\u03b1\u03bd\u03ad\u03bd\u03bf \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf
+ExecuteScripts.text=Scripts
+ExecuteScriptSecurityError.text=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 script: {0}
+export_failed=\u0397 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae Freeplane
+ExportAction.text=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
+ExportBranchAction.text=\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03ba\u03bb\u03b1\u03b4\u03b9\u03bf\u03cd \u03c3\u03b5 \u03bd\u03ad\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7...
+ExportBranchToHTMLAction.text=\u0394\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7 \u03C3\u03B5 HTML
+exported_file={0} \u03b1\u03c1\u03c7\u03b5\u03af\u03bf
+ExportPdf.text=\u03C9\u03C2 PDF...
+ExportSvg.text=\u03C9\u03C2 SVG...
+ExportToHTMLAction.text=\u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE  HTML
+ExportToImage.jpg.text=\u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE JPEG...
+ExportToImage.png.text=\u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE PNG...
+ExportToOoWriter.text=\u03A9\u03C2 \u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF \u03C4\u03BF\u03C5 Open Office Writer ...
+extension_menu=\u03A6\u03C5\u03C3\u03B9\u03BA\u03AE \u039C\u03BF\u03C1\u03C6\u03AE
+ExternalImage_popupMenu_Change=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae...
+ExternalImage_popupMenu_Open=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c3\u03c4\u03bf\u03bd \u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03c4\u03ae
+ExternalImage_popupMenu_Remove=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae
+ExternalImage_popupMenu_ResetZoom=\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03bc\u03b5\u03b3\u03ad\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2
+ExternalImageAddAction.text=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2...
+ExternalImageChangeAction.text=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2...
+ExternalImageRemoveAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2
+ExtractLinkFromTextAction.text=\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5 \u03bc\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf
+ExtractLinkFromTextAction.tooltip=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+f_button_unassigned=\u03ba\u03b5\u03bd\u03cc
+FaqOpenURLAction.text=\u03A3\u03C5\u03BD\u03AE\u03B8\u03B5\u03B9\u03C2 \u0395\u03C1\u03C9\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2
+file=\u0391\u03C1\u03C7\u03B5\u03AF\u03BF
+file_already_exists=\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF {0} \u03C5\u03C0\u03B1\u03C1\u03C7\u03B5\u03B9. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C4\u03BF \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03B1\u03C3\u03C4\u03AE\u03C3\u03B5\u03C4\u03B5?
+file_not_found=\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF {0} \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5
+FileListFlavorHandler=\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1
+FileProperties_BranchLeafCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c0\u03b1\u03b9\u03b4\u03b9\u03ce\u03bd \u03c3\u03c4\u03b1 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03ba\u03bb\u03b1\u03b4\u03b9\u03ac:
+FileProperties_BranchNodeCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c3\u03c4\u03b1 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b1 \u03ba\u03bb\u03b1\u03b4\u03b9\u03ac:
+FileProperties_ChangesSinceLastSave=\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7:
+FileProperties_FileName=\u038c\u03bd\u03bf\u03bc\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5:
+FileProperties_FileSaved=\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5:
+FileProperties_FileSize=\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5:
+FileProperties_MainBranchCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03ba\u03c5\u03c1\u03af\u03c9\u03c2 \u03ba\u03bb\u03b1\u03b4\u03b9\u03ce\u03bd:
+FileProperties_NeverSaved=\u0394\u03b5\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c0\u03bf\u03c4\u03ad
+FileProperties_NodeChildCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ce\u03bd \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd:
+FileProperties_NodeSelectionCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd:
+FileProperties_TotalFilteredCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c0\u03bf\u03c5 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd \u03c3\u03c4\u03bf \u03c6\u03af\u03bb\u03c4\u03c1\u03bf:
+FileProperties_TotalLeafCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c0\u03b1\u03b9\u03b4\u03b9\u03ce\u03bd:
+FileProperties_TotalNodeCount=\u03a0\u03bb\u03ae\u03b8\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd:
+FilePropertiesAction.text=\u03a3\u03c4\u03b1\u03c4\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c7\u03ac\u03c1\u03c4\u03b7...
+FileRevisionsDialog.cancel=\u0386\u03ba\u03c5\u03c1\u03bf
+FileRevisionsDialog.file_last_modified=\u03a7\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae \u03c3\u03ae\u03bc\u03b1\u03bd\u03c3\u03b7
+FileRevisionsDialog.file_name=\u0391\u03c1\u03c7\u03b5\u03af\u03bf
+FileRevisionsDialog.file_size=Bytes
+FileRevisionsDialog.open=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1
+FileRevisionsDialog.open.tooltip=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03ba\u03c4\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2
+FileRevisionsDialog.question=\u0391\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 {0}
+FileRevisionsDialog.restore=\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7
+FileRevisionsDialog.restore.tooltip=\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 {0} \u03bc\u03b5 {1}
+FileRevisionsDialog.title=\u0391\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5
+filter=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
+filter_add=\u03A0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C3\u03B5
+filter_and=\u039A\u03B1\u03B9
+filter_any_text=\u039a\u03ad\u03bd\u03c4\u03c1\u03bf, \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2 \u03ae \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7
+filter_conditions=\u03A6\u03AF\u03BB\u03C4\u03C1\u03B1
+filter_contains=\u03A0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9
+filter_created_after=\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5\u03c4\u03ac
+filter_created_before=\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c0\u03c1\u03b9\u03bd
+filter_delete=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
+filter_details=\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2
+filter_dialog=\u03A3\u03C5\u03BD\u03B8\u03AD\u03C3\u03B7 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5
+filter_does_not_exist=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9
+filter_edit_description=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03C9\u03BD
+filter_enter_value=\u0394\u03CE\u03C3\u03B5 \u03C4\u03B9\u03BC\u03AE
+filter_even_level=\u038a\u03b4\u03b9\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+filter_exist=\u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9
+filter_icon=\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF
+filter_is_equal_to=\u0395\u03AF\u03BD\u03B1\u03B9 \u03AF\u03C3\u03BF \u03BC\u03B5
+filter_is_not_equal_to=\u0394\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AF\u03C3\u03BF \u03BC\u03B5
+filter_leaf=\u039a\u03cc\u03bc\u03b2\u03bf\u03c2 \u03c6\u03cd\u03bb\u03bb\u03bf\u03c5
+filter_link=\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03b9\u03c3\u03c4\u03bf\u03cd (Hyperlink)
+filter_match_approximately=\u03a0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5
+filter_match_approximately_tooltip=<html>\u039d\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b5\u03b3\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1,<br>\u03c0\u03c7. \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 '\u03bc\u03cd\u03b3\u03b5\u03c2' \u03b8\u03b1 \u03b2\u03c1\u03b5\u03b9 \u03ba\u03b1\u03b9 '\u03bc\u03cd\u03b5\u03c2'.</html>
+filter_match_case=\u03a4\u03b1\u03af\u03c1\u03b9\u03b1\u03c3\u03bc\u03b1 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03c9\u03bd/\u03c0\u03b5\u03b6\u03ce\u03bd
+filter_match_case_tooltip=\u039d\u03b1 \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c5\u03c0'\u03cc\u03c8\u03b7 \u03c4\u03b1 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03b1/\u03c0\u03b5\u03b6\u03ac \u03c3\u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7.
+filter_modified_after=\u03a4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5\u03c4\u03ac
+filter_modified_before=\u03a4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c0\u03c1\u03b9\u03bd
+filter_no_filtering=\u03A7\u03C9\u03C1\u03AF\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF
+filter_node=\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+filter_node_level=\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+filter_not=\u039F\u03C7\u03B9
+filter_note=\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7
+filter_odd_level=\u03ba\u03cc\u03bc\u03b2\u03bf\u03c2 \u03af\u03b4\u03b9\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5
+filter_or=\u0389
+filter_parent=\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+filter_periodic_level=\u03c0\u03b5\u03c1\u03b9\u03bf\u03b4\u03b9\u03ba\u03cc
+filter_priority=\u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1
+filter_regexp_matches=\u03a4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c3\u03b5 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7
+filter_reminder=\u03c5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7
+filter_reminder_after=\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03bc\u03b5\u03c4\u03ac
+filter_reminder_before=\u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c0\u03c1\u03b9\u03bd
+filter_reminder_executed=\u03ae\u03b4\u03b7 \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5
+filter_reminder_later=\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1
+filter_root=\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c2
+filter_script=\u03a6\u03af\u03bb\u03c4\u03c1\u03bf script
+filter_select=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
+filter_selected_node_view=\u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BA\u03CC\u03BC\u03B2\u03BF\u03B9
+filter_selected_node_view_snapshot=\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
+filter_style=\u03a3\u03c4\u03c5\u03bb
+filter_time=\u03a6\u03af\u03bb\u03c4\u03c1\u03bf \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2
+FilterComposerDialog.save=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7
+filters_not_loaded=\u03a4\u03bf \u03c6\u03af\u03bb\u03c4\u03c1\u03bf \u03b4\u03b5 \u03c6\u03bf\u03c1\u03c4\u03ce\u03b8\u03b7\u03ba\u03b5, \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5
+find_what=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C4\u03B9
+FindAction.text=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 ...
+FirstGroupNodeAction.text=\u03a0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 (\u03b1\u03c1\u03c7\u03ae \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2)
+fit_map_to_page=\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C3\u03C4\u03B1 \u03CC\u03C1\u03B9\u03B1 \u03BC\u03B9\u03B1\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2
+fit_map_to_page_height=\u03a4\u03b1\u03af\u03c1\u03b9\u03b1\u03c3\u03bc\u03b1 \u03cd\u03c8\u03bf\u03c5\u03c2 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1
+fit_map_to_page_width=\u03a4\u03b1\u03af\u03c1\u03b9\u03b1\u03c3\u03bc\u03b1 \u03c0\u03bb\u03ac\u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1
+FitToPage.text=\u039A\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03C3\u03C4\u03B1 \u03CC\u03C1\u03B9\u03B1 \u03C4\u03B7\u03C2 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2
+FitToPage.tooltip=\u03A1\u03C5\u03B8\u03BC\u03AF\u03B6\u03B5\u03B9 \u03C4\u03B7\u03BD \u03BA\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03AD\u03C4\u03C3\u03B9 \u03CE\u03C3\u03C4\u03B5 \u03BF\u03BB\u03CC\u03BA\u03BB\u03B7\u03C1\u03BF \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03BD\u03B1 \u03C7\u03C9\u03C1\u03AC\u03B5\u03B9 \u03C3\u03C4\u03BF \u03C4\u03C1\u03AD\u03C7\u03C9\u03BD \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF.
+fold=\u0394\u03AF\u03C0\u03BB\u03C9\u03C3\u03B5
+FoldAllAction.text=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7/\u03B4\u03AF\u03C0\u03BB\u03C9\u03BC\u03B1 \u03CC\u03BB\u03C9\u03BD
+FoldAllAction.tooltip=<html>\u0394\u03B9\u03C0\u03BB\u03CE\u03BD\u03B5\u03B9/\u03A3\u03C5\u03BC\u03C0\u03C4\u03AF\u03C3\u03B5\u03B9 \u03C4\u03BF\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5.</html>
+FoldOneLevelAction.text=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03AD\u03BD\u03B1 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF
+FoldOneLevelAction.tooltip=<html>\u0394\u03B9\u03C0\u03BB\u03CE\u03BD\u03B5\u03B9/\u03A3\u03C5\u03BC\u03C0\u03C4\u03AE\u03C3\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2 \u03BA\u03B1\u03C4\u03AC \u03AD\u03BD\u03B1 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF.</html>
+follow_graphical_link=\u03a0\u03ae\u03b3\u03b1\u03b9\u03bd\u03b5:
+FollowLinkAction.text=\u0391\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5:
+font=\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+FontFamilyAction.text=\u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
+FontSizeAction.text=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
+format_invalid_pattern=\u03bc\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf
+format_menu_cloud_shapes=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03cd\u03bd\u03bd\u03b5\u03c6\u03bf\u03c5 \u03ae \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03c4\u03c5\u03bb
+format_menu_edge_styles=\u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+format_menu_edge_widths=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+format_panel=\u039c\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
+FormatCopy.text=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
+FormatCopy.tooltip=<html>\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03AC\u03C6\u03B5\u03B9 \u03C4\u03B7 \u03BC\u03BF\u03C1\u03C6\u03AE \u03B5\u03BD\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5.</html>
+FormatPaste.text=\u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03B9\u03C3\u03B7 \u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
+FormatPaste.tooltip=<html>\u0395\u03C0\u03B9\u03BA\u03BF\u03BB\u03AC \u03C4\u03B7\u03BD \u03BC\u03BF\u03C1\u03C6\u03AE \u03B5\u03BD\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5.</html>
+formats_not_loaded=\u039f\u03b9 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5 \u03c6\u03bf\u03c1\u03c4\u03ce\u03b8\u03b7\u03ba\u03b1\u03bd, \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03c1\u03b1\u03c6\u03b5\u03af
+formula.error.attributeValueIsNull=\u0397 \u03c4\u03b9\u03bc\u03ae \u03c4\u03bf\u03c5 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd "{0}" \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b5\u03bd\u03ae \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7.
+formula.error.circularReference=\u039a\u03c5\u03ba\u03bb\u03b9\u03ba\u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac:\u039f \u03c4\u03cd\u03c0\u03bf\u03c2 \u03c3\u03c4\u03bf\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf "{0}" \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c4\u03bf\u03c5.
+formula.EvaluateAllAction.text=\u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd
+formula.EvaluateAllAction.tooltip=\u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03a4\u03cd\u03c0\u03c9\u03bd/\u0395\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd \u03c3\u03c4\u03bf\u03bd \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1 \u03c7\u03ac\u03c1\u03c4\u03b7
+formula.menuname=\u03a4\u03cd\u03c0\u03bf\u03b9/\u0395\u03bd\u03c4\u03bf\u03bb\u03ad\u03c2
+formula_editor=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c4\u03cd\u03c0\u03bf\u03c5
+ForwardAction.text=\u0395\u03BC\u03C0\u03C1\u03CC\u03C2
+ForwardAction.tooltip=\u03a0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ac\u03b5\u03b9 \u03bc\u03c0\u03c1\u03bf\u03c3\u03c4\u03ac \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bb\u03c5\u03c3\u03af\u03b4\u03b1
+FreeNodeAction.text=\u0395\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c2 (\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2/\u03b1\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7)
+Freeplane.progress.buildScreen=\u039A\u03B1\u03C4\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2...
+Freeplane.progress.createController=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B5\u03BB\u03B5\u03B3\u03BA\u03C4\u03AE...
+Freeplane.progress.createInitialMode=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03CD \u03C4\u03C1\u03CC\u03C0\u03BF\u03C5...
+Freeplane.progress.endStartup=\u03A4\u03AD\u03BB\u03BF\u03C2 \u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7\u03C2.
+Freeplane.progress.gettingPreferenceDirectories=\u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03C0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03C9\u03BD...
+Freeplane.progress.gettingPreferences=\u0391\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03C9\u03BD...
+Freeplane.progress.loadMaps=\u0391\u03BD\u03AC\u03BA\u03C4\u03B7\u03C3\u03B7 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03BC\u03BC\u03AC\u03C4\u03C9\u03BD...
+Freeplane.progress.propagateLookAndFeel=\u039C\u03B5\u03C4\u03AC\u03B4\u03BF\u03C3\u03B7 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2...
+Freeplane.progress.settingPreferences=\u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03C9\u03BD...
+Freeplane.progress.startCreateController=\u0395\u03BD\u03B1\u03C1\u03BE\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 \u03B5\u03BB\u03B5\u03B3\u03BA\u03C4\u03AE...
+Freeplane.progress.updateLookAndFeel=\u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2...
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1...
+FreeplaneHelpStarter.tooltip=\u0395\u03C0\u03B1\u03C5\u03BE\u03B7\u03BC\u03AD\u03BD\u03B7 \u03B2\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1 \u03C4\u03BF\u03C5 Freeplane
+GettingStartedAction.text=\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b5\u03ba\u03bc\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2
+GotoLinkNodeAction.text=\u03A0\u03AE\u03B3\u03B1\u03B9\u03BD\u03B5 \u03C3\u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
+GotoNodeAction.text=\u03a0\u03ae\u03b3\u03b1\u03b9\u03bd\u03b5 \u03c3\u03c4\u03bf\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf \u03bc\u03b5 ID...
+GrabKeyDialog.common.cancel=\u0391\u03BA\u03C5\u03C1\u03BF
+GrabKeyDialog.common.ok=\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
+GrabKeyDialog.grab-key.assigned-to=\u0391\u03BD\u03B1\u03C4\u03AD\u03B8\u03B7\u03BA\u03B5 \u03C3\u03B5
+GrabKeyDialog.grab-key.assigned-to.none=\u03A7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03BD\u03AC\u03B8\u03B5\u03C3\u03B7 (\u03B1\u03BA\u03CC\u03BC\u03B1!)
+GrabKeyDialog.grab-key.clear=\u039A\u03B1\u03B8\u03B1\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2
+GrabKeyDialog.grab-key.remove=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
+GrabKeyDialog.grab-key.remove-ask=\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7?
+GrabKeyDialog.grab-key.title=\u0394\u03CE\u03C3\u03B5 \u03BD\u03AD\u03BF \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF
+green=\u03a0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf
+help=\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1
+HideableAction.tooltip=<html>\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03c4\u03bf \u03c6\u03cc\u03bd\u03c4\u03bf \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b1\u03bb\u03bb\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf.</html>
+HideAllAttributesAction.text=\u039A\u03C1\u03CD\u03C8\u03B5 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+HierarchicalIcons2Action.text=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c4\u03bf\u03bc\u03ae\u03c2 \u03c4\u03c9\u03bd \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03b3\u03cc\u03bd\u03c9\u03bd
+HierarchicalIconsAction.text=\u0394\u03B5\u03AF\u03C7\u03BD\u03B5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1 \u03B9\u03B5\u03C1\u03B1\u03C1\u03C7\u03B9\u03BA\u03AC
+HierarchicalIconsAction.tooltip=\u0395\u03AC\u03BD \u03AD\u03BD\u03B1\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03BC\u03BF\u03C5 \u03AD\u03C7\u03B5\u03B9 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF, \u03B8\u03B1 \u03C4\u03BF \u03B4\u03B5\u03AF\u03C7\u03BD\u03C9 \u03C3\u03B5 \u03BC\u03B9\u03BA\u03C1\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03B5\u03B3\u03CE.
+hot_keys=\u03a3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2
+hot_keys_table=\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd
+HotKeyInfoAction.text=\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf\u03c5
+html_export_based_on_headings=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u0392\u03B1\u03C3\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B5\u03C2
+html_export_fold_all=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u039F\u03BB\u03B1 \u03B4\u03B9\u03C0\u03BB\u03C9\u03BC\u03AD\u03BD\u03B1
+html_export_fold_currently_folded=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u03C3\u03C4\u03B7\u03BD \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1 \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7\u03C2
+html_export_no_folding=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE HTML - \u03C3\u03B5 \u03C0\u03BB\u03AE\u03C1\u03B7 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7
+html_problem=<html>\u0394\u03b5 \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c9 html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7
+icon_attach=\u039A\u03BF\u03AF\u03C4\u03B1 \u03B5\u03B4\u03CE
+icon_audio=\u0389\u03c7\u03bf\u03c2
+icon_back=\u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE
+icon_bee=Freeplane
+icon_bell=\u03A5\u03C0\u03BF\u03BC\u03BD\u03B7\u03C3\u03B7
+icon_bookmark=\u0391\u03C1\u03B9\u03C3\u03C4\u03BF
+icon_broken-line=\u039a\u03bf\u03bc\u03bc\u03ad\u03bd\u03bf
+icon_button_cancel=\u0386\u03ba\u03c5\u03c1\u03bf
+icon_button_ok=\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
+icon_calendar=\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf
+icon_checked=\u0395\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf
+icon_clanbomber=\u0395\u03C0\u03B9\u03BA\u03AF\u03BD\u03B4\u03C5\u03BD\u03BF
+icon_clock=\u038f\u03c1\u03b1
+icon_clock2=\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7
+icon_closed=\u0391\u03c0\u03b1\u03b3\u03cc\u03c1\u03b5\u03c5\u03c3\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5
+icon_decrypted=\u0391\u03c0\u03bf\u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03bf
+icon_desktop_new=\u039C\u03AE\u03BD \u03BE\u03B5\u03C7\u03AC\u03C3\u03B5\u03B9\u03C2
+icon_division=\u0394\u03b9\u03b1\u03af\u03c1\u03b5\u03c3\u03b7
+icon_down=\u039A\u03AC\u03C4\u03C9
+icon_edit=\u0392\u03b5\u03bb\u03c4\u03af\u03c9\u03c3\u03b7
+icon_encrypted=\u039a\u03bb\u03b5\u03b9\u03b4\u03c9\u03bc\u03ad\u03bd\u03bf
+icon_executable=\u0395\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b9\u03bc\u03bf
+icon_family=\u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1
+icon_fema=\u0386\u03bd\u03b4\u03c1\u03b1\u03c2 & \u0393\u03c5\u03bd\u03b1\u03af\u03ba\u03b1
+icon_female1=\u0393\u03c5\u03bd\u03b1\u03af\u03ba\u03b11
+icon_female2=\u0393\u03c5\u03bd\u03b1\u03af\u03ba\u03b12
+icon_females=\u0398\u03b7\u03bb\u03c5\u03ba\u03ac
+icon_flag=\u03A3\u03B7\u03BC\u03B1\u03AF\u03B1
+icon_flag-black=\u039c\u03b1\u03cd\u03c1\u03b7 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1
+icon_flag-blue=\u039c\u03c0\u03bb\u03b5 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1
+icon_flag-green=\u03a0\u03c1\u03ac\u03c3\u03b9\u03bd\u03b7 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1
+icon_flag-orange=\u03a0\u03bf\u03c1\u03c4\u03bf\u03ba\u03b1\u03bb\u03af \u03c3\u03b7\u03bc\u03b1\u03af\u03b1
+icon_flag-pink=\u03a1\u03bf\u03b6 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1
+icon_flag-yellow=\u039a\u03af\u03c4\u03c1\u03b9\u03bd\u03b7 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1
+icon_folder=\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2
+icon_forward=\u0395\u03BC\u03C0\u03C1\u03CC\u03C2
+icon_freemind_butterfly=FreeMind
+icon_full-0=\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 0
+icon_full-1=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 1
+icon_full-2=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 2
+icon_full-3=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 3
+icon_full-4=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 4
+icon_full-5=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 5
+icon_full-6=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 6
+icon_full-7=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 7
+icon_full-8=\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 8
+icon_full-9=\u03a0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 9
+icon_go=\u03a0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf \u03c6\u03b1\u03bd\u03ac\u03c1\u03b9
+icon_gohome=\u03A3\u03C0\u03AF\u03C4\u03B9
+icon_group=\u039f\u03bc\u03ac\u03b4\u03b1
+icon_help=\u0395\u03C1\u03CE\u03C4\u03B7\u03C3\u03B7
+icon_hourglass=\u0391\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae
+icon_icon_not_found=\u03a4\u03bf \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03b4\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1
+icon_idea=\u0388\u03BC\u03C0\u03BD\u03B5\u03C5\u03C3\u03B7
+icon_image=\u0395\u03b9\u03ba\u03cc\u03bd\u03b1
+icon_info=\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b1
+icon_internet=\u0394\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf
+icon_internet_warning=\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5
+icon_kaddressbook=\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF
+icon_kmail=E-Mail
+icon_knotify=\u039C\u03BF\u03C5\u03C3\u03B9\u03BA\u03AE
+icon_korn=\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03BA\u03B9\u03B2\u03CE\u03C4\u03B9\u03BF
+icon_ksmiletris=\u0395\u03AF\u03BC\u03B1\u03B9 \u03C7\u03B1\u03C1\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2
+icon_launch=\u0395\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7
+icon_licq=\u03A9\u03C1\u03B1\u03AF\u03B1
+icon_list=\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7
+icon_Mail=\u0391\u03BB\u03BB\u03B7\u03BB\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1
+icon_male1=\u0386\u03bd\u03b4\u03c1\u03b1\u03c21
+icon_male2=\u0386\u03bd\u03b4\u03c1\u03b1\u03c22
+icon_males=\u0391\u03c1\u03c3\u03b5\u03bd\u03b9\u03ba\u03ac
+icon_menu=\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1
+icon_messagebox_warning=\u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC
+icon_mindmap=\u03a7\u03ac\u03c1\u03c4\u03b7\u03c2
+icon_multiplication=\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03b1\u03c3\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2
+icon_narrative=\u0395\u03ba\u03c6\u03ce\u03bd\u03b7\u03c3\u03b7
+icon_negative=\u0391\u03c1\u03bd\u03b7\u03b9\u03c4\u03b9\u03ba\u03cc
+icon_neutral=\u039f\u03c5\u03b4\u03ad\u03c4\u03b5\u03c1\u03bf
+icon_password=\u039A\u03BB\u03B5\u03B9\u03B4\u03AF
+icon_pencil=\u03A0\u03C1\u03CC\u03BA\u03B5\u03B9\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B2\u03B5\u03BB\u03C4\u03B9\u03C9\u03B8\u03B5\u03AF
+icon_penguin=Linux
+icon_positive=\u0398\u03b5\u03c4\u03b9\u03ba\u03cc
+icon_prepare=\u039a\u03af\u03c4\u03c1\u03b9\u03bd\u03bf \u03c6\u03b1\u03bd\u03ac\u03c1\u03b9
+icon_revision=\u0391\u03bd\u03b1\u03b8\u03b5\u03ce\u03c1\u03b7\u03c3\u03b7
+icon_smiley-angry=\u0386\u03b3\u03c1\u03b9\u03bf\u03c2
+icon_smiley-neutral=\u0391\u03bd\u03cc\u03b7\u03c4\u03bf\u03c2
+icon_smiley-oh=\u0388\u03ba\u03c0\u03bb\u03b7\u03ba\u03c4\u03bf\u03c2
+icon_smily_bad=\u0394\u03B5\u03BD \u03C0\u03B5\u03C1\u03BD\u03AC\u03C9 \u03BA\u03B1\u03BB\u03AC
+icon_stop=Stop
+icon_stop-sign=\u03a3\u03c4\u03bf\u03c0
+icon_subtraction=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7
+icon_unchecked=\u03a7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
+icon_up=\u03A0\u03AC\u03BD\u03C9
+icon_user_icon=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7
+icon_very_negative=\u03a0\u03bf\u03bb\u03cd \u03b1\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03cc\u03c2
+icon_very_positive=\u03a0\u03bf\u03bb\u03cd \u03b8\u03b5\u03c4\u03b9\u03ba\u03cc\u03c2
+icon_video=\u0392\u03af\u03bd\u03c4\u03b5\u03bf
+icon_wizard=\u039C\u03B1\u03B3\u03B5\u03AF\u03B1
+icon_xmag=\u039D\u03B1 \u03C4\u03BF \u03C3\u03C5\u03B6\u03B7\u03C4\u03AE\u03C3\u03BF\u03C5\u03BC\u03B5
+icon_yes=\u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC
+IconGroupPopupAction.arrows.text=\u0392\u03ad\u03bb\u03b7
+IconGroupPopupAction.docs_folders.text=\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1 & \u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9
+IconGroupPopupAction.flags.text=\u03a3\u03b7\u03bc\u03b1\u03af\u03b5\u03c2
+IconGroupPopupAction.math.text=\u039c\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac
+IconGroupPopupAction.media.text=\u03a0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03b1
+IconGroupPopupAction.miscellaneous.text=\u0394\u03b9\u03ac\u03c6\u03bf\u03c1\u03b1
+IconGroupPopupAction.nature.text=\u03a6\u03cd\u03c3\u03b7
+IconGroupPopupAction.numbers.text=\u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03af
+IconGroupPopupAction.office.text=\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf
+IconGroupPopupAction.people.text=\u0386\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9
+IconGroupPopupAction.rating.text=\u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7
+IconGroupPopupAction.signs.text=\u03a3\u03ae\u03bc\u03b1\u03c4\u03b1
+IconGroupPopupAction.smiley.text=\u03a7\u03b1\u03bc\u03cc\u03b3\u03b5\u03bb\u03bf
+IconGroupPopupAction.time.text=\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2
+IconGroupPopupAction.user.text=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7
+IconProgressExtended10Action.text=\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b7 \u03c0\u03c1\u03cc\u03bf\u03b4\u03bf\u03c2 10%
+IconProgressExtended25Action.text=\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b7 \u03c0\u03c1\u03cc\u03bf\u03b4\u03bf\u03c2 25%
+IconProgressIconDownAction.text=\u039c\u03b5\u03af\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5
+IconProgressIconUpAction.text=\u0391\u03cd\u03be\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5
+IconProgressRemoveAction.text=\u0391\u03c6\u03af\u03c1\u03b5\u03c3\u03b7 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5
+IconSelectionPlugin.text=\u0395\u03C0\u03AD\u03BB\u03B5\u03BE\u03B5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF...
+IconSelectionPlugin.tooltip=<html>\u0395\u03B4\u03CE \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C2 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03B9\u03C2 \u03BC\u03B9\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BC\u03B5 \u03C5\u03C0\u03BF\u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF.</html>
+image_covertLink=\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd \u03c3\u03b5 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1
+ImageFlavorHandler=\u0395\u03b9\u03ba\u03cc\u03bd\u03b1 (\u03c7\u03c1\u03ae\u03c3\u03b7 \u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5)
+import=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
+import_linked_branch_no_link=\u039F \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03CC\u03BD.!
+ImportAction.text=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
+ImportBranchAction.text=\u0394\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7 ...
+ImportExplorerFavoritesAction.text=Explorer Favorites...
+ImportFolderStructureAction.text=\u0394\u03BF\u03BC\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD ...
+ImportLinkedBranchAction.text=\u03A3\u03C5\u03BD\u03B4\u03B5\u03BC\u03AD\u03BD\u03B7 \u03B4\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7
+ImportLinkedBranchWithoutRootAction.text=(\u03A3\u03C5\u03BD\u03B4\u03B5\u03BC\u03AD\u03BD\u03B7 \u03B4\u03B9\u03B1\u03BA\u03BB\u03AC\u03B4\u03C9\u03C3\u03B7) \u03C7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03C1\u03C7\u03B9\u03BA\u03CC...
+ImportMindmanagerFiles.text=\u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 MindManager X5 ...
+increase_branch_font_size=\u039C\u03B5\u03B3\u03B1\u03BB\u03CD\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+IncreaseNodeFontAction.text=\u039C\u03B5\u03B3\u03B1\u03BB\u03CD\u03C4\u03B5\u03C1\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+ItalicAction.text=\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1
+italicise_branch=\u039C\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03AE \u03C3\u03B5 \u03C0\u03BB\u03AC\u03B3\u03B9\u03B1
+java_version=\u0388\u03ba\u03b4\u03bf\u03c3\u03b7 Java {0}
+JoinNodesAction.text=\u03A3\u03C5\u03BD\u03AD\u03BD\u03BD\u03C9\u03C3\u03B7 \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD
+less_than_two_selected_nodes=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03AD\u03C7\u03BF\u03C5\u03BC\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD \u03B4\u03CD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2.
+link_not_available_any_more=\u0397 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03B4\u03B5\u03BD \u03B9\u03C3\u03C7\u03CD\u03B5\u03B9. \u039F \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C6\u03B7\u03BA\u03B5 \u03C3\u03C4\u03BF \u03BC\u03B5\u03C3\u03BF\u03B4\u03B9\u03AC\u03C3\u03C4\u03B7\u03BC\u03B1.
+link_not_found=\u039F \u03B4\u03B5\u03C3\u03BC\u03CC\u03C2 {0} \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5.
+load=\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7
+load_accelerator_presets=\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7
+LoadAcceleratorPresetsAction.textPatterns.text=\u03c3\u03c5\u03bd\u03b4\u03c5\u03b1\u03c3\u03bc\u03bf\u03af \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+locking_failed_by_open=\u03A4\u03BF \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 {0} \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5. \u03A7\u03C1\u03AE\u03C3\u03B7 \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7.
+locking_failed_by_save_as=\u03A4\u03BF \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 {0} \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5. \u0397 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1 \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2 ... \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.
+locking_old_lock_removed=\u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 {0} \u03BA\u03BB\u03B5\u03B9\u03B4\u03CE\u03B8\u03B7\u03BA\u03B5 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {1}. \u03A4\u03BF \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03B1\u03C6\u03B1\u03B9\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03B3\u03B9\u03B1\u03C4\u03AF \u03AE\u03C4\u03B1\u03BD \u03C0\u03B1\u03BB\u03B9\u03CC.
+long_node_changed_cancel=\u0395\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 ?
+long_node_changed_submit=\u0395\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 ?
+lots_of_links_warning=\u0395\u03C7\u03BF\u03C5\u03BD \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03B7\u03B8\u03B5\u03AF \u03C0\u03BF\u03BB\u03BB\u03BF\u03AF \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03B9 \u03C3\u03C4\u03BF\u03BD \u03AF\u03B4\u03B9\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03C0\u03C1\u03B1\u03B3\u03BC\u03B1\u03C4\u03B9\u03BA\u03AC \u03CC\u03BB\u03B5\u03C2 \u03B1\u03C5\u03C4\u03AD\u03C2 \u03C4\u03B9\u03C2 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03B9\u03C2 ?
+main_resource_directory=\u03a0\u03b7\u03b3\u03ad\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 {0}
+MainView.errorUpdateText=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03c4\u03bf {0}
+MakeLinkFromAnchorAction.text=\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5 \u03b1\u03c0\u03cc \u03c3\u03b7\u03bc\u03b5\u03af\u03bf \u03b1\u03b3\u03ba\u03af\u03c3\u03c4\u03c1\u03c9\u03c3\u03b7\u03c2
+MakeLinkFromAnchorAction.tooltip=<html>\u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03cd \u03ae \u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03cd \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd \u03b1\u03c0\u03cc<br/>\u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03b1\u03b3\u03ba\u03b9\u03c3\u03c4\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf \u03c3\u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf</html>
+MakeLinkToAnchorAction.text=\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u03b1\u03b3\u03ba\u03af\u03c3\u03c4\u03c1\u03c9\u03c3\u03b7
+MakeLinkToAnchorAction.tooltip=<html>\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03bd\u03cc\u03c2 \u03c4\u03bf\u03c0\u03b9\u03ba\u03bf\u03cd \u03ae \u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03cd \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd \u03b1\u03c0\u03cc<br/>\u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf \u03c0\u03c1\u03bf\u03c2 \u03c4\u03bf\u03bd \u03b1\u03b3\u03ba\u03b9\u03c3\u03c4\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf</html>
+ManageAddOnsAction.text=\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1
+ManageAddOnsDialog.activate=\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
+ManageAddOnsDialog.activation.success=\u03c4\u03bf {0} \u03b8\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7
+ManageAddOnsDialog.authored.by=\u03b1\u03c0\u03cc {0}
+ManageAddOnsDialog.cannot.activate=\u03a4\u03bf {0} \u03b5\u03af\u03bd\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc
+ManageAddOnsDialog.cannot.configure=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bc\u03b5\u03c4\u03c1\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c9 \u03c4\u03bf {0}
+ManageAddOnsDialog.cannot.deactivate=\u03a4\u03bf {0} \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc
+ManageAddOnsDialog.cannot.deinstall=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b1\u03c0\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c9 \u03c4\u03bf {0}
+ManageAddOnsDialog.configure=\u03a0\u03b1\u03c1\u03b1\u03bc\u03b5\u03c4\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
+ManageAddOnsDialog.deactivate=\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
+ManageAddOnsDialog.deactivation.success=\u03c4\u03bf {0} \u03b8\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2
+ManageAddOnsDialog.deinstall=\u0391\u03c0\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7
+ManageAddOnsDialog.deinstallation.success=\u03c4\u03bf {0} \u03b8\u03b1 \u03b1\u03c0\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7
+ManageAddOnsDialog.error=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 {0}
+ManageAddOnsDialog.install=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7
+ManageAddOnsDialog.install.from.known.location=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03c5 \u03b1\u03c0\u03cc \u03b3\u03bd\u03c9\u03c3\u03c4\u03ae \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1
+ManageAddOnsDialog.install.tooltip=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae URL \u03b5\u03b4\u03ce
+ManageAddOnsDialog.map.not.opened=\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7\u03c2 {0} \u03b4\u03b5 \u03c6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03b5\u03af
+ManageAddOnsDialog.really.deinstall=\u0391\u03c0\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1;
+ManageAddOnsDialog.search=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03c9\u03bd
+ManageAddOnsDialog.search.file=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7
+ManageAddOnsDialog.select.tooltip=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5
+ManageAddOnsDialog.status.downloading=\u039a\u03b1\u03c4\u03ad\u03b2\u03b1\u03c3\u03bc\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5...
+ManageAddOnsDialog.status.installing=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03c5...
+ManageAddOnsDialog.status.success=\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03b1 {0}.
+ManageAddOnsDialog.tab.install=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7
+ManageAddOnsDialog.tab.install.tooltip=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03bd\u03ad\u03c9\u03bd \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03c9\u03bd
+ManageAddOnsDialog.tab.manage=\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1
+ManageAddOnsDialog.tab.manage.themes=\u0398\u03ad\u03bc\u03b1\u03c4\u03b1
+ManageAddOnsDialog.tab.manage.themes.tooltip=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd \u03b8\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd
+ManageAddOnsDialog.tab.manage.tooltip=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03b7\u03bc\u03ad\u03bd\u03c9\u03bd \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03c9\u03bd
+ManageAddOnsDialog.visit.addon.page=\u0395\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03c9\u03bd...
+ManageConditionalStylesAction.text=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c4\u03c5\u03bb \u03c5\u03c0\u03cc \u03cc\u03c1\u03bf\u03c5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf
+ManageNodeConditionalStylesAction.text=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c3\u03c4\u03c5\u03bb \u03c5\u03c0\u03cc \u03cc\u03c1\u03bf\u03c5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03cc\u03bc\u03b2\u03bf
+map_already_exists=\u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C4\u03BF \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03BF\u03C5\u03BC\u03B5 ;
+map_corrupted=\u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03BA\u03B1\u03C4\u03B5\u03C3\u03C4\u03C1\u03B1\u03BC\u03AD\u03BD\u03BF. \u0398\u03AD\u03BB\u03B5\u03B9\u03C2 \u03BB\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2 ?
+map_load_error=\u0394\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b1 \u03bd\u03b1 \u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03c9 \u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7 {0}
+map_locked_by_open=\u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 {0} \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B5\u03BB\u03B9\u03B4\u03C9\u03BC\u03AD\u03BD\u03BF \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {1}. \u03A4\u03BF \u03B1\u03BD\u03BF\u03AF\u03B3\u03C9 \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7.
+map_locked_by_save_as=\u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 {0} \u03B5\u03B9\u03BD\u03B1\u03B9 \u03BA\u03BB\u03B5\u03B9\u03B4\u03C9\u03BC\u03AD\u03BD\u03BF \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {1}. \u0397 \u03B5\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B1 \u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2 ... \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.
+map_not_saved=\u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7.
+MapBackgroundColorAction.text=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03c6\u03cc\u03bd\u03c4\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7
+MaxNodeWidth.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c5 \u03c0\u03bb\u03ac\u03c4\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_applyStyle=\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a3\u03c4\u03c5\u03bb
+menu_attributes=\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+menu_clouds=\u03a3\u03cd\u03bd\u03bd\u03b5\u03c6\u03b1
+menu_copy=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae
+menu_coreFormat=\u039a\u03ad\u03bd\u03c4\u03c1\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_details=\u039b\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2
+menu_displayAttributes=\u03a7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_encryption=\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc
+menu_error=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03bc\u03b5\u03bd\u03bf\u03cd \u03c0\u03bf\u03c5 \u03bf\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 {0}:\n{1}\n\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7
+menu_extensions=\u0395\u03c0\u03b5\u03ba\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_extras=\u0395\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03B1
+menu_file_import=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
+menu_filter=\u03a6\u03af\u03bb\u03c4\u03c1\u03bf
+menu_format=\u039C\u03BF\u03C1\u03C6\u03AE
+menu_group=\u039f\u03bc\u03ac\u03b4\u03b1 \u039a\u03cc\u03bc\u03b2\u03c9\u03bd
+menu_hoverView=\u03a0\u03b5\u03b4\u03af\u03b1 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2
+menu_iconByCategory=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03b1\u03bd\u03ac \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1...
+menu_iconView=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1
+menu_image=\u0395\u03b9\u03ba\u03cc\u03bd\u03b1
+menu_insert=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE
+menu_latex_formula=\u03b5\u03bd\u03c4\u03bf\u03bb\u03ae LaTeX
+menu_links=\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2
+menu_manageStyles=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a3\u03c4\u03c5\u03bb
+menu_moveNode=\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7
+menu_navigate=\u03A0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7
+menu_newNode=\u039d\u03ad\u03bf\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c2
+menu_node=\u039a\u03cc\u03bc\u03b2\u03bf\u03c2
+menu_node_features=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_nodes=\u039a\u03cc\u03bc\u03b2\u03bf\u03b9
+menu_nodeView=\u039a\u03ad\u03bd\u03c4\u03c1\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_notes=\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7
+menu_noteView=\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2
+menu_progress=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5 (%)
+menu_remove_icons=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd
+menu_removeAttribute=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd
+menu_select=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
+menu_time=\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5
+menu_title=\u039a\u03ad\u03bd\u03c4\u03c1\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+menu_toolbars=\u039c\u03c0\u03ac\u03c1\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03c9\u03bd
+menu_view=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE
+menu_viewmode=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd
+MenuUtils.invalid_menuitem=\u03c4\u03bf {0} \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03bf \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd
+mindmap=\u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+MindMapNodesFlavorHandler=\u0399\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+mindmaps=\u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1
+mindmaps_desc=\u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 (*.mm)
+mindmaps_filter_desc=\u03a6\u03af\u03bb\u03c4\u03c1\u03b1 (*.mmfilter)
+MinNodeWidth.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03c5 \u03c0\u03bb\u03ac\u03c4\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+mode_Browse=\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2
+mode_File=\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u0391\u03c1\u03c7\u03b5\u03af\u03c9\u03bd
+mode_MindMap=\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c7\u03b1\u03c1\u03c4\u03ce\u03bd
+mode_na=\u03A4\u03C1\u03CC\u03C0\u03BF\u03C2 \u03BC\u03AE \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF\u03C2
+mode_status=\u039F \u03C4\u03C1\u03CC\u03C0\u03BF\u03C2 \u03AC\u03BB\u03BB\u03B1\u03BE\u03B5 \u03C3\u03C4\u03BF  {0}
+mode_title=Freeplane - {0} Mode
+modes=\u03A4\u03C1\u03CC\u03C0\u03BF\u03B9 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2
+ModesMenuAction.Browse.text=\u03a0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7 \u03c7\u03b1\u03c1\u03c4\u03ce\u03bd
+ModesMenuAction.File.text=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd
+ModesMenuAction.MindMap.text=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 Mind Map
+most_recent_files=\u03A0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1
+MoveToRootAction.text=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03C3\u03C4\u03B7\u03BD \u0391\u03C1\u03C7\u03AE
+NameConditionAction.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bf\u03bd\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2
+NavigationNextMapAction.text=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+NavigationPreviousMapAction.text=\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF \u0394\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+new=\u039d\u03ad\u03bf
+new_map_from_user_templates.text=\u039d\u03ad\u03bf\u03c2 \u03c7\u03ac\u03c1\u03c4\u03b7\u03c2 \u03b1\u03c0\u03cc \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf...
+new_mindmap=\u039D\u03AD\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+new_node=\u039D\u03AD\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
+new_node_as_sibling_not_possible_for_the_root=\u039D\u03AD\u03BF\u03C2 \u03C3\u03C5\u03B3\u03B3\u03B5\u03BD\u03AE\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03B1\u03C1\u03C7\u03B9\u03BA\u03CC
+new_version_available=\u039d\u03ad\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 {0}
+NewChildAction.text=\u039D\u03AD\u03BF\u03C2 \u03B1\u03C0\u03CC\u03B3\u03BF\u03BD\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
+NewerFileRevisionsFoundDialog.cancel=\u03a0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u039c\u03b7\u03bd \u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9\u03c2 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf
+NewerFileRevisionsFoundDialog.file_last_modified=\u03a3\u03b7\u03bc\u03ac\u03b4\u03b9 \u03b7\u03bc/\u03bd\u03b9\u03b1\u03c2-\u03ce\u03c1\u03b1\u03c2
+NewerFileRevisionsFoundDialog.file_name=\u0391\u03c1\u03c7\u03b5\u03af\u03bf
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1
+NewerFileRevisionsFoundDialog.open.tooltip=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03ba\u03c4\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2
+NewerFileRevisionsFoundDialog.question=\u0392\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03bd\u03ad\u03b5\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 {0}!
+NewerFileRevisionsFoundDialog.restore=\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7
+NewerFileRevisionsFoundDialog.restore.tooltip=\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03bf\u03c5 {0} \u03bc\u03b5 \u03c4\u03bf {1}
+NewerFileRevisionsFoundDialog.title=\u039d\u03ad\u03b5\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd
+NewFreeNodeAction.text=\u039d\u03ad\u03bf\u03c2 \u03b5\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c2
+NewLevelStyleAction.text=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03c5\u03bb \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5
+newmap.install.addon.question=\u03c4\u03bf {0} \u03c6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf.\n\u039d\u03b1 \u03c4\u03bf \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c9; (\u03bc\u03b5 \u039f\u03a7\u0399 \u03b1\u03c0\u03bb\u03ce\u03c2 \u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9 \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf)
+newmap.install.addon.title=\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03c5;
+NewMapAction.text=\u039D\u03AD\u03BF
+NewMapViewAction.text=\u039d\u03ad\u03b1 \u03b1\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03c7\u03ac\u03c1\u03c4\u03b7
+NewParentNode.text=\u039D\u03AD\u03BF\u03C2 \u03B3\u03BF\u03BD\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
+NewParentNode.tooltip=<html>\u039F\u03BB\u03BF\u03B9 \u03BF\u03B9 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03B9 \u03BA\u03BF\u03BC\u03B2\u03BF\u03B9, \u03C0\u03AC\u03BD\u03B5 \u03C3\u03B5 \u03BD\u03AD\u03BF \u03B3\u03BF\u03BD\u03AD\u03B1.</html>
+NewPreviousSiblingAction.text=\u039D\u03AD\u03BF \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2 \u03B1\u03B4\u03B5\u03C1\u03C6\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
+NewSiblingAction.text=\u039D\u03AD\u03BF\u03C2 \u03B1\u03B4\u03B5\u03C1\u03C6\u03B9\u03BA\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2
+NewSummaryAction.text=\u039d\u03ad\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c2 \u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2 (\u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03ba\u03cc\u03bc\u03b2\u03bf\u03b9)
+NewUserStyleAction.text=\u039d\u03ad\u03bf \u03c3\u03c4\u03c5\u03bb \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
+NextNodeAction.BACK.text=\u03a3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf
+NextNodeAction.BACK_N_FOLD.text=\u03a3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf (\u03bc\u03b5 \u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1)
+NextNodeAction.FORWARD.text=\u03c3\u03c4\u03bf\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf
+NextNodeAction.FORWARD_N_FOLD.text=\u03c3\u03c4\u03bf\u03bd \u03b1\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf (\u03bc\u03b5 \u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1)
+NextPresentationItemAction.text=\u039e\u03b5\u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf\u03c5 \u03b1\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7\u03c2
+no=\u039F\u03C7\u03B9
+no_copy_attributes_before_paste_attributes=\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03ba\u03ac\u03c4\u03b9.
+NO_FORMAT=\u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf
+no_format_copy_before_format_paste=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C2 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BA\u03BF\u03BB\u03AE\u03C3\u03B5\u03B9\u03C2 \u03BC\u03AF\u03B1 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03C1\u03B9\u03BD \u03B1\u03BD\u03C4\u03B9\u03B3\u03C1\u03AC\u03C8\u03B5\u03B9\u03C2.
+no_found_from=\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03C4\u03BF "{0}" \u03B1\u03C0\u03CC \u03C4\u03BF "{1}"
+no_more_found_from=\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03AC\u03BB\u03BB\u03B1 "{0}" \u03B1\u03C0\u03CC \u03C4\u03BF "{1}".
+no_previous_find=\u0397 \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03AE\u03C4\u03B1\u03BD \u03C7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1.
+no_styles_found_in_map=\u0394\u03b5 \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03c3\u03c4\u03c5\u03bb \u03c3\u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7
+node=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2
+node_changed_discard_changes=\u0395\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 ?
+node_is_write_protected=\u039f \u03ba\u03cc\u03bc\u03b2\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf\u03c2
+node_location_help=\u03bc\u03b5 \u03c3\u03cd\u03c1\u03c3\u03b9\u03bc\u03bf \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03b7 \u03b8\u03ad\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5, \u03bc\u03b5 ctrl + \u03c3\u03cd\u03c1\u03c3\u03b9\u03bc\u03bf \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03b7 \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7, \u03bc\u03b5 \u03b4\u03b9\u03c0\u03bb\u03cc \u03ba\u03bb\u03b9\u03ba \u03ba\u03b1\u03b9 ctrl+\u03b4\u03b9\u03c0\u03bb\u03cc \u03ba\u03bb\u03b9\u03ba \u03ba\u03b1\u03b8\u03b1\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03b9 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b8\u03ad\u03c3\u03b7\u03c2
+node_selector=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+node_selector_message=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03bc\u03b5 \u03b4\u03b9\u03c0\u03bb\u03cc \u03ba\u03bb\u03b9\u03ba
+node_styles=\u03a3\u03c4\u03c5\u03bb \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+NodeBackgroundColorAction.text=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5...
+NodeColorAction.text=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5...
+NodeColorBlendAction.text=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03BC\u03AF\u03BE\u03B7\u03C2
+NodeDownAction.text=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03BA\u03AC\u03C4\u03C9
+NodeExtensions.EditNodeExtensions=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b5\u03c0\u03b5\u03ba\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+NodeExtensions.RemoveNodeExtensions=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b5\u03ba\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+NodeListAction.text=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BC\u03B5 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7...
+NodeListAction.tooltip=\u0394\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2 \u03BC\u03B5 \u03C4\u03B9\u03C2 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B5\u03C2 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2/\u03BC\u03B5\u03C4\u03B1\u03B2\u03BF\u03BB\u03AE\u03C2.
+NodeShapeAction.bubble.text=\u03A6\u03BF\u03CD\u03C3\u03BA\u03B1
+NodeShapeAction.fork.text=\u0394\u03B9\u03C7\u03AC\u03BB\u03B1- Fork
+NodeUpAction.text=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2 \u03C0\u03AC\u03BD\u03C9
+NodeWidthAction.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bf\u03c1\u03af\u03c9\u03bd \u03c0\u03bb\u03ac\u03c4\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+nonboldify_branch=\u03B1\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03AD\u03BD\u03C4\u03BF\u03BD\u03BF\u03C5
+nonitalicise_branch=\u03B1\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C0\u03BB\u03B1\u03B3\u03AF\u03C9\u03BD
+normal=\u03A3\u03C5\u03BD\u03AE\u03B8\u03B7\u03C2
+not_saved_for_image_error=\u039f \u03c7\u03ac\u03c1\u03c4\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af \u03c0\u03c1\u03ce\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1
+not_saved_for_link_error=\u03A4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03B8\u03B5\u03AF, \u03C0\u03C1\u03B9\u03BD \u03BD\u03B1 \u03BC\u03C0\u03BF\u03C1\u03AD\u03C3\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03B3\u03C1\u03B1\u03C6\u03B9\u03BA\u03AC
+note_window_location=\u0398\u03ad\u03c3\u03b7 \u03c0\u03b5\u03b4\u03af\u03bf\u03c5 \u03c3\u03c7\u03bf\u03bb\u03af\u03c9\u03bd
+ok=\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
+OKAction.text=\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
+OnlineReference.text=\u039f\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf
+open_asMindMap=Mind Map
+OpenAction.text=\u0391\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1...
+OpenFreeplaneSiteAction.text=\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1 Freeplane
+OpenPathAction.text=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5
+OpenURLMapAction.text=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c7\u03ac\u03c1\u03c4\u03b7 \u03b1\u03c0\u03cc URL...
+OpenUserDirAction.text=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7
+option_changes_may_require_restart=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03B4\u03B5\u03AF\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2, \u03BC\u03AC\u03BB\u03BB\u03BF\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B1\u03BD\u03B1\u03BE\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF  Freeplane.
+OptionalDontShowMeAgainDialog.cancel=\u038c\u03c7\u03b9
+OptionalDontShowMeAgainDialog.dontShowAgain=\u039c\u03b7 \u03bc\u03b5 \u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03be\u03b1\u03bd\u03ac
+OptionalDontShowMeAgainDialog.ok=\u039d\u03b1\u03b9
+OptionalDontShowMeAgainDialog.rememberMyDescision=\u039d\u03b1 \u03b8\u03c5\u03bc\u03ac\u03c3\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03c6\u03b1\u03c3\u03ae \u03bc\u03bf\u03c5
+OptionPanel.absolute=\u0391\u03C0\u03CC\u03BB\u03C5\u03C4\u03BF
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7\u03C2
+OptionPanel.ADD_CHILD=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.ADD_SIBLING=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b4\u03af\u03b4\u03c5\u03bc\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.addons=\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1
+OptionPanel.always_fold_all_after_load=\u03a4\u03cd\u03bb\u03b9\u03b3\u03bc\u03b1 \u03cc\u03bb\u03c9\u03bd
+OptionPanel.always_load_last_maps=\u03a6\u03cc\u03c1\u03c4\u03c9\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03bd\u03ad\u03c9\u03bd \u03c7\u03b1\u03c1\u03c4\u03ce\u03bd
+OptionPanel.always_load_last_maps.tooltip=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03c0\u03ac\u03bd\u03c9 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2, \u03ba\u03b1\u03b9 \u03ac\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c4\u03bf\u03c5 FP \u03bc\u03b5 \u03ad\u03bd\u03b1 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7.
+OptionPanel.always_save_folding=\u03a0\u03ac\u03bd\u03c4\u03b1
+OptionPanel.always_save_folding_state=\u039d\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03bf\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c4\u03c5\u03bb\u03af\u03b3\u03bc\u03b1\u03c4\u03bf\u03c2
+OptionPanel.always_save_folding_state.tooltip=\u0391\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af, \u03ba\u03ac\u03b8\u03b5 \u03c4\u03cd\u03bb\u03b9\u03b3\u03bc\u03b1 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03b5\u03af \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03ba\u03b1\u03b9 \u03c3\u03bf\u03c5 \u03c5\u03c0\u03b5\u03bd\u03b8\u03c5\u03bc\u03af\u03b6\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03b9\u03c2.
+OptionPanel.always_unfold_all_after_load=\u039e\u03b5\u03c4\u03cd\u03bb\u03b9\u03b3\u03bc\u03b1 \u03cc\u03bb\u03c9\u03bd
+OptionPanel.antialias=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7
+OptionPanel.antialias.tooltip=<html>\u039A\u03B1\u03B8\u03BF\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C4\u03B7\u03BD \u03C0\u03BF\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C4\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2. \u0391\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF \u03CC\u03BC\u03C9\u03C2 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03BF \u03C7\u03C1\u03CC\u03BD\u03BF .</html>
+OptionPanel.antialias_all=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u039F\u03BB\u03B1
+OptionPanel.antialias_edges=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7: \u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+OptionPanel.antialias_none=\u03A7\u03C9\u03C1\u03AF\u03C2 \u03BF\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7
+OptionPanel.Appearance=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7
+OptionPanel.apply_system_screen_resolution=\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03b7\u03c2 \u03b1\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2
+OptionPanel.approximate_search_threshold=\u038c\u03c1\u03b9\u03bf \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b5\u03b3\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03b1\u03cd\u03c4\u03b9\u03c3\u03b7
+OptionPanel.approximate_search_threshold.tooltip=<html>Threshold for approximate matching<br/><font size="2">see http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(the higher the fewer variations<br/>of the search term will be found)</html>
+OptionPanel.ar=Ar
+OptionPanel.ARC=\u03a4\u03cc\u03be\u03bf
+OptionPanel.as_parent=\u03A9\u03C2 \u03B3\u03BF\u03BD\u03AD\u03B1\u03C2
+OptionPanel.ask=\u0395\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7
+OptionPanel.automatic=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03BF
+OptionPanel.automaticFormat_level=\u03A4\u03C1\u03CC\u03C0\u03BF\u03B9 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7\u03C2
+OptionPanel.automaticFormat_level1=\u039C\u03BF\u03C1\u03C6\u03AE \u03B1\u03C1\u03C7\u03B9\u03BA\u03BF\u03CD \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.automaticFormat_level2=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03B5\u03C0\u03B9\u03C0\u03AD\u03B4\u03BF\u03C5 1
+OptionPanel.backup_file_number=\u0391\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03b1 \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9
+OptionPanel.Behaviour=\u03A3\u03C5\u03BC\u03C0\u03B5\u03C1\u03B9\u03C6\u03BF\u03C1\u03AC
+OptionPanel.bezier=\u039a\u03b1\u03bc\u03c0\u03cd\u03bb\u03b7 Bezier
+OptionPanel.bubble=\u03a6\u03bf\u03cd\u03c3\u03ba\u03b1
+OptionPanel.ca=\u039a\u03b1\u03c4\u03b1\u03bb\u03b1\u03bd\u03b9\u03ba\u03ac
+OptionPanel.Cancel=\u0391\u03BA\u03C5\u03C1\u03BF
+OptionPanel.center_selected_node=\u039a\u03b5\u03bd\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03c3\u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03ba\u03cc\u03bc\u03b2\u03bf \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1
+OptionPanel.check_updates_automatically=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u03cc\u03c4\u03b1\u03bd \u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9 \u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1
+OptionPanel.childpattern=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03B1\u03C0\u03CC\u03B3\u03BF\u03BD\u03BF\u03C2
+OptionPanel.childpattern.tooltip=\u03A4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u03B8\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03C3\u03C4\u03B5\u03AF \u03C3\u03B5 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2.
+OptionPanel.clear_all_setters=\u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
+OptionPanel.clear_all_setters.tooltip=\u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF / \u0391\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03C4\u03B9\u03C2 \u03B5\u03BD\u03B4\u03B5\u03B9\u03BE\u03B5\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD.
+OptionPanel.cloud=\u03a3\u03cd\u03bd\u03bd\u03b5\u03c6\u03bf
+OptionPanel.cloudcolor=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03c3\u03cd\u03bd\u03bd\u03b5\u03c6\u03bf\u03c5
+OptionPanel.cloudshape=\u03a3\u03c7\u03ae\u03bc\u03b1 \u03c3\u03cd\u03bd\u03bd\u03b5\u03c6\u03bf\u03c5
+OptionPanel.combined=\u03A3\u03C5\u03BD\u03B4\u03C5\u03B1\u03C3\u03BC\u03CC\u03C2
+OptionPanel.compare_as_number=\u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03c3\u03b1\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03af
+OptionPanel.convert_to_current_version=<html>\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b5\u03c4\u03c1\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03b1\u03c0\u03cc \u03c0\u03b1\u03bb\u03b1\u03b9\u03ac \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7<br>\u03c3\u03b5 \u03bd\u03ad\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7;</html>
+OptionPanel.convert_to_current_version.tooltip=<html>\u039c\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf\u03c5\u03c2 \u03c7\u03ac\u03c1\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae<br>(\u03b3\u03b9\u03b1 \u03ad\u03bc\u03c0\u03b5\u03b9\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2) \u03bd\u03b1 \u03b1\u03bd\u03bf\u03af\u03b3\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae.</html>
+OptionPanel.cs=Cs
+OptionPanel.cut_nodes_without_question=\u0391\u03c0\u03bf\u03ba\u03bf\u03c0\u03ae \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c7\u03c9\u03c1\u03b9\u03c2 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7;
+OptionPanel.cut_nodes_without_question.tooltip=\u0391\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03c7\u03b8\u03b5\u03af \u03bf\u03b9 \u03ba\u03cc\u03bc\u03b2\u03bf\u03b9 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03ba\u03cc\u03c0\u03c4\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7. \u039c\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03c1\u03bf\u03ba\u03bb\u03b7\u03b8\u03b5\u03af \u03c7\u03ac\u03c3\u03b9\u03bc\u03bf \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03b1\u03c0\u03cc \u03bb\u03ac\u03b8\u03bf\u03c2.
+OptionPanel.da=Dk
+OptionPanel.date_format=\u03a4\u03c5\u03c0\u03b9\u03ba\u03ae \u03bc\u03bf\u03c1\u03c6\u03ae \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2
+OptionPanel.date_format.tooltip=\u0395\u03af\u03c4\u03b5 SHORT, MEDIUM, LONG \u03ae FULL \u03ae \u03c4\u03b7\u03c2 \u03bc\u03bf\u03c1\u03c6\u03ae\u03c2 "\u039c\u039c/\u03b7\u03b7/\u03b5\u03b5\u03b5\u03b5"
+OptionPanel.datetime_format=\u03a4\u03c5\u03c0\u03b9\u03ba\u03ae \u03bc\u03bf\u03c1\u03c6\u03ae \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2 \u03ce\u03c1\u03b1\u03c2
+OptionPanel.datetime_format.tooltip=\u0395\u03af\u03c4\u03b5 <\u03c3\u03c4\u03c5\u03bb \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2>,<\u03c3\u03c4\u03c5\u03bb \u03ce\u03c1\u03b1\u03c2> (\u03bc\u03b5 SHORT, MEDIUM, LONG \u03ae FULL \u03c3\u03b1\u03bd \u03c3\u03c4\u03c5\u03bb) \u03ae \u03c4\u03b7\u03c2 \u03bc\u03bf\u03c1\u03c6\u03ae\u03c2 "\u039c/\u03b7/\u03b5\u03b5\u03b5\u03b5 \u03c9\u03c9:\u03bb\u03bb"
+OptionPanel.de=De
+OptionPanel.default=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
+OptionPanel.default_attribute_key_column_width=\u03a4\u03c5\u03c0\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 \u03ba\u03bb\u03b5\u03b9\u03b4\u03b9\u03bf\u03cd \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd
+OptionPanel.default_attribute_value_column_width=\u03a4\u03c5\u03c0\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd \u03c4\u03b9\u03bc\u03ae\u03c2
+OptionPanel.default_browser_command_mac=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE\u03C2 \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> \u03BA\u03B1\u03B9 MAC: (\u03C7\u03AC\u03C1\u03B9\u03C2 \u03C3\u03C4\u03BF\u03BD Nick!)</html>
+OptionPanel.default_browser_command_other_os=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE\u03C2 \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Os
+OptionPanel.default_browser_command_other_os.tooltip=<html> \u03A3\u03C5\u03BD\u03AE\u03B8\u03C9\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9  Linux:</html>
+OptionPanel.default_browser_command_windows_9x=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>\u0393\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD Windows (\u03C4\u03B1 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 "" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C0\u03B1\u03C1\u03B1\u03AF\u03C4\u03B7\u03C4\u03B1 \u03C3\u03B5 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD\u03C2, \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD  "=" \u03C3\u03C4\u03BF URL).</html>
+OptionPanel.default_browser_command_windows_nt=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE \u03C6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE \u03B3\u03B9\u03B1 Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>\u0393\u03B9\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD Windows (\u03C4\u03B1 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 "" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C0\u03B1\u03C1\u03B1\u03AF\u03C4\u03B7\u03C4\u03B1 \u03C3\u03B5 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD\u03C2, \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD  "=" \u03C3\u03C4\u03BF URL).</html>
+OptionPanel.default_charset=\u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1
+OptionPanel.Defaults=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2
+OptionPanel.delete_automatic_saves_at_exit=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C4\u03C9\u03BD \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03BC\u03AD\u03C9\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03AD\u03BE\u03BF\u03B4\u03BF
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>\u0391\u03BD \u03C4\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03BF\u03CD\u03BD \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03BC\u03B5\u03C4\u03AC \u03B1\u03C0\u03CC \u03BC\u03AF\u03B1 \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03AE \u03AD\u03BE\u03BF\u03B4\u03BF \u03B1\u03C0\u03CC \u03C4\u03BF Freeplane, \u03B7 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B7 \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AE \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03C4\u03B9\u03BC\u03AE true</html>
+OptionPanel.delete_nodes_without_question=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7;
+OptionPanel.delete_nodes_without_question.tooltip=\u0391\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03c7\u03b8\u03b5\u03af \u03bf\u03b9 \u03ba\u03cc\u03bc\u03b2\u03bf\u03b9 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7. \u0391\u03c5\u03c4\u03cc \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03b9 \u03b1\u03c0\u03ce\u03bb\u03b5\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03b1\u03c0\u03cc \u03bb\u03ac\u03b8\u03bf\u03c2.
+OptionPanel.disable_cursor_move_paper=\u0391\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7\u03C2 \u03A7\u03B1\u03C1\u03C4\u03B9\u03BF\u03CD \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03AD\u03C1\u03C3\u03BF\u03C1\u03B1
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\u039C\u03AE\u03BD \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9\u03C2 'move' \u03BA\u03B5\u03C1\u03C3\u03BF\u03C1, \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B4\u03B5\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03B5\u03BD\u03B5\u03C1\u03B3\u03B5\u03B9\u03CE\u03BD \u03C7\u03B1\u03C1\u03C4\u03B9\u03BF\u03CD</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03bd\u03ad\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+OptionPanel.display_node_id=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c4\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.edgecolor=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+OptionPanel.edgecolor.tooltip=\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03BD \u03C0\u03B1\u03C4\u03C1\u03B9\u03BA\u03CC \u03BA\u03CC\u03BC\u03B2\u03BF (\u03B9\u03C3\u03C7\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2)
+OptionPanel.edgestyle=\u03A4\u03CD\u03C0\u03BF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+OptionPanel.edgestyle.tooltip=\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03BD \u03C0\u03B1\u03C4\u03C1\u03B9\u03BA\u03CC \u03BA\u03CC\u03BC\u03B2\u03BF (\u03B9\u03C3\u03C7\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2)
+OptionPanel.edgewidth=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+OptionPanel.edgewidth.tooltip=\u0399\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C4\u03BF\u03BD \u03C0\u03B1\u03C4\u03C1\u03B9\u03BA\u03CC \u03BA\u03CC\u03BC\u03B2\u03BF (\u03B9\u03C3\u03C7\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2)
+OptionPanel.EDIT_CURRENT=\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5
+OptionPanel.edit_on_double_click=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5 \u03b4\u03b9\u03c0\u03bb\u03cc \u03ba\u03bb\u03b9\u03ba
+OptionPanel.editor_extra_width=\u0392\u03ae\u03bc\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5 \u03c0\u03bb\u03ac\u03c4\u03bf\u03c5\u03c2
+OptionPanel.editor_extra_width.tooltip=<html>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03c9\u03bd pixels \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b1\u03c5\u03be\u03b7\u03b8\u03b5\u03af \u03c4\u03bf \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 \u03b5\u03bd\u03cc\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03b1\u03bd \u03c4\u03bf \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03b5\u03c0\u03b5\u03ba\u03c4\u03b5\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2.</html>
+OptionPanel.el=El
+OptionPanel.el__buttons_above=\u039a\u03bf\u03c5\u03bc\u03c0\u03b9\u03ac \u03c3\u03c4\u03b7\u03bd \u03ba\u03bf\u03c1\u03c5\u03c6\u03ae
+OptionPanel.el__enter_confirms_by_default=\u03A4\u03BF \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03BF Enter \u03C3\u03B7\u03BC\u03B1\u03AF\u03BD\u03B5\u03B9 \u03B5\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7
+OptionPanel.el__max_default_window_height=\u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03CD\u03C8\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
+OptionPanel.el__max_default_window_width=\u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
+OptionPanel.el__min_default_window_height=\u0395\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF \u03CD\u03C8\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
+OptionPanel.el__min_default_window_width=\u0395\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
+OptionPanel.el__position_window_below_node=\u03A4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B9\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5 \u03BA\u03AC\u03C4\u03C9 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF.
+OptionPanel.en=En
+OptionPanel.Environment=\u03A0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD
+OptionPanel.es=Es
+OptionPanel.et=Et
+OptionPanel.execute_scripts_without_asking=\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 script
+OptionPanel.execute_scripts_without_asking.tooltip=<html>\u03a4\u03b1 Freeplane scripts \u03b2\u03b1\u03c3\u03b9\u03ba\u03ac \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bd \u03ba\u03ac\u03b8\u03b5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae \u03c3\u03bf\u03c5. <br>\u038c\u03bc\u03c9\u03c2 \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03c7\u03b5\u03b9\u03c2 \u03c0\u03bf\u03b9\u03b1 scripts \u03b8\u03b1 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c2.</html>
+OptionPanel.execute_scripts_without_exec_restriction=\u039d\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03ac\u03bb\u03bb\u03c9\u03bd \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd (\u0394\u03b5 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>\u0391\u03bd \u03c4\u03b1 scripts \u03c0\u03bf\u03c5 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03ac\u03bb\u03bb\u03b5\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2<br>\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae.<br>\u038c\u03bc\u03c9\u03c2 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cd\u03c0\u03bf\u03c0\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=\u039d\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 (\u0394\u0395 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>\u0391\u03bd \u03c4\u03b1 scripts \u03c0\u03bf\u03c5 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1<br>\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae.<br>\u038c\u03bc\u03c9\u03c2 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cd\u03c0\u03bf\u03c0\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=\u039d\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf (\u0394\u0395 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>\u0391\u03bd \u03c4\u03b1 scripts \u03c0\u03bf\u03c5 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf<br>\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae.<br>\u038c\u03bc\u03c9\u03c2 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cd\u03c0\u03bf\u03c0\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=\u039d\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd (\u0394\u0395 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u0391\u03bd \u03c4\u03b1 scripts \u03c0\u03bf\u03c5 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1<br>\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae.<br>\u038c\u03bc\u03c9\u03c2 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cd\u03c0\u03bf\u03c0\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b8\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7!</body></html>
+OptionPanel.experimental_file_locking_on=\u03A0\u03B5\u03B9\u03C1\u03B1\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u03BA\u03BB\u03B5\u03AF\u03B4\u03C9\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
+OptionPanel.experimental_file_locking_on.tooltip=<html> \u03A0\u03B5\u03B9\u03C1\u03B1\u03BC\u03B1\u03C4\u03B9\u03BA\u03AE \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1</html>
+OptionPanel.export_icons_in_html=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03C9\u03BD \u03C9\u03C2 Html
+OptionPanel.export_icons_in_html.tooltip=<html> \u039F\u03C1\u03B9\u03C3\u03B5 \u03B1\u03BD \u03C3\u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03B3\u03CC\u03BC\u03B5\u03BD\u03B1 HTML \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1. \u03A4\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1 \u03BC\u03B5 \u03C4\u03B1 \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03CC\u03C4\u03B9 \u03BF\u03B9 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03B9 \u03B4\u03B5\u03BD \u03B4\u03B5\u03AF\u03C7\u03BD\u03BF\u03C5\u03BD \u03C3\u03C9\u03C3\u03C4\u03AC \u03C3\u03C4\u03BF \u03C0\u03B1\u03C1\u03B1\u03B3\u03CC\u03BC\u03B5\u03BD\u03BF HTML..</html>
+OptionPanel.Files=\u0391\u03C1\u03C7\u03B5\u03AF\u03B1
+OptionPanel.first=\u03A0\u03C1\u03CE\u03C4\u03BF
+OptionPanel.fold_on_click_inside=\u0394\u03af\u03c0\u03bb\u03c9\u03bc\u03b1 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b9\u03ba
+OptionPanel.foldingsymbolwidth=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C3\u03C5\u03BC\u03B2\u03CC\u03BB\u03BF\u03C5 \u03C3\u03CD\u03BC\u03C0\u03C4\u03B9\u03BE\u03B7\u03C2
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C4\u03BF\u03C5 \u03BA\u03CD\u03BA\u03BB\u03BF\u03C5 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7\u03C2</html>
+OptionPanel.fork=\u0394\u03b9\u03b1\u03ba\u03bb\u03ac\u03b4\u03c9\u03c3\u03b7
+OptionPanel.format_locale=\u039a\u03c9\u03b4\u03b9\u03ba\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2
+OptionPanel.format_locale.tooltip=\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ce\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd
+OptionPanel.formula_disable_caching=\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd
+OptionPanel.formula_disable_plugin=\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl
+OptionPanel.goto_note_end_on_edit=\u039c\u03b5\u03c4\u03b1\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b4\u03c1\u03bf\u03bc\u03ad\u03b1 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd \u03c3\u03c4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2
+OptionPanel.grid_size=\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c0\u03bb\u03ad\u03b3\u03bc\u03b1\u03c4\u03bf\u03c2
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b8\u03c9\u03c1\u03af\u03bf\u03c5
+OptionPanel.highlight_formulas=\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd
+OptionPanel.horizontal=\u039f\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03b1
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u0392\u03B1\u03C3\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF \u03C3\u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B5\u03C2
+OptionPanel.html_export_fold_all=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7/\u03B4\u03AF\u03C0\u03BB\u03C9\u03BC\u03B1 \u03CC\u03BB\u03C9\u03BD
+OptionPanel.html_export_fold_currently_folded=\u039A\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7\u03C2 \u03CC\u03C0\u03C9\u03C2 \u03C4\u03CE\u03C1\u03B1
+OptionPanel.html_export_folding=\u0391\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE Html
+OptionPanel.html_export_no_folding=\u03A7\u03C9\u03C1\u03AF\u03C2 \u03B1\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7
+OptionPanel.hu=Hu
+OptionPanel.ic_disable=\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
+OptionPanel.ic_file=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b4\u03af\u03c3\u03ba\u03bf\u03c5
+OptionPanel.ic_ram=\u03a3\u03c4\u03b7 \u03bc\u03bd\u03ae\u03bc\u03b7 RAM
+OptionPanel.icon=\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF
+OptionPanel.icon.tooltip=\u0391\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03C3\u03C4\u03B5\u03AF, \u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B8\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03B1\u03BA\u03C1\u03B9\u03B2\u03CE\u03C2 \u03B1\u03C5\u03C4\u03AE \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1.
+OptionPanel.icons.list=\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c4\u03c5\u03c0\u03b9\u03ba\u03ce\u03bd \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd \u03c0\u03bf\u03c5 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9
+OptionPanel.icons.list.tooltip=\u0395\u03b4\u03ce \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c2 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03ae \u03bd\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c1\u03cd\u03c8\u03b5\u03b9\u03c2 \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 ";"
+OptionPanel.id=Id
+OptionPanel.IGNORE=\u039c\u03b7\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9\u03c2 \u03c4\u03af\u03c0\u03bf\u03c4\u03b1
+OptionPanel.il__enter_confirms_by_default=\u03a4\u03bf \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf ENTER \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03bd\u03b5\u03b9
+OptionPanel.image_cache=\u03b3\u03b9\u03b1 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.key_type_action=\u03cc\u03c4\u03b1\u03bd \u03c0\u03b1\u03c4\u03b7\u03b8\u03b5\u03af \u03ad\u03bd\u03b1 \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf
+OptionPanel.Keystrokes=\u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03AE\u03C3\u03B5\u03B9\u03C2
+OptionPanel.ko=Kr
+OptionPanel.label_font_family=\u039f\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1 \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2
+OptionPanel.label_font_size=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
+OptionPanel.language=\u0393\u03BB\u03CE\u03C3\u03C3\u03B1
+OptionPanel.language.tooltip=<html>\u0391\u03C5\u03C4\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1. '\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03BF' \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03B6\u03B5\u03B9 \u03BD\u03B1 \u03C6\u03BF\u03C1\u03C4\u03CE\u03C3\u03B5\u03B9 \u03C4\u03B7 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03C4\u03BF\u03C5 \u03C4\u03C1\u03AD\u03C7\u03BF\u03BD\u03C4\u03BF\u03C2 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7. </html>
+OptionPanel.last=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF
+OptionPanel.last_opened_list_length=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2 \u03C0\u03C1\u03BF\u03C3\u03C6\u03AC\u03C4\u03C9\u03BD
+OptionPanel.layout_map_on_text_change=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c7\u03ac\u03c1\u03c4\u03b7 \u03cc\u03c4\u03b1\u03bd \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1
+OptionPanel.layout_map_on_text_change.tooltip=\u0391\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b5\u03c1\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1
+OptionPanel.linear=\u0393\u03c1\u03b1\u03bc\u03bc\u03b9\u03ba\u03cc
+OptionPanel.links=\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
+OptionPanel.links.tooltip=<html>\u039F\u03C1\u03AF\u03B6\u03B5\u03B9 \u03B4\u03B5\u03C3\u03BC\u03CC, \u03B5\u03AF\u03C4\u03B5 \u03B1\u03C0\u03CC\u03BB\u03C5\u03C4\u03B1 \u03AE \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC</html>
+OptionPanel.load_folding=\u038c\u03c4\u03b1\u03bd \u03c6\u03bf\u03c1\u03c4\u03c9\u03b8\u03b5\u03af
+OptionPanel.load_folding_from_map_default_fold_all=\u0394\u03b9\u03ac\u03b2\u03b1\u03c3\u03bc\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7 \u03ae \u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1 \u03cc\u03bb\u03c9\u03bd
+OptionPanel.load_folding_from_map_default_unfold_all=\u0394\u03b9\u03ac\u03b2\u03b1\u03c3\u03bc\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7 \u03ae \u03be\u03b5\u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1 \u03cc\u03bb\u03c9\u03bd
+OptionPanel.load_last_map=\u0391\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1 \u03C4\u03BF \u03C4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+OptionPanel.load_last_map.tooltip=<html>\u039F\u03C4\u03B1\u03BD \u03C4\u03BF Freeplane \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC, \u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C4\u03BF \u03C4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1, \u03B1\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03B5\u03AF.</html>
+OptionPanel.load_last_maps=\u0394\u0399\u03ac\u03b2\u03b1\u03c3\u03bc\u03b1 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03c9\u03bd \u03c7\u03b1\u03c1\u03c4\u03ce\u03bd
+OptionPanel.lookandfeel=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7
+OptionPanel.lookandfeel.tooltip=<html>\u0397 \u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7. \u03A5\u03C0\u03BF\u03C3\u03C4\u03B7\u03C1\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 'metal','windows','motif', 'gtk', 'mac' \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF \u03BC\u03CC\u03BD\u03BF \u03C3\u03B5 MacOS. \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C3\u03B7\u03BC\u03B1\u03AF\u03BD\u03B5\u03B9, \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF!. \u0391\u03BD  \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03B4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2, \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 class \u03B5\u03B4\u03CE \u03BA\u03B1\u03B9 \u03B2\u03B5\u03B2\u03B1\u03B9\u03C9\u03B8\u03B5\u03AF\u03C4\u03B5 \u03CC\u03C4\u03B9 \u03C4\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC jar \u03B1\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B1. \u0391\u03BD \u03C5\u03C0\u03AC\u03C1\u03BE\u03B5\u03B9 \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1, \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 'nothing' . \u0394\u03BF\u03C5\u03BB\u03B5\u03CD\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03BC\u03B5 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AF\u03B4\u03B9\u03B1</html>
+OptionPanel.lt=Lt
+OptionPanel.max_displayed_node_count=\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b1\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+OptionPanel.max_image_width=\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03b1\u03c1\u03c7\u03b9\u03ba\u03cc \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2
+OptionPanel.max_image_width.tooltip=\u039f\u03b9 \u03bd\u03ad\u03b5\u03c2 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2 \u03b8\u03b1 \u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2
+OptionPanel.max_menu_item_count=\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03bc\u03b5\u03bd\u03bf\u03cd
+OptionPanel.max_menu_item_count.tooltip=\u03a0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03c9\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c5\u03c0\u03bf\u03bc\u03b5\u03bd\u03bf\u03cd, \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 10
+OptionPanel.max_node_width=\u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.max_shortened_text_length=\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=\u0395\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.never_save_folding=\u03a0\u03bf\u03c4\u03ad
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodebackgroundcolor.tooltip=\u039F\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodecolor=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodecolor.tooltip=\u03a4\u03bf \u03c7\u03c1\u03ce\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03cc\u03c4\u03b1\u03bd \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2.
+OptionPanel.nodefontbold=\u0388\u03BD\u03C4\u03BF\u03BD\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+OptionPanel.nodefonthyperlink=\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2
+OptionPanel.nodefontitalic=\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+OptionPanel.nodefontname=\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodefontsize=\u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodeformat=\u039c\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
+OptionPanel.nodeformat.tooltip=<html>\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ba\u03b1\u03b9/\u03ae \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7:<ul><li><em>\u0395\u03c0\u03ad\u03ba\u03c4\u03b1\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5</em> (<tt>%s</tt> \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03b1\u03c1\u03c7\u03b9\u03ba\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf), \u03c0.\u03c7. <tt>\u03a0\u03a1\u039f\u03a3\u039f\u03a7\u0397: %s</tt><li><em>\u039c\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03b9\u03ce\u03bd</em> - \u03b4\u03b5\u03c2 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1</ul></html>
+OptionPanel.nodenumbering=\u0391\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+OptionPanel.nodenumbering.tooltip=\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03b9\u03c1\u03b9\u03b1\u03ba\u03cc \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc (\u03c0\u03c7 1.3.1) \u03c4\u03bf \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5.
+OptionPanel.nodeshape=\u03A4\u03CD\u03C0\u03BF\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=\u03A4\u03AF\u03C0\u03BF\u03C4\u03B5
+OptionPanel.number_format=\u03a4\u03c5\u03c0\u03b9\u03ba\u03ae \u03bc\u03bf\u03c1\u03c6\u03ae \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd
+OptionPanel.number_format.tooltip=\u0391\u03bd \u03ad\u03bd\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 "#" \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b5\u03c1\u03b1\u03b9\u03c4\u03b9\u03ba\u03ac \u03ae "0" \u03b3\u03b9\u03b1 \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03ac \u03c8\u03b7\u03c6\u03af\u03b1. \u03a0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=\u0391\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03CE\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B3\u03B9\u03B1 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2.  \u0397 \u03C0\u03C1\u03CE\u03C4\u03B7 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CE\u03C4\u03BF, \u03BA\u03B1\u03B9 \u03BF\u03CD\u03C4\u03C9 \u03BA\u03B1\u03B8\u03B5\u03BE\u03AE\u03C2, \u03B7 n+1-\u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03BE\u03B1\u03BD\u03B1\u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CE\u03C4\u03BF (\u03BA\u03C5\u03BA\u03BB\u03B9\u03BA\u03AC)</html>
+OptionPanel.OK=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
+OptionPanel.org.freeplane.plugin.bugreport=\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\u039d\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c4\u03ad\u03bb\u03bb\u03b5\u03c4\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1
+OptionPanel.org.freeplane.plugin.bugreport.ask=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b9\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2
+OptionPanel.org.freeplane.plugin.bugreport.denied=\u039d\u03b1 \u03bc\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03ad\u03bb\u03bb\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bf\u03c4\u03ad
+OptionPanel.org.freeplane.plugin.bugreport.userid=\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af
+OptionPanel.outline_hgap=\u039f\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03b1 \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7
+OptionPanel.outline_vgap=\u039a\u03ac\u03b8\u03b5\u03c4\u03b7 \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7
+OptionPanel.paint_connectors_behind=\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c2 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+OptionPanel.parse_data=\u0391\u03bd\u03b1\u03b3\u03bd\u03ce\u03c1\u03b9\u03c3\u03b7 \u03c4\u03b7\u03bd \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c9\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03b9\u03ce\u03bd
+OptionPanel.parse_data.tooltip=\u039d\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af \u03bd\u03b1 \u03b5\u03c1\u03bc\u03b7\u03bd\u03b5\u03cd\u03c3\u03b5\u03b9 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b5\u03c2, \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b5\u03c2-\u03ce\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b5\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2. \u03a0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.PASTE_HTML=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c3\u03b1\u03bd HTML
+OptionPanel.PASTE_PLAIN_TEXT=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c3\u03b1\u03bd \u03b1\u03c0\u03bb\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf
+OptionPanel.path_property_may_not_be_empty=\u0397 \u03b9\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ac\u03b4\u03b5\u03b9\u03b1. \u0397 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5.
+OptionPanel.patternname=\u039F\u03BD\u03BF\u03BC\u03B1
+OptionPanel.patternname.tooltip=\u039C\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C0\u03C1\u03BF\u03C4\u03CD\u03C0\u03BF\u03C5
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=\u03A4\u03BF\u03C0\u03BF\u03B8\u03AD\u03C4\u03B7\u03C3\u03B5 \u03BD\u03AD\u03B5\u03C2 \u03B4\u03B9\u03B1\u03BA\u03BB\u03B1\u03B4\u03CE\u03C3\u03B5\u03B9\u03C2
+OptionPanel.placenewbranches.tooltip=<html>\u0395\u03B4\u03CE \u03C4\u03BF\u03C0\u03BF\u03B8\u03B5\u03C4\u03B5\u03AF\u03C2 \u03BD\u03AD\u03B5\u03C2 \u03B4\u03B9\u03B1\u03BA\u03BB\u03B1\u03B4\u03CE\u03C3\u03B5\u03B9\u03C2. \u0395\u03B3\u03BA\u03C5\u03C1\u03B5\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 'first' \u03BA\u03B1\u03B9 'last' </html>
+OptionPanel.plugin.tooltip=\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1.
+OptionPanel.plugins=\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1
+OptionPanel.presentation_dimmer_transparency=\u0397 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1\u03c3\u03b7 \u03c3\u03b2\u03ae\u03bd\u03b5\u03b9 \u03b4\u03b9\u03ac\u03c6\u03b1\u03bd\u03b1
+OptionPanel.presentation_mode=\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03b7 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1\u03c3\u03b7\u03c2
+OptionPanel.printonwhitebackground=<html>\u039b\u03b5\u03c5\u03ba\u03cc \u03c6\u03cc\u03bd\u03c4\u03bf \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7</html>
+OptionPanel.printonwhitebackground.tooltip=<html>\u039d\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03bb\u03b5\u03c5\u03ba\u03cc \u03c6\u03cc\u03bd\u03c4\u03bf \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7</html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.RECT=\u039f\u03c1\u03b8\u03bf\u03b3\u03ce\u03bd\u03b9\u03bf
+OptionPanel.relative=\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"\u0395\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7" \u03b8\u03b1 \u03c3\u03b5 \u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9 (\u03b1\u03bd \u03b1\u03bc\u03c6\u03b9\u03b2\u03ac\u03bb\u03bb\u03b5\u03b9\u03c2).<br>"\u039d\u03b1\u03b9" \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5.<br>"\u038c\u03c7\u03b9" \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u03b1\u03c0\u03bb\u03bf\u03cd \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03b3\u03b9\u03b1\u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2
+OptionPanel.remove_notes_without_question=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7;
+OptionPanel.remove_notes_without_question.tooltip=\u0391\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03c7\u03b8\u03b5\u03af \u03bf\u03b9 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03ae\u03ba\u03bf\u03c5\u03bd \u03c3\u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2 \u03b8\u03b1 \u03c3\u03b2\u03b7\u03c3\u03c4\u03bf\u03cd\u03bd \u03c7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7. \u0391\u03c5\u03c4\u03cc \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03b9 \u03b1\u03c0\u03ce\u03bb\u03b5\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03b1\u03c0\u03cc \u03bb\u03ac\u03b8\u03bf\u03c2.
+OptionPanel.resources_use_default_font_for_notes_too=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b7\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 \u03ba\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2
+OptionPanel.resources_use_margin_top_zero_for_notes=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b5\u03c0\u03ac\u03bd\u03c9 \u03ba\u03b5\u03bd\u03bf\u03cd \u03c3\u03c4\u03b9\u03c2 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2
+OptionPanel.revision_color=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2
+OptionPanel.revision_color.tooltip=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03c6\u03cc\u03bd\u03c4\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5\u03c2.
+OptionPanel.ROUND_RECT=\u03a3\u03c4\u03c1\u03bf\u03b3\u03b3\u03c5\u03bb\u03b5\u03bc\u03ad\u03bd\u03bf \u03bf\u03c1\u03b8\u03bf\u03b3\u03ce\u03bd\u03b9\u03bf
+OptionPanel.ru=Ru
+OptionPanel.save_folding=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03b4\u03b9\u03c0\u03bb\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2
+OptionPanel.save_folding_if_map_is_changed=\u03b1\u03bd \u03bf \u03c7\u03ac\u03c1\u03c4\u03b7\u03c2 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03b9
+OptionPanel.save_modification_times=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03ce\u03c1\u03b1\u03c2 \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2
+OptionPanel.script_classpath=\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 script: \u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03c5\u03bd \u03ba\u03bb\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9/\u03ae JARs
+OptionPanel.script_classpath.tooltip=<html>\u0397 \u03bb\u03af\u03c3\u03c4\u03b1 \u03bc\u03b5 JARs \u03ba\u03b1\u03b9/\u03ae \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03bc\u03b5 scripts \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2<br>\u03a7\u03c1\u03ae\u03c3\u03b7 ; (Windows) \u03ae : (Linux, Mac) \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc.<br>\u039f\u03b9 \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9 \u03bd\u03b1 \u03c8\u03ac\u03c7\u03c4\u03bf\u03cd\u03bd \u03b3\u03b9\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 JARs \u03ba\u03b1\u03b9 .class.<br>\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b1 \u03bc\u03bf\u03bd\u03bf\u03c0\u03ac\u03c4\u03b9\u03b1 \u03b8\u03b5\u03c9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 Freeplane.<br>\u0391\u03bd \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03bf\u03c5 \u03b4\u03ce\u03c3\u03b5\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03ac\u03b2\u03b1\u03c3\u03bc\u03b1!!</html>
+OptionPanel.script_directories=\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 scripts
+OptionPanel.script_directories.tooltip=<html>\u039b\u03af\u03c3\u03c4\u03b1 \u03bc\u03b5 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2.<br>\u03a7\u03c1\u03ae\u03c3\u03b7 ; (Windows) \u03ae : (Linux, Mac) \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc.<br>\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b1 \u03bc\u03bf\u03bd\u03bf\u03c0\u03ac\u03c4\u03b9\u03b1 \u03b8\u03b5\u03c9\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 Freeplane.</html>
+OptionPanel.script_user_key_name_for_signing=\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b3\u03b9\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u0391\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03b1 script \u03c3\u03b1\u03c2 \u03b4\u03ce\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03b4\u03ce. <br>\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03af\u03b4\u03b9\u03bf\u03c2 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf.</html>
+OptionPanel.scrollbar_increment=\u03a4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1
+OptionPanel.scrolling_speed=\u03a4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7\u03c2 \u03ba\u03cd\u03bb\u03b9\u03c3\u03b7\u03c2 \u03c7\u03ac\u03c1\u03c4\u03b7
+OptionPanel.selection_method=\u039C\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
+OptionPanel.selection_method.tooltip=<html> \u03bc\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03ba\u03cc\u03c0\u03c4\u03b7 \u03b1\u03c5\u03c4\u03cc, \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9/\u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03ba\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c3\u03c7\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2. \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2. \u039c\u03b7\u03bd \u03c4\u03bf \u03bc\u03b5\u03c4\u03b1\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03b3\u03b9\u03b1\u03c4\u03af \u03b8\u03b1 \u03c3\u03c9\u03b8\u03b5\u03af \u03c3\u03c4\u03bf auto.properties \u03c3\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7.</html>
+OptionPanel.selection_method_by_click=\u039C\u03B5 \u03BA\u03BB\u03B9\u03BA
+OptionPanel.selection_method_delayed=\u039A\u03B1\u03B8\u03C5\u03C3\u03C4\u03B5\u03C1\u03B7\u03BC\u03AD\u03BD\u03B7
+OptionPanel.selection_method_direct=\u0391\u03BC\u03B5\u03C3\u03B7
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1
+OptionPanel.separator.anti_alias=\u039F\u03C0\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7
+OptionPanel.separator.attributes=\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+OptionPanel.separator.automatic_save=\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
+OptionPanel.separator.behaviour=\u03A3\u03C5\u03BC\u03C0\u03B5\u03C1\u03B9\u03C6\u03BF\u03C1\u03AC
+OptionPanel.separator.browser=\u03A6\u03C5\u03BB\u03BB\u03BF\u03BC\u03B5\u03C4\u03C1\u03B7\u03C4\u03AE\u03C2
+OptionPanel.separator.cache=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7
+OptionPanel.separator.CloudControls=\u03a3\u03cd\u03bd\u03bd\u03b5\u03c6\u03b1
+OptionPanel.separator.commands_for_the_program=\u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+OptionPanel.separator.connectors=\u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03b9\u03c2
+OptionPanel.separator.data_formats=\u039c\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd
+OptionPanel.separator.default_colors=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03C7\u03C1\u03CE\u03BC\u03B1\u03C4\u03B1
+OptionPanel.separator.default_fonts=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AD\u03C2
+OptionPanel.separator.default_styles=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03A3\u03C4\u03CD\u03BB
+OptionPanel.separator.EdgeControls=\u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+OptionPanel.separator.edit_long_node_window=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF\u03C5 \u03C0\u03B1\u03C1\u03B1\u03B8\u03CD\u03C1\u03BF\u03C5
+OptionPanel.separator.editing=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+OptionPanel.separator.files=\u0391\u03C1\u03C7\u03B5\u03AF\u03B1
+OptionPanel.separator.formula=\u03a3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2
+OptionPanel.separator.General=\u0393\u03B5\u03BD\u03B9\u03BA\u03AC
+OptionPanel.separator.html_export=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE Html
+OptionPanel.separator.html_import=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae HTML
+OptionPanel.separator.hyperlink_types=\u0395\u03AF\u03B4\u03B7 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03C9\u03BD
+OptionPanel.separator.icon_properties=\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1
+OptionPanel.separator.icons=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 \u03c3\u03c4\u03bf "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd..."
+OptionPanel.separator.initial_map_size=\u0391\u03C1\u03C7\u03B9\u03BA\u03CC \u03BC\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+OptionPanel.separator.inline_editor=\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc\u03c2 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd
+OptionPanel.separator.key_typing=\u03A3\u03C5\u03BD\u03C4\u03BF\u03BC\u03B5\u03CD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03C9\u03BD
+OptionPanel.separator.language=\u0393\u03BB\u03CE\u03C3\u03C3\u03B1
+OptionPanel.separator.load=\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7
+OptionPanel.separator.look_and_feel=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03B1\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7
+OptionPanel.separator.mouse_wheel=\u03a1\u03cc\u03b4\u03b1 \u03c0\u03bf\u03bd\u03c4\u03b9\u03ba\u03b9\u03bf\u03cd
+OptionPanel.separator.new_node_commands=\u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03BD\u03AD\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.separator.node_editing_commands=\u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.separator.node_navigation_commands=\u0395\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03C0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.separator.NodeColors=\u03A7\u03C1\u03CE\u03BC\u03B1\u03C4\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.separator.NodeFont=\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.separator.NodeShape=\u039c\u03bf\u03c1\u03c6\u03ae \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.separator.NodeStyle=\u03a3\u03c4\u03c5\u03bb \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.separator.NodeText=\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf
+OptionPanel.separator.notifications=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2
+OptionPanel.separator.org.freeplane.plugin.bugreport=\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03bb\u03b1\u03b8\u03ce\u03bd
+OptionPanel.separator.other_defaults=\u0391\u03BB\u03BB\u03B5\u03C2 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2
+OptionPanel.separator.others=\u0386\u03BB\u03BB\u03B5\u03C2 \u03C3\u03C7\u03AD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03BB\u03AE\u03BA\u03C4\u03C1\u03C9\u03BD
+OptionPanel.separator.outline_view=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2
+OptionPanel.separator.patterns=\u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1
+OptionPanel.separator.RichTextEditor=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+OptionPanel.separator.root_node_appearance=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b9\u03ba\u03bf\u03cd \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.separator.save=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
+OptionPanel.separator.scripting=Scripting
+OptionPanel.separator.scrollbar=\u039c\u03c0\u03ac\u03c1\u03b1 \u03ba\u03cd\u03bb\u03b9\u03c3\u03b7\u03c2
+OptionPanel.separator.search=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7
+OptionPanel.separator.selection_colors=\u03a7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd
+OptionPanel.separator.selection_method=\u039C\u03AD\u03B8\u03BF\u03B4\u03BF\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
+OptionPanel.separator.single_instance_mode=\u039c\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03ae \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2
+OptionPanel.separator.size_limits=\u038c\u03c1\u03b9\u03b1 \u03bc\u03b5\u03b3\u03b5\u03b8\u03ce\u03bd
+OptionPanel.separator.spelling=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5
+OptionPanel.separator.status=\u0393\u03c1\u03b1\u03bc\u03bc\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2
+OptionPanel.separator.tooltip=\u03a7\u03c1\u03cc\u03bd\u03bf\u03b9 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c7\u03bf\u03bb\u03af\u03c9\u03bd
+OptionPanel.separator.undo=\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
+OptionPanel.separator.updates=\u0391\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2
+OptionPanel.set_property_text=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE
+OptionPanel.set_property_text.tooltip=\u039A\u03B5\u03BD\u03CC: \u039C\u03AE\u03BD \u03B1\u03B3\u03B3\u03AF\u03B6\u03B5\u03C4\u03B5, \u039C\u03B5\u03AF\u03BF\u03BD=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B9\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2 (\u03C3\u03B5 \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2), \u03A3\u03CD\u03BD=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03B9\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2
+OptionPanel.setscript=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae;
+OptionPanel.setscript.tooltip=\u0388\u03bd\u03b1 script \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03c1\u03b9\u03c3\u03b8\u03b5\u03af \u03c3\u03c4\u03bf \u03c3\u03c4\u03c5\u03bb.
+OptionPanel.sharp_bezier=\u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF bezier
+OptionPanel.sharp_linear=\u0391\u03C0\u03CC\u03C4\u03BF\u03BC\u03BF \u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03BA\u03CC
+OptionPanel.show_icon_for_attributes=\u0394\u03B5\u03AF\u03BE\u03B5 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1 \u03B3\u03B9\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+OptionPanel.show_node_tooltips=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c3\u03c7\u03bf\u03bb\u03af\u03c9\u03bd
+OptionPanel.show_note_icons=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd
+OptionPanel.show_styles_in_tooltip=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c4\u03c5\u03bb \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c3\u03c4\u03b1 \u03c0\u03b5\u03b4\u03af\u03b1 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2
+OptionPanel.signed_script_are_trusted=\u0395\u03bc\u03c0\u03b9\u03c3\u03c4\u03bf\u03c3\u03cd\u03bd\u03b7 \u03c3\u03b5 \u03c5\u03c0\u03bf\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1 scripts (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9).
+OptionPanel.signed_script_are_trusted.tooltip=\u0391\u03bd \u03c4\u03b1 scripts \u03b5\u03af\u03bd\u03b1\u03b9 \u03c5\u03c0\u03bf\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03ad\u03bc\u03c0\u03b9\u03c3\u03c4\u03b7 \u03c0\u03b7\u03b3\u03ae (\u03c0\u03c7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c2 \u03c4\u03bf\u03c5 Freeplane \u03ae \u03b5\u03c3\u03ac\u03c2), \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2.
+OptionPanel.simplyhtml.default_paste_mode=\u039a\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7\u03c2
+OptionPanel.single_backup_directory=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03b1
+OptionPanel.single_backup_directory.tooltip=<html> \u03b1\u03bd \u03c4\u03bf \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf \u03ba\u03b1\u03b9 \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03bc\u03bf\u03c5\u03bd \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03b1\u03bd\u03c4\u03af \u03c3\u03b5 \u03c5\u03c0\u03bf\u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c4\u03bf\u03c5 \u03c7\u03ac\u03c1\u03c4\u03b7</html>
+OptionPanel.single_backup_directory_path=\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03c9\u03bd (\u03b1\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b5\u03c0\u03b9\u03bb\u03b5\u03c7\u03b8\u03b5\u03af \u03b7 \u03c0\u03b1\u03c1\u03b1\u03c0\u03ac\u03bd\u03c9 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae)
+OptionPanel.single_backup_directory_path.tooltip=<html>\u03a0\u03b1\u03c1\u03b1\u03ba\u03ac\u03bc\u03c0\u03c4\u03b5\u03b9 \u03c4\u03bf \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf <freeplaneuserdir>/.\u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf</html>
+OptionPanel.single_instance=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd \u03c3\u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03c4\u03c1\u03ad\u03c7\u03b5\u03b9
+OptionPanel.single_instance_force=\u0391\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7\u03c2 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2 \u03c0\u03ac\u03bd\u03c4\u03b1
+OptionPanel.single_instance_force.tooltip=\u0391\u03c0\u03bf\u03c6\u03c5\u03b3\u03ae \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7\u03c2 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03bd \u03b4\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03ac\u03bb\u03bb\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b3\u03b9\u03b1 \u03b4\u03b9\u03ac\u03b2\u03b1\u03c3\u03bc\u03b1
+OptionPanel.sk=Sk
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03b5\u03b6\u03ce\u03bd/\u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03c9\u03bd
+OptionPanel.spelling_opt_ignore_all_caps_words=\u0391\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03bb\u03ad\u03be\u03b5\u03c9\u03bd \u03bc\u03b5 \u03ba\u03b1\u03c6\u03b1\u03bb\u03b1\u03af\u03b1.
+OptionPanel.spelling_opt_ignore_capitalization=\u0391\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03c9\u03bd \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03c9\u03bd \u03c3\u03c4\u03bf \u03be\u03b5\u03ba\u03af\u03bd\u03b7\u03bc\u03b1 \u03bb\u03ad\u03be\u03b7\u03c2
+OptionPanel.spelling_opt_ignore_words_with_numbers=\u0391\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7 \u03bb\u03ad\u03be\u03b5\u03c9\u03bd \u03bc\u03b5 \u03b1\u03c1\u03b9\u03b8\u03bc\u03bf\u03cd\u03c2
+OptionPanel.spelling_opt_suggestions_limit_dialog=\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03b1\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03c3\u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03bb\u03cc\u03b3\u03bf\u03c5\u03c2
+OptionPanel.spelling_opt_suggestions_limit_menu=\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03b1\u03c1\u03af\u03b8\u03bc\u03b7\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03c3\u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd
+OptionPanel.sr=\u03a3\u03b5\u03c1\u03b2\u03b9\u03ba\u03ac / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf
+OptionPanel.standardbackgroundcolor=\u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5
+OptionPanel.standardbackgroundcolor.tooltip=<html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5 \u03C3\u03B5  \u03BC\u03BF\u03C1\u03C6\u03AE html </html>
+OptionPanel.standardcloudcolor=\u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2
+OptionPanel.standardcloudcolor.tooltip=<html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2 \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE html</html>
+OptionPanel.standardcloudestyle=\u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03C4\u03CD\u03BB \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2
+OptionPanel.standardcloudestyle.tooltip=<html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03BF \u03C3\u03C4\u03CD\u03BB \u03BD\u03AD\u03C6\u03BF\u03C5\u03C2. \u03A0\u03C1\u03CC\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD \u03C5\u03C0\u03BF\u03C3\u03B7\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03BF \u03C4\u03CD\u03C0\u03BF\u03C2 'bezier' </html>
+OptionPanel.standarddrawrectangleforselection=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03bc\u03b5 \u03c0\u03b5\u03c1\u03af\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03bc\u03b5 \u03c0\u03b5\u03c1\u03af\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1.</html>
+OptionPanel.standardlinkcolor=\u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
+OptionPanel.standardlinkcolor.tooltip=<html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD \u03C3\u03B5 \u03BC\u03BF\u03C1\u03C6\u03AE  html </html>
+OptionPanel.standardlinkestyle=\u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03C4\u03C5\u03BB \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5
+OptionPanel.standardlinkestyle.tooltip=<html>\u039F \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C2 \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD. currently, \u03A0\u03C1\u03CC\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD \u03C5\u03C0\u03BF\u03C3\u03B7\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03BF \u03C4\u03CD\u03C0\u03BF\u03C2 'bezier' </html>
+OptionPanel.standardselectednodecolor=\u039A\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03BF \u03C7\u03C1\u03CE\u03BC\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+OptionPanel.standardselectednodecolor.tooltip=<html>\u03A4\u03BF \u03BA\u03B1\u03BD\u03BF\u03BD\u03B9\u03BA\u03CC \u03C7\u03C1\u03CE\u03BC\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 \u03B1\u03BD \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03BF\u03C5\u03BC\u03B5. \u039C\u03BF\u03C1\u03C6\u03AE html  (#RRGGBB \u03BC\u03B5 \u03B4\u03B5\u03BA\u03B1\u03B5\u03BE\u03B1\u03B4\u03B9\u03BA\u03AD\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2) </html>
+OptionPanel.standardselectednoderectanglecolor=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\u03a4\u03bf \u03c7\u03c1\u03ce\u03bc\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd. \u03a7\u03c1\u03ae\u03c3\u03b7 html (#RRGGBB \u03b4\u03b5\u03ba\u03b1\u03b5\u03be\u03b1\u03b4\u03b9\u03ba\u03ad\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2) </html>
+OptionPanel.STAR=\u0391\u03c3\u03c4\u03ad\u03c1\u03b9
+OptionPanel.structured_html_import=\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae HTML \u03c9\u03c2 \u03b4\u03bf\u03bc\u03ae \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+OptionPanel.structured_icon_toolbar=\u0394\u03bf\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bc\u03c0\u03ac\u03c1\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03c9\u03bd
+OptionPanel.summary=\u03a0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7
+OptionPanel.sv=Se
+OptionPanel.text.use_ctrl_key=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5 '\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2' \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd \u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03c9\u03bd
+OptionPanel.time_for_automatic_save=\u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\u03C2
+OptionPanel.time_for_automatic_save.tooltip=<html> \u03C7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03B1\u03BD\u03AC\u03BC\u03B5\u03C3\u03B1 \u03C3\u03B5 \u03B4\u03CD\u03BF \u03B4\u03B9\u03B1\u03B4\u03BF\u03C7\u03B9\u03BA\u03AD\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B5\u03C2 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C3\u03B5\u03B9\u03C2  (\u03C3\u03B5 msec): \u0393\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03C0\u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\u03C2, \u03B4\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C4\u03B9\u03BC\u03AE 2000000000.</html>
+OptionPanel.time_for_delayed_selection=\u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03B5\u03C1\u03B7\u03BC\u03AD\u03BD\u03B7\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
+OptionPanel.time_for_delayed_selection.tooltip=<html> \u03A7\u03C1\u03CC\u03BD\u03BF\u03C2 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03AD\u03C1\u03B7\u03C3\u03B7\u03C2, \u03CC\u03C4\u03B1\u03BD \u03C4\u03BF \u03C0\u03BF\u03BD\u03C4\u03AF\u03BA\u03B9 \u03C0\u03AC\u03B5\u03B9 \u03C0\u03AC\u03BD\u03C9 \u03C3\u03C4\u03BF \u03BA\u03CC\u03BC\u03B2\u03BF, \u03BC\u03AD\u03C7\u03C1\u03B9 \u03BD\u03B1 \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5 (in msec). \u039C\u03B5 \u03C4\u03B9\u03BC\u03AE 1, \u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B3\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C7\u03C9\u03C1\u03AF\u03C2 \u03BA\u03B1\u03B8\u03C5\u03C3\u03C4\u03AD\u03C1\u03B7\u03C3\u03B7.</html>
+OptionPanel.toolTipManager.dismissDelay=\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7\u03c2 \u03c3\u03b5 ms
+OptionPanel.toolTipManager.initialDelay=\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03ba\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7 \u03c3\u03b5 ms
+OptionPanel.toolTipManager.max_tooltip_width=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C3\u03C5\u03BC\u03B2\u03BF\u03C5\u03BB\u03AE\u03C2
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\u03A4\u03BF \u03C0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03C3\u03C5\u03BC\u03B2\u03BF\u03C5\u03BB\u03AE\u03C2 (\u03C3\u03B5 pixels).</html>
+OptionPanel.toolTipManager.reshowDelay=\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7 \u03b5\u03c0\u03b1\u03bd\u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\u03c2 \u03c3\u03b5 ms
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA
+OptionPanel.undefined_font=\u039C\u03AE \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+OptionPanel.undo_levels=\u0395\u03C0\u03AF\u03C0\u03B5\u03B4\u03B1/\u0392\u03AE\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7\u03C2
+OptionPanel.undo_levels.tooltip=<html>\u039A\u03B1\u03B8\u03BF\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C0\u03CC\u03C3\u03B1 \u03B2\u03AE\u03BC\u03B1\u03C4\u03B1 \u03BC\u03C0\u03BF\u03C1\u03BF\u03CD\u03BD \u03BD\u03B1 \u03B1\u03BD\u03B1\u03B9\u03C1\u03B5\u03B8\u03BF\u03CD\u03BD \u03C3\u03C4\u03B7\u03BD \u03B5\u03BD\u03C4\u03BF\u03BB\u03AE "\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7".</html>
+OptionPanel.unfold_on_paste=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7
+OptionPanel.unfold_on_paste.tooltip=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03ae \u03c4\u03bf Drag-And_Drop
+OptionPanel.use_common_out_point_for_root_node=\u03a4\u03b1 \u03ac\u03ba\u03c1\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ac\u03bd\u03b5 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03bf \u03c3\u03c4\u03bf\u03bd \u03b1\u03c1\u03c7\u03b9\u03ba\u03cc \u03ba\u03cc\u03bc\u03b2\u03bf
+OptionPanel.use_common_out_point_for_root_node.tooltip=\u03a4\u03b1 \u03ac\u03ba\u03c1\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ac\u03bd\u03b5 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03bf \u03c3\u03c4\u03bf\u03bd \u03b1\u03c1\u03c7\u03b9\u03ba\u03cc \u03ba\u03cc\u03bc\u03b2\u03bf
+OptionPanel.use_tabbed_pane=\u03a7\u03c1\u03ae\u03c3\u03b7 tabs
+OptionPanel.use_tabbed_pane.tooltip=\u0391\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03b5\u03af \u03bf\u03b9 \u03c7\u03ac\u03c4\u03b5\u03c2 \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03b5 tabs (\u03cc\u03c0\u03c9\u03c2 \u03c3\u03c4\u03bf\u03bd Firefox).
+OptionPanel.user_defined_screen_resolution=\u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7 \u03bf\u03b8\u03cc\u03bd\u03b7\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripting: \u038c\u03c4\u03b1\u03bd \u03bf\u03c1\u03af\u03b6\u03b5\u03b9\u03c2 classpath \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd !
+OptionPanel.validate_invalid_date_format=\u039b\u03ac\u03b8\u03bf\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2
+OptionPanel.validate_invalid_datetime_format=\u039b\u03ac\u03b8\u03bf\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2 - \u03ce\u03c1\u03b1\u03c2
+OptionPanel.validate_invalid_number_format=\u039b\u03ac\u03b8\u03bf\u03c2 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c1\u03b9\u03b8\u03bc\u03ce\u03bd
+OptionPanel.validate_write_without_read=Scripting: \u03c3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u0391\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7/\u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03c3\u03b5 \u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae/\u0391\u03c1\u03c7\u03b5\u03af\u03bf\u03c5.
+OptionPanel.validation_error=<html><body>\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03b3\u03ba\u03c5\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2:<p><em>{0}</em><p>\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b1\u03bb\u03bb\u03ac\u03be\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1..</body></html>
+OptionPanel.validation_warning=<html><body>\u03a0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03b3\u03ba\u03c5\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2:<p><em>{0}</em></body></html>
+OptionPanel.vi=Vi
+OptionPanel.wheel_velocity=\u03a4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1
+OptionPanel.wheel_velocity.tooltip=\u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae \u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9 \u03c0\u03b9\u03bf \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c1\u03cc\u03b4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03bd\u03c4\u03b9\u03ba\u03b9\u03bf\u03cd \u03c3\u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+org.freeplane.plugin.bugreport.agree=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae
+org.freeplane.plugin.bugreport.always_agree=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c0\u03ac\u03bd\u03c4\u03b1
+org.freeplane.plugin.bugreport.always_deny=\u039d\u03b1 \u03bc\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af \u03c0\u03bf\u03c4\u03ad
+org.freeplane.plugin.bugreport.deny=\u039d\u03b1 \u03bc\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03b1\u03bb\u03bb\u03b5\u03af
+org.freeplane.plugin.bugreport.dialog.title=\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c0\u03c1\u03bf\u03b2\u03bb\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd
+org.freeplane.plugin.bugreport.freeplane_team=\u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 Freeplane
+org.freeplane.plugin.bugreport.lastreport=\u0397 \u03b1\u03c0\u03b5\u03c3\u03c4\u03b1\u03bb\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac
+org.freeplane.plugin.bugreport.never=\u039c\u03b7 \u03bc\u03b5 \u03c1\u03c9\u03c4\u03ac\u03c2 \u03b3\u03b9\u03b1 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1 \u03c0\u03bf\u03c4\u03ad
+org.freeplane.plugin.bugreport.question=\u03a4\u03bf Freeplane \u03ad\u03c7\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c3\u03c6\u03b1\u03bb\u03bc\u03ac\u03c4\u03c9\u03bd.
+org.freeplane.plugin.bugreport.report=\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac
+org.freeplane.plugin.bugreport.wanted_bug=\u0388\u03bd\u03b1 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c5\u03bd\u03ad\u03b2\u03b5\u03b9 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u039f \u039a\u03cc\u03bc\u03b2\u03bf\u03c2 {0} \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03bf\u03c1\u03b9\u03c3\u03b8\u03b5\u03af
+out_of_memory=\u0397 \u03bc\u03bd\u03ae\u03bc\u03b7 RAM \u03b3\u03ad\u03bc\u03b9\u03c3\u03b5.
+overwrite_keyset_question=\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03c3\u03b1\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03c0\u03bb\u03ae\u03ba\u03c1\u03c9\u03bd ?
+PageAction.text=\u0394\u03B9\u03B1\u03BC\u03CC\u03C1\u03C6\u03C9\u03C3\u03B7 \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1\u03C2...
+password_is_not_ascii=\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 ASCII
+PasteAction.text=\u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03B7\u03C3\u03B7
+PasteAttributes.text=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd
+PatternNewNameProperty=\u039D\u03AD\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF
+PatternToString.backgroundColor=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5
+PatternToString.Child=\u03a3\u03c4\u03c5\u03bb \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03b1\u03c0\u03bf\u03b3\u03cc\u03bd\u03c9\u03bd
+PatternToString.color=\u03A7\u03C1\u03CE\u03BC\u03B1
+PatternToString.EdgeColor=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2
+PatternToString.EdgeStyle=\u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+PatternToString.EdgeWidth=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2 \u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03BF\u03C2
+PatternToString.FontBold=\u0388\u03bd\u03c4\u03bf\u03bd\u03b1
+PatternToString.FontItalic=\u03a0\u03bb\u03ac\u03b3\u03b9\u03b1
+PatternToString.FontName=\u038c\u03bd\u03bf\u03bc\u03b1 \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2
+PatternToString.Icon=\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF
+PatternToString.NodeFontSize=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
+periodic_formula={0}*n + {1}
+PeriodUnit.DAY=\u03b7\u03bc\u03ad\u03c1\u03b5\u03c2
+PeriodUnit.HOUR=\u03ce\u03c1\u03b5\u03c2
+PeriodUnit.MINUTE=\u03bb\u03b5\u03c0\u03c4\u03ac
+PeriodUnit.MONTH=\u03bc\u03ae\u03bd\u03b5\u03c2
+PeriodUnit.WEEK=\u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2
+PeriodUnit.YEAR=\u03c7\u03c1\u03cc\u03bd\u03b9\u03b1
+plugins/latex/LatexNodeHook.editorTitle=\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b5\u03bd\u03c4\u03bf\u03bb\u03ae\u03c2 LaTeX
+plugins/script_filter=\u03a6\u03af\u03bb\u03c4\u03c1\u03bf script {0}
+plugins/script_filter_error={0} \u03ad\u03c0\u03c1\u03b5\u03c0\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9 \u03bb\u03bf\u03b3\u03b9\u03ba\u03cc \u03b1\u03c0\u03bf\u03c4\u03ad\u03bb\u03b5\u03c3\u03bc\u03b1 \u03c3\u03c4\u03bf {1} \u03b1\u03bb\u03bb\u03ac \u03b5\u03c0\u03ad\u03c3\u03c4\u03c1\u03b5\u03c8\u03b5 {2}
+plugins/ScriptEditor.cancel=\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03ba\u03b1\u03b9 \u0388\u03be\u03bf\u03b4\u03bf\u03c2
+plugins/ScriptEditor.exit=\u0395\u03BE\u03BF\u03B4\u03BF\u03C2
+plugins/ScriptEditor.FORBIDDEN_ACTION=\u03a4\u03b1 scripts Freeplane groovy \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1. \u0397 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 {0,choice,0#File|1#Network|2#Exec} \u03b1\u03c0\u03b1\u03b3\u03bf\u03c1\u03b5\u03cd\u03b5\u03c4\u03b1\u03b9:  {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c2 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03b9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2.
+plugins/ScriptEditor.menu_actions=\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
+plugins/ScriptEditor.new_script=\u039d\u03ad\u03bf script
+plugins/ScriptEditor.run=\u0395\u03BA\u03C4\u03AD\u03BB\u03B5\u03C3\u03B7
+plugins/ScriptEditor.sign=\u03a5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03ae script...
+plugins/ScriptEditor/window.Result=\u0391\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1:
+plugins/ScriptEditor/window.title=\u03A3\u03C5\u03BD\u03C4\u03AC\u03BA\u03C4\u03B7\u03C2 \u03B4\u03AD\u03C3\u03BC\u03B7\u03C2 \u03B5\u03BD\u03C4\u03BF\u03BB\u03CE\u03BD
+plugins/ScriptingEngine.illegalAccessToInternalAPI=\u03a0\u03b1\u03c1\u03ac\u03bd\u03bf\u03bc\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc API (\u03c0\u03b1\u03ba\u03ad\u03c4\u03bf {0}). - \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 Freeplane \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b5\u03c5\u03ba\u03c1\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9\u03c2..
+plugins/TimeList.xml_Created=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5
+plugins/TimeList.xml_Date=\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
+plugins/TimeList.xml_Icons=\u0395\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03B1
+plugins/TimeList.xml_Modified=\u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03B9\u03AE\u03B8\u03B7\u03BA\u03B5
+plugins/TimeList.xml_Notes=\u03A3\u03B7\u03BC\u03B5\u03B9\u03CE\u03C3\u03B5\u03B9\u03C2
+plugins/TimeList.xml_Text=\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF
+plugins/TimeManagement.xml_appendButton=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2 \u03C3\u03C4\u03BF\u03C5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2
+plugins/TimeManagement.xml_Cancel=\u0391\u03BA\u03C5\u03C1\u03BF
+plugins/TimeManagement.xml_cancelButton=\u0391\u03BA\u03C5\u03C1\u03BF
+plugins/TimeManagement.xml_closeButton=\u039A\u03BB\u03B5\u03AF\u03C3\u03B5
+plugins/TimeManagement.xml_Export=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03BA\u03CC\u03BC\u03B2\u03C9\u03BD
+plugins/TimeManagement.xml_Find=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7
+plugins/TimeManagement.xml_Goto=\u03A0\u03AE\u03B3\u03B1\u03B9\u03BD\u03B5
+plugins/TimeManagement.xml_hour=\u03A9\u03C1\u03B1:
+plugins/TimeManagement.xml_menu_actions=\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
+plugins/TimeManagement.xml_minute=\u039B\u03B5\u03C0\u03C4\u03CC:
+plugins/TimeManagement.xml_reminderButton=\u03A5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03C3\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u039F\u03C4\u03B1\u03BD \u03C4\u03BF \u03C0\u03B1\u03C4\u03AE\u03C3\u03B5\u03C4\u03B5, \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03AE\u03C4\u03B1\u03B9 \u03AD\u03BD\u03B1 \u03C7\u03C1\u03BF\u03BD\u03CC\u03BC\u03B5\u03C4\u03C1\u03BF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5. \u0398\u03B1 \u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03AE\u03C4\u03B5 \u03BC\u03B5 \u03B1\u03C0\u03B1\u03C3\u03C4\u03C1\u03AC\u03C0\u03C4\u03C9\u03BD \u03B5\u03B9\u03BA\u03BF\u03BD\u03AF\u03B4\u03B9\u03BF.<br>\u0395\u03AC\u03BD \u03BA\u03BB\u03B5\u03AF\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1, \u03C4\u03BF \u03C7\u03C1\u03BF\u03BD\u03CC\u03BC\u03B5\u03C4\u03C1\u03BF \u03B8\u03B1 \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03B5\u03AF \u03C4\u03B7\u03BD \u03B5\u03C0\u03CC\u03BC\u03B5\u03BD\u03B7 \u03C6\u03BF\u03C1\u03AC \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03C4\u03BF \u03B1\u03BD\u03BF\u03AF\u03BE\u03B5\u03C4\u03B5.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u03A0\u03C1\u03BF\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BF\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03BC\u03AF\u03B1 \u03BC\u03CC\u03BD\u03BF \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03B1\u03BD\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF. <br>\u0397 \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7  \u03BF\u03C1\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03B3\u03B9\u03B1 {0,date} {0,time}, \u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03B1\u03C2 \u03AE\u03C4\u03B1\u03BD {1,date} {1,time}. <br><br>\u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C7\u03C1\u03CC\u03BD\u03BF \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7\u03C2 (\u039D\u03B1\u03AF) <br>\u03AE \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5  \u03BD\u03B1 \u03BA\u03C1\u03B1\u03C4\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B1\u03BB\u03B9\u03CC (\u039F\u03C7\u03B9);</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u03A5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03B3\u03B9\u03B1 \u03C4\u03B9\u03C2  {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1
+plugins/TimeManagement.xml_remindLaterButton_tooltip=\u03a5\u03c0\u03b5\u03bd\u03b8\u03cd\u03bc\u03b9\u03c3\u03b7 \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1
+plugins/TimeManagement.xml_removeReminderButton=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7\u03C2
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03C5\u03C0\u03B5\u03BD\u03B8\u03C5\u03BC\u03AF\u03C3\u03B5\u03C9\u03BD \u03C0\u03BF\u03C5 \u03C3\u03C7\u03B5\u03C4\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BA\u03CC\u03BC\u03B2\u03BF.
+plugins/TimeManagement.xml_Replace=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
+plugins/TimeManagement.xml_Replace_All=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
+plugins/TimeManagement.xml_Replace_Selected=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD
+plugins/TimeManagement.xml_Select=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE
+plugins/TimeManagement.xml_todayButton=\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1
+plugins/TimeManagement.xml_WindowTitle=\u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C5
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
+preferences=\u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03B9\u03C2
+print_preview_title=\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7\u03c2
+PrintAction.text=\u0395\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7 \u03c7\u03ac\u03c1\u03c4\u03b7...
+PrintDirectAction.text=\u0395\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7...
+printing_settings=\u039A\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03B5\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7\u03C2
+PrintPreviewAction.text=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B9\u03C3\u03B7 \u03B5\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7\u03C2...
+PropertyAction.dialog=\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2
+PropertyAction.text=\u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03B9\u03C2 ...
+QuickFilterAction.text=\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03c6\u03af\u03bb\u03c4\u03c1\u03bf
+QuickFindAction.BACK.text=\u0395\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5
+QuickFindAction.FORWARD.text=\u0395\u03cd\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5
+QuickFindAllAction.text=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c0\u03bf\u03c5 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd
+QuickHighlightAction.text=\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03ba\u03cc\u03bc\u03b2\u03c9\u03bd \u03c0\u03bf\u03c5 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd
+QuitAction.text=\u0395\u03BE\u03BF\u03B4\u03BF\u03C2
+read_only=\u039C\u03CC\u03BD\u03BF \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7
+ReadScriptError.text=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 script
+really_convert_to_current_version=<html>\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u03c7\u03ac\u03c1\u03c4\u03b7\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03bf\u03b9\u03bf \u03c0\u03b1\u03bb\u03b9\u03ac \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c4\u03bf\u03c5 Freeplane.<br>\u039d\u03b1 \u03c4\u03bf \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03ad\u03c8\u03c9 \u03c3\u03b5 \u03bd\u03ad\u03b1 \u03bc\u03bf\u03c1\u03c6\u03ae (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9) ?</html>
+really_cut_node=\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03b5\u03c2 \u03bd\u03b1 \u03ba\u03cc\u03c8\u03c9 \u03c4\u03bf\u03bd(\u03bf\u03c5\u03c2) \u03ba\u03cc\u03bc\u03b2\u03bf(\u03bf\u03c5\u03c2)?
+really_execute_script=\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03b5\u03c2 \u03bd\u03b1 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03c9 \u03c4\u03b1 scripts \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7 ? \u039c\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bd \u03b6\u03b7\u03bc\u03b9\u03ac \u03c3\u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae \u03c3\u03bf\u03c5.
+really_remove_node=\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03b5\u03c2 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c9 \u03c4\u03bf\u03bd(\u03c4\u03bf\u03c5\u03c2) \u03ba\u03cc\u03bc\u03b2\u03bf (\u03bf\u03c5\u03c2) ?
+really_remove_notes=\u03a3\u03af\u03b3\u03bf\u03c5\u03c1\u03b1 \u03b8\u03b5\u03c2 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c9 \u03c4\u03b7(\u03c4\u03b9\u03c2) \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7(\u03c3\u03b5\u03b9\u03c2) ?
+ReapplyFilterAction.text=\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1\u03c2 \u03c6\u03af\u03bb\u03c4\u03c1\u03bf\u03c5 \u03c0\u03ac\u03bb\u03b9
+red=\u039a\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf
+RedefineStyleAction.text=\u0395\u03c0\u03b1\u03bd\u03b1\u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a3\u03c4\u03c5\u03bb
+RedoAction.text=\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
+RedoFilterAction.text=\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
+regular_expressions=\u0395\u03ba\u03c6\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2
+ReminderHookAction.text=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7\u03C2
+ReminderHookAction.tooltip=\u0391\u03C6\u03B1\u03B9\u03C1\u03B5\u03AF \u03C4\u03B7\u03BD \u03C5\u03C0\u03B5\u03BD\u03B8\u03CD\u03BC\u03B9\u03C3\u03B7 \u03B1\u03C0\u03CC \u03AD\u03BD\u03B1 \u03BA\u03CC\u03BC\u03B2\u03BF.
+remove_file_from_list_on_error=\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf {0} \u03b4\u03b5\u03bd \u03b1\u03bd\u03bf\u03af\u03c7\u03c4\u03b7\u03ba\u03b5. \u039d\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c9 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03c4\u03c9\u03bd \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b1 \u03b1\u03bd\u03bf\u03b9\u03b3\u03bc\u03ad\u03bd\u03c9\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd ?
+remove_shortcut_question=\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2 ?
+remove_shortcut_title=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2;
+RemoveAllIconsAction.text=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03C9\u03BD
+RemoveConnectorAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2
+RemoveEncryption.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd
+RemoveFormatAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2
+RemoveIcon_0_Action.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03b4\u03af\u03bf\u03c5
+RemoveIconAction.text=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03C0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03BF\u03C5 \u03B5\u03B9\u03BA\u03BF\u03BD\u03B9\u03B4\u03AF\u03BF\u03C5
+RemoveNoteAction.text=\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7\u03c2
+RemoveNoteAction.tooltip=<html>\u0394\u03b9\u03b1\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9 \u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03bb\u03bb\u03ce\u03bd \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b1\u03b6\u03af.</html>
+rename=\u039c\u03b5\u03c4\u03bf\u03bd\u03bf\u03bc\u03b1\u03c3\u03af\u03b1
+repair_link=\u0395\u03C0\u03B9\u03C3\u03BA\u03B5\u03C5\u03AE \u03B4\u03B5\u03C3\u03BC\u03BF\u03CD
+repair_link_question=\u0394\u03B5\u03BD \u03BC\u03C0\u03CC\u03C1\u03B5\u03C3\u03B1 \u03BD\u03B1 \u03B1\u03BD\u03BF\u03AF\u03BE\u03C9 \u03C4\u03BF \u03C3\u03C5\u03BD\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1. \u039D\u03B1 \u03BA\u03AC\u03BD\u03BF\u03C5\u03BC\u03B5 \u03B5\u03C0\u03B9\u03B4\u03B9\u03CC\u03C1\u03B8\u03C9\u03C3\u03B7 ;
+replace=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
+replace_shortcut_question=\u0391\u03c5\u03c4\u03ae \u03b7 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7 \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c4\u03b5\u03b8\u03b5\u03af \u03c3\u03c4\u03bf\n {0}.\n\u039d\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af ?
+replace_shortcut_title=\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2 ?
+ReportBugAction.text=\u0391\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1
+RequestFeatureAction.text=\u0396\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03bd\u03ad\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1
+reset_to_default=\u03a7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5
+ResetNodeLocationAction.text=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03B8\u03AD\u03C3\u03B7\u03C2
+ResetStyleAction.text=\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a3\u03c4\u03c5\u03bb \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5
+RevertAction.text=\u0391\u03bd\u03ac\u03ba\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c0\u03b9\u03ba\u03cc \u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc
+RevisionPluginAction.text=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c6\u03cc\u03bd\u03c4\u03bf\u03c5 \u03c4\u03c9\u03bd \u03b1\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03c3\u03b5\u03c9\u03bd
+save_failed=\u0397 \u03C0\u03C1\u03BF\u03C3\u03C0\u03AC\u03B8\u03B5\u03B9\u03B1 \u03B3\u03B9\u03B1 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C4\u03BF\u03C5 {0} \u03B4\u03B5\u03BD \u03AE\u03C4\u03B1\u03BD \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03AE\u03C2.
+save_unsaved=\u039D\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03C4\u03B5\u03AF \u03C4\u03BF \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03BF \u03B4\u03B9\u03AC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 ; :
+save_unsaved_styles=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03c4\u03c9\u03bd \u03a3\u03c4\u03c5\u03bb ?
+SaveAcceleratorPresetsAction.text=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03c3\u03c5\u03bd\u03c4\u03bf\u03bc\u03b5\u03cd\u03c3\u03b5\u03c9\u03bd
+SaveAction.text=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7
+SaveAll.text=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
+SaveAll.tooltip=\u0391\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03B5\u03B9 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03AC \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1.
+SaveAsAction.text=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2...
+saved=\u0391\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03C5\u03BC\u03AD\u03BD\u03BF
+saving_canceled=\u0397 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5
+scanners_not_loaded=\u039f\u03b9 \u03c3\u03b1\u03c1\u03c9\u03c4\u03ad\u03c2 \u03b4\u03b5\u03bd \u03c6\u03bf\u03c1\u03c4\u03ce\u03b8\u03b7\u03ba\u03b1\u03bd, \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03c1\u03b1\u03c6\u03b5\u03af
+scheme_evaluate=\u0391\u03C0\u03BF\u03C4\u03AF\u03BC\u03B7\u03C3\u03B7!
+script_execution_disabled=\u0397 \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 script \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5, \u03b4\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf \u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1/\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2/\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1
+ScriptEditor.text=\u03A3\u03C5\u03BD\u03C4\u03AC\u03BA\u03C4\u03B7\u03C2 \u03B4\u03AD\u03C3\u03BC\u03B7\u03C2 \u03B5\u03BD\u03C4\u03BF\u03BB\u03CE\u03BD...
+ScriptEditor.tooltip=\u0395\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03B9 \u03C4\u03B7 \u03C3\u03C5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE \u03BC\u03B1\u03BA\u03C1\u03BF\u03C3\u03BA\u03B5\u03BB\u03CE\u03BD \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD \u03B4\u03AD\u03C3\u03BC\u03B7\u03C2 \u03B5\u03BD\u03C4\u03BF\u03BB\u03CE\u03BD \u03C3\u03C4\u03BF Freeplane.
+ScriptEditorPanel.changed_cancel=\u039F\u03B9 \u03B5\u03BD\u03C4\u03BF\u03BB\u03AD\u03C2 \u03AC\u03BB\u03BB\u03B1\u03BE\u03B1\u03BD. \u0398\u03AD\u03BB\u03B5\u03B9\u03C2 \u03BD\u03B1 \u03B1\u03C0\u03BF\u03C1\u03AF\u03C8\u03B5\u03B9\u03C2 \u03C4\u03B9\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2;
+scripting_api_generator_legend=\u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=Scripting API
+scripting_api_generator_utilities=\u0392\u03bf\u03b7\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1
+scripting_api_generator_web=\u03a0\u03b7\u03b3\u03ad\u03c2 \u0394\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5
+select_favorites_folder=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF \u03C0\u03BF\u03C5 \u03B2\u03C1\u03AF\u03C3\u03BA\u03BF\u03BD\u03C4\u03B1\u03B9 "\u03A4\u03B1 \u03B1\u03B3\u03B1\u03C0\u03B7\u03BC\u03AD\u03BD\u03B1 " \u03C3\u03B1\u03C2
+select_file_export_to=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b3\u03b9\u03b1 \u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae
+select_folder_for_importing=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C6\u03AC\u03BA\u03B5\u03BB\u03BF \u03C0\u03BF\u03C5 \u03B8\u03B1 \u03B5\u03B9\u03C3\u03AC\u03B3\u03BF\u03C5\u03BC\u03B5
+select_icon=\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf
+select_menu_item_dialog=\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd
+select_menu_item_root_node=\u039c\u03b5\u03bd\u03bf\u03cd
+SelectAllAction.text=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AE
+SelectBranchAction.text=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B5\u03BC\u03C6\u03B1\u03BD\u03BF\u03CD\u03C2 \u03BA\u03BB\u03AC\u03B4\u03BF\u03C5
+SelectedPasteAction.text=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03c9\u03c2...
+selection_method_by_click=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03B5 \u03BC\u03BF\u03BD\u03CC \u03BA\u03BB\u03B9\u03BA
+selection_method_delayed=\u039A\u03B1\u03B8\u03C5\u03C3\u03C4\u03AD\u03C1\u03B9\u03C3\u03B7 \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B7\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2
+selection_method_direct=\u0394\u03B5\u03AF\u03BE\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5
+SelectNoteAction.text=\u0394\u03B9\u03B1\u03BA\u03CC\u03C0\u03C4\u03B7\u03C2 \u03C3\u03CD\u03BD\u03C4\u03B1\u03BE\u03B7\u03C2 \u03C3\u03B7\u03BC\u03B5\u03B9\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2
+SelectNoteAction.tooltip=\u0394\u03B9\u03B1\u03BA\u03CC\u03C0\u03C4\u03B7\u03C2 \u03B3\u03B9\u03B1 \u03B1\u03C0\u03CC\u03BA\u03C1\u03B9\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF \u03C3\u03B7\u03BC\u03B5\u03B9\u03CE\u03C3\u03B5\u03C9\u03BD
+set_accelerator_on_next_click_action=\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03b5 \u03bf\u03c0\u03bf\u03b9\u03bf\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b5\u03bd\u03bf\u03cd \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7
+SetAcceleratorOnNextClickAction.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf\u03c5 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2
+SetImageByFileChooserAction.text=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 ...
+SetLinkAnchorAction.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5
+SetLinkAnchorAction.tooltip=<html>\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c9\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac<br>\u03b3\u03b9\u03b1 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ce\u03bd \u03ae \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03c9\u03bd.
+SetLinkAnchorAction.tooltip_anchored=<html>\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ba\u03cc\u03bc\u03b2\u03bf\u03c5 \u03c9\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac<br>\u03b3\u03b9\u03b1 \u03bc\u03b5\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 \u03c4\u03bf\u03c0\u03b9\u03ba\u03ce\u03bd \u03ae \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03c9\u03bd.<br>\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac:<br>{0}
+SetLinkByFileChooserAction.text=\u0394\u03B5\u03C3\u03BC\u03CC\u03C2 (\u0393\u03C1\u03B1\u03C6\u03B9\u03BA\u03AE \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03C9\u03BD) ...
+SetLinkByTextFieldAction.text=\u0394\u03B5\u03C3\u03BC\u03CC\u03C2 (\u03A0\u03B5\u03B4\u03AF\u03BF \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5) ...
+SetNodeLink.text=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5...
+SetNoteWindowPosition.bottom.text=\u039a\u03ac\u03c4\u03c9
+SetNoteWindowPosition.left.text=\u0391\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac
+SetNoteWindowPosition.right.text=\u0394\u03b5\u03be\u03b9\u03ac
+SetNoteWindowPosition.top.text=\u039a\u03bf\u03c1\u03c5\u03c6\u03ae
+SetShortenerStateAction.text=\u0395\u03bb\u03b1\u03c7\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5
+sf_login_required=\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03c3\u03c4\u03bf SourceFoge. \u039d\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03c9;
+ShowAllAttributesAction.text=\u0394\u03B5\u03AF\u03BE\u03B5 \u03CC\u03BB\u03B1 \u03C4\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+ShowAncestorsAction.text=\u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2
+ShowAttributeDialogAction.text=\u0394\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
+ShowDescendantsAction.text=\u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2
+ShowFilterToolbarAction.text=\u039c\u03c0\u03ac\u03c1\u03b1 \u03a6\u03af\u03bb\u03c4\u03c1\u03c9\u03bd
+ShowFormatPanel.text=\u039f\u03b8\u03cc\u03bd\u03b7 \u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd
+ShowFormatPanel.tooltip=\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03b4\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf \u03c0\u03bf\u03c5 \u03c4\u03b1 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf\u03c5 \u039a\u03cc\u03bc\u03b2\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u0386\u03ba\u03c1\u03c9\u03bd \u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd \u03ac\u03bc\u03bc\u03b5\u03c3\u03b1.
+ShowHideNoteAction.text=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B5/\u039A\u03C1\u03CD\u03C8\u03B5 \u03C4\u03BF \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF \u03C3\u03B7\u03BC\u03B5\u03AF\u03C9\u03C3\u03B7\u03C2
+ShowHideNoteAction.tooltip=\u0395\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03B5\u03BD\u03BF\u03CD \u03B3\u03B9\u03B1 \u03C4\u03B1 \u03BC\u03B9\u03BA\u03C1\u03AC \u03B2\u03AD\u03BB\u03B7 \u03C3\u03C4\u03B7 \u03B4\u03B9\u03B1\u03C7\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE.
+ShowNextChildAction.text=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5 \u03a0\u03b1\u03b9\u03b4\u03b9\u03bf\u03cd
+ShowNotesInMapAction.text=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u039a\u03cc\u03bc\u03b2\u03c9\u03bd \u03c3\u03c4\u03bf \u03c7\u03ac\u03c1\u03c4\u03b7
+ShowSelectedAttributesAction.text=\u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03B1 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B1 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03B7\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AC
+ShowSelectionAsRectangleAction.text=\u039f\u03c1\u03b8\u03bf\u03b3\u03ce\u03bd\u03b9\u03b1 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
+simplyhtml.aboutFrameTitle=\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
+simplyhtml.aboutLabel=\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf SimplyHTML...
+simplyhtml.alignCenter=\u03BA\u03AD\u03BD\u03C4\u03C1\u03BF
+simplyhtml.alignLabel=\u03A3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7:
+simplyhtml.alignLeft=\u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC
+simplyhtml.alignRight=\u03B4\u03B5\u03BE\u03B9\u03AC
+simplyhtml.allCellsRangeLabel=\u03CC\u03BB\u03B1 \u03C4\u03B1 \u03BA\u03B5\u03BB\u03B9\u03AC
+simplyhtml.allOccurrencesReplaced=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03B1\u03C3\u03C4\u03AC\u03B8\u03B7\u03BA\u03B5 \u03C3\u03B5 \u03CC\u03BB\u03B5\u03C2 \u03C4\u03B9\u03C2 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C4\u03BF\u03C5
+simplyhtml.appendTableColLabel=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2
+simplyhtml.appendTableRowLabel=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
+simplyhtml.applyCellAttrLabel=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03C3\u03B5
+simplyhtml.backgroundLabel=\u03A5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF:
+simplyhtml.boldItalicName=\u03AD\u03BD\u03C4\u03BF\u03BD\u03B1 \u03C0\u03BB\u03AC\u03B3\u03B9\u03B1
+simplyhtml.boldName=\u03AD\u03BD\u03C4\u03BF\u03BD\u03B1
+simplyhtml.borderColorLabel=\u03A7\u03C1\u03CE\u03BC\u03B1:
+simplyhtml.borderWidthLabel=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2
+simplyhtml.bottomLabel=\u03C0\u03C5\u03B8\u03BC\u03AD\u03BD\u03B1\u03C2:
+simplyhtml.cancelBtnName=\u0391\u03BA\u03C5\u03C1\u03BF
+simplyhtml.cellBorderTabLabel=\u03A0\u03B5\u03C1\u03AF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1
+simplyhtml.cellGenTabLabel=\u0393\u03B5\u03BD\u03B9\u03BA\u03AC
+simplyhtml.cellMarginTabLabel=\u03A0\u03B5\u03C1\u03B9\u03B8\u03CE\u03C1\u03B9\u03BF
+simplyhtml.cellPanelTitle=\u03BC\u03BF\u03C1\u03C6\u03AE \u03BA\u03B5\u03BB\u03B9\u03BF\u03C5
+simplyhtml.clearFormatLabel=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
+simplyhtml.clearFormatTip=\u0391\u03C6\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7 \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
+simplyhtml.close=\u039A\u03BB\u03B5\u03AF\u03C3\u03B5
+simplyhtml.closeBtnName=\u039A\u03BB\u03B5\u03AF\u03C3\u03B5
+simplyhtml.colorLabel=\u03A7\u03C1\u03CE\u03BC\u03B1
+simplyhtml.copyLabel=\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
+simplyhtml.copyTip=\u03B1\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
+simplyhtml.cTagNameHead1=\u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 1
+simplyhtml.cTagNameHead2=\u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 2
+simplyhtml.cTagNameHead3=\u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 3
+simplyhtml.cTagNameHead4=\u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 4
+simplyhtml.cTagNameHead5=\u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 5
+simplyhtml.cTagNameHead6=\u0395\u03C0\u03B9\u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 6
+simplyhtml.cTagNameLink=\u0394\u03B5\u03C3\u03BC\u03CC\u03C2
+simplyhtml.cTagNameOL=\u03A4\u03B1\u03BE\u03B9\u03BD\u03BF\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u039B\u03AF\u03C3\u03C4\u03B1
+simplyhtml.cTagNamePara=\u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2
+simplyhtml.cTagNameUL=\u039B\u03AF\u03C3\u03C4\u03B1
+simplyhtml.cutLabel=\u0391\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
+simplyhtml.cutTip=\u03B1\u03C0\u03BF\u03BA\u03BF\u03C0\u03AE
+simplyhtml.defaultDocName=\u0391\u03C4\u03B9\u03C4\u03BB\u03BF
+simplyhtml.deleteTableColLabel=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2
+simplyhtml.deleteTableRowLabel=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
+simplyhtml.docTitleQuery=\u03C4\u03AF\u03C4\u03BB\u03BF\u03C2:
+simplyhtml.docTitleTitle=\u03A3\u03CD\u03BD\u03C4\u03B1\u03BE\u03B7 \u03C4\u03AF\u03C4\u03BB\u03BF\u03C5 \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
+simplyhtml.editLabel=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
+simplyhtml.effectLabel=\u0395\u03C6\u03AD
+simplyhtml.familyLabel=\u039F\u03B9\u03BA\u03BF\u03B3\u03AD\u03BD\u03B5\u03B9\u03B1
+simplyhtml.findNext=\u0395\u03CD\u03C1\u03B5\u03C3\u03B7 \u03B5\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF\u03C5...
+simplyhtml.findReplaceDialogTitle=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BA\u03B1\u03B9 \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
+simplyhtml.findReplaceLabel=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03BA\u03B1\u03B9 \u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
+simplyhtml.findReplaceTip=\u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 & \u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7
+simplyhtml.fontBoldLabel=\u0388\u03bd\u03c4\u03bf\u03bd\u03b1
+simplyhtml.fontBoldTip=\u03AD\u03BD\u03C4\u03BF\u03BD\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.fontColorLabel=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+simplyhtml.fontColorTip=\u03a7\u03c1\u03ce\u03bc\u03b1 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+simplyhtml.fontDialogTitle=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2
+simplyhtml.fontItalicLabel=\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1
+simplyhtml.fontItalicTip=\u03A0\u03BB\u03AC\u03B3\u03B9\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.fontLabel=\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC...
+simplyhtml.fontTabLabel=\u0393\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC
+simplyhtml.fontTip=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC\u03C2...
+simplyhtml.fontUnderlineLabel=\u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
+simplyhtml.fontUnderlineTip=\u03C5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.foregroundLabel=\u03A0\u03C1\u03BF\u03C3\u03BA\u03AE\u03BD\u03B9\u03BF:
+simplyhtml.formatLabel=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
+simplyhtml.formatListLabel=\u039B\u03AF\u03C3\u03C4\u03B1...
+simplyhtml.formatListTip=\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2
+simplyhtml.formatParaLabel=\u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2...
+simplyhtml.formatParaTip=\u0391\u03BB\u03BB\u03AC\u03B6\u03B5\u03B9 \u03C4\u03B7\u03BD \u03BC\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
+simplyhtml.formatTableLabel=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2...
+simplyhtml.formatTableTip=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
+simplyhtml.helpLabel=\u0392\u03BF\u03AE\u03B8\u03B5\u03B9\u03B1
+simplyhtml.htmlTabTitle=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1 HTML
+simplyhtml.imageFileDesc=\u0391\u03C1\u03C7\u03B5\u03AF\u03B1 \u03B5\u03B9\u03BA\u03CC\u03BD\u03B1\u03C2
+simplyhtml.insertTableColLabel=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2
+simplyhtml.insertTableLabel=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2...
+simplyhtml.insertTableMsg=\u03A0\u03CC\u03C3\u03B5\u03C2 \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2;
+simplyhtml.insertTableRowLabel=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2
+simplyhtml.insertTableTitle=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03A0\u03AF\u03BD\u03B1\u03BA\u03B1
+simplyhtml.italicName=\u03C0\u03BB\u03AC\u03B3\u03B9\u03B1
+simplyhtml.layoutTabTitle=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03B4\u03B9\u03AC\u03C4\u03B1\u03BE\u03B7\u03C2
+simplyhtml.leftLabel=\u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AC:
+simplyhtml.listDialogTitle=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u039B\u03AF\u03C3\u03C4\u03B1\u03C2
+simplyhtml.listIndentTitle=\u0395\u03C3\u03BF\u03C7\u03AE:
+simplyhtml.listPosInside=\u03B5\u03C3\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AC
+simplyhtml.listPositionLabel=\u0398\u03AD\u03C3\u03B7:
+simplyhtml.listPosOutside=\u03B5\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AC
+simplyhtml.listTypeCircle=\u03C3\u03C6\u03B1\u03B9\u03C1\u03B9\u03BA\u03AE \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\u03C3\u03CD\u03BC\u03B2\u03BF\u03BB\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C9\u03C2 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1
+simplyhtml.listTypeLabel=\u0395\u03AF\u03B4\u03BF\u03C2:
+simplyhtml.listTypeLowerAlpha=\u03B1.,\u03B2.,\u03B3.,\u03B4.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\u03C4\u03AF\u03C0\u03BF\u03C4\u03B1
+simplyhtml.listTypeSquare=\u03C4\u03B5\u03C4\u03C1\u03AC\u03B3\u03C9\u03BD\u03B7 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1
+simplyhtml.listTypeUpperAlpha=\u0391.,\u0392.,\u0393.,\u0394.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=\u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC
+simplyhtml.matchApproximately=\u03a0\u03c1\u03bf\u03c3\u03b5\u03b3\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03b1\u03cd\u03c4\u03b9\u03c3\u03b7
+simplyhtml.matchApproximately.tooltip=<html>\u039d\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b5\u03b3\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c4\u03b1\u03c5\u03c4\u03af\u03c3\u03b5\u03b9\u03c2,<br>\u03c0\u03c7. \u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 '\u03c0\u03ac\u03b3\u03bf' \u03b8\u03b1 \u03b2\u03c1\u03b5\u03b9 \u03ba\u03b1\u03b9 '\u03c0\u03ac\u03c4\u03bf'</html>
+simplyhtml.matchCase=\u03A4\u03B1\u03AF\u03C1\u03B9\u03B1\u03C3\u03BC\u03B1 \u03A0\u03B5\u03B6\u03CE\u03BD/\u039A\u03B5\u03C6\u03B1\u03BB\u03B1\u03AF\u03C9\u03BD
+simplyhtml.matchCase.tooltip=\u039d\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03c9\u03bd / \u03a0\u03b5\u03b6\u03ce\u03bd.
+simplyhtml.newStyleDefaultName=\u03BD\u03AD\u03BF \u03CD\u03C6\u03BF\u03C2
+simplyhtml.nextTableCellLabel=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF \u03BA\u03B5\u03BB\u03AF
+simplyhtml.noLineLabel=\u03C4\u03AF\u03C0\u03BF\u03C4\u03B1
+simplyhtml.noMoreOccurrencesFound=\u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD (\u03AC\u03BB\u03BB\u03B5\u03C2) \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03C3\u03B5\u03B9\u03C2
+simplyhtml.okBtnName=\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9
+simplyhtml.paddingLabel=\u0395\u03C3\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC
+simplyhtml.paraAlignCenterLabel=\u03A3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C3\u03C4\u03BF \u03BA\u03AD\u03BD\u03C4\u03C1\u03BF
+simplyhtml.paraAlignCenterTip=\u039A\u03B5\u03BD\u03C4\u03C1\u03B9\u03BA\u03AE \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
+simplyhtml.paraAlignLeftLabel=\u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AE \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7
+simplyhtml.paraAlignLeftTip=\u0391\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AE \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
+simplyhtml.paraAlignRightLabel=\u0394\u03B5\u03BE\u03B9\u03AC \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7
+simplyhtml.paraAlignRightTip=\u0394\u03B5\u03BE\u03AF\u03B1 \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7 \u03C0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
+simplyhtml.paraStyleDialogTitle=\u038E\u03C6\u03BF\u03C2 \u03A0\u03B1\u03C1\u03B1\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
+simplyhtml.paraTabLabel=\u03A0\u03B1\u03C1\u03AC\u03B3\u03C1\u03B1\u03C6\u03BF\u03C2
+simplyhtml.pasteHTMLLabel=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 HTML
+simplyhtml.pasteLabel=\u0395\u03C0\u03B9\u03BA\u03CC\u03BB\u03B7\u03C3\u03B7
+simplyhtml.pastePlainTextLabel=\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7 \u03b1\u03c0\u03bb\u03bf\u03cd \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5
+simplyhtml.pasteTip=\u03B5\u03C0\u03B9\u03BA\u03CC\u03BB\u03B7\u03C3\u03B7
+simplyhtml.plainName=\u03B1\u03C0\u03BB\u03AC
+simplyhtml.previewLabel=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B9\u03C3\u03B7
+simplyhtml.previewText=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B9\u03C3\u03B7 \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
+simplyhtml.prevTableCellLabel=\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF \u03BA\u03B5\u03BB\u03AF
+simplyhtml.printLabel=\u0395\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7...
+simplyhtml.redoLabel=\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
+simplyhtml.redoTip=\u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
+simplyhtml.replace=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7...
+simplyhtml.replaceAll=\u038C\u03BB\u03B1
+simplyhtml.replaceDone=\u0388\u03B3\u03B9\u03BD\u03B5
+simplyhtml.replaceNo=\u039F\u03C7\u03B9
+simplyhtml.replaceThisQuery=\u03B1\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AD\u03C3\u03C4\u03B7\u03C3\u03B5 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03BF\u03C5
+simplyhtml.replaceWith=\u0391\u03BD\u03C4\u03B9\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03BC\u03B5:
+simplyhtml.replaceYes=\u039D\u03B1\u03B9
+simplyhtml.rightLabel=\u03B4\u03B5\u03BE\u03B9\u03AC:
+simplyhtml.searchDown=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C2 \u03C4\u03B1 \u03BA\u03AC\u03C4\u03C9
+simplyhtml.searchDown.tooltip=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c0\u03ac\u03bd\u03c9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03ba\u03ac\u03c4\u03c9.
+simplyhtml.searchFromStart=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03B1\u03C1\u03C7\u03AE
+simplyhtml.searchFromStart.tooltip=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c0\u03ac\u03bd\u03c9 \u03b1\u03bd\u03c4\u03af \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03b8\u03ad\u03c3\u03b7.
+simplyhtml.searchUp=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C2 \u03C4\u03B1 \u03C0\u03AC\u03BD\u03C9
+simplyhtml.searchUp.tooltip=\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03ba\u03ac\u03c4\u03c9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03c0\u03ac\u03bd\u03c9.
+simplyhtml.selectAllLabel=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD
+simplyhtml.sizeLabel=\u039C\u03AD\u03B3\u03B5\u03B8\u03BF\u03C2
+simplyhtml.standardStyleName=\u03C4\u03C5\u03C0\u03B9\u03BA\u03CC
+simplyhtml.strikeLabel=\u0394\u03B9\u03B1\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
+simplyhtml.styleLabel=\u03A4\u03C1\u03CC\u03C0\u03BF\u03C2
+simplyhtml.styleNameInputText=\u039F\u03BD\u03BF\u03BC\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03CD\u03C6\u03BF\u03C5\u03C2;
+simplyhtml.styleNameInputTitle=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03CD\u03C6\u03BF\u03C5\u03C2
+simplyhtml.tableBgColLabel=\u03A7\u03C1\u03CE\u03BC\u03B1 \u03C5\u03C0\u03CC\u03B2\u03B1\u03B8\u03C1\u03BF\u03C5
+simplyhtml.tableDialogTitle=\u039C\u03BF\u03C1\u03C6\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
+simplyhtml.tableLabel=\u03A0\u03AF\u03BD\u03B1\u03BA\u03B1\u03C2
+simplyhtml.tablePanelTitle=\u039C\u03BF\u03C1\u03C6\u03AE \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1
+simplyhtml.tableWidthLabel=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2
+simplyhtml.textIndentLabel=\u0395\u03C3\u03BF\u03C7\u03AE:
+simplyhtml.textToFind=\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2:
+simplyhtml.thisCellRangeLabel=\u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03BA\u03B5\u03BB\u03AF
+simplyhtml.thisColRangeLabel=\u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03C3\u03C4\u03AE\u03BB\u03B7
+simplyhtml.thisRowRangeLabel=\u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE
+simplyhtml.toggleBulletsLabel=\u039B\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.toggleBulletsTip=\u03BB\u03AF\u03C3\u03C4\u03B1 \u03BC\u03B5 \u03BA\u03BF\u03C5\u03BA\u03AF\u03B4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.toggleNumbersLabel=\u0391\u03C1\u03B9\u03B8\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.toggleNumbersTip=\u03B1\u03C1\u03B9\u03B8\u03BC\u03B7\u03BC\u03AD\u03BD\u03B7 \u03BB\u03AF\u03C3\u03C4\u03B1 \u03BD\u03B1\u03B9/\u03CC\u03C7\u03B9
+simplyhtml.topLabel=\u03BA\u03BF\u03C1\u03C5\u03C6\u03AE:
+simplyhtml.uLineLabel=\u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
+simplyhtml.unableToOpenFileError=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03CE \u03BD\u03B1 \u03B1\u03BD\u03BF\u03AF\u03BE\u03C9 \u03C4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF
+simplyhtml.unableToRedoError=\u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03B7 \u03B7 \u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7:
+simplyhtml.unableToUndoError=\u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03B7 \u03B7 \u03B1\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7:
+simplyhtml.undoLabel=\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
+simplyhtml.undoTip=\u03B1\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
+simplyhtml.valignBaseline=\u0392\u03B1\u03C3\u03B9\u03BA\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE
+simplyhtml.valignBottom=\u03C0\u03C5\u03B8\u03BC\u03AD\u03BD\u03B1\u03C2
+simplyhtml.valignLabel=\u039A\u03AC\u03B8\u03B5\u03C4\u03B7 \u03C3\u03C4\u03BF\u03AF\u03C7\u03B9\u03C3\u03B7:
+simplyhtml.valignMiddle=\u03BC\u03AD\u03C3\u03BF
+simplyhtml.valignTop=\u03BA\u03BF\u03C1\u03C5\u03C6\u03AE
+simplyhtml.wholeWordsOnly=\u039C\u03CC\u03BD\u03BF \u03BF\u03BB\u03CC\u03BA\u03BB\u03B7\u03C1\u03B5\u03C2 \u03BB\u03AD\u03BE\u03B5\u03B9\u03C2
+simplyhtml.wholeWordsOnly.tooltip=\u03a0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ce\u03bd \u03c3\u03b5 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03b5\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2
+SortNodes.text=\u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03C9\u03BD
+SortNodes.tooltip=\u03A4\u03B1\u03BE\u03B9\u03BD\u03BF\u03BC\u03B5\u03AF \u03B1\u03BB\u03C6\u03B1\u03B2\u03B7\u03C4\u03B9\u03BA\u03AC \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5.
+split=\u03A7\u03CE\u03C1\u03B9\u03C3\u03B5
+SplitConditionAction.text=\u03a7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2
+SplitNode.text=\u03A7\u03C9\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5
+SplitNode.tooltip=<html>\u039F \u03BA\u03CC\u03BC\u03B2\u03BF\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C7\u03C9\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C2</html>
+STANDARD_FORMAT=\u03a4\u03c5\u03c0\u03b9\u03ba\u03cc
+stop_processing=\u03a3\u03c4\u03b1\u03bc\u03ac\u03c4\u03b7\u03bc\u03b1
+StringFlavorHandler=\u0391\u03c0\u03bb\u03cc \u039a\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c9\u03c2 \u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1 \u039a\u03cc\u03bc\u03b2\u03c9\u03bd
+StructuredHtmlFlavorHandler=HTML \u03c9\u03c2 \u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1 \u039a\u03cc\u03bc\u03b2\u03c9\u03bd
+style=\u03A4\u03C1\u03CC\u03C0\u03BF\u03C2
+style_already_exists=\u03a4\u03bf \u03a3\u03c4\u03c5\u03bb \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7.
+styledialog.cancel.text=\u0386\u03ba\u03c5\u03c1\u03bf
+styledialog.ok.text=\u039f\u039a
+styles=\u03a3\u03c4\u03c5\u03bb
+styles.AutomaticLayout=\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03a3\u03c4\u03c5\u03bb \u0395\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5
+styles.connection=\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7
+styles.date=\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1
+styles.definition=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2
+styles.description=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae
+styles.floating_node=\u0395\u03bb\u03b5\u03cd\u03b8\u03b5\u03c1\u03bf\u03c2 \u039a\u03cc\u03bc\u03b2\u03bf\u03c2
+styles.idea=\u0399\u03b4\u03ad\u03b1
+styles.important=\u03a3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc
+styles.key=\u039a\u03bb\u03b5\u03b9\u03b4\u03af
+styles.list=\u039b\u03af\u03c3\u03c4\u03b1
+styles.needs_action=\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1
+styles.note=\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7
+styles.ok=\u039f\u039a
+styles.pending=\u0395\u03ba\u03ba\u03c1\u03b5\u03bc\u03b5\u03af
+styles.predefined=\u03a0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03a3\u03c4\u03c5\u03bb
+styles.question=\u0395\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7
+styles.quotation=\u0391\u03c0\u03cc\u03c3\u03c0\u03b1\u03c3\u03bc\u03b1
+styles.root_node=\u03a3\u03c4\u03c5\u03bb
+styles.subsubtopic=\u03a4\u03c1\u03af\u03c4\u03bf \u0398\u03ad\u03bc\u03b1
+styles.subtopic=\u0394\u03b5\u03c5\u03c4\u03b5\u03c1\u03b5\u03cd\u03bf\u03bd \u0398\u03ad\u03bc\u03b1
+styles.topic=\u039a\u03cd\u03c1\u03b9\u03bf \u0398\u03ad\u03bc\u03b1
+styles.user-defined=\u03a3\u03c4\u03c5\u03bb \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7
+styles.website=\u0399\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1
+styles_menu=\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03a3\u03c4\u03c5\u03bb
+submenu_keystroke_in_use_error=\u03a4\u03bf \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf {0} \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c5\u03c0\u03bf\u03bc\u03b5\u03bd\u03bf\u03cd {1}. \u03a4\u03bf \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5.
+summary_nodes=\u039a\u03cc\u03bc\u03b2\u03bf\u03b9 \u03a0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2
+summary_not_possible=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ce \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c9 \u039a\u03cc\u03bc\u03b2\u03bf \u03a0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
+SummaryNodeAction.text=\u039a\u03cc\u03bc\u03b2\u03bf\u03c2 \u03a0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7\u03c2 (\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2/\u03ba\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7)
+svg=SVG
+template_dir=\u0393\u03b5\u03bd\u03b9\u03ba\u03ac \u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1
+TimeListAction.text=\u0394\u03B5\u03AF\u03BE\u03B5 \u03C4\u03B7\u03BD \u03BB\u03AF\u03C3\u03C4\u03B1 \u03C7\u03C1\u03BF\u03BD\u03BF\u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD ...
+TimeListAction.tooltip=\u03A0\u03C1\u03BF\u03B2\u03AC\u03BB\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C7\u03C1\u03CC\u03BD\u03BF\u03C5\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03B6\u03CC\u03BC\u03B5\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2.
+TimeManagementAction.text=\u0394\u03B5\u03AF\u03BE\u03B5 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BB\u03CC\u03B3\u03B9\u03BF ...
+TimeManagementAction.tooltip=<html>\u0394\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF \u03AC\u03C1\u03B8\u03C1\u03C9\u03BC\u03B1 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BB\u03BF\u03B3\u03AF\u03BF\u03C5 \u03C4\u03BF\u03C5 Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B9\u03C0\u03BB\u03C9\u03BC\u03AD\u03BD\u03C9\u03BD \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03C9\u03BD
+ToggleDetailsAction.text=\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd
+ToggleFBarAction.text=F-Bar
+ToggleFoldedAction.text=\u0395\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03cd\u03bc\u03c0\u03c4\u03c5\u03be\u03b7\u03c2
+ToggleFullScreenAction.text=\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03bf\u03b8\u03cc\u03bd\u03b7
+ToggleLeftToolbarAction.text=\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B1\u03C1\u03B9\u03C3\u03C4\u03B5\u03C1\u03AE\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD
+ToggleMenubarAction.text=\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03BC\u03B5\u03BD\u03BF\u03CD
+ToggleStatusAction.text=\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2
+ToggleToolbarAction.text=\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03C1\u03B1\u03BC\u03BC\u03AE\u03C2 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03C9\u03BD
+undefined_error=\u03A3\u03C5\u03BD\u03AD\u03B2\u03B7 \u03AD\u03BD\u03B1 \u03B1\u03BD\u03B1\u03C0\u03AC\u03BD\u03C4\u03B5\u03C7\u03BF \u03BB\u03AC\u03B8\u03BF\u03C2! \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03C0\u03C1\u03BF\u03C3\u03C0\u03B1\u03B8\u03AE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03BA\u03AC\u03BD\u03B5\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1\u03C4\u03BF\u03C2.
+underline=\u03A5\u03C0\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B9\u03C3\u03B7
+UnderlineAction.text=\u03a5\u03c0\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b9\u03c3\u03b7
+underlined=\u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF
+UndoAction.text=\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
+UndoFilterAction.text=\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7
+unfold=\u039E\u03B5\u03B4\u03AF\u03C0\u03BB\u03C9\u03BC\u03B1
+UnfoldAllAction.text=\u0391\u03BD\u03B1\u03B4\u03AF\u03C0\u03BB\u03C9\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD
+UnfoldAllAction.tooltip=<html>\u039E\u03B5\u03B4\u03B9\u03C0\u03BB\u03CE\u03BD\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03BA\u03CC\u03BC\u03B2\u03BF\u03C5\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B3\u03CC\u03BD\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2.</html>
+UnfoldOneLevelAction.text=\u039E\u03B5\u03B4\u03B9\u03C0\u03BB\u03C9\u03BC\u03B1 \u03AD\u03BD\u03B1 \u03B5\u03C0\u03AF\u03C0\u03B5\u03B4\u03BF
+UnfoldOneLevelAction.tooltip=<html>Unfolds the selected nodes by one level.</html>
+up=\u03a0\u03ac\u03bd\u03c9
+update_failed=\u0397 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 \u03bc\u03b5 \u03bc\u03ae\u03bd\u03c5\u03bc\u03b1 {0}
+UpdateCheckAction.text=\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2
+updatecheckdialog=\u0394\u03b9\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03c9\u03bd
+url_error=\u039B\u03AC\u03B8\u03BF\u03C2 \u03B3\u03C1\u03B1\u03BC\u03BC\u03AD\u03BD\u03BF  URL!
+url_open_error=\u0394\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b1 \u03bd\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03c9 \u03c4\u03bf URL {0}.
+used_in_menu=\u0391\u03c5\u03c4\u03ae \u03b7 \u03c3\u03c5\u03bd\u03c4\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03c1\u03b9\u03c3\u03b8\u03b5\u03af. \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03ae\u03b4\u03b7.
+UsePlainTextAction.text=\u03A7\u03C1\u03AE\u03C3\u03B7 \u03B1\u03C0\u03BB\u03BF\u03CD \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
+user_config_folder=\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03c9\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7. {0}
+user_defined_scale=\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03ba\u03bb\u03af\u03bc\u03b1\u03ba\u03b1
+user_defined_zoom=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7
+user_defined_zoom_status_bar=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BA\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1\u03C2 \u03C3\u03C4\u03B7\u03BD \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C4\u03B9\u03BC\u03AE {0}%.
+user_icon=\u0395\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 "{0}"
+user_template_dir=\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03a7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd
+user_zoom=\u039A\u03BB\u03AF\u03BC\u03B1\u03BA\u03B1 \u03B5\u03BA\u03C4\u03CD\u03C0\u03C9\u03C3\u03B7\u03C2 (0.0 - 2.0):
+value_format=\u039c\u03bf\u03c1\u03c6\u03ae \u03a4\u03b9\u03bc\u03ce\u03bd
+version_up_to_date=\u0389\u03b4\u03b7 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7
+ViewerControllerAction.text=\u0395\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf...
+ViewLayoutTypeAction.OUTLINE.text=\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u038c\u03c8\u03b7
+WebDocuAction.text=\u03A4\u03B5\u03BA\u03BC\u03B7\u03C1\u03AF\u03C9\u03C3\u03B7 \u03C3\u03B5 \u0399\u03C3\u03C4\u03CC
+width=\u03A0\u03BB\u03AC\u03C4\u03BF\u03C2
+wrong_regexp=\u039b\u03ac\u03b8\u03bf\u03c2 \u03c6\u03c1\u03ac\u03c3\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 "{0}", \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 {1}
+xslt_export.html=\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf HTML
+xslt_export.latex=\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf Latex
+xslt_export.latexbook=\u0392\u03b9\u03b2\u03bb\u03af\u03bf Latex
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=\u039c\u03bf\u03c1\u03c6\u03ae Excel XML (2003 \u03ba\u03b1\u03b9 \u03ac\u03bd\u03c9)
+xslt_export.ms_project=\u039c\u03bf\u03c1\u03c6\u03ae MS Project XML (2003 \u03ba\u03b1\u03b9 \u03ac\u03bd\u03bd\u03c9)
+xslt_export.ms_word=\u039c\u03bf\u03c1\u03c6\u03ae Word XML (2003 \u03ba\u03b1\u03b9 \u03ac\u03bd\u03c9)
+xslt_export.text=\u0391\u03c0\u03bb\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf
+xslt_export_not_possible=\u0394\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c9\u03c2 Freeplane XSLT
+yes=\u039D\u03B1\u03B9
+ZoomInAction.text=\u039C\u03B5\u03B3\u03AD\u03B8\u03C5\u03BD\u03C3\u03B7
+ZoomOutAction.text=\u03A3\u03BC\u03AF\u03BA\u03C1\u03C5\u03BD\u03C3\u03B7
diff --git a/freeplane/resources/translations/Resources_es.properties b/freeplane/resources/translations/Resources_es.properties
index e839b67..6b88f43 100644
--- a/freeplane/resources/translations/Resources_es.properties
+++ b/freeplane/resources/translations/Resources_es.properties
@@ -1,1770 +1,1770 @@
-about_text = Freeplane - Programa libre para creaci\u00f3n de mapas conceptuales y construcci\u00f3n del conocimiento
-AboutAction.text = Acerca de...
-acceleratorPresets = Teclas de acceso r\u00e1pido (atajos) predefinidas
-accelerators_loading_error = No se pueden cargar la configuraci\u00f3n de los atajos de {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Cambiar formato de los nodos
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Cambiar patr\u00F3n
-accessories/plugins/EncryptNode.properties_0 = Elija contrase\u00F1a para cifrar nodo
-accessories/plugins/EncryptNode.properties_1 = Las contrase\u00F1as no son iguales o son muy cortas.
-accessories/plugins/EncryptNode.properties_2 = Escriba la Contrase\u00F1a:
-accessories/plugins/EncryptNode.properties_3 = Vuelva a escribir la Contrase\u00F1a:
-accessories/plugins/EncryptNode.properties_4 = Escriba su contrase\u00f1a.
-accessories/plugins/EncryptNode.properties_5 = <html>Recuerde que la calidad del cifrado<br> depende casi completamente de la calidad de su contrase\u00F1a.</html>
-accessories/plugins/EncryptNode.properties_6 = Ok
-accessories/plugins/EncryptNode.properties_7 = Cancelar
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = S\u00f3lo puede (des)activar el cifrado si el nodo ha sido cifrado anteriormente. Por favor inserte un nodo cifrado utilizando el men\u00FA de herramientas.
-accessories/plugins/EncryptNode.properties_select_me = \u00a1Debe marcarme para seguir!
-accessories/plugins/EncryptNode.properties_wrong_password = La contrase\u00F1a no es correcta.
-accessories/plugins/ExportWithTWiki.text = Como TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Exporta el mapa como un documento TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = Este es un m\u00E9todo est\u00e1ndar de exportaci\u00F3n utilizando scripts XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Como Applet de Java ...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exporta el mapa como un applet java para Navegador
-accessories/plugins/ExportWithXSLT_Flash.text = Como Flash ...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exporta el mapa como una aplicaci\u00F3n flash
-accessories/plugins/ExportWithXSLT_HTML.text = Como XHTML (versi\u00F3n JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Como XHTML (versi\u00F3n mapa Seleccionable)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Recursos del nodo RECURSOS al fichero TaskJuggler ...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exporta recursos del nodo RECURSOS al m\u00F3dulo Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tareas del nodo de TAREAS al fichero TaskJuggler ...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exporta tareas de las TAREAS del nodo al m\u00F3dulo Taskjuggler. </html>
-action_keystroke_in_use_error = La tecla {0} que quiere asignar a la acci\u00f3n {1} ya est\u00e1 en uso para {2}
-active = Activo
-actual_map_styles = Estilos condicionales del mapa aplicados al nodo
-actual_node_styles = Estilos condicionales del nodo aplicados al nodo
-add = &A\u00f1adir
-AddConnectorAction.text = A\u00f1adir Conector
-AddElementaryConditionAction.text = A\u00f1adir
-AddLocalLinkAction.text = Agregar Enlace Local
-AddMenuItemLinkAction.text = Hiperenlace (Entrada de Men\u00fa)...
-AddOnDetailsPanel.authored.by = Por {0}
-AddOnDetailsPanel.header.function = Funci\u00f3n
-AddOnDetailsPanel.header.menu = Localizaci\u00f3n del men\u00fa
-AddOnDetailsPanel.header.shortcut = Enlace directo
-AddOnDetailsPanel.homepage = P\u00e1gina de inicio:
-addons.installer.canceled = Instalaci\u00f3n cancelada
-addons.installer.confirm.licence = <html><body><h1>Licencia</h1>{0}<p><p><em>\u00bfAcepta esta licencia?</em></p></body></html>
-addons.installer.failed = Fall\u00f3 la instalaci\u00f3n: {0}
-addons.installer.freeplaneversion.format.error = Error en el formato de {0} (valor: {1})
-addons.installer.groovy.script.name = El nombre del script  {0} no acaba en ".groovy"
-addons.installer.html.script = El cuerpo del script puede que no est\u00e9 en formato HTML
-addons.installer.install = Instalar
-addons.installer.invalid.keyboard.shortcut = Enlace directo no v\u00e1lido {0}.
-addons.installer.licence.unchanged = La licencia sigue sin cambios
-addons.installer.map.structure = Error en la estructura del mapa: {0}
-addons.installer.missing.child.nodes = Faltan nodos hijos: {0}
-addons.installer.missing.permission.attribute = Script  {0}: detalles de los permisos no encontrados {1}
-addons.installer.missing.properties = Propiedades no encontradas: {0}
-addons.installer.missing.translation = No hay traducci\u00f3n de {0} para {1}
-addons.installer.no.scripts = No se encuentran scripts
-addons.installer.no.zipdata = No se ha encontrado datos comprimidos
-addons.installer.nonstandard.permissions = El script requiere los siguiente permisos que no est\u00e1n activados: {0}.\n\u00bfDeber\u00edan ser a\u00f1adidos a los permisos habituales?
-addons.installer.one.child.expected = Se esperaba s\u00f3lo un hijo de {0} pero hay {1}.
-addons.installer.script.no.execution_mode = No hay definido "modo de ejecuci\u00f3n" para {0}
-addons.installer.script.no.menulocation = No hay atributo "menuLocation" definido para {0}
-addons.installer.script.no.menutitle = No hay atributo "menuTitleKey" definido para {0}
-addons.installer.script.no.permissions = Sin permisos definidos para {0}
-addons.installer.success = Instalaci\u00f3n correcta.\n El nuevo complemento estar\u00e1 disponible tras reiniciar.
-addons.installer.success.update = Actualizada correctamente de la {0} a {1}.\n Algunas funciones s\u00f3lo pueden estar disponibles tras reiniciar.
-addons.installer.title = Instalador de complementos
-addons.installer.too.new = Su versi\u00f3n actual de Freeplane {0} es muy reciente. Este complemento soporta hasta la {1}
-addons.installer.too.old = Su versi\u00f3n actual de Freeplane {0} es muy antigua. Este complemento requiere al menos {1}
-addons.installer.unknown.deinstallation.rules = Sin detalles para la desintalaci\u00f3n de {0}
-addons.installer.update = Actualizar de la versi\u00f3n {0}
-addons.installer.warning = <html><body><em>S\u00f3lo deber\u00eda instalar complementos de fuentes de confianza. Software malintencionado puede da\u00f1ar sus datos o comprometer su privacidad.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = A\u00f1adir atributos de estilo
-AddStyleAttributes.tooltip = A\u00f1adir atributos del estilo del nodo
-AllMapsNodeListAction.text = Buscar y reemplazar en todos los mapas
-always = Siempre
-AlwaysUnfoldedNodeAction.text = Siempre tener los nodos desplegados (fijar/quitar)
-antialias_all = Alisar Todo
-antialias_edges = Alisar Bordes
-antialias_none = No Alisar
-apply = Aplicar
-ApplyAction.text = Aplicar
-ApplyFormatPlugin.text = Cambiar formato ...
-ApplyFormatPlugin.tooltip = Presenta un di\u00E1logo en el que los atributos de nodo y borde pueden ser cambiados al mismo tiempo.
-ApplyNoFilteringAction.text = Sin Filtrado
-ApplySelectedViewConditionAction.text = Filtrar nodos seleccionados
-ApplyToVisibleAction.text = Se aplica a los nodos seleccionados
-as_parent = Como Principal
-AskForHelp.text = Pedir ayuda
-AssignAttributesAction.text = Asignar Atributos...
-attribute_delete = Borrar todos los Valores
-attribute_delete_value = Borrar este Valor
-attribute_font_size_tooltip = Tama\u00F1o de Fuente del Atributo
-attribute_list_box_label_text = Valores Existentes
-attribute_name = Nombre del atributo
-attribute_replace = Reemplazar con
-attribute_top = Todos los Atributos conocidos para los Mapas cargados
-attribute_value = Valor del atributo
-attributes_AddAttributeAction.text = A\u00f1adir atributo
-attributes_adding_empty_attribute_error = No se puede usar la cadena vac\u00EDa como nombre de atributo
-attributes_all = Todos los Atributos
-attributes_assign_dialog = Asignar atributos
-attributes_attribute = Atributos
-attributes_close = Cerrar
-attributes_deselect_all = Nada
-attributes_dialog_title = Gestor de Atributos
-attributes_edit = Editar
-attributes_edit_tooltip = Editar Conjunto
-attributes_for_selected = Nodos Seleccionados
-attributes_for_visible = Todos los Nodos Visibles
-attributes_import = Importar
-attributes_import_tooltip = Importar atributos de otros mapas abiertos
-attributes_no_import_candidates_found = No se ha encontrado ning\u00fan atributo nuevo
-attributes_popup_delete = Borrar
-attributes_popup_down = Abajo
-attributes_popup_edit = Editar
-attributes_popup_hide = Ocultar
-attributes_popup_new = Nuevo Atributo
-attributes_popup_optimal_width = Anchura \u00D3ptima
-attributes_popup_up = Arriba
-attributes_refresh = Actualizar
-attributes_RemoveAllAttributesAction.text = Quitar todos los tributos
-attributes_RemoveFirstAttributeAction.text = Quitar el primer atributo
-attributes_RemoveLastAttributeAction.text = Quitar el \u00faltimo atributo
-attributes_restricted_attributes_tooltip = Restringir Conjunto de Atributos
-attributes_restricted_values_tooltip = Restringir Conjunto de Valores para el Atributo actual
-attributes_restriction = Conjunto Restringido
-attributes_select_all = Todos
-attributes_select_all_tooltip = Seleccionar/Deseleccionar todos
-attributes_show = Mostrar
-attributes_skip_root = Evitar Nodo Ra\u00edz
-attributes_visible = Seleccionado Visible
-attributes_visible_tooltip = Seleccionado Visible
-automatic_layout = Dise\u00f1o autom\u00e1tico
-automatic_layout_disabled = desactivado
-automatically_save_message = El Mapa se salv\u00F3 autom\u00E1ticamente (utilizando el nombre de fichero {0}) ...
-AutomaticEdgeColorHookAction.text = Color del borde autom\u00e1tico
-AutomaticLayout.ALL = para todos los nodos
-AutomaticLayout.HEADINGS = para nodos que no est\u00e9n sueltos
-AutomaticLayout.level = Nivel {0}
-AutomaticLayout.level.root = Ra\u00edz
-AutomaticLayoutAction.text = Presentaci\u00F3n Autom\u00e1tica
-AutomaticLayoutAction.tooltip = <html>Arregla la presentaci\u00F3n del mapa. <br>El primer nivel es negro, el segundo azul, etc.</html>
-AutomaticLayoutControllerAction.ALL.text = para todos los nodos
-AutomaticLayoutControllerAction.HEADINGS.text = para nodos que no est\u00e9n sueltos
-AutomaticLayoutControllerAction.null.text = desactivado
-BackAction.text = Atr\u00e1s
-BackAction.tooltip = Salta hacia atr\u00E1s en la cadena de selecci\u00F3n
-background = Fondo
-bitmaps = Mapas de bits
-black = Negro
-BlinkingNodeHookAction.text = Nodo Parpadeante
-BlinkingNodeHookAction.tooltip = <html>Esto hace que el nodo parpadee. Pero tenga cuidado. No lo utilice en muchos nodos,y <strong> no lo haga junto con otros formatos automaticos en el mismo nodo</strong></html>
-blue = Azul
-BoldAction.text = Negrita
-boldify_branch = Oscurecer Rama
-branch = Rama
-browse = Navegar...
-calendar_attributes_panel = Calendario y atributos
-calendar_panel = Calendario
-can_not_connect_to_info_server = No se puede conectar con el servidor de informaci\u00f3n
-can_not_delete_predefined_style = No se puede borrar el estilo predefinido
-can_not_delete_root_style = No se puede borrar el estilo de la ra\u00edz
-can_not_delete_style_group = No se puede borrar el estilo del grupo
-can_not_save_key_set = No se puede guardar la configuraci\u00f3n de teclas de acceso r\u00e1pido
-cancel = Cancelar
-CancelAction.text = Cancelar
-cannot_add_parent_diff_parents = Todos los nodos deben tener el mismo nodo principal para poder utilizar esta funci\u00F3n.
-cannot_add_parent_to_root = El nodo Ra\u00EDz no puede ser agregado a un nuevo nodo Principal.
-cannot_delete_root = El nodo raiz no puede ser borrado o cortado.
-cannot_join_nodes_with_children = No se pueden unir nodos con hijos
-cannot_move_to_child = No se puede mover un nodo dentro de uno de sus hijos.
-CenterAction.text = Centrar
-CenterSelectedNodeAction.text = Centrar en el nodo seleccionado
-ChangeConnectorArrowsAction.backward.text = Atr\u00e1s
-ChangeConnectorArrowsAction.both.text = Ambos
-ChangeConnectorArrowsAction.forward.text = Adelante
-ChangeConnectorArrowsAction.none.text = Ninguno
-ChangeConnectorArrowsAction.text = Cambiar las flechas del Conector
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Curva
-ChangeConnectorShapeAction.EDGE_LIKE.text = Simular el borde
-ChangeConnectorShapeAction.LINE.text = L\u00ednea
-ChangeConnectorShapeAction.LINEAR_PATH.text = Trazo lineal
-ChangeNodeLevelLeftsAction.text = Nodo izquierdo
-ChangeNodeLevelLeftsAction.tooltip = A la izquierda de la raiz los nodos son desplazados hacia abajo. Se convierten en hijos de su hermano superior. A la derecha de la raiz, los nodos son desplazados hacia arriba. Directamente en la raiz, el nodo cambia de lado.
-ChangeNodeLevelRightsAction.text = Nodo derecho
-ChangeNodeLevelRightsAction.tooltip = A la derecha de la raiz los nodos son desplazados hacia abajo. Ellos se convierten en hijos de su hermano superior. A la izquierda de la raiz los nodos son desplazados hacia arriba. Directamente en la raiz, los nodos cambian de lado.
-choose_background_color = Elegir Color de Fondo:
-choose_cloud_color = Elegir Color de Nube:
-choose_edge_color = Elegir Color del Borde
-choose_map_background_color = Elegir el Color de fondo del Mapa
-choose_node_background_color = Elegir Color de Fondo del Nodo:
-choose_node_color = Elegir Color del Nodo:
-ClearLinkAnchorAction.text = Borrar la etiqueta de ancla
-ClearLinkAnchorAction.tooltip = <html>quitar la etiqueta previa de ancla del nodo</html>
-close_btn = &Cerrar
-CloseAction.text = Cerrar
-CloudAction.text = Nube
-CloudColorAction.text = Color de Nube...
-CloudShapeAction.ARC.text = Arco
-CloudShapeAction.RECT.text = Rect\u00e1ngulo
-CloudShapeAction.ROUND_RECT.text = Rect\u00e1ngulo redondeado
-CloudShapeAction.STAR.text = Estrella
-ColorProperty.ResetColor = Reinicia Color
-combined = Combinado
-condition = Condici\u00f3n
-confirmation = Confirmaci\u00F3n
-connector = Conector
-connector_arrows = Flechas del conector
-connector_label = Etiqueta del Conector
-connector_lines = L\u00edneas del conector
-connector_shapes = Formas del conector
-ConnectorColorAction.text = Color del Conector...
-CopyAction.text = Copiar
-CopyAction.tooltip = Copiar la rama seleccionada
-CopyAttributes.text = Copiar atributos
-CopyIDAction.text = Copiar la Identidad del Nodo
-CopyMapStylesAction.text = Copiar el estilo del mapa de...
-CopyNodeURIAction.text = Copiar la URL del nodo
-copyright = Copyright \u00a9 2000-2012 Equipo de Freeplane y otros
-CopySingleAction.text = Copia Sencilla
-CopySingleAction.tooltip = Copiar s\u00f3lo el nodo seleccionado
-CopyStyleExtensionsAction.text = Copiar contenido del estilo
-corrupt_map = El contenido del mapa est\u00e1 corrupto
-CreateConjunctConditionAction.text = Y
-CreateDisjunctConditionAction.text = O
-CreateNotSatisfiedConditionAction.text = No
-CreationModificationPluginAction.text = Mostrar Sucesi\u00f3n de Modificaciones
-CreationModificationPluginAction.tooltip = <html>Esta funci\u00F3n sigue la pista del tiempo de creaci\u00F3n y modificaci\u00F3n de nodos.</html>
-current_dir = Mapas
-CutAction.text = Cortar
-decrease_branch_font_size = Reducir Fuente
-DecreaseNodeFontAction.text = Reducir Fuente
-default = Por defecto
-DefaultColorAction.text = Color por defecto
-defaultstyle.details = Contenid (detalles)
-defaultstyle.floating = Nodo flotante
-defaultstyle.note = Nota
-delete = Borrar
-delete_child = Borrar Nodo
-DeleteAction.text = Eliminar Nodo
-DeleteConditionAction.text = Borrar
-DeleteDetailsAction.text = Borrar detalles
-DeleteLevelStyleAction.text = Eliminar el estilo autom\u00e1tico por nivel
-DeleteStyleAction.text = Eliminar el estilo
-DeleteUserStyleAction.text = Eliminar el estilo creado por el usuario
-dialect_info.app = El mapa conceptual {0} se cre\u00f3 con {1}.
-dialect_info.unknownApp = El mapa conceptual {0} se cre\u00f3 con un programa desconocido.
-dialect_info.unknownURL = Este sitio web no es conocido.
-dialect_info.url = Visite la p\u00e1gina web del programa {0} para tener m\u00e1s informaci\u00f3n.
-dialect_info.warning = Puede que Freeplane no lo abra, muestre o guarde correctamente.
-DirectHtmlFlavorHandler = HTML como nodo simple
-DocumentationAction.text = Documentaci\u00F3n
-down = Abajo
-download = Descargar
-dropped_file_error = No se pudo abrir el/los archivo(s) descargado(s). Raz\u00f3n: {0}
-edge = Borde
-edge_is_formatted_by_style = El formato del borde lo determina el estilo. Edite los estilos implicados si es necesario.
-edge_style = Estilo del Borde
-edge_width = Ancho del Borde
-EdgeColorAction.text = Color del Borde...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.bezier.tooltip = <html>Mostrar el borde como curva suave.</html>
-EdgeStyleAction.hide_edge.text = Ocultar el borde
-EdgeStyleAction.hide_edge.tooltip = <html>Para los nodos seleccionados mostrar el borde hacia el padre como<br>l\u00ednea de puntos. Si no ocultar el borde.</html>
-EdgeStyleAction.horizontal.text = Horizontal
-EdgeStyleAction.horizontal.tooltip = <html>Usar l\u00edneas rectas perpendiculares para los bordes.</html>
-EdgeStyleAction.linear.text = Lineal
-EdgeStyleAction.linear.tooltip = <html>Mostrar el borde como l\u00ednea recta.</html>
-EdgeStyleAction.sharp_bezier.text = Conexi\u00F3n Bezier
-EdgeStyleAction.sharp_bezier.tooltip = <html>Mostrar el borde como l\u00ednea curva con finales afilados .</html>
-EdgeStyleAction.sharp_linear.text = Conexi\u00F3n lineal
-EdgeStyleAction.sharp_linear.tooltip = <html>Mostrar el borde como l\u00ednea recta con finales afilados .</html>
-EdgeStyleAsParentAction.text = Como Principal
-EdgeStyleAsParentAction.tooltip = <html>Usar el estilo de borde del nodo padre.</html>[obsoleto]
-EdgeWidthAction_width_parent.text = Principal
-EdgeWidthAction_width_thin.text = Delgado
-edit = Editar
-edit.decision = Editor HTML
-edit.edit_rich_text = \u00BFQuiere usar formatos como negrita o cursiva?
-edit_details = Editar los detalles del nodo
-edit_end_label = <html>Conector<br>etiqueta
-edit_label_font_family = Letra
-edit_label_font_size = Tama\u00f1o de letra
-edit_link_manually = Editar Enlace Manualmente...
-edit_long_node = Edici\u00f3n Avanzada del Nodo
-edit_middle_label = Editar la Etiqueta de en Medio
-edit_note = Editar nodo
-edit_source_label = Editar la Etiqueta Fuente
-edit_target_label = Editar la Etiqueta Final
-edit_transparency_label = Transparencia
-edit_width_label = Anchura
-EditAction.text = Editar Nodo
-EditAttributesAction.text = Editar Atributos
-EditDetailsAction.text = Editar los detalles del nodo
-EditDetailsInDialogAction.text = Editar el contenido del nodo (detalles) en el di\u00e1logo
-EditFilterAction.text = Editar
-EditLongAction.text = Edici\u00f3n Avanzada del Nodo...
-EditNoteInDialogAction.text = Editar &nota...
-EditScript = Editar Script...
-EditStylesAction.text = Editar estilos
-EncryptedMap.text = Crear Mapa Cifrado...
-EncryptedMap.tooltip = Crear un nuevo mapa cifrado
-enter_base_url = Voy a pegar enlaces relativos. Por favor ingrese la URL base.
-enter_condition_name = Escribir un nombre para la nueva condici\u00f3n
-enter_confirms = La tecla Intro sirve para Confirmar
-enter_keyset_name = Escribir un nombre para el conjunto de teclas de acceso r\u00e1pido
-enter_map_url = Escribir la URL del mapa
-enter_new_style_name = Escribir un nombre para el nuevo estilo
-enter_node_id = Introducir la ID del nodo
-enter_zoom = Indicar zoom
-EnterPassword.text = (Des)activar cifrado
-error = Error
-error_applying_template = Error aplicando la plantilla XSL.
-error_creating_directory = No se puede crear el directorio para exportar.
-error_in_template = Errores en la plantilla por defecto para mapas {0}. Pruebe a quitar este archivo
-errornumber = {0} errores
-ExecuteScriptError.text = Error al ejecutar el script.\nMire el archivo de registro para m\u00e1s detalles.
-ExecuteScriptForAllNodes.text = Ejecutar todos los scripts
-ExecuteScriptForSelectionAction.text = Ejecutar los scripts de los nodos seleccionados
-ExecuteScriptOnSelectedNode.text = Ejecutar {0} en todos los nodos seleccionados
-ExecuteScriptOnSelectedNodeRecursively.text = Ejecutar {0} en los nodos seleccionados, de forma recursiva
-ExecuteScriptOnSingleNode.text = Ejecutar {0} en un nodo seleccionado
-ExecuteScripts.noScriptsAvailable = No est\u00e1 disponible
-ExecuteScripts.text = Scripts
-ExecuteScriptSecurityError.text = Ocurri\u00f3 un error mientras se ejecutaba el script: {0}
-export_failed = Ha fallado la exportaci\u00f3n
-export_pdf_text = Formato de Documentos Portables (PDF)
-export_svg_text = Gr\u00E1fica de Vectores Escalables (SVG)
-export_using_xslt = Exportaci\u00f3n a Freeplane usando XSLT
-ExportAction.text = Exportar
-ExportBranchAction.text = Rama como nuevo Mapa...
-ExportBranchToHTMLAction.text = Rama como HTML
-exported_file = archivo {0}
-ExportPdf.text = Como PDF...
-ExportSvg.text = Como SVG...
-ExportToHTMLAction.text = Como HTML
-ExportToImage.jpg.text = Como JPEG...
-ExportToImage.png.text = Como PNG...
-ExportToOoWriter.text = Como Documento Open Office Writer ...
-extension_menu = Estilo F\u00EDsico
-ExternalImage_popupMenu_Change = Cambiar...
-ExternalImage_popupMenu_Open = Abrir en visor
-ExternalImage_popupMenu_Remove = Quitar
-ExternalImage_popupMenu_ResetZoom = Reajustar el zoom
-ExternalImageAddAction.text = A\u00f1adir imagen externa...
-ExternalImageChangeAction.text = Cambiar imagene externa...
-ExternalImageRemoveAction.text = Quitar imagen externa
-ExtractLinkFromTextAction.text = Hiperenlace desde el texto
-ExtractLinkFromTextAction.tooltip = Fijar el hiperenlace que se ha encontrado en el texto del nodo
-f_button_unassigned = No hay nada que hacer
-FaqOpenURLAction.text = FAQ
-file = Archivo
-file_already_exists = El archivo {0} ya existe. \u00BFQuiere sobrescribirlo?
-file_not_found = No se ha encontrado el archivo {0}
-FileListFlavorHandler = Enlaces a los archivos
-FileProperties_BranchLeafCount = N\u00famero de nodos hoja en la(s) rama(s) seleccionada(s):
-FileProperties_BranchNodeCount = N\u00famero de nodos en la(s) rama(s) seleccionada(s):
-FileProperties_ChangesSinceLastSave = Cambios desde la \u00faltima vez que se guard\u00f3:
-FileProperties_FileName = Nombre del archivo:
-FileProperties_FileSaved = Archivo guardado:
-FileProperties_FileSize = Tama\u00f1o del archivo:
-FileProperties_MainBranchCount = N\u00famero de ramas principales:
-FileProperties_NeverSaved = Nunca guardado
-FileProperties_NodeChildCount = N\u00famero de hijos del nodo(s) seleccionado(s):
-FileProperties_NodeSelectionCount = N\u00famero de nodos seleccionados:
-FileProperties_TotalFilteredCount = N\u00famero de nodos que satisfacen el filtro:
-FileProperties_TotalLeafCount = N\u00famero total de nodos hoja:
-FileProperties_TotalNodeCount = N\u00famero total de nodos:
-FilePropertiesAction.text = Propieda&des...
-FileRevisionsDialog.cancel = &Cancelar
-FileRevisionsDialog.file_last_modified = Fecha y hora
-FileRevisionsDialog.file_name = Archivo
-FileRevisionsDialog.file_size = Bytes
-FileRevisionsDialog.open = &Abrir
-FileRevisionsDialog.open.tooltip = Abrir el archivo incluso si estuviera desfasado
-FileRevisionsDialog.question = Revisiones encontradas para {0}
-FileRevisionsDialog.restore = Rest&urar
-FileRevisionsDialog.restore.tooltip = Reemplarzar {0} por {1}
-FileRevisionsDialog.title = Revisiones del archivo
-filter = Filtro
-filter_add = A\u00F1adir
-filter_and = Y
-filter_any_text = Esencial, detalles o notas
-filter_conditions = Filtros
-filter_contains = Contiene
-filter_created_after = Creado despu\u00e9s de
-filter_created_before = Creado antes de
-filter_delete = Borrar
-filter_details = Detalles
-filter_dialog = Creador de filtros
-filter_does_not_exist = No Existe
-filter_edit_description = Editar Lista de Filtros
-filter_enter_value = Indicar el Valor
-filter_even_level = Nodo de nivel impar
-filter_exist = Existe
-filter_icon = Icono
-filter_is_equal_to = Es igual a
-filter_is_not_equal_to = No es igual a
-filter_leaf = Nodo hoja
-filter_link = Hiperenlace
-filter_match_approximately = &Aproximado
-filter_match_approximately_tooltip = <html>Si se permiten coincidencias aproximadas,<br/>como p.e. al buscar la palabra 'files' se puede aceptar 'flies'.</html>
-filter_match_case = &Caso coincidente
-filter_match_case_tooltip = Si se destaca el caso cuando hay coincidencia.
-filter_modified_after = Modificado despu\u00e9s de
-filter_modified_before = Modificado antes del
-filter_no_filtering = Sin Filtrado
-filter_node = Texto del Nodo
-filter_node_level = Nivel del nodo
-filter_not = No
-filter_note = Nota
-filter_odd_level = Nodo de nivel par
-filter_or = O
-filter_parent = Texto de origen
-filter_periodic_level = Peri\u00f3dico
-filter_priority = Prioridad
-filter_regexp_matches = Coincide con Expresiones regulares
-filter_reminder = Recordatorio
-filter_reminder_after = programado despu\u00e9s
-filter_reminder_before = programado antes
-filter_reminder_executed = ya terminado
-filter_reminder_later = programado m\u00e1s tarde
-filter_root = Nodo ra\u00edz
-filter_script = Filtro de script
-filter_select = Seleccionar
-filter_selected_node_view = Nodos Seleccionados Actualmente
-filter_selected_node_view_snapshot = Selecci\u00f3n guardada
-filter_style = Estilo
-filter_time = Filtro de fecha
-FilterComposerDialog.save = &Guardar
-filters_not_loaded = El filtro no se pudo cargar, el archivo est\u00e1 corrupto
-find_what = Buscar Qu\u00E9
-FindAction.text = Buscar...
-FirstGroupNodeAction.text = Nodo resumen (inicio de grupo)
-fit_map_to_page = Ajustar a una p\u00E1gina
-fit_map_to_page_height = Fijar la altura a una p\u00e1gina
-fit_map_to_page_width = Fijar el ancho a una p\u00e1gina
-FitToPage.text = Acercamiento Todo en Una Pagina
-FitToPage.tooltip = Ajusta el nivel de acercamiento de manera tal que todo el mapa pueda verse en la ventana actual.
-fold = Doblar
-FoldAllAction.text = Doblar Todos
-FoldAllAction.tooltip = <html>Dobla los nodos seleccionados y todos sus hijos.</html>
-FoldOneLevelAction.text = Dobla Un Nivel
-FoldOneLevelAction.tooltip = <html>Dobla un nivel de nodos seleccionados.</html>
-follow_graphical_link = Ir a:
-FollowLinkAction.text = Ir a:
-font = Fuente
-FontFamilyAction.text = Familia de la Fuente
-FontSizeAction.text = Tama\u00F1o de Fuente
-format_invalid_pattern = No es un patr\u00f3n v\u00e1lido
-format_menu_cloud_shapes = Nube
-format_menu_edge_styles = Estilos de Bordes
-format_menu_edge_widths = Anchura Bordes
-format_panel = Formato
-FormatCopy.text = Copiar Formato
-FormatCopy.tooltip = <html>Copia el formato de un nodo.</html>
-FormatPaste.text = Pegar Formato
-FormatPaste.tooltip = <html>Pega el formato de un nodo.</html>
-formats_not_loaded = El archivo est\u00e1 da\u00f1ado, no se pudieron cargar los formatos
-formula.error.attributeValueIsNull = El valor del atributo "{0}" es nulo tras evaluarlo.
-formula.error.circularReference = Referencia circular: la f\u00f3rmula en el nodo "{0}" hace referencia a s\u00ed misma.
-formula.EvaluateAllAction.text = Evaluar todo
-formula.EvaluateAllAction.tooltip = Evaluar todas las f\u00f3rmulas en el mapa actual
-formula.menuname = F\u00f3rmulas
-formula_editor = Editar f\u00f3rmula
-ForwardAction.text = Adelante
-ForwardAction.tooltip = Salta adelante en la cadena de selecci\u00F3n
-FreeNodeAction.text = Nodo colocado libremente (fijar/quitar)
-Freeplane.progress.buildScreen = Construir Pantalla ...
-Freeplane.progress.createController = Crear Controlador ...
-Freeplane.progress.createInitialMode = Crear Modo Inicial ...
-Freeplane.progress.endStartup = Finalizar Inicio.
-Freeplane.progress.gettingPreferenceDirectories = Cargando Preferencias de Directorio ...
-Freeplane.progress.gettingPreferences = Cargando Preferencias ...
-Freeplane.progress.loadMaps = Cargar Mapas ...
-Freeplane.progress.propagateLookAndFeel = Extender Estilo y Apariencia ...
-Freeplane.progress.settingPreferences = Fijar Preferencias ...
-Freeplane.progress.startCreateController = Iniciar Crear Controlador ...
-Freeplane.progress.updateLookAndFeel = Actualizar Estilo y Apariencia ...
-freeplane_reverted = Freeplane_Revertido_
-FreeplaneHelpStarter.text = Ayuda en l\u00ednea...
-FreeplaneHelpStarter.tooltip = Ayuda Ampliada de Freeplane
-GettingStartedAction.text = Primeros pasos
-GotoLinkNodeAction.text = Ir al Enlace
-GotoNodeAction.text = Seleccionar nodo con ID...
-GrabKeyDialog.common.cancel = Cancelar
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Asignado a
-GrabKeyDialog.grab-key.assigned-to.none = Por ahora est\u00e1 sin asignar
-GrabKeyDialog.grab-key.clear = Limpiar
-GrabKeyDialog.grab-key.remove = Borrar
-GrabKeyDialog.grab-key.remove-ask = \u00BFEst\u00E1 seguro que quiere borrar esta combinaci\u00f3n de teclas?
-GrabKeyDialog.grab-key.title = Introducir nueva tecla
-green = Verde
-help = Ayuda
-HideableAction.tooltip = <html>Marca el fondo de cada nodo que se ha modificado.</html>
-HideAllAttributesAction.text = Esconder Todos los Atributos
-HierarchicalIcons2Action.text = Mostrar las intersecciones de los iconos hijos
-HierarchicalIconsAction.text = Mostrar Iconos Jer\u00e1rquicamente
-HierarchicalIconsAction.tooltip = Si uno de los hijos tiene un \u00EDcono, lo mostrar\u00E9 en un formato peque\u00F1o.
-hot_keys = Teclas de acceso r\u00e1pido
-hot_keys_table = Tabla con las teclas de acceso r\u00e1pido
-HotKeyInfoAction.text = Tecla de Referencia
-html_export_based_on_headings = Exportar HTML - Basado en Encabezados
-html_export_fold_all = Exportar HTML - Doblar Todo
-html_export_fold_currently_folded = Exportar HTML - Doblar lo Actualmente Doblado
-html_export_no_folding = Exportar HTML - Sin Doblar
-html_problem = <html>No se puede procesar a html<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Adici\u00f3n
-icon_attach = \u00a1Ojo!
-icon_audio = Audio
-icon_back = Atr\u00e1s
-icon_bee = Freeplane
-icon_bell = Recordar
-icon_bookmark = Excelente
-icon_broken-line = Roto
-icon_button_cancel = Mal
-icon_button_ok = Bien
-icon_calendar = Fecha
-icon_checked = Revisado
-icon_clanbomber = Peligroso
-icon_clock = Hora
-icon_clock2 = Nota recordatoria
-icon_closed = Prohibido Entrar
-icon_decrypted = Abierto
-icon_desktop_new = No Olvidar
-icon_division = Divisi\u00f3n
-icon_down = Abajo
-icon_edit = Pulir
-icon_encrypted = Encriptado
-icon_executable = Ejecutable
-icon_family = Familia
-icon_fema = Hombre y Mujer
-icon_female1 = Mujer1
-icon_female2 = Mujer2
-icon_females = Mujeres
-icon_flag = Bandera Roja
-icon_flag-black = Bandera Negra
-icon_flag-blue = Bandera Azul
-icon_flag-green = Bandera Verde
-icon_flag-orange = Bandera Naranja
-icon_flag-pink = Bandera Rosa
-icon_flag-yellow = Bandera Amarilla
-icon_folder = Carpeta
-icon_forward = Adelante
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Prioridad 0
-icon_full-1 = Prioridad 1
-icon_full-2 = Prioridad 2
-icon_full-3 = Prioridad 3
-icon_full-4 = Prioridad 4
-icon_full-5 = Prioridad 5
-icon_full-6 = Prioridad 6
-icon_full-7 = Prioridad 7
-icon_full-8 = Prioridad 8
-icon_full-9 = Prioridad 9
-icon_go = Sem\u00e1foro en Verde
-icon_gohome = Inicio
-icon_group = Grupo
-icon_help = Pregunta
-icon_hourglass = Esperando
-icon_icon_not_found = Icono no encontrado
-icon_idea = Idea
-icon_image = Imagen
-icon_info = Informaci\u00f3n
-icon_internet = Internet
-icon_internet_warning = Aviso de Internet
-icon_kaddressbook = Tel\u00E9fono
-icon_kmail = Correo electr\u00f3nico
-icon_knotify = M\u00FAsica
-icon_korn = Buz\u00F3n
-icon_ksmiletris = \u00a1Estoy Feliz!
-icon_launch = Lanzamiento
-icon_licq = Lindo
-icon_list = Lista
-icon_Mail = Correo
-icon_male1 = Hombre1
-icon_male2 = Hombre2
-icon_males = Hombres
-icon_menu = Iconos
-icon_messagebox_warning = Importante
-icon_mindmap = Mapa conceptual
-icon_multiplication = Multiplicaci\u00f3n
-icon_narrative = Narraci\u00f3n
-icon_negative = Negativo
-icon_neutral = Neutro
-icon_password = Llave
-icon_pencil = Para Pulir
-icon_penguin = Linux
-icon_positive = Positivo
-icon_prepare = Sem\u00e1foro en \u00c1mbar
-icon_revision = Revisi\u00f3n
-icon_smiley-angry = Enfadado
-icon_smiley-neutral = No Importa
-icon_smiley-oh = Sorpresa
-icon_smily_bad = Estoy triste
-icon_stop = Detener
-icon_stop-sign = Stop
-icon_subtraction = Sustracci\u00f3n
-icon_unchecked = Sin revisar
-icon_up = Arriba
-icon_user_icon = Iconos del usuario
-icon_very_negative = Muy negativo
-icon_very_positive = Muy positivo
-icon_video = V\u00eddeo
-icon_wizard = Magia
-icon_xmag = Para Discutir
-icon_yes = Importante
-IconGroupPopupAction.arrows.text = Flechas
-IconGroupPopupAction.docs_folders.text = Documentos y Carpetas
-IconGroupPopupAction.flags.text = Banderas
-IconGroupPopupAction.math.text = Matem\u00e1ticas
-IconGroupPopupAction.media.text = Media
-IconGroupPopupAction.miscellaneous.text = Miscel\u00e1nea
-IconGroupPopupAction.nature.text = Naturaleza
-IconGroupPopupAction.numbers.text = N\u00fameros
-IconGroupPopupAction.office.text = Oficina
-IconGroupPopupAction.people.text = Gente
-IconGroupPopupAction.rating.text = Clasificaci\u00f3n
-IconGroupPopupAction.signs.text = Se\u00f1ales
-IconGroupPopupAction.smiley.text = Smiley
-IconGroupPopupAction.time.text = Hora
-IconGroupPopupAction.user.text = Iconos del usuario
-IconProgressExtended10Action.text = Progreso aumentado 10%
-IconProgressExtended10Action.tooltip = <html>A\u00f1ade una indicaci\u00f3n de que el progreso se ha aumentado un 10% al hacer doble click.<br>Control + doble click izquierdo lo reduce o lo elimina.</html>
-IconProgressExtended25Action.text = Progreso aumentado 25%
-IconProgressExtended25Action.tooltip = <html>A\u00f1ade una indicaci\u00f3n de que el progreso se ha aumentado un 25% al hacer doble click.<br>Control + doble click izquierdo lo reduce o lo elimina.</html>
-IconProgressIconDownAction.text = Bajar progreso
-IconProgressIconDownAction.tooltip = Disminuye/ inserta/ elimina los iconos de progreso (100% -> 75% -> 50% -> 25% -> 0% -> eliminar).
-IconProgressIconUpAction.text = Subir progreso
-IconProgressIconUpAction.tooltip = incrementa/ inserta los iconos de progreso (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = Elimina progreso
-IconProgressRemoveAction.tooltip = Elimina los iconos de progreso e iconos extendidos de progreso
-IconSelectionPlugin.text = Seleccionar Icono...
-IconSelectionPlugin.tooltip = <html>Aqu\u00ED puede seleccionar un icono utilizando una subventana.</html>
-image_covertLink = Convertir enlace a imagen
-ImageFlavorHandler = Imagen (utilizar un archivo separado)
-import = Importar
-import_linked_branch_no_link = El nodo seleccionado no tiene enlaces que importar.
-ImportAction.text = Importar
-ImportBranchAction.text = Rama...
-ImportExplorerFavoritesAction.text = Favoritos del Explorer...
-ImportFolderStructureAction.text = Estructura de Carpetas...
-ImportLinkedBranchAction.text = Rama Enlazada
-ImportLinkedBranchWithoutRootAction.text = (Rama Enlazada) Sin Ra\u00EDz...
-ImportMindmanagerFiles.text = Mapa MindManager X5 ...
-increase_branch_font_size = Agrandar Fuente
-IncreaseNodeFontAction.text = Agrandar Fuente
-internal_error_tooltip = Errores internos. Consulte el \u00faltimo log en {0} para m\u00e1s informaci\u00f3n.
-invalid_export_file = Nombre para exportar el archivo no v\u00e1lido
-invalid_file_msg = No se ha podido encontrar archivo para {0}
-invalid_uri = URL Incorrecta {0}
-invalid_url = No se pudo crear una URL v\u00e1lida
-invalid_url_msg = No se pudo crear una URL v\u00e1lida para {0}
-ItalicAction.text = Cursiva
-italicise_branch = Poner en Cursiva
-java_version = Versi\u00f3n de Java: {0}
-JoinNodesAction.text = Unir Nodos
-LatexDeleteLatexAction.text = Quitar f\u00f3rmula LaTe&X
-LatexEditLatexAction.text = Editar f\u00f3rmula &LaTeX
-LatexInsertLatexAction.text = A\u00f1adir f\u00f3rmula &LaTeX
-less_than_two_selected_nodes = Tiene que seleccionar al menos dos nodos para poder crear enlaces.
-license = Licencia
-license_text = <html>Este programa es software libre; puede redistribuirlo y/o<br>modificarlo bajos los t\u00e9rminos de la Licencia P\u00fablica General GNU<br>como ha sido publicada por la Free Software Foundation; tanto la versi\u00f3n 2<br>de la licencia, o (a su elecci\u00f3n) cualquier versi\u00f3n posterior.<br><br>Este programa se distribuye con la esperanza de que sea \u00fatil,<br>pero SIN NINGUNA GARANT\u00cdA; incluso sin la garant\u00eda impl\u00edcita para su<br>COMERCIALIZACI\u00d3N O IDONEIDAD PARA USO PARTICULAR.  Lea la<br>Licencia P\u00fablica General GNU para m\u00e1s detalles.<br><br>Deber\u00eda haber recibido una copia de la Licencia P\u00fablica General GNU<br>con este programa; si no es as\u00ed, escriba a la Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = Enlace incorrecto, "{0}" no se carg\u00f3
-link_not_available_any_more = El enlace ya no es correcto. El nodo fue borrado.
-link_not_found = Enlace {0} no encontrado.
-load = &Cargar
-load_accelerator_presets = Cargar
-LoadAcceleratorPresetsAction.textPatterns.text = Patrones para el texto
-locking_failed_by_open = Fallo al intentar bloquear el mapa {0}. Se abre como S\u00f3lo Lectura.
-locking_failed_by_save_as = Fallo al intentar bloquear el mapa {0}. La acci\u00f3n de Guardar como se cancel\u00f3.
-locking_old_lock_removed = El mapa {0} fu\u00E9 bloqueado por el usuario {1}. Se ha quitado ya que es de hace mucho tiempo.
-long_node_changed_cancel = Ha cambiado el nodo. \u00BFQuiere ignorar los cambios?*
-long_node_changed_submit = Ha cambiado el Nodo. \u00BFDesea salvar los cambios?*
-lots_of_links_warning = Vas a crear muchos enlaces apuntando al mismo nodo.  \u00bfEst\u00e1 seguro que quiere hacerlo?
-main_resource_directory = Fuentes de Instalaci\u00f3n: {0}
-MainView.errorUpdateText = Error al fijar el texto para la siguiente entrada: {0}. El error fue: {1}
-MakeLinkFromAnchorAction.text = Crear enlace de una etiqueta de ancla
-MakeLinkFromAnchorAction.tooltip = <html>crear un enlace global o local del<br/>nodo con etiqueta de ancla al nodo seleccionado</html>
-MakeLinkToAnchorAction.text = Convertir enlace a etiqueta de ancla
-MakeLinkToAnchorAction.tooltip = <html>crear un enlace global o local del<br/>nodo seleccionado al nodo con etiqueta de ancla</html>
-ManageAddOnsAction.text = Complementos
-ManageAddOnsDialog.activate = Activar
-ManageAddOnsDialog.activation.success = {0} se activar\u00e1 tras reiniciar.
-ManageAddOnsDialog.authored.by = por {0}.
-ManageAddOnsDialog.cannot.activate = No se puede activar: {0} ya est\u00e1 activo.
-ManageAddOnsDialog.cannot.configure = No se puede configurar {0}.
-ManageAddOnsDialog.cannot.deactivate = No se puede desactivar: {0} no est\u00e1 activado.
-ManageAddOnsDialog.cannot.deinstall = No se puede desintalar {0}.
-ManageAddOnsDialog.configure = Configurar
-ManageAddOnsDialog.deactivate = Desactivar
-ManageAddOnsDialog.deactivation.success = {0} se desactivar\u00e1 tras reiniciar.
-ManageAddOnsDialog.deinstall = Desintalar
-ManageAddOnsDialog.deinstallation.success = {0} se desintalar\u00e1 tras reiniciar.
-ManageAddOnsDialog.error = Error en la instalaci\u00f3n: {0}.
-ManageAddOnsDialog.install = &Instalar
-ManageAddOnsDialog.install.from.known.location = Instalar complemento de un origen conocido
-ManageAddOnsDialog.install.tooltip = Poner aqu\u00ed la URL del archivo de instalaci\u00f3n de un complemento
-ManageAddOnsDialog.map.not.opened = Parece que el mapa {0} no est\u00e1 abierto.
-ManageAddOnsDialog.really.deinstall = \u00bfDe verdad quiere desintalar {0}?
-ManageAddOnsDialog.search = Buscar complementos
-ManageAddOnsDialog.search.file = Buscar
-ManageAddOnsDialog.select.tooltip = Seleccionar archivo
-ManageAddOnsDialog.status.downloading = Descargando archivo...
-ManageAddOnsDialog.status.installing = Instalando complemento
-ManageAddOnsDialog.status.success = Se ha instalado correctamente {0}.
-ManageAddOnsDialog.tab.install = Buscar e instalar
-ManageAddOnsDialog.tab.install.tooltip = Buscar e instalar nuevos complementos
-ManageAddOnsDialog.tab.manage = Complementos
-ManageAddOnsDialog.tab.manage.themes = Temas
-ManageAddOnsDialog.tab.manage.themes.tooltip = Gestionar temas instalados
-ManageAddOnsDialog.tab.manage.tooltip = Gestionar complementos instalados
-ManageAddOnsDialog.visit.addon.page = Visitar la p\u00e1gina de complementos...
-ManageConditionalStylesAction.text = Gestionar los estilos condicionales
-ManageNodeConditionalStylesAction.text = Gestionar los estilos condicionales del nodo
-map_already_exists = El mapa ya existe. \u00BFQuiere sobrescribirlo?
-map_corrupted = Mapa corrupto. \u00BFQuiere ver los detalles?
-map_load_error = No se pudo cargar el mapa {0}
-map_locked_by_open = El mapa {0} lo est\u00E1 editando el usuario {1}. Abri\u00e9ndolo como S\u00f3lo Lectura.
-map_locked_by_save_as = El mapa {0} lo est\u00e1 editando el usuario {1}. La acci\u00F3n Guardar Como se cancel\u00f3.
-map_not_saved = El mapa no se ha guard\u00f3do antes.
-MapBackgroundColorAction.text = Fondo del Mapa
-MaxNodeWidth.text = Fijar el ancho m\u00e1ximo del nodo
-menu_applyStyle = Aplicar estilo
-menu_attributes = Atributos
-menu_clouds = Nubes
-menu_copy = Copiar
-menu_coreFormat = Nodo central
-menu_details = Contenido (detalles)
-menu_displayAttributes = Atributos del nodo
-menu_encryption = Protecci\u00f3n con contrase\u00f1as
-menu_error = Error en la estructura del men\u00fa definido por el usuario {0}:\n{1}\nAbortando
-menu_extensions = Extensiones del nodo
-menu_extras = Herramientas
-menu_file_import = Importar
-menu_filter = Filtro
-menu_format = Formato
-menu_group = Grupo del nodo
-menu_hoverView = Ayuda sobre herramientas
-menu_iconByCategory = Icono por categor\u00eda...
-menu_iconView = Iconos
-menu_image = Imagen
-menu_insert = Insertar
-menu_latex_formula = F\u00f3rmula LaTeX
-menu_links = Enlaces
-menu_manageStyles = &Gestionar estilos
-menu_moveNode = Mover y organizar
-menu_navigate = &Navegar
-menu_newNode = Nuevo nodo
-menu_node = Nodo
-menu_node_features = Caracter\u00edsticas del nodo
-menu_nodes = &Nodos
-menu_nodeView = Nodo central
-menu_notes = Notas
-menu_noteView = Notas
-menu_progress = Progreso
-menu_remove_icons = Quitar iconos
-menu_removeAttribute = Quitar atributo
-menu_select = Seleccionar
-menu_time = Gesti\u00f3n del tiempo
-menu_title = Nodo central
-menu_toolbars = Barras de herramientas
-menu_view = Ver
-menu_viewmode = Ver configuraci\u00f3n
-MenuUtils.invalid_menuitem = {0} no es un elemento del men\u00fa v\u00e1lido.
-mindmap = Mapa
-MindMapNodesFlavorHandler = Jerarqu\u00eda de los nodos
-mindmaps = Mapas
-mindmaps_desc = Mapas (*.mm)
-mindmaps_filter_desc = Filtros (*.mmfilter)
-MinNodeWidth.text = Fijar el ancho m\u00ednimo del nodo
-mode_Browse = Modo de Navegaci\u00f3n
-mode_File = Modo de Archivo
-mode_MindMap = Modo de Mapa Conceptual
-mode_na = Modo no disponible
-mode_status = Cambio a Modo {0}
-mode_title = Freeplane - Modo {0}
-modes = Modos
-ModesMenuAction.Browse.text = Navegador de Mapas
-ModesMenuAction.File.text = Gestor de Archivos
-ModesMenuAction.MindMap.text = Editor de Mapa Conceptual
-most_recent_files = Archivos M\u00E1s Recientes
-MoveToRootAction.text = Mover a Ra\u00EDz
-NameConditionAction.text = Nombrar
-NavigationNextMapAction.text = Siguiente Mapa
-NavigationPreviousMapAction.text = Mapa Previo
-new = Nuevo
-new_map_from_user_templates.text = Nuevo mapa usando plantilla...
-new_mindmap = Nuevo Mapa
-new_node = Nuevo Nodo
-new_node_as_sibling_not_possible_for_the_root = No es posible un Nuevo Nodo Hermano en la Ra\u00EDz
-new_version_available = Hay una nueva versi\u00f3n disponible ''{0}''
-NewChildAction.text = Nuevo Nodo Hijo
-NewerFileRevisionsFoundDialog.cancel = Saltar
-NewerFileRevisionsFoundDialog.cancel.tooltip = No abrir este archivo
-NewerFileRevisionsFoundDialog.file_last_modified = Sello de hora
-NewerFileRevisionsFoundDialog.file_name = Archivo
-NewerFileRevisionsFoundDialog.file_size = Bytes
-NewerFileRevisionsFoundDialog.open = Abrir
-NewerFileRevisionsFoundDialog.open.tooltip = Abrir el archivo aunque no sea el m\u00e1s reciente
-NewerFileRevisionsFoundDialog.question = \u00a1Encontrada versi\u00f3n m\u00e1s reciente para {0}! \u00bfDesea abrirla {0} (mire la primera l\u00ednea) no obstante? Para reemplazar {0} por un archivo guardado automaticamente de la lista, debe seleccionarlo y pulsar en ''Restaurar''.
-NewerFileRevisionsFoundDialog.restore = Restaurar
-NewerFileRevisionsFoundDialog.restore.tooltip = Cambiar {0} por {1}
-NewerFileRevisionsFoundDialog.title = \u00a1Se han encontrado versiones m\u00e1s recientes!
-NewFreeNodeAction.text = Nuevo nodo libre
-NewLevelStyleAction.text = A\u00f1adir automaticamente el dise\u00f1o del estilo de nivel
-newmap.install.addon.question = {0} parece que es un complemento\n\u00bfDesea instalarlo?\n(Seleccione "No" para abrirlo normalmente.)
-newmap.install.addon.title = \u00bfInstalar el complemento?
-NewMapAction.text = &Nuevo mapa
-NewMapViewAction.text = Nueva Vista de Mapa
-NewParentNode.text = Nuevo Nodo Principal
-NewParentNode.tooltip = <html>Todos los seleccionados son enviados a un nuevo nodo Principal.</html>
-NewPreviousSiblingAction.text = Nuevo Nodo Previo Hermano
-NewSiblingAction.text = Nuevo Nodo Hermano
-NewSummaryAction.text = Nuevo nodo principal (nodos seleccionados)
-NewUserStyleAction.text = Nuevo estilo a partir de la selecci\u00f3n
-NextNodeAction.BACK.text = Nodo Previo
-NextNodeAction.BACK_N_FOLD.text = Nodo Previo (plegado)
-NextNodeAction.FORWARD.text = Siguiente nodo
-NextNodeAction.FORWARD_N_FOLD.text = Siguiente nodo (plegado)
-NextPresentationItemAction.text = Desplegar el siguiente elemento de la presentaci\u00f3n
-no = No
-no_copy_attributes_before_paste_attributes = No puede pegar atributos si antes no ha copiado alguno.
-NO_FORMAT = Texto
-no_format_copy_before_format_paste = No puede pegar un formato a menos que haya copiado uno.
-no_found_from = No "{0}" encontrado en "{1}".
-no_more_found_from = No m\u00e1s "{0}" encontrado en "{1}".
-no_previous_find = No se encontr\u00f3 ninguno Anterior.
-no_styles_found_in_map = No se han encontrado estilos en el mapa
-node = Nodo
-node_changed_discard_changes = Ha cambiado el nodo. \u00BFQuiere ignorar los cambios?*
-node_is_write_protected = El nodo escogido est\u00e1 protegido contra escritura
-node_location_help = Arrastrando se cambia el nodo de sitio, ctrl+arrartre cambia las distancias, doble click y ctrl+doble click lo deshacen.
-node_selector = Selecci\u00f3n de nodo
-node_selector_message = Doble click para seleccionar el nodo
-node_styles = Estilos del nodo
-NodeBackgroundColorAction.text = Color de Fondo del Nodo...
-NodeColorAction.text = Color del Nodo...
-NodeColorBlendAction.text = Mezclar Color
-NodeDownAction.text = Bajar Nodo
-NodeExtensions.EditNodeExtensions = Editar las extensiones del nodo
-NodeExtensions.RemoveNodeExtensions = Quitar las extensiones del nodo
-NodeListAction.text = Buscar y Reemplazar ...
-NodeListAction.tooltip = Muestra todos los nodos como una lista de b\u00FAsqueda con propiedades de filtro.
-NodeShapeAction.bubble.text = Burbuja
-NodeShapeAction.fork.text = Bifurcaci\u00F3n
-NodeUpAction.text = Subir Nodo
-NodeWidthAction.text = Fijar el ancho del nodo
-nonboldify_branch = Sin negrita
-nonitalicise_branch = Sin cursiva
-normal = Normal
-not_saved_for_image_error = El mapa se debe guardar antes de que pueda escoger una imagen con el selector de archivos
-not_saved_for_link_error = El Mapa debe ser guardado antes de establecer un enlace con el selector de archivos
-note_window_location = Posici\u00f3n de la Nota
-ok = De Acuerdo
-OKAction.text = De Acuerdo
-OnlineReference.text = Documentaci\u00f3n de Mapas conceptuales en l\u00ednea
-open_asMindMap = Mapa conceptual
-OpenAction.text = Abrir...
-OpenFreeplaneSiteAction.text = P\u00e1gina Web de Freeplane
-OpenPathAction.text = Abrir Archivo
-OpenURLMapAction.text = Abrir mapa desde una URL...
-OpenUserDirAction.text = Abrir el directorio del usuario
-option_changes_may_require_restart = Para ver los efectos de las propiedades cambiadas, probablemente deber\u00E1 reiniciar Freeplane.
-OptionalDontShowMeAgainDialog.cancel = No
-OptionalDontShowMeAgainDialog.dontShowAgain = No preguntar otra vez
-OptionalDontShowMeAgainDialog.ok = S\u00ED
-OptionalDontShowMeAgainDialog.rememberMyDescision = Recordar decisi\u00F3n
-OptionPanel.absolute = Absoluto
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Patrones autom\u00E1ticos de distribuci\u00F3n
-OptionPanel.ADD_CHILD = A\u00f1adir nodo hijo
-OptionPanel.ADD_SIBLING = A\u00f1adir nodo hermano
-OptionPanel.addons = Complementos
-OptionPanel.always_fold_all_after_load = Plegar todo
-OptionPanel.always_load_last_maps = Cargar el \u00faltimo mapa y los nuevos
-OptionPanel.always_load_last_maps.tooltip = Abrir los \u00faltimos archivos fijados por las opciones de arriba, incluso abrir FreePlane con un mapa en concreto.
-OptionPanel.always_save_folding = Siempre
-OptionPanel.always_save_folding_state = Siempre guardar los cambios que hay en los plegamientos
-OptionPanel.always_save_folding_state.tooltip = Si se marca, cada plegado ensuciar\u00e1 el mapa y le recordar\u00e1 que debe guardarlo.
-OptionPanel.always_unfold_all_after_load = Desplegar todo
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Determina la calidad del mapa. M\u00E1s antialias necesita m\u00E1s tiempo.</html>
-OptionPanel.antialias_all = Alisar Todo
-OptionPanel.antialias_edges = Alisar Bordes
-OptionPanel.antialias_none = Sin Alisar
-OptionPanel.Appearance = Apariencia
-OptionPanel.apply_system_screen_resolution = Aplicar la resoluci\u00f3n de pantalla por defecto del sistema
-OptionPanel.approximate_search_threshold = L\u00edmite para la coincidencia aproximada
-OptionPanel.approximate_search_threshold.tooltip = <html>L\u00edmite para la coincidencia aproximada<br/><font size="2">mire http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(cuanto m\u00e1s alto, menos variaciones<br/>se encontrar\u00e1n del t\u00e9rmino de b\u00fasqueda)</html>
-OptionPanel.ar = Ar / \u00c1rabe
-OptionPanel.ARC = Arco
-OptionPanel.as_parent = Como el principal
-OptionPanel.ask = Pregunta
-OptionPanel.automatic = Autom\u00E1tico
-OptionPanel.automaticFormat_level = Estilos autom\u00E1ticos de disposici\u00F3n
-OptionPanel.automaticFormat_level1 = Formato del Nodo Ra\u00edz
-OptionPanel.automaticFormat_level2 = Formato de Nodos de Nivel 1.
-OptionPanel.backup_file_number = N\u00famero de copias de seguridad que se conservar\u00e1n
-OptionPanel.Behaviour = Comportamiento
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Burbuja
-OptionPanel.ca = Catal\u00e1n, Valenciano / Catal\u00e1
-OptionPanel.Cancel = Cancelar
-OptionPanel.center_selected_node = Centrar los nodos seleccionados
-OptionPanel.check_updates_automatically = Buscar actualizaciones al iniciar el programa
-OptionPanel.childpattern = Patr\u00F3n de Hijos
-OptionPanel.childpattern.tooltip = El patr\u00F3n seleccionado se aplica a todos los hijos.
-OptionPanel.clear_all_setters = Cambiar todos
-OptionPanel.clear_all_setters.tooltip = Activa o desactiva todas las indicaciones de cambio
-OptionPanel.cloud = Nube
-OptionPanel.cloudcolor = Color de la Nube
-OptionPanel.cloudshape = Forma de la Nube
-OptionPanel.combined = Combinado
-OptionPanel.compare_as_number = Comparar como n\u00fameros
-OptionPanel.convert_to_current_version = <html>\u00bfConvertir autom\u00e1ticamente mapas de versiones anteriores <br>de Freeplane a la versi\u00f3n actual?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>S\u00f3lo mapas muy grandes que no requieren conversi\u00f3n <br>(consejo de experto) se pueden abrir sin conversi\u00f3n previa.</html>
-OptionPanel.cs = Cs / Checo
-OptionPanel.cut_nodes_without_question = \u00bfCortar los nodos sin confirmaci\u00f3n?
-OptionPanel.cut_nodes_without_question.tooltip = Si esta casilla est\u00e1 marcada, los nodos se cortan sin pedir confirmaci\u00f3n. Puede causar perdida de informaci\u00f3n si se marca por un casual.
-OptionPanel.da = Dk / Dan\u00e9s
-OptionPanel.date_format = Formaro de fecha est\u00e1ndar
-OptionPanel.date_format.tooltip = Cualquiera de SHORT, MEDIUM, LONG o FULL o un patr\u00f3n como "MM/dd/yyyy"
-OptionPanel.datetime_format = Formato de fecha-hora est\u00e1ndar
-OptionPanel.datetime_format.tooltip = Cualquier <datestyle>,<timestyle> (con SHORT, MEDIUM, LONG o FULL como estilo) o un patr\u00f3n completo como "M/d/yyyy hh:mm"
-OptionPanel.de = De / Alem\u00e1n
-OptionPanel.default = Por Defecto
-OptionPanel.default_attribute_key_column_width = Ancho est\u00e1ndar del atributo clave
-OptionPanel.default_attribute_value_column_width = Valor por defecto para el ancho
-OptionPanel.default_browser_command_mac = Navegador por defecto. Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> y MAC: (gracias a to Nick!)</html>
-OptionPanel.default_browser_command_other_os = Navegador por defecto. Otros SO
-OptionPanel.default_browser_command_other_os.tooltip = <html> Esto es t\u00EDpicamente Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Navegador por defecto. Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Para Windows (los "" signos son necesarios debido a los enlaces, que tienen "=" en su URL).</html>
-OptionPanel.default_browser_command_windows_nt = Navegador por defecto. Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Para Windows (los "" signos son necesarios debido a los enlaces, que tienen "=" en su URL).</html>
-OptionPanel.default_charset = Juego de Caracteres
-OptionPanel.Defaults = Por Defecto
-OptionPanel.delete_automatic_saves_at_exit = Borrar Salvados Autom\u00E1ticos al Salir
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Si los ficheros deben ser borrados autom\u00E1ticamente en un apagado normal de Freeplane, fijar la siguiente variable a 'true'</html>
-OptionPanel.delete_nodes_without_question = \u00BFBorrar nodo sin confirmaci\u00F3n?
-OptionPanel.delete_nodes_without_question.tooltip = Si esta check box se activa los nodos ser\u00E1n borrados sin confirmaci\u00F3n. Esto puede causar p\u00E9rdida de informaci\u00F3n si se presiona sin intenci\u00F3n.
-OptionPanel.disable_cursor_move_paper = Desactivar Papel de Movimiento de Cursor
-OptionPanel.disable_cursor_move_paper.tooltip = <html>No mostrar 'mover' cursor durante arrastre de papel</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Mostrar el editor para todos los nodos nuevos
-OptionPanel.display_node_id = Mostrar la Identidad del nodo
-OptionPanel.edgecolor = Color del Borde
-OptionPanel.edgecolor.tooltip = Propiedad del borde del nodo padre (se aplica tambi\u00E9n a todos los nodos hijos)
-OptionPanel.edgestyle = Estilo del borde
-OptionPanel.edgestyle.tooltip = Propiedad del borde del nodo padre (se aplica tambi\u00E9n a todos los nodos hijos)
-OptionPanel.edgewidth = Anchura del borde
-OptionPanel.edgewidth.tooltip = Propiedad del borde del nodo padre (se aplica tambi\u00E9n a todos los nodos hijos)
-OptionPanel.EDIT_CURRENT = Sobreescribir contenido
-OptionPanel.edit_on_double_click = Editar al hacer doble click
-OptionPanel.editor_extra_width = Paso muy ancho
-OptionPanel.editor_extra_width.tooltip = <html>Determina el n\u00famero de pixels para incrementar la anchura de un nodo si el texto supera la anchura actual.</html>
-OptionPanel.el = El / Griego
-OptionPanel.el__buttons_above = Botones en la parte superior
-OptionPanel.el__enter_confirms_by_default = Intro, Por Defecto Confirma
-OptionPanel.el__max_default_window_height = Altura Max de Ventana por Defecto
-OptionPanel.el__max_default_window_width = Anchura Max. de Ventana por Defecto
-OptionPanel.el__min_default_window_height = Altura M\u00EDn de Ventana por Defecto
-OptionPanel.el__min_default_window_width = Anchura M\u00EDnima de Ventana por Defecto
-OptionPanel.el__position_window_below_node = Situar Ventana Debajo del Nodo
-OptionPanel.en = En / Ingl\u00e9s
-OptionPanel.Environment = Entorno
-OptionPanel.es = Es / Espa\u00f1ol
-OptionPanel.et = Et / Estonio
-OptionPanel.execute_scripts_without_asking = \u00bfQuiere que los scripts se ejecuten sin pedir confirmaci\u00f3n?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Los scripts de Freeplane son capaces de realizar cualquier acto en su ordenador. <br>Por tanto, no deber\u00eda ejecutar aquellos de lo que no est\u00e9 seguro de su uso. </html>
-OptionPanel.execute_scripts_without_exec_restriction = Permitir Ejecutar otras Aplicaciones (No recomendable)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Si su script necesita ejecutar alguna otra aplicaci\u00f3n (como un navegador) sin pedir confirmaci\u00f3n (!),<br> debe activar esta opci\u00f3n. <br>\u00a1\u00dasela con cuidado porque scripts da\u00f1inos pueden estropear su ordenador!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Permitir operar con Archivos (No recomendable)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Si su script necesita trabajar con ficheros (abrir, cerrar, leer, escribir, borrar(!)), <br>debe activar esta opci\u00f3n. <br>\u00a1\u00dasela con cuidado porque scripts da\u00f1inos pueden estropear su ordenador!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Permitir trabajos en Red (No recomendable)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Si su script necesita trabajar en Red, <br> active esta opci\u00f3n. <br>\u00a1\u00dasela con cuidado porque scripts da\u00f1inos pueden revelar contenidos de su ordenador!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Permitir escribir en los archivos (NO recomendada)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>Si su script necesita permisos de escritura a los archivos (escribir, \u00a1borrar!),<br>debe activar esta opci\u00f3n. <br>Se suele utilizar con permisos de lectura.<br>Pero \u00fasela con cuidado ya que !scripts maliciosos pueden da\u00f1ar su ordenador!</body></html>
-OptionPanel.experimental_file_locking_on = Bloqueo de Ficheros Experimental
-OptionPanel.experimental_file_locking_on.tooltip = <html> Caracter\u00EDstica Experimental </html>
-OptionPanel.export_icons_in_html = Exportar Iconos en Html
-OptionPanel.export_icons_in_html.tooltip = <html> Indica si el HTML exportado de Freeplane deber\u00EDa contener iconos. El problema con iconos es que bastante amenudo los enlaces a iconos no pueden ser encontrados en el HTML exportado.</html>
-OptionPanel.Files = Archivos
-OptionPanel.first = Primero
-OptionPanel.fold_on_click_inside = Plegar al hacer click dentro
-OptionPanel.foldingsymbolwidth = Anchura del S\u00edmbolo de Plegado
-OptionPanel.foldingsymbolwidth.tooltip = <html>Anchura del c\u00edrculo que indica el plegado</html>
-OptionPanel.fork = Bifurcaci\u00F3n
-OptionPanel.format_locale = Idioma para los formatos
-OptionPanel.format_locale.tooltip = Ajustes de idioma para formateo y an\u00e1lisis de los datos
-OptionPanel.formula_disable_caching = Desactivad el cach\u00e9 para la evaluaci\u00f3n de f\u00f3rmulas
-OptionPanel.formula_disable_plugin = Desactivar la evaluaci\u00f3n de f\u00f3rmulas
-OptionPanel.fr = Fr / Franc\u00e9s
-OptionPanel.gl = Gl / Gallego
-OptionPanel.goto_note_end_on_edit = Situar el cursor al final
-OptionPanel.grid_size = Tama\u00f1o del espacio de la cuadr\u00edcula
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Ocultar el borde
-OptionPanel.highlight_formulas = Destacar f\u00f3rmulas
-OptionPanel.horizontal = Horizontal
-OptionPanel.hr = Hr / Croata
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Basado en las Cabeceras
-OptionPanel.html_export_fold_all = Plegar Todos
-OptionPanel.html_export_fold_currently_folded = Plegar los Actualmente Plegados
-OptionPanel.html_export_folding = Carpeta de Exportaci\u00F3n Html
-OptionPanel.html_export_no_folding = Sin Plegar
-OptionPanel.hu = Hu / H\u00fangaro
-OptionPanel.ic_disable = Desactivar
-OptionPanel.ic_file = Uso de disco
-OptionPanel.ic_ram = En la memoria RAM
-OptionPanel.icon = Icono
-OptionPanel.icon.tooltip = Si se aplica, el nodo tendr\u00E1 exactamente este icono.
-OptionPanel.icons.list = Listado de los Iconos est\u00e1ndares mostrados
-OptionPanel.icons.list.tooltip = Aqu\u00ed puede ordenar o quitar los iconos por defecto. Los iconos deben separarse por un ';'.
-OptionPanel.id = Id / Indonesio
-OptionPanel.IGNORE = Hacer nada
-OptionPanel.il__enter_confirms_by_default = Por defecto, la tecla Intro sirve para confirmar
-OptionPanel.image_cache = para im\u00e1genes
-OptionPanel.it = It / Italiano
-OptionPanel.ja = Ja / Japon\u00e9s
-OptionPanel.key_type_action = Al escribir
-OptionPanel.Keystrokes = Atajos y combinaciones del teclado
-OptionPanel.ko = Kr / Coreano
-OptionPanel.label_font_family = Familia de la Fuente
-OptionPanel.label_font_size = Tama\u00F1o de Fuente
-OptionPanel.language = Idioma
-OptionPanel.language.tooltip = <html>Este es el diioma que deber\u00EDa ser usado en el programa. 'autom\u00E1tico' intenta cargar el lenguaje actual del usuario. </html>
-OptionPanel.last = \u00DAltimo
-OptionPanel.last_opened_list_length = Longitud del Listado de \u00daltimos Archivos Abiertos
-OptionPanel.layout_map_on_text_change = Apariencia del mapa durante la edici\u00f3n
-OptionPanel.layout_map_on_text_change.tooltip = Desactivar para mejorar el rendimiento
-OptionPanel.linear = Lineal
-OptionPanel.links = Enlaces
-OptionPanel.links.tooltip = <html>Fijar los Enlaces o bier relativos o bien absolutos </html>
-OptionPanel.load_folding = Cargar
-OptionPanel.load_folding_from_map_default_fold_all = Cargar del mapa o plegar todo
-OptionPanel.load_folding_from_map_default_unfold_all = Cargar del mapa o desplegar todo
-OptionPanel.load_last_map = Abrir autom\u00E1ticamente el \u00FAltimo mapa
-OptionPanel.load_last_map.tooltip = <html>Si est\u00e1 marcado, cuando Freeplane se inicia, carga el \u00FAltimo mapa abierto</html>
-OptionPanel.load_last_maps = Cargar todos los \u00faltimos mapas
-OptionPanel.lookandfeel = Estilo y Apariencia (L&F)
-OptionPanel.lookandfeel.tooltip = <html> El Estilo y Apariencia (L&F) que se utilizar\u00e1. Est\u00E1n soportados \u201Cmetal\u201D, 'windows', 'motif', \u201Cgtk\u201D, \u201Cmac\u201D est\u00E1 disponible solamente en MacOS. Por defecto significa que se usa el look and feel por defecto. Si desea utilizar su propio L&F, incorporar por favor el nombre de la clase aqu\u00ED y asegurase que los archivos jar correspondientes est\u00E1n cargados. Si hay problemas con el L&F, entonces aqu\u00ED elegir  'nada' . Funciona con los applets </html>
-OptionPanel.lt = Lt / Lituano
-OptionPanel.max_displayed_node_count = N\u00famero m\u00e1ximo de nodos mostrados
-OptionPanel.max_image_width = M\u00e1ximo inicial del ancho de la imagen
-OptionPanel.max_image_width.tooltip = Las im\u00e1genes se reducen para ajustarlas al ancho
-OptionPanel.max_menu_item_count = N\u00famero m\u00e1ximo de elementos del men\u00fa
-OptionPanel.max_menu_item_count.tooltip = N\u00famero m\u00e1ximo de elementos dentro de un submen\u00fa, al menos 10
-OptionPanel.max_node_width = Anchura M\u00E1xima de Nodo
-OptionPanel.max_shortened_text_length = M\u00e1xima longitud del nodo abreviado
-OptionPanel.metal = Metal
-OptionPanel.min_node_width = Ancho m\u00ednimo del nodo
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb / Noruego
-OptionPanel.never_save_folding = Nunca
-OptionPanel.nl = Nl / Holand\u00e9s
-OptionPanel.nn = Nn / Noruego
-OptionPanel.nodebackgroundcolor = Color de Fondo del nodo
-OptionPanel.nodebackgroundcolor.tooltip = El fondo del nodo cuando no est\u00e1 seleccionado.
-OptionPanel.nodecolor = Color del Nodo
-OptionPanel.nodecolor.tooltip = El color de primer plano cuando el nodo no est\u00e1 seleccionado.
-OptionPanel.nodefontbold = Fuente Negrita
-OptionPanel.nodefonthyperlink = Hiperenlace
-OptionPanel.nodefontitalic = Fuente Cursiva
-OptionPanel.nodefontname = Fuente del Nodo
-OptionPanel.nodefontsize = Fuente del Nodo
-OptionPanel.nodeformat = Formato
-OptionPanel.nodeformat.tooltip = <html>Reemplazo y/o formateo del texto:<ul><li><em>Expansi\u00f3n de plantilla</em> (<tt>%s</tt> es el texto original), e.g. <tt>PRECAUCI\u00d3N: %s</tt><li><em>Formato de fechas y n\u00fameros</em> - ver los ejemplos en la caja de selecci\u00f3n</ul></html>
-OptionPanel.nodenumbering = Numeraci\u00f3n del nodo
-OptionPanel.nodenumbering.tooltip = A\u00f1adir n\u00famero de serie (p.e. 1.3.1) al texto del nodo.
-OptionPanel.nodeshape = Estilo del Nodo
-OptionPanel.nodeshape.tooltip = <html>El estilo indica la forma exterior del nodo. <br>Posibles valores:<br><table border="1"><tr><td>elecci\u00f3n: </td><td> sin caja alrededor,</td></tr><tr><td>burbuja: </td><td> nodo con un rect\u00e1ngulo alrededor,</td></tr><tr><td>Como el de orden superior: </td><td> tendr\u00e1 el mismo estilo que el nodo superior a \u00e9l <br>o el estilo predefinido para el nodo ra\u00edz,</td></tr><tr><td>Combinado: </td><td> Burbuja cuando el nodo est\u00e1 plegado, en cualquier otro caso seg\u00fan la elecci\u00f3n.</td></tr></table></html>
-OptionPanel.nodetext = Texto del Nodo
-OptionPanel.nodetext.tooltip = Aqu\u00ed puede definir c\u00f3mo ser\u00e1 el texto del nodo. El texto que tenga se borrar\u00e1 una vez que se aplique este patr\u00f3n.
-OptionPanel.nothing = Nada
-OptionPanel.number_format = Formato de n\u00famero est\u00e1ndar
-OptionPanel.number_format.tooltip = Patr\u00f3n que contiene '#' para n\u00fameros opcionales o '0' para n\u00fameros obligatorios. Ejemplos:  "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = N\u00famero de archivos distintos para que se guarden autom\u00e1ticamente
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> n\u00FAmero n de diferentes ficheros en los que almacenar los mapas.  El primer salvado autom\u00E1tico se hace en el primer fichero, y de esta manera hasta el salvado n+1 que de forma c\u00EDclica se almacena en el primer fichero</html>
-OptionPanel.OK = Guardar
-OptionPanel.org.freeplane.plugin.bugreport = Norma
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Siempre enviar
-OptionPanel.org.freeplane.plugin.bugreport.ask = Mostrar el di\u00e1logo para el informe
-OptionPanel.org.freeplane.plugin.bugreport.denied = Nunca enviar
-OptionPanel.org.freeplane.plugin.bugreport.userid = Identificador opcional para enviar
-OptionPanel.outline_hgap = Distancia horizontal
-OptionPanel.outline_vgap = Distancia vertical
-OptionPanel.paint_connectors_behind = Los nodos ocultan los conectores
-OptionPanel.parse_data = Reconoce la entrada de n\u00fameros y fecha-hora
-OptionPanel.parse_data.tooltip = Intente analizar la entrade de fecha-hora y n\u00famero y use formatos est\u00e1ndar. Ejemplos: 100,000.00, 12/31, 12/31/99, 1999-12-31 y 1999-12-31 23:59
-OptionPanel.PASTE_HTML = Pegar como HTML
-OptionPanel.PASTE_PLAIN_TEXT = Pegar como texto simple
-OptionPanel.path_property_may_not_be_empty = \u00a1La ruta no  puede estar vac\u00eda! No se ha hecho el cambio.
-OptionPanel.patternname = Nombre
-OptionPanel.patternname.tooltip = Nombre de patr\u00F3n \u00FAnico
-OptionPanel.pl = Pl / Polaco
-OptionPanel.placenewbranches = Ubicar Ramas Nuevas
-OptionPanel.placenewbranches.tooltip = <html>Donde ubicar nuevas ramas. Valores v\u00E1lidos: 'Primero' y '\u00FAltimo' </html>
-OptionPanel.plugin.tooltip = Complementos que no son del n\u00facleo.
-OptionPanel.plugins = Complementos
-OptionPanel.presentation_dimmer_transparency = Regulador la transparencia de la presentaci\u00f3n
-OptionPanel.presentation_mode = Modo presentaci\u00f3n
-OptionPanel.printonwhitebackground = <html>Fondo Blanco para impresi\u00F3n</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Siempre usar fondo blanco para impresi\u00F3n</html>
-OptionPanel.pt_BR = Pt  BR / Portugu\u00e9s (Brasil)
-OptionPanel.pt_PT = Pt PT / Portugu\u00e9s (Portugal)
-OptionPanel.RECT = Rect\u00e1ngulo
-OptionPanel.relative = Relativo
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>"Preguntar" siempre preguntar\u00e1 (usar en caso de duda).<br>"S\u00ed" muestra el editor de texto enriquecido.<br>"No" muestra el editor de texto simple.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = Utilizar texto enriquecido para los nodos pegados
-OptionPanel.remove_notes_without_question = \u00bfQuitar las notas sin preguntar?
-OptionPanel.remove_notes_without_question.tooltip = Si se activa esta casilla, las notas que les correspodan a los nodos seleccionados se quitar\u00e1n sin pedir confirmaci\u00f3n. Si se activa de forma accidental puede que pierda informaci\u00f3n.
-OptionPanel.resources_use_default_font_for_notes_too = Utilizar tambi\u00e9n para las notas la fuente que hay por defecto
-OptionPanel.resources_use_margin_top_zero_for_notes = Quitar el margen superior a las notas
-OptionPanel.revision_color = Revisi\u00f3n del Color
-OptionPanel.revision_color.tooltip = Color de fondo para los nodos modificados.
-OptionPanel.ROUND_RECT = Rect\u00e1ngulo redondeado
-OptionPanel.ru = Ru / Ruso
-OptionPanel.save_folding = Guardar el estado de plegamiento
-OptionPanel.save_folding_if_map_is_changed = Si el mapa es modificado
-OptionPanel.save_modification_times = Guardar cada modificaci\u00f3n
-OptionPanel.script_classpath = Ruta de clase para script: directorios que contienen clases y/o JARs (ver sugerencia)
-OptionPanel.script_classpath.tooltip = <html>Listado de JARs y/o directorios para a\u00f1adir a la ruta de clase de scripts y f\u00f3rmulas.<br>Use ; (Windows) o : (Linux, Mac) para separar entradas.<br>Se buscar\u00e1n en los directorios archivos JAR y .class.<br>Rutas que no sean absolutas, se considerar\u00e1n relativas al directorio del usuario de Freeplane.<br>\u00a1Si fija la ruta de clase, debe dar permiso de lectura a los archivos!</html>
-OptionPanel.script_directories = Ruta de b\u00fasqueda para los scripts (separar las entradas con ;;)
-OptionPanel.script_directories.tooltip = <html>Listado de directorios.<br>Use ; (Windows) o : (Linux, Mac) para separar entradas.<br>Rutas que no son absolutas, se considerar\u00e1n relativas al directorio de usuario de Freeplane.</html>
-OptionPanel.script_user_key_name_for_signing = Alias del usuario con cuyas claves se firmar\u00e1 (opcional)
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>Si quiere firmar sus scripts, escriba el alias de la llave aqu\u00ed. <br>Se supone que est\u00e1ra en el almac\u00e9n de claves. <br>La contrase\u00f1a de la llave debe coincidir con la que tiene en el almac\u00e9n (por defecto).</html>
-OptionPanel.scrollbar_increment = Velocidad
-OptionPanel.scrolling_speed = Velocidad autom\u00e1tica de desplazamiento en mapas
-OptionPanel.selection_method = M\u00E9todo de Selecci\u00F3n
-OptionPanel.selection_method.tooltip = <html> con el siguiente selector puede activar/desactivar el esquema de selecci\u00F3n retardado. Opciones Autom\u00E1ticas. De cualquier manera No modificar estas mientras sean salvadas en auto.properties.</html>
-OptionPanel.selection_method_by_click = Por Click
-OptionPanel.selection_method_delayed = Aplazado
-OptionPanel.selection_method_direct = Directo
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Patrones
-OptionPanel.separator.anti_alias = Alisado
-OptionPanel.separator.attributes = Atributos
-OptionPanel.separator.automatic_save = Guardado Autom\u00E1tico
-OptionPanel.separator.behaviour = Comportamiento
-OptionPanel.separator.browser = Navegador
-OptionPanel.separator.cache = Cach\u00e9
-OptionPanel.separator.CloudControls = Nubes
-OptionPanel.separator.commands_for_the_program = Atajos del programa
-OptionPanel.separator.connectors = Conectores
-OptionPanel.separator.data_formats = Formateo y an\u00e1lisis de los datos
-OptionPanel.separator.default_colors = Colores por Defecto
-OptionPanel.separator.default_fonts = Fuentes por Defecto
-OptionPanel.separator.default_styles = Estilos por Defecto
-OptionPanel.separator.EdgeControls = Bordes
-OptionPanel.separator.edit_long_node_window = Ventana de Edici\u00F3n Avanzada del Nodo
-OptionPanel.separator.editing = Par\u00e1metros del Editor
-OptionPanel.separator.files = Archivos
-OptionPanel.separator.formula = F\u00f3rmulas
-OptionPanel.separator.General = General
-OptionPanel.separator.html_export = Exportaci\u00F3n de Html
-OptionPanel.separator.html_import = Importaci\u00f3n de Html
-OptionPanel.separator.hyperlink_types = Tipos de Hiperenlaces
-OptionPanel.separator.icon_properties = Iconos
-OptionPanel.separator.icons = Iconos en "Seleccionar Icono..."
-OptionPanel.separator.initial_map_size = Tama\u00F1o de Mapa Inicial
-OptionPanel.separator.inline_editor = Editor de nodos en la l\u00ednea
-OptionPanel.separator.key_typing = Teclear
-OptionPanel.separator.language = Idioma
-OptionPanel.separator.load = Cargar
-OptionPanel.separator.look_and_feel = Estilo y Apariencia
-OptionPanel.separator.mouse_wheel = Rueda del rat\u00F3n
-OptionPanel.separator.new_node_commands = Instrucciones de Nuevo Nodo
-OptionPanel.separator.node_editing_commands = Instrucciones de Edici\u00F3n de Nodo
-OptionPanel.separator.node_navigation_commands = Instrucciones de Navegaci\u00F3n de Nodo
-OptionPanel.separator.NodeColors = Colores del Nodo
-OptionPanel.separator.NodeFont = Fuente del Nodo
-OptionPanel.separator.NodeShape = Forma del nodo
-OptionPanel.separator.NodeStyle = Estilo del nodo
-OptionPanel.separator.NodeText = Texto del nodo
-OptionPanel.separator.notifications = Confirmaciones
-OptionPanel.separator.org.freeplane.plugin.bugreport = Informar autom\u00e1ticamente de errores
-OptionPanel.separator.other_defaults = Otros Par\u00E1metros por Defecto
-OptionPanel.separator.others = Otros enlaces clave
-OptionPanel.separator.outline_view = Vista de Esquema
-OptionPanel.separator.patterns = Patrones
-OptionPanel.separator.RichTextEditor = Editor de texto enriquecido
-OptionPanel.separator.root_node_appearance = Apariencia del nodo ra\u00edz
-OptionPanel.separator.save = Guardar
-OptionPanel.separator.scripting = Scripting
-OptionPanel.separator.scrollbar = Barra de desplazamiento
-OptionPanel.separator.search = B\u00fasqueda
-OptionPanel.separator.selection_colors = Colores de Selecci\u00F3n
-OptionPanel.separator.selection_method = M\u00E9todo de Selecci\u00F3n
-OptionPanel.separator.single_instance_mode = Instancia \u00fanica de programa
-OptionPanel.separator.size_limits = L\u00edmites de tama\u00f1o
-OptionPanel.separator.spelling = Opciones del corrector ortogr\u00e1fico
-OptionPanel.separator.status = L\u00ednea de estado
-OptionPanel.separator.tooltip = Veces de la descripci\u00f3n emergente
-OptionPanel.separator.undo = Deshacer
-OptionPanel.separator.updates = Programar Actualizaciones
-OptionPanel.set_property_text = Cambiar
-OptionPanel.set_property_text.tooltip = Vac\u00edo: No se modifica; Menos=Eliminar la propiedad (fijar los valores por defecto); M\u00E1s=Cambia la propiedad
-OptionPanel.setscript = \u00bfCambiar?
-OptionPanel.setscript.tooltip = Se puede asociar al estilo un script.
-OptionPanel.sharp_bezier = Bezier con \u00e1ngulos
-OptionPanel.sharp_linear = L\u00ednea con \u00e1ngulos
-OptionPanel.show_icon_for_attributes = Mostrar el Icono para Atributos
-OptionPanel.show_node_tooltips = Mostrat ayuda emergente en los nodos
-OptionPanel.show_note_icons = Mostrar las notas de los iconos
-OptionPanel.show_styles_in_tooltip = Mostrar estilos del nodo en texto flotante (sugerencia)
-OptionPanel.signed_script_are_trusted = Confiar en scripts firmados (recomendable),
-OptionPanel.signed_script_are_trusted.tooltip = Si los scripts los firman alguien de confianza (es decir del autor de Freeplane o t\u00fa), se ejecutar\u00e1 sin restricciones.
-OptionPanel.simplyhtml.default_paste_mode = Pegado por defecto
-OptionPanel.single_backup_directory = Usar un \u00fanico directorio para copias de seguridad
-OptionPanel.single_backup_directory.tooltip = <html> Si las copias de seguridad y autom\u00e1ticas deber\u00edan estar en un \u00fanico directorio en vez de un subdirectorio dentro del que est\u00e1 el mapa.</html>
-OptionPanel.single_backup_directory_path = Directorio de copias de seguridad (si la opci\u00f3n anterior se ha marcado)
-OptionPanel.single_backup_directory_path.tooltip = <html>Anula el directorio por defecto para copias de seguridad <freeplaneuserdir>/.</html>
-OptionPanel.single_instance = Abrir archivs en la instancia que se est\u00e1 ejecutando
-OptionPanel.single_instance_force = Descartar una segunda instancia en cualquier caso
-OptionPanel.single_instance_force.tooltip = Evitar un segundo intento incluso si no hay archivo que cargar
-OptionPanel.sk = Sk / Eslovaco
-OptionPanel.sl = Sl / Esloveno
-OptionPanel.spelling_opt_case_sensitive = Distinguir may\u00fasculas/min\u00fasculas
-OptionPanel.spelling_opt_ignore_all_caps_words = Ignorar palabras en may\u00fascula.
-OptionPanel.spelling_opt_ignore_capitalization = Ignorar la letra en may\u00fascula al principio de la palabra
-OptionPanel.spelling_opt_ignore_words_with_numbers = Ignorar palabras con n\u00fameros
-OptionPanel.spelling_opt_suggestions_limit_dialog = M\u00e1ximo n\u00famero de sugerencias en el di\u00e1logo
-OptionPanel.spelling_opt_suggestions_limit_menu = M\u00e1ximo n\u00famero de sugerencias en el men\u00fa
-OptionPanel.sr = Serbio / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = Archivo de plantilla est\u00e1ndar
-OptionPanel.standardbackgroundcolor = Color de Fondo Est\u00E1ndar
-OptionPanel.standardbackgroundcolor.tooltip = <html>El color est\u00E1ndar de fondo en notaci\u00F3n html </html>
-OptionPanel.standardcloudcolor = Color Est\u00E1ndar de Nube
-OptionPanel.standardcloudcolor.tooltip = <html>El color de nuve est\u00E1ndar en notaci\u00F3n html</html>
-OptionPanel.standardcloudestyle = Estilo Est\u00E1ndar de Nubes
-OptionPanel.standardcloudestyle.tooltip = <html>El estilo est\u00E1ndar de nubes. Actualmente s\u00F3lo est\u00E1 soportado 'bezier'</html>
-OptionPanel.standarddrawrectangleforselection = Mostrar Selecci\u00F3n como Rect\u00E1ngulo
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Marcar los nodos seleccionados mediante un rect\u00E1ngulo.</html>
-OptionPanel.standardlinkcolor = Color Est\u00E1ndar del Enlace
-OptionPanel.standardlinkcolor.tooltip = <html>El color est\u00E1ndar del enlace en notaci\u00F3n html </html>
-OptionPanel.standardlinkestyle = Estilo de Enlace Est\u00E1ndar
-OptionPanel.standardlinkestyle.tooltip = <html>El estilo est\u00E1ndar de enlace. Actualmente s\u00F3lo est\u00E1 soportado 'bezier'</html>
-OptionPanel.standardselectednodecolor = Color de Nodo Seleccionado
-OptionPanel.standardselectednodecolor.tooltip = <html>El color est\u00E1ndar del nodo si seleccionado. En notaci\u00F3n html (#RRGGBB en valores hex) </html>
-OptionPanel.standardselectednoderectanglecolor = Color de Rect\u00E1ngulo de Selecci\u00F3n
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>El color est\u00E1ndar del rect\u00E1ngula que marca los nodos seleccionados. En notaci\u00F3n html (#RRGGBB en valores hex) </html>
-OptionPanel.STAR = Estrella
-OptionPanel.structured_html_import = Importar el HTML como una estructura de nodos
-OptionPanel.structured_icon_toolbar = Barra de herramientas de iconos
-OptionPanel.summary = Resumen
-OptionPanel.sv = Se / Sueco
-OptionPanel.text.use_ctrl_key = Usar 'Asignar Atajo' del men\u00fa de Herramientas
-OptionPanel.time_for_automatic_save = Tiempo para Guardado Autom\u00E1tico
-OptionPanel.time_for_automatic_save.tooltip = <html> tiempo entre dos salvados autom\u00E1ticos consecutivos (en msec): Para deshabilitar el salvado autom\u00E1tico fijar este n\u00FAmero a 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tiempo para la Selecci\u00F3n Aplazada
-OptionPanel.time_for_delayed_selection.tooltip = <html> Tiempo de retardo de Selecci\u00F3n de nodos cuando el rat\u00F3n est\u00E1 encima (en msec). Cambiar este valor a 1 si quiere selecci\u00F3n directa cuando el rat\u00F3n est\u00E9 encima.</html>
-OptionPanel.toolTipManager.dismissDelay = Quitar retraso, ms
-OptionPanel.toolTipManager.initialDelay = Retraso inicial, ms
-OptionPanel.toolTipManager.max_tooltip_width = Anchura de la Herramienta de Consejos
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>La anchura por defecto, en pixels, de la herramienta de consejos.</html>
-OptionPanel.toolTipManager.reshowDelay = Mostrar el retraso,ms
-OptionPanel.tr = Tr / Turco
-OptionPanel.uk_UA = Uk UA / Ucraniano
-OptionPanel.undefined_font = Fuente no definida
-OptionPanel.undo_levels = Deshacer Niveles
-OptionPanel.undo_levels.tooltip = <html>Determina cuantos pasos almacenados pueden ser deshechos v\u00EDa "Deshacer".</html>
-OptionPanel.unfold_on_paste = Despliega nodo al pegar
-OptionPanel.unfold_on_paste.tooltip = Despliega nodo al pegar o Arrastrar y Soltar
-OptionPanel.use_common_out_point_for_root_node = Los bordes comienzan en un punto del nodo ra\u00edz
-OptionPanel.use_common_out_point_for_root_node.tooltip = Los bordes comienzan en un punto del nodo ra\u00edz
-OptionPanel.use_tabbed_pane = Usar Pesta\u00F1as
-OptionPanel.use_tabbed_pane.tooltip = Si los mapas seleccionados son mostrados como pesta\u00F1as (como en FireFox :-) ).
-OptionPanel.user_defined_screen_resolution = Resoluci\u00f3n de pantalla definida por el usuario (dpi)
-OptionPanel.validate_classpath_needs_readaccess = Scripting: \u00a1Si fija la ruta de clase, debe dar permisos de lectura a los archivos!
-OptionPanel.validate_invalid_date_format = Formato de fecha est\u00e1ndar no v\u00e1lido
-OptionPanel.validate_invalid_datetime_format = Formato de fecha-hora est\u00e1ndar no v\u00e1lido
-OptionPanel.validate_invalid_number_format = Formato de n\u00famero no v\u00e1lido
-OptionPanel.validate_write_without_read = Scripting: considere a\u00f1adir el permiso Lectura/Archivo a Escritura/Archivo.
-OptionPanel.validation_error = <html><body>Error(es) de validaci\u00f3n:<p><em>{0}</em><p>Por favor, cambie las preferencias para subsanar el(los) error(es).</body></html>
-OptionPanel.validation_warning = <html><body>Advetencia(s) de validaci\u00f3nn:<p><em>{0}</em></body></html>
-OptionPanel.vi = Vi / Vietnamita
-OptionPanel.wheel_velocity = Velocidad
-OptionPanel.wheel_velocity.tooltip = Un valor m\u00E1s alto tendr\u00E1 como consecuencia un efecto mayor del movimiento de la rueda del rat\u00F3n en el mapa.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN / Chino simplificado
-OptionPanel.zh_TW = Zh / Chino tradicional
-org.freeplane.plugin.bugreport.agree = Enviar
-org.freeplane.plugin.bugreport.always_agree = Siempre enviar
-org.freeplane.plugin.bugreport.always_deny = Nunca enviar
-org.freeplane.plugin.bugreport.deny = No enviar
-org.freeplane.plugin.bugreport.dialog.title = Informar de forma autom\u00e1tica de los errores
-org.freeplane.plugin.bugreport.freeplane_team = Mensaje para el equipo de Freeplane
-org.freeplane.plugin.bugreport.lastreport = El informe recibido
-org.freeplane.plugin.bugreport.never = Que nunca me pidan ayuda
-org.freeplane.plugin.bugreport.question = Freeplane incluye un gestor autom\u00e1tico de seguimiento de errores. \nNo se enviar\u00e1n datos personales o el contenido del mapa.\nInformar de los errores nos permitir\u00e1 mejorar el programa.
-org.freeplane.plugin.bugreport.report = Informe actual
-org.freeplane.plugin.bugreport.wanted_bug = Se produjo un error interno y se inform\u00f3 autom\u00e1ticamente.\nNos gustar\u00eda algo m\u00e1s de informaci\u00f3n para poder reproducir el error.\nPor favor, ay\u00fadenos envi\u00e1ndonos un informe de error a nuestro gestor de seguimiento de errores Mantis:\nexplique lo que estaba haciendo en ese momento, para que podamos reproducirlo.\n\nPulse en OK para abrir la p\u00e1gina de seguimiento de errores en su navegador.\n\nGracias por ayudarnos a reparar un error.\nEl Equipo de Freeplane
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = El nodo {0} no est\u00e1 definido
-out_of_memory = Sin espacio en la memoria.
-overwrite_keyset_question = \u00bfSobrescribir la configuraci\u00f3n de teclas existente?
-PageAction.text = Configurar P\u00E1gina...
-password_is_not_ascii = La contrase\u00f1a no est\u00e1 en ASCII
-PasteAction.text = Pegar
-PasteAttributes.text = Pegar atributos
-PatternNewNameProperty = Nuevo Patr\u00F3n
-PatternToString.backgroundColor = Color de Fondo
-PatternToString.Child = Estilo del nodo hijo
-PatternToString.color = Color
-PatternToString.EdgeColor = Color del Borde
-PatternToString.EdgeStyle = Estilo del Borde
-PatternToString.EdgeWidth = Ancho del Borde
-PatternToString.FontBold = Negrita
-PatternToString.FontItalic = Cursiva
-PatternToString.FontName = Nombre de la Fuente
-PatternToString.Icon = Icono
-PatternToString.NodeFontSize = Tama\u00F1o de Fuente
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = d\u00edas
-PeriodUnit.HOUR = horas
-PeriodUnit.MINUTE = minutos
-PeriodUnit.MONTH = meses
-PeriodUnit.WEEK = semanas
-PeriodUnit.YEAR = a\u00f1os
-plugins/latex/LatexNodeHook.editorTitle = Editar Latex
-plugins/script_filter = Filtro de Script {0}
-plugins/script_filter_error = {0} deber\u00eda haber dado un resultado booleano en {1} pero result\u00f3 {2}
-plugins/ScriptEditor.cancel = &Descartar Cambios y Salir
-plugins/ScriptEditor.exit = Guardar y Salir
-plugins/ScriptEditor.FORBIDDEN_ACTION = Los scripts en Freeplane est\u00e1n restringidos. Las siguientes {0,choice,0#File|1#Network|2#Exec} operaciones est\u00e1n prohibidas: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Puede cambiarlo en la configuraci\u00f3n del programa.
-plugins/ScriptEditor.menu_actions = Acciones
-plugins/ScriptEditor.new_script = Nuevo Script
-plugins/ScriptEditor.run = Ejecutar
-plugins/ScriptEditor.sign = Firmar Script...
-plugins/ScriptEditor/window.Result = Resultado:
-plugins/ScriptEditor/window.title = Editor de Scripts
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Acceso ilegal a la API interna (paquete {0}). - Por favor, contacte con el equipo de Freeplane si la API de scripting no es suficientemente capaz.
-plugins/TimeList.xml_Created = Creado
-plugins/TimeList.xml_Date = Fecha
-plugins/TimeList.xml_Icons = Iconos
-plugins/TimeList.xml_Modified = Modificado
-plugins/TimeList.xml_Notes = Notas
-plugins/TimeList.xml_Text = Texto
-plugins/TimeManagement.xml_appendButton = Agregar Fecha A Los Nodos Seleccionados
-plugins/TimeManagement.xml_Cancel = Cancelar
-plugins/TimeManagement.xml_cancelButton = Cancelar
-plugins/TimeManagement.xml_closeButton = Cerrar
-plugins/TimeManagement.xml_Export = Exportar los Nodos Seleccionados
-plugins/TimeManagement.xml_Find = Buscar
-plugins/TimeManagement.xml_Goto = Ir a
-plugins/TimeManagement.xml_hour = Hora:
-plugins/TimeManagement.xml_menu_actions = Acciones
-plugins/TimeManagement.xml_minute = Minuto:
-plugins/TimeManagement.xml_reminderButton = Recordar En Esta Fecha
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Cuando se presiona, un temporizador es activado en la fecha estipulada. Despu\u00E9s, una ventana llama su atenci\u00F3n.<br> Si usted cierra el mapa, los temporizadores ser\u00E1n reactivados la pr\u00F3xima vez que el mapa sea abierto.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Por el momento s\u00f3lo puede haber un recordatorio por nodo. <br>El recordatorio actual esta ajustado a {0,date} {0,time}, su opci\u00F3n fu\u00E9 {1,date} {1,time}. <br><br>Desea cambiar el recordatorio del nodo (SI) <br>o desea mantener el anterior (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Recordatorio especificado en {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = Recordar m\u00e1s tarde
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Recordar m\u00e1s tarde
-plugins/TimeManagement.xml_removeReminderButton = Eliminar Recordatorio
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Eliminar todos los recordatorios asociados con los nodos seleccionados.
-plugins/TimeManagement.xml_Replace = Reemplazar
-plugins/TimeManagement.xml_Replace_All = Reemplazar Todos
-plugins/TimeManagement.xml_Replace_Selected = Reemplazar los Seleccionados
-plugins/TimeManagement.xml_Select = Seleccionar
-plugins/TimeManagement.xml_todayButton = Hoy
-plugins/TimeManagement.xml_WindowTitle = Administraci\u00F3n de Tiempo
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Buscar y Reemplazar
-preferences = Preferencias
-print_preview_title = Vista Preliminar
-PrintAction.text = Imprimir...
-PrintDirectAction.text = Imprimir
-printing_settings = Escalado de impresi\u00F3n
-PrintPreviewAction.text = Vista Previa...
-PropertyAction.dialog = Preferencias
-PropertyAction.text = Preferencias ...
-QuickFilterAction.text = Filtro r\u00e1pido
-QuickFindAction.BACK.text = Encontrar el previo
-QuickFindAction.FORWARD.text = Encontrar el siguiente
-QuickFindAllAction.text = Seleccionar todos los que concuerdan
-QuickHighlightAction.text = Destacar todos los nodos que coinciden
-QuitAction.text = Salir
-read_only = S\u00f3lo Lectura
-ReadScriptError.text = Error al leer el script\nMire el archivo de registro para m\u00e1s detalles.
-really_convert_to_current_version = <html>Este mapa se cre\u00f3 con una versi\u00f3n anterior de Freeplane. <br>\u00bfQuiere convertirlo (recomendable)? <br>(De otra forma, se deber\u00e1 aceptar tal y como est\u00e1 sin garant\u00eda ninguna.) </html>
-really_cut_node = \u00bfDe verdad quiere cortar el/los nodo(s)?
-really_execute_script = \u00bfEst\u00e1 seguro que desea ejecutar los cripts que contiene el mapa? Puede da\u00f1ar su ordenador.
-really_remove_node = \u00BFDe verdad quiere borrar el/los nodo(s)?
-really_remove_notes = \u00bfDe verdad quiere borrar la(s) nota(s)?
-ReapplyFilterAction.text = Volver a aplicar
-red = Rojo
-RedefineStyleAction.text = Redefinir el estilo
-RedoAction.text = Rehacer
-RedoFilterAction.text = Rehacer
-regular_expressions = Expresiones regulares
-ReminderHookAction.text = Eliminar Recordatorio
-ReminderHookAction.tooltip = Borra un recordatorio del nodo.
-remove_file_from_list_on_error = No se ha abierto el archivo {0}. \u00bfQuiere que se quite del listado de \u00faltimos archivos abiertos?
-remove_shortcut_question = \u00bfCambiar tecla?
-remove_shortcut_title = \u00bfQuitar enlace directo?
-RemoveAllIconsAction.text = Eliminar Todos los Iconos
-RemoveConnectorAction.text = Quitar el Conector
-RemoveEncryption.text = Quitar cifrado
-RemoveFormatAction.text = Eliminar el formato
-RemoveIcon_0_Action.text = Quitar el primer icono
-RemoveIconAction.text = Eliminar \u00FAltimo Icono
-RemoveNoteAction.text = Quitar Notas
-RemoveNoteAction.tooltip = <html>Posiblemente quita el contenido de varias notas.</html>
-rename = Renombrar
-repair_link = Reparar Enlace
-repair_link_question = No se pudo cargar el Mapa enlazado. \u00BFQuiere reparar el enlace manualmente?
-replace = Reemplazar
-replace_shortcut_question = Este atajo del teclado ya est\u00e1 asignado a \n {0}.\n \u00bfQuiere reemplazarlo?
-replace_shortcut_title = \u00bfReemplazar el enlace directo?
-ReportBugAction.text = Informar de un fallo
-RequestFeatureAction.text = Pedir una Caracter\u00edstica nueva
-reset_to_default = Usar el predefinido
-ResetNodeLocationAction.text = Reinicia Posici\u00F3n
-ResetStyleAction.text = Quitar el estilo del nodo
-RevertAction.text = &Restaurar del archivo hist\u00f3rico local
-RevisionPluginAction.text = Cambiar las modificaciones del color de fondo
-save_failed = Fall\u00F3 el intento de guardar el mapa {0}.
-save_unsaved = \u00bfDesea guardar el Mapa? :
-save_unsaved_styles = \u00bfGuardar estilos?
-SaveAcceleratorPresetsAction.text = Guardar la configuraci\u00f3n de teclas
-SaveAction.text = Guardar
-SaveAll.text = Guardar Todo
-SaveAll.tooltip = Guardar todos los mapas abiertos
-SaveAsAction.text = Guardar Como...
-saved = Guardado
-saving_canceled = Se ha cancelado la acci\u00f3n de guardar
-scanners_not_loaded = No se pudieron cargar los scanners, fichero corrupto.
-scheme_evaluate = \u00a1Evaluar!
-script_execution_disabled = Ejecuci\u00f3n de script desactivada
-ScriptEditor.text = Editor de Scripts ...
-ScriptEditor.tooltip = Activa escribir scripts grandes en Freeplane.
-ScriptEditorPanel.changed_cancel = Los scripts fueron modificados. \u00BFQuiere salir sin guardar estos cambios?
-scripting_api_generator_legend = Leyenda
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = Scripting API
-scripting_api_generator_utilities = Utilidades
-scripting_api_generator_web = Recursos web
-select_favorites_folder = Seleccione la carpeta donde est\u00e1n sus favoritos
-select_file_export_to = Elegir el archivo que se quiere exportar
-select_folder_for_importing = Seleccionar carpeta a importar
-select_icon = Seleccionar un Icono
-select_menu_item_dialog = Seleccione una opci\u00f3n del men\u00fa
-select_menu_item_root_node = Men\u00fa
-SelectAllAction.text = Selecciona Todos los visibles
-SelectBranchAction.text = Selecciona Rama Visible
-SelectedPasteAction.text = Pegar como...
-selection_method_by_click = Pulse una vez para seleccionar
-selection_method_delayed = Selecci\u00F3n Autom\u00E1tica Retardada
-selection_method_direct = Apunta para seleccionar
-SelectNoteAction.text = Muestra/Oculta el Editor de Notas
-SelectNoteAction.tooltip = Muestra u Oculta el Editor de Notas
-set_accelerator_on_next_click_action = Pulse en cualquier elemento del men\u00fa para asignarle un nuevo atajo
-SetAcceleratorOnNextClickAction.text = Asignar atajo
-SetImageByFileChooserAction.text = Imagen (Seleccionar archivo u enlace)...
-SetLinkAnchorAction.text = Definir el enlace a la etiqueta de ancla
-SetLinkAnchorAction.tooltip = <html>Marcar el nodo seleccionado como etiqueta de ancla para futuros<br/>enlaces globales o locales.
-SetLinkAnchorAction.tooltip_anchored = <html>Marcar el nodo seleccionado como etiqueta de ancla de futuros<br/>enlaces globales o locales. Etiqueta de ancla actual:<br/>{0}
-SetLinkByFileChooserAction.text = Enlace (Seleccionar archivo)...
-SetLinkByTextFieldAction.text = Enlace (Campo de texto)...
-SetNodeLink.text = Fijar enlace del nodo...
-SetNoteWindowPosition.bottom.text = Abajo
-SetNoteWindowPosition.left.text = Izquierda
-SetNoteWindowPosition.right.text = Derecha
-SetNoteWindowPosition.top.text = Arriba
-SetShortenerStateAction.text = Contenido abrevidado del nodo
-sf_login_required = Debe iniciar sesi\u00f3n en Source Forge. \u00bfDesea continuar?
-ShowAllAttributesAction.text = Mostrar todos los atributos
-ShowAncestorsAction.text = Mostrar Ascendentes
-ShowAttributeDialogAction.text = Gestor Atributos...
-ShowDescendantsAction.text = Mostrar Descendientes
-ShowFilterToolbarAction.text = Barra de herramientas de Filtros
-ShowFormatPanel.text = Panel de formato
-ShowFormatPanel.tooltip = Muestra un cuadro de di\u00e1logo que permite cambiar de una vez el estilo del nodo y el borde.
-ShowHideNoteAction.text = Mostrar/Esconder Ventana de Notas
-ShowHideNoteAction.tooltip = Permite ocultar o mostrar la ventana de notas
-ShowNextChildAction.text = Mostrar siguiente hijo
-ShowNotesInMapAction.text = Mostrar notas en el mapa
-ShowSelectedAttributesAction.text = Mostrar Atributos Seleccionados
-ShowSelectionAsRectangleAction.text = Muestra/Oculta la Selecci\u00F3n dentro de un Rect\u00e1ngulo
-simplyhtml.aboutFrameTitle = Acerca de esta aplicaci\u00F3n
-simplyhtml.aboutLabel = Acerca de SimplyHTML...
-simplyhtml.alignCenter = centro
-simplyhtml.alignLabel = Alineaci\u00f3n:
-simplyhtml.alignLeft = izquierda
-simplyhtml.alignRight = derecha
-simplyhtml.allCellsRangeLabel = todas las celdas
-simplyhtml.allOccurrencesReplaced = Todas las ocurrencias reemplazadas
-simplyhtml.appendTableColLabel = A\u00F1adir columna
-simplyhtml.appendTableRowLabel = A\u00F1adir fila
-simplyhtml.applyCellAttrLabel = Aplicar a
-simplyhtml.backgroundLabel = Fondo
-simplyhtml.boldItalicName = cursiva negrita
-simplyhtml.boldName = negrita
-simplyhtml.borderColorLabel = Color:
-simplyhtml.borderWidthLabel = Anchura
-simplyhtml.bottomLabel = Abajo:
-simplyhtml.cancelBtnName = Cancelar
-simplyhtml.cellBorderTabLabel = Bordes
-simplyhtml.cellGenTabLabel = General
-simplyhtml.cellMarginTabLabel = Margen
-simplyhtml.cellPanelTitle = Formato de Celda
-simplyhtml.clearFormatLabel = Eliminar Formato
-simplyhtml.clearFormatTip = Eliminar Formato
-simplyhtml.close = Cerrar
-simplyhtml.closeBtnName = Cerrar
-simplyhtml.colorLabel = Color
-simplyhtml.copyLabel = Copiar
-simplyhtml.copyTip = copiar
-simplyhtml.cTagNameHead1 = T\u00EDtulo 1
-simplyhtml.cTagNameHead2 = T\u00EDtulo 2
-simplyhtml.cTagNameHead3 = T\u00EDtulo 3
-simplyhtml.cTagNameHead4 = T\u00EDtulo 4
-simplyhtml.cTagNameHead5 = T\u00EDtulo 5
-simplyhtml.cTagNameHead6 = T\u00EDtulo 6
-simplyhtml.cTagNameLink = Enlace
-simplyhtml.cTagNameOL = Lista Ordenada
-simplyhtml.cTagNamePara = Par\u00E1grafo
-simplyhtml.cTagNameUL = Lista no ordenada
-simplyhtml.cutLabel = Cortar
-simplyhtml.cutTip = cortar
-simplyhtml.defaultDocName = Sin t\u00EDtulo
-simplyhtml.deleteTableColLabel = Borrar columna
-simplyhtml.deleteTableRowLabel = Borrar fila
-simplyhtml.docTitleQuery = Fijar t\u00EDtulo a:
-simplyhtml.docTitleTitle = Editar T\u00EDtulo del Documento
-simplyhtml.editLabel = Editar
-simplyhtml.effectLabel = Efecto
-simplyhtml.familyLabel = Familia
-simplyhtml.findNext = Buscar siguiente...
-simplyhtml.findReplaceDialogTitle = B\u00FAscar y Reemplazar
-simplyhtml.findReplaceLabel = B\u00FAscar y Reemplazar
-simplyhtml.findReplaceTip = encontrar y reemplazar
-simplyhtml.fontBoldLabel = Negrita
-simplyhtml.fontBoldTip = conmutar negrita on/off
-simplyhtml.fontColorLabel = Color del texto
-simplyhtml.fontColorTip = Color del texto
-simplyhtml.fontDialogTitle = Formatear Fuente
-simplyhtml.fontItalicLabel = Cursiva
-simplyhtml.fontItalicTip = Activa o desactiva la cursiva
-simplyhtml.fontLabel = Fuente...
-simplyhtml.fontTabLabel = Fuente
-simplyhtml.fontTip = Formato de fuente...
-simplyhtml.fontUnderlineLabel = Subrayar
-simplyhtml.fontUnderlineTip = Activa o desactiva el subrayado
-simplyhtml.foregroundLabel = Primer Plano
-simplyhtml.formatLabel = Formato
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = cambiar formato de lista
-simplyhtml.formatParaLabel = Par\u00E1grafo...
-simplyhtml.formatParaTip = Cambiar formato de par\u00E1grafo
-simplyhtml.formatTableLabel = Tabla...
-simplyhtml.formatTableTip = Formatea tabla
-simplyhtml.helpLabel = Ayuda
-simplyhtml.htmlTabTitle = Vista de c\u00F3digo HTML
-simplyhtml.imageFileDesc = Ficheros de imagen
-simplyhtml.insertTableColLabel = Insertar columna
-simplyhtml.insertTableLabel = Tabla...
-simplyhtml.insertTableMsg = \u00BFCuantas columnas?
-simplyhtml.insertTableRowLabel = Insertar fila
-simplyhtml.insertTableTitle = insertarTabla
-simplyhtml.italicName = cursiva
-simplyhtml.layoutTabTitle = Vista de disposici\u00F3n
-simplyhtml.leftLabel = izquierda:
-simplyhtml.listDialogTitle = Formato de Lista
-simplyhtml.listIndentTitle = Sangrado:
-simplyhtml.listPosInside = dentro
-simplyhtml.listPositionLabel = Posici\u00F3n:
-simplyhtml.listPosOutside = fuera
-simplyhtml.listTypeCircle = vi\u00F1eta redonda
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = S\u00EDmbolo de fichero como vi\u00F1eta
-simplyhtml.listTypeLabel = Tipo:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = ninguno
-simplyhtml.listTypeSquare = vi\u00F1eta cuadrada
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Exterior
-simplyhtml.matchApproximately = Coincidencia aproximada
-simplyhtml.matchApproximately.tooltip = <html>Si se admiten coincidencias aproximadas,<br/>p.e. al buscar la palabra 'files' se acepta 'flies'.</html>
-simplyhtml.matchCase = Coincidir may\u00FAsculas y min\u00FAsculas
-simplyhtml.matchCase.tooltip = Si se destaca el caso cuando hay coincidencia.
-simplyhtml.newStyleDefaultName = nuevo estilo
-simplyhtml.nextTableCellLabel = Celda siguiente
-simplyhtml.noLineLabel = ninguno
-simplyhtml.noMoreOccurrencesFound = no se han encontrado (m\u00E1s) ocurrencias
-simplyhtml.okBtnName = Bien
-simplyhtml.paddingLabel = Interior
-simplyhtml.paraAlignCenterLabel = Centrado
-simplyhtml.paraAlignCenterTip = Centrar el par\u00E1grafo
-simplyhtml.paraAlignLeftLabel = Alinear izquierda
-simplyhtml.paraAlignLeftTip = Fijar alineado izquierdo de par\u00E1grafo
-simplyhtml.paraAlignRightLabel = Alinear derecha
-simplyhtml.paraAlignRightTip = Fijar alineado derecho de par\u00E1grafo
-simplyhtml.paraStyleDialogTitle = Estilo de Par\u00E1grafo
-simplyhtml.paraTabLabel = Par\u00E1grafo
-simplyhtml.pasteHTMLLabel = Pegar como HTML
-simplyhtml.pasteLabel = Pegar
-simplyhtml.pastePlainTextLabel = Pegar como texto simple
-simplyhtml.pasteTip = pegar
-simplyhtml.plainName = sencillo
-simplyhtml.previewLabel = Vista Previa
-simplyhtml.previewText = Vista previa del texto
-simplyhtml.prevTableCellLabel = Celda previa
-simplyhtml.printLabel = Imprimir...
-simplyhtml.redoLabel = Rehacer
-simplyhtml.redoTip = rehacer
-simplyhtml.replace = Reemplazar...
-simplyhtml.replaceAll = Todos
-simplyhtml.replaceDone = Hecho
-simplyhtml.replaceNo = No
-simplyhtml.replaceThisQuery = Reemplazar esta indicendia de
-simplyhtml.replaceWith = Reemplazar con:
-simplyhtml.replaceYes = S\u00ED
-simplyhtml.rightLabel = derecha:
-simplyhtml.searchDown = Buscar hacia abajo
-simplyhtml.searchDown.tooltip = Buscar de arriba a abajo.
-simplyhtml.searchFromStart = Buscar desde el principio
-simplyhtml.searchFromStart.tooltip = Empezar a buscar desde el inicio en vez de la posici\u00f3n del cursor.
-simplyhtml.searchUp = B\u00FAscar hacia arriba
-simplyhtml.searchUp.tooltip = Buscar de abajo a arriba.
-simplyhtml.selectAllLabel = Seleccionar todos
-simplyhtml.sizeLabel = Tama\u00F1o
-simplyhtml.standardStyleName = est\u00E1ndar
-simplyhtml.strikeLabel = Tachado
-simplyhtml.styleLabel = Estilo
-simplyhtml.styleNameInputText = \u00BFNombre del nuevo estilo?
-simplyhtml.styleNameInputTitle = Guardar estilo
-simplyhtml.tableBgColLabel = Color de fondo:
-simplyhtml.tableDialogTitle = Formatear Tabla
-simplyhtml.tableLabel = Tabla
-simplyhtml.tablePanelTitle = Formato de Tabla
-simplyhtml.tableWidthLabel = Anchura:
-simplyhtml.textIndentLabel = Sangrar:
-simplyhtml.textToFind = Texto buscado:
-simplyhtml.thisCellRangeLabel = esta celda
-simplyhtml.thisColRangeLabel = esta columna
-simplyhtml.thisRowRangeLabel = esta fila
-simplyhtml.toggleBulletsLabel = Vi\u00F1etas on/off
-simplyhtml.toggleBulletsTip = vi\u00F1etas on/off
-simplyhtml.toggleNumbersLabel = Activar o desactivar la Numeraci\u00F3n
-simplyhtml.toggleNumbersTip = activa o desactiva el listado numerado
-simplyhtml.topLabel = Arriba:
-simplyhtml.uLineLabel = Subrayar
-simplyhtml.unableToOpenFileError = El archivo no se puede abrir
-simplyhtml.unableToRedoError = No es posible rehacer:
-simplyhtml.unableToUndoError = No es posible deshacer:
-simplyhtml.undoLabel = Deshacer
-simplyhtml.undoTip = deshacer
-simplyhtml.valignBaseline = L\u00EDnea Base
-simplyhtml.valignBottom = fondo
-simplyhtml.valignLabel = Alineaci\u00f3n Vertical:
-simplyhtml.valignMiddle = medio
-simplyhtml.valignTop = arriba
-simplyhtml.wholeWordsOnly = Palabras completas s\u00F3lo
-simplyhtml.wholeWordsOnly.tooltip = Restringir los resultados a palabras enteras.
-SortNodes.text = Ordenar Hijos
-SortNodes.tooltip = Ordena alfab\u00E9ticamente los hijos de un nodo.
-split = Dividir
-SplitConditionAction.text = Dividir
-SplitNode.text = Dividir el Nodo
-SplitNode.tooltip = <html>El Nodo se divide</html>
-STANDARD_FORMAT = Est\u00e1ndar
-stop_processing = Parar
-StringFlavorHandler = Texto simple como jerarqu\u00eda de nodos
-StructuredHtmlFlavorHandler = HTML como jerarqu\u00eda de nodos
-style = Estilo
-style_already_exists = El estilo ya existe.
-styledialog.cancel.text = Anular
-styledialog.ok.text = De acuerdo
-styles = Est&ilos
-styles.AutomaticLayout = Dise\u00f1o autom\u00e1tico
-styles.connection = Conexi\u00f3n
-styles.date = Fecha
-styles.definition = Definici\u00f3n
-styles.description = Descripci\u00f3n
-styles.floating_node = Nodo flotante
-styles.idea = Idea
-styles.important = Importante
-styles.key = Llave
-styles.list = Lista
-styles.needs_action = Requiere acci\u00f3n
-styles.note = Nota
-styles.ok = De acuerdo
-styles.pending = Pendiente
-styles.predefined = Estilos predefinidos
-styles.question = Pregunta
-styles.quotation = Cita
-styles.root_node = Estilos
-styles.subsubtopic = Subsubt\u00f3pico
-styles.subtopic = Subt\u00f3pico
-styles.topic = T\u00f3pico
-styles.user-defined = Estilos definidos por el usuario
-styles.website = Sitio web
-styles_menu = Estilos
-submenu_keystroke_in_use_error = La tecla {0} no se puede utilizar para el submenu {1}. Se ha quitado.
-summary_nodes = Nodos resumen
-summary_not_possible = No se puede crear nodo resumen para la selecci\u00f3n actual
-SummaryNodeAction.text = Nodo resumen (crear/ajustar)
-svg = SVG
-template_dir = Plantillas comunes
-TimeListAction.text = Mostrar la Lista del Planificador de Tiempo...
-TimeListAction.tooltip = Muestra todos los tiempos agendados y los correspondientes nodos.*
-TimeManagementAction.text = Mostrar Calendario...
-TimeManagementAction.tooltip = <html>Muestra el m\u00F3dulo calendario por Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = (Des)doblar hija
-ToggleDetailsAction.text = (Des)activar detalles
-ToggleFBarAction.text = Barra con teclas de Funci\u00f3n
-ToggleFoldedAction.text = (Des)activar Plegado
-ToggleFullScreenAction.text = Modo Pantalla completa
-ToggleLeftToolbarAction.text = (Des)activar Barra de herramientas izquierda
-ToggleMenubarAction.text = (Des)activar Barra de men\u00FA
-ToggleStatusAction.text = Mostrar estado de l\u00ednea
-ToggleToolbarAction.text = (Des)activar Barra de herramientas
-undefined_error = Ocurri\u00F3 un error inesperado. Por favor reportelo a los desarrolladores de Freeplane.
-underline = Subrayar
-UnderlineAction.text = Subrayar
-underlined = Subrayado
-UndoAction.text = Deshacer
-UndoFilterAction.text = Deshacer
-unfold = Desplegar
-UnfoldAllAction.text = Desplegar Todos
-UnfoldAllAction.tooltip = <html>Desdobla los nodos seleccionados y todos sus hijos.</html>
-UnfoldOneLevelAction.text = Desplegar Un Nivel
-UnfoldOneLevelAction.tooltip = <html>Despliega un nivel de nodos seleccionados.</html>
-up = Arriba
-update_failed = La actualizaci\u00f3n fall\u00f3 y di\u00f3 el siguiente mensaje {0}
-UpdateCheckAction.text = Comprobar actualizaciones
-updatecheckdialog = Di\u00e1logo de la Comprobaci\u00f3n de Actualizaciones
-url_error = \u00a1Esta URL est\u00E1 mal escrita!
-url_open_error = No se puede abrir la URL {0}.
-used_in_menu = No se puede usar este acceso r\u00e1pido, ya que se utiliza en uno del men\u00fa.
-UsePlainTextAction.text = Usar Texto Simple
-user_config_folder = Carpeta con la configuraci\u00f3n del usuario: {0}
-user_defined_scale = Escala definida por el usuario
-user_defined_zoom = Definido por el usuario.
-user_defined_zoom_status_bar = Cambiar el nivel de acercamiento al nivel definido por el usuario {0}%.
-user_icon = Icono del Usuario "{0}"
-user_template_dir = Plantillas del usuario
-user_zoom = Factor de acercamiento de impresi\u00F3n (0.0 - 2.0):
-value_format = Valor del formato
-version_up_to_date = Est\u00e1 usando la \u00faltima versi\u00f3n del programa
-ViewerControllerAction.text = Objeto Externo...
-ViewLayoutTypeAction.OUTLINE.text = Vista en esquema
-WebDocuAction.text = Documentaci\u00F3n Web
-width = Anchura
-wrong_regexp = Expresi\u00f3n regular err\u00f3nea "{0}", error {1}
-xslt_export.html = Documento HTML
-xslt_export.latex = Documento Latex
-xslt_export.latexbook = Libro en Latex
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Formato Excel (2003 o posteriores) XML
-xslt_export.ms_project = Formato MS Project (2003 o posteriores) XML
-xslt_export.ms_word = Formato Word (2003 o posteriores) XML
-xslt_export.text = Texto simple
-xslt_export_not_possible = La exportaci\u00f3n Freeplane XSLT no es posible
-yes = S\u00ED
-ZoomInAction.text = Acercar
-ZoomOutAction.text = Alejar
+about_text=Freeplane - Programa libre para creaci\u00f3n de mapas conceptuales y construcci\u00f3n del conocimiento
+AboutAction.text=Acerca de...
+acceleratorPresets=Teclas de acceso r\u00e1pido (atajos) predefinidas
+accelerators_loading_error=No se pueden cargar la configuraci\u00f3n de los atajos de {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Cambiar formato de los nodos
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Cambiar patr\u00F3n
+accessories/plugins/EncryptNode.properties_0=Elija contrase\u00F1a para cifrar nodo
+accessories/plugins/EncryptNode.properties_1=Las contrase\u00F1as no son iguales o son muy cortas.
+accessories/plugins/EncryptNode.properties_2=Escriba la Contrase\u00F1a:
+accessories/plugins/EncryptNode.properties_3=Vuelva a escribir la Contrase\u00F1a:
+accessories/plugins/EncryptNode.properties_4=Escriba su contrase\u00f1a.
+accessories/plugins/EncryptNode.properties_5=<html>Recuerde que la calidad del cifrado<br> depende casi completamente de la calidad de su contrase\u00F1a.</html>
+accessories/plugins/EncryptNode.properties_6=Ok
+accessories/plugins/EncryptNode.properties_7=Cancelar
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=S\u00f3lo puede (des)activar el cifrado si el nodo ha sido cifrado anteriormente. Por favor inserte un nodo cifrado utilizando el men\u00FA de herramientas.
+accessories/plugins/EncryptNode.properties_select_me=\u00a1Debe marcarme para seguir!
+accessories/plugins/EncryptNode.properties_wrong_password=La contrase\u00F1a no es correcta.
+accessories/plugins/ExportWithTWiki.text=Como TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Exporta el mapa como un documento TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=Este es un m\u00E9todo est\u00e1ndar de exportaci\u00F3n utilizando scripts XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Como Applet de Java ...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporta el mapa como un applet java para Navegador
+accessories/plugins/ExportWithXSLT_Flash.text=Como Flash ...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporta el mapa como una aplicaci\u00F3n flash
+accessories/plugins/ExportWithXSLT_HTML.text=Como XHTML (versi\u00F3n JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Como XHTML (versi\u00F3n mapa Seleccionable)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Recursos del nodo RECURSOS al fichero TaskJuggler ...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporta recursos del nodo RECURSOS al m\u00F3dulo Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tareas del nodo de TAREAS al fichero TaskJuggler ...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exporta tareas de las TAREAS del nodo al m\u00F3dulo Taskjuggler. </html>
+action_keystroke_in_use_error=La tecla {0} que quiere asignar a la acci\u00f3n {1} ya est\u00e1 en uso para {2}
+active=Activo
+actual_map_styles=Estilos condicionales del mapa aplicados al nodo
+actual_node_styles=Estilos condicionales del nodo aplicados al nodo
+add=&A\u00f1adir
+AddConnectorAction.text=A\u00f1adir Conector
+AddElementaryConditionAction.text=A\u00f1adir
+AddLocalLinkAction.text=Agregar Enlace Local
+AddMenuItemLinkAction.text=Hiperenlace (Entrada de Men\u00fa)...
+AddOnDetailsPanel.authored.by=Por {0}
+AddOnDetailsPanel.header.function=Funci\u00f3n
+AddOnDetailsPanel.header.menu=Localizaci\u00f3n del men\u00fa
+AddOnDetailsPanel.header.shortcut=Enlace directo
+AddOnDetailsPanel.homepage=P\u00e1gina de inicio:
+addons.installer.canceled=Instalaci\u00f3n cancelada
+addons.installer.confirm.licence=<html><body><h1>Licencia</h1>{0}<p><p><em>\u00bfAcepta esta licencia?</em></p></body></html>
+addons.installer.failed=Fall\u00f3 la instalaci\u00f3n: {0}
+addons.installer.freeplaneversion.format.error=Error en el formato de {0} (valor: {1})
+addons.installer.groovy.script.name=El nombre del script  {0} no acaba en ".groovy"
+addons.installer.html.script=El cuerpo del script puede que no est\u00e9 en formato HTML
+addons.installer.install=Instalar
+addons.installer.invalid.keyboard.shortcut=Enlace directo no v\u00e1lido {0}.
+addons.installer.licence.unchanged=La licencia sigue sin cambios
+addons.installer.map.structure=Error en la estructura del mapa: {0}
+addons.installer.missing.child.nodes=Faltan nodos hijos: {0}
+addons.installer.missing.permission.attribute=Script  {0}: detalles de los permisos no encontrados {1}
+addons.installer.missing.properties=Propiedades no encontradas: {0}
+addons.installer.missing.translation=No hay traducci\u00f3n de {0} para {1}
+addons.installer.no.scripts=No se encuentran scripts
+addons.installer.no.zipdata=No se ha encontrado datos comprimidos
+addons.installer.nonstandard.permissions=El script requiere los siguiente permisos que no est\u00e1n activados: {0}.\n\u00bfDeber\u00edan ser a\u00f1adidos a los permisos habituales?
+addons.installer.one.child.expected=Se esperaba s\u00f3lo un hijo de {0} pero hay {1}.
+addons.installer.script.no.execution_mode=No hay definido "modo de ejecuci\u00f3n" para {0}
+addons.installer.script.no.menulocation=No hay atributo "menuLocation" definido para {0}
+addons.installer.script.no.menutitle=No hay atributo "menuTitleKey" definido para {0}
+addons.installer.script.no.permissions=Sin permisos definidos para {0}
+addons.installer.success=Instalaci\u00f3n correcta.\n El nuevo complemento estar\u00e1 disponible tras reiniciar.
+addons.installer.success.update=Actualizada correctamente de la {0} a {1}.\n Algunas funciones s\u00f3lo pueden estar disponibles tras reiniciar.
+addons.installer.title=Instalador de complementos
+addons.installer.too.new=Su versi\u00f3n actual de Freeplane {0} es muy reciente. Este complemento soporta hasta la {1}
+addons.installer.too.old=Su versi\u00f3n actual de Freeplane {0} es muy antigua. Este complemento requiere al menos {1}
+addons.installer.unknown.deinstallation.rules=Sin detalles para la desintalaci\u00f3n de {0}
+addons.installer.update=Actualizar de la versi\u00f3n {0}
+addons.installer.warning=<html><body><em>S\u00f3lo deber\u00eda instalar complementos de fuentes de confianza. Software malintencionado puede da\u00f1ar sus datos o comprometer su privacidad.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=A\u00f1adir atributos de estilo
+AddStyleAttributes.tooltip=A\u00f1adir atributos del estilo del nodo
+AllMapsNodeListAction.text=Buscar y reemplazar en todos los mapas
+always=Siempre
+AlwaysUnfoldedNodeAction.text=Siempre tener los nodos desplegados (fijar/quitar)
+antialias_all=Alisar Todo
+antialias_edges=Alisar Bordes
+antialias_none=No Alisar
+apply=Aplicar
+ApplyAction.text=Aplicar
+ApplyFormatPlugin.text=Cambiar formato ...
+ApplyFormatPlugin.tooltip=Presenta un di\u00E1logo en el que los atributos de nodo y borde pueden ser cambiados al mismo tiempo.
+ApplyNoFilteringAction.text=Sin Filtrado
+ApplySelectedViewConditionAction.text=Filtrar nodos seleccionados
+ApplyToVisibleAction.text=Se aplica a los nodos seleccionados
+as_parent=Como Principal
+AskForHelp.text=Pedir ayuda
+AssignAttributesAction.text=Asignar Atributos...
+attribute_delete=Borrar todos los Valores
+attribute_delete_value=Borrar este Valor
+attribute_font_size_tooltip=Tama\u00F1o de Fuente del Atributo
+attribute_list_box_label_text=Valores Existentes
+attribute_name=Nombre del atributo
+attribute_replace=Reemplazar con
+attribute_top=Todos los Atributos conocidos para los Mapas cargados
+attribute_value=Valor del atributo
+attributes_AddAttributeAction.text=A\u00f1adir atributo
+attributes_adding_empty_attribute_error=No se puede usar la cadena vac\u00EDa como nombre de atributo
+attributes_all=Todos los Atributos
+attributes_assign_dialog=Asignar atributos
+attributes_attribute=Atributos
+attributes_close=Cerrar
+attributes_deselect_all=Nada
+attributes_dialog_title=Gestor de Atributos
+attributes_edit=Editar
+attributes_edit_tooltip=Editar Conjunto
+attributes_for_selected=Nodos Seleccionados
+attributes_for_visible=Todos los Nodos Visibles
+attributes_import=Importar
+attributes_import_tooltip=Importar atributos de otros mapas abiertos
+attributes_no_import_candidates_found=No se ha encontrado ning\u00fan atributo nuevo
+attributes_popup_delete=Borrar
+attributes_popup_down=Abajo
+attributes_popup_edit=Editar
+attributes_popup_hide=Ocultar
+attributes_popup_new=Nuevo Atributo
+attributes_popup_optimal_width=Anchura \u00D3ptima
+attributes_popup_up=Arriba
+attributes_refresh=Actualizar
+attributes_RemoveAllAttributesAction.text=Quitar todos los tributos
+attributes_RemoveFirstAttributeAction.text=Quitar el primer atributo
+attributes_RemoveLastAttributeAction.text=Quitar el \u00faltimo atributo
+attributes_restricted_attributes_tooltip=Restringir Conjunto de Atributos
+attributes_restricted_values_tooltip=Restringir Conjunto de Valores para el Atributo actual
+attributes_restriction=Conjunto Restringido
+attributes_select_all=Todos
+attributes_select_all_tooltip=Seleccionar/Deseleccionar todos
+attributes_show=Mostrar
+attributes_skip_root=Evitar Nodo Ra\u00edz
+attributes_visible=Seleccionado Visible
+attributes_visible_tooltip=Seleccionado Visible
+automatic_layout=Dise\u00f1o autom\u00e1tico
+automatic_layout_disabled=desactivado
+automatically_save_message=El Mapa se salv\u00F3 autom\u00E1ticamente (utilizando el nombre de fichero {0}) ...
+AutomaticEdgeColorHookAction.text=Color del borde autom\u00e1tico
+AutomaticLayout.ALL=para todos los nodos
+AutomaticLayout.HEADINGS=para nodos que no est\u00e9n sueltos
+AutomaticLayout.level=Nivel {0}
+AutomaticLayout.level.root=Ra\u00edz
+AutomaticLayoutAction.text=Presentaci\u00F3n Autom\u00e1tica
+AutomaticLayoutAction.tooltip=<html>Arregla la presentaci\u00F3n del mapa. <br>El primer nivel es negro, el segundo azul, etc.</html>
+AutomaticLayoutControllerAction.ALL.text=para todos los nodos
+AutomaticLayoutControllerAction.HEADINGS.text=para nodos que no est\u00e9n sueltos
+AutomaticLayoutControllerAction.null.text=desactivado
+BackAction.text=Atr\u00e1s
+BackAction.tooltip=Salta hacia atr\u00E1s en la cadena de selecci\u00F3n
+background=Fondo
+bitmaps=Mapas de bits
+black=Negro
+BlinkingNodeHookAction.text=Nodo Parpadeante
+BlinkingNodeHookAction.tooltip=<html>Esto hace que el nodo parpadee. Pero tenga cuidado. No lo utilice en muchos nodos,y <strong> no lo haga junto con otros formatos automaticos en el mismo nodo</strong></html>
+blue=Azul
+BoldAction.text=Negrita
+boldify_branch=Oscurecer Rama
+branch=Rama
+browse=Navegar...
+calendar_attributes_panel=Calendario y atributos
+calendar_panel=Calendario
+can_not_connect_to_info_server=No se puede conectar con el servidor de informaci\u00f3n
+can_not_delete_predefined_style=No se puede borrar el estilo predefinido
+can_not_delete_root_style=No se puede borrar el estilo de la ra\u00edz
+can_not_delete_style_group=No se puede borrar el estilo del grupo
+can_not_save_key_set=No se puede guardar la configuraci\u00f3n de teclas de acceso r\u00e1pido
+cancel=Cancelar
+CancelAction.text=Cancelar
+cannot_add_parent_diff_parents=Todos los nodos deben tener el mismo nodo principal para poder utilizar esta funci\u00F3n.
+cannot_add_parent_to_root=El nodo Ra\u00EDz no puede ser agregado a un nuevo nodo Principal.
+cannot_delete_root=El nodo raiz no puede ser borrado o cortado.
+cannot_join_nodes_with_children=No se pueden unir nodos con hijos
+cannot_move_to_child=No se puede mover un nodo dentro de uno de sus hijos.
+CenterAction.text=Centrar
+CenterSelectedNodeAction.text=Centrar en el nodo seleccionado
+ChangeConnectorArrowsAction.backward.text=Atr\u00e1s
+ChangeConnectorArrowsAction.both.text=Ambos
+ChangeConnectorArrowsAction.forward.text=Adelante
+ChangeConnectorArrowsAction.none.text=Ninguno
+ChangeConnectorArrowsAction.text=Cambiar las flechas del Conector
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Curva
+ChangeConnectorShapeAction.EDGE_LIKE.text=Simular el borde
+ChangeConnectorShapeAction.LINE.text=L\u00ednea
+ChangeConnectorShapeAction.LINEAR_PATH.text=Trazo lineal
+ChangeNodeLevelLeftsAction.text=Nodo izquierdo
+ChangeNodeLevelLeftsAction.tooltip=A la izquierda de la raiz los nodos son desplazados hacia abajo. Se convierten en hijos de su hermano superior. A la derecha de la raiz, los nodos son desplazados hacia arriba. Directamente en la raiz, el nodo cambia de lado.
+ChangeNodeLevelRightsAction.text=Nodo derecho
+ChangeNodeLevelRightsAction.tooltip=A la derecha de la raiz los nodos son desplazados hacia abajo. Ellos se convierten en hijos de su hermano superior. A la izquierda de la raiz los nodos son desplazados hacia arriba. Directamente en la raiz, los nodos cambian de lado.
+choose_background_color=Elegir Color de Fondo:
+choose_cloud_color=Elegir Color de Nube:
+choose_edge_color=Elegir Color del Borde
+choose_map_background_color=Elegir el Color de fondo del Mapa
+choose_node_background_color=Elegir Color de Fondo del Nodo:
+choose_node_color=Elegir Color del Nodo:
+ClearLinkAnchorAction.text=Borrar la etiqueta de ancla
+ClearLinkAnchorAction.tooltip=<html>quitar la etiqueta previa de ancla del nodo</html>
+close_btn=&Cerrar
+CloseAction.text=Cerrar
+CloudAction.text=Nube
+CloudColorAction.text=Color de Nube...
+CloudShapeAction.ARC.text=Arco
+CloudShapeAction.RECT.text=Rect\u00e1ngulo
+CloudShapeAction.ROUND_RECT.text=Rect\u00e1ngulo redondeado
+CloudShapeAction.STAR.text=Estrella
+ColorProperty.ResetColor=Reinicia Color
+combined=Combinado
+condition=Condici\u00f3n
+confirmation=Confirmaci\u00F3n
+connector=Conector
+connector_arrows=Flechas del conector
+connector_label=Etiqueta del Conector
+connector_lines=L\u00edneas del conector
+connector_shapes=Formas del conector
+ConnectorColorAction.text=Color del Conector...
+CopyAction.text=Copiar
+CopyAction.tooltip=Copiar la rama seleccionada
+CopyAttributes.text=Copiar atributos
+CopyIDAction.text=Copiar la Identidad del Nodo
+CopyMapStylesAction.text=Copiar el estilo del mapa de...
+CopyNodeURIAction.text=Copiar la URL del nodo
+copyright=Copyright \u00a9 2000-2012 Equipo de Freeplane y otros
+CopySingleAction.text=Copia Sencilla
+CopySingleAction.tooltip=Copiar s\u00f3lo el nodo seleccionado
+CopyStyleExtensionsAction.text=Copiar contenido del estilo
+corrupt_map=El contenido del mapa est\u00e1 corrupto
+CreateConjunctConditionAction.text=Y
+CreateDisjunctConditionAction.text=O
+CreateNotSatisfiedConditionAction.text=No
+CreationModificationPluginAction.text=Mostrar Sucesi\u00f3n de Modificaciones
+CreationModificationPluginAction.tooltip=<html>Esta funci\u00F3n sigue la pista del tiempo de creaci\u00F3n y modificaci\u00F3n de nodos.</html>
+current_dir=Mapas
+CutAction.text=Cortar
+decrease_branch_font_size=Reducir Fuente
+DecreaseNodeFontAction.text=Reducir Fuente
+default=Por defecto
+DefaultColorAction.text=Color por defecto
+defaultstyle.details=Contenid (detalles)
+defaultstyle.floating=Nodo flotante
+defaultstyle.note=Nota
+delete=Borrar
+delete_child=Borrar Nodo
+DeleteAction.text=Eliminar Nodo
+DeleteConditionAction.text=Borrar
+DeleteDetailsAction.text=Borrar detalles
+DeleteLevelStyleAction.text=Eliminar el estilo autom\u00e1tico por nivel
+DeleteStyleAction.text=Eliminar el estilo
+DeleteUserStyleAction.text=Eliminar el estilo creado por el usuario
+dialect_info.app=El mapa conceptual {0} se cre\u00f3 con {1}.
+dialect_info.unknownApp=El mapa conceptual {0} se cre\u00f3 con un programa desconocido.
+dialect_info.unknownURL=Este sitio web no es conocido.
+dialect_info.url=Visite la p\u00e1gina web del programa {0} para tener m\u00e1s informaci\u00f3n.
+dialect_info.warning=Puede que Freeplane no lo abra, muestre o guarde correctamente.
+DirectHtmlFlavorHandler=HTML como nodo simple
+DocumentationAction.text=Documentaci\u00F3n
+down=Abajo
+download=Descargar
+dropped_file_error=No se pudo abrir el/los archivo(s) descargado(s). Raz\u00f3n: {0}
+edge=Borde
+edge_is_formatted_by_style=El formato del borde lo determina el estilo. Edite los estilos implicados si es necesario.
+edge_style=Estilo del Borde
+edge_width=Ancho del Borde
+EdgeColorAction.text=Color del Borde...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.bezier.tooltip=<html>Mostrar el borde como curva suave.</html>
+EdgeStyleAction.hide_edge.text=Ocultar el borde
+EdgeStyleAction.hide_edge.tooltip=<html>Para los nodos seleccionados mostrar el borde hacia el padre como<br>l\u00ednea de puntos. Si no ocultar el borde.</html>
+EdgeStyleAction.horizontal.text=Horizontal
+EdgeStyleAction.horizontal.tooltip=<html>Usar l\u00edneas rectas perpendiculares para los bordes.</html>
+EdgeStyleAction.linear.text=Lineal
+EdgeStyleAction.linear.tooltip=<html>Mostrar el borde como l\u00ednea recta.</html>
+EdgeStyleAction.sharp_bezier.text=Conexi\u00F3n Bezier
+EdgeStyleAction.sharp_bezier.tooltip=<html>Mostrar el borde como l\u00ednea curva con finales afilados .</html>
+EdgeStyleAction.sharp_linear.text=Conexi\u00F3n lineal
+EdgeStyleAction.sharp_linear.tooltip=<html>Mostrar el borde como l\u00ednea recta con finales afilados .</html>
+EdgeStyleAsParentAction.text=Como Principal
+EdgeStyleAsParentAction.tooltip=<html>Usar el estilo de borde del nodo padre.</html>[obsoleto]
+EdgeWidthAction_width_parent.text=Principal
+EdgeWidthAction_width_thin.text=Delgado
+edit=Editar
+edit.decision=Editor HTML
+edit.edit_rich_text=\u00BFQuiere usar formatos como negrita o cursiva?
+edit_details=Editar los detalles del nodo
+edit_end_label=<html>Conector<br>etiqueta
+edit_label_font_family=Letra
+edit_label_font_size=Tama\u00f1o de letra
+edit_link_manually=Editar Enlace Manualmente...
+edit_long_node=Edici\u00f3n Avanzada del Nodo
+edit_middle_label=Editar la Etiqueta de en Medio
+edit_note=Editar nodo
+edit_source_label=Editar la Etiqueta Fuente
+edit_target_label=Editar la Etiqueta Final
+edit_transparency_label=Transparencia
+edit_width_label=Anchura
+EditAction.text=Editar Nodo
+EditAttributesAction.text=Editar Atributos
+EditDetailsAction.text=Editar los detalles del nodo
+EditDetailsInDialogAction.text=Editar el contenido del nodo (detalles) en el di\u00e1logo
+EditFilterAction.text=Editar
+EditLongAction.text=Edici\u00f3n Avanzada del Nodo...
+EditNoteInDialogAction.text=Editar &nota...
+EditScript=Editar Script...
+EditStylesAction.text=Editar estilos
+EncryptedMap.text=Crear Mapa Cifrado...
+EncryptedMap.tooltip=Crear un nuevo mapa cifrado
+enter_base_url=Voy a pegar enlaces relativos. Por favor ingrese la URL base.
+enter_condition_name=Escribir un nombre para la nueva condici\u00f3n
+enter_confirms=La tecla Intro sirve para Confirmar
+enter_keyset_name=Escribir un nombre para el conjunto de teclas de acceso r\u00e1pido
+enter_map_url=Escribir la URL del mapa
+enter_new_style_name=Escribir un nombre para el nuevo estilo
+enter_node_id=Introducir la ID del nodo
+enter_zoom=Indicar zoom
+EnterPassword.text=(Des)activar cifrado
+error=Error
+error_applying_template=Error aplicando la plantilla XSL.
+error_creating_directory=No se puede crear el directorio para exportar.
+error_in_template=Errores en la plantilla por defecto para mapas {0}. Pruebe a quitar este archivo
+errornumber={0} errores
+ExecuteScriptError.text=Error al ejecutar el script.\nMire el archivo de registro para m\u00e1s detalles.
+ExecuteScriptForAllNodes.text=Ejecutar todos los scripts
+ExecuteScriptForSelectionAction.text=Ejecutar los scripts de los nodos seleccionados
+ExecuteScriptOnSelectedNode.text=Ejecutar {0} en todos los nodos seleccionados
+ExecuteScriptOnSelectedNodeRecursively.text=Ejecutar {0} en los nodos seleccionados, de forma recursiva
+ExecuteScriptOnSingleNode.text=Ejecutar {0} en un nodo seleccionado
+ExecuteScripts.noScriptsAvailable=No est\u00e1 disponible
+ExecuteScripts.text=Scripts
+ExecuteScriptSecurityError.text=Ocurri\u00f3 un error mientras se ejecutaba el script: {0}
+export_failed=Ha fallado la exportaci\u00f3n
+export_pdf_text=Formato de Documentos Portables (PDF)
+export_svg_text=Gr\u00E1fica de Vectores Escalables (SVG)
+export_using_xslt=Exportaci\u00f3n a Freeplane usando XSLT
+ExportAction.text=Exportar
+ExportBranchAction.text=Rama como nuevo Mapa...
+ExportBranchToHTMLAction.text=Rama como HTML
+exported_file=archivo {0}
+ExportPdf.text=Como PDF...
+ExportSvg.text=Como SVG...
+ExportToHTMLAction.text=Como HTML
+ExportToImage.jpg.text=Como JPEG...
+ExportToImage.png.text=Como PNG...
+ExportToOoWriter.text=Como Documento Open Office Writer ...
+extension_menu=Estilo F\u00EDsico
+ExternalImage_popupMenu_Change=Cambiar...
+ExternalImage_popupMenu_Open=Abrir en visor
+ExternalImage_popupMenu_Remove=Quitar
+ExternalImage_popupMenu_ResetZoom=Reajustar el zoom
+ExternalImageAddAction.text=A\u00f1adir imagen externa...
+ExternalImageChangeAction.text=Cambiar imagene externa...
+ExternalImageRemoveAction.text=Quitar imagen externa
+ExtractLinkFromTextAction.text=Hiperenlace desde el texto
+ExtractLinkFromTextAction.tooltip=Fijar el hiperenlace que se ha encontrado en el texto del nodo
+f_button_unassigned=No hay nada que hacer
+FaqOpenURLAction.text=FAQ
+file=Archivo
+file_already_exists=El archivo {0} ya existe. \u00BFQuiere sobrescribirlo?
+file_not_found=No se ha encontrado el archivo {0}
+FileListFlavorHandler=Enlaces a los archivos
+FileProperties_BranchLeafCount=N\u00famero de nodos hoja en la(s) rama(s) seleccionada(s):
+FileProperties_BranchNodeCount=N\u00famero de nodos en la(s) rama(s) seleccionada(s):
+FileProperties_ChangesSinceLastSave=Cambios desde la \u00faltima vez que se guard\u00f3:
+FileProperties_FileName=Nombre del archivo:
+FileProperties_FileSaved=Archivo guardado:
+FileProperties_FileSize=Tama\u00f1o del archivo:
+FileProperties_MainBranchCount=N\u00famero de ramas principales:
+FileProperties_NeverSaved=Nunca guardado
+FileProperties_NodeChildCount=N\u00famero de hijos del nodo(s) seleccionado(s):
+FileProperties_NodeSelectionCount=N\u00famero de nodos seleccionados:
+FileProperties_TotalFilteredCount=N\u00famero de nodos que satisfacen el filtro:
+FileProperties_TotalLeafCount=N\u00famero total de nodos hoja:
+FileProperties_TotalNodeCount=N\u00famero total de nodos:
+FilePropertiesAction.text=Propieda&des...
+FileRevisionsDialog.cancel=&Cancelar
+FileRevisionsDialog.file_last_modified=Fecha y hora
+FileRevisionsDialog.file_name=Archivo
+FileRevisionsDialog.file_size=Bytes
+FileRevisionsDialog.open=&Abrir
+FileRevisionsDialog.open.tooltip=Abrir el archivo incluso si estuviera desfasado
+FileRevisionsDialog.question=Revisiones encontradas para {0}
+FileRevisionsDialog.restore=Rest&urar
+FileRevisionsDialog.restore.tooltip=Reemplarzar {0} por {1}
+FileRevisionsDialog.title=Revisiones del archivo
+filter=Filtro
+filter_add=A\u00F1adir
+filter_and=Y
+filter_any_text=Esencial, detalles o notas
+filter_conditions=Filtros
+filter_contains=Contiene
+filter_created_after=Creado despu\u00e9s de
+filter_created_before=Creado antes de
+filter_delete=Borrar
+filter_details=Detalles
+filter_dialog=Creador de filtros
+filter_does_not_exist=No Existe
+filter_edit_description=Editar Lista de Filtros
+filter_enter_value=Indicar el Valor
+filter_even_level=Nodo de nivel impar
+filter_exist=Existe
+filter_icon=Icono
+filter_is_equal_to=Es igual a
+filter_is_not_equal_to=No es igual a
+filter_leaf=Nodo hoja
+filter_link=Hiperenlace
+filter_match_approximately=&Aproximado
+filter_match_approximately_tooltip=<html>Si se permiten coincidencias aproximadas,<br/>como p.e. al buscar la palabra 'files' se puede aceptar 'flies'.</html>
+filter_match_case=&Caso coincidente
+filter_match_case_tooltip=Si se destaca el caso cuando hay coincidencia.
+filter_modified_after=Modificado despu\u00e9s de
+filter_modified_before=Modificado antes del
+filter_no_filtering=Sin Filtrado
+filter_node=Texto del Nodo
+filter_node_level=Nivel del nodo
+filter_not=No
+filter_note=Nota
+filter_odd_level=Nodo de nivel par
+filter_or=O
+filter_parent=Texto de origen
+filter_periodic_level=Peri\u00f3dico
+filter_priority=Prioridad
+filter_regexp_matches=Coincide con Expresiones regulares
+filter_reminder=Recordatorio
+filter_reminder_after=programado despu\u00e9s
+filter_reminder_before=programado antes
+filter_reminder_executed=ya terminado
+filter_reminder_later=programado m\u00e1s tarde
+filter_root=Nodo ra\u00edz
+filter_script=Filtro de script
+filter_select=Seleccionar
+filter_selected_node_view=Nodos Seleccionados Actualmente
+filter_selected_node_view_snapshot=Selecci\u00f3n guardada
+filter_style=Estilo
+filter_time=Filtro de fecha
+FilterComposerDialog.save=&Guardar
+filters_not_loaded=El filtro no se pudo cargar, el archivo est\u00e1 corrupto
+find_what=Buscar Qu\u00E9
+FindAction.text=Buscar...
+FirstGroupNodeAction.text=Nodo resumen (inicio de grupo)
+fit_map_to_page=Ajustar a una p\u00E1gina
+fit_map_to_page_height=Fijar la altura a una p\u00e1gina
+fit_map_to_page_width=Fijar el ancho a una p\u00e1gina
+FitToPage.text=Acercamiento Todo en Una Pagina
+FitToPage.tooltip=Ajusta el nivel de acercamiento de manera tal que todo el mapa pueda verse en la ventana actual.
+fold=Doblar
+FoldAllAction.text=Doblar Todos
+FoldAllAction.tooltip=<html>Dobla los nodos seleccionados y todos sus hijos.</html>
+FoldOneLevelAction.text=Dobla Un Nivel
+FoldOneLevelAction.tooltip=<html>Dobla un nivel de nodos seleccionados.</html>
+follow_graphical_link=Ir a:
+FollowLinkAction.text=Ir a:
+font=Fuente
+FontFamilyAction.text=Familia de la Fuente
+FontSizeAction.text=Tama\u00F1o de Fuente
+format_invalid_pattern=No es un patr\u00f3n v\u00e1lido
+format_menu_cloud_shapes=Nube
+format_menu_edge_styles=Estilos de Bordes
+format_menu_edge_widths=Anchura Bordes
+format_panel=Formato
+FormatCopy.text=Copiar Formato
+FormatCopy.tooltip=<html>Copia el formato de un nodo.</html>
+FormatPaste.text=Pegar Formato
+FormatPaste.tooltip=<html>Pega el formato de un nodo.</html>
+formats_not_loaded=El archivo est\u00e1 da\u00f1ado, no se pudieron cargar los formatos
+formula.error.attributeValueIsNull=El valor del atributo "{0}" es nulo tras evaluarlo.
+formula.error.circularReference=Referencia circular: la f\u00f3rmula en el nodo "{0}" hace referencia a s\u00ed misma.
+formula.EvaluateAllAction.text=Evaluar todo
+formula.EvaluateAllAction.tooltip=Evaluar todas las f\u00f3rmulas en el mapa actual
+formula.menuname=F\u00f3rmulas
+formula_editor=Editar f\u00f3rmula
+ForwardAction.text=Adelante
+ForwardAction.tooltip=Salta adelante en la cadena de selecci\u00F3n
+FreeNodeAction.text=Nodo colocado libremente (fijar/quitar)
+Freeplane.progress.buildScreen=Construir Pantalla ...
+Freeplane.progress.createController=Crear Controlador ...
+Freeplane.progress.createInitialMode=Crear Modo Inicial ...
+Freeplane.progress.endStartup=Finalizar Inicio.
+Freeplane.progress.gettingPreferenceDirectories=Cargando Preferencias de Directorio ...
+Freeplane.progress.gettingPreferences=Cargando Preferencias ...
+Freeplane.progress.loadMaps=Cargar Mapas ...
+Freeplane.progress.propagateLookAndFeel=Extender Estilo y Apariencia ...
+Freeplane.progress.settingPreferences=Fijar Preferencias ...
+Freeplane.progress.startCreateController=Iniciar Crear Controlador ...
+Freeplane.progress.updateLookAndFeel=Actualizar Estilo y Apariencia ...
+freeplane_reverted=Freeplane_Revertido_
+FreeplaneHelpStarter.text=Ayuda en l\u00ednea...
+FreeplaneHelpStarter.tooltip=Ayuda Ampliada de Freeplane
+GettingStartedAction.text=Primeros pasos
+GotoLinkNodeAction.text=Ir al Enlace
+GotoNodeAction.text=Seleccionar nodo con ID...
+GrabKeyDialog.common.cancel=Cancelar
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Asignado a
+GrabKeyDialog.grab-key.assigned-to.none=Por ahora est\u00e1 sin asignar
+GrabKeyDialog.grab-key.clear=Limpiar
+GrabKeyDialog.grab-key.remove=Borrar
+GrabKeyDialog.grab-key.remove-ask=\u00BFEst\u00E1 seguro que quiere borrar esta combinaci\u00f3n de teclas?
+GrabKeyDialog.grab-key.title=Introducir nueva tecla
+green=Verde
+help=Ayuda
+HideableAction.tooltip=<html>Marca el fondo de cada nodo que se ha modificado.</html>
+HideAllAttributesAction.text=Esconder Todos los Atributos
+HierarchicalIcons2Action.text=Mostrar las intersecciones de los iconos hijos
+HierarchicalIconsAction.text=Mostrar Iconos Jer\u00e1rquicamente
+HierarchicalIconsAction.tooltip=Si uno de los hijos tiene un \u00EDcono, lo mostrar\u00E9 en un formato peque\u00F1o.
+hot_keys=Teclas de acceso r\u00e1pido
+hot_keys_table=Tabla con las teclas de acceso r\u00e1pido
+HotKeyInfoAction.text=Tecla de Referencia
+html_export_based_on_headings=Exportar HTML - Basado en Encabezados
+html_export_fold_all=Exportar HTML - Doblar Todo
+html_export_fold_currently_folded=Exportar HTML - Doblar lo Actualmente Doblado
+html_export_no_folding=Exportar HTML - Sin Doblar
+html_problem=<html>No se puede procesar a html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Adici\u00f3n
+icon_attach=\u00a1Ojo!
+icon_audio=Audio
+icon_back=Atr\u00e1s
+icon_bee=Freeplane
+icon_bell=Recordar
+icon_bookmark=Excelente
+icon_broken-line=Roto
+icon_button_cancel=Mal
+icon_button_ok=Bien
+icon_calendar=Fecha
+icon_checked=Revisado
+icon_clanbomber=Peligroso
+icon_clock=Hora
+icon_clock2=Nota recordatoria
+icon_closed=Prohibido Entrar
+icon_decrypted=Abierto
+icon_desktop_new=No Olvidar
+icon_division=Divisi\u00f3n
+icon_down=Abajo
+icon_edit=Pulir
+icon_encrypted=Encriptado
+icon_executable=Ejecutable
+icon_family=Familia
+icon_fema=Hombre y Mujer
+icon_female1=Mujer1
+icon_female2=Mujer2
+icon_females=Mujeres
+icon_flag=Bandera Roja
+icon_flag-black=Bandera Negra
+icon_flag-blue=Bandera Azul
+icon_flag-green=Bandera Verde
+icon_flag-orange=Bandera Naranja
+icon_flag-pink=Bandera Rosa
+icon_flag-yellow=Bandera Amarilla
+icon_folder=Carpeta
+icon_forward=Adelante
+icon_freemind_butterfly=FreeMind
+icon_full-0=Prioridad 0
+icon_full-1=Prioridad 1
+icon_full-2=Prioridad 2
+icon_full-3=Prioridad 3
+icon_full-4=Prioridad 4
+icon_full-5=Prioridad 5
+icon_full-6=Prioridad 6
+icon_full-7=Prioridad 7
+icon_full-8=Prioridad 8
+icon_full-9=Prioridad 9
+icon_go=Sem\u00e1foro en Verde
+icon_gohome=Inicio
+icon_group=Grupo
+icon_help=Pregunta
+icon_hourglass=Esperando
+icon_icon_not_found=Icono no encontrado
+icon_idea=Idea
+icon_image=Imagen
+icon_info=Informaci\u00f3n
+icon_internet=Internet
+icon_internet_warning=Aviso de Internet
+icon_kaddressbook=Tel\u00E9fono
+icon_kmail=Correo electr\u00f3nico
+icon_knotify=M\u00FAsica
+icon_korn=Buz\u00F3n
+icon_ksmiletris=\u00a1Estoy Feliz!
+icon_launch=Lanzamiento
+icon_licq=Lindo
+icon_list=Lista
+icon_Mail=Correo
+icon_male1=Hombre1
+icon_male2=Hombre2
+icon_males=Hombres
+icon_menu=Iconos
+icon_messagebox_warning=Importante
+icon_mindmap=Mapa conceptual
+icon_multiplication=Multiplicaci\u00f3n
+icon_narrative=Narraci\u00f3n
+icon_negative=Negativo
+icon_neutral=Neutro
+icon_password=Llave
+icon_pencil=Para Pulir
+icon_penguin=Linux
+icon_positive=Positivo
+icon_prepare=Sem\u00e1foro en \u00c1mbar
+icon_revision=Revisi\u00f3n
+icon_smiley-angry=Enfadado
+icon_smiley-neutral=No Importa
+icon_smiley-oh=Sorpresa
+icon_smily_bad=Estoy triste
+icon_stop=Detener
+icon_stop-sign=Stop
+icon_subtraction=Sustracci\u00f3n
+icon_unchecked=Sin revisar
+icon_up=Arriba
+icon_user_icon=Iconos del usuario
+icon_very_negative=Muy negativo
+icon_very_positive=Muy positivo
+icon_video=V\u00eddeo
+icon_wizard=Magia
+icon_xmag=Para Discutir
+icon_yes=Importante
+IconGroupPopupAction.arrows.text=Flechas
+IconGroupPopupAction.docs_folders.text=Documentos y Carpetas
+IconGroupPopupAction.flags.text=Banderas
+IconGroupPopupAction.math.text=Matem\u00e1ticas
+IconGroupPopupAction.media.text=Media
+IconGroupPopupAction.miscellaneous.text=Miscel\u00e1nea
+IconGroupPopupAction.nature.text=Naturaleza
+IconGroupPopupAction.numbers.text=N\u00fameros
+IconGroupPopupAction.office.text=Oficina
+IconGroupPopupAction.people.text=Gente
+IconGroupPopupAction.rating.text=Clasificaci\u00f3n
+IconGroupPopupAction.signs.text=Se\u00f1ales
+IconGroupPopupAction.smiley.text=Smiley
+IconGroupPopupAction.time.text=Hora
+IconGroupPopupAction.user.text=Iconos del usuario
+IconProgressExtended10Action.text=Progreso aumentado 10%
+IconProgressExtended10Action.tooltip=<html>A\u00f1ade una indicaci\u00f3n de que el progreso se ha aumentado un 10% al hacer doble click.<br>Control + doble click izquierdo lo reduce o lo elimina.</html>
+IconProgressExtended25Action.text=Progreso aumentado 25%
+IconProgressExtended25Action.tooltip=<html>A\u00f1ade una indicaci\u00f3n de que el progreso se ha aumentado un 25% al hacer doble click.<br>Control + doble click izquierdo lo reduce o lo elimina.</html>
+IconProgressIconDownAction.text=Bajar progreso
+IconProgressIconDownAction.tooltip=Disminuye/ inserta/ elimina los iconos de progreso (100% -> 75% -> 50% -> 25% -> 0% -> eliminar).
+IconProgressIconUpAction.text=Subir progreso
+IconProgressIconUpAction.tooltip=incrementa/ inserta los iconos de progreso (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Elimina progreso
+IconProgressRemoveAction.tooltip=Elimina los iconos de progreso e iconos extendidos de progreso
+IconSelectionPlugin.text=Seleccionar Icono...
+IconSelectionPlugin.tooltip=<html>Aqu\u00ED puede seleccionar un icono utilizando una subventana.</html>
+image_covertLink=Convertir enlace a imagen
+ImageFlavorHandler=Imagen (utilizar un archivo separado)
+import=Importar
+import_linked_branch_no_link=El nodo seleccionado no tiene enlaces que importar.
+ImportAction.text=Importar
+ImportBranchAction.text=Rama...
+ImportExplorerFavoritesAction.text=Favoritos del Explorer...
+ImportFolderStructureAction.text=Estructura de Carpetas...
+ImportLinkedBranchAction.text=Rama Enlazada
+ImportLinkedBranchWithoutRootAction.text=(Rama Enlazada) Sin Ra\u00EDz...
+ImportMindmanagerFiles.text=Mapa MindManager X5 ...
+increase_branch_font_size=Agrandar Fuente
+IncreaseNodeFontAction.text=Agrandar Fuente
+internal_error_tooltip=Errores internos. Consulte el \u00faltimo log en {0} para m\u00e1s informaci\u00f3n.
+invalid_export_file=Nombre para exportar el archivo no v\u00e1lido
+invalid_file_msg=No se ha podido encontrar archivo para {0}
+invalid_uri=URL Incorrecta {0}
+invalid_url=No se pudo crear una URL v\u00e1lida
+invalid_url_msg=No se pudo crear una URL v\u00e1lida para {0}
+ItalicAction.text=Cursiva
+italicise_branch=Poner en Cursiva
+java_version=Versi\u00f3n de Java: {0}
+JoinNodesAction.text=Unir Nodos
+LatexDeleteLatexAction.text=Quitar f\u00f3rmula LaTe&X
+LatexEditLatexAction.text=Editar f\u00f3rmula &LaTeX
+LatexInsertLatexAction.text=A\u00f1adir f\u00f3rmula &LaTeX
+less_than_two_selected_nodes=Tiene que seleccionar al menos dos nodos para poder crear enlaces.
+license=Licencia
+license_text=<html>Este programa es software libre; puede redistribuirlo y/o<br>modificarlo bajos los t\u00e9rminos de la Licencia P\u00fablica General GNU<br>como ha sido publicada por la Free Software Foundation; tanto la versi\u00f3n 2<br>de la licencia, o (a su elecci\u00f3n) cualquier versi\u00f3n posterior.<br><br>Este programa se distribuye con la esperanza de que sea \u00fatil,<br>pero SIN NINGUNA GARANT\u00cdA; incluso sin la garant\u00eda impl\u00edcita para su<br>COMERCIALIZACI\u00d3N O IDONEIDAD PARA USO PARTICULAR.  Lea la<br>Licencia P\u00fablica General GNU para m\u00e1s detalles.<br><br>Deber\u00eda haber recibido una copia de la Licencia P\u00fablica General GNU<br>con este programa; si no es as\u00ed, escriba a la Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Enlace incorrecto, "{0}" no se carg\u00f3
+link_not_available_any_more=El enlace ya no es correcto. El nodo fue borrado.
+link_not_found=Enlace {0} no encontrado.
+load=&Cargar
+load_accelerator_presets=Cargar
+LoadAcceleratorPresetsAction.textPatterns.text=Patrones para el texto
+locking_failed_by_open=Fallo al intentar bloquear el mapa {0}. Se abre como S\u00f3lo Lectura.
+locking_failed_by_save_as=Fallo al intentar bloquear el mapa {0}. La acci\u00f3n de Guardar como se cancel\u00f3.
+locking_old_lock_removed=El mapa {0} fu\u00E9 bloqueado por el usuario {1}. Se ha quitado ya que es de hace mucho tiempo.
+long_node_changed_cancel=Ha cambiado el nodo. \u00BFQuiere ignorar los cambios?*
+long_node_changed_submit=Ha cambiado el Nodo. \u00BFDesea salvar los cambios?*
+lots_of_links_warning=Vas a crear muchos enlaces apuntando al mismo nodo.  \u00bfEst\u00e1 seguro que quiere hacerlo?
+main_resource_directory=Fuentes de Instalaci\u00f3n: {0}
+MainView.errorUpdateText=Error al fijar el texto para la siguiente entrada: {0}. El error fue: {1}
+MakeLinkFromAnchorAction.text=Crear enlace de una etiqueta de ancla
+MakeLinkFromAnchorAction.tooltip=<html>crear un enlace global o local del<br/>nodo con etiqueta de ancla al nodo seleccionado</html>
+MakeLinkToAnchorAction.text=Convertir enlace a etiqueta de ancla
+MakeLinkToAnchorAction.tooltip=<html>crear un enlace global o local del<br/>nodo seleccionado al nodo con etiqueta de ancla</html>
+ManageAddOnsAction.text=Complementos
+ManageAddOnsDialog.activate=Activar
+ManageAddOnsDialog.activation.success={0} se activar\u00e1 tras reiniciar.
+ManageAddOnsDialog.authored.by=por {0}.
+ManageAddOnsDialog.cannot.activate=No se puede activar: {0} ya est\u00e1 activo.
+ManageAddOnsDialog.cannot.configure=No se puede configurar {0}.
+ManageAddOnsDialog.cannot.deactivate=No se puede desactivar: {0} no est\u00e1 activado.
+ManageAddOnsDialog.cannot.deinstall=No se puede desintalar {0}.
+ManageAddOnsDialog.configure=Configurar
+ManageAddOnsDialog.deactivate=Desactivar
+ManageAddOnsDialog.deactivation.success={0} se desactivar\u00e1 tras reiniciar.
+ManageAddOnsDialog.deinstall=Desintalar
+ManageAddOnsDialog.deinstallation.success={0} se desintalar\u00e1 tras reiniciar.
+ManageAddOnsDialog.error=Error en la instalaci\u00f3n: {0}.
+ManageAddOnsDialog.install=&Instalar
+ManageAddOnsDialog.install.from.known.location=Instalar complemento de un origen conocido
+ManageAddOnsDialog.install.tooltip=Poner aqu\u00ed la URL del archivo de instalaci\u00f3n de un complemento
+ManageAddOnsDialog.map.not.opened=Parece que el mapa {0} no est\u00e1 abierto.
+ManageAddOnsDialog.really.deinstall=\u00bfDe verdad quiere desintalar {0}?
+ManageAddOnsDialog.search=Buscar complementos
+ManageAddOnsDialog.search.file=Buscar
+ManageAddOnsDialog.select.tooltip=Seleccionar archivo
+ManageAddOnsDialog.status.downloading=Descargando archivo...
+ManageAddOnsDialog.status.installing=Instalando complemento
+ManageAddOnsDialog.status.success=Se ha instalado correctamente {0}.
+ManageAddOnsDialog.tab.install=Buscar e instalar
+ManageAddOnsDialog.tab.install.tooltip=Buscar e instalar nuevos complementos
+ManageAddOnsDialog.tab.manage=Complementos
+ManageAddOnsDialog.tab.manage.themes=Temas
+ManageAddOnsDialog.tab.manage.themes.tooltip=Gestionar temas instalados
+ManageAddOnsDialog.tab.manage.tooltip=Gestionar complementos instalados
+ManageAddOnsDialog.visit.addon.page=Visitar la p\u00e1gina de complementos...
+ManageConditionalStylesAction.text=Gestionar los estilos condicionales
+ManageNodeConditionalStylesAction.text=Gestionar los estilos condicionales del nodo
+map_already_exists=El mapa ya existe. \u00BFQuiere sobrescribirlo?
+map_corrupted=Mapa corrupto. \u00BFQuiere ver los detalles?
+map_load_error=No se pudo cargar el mapa {0}
+map_locked_by_open=El mapa {0} lo est\u00E1 editando el usuario {1}. Abri\u00e9ndolo como S\u00f3lo Lectura.
+map_locked_by_save_as=El mapa {0} lo est\u00e1 editando el usuario {1}. La acci\u00F3n Guardar Como se cancel\u00f3.
+map_not_saved=El mapa no se ha guard\u00f3do antes.
+MapBackgroundColorAction.text=Fondo del Mapa
+MaxNodeWidth.text=Fijar el ancho m\u00e1ximo del nodo
+menu_applyStyle=Aplicar estilo
+menu_attributes=Atributos
+menu_clouds=Nubes
+menu_copy=Copiar
+menu_coreFormat=Nodo central
+menu_details=Contenido (detalles)
+menu_displayAttributes=Atributos del nodo
+menu_encryption=Protecci\u00f3n con contrase\u00f1as
+menu_error=Error en la estructura del men\u00fa definido por el usuario {0}:\n{1}\nAbortando
+menu_extensions=Extensiones del nodo
+menu_extras=Herramientas
+menu_file_import=Importar
+menu_filter=Filtro
+menu_format=Formato
+menu_group=Grupo del nodo
+menu_hoverView=Ayuda sobre herramientas
+menu_iconByCategory=Icono por categor\u00eda...
+menu_iconView=Iconos
+menu_image=Imagen
+menu_insert=Insertar
+menu_latex_formula=F\u00f3rmula LaTeX
+menu_links=Enlaces
+menu_manageStyles=&Gestionar estilos
+menu_moveNode=Mover y organizar
+menu_navigate=&Navegar
+menu_newNode=Nuevo nodo
+menu_node=Nodo
+menu_node_features=Caracter\u00edsticas del nodo
+menu_nodes=&Nodos
+menu_nodeView=Nodo central
+menu_notes=Notas
+menu_noteView=Notas
+menu_progress=Progreso
+menu_remove_icons=Quitar iconos
+menu_removeAttribute=Quitar atributo
+menu_select=Seleccionar
+menu_time=Gesti\u00f3n del tiempo
+menu_title=Nodo central
+menu_toolbars=Barras de herramientas
+menu_view=Ver
+menu_viewmode=Ver configuraci\u00f3n
+MenuUtils.invalid_menuitem={0} no es un elemento del men\u00fa v\u00e1lido.
+mindmap=Mapa
+MindMapNodesFlavorHandler=Jerarqu\u00eda de los nodos
+mindmaps=Mapas
+mindmaps_desc=Mapas (*.mm)
+mindmaps_filter_desc=Filtros (*.mmfilter)
+MinNodeWidth.text=Fijar el ancho m\u00ednimo del nodo
+mode_Browse=Modo de Navegaci\u00f3n
+mode_File=Modo de Archivo
+mode_MindMap=Modo de Mapa Conceptual
+mode_na=Modo no disponible
+mode_status=Cambio a Modo {0}
+mode_title=Freeplane - Modo {0}
+modes=Modos
+ModesMenuAction.Browse.text=Navegador de Mapas
+ModesMenuAction.File.text=Gestor de Archivos
+ModesMenuAction.MindMap.text=Editor de Mapa Conceptual
+most_recent_files=Archivos M\u00E1s Recientes
+MoveToRootAction.text=Mover a Ra\u00EDz
+NameConditionAction.text=Nombrar
+NavigationNextMapAction.text=Siguiente Mapa
+NavigationPreviousMapAction.text=Mapa Previo
+new=Nuevo
+new_map_from_user_templates.text=Nuevo mapa usando plantilla...
+new_mindmap=Nuevo Mapa
+new_node=Nuevo Nodo
+new_node_as_sibling_not_possible_for_the_root=No es posible un Nuevo Nodo Hermano en la Ra\u00EDz
+new_version_available=Hay una nueva versi\u00f3n disponible ''{0}''
+NewChildAction.text=Nuevo Nodo Hijo
+NewerFileRevisionsFoundDialog.cancel=Saltar
+NewerFileRevisionsFoundDialog.cancel.tooltip=No abrir este archivo
+NewerFileRevisionsFoundDialog.file_last_modified=Sello de hora
+NewerFileRevisionsFoundDialog.file_name=Archivo
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=Abrir
+NewerFileRevisionsFoundDialog.open.tooltip=Abrir el archivo aunque no sea el m\u00e1s reciente
+NewerFileRevisionsFoundDialog.question=\u00a1Encontrada versi\u00f3n m\u00e1s reciente para {0}! \u00bfDesea abrirla {0} (mire la primera l\u00ednea) no obstante? Para reemplazar {0} por un archivo guardado automaticamente de la lista, debe seleccionarlo y pulsar en ''Restaurar''.
+NewerFileRevisionsFoundDialog.restore=Restaurar
+NewerFileRevisionsFoundDialog.restore.tooltip=Cambiar {0} por {1}
+NewerFileRevisionsFoundDialog.title=\u00a1Se han encontrado versiones m\u00e1s recientes!
+NewFreeNodeAction.text=Nuevo nodo libre
+NewLevelStyleAction.text=A\u00f1adir automaticamente el dise\u00f1o del estilo de nivel
+newmap.install.addon.question={0} parece que es un complemento\n\u00bfDesea instalarlo?\n(Seleccione "No" para abrirlo normalmente.)
+newmap.install.addon.title=\u00bfInstalar el complemento?
+NewMapAction.text=&Nuevo mapa
+NewMapViewAction.text=Nueva Vista de Mapa
+NewParentNode.text=Nuevo Nodo Principal
+NewParentNode.tooltip=<html>Todos los seleccionados son enviados a un nuevo nodo Principal.</html>
+NewPreviousSiblingAction.text=Nuevo Nodo Previo Hermano
+NewSiblingAction.text=Nuevo Nodo Hermano
+NewSummaryAction.text=Nuevo nodo principal (nodos seleccionados)
+NewUserStyleAction.text=Nuevo estilo a partir de la selecci\u00f3n
+NextNodeAction.BACK.text=Nodo Previo
+NextNodeAction.BACK_N_FOLD.text=Nodo Previo (plegado)
+NextNodeAction.FORWARD.text=Siguiente nodo
+NextNodeAction.FORWARD_N_FOLD.text=Siguiente nodo (plegado)
+NextPresentationItemAction.text=Desplegar el siguiente elemento de la presentaci\u00f3n
+no=No
+no_copy_attributes_before_paste_attributes=No puede pegar atributos si antes no ha copiado alguno.
+NO_FORMAT=Texto
+no_format_copy_before_format_paste=No puede pegar un formato a menos que haya copiado uno.
+no_found_from=No "{0}" encontrado en "{1}".
+no_more_found_from=No m\u00e1s "{0}" encontrado en "{1}".
+no_previous_find=No se encontr\u00f3 ninguno Anterior.
+no_styles_found_in_map=No se han encontrado estilos en el mapa
+node=Nodo
+node_changed_discard_changes=Ha cambiado el nodo. \u00BFQuiere ignorar los cambios?*
+node_is_write_protected=El nodo escogido est\u00e1 protegido contra escritura
+node_location_help=Arrastrando se cambia el nodo de sitio, ctrl+arrartre cambia las distancias, doble click y ctrl+doble click lo deshacen.
+node_selector=Selecci\u00f3n de nodo
+node_selector_message=Doble click para seleccionar el nodo
+node_styles=Estilos del nodo
+NodeBackgroundColorAction.text=Color de Fondo del Nodo...
+NodeColorAction.text=Color del Nodo...
+NodeColorBlendAction.text=Mezclar Color
+NodeDownAction.text=Bajar Nodo
+NodeExtensions.EditNodeExtensions=Editar las extensiones del nodo
+NodeExtensions.RemoveNodeExtensions=Quitar las extensiones del nodo
+NodeListAction.text=Buscar y Reemplazar ...
+NodeListAction.tooltip=Muestra todos los nodos como una lista de b\u00FAsqueda con propiedades de filtro.
+NodeShapeAction.bubble.text=Burbuja
+NodeShapeAction.fork.text=Bifurcaci\u00F3n
+NodeUpAction.text=Subir Nodo
+NodeWidthAction.text=Fijar el ancho del nodo
+nonboldify_branch=Sin negrita
+nonitalicise_branch=Sin cursiva
+normal=Normal
+not_saved_for_image_error=El mapa se debe guardar antes de que pueda escoger una imagen con el selector de archivos
+not_saved_for_link_error=El Mapa debe ser guardado antes de establecer un enlace con el selector de archivos
+note_window_location=Posici\u00f3n de la Nota
+ok=De Acuerdo
+OKAction.text=De Acuerdo
+OnlineReference.text=Documentaci\u00f3n de Mapas conceptuales en l\u00ednea
+open_asMindMap=Mapa conceptual
+OpenAction.text=Abrir...
+OpenFreeplaneSiteAction.text=P\u00e1gina Web de Freeplane
+OpenPathAction.text=Abrir Archivo
+OpenURLMapAction.text=Abrir mapa desde una URL...
+OpenUserDirAction.text=Abrir el directorio del usuario
+option_changes_may_require_restart=Para ver los efectos de las propiedades cambiadas, probablemente deber\u00E1 reiniciar Freeplane.
+OptionalDontShowMeAgainDialog.cancel=No
+OptionalDontShowMeAgainDialog.dontShowAgain=No preguntar otra vez
+OptionalDontShowMeAgainDialog.ok=S\u00ED
+OptionalDontShowMeAgainDialog.rememberMyDescision=Recordar decisi\u00F3n
+OptionPanel.absolute=Absoluto
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Patrones autom\u00E1ticos de distribuci\u00F3n
+OptionPanel.ADD_CHILD=A\u00f1adir nodo hijo
+OptionPanel.ADD_SIBLING=A\u00f1adir nodo hermano
+OptionPanel.addons=Complementos
+OptionPanel.always_fold_all_after_load=Plegar todo
+OptionPanel.always_load_last_maps=Cargar el \u00faltimo mapa y los nuevos
+OptionPanel.always_load_last_maps.tooltip=Abrir los \u00faltimos archivos fijados por las opciones de arriba, incluso abrir FreePlane con un mapa en concreto.
+OptionPanel.always_save_folding=Siempre
+OptionPanel.always_save_folding_state=Siempre guardar los cambios que hay en los plegamientos
+OptionPanel.always_save_folding_state.tooltip=Si se marca, cada plegado ensuciar\u00e1 el mapa y le recordar\u00e1 que debe guardarlo.
+OptionPanel.always_unfold_all_after_load=Desplegar todo
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Determina la calidad del mapa. M\u00E1s antialias necesita m\u00E1s tiempo.</html>
+OptionPanel.antialias_all=Alisar Todo
+OptionPanel.antialias_edges=Alisar Bordes
+OptionPanel.antialias_none=Sin Alisar
+OptionPanel.Appearance=Apariencia
+OptionPanel.apply_system_screen_resolution=Aplicar la resoluci\u00f3n de pantalla por defecto del sistema
+OptionPanel.approximate_search_threshold=L\u00edmite para la coincidencia aproximada
+OptionPanel.approximate_search_threshold.tooltip=<html>L\u00edmite para la coincidencia aproximada<br/><font size="2">mire http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(cuanto m\u00e1s alto, menos variaciones<br/>se encontrar\u00e1n del t\u00e9rmino de b\u00fasqueda)</html>
+OptionPanel.ar=Ar / \u00c1rabe
+OptionPanel.ARC=Arco
+OptionPanel.as_parent=Como el principal
+OptionPanel.ask=Pregunta
+OptionPanel.automatic=Autom\u00E1tico
+OptionPanel.automaticFormat_level=Estilos autom\u00E1ticos de disposici\u00F3n
+OptionPanel.automaticFormat_level1=Formato del Nodo Ra\u00edz
+OptionPanel.automaticFormat_level2=Formato de Nodos de Nivel 1.
+OptionPanel.backup_file_number=N\u00famero de copias de seguridad que se conservar\u00e1n
+OptionPanel.Behaviour=Comportamiento
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Burbuja
+OptionPanel.ca=Catal\u00e1n, Valenciano / Catal\u00e1
+OptionPanel.Cancel=Cancelar
+OptionPanel.center_selected_node=Centrar los nodos seleccionados
+OptionPanel.check_updates_automatically=Buscar actualizaciones al iniciar el programa
+OptionPanel.childpattern=Patr\u00F3n de Hijos
+OptionPanel.childpattern.tooltip=El patr\u00F3n seleccionado se aplica a todos los hijos.
+OptionPanel.clear_all_setters=Cambiar todos
+OptionPanel.clear_all_setters.tooltip=Activa o desactiva todas las indicaciones de cambio
+OptionPanel.cloud=Nube
+OptionPanel.cloudcolor=Color de la Nube
+OptionPanel.cloudshape=Forma de la Nube
+OptionPanel.combined=Combinado
+OptionPanel.compare_as_number=Comparar como n\u00fameros
+OptionPanel.convert_to_current_version=<html>\u00bfConvertir autom\u00e1ticamente mapas de versiones anteriores <br>de Freeplane a la versi\u00f3n actual?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>S\u00f3lo mapas muy grandes que no requieren conversi\u00f3n <br>(consejo de experto) se pueden abrir sin conversi\u00f3n previa.</html>
+OptionPanel.cs=Cs / Checo
+OptionPanel.cut_nodes_without_question=\u00bfCortar los nodos sin confirmaci\u00f3n?
+OptionPanel.cut_nodes_without_question.tooltip=Si esta casilla est\u00e1 marcada, los nodos se cortan sin pedir confirmaci\u00f3n. Puede causar perdida de informaci\u00f3n si se marca por un casual.
+OptionPanel.da=Dk / Dan\u00e9s
+OptionPanel.date_format=Formaro de fecha est\u00e1ndar
+OptionPanel.date_format.tooltip=Cualquiera de SHORT, MEDIUM, LONG o FULL o un patr\u00f3n como "MM/dd/yyyy"
+OptionPanel.datetime_format=Formato de fecha-hora est\u00e1ndar
+OptionPanel.datetime_format.tooltip=Cualquier <datestyle>,<timestyle> (con SHORT, MEDIUM, LONG o FULL como estilo) o un patr\u00f3n completo como "M/d/yyyy hh:mm"
+OptionPanel.de=De / Alem\u00e1n
+OptionPanel.default=Por Defecto
+OptionPanel.default_attribute_key_column_width=Ancho est\u00e1ndar del atributo clave
+OptionPanel.default_attribute_value_column_width=Valor por defecto para el ancho
+OptionPanel.default_browser_command_mac=Navegador por defecto. Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> y MAC: (gracias a to Nick!)</html>
+OptionPanel.default_browser_command_other_os=Navegador por defecto. Otros SO
+OptionPanel.default_browser_command_other_os.tooltip=<html> Esto es t\u00EDpicamente Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Navegador por defecto. Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Para Windows (los "" signos son necesarios debido a los enlaces, que tienen "=" en su URL).</html>
+OptionPanel.default_browser_command_windows_nt=Navegador por defecto. Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Para Windows (los "" signos son necesarios debido a los enlaces, que tienen "=" en su URL).</html>
+OptionPanel.default_charset=Juego de Caracteres
+OptionPanel.Defaults=Por Defecto
+OptionPanel.delete_automatic_saves_at_exit=Borrar Salvados Autom\u00E1ticos al Salir
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Si los ficheros deben ser borrados autom\u00E1ticamente en un apagado normal de Freeplane, fijar la siguiente variable a 'true'</html>
+OptionPanel.delete_nodes_without_question=\u00BFBorrar nodo sin confirmaci\u00F3n?
+OptionPanel.delete_nodes_without_question.tooltip=Si esta check box se activa los nodos ser\u00E1n borrados sin confirmaci\u00F3n. Esto puede causar p\u00E9rdida de informaci\u00F3n si se presiona sin intenci\u00F3n.
+OptionPanel.disable_cursor_move_paper=Desactivar Papel de Movimiento de Cursor
+OptionPanel.disable_cursor_move_paper.tooltip=<html>No mostrar 'mover' cursor durante arrastre de papel</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Mostrar el editor para todos los nodos nuevos
+OptionPanel.display_node_id=Mostrar la Identidad del nodo
+OptionPanel.edgecolor=Color del Borde
+OptionPanel.edgecolor.tooltip=Propiedad del borde del nodo padre (se aplica tambi\u00E9n a todos los nodos hijos)
+OptionPanel.edgestyle=Estilo del borde
+OptionPanel.edgestyle.tooltip=Propiedad del borde del nodo padre (se aplica tambi\u00E9n a todos los nodos hijos)
+OptionPanel.edgewidth=Anchura del borde
+OptionPanel.edgewidth.tooltip=Propiedad del borde del nodo padre (se aplica tambi\u00E9n a todos los nodos hijos)
+OptionPanel.EDIT_CURRENT=Sobreescribir contenido
+OptionPanel.edit_on_double_click=Editar al hacer doble click
+OptionPanel.editor_extra_width=Paso muy ancho
+OptionPanel.editor_extra_width.tooltip=<html>Determina el n\u00famero de pixels para incrementar la anchura de un nodo si el texto supera la anchura actual.</html>
+OptionPanel.el=El / Griego
+OptionPanel.el__buttons_above=Botones en la parte superior
+OptionPanel.el__enter_confirms_by_default=Intro, Por Defecto Confirma
+OptionPanel.el__max_default_window_height=Altura Max de Ventana por Defecto
+OptionPanel.el__max_default_window_width=Anchura Max. de Ventana por Defecto
+OptionPanel.el__min_default_window_height=Altura M\u00EDn de Ventana por Defecto
+OptionPanel.el__min_default_window_width=Anchura M\u00EDnima de Ventana por Defecto
+OptionPanel.el__position_window_below_node=Situar Ventana Debajo del Nodo
+OptionPanel.en=En / Ingl\u00e9s
+OptionPanel.Environment=Entorno
+OptionPanel.es=Es / Espa\u00f1ol
+OptionPanel.et=Et / Estonio
+OptionPanel.execute_scripts_without_asking=\u00bfQuiere que los scripts se ejecuten sin pedir confirmaci\u00f3n?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Los scripts de Freeplane son capaces de realizar cualquier acto en su ordenador. <br>Por tanto, no deber\u00eda ejecutar aquellos de lo que no est\u00e9 seguro de su uso. </html>
+OptionPanel.execute_scripts_without_exec_restriction=Permitir Ejecutar otras Aplicaciones (No recomendable)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Si su script necesita ejecutar alguna otra aplicaci\u00f3n (como un navegador) sin pedir confirmaci\u00f3n (!),<br> debe activar esta opci\u00f3n. <br>\u00a1\u00dasela con cuidado porque scripts da\u00f1inos pueden estropear su ordenador!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Permitir operar con Archivos (No recomendable)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Si su script necesita trabajar con ficheros (abrir, cerrar, leer, escribir, borrar(!)), <br>debe activar esta opci\u00f3n. <br>\u00a1\u00dasela con cuidado porque scripts da\u00f1inos pueden estropear su ordenador!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Permitir trabajos en Red (No recomendable)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Si su script necesita trabajar en Red, <br> active esta opci\u00f3n. <br>\u00a1\u00dasela con cuidado porque scripts da\u00f1inos pueden revelar contenidos de su ordenador!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Permitir escribir en los archivos (NO recomendada)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>Si su script necesita permisos de escritura a los archivos (escribir, \u00a1borrar!),<br>debe activar esta opci\u00f3n. <br>Se suele utilizar con permisos de lectura.<br>Pero \u00fasela con cuidado ya que !scripts maliciosos pueden da\u00f1ar su ordenador!</body></html>
+OptionPanel.experimental_file_locking_on=Bloqueo de Ficheros Experimental
+OptionPanel.experimental_file_locking_on.tooltip=<html> Caracter\u00EDstica Experimental </html>
+OptionPanel.export_icons_in_html=Exportar Iconos en Html
+OptionPanel.export_icons_in_html.tooltip=<html> Indica si el HTML exportado de Freeplane deber\u00EDa contener iconos. El problema con iconos es que bastante amenudo los enlaces a iconos no pueden ser encontrados en el HTML exportado.</html>
+OptionPanel.Files=Archivos
+OptionPanel.first=Primero
+OptionPanel.fold_on_click_inside=Plegar al hacer click dentro
+OptionPanel.foldingsymbolwidth=Anchura del S\u00edmbolo de Plegado
+OptionPanel.foldingsymbolwidth.tooltip=<html>Anchura del c\u00edrculo que indica el plegado</html>
+OptionPanel.fork=Bifurcaci\u00F3n
+OptionPanel.format_locale=Idioma para los formatos
+OptionPanel.format_locale.tooltip=Ajustes de idioma para formateo y an\u00e1lisis de los datos
+OptionPanel.formula_disable_caching=Desactivad el cach\u00e9 para la evaluaci\u00f3n de f\u00f3rmulas
+OptionPanel.formula_disable_plugin=Desactivar la evaluaci\u00f3n de f\u00f3rmulas
+OptionPanel.fr=Fr / Franc\u00e9s
+OptionPanel.gl=Gl / Gallego
+OptionPanel.goto_note_end_on_edit=Situar el cursor al final
+OptionPanel.grid_size=Tama\u00f1o del espacio de la cuadr\u00edcula
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Ocultar el borde
+OptionPanel.highlight_formulas=Destacar f\u00f3rmulas
+OptionPanel.horizontal=Horizontal
+OptionPanel.hr=Hr / Croata
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Basado en las Cabeceras
+OptionPanel.html_export_fold_all=Plegar Todos
+OptionPanel.html_export_fold_currently_folded=Plegar los Actualmente Plegados
+OptionPanel.html_export_folding=Carpeta de Exportaci\u00F3n Html
+OptionPanel.html_export_no_folding=Sin Plegar
+OptionPanel.hu=Hu / H\u00fangaro
+OptionPanel.ic_disable=Desactivar
+OptionPanel.ic_file=Uso de disco
+OptionPanel.ic_ram=En la memoria RAM
+OptionPanel.icon=Icono
+OptionPanel.icon.tooltip=Si se aplica, el nodo tendr\u00E1 exactamente este icono.
+OptionPanel.icons.list=Listado de los Iconos est\u00e1ndares mostrados
+OptionPanel.icons.list.tooltip=Aqu\u00ed puede ordenar o quitar los iconos por defecto. Los iconos deben separarse por un ';'.
+OptionPanel.id=Id / Indonesio
+OptionPanel.IGNORE=Hacer nada
+OptionPanel.il__enter_confirms_by_default=Por defecto, la tecla Intro sirve para confirmar
+OptionPanel.image_cache=para im\u00e1genes
+OptionPanel.it=It / Italiano
+OptionPanel.ja=Ja / Japon\u00e9s
+OptionPanel.key_type_action=Al escribir
+OptionPanel.Keystrokes=Atajos y combinaciones del teclado
+OptionPanel.ko=Kr / Coreano
+OptionPanel.label_font_family=Familia de la Fuente
+OptionPanel.label_font_size=Tama\u00F1o de Fuente
+OptionPanel.language=Idioma
+OptionPanel.language.tooltip=<html>Este es el diioma que deber\u00EDa ser usado en el programa. 'autom\u00E1tico' intenta cargar el lenguaje actual del usuario. </html>
+OptionPanel.last=\u00DAltimo
+OptionPanel.last_opened_list_length=Longitud del Listado de \u00daltimos Archivos Abiertos
+OptionPanel.layout_map_on_text_change=Apariencia del mapa durante la edici\u00f3n
+OptionPanel.layout_map_on_text_change.tooltip=Desactivar para mejorar el rendimiento
+OptionPanel.linear=Lineal
+OptionPanel.links=Enlaces
+OptionPanel.links.tooltip=<html>Fijar los Enlaces o bier relativos o bien absolutos </html>
+OptionPanel.load_folding=Cargar
+OptionPanel.load_folding_from_map_default_fold_all=Cargar del mapa o plegar todo
+OptionPanel.load_folding_from_map_default_unfold_all=Cargar del mapa o desplegar todo
+OptionPanel.load_last_map=Abrir autom\u00E1ticamente el \u00FAltimo mapa
+OptionPanel.load_last_map.tooltip=<html>Si est\u00e1 marcado, cuando Freeplane se inicia, carga el \u00FAltimo mapa abierto</html>
+OptionPanel.load_last_maps=Cargar todos los \u00faltimos mapas
+OptionPanel.lookandfeel=Estilo y Apariencia (L&F)
+OptionPanel.lookandfeel.tooltip=<html> El Estilo y Apariencia (L&F) que se utilizar\u00e1. Est\u00E1n soportados \u201Cmetal\u201D, 'windows', 'motif', \u201Cgtk\u201D, \u201Cmac\u201D est\u00E1 disponible solamente en MacOS. Por defecto significa que se usa el look and feel por defecto. Si desea utilizar su propio L&F, incorporar por favor el nombre de la clase aqu\u00ED y asegurase que los archivos jar correspondientes est\u00E1n cargados. Si hay problemas con el L&F, entonces aqu\u00ED elegir  'nada' . Funciona con los applets </html>
+OptionPanel.lt=Lt / Lituano
+OptionPanel.max_displayed_node_count=N\u00famero m\u00e1ximo de nodos mostrados
+OptionPanel.max_image_width=M\u00e1ximo inicial del ancho de la imagen
+OptionPanel.max_image_width.tooltip=Las im\u00e1genes se reducen para ajustarlas al ancho
+OptionPanel.max_menu_item_count=N\u00famero m\u00e1ximo de elementos del men\u00fa
+OptionPanel.max_menu_item_count.tooltip=N\u00famero m\u00e1ximo de elementos dentro de un submen\u00fa, al menos 10
+OptionPanel.max_node_width=Anchura M\u00E1xima de Nodo
+OptionPanel.max_shortened_text_length=M\u00e1xima longitud del nodo abreviado
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=Ancho m\u00ednimo del nodo
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb / Noruego
+OptionPanel.never_save_folding=Nunca
+OptionPanel.nl=Nl / Holand\u00e9s
+OptionPanel.nn=Nn / Noruego
+OptionPanel.nodebackgroundcolor=Color de Fondo del nodo
+OptionPanel.nodebackgroundcolor.tooltip=El fondo del nodo cuando no est\u00e1 seleccionado.
+OptionPanel.nodecolor=Color del Nodo
+OptionPanel.nodecolor.tooltip=El color de primer plano cuando el nodo no est\u00e1 seleccionado.
+OptionPanel.nodefontbold=Fuente Negrita
+OptionPanel.nodefonthyperlink=Hiperenlace
+OptionPanel.nodefontitalic=Fuente Cursiva
+OptionPanel.nodefontname=Fuente del Nodo
+OptionPanel.nodefontsize=Fuente del Nodo
+OptionPanel.nodeformat=Formato
+OptionPanel.nodeformat.tooltip=<html>Reemplazo y/o formateo del texto:<ul><li><em>Expansi\u00f3n de plantilla</em> (<tt>%s</tt> es el texto original), e.g. <tt>PRECAUCI\u00d3N: %s</tt><li><em>Formato de fechas y n\u00fameros</em> - ver los ejemplos en la caja de selecci\u00f3n</ul></html>
+OptionPanel.nodenumbering=Numeraci\u00f3n del nodo
+OptionPanel.nodenumbering.tooltip=A\u00f1adir n\u00famero de serie (p.e. 1.3.1) al texto del nodo.
+OptionPanel.nodeshape=Estilo del Nodo
+OptionPanel.nodeshape.tooltip=<html>El estilo indica la forma exterior del nodo. <br>Posibles valores:<br><table border="1"><tr><td>elecci\u00f3n: </td><td> sin caja alrededor,</td></tr><tr><td>burbuja: </td><td> nodo con un rect\u00e1ngulo alrededor,</td></tr><tr><td>Como el de orden superior: </td><td> tendr\u00e1 el mismo estilo que el nodo superior a \u00e9l <br>o el estilo predefinido para el nodo ra\u00edz,</td></tr><tr><td>Combinado: </td><td> Burbuja cuando el nodo est\u00e1 plegado, en cualquier otro caso seg\u00fan la elecci\u00f3n.</td></tr></table></html>
+OptionPanel.nodetext=Texto del Nodo
+OptionPanel.nodetext.tooltip=Aqu\u00ed puede definir c\u00f3mo ser\u00e1 el texto del nodo. El texto que tenga se borrar\u00e1 una vez que se aplique este patr\u00f3n.
+OptionPanel.nothing=Nada
+OptionPanel.number_format=Formato de n\u00famero est\u00e1ndar
+OptionPanel.number_format.tooltip=Patr\u00f3n que contiene '#' para n\u00fameros opcionales o '0' para n\u00fameros obligatorios. Ejemplos:  "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=N\u00famero de archivos distintos para que se guarden autom\u00e1ticamente
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> n\u00FAmero n de diferentes ficheros en los que almacenar los mapas.  El primer salvado autom\u00E1tico se hace en el primer fichero, y de esta manera hasta el salvado n+1 que de forma c\u00EDclica se almacena en el primer fichero</html>
+OptionPanel.OK=Guardar
+OptionPanel.org.freeplane.plugin.bugreport=Norma
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Siempre enviar
+OptionPanel.org.freeplane.plugin.bugreport.ask=Mostrar el di\u00e1logo para el informe
+OptionPanel.org.freeplane.plugin.bugreport.denied=Nunca enviar
+OptionPanel.org.freeplane.plugin.bugreport.userid=Identificador opcional para enviar
+OptionPanel.outline_hgap=Distancia horizontal
+OptionPanel.outline_vgap=Distancia vertical
+OptionPanel.paint_connectors_behind=Los nodos ocultan los conectores
+OptionPanel.parse_data=Reconoce la entrada de n\u00fameros y fecha-hora
+OptionPanel.parse_data.tooltip=Intente analizar la entrade de fecha-hora y n\u00famero y use formatos est\u00e1ndar. Ejemplos: 100,000.00, 12/31, 12/31/99, 1999-12-31 y 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Pegar como HTML
+OptionPanel.PASTE_PLAIN_TEXT=Pegar como texto simple
+OptionPanel.path_property_may_not_be_empty=\u00a1La ruta no  puede estar vac\u00eda! No se ha hecho el cambio.
+OptionPanel.patternname=Nombre
+OptionPanel.patternname.tooltip=Nombre de patr\u00F3n \u00FAnico
+OptionPanel.pl=Pl / Polaco
+OptionPanel.placenewbranches=Ubicar Ramas Nuevas
+OptionPanel.placenewbranches.tooltip=<html>Donde ubicar nuevas ramas. Valores v\u00E1lidos: 'Primero' y '\u00FAltimo' </html>
+OptionPanel.plugin.tooltip=Complementos que no son del n\u00facleo.
+OptionPanel.plugins=Complementos
+OptionPanel.presentation_dimmer_transparency=Regulador la transparencia de la presentaci\u00f3n
+OptionPanel.presentation_mode=Modo presentaci\u00f3n
+OptionPanel.printonwhitebackground=<html>Fondo Blanco para impresi\u00F3n</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Siempre usar fondo blanco para impresi\u00F3n</html>
+OptionPanel.pt_BR=Pt  BR / Portugu\u00e9s (Brasil)
+OptionPanel.pt_PT=Pt PT / Portugu\u00e9s (Portugal)
+OptionPanel.RECT=Rect\u00e1ngulo
+OptionPanel.relative=Relativo
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"Preguntar" siempre preguntar\u00e1 (usar en caso de duda).<br>"S\u00ed" muestra el editor de texto enriquecido.<br>"No" muestra el editor de texto simple.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=Utilizar texto enriquecido para los nodos pegados
+OptionPanel.remove_notes_without_question=\u00bfQuitar las notas sin preguntar?
+OptionPanel.remove_notes_without_question.tooltip=Si se activa esta casilla, las notas que les correspodan a los nodos seleccionados se quitar\u00e1n sin pedir confirmaci\u00f3n. Si se activa de forma accidental puede que pierda informaci\u00f3n.
+OptionPanel.resources_use_default_font_for_notes_too=Utilizar tambi\u00e9n para las notas la fuente que hay por defecto
+OptionPanel.resources_use_margin_top_zero_for_notes=Quitar el margen superior a las notas
+OptionPanel.revision_color=Revisi\u00f3n del Color
+OptionPanel.revision_color.tooltip=Color de fondo para los nodos modificados.
+OptionPanel.ROUND_RECT=Rect\u00e1ngulo redondeado
+OptionPanel.ru=Ru / Ruso
+OptionPanel.save_folding=Guardar el estado de plegamiento
+OptionPanel.save_folding_if_map_is_changed=Si el mapa es modificado
+OptionPanel.save_modification_times=Guardar cada modificaci\u00f3n
+OptionPanel.script_classpath=Ruta de clase para script: directorios que contienen clases y/o JARs (ver sugerencia)
+OptionPanel.script_classpath.tooltip=<html>Listado de JARs y/o directorios para a\u00f1adir a la ruta de clase de scripts y f\u00f3rmulas.<br>Use ; (Windows) o : (Linux, Mac) para separar entradas.<br>Se buscar\u00e1n en los directorios archivos JAR y .class.<br>Rutas que no sean absolutas, se considerar\u00e1n relativas al directorio del usuario de Freeplane.<br>\u00a1Si fija la ruta de clase, debe dar permiso de lectura a los archivos!</html>
+OptionPanel.script_directories=Ruta de b\u00fasqueda para los scripts (separar las entradas con ;;)
+OptionPanel.script_directories.tooltip=<html>Listado de directorios.<br>Use ; (Windows) o : (Linux, Mac) para separar entradas.<br>Rutas que no son absolutas, se considerar\u00e1n relativas al directorio de usuario de Freeplane.</html>
+OptionPanel.script_user_key_name_for_signing=Alias del usuario con cuyas claves se firmar\u00e1 (opcional)
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Si quiere firmar sus scripts, escriba el alias de la llave aqu\u00ed. <br>Se supone que est\u00e1ra en el almac\u00e9n de claves. <br>La contrase\u00f1a de la llave debe coincidir con la que tiene en el almac\u00e9n (por defecto).</html>
+OptionPanel.scrollbar_increment=Velocidad
+OptionPanel.scrolling_speed=Velocidad autom\u00e1tica de desplazamiento en mapas
+OptionPanel.selection_method=M\u00E9todo de Selecci\u00F3n
+OptionPanel.selection_method.tooltip=<html> con el siguiente selector puede activar/desactivar el esquema de selecci\u00F3n retardado. Opciones Autom\u00E1ticas. De cualquier manera No modificar estas mientras sean salvadas en auto.properties.</html>
+OptionPanel.selection_method_by_click=Por Click
+OptionPanel.selection_method_delayed=Aplazado
+OptionPanel.selection_method_direct=Directo
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Patrones
+OptionPanel.separator.anti_alias=Alisado
+OptionPanel.separator.attributes=Atributos
+OptionPanel.separator.automatic_save=Guardado Autom\u00E1tico
+OptionPanel.separator.behaviour=Comportamiento
+OptionPanel.separator.browser=Navegador
+OptionPanel.separator.cache=Cach\u00e9
+OptionPanel.separator.CloudControls=Nubes
+OptionPanel.separator.commands_for_the_program=Atajos del programa
+OptionPanel.separator.connectors=Conectores
+OptionPanel.separator.data_formats=Formateo y an\u00e1lisis de los datos
+OptionPanel.separator.default_colors=Colores por Defecto
+OptionPanel.separator.default_fonts=Fuentes por Defecto
+OptionPanel.separator.default_styles=Estilos por Defecto
+OptionPanel.separator.EdgeControls=Bordes
+OptionPanel.separator.edit_long_node_window=Ventana de Edici\u00F3n Avanzada del Nodo
+OptionPanel.separator.editing=Par\u00e1metros del Editor
+OptionPanel.separator.files=Archivos
+OptionPanel.separator.formula=F\u00f3rmulas
+OptionPanel.separator.General=General
+OptionPanel.separator.html_export=Exportaci\u00F3n de Html
+OptionPanel.separator.html_import=Importaci\u00f3n de Html
+OptionPanel.separator.hyperlink_types=Tipos de Hiperenlaces
+OptionPanel.separator.icon_properties=Iconos
+OptionPanel.separator.icons=Iconos en "Seleccionar Icono..."
+OptionPanel.separator.initial_map_size=Tama\u00F1o de Mapa Inicial
+OptionPanel.separator.inline_editor=Editor de nodos en la l\u00ednea
+OptionPanel.separator.key_typing=Teclear
+OptionPanel.separator.language=Idioma
+OptionPanel.separator.load=Cargar
+OptionPanel.separator.look_and_feel=Estilo y Apariencia
+OptionPanel.separator.mouse_wheel=Rueda del rat\u00F3n
+OptionPanel.separator.new_node_commands=Instrucciones de Nuevo Nodo
+OptionPanel.separator.node_editing_commands=Instrucciones de Edici\u00F3n de Nodo
+OptionPanel.separator.node_navigation_commands=Instrucciones de Navegaci\u00F3n de Nodo
+OptionPanel.separator.NodeColors=Colores del Nodo
+OptionPanel.separator.NodeFont=Fuente del Nodo
+OptionPanel.separator.NodeShape=Forma del nodo
+OptionPanel.separator.NodeStyle=Estilo del nodo
+OptionPanel.separator.NodeText=Texto del nodo
+OptionPanel.separator.notifications=Confirmaciones
+OptionPanel.separator.org.freeplane.plugin.bugreport=Informar autom\u00e1ticamente de errores
+OptionPanel.separator.other_defaults=Otros Par\u00E1metros por Defecto
+OptionPanel.separator.others=Otros enlaces clave
+OptionPanel.separator.outline_view=Vista de Esquema
+OptionPanel.separator.patterns=Patrones
+OptionPanel.separator.RichTextEditor=Editor de texto enriquecido
+OptionPanel.separator.root_node_appearance=Apariencia del nodo ra\u00edz
+OptionPanel.separator.save=Guardar
+OptionPanel.separator.scripting=Scripting
+OptionPanel.separator.scrollbar=Barra de desplazamiento
+OptionPanel.separator.search=B\u00fasqueda
+OptionPanel.separator.selection_colors=Colores de Selecci\u00F3n
+OptionPanel.separator.selection_method=M\u00E9todo de Selecci\u00F3n
+OptionPanel.separator.single_instance_mode=Instancia \u00fanica de programa
+OptionPanel.separator.size_limits=L\u00edmites de tama\u00f1o
+OptionPanel.separator.spelling=Opciones del corrector ortogr\u00e1fico
+OptionPanel.separator.status=L\u00ednea de estado
+OptionPanel.separator.tooltip=Veces de la descripci\u00f3n emergente
+OptionPanel.separator.undo=Deshacer
+OptionPanel.separator.updates=Programar Actualizaciones
+OptionPanel.set_property_text=Cambiar
+OptionPanel.set_property_text.tooltip=Vac\u00edo: No se modifica; Menos=Eliminar la propiedad (fijar los valores por defecto); M\u00E1s=Cambia la propiedad
+OptionPanel.setscript=\u00bfCambiar?
+OptionPanel.setscript.tooltip=Se puede asociar al estilo un script.
+OptionPanel.sharp_bezier=Bezier con \u00e1ngulos
+OptionPanel.sharp_linear=L\u00ednea con \u00e1ngulos
+OptionPanel.show_icon_for_attributes=Mostrar el Icono para Atributos
+OptionPanel.show_node_tooltips=Mostrat ayuda emergente en los nodos
+OptionPanel.show_note_icons=Mostrar las notas de los iconos
+OptionPanel.show_styles_in_tooltip=Mostrar estilos del nodo en texto flotante (sugerencia)
+OptionPanel.signed_script_are_trusted=Confiar en scripts firmados (recomendable),
+OptionPanel.signed_script_are_trusted.tooltip=Si los scripts los firman alguien de confianza (es decir del autor de Freeplane o t\u00fa), se ejecutar\u00e1 sin restricciones.
+OptionPanel.simplyhtml.default_paste_mode=Pegado por defecto
+OptionPanel.single_backup_directory=Usar un \u00fanico directorio para copias de seguridad
+OptionPanel.single_backup_directory.tooltip=<html> Si las copias de seguridad y autom\u00e1ticas deber\u00edan estar en un \u00fanico directorio en vez de un subdirectorio dentro del que est\u00e1 el mapa.</html>
+OptionPanel.single_backup_directory_path=Directorio de copias de seguridad (si la opci\u00f3n anterior se ha marcado)
+OptionPanel.single_backup_directory_path.tooltip=<html>Anula el directorio por defecto para copias de seguridad <freeplaneuserdir>/.</html>
+OptionPanel.single_instance=Abrir archivs en la instancia que se est\u00e1 ejecutando
+OptionPanel.single_instance_force=Descartar una segunda instancia en cualquier caso
+OptionPanel.single_instance_force.tooltip=Evitar un segundo intento incluso si no hay archivo que cargar
+OptionPanel.sk=Sk / Eslovaco
+OptionPanel.sl=Sl / Esloveno
+OptionPanel.spelling_opt_case_sensitive=Distinguir may\u00fasculas/min\u00fasculas
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignorar palabras en may\u00fascula.
+OptionPanel.spelling_opt_ignore_capitalization=Ignorar la letra en may\u00fascula al principio de la palabra
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ignorar palabras con n\u00fameros
+OptionPanel.spelling_opt_suggestions_limit_dialog=M\u00e1ximo n\u00famero de sugerencias en el di\u00e1logo
+OptionPanel.spelling_opt_suggestions_limit_menu=M\u00e1ximo n\u00famero de sugerencias en el men\u00fa
+OptionPanel.sr=Serbio / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=Archivo de plantilla est\u00e1ndar
+OptionPanel.standardbackgroundcolor=Color de Fondo Est\u00E1ndar
+OptionPanel.standardbackgroundcolor.tooltip=<html>El color est\u00E1ndar de fondo en notaci\u00F3n html </html>
+OptionPanel.standardcloudcolor=Color Est\u00E1ndar de Nube
+OptionPanel.standardcloudcolor.tooltip=<html>El color de nuve est\u00E1ndar en notaci\u00F3n html</html>
+OptionPanel.standardcloudestyle=Estilo Est\u00E1ndar de Nubes
+OptionPanel.standardcloudestyle.tooltip=<html>El estilo est\u00E1ndar de nubes. Actualmente s\u00F3lo est\u00E1 soportado 'bezier'</html>
+OptionPanel.standarddrawrectangleforselection=Mostrar Selecci\u00F3n como Rect\u00E1ngulo
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Marcar los nodos seleccionados mediante un rect\u00E1ngulo.</html>
+OptionPanel.standardlinkcolor=Color Est\u00E1ndar del Enlace
+OptionPanel.standardlinkcolor.tooltip=<html>El color est\u00E1ndar del enlace en notaci\u00F3n html </html>
+OptionPanel.standardlinkestyle=Estilo de Enlace Est\u00E1ndar
+OptionPanel.standardlinkestyle.tooltip=<html>El estilo est\u00E1ndar de enlace. Actualmente s\u00F3lo est\u00E1 soportado 'bezier'</html>
+OptionPanel.standardselectednodecolor=Color de Nodo Seleccionado
+OptionPanel.standardselectednodecolor.tooltip=<html>El color est\u00E1ndar del nodo si seleccionado. En notaci\u00F3n html (#RRGGBB en valores hex) </html>
+OptionPanel.standardselectednoderectanglecolor=Color de Rect\u00E1ngulo de Selecci\u00F3n
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>El color est\u00E1ndar del rect\u00E1ngula que marca los nodos seleccionados. En notaci\u00F3n html (#RRGGBB en valores hex) </html>
+OptionPanel.STAR=Estrella
+OptionPanel.structured_html_import=Importar el HTML como una estructura de nodos
+OptionPanel.structured_icon_toolbar=Barra de herramientas de iconos
+OptionPanel.summary=Resumen
+OptionPanel.sv=Se / Sueco
+OptionPanel.text.use_ctrl_key=Usar 'Asignar Atajo' del men\u00fa de Herramientas
+OptionPanel.time_for_automatic_save=Tiempo para Guardado Autom\u00E1tico
+OptionPanel.time_for_automatic_save.tooltip=<html> tiempo entre dos salvados autom\u00E1ticos consecutivos (en msec): Para deshabilitar el salvado autom\u00E1tico fijar este n\u00FAmero a 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tiempo para la Selecci\u00F3n Aplazada
+OptionPanel.time_for_delayed_selection.tooltip=<html> Tiempo de retardo de Selecci\u00F3n de nodos cuando el rat\u00F3n est\u00E1 encima (en msec). Cambiar este valor a 1 si quiere selecci\u00F3n directa cuando el rat\u00F3n est\u00E9 encima.</html>
+OptionPanel.toolTipManager.dismissDelay=Quitar retraso, ms
+OptionPanel.toolTipManager.initialDelay=Retraso inicial, ms
+OptionPanel.toolTipManager.max_tooltip_width=Anchura de la Herramienta de Consejos
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>La anchura por defecto, en pixels, de la herramienta de consejos.</html>
+OptionPanel.toolTipManager.reshowDelay=Mostrar el retraso,ms
+OptionPanel.tr=Tr / Turco
+OptionPanel.uk_UA=Uk UA / Ucraniano
+OptionPanel.undefined_font=Fuente no definida
+OptionPanel.undo_levels=Deshacer Niveles
+OptionPanel.undo_levels.tooltip=<html>Determina cuantos pasos almacenados pueden ser deshechos v\u00EDa "Deshacer".</html>
+OptionPanel.unfold_on_paste=Despliega nodo al pegar
+OptionPanel.unfold_on_paste.tooltip=Despliega nodo al pegar o Arrastrar y Soltar
+OptionPanel.use_common_out_point_for_root_node=Los bordes comienzan en un punto del nodo ra\u00edz
+OptionPanel.use_common_out_point_for_root_node.tooltip=Los bordes comienzan en un punto del nodo ra\u00edz
+OptionPanel.use_tabbed_pane=Usar Pesta\u00F1as
+OptionPanel.use_tabbed_pane.tooltip=Si los mapas seleccionados son mostrados como pesta\u00F1as (como en FireFox :-) ).
+OptionPanel.user_defined_screen_resolution=Resoluci\u00f3n de pantalla definida por el usuario (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripting: \u00a1Si fija la ruta de clase, debe dar permisos de lectura a los archivos!
+OptionPanel.validate_invalid_date_format=Formato de fecha est\u00e1ndar no v\u00e1lido
+OptionPanel.validate_invalid_datetime_format=Formato de fecha-hora est\u00e1ndar no v\u00e1lido
+OptionPanel.validate_invalid_number_format=Formato de n\u00famero no v\u00e1lido
+OptionPanel.validate_write_without_read=Scripting: considere a\u00f1adir el permiso Lectura/Archivo a Escritura/Archivo.
+OptionPanel.validation_error=<html><body>Error(es) de validaci\u00f3n:<p><em>{0}</em><p>Por favor, cambie las preferencias para subsanar el(los) error(es).</body></html>
+OptionPanel.validation_warning=<html><body>Advetencia(s) de validaci\u00f3nn:<p><em>{0}</em></body></html>
+OptionPanel.vi=Vi / Vietnamita
+OptionPanel.wheel_velocity=Velocidad
+OptionPanel.wheel_velocity.tooltip=Un valor m\u00E1s alto tendr\u00E1 como consecuencia un efecto mayor del movimiento de la rueda del rat\u00F3n en el mapa.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN / Chino simplificado
+OptionPanel.zh_TW=Zh / Chino tradicional
+org.freeplane.plugin.bugreport.agree=Enviar
+org.freeplane.plugin.bugreport.always_agree=Siempre enviar
+org.freeplane.plugin.bugreport.always_deny=Nunca enviar
+org.freeplane.plugin.bugreport.deny=No enviar
+org.freeplane.plugin.bugreport.dialog.title=Informar de forma autom\u00e1tica de los errores
+org.freeplane.plugin.bugreport.freeplane_team=Mensaje para el equipo de Freeplane
+org.freeplane.plugin.bugreport.lastreport=El informe recibido
+org.freeplane.plugin.bugreport.never=Que nunca me pidan ayuda
+org.freeplane.plugin.bugreport.question=Freeplane incluye un gestor autom\u00e1tico de seguimiento de errores. \nNo se enviar\u00e1n datos personales o el contenido del mapa.\nInformar de los errores nos permitir\u00e1 mejorar el programa.
+org.freeplane.plugin.bugreport.report=Informe actual
+org.freeplane.plugin.bugreport.wanted_bug=Se produjo un error interno y se inform\u00f3 autom\u00e1ticamente.\nNos gustar\u00eda algo m\u00e1s de informaci\u00f3n para poder reproducir el error.\nPor favor, ay\u00fadenos envi\u00e1ndonos un informe de error a nuestro gestor de seguimiento de errores Mantis:\nexplique lo que estaba haciendo en ese momento, para que podamos reproducirlo.\n\nPulse en OK para abrir la p\u00e1gina de seguimiento de errores en su navegador.\n\nGracias por ayudarnos a reparar un error.\nEl Equipo de Freeplane
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=El nodo {0} no est\u00e1 definido
+out_of_memory=Sin espacio en la memoria.
+overwrite_keyset_question=\u00bfSobrescribir la configuraci\u00f3n de teclas existente?
+PageAction.text=Configurar P\u00E1gina...
+password_is_not_ascii=La contrase\u00f1a no est\u00e1 en ASCII
+PasteAction.text=Pegar
+PasteAttributes.text=Pegar atributos
+PatternNewNameProperty=Nuevo Patr\u00F3n
+PatternToString.backgroundColor=Color de Fondo
+PatternToString.Child=Estilo del nodo hijo
+PatternToString.color=Color
+PatternToString.EdgeColor=Color del Borde
+PatternToString.EdgeStyle=Estilo del Borde
+PatternToString.EdgeWidth=Ancho del Borde
+PatternToString.FontBold=Negrita
+PatternToString.FontItalic=Cursiva
+PatternToString.FontName=Nombre de la Fuente
+PatternToString.Icon=Icono
+PatternToString.NodeFontSize=Tama\u00F1o de Fuente
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=d\u00edas
+PeriodUnit.HOUR=horas
+PeriodUnit.MINUTE=minutos
+PeriodUnit.MONTH=meses
+PeriodUnit.WEEK=semanas
+PeriodUnit.YEAR=a\u00f1os
+plugins/latex/LatexNodeHook.editorTitle=Editar Latex
+plugins/script_filter=Filtro de Script {0}
+plugins/script_filter_error={0} deber\u00eda haber dado un resultado booleano en {1} pero result\u00f3 {2}
+plugins/ScriptEditor.cancel=&Descartar Cambios y Salir
+plugins/ScriptEditor.exit=Guardar y Salir
+plugins/ScriptEditor.FORBIDDEN_ACTION=Los scripts en Freeplane est\u00e1n restringidos. Las siguientes {0,choice,0#File|1#Network|2#Exec} operaciones est\u00e1n prohibidas: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Puede cambiarlo en la configuraci\u00f3n del programa.
+plugins/ScriptEditor.menu_actions=Acciones
+plugins/ScriptEditor.new_script=Nuevo Script
+plugins/ScriptEditor.run=Ejecutar
+plugins/ScriptEditor.sign=Firmar Script...
+plugins/ScriptEditor/window.Result=Resultado:
+plugins/ScriptEditor/window.title=Editor de Scripts
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Acceso ilegal a la API interna (paquete {0}). - Por favor, contacte con el equipo de Freeplane si la API de scripting no es suficientemente capaz.
+plugins/TimeList.xml_Created=Creado
+plugins/TimeList.xml_Date=Fecha
+plugins/TimeList.xml_Icons=Iconos
+plugins/TimeList.xml_Modified=Modificado
+plugins/TimeList.xml_Notes=Notas
+plugins/TimeList.xml_Text=Texto
+plugins/TimeManagement.xml_appendButton=Agregar Fecha A Los Nodos Seleccionados
+plugins/TimeManagement.xml_Cancel=Cancelar
+plugins/TimeManagement.xml_cancelButton=Cancelar
+plugins/TimeManagement.xml_closeButton=Cerrar
+plugins/TimeManagement.xml_Export=Exportar los Nodos Seleccionados
+plugins/TimeManagement.xml_Find=Buscar
+plugins/TimeManagement.xml_Goto=Ir a
+plugins/TimeManagement.xml_hour=Hora:
+plugins/TimeManagement.xml_menu_actions=Acciones
+plugins/TimeManagement.xml_minute=Minuto:
+plugins/TimeManagement.xml_reminderButton=Recordar En Esta Fecha
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Cuando se presiona, un temporizador es activado en la fecha estipulada. Despu\u00E9s, una ventana llama su atenci\u00F3n.<br> Si usted cierra el mapa, los temporizadores ser\u00E1n reactivados la pr\u00F3xima vez que el mapa sea abierto.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Por el momento s\u00f3lo puede haber un recordatorio por nodo. <br>El recordatorio actual esta ajustado a {0,date} {0,time}, su opci\u00F3n fu\u00E9 {1,date} {1,time}. <br><br>Desea cambiar el recordatorio del nodo (SI) <br>o desea mantener el anterior (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Recordatorio especificado en {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Recordar m\u00e1s tarde
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Recordar m\u00e1s tarde
+plugins/TimeManagement.xml_removeReminderButton=Eliminar Recordatorio
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Eliminar todos los recordatorios asociados con los nodos seleccionados.
+plugins/TimeManagement.xml_Replace=Reemplazar
+plugins/TimeManagement.xml_Replace_All=Reemplazar Todos
+plugins/TimeManagement.xml_Replace_Selected=Reemplazar los Seleccionados
+plugins/TimeManagement.xml_Select=Seleccionar
+plugins/TimeManagement.xml_todayButton=Hoy
+plugins/TimeManagement.xml_WindowTitle=Administraci\u00F3n de Tiempo
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Buscar y Reemplazar
+preferences=Preferencias
+print_preview_title=Vista Preliminar
+PrintAction.text=Imprimir...
+PrintDirectAction.text=Imprimir
+printing_settings=Escalado de impresi\u00F3n
+PrintPreviewAction.text=Vista Previa...
+PropertyAction.dialog=Preferencias
+PropertyAction.text=Preferencias ...
+QuickFilterAction.text=Filtro r\u00e1pido
+QuickFindAction.BACK.text=Encontrar el previo
+QuickFindAction.FORWARD.text=Encontrar el siguiente
+QuickFindAllAction.text=Seleccionar todos los que concuerdan
+QuickHighlightAction.text=Destacar todos los nodos que coinciden
+QuitAction.text=Salir
+read_only=S\u00f3lo Lectura
+ReadScriptError.text=Error al leer el script\nMire el archivo de registro para m\u00e1s detalles.
+really_convert_to_current_version=<html>Este mapa se cre\u00f3 con una versi\u00f3n anterior de Freeplane. <br>\u00bfQuiere convertirlo (recomendable)? <br>(De otra forma, se deber\u00e1 aceptar tal y como est\u00e1 sin garant\u00eda ninguna.) </html>
+really_cut_node=\u00bfDe verdad quiere cortar el/los nodo(s)?
+really_execute_script=\u00bfEst\u00e1 seguro que desea ejecutar los cripts que contiene el mapa? Puede da\u00f1ar su ordenador.
+really_remove_node=\u00BFDe verdad quiere borrar el/los nodo(s)?
+really_remove_notes=\u00bfDe verdad quiere borrar la(s) nota(s)?
+ReapplyFilterAction.text=Volver a aplicar
+red=Rojo
+RedefineStyleAction.text=Redefinir el estilo
+RedoAction.text=Rehacer
+RedoFilterAction.text=Rehacer
+regular_expressions=Expresiones regulares
+ReminderHookAction.text=Eliminar Recordatorio
+ReminderHookAction.tooltip=Borra un recordatorio del nodo.
+remove_file_from_list_on_error=No se ha abierto el archivo {0}. \u00bfQuiere que se quite del listado de \u00faltimos archivos abiertos?
+remove_shortcut_question=\u00bfCambiar tecla?
+remove_shortcut_title=\u00bfQuitar enlace directo?
+RemoveAllIconsAction.text=Eliminar Todos los Iconos
+RemoveConnectorAction.text=Quitar el Conector
+RemoveEncryption.text=Quitar cifrado
+RemoveFormatAction.text=Eliminar el formato
+RemoveIcon_0_Action.text=Quitar el primer icono
+RemoveIconAction.text=Eliminar \u00FAltimo Icono
+RemoveNoteAction.text=Quitar Notas
+RemoveNoteAction.tooltip=<html>Posiblemente quita el contenido de varias notas.</html>
+rename=Renombrar
+repair_link=Reparar Enlace
+repair_link_question=No se pudo cargar el Mapa enlazado. \u00BFQuiere reparar el enlace manualmente?
+replace=Reemplazar
+replace_shortcut_question=Este atajo del teclado ya est\u00e1 asignado a \n {0}.\n \u00bfQuiere reemplazarlo?
+replace_shortcut_title=\u00bfReemplazar el enlace directo?
+ReportBugAction.text=Informar de un fallo
+RequestFeatureAction.text=Pedir una Caracter\u00edstica nueva
+reset_to_default=Usar el predefinido
+ResetNodeLocationAction.text=Reinicia Posici\u00F3n
+ResetStyleAction.text=Quitar el estilo del nodo
+RevertAction.text=&Restaurar del archivo hist\u00f3rico local
+RevisionPluginAction.text=Cambiar las modificaciones del color de fondo
+save_failed=Fall\u00F3 el intento de guardar el mapa {0}.
+save_unsaved=\u00bfDesea guardar el Mapa? :
+save_unsaved_styles=\u00bfGuardar estilos?
+SaveAcceleratorPresetsAction.text=Guardar la configuraci\u00f3n de teclas
+SaveAction.text=Guardar
+SaveAll.text=Guardar Todo
+SaveAll.tooltip=Guardar todos los mapas abiertos
+SaveAsAction.text=Guardar Como...
+saved=Guardado
+saving_canceled=Se ha cancelado la acci\u00f3n de guardar
+scanners_not_loaded=No se pudieron cargar los scanners, fichero corrupto.
+scheme_evaluate=\u00a1Evaluar!
+script_execution_disabled=Ejecuci\u00f3n de script desactivada
+ScriptEditor.text=Editor de Scripts ...
+ScriptEditor.tooltip=Activa escribir scripts grandes en Freeplane.
+ScriptEditorPanel.changed_cancel=Los scripts fueron modificados. \u00BFQuiere salir sin guardar estos cambios?
+scripting_api_generator_legend=Leyenda
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=Scripting API
+scripting_api_generator_utilities=Utilidades
+scripting_api_generator_web=Recursos web
+select_favorites_folder=Seleccione la carpeta donde est\u00e1n sus favoritos
+select_file_export_to=Elegir el archivo que se quiere exportar
+select_folder_for_importing=Seleccionar carpeta a importar
+select_icon=Seleccionar un Icono
+select_menu_item_dialog=Seleccione una opci\u00f3n del men\u00fa
+select_menu_item_root_node=Men\u00fa
+SelectAllAction.text=Selecciona Todos los visibles
+SelectBranchAction.text=Selecciona Rama Visible
+SelectedPasteAction.text=Pegar como...
+selection_method_by_click=Pulse una vez para seleccionar
+selection_method_delayed=Selecci\u00F3n Autom\u00E1tica Retardada
+selection_method_direct=Apunta para seleccionar
+SelectNoteAction.text=Muestra/Oculta el Editor de Notas
+SelectNoteAction.tooltip=Muestra u Oculta el Editor de Notas
+set_accelerator_on_next_click_action=Pulse en cualquier elemento del men\u00fa para asignarle un nuevo atajo
+SetAcceleratorOnNextClickAction.text=Asignar atajo
+SetImageByFileChooserAction.text=Imagen (Seleccionar archivo u enlace)...
+SetLinkAnchorAction.text=Definir el enlace a la etiqueta de ancla
+SetLinkAnchorAction.tooltip=<html>Marcar el nodo seleccionado como etiqueta de ancla para futuros<br/>enlaces globales o locales.
+SetLinkAnchorAction.tooltip_anchored=<html>Marcar el nodo seleccionado como etiqueta de ancla de futuros<br/>enlaces globales o locales. Etiqueta de ancla actual:<br/>{0}
+SetLinkByFileChooserAction.text=Enlace (Seleccionar archivo)...
+SetLinkByTextFieldAction.text=Enlace (Campo de texto)...
+SetNodeLink.text=Fijar enlace del nodo...
+SetNoteWindowPosition.bottom.text=Abajo
+SetNoteWindowPosition.left.text=Izquierda
+SetNoteWindowPosition.right.text=Derecha
+SetNoteWindowPosition.top.text=Arriba
+SetShortenerStateAction.text=Contenido abrevidado del nodo
+sf_login_required=Debe iniciar sesi\u00f3n en Source Forge. \u00bfDesea continuar?
+ShowAllAttributesAction.text=Mostrar todos los atributos
+ShowAncestorsAction.text=Mostrar Ascendentes
+ShowAttributeDialogAction.text=Gestor Atributos...
+ShowDescendantsAction.text=Mostrar Descendientes
+ShowFilterToolbarAction.text=Barra de herramientas de Filtros
+ShowFormatPanel.text=Panel de formato
+ShowFormatPanel.tooltip=Muestra un cuadro de di\u00e1logo que permite cambiar de una vez el estilo del nodo y el borde.
+ShowHideNoteAction.text=Mostrar/Esconder Ventana de Notas
+ShowHideNoteAction.tooltip=Permite ocultar o mostrar la ventana de notas
+ShowNextChildAction.text=Mostrar siguiente hijo
+ShowNotesInMapAction.text=Mostrar notas en el mapa
+ShowSelectedAttributesAction.text=Mostrar Atributos Seleccionados
+ShowSelectionAsRectangleAction.text=Muestra/Oculta la Selecci\u00F3n dentro de un Rect\u00e1ngulo
+simplyhtml.aboutFrameTitle=Acerca de esta aplicaci\u00F3n
+simplyhtml.aboutLabel=Acerca de SimplyHTML...
+simplyhtml.alignCenter=centro
+simplyhtml.alignLabel=Alineaci\u00f3n:
+simplyhtml.alignLeft=izquierda
+simplyhtml.alignRight=derecha
+simplyhtml.allCellsRangeLabel=todas las celdas
+simplyhtml.allOccurrencesReplaced=Todas las ocurrencias reemplazadas
+simplyhtml.appendTableColLabel=A\u00F1adir columna
+simplyhtml.appendTableRowLabel=A\u00F1adir fila
+simplyhtml.applyCellAttrLabel=Aplicar a
+simplyhtml.backgroundLabel=Fondo
+simplyhtml.boldItalicName=cursiva negrita
+simplyhtml.boldName=negrita
+simplyhtml.borderColorLabel=Color:
+simplyhtml.borderWidthLabel=Anchura
+simplyhtml.bottomLabel=Abajo:
+simplyhtml.cancelBtnName=Cancelar
+simplyhtml.cellBorderTabLabel=Bordes
+simplyhtml.cellGenTabLabel=General
+simplyhtml.cellMarginTabLabel=Margen
+simplyhtml.cellPanelTitle=Formato de Celda
+simplyhtml.clearFormatLabel=Eliminar Formato
+simplyhtml.clearFormatTip=Eliminar Formato
+simplyhtml.close=Cerrar
+simplyhtml.closeBtnName=Cerrar
+simplyhtml.colorLabel=Color
+simplyhtml.copyLabel=Copiar
+simplyhtml.copyTip=copiar
+simplyhtml.cTagNameHead1=T\u00EDtulo 1
+simplyhtml.cTagNameHead2=T\u00EDtulo 2
+simplyhtml.cTagNameHead3=T\u00EDtulo 3
+simplyhtml.cTagNameHead4=T\u00EDtulo 4
+simplyhtml.cTagNameHead5=T\u00EDtulo 5
+simplyhtml.cTagNameHead6=T\u00EDtulo 6
+simplyhtml.cTagNameLink=Enlace
+simplyhtml.cTagNameOL=Lista Ordenada
+simplyhtml.cTagNamePara=Par\u00E1grafo
+simplyhtml.cTagNameUL=Lista no ordenada
+simplyhtml.cutLabel=Cortar
+simplyhtml.cutTip=cortar
+simplyhtml.defaultDocName=Sin t\u00EDtulo
+simplyhtml.deleteTableColLabel=Borrar columna
+simplyhtml.deleteTableRowLabel=Borrar fila
+simplyhtml.docTitleQuery=Fijar t\u00EDtulo a:
+simplyhtml.docTitleTitle=Editar T\u00EDtulo del Documento
+simplyhtml.editLabel=Editar
+simplyhtml.effectLabel=Efecto
+simplyhtml.familyLabel=Familia
+simplyhtml.findNext=Buscar siguiente...
+simplyhtml.findReplaceDialogTitle=B\u00FAscar y Reemplazar
+simplyhtml.findReplaceLabel=B\u00FAscar y Reemplazar
+simplyhtml.findReplaceTip=encontrar y reemplazar
+simplyhtml.fontBoldLabel=Negrita
+simplyhtml.fontBoldTip=conmutar negrita on/off
+simplyhtml.fontColorLabel=Color del texto
+simplyhtml.fontColorTip=Color del texto
+simplyhtml.fontDialogTitle=Formatear Fuente
+simplyhtml.fontItalicLabel=Cursiva
+simplyhtml.fontItalicTip=Activa o desactiva la cursiva
+simplyhtml.fontLabel=Fuente...
+simplyhtml.fontTabLabel=Fuente
+simplyhtml.fontTip=Formato de fuente...
+simplyhtml.fontUnderlineLabel=Subrayar
+simplyhtml.fontUnderlineTip=Activa o desactiva el subrayado
+simplyhtml.foregroundLabel=Primer Plano
+simplyhtml.formatLabel=Formato
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=cambiar formato de lista
+simplyhtml.formatParaLabel=Par\u00E1grafo...
+simplyhtml.formatParaTip=Cambiar formato de par\u00E1grafo
+simplyhtml.formatTableLabel=Tabla...
+simplyhtml.formatTableTip=Formatea tabla
+simplyhtml.helpLabel=Ayuda
+simplyhtml.htmlTabTitle=Vista de c\u00F3digo HTML
+simplyhtml.imageFileDesc=Ficheros de imagen
+simplyhtml.insertTableColLabel=Insertar columna
+simplyhtml.insertTableLabel=Tabla...
+simplyhtml.insertTableMsg=\u00BFCuantas columnas?
+simplyhtml.insertTableRowLabel=Insertar fila
+simplyhtml.insertTableTitle=insertarTabla
+simplyhtml.italicName=cursiva
+simplyhtml.layoutTabTitle=Vista de disposici\u00F3n
+simplyhtml.leftLabel=izquierda:
+simplyhtml.listDialogTitle=Formato de Lista
+simplyhtml.listIndentTitle=Sangrado:
+simplyhtml.listPosInside=dentro
+simplyhtml.listPositionLabel=Posici\u00F3n:
+simplyhtml.listPosOutside=fuera
+simplyhtml.listTypeCircle=vi\u00F1eta redonda
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=S\u00EDmbolo de fichero como vi\u00F1eta
+simplyhtml.listTypeLabel=Tipo:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=ninguno
+simplyhtml.listTypeSquare=vi\u00F1eta cuadrada
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Exterior
+simplyhtml.matchApproximately=Coincidencia aproximada
+simplyhtml.matchApproximately.tooltip=<html>Si se admiten coincidencias aproximadas,<br/>p.e. al buscar la palabra 'files' se acepta 'flies'.</html>
+simplyhtml.matchCase=Coincidir may\u00FAsculas y min\u00FAsculas
+simplyhtml.matchCase.tooltip=Si se destaca el caso cuando hay coincidencia.
+simplyhtml.newStyleDefaultName=nuevo estilo
+simplyhtml.nextTableCellLabel=Celda siguiente
+simplyhtml.noLineLabel=ninguno
+simplyhtml.noMoreOccurrencesFound=no se han encontrado (m\u00E1s) ocurrencias
+simplyhtml.okBtnName=Bien
+simplyhtml.paddingLabel=Interior
+simplyhtml.paraAlignCenterLabel=Centrado
+simplyhtml.paraAlignCenterTip=Centrar el par\u00E1grafo
+simplyhtml.paraAlignLeftLabel=Alinear izquierda
+simplyhtml.paraAlignLeftTip=Fijar alineado izquierdo de par\u00E1grafo
+simplyhtml.paraAlignRightLabel=Alinear derecha
+simplyhtml.paraAlignRightTip=Fijar alineado derecho de par\u00E1grafo
+simplyhtml.paraStyleDialogTitle=Estilo de Par\u00E1grafo
+simplyhtml.paraTabLabel=Par\u00E1grafo
+simplyhtml.pasteHTMLLabel=Pegar como HTML
+simplyhtml.pasteLabel=Pegar
+simplyhtml.pastePlainTextLabel=Pegar como texto simple
+simplyhtml.pasteTip=pegar
+simplyhtml.plainName=sencillo
+simplyhtml.previewLabel=Vista Previa
+simplyhtml.previewText=Vista previa del texto
+simplyhtml.prevTableCellLabel=Celda previa
+simplyhtml.printLabel=Imprimir...
+simplyhtml.redoLabel=Rehacer
+simplyhtml.redoTip=rehacer
+simplyhtml.replace=Reemplazar...
+simplyhtml.replaceAll=Todos
+simplyhtml.replaceDone=Hecho
+simplyhtml.replaceNo=No
+simplyhtml.replaceThisQuery=Reemplazar esta indicendia de
+simplyhtml.replaceWith=Reemplazar con:
+simplyhtml.replaceYes=S\u00ED
+simplyhtml.rightLabel=derecha:
+simplyhtml.searchDown=Buscar hacia abajo
+simplyhtml.searchDown.tooltip=Buscar de arriba a abajo.
+simplyhtml.searchFromStart=Buscar desde el principio
+simplyhtml.searchFromStart.tooltip=Empezar a buscar desde el inicio en vez de la posici\u00f3n del cursor.
+simplyhtml.searchUp=B\u00FAscar hacia arriba
+simplyhtml.searchUp.tooltip=Buscar de abajo a arriba.
+simplyhtml.selectAllLabel=Seleccionar todos
+simplyhtml.sizeLabel=Tama\u00F1o
+simplyhtml.standardStyleName=est\u00E1ndar
+simplyhtml.strikeLabel=Tachado
+simplyhtml.styleLabel=Estilo
+simplyhtml.styleNameInputText=\u00BFNombre del nuevo estilo?
+simplyhtml.styleNameInputTitle=Guardar estilo
+simplyhtml.tableBgColLabel=Color de fondo:
+simplyhtml.tableDialogTitle=Formatear Tabla
+simplyhtml.tableLabel=Tabla
+simplyhtml.tablePanelTitle=Formato de Tabla
+simplyhtml.tableWidthLabel=Anchura:
+simplyhtml.textIndentLabel=Sangrar:
+simplyhtml.textToFind=Texto buscado:
+simplyhtml.thisCellRangeLabel=esta celda
+simplyhtml.thisColRangeLabel=esta columna
+simplyhtml.thisRowRangeLabel=esta fila
+simplyhtml.toggleBulletsLabel=Vi\u00F1etas on/off
+simplyhtml.toggleBulletsTip=vi\u00F1etas on/off
+simplyhtml.toggleNumbersLabel=Activar o desactivar la Numeraci\u00F3n
+simplyhtml.toggleNumbersTip=activa o desactiva el listado numerado
+simplyhtml.topLabel=Arriba:
+simplyhtml.uLineLabel=Subrayar
+simplyhtml.unableToOpenFileError=El archivo no se puede abrir
+simplyhtml.unableToRedoError=No es posible rehacer:
+simplyhtml.unableToUndoError=No es posible deshacer:
+simplyhtml.undoLabel=Deshacer
+simplyhtml.undoTip=deshacer
+simplyhtml.valignBaseline=L\u00EDnea Base
+simplyhtml.valignBottom=fondo
+simplyhtml.valignLabel=Alineaci\u00f3n Vertical:
+simplyhtml.valignMiddle=medio
+simplyhtml.valignTop=arriba
+simplyhtml.wholeWordsOnly=Palabras completas s\u00F3lo
+simplyhtml.wholeWordsOnly.tooltip=Restringir los resultados a palabras enteras.
+SortNodes.text=Ordenar Hijos
+SortNodes.tooltip=Ordena alfab\u00E9ticamente los hijos de un nodo.
+split=Dividir
+SplitConditionAction.text=Dividir
+SplitNode.text=Dividir el Nodo
+SplitNode.tooltip=<html>El Nodo se divide</html>
+STANDARD_FORMAT=Est\u00e1ndar
+stop_processing=Parar
+StringFlavorHandler=Texto simple como jerarqu\u00eda de nodos
+StructuredHtmlFlavorHandler=HTML como jerarqu\u00eda de nodos
+style=Estilo
+style_already_exists=El estilo ya existe.
+styledialog.cancel.text=Anular
+styledialog.ok.text=De acuerdo
+styles=Est&ilos
+styles.AutomaticLayout=Dise\u00f1o autom\u00e1tico
+styles.connection=Conexi\u00f3n
+styles.date=Fecha
+styles.definition=Definici\u00f3n
+styles.description=Descripci\u00f3n
+styles.floating_node=Nodo flotante
+styles.idea=Idea
+styles.important=Importante
+styles.key=Llave
+styles.list=Lista
+styles.needs_action=Requiere acci\u00f3n
+styles.note=Nota
+styles.ok=De acuerdo
+styles.pending=Pendiente
+styles.predefined=Estilos predefinidos
+styles.question=Pregunta
+styles.quotation=Cita
+styles.root_node=Estilos
+styles.subsubtopic=Subsubt\u00f3pico
+styles.subtopic=Subt\u00f3pico
+styles.topic=T\u00f3pico
+styles.user-defined=Estilos definidos por el usuario
+styles.website=Sitio web
+styles_menu=Estilos
+submenu_keystroke_in_use_error=La tecla {0} no se puede utilizar para el submenu {1}. Se ha quitado.
+summary_nodes=Nodos resumen
+summary_not_possible=No se puede crear nodo resumen para la selecci\u00f3n actual
+SummaryNodeAction.text=Nodo resumen (crear/ajustar)
+svg=SVG
+template_dir=Plantillas comunes
+TimeListAction.text=Mostrar la Lista del Planificador de Tiempo...
+TimeListAction.tooltip=Muestra todos los tiempos agendados y los correspondientes nodos.*
+TimeManagementAction.text=Mostrar Calendario...
+TimeManagementAction.tooltip=<html>Muestra el m\u00F3dulo calendario por Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=(Des)doblar hija
+ToggleDetailsAction.text=(Des)activar detalles
+ToggleFBarAction.text=Barra con teclas de Funci\u00f3n
+ToggleFoldedAction.text=(Des)activar Plegado
+ToggleFullScreenAction.text=Modo Pantalla completa
+ToggleLeftToolbarAction.text=(Des)activar Barra de herramientas izquierda
+ToggleMenubarAction.text=(Des)activar Barra de men\u00FA
+ToggleStatusAction.text=Mostrar estado de l\u00ednea
+ToggleToolbarAction.text=(Des)activar Barra de herramientas
+undefined_error=Ocurri\u00F3 un error inesperado. Por favor reportelo a los desarrolladores de Freeplane.
+underline=Subrayar
+UnderlineAction.text=Subrayar
+underlined=Subrayado
+UndoAction.text=Deshacer
+UndoFilterAction.text=Deshacer
+unfold=Desplegar
+UnfoldAllAction.text=Desplegar Todos
+UnfoldAllAction.tooltip=<html>Desdobla los nodos seleccionados y todos sus hijos.</html>
+UnfoldOneLevelAction.text=Desplegar Un Nivel
+UnfoldOneLevelAction.tooltip=<html>Despliega un nivel de nodos seleccionados.</html>
+up=Arriba
+update_failed=La actualizaci\u00f3n fall\u00f3 y di\u00f3 el siguiente mensaje {0}
+UpdateCheckAction.text=Comprobar actualizaciones
+updatecheckdialog=Di\u00e1logo de la Comprobaci\u00f3n de Actualizaciones
+url_error=\u00a1Esta URL est\u00E1 mal escrita!
+url_open_error=No se puede abrir la URL {0}.
+used_in_menu=No se puede usar este acceso r\u00e1pido, ya que se utiliza en uno del men\u00fa.
+UsePlainTextAction.text=Usar Texto Simple
+user_config_folder=Carpeta con la configuraci\u00f3n del usuario: {0}
+user_defined_scale=Escala definida por el usuario
+user_defined_zoom=Definido por el usuario.
+user_defined_zoom_status_bar=Cambiar el nivel de acercamiento al nivel definido por el usuario {0}%.
+user_icon=Icono del Usuario "{0}"
+user_template_dir=Plantillas del usuario
+user_zoom=Factor de acercamiento de impresi\u00F3n (0.0 - 2.0):
+value_format=Valor del formato
+version_up_to_date=Est\u00e1 usando la \u00faltima versi\u00f3n del programa
+ViewerControllerAction.text=Objeto Externo...
+ViewLayoutTypeAction.OUTLINE.text=Vista en esquema
+WebDocuAction.text=Documentaci\u00F3n Web
+width=Anchura
+wrong_regexp=Expresi\u00f3n regular err\u00f3nea "{0}", error {1}
+xslt_export.html=Documento HTML
+xslt_export.latex=Documento Latex
+xslt_export.latexbook=Libro en Latex
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Formato Excel (2003 o posteriores) XML
+xslt_export.ms_project=Formato MS Project (2003 o posteriores) XML
+xslt_export.ms_word=Formato Word (2003 o posteriores) XML
+xslt_export.text=Texto simple
+xslt_export_not_possible=La exportaci\u00f3n Freeplane XSLT no es posible
+yes=S\u00ED
+ZoomInAction.text=Acercar
+ZoomOutAction.text=Alejar
diff --git a/freeplane/resources/translations/Resources_et.properties b/freeplane/resources/translations/Resources_et.properties
index c8929be..9ba6818 100644
--- a/freeplane/resources/translations/Resources_et.properties
+++ b/freeplane/resources/translations/Resources_et.properties
@@ -1,982 +1,982 @@
-AboutAction.text = Programmist
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = Muuda s\u00F5lmede kujundust
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Muuda mustrit
-accessories/plugins/EncryptNode.properties_0 = Vali salas\u00F5na kr\u00FCpteeritud s\u00F5lme jaoks
-accessories/plugins/EncryptNode.properties_1 = Salas\u00F5nad ei ole samad v\u00F5i on liiga l\u00FChikesed.
-accessories/plugins/EncryptNode.properties_2 = Sisesta salas\u00F5na:
-accessories/plugins/EncryptNode.properties_3 = Sisesta kontrolliks veelkord sama salas\u00F5na:
-accessories/plugins/EncryptNode.properties_4 = Sisestage oma salas\u00F5na.
-accessories/plugins/EncryptNode.properties_5 = <html>Pea meeles, et kr\u00FCpteeringu tugevus <br>s\u00F5ltub paaegu t\u00E4ielikult salas\u00F5na tugevusest.</html>
-accessories/plugins/EncryptNode.properties_6 = Sobib
-accessories/plugins/EncryptNode.properties_7 = Loobu
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Sa v\u00F5id kr\u00FCpteerituse olekut kr\u00FCpteeritud s\u00F5lmel \u00FCmber l\u00FClitada. Palun lisa selline s\u00F5lm, kasutades t\u00F6\u00F6riistade men\u00FC\u00FCd.
-accessories/plugins/EncryptNode.properties_select_me = Vali mind, et j\u00E4tkata!
-accessories/plugins/EncryptNode.properties_wrong_password = Salas\u00F5na ei ole \u00F5ige.
-accessories/plugins/ExportWithTWiki.text = Kui TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Ekspordib kaardi TWiki dokumendina.
-accessories/plugins/ExportWithXSLT.tooltip = See on unikaalne eksportimise meetod kasutades XSLT skripte.
-accessories/plugins/ExportWithXSLT_Applet.text = Kui Java rakend...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Ekspordib kaardi kui veebilehitseja Java rakendi.
-accessories/plugins/ExportWithXSLT_Flash.text = Kui v\u00E4lkrakendus (.swf)...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Ekspordib kaardi v\u00E4lkrakendusena (.swf).
-accessories/plugins/ExportWithXSLT_HTML.text = Kui XHTML (JavaScript-i versioon)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Kui XHTML (Kl\u00F5psatav kaart, pildiversioon)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Ressursid s\u00F5lmest RESSURSID Tegumihalduri faili...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Ekspordib ressursid s\u00F5lmest RESSURSID Tegumihalduri moodulisse. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = \u00DClesanded moodulist \u00DCLESANDED Tegumihalduri faili...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Ekspordib \u00FClesanded \u00DCLESANDED s\u00F5lmest Tegumihalduri moodulisse.</html>
-add = &Lisa
-AddLocalLinkAction.text = Lisa kohalik h\u00FCperviide
-antialias_all = Pehmenda: fonte k\u00F5ikjal
-antialias_edges = Pehmenda: servad
-antialias_none = Eemalda pehmendamine
-apply = &Rakenda
-ApplyAction.text = &Rakenda
-ApplyFormatPlugin.text = &Muuda vormingut ...
-ApplyFormatPlugin.tooltip = N\u00E4itab dialoogi kus s\u00F5lme ja \u00FChendusjoone omadusi saab korraga muuta.
-ApplyNoFilteringAction.text = Ei filtreerita
-as_parent = Kui eelmine
-AssignAttributesAction.text = &M\u00E4\u00E4ra omadused...
-attribute_delete = Kustuta k\u00F5ik v\u00E4\u00E4rtused
-attribute_delete_value = Kustuta see v\u00E4\u00E4rtus
-attribute_font_size_tooltip = Omaduste kirjasuurus
-attribute_list_box_label_text = Praegused v\u00E4\u00E4rtused
-attribute_replace = Asenda sellega
-attribute_top = K\u00F5ik tuntud omadused avatud m\u00F5ttekaartidele
-attributes_adding_empty_attribute_error = Omaduse nimena ei saa t\u00FChja v\u00E4\u00E4rtust kasutada
-attributes_all = K\u00F5ik omadused
-attributes_attribute = Omadused
-attributes_close = Sulge
-attributes_deselect_all = Mitte midagi
-attributes_dialog_title = Omaduste haldur
-attributes_edit = Redigeeri
-attributes_edit_tooltip = Redigeeri valikut
-attributes_for_selected = Valitud s\u00F5lmed
-attributes_for_visible = K\u00F5ik n\u00E4htavad s\u00F5lmed
-attributes_import = &Impordi
-attributes_import_tooltip = Impordi omadused teistelt avatud m\u00F5ttekaartidelt
-attributes_popup_delete = Kustuta
-attributes_popup_down = Alla
-attributes_popup_edit = Redigeeri
-attributes_popup_hide = Peida
-attributes_popup_new = Uus omadus
-attributes_popup_optimal_width = Paras laius
-attributes_popup_up = \u00DCles
-attributes_refresh = V\u00E4rskenda
-attributes_restricted_attributes_tooltip = Piiratud valik omadusi
-attributes_restricted_values_tooltip = K\u00E4esoleva omaduse piiratud valik v\u00E4\u00E4rtusi
-attributes_restriction = Piiratud valik
-attributes_select_all = K\u00F5ik
-attributes_select_all_tooltip = Vali / Eemalda k\u00F5ik
-attributes_show = N\u00E4ita
-attributes_skip_root = J\u00E4ta peas\u00F5lm vahele
-attributes_visible = Valitud n\u00E4htav
-attributes_visible_tooltip = Valitud n\u00E4htav
-automatically_save_message = Kaart salvestati automaatselt (kasutades failinime {0}) ...
-AutomaticLayoutAction.text = &Automaatne formaat
-AutomaticLayoutAction.tooltip = <html>Parandab kaardi formaati. <br>Esimene tase on must, teine sinine, jne.</html>
-BackAction.text = Tagasi
-BackAction.tooltip = H\u00FCppab valitud ahelas tagasi
-background = Taust
-BlinkingNodeHookAction.text = Vilkuv s\u00F5lm
-BlinkingNodeHookAction.tooltip = <html>See paneb s\u00F5lme vilkuma. Kuid ole ettevaatlik. \u00C4ra lisa seda liiga paljudele s\u00F5lmedele ja <strong> mitte koos teise automaatse efektiga samale s\u00F5lmele</strong></html>
-BoldAction.text = Rasvane
-boldify_branch = Tee rasvaseks
-branch = Haru
-cancel = &Loobu
-CancelAction.text = &Loobu
-cannot_add_parent_diff_parents = K\u00F5ik alams\u00F5lmed peavad olema sama s\u00F5lme k\u00FCljes, et seda funktsiooni kasutada.
-cannot_add_parent_to_root = Peas\u00F5lme ei saa uue naabers\u00F5lme k\u00FClge lisada.
-cannot_delete_root = Peas\u00F5lme ei saa kustutada ega l\u00F5igata.
-cannot_join_nodes_with_children = Ei suuda liituda s\u00F5lmega, mille all on omakorda s\u00F5lmed.
-cannot_move_to_child = Ei suuda s\u00F5lme alams\u00F5lme k\u00FClge liigutada .
-CenterAction.text = Keskele
-ChangeConnectorArrowsAction.backward.text = Tagasi
-ChangeConnectorArrowsAction.forward.text = Edasi
-ChangeNodeLevelLeftsAction.text = S\u00F5lm vasakule
-ChangeNodeLevelLeftsAction.tooltip = Peas\u00F5lmest vasakul on s\u00F5lm(ed) t\u00F5stetud allapoole. Need/nemad saavad olema alams\u00F5lmed nende kohal oleva peas\u00F5lme all. Peas\u00F5lmest paremal on s\u00F5lm(ed) t\u00F5stetud allapoole. Alates peas\u00F5lmest muudab(-vad) s\u00F5lm(ed) pooli.
-ChangeNodeLevelRightsAction.text = S\u00F5lm paremale
-ChangeNodeLevelRightsAction.tooltip = Peas\u00F5lmest paremal on s\u00F5lm(ed) t\u00F5stetud allapoole. Need/nemad saavad olema alams\u00F5lmed nende kohal oleva peas\u00F5lme all. Peas\u00F5lmest vasakul on s\u00F5lm(ed) t\u00F5stetud \u00FClespoole. Alates peas\u00F5lmest muudab(-vad) s\u00F5lm(ed) pooli.
-choose_background_color = Vali taustav\u00E4rv:
-choose_cloud_color = Vali pilve v\u00E4rv:
-choose_edge_color = Vali \u00FChendusjoone v\u00E4rv
-choose_node_background_color = Vali s\u00F5lme taustav\u00E4rv:
-choose_node_color = Vali s\u00F5lme v\u00E4rv:
-CloseAction.text = &Sulge
-CloudAction.text = Pilv
-CloudColorAction.text = Pilve v\u00E4rv...
-ColorProperty.ResetColor = Taasta v\u00E4rvi algv\u00E4\u00E4rtus
-combined = Kombineeritud
-confirmation = Kinnitus
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = Kopeeri
-CopySingleAction.text = Kopeeri \u00FCksik
-CreationModificationPluginAction.text = N\u00E4ita &Muutmise aegu
-CreationModificationPluginAction.tooltip = <html>See funktsioon j\u00E4litab s\u00F5lme loomise ja muutmise aegu.</html>
-CutAction.text = L\u00F5ika
-decrease_branch_font_size = V\u00E4henda haru kirja
-DecreaseNodeFontAction.text = V\u00E4henda haru kirja
-delete = &Kustuta
-delete_child = Kustuta s\u00F5lm
-DeleteAction.text = Eemalda s\u00F5lm
-DeleteConditionAction.text = Kustuta
-DocumentationAction.text = Dokumentatsioon
-edge = \u00DChendusjoon
-edge_style = \u00DChendusjoone stiil
-edge_width = \u00DChendusjoone laius
-EdgeColorAction.text = \u00DChendusjoone v\u00E4rv...
-EdgeStyleAction.bezier.text = Puutuja k\u00F5ver
-EdgeStyleAction.linear.text = Lineaarne
-EdgeStyleAction.sharp_bezier.text = K\u00F5ver ahenev s\u00F5lmede \u00FChendusjoon
-EdgeStyleAction.sharp_linear.text = Sirge ahenev s\u00F5lmede \u00FChendusjoon
-EdgeStyleAsParentAction.text = Kui eelmine
-EdgeWidthAction_width_parent.text = Naabers\u00F5lmega \u00FChendusjoon
-EdgeWidthAction_width_thin.text = Kitsas
-edit = &Redigeerimine
-edit.decision = HTML Redaktor
-edit.edit_rich_text = Kas soovid kasutada vorminduselemente nagu rasvane - ja kaldkiri?
-edit_link_manually = Redigeeri k\u00E4sitsi h\u00FCperviidet...
-EditAction.text = Redigeeri s\u00F5lme
-EditAttributesAction.text = Redigeeri omadusi
-EditFilterAction.text = Redigeeri
-EditLongAction.text = Redigeeri s\u00F5lme aknas...
-EncryptedMap.text = Loo kr\u00FCpteeritud kaart ...
-EncryptedMap.tooltip = Loo uus kr\u00FCpteeritud kaart
-enter_base_url = Ma lisan viited suhteliste aadressidena. Palun sisesta p\u00F5hiaadress.
-enter_confirms = &Enter kinnitab
-EnterPassword.text = &L\u00FClita kr\u00FCpteeritud/kr\u00FCpteerimata
-error = Viga
-error_applying_template = XSL-mallide kehtestamisel tekkis viga.
-error_creating_directory = Ei suuda kataloogi luua, et sinna eksportida.
-export_pdf_text = Kaasaskantav DokumendiVorming (PDF)
-export_svg_text = Skaleeritav Vektorgraafika (SVG)
-ExportAction.text = &Ekspordi
-ExportBranchAction.text = S\u00F5lmede haru kui uus kaart ...
-ExportBranchToHTMLAction.text = Haru HTML-ina
-ExportPdf.text = Kui PDF...
-ExportSvg.text = Kui SVG...
-ExportToHTMLAction.text = HTML-ina
-ExportToImage.jpg.text = Kui JPEG...
-ExportToImage.png.text = Kui PNG...
-ExportToOoWriter.text = Kui OpenOffice.org Writer-i dokument...
-ExportToOoWriter.tooltip = Lahtivolditud s\u00F5lmed muudavad struktuuri, kokkuvolditud s\u00F5lmed dokumendi sisu.
-extension_menu = F\u00FC\u00FCsiline &Stiil
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = KKK
-file = &Fail
-file_already_exists = Fail nimega {0} on juba olemas. Kas soovid seda \u00FCle kirjutada?
-file_not_found = Faili {0} ei leitud
-filter = Filter
-filter_add = &Lisa
-filter_and = &ja
-filter_conditions = Filtrid
-filter_contains = Sisaldab
-filter_delete = &Kustuta
-filter_dialog = Filtri Koostaja
-filter_does_not_exist = Ei ole olemas
-filter_edit_description = Redigeeri filtrite nimekirja
-filter_enter_value = Sisesta v\u00E4\u00E4rtus
-filter_exist = On olemas
-filter_icon = Ikoon
-filter_is_equal_to = On v\u00F5rdne
-filter_is_not_equal_to = Ei ole v\u00F5rdne
-filter_link = Hyperlink[translate me]
-filter_no_filtering = Ei filtreerita
-filter_node = S\u00F5lme tekst
-filter_not = &Ei ole
-filter_or = &v\u00F5i
-filter_select = &Vali
-filter_selected_node_view = Hetkel valitud s\u00F5lmed
-find_what = Mida otsida
-FindAction.text = Otsi...
-fit_map_to_page = Mahuta \u00FChele lehek\u00FCljele
-FitToPage.text = Suurenda, et &Mahutada lehele
-FitToPage.tooltip = Muuda suurendust selliselt, et kogu kaart mahub k\u00E4esolevasse aknasse.
-fold = Voldi
-FoldAllAction.text = Voldi k\u00F5ik kokku
-FoldAllAction.tooltip = <html>Voldib valitud s\u00F5lmed ja nende all olevad s\u00F5lmed kokku.</html>
-FoldOneLevelAction.text = Voldi \u00FChe taseme v\u00F5rra kokku
-FoldOneLevelAction.tooltip = <html>Voldib valitud s\u00F5lmed \u00FChe taseme v\u00F5rra kokku.</html>
-follow_graphical_link = Mine:
-FollowLinkAction.text = Ava h\u00FCperviide
-font = Kirjat\u00FC\u00FCp
-FontFamilyAction.text = kirja perekond
-FontSizeAction.text = kirja suurus
-format_menu_edge_styles = &\u00DChendusjoone stiilid
-format_menu_edge_widths = \u00DChendusjoone &Laiused
-FormatCopy.text = Kopeeri kujundus
-FormatCopy.tooltip = <html>Kopeerib s\u00F5lme kujunduse.</html>
-FormatPaste.text = Aseta kujundus
-FormatPaste.tooltip = <html>Asetab s\u00F5lme kujunduse.</html>
-ForwardAction.text = Edasi
-ForwardAction.tooltip = H\u00FCppab valitud ahelas edasi
-Freeplane.progress.buildScreen = Loon graafilise liidese...
-Freeplane.progress.createController = Loo kontroller...
-Freeplane.progress.createInitialMode = Loo algne re\u017Eiim...
-Freeplane.progress.endStartup = Programmi k\u00E4ivitamine l\u00F5petatud.
-Freeplane.progress.gettingPreferenceDirectories = Hangin kataloogide eelistusi...
-Freeplane.progress.gettingPreferences = Hangin eelistusi...
-Freeplane.progress.loadMaps = Laadin kaardid...
-Freeplane.progress.propagateLookAndFeel = Kehtesta v\u00E4limus ja tunnetus...
-Freeplane.progress.settingPreferences = Muudan eelistused...
-Freeplane.progress.startCreateController = Alusta kontrolleri loomist...
-Freeplane.progress.updateLookAndFeel = Uuenda v\u00E4ljan\u00E4gemist ja tunnetust...
-freeplane_reverted = Freeplane_Taastatud_
-FreeplaneHelpStarter.text = Abi...
-FreeplaneHelpStarter.tooltip = Freeplane-i laiendatud abi
-GotoLinkNodeAction.text = Mine aadressile
-GrabKeyDialog.common.cancel = Loobu
-GrabKeyDialog.common.ok = Sobib
-GrabKeyDialog.grab-key.assigned-to = On m\u00E4\u00E4ratud
-GrabKeyDialog.grab-key.assigned-to.none = Hetkel ei ole m\u00E4\u00E4ratud
-GrabKeyDialog.grab-key.clear = Puhasta
-GrabKeyDialog.grab-key.remove = Eemalda
-GrabKeyDialog.grab-key.remove-ask = Oled Sa kindel, et soovid seda kiirklahvi eemaldada?
-GrabKeyDialog.grab-key.title = Sisesta uus klahv
-help = Abi
-HideAllAttributesAction.text = Peida k\u00F5ik omadused
-HierarchicalIconsAction.text = N\u00E4ita ikoone &hierarhiliselt
-HierarchicalIconsAction.tooltip = Kui \u00FCks (suur)s\u00F5lmedest omab ikooni siis n\u00E4idatakse seda ka v\u00E4ikeses formaadis.
-HotKeyInfoAction.text = Key Reference[translate me]
-html_export_based_on_headings = HTML-i eksportimine - p\u00F5hineb p\u00E4istel
-html_export_fold_all = HTML-i eksportimine - voldi k\u00F5ik
-html_export_fold_currently_folded = HTML-i eksportimine - voldi nii nagu hetkel on volditud
-html_export_no_folding = HTML-i eksportimine - ei voldita
-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_attach = Vaata siia
-icon_back = Tagasi
-icon_bee = Freeplane[translate me]
-icon_bell = J\u00E4ta meelde
-icon_bookmark = Parim
-icon_broken-line = Katkine
-icon_button_cancel = Ei sobi
-icon_button_ok = Sobib
-icon_calendar = Kuup\u00E4ev
-icon_clanbomber = Ohtlik
-icon_clock = Aeg
-icon_closed = Sissep\u00E4\u00E4su ei ole
-icon_decrypted = Lahti lukustatud
-icon_desktop_new = \u00C4ra unusta
-icon_down = Alla
-icon_edit = Puhasta
-icon_encrypted = Lukustatud
-icon_family = Perekond
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = Punane lipp
-icon_flag-black = Must lipp
-icon_flag-blue = Sinine lipp
-icon_flag-green = Roheline lipp
-icon_flag-orange = Oran\u017E lipp
-icon_flag-pink = Roosa lipp
-icon_flag-yellow = Kollane lipp
-icon_folder = Kataloog
-icon_forward = Edasi
-icon_freemind_butterfly = FreeMind
-icon_full-1 = Prioriteet 1
-icon_full-2 = Prioriteet 2
-icon_full-3 = Prioriteet 3
-icon_full-4 = Prioriteet 4
-icon_full-5 = Prioriteet 5
-icon_full-6 = Prioriteet 6
-icon_full-7 = Prioriteet 7
-icon_full-8 = Prioriteet 8
-icon_full-9 = Prioriteet 9
-icon_gohome = Kodu
-icon_group = Group[translate me]
-icon_help = K\u00FCsimus
-icon_hourglass = Ootab
-icon_idea = Idee
-icon_info = Info[translate me]
-icon_kaddressbook = Telefon
-icon_kmail = E-post
-icon_knotify = Muusika
-icon_korn = E-postkast
-icon_ksmiletris = Olen \u00F5nnelik
-icon_licq = Kena
-icon_Mail = E-post
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = &Ikoonid
-icon_messagebox_warning = T\u00E4htis
-icon_password = V\u00F5ti
-icon_pencil = Rafineeritud
-icon_penguin = GNU/Linux
-icon_smiley-angry = Vihane
-icon_smiley-neutral = M\u00F5tet ei ole
-icon_smiley-oh = \u00DCllatav
-icon_smily_bad = Ma ei ole kaasa haaratud
-icon_stop = Seis
-icon_stop-sign = Seis
-icon_up = \u00DCles
-icon_wizard = Maagiline
-icon_xmag = R\u00E4\u00E4gitud
-icon_yes = T\u00E4htis
-IconGroupPopupAction.miscellaneous.text = Miscellaneous[translate me]
-IconGroupPopupAction.office.text = Office[translate me]
-IconSelectionPlugin.text = Vali ikoon...
-IconSelectionPlugin.tooltip = <html>Siin saab valida ikooni, kasutades selleks alamakent.</html>
-import = Import
-import_linked_branch_no_link = Valitud s\u00F5lmel ei ole \u00FChtki viidet importida.
-ImportAction.text = &Impordi
-ImportBranchAction.text = Haru...
-ImportExplorerFavoritesAction.text = MS Internet Explorer-i viited...
-ImportFolderStructureAction.text = Kataloogide struktuur...
-ImportLinkedBranchAction.text = Viidatud haru
-ImportLinkedBranchWithoutRootAction.text = (Viidatud haru) ilma juurkataloogita...
-ImportMindmanagerFiles.text = MindManager X5 kaart...
-increase_branch_font_size = Suurem haru kirja
-IncreaseNodeFontAction.text = Suurem haru kirja
-ItalicAction.text = Kaldkiri
-italicise_branch = Kaldkirjaks
-JoinNodesAction.text = \u00DChenda s\u00F5lmed
-less_than_two_selected_nodes = Sa pead valima v\u00E4hemalt kaks s\u00F5lme, et viidet teha.
-link_not_available_any_more = See viide ei t\u00F6\u00F6ta enam. Nendevaheline s\u00F5lm on kustutatud.
-link_not_found = Viidet {0} ei leitud.
-load = &Laadi
-locking_failed_by_open = {0} kaardi lukustamine eba\u00F5nnestus. Avan vaid lugemisre\u017Eiimis.
-locking_failed_by_save_as = {0} kaardi lukustamine eba\u00F5nnestus. Tegevus Salvesta kui... katkestati.
-locking_old_lock_removed = {0} kaart lukustati {1} kasutaja poolt. Lukustus eemaldati kuna see on vana.
-long_node_changed_cancel = Sa oled muutnud s\u00F5lme. Kas soovid muudatused unustada?
-long_node_changed_submit = Sa oled muutnud s\u00F5lme. Kas soovid muudatused salvestada?
-lots_of_links_warning = Sa oled samale s\u00F5lmele mitut viidet loomas. Kas t\u00F5esti soovid neid viiteid luua?
-map_already_exists = Kaart on juba olemas. Kas soovid seda \u00FCle kirjutada?
-map_corrupted = Kaart on vigane. Kas soovid detaile n\u00E4ha?
-map_locked_by_open = {0} kaarti redigeerib juba {1} kasutaja. Avan vaid lugemisre\u017Eiimis.
-map_locked_by_save_as = {0} kaart on parasjagu {1} kasutaja poolt redigeerimisel. Tegevus Salvesta kui katkestati.
-map_not_saved = Kaarti ei ole enne salvestatud.
-menu_attributes = &Omadused
-menu_extras = &T\u00F6\u00F6riistad
-menu_file_import = &Impordi
-menu_filter = Filter[translate me]
-menu_format = &Vormindus
-menu_insert = &Lisamine
-menu_navigate = &Liikumine
-menu_view = &Vaade
-mindmap = M\u00F5ttekaart
-mindmaps = M\u00F5ttekaardid
-mindmaps_desc = M\u00F5ttekaardid (*.mm)
-mindmaps_filter_desc = Filtrid (*.mmfilter)
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Re\u017Eiim ei ole saadaval
-mode_status = Re\u017Eiim muudeti re\u017Eiimiks {0}
-mode_title = Freeplane - {0} re\u017Eiim
-modes = Re\u017Eiimid
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = &Enimkasutatavad failid
-MoveToRootAction.text = Liigu algusesse
-NavigationNextMapAction.text = J\u00E4rgmine kaart
-NavigationPreviousMapAction.text = Eelmine kaart
-new_mindmap = Uus m\u00F5ttekaart
-new_node = Uus s\u00F5lm
-new_node_as_sibling_not_possible_for_the_root = Uut peas\u00F5lme ei saa lisada.
-NewChildAction.text = Uus s\u00F5lm olemasoleva s\u00F5lme alla
-NewMapAction.text = Uus
-NewParentNode.text = Uus peas\u00F5lm
-NewParentNode.tooltip = <html>K\u00F5ik valitud saadeti uueks peas\u00F5lmeks.</html>
-NewPreviousSiblingAction.text = Uus s\u00F5lm vasakule poole peas\u00F5lme alla
-NewSiblingAction.text = Uus s\u00F5lm peas\u00F5lme alla
-no = Ei
-no_format_copy_before_format_paste = Sa ei saa vormindust asetada kuni ei ole \u00FChtegi kopeeritud.
-no_found_from = <html>Ei <b>{0}</b> leitud <b>{1}</b>.
-no_more_found_from = <html>Rohkem <b>{0}</b> ei leitud <b>{1}</b>.
-no_previous_find = Eelmist ei leitud.
-node = S\u00F5lm
-node_changed_discard_changes = Sa oled muutnud s\u00F5lme. Kas soovid muudatused unustada?
-node_is_write_protected = Sihtm\u00E4rk (s\u00F5lm) on kirjutuskaitstud.
-node_location_help = Lohistamine muudab s\u00F5lme asukohta, CTRL+lohistamine muudab kauguseid, topeltkl\u00F5ps ja CTRL+topeltkl\u00F5ps taastavad algseaded.
-NodeBackgroundColorAction.text = &S\u00F5lme taustav\u00E4rv...
-NodeColorAction.text = S\u00F5lme v\u00E4rv...
-NodeColorBlendAction.text = Sega v\u00E4rv
-NodeDownAction.text = Liiguta s\u00F5lm alla
-NodeListAction.text = Otsi ja asenda...
-NodeListAction.tooltip = N\u00E4itab k\u00F5iki s\u00F5lmi otsitava nimekirjana koos filtreerimisv\u00F5imalusega.
-NodeShapeAction.bubble.text = &Mull
-NodeShapeAction.fork.text = &Haru
-NodeUpAction.text = Liiguta s\u00F5lm \u00FCles
-nonboldify_branch = Eemalda rasvane kiri
-nonitalicise_branch = Eemalda kaldkiri
-normal = Tavaline
-not_saved_for_link_error = Kaart tuleb salvestada enne kui saab viidet failile lisada.
-ok = &Sobib
-OKAction.text = &Sobib
-OpenAction.text = Ava...
-OpenFreeplaneSiteAction.text = Freeplane-i koduleht
-option_changes_may_require_restart = Muudetud seadistuste j\u00F5ustumiseks tuleb Freeplane taask\u00E4ivitada.
-OptionalDontShowMeAgainDialog.cancel = &Ei
-OptionalDontShowMeAgainDialog.dontShowAgain = &\u00C4ra uuesti k\u00FCsi enam
-OptionalDontShowMeAgainDialog.ok = &Jah
-OptionalDontShowMeAgainDialog.rememberMyDescision = &J\u00E4ta minu otsus meelde.
-OptionPanel.absolute = Absoluutne
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automaatne mustrite paigutus
-OptionPanel.antialias = Kirjakujude pehmendamine
-OptionPanel.antialias.tooltip = <html>M\u00E4\u00E4ratleb kaardi kvaliteedi. Kirjakujude pehmendamise (antialias) suurendamine n\u00F5uab ka rohkem aega.</html>
-OptionPanel.antialias_all = Pehmenda: fonte k\u00F5ikjal
-OptionPanel.antialias_edges = Pehmenda: servad
-OptionPanel.antialias_none = L\u00FClita kirja pehmendamine v\u00E4lja
-OptionPanel.Appearance = V\u00E4limus
-OptionPanel.ar = AR (araabia keel)
-OptionPanel.as_parent = Kui naaber
-OptionPanel.ask = K\u00FCsi
-OptionPanel.automatic = Automaatne
-OptionPanel.automaticFormat_level = Automaatne stiilide paigutus
-OptionPanel.automaticFormat_level1 = Peas\u00F5lme kujundus
-OptionPanel.automaticFormat_level2 = 1. taseme s\u00F5lme kujundus
-OptionPanel.Behaviour = K\u00E4itumine
-OptionPanel.bezier = Bezier[translate me]
-OptionPanel.bubble = Mull
-OptionPanel.Cancel = Loobu
-OptionPanel.childpattern = Alams\u00F5lme muster
-OptionPanel.childpattern.tooltip = Valitud muster m\u00E4\u00E4ratakse k\u00F5ikidele alams\u00F5lmedele.
-OptionPanel.clear_all_setters = L\u00FClita k\u00F5ik
-OptionPanel.clear_all_setters.tooltip = Lubab v\u00F5i keelab k\u00F5ik muutmise indikaatorid.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Kombineeritud
-OptionPanel.convert_to_current_version = <html>Teisenda kaardid automaatselt vanast Freeplane-i versioonist <br>k\u00E4esolevasse versiooni?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Ainult v\u00E4ga suurtele kaartidele, mida ei ole vaja teisendada <br>(see info on ekspertidele) v\u00F5id Sa avada vanemas vormingus kaarte neid k\u00E4esolevasse vormingusse teisendamata.</html>
-OptionPanel.cs = CS (t\u0161ehhi keel)
-OptionPanel.cut_nodes_without_question = L\u00F5igata s\u00F5lmed kinnitust k\u00FCsimata?
-OptionPanel.cut_nodes_without_question.tooltip = Kui see on valitud siis s\u00F5lmed l\u00F5igatakse kinnitust k\u00FCsimata. See v\u00F5ib p\u00F5hjustada informatsiooni kaotuse kui t\u00E4helepanuta kasutada.
-OptionPanel.da = DK (taani keel)
-OptionPanel.de = DE (saksa keel)
-OptionPanel.default = Vaikimisi
-OptionPanel.default_browser_command_mac = Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk Mac-is
-OptionPanel.default_browser_command_mac.tooltip = <html> ja Mac-ile: (t\u00E4nud Nick-ile!)</html>
-OptionPanel.default_browser_command_other_os = Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk teistes OS-ides
-OptionPanel.default_browser_command_other_os.tooltip = <html> See on Linux-ile t\u00FC\u00FCpiline:</html>
-OptionPanel.default_browser_command_windows_9x = Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk MS Windows 9x-s
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Windowsi jaoks (jutum\u00E4rgid on vajalikud t\u00E4nu h\u00FCperviitele, millel on "=" m\u00E4rk viites).</html>
-OptionPanel.default_browser_command_windows_nt = Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk MS Windows NT-s
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Windowsi jaoks (jutum\u00E4rgid on vajalikud t\u00E4nu h\u00FCperviitele, millel on "=" m\u00E4rk viites).</html>
-OptionPanel.Defaults = Vaikimisi seaded
-OptionPanel.delete_automatic_saves_at_exit = Kustuta programmist v\u00E4ljumisel automaatselt salvestatud t\u00F6\u00F6d.
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Kui soovid, et Freeplane kustutaks automaatselt sulgemisel failid siis m\u00E4\u00E4ra see muutuja t\u00F5eseks</html>
-OptionPanel.delete_nodes_without_question = Kustutada s\u00F5lmed kinnitust k\u00FCsimata?
-OptionPanel.delete_nodes_without_question.tooltip = Kui siin on m\u00E4rgitud siis s\u00F5lmed kustutatakse kinnitust k\u00FCsimata. See v\u00F5ib p\u00F5hjustada informatsiooni kaotuse t\u00E4helepanuta kustutamisel.
-OptionPanel.disable_cursor_move_paper = Keela kursor tausta liigutamisel
-OptionPanel.disable_cursor_move_paper.tooltip = <html>\u00C4ra n\u00E4ita tausta liigutamisel kursori kuju muutust</html>
-OptionPanel.edgecolor = \u00DChendusjoone v\u00E4rv
-OptionPanel.edgecolor.tooltip = Naabers\u00F5lmega \u00FChendava joone omadused (kehtib samuti k\u00F5ikide teisi alams\u00F5lmi \u00FChendavate joonte kohta)
-OptionPanel.edgestyle = \u00DChendusjoone stiil
-OptionPanel.edgestyle.tooltip = Naabers\u00F5lmega \u00FChendava joone omadused (kehtib samuti k\u00F5ikide teisi alams\u00F5lmi \u00FChendavate joonte kohta)
-OptionPanel.edgewidth = \u00DChendusjoone laius
-OptionPanel.edgewidth.tooltip = Naabers\u00F5lmega \u00FChendava joone omadused (kehtib samuti k\u00F5ikide teisi alams\u00F5lmi \u00FChendavate joonte kohta)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Sisestusklahv (Enter) kinnitab vaikimisi
-OptionPanel.el__max_default_window_height = Suurim vaikimisi akna k\u00F5rgus
-OptionPanel.el__max_default_window_width = Suurim vaikimisi akna laius
-OptionPanel.el__min_default_window_height = V\u00E4him vaikimisi akna k\u00F5rgus
-OptionPanel.el__min_default_window_width = V\u00E4him vaikimisi akna laius
-OptionPanel.el__position_window_below_node = Asukoha aken allpool s\u00F5lme
-OptionPanel.en = EN (inglise keel)
-OptionPanel.Environment = Keskkond
-OptionPanel.es = ES (hispaania keel)
-OptionPanel.et = Et (eesti keel)
-OptionPanel.execute_scripts_without_asking = Kas skriptid tuleb k\u00E4ivitada kinnitust k\u00FCsimata?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Freeplane-i skriptid on p\u00F5him\u00F5tteliselt suutelised mistahes tegevust Sinu arvutis tegema. <br>Seet\u00F5ttu ei peaks Sa skripte k\u00E4ivitama, mille ohutuses Sa kindel ei ole.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Luba k\u00E4ivitada teisi rakendusi (EI ole soovitatav)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Kui Sinu Lahe Skript vajab k\u00E4ivitumiseks teisi rakendusi (nt veebilehitseja) luba k\u00FCsimata(!),<br>siis pead Sa selle v\u00F5imaluse lubama. <br>Kuid ole ettevaatlik kuna t\u00E4nap\u00E4eval v\u00F5ivad kahtlased skriptid kahjustada Sinu arvutit!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Failioperatsioonide lubamine (EI ole soovitatav)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Kui Sinu Lahe Skript vajab k\u00E4ivitumiseks failioperatsioone (avamine, sulgemine, lugemine, kirjutamine, kustutamine (!)),<br>siis pead Sa selle v\u00F5imaluse lubama. <br>Kuid ole ettevaatlik kuna t\u00E4nap\u00E4eval v\u00F5ivad kahtlased skriptid kahjustada Sinu arvutit!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Luba v\u00F5rguoperatsioonid (EI ole soovitatav)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Kui Sinu Lahe Skript vajab k\u00E4ivitumiseks v\u00F5rguoperatsioone,<br>siis pead Sa selle v\u00F5imaluse lubama. <br>Kuid ole ettevaatlik kuna t\u00E4nap\u00E4eval v\u00F5ivad kahtlased skriptid paljastada Sinu saladused!</body></html>
-OptionPanel.experimental_file_locking_on = Katseline faili lukustamine
-OptionPanel.experimental_file_locking_on.tooltip = <html> Katsetusj\u00E4rgus olev omadus</html>
-OptionPanel.export_icons_in_html = Ekspordi ikoonid HTML-i
-OptionPanel.export_icons_in_html.tooltip = <html> M\u00E4\u00E4rab Freeplane-ist HTML-i eksportimisel ikoonide kaasapanemise. P\u00F5hiprobleem ikoonidega on see, et ei leita HTML-koodis viidatud aadressilt ikooni.</html>
-OptionPanel.Files = Failid
-OptionPanel.first = Esimene
-OptionPanel.foldingsymbolwidth = Voltimise s\u00FCmboli laius
-OptionPanel.foldingsymbolwidth.tooltip = <html>Voltimise m\u00E4rkimist v\u00F5imaldava ringikujulise s\u00FCmboli laius</html>
-OptionPanel.fork = Haru
-OptionPanel.fr = FR (prantsuse keel)
-OptionPanel.gl = GL (Galicia, Hispaania)
-OptionPanel.gtk = Gtk
-OptionPanel.hr = HR (horvaadi keel)
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = P\u00F5hineb p\u00E4istel
-OptionPanel.html_export_fold_all = Voldi k\u00F5ik kokku
-OptionPanel.html_export_fold_currently_folded = Voldi hetkel volditud kokku
-OptionPanel.html_export_folding = Voltimine HTML-ekspordil
-OptionPanel.html_export_no_folding = Ei voldita
-OptionPanel.hu = HU (ungari keel)
-OptionPanel.icon = Ikoon
-OptionPanel.icon.tooltip = Kui kehtestada siis s\u00F5lmele tekib t\u00E4pselt samasugune ikoon.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = IT (itaalia keel)
-OptionPanel.ja = JA (jaapani keel)
-OptionPanel.Keystrokes = Kiirklahvid
-OptionPanel.ko = KR (kanuri keel)
-OptionPanel.label_font_size = Kirjakuju suurus
-OptionPanel.language = Keel
-OptionPanel.language.tooltip = <html>See on keel, mida programm kasutama peaks. 'automaatne' proovib laadida sisseloginud kasutajakeskkonna keele eelistust. </html>
-OptionPanel.last = Viimane
-OptionPanel.last_opened_list_length = Viimati avatud nimekirja pikkus
-OptionPanel.linear = Linear[translate me]
-OptionPanel.links = Viited
-OptionPanel.links.tooltip = <html>Sisesta viited kas suhteliste v\u00F5i absoluutaadressidena.</html>
-OptionPanel.load_folding = On Load[translate me]
-OptionPanel.load_last_map = Ava automaatselt viimati avatud kaart
-OptionPanel.load_last_map.tooltip = <html>Kui Freeplane k\u00E4ivitub siis avab ta automaatselt viimati avatud kaardi, kui see on valitud.</html>
-OptionPanel.lookandfeel = V\u00E4limus
-OptionPanel.lookandfeel.tooltip = <html>V\u00E4ljan\u00E4gemine kasutamiseks. 'metalne','windows','motif', 'gtk' on toetatud 'mac'on saadaval vaid MacOS-is. Vaikimisi t\u00E4hendab seda, et vaikimisi v\u00E4ljan\u00E4gemist kasutatakse. Kui soovid isetehtud v\u00E4limust kasutada, palun sisesta klassi nimi siia ja veendu, et vastav *.jar fail on ka olemas, mida laadida. Kui v\u00E4ljan\u00E4gemisega ilmnevad probleemid siis vali 'mitte midagi' siin. See t\u00F6\u00F6tab applet-itega. </html>
-OptionPanel.lt = LT (leedu keel)
-OptionPanel.max_node_width = Maksimaalne s\u00F5lme laius
-OptionPanel.max_node_width.tooltip = <html>Vaikimisi maksimaalne s\u00F5lme laius pikselites</html>
-OptionPanel.metal = Metalne
-OptionPanel.motif = Motif
-OptionPanel.nb = NB (bokm\u00E5l, norra keel)
-OptionPanel.nl = NL (hollandi keel)
-OptionPanel.nn = NN (nynorsk, norra keel)
-OptionPanel.nodebackgroundcolor = S\u00F5lme tausta v\u00E4rv
-OptionPanel.nodebackgroundcolor.tooltip = S\u00F5lmede taust kui ei ole valitud
-OptionPanel.nodecolor = S\u00F5lme v\u00E4rv
-OptionPanel.nodecolor.tooltip = S\u00F5lmede esiplaani v\u00E4rv kui ei ole valitud.
-OptionPanel.nodefontbold = Rasvane kiri
-OptionPanel.nodefontitalic = Kaldkiri
-OptionPanel.nodefontname = S\u00F5lme kirjakuju nimi
-OptionPanel.nodefontsize = S\u00F5lme kirjakuju suurus
-OptionPanel.nodeshape = S\u00F5lme stiil
-OptionPanel.nodeshape.tooltip = <html>Stiil kirjeldab s\u00F5lme v\u00E4list kujundust. <br>V\u00F5imalikud v\u00E4\u00E4rtused:<br><table border="1"><tr><td>fork: </td><td> ilma \u00FCmbritseva kastita,</td></tr><tr><td>mull: </td><td> s\u00F5lm \u00FCmbritseva ristk\u00FClikuga,</td></tr><tr><td>Kui naabers\u00F5lm: </td><td> kopeerib stiili naabers\u00F5lmelt <br>v\u00F5i vaikimisi peas\u00F5lme stiili peas\u00F5lmele,</td></tr><tr><td>Kombineeritud: </td><td> Mull kui s\u00F5lm on kokku volditud, muidu haru.</td></tr></table></html>
-OptionPanel.nodetext = S\u00F5lme tekst
-OptionPanel.nodetext.tooltip = Siin saab sisestada s\u00F5lme teksti. Eelmine tekst unustatakse kui selline muster lisatakse.
-OptionPanel.nothing = Mitte midagi
-OptionPanel.number_of_different_files_for_automatic_save = Automaatsalvestamisel erinevate failide arv
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> kaartide salvestuste erinevate failide arv n. Esimene automaatne salvestus kirjutatakse esimesse faili, jne kuni n+1 salvestuseni, mis salvestatakse taas esimese failina (ts\u00FCklina)</html>
-OptionPanel.OK = Salvesta
-OptionPanel.patternname = Nimi
-OptionPanel.patternname.tooltip = Unikaalne mustri nimi
-OptionPanel.pl = PL (poola keel)
-OptionPanel.placenewbranches = Aseta uued harud
-OptionPanel.placenewbranches.tooltip = <html>Kuhu asetada s\u00F5lmede uued harud. Kehtivad v\u00E4\u00E4rtused on 'esimeseks' ja 'viimaseks' </html>
-OptionPanel.printonwhitebackground = <html>Valge taust printimise ajaks</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Kasuta printimisel alati valget tausta</html>
-OptionPanel.pt_BR = PT BR (brasiilia portugali keel)
-OptionPanel.pt_PT = PT PT (portugali keel)
-OptionPanel.relative = Suhteline
-OptionPanel.remove_notes_without_question = Eemaldada m\u00E4rkmed kinnitust k\u00FCsimata?
-OptionPanel.remove_notes_without_question.tooltip = Kui see m\u00E4rkeruut on m\u00E4rgitud siis valitud s\u00F5lmede m\u00E4rkused eemaldatakse kinnitust k\u00FCsimata. See v\u00F5ib lohaka kasutuse tagaj\u00E4rjel tuua kaasa informatsiooni kaotuse.
-OptionPanel.ru = RU (vene keel)
-OptionPanel.script_user_key_name_for_signing = V\u00F5imalik kiirklahv allkirjastamiseks
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>Kui soovid oma skripte allkirjastada, sisesta v\u00F5tme analoog siia. <br>See v\u00F5ti j\u00E4\u00E4b vaikimisi kiirklahvide hulka. <br>Salastatud v\u00F5tmete salas\u00F5na peab langema kokku kiirklahvide salas\u00F5naga (see on vaikimisi nii).</html>
-OptionPanel.selection_method = Valiku meetod
-OptionPanel.selection_method.tooltip = <html> j\u00E4rgneva v\u00F5tme abil saab lubada/keelata viivitusega valiku skeemi. Automaatseadistus. \u00C4ra muuda neid kuna need salvestatakse faili auto.properties nagunii.</html>
-OptionPanel.selection_method_by_click = Kl\u00F5psamisel
-OptionPanel.selection_method_delayed = Viivitusega
-OptionPanel.selection_method_direct = Otse
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Mustrid
-OptionPanel.separator.anti_alias = Kirjakujude pehmendamine
-OptionPanel.separator.attributes = Omadused
-OptionPanel.separator.automatic_save = Automaatne salvestamine
-OptionPanel.separator.behaviour = K\u00E4itumine
-OptionPanel.separator.browser = Lehitseja
-OptionPanel.separator.commands_for_the_program = Programmik\u00E4sud
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Vaikimisi v\u00E4rvid
-OptionPanel.separator.default_fonts = Vaikimisi kirjat\u00FC\u00FCbid
-OptionPanel.separator.default_styles = Vaikimisi stiilid
-OptionPanel.separator.EdgeControls = \u00DChendusjooned
-OptionPanel.separator.edit_long_node_window = Redigeeri s\u00F5lme h\u00FCpikaknas
-OptionPanel.separator.files = Failid
-OptionPanel.separator.General = \u00DCldine
-OptionPanel.separator.html_export = HTML-eksport
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.hyperlink_types = H\u00FCperviite t\u00FC\u00FCbid
-OptionPanel.separator.icon_properties = Ikoonid
-OptionPanel.separator.icons = Ikoonid valikus "Vali ikoon..."
-OptionPanel.separator.initial_map_size = Esialgne kaardi suurus
-OptionPanel.separator.key_typing = Kiirklahvid
-OptionPanel.separator.language = Keel
-OptionPanel.separator.look_and_feel = V\u00E4limus
-OptionPanel.separator.mouse_wheel = Hiireratas
-OptionPanel.separator.new_node_commands = Uue s\u00F5lme k\u00E4sud
-OptionPanel.separator.node_editing_commands = S\u00F5lme redigeerimise k\u00E4sud
-OptionPanel.separator.node_navigation_commands = S\u00F5lme liigutamise k\u00E4sud
-OptionPanel.separator.NodeColors = S\u00F5lmede v\u00E4rvid
-OptionPanel.separator.NodeFont = S\u00F5lme kirjakuju
-OptionPanel.separator.notifications = Kinnitused
-OptionPanel.separator.other_defaults = Teised vaikimisi seaded
-OptionPanel.separator.others = Teised kiirklahvid
-OptionPanel.separator.patterns = Mustrid
-OptionPanel.separator.root_node_appearance = Peas\u00F5lme v\u00E4limus
-OptionPanel.separator.save = Salvesta
-OptionPanel.separator.selection_colors = V\u00E4rvivalik
-OptionPanel.separator.selection_method = Valiku meetod
-OptionPanel.separator.undo = V\u00F5ta tagasi
-OptionPanel.separator.updates = Program Updates[translate me]
-OptionPanel.set_property_text = Muuda
-OptionPanel.set_property_text.tooltip = T\u00FChi: \u00C4ra puutu; Miinus=Eemalda omadused (kehtestab vaikimisi v\u00E4\u00E4rtused); Pluss=Muuda omadust
-OptionPanel.setscript = Muudame?
-OptionPanel.setscript.tooltip = Skripti v\u00F5ib ka stiiliga siduda.
-OptionPanel.sharp_bezier = j\u00E4rsud kurvid
-OptionPanel.sharp_linear = terav serv
-OptionPanel.show_icon_for_attributes = N\u00E4ita omaduste ikooni
-OptionPanel.signed_script_are_trusted = Usalda allkirjastatud skripte (soovitatav).
-OptionPanel.signed_script_are_trusted.tooltip = Kui skriptid on allkirjastatud usaldusv\u00E4\u00E4rsete partnerite poolt (nt Freeplane-i autori v\u00F5i Sinu enda poolt), siis see k\u00E4ivitatakse ilma piiranguteta.
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = SL (sloveenia keel)
-OptionPanel.standardbackgroundcolor = Standardne taustav\u00E4rv
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standardne taustav\u00E4rv HTML-viidetes </html>
-OptionPanel.standardcloudcolor = Standardne pilve v\u00E4rv
-OptionPanel.standardcloudcolor.tooltip = <html>Standardne pilve v\u00E4rv HTML-m\u00E4rgendis </html>
-OptionPanel.standardcloudestyle = Standardne pilvestiil
-OptionPanel.standardcloudestyle.tooltip = <html>Standardne pilvestiil. Hetkel vaid 'puutujak\u00F5ver' on toetatud</html>
-OptionPanel.standarddrawrectangleforselection = N\u00E4ita valitud s\u00F5lmi mullides
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Joonista valitud s\u00F5lmedele mullid \u00FCmber.</html>
-OptionPanel.standardlinkcolor = Standardne viite v\u00E4rv
-OptionPanel.standardlinkcolor.tooltip = <html>Standardne viite v\u00E4rv HTML-m\u00E4rgendis </html>
-OptionPanel.standardlinkestyle = Standardne viite stiil
-OptionPanel.standardlinkestyle.tooltip = <html>Standardne viite stiil.  Hetkel vaid 'puutujak\u00F5ver' on toetatud</html>
-OptionPanel.standardselectednodecolor = Standardne valitud s\u00F5lme v\u00E4rv
-OptionPanel.standardselectednodecolor.tooltip = <html>Standardne s\u00F5lme v\u00E4rv kui see on valitud (aktiivne). HTML-is #RRGGBB (16nd-koodis) </html>
-OptionPanel.standardselectednoderectanglecolor = Valitud s\u00F5lme mulli v\u00E4rv
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Valitud s\u00F5lmede mulli v\u00E4rv. HTML-is #RRGGBB (16nd-koodis) </html>
-OptionPanel.sv = SE (p\u00F5hja-saami, rootsi keel)
-OptionPanel.time_for_automatic_save = Automaatsalvestuse aeg
-OptionPanel.time_for_automatic_save.tooltip = <html> aeg kahe j\u00E4rjestiku salvestamise vahel (millisekundites, ms) : Et automaatsalvestamist keelata, m\u00E4\u00E4ra selleks numbriks 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Aeg viivitusega valikuks
-OptionPanel.time_for_delayed_selection.tooltip = <html> S\u00F5lmede valiku viivitus hiire \u00FCleliikumisel (millisekundites). Muuda selle v\u00E4\u00E4rtus 1 peale kui soovid kohest (viivituseta) valikut hiire \u00FCle s\u00F5lme liikumisel.</html>
-OptionPanel.toolTipManager.max_tooltip_width = Kohtspikri laius
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Vaikimisi kohtsprikri laius pikselites.</html>
-OptionPanel.tr = TR (t\u00FCrgi keel)
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = M\u00E4\u00E4ramata kirjakuju
-OptionPanel.undo_levels = V\u00F5ta tasemed tagasi
-OptionPanel.undo_levels.tooltip = <html>M\u00E4\u00E4rab selle, kui mitu sammu tagasiv\u00F5tmiseks salvestatakse.</html>
-OptionPanel.unfold_on_paste = Voldi s\u00F5lm asetamisel lahti.
-OptionPanel.unfold_on_paste.tooltip = Voldi s\u00F5lm asetamisel lahti v\u00F5i lohista-ning-kukuta
-OptionPanel.use_common_out_point_for_root_node = \u00DChendusjooned peas\u00F5lmega algavad \u00FChest punktist
-OptionPanel.use_common_out_point_for_root_node.tooltip = \u00DChendusjooned peas\u00F5lmega algavad \u00FChest punktist
-OptionPanel.use_tabbed_pane = Kasuta kaarte
-OptionPanel.use_tabbed_pane.tooltip = Kui valitud siis kaarte n\u00E4idatakse sakkidena (nagu Firefoxis :-) ).
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Kiirus
-OptionPanel.wheel_velocity.tooltip = Kaarti saab hiire rattaga kiiremini liigutada kui siia panna suurem v\u00E4\u00E4rtus.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = ZH CN (hiina keel)
-OptionPanel.zh_TW = ZH (hiina keel)
-out_of_memory = Out of memory.[translate me]
-PageAction.text = Lehek\u00FClje &Seaded
-PasteAction.text = Aseta
-PatternNewNameProperty = Uus muster
-PatternToString.backgroundColor = Taustav\u00E4rv
-PatternToString.Child = Alams\u00F5lme stiil
-PatternToString.color = V\u00E4rv
-PatternToString.EdgeColor = \u00DChendusjoone v\u00E4rv
-PatternToString.EdgeStyle = \u00DChendusjoone stiil
-PatternToString.EdgeWidth = \u00DChendusjoone laius
-PatternToString.FontBold = Rasvane
-PatternToString.FontItalic = Kaldu
-PatternToString.FontName = Kirjakuju nimi
-PatternToString.Icon = Ikoon
-PatternToString.NodeFontSize = Kirjakuju suurus
-plugins/ScriptEditor.cancel = &T\u00FChista muudatused ja v\u00E4lju
-plugins/ScriptEditor.exit = &Salvesta ja v\u00E4lju
-plugins/ScriptEditor.FORBIDDEN_ACTION = Freeplane-i lahedad skriptid on piiratud. J\u00E4rgnev {0,choice,0#File|1#Network|2#Exec} operatsioon on keelatud: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Sa saad seda muuta programmi seadistustes.
-plugins/ScriptEditor.menu_actions = &Tegevused
-plugins/ScriptEditor.new_script = Uus skript
-plugins/ScriptEditor.run = &K\u00E4ivita
-plugins/ScriptEditor.sign = Allkirjasta skript...
-plugins/ScriptEditor/window.Result = Tulemus:
-plugins/ScriptEditor/window.title = Skripti redaktor
-plugins/TimeList.xml_Created = Loodud
-plugins/TimeList.xml_Date = Kuup\u00E4ev
-plugins/TimeList.xml_Icons = Ikoonid
-plugins/TimeList.xml_Modified = Muudetud
-plugins/TimeList.xml_Notes = M\u00E4rkmed
-plugins/TimeList.xml_Text = Tekst
-plugins/TimeManagement.xml_appendButton = Lisa kuup\u00E4ev valitud s\u00F5lmedele
-plugins/TimeManagement.xml_Cancel = Loobu
-plugins/TimeManagement.xml_cancelButton = Loobu
-plugins/TimeManagement.xml_closeButton = Sulge
-plugins/TimeManagement.xml_Export = Ekspordi valitud s\u00F5lmed
-plugins/TimeManagement.xml_Find = Otsi
-plugins/TimeManagement.xml_Goto = Mine
-plugins/TimeManagement.xml_hour = Tund:
-plugins/TimeManagement.xml_menu_actions = Tegevused
-plugins/TimeManagement.xml_minute = Minut:
-plugins/TimeManagement.xml_reminderButton = J\u00E4ta mind selle kuup\u00E4evaga meelde
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Kui ajaarvestajale kl\u00F5psatud siis m\u00E4rgitakse k\u00E4esolev aeg \u00FCles. Vilkuvad ikoonid p\u00FC\u00FCavad siis Sinu t\u00E4helepanu.<br> Kui kaardi sulged siis \u00FClesm\u00E4rgitud ajad aktiveeruvad j\u00E4rgmine kord kui kaart avatakse.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Hetkel saab olla vaid \u00FCks meeldetuletaja s\u00F5lme kohta. <br>K\u00E4esolev meeldetuletaja on m\u00E4\u00E4ratud {0,date} {0,time}, Sinu valik oli {1,date} {1,time}. <br><br>Kas soovid s\u00F5lme meeldetuletajat muuta (JAH) <br>v\u00F5i soovid vana alles hoida (EI)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Meeldetuletaja m\u00E4rgitud {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Eemalda meeldetuletaja
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Eemalda k\u00F5ik meeldetuletajad, mis on seotud valitud s\u00F5lmedega.
-plugins/TimeManagement.xml_Replace = Asenda
-plugins/TimeManagement.xml_Replace_All = Asenda k\u00F5ik
-plugins/TimeManagement.xml_Replace_Selected = Asenda valitud
-plugins/TimeManagement.xml_Select = M\u00E4rgi
-plugins/TimeManagement.xml_todayButton = T\u00E4na
-plugins/TimeManagement.xml_WindowTitle = Ajahaldus
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Otsi & Asenda
-preferences = Eelistused
-print_preview_title = Tr\u00FCkkimise eelvaatlus
-PrintAction.text = Tr\u00FCki...
-PrintDirectAction.text = Tr\u00FCki
-printing_settings = Tr\u00FCkkimise skaleerimine
-PrintPreviewAction.text = &Tr\u00FCkkimise eelvaatlus...
-PropertyAction.text = Eelistused ...
-QuitAction.text = Sulge programm
-read_only = Ainult lugemiseks
-really_convert_to_current_version = <html>See kaart on vanema Freeplane-i abil loodud. <br>Kas teisendame uuemasse vormingusse (soovitatav)? <br>(Muidu v\u00F5etakse seda nagu see on ja ilma garantiita.) </html>
-really_cut_node = Kas t\u00F5esti l\u00F5igata s\u00F5lm(ed)?
-really_execute_script = Kas t\u00F5esti soovid k\u00E4ivitada selle kaardiga kaasasolevaid olevaid skripte? On v\u00F5imalik, et need kahjustavad Sinu arvutit.
-really_remove_node = Kas t\u00F5esti kustutada need s\u00F5lmed?
-really_remove_notes = Kas t\u00F5esti eemaldada need m\u00E4rkmed?
-RedoAction.text = Tee uuesti
-RedoFilterAction.text = Tee uuesti
-ReminderHookAction.text = Eemalda meeldetuletaja
-ReminderHookAction.tooltip = Eemaldab s\u00F5lmelt meeldetuletuse.
-RemoveAllIconsAction.text = Eemalda k\u00F5ik ikoonid
-RemoveIconAction.text = Eemalda viimane ikoon
-RemoveNoteAction.text = Eemalda m\u00E4rkmed
-RemoveNoteAction.tooltip = <html>Eemaldab m\u00E4rkuse sisu ja v\u00F5imalik, et mitmelt m\u00E4rkmelt.</html>
-rename = &Nimeta \u00FCmber
-repair_link = Paranda viide
-repair_link_question = Ei suutnud viidatud kaarti laadida. Kas soovid k\u00E4sitsi viidet parandada?
-replace = Asenda
-ResetNodeLocationAction.text = Taasta esialgne &Paigutus
-save_failed = {0} katse kaarti salvestada eba\u00F5nnestus.
-save_unsaved = Kas salvestada see m\u00F5ttekaart? :
-SaveAction.text = &Salvesta
-SaveAll.text = Salvesta &K\u00F5ik
-SaveAll.tooltip = Salvestab k\u00F5ik avatud kaardid.
-SaveAsAction.text = Salvesta kui...
-saved = Salvestatud
-scheme_evaluate = Hinda!
-ScriptEditor.text = &Skripti redaktor...
-ScriptEditor.tooltip = V\u00F5imaldab suuri skripte Freeplane-i sees kirjutada.
-ScriptEditorPanel.changed_cancel = Skripte on muudetud. Kas t\u00F5esti soovid loobuda neist muudatustest?
-select_favorites_folder = Vali kataloog kus asuvad Sinu j\u00E4rjehoidjad
-select_folder_for_importing = Vali kataloog, mida importida.
-SelectAllAction.text = Vali k\u00F5ik n\u00E4htav
-SelectBranchAction.text = Vali n\u00E4htav haru
-selection_method_by_click = \u00DCks kl\u00F5ps m\u00E4rkimiseks
-selection_method_delayed = Viivitusega automaatvalik
-selection_method_direct = Osuta, et valida
-SelectNoteAction.text = S\u00F5lme muutmise l\u00FCliti
-SelectNoteAction.tooltip = L\u00FClitu m\u00E4rkme loomise aknasse
-SetImageByFileChooserAction.text = Pilt (faililehitseja v\u00F5i viide)...
-SetLinkByFileChooserAction.text = H\u00FCperviide (faililehitseja)...
-SetLinkByTextFieldAction.text = H\u00FCperviide (tekstiv\u00E4li)...
-ShowAllAttributesAction.text = N\u00E4ita k\u00F5iki omadusi
-ShowAncestorsAction.text = N\u00E4ita eellasi
-ShowAttributeDialogAction.text = &Omaduste haldur...
-ShowDescendantsAction.text = N\u00E4ita j\u00E4rglasi
-ShowHideNoteAction.text = M\u00E4rkuste aken
-ShowHideNoteAction.tooltip = Lubab viisakalt m\u00E4rkuste aknal ilmuda v\u00F5i kaduda.
-ShowSelectedAttributesAction.text = N\u00E4ita valitud omadusi
-ShowSelectionAsRectangleAction.text = Ristk\u00FClikukujuline valik
-simplyhtml.aboutFrameTitle = Sellest programmist l\u00E4hemalt
-simplyhtml.aboutLabel = SimplyHTML-ist l\u00E4hemalt...
-simplyhtml.alignCenter = keskele
-simplyhtml.alignLabel = Alignment\:[translate me]
-simplyhtml.alignLeft = vasakule
-simplyhtml.alignRight = paremale
-simplyhtml.allCellsRangeLabel = k\u00F5ik lahtrid
-simplyhtml.allOccurrencesReplaced = K\u00F5ik kokkulangevused asendatud
-simplyhtml.appendTableColLabel = Lisa veerg
-simplyhtml.appendTableRowLabel = Lisa rida
-simplyhtml.applyCellAttrLabel = Rakenda
-simplyhtml.backgroundLabel = Taust:
-simplyhtml.boldItalicName = rasvane kaldkiri
-simplyhtml.boldName = rasvane
-simplyhtml.borderColorLabel = V\u00E4rv:
-simplyhtml.borderWidthLabel = Laius
-simplyhtml.bottomLabel = all:
-simplyhtml.cancelBtnName = Loobu
-simplyhtml.cellBorderTabLabel = Piirded
-simplyhtml.cellGenTabLabel = \u00DCldine
-simplyhtml.cellMarginTabLabel = Veeris
-simplyhtml.cellPanelTitle = Lahtri vormindus
-simplyhtml.clearFormatLabel = Eemalda vormindus
-simplyhtml.clearFormatTip = Eemalda vormindus
-simplyhtml.close = Sulge
-simplyhtml.closeBtnName = Sulge
-simplyhtml.colorLabel = V\u00E4rv
-simplyhtml.copyLabel = Kopeeri
-simplyhtml.copyTip = kopeeri
-simplyhtml.cTagNameHead1 = Pealkiri 1
-simplyhtml.cTagNameHead2 = Pealkiri 2
-simplyhtml.cTagNameHead3 = Pealkiri 3
-simplyhtml.cTagNameHead4 = Pealkiri 4
-simplyhtml.cTagNameHead5 = Pealkiri 5
-simplyhtml.cTagNameHead6 = Pealkiri 6
-simplyhtml.cTagNameLink = Viide
-simplyhtml.cTagNameOL = Sorteeritud nimekiri
-simplyhtml.cTagNamePara = L\u00F5ik
-simplyhtml.cTagNameUL = Sorteerimata nimekiri
-simplyhtml.cutLabel = L\u00F5ika
-simplyhtml.cutTip = l\u00F5ika
-simplyhtml.defaultDocName = Nimetu
-simplyhtml.deleteTableColLabel = Kustuta veerg
-simplyhtml.deleteTableRowLabel = Kustuta rida
-simplyhtml.docTitleQuery = M\u00E4\u00E4ra pealkiri:
-simplyhtml.docTitleTitle = Muuda dokumendi pealkirja
-simplyhtml.editLabel = Redigeeri
-simplyhtml.effectLabel = Efekt
-simplyhtml.familyLabel = Perekond
-simplyhtml.findNext = Otsi j\u00E4rgmine...
-simplyhtml.findReplaceDialogTitle = Otsi & Asenda
-simplyhtml.findReplaceLabel = Otsi & Asenda
-simplyhtml.findReplaceTip = otsi & asenda
-simplyhtml.fontBoldLabel = Rasvane
-simplyhtml.fontBoldTip = l\u00FClita rasvane kiri sisse/v\u00E4lja
-simplyhtml.fontDialogTitle = Muuda kirjakuju
-simplyhtml.fontItalicLabel = Kaldkiri
-simplyhtml.fontItalicTip = l\u00FClita kaldkiri sisse/v\u00E4lja
-simplyhtml.fontLabel = Kirjakuju...
-simplyhtml.fontTabLabel = Kirjat\u00FC\u00FCp
-simplyhtml.fontTip = Muuda kirjakuju...
-simplyhtml.fontUnderlineLabel = Jooni alla
-simplyhtml.fontUnderlineTip = l\u00FClita allajoonimine sisse/v\u00E4lja
-simplyhtml.foregroundLabel = Esiplaan:
-simplyhtml.formatLabel = Vormindus
-simplyhtml.formatListLabel = Loetelu...
-simplyhtml.formatListTip = muuda loetelu kujundust
-simplyhtml.formatParaLabel = L\u00F5ik...
-simplyhtml.formatParaTip = Muuda l\u00F5igu kujundust
-simplyhtml.formatTableLabel = Tabel...
-simplyhtml.formatTableTip = Vorminda tabelit
-simplyhtml.helpLabel = Abi
-simplyhtml.htmlTabTitle = HTML-koodi vaade
-simplyhtml.imageFileDesc = Pildifailid
-simplyhtml.insertTableColLabel = Sisesta veerg
-simplyhtml.insertTableLabel = Tabel...
-simplyhtml.insertTableMsg = Mitu veergu?
-simplyhtml.insertTableRowLabel = Sisesta rida
-simplyhtml.insertTableTitle = Sisesta tabel
-simplyhtml.italicName = kaldkiri
-simplyhtml.layoutTabTitle = Paigutuse vaade
-simplyhtml.leftLabel = vasak:
-simplyhtml.listDialogTitle = Nimekirja kujundamine
-simplyhtml.listIndentTitle = Taane:
-simplyhtml.listPosInside = sees
-simplyhtml.listPositionLabel = Asukoht:
-simplyhtml.listPosOutside = v\u00E4ljas
-simplyhtml.listTypeCircle = \u00FCmart\u00E4pp
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = faili s\u00FCmbol kui t\u00E4pp
-simplyhtml.listTypeLabel = T\u00FC\u00FCp:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = puudub
-simplyhtml.listTypeSquare = ruudukujuline t\u00E4pp
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = V\u00E4line
-simplyhtml.matchCase = T\u00F5stutundlik
-simplyhtml.newStyleDefaultName = uus stiil
-simplyhtml.nextTableCellLabel = J\u00E4rgmine lahter
-simplyhtml.noLineLabel = puudub
-simplyhtml.noMoreOccurrencesFound = rohkem kokkulangevusi ei leitud
-simplyhtml.okBtnName = Sobib
-simplyhtml.paddingLabel = Sisemine
-simplyhtml.paraAlignCenterLabel = Joonda keskele
-simplyhtml.paraAlignCenterTip = Joonda l\u00F5ik keskele
-simplyhtml.paraAlignLeftLabel = Joonda vasakule
-simplyhtml.paraAlignLeftTip = Joonda l\u00F5ik vasakule
-simplyhtml.paraAlignRightLabel = Joonda paremale
-simplyhtml.paraAlignRightTip = Joonda l\u00F5ik paremale
-simplyhtml.paraStyleDialogTitle = L\u00F5igustiil
-simplyhtml.paraTabLabel = L\u00F5ik
-simplyhtml.pasteLabel = Aseta
-simplyhtml.pasteTip = aseta
-simplyhtml.plainName = paljas
-simplyhtml.previewLabel = Eelvaade
-simplyhtml.previewText = Teksti eelvaade
-simplyhtml.prevTableCellLabel = Eelmine lahter
-simplyhtml.redoLabel = Tee uuesti
-simplyhtml.redoTip = tee uuesti
-simplyhtml.replace = Asenda...
-simplyhtml.replaceAll = K\u00F5ik
-simplyhtml.replaceDone = Tehtud
-simplyhtml.replaceNo = Ei
-simplyhtml.replaceThisQuery = asenda see kokkulangevus
-simplyhtml.replaceWith = Asendada millega:
-simplyhtml.replaceYes = Jah
-simplyhtml.rightLabel = parem:
-simplyhtml.searchDown = Otsi allapoole
-simplyhtml.searchFromStart = Otsi algusest
-simplyhtml.searchUp = Otsi \u00FClespoole
-simplyhtml.selectAllLabel = Vali k\u00F5ik
-simplyhtml.sizeLabel = Suurus
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = L\u00E4bikriipsutus
-simplyhtml.styleLabel = Stiil
-simplyhtml.styleNameInputText = Uue stiili nimi?
-simplyhtml.styleNameInputTitle = Salvesta stiil
-simplyhtml.tableBgColLabel = Taustav\u00E4rv:
-simplyhtml.tableDialogTitle = Vorminda tabelit
-simplyhtml.tableLabel = Tabel
-simplyhtml.tablePanelTitle = Tabeli vormindus
-simplyhtml.tableWidthLabel = Laius:
-simplyhtml.textIndentLabel = Taane:
-simplyhtml.textToFind = Tekst, mida otsida:
-simplyhtml.thisCellRangeLabel = see lahter
-simplyhtml.thisColRangeLabel = see veerg
-simplyhtml.thisRowRangeLabel = see rida
-simplyhtml.toggleBulletsLabel = T\u00E4pploetelu sisse/v\u00E4lja
-simplyhtml.toggleBulletsTip = t\u00E4pploetelu sisse/v\u00E4lja
-simplyhtml.toggleNumbersLabel = Numberloetelu sisse/v\u00E4lja
-simplyhtml.toggleNumbersTip = numberloetelu sisse/v\u00E4lja
-simplyhtml.topLabel = \u00FCleval:
-simplyhtml.uLineLabel = Jooni alla
-simplyhtml.unableToOpenFileError = Faili ei saa avada
-simplyhtml.unableToRedoError = Ei saa uuesti teha:
-simplyhtml.unableToUndoError = Ei saa tagasi v\u00F5tta:
-simplyhtml.undoLabel = V\u00F5ta tagasi
-simplyhtml.undoTip = v\u00F5ta tagasi
-simplyhtml.valignBaseline = alusjoon
-simplyhtml.valignBottom = alla
-simplyhtml.valignLabel = P\u00FCstine joondus:
-simplyhtml.valignMiddle = keskele
-simplyhtml.valignTop = \u00FCles
-simplyhtml.wholeWordsOnly = Ainult terved s\u00F5nad
-SortNodes.text = &Sorteeri alams\u00F5lmed
-SortNodes.tooltip = Sorteerib k\u00F5ik alams\u00F5lmed t\u00E4hestiku j\u00E4rjekorras.
-split = &Poolita
-SplitNode.text = &Poolita s\u00F5lm
-SplitNode.tooltip = <html>S\u00F5lm on poolitatud</html>
-style = Stiil
-svg = SVG[translate me]
-TimeListAction.text = N\u00E4ita ajastatud toiminguid ja &Nimekirja ...
-TimeListAction.tooltip = N\u00E4itab k\u00F5iki m\u00E4rgitud aegu ja seotud s\u00F5lmi.
-TimeManagementAction.text = N\u00E4ita kalendrit...
-TimeManagementAction.tooltip = <html>N\u00E4itab kalendrimoodulit (autor: Kai Toedter).</html>
-ToggleChildrenFoldedAction.text = Voldi s\u00F5lmed kokku/lahti
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = L\u00FClita voltimist \u00FCmber
-ToggleLeftToolbarAction.text = &Teine t\u00F6\u00F6riistariba
-ToggleMenubarAction.text = Men\u00FC\u00FCriba
-ToggleToolbarAction.text = &T\u00F6\u00F6riistariba
-undefined_error = Ootamatu viga tekkis. Palun proovi raporteerida sellest.
-underline = Jooni alla
-underlined = Allajoonitud
-UndoAction.text = V\u00F5ta tagasi
-UndoFilterAction.text = V\u00F5ta tagasi
-unfold = Voldi lahti
-UnfoldAllAction.text = Voldi k\u00F5ik lahti
-UnfoldAllAction.tooltip = <html>Voldib k\u00E4esoleva s\u00F5lme koos selle all olevate s\u00F5lmedega lahti.</html>
-UnfoldOneLevelAction.text = Voldi \u00FChe taseme v\u00F5rra lahti
-UnfoldOneLevelAction.tooltip = <html>Voldib k\u00E4esoleva s\u00F5lme \u00FChe taseme v\u00F5rra lahti.</html>
-UpdateCheckAction.text = Check for Updates[translate me]
-updatecheckdialog = Update Check Dialog[translate me]
-url_error = See internetiviide on valesti kirjutatud!
-url_load_error = Ei suutnud siit aadressilt kaarti laadida:
-UsePlainTextAction.text = Kasuta paljast teksti
-user_defined_zoom = Kasutaja m\u00E4\u00E4ratud.
-user_defined_zoom_status_bar = Suurenduse muutmine kasutaja poolt m\u00E4\u00E4ratud v\u00E4\u00E4rtusele {0}%.
-user_zoom = Tr\u00FCkkimise suurendus (0.0 - 2.0):
-WebDocuAction.text = Dokumentatsioon internetis
-width = Laius
-yes = Jah
-ZoomInAction.text = Suurenda
-ZoomOutAction.text = V\u00E4henda
+AboutAction.text=Programmist
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/ApplyFormatPlugin.dialog.title=Muuda s\u00F5lmede kujundust
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Muuda mustrit
+accessories/plugins/EncryptNode.properties_0=Vali salas\u00F5na kr\u00FCpteeritud s\u00F5lme jaoks
+accessories/plugins/EncryptNode.properties_1=Salas\u00F5nad ei ole samad v\u00F5i on liiga l\u00FChikesed.
+accessories/plugins/EncryptNode.properties_2=Sisesta salas\u00F5na:
+accessories/plugins/EncryptNode.properties_3=Sisesta kontrolliks veelkord sama salas\u00F5na:
+accessories/plugins/EncryptNode.properties_4=Sisestage oma salas\u00F5na.
+accessories/plugins/EncryptNode.properties_5=<html>Pea meeles, et kr\u00FCpteeringu tugevus <br>s\u00F5ltub paaegu t\u00E4ielikult salas\u00F5na tugevusest.</html>
+accessories/plugins/EncryptNode.properties_6=Sobib
+accessories/plugins/EncryptNode.properties_7=Loobu
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Sa v\u00F5id kr\u00FCpteerituse olekut kr\u00FCpteeritud s\u00F5lmel \u00FCmber l\u00FClitada. Palun lisa selline s\u00F5lm, kasutades t\u00F6\u00F6riistade men\u00FC\u00FCd.
+accessories/plugins/EncryptNode.properties_select_me=Vali mind, et j\u00E4tkata!
+accessories/plugins/EncryptNode.properties_wrong_password=Salas\u00F5na ei ole \u00F5ige.
+accessories/plugins/ExportWithTWiki.text=Kui TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Ekspordib kaardi TWiki dokumendina.
+accessories/plugins/ExportWithXSLT.tooltip=See on unikaalne eksportimise meetod kasutades XSLT skripte.
+accessories/plugins/ExportWithXSLT_Applet.text=Kui Java rakend...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Ekspordib kaardi kui veebilehitseja Java rakendi.
+accessories/plugins/ExportWithXSLT_Flash.text=Kui v\u00E4lkrakendus (.swf)...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Ekspordib kaardi v\u00E4lkrakendusena (.swf).
+accessories/plugins/ExportWithXSLT_HTML.text=Kui XHTML (JavaScript-i versioon)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Kui XHTML (Kl\u00F5psatav kaart, pildiversioon)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Ressursid s\u00F5lmest RESSURSID Tegumihalduri faili...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Ekspordib ressursid s\u00F5lmest RESSURSID Tegumihalduri moodulisse. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u00DClesanded moodulist \u00DCLESANDED Tegumihalduri faili...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Ekspordib \u00FClesanded \u00DCLESANDED s\u00F5lmest Tegumihalduri moodulisse.</html>
+add=&Lisa
+AddLocalLinkAction.text=Lisa kohalik h\u00FCperviide
+antialias_all=Pehmenda: fonte k\u00F5ikjal
+antialias_edges=Pehmenda: servad
+antialias_none=Eemalda pehmendamine
+apply=&Rakenda
+ApplyAction.text=&Rakenda
+ApplyFormatPlugin.text=&Muuda vormingut ...
+ApplyFormatPlugin.tooltip=N\u00E4itab dialoogi kus s\u00F5lme ja \u00FChendusjoone omadusi saab korraga muuta.
+ApplyNoFilteringAction.text=Ei filtreerita
+as_parent=Kui eelmine
+AssignAttributesAction.text=&M\u00E4\u00E4ra omadused...
+attribute_delete=Kustuta k\u00F5ik v\u00E4\u00E4rtused
+attribute_delete_value=Kustuta see v\u00E4\u00E4rtus
+attribute_font_size_tooltip=Omaduste kirjasuurus
+attribute_list_box_label_text=Praegused v\u00E4\u00E4rtused
+attribute_replace=Asenda sellega
+attribute_top=K\u00F5ik tuntud omadused avatud m\u00F5ttekaartidele
+attributes_adding_empty_attribute_error=Omaduse nimena ei saa t\u00FChja v\u00E4\u00E4rtust kasutada
+attributes_all=K\u00F5ik omadused
+attributes_attribute=Omadused
+attributes_close=Sulge
+attributes_deselect_all=Mitte midagi
+attributes_dialog_title=Omaduste haldur
+attributes_edit=Redigeeri
+attributes_edit_tooltip=Redigeeri valikut
+attributes_for_selected=Valitud s\u00F5lmed
+attributes_for_visible=K\u00F5ik n\u00E4htavad s\u00F5lmed
+attributes_import=&Impordi
+attributes_import_tooltip=Impordi omadused teistelt avatud m\u00F5ttekaartidelt
+attributes_popup_delete=Kustuta
+attributes_popup_down=Alla
+attributes_popup_edit=Redigeeri
+attributes_popup_hide=Peida
+attributes_popup_new=Uus omadus
+attributes_popup_optimal_width=Paras laius
+attributes_popup_up=\u00DCles
+attributes_refresh=V\u00E4rskenda
+attributes_restricted_attributes_tooltip=Piiratud valik omadusi
+attributes_restricted_values_tooltip=K\u00E4esoleva omaduse piiratud valik v\u00E4\u00E4rtusi
+attributes_restriction=Piiratud valik
+attributes_select_all=K\u00F5ik
+attributes_select_all_tooltip=Vali / Eemalda k\u00F5ik
+attributes_show=N\u00E4ita
+attributes_skip_root=J\u00E4ta peas\u00F5lm vahele
+attributes_visible=Valitud n\u00E4htav
+attributes_visible_tooltip=Valitud n\u00E4htav
+automatically_save_message=Kaart salvestati automaatselt (kasutades failinime {0}) ...
+AutomaticLayoutAction.text=&Automaatne formaat
+AutomaticLayoutAction.tooltip=<html>Parandab kaardi formaati. <br>Esimene tase on must, teine sinine, jne.</html>
+BackAction.text=Tagasi
+BackAction.tooltip=H\u00FCppab valitud ahelas tagasi
+background=Taust
+BlinkingNodeHookAction.text=Vilkuv s\u00F5lm
+BlinkingNodeHookAction.tooltip=<html>See paneb s\u00F5lme vilkuma. Kuid ole ettevaatlik. \u00C4ra lisa seda liiga paljudele s\u00F5lmedele ja <strong> mitte koos teise automaatse efektiga samale s\u00F5lmele</strong></html>
+BoldAction.text=Rasvane
+boldify_branch=Tee rasvaseks
+branch=Haru
+cancel=&Loobu
+CancelAction.text=&Loobu
+cannot_add_parent_diff_parents=K\u00F5ik alams\u00F5lmed peavad olema sama s\u00F5lme k\u00FCljes, et seda funktsiooni kasutada.
+cannot_add_parent_to_root=Peas\u00F5lme ei saa uue naabers\u00F5lme k\u00FClge lisada.
+cannot_delete_root=Peas\u00F5lme ei saa kustutada ega l\u00F5igata.
+cannot_join_nodes_with_children=Ei suuda liituda s\u00F5lmega, mille all on omakorda s\u00F5lmed.
+cannot_move_to_child=Ei suuda s\u00F5lme alams\u00F5lme k\u00FClge liigutada .
+CenterAction.text=Keskele
+ChangeConnectorArrowsAction.backward.text=Tagasi
+ChangeConnectorArrowsAction.forward.text=Edasi
+ChangeNodeLevelLeftsAction.text=S\u00F5lm vasakule
+ChangeNodeLevelLeftsAction.tooltip=Peas\u00F5lmest vasakul on s\u00F5lm(ed) t\u00F5stetud allapoole. Need/nemad saavad olema alams\u00F5lmed nende kohal oleva peas\u00F5lme all. Peas\u00F5lmest paremal on s\u00F5lm(ed) t\u00F5stetud allapoole. Alates peas\u00F5lmest muudab(-vad) s\u00F5lm(ed) pooli.
+ChangeNodeLevelRightsAction.text=S\u00F5lm paremale
+ChangeNodeLevelRightsAction.tooltip=Peas\u00F5lmest paremal on s\u00F5lm(ed) t\u00F5stetud allapoole. Need/nemad saavad olema alams\u00F5lmed nende kohal oleva peas\u00F5lme all. Peas\u00F5lmest vasakul on s\u00F5lm(ed) t\u00F5stetud \u00FClespoole. Alates peas\u00F5lmest muudab(-vad) s\u00F5lm(ed) pooli.
+choose_background_color=Vali taustav\u00E4rv:
+choose_cloud_color=Vali pilve v\u00E4rv:
+choose_edge_color=Vali \u00FChendusjoone v\u00E4rv
+choose_node_background_color=Vali s\u00F5lme taustav\u00E4rv:
+choose_node_color=Vali s\u00F5lme v\u00E4rv:
+CloseAction.text=&Sulge
+CloudAction.text=Pilv
+CloudColorAction.text=Pilve v\u00E4rv...
+ColorProperty.ResetColor=Taasta v\u00E4rvi algv\u00E4\u00E4rtus
+combined=Kombineeritud
+confirmation=Kinnitus
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=Kopeeri
+CopySingleAction.text=Kopeeri \u00FCksik
+CreationModificationPluginAction.text=N\u00E4ita &Muutmise aegu
+CreationModificationPluginAction.tooltip=<html>See funktsioon j\u00E4litab s\u00F5lme loomise ja muutmise aegu.</html>
+CutAction.text=L\u00F5ika
+decrease_branch_font_size=V\u00E4henda haru kirja
+DecreaseNodeFontAction.text=V\u00E4henda haru kirja
+delete=&Kustuta
+delete_child=Kustuta s\u00F5lm
+DeleteAction.text=Eemalda s\u00F5lm
+DeleteConditionAction.text=Kustuta
+DocumentationAction.text=Dokumentatsioon
+edge=\u00DChendusjoon
+edge_style=\u00DChendusjoone stiil
+edge_width=\u00DChendusjoone laius
+EdgeColorAction.text=\u00DChendusjoone v\u00E4rv...
+EdgeStyleAction.bezier.text=Puutuja k\u00F5ver
+EdgeStyleAction.linear.text=Lineaarne
+EdgeStyleAction.sharp_bezier.text=K\u00F5ver ahenev s\u00F5lmede \u00FChendusjoon
+EdgeStyleAction.sharp_linear.text=Sirge ahenev s\u00F5lmede \u00FChendusjoon
+EdgeStyleAsParentAction.text=Kui eelmine
+EdgeWidthAction_width_parent.text=Naabers\u00F5lmega \u00FChendusjoon
+EdgeWidthAction_width_thin.text=Kitsas
+edit=&Redigeerimine
+edit.decision=HTML Redaktor
+edit.edit_rich_text=Kas soovid kasutada vorminduselemente nagu rasvane - ja kaldkiri?
+edit_link_manually=Redigeeri k\u00E4sitsi h\u00FCperviidet...
+EditAction.text=Redigeeri s\u00F5lme
+EditAttributesAction.text=Redigeeri omadusi
+EditFilterAction.text=Redigeeri
+EditLongAction.text=Redigeeri s\u00F5lme aknas...
+EncryptedMap.text=Loo kr\u00FCpteeritud kaart ...
+EncryptedMap.tooltip=Loo uus kr\u00FCpteeritud kaart
+enter_base_url=Ma lisan viited suhteliste aadressidena. Palun sisesta p\u00F5hiaadress.
+enter_confirms=&Enter kinnitab
+EnterPassword.text=&L\u00FClita kr\u00FCpteeritud/kr\u00FCpteerimata
+error=Viga
+error_applying_template=XSL-mallide kehtestamisel tekkis viga.
+error_creating_directory=Ei suuda kataloogi luua, et sinna eksportida.
+export_pdf_text=Kaasaskantav DokumendiVorming (PDF)
+export_svg_text=Skaleeritav Vektorgraafika (SVG)
+ExportAction.text=&Ekspordi
+ExportBranchAction.text=S\u00F5lmede haru kui uus kaart ...
+ExportBranchToHTMLAction.text=Haru HTML-ina
+ExportPdf.text=Kui PDF...
+ExportSvg.text=Kui SVG...
+ExportToHTMLAction.text=HTML-ina
+ExportToImage.jpg.text=Kui JPEG...
+ExportToImage.png.text=Kui PNG...
+ExportToOoWriter.text=Kui OpenOffice.org Writer-i dokument...
+ExportToOoWriter.tooltip=Lahtivolditud s\u00F5lmed muudavad struktuuri, kokkuvolditud s\u00F5lmed dokumendi sisu.
+extension_menu=F\u00FC\u00FCsiline &Stiil
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=KKK
+file=&Fail
+file_already_exists=Fail nimega {0} on juba olemas. Kas soovid seda \u00FCle kirjutada?
+file_not_found=Faili {0} ei leitud
+filter=Filter
+filter_add=&Lisa
+filter_and=&ja
+filter_conditions=Filtrid
+filter_contains=Sisaldab
+filter_delete=&Kustuta
+filter_dialog=Filtri Koostaja
+filter_does_not_exist=Ei ole olemas
+filter_edit_description=Redigeeri filtrite nimekirja
+filter_enter_value=Sisesta v\u00E4\u00E4rtus
+filter_exist=On olemas
+filter_icon=Ikoon
+filter_is_equal_to=On v\u00F5rdne
+filter_is_not_equal_to=Ei ole v\u00F5rdne
+filter_link=Hyperlink[translate me]
+filter_no_filtering=Ei filtreerita
+filter_node=S\u00F5lme tekst
+filter_not=&Ei ole
+filter_or=&v\u00F5i
+filter_select=&Vali
+filter_selected_node_view=Hetkel valitud s\u00F5lmed
+find_what=Mida otsida
+FindAction.text=Otsi...
+fit_map_to_page=Mahuta \u00FChele lehek\u00FCljele
+FitToPage.text=Suurenda, et &Mahutada lehele
+FitToPage.tooltip=Muuda suurendust selliselt, et kogu kaart mahub k\u00E4esolevasse aknasse.
+fold=Voldi
+FoldAllAction.text=Voldi k\u00F5ik kokku
+FoldAllAction.tooltip=<html>Voldib valitud s\u00F5lmed ja nende all olevad s\u00F5lmed kokku.</html>
+FoldOneLevelAction.text=Voldi \u00FChe taseme v\u00F5rra kokku
+FoldOneLevelAction.tooltip=<html>Voldib valitud s\u00F5lmed \u00FChe taseme v\u00F5rra kokku.</html>
+follow_graphical_link=Mine:
+FollowLinkAction.text=Ava h\u00FCperviide
+font=Kirjat\u00FC\u00FCp
+FontFamilyAction.text=kirja perekond
+FontSizeAction.text=kirja suurus
+format_menu_edge_styles=&\u00DChendusjoone stiilid
+format_menu_edge_widths=\u00DChendusjoone &Laiused
+FormatCopy.text=Kopeeri kujundus
+FormatCopy.tooltip=<html>Kopeerib s\u00F5lme kujunduse.</html>
+FormatPaste.text=Aseta kujundus
+FormatPaste.tooltip=<html>Asetab s\u00F5lme kujunduse.</html>
+ForwardAction.text=Edasi
+ForwardAction.tooltip=H\u00FCppab valitud ahelas edasi
+Freeplane.progress.buildScreen=Loon graafilise liidese...
+Freeplane.progress.createController=Loo kontroller...
+Freeplane.progress.createInitialMode=Loo algne re\u017Eiim...
+Freeplane.progress.endStartup=Programmi k\u00E4ivitamine l\u00F5petatud.
+Freeplane.progress.gettingPreferenceDirectories=Hangin kataloogide eelistusi...
+Freeplane.progress.gettingPreferences=Hangin eelistusi...
+Freeplane.progress.loadMaps=Laadin kaardid...
+Freeplane.progress.propagateLookAndFeel=Kehtesta v\u00E4limus ja tunnetus...
+Freeplane.progress.settingPreferences=Muudan eelistused...
+Freeplane.progress.startCreateController=Alusta kontrolleri loomist...
+Freeplane.progress.updateLookAndFeel=Uuenda v\u00E4ljan\u00E4gemist ja tunnetust...
+freeplane_reverted=Freeplane_Taastatud_
+FreeplaneHelpStarter.text=Abi...
+FreeplaneHelpStarter.tooltip=Freeplane-i laiendatud abi
+GotoLinkNodeAction.text=Mine aadressile
+GrabKeyDialog.common.cancel=Loobu
+GrabKeyDialog.common.ok=Sobib
+GrabKeyDialog.grab-key.assigned-to=On m\u00E4\u00E4ratud
+GrabKeyDialog.grab-key.assigned-to.none=Hetkel ei ole m\u00E4\u00E4ratud
+GrabKeyDialog.grab-key.clear=Puhasta
+GrabKeyDialog.grab-key.remove=Eemalda
+GrabKeyDialog.grab-key.remove-ask=Oled Sa kindel, et soovid seda kiirklahvi eemaldada?
+GrabKeyDialog.grab-key.title=Sisesta uus klahv
+help=Abi
+HideAllAttributesAction.text=Peida k\u00F5ik omadused
+HierarchicalIconsAction.text=N\u00E4ita ikoone &hierarhiliselt
+HierarchicalIconsAction.tooltip=Kui \u00FCks (suur)s\u00F5lmedest omab ikooni siis n\u00E4idatakse seda ka v\u00E4ikeses formaadis.
+HotKeyInfoAction.text=Key Reference[translate me]
+html_export_based_on_headings=HTML-i eksportimine - p\u00F5hineb p\u00E4istel
+html_export_fold_all=HTML-i eksportimine - voldi k\u00F5ik
+html_export_fold_currently_folded=HTML-i eksportimine - voldi nii nagu hetkel on volditud
+html_export_no_folding=HTML-i eksportimine - ei voldita
+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_attach=Vaata siia
+icon_back=Tagasi
+icon_bee=Freeplane[translate me]
+icon_bell=J\u00E4ta meelde
+icon_bookmark=Parim
+icon_broken-line=Katkine
+icon_button_cancel=Ei sobi
+icon_button_ok=Sobib
+icon_calendar=Kuup\u00E4ev
+icon_clanbomber=Ohtlik
+icon_clock=Aeg
+icon_closed=Sissep\u00E4\u00E4su ei ole
+icon_decrypted=Lahti lukustatud
+icon_desktop_new=\u00C4ra unusta
+icon_down=Alla
+icon_edit=Puhasta
+icon_encrypted=Lukustatud
+icon_family=Perekond
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=Punane lipp
+icon_flag-black=Must lipp
+icon_flag-blue=Sinine lipp
+icon_flag-green=Roheline lipp
+icon_flag-orange=Oran\u017E lipp
+icon_flag-pink=Roosa lipp
+icon_flag-yellow=Kollane lipp
+icon_folder=Kataloog
+icon_forward=Edasi
+icon_freemind_butterfly=FreeMind
+icon_full-1=Prioriteet 1
+icon_full-2=Prioriteet 2
+icon_full-3=Prioriteet 3
+icon_full-4=Prioriteet 4
+icon_full-5=Prioriteet 5
+icon_full-6=Prioriteet 6
+icon_full-7=Prioriteet 7
+icon_full-8=Prioriteet 8
+icon_full-9=Prioriteet 9
+icon_gohome=Kodu
+icon_group=Group[translate me]
+icon_help=K\u00FCsimus
+icon_hourglass=Ootab
+icon_idea=Idee
+icon_info=Info[translate me]
+icon_kaddressbook=Telefon
+icon_kmail=E-post
+icon_knotify=Muusika
+icon_korn=E-postkast
+icon_ksmiletris=Olen \u00F5nnelik
+icon_licq=Kena
+icon_Mail=E-post
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=&Ikoonid
+icon_messagebox_warning=T\u00E4htis
+icon_password=V\u00F5ti
+icon_pencil=Rafineeritud
+icon_penguin=GNU/Linux
+icon_smiley-angry=Vihane
+icon_smiley-neutral=M\u00F5tet ei ole
+icon_smiley-oh=\u00DCllatav
+icon_smily_bad=Ma ei ole kaasa haaratud
+icon_stop=Seis
+icon_stop-sign=Seis
+icon_up=\u00DCles
+icon_wizard=Maagiline
+icon_xmag=R\u00E4\u00E4gitud
+icon_yes=T\u00E4htis
+IconGroupPopupAction.miscellaneous.text=Miscellaneous[translate me]
+IconGroupPopupAction.office.text=Office[translate me]
+IconSelectionPlugin.text=Vali ikoon...
+IconSelectionPlugin.tooltip=<html>Siin saab valida ikooni, kasutades selleks alamakent.</html>
+import=Import
+import_linked_branch_no_link=Valitud s\u00F5lmel ei ole \u00FChtki viidet importida.
+ImportAction.text=&Impordi
+ImportBranchAction.text=Haru...
+ImportExplorerFavoritesAction.text=MS Internet Explorer-i viited...
+ImportFolderStructureAction.text=Kataloogide struktuur...
+ImportLinkedBranchAction.text=Viidatud haru
+ImportLinkedBranchWithoutRootAction.text=(Viidatud haru) ilma juurkataloogita...
+ImportMindmanagerFiles.text=MindManager X5 kaart...
+increase_branch_font_size=Suurem haru kirja
+IncreaseNodeFontAction.text=Suurem haru kirja
+ItalicAction.text=Kaldkiri
+italicise_branch=Kaldkirjaks
+JoinNodesAction.text=\u00DChenda s\u00F5lmed
+less_than_two_selected_nodes=Sa pead valima v\u00E4hemalt kaks s\u00F5lme, et viidet teha.
+link_not_available_any_more=See viide ei t\u00F6\u00F6ta enam. Nendevaheline s\u00F5lm on kustutatud.
+link_not_found=Viidet {0} ei leitud.
+load=&Laadi
+locking_failed_by_open={0} kaardi lukustamine eba\u00F5nnestus. Avan vaid lugemisre\u017Eiimis.
+locking_failed_by_save_as={0} kaardi lukustamine eba\u00F5nnestus. Tegevus Salvesta kui... katkestati.
+locking_old_lock_removed={0} kaart lukustati {1} kasutaja poolt. Lukustus eemaldati kuna see on vana.
+long_node_changed_cancel=Sa oled muutnud s\u00F5lme. Kas soovid muudatused unustada?
+long_node_changed_submit=Sa oled muutnud s\u00F5lme. Kas soovid muudatused salvestada?
+lots_of_links_warning=Sa oled samale s\u00F5lmele mitut viidet loomas. Kas t\u00F5esti soovid neid viiteid luua?
+map_already_exists=Kaart on juba olemas. Kas soovid seda \u00FCle kirjutada?
+map_corrupted=Kaart on vigane. Kas soovid detaile n\u00E4ha?
+map_locked_by_open={0} kaarti redigeerib juba {1} kasutaja. Avan vaid lugemisre\u017Eiimis.
+map_locked_by_save_as={0} kaart on parasjagu {1} kasutaja poolt redigeerimisel. Tegevus Salvesta kui katkestati.
+map_not_saved=Kaarti ei ole enne salvestatud.
+menu_attributes=&Omadused
+menu_extras=&T\u00F6\u00F6riistad
+menu_file_import=&Impordi
+menu_filter=Filter[translate me]
+menu_format=&Vormindus
+menu_insert=&Lisamine
+menu_navigate=&Liikumine
+menu_view=&Vaade
+mindmap=M\u00F5ttekaart
+mindmaps=M\u00F5ttekaardid
+mindmaps_desc=M\u00F5ttekaardid (*.mm)
+mindmaps_filter_desc=Filtrid (*.mmfilter)
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Re\u017Eiim ei ole saadaval
+mode_status=Re\u017Eiim muudeti re\u017Eiimiks {0}
+mode_title=Freeplane - {0} re\u017Eiim
+modes=Re\u017Eiimid
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=&Enimkasutatavad failid
+MoveToRootAction.text=Liigu algusesse
+NavigationNextMapAction.text=J\u00E4rgmine kaart
+NavigationPreviousMapAction.text=Eelmine kaart
+new_mindmap=Uus m\u00F5ttekaart
+new_node=Uus s\u00F5lm
+new_node_as_sibling_not_possible_for_the_root=Uut peas\u00F5lme ei saa lisada.
+NewChildAction.text=Uus s\u00F5lm olemasoleva s\u00F5lme alla
+NewMapAction.text=Uus
+NewParentNode.text=Uus peas\u00F5lm
+NewParentNode.tooltip=<html>K\u00F5ik valitud saadeti uueks peas\u00F5lmeks.</html>
+NewPreviousSiblingAction.text=Uus s\u00F5lm vasakule poole peas\u00F5lme alla
+NewSiblingAction.text=Uus s\u00F5lm peas\u00F5lme alla
+no=Ei
+no_format_copy_before_format_paste=Sa ei saa vormindust asetada kuni ei ole \u00FChtegi kopeeritud.
+no_found_from=<html>Ei <b>{0}</b> leitud <b>{1}</b>.
+no_more_found_from=<html>Rohkem <b>{0}</b> ei leitud <b>{1}</b>.
+no_previous_find=Eelmist ei leitud.
+node=S\u00F5lm
+node_changed_discard_changes=Sa oled muutnud s\u00F5lme. Kas soovid muudatused unustada?
+node_is_write_protected=Sihtm\u00E4rk (s\u00F5lm) on kirjutuskaitstud.
+node_location_help=Lohistamine muudab s\u00F5lme asukohta, CTRL+lohistamine muudab kauguseid, topeltkl\u00F5ps ja CTRL+topeltkl\u00F5ps taastavad algseaded.
+NodeBackgroundColorAction.text=&S\u00F5lme taustav\u00E4rv...
+NodeColorAction.text=S\u00F5lme v\u00E4rv...
+NodeColorBlendAction.text=Sega v\u00E4rv
+NodeDownAction.text=Liiguta s\u00F5lm alla
+NodeListAction.text=Otsi ja asenda...
+NodeListAction.tooltip=N\u00E4itab k\u00F5iki s\u00F5lmi otsitava nimekirjana koos filtreerimisv\u00F5imalusega.
+NodeShapeAction.bubble.text=&Mull
+NodeShapeAction.fork.text=&Haru
+NodeUpAction.text=Liiguta s\u00F5lm \u00FCles
+nonboldify_branch=Eemalda rasvane kiri
+nonitalicise_branch=Eemalda kaldkiri
+normal=Tavaline
+not_saved_for_link_error=Kaart tuleb salvestada enne kui saab viidet failile lisada.
+ok=&Sobib
+OKAction.text=&Sobib
+OpenAction.text=Ava...
+OpenFreeplaneSiteAction.text=Freeplane-i koduleht
+option_changes_may_require_restart=Muudetud seadistuste j\u00F5ustumiseks tuleb Freeplane taask\u00E4ivitada.
+OptionalDontShowMeAgainDialog.cancel=&Ei
+OptionalDontShowMeAgainDialog.dontShowAgain=&\u00C4ra uuesti k\u00FCsi enam
+OptionalDontShowMeAgainDialog.ok=&Jah
+OptionalDontShowMeAgainDialog.rememberMyDescision=&J\u00E4ta minu otsus meelde.
+OptionPanel.absolute=Absoluutne
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automaatne mustrite paigutus
+OptionPanel.antialias=Kirjakujude pehmendamine
+OptionPanel.antialias.tooltip=<html>M\u00E4\u00E4ratleb kaardi kvaliteedi. Kirjakujude pehmendamise (antialias) suurendamine n\u00F5uab ka rohkem aega.</html>
+OptionPanel.antialias_all=Pehmenda: fonte k\u00F5ikjal
+OptionPanel.antialias_edges=Pehmenda: servad
+OptionPanel.antialias_none=L\u00FClita kirja pehmendamine v\u00E4lja
+OptionPanel.Appearance=V\u00E4limus
+OptionPanel.ar=AR (araabia keel)
+OptionPanel.as_parent=Kui naaber
+OptionPanel.ask=K\u00FCsi
+OptionPanel.automatic=Automaatne
+OptionPanel.automaticFormat_level=Automaatne stiilide paigutus
+OptionPanel.automaticFormat_level1=Peas\u00F5lme kujundus
+OptionPanel.automaticFormat_level2=1. taseme s\u00F5lme kujundus
+OptionPanel.Behaviour=K\u00E4itumine
+OptionPanel.bezier=Bezier[translate me]
+OptionPanel.bubble=Mull
+OptionPanel.Cancel=Loobu
+OptionPanel.childpattern=Alams\u00F5lme muster
+OptionPanel.childpattern.tooltip=Valitud muster m\u00E4\u00E4ratakse k\u00F5ikidele alams\u00F5lmedele.
+OptionPanel.clear_all_setters=L\u00FClita k\u00F5ik
+OptionPanel.clear_all_setters.tooltip=Lubab v\u00F5i keelab k\u00F5ik muutmise indikaatorid.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Kombineeritud
+OptionPanel.convert_to_current_version=<html>Teisenda kaardid automaatselt vanast Freeplane-i versioonist <br>k\u00E4esolevasse versiooni?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Ainult v\u00E4ga suurtele kaartidele, mida ei ole vaja teisendada <br>(see info on ekspertidele) v\u00F5id Sa avada vanemas vormingus kaarte neid k\u00E4esolevasse vormingusse teisendamata.</html>
+OptionPanel.cs=CS (t\u0161ehhi keel)
+OptionPanel.cut_nodes_without_question=L\u00F5igata s\u00F5lmed kinnitust k\u00FCsimata?
+OptionPanel.cut_nodes_without_question.tooltip=Kui see on valitud siis s\u00F5lmed l\u00F5igatakse kinnitust k\u00FCsimata. See v\u00F5ib p\u00F5hjustada informatsiooni kaotuse kui t\u00E4helepanuta kasutada.
+OptionPanel.da=DK (taani keel)
+OptionPanel.de=DE (saksa keel)
+OptionPanel.default=Vaikimisi
+OptionPanel.default_browser_command_mac=Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk Mac-is
+OptionPanel.default_browser_command_mac.tooltip=<html> ja Mac-ile: (t\u00E4nud Nick-ile!)</html>
+OptionPanel.default_browser_command_other_os=Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk teistes OS-ides
+OptionPanel.default_browser_command_other_os.tooltip=<html> See on Linux-ile t\u00FC\u00FCpiline:</html>
+OptionPanel.default_browser_command_windows_9x=Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk MS Windows 9x-s
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Windowsi jaoks (jutum\u00E4rgid on vajalikud t\u00E4nu h\u00FCperviitele, millel on "=" m\u00E4rk viites).</html>
+OptionPanel.default_browser_command_windows_nt=Vaikimisi veebilehitseja k\u00E4ivitamise k\u00E4sk MS Windows NT-s
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Windowsi jaoks (jutum\u00E4rgid on vajalikud t\u00E4nu h\u00FCperviitele, millel on "=" m\u00E4rk viites).</html>
+OptionPanel.Defaults=Vaikimisi seaded
+OptionPanel.delete_automatic_saves_at_exit=Kustuta programmist v\u00E4ljumisel automaatselt salvestatud t\u00F6\u00F6d.
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Kui soovid, et Freeplane kustutaks automaatselt sulgemisel failid siis m\u00E4\u00E4ra see muutuja t\u00F5eseks</html>
+OptionPanel.delete_nodes_without_question=Kustutada s\u00F5lmed kinnitust k\u00FCsimata?
+OptionPanel.delete_nodes_without_question.tooltip=Kui siin on m\u00E4rgitud siis s\u00F5lmed kustutatakse kinnitust k\u00FCsimata. See v\u00F5ib p\u00F5hjustada informatsiooni kaotuse t\u00E4helepanuta kustutamisel.
+OptionPanel.disable_cursor_move_paper=Keela kursor tausta liigutamisel
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\u00C4ra n\u00E4ita tausta liigutamisel kursori kuju muutust</html>
+OptionPanel.edgecolor=\u00DChendusjoone v\u00E4rv
+OptionPanel.edgecolor.tooltip=Naabers\u00F5lmega \u00FChendava joone omadused (kehtib samuti k\u00F5ikide teisi alams\u00F5lmi \u00FChendavate joonte kohta)
+OptionPanel.edgestyle=\u00DChendusjoone stiil
+OptionPanel.edgestyle.tooltip=Naabers\u00F5lmega \u00FChendava joone omadused (kehtib samuti k\u00F5ikide teisi alams\u00F5lmi \u00FChendavate joonte kohta)
+OptionPanel.edgewidth=\u00DChendusjoone laius
+OptionPanel.edgewidth.tooltip=Naabers\u00F5lmega \u00FChendava joone omadused (kehtib samuti k\u00F5ikide teisi alams\u00F5lmi \u00FChendavate joonte kohta)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Sisestusklahv (Enter) kinnitab vaikimisi
+OptionPanel.el__max_default_window_height=Suurim vaikimisi akna k\u00F5rgus
+OptionPanel.el__max_default_window_width=Suurim vaikimisi akna laius
+OptionPanel.el__min_default_window_height=V\u00E4him vaikimisi akna k\u00F5rgus
+OptionPanel.el__min_default_window_width=V\u00E4him vaikimisi akna laius
+OptionPanel.el__position_window_below_node=Asukoha aken allpool s\u00F5lme
+OptionPanel.en=EN (inglise keel)
+OptionPanel.Environment=Keskkond
+OptionPanel.es=ES (hispaania keel)
+OptionPanel.et=Et (eesti keel)
+OptionPanel.execute_scripts_without_asking=Kas skriptid tuleb k\u00E4ivitada kinnitust k\u00FCsimata?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane-i skriptid on p\u00F5him\u00F5tteliselt suutelised mistahes tegevust Sinu arvutis tegema. <br>Seet\u00F5ttu ei peaks Sa skripte k\u00E4ivitama, mille ohutuses Sa kindel ei ole.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Luba k\u00E4ivitada teisi rakendusi (EI ole soovitatav)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Kui Sinu Lahe Skript vajab k\u00E4ivitumiseks teisi rakendusi (nt veebilehitseja) luba k\u00FCsimata(!),<br>siis pead Sa selle v\u00F5imaluse lubama. <br>Kuid ole ettevaatlik kuna t\u00E4nap\u00E4eval v\u00F5ivad kahtlased skriptid kahjustada Sinu arvutit!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Failioperatsioonide lubamine (EI ole soovitatav)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Kui Sinu Lahe Skript vajab k\u00E4ivitumiseks failioperatsioone (avamine, sulgemine, lugemine, kirjutamine, kustutamine (!)),<br>siis pead Sa selle v\u00F5imaluse lubama. <br>Kuid ole ettevaatlik kuna t\u00E4nap\u00E4eval v\u00F5ivad kahtlased skriptid kahjustada Sinu arvutit!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Luba v\u00F5rguoperatsioonid (EI ole soovitatav)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Kui Sinu Lahe Skript vajab k\u00E4ivitumiseks v\u00F5rguoperatsioone,<br>siis pead Sa selle v\u00F5imaluse lubama. <br>Kuid ole ettevaatlik kuna t\u00E4nap\u00E4eval v\u00F5ivad kahtlased skriptid paljastada Sinu saladused!</body></html>
+OptionPanel.experimental_file_locking_on=Katseline faili lukustamine
+OptionPanel.experimental_file_locking_on.tooltip=<html> Katsetusj\u00E4rgus olev omadus</html>
+OptionPanel.export_icons_in_html=Ekspordi ikoonid HTML-i
+OptionPanel.export_icons_in_html.tooltip=<html> M\u00E4\u00E4rab Freeplane-ist HTML-i eksportimisel ikoonide kaasapanemise. P\u00F5hiprobleem ikoonidega on see, et ei leita HTML-koodis viidatud aadressilt ikooni.</html>
+OptionPanel.Files=Failid
+OptionPanel.first=Esimene
+OptionPanel.foldingsymbolwidth=Voltimise s\u00FCmboli laius
+OptionPanel.foldingsymbolwidth.tooltip=<html>Voltimise m\u00E4rkimist v\u00F5imaldava ringikujulise s\u00FCmboli laius</html>
+OptionPanel.fork=Haru
+OptionPanel.fr=FR (prantsuse keel)
+OptionPanel.gl=GL (Galicia, Hispaania)
+OptionPanel.gtk=Gtk
+OptionPanel.hr=HR (horvaadi keel)
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=P\u00F5hineb p\u00E4istel
+OptionPanel.html_export_fold_all=Voldi k\u00F5ik kokku
+OptionPanel.html_export_fold_currently_folded=Voldi hetkel volditud kokku
+OptionPanel.html_export_folding=Voltimine HTML-ekspordil
+OptionPanel.html_export_no_folding=Ei voldita
+OptionPanel.hu=HU (ungari keel)
+OptionPanel.icon=Ikoon
+OptionPanel.icon.tooltip=Kui kehtestada siis s\u00F5lmele tekib t\u00E4pselt samasugune ikoon.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=IT (itaalia keel)
+OptionPanel.ja=JA (jaapani keel)
+OptionPanel.Keystrokes=Kiirklahvid
+OptionPanel.ko=KR (kanuri keel)
+OptionPanel.label_font_size=Kirjakuju suurus
+OptionPanel.language=Keel
+OptionPanel.language.tooltip=<html>See on keel, mida programm kasutama peaks. 'automaatne' proovib laadida sisseloginud kasutajakeskkonna keele eelistust. </html>
+OptionPanel.last=Viimane
+OptionPanel.last_opened_list_length=Viimati avatud nimekirja pikkus
+OptionPanel.linear=Linear[translate me]
+OptionPanel.links=Viited
+OptionPanel.links.tooltip=<html>Sisesta viited kas suhteliste v\u00F5i absoluutaadressidena.</html>
+OptionPanel.load_folding=On Load[translate me]
+OptionPanel.load_last_map=Ava automaatselt viimati avatud kaart
+OptionPanel.load_last_map.tooltip=<html>Kui Freeplane k\u00E4ivitub siis avab ta automaatselt viimati avatud kaardi, kui see on valitud.</html>
+OptionPanel.lookandfeel=V\u00E4limus
+OptionPanel.lookandfeel.tooltip=<html>V\u00E4ljan\u00E4gemine kasutamiseks. 'metalne','windows','motif', 'gtk' on toetatud 'mac'on saadaval vaid MacOS-is. Vaikimisi t\u00E4hendab seda, et vaikimisi v\u00E4ljan\u00E4gemist kasutatakse. Kui soovid isetehtud v\u00E4limust kasutada, palun sisesta klassi nimi siia ja veendu, et vastav *.jar fail on ka olemas, mida laadida. Kui v\u00E4ljan\u00E4gemisega ilmnevad probleemid siis vali 'mitte midagi' siin. See t\u00F6\u00F6tab applet-itega. </html>
+OptionPanel.lt=LT (leedu keel)
+OptionPanel.max_node_width=Maksimaalne s\u00F5lme laius
+OptionPanel.max_node_width.tooltip=<html>Vaikimisi maksimaalne s\u00F5lme laius pikselites</html>
+OptionPanel.metal=Metalne
+OptionPanel.motif=Motif
+OptionPanel.nb=NB (bokm\u00E5l, norra keel)
+OptionPanel.nl=NL (hollandi keel)
+OptionPanel.nn=NN (nynorsk, norra keel)
+OptionPanel.nodebackgroundcolor=S\u00F5lme tausta v\u00E4rv
+OptionPanel.nodebackgroundcolor.tooltip=S\u00F5lmede taust kui ei ole valitud
+OptionPanel.nodecolor=S\u00F5lme v\u00E4rv
+OptionPanel.nodecolor.tooltip=S\u00F5lmede esiplaani v\u00E4rv kui ei ole valitud.
+OptionPanel.nodefontbold=Rasvane kiri
+OptionPanel.nodefontitalic=Kaldkiri
+OptionPanel.nodefontname=S\u00F5lme kirjakuju nimi
+OptionPanel.nodefontsize=S\u00F5lme kirjakuju suurus
+OptionPanel.nodeshape=S\u00F5lme stiil
+OptionPanel.nodeshape.tooltip=<html>Stiil kirjeldab s\u00F5lme v\u00E4list kujundust. <br>V\u00F5imalikud v\u00E4\u00E4rtused:<br><table border="1"><tr><td>fork: </td><td> ilma \u00FCmbritseva kastita,</td></tr><tr><td>mull: </td><td> s\u00F5lm \u00FCmbritseva ristk\u00FClikuga,</td></tr><tr><td>Kui naabers\u00F5lm: </td><td> kopeerib stiili naabers\u00F5lmelt <br>v\u00F5i vaikimisi peas\u00F5lme stiili peas\u00F5lmele,</td></tr><tr><td>Kombineeritud: </td><td> Mull kui s\u00F5lm on kokku volditud, muidu haru.</td></tr></table></html>
+OptionPanel.nodetext=S\u00F5lme tekst
+OptionPanel.nodetext.tooltip=Siin saab sisestada s\u00F5lme teksti. Eelmine tekst unustatakse kui selline muster lisatakse.
+OptionPanel.nothing=Mitte midagi
+OptionPanel.number_of_different_files_for_automatic_save=Automaatsalvestamisel erinevate failide arv
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> kaartide salvestuste erinevate failide arv n. Esimene automaatne salvestus kirjutatakse esimesse faili, jne kuni n+1 salvestuseni, mis salvestatakse taas esimese failina (ts\u00FCklina)</html>
+OptionPanel.OK=Salvesta
+OptionPanel.patternname=Nimi
+OptionPanel.patternname.tooltip=Unikaalne mustri nimi
+OptionPanel.pl=PL (poola keel)
+OptionPanel.placenewbranches=Aseta uued harud
+OptionPanel.placenewbranches.tooltip=<html>Kuhu asetada s\u00F5lmede uued harud. Kehtivad v\u00E4\u00E4rtused on 'esimeseks' ja 'viimaseks' </html>
+OptionPanel.printonwhitebackground=<html>Valge taust printimise ajaks</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Kasuta printimisel alati valget tausta</html>
+OptionPanel.pt_BR=PT BR (brasiilia portugali keel)
+OptionPanel.pt_PT=PT PT (portugali keel)
+OptionPanel.relative=Suhteline
+OptionPanel.remove_notes_without_question=Eemaldada m\u00E4rkmed kinnitust k\u00FCsimata?
+OptionPanel.remove_notes_without_question.tooltip=Kui see m\u00E4rkeruut on m\u00E4rgitud siis valitud s\u00F5lmede m\u00E4rkused eemaldatakse kinnitust k\u00FCsimata. See v\u00F5ib lohaka kasutuse tagaj\u00E4rjel tuua kaasa informatsiooni kaotuse.
+OptionPanel.ru=RU (vene keel)
+OptionPanel.script_user_key_name_for_signing=V\u00F5imalik kiirklahv allkirjastamiseks
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Kui soovid oma skripte allkirjastada, sisesta v\u00F5tme analoog siia. <br>See v\u00F5ti j\u00E4\u00E4b vaikimisi kiirklahvide hulka. <br>Salastatud v\u00F5tmete salas\u00F5na peab langema kokku kiirklahvide salas\u00F5naga (see on vaikimisi nii).</html>
+OptionPanel.selection_method=Valiku meetod
+OptionPanel.selection_method.tooltip=<html> j\u00E4rgneva v\u00F5tme abil saab lubada/keelata viivitusega valiku skeemi. Automaatseadistus. \u00C4ra muuda neid kuna need salvestatakse faili auto.properties nagunii.</html>
+OptionPanel.selection_method_by_click=Kl\u00F5psamisel
+OptionPanel.selection_method_delayed=Viivitusega
+OptionPanel.selection_method_direct=Otse
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Mustrid
+OptionPanel.separator.anti_alias=Kirjakujude pehmendamine
+OptionPanel.separator.attributes=Omadused
+OptionPanel.separator.automatic_save=Automaatne salvestamine
+OptionPanel.separator.behaviour=K\u00E4itumine
+OptionPanel.separator.browser=Lehitseja
+OptionPanel.separator.commands_for_the_program=Programmik\u00E4sud
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Vaikimisi v\u00E4rvid
+OptionPanel.separator.default_fonts=Vaikimisi kirjat\u00FC\u00FCbid
+OptionPanel.separator.default_styles=Vaikimisi stiilid
+OptionPanel.separator.EdgeControls=\u00DChendusjooned
+OptionPanel.separator.edit_long_node_window=Redigeeri s\u00F5lme h\u00FCpikaknas
+OptionPanel.separator.files=Failid
+OptionPanel.separator.General=\u00DCldine
+OptionPanel.separator.html_export=HTML-eksport
+OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.hyperlink_types=H\u00FCperviite t\u00FC\u00FCbid
+OptionPanel.separator.icon_properties=Ikoonid
+OptionPanel.separator.icons=Ikoonid valikus "Vali ikoon..."
+OptionPanel.separator.initial_map_size=Esialgne kaardi suurus
+OptionPanel.separator.key_typing=Kiirklahvid
+OptionPanel.separator.language=Keel
+OptionPanel.separator.look_and_feel=V\u00E4limus
+OptionPanel.separator.mouse_wheel=Hiireratas
+OptionPanel.separator.new_node_commands=Uue s\u00F5lme k\u00E4sud
+OptionPanel.separator.node_editing_commands=S\u00F5lme redigeerimise k\u00E4sud
+OptionPanel.separator.node_navigation_commands=S\u00F5lme liigutamise k\u00E4sud
+OptionPanel.separator.NodeColors=S\u00F5lmede v\u00E4rvid
+OptionPanel.separator.NodeFont=S\u00F5lme kirjakuju
+OptionPanel.separator.notifications=Kinnitused
+OptionPanel.separator.other_defaults=Teised vaikimisi seaded
+OptionPanel.separator.others=Teised kiirklahvid
+OptionPanel.separator.patterns=Mustrid
+OptionPanel.separator.root_node_appearance=Peas\u00F5lme v\u00E4limus
+OptionPanel.separator.save=Salvesta
+OptionPanel.separator.selection_colors=V\u00E4rvivalik
+OptionPanel.separator.selection_method=Valiku meetod
+OptionPanel.separator.undo=V\u00F5ta tagasi
+OptionPanel.separator.updates=Program Updates[translate me]
+OptionPanel.set_property_text=Muuda
+OptionPanel.set_property_text.tooltip=T\u00FChi: \u00C4ra puutu; Miinus=Eemalda omadused (kehtestab vaikimisi v\u00E4\u00E4rtused); Pluss=Muuda omadust
+OptionPanel.setscript=Muudame?
+OptionPanel.setscript.tooltip=Skripti v\u00F5ib ka stiiliga siduda.
+OptionPanel.sharp_bezier=j\u00E4rsud kurvid
+OptionPanel.sharp_linear=terav serv
+OptionPanel.show_icon_for_attributes=N\u00E4ita omaduste ikooni
+OptionPanel.signed_script_are_trusted=Usalda allkirjastatud skripte (soovitatav).
+OptionPanel.signed_script_are_trusted.tooltip=Kui skriptid on allkirjastatud usaldusv\u00E4\u00E4rsete partnerite poolt (nt Freeplane-i autori v\u00F5i Sinu enda poolt), siis see k\u00E4ivitatakse ilma piiranguteta.
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=SL (sloveenia keel)
+OptionPanel.standardbackgroundcolor=Standardne taustav\u00E4rv
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standardne taustav\u00E4rv HTML-viidetes </html>
+OptionPanel.standardcloudcolor=Standardne pilve v\u00E4rv
+OptionPanel.standardcloudcolor.tooltip=<html>Standardne pilve v\u00E4rv HTML-m\u00E4rgendis </html>
+OptionPanel.standardcloudestyle=Standardne pilvestiil
+OptionPanel.standardcloudestyle.tooltip=<html>Standardne pilvestiil. Hetkel vaid 'puutujak\u00F5ver' on toetatud</html>
+OptionPanel.standarddrawrectangleforselection=N\u00E4ita valitud s\u00F5lmi mullides
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Joonista valitud s\u00F5lmedele mullid \u00FCmber.</html>
+OptionPanel.standardlinkcolor=Standardne viite v\u00E4rv
+OptionPanel.standardlinkcolor.tooltip=<html>Standardne viite v\u00E4rv HTML-m\u00E4rgendis </html>
+OptionPanel.standardlinkestyle=Standardne viite stiil
+OptionPanel.standardlinkestyle.tooltip=<html>Standardne viite stiil.  Hetkel vaid 'puutujak\u00F5ver' on toetatud</html>
+OptionPanel.standardselectednodecolor=Standardne valitud s\u00F5lme v\u00E4rv
+OptionPanel.standardselectednodecolor.tooltip=<html>Standardne s\u00F5lme v\u00E4rv kui see on valitud (aktiivne). HTML-is #RRGGBB (16nd-koodis) </html>
+OptionPanel.standardselectednoderectanglecolor=Valitud s\u00F5lme mulli v\u00E4rv
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Valitud s\u00F5lmede mulli v\u00E4rv. HTML-is #RRGGBB (16nd-koodis) </html>
+OptionPanel.sv=SE (p\u00F5hja-saami, rootsi keel)
+OptionPanel.time_for_automatic_save=Automaatsalvestuse aeg
+OptionPanel.time_for_automatic_save.tooltip=<html> aeg kahe j\u00E4rjestiku salvestamise vahel (millisekundites, ms) : Et automaatsalvestamist keelata, m\u00E4\u00E4ra selleks numbriks 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Aeg viivitusega valikuks
+OptionPanel.time_for_delayed_selection.tooltip=<html> S\u00F5lmede valiku viivitus hiire \u00FCleliikumisel (millisekundites). Muuda selle v\u00E4\u00E4rtus 1 peale kui soovid kohest (viivituseta) valikut hiire \u00FCle s\u00F5lme liikumisel.</html>
+OptionPanel.toolTipManager.max_tooltip_width=Kohtspikri laius
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Vaikimisi kohtsprikri laius pikselites.</html>
+OptionPanel.tr=TR (t\u00FCrgi keel)
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=M\u00E4\u00E4ramata kirjakuju
+OptionPanel.undo_levels=V\u00F5ta tasemed tagasi
+OptionPanel.undo_levels.tooltip=<html>M\u00E4\u00E4rab selle, kui mitu sammu tagasiv\u00F5tmiseks salvestatakse.</html>
+OptionPanel.unfold_on_paste=Voldi s\u00F5lm asetamisel lahti.
+OptionPanel.unfold_on_paste.tooltip=Voldi s\u00F5lm asetamisel lahti v\u00F5i lohista-ning-kukuta
+OptionPanel.use_common_out_point_for_root_node=\u00DChendusjooned peas\u00F5lmega algavad \u00FChest punktist
+OptionPanel.use_common_out_point_for_root_node.tooltip=\u00DChendusjooned peas\u00F5lmega algavad \u00FChest punktist
+OptionPanel.use_tabbed_pane=Kasuta kaarte
+OptionPanel.use_tabbed_pane.tooltip=Kui valitud siis kaarte n\u00E4idatakse sakkidena (nagu Firefoxis :-) ).
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Kiirus
+OptionPanel.wheel_velocity.tooltip=Kaarti saab hiire rattaga kiiremini liigutada kui siia panna suurem v\u00E4\u00E4rtus.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=ZH CN (hiina keel)
+OptionPanel.zh_TW=ZH (hiina keel)
+out_of_memory=Out of memory.[translate me]
+PageAction.text=Lehek\u00FClje &Seaded
+PasteAction.text=Aseta
+PatternNewNameProperty=Uus muster
+PatternToString.backgroundColor=Taustav\u00E4rv
+PatternToString.Child=Alams\u00F5lme stiil
+PatternToString.color=V\u00E4rv
+PatternToString.EdgeColor=\u00DChendusjoone v\u00E4rv
+PatternToString.EdgeStyle=\u00DChendusjoone stiil
+PatternToString.EdgeWidth=\u00DChendusjoone laius
+PatternToString.FontBold=Rasvane
+PatternToString.FontItalic=Kaldu
+PatternToString.FontName=Kirjakuju nimi
+PatternToString.Icon=Ikoon
+PatternToString.NodeFontSize=Kirjakuju suurus
+plugins/ScriptEditor.cancel=&T\u00FChista muudatused ja v\u00E4lju
+plugins/ScriptEditor.exit=&Salvesta ja v\u00E4lju
+plugins/ScriptEditor.FORBIDDEN_ACTION=Freeplane-i lahedad skriptid on piiratud. J\u00E4rgnev {0,choice,0#File|1#Network|2#Exec} operatsioon on keelatud: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Sa saad seda muuta programmi seadistustes.
+plugins/ScriptEditor.menu_actions=&Tegevused
+plugins/ScriptEditor.new_script=Uus skript
+plugins/ScriptEditor.run=&K\u00E4ivita
+plugins/ScriptEditor.sign=Allkirjasta skript...
+plugins/ScriptEditor/window.Result=Tulemus:
+plugins/ScriptEditor/window.title=Skripti redaktor
+plugins/TimeList.xml_Created=Loodud
+plugins/TimeList.xml_Date=Kuup\u00E4ev
+plugins/TimeList.xml_Icons=Ikoonid
+plugins/TimeList.xml_Modified=Muudetud
+plugins/TimeList.xml_Notes=M\u00E4rkmed
+plugins/TimeList.xml_Text=Tekst
+plugins/TimeManagement.xml_appendButton=Lisa kuup\u00E4ev valitud s\u00F5lmedele
+plugins/TimeManagement.xml_Cancel=Loobu
+plugins/TimeManagement.xml_cancelButton=Loobu
+plugins/TimeManagement.xml_closeButton=Sulge
+plugins/TimeManagement.xml_Export=Ekspordi valitud s\u00F5lmed
+plugins/TimeManagement.xml_Find=Otsi
+plugins/TimeManagement.xml_Goto=Mine
+plugins/TimeManagement.xml_hour=Tund:
+plugins/TimeManagement.xml_menu_actions=Tegevused
+plugins/TimeManagement.xml_minute=Minut:
+plugins/TimeManagement.xml_reminderButton=J\u00E4ta mind selle kuup\u00E4evaga meelde
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Kui ajaarvestajale kl\u00F5psatud siis m\u00E4rgitakse k\u00E4esolev aeg \u00FCles. Vilkuvad ikoonid p\u00FC\u00FCavad siis Sinu t\u00E4helepanu.<br> Kui kaardi sulged siis \u00FClesm\u00E4rgitud ajad aktiveeruvad j\u00E4rgmine kord kui kaart avatakse.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Hetkel saab olla vaid \u00FCks meeldetuletaja s\u00F5lme kohta. <br>K\u00E4esolev meeldetuletaja on m\u00E4\u00E4ratud {0,date} {0,time}, Sinu valik oli {1,date} {1,time}. <br><br>Kas soovid s\u00F5lme meeldetuletajat muuta (JAH) <br>v\u00F5i soovid vana alles hoida (EI)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Meeldetuletaja m\u00E4rgitud {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Eemalda meeldetuletaja
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Eemalda k\u00F5ik meeldetuletajad, mis on seotud valitud s\u00F5lmedega.
+plugins/TimeManagement.xml_Replace=Asenda
+plugins/TimeManagement.xml_Replace_All=Asenda k\u00F5ik
+plugins/TimeManagement.xml_Replace_Selected=Asenda valitud
+plugins/TimeManagement.xml_Select=M\u00E4rgi
+plugins/TimeManagement.xml_todayButton=T\u00E4na
+plugins/TimeManagement.xml_WindowTitle=Ajahaldus
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Otsi & Asenda
+preferences=Eelistused
+print_preview_title=Tr\u00FCkkimise eelvaatlus
+PrintAction.text=Tr\u00FCki...
+PrintDirectAction.text=Tr\u00FCki
+printing_settings=Tr\u00FCkkimise skaleerimine
+PrintPreviewAction.text=&Tr\u00FCkkimise eelvaatlus...
+PropertyAction.text=Eelistused ...
+QuitAction.text=Sulge programm
+read_only=Ainult lugemiseks
+really_convert_to_current_version=<html>See kaart on vanema Freeplane-i abil loodud. <br>Kas teisendame uuemasse vormingusse (soovitatav)? <br>(Muidu v\u00F5etakse seda nagu see on ja ilma garantiita.) </html>
+really_cut_node=Kas t\u00F5esti l\u00F5igata s\u00F5lm(ed)?
+really_execute_script=Kas t\u00F5esti soovid k\u00E4ivitada selle kaardiga kaasasolevaid olevaid skripte? On v\u00F5imalik, et need kahjustavad Sinu arvutit.
+really_remove_node=Kas t\u00F5esti kustutada need s\u00F5lmed?
+really_remove_notes=Kas t\u00F5esti eemaldada need m\u00E4rkmed?
+RedoAction.text=Tee uuesti
+RedoFilterAction.text=Tee uuesti
+ReminderHookAction.text=Eemalda meeldetuletaja
+ReminderHookAction.tooltip=Eemaldab s\u00F5lmelt meeldetuletuse.
+RemoveAllIconsAction.text=Eemalda k\u00F5ik ikoonid
+RemoveIconAction.text=Eemalda viimane ikoon
+RemoveNoteAction.text=Eemalda m\u00E4rkmed
+RemoveNoteAction.tooltip=<html>Eemaldab m\u00E4rkuse sisu ja v\u00F5imalik, et mitmelt m\u00E4rkmelt.</html>
+rename=&Nimeta \u00FCmber
+repair_link=Paranda viide
+repair_link_question=Ei suutnud viidatud kaarti laadida. Kas soovid k\u00E4sitsi viidet parandada?
+replace=Asenda
+ResetNodeLocationAction.text=Taasta esialgne &Paigutus
+save_failed={0} katse kaarti salvestada eba\u00F5nnestus.
+save_unsaved=Kas salvestada see m\u00F5ttekaart? :
+SaveAction.text=&Salvesta
+SaveAll.text=Salvesta &K\u00F5ik
+SaveAll.tooltip=Salvestab k\u00F5ik avatud kaardid.
+SaveAsAction.text=Salvesta kui...
+saved=Salvestatud
+scheme_evaluate=Hinda!
+ScriptEditor.text=&Skripti redaktor...
+ScriptEditor.tooltip=V\u00F5imaldab suuri skripte Freeplane-i sees kirjutada.
+ScriptEditorPanel.changed_cancel=Skripte on muudetud. Kas t\u00F5esti soovid loobuda neist muudatustest?
+select_favorites_folder=Vali kataloog kus asuvad Sinu j\u00E4rjehoidjad
+select_folder_for_importing=Vali kataloog, mida importida.
+SelectAllAction.text=Vali k\u00F5ik n\u00E4htav
+SelectBranchAction.text=Vali n\u00E4htav haru
+selection_method_by_click=\u00DCks kl\u00F5ps m\u00E4rkimiseks
+selection_method_delayed=Viivitusega automaatvalik
+selection_method_direct=Osuta, et valida
+SelectNoteAction.text=S\u00F5lme muutmise l\u00FCliti
+SelectNoteAction.tooltip=L\u00FClitu m\u00E4rkme loomise aknasse
+SetImageByFileChooserAction.text=Pilt (faililehitseja v\u00F5i viide)...
+SetLinkByFileChooserAction.text=H\u00FCperviide (faililehitseja)...
+SetLinkByTextFieldAction.text=H\u00FCperviide (tekstiv\u00E4li)...
+ShowAllAttributesAction.text=N\u00E4ita k\u00F5iki omadusi
+ShowAncestorsAction.text=N\u00E4ita eellasi
+ShowAttributeDialogAction.text=&Omaduste haldur...
+ShowDescendantsAction.text=N\u00E4ita j\u00E4rglasi
+ShowHideNoteAction.text=M\u00E4rkuste aken
+ShowHideNoteAction.tooltip=Lubab viisakalt m\u00E4rkuste aknal ilmuda v\u00F5i kaduda.
+ShowSelectedAttributesAction.text=N\u00E4ita valitud omadusi
+ShowSelectionAsRectangleAction.text=Ristk\u00FClikukujuline valik
+simplyhtml.aboutFrameTitle=Sellest programmist l\u00E4hemalt
+simplyhtml.aboutLabel=SimplyHTML-ist l\u00E4hemalt...
+simplyhtml.alignCenter=keskele
+simplyhtml.alignLabel=Alignment\:[translate me]
+simplyhtml.alignLeft=vasakule
+simplyhtml.alignRight=paremale
+simplyhtml.allCellsRangeLabel=k\u00F5ik lahtrid
+simplyhtml.allOccurrencesReplaced=K\u00F5ik kokkulangevused asendatud
+simplyhtml.appendTableColLabel=Lisa veerg
+simplyhtml.appendTableRowLabel=Lisa rida
+simplyhtml.applyCellAttrLabel=Rakenda
+simplyhtml.backgroundLabel=Taust:
+simplyhtml.boldItalicName=rasvane kaldkiri
+simplyhtml.boldName=rasvane
+simplyhtml.borderColorLabel=V\u00E4rv:
+simplyhtml.borderWidthLabel=Laius
+simplyhtml.bottomLabel=all:
+simplyhtml.cancelBtnName=Loobu
+simplyhtml.cellBorderTabLabel=Piirded
+simplyhtml.cellGenTabLabel=\u00DCldine
+simplyhtml.cellMarginTabLabel=Veeris
+simplyhtml.cellPanelTitle=Lahtri vormindus
+simplyhtml.clearFormatLabel=Eemalda vormindus
+simplyhtml.clearFormatTip=Eemalda vormindus
+simplyhtml.close=Sulge
+simplyhtml.closeBtnName=Sulge
+simplyhtml.colorLabel=V\u00E4rv
+simplyhtml.copyLabel=Kopeeri
+simplyhtml.copyTip=kopeeri
+simplyhtml.cTagNameHead1=Pealkiri 1
+simplyhtml.cTagNameHead2=Pealkiri 2
+simplyhtml.cTagNameHead3=Pealkiri 3
+simplyhtml.cTagNameHead4=Pealkiri 4
+simplyhtml.cTagNameHead5=Pealkiri 5
+simplyhtml.cTagNameHead6=Pealkiri 6
+simplyhtml.cTagNameLink=Viide
+simplyhtml.cTagNameOL=Sorteeritud nimekiri
+simplyhtml.cTagNamePara=L\u00F5ik
+simplyhtml.cTagNameUL=Sorteerimata nimekiri
+simplyhtml.cutLabel=L\u00F5ika
+simplyhtml.cutTip=l\u00F5ika
+simplyhtml.defaultDocName=Nimetu
+simplyhtml.deleteTableColLabel=Kustuta veerg
+simplyhtml.deleteTableRowLabel=Kustuta rida
+simplyhtml.docTitleQuery=M\u00E4\u00E4ra pealkiri:
+simplyhtml.docTitleTitle=Muuda dokumendi pealkirja
+simplyhtml.editLabel=Redigeeri
+simplyhtml.effectLabel=Efekt
+simplyhtml.familyLabel=Perekond
+simplyhtml.findNext=Otsi j\u00E4rgmine...
+simplyhtml.findReplaceDialogTitle=Otsi & Asenda
+simplyhtml.findReplaceLabel=Otsi & Asenda
+simplyhtml.findReplaceTip=otsi & asenda
+simplyhtml.fontBoldLabel=Rasvane
+simplyhtml.fontBoldTip=l\u00FClita rasvane kiri sisse/v\u00E4lja
+simplyhtml.fontDialogTitle=Muuda kirjakuju
+simplyhtml.fontItalicLabel=Kaldkiri
+simplyhtml.fontItalicTip=l\u00FClita kaldkiri sisse/v\u00E4lja
+simplyhtml.fontLabel=Kirjakuju...
+simplyhtml.fontTabLabel=Kirjat\u00FC\u00FCp
+simplyhtml.fontTip=Muuda kirjakuju...
+simplyhtml.fontUnderlineLabel=Jooni alla
+simplyhtml.fontUnderlineTip=l\u00FClita allajoonimine sisse/v\u00E4lja
+simplyhtml.foregroundLabel=Esiplaan:
+simplyhtml.formatLabel=Vormindus
+simplyhtml.formatListLabel=Loetelu...
+simplyhtml.formatListTip=muuda loetelu kujundust
+simplyhtml.formatParaLabel=L\u00F5ik...
+simplyhtml.formatParaTip=Muuda l\u00F5igu kujundust
+simplyhtml.formatTableLabel=Tabel...
+simplyhtml.formatTableTip=Vorminda tabelit
+simplyhtml.helpLabel=Abi
+simplyhtml.htmlTabTitle=HTML-koodi vaade
+simplyhtml.imageFileDesc=Pildifailid
+simplyhtml.insertTableColLabel=Sisesta veerg
+simplyhtml.insertTableLabel=Tabel...
+simplyhtml.insertTableMsg=Mitu veergu?
+simplyhtml.insertTableRowLabel=Sisesta rida
+simplyhtml.insertTableTitle=Sisesta tabel
+simplyhtml.italicName=kaldkiri
+simplyhtml.layoutTabTitle=Paigutuse vaade
+simplyhtml.leftLabel=vasak:
+simplyhtml.listDialogTitle=Nimekirja kujundamine
+simplyhtml.listIndentTitle=Taane:
+simplyhtml.listPosInside=sees
+simplyhtml.listPositionLabel=Asukoht:
+simplyhtml.listPosOutside=v\u00E4ljas
+simplyhtml.listTypeCircle=\u00FCmart\u00E4pp
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=faili s\u00FCmbol kui t\u00E4pp
+simplyhtml.listTypeLabel=T\u00FC\u00FCp:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=puudub
+simplyhtml.listTypeSquare=ruudukujuline t\u00E4pp
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=V\u00E4line
+simplyhtml.matchCase=T\u00F5stutundlik
+simplyhtml.newStyleDefaultName=uus stiil
+simplyhtml.nextTableCellLabel=J\u00E4rgmine lahter
+simplyhtml.noLineLabel=puudub
+simplyhtml.noMoreOccurrencesFound=rohkem kokkulangevusi ei leitud
+simplyhtml.okBtnName=Sobib
+simplyhtml.paddingLabel=Sisemine
+simplyhtml.paraAlignCenterLabel=Joonda keskele
+simplyhtml.paraAlignCenterTip=Joonda l\u00F5ik keskele
+simplyhtml.paraAlignLeftLabel=Joonda vasakule
+simplyhtml.paraAlignLeftTip=Joonda l\u00F5ik vasakule
+simplyhtml.paraAlignRightLabel=Joonda paremale
+simplyhtml.paraAlignRightTip=Joonda l\u00F5ik paremale
+simplyhtml.paraStyleDialogTitle=L\u00F5igustiil
+simplyhtml.paraTabLabel=L\u00F5ik
+simplyhtml.pasteLabel=Aseta
+simplyhtml.pasteTip=aseta
+simplyhtml.plainName=paljas
+simplyhtml.previewLabel=Eelvaade
+simplyhtml.previewText=Teksti eelvaade
+simplyhtml.prevTableCellLabel=Eelmine lahter
+simplyhtml.redoLabel=Tee uuesti
+simplyhtml.redoTip=tee uuesti
+simplyhtml.replace=Asenda...
+simplyhtml.replaceAll=K\u00F5ik
+simplyhtml.replaceDone=Tehtud
+simplyhtml.replaceNo=Ei
+simplyhtml.replaceThisQuery=asenda see kokkulangevus
+simplyhtml.replaceWith=Asendada millega:
+simplyhtml.replaceYes=Jah
+simplyhtml.rightLabel=parem:
+simplyhtml.searchDown=Otsi allapoole
+simplyhtml.searchFromStart=Otsi algusest
+simplyhtml.searchUp=Otsi \u00FClespoole
+simplyhtml.selectAllLabel=Vali k\u00F5ik
+simplyhtml.sizeLabel=Suurus
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=L\u00E4bikriipsutus
+simplyhtml.styleLabel=Stiil
+simplyhtml.styleNameInputText=Uue stiili nimi?
+simplyhtml.styleNameInputTitle=Salvesta stiil
+simplyhtml.tableBgColLabel=Taustav\u00E4rv:
+simplyhtml.tableDialogTitle=Vorminda tabelit
+simplyhtml.tableLabel=Tabel
+simplyhtml.tablePanelTitle=Tabeli vormindus
+simplyhtml.tableWidthLabel=Laius:
+simplyhtml.textIndentLabel=Taane:
+simplyhtml.textToFind=Tekst, mida otsida:
+simplyhtml.thisCellRangeLabel=see lahter
+simplyhtml.thisColRangeLabel=see veerg
+simplyhtml.thisRowRangeLabel=see rida
+simplyhtml.toggleBulletsLabel=T\u00E4pploetelu sisse/v\u00E4lja
+simplyhtml.toggleBulletsTip=t\u00E4pploetelu sisse/v\u00E4lja
+simplyhtml.toggleNumbersLabel=Numberloetelu sisse/v\u00E4lja
+simplyhtml.toggleNumbersTip=numberloetelu sisse/v\u00E4lja
+simplyhtml.topLabel=\u00FCleval:
+simplyhtml.uLineLabel=Jooni alla
+simplyhtml.unableToOpenFileError=Faili ei saa avada
+simplyhtml.unableToRedoError=Ei saa uuesti teha:
+simplyhtml.unableToUndoError=Ei saa tagasi v\u00F5tta:
+simplyhtml.undoLabel=V\u00F5ta tagasi
+simplyhtml.undoTip=v\u00F5ta tagasi
+simplyhtml.valignBaseline=alusjoon
+simplyhtml.valignBottom=alla
+simplyhtml.valignLabel=P\u00FCstine joondus:
+simplyhtml.valignMiddle=keskele
+simplyhtml.valignTop=\u00FCles
+simplyhtml.wholeWordsOnly=Ainult terved s\u00F5nad
+SortNodes.text=&Sorteeri alams\u00F5lmed
+SortNodes.tooltip=Sorteerib k\u00F5ik alams\u00F5lmed t\u00E4hestiku j\u00E4rjekorras.
+split=&Poolita
+SplitNode.text=&Poolita s\u00F5lm
+SplitNode.tooltip=<html>S\u00F5lm on poolitatud</html>
+style=Stiil
+svg=SVG[translate me]
+TimeListAction.text=N\u00E4ita ajastatud toiminguid ja &Nimekirja ...
+TimeListAction.tooltip=N\u00E4itab k\u00F5iki m\u00E4rgitud aegu ja seotud s\u00F5lmi.
+TimeManagementAction.text=N\u00E4ita kalendrit...
+TimeManagementAction.tooltip=<html>N\u00E4itab kalendrimoodulit (autor: Kai Toedter).</html>
+ToggleChildrenFoldedAction.text=Voldi s\u00F5lmed kokku/lahti
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=L\u00FClita voltimist \u00FCmber
+ToggleLeftToolbarAction.text=&Teine t\u00F6\u00F6riistariba
+ToggleMenubarAction.text=Men\u00FC\u00FCriba
+ToggleToolbarAction.text=&T\u00F6\u00F6riistariba
+undefined_error=Ootamatu viga tekkis. Palun proovi raporteerida sellest.
+underline=Jooni alla
+underlined=Allajoonitud
+UndoAction.text=V\u00F5ta tagasi
+UndoFilterAction.text=V\u00F5ta tagasi
+unfold=Voldi lahti
+UnfoldAllAction.text=Voldi k\u00F5ik lahti
+UnfoldAllAction.tooltip=<html>Voldib k\u00E4esoleva s\u00F5lme koos selle all olevate s\u00F5lmedega lahti.</html>
+UnfoldOneLevelAction.text=Voldi \u00FChe taseme v\u00F5rra lahti
+UnfoldOneLevelAction.tooltip=<html>Voldib k\u00E4esoleva s\u00F5lme \u00FChe taseme v\u00F5rra lahti.</html>
+UpdateCheckAction.text=Check for Updates[translate me]
+updatecheckdialog=Update Check Dialog[translate me]
+url_error=See internetiviide on valesti kirjutatud!
+url_load_error=Ei suutnud siit aadressilt kaarti laadida:
+UsePlainTextAction.text=Kasuta paljast teksti
+user_defined_zoom=Kasutaja m\u00E4\u00E4ratud.
+user_defined_zoom_status_bar=Suurenduse muutmine kasutaja poolt m\u00E4\u00E4ratud v\u00E4\u00E4rtusele {0}%.
+user_zoom=Tr\u00FCkkimise suurendus (0.0 - 2.0):
+WebDocuAction.text=Dokumentatsioon internetis
+width=Laius
+yes=Jah
+ZoomInAction.text=Suurenda
+ZoomOutAction.text=V\u00E4henda
diff --git a/freeplane/resources/translations/Resources_fr.properties b/freeplane/resources/translations/Resources_fr.properties
index 96f9a9f..567b817 100644
--- a/freeplane/resources/translations/Resources_fr.properties
+++ b/freeplane/resources/translations/Resources_fr.properties
@@ -1,1769 +1,1770 @@
-about_text = Freeplane - Logiciel libre de conception de cartes mentales
-AboutAction.text = \u00c0 propos...
-acceleratorPresets = Charger ou enregistrer les touches de fonction
-accelerators_loading_error = Impossible de charger les touches de fonction depuis {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Editeur de mise en forme
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Editeur de mise en forme
-accessories/plugins/EncryptNode.properties_0 = Saisie du mot de passe
-accessories/plugins/EncryptNode.properties_1 = Les mots de passe ne sont pas identiques ou sont trop courts.
-accessories/plugins/EncryptNode.properties_2 = Entrez le mot de passe :
-accessories/plugins/EncryptNode.properties_3 = Confirmez le mot de passe :
-accessories/plugins/EncryptNode.properties_4 = Entrez votre mot de passe.
-accessories/plugins/EncryptNode.properties_5 = Rappel : le niveau de protection repose sur la qualit\u00e9 de votre mot de passe.
-accessories/plugins/EncryptNode.properties_6 = Valider
-accessories/plugins/EncryptNode.properties_7 = Annuler
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Vous pouvez uniquement basculer le status de protection d'un n\u0153ud. Pour cr\u00e9er une carte prot\u00e9g\u00e9e utilisez le menu "Fichier".
-accessories/plugins/EncryptNode.properties_select_me = Nouvelle carte prot\u00e9g\u00e9e
-accessories/plugins/EncryptNode.properties_wrong_password = Le mot de passe est incorrect.
-accessories/plugins/ExportWithTWiki.text = TWiki
-accessories/plugins/ExportWithTWiki.tooltip = Exporte la carte en document TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = Il s'agit d'une m\u00e9thode d'exportation utilisant des scripts XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Applet Java
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exporte la carte en applet Java pour navigateur Web.
-accessories/plugins/ExportWithXSLT_Flash.text = Animation Flash
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exporte la carte en animation Flash.
-accessories/plugins/ExportWithXSLT_HTML.text = XHTML JavaScript
-accessories/plugins/ExportWithXSLT_HTML3.text = XHTML image cliquable
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Les ressources depuis le n\u0153ud Ressouces vers un fichier TaskJuggler
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = Exporte les ressources depuis le n\u0153ud Ressouces vers l'outil TaskJuggler
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Les t\u00e2ches depuis le n\u0153ud T\u00e2ches vers un fichier TaskJuggler
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = Exporte les t\u00e2ches depuis le n\u0153ud T\u00e2ches vers l'outil TaskJuggler
-action_keystroke_in_use_error = Le raccourci ''{0}'' demand\u00e9 pour l''action ''{1}'' est d\u00e9j\u00e0 associ\u00e9 \u00e0 l''action ''{2}''.
-active = Activer
-actual_map_styles = Styles conditionnels appliqu\u00e9s \u00e0 la carte
-actual_node_styles = Styles conditionnels appliqu\u00e9s au n\u0153ud
-add = Ajouter
-AddConnectorAction.text = Connecteur
-AddElementaryConditionAction.text = Ajouter
-AddLocalLinkAction.text = Lien vers un n\u0153ud
-AddMenuItemLinkAction.text = Lien vers une commande...
-AddOnDetailsPanel.authored.by = Par {0}
-AddOnDetailsPanel.header.function = Description
-AddOnDetailsPanel.header.menu = Emplacement dans le menu
-AddOnDetailsPanel.header.shortcut = Raccourci
-AddOnDetailsPanel.homepage = Accueil :
-addons.installer.canceled = Installation annul\u00e9e
-addons.installer.confirm.licence = <html><body><h1>Licence</h1>{0}<p><p><em>Acceptez-vous les termes de cette licence ?
-addons.installer.failed = L''installation a \u00e9chou\u00e9. Erreur : {0}.
-addons.installer.freeplaneversion.format.error = Erreur de format pour {0} (valeur erronn\u00e9e : {1})
-addons.installer.groovy.script.name = Le nom du script {0} ne se termine pas en ".groovy"
-addons.installer.html.script = Le contenu d'un script ne peut pas \u00eatre du HTML
-addons.installer.install = Installer
-addons.installer.invalid.keyboard.shortcut = Raccourci {0} invalide.
-addons.installer.licence.unchanged = Licence non modifi\u00e9e
-addons.installer.map.structure = Erreur de structure dans la carte : {0}
-addons.installer.missing.child.nodes = N\u0153ud fils manquant : {0}
-addons.installer.missing.permission.attribute = Script {0} : autorisation {1} manquante
-addons.installer.missing.properties = Propri\u00e9t\u00e9 manquante : {0}
-addons.installer.missing.translation = Traduction {0} manquante pour la langue {1}
-addons.installer.no.scripts = Script non trouv\u00e9
-addons.installer.no.zipdata = Aucune donn\u00e9e compress\u00e9e retrouv\u00e9e
-addons.installer.nonstandard.permissions = Le script n\u00e9cessite les droits suivants qui sont actuellement d\u00e9sactiv\u00e9s : {0}.\nVoulez-vous activer ces droits ?
-addons.installer.one.child.expected = Le n\u0153ud {0} devrait poss\u00e9der un fils, il en poss\u00e8de {1}.
-addons.installer.script.no.execution_mode = Le param\u00e8tre "execution_mode" est manquant pour {0}
-addons.installer.script.no.menulocation = Le param\u00e8tre "menuLocation" est manquant pour {0}
-addons.installer.script.no.menutitle = Le param\u00e8tre "menuTitleKey" est manquant pour {0}
-addons.installer.script.no.permissions = Aucune permission n''est d\u00e9fini pour {0}
-addons.installer.success = Installation termin\u00e9e.\nLe nouvel add-on sera disponible apr\u00e8s re-d\u00e9marrage.
-addons.installer.success.update = Mise \u00e0 jour de {0} en {1} effectu\u00e9e.\nPour que les modications prennent effet vous devriez re-d\u00e9marrer.
-addons.installer.title = Installation d'un add-on
-addons.installer.too.new = La version de Freeplane {0} est trop r\u00e9cente. Cet add-on fonctionne avec une version plus ancienne de Freeplane {1}.
-addons.installer.too.old = La version Freeplane {0} est trop ancienne. Cet add-on n\u00e9cessite une version {1} ou sup\u00e9rieure.
-addons.installer.unknown.deinstallation.rules = D\u00e9sinstallation impossible, {0}
-addons.installer.update = Mise \u00e0 jour de la version {0}
-addons.installer.warning = <html><body><em>Attention : vous ne devez installer que des add-ons de sources v\u00e9rifi\u00e9es. Certains codes peuvent causer des dommages voire conduire \u00e0 la perte de vos donn\u00e9es.
-addons.site = http://freeplane.sourceforge.net/addons
-AddStyleAttributes.text = Ajouter des attributs par style
-AddStyleAttributes.tooltip = Ajouter des attributs bas\u00e9s sur le style du n\u0153ud
-AllMapsNodeListAction.text = Rechercher et remplacer dans toutes les cartes...
-always = Toujours
-AlwaysUnfoldedNodeAction.text = Noeud toujours d\u00e9pli\u00e9
-antialias_all = Tout lisser
-antialias_edges = Lisser les lignes
-antialias_none = Ne rien lisser
-apply = Appliquer
-ApplyAction.text = Appliquer
-ApplyFormatPlugin.text = Modifier la mise en forme...
-ApplyFormatPlugin.tooltip = Modifiez tous les param\u00e9tres de mise en forme des n\u0153uds s\u00e9lectionn\u00e9s
-ApplyNoFilteringAction.text = Effacer le filtre
-ApplySelectedViewConditionAction.text = Filtrer les n\u0153uds s\u00e9lectionn\u00e9s
-ApplyToVisibleAction.text = Cumuler les filtres
-as_parent = Comme le p\u00e8re
-AskForHelp.text = Demander de l'aide
-AssignAttributesAction.text = Modifier les attributs...
-attribute_delete = Supprimer toutes les valeurs
-attribute_delete_value = Supprimer cette valeur
-attribute_font_size_tooltip = Taille de police d'attribut
-attribute_list_box_label_text = Valeurs existantes
-attribute_name = Nom
-attribute_replace = Remplacer par
-attribute_top = Tous les attributs connus de la carte courante
-attribute_value = Valeur
-attributes_AddAttributeAction.text = Modifier les attributs dans une nouvelle fen\u00eatre...
-attributes_adding_empty_attribute_error = Ne peut pas utiliser une chaine vide comme nom d'attribut
-attributes_all = Tous les attributs
-attributes_assign_dialog = Modifier les attributs
-attributes_attribute = Attributs
-attributes_close = Fermer
-attributes_deselect_all = Rien
-attributes_dialog_title = Gestionnaire d'attributs
-attributes_edit = Modifier
-attributes_edit_tooltip = Modifier la s\u00e9lection
-attributes_for_selected = N\u0153uds s\u00e9lectionn\u00e9s
-attributes_for_visible = Tous les n\u0153uds visibles
-attributes_import = Importer
-attributes_import_tooltip = Importer des attributs depuis les autres cartes charg\u00e9es
-attributes_no_import_candidates_found = Aucun nouvel attribut trouv\u00e9
-attributes_popup_delete = Supprimer
-attributes_popup_down = Descendre
-attributes_popup_edit = Modifier
-attributes_popup_hide = Masquer
-attributes_popup_new = Nouvel attribut
-attributes_popup_optimal_width = Ajuster la largeur
-attributes_popup_up = Monter
-attributes_refresh = Actualiser
-attributes_RemoveAllAttributesAction.text = Supprimer tous les attributs
-attributes_RemoveFirstAttributeAction.text = Supprimer le premier attribut
-attributes_RemoveLastAttributeAction.text = Supprimer le dernier attribut
-attributes_restricted_attributes_tooltip = Restreindre la s\u00e9lection d'attributs
-attributes_restricted_values_tooltip = Restreindre la s\u00e9lection de valeurs pour les attributs courants
-attributes_restriction = S\u00e9lection r\u00e9duite
-attributes_select_all = Tout
-attributes_select_all_tooltip = Tout s\u00e9lectionner / d\u00e9s\u00e9lectionner
-attributes_show = Afficher
-attributes_skip_root = Ignorer le n\u0153ud racine
-attributes_visible = S\u00e9lectionner ce qui est visible
-attributes_visible_tooltip = S\u00e9lectionner ce qui est visible
-automatic_layout = Style automatique
-automatic_layout_disabled = D\u00e9sactiv\u00e9
-automatically_save_message = Carte sauvegard\u00e9e automatiquement sous : {0}
-AutomaticEdgeColorHookAction.text = Couleur de ligne automatique
-AutomaticLayout.ALL = Pour tous les niveaux
-AutomaticLayout.HEADINGS = Sauf pour les derniers niveaux
-AutomaticLayout.level = Niveau {0}
-AutomaticLayout.level.root = Racine
-AutomaticLayoutAction.text = Styles automatiques par niveau
-AutomaticLayoutAction.tooltip = Applique \u00e0 toute la carte une mise en forme des n\u0153uds en fonction de leur niveau
-AutomaticLayoutControllerAction.ALL.text = Pour tous les niveaux
-AutomaticLayoutControllerAction.HEADINGS.text = Sauf pour les derniers niveaux
-AutomaticLayoutControllerAction.null.text = D\u00e9sactiv\u00e9
-BackAction.text = N\u0153ud pr\u00e9c\u00e9dent dans l'historique
-BackAction.tooltip = Aller au n\u0153ud pr\u00e9c\u00e9dent dans l'historique de navigation
-background = Fond
-bitmaps = Images
-black = Noir
-BlinkingNodeHookAction.text = N\u0153ud clignotant
-BlinkingNodeHookAction.tooltip = N\u0153ud clignotant. Note : cette mise en forme est prioritaire sur les autres mises en forme de couleur.
-blue = Bleu
-BoldAction.text = Gras
-boldify_branch = Branche en gras
-branch = Branche
-browse = Ouvrir...
-calendar_attributes_panel = Calendrier et attributs
-calendar_panel = Calendrier
-can_not_connect_to_info_server = Impossible de se connecter au serveur
-can_not_delete_predefined_style = Impossible de supprimer un style syst\u00e8me.
-can_not_delete_root_style = Impossible de supprimer le style du n\u0153ud racine
-can_not_delete_style_group = Impossible de supprimer ce type de style
-can_not_save_key_set = Impossible d'enregistrer les touches de fonction
-cancel = Annuler
-CancelAction.text = Annuler
-cannot_add_parent_diff_parents = Pour utiliser cette fonction, tous les n\u0153uds doivent avoir le m\u00eame p\u00e8re
-cannot_add_parent_to_root = Le n\u0153ud racine ne peut \u00eatre ajout\u00e9 comme n\u0153ud fils.
-cannot_delete_root = Le n\u0153ud racine ne peut \u00eatre ni coup\u00e9, ni supprim\u00e9.
-cannot_join_nodes_with_children = Impossible de fusionner des n\u0153uds poss\u00e9dant des fils.
-cannot_move_to_child = Impossible de d\u00e9placer un n\u0153ud dans l'un de ses fils.
-CenterAction.text = Centrer
-CenterSelectedNodeAction.text = Centrer le n\u0153ud s\u00e9lectionn\u00e9
-ChangeConnectorArrowsAction.backward.text = Fl\u00e8che au d\u00e9part
-ChangeConnectorArrowsAction.both.text = Double fl\u00e8ches
-ChangeConnectorArrowsAction.forward.text = Fl\u00e8che \u00e0 l'arriv\u00e9e
-ChangeConnectorArrowsAction.none.text = Aucune fl\u00e8che
-ChangeConnectorArrowsAction.text = Modifier les fl\u00e8ches du connecteur
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Courbe
-ChangeConnectorShapeAction.EDGE_LIKE.text = Comme le n\u0153ud d'arriv\u00e9e
-ChangeConnectorShapeAction.LINE.text = Droit
-ChangeConnectorShapeAction.LINEAR_PATH.text = Rectiligne
-ChangeNodeLevelLeftsAction.text = D\u00e9placer le n\u0153ud vers la gauche
-ChangeNodeLevelLeftsAction.tooltip = Le n\u0153ud est d\u00e9plac\u00e9 dans la hi\u00e9rarchie. A droite du n\u0153ud racine, le n\u0153ud monte dans la hi\u00e9rarchie; \u00e0 gauche du n\u0153ud racine, le n\u0153ud descend dans la hi\u00e9rarchie. A la racine, le n\u0153ud bascule \u00e0 gauche.
-ChangeNodeLevelRightsAction.text = D\u00e9placer le n\u0153ud vers la droite
-ChangeNodeLevelRightsAction.tooltip = Le n\u0153ud est d\u00e9plac\u00e9 dans la hi\u00e9rarchie. A droite du n\u0153ud racine, le n\u0153ud descend dans la hi\u00e9rarchie; \u00e0 gauche du n\u0153ud racine, le n\u0153ud monte dans la hi\u00e9rarchie. A la racine, le n\u0153ud bascule \u00e0 droite.
-choose_background_color = S\u00e9lectionner la couleur de fond du n\u0153ud
-choose_cloud_color = Couleur du nuage
-choose_edge_color = Couleur de la ligne
-choose_map_background_color = Couleur de fond de la carte
-choose_node_background_color = Couleur de fond du n\u0153ud
-choose_node_color = Couleur du texte pour le n\u0153ud
-ClearLinkAnchorAction.text = Ne plus m\u00e9moriser le n\u0153ud
-ClearLinkAnchorAction.tooltip = Efface la m\u00e9morisation du n\u0153ud
-close_btn = Fermer
-CloseAction.text = Fermer la carte
-CloudAction.text = Ajouter un nuage
-CloudColorAction.text = Ajouter un nuage ou modifier sa couleur...
-CloudShapeAction.ARC.text = Arc
-CloudShapeAction.RECT.text = Rectangle
-CloudShapeAction.ROUND_RECT.text = Rectangle arrondi
-CloudShapeAction.STAR.text = Etoile
-ColorProperty.ResetColor = Mise \u00e0 z\u00e9ro des couleurs
-combined = Mixte
-condition = Condition
-confirmation = Confirmation
-connector = Connecteur
-connector_arrows = Extr\u00e9mit\u00e9s du connecteur
-connector_label = Libell\u00e9 du connecteur
-connector_lines = Trait du connecteur
-connector_shapes = Forme du connecteur
-ConnectorColorAction.text = Couleur du connecteur...
-CopyAction.text = Copier
-CopyAction.tooltip = Copie la branche s\u00e9lectionn\u00e9e
-CopyAttributes.text = Copier les attributs
-CopyIDAction.text = Copier l'identifiant du n\u0153ud
-CopyMapStylesAction.text = Importer des styles...
-CopyNodeURIAction.text = Copier l'URI du n\u0153ud
-copyright = Copyright \u00a9 2000-2012 \u00e9quipe Freeplane et autres contributeurs
-CopySingleAction.text = Copier le n\u0153ud seul (sans fils)
-CopySingleAction.tooltip = Copie uniquement le n\u0153ud s\u00e9lectionn\u00e9
-CopyStyleExtensionsAction.text = Appliquer les d\u00e9tails et attributs du style
-corrupt_map = Le contenu de la carte est corrompu
-CreateConjunctConditionAction.text = Et
-CreateDisjunctConditionAction.text = Ou
-CreateNotSatisfiedConditionAction.text = Non
-CreationModificationPluginAction.text = Afficher dates/heures en info-bulle
-CreationModificationPluginAction.tooltip = Affiche les dates et heures de cr\u00e9ation et de derni\u00e8re modification dans l'info-bulle du n\u0153ud
-current_dir = Cartes
-CutAction.text = Couper
-decrease_branch_font_size = R\u00e9duire la taille du texte de la branche
-DecreaseNodeFontAction.text = R\u00e9duire la taille du texte
-default = Par d\u00e9faut
-DefaultColorAction.text = Couleur par d\u00e9faut
-defaultstyle.details = D\u00e9tails
-defaultstyle.floating = N\u0153ud libre
-defaultstyle.note = Note
-delete = Supprimer
-delete_child = Supprimer le n\u0153ud
-DeleteAction.text = Supprimer le n\u0153ud
-DeleteConditionAction.text = Supprimer
-DeleteDetailsAction.text = Supprimer les d\u00e9tails
-DeleteLevelStyleAction.text = Supprimer le dernier style automatique de niveau
-DeleteStyleAction.text = Supprimer le style
-DeleteUserStyleAction.text = Supprimer le style utilisateur
-dialect_info.app = La Mind-Map {0} a \u00e9t\u00e9 cr\u00e9\u00e9e avec le logiciel {1}.
-dialect_info.unknownApp = La Mind-Map {0} a \u00e9t\u00e9 cr\u00e9\u00e9e avec un logiciel inconnu.
-dialect_info.unknownURL = Le site web est inconnu
-dialect_info.url = Visiter la page web du programme {0} pour plus d''informations
-dialect_info.warning = Freeplane peut ne pas ouvrir, afficher ou sauver la carte correctement.
-DirectHtmlFlavorHandler = Coller en HTML comme un seul n\u0153ud
-DocumentationAction.text = Documentation
-down = Descendre
-download = T\u00e9l\u00e9charger
-dropped_file_error = Impossible d''ouvrir le fichier. Motif\: {0}.
-edge = Ligne
-edge_is_formatted_by_style = Le format des lignes des n\u0153uds est d\u00e9finit gr\u00e2ce aux styles. Si besoin, modifiez les styles.
-edge_style = Style de ligne
-edge_width = \u00c9paisseur de ligne
-EdgeColorAction.text = Couleur de ligne...
-EdgeStyleAction.bezier.text = Courbe
-EdgeStyleAction.bezier.tooltip = Le style de ligne est une courbe
-EdgeStyleAction.hide_edge.text = Invisible
-EdgeStyleAction.hide_edge.tooltip = <html>La ligne est invisible (n\u0153ud flottant) sauf si<br>le n\u0153ud est s\u00e9lectionn\u00e9 : la ligne est alors une courbe pointill\u00e9e
-EdgeStyleAction.horizontal.text = Rectiligne
-EdgeStyleAction.horizontal.tooltip = Le style de ligne est une ligne bris\u00e9e
-EdgeStyleAction.linear.text = Droit
-EdgeStyleAction.linear.tooltip = Le style de ligne est une droite
-EdgeStyleAction.sharp_bezier.text = Courbe effil\u00e9
-EdgeStyleAction.sharp_bezier.tooltip = Le style de ligne est une courbe s'affinant \u00e0 son extr\u00eamit\u00e9
-EdgeStyleAction.sharp_linear.text = Droit effil\u00e9
-EdgeStyleAction.sharp_linear.tooltip = Le style de ligne est une droite s'affinant \u00e0 son extr\u00eamit\u00e9
-EdgeStyleAsParentAction.text = Comme le p\u00e8re
-EdgeStyleAsParentAction.tooltip = Le style de ligne est h\u00e9rit\u00e9 du n\u0153ud p\u00e8re
-EdgeWidthAction_width_parent.text = Comme le p\u00e8re
-EdgeWidthAction_width_thin.text = Fine
-edit = \u00c9&dition
-edit.decision = \u00c9diteur HTML
-edit.edit_rich_text = Souhaitez-vous cr\u00e9er le n\u0153ud en texte riche ?
-edit_details = D\u00e9tails
-edit_end_label = <html>Connecteur<br>libell\u00e9
-edit_label_font_family = Police
-edit_label_font_size = Taille du texte
-edit_link_manually = Valeur du lien :
-edit_long_node = Editeur texte riche
-edit_middle_label = Libell\u00e9 du connecteur
-edit_note = \u00c9diteur de notes
-edit_source_label = Libell\u00e9 au d\u00e9part
-edit_target_label = Libell\u00e9 \u00e0 l'arriv\u00e9e
-edit_transparency_label = Transparence
-edit_width_label = \u00c9paisseur
-EditAction.text = Modifier le n\u0153ud
-EditAttributesAction.text = Modifier les attributs
-EditDetailsAction.text = Modifier les d\u00e9tails
-EditDetailsInDialogAction.text = Modifier les d\u00e9tails dans une nouvelle fen\u00eatre...
-EditFilterAction.text = G\u00e9rer les filtres...
-EditLongAction.text = Modifier le n\u0153ud en texte riche...
-EditNoteInDialogAction.text = Modifier les notes...
-EditScript = Modifier le script...
-EditStylesAction.text = G\u00e9rer les styles...
-EncryptedMap.text = Nouvelle carte prot\u00e9g\u00e9e...
-EncryptedMap.tooltip = Cr\u00e9er une nouvelle carte prot\u00e9g\u00e9e par mot de passe
-enter_base_url = Je vais coller les liens associ\u00e9s. Merci de saisir l'URL de base.
-enter_condition_name = Nom du filtre :
-enter_confirms = La touche "Entr\u00e9e" valide la saisie
-enter_keyset_name = Nom de l'enregistrement pour les touches de fonction :
-enter_map_url = Adresse de la carte :
-enter_new_style_name = Nom du nouveau style :
-enter_node_id = Saisissez l'ID du n\u0153ud
-enter_zoom = Entrez le niveau de zoom
-EnterPassword.text = Prot\u00e9ger / d\u00e9prot\u00e9ger la branche
-error = Erreur
-error_applying_template = Erreur d'application du mod\u00e8le XSL.
-error_creating_directory = Impossible de cr\u00e9er un dossier pour l'exportation.
-error_in_template = Erreurs dans le mod\u00e8le par d\u00e9faut {0}. Essayez de supprimer ce fichier.
-errornumber = {0} erreur(s)
-ExecuteScriptError.text = Erreur \u00e0 l''ex\u00e9cution du script :\n{0}\nConsultez le fichier journal pour plus de d\u00e9tails.
-ExecuteScriptForAllNodes.text = Ex\u00e9cuter tous les scripts
-ExecuteScriptForSelectionAction.text = Ex\u00e9cuter les scripts des n\u0153uds s\u00e9lectionn\u00e9s
-ExecuteScriptOnSelectedNode.text = Ex\u00e9cuter {0} sur tous les n\u0153uds s\u00e9lectionn\u00e9s
-ExecuteScriptOnSelectedNodeRecursively.text = Ex\u00e9cuter {0} r\u00e9cursivement sur tous les n\u0153uds s\u00e9lectionn\u00e9s
-ExecuteScriptOnSingleNode.text = Ex\u00e9cuter {0} sur le n\u0153ud s\u00e9lectionn\u00e9
-ExecuteScripts.noScriptsAvailable = Aucun script
-ExecuteScripts.text = Scripts
-ExecuteScriptSecurityError.text = Une erreur s''est produite pendant l''ex\u00e9cution du script : {0}
-export_failed = L'export a \u00e9chou\u00e9
-export_pdf_text = Document PDF
-export_svg_text = Image vectorielle
-export_using_xslt = Exporter la carte
-ExportAction.text = Exporter...
-ExportBranchAction.text = Exporter la branche comme nouvelle carte...
-ExportBranchToHTMLAction.text = Branche en HTML texte
-exported_file = {0} fichier
-ExportPdf.text = En PDF...
-ExportSvg.text = En SVG...
-ExportToHTMLAction.text = HTML texte
-ExportToImage.jpg.text = En JPEG...
-ExportToImage.png.text = En PNG...
-ExportToOoWriter.text = Document Open Office Writer
-extension_menu = Styles
-ExternalImage_popupMenu_Change = Changer d'image...
-ExternalImage_popupMenu_Open = Ouvrir...
-ExternalImage_popupMenu_Remove = Supprimer
-ExternalImage_popupMenu_ResetZoom = Restaurer la taille initiale
-ExternalImageAddAction.text = Ajouter une image...
-ExternalImageChangeAction.text = Modifier l'image...
-ExternalImageRemoveAction.text = Supprimer l'image
-ExtractLinkFromTextAction.text = Cr\u00e9er un lien hypertext \u00e0 partir du n\u0153ud
-ExtractLinkFromTextAction.tooltip = Cr\u00e9er un lien hypertext \u00e0 partir du texte pr\u00e9sent dans le n\u0153ud
-f_button_unassigned = <aucune action>
-FaqOpenURLAction.text = Foire aux questions (FAQ)
-file = &Fichier
-file_already_exists = Le fichier {0} existe d\u00e9j\u00e0. Voulez-vous le remplacer ?
-file_not_found = Le fichier {0} n''a pas \u00e9t\u00e9 trouv\u00e9
-FileListFlavorHandler = Liens vers des fichiers
-FileProperties_BranchLeafCount = Nombre de n\u0153uds de dernier niveau dans les branches s\u00e9lectionn\u00e9es :
-FileProperties_BranchNodeCount = Nombre de n\u0153uds dans les branches s\u00e9lectionn\u00e9es :
-FileProperties_ChangesSinceLastSave = Nombre de modifications depuis le dernier enregistrement :
-FileProperties_FileName = Nom et emplacement du fichier :
-FileProperties_FileSaved = Dernier enregistrement :
-FileProperties_FileSize = Taille du fichier :
-FileProperties_MainBranchCount = Nombre de branches partant du n\u0153ud racine :
-FileProperties_NeverSaved = Carte non enregistr\u00e9e
-FileProperties_NodeChildCount = Nombre de n\u0153uds fils des n\u0153uds s\u00e9lectionn\u00e9s :
-FileProperties_NodeSelectionCount = Nombre de n\u0153uds s\u00e9lectionn\u00e9s :
-FileProperties_TotalFilteredCount = Nombre de n\u0153uds r\u00e9pondant au filtre :
-FileProperties_TotalLeafCount = Nombre de n\u0153uds de dernier niveau :
-FileProperties_TotalNodeCount = Nombre total de n\u0153uds :
-FilePropertiesAction.text = Propri\u00e9t\u00e9s de la carte...
-FileRevisionsDialog.cancel = Abandonner
-FileRevisionsDialog.file_last_modified = Horodatage
-FileRevisionsDialog.file_name = Fichier
-FileRevisionsDialog.file_size = Bytes
-FileRevisionsDialog.open = Ouvrir
-FileRevisionsDialog.open.tooltip = Ouvrir le fichier m\u00eame s'il est obsol\u00e8te
-FileRevisionsDialog.question = Modifications trouv\u00e9es pour {0}
-FileRevisionsDialog.restore = R\u00e9tablir
-FileRevisionsDialog.restore.tooltip = Remplacer {0} par {1}
-FileRevisionsDialog.title = R\u00e9visions du fichier
-filter = Filtre
-filter_add = Ajouter
-filter_and = Et
-filter_any_text = Toutes les zones de texte
-filter_conditions = Filtres
-filter_contains = contient
-filter_created_after = cr\u00e9\u00e9 apr\u00e8s
-filter_created_before = cr\u00e9\u00e9 avant
-filter_delete = Supprimer
-filter_details = D\u00e9tails
-filter_dialog = Editeur de filtre
-filter_does_not_exist = Inexistant
-filter_edit_description = Modifier la liste des filtres
-filter_enter_value = Entrez une valeur
-filter_even_level = N\u0153ud de niveau impair
-filter_exist = existe
-filter_icon = Ic\u00f4ne
-filter_is_equal_to = est \u00e9gal \u00e0
-filter_is_not_equal_to = est diff\u00e9rent de
-filter_leaf = N\u0153uds de dernier niveau
-filter_link = Lien
-filter_match_approximately = Accepter les variantes
-filter_match_approximately_tooltip = <html>Rechercher les variantes des mots<br>Par exemple : rechercher 'fichier' trouvera 'fcihier'</html>
-filter_match_case = Respecter la casse
-filter_match_case_tooltip = Rechercher en respectant les majuscules / minuscules
-filter_modified_after = modifi\u00e9 apr\u00e8s
-filter_modified_before = modifi\u00e9 avant
-filter_no_filtering = Aucun filtre
-filter_node = Texte du n\u0153ud
-filter_node_level = Niveau de n\u0153ud
-filter_not = Non
-filter_note = Note
-filter_odd_level = N\u0153ud de niveau pair
-filter_or = Ou
-filter_parent = Texte du p\u00e8re
-filter_periodic_level = Formule de niveau
-filter_priority = Priorit\u00e9
-filter_regexp_matches = Expression r\u00e9guli\u00e8re
-filter_reminder = Alerte
-filter_reminder_after = apr\u00e8s le
-filter_reminder_before = avant le
-filter_reminder_executed = pass\u00e9e
-filter_reminder_later = \u00e0 venir
-filter_root = N\u0153ud racine
-filter_script = Script
-filter_select = S\u00e9lectionner
-filter_selected_node_view = N\u0153uds s\u00e9lectionn\u00e9s
-filter_selected_node_view_snapshot = N\u0153uds de la s\u00e9lection
-filter_style = Style
-filter_time = Date
-FilterComposerDialog.save = Enregistrer sous...
-filters_not_loaded = Les filtres n'ont pas pu \u00eatre charg\u00e9s, le fichier est corrompu
-find_what = Que rechercher ?
-FindAction.text = Rechercher des n\u0153uds...
-FirstGroupNodeAction.text = D\u00e9but de synth\u00e8se
-fit_map_to_page = Ajuster \u00e0 une seule page
-fit_map_to_page_height = Ajuster la hauteur \u00e0 une page
-fit_map_to_page_width = Ajuster la largeur \u00e0 une page
-FitToPage.text = Faire tenir dans la page
-FitToPage.tooltip = Ajuste le zoom pour que la carte tienne sur la page
-fold = Plier
-FoldAllAction.text = Tout plier
-FoldAllAction.tooltip = Plie les n\u0153uds s\u00e9lectionn\u00e9s ainsi que leurs fils
-FoldOneLevelAction.text = Plier un niveau
-FoldOneLevelAction.tooltip = Plie un niveau des n\u0153uds s\u00e9lectionn\u00e9s
-follow_graphical_link = Aller \u00e0 :
-FollowLinkAction.text = Suivre le lien
-font = Police
-FontFamilyAction.text = Famille de police
-FontSizeAction.text = Taille de police
-format_invalid_pattern = Le format d\u00e9finit n'est pas valide.
-format_menu_cloud_shapes = Type de nuage
-format_menu_edge_styles = Style de ligne
-format_menu_edge_widths = \u00c9paisseur de ligne
-format_panel = Mise en forme
-FormatCopy.text = Copier la mise en forme
-FormatCopy.tooltip = Copie la mise en forme du n\u0153ud
-FormatPaste.text = Coller la mise en forme
-FormatPaste.tooltip = Colle la mise en forme m\u00e9moris\u00e9e
-formats_not_loaded = Impossible de charger les mises en forme.
-formula.error.attributeValueIsNull = L''attribut ''{0}'' est nul.
-formula.error.circularReference = R\u00e9f\u00e9rence circulaire : la formule du n\u0153ud ''{0}'' se r\u00e9f\u00e9rence elle-m\u00eame.
-formula.EvaluateAllAction.text = Evaluer tout
-formula.EvaluateAllAction.tooltip = Evaluer toutes les formules de la carte courante
-formula.menuname = Formules
-formula_editor = Modifier formule
-ForwardAction.text = N\u0153ud suivant dans l'historique
-ForwardAction.tooltip = Aller au n\u0153ud suivant dans l'historique de navigation
-FreeNodeAction.text = N\u0153ud libre
-Freeplane.progress.buildScreen = Cr\u00e9ation de l'\u00e9cran ...
-Freeplane.progress.createController = Cr\u00e9ation du contr\u00f4leur ...
-Freeplane.progress.createInitialMode = Cr\u00e9ation du mode initial ...
-Freeplane.progress.endStartup = Termine le d\u00e9marrage.
-Freeplane.progress.gettingPreferenceDirectories = R\u00e9cup\u00e9ration du dossier de pr\u00e9f\u00e9rences ...
-Freeplane.progress.gettingPreferences = R\u00e9cup\u00e9ration des pr\u00e9f\u00e9rences ...
-Freeplane.progress.loadMaps = Charges les cartes ...
-Freeplane.progress.propagateLookAndFeel = Chargement du th\u00e8me...
-Freeplane.progress.settingPreferences = Application des pr\u00e9f\u00e9rences ...
-Freeplane.progress.startCreateController = Lance le contr\u00f4leur de cr\u00e9ation du ...
-Freeplane.progress.updateLookAndFeel = Mise \u00e0 jour du th\u00e8me...
-freeplane_reverted = Freeplane_r\u00e9cup\u00e9r\u00e9_
-FreeplaneHelpStarter.text = Aide...
-FreeplaneHelpStarter.tooltip = Aide \u00e9tendue de Freeplane
-GettingStartedAction.text = Guide de d\u00e9marrage rapide
-GotoLinkNodeAction.text = Aller au lien
-GotoNodeAction.text = Aller au n\u0153ud portant l'ID...
-GrabKeyDialog.common.cancel = Annuler
-GrabKeyDialog.common.ok = Valider
-GrabKeyDialog.grab-key.assigned-to = Assign\u00e9e \u00e0
-GrabKeyDialog.grab-key.assigned-to.none = Non assign\u00e9
-GrabKeyDialog.grab-key.clear = Effacer
-GrabKeyDialog.grab-key.remove = Retirer
-GrabKeyDialog.grab-key.remove-ask = Voulez-vous vraiment effacer ce raccourci clavier ?
-GrabKeyDialog.grab-key.title = Combinaison de touches pour ce raccourci
-green = Vert
-help = Aid&e
-HideableAction.tooltip = Marque l'arri\u00e8re-plan de chaque n\u0153ud modifi\u00e9
-HideAllAttributesAction.text = Masquer tous les attributs
-HierarchicalIcons2Action.text = Afficher les ic\u00f4nes communs dans le p\u00e8re
-HierarchicalIconsAction.text = Afficher les ic\u00f4nes dans les p\u00e8res
-HierarchicalIconsAction.tooltip = Affiche dans un p\u00e8re l'ensemble des ic\u00f4nes pr\u00e9sents dans ses n\u0153uds fils
-hot_keys = Raccourcis
-hot_keys_table = Liste des raccourcis clavier
-HotKeyInfoAction.text = Raccourcis clavier...
-html_export_based_on_headings = Export HTML - Bas\u00e9 sur les titres
-html_export_fold_all = Export HTML - Tout pli\u00e9
-html_export_fold_currently_folded = Export HTML - Respecte les pliages actuels
-html_export_no_folding = Export HTML - Tout d\u00e9pli\u00e9
-html_problem = <html>ne peut pas g\u00e9n\u00e9rer de fichier html<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Addition
-icon_attach = Pi\u00e8ce jointe
-icon_audio = Son
-icon_back = A gauche
-icon_bee = FreePlane
-icon_bell = Se souvenir
-icon_bookmark = Excellent
-icon_broken-line = Cass\u00e9
-icon_button_cancel = Faux
-icon_button_ok = Vrai
-icon_calendar = Date
-icon_checked = Coch\u00e9
-icon_clanbomber = Danger
-icon_clock = Heure
-icon_clock2 = Rappel
-icon_closed = Interdit
-icon_decrypted = D\u00e9verrouill\u00e9
-icon_desktop_new = Bureau
-icon_division = Division
-icon_down = En bas
-icon_edit = Document
-icon_encrypted = Verrouill\u00e9
-icon_executable = Programme
-icon_family = Famille
-icon_fema = Couple
-icon_female1 = Femme1
-icon_female2 = Femme2
-icon_females = Femmes
-icon_flag = Drapeau rouge
-icon_flag-black = Drapeau noir
-icon_flag-blue = Drapeau bleu
-icon_flag-green = Drapeau vert
-icon_flag-orange = Drapeau orange
-icon_flag-pink = Drapeau violet
-icon_flag-yellow = Drapeau jaune
-icon_folder = Dossier
-icon_forward = A droite
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Priorit\u00e9 0
-icon_full-1 = Priorit\u00e9 1
-icon_full-2 = Priorit\u00e9 2
-icon_full-3 = Priorit\u00e9 3
-icon_full-4 = Priorit\u00e9 4
-icon_full-5 = Priorit\u00e9 5
-icon_full-6 = Priorit\u00e9 6
-icon_full-7 = Priorit\u00e9 7
-icon_full-8 = Priorit\u00e9 8
-icon_full-9 = Priorit\u00e9 9
-icon_go = Feu vert
-icon_gohome = Accueil
-icon_group = Groupe
-icon_help = Question
-icon_hourglass = En cours
-icon_icon_not_found = Ic\u00f4ne non trouv\u00e9e
-icon_idea = Id\u00e9e
-icon_image = Image
-icon_info = Information
-icon_internet = Internet
-icon_internet_warning = Internet dangereux
-icon_kaddressbook = T\u00e9l\u00e9phone
-icon_kmail = Courriel
-icon_knotify = Musique
-icon_korn = Bo\u00eete \u00e0 lettres
-icon_ksmiletris = Je suis content
-icon_launch = Lancer
-icon_licq = Fleur
-icon_list = Liste
-icon_Mail = Message
-icon_male1 = Homme1
-icon_male2 = Homme2
-icon_males = Hommes
-icon_menu = Ic\u00f4ne
-icon_messagebox_warning = Attention
-icon_mindmap = Carte mentale
-icon_multiplication = Multiplication
-icon_narrative = R\u00e9cit
-icon_negative = Mauvais
-icon_neutral = Moyen
-icon_password = Clef
-icon_pencil = \u00c0 modifier
-icon_penguin = Linux
-icon_positive = Bien
-icon_prepare = Feu orange
-icon_revision = R\u00e9vis\u00e9
-icon_smiley-angry = En col\u00e8re
-icon_smiley-neutral = Neutre
-icon_smiley-oh = Surpris
-icon_smily_bad = M\u00e9content
-icon_stop = Feu rouge
-icon_stop-sign = Stop
-icon_subtraction = Soustraction
-icon_unchecked = D\u00e9coch\u00e9
-icon_up = En haut
-icon_user_icon = Ic\u00f4nes utilisateur
-icon_very_negative = Tr\u00e8s mauvais
-icon_very_positive = Tr\u00e8s bien
-icon_video = Vid\u00e9o
-icon_wizard = Magique
-icon_xmag = \u00c0 discuter
-icon_yes = Important
-IconGroupPopupAction.arrows.text = Fl\u00e8ches
-IconGroupPopupAction.docs_folders.text = Documents
-IconGroupPopupAction.flags.text = Drapeaux
-IconGroupPopupAction.math.text = Calcul
-IconGroupPopupAction.media.text = M\u00e9dia
-IconGroupPopupAction.miscellaneous.text = Autre
-IconGroupPopupAction.nature.text = Nature
-IconGroupPopupAction.numbers.text = Num\u00e9ros
-IconGroupPopupAction.office.text = Bureau
-IconGroupPopupAction.people.text = Personnes
-IconGroupPopupAction.rating.text = \u00c9valuation
-IconGroupPopupAction.signs.text = Symboles
-IconGroupPopupAction.smiley.text = \u00c9motic\u00f4nes
-IconGroupPopupAction.time.text = Heure
-IconGroupPopupAction.user.text = Ic\u00f4nes utilisateur
-IconProgressExtended10Action.text = Ajouter une image cliquable d'avancement par 10%
-IconProgressExtended10Action.tooltip = <html>Ajoute une image d'avancement redimensionnable qui augmente de 10% \u00e0 chaque clic droit sur l'image.<br>Pour r\u00e9duire l'avancement faire Ctrl + clic droit sur l'image
-IconProgressExtended25Action.text = Ajouter une image cliquable d'avancement par 25%
-IconProgressExtended25Action.tooltip = <html>Ajoute une image d'avancement redimensionnable qui augmente de 25% \u00e0 chaque clic droit sur l'image.<br>Pour r\u00e9duire l'avancement faire Ctrl + clic droit sur l'image
-IconProgressIconDownAction.text = R\u00e9duire l'ic\u00f4ne d'avancement
-IconProgressIconDownAction.tooltip = Modifie l'ic\u00f4ne d'avancement en d\u00e9croissant : 100% -> 75% -> 50% -> 25% -> 0% -> Suppression
-IconProgressIconUpAction.text = Ajouter l'ic\u00f4ne / Augmenter l'avancement
-IconProgressIconUpAction.tooltip = Cr\u00e9e ou modifie l'ic\u00f4ne d'avancement en croissant : 0% -> 25% -> 50% -> 75% -> 100% + ic\u00f4ne OK
-IconProgressRemoveAction.text = Retirer les indicateurs d'avancement
-IconProgressRemoveAction.tooltip = Retire l'ic\u00f4ne d'avancement et l'image cliquable d'avancement
-IconSelectionPlugin.text = Ajouter une ic\u00f4ne...
-IconSelectionPlugin.tooltip = Ajoute une ic\u00f4ne gr\u00e2ce \u00e0 la biblioth\u00e8que d'ic\u00f4nes
-image_covertLink = Convertir le lien en image
-ImageFlavorHandler = Image (utilise un fichier s\u00e9par\u00e9)
-import = Importer
-import_linked_branch_no_link = Le n\u0153ud s\u00e9lectionn\u00e9 n'a pas de lien exploitable comme source d'import.
-ImportAction.text = Importer
-ImportBranchAction.text = Une carte...
-ImportExplorerFavoritesAction.text = Les favoris d'Internet Explorer...
-ImportFolderStructureAction.text = Une arborescence de dossiers...
-ImportLinkedBranchAction.text = La carte li\u00e9e
-ImportLinkedBranchWithoutRootAction.text = La carte li\u00e9e sans la racine
-ImportMindmanagerFiles.text = Carte MindManager X5...
-increase_branch_font_size = Augmenter la taille du texte de la branche
-IncreaseNodeFontAction.text = Augmenter la taille du texte
-internal_error_tooltip = Une erreur interne s''est produite. Pour plus de d\u00e9tails, consultez le dernier fichier log dans {0}.
-invalid_export_file = Nom du fichier export\u00e9 invalide
-invalid_file_msg = Impossible de trouver le fichier {0}
-invalid_uri = URI invalide : {0}
-invalid_url = impossible de cr\u00e9er une URL valide
-invalid_url_msg = Impossible de cr\u00e9er une URL valide pour {0}
-ItalicAction.text = Italique
-italicise_branch = Branche en italique
-java_version = Version Java : {0}
-JoinNodesAction.text = Fusionner les n\u0153uds
-LatexDeleteLatexAction.text = Supprimer la formule LaTeX
-LatexEditLatexAction.text = Modifier la formule LaTeX...
-LatexInsertLatexAction.text = Ajouter une formule LaTeX...
-less_than_two_selected_nodes = Vous devez s\u00e9lectionner au moins deux n\u0153uds pour les lier.
-license = Licence
-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 License for more details.<br><br>You should have received a copy of the GNU General Public License<br>along with this program; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = Le lien "{0}" est incorrect, il n''a pas \u00e9t\u00e9 charg\u00e9
-link_not_available_any_more = Ce lien n'est plus valide. Le n\u0153ud a \u00e9t\u00e9 supprim\u00e9 dans l'intervalle.
-link_not_found = Lien {0} non trouv\u00e9.
-load = Ouvrir...
-load_accelerator_presets = Ouvrir
-LoadAcceleratorPresetsAction.textPatterns.text = Touches de fonction par d\u00e9faut
-locking_failed_by_open = Impossible de verrouiller la carte {0}. Ouverture en lecture-seule.
-locking_failed_by_save_as = La carte {0} est verrouill\u00e9e. Enregistrement impossible.
-locking_old_lock_removed = La carte {0} est verrouill\u00e9e par l''utilisateur {1}. Le verrou a \u00e9t\u00e9 supprim\u00e9 car il est ancien.
-long_node_changed_cancel = Vous avez chang\u00e9 le n\u0153ud. Voulez-vous annuler les changements ?
-long_node_changed_submit = Vous avez changez le n\u0153ud. Voulez-vous enregistrer les changements ?
-lots_of_links_warning = Vous allez cr\u00e9er un nombre important de liens vers le m\u00eame n\u0153ud. Voulez-vous vraiment cr\u00e9er ces liens ?
-main_resource_directory = Dossier d''installation du programme : {0}
-MainView.errorUpdateText = Impossible de calculer {0}.\u000aD\u00e9tails de l''erreur : {1}.
-MakeLinkFromAnchorAction.text = Cr\u00e9er un lien dans le n\u0153ud m\u00e9moris\u00e9
-MakeLinkFromAnchorAction.tooltip = Ajoute, dans le n\u0153ud m\u00e9moris\u00e9, un lien vers le n\u0153ud courant
-MakeLinkToAnchorAction.text = Cr\u00e9er un lien dans le n\u0153ud courant
-MakeLinkToAnchorAction.tooltip = Ajoute, dans le n\u0153ud courant, un lien vers le n\u0153ud m\u00e9moris\u00e9
-ManageAddOnsAction.text = Add-ons
-ManageAddOnsDialog.activate = Activer
-ManageAddOnsDialog.activation.success = {0} sera activ\u00e9 au prochain d\u00e9marrage.
-ManageAddOnsDialog.authored.by = par {0}
-ManageAddOnsDialog.cannot.activate = Impossible d''activer {0} : {0} est d\u00e9j\u00e0 actif.
-ManageAddOnsDialog.cannot.configure = Impossible de configurer {0}.
-ManageAddOnsDialog.cannot.deactivate = Impossible de d\u00e9sactiver {0} : {0} n''est pas activ\u00e9.
-ManageAddOnsDialog.cannot.deinstall = Impossible de d\u00e9sintaller {0}.
-ManageAddOnsDialog.configure = Configurer
-ManageAddOnsDialog.deactivate = D\u00e9sactiver
-ManageAddOnsDialog.deactivation.success = {0} sera automatiquement d\u00e9sactiv\u00e9 au prochain d\u00e9marrage.
-ManageAddOnsDialog.deinstall = D\u00e9sinstaller
-ManageAddOnsDialog.deinstallation.success = {0} sera automatiquement d\u00e9sinstall\u00e9 au prochain d\u00e9marrage.
-ManageAddOnsDialog.error = L''installation a \u00e9chou\u00e9. Erreur : {0}.
-ManageAddOnsDialog.install = Installer...
-ManageAddOnsDialog.install.from.known.location = Installer un add-on depuis un fichier
-ManageAddOnsDialog.install.tooltip = Entrez l'URL d'installation de l'add-on
-ManageAddOnsDialog.map.not.opened = La carte {0} n''est pas ouverte.
-ManageAddOnsDialog.really.deinstall = Confirmez-vous la d\u00e9sinstallation de {0}?
-ManageAddOnsDialog.search = Rechercher des add-ons
-ManageAddOnsDialog.search.file = Parcourir...
-ManageAddOnsDialog.select.tooltip = S\u00e9lectionnez le fichier...
-ManageAddOnsDialog.status.downloading = T\u00e9l\u00e9chargement en cours...
-ManageAddOnsDialog.status.installing = Installation en cours...
-ManageAddOnsDialog.status.success = {0} : installation termin\u00e9e.
-ManageAddOnsDialog.tab.install = Rechercher et installer
-ManageAddOnsDialog.tab.install.tooltip = Rechercher et installer de nouveaux add-ons
-ManageAddOnsDialog.tab.manage = Add-ons
-ManageAddOnsDialog.tab.manage.themes = Th\u00e8mes
-ManageAddOnsDialog.tab.manage.themes.tooltip = G\u00e9rer les th\u00e8mes
-ManageAddOnsDialog.tab.manage.tooltip = G\u00e9rer les add-ons
-ManageAddOnsDialog.visit.addon.page = Ouvrir le site web des add-ons...
-ManageConditionalStylesAction.text = Styles conditionnels de carte...
-ManageNodeConditionalStylesAction.text = Styles conditionnels de n\u0153ud...
-map_already_exists = La carte existe d\u00e9j\u00e0. Souhaitez-vous vraiment la remplacer ?
-map_corrupted = Carte corrompue. Afficher d'avantage ?
-map_load_error = Fichier {0} impossible \u00e0 ouvrir.
-map_locked_by_open = La carte {0} est en cours d''utilisation par l''utilisateur {1}. Ouverture en lecture-seule.
-map_locked_by_save_as = La carte {0} est en cours d''utilisation par l''utilisateur {1}. L''op\u00e9ration d''enregistrement a \u00e9chou\u00e9e.
-map_not_saved = Vous devez enregistrer la carte pour r\u00e9aliser cette op\u00e9ration.
-MapBackgroundColorAction.text = Arri\u00e8re-plan de la carte...
-MaxNodeWidth.text = Largeur maximale du n\u0153ud
-menu_applyStyle = Appliquer un style
-menu_attributes = Attributs
-menu_clouds = Nuage
-menu_copy = Copier
-menu_coreFormat = N\u0153ud
-menu_details = D\u00e9tails
-menu_displayAttributes = Attributs
-menu_encryption = Protection
-menu_error = Erreur dans la structure de menu personnalis\u00e9e {0} :\n{1}\nAnnulation
-menu_extensions = N\u0153ud avanc\u00e9
-menu_extras = &Outils
-menu_file_import = Importer
-menu_filter = F&iltres
-menu_format = &Mise en forme
-menu_group = Regroupement de n\u0153uds
-menu_hoverView = Info bulles sur les n\u0153uds
-menu_iconByCategory = Ic\u00f4nes par cat\u00e9gories
-menu_iconView = Ic\u00f4nes
-menu_image = Image
-menu_insert = Ins\u00e9rer
-menu_latex_formula = Formule LaTex
-menu_links = Lien
-menu_manageStyles = Styles
-menu_moveNode = D\u00e9placement
-menu_navigate = &Navigation
-menu_newNode = Nouveau n\u0153ud
-menu_node = N\u0153ud
-menu_node_features = N\u0153ud avanc\u00e9
-menu_nodes = N\u0153ud
-menu_nodeView = N\u0153ud
-menu_notes = Notes
-menu_noteView = Notes
-menu_progress = Avancement
-menu_remove_icons = Supprimer les ic\u00f4nes
-menu_removeAttribute = Supprimer les attributs
-menu_select = S\u00e9lection
-menu_time = Calendrier
-menu_title = N\u0153ud
-menu_toolbars = Barres d'outils
-menu_view = &Affichage
-menu_viewmode = Param\u00e8tres d'affichage
-MenuUtils.invalid_menuitem = {0} n''est pas valide
-mindmap = Carte
-MindMapNodesFlavorHandler = Avec mise en forme
-mindmaps = Carte
-mindmaps_desc = Cartes (*.mm)
-mindmaps_filter_desc = Filtre (*.mmfilter)
-MinNodeWidth.text = Largeur minimale du n\u0153ud
-mode_Browse = Visionneuse
-mode_File = Explorateur de fichiers
-mode_MindMap = Concepteur
-mode_na = Mode indisponible
-mode_status = Bascul\u00e9 en mode {0}
-mode_title = Freeplane - {0}
-modes = Modes
-ModesMenuAction.Browse.text = Visionneuse de cartes
-ModesMenuAction.File.text = Explorateur de fichiers
-ModesMenuAction.MindMap.text = Concepteur de cartes
-most_recent_files = Fichiers r\u00e9cents
-MoveToRootAction.text = Aller \u00e0 la racine
-NameConditionAction.text = Nommer le filtre
-NavigationNextMapAction.text = Carte suivante
-NavigationPreviousMapAction.text = Carte pr\u00e9c\u00e9dente
-new = Nouveau...
-new_map_from_user_templates.text = Nouvelle carte \u00e0 partir de...
-new_mindmap = Nouvelle carte
-new_node = Nouveau n\u0153ud
-new_node_as_sibling_not_possible_for_the_root = Impossible de cr\u00e9er un n\u0153ud fr\u00e8re pour la racine
-new_version_available = Une nouvelle version ''{0}'' est disponible
-NewChildAction.text = N\u0153ud fils
-NewerFileRevisionsFoundDialog.cancel = Abandonner
-NewerFileRevisionsFoundDialog.cancel.tooltip = Ne pas ouvrir ce fichier
-NewerFileRevisionsFoundDialog.file_last_modified = Date et heure
-NewerFileRevisionsFoundDialog.file_name = Fichier
-NewerFileRevisionsFoundDialog.file_size = Octets
-NewerFileRevisionsFoundDialog.open = Ouvrir
-NewerFileRevisionsFoundDialog.open.tooltip = Ouvrir le fichier m\u00eame si ce n'est pas le plus r\u00e9cent
-NewerFileRevisionsFoundDialog.question = Il existe une version plus r\u00e9cente de ''{0}'' !\n Voulez-vous vraiement l''ouvrir ? (voir la premi\u00e8re ligne)?\nPour remplacer ''{0}'' par une sauvegarde automatique : s\u00e9lectionnez la sauvegarde dans la liste puis choississez ''Restaurer''.
-NewerFileRevisionsFoundDialog.restore = Restaurer
-NewerFileRevisionsFoundDialog.restore.tooltip = Remplacer {0} par {1}
-NewerFileRevisionsFoundDialog.title = Une version plus r\u00e9cente du fichier a \u00e9t\u00e9 trouv\u00e9e
-NewFreeNodeAction.text = N\u0153ud libre
-NewLevelStyleAction.text = Cr\u00e9er un style automatique de niveau
-newmap.install.addon.question = {0} semble \u00eatre un add-on.\nSouhaitez-vous l''installer ?\n(R\u00e9pondez "Non" pour ouvrir le fichier normalement)
-newmap.install.addon.title = Installer l'add-on ?
-NewMapAction.text = Nouvelle carte
-NewMapViewAction.text = Ouvrir la carte dans un nouvel onglet
-NewParentNode.text = N\u0153ud p\u00e8re
-NewParentNode.tooltip = La s\u00e9lection est envoy\u00e9e vers un nouveau parent
-NewPreviousSiblingAction.text = N\u0153ud fr\u00e8re en haut
-NewSiblingAction.text = N\u0153ud fr\u00e8re en bas
-NewSummaryAction.text = Cr\u00e9er un n\u0153ud synth\u00e8se des n\u0153uds s\u00e9lectionn\u00e9s
-NewUserStyleAction.text = Cr\u00e9er un style \u00e0 partir de ce noeud...
-NextNodeAction.BACK.text = N\u0153ud pr\u00e9c\u00e9dent de la carte
-NextNodeAction.BACK_N_FOLD.text = N\u0153ud pr\u00e9c\u00e9dent de la carte (avec pliage automatique)
-NextNodeAction.FORWARD.text = N\u0153ud suivant de la carte
-NextNodeAction.FORWARD_N_FOLD.text = N\u0153ud suivant de la carte (avec pliage automatique)
-NextPresentationItemAction.text = D\u00e9plier le prochain n\u0153ud pr\u00e9sent\u00e9
-no = Non
-no_copy_attributes_before_paste_attributes = Pour coller des attributs, veuillez d'abord les copier.
-NO_FORMAT = Texte
-no_format_copy_before_format_paste = Pour coller un format, veuillez d'abord le copier.
-no_found_from = <html><b>{0}</b> n''a pas \u00e9t\u00e9 trouv\u00e9 \u00e0 partir du n\u0153ud <b>{1}</b>.</html>
-no_more_found_from = <html>Recherche termin\u00e9e :<br>il n''y a plus de <b>{0}</b> \u00e0 partir du n\u0153ud <b>{1}</b>.
-no_previous_find = Aucune recherche n'est en cours.
-no_styles_found_in_map = Aucun style trouv\u00e9 sur la carte
-node = n\u0153ud
-node_changed_discard_changes = Vous avez modifi\u00e9 le n\u0153ud. Voulez-vous ignorer ces changements ?
-node_is_write_protected = Le n\u0153ud cible est prot\u00e9g\u00e9 contre l'\u00e9criture.
-node_location_help = Le glisser/d\u00e9poser change l'emplacement des n\u0153uds, ctrl+glisser/d\u00e9poser change les distances, les doubles clics et ctrl+doubles clics les remettent \u00e0 z\u00e9ro.
-node_selector = S\u00e9lection du n\u0153ud
-node_selector_message = <html>Veuillez choisir le n\u0153ud par double clic.<br>Cette fen\u00eatre se fermera automatiquement apr\u00e8s s\u00e9lection.
-node_styles = Style
-NodeBackgroundColorAction.text = Couleur de fond du n\u0153ud...
-NodeColorAction.text = Couleur du texte...
-NodeColorBlendAction.text = Assortir le texte \u00e0 l'arri\u00e8re-plan
-NodeDownAction.text = D\u00e9placer le n\u0153ud vers le bas
-NodeExtensions.EditNodeExtensions = Modifier les extensions du n\u0153ud
-NodeExtensions.RemoveNodeExtensions = Supprimer les extensions du n\u0153ud
-NodeListAction.text = Rechercher et remplacer...
-NodeListAction.tooltip = Rechercher et remplacer le texte des n\u0153uds (les n\u0153uds sont affich\u00e9s dans un tableau)
-NodeShapeAction.bubble.text = Bulle
-NodeShapeAction.fork.text = Fourche
-NodeUpAction.text = D\u00e9placer le n\u0153ud vers le haut
-NodeWidthAction.text = D\u00e9finir la largeur du n\u0153ud...
-nonboldify_branch = Supprimer le gras pour la branche
-nonitalicise_branch = Supprimer l'italique pour la branche
-normal = Normal
-not_saved_for_image_error = Vous devez enregistrer la carte avant d'ajouter une image
-not_saved_for_link_error = La carte doit avoir \u00e9t\u00e9 enregistr\u00e9e avant de pouvoir d\u00e9finir un lien vers un fichier.
-note_window_location = Position de l'\u00e9diteur de notes
-ok = Valider
-OKAction.text = Valider
-OnlineReference.text = Documentation en ligne
-open_asMindMap = Carte
-OpenAction.text = Ouvrir...
-OpenFreeplaneSiteAction.text = Site Web Freeplane
-OpenPathAction.text = Ouvrir fichier
-OpenURLMapAction.text = Ouvrir une carte depuis Internet...
-OpenUserDirAction.text = Ouvrir le dossier utilisateur
-option_changes_may_require_restart = Pour prendre en compte vos nouvelles pr\u00e9f\u00e9rences, vous devriez red\u00e9marrer Freeplane.
-OptionalDontShowMeAgainDialog.cancel = Non
-OptionalDontShowMeAgainDialog.dontShowAgain = A l'avenir, ex\u00e9cuter sans confirmation
-OptionalDontShowMeAgainDialog.ok = Oui
-OptionalDontShowMeAgainDialog.rememberMyDescision = M\u00e9moriser ce choix
-OptionPanel.absolute = Absolu
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Styles automatiques par niveau
-OptionPanel.ADD_CHILD = Ajouter un n\u0153ud fils
-OptionPanel.ADD_SIBLING = Ajouter un n\u0153ud fr\u00e8re
-OptionPanel.addons = Add-ons
-OptionPanel.always_fold_all_after_load = Tout plier
-OptionPanel.always_load_last_maps = Appliquer les options ci-dessus au d\u00e9marrage depuis un fichier
-OptionPanel.always_load_last_maps.tooltip = Tenir compte des 2 options pr\u00e9c\u00e9dentes lorsque Freeplane d\u00e9marre apr\u00e8s un double clic sur un fichier *.mm
-OptionPanel.always_save_folding = Toujours
-OptionPanel.always_save_folding_state = Toujours enregistrer les changements d'\u00e9tat du pliage
-OptionPanel.always_save_folding_state.tooltip = Toute action de pliage est consid\u00e9r\u00e9e comme une modification de la carte. Lors de la fermeture de la carte vous vous verrez proposer d'enregistrer vos modifications alors que vous n'avez fait que des actions de pliage
-OptionPanel.always_unfold_all_after_load = Tout d\u00e9plier
-OptionPanel.antialias = Lissage
-OptionPanel.antialias.tooltip = D\u00e9finit la qualit\u00e9 graphique de la carte. Les op\u00e9rations de lissage peuvent prendre du temps.
-OptionPanel.antialias_all = Tout lisser
-OptionPanel.antialias_edges = Lisser les lignes
-OptionPanel.antialias_none = Sans lissage
-OptionPanel.Appearance = Apparence
-OptionPanel.apply_system_screen_resolution = Utiliser la r\u00e9solution \u00e9cran par d\u00e9faut
-OptionPanel.approximate_search_threshold = Seuil pour la recherche par variantes
-OptionPanel.approximate_search_threshold.tooltip = <html>Plus le nombre est \u00e9lev\u00e9 moins il y aura de r\u00e9sultats<br><font size="2">Plus de d\u00e9tails sur : http://freeplane.sf.net/wiki/index.php/Approximate_search</font></html>
-OptionPanel.ar = Arabe
-OptionPanel.ARC = Arc
-OptionPanel.as_parent = Comme le p\u00e8re
-OptionPanel.ask = Demander
-OptionPanel.automatic = Automatique
-OptionPanel.automaticFormat_level = Styles automatiques par niveau
-OptionPanel.automaticFormat_level1 = Mise en forme du n\u0153ud racine
-OptionPanel.automaticFormat_level2 = Mise en forme des n\u0153uds de niveau 1
-OptionPanel.backup_file_number = Nombre de fichiers de sauvegarde conserv\u00e9s
-OptionPanel.Behaviour = Comportement
-OptionPanel.bezier = Courbe
-OptionPanel.bubble = Bulle
-OptionPanel.ca = Catalan
-OptionPanel.Cancel = Annuler
-OptionPanel.center_selected_node = Centrer automatiquement la carte sur la s\u00e9lection
-OptionPanel.check_updates_automatically = V\u00e9rifier les mises \u00e0 jour au d\u00e9marrage
-OptionPanel.childpattern = Mod\u00e8le fils
-OptionPanel.childpattern.tooltip = Le mod\u00e8le s\u00e9lectionn\u00e9 est appliqu\u00e9 \u00e0 tous les fils
-OptionPanel.clear_all_setters = Modification g\u00e9n\u00e9rale
-OptionPanel.clear_all_setters.tooltip = Pilote l'ensemble des modifications.
-OptionPanel.cloud = Nuage
-OptionPanel.cloudcolor = Couleur du nuage
-OptionPanel.cloudshape = Forme du nuage
-OptionPanel.combined = Mixte
-OptionPanel.compare_as_number = Comparer comme nombres
-OptionPanel.convert_to_current_version = <html>Convertir automatiquement les cartes des versions ant\u00e9rieures <br> de Freeplane \u00e0 la version courante ?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Seulement pour les tr\u00e8s grandes cartes qui n'ont pas besoin d'\u00eatre converties<br>(seulement si vous savez ce que vous faites) vous pouvez ouvrir les cartes sans conversion.</html>
-OptionPanel.cs = Tch\u00e8que
-OptionPanel.cut_nodes_without_question = Couper les n\u0153uds sans confirmation
-OptionPanel.cut_nodes_without_question.tooltip = Coupe imm\u00e9diatement les n\u0153uds, sans confirmation
-OptionPanel.da = Danois
-OptionPanel.date_format = Format des dates
-OptionPanel.date_format.tooltip = Saisissez SHORT, MEDIUM, LONG, FULL ou un motif pr\u00e9cis comme "MM/dd/yyyy"
-OptionPanel.datetime_format = Format date-heure
-OptionPanel.datetime_format.tooltip = <html>Saisissez <datestyle>,<timestyle> (valeurs possibles : SHORT, MEDIUM, LONG ou FULL)<br>ou saisissez un motif pr\u00e9cis comme "M/d/yyyy hh:mm"
-OptionPanel.de = Allemand
-OptionPanel.default = Par d\u00e9faut
-OptionPanel.default_attribute_key_column_width = Largeur par d\u00e9faut de la colonne Nom des attributs
-OptionPanel.default_attribute_value_column_width = Largeur par d\u00e9faut de la colonne Valeurs des attributs
-OptionPanel.default_browser_command_mac = Commande pour le navigateur par d\u00e9faut pour Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> et le <strong>Mac</strong>\: (grace \u00e0 Nick \!)</html>
-OptionPanel.default_browser_command_other_os = Commande pour le navigateur par d\u00e9faut pour d'autres syst\u00e8mes
-OptionPanel.default_browser_command_other_os.tooltip = <html>Cela correspond typiquement \u00e0 Linux.</html>
-OptionPanel.default_browser_command_windows_9x = Commande pour le navigateur par d\u00e9faut pour Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Pour Windows (les signes "" sont n\u00e9cessaires \u00e0 cause des liens qui contiennent un caract\u00e8re "\=" dans leur URL).</html>
-OptionPanel.default_browser_command_windows_nt = Commande pour le navigateur par d\u00e9faut pour Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Pour Windows (les signes "" sont n\u00e9cessaires \u00e0 cause des liens qui contiennent un caract\u00e8re "\=" dans leur URL).</html>
-OptionPanel.default_charset = Jeu de caract\u00e8res
-OptionPanel.Defaults = R\u00e9glages par d\u00e9faut
-OptionPanel.delete_automatic_saves_at_exit = Supprimer les sauvegardes automatiques en quittant
-OptionPanel.delete_automatic_saves_at_exit.tooltip = Si vous souhaitez supprimer les fichiers cr\u00e9\u00e9s automatiquement lorsque Freeplane se termine normalement, cochez cette option.
-OptionPanel.delete_nodes_without_question = Supprimer les n\u0153uds sans confirmation
-OptionPanel.delete_nodes_without_question.tooltip = Supprime imm\u00e9diatement les n\u0153uds, sans confirmation
-OptionPanel.disable_cursor_move_paper = Ne pas modifier le pointeur lors du d\u00e9placement de la carte
-OptionPanel.disable_cursor_move_paper.tooltip = Ne pas modifier l'apparence du pointeur de la souris lors du d\u00e9placement de la carte
-OptionPanel.display_inline_editor_for_all_new_nodes = Activer la saisie dans la carte pour les formules
-OptionPanel.display_node_id = Afficher l'identifiant du n\u0153ud
-OptionPanel.edgecolor = Couleur de ligne
-OptionPanel.edgecolor.tooltip = Couleur de ligne du n\u0153ud (s'applique aussi aux n\u0153uds fils)
-OptionPanel.edgestyle = Style de ligne
-OptionPanel.edgestyle.tooltip = Style de ligne du n\u0153ud (s'applique aussi aux n\u0153uds fils)
-OptionPanel.edgewidth = \u00c9paisseur de ligne
-OptionPanel.edgewidth.tooltip = \u00c9paisseur de ligne du n\u0153ud (s'applique aussi aux n\u0153uds fils)
-OptionPanel.EDIT_CURRENT = Effacer le contenu
-OptionPanel.edit_on_double_click = Le double clic permet de modifier le texte du n\u0153ud
-OptionPanel.editor_extra_width = Agrandissement automatique de la zone de saisie (en pixels)
-OptionPanel.editor_extra_width.tooltip = D\u00e9finit la taille suppl\u00e9mentaire dont s'agrandit la zone de saisie lorsque le texte du n\u0153ud d\u00e9passe la taille courante du n\u0153ud
-OptionPanel.el = Grecque
-OptionPanel.el__buttons_above = Afficher les boutons en haut
-OptionPanel.el__enter_confirms_by_default = La touche "Entr\u00e9e" valide le n\u0153ud
-OptionPanel.el__max_default_window_height = Hauteur maximum par d\u00e9faut de la fen\u00eatre
-OptionPanel.el__max_default_window_width = Largeur maximum par d\u00e9faut de la fen\u00eatre
-OptionPanel.el__min_default_window_height = Hauteur minimum par d\u00e9faut de la fen\u00eatre
-OptionPanel.el__min_default_window_width = Largeur minimum par d\u00e9faut de la fen\u00eatre
-OptionPanel.el__position_window_below_node = Afficher l'\u00e9diteur sous le n\u0153ud
-OptionPanel.en = Anglais
-OptionPanel.Environment = Environnement
-OptionPanel.es = Espagnol
-OptionPanel.et = \u00c9thipien
-OptionPanel.execute_scripts_without_asking = Activer l'ex\u00e9cution des scripts
-OptionPanel.execute_scripts_without_asking.tooltip = ATTENTION : l'ex\u00e9cution de scripts inconnus peut endommager votre ordinateur.
-OptionPanel.execute_scripts_without_exec_restriction = Autoriser l'ex\u00e9cution des commandes externes
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html>Autorise les scripts \u00e0 ex\u00e9cuter des commandes externes comme le lancement d'autres applications (exemple : lancement d'un nagivateur Web).
-OptionPanel.execute_scripts_without_file_restriction = Autoriser les op\u00e9rations de lecture sur les fichiers
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html>Autorise les scripts \u00e0 ouvrir et lire les fichiers de votre ordinateur.
-OptionPanel.execute_scripts_without_network_restriction = Autoriser les op\u00e9rations r\u00e9seau
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html>Autorise les scripts \u00e0 acc\u00e9der aux fichiers r\u00e9seau.
-OptionPanel.execute_scripts_without_write_restriction = Autoriser les op\u00e9ration d'\u00e9criture sur les fichiers
-OptionPanel.execute_scripts_without_write_restriction.tooltip = Autorise les scripts \u00e0 modifier les fichiers de votre ordinateur.
-OptionPanel.experimental_file_locking_on = Verrouiller les cartes ouvertes (exp\u00e9rimental)
-OptionPanel.experimental_file_locking_on.tooltip = Cette fonctionalit\u00e9 exp\u00e9rimentale permet de verrouiller une carte partag\u00e9e (fonctionnement collaboratif en r\u00e9seau)
-OptionPanel.export_icons_in_html = Exporter les ic\u00f4nes
-OptionPanel.export_icons_in_html.tooltip = Indique que l'HTML export\u00e9 doit int\u00e9grer les ic\u00f4nes
-OptionPanel.Files = Fichiers
-OptionPanel.first = En haut
-OptionPanel.fold_on_click_inside = Cliquer sur un n\u0153ud plie ou d\u00e9plie la branche
-OptionPanel.foldingsymbolwidth = Taille du symbole de pliage
-OptionPanel.foldingsymbolwidth.tooltip = Taille du cercle indiquant une branche pli\u00e9e
-OptionPanel.fork = Fourche
-OptionPanel.format_locale = Param\u00e8tres r\u00e9gionaux
-OptionPanel.format_locale.tooltip = Param\u00e8tres d'affichage et de d\u00e9tection des nombres et des dates
-OptionPanel.formula_disable_caching = D\u00e9sactiver la mise en cache des formules
-OptionPanel.formula_disable_plugin = D\u00e9sactiver les formules
-OptionPanel.fr = Fran\u00e7ais
-OptionPanel.gl = Gl
-OptionPanel.goto_note_end_on_edit = Placer le curseur en fin de note
-OptionPanel.grid_size = Pas pour la grille d'alignement des n\u0153uds (1 = aucune grille)
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Invisible
-OptionPanel.highlight_formulas = Entourer les formules
-OptionPanel.horizontal = Rectiligne
-OptionPanel.hr = Croate
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u00c0 partir des titres
-OptionPanel.html_export_fold_all = Tout pli\u00e9
-OptionPanel.html_export_fold_currently_folded = Pliage actuel
-OptionPanel.html_export_folding = Exporter le pliage
-OptionPanel.html_export_no_folding = Tout d\u00e9pli\u00e9
-OptionPanel.hu = Hongrois
-OptionPanel.ic_disable = Inactif
-OptionPanel.ic_file = Utiliser le disque
-OptionPanel.ic_ram = Utiliser la m\u00e9moire vive (RAM)
-OptionPanel.icon = Ic\u00f4ne
-OptionPanel.icon.tooltip = Si appliqu\u00e9, le n\u0153ud aura exactement cette ic\u00f4ne.
-OptionPanel.icons.list = Liste des ic\u00f4nes standard affich\u00e9es
-OptionPanel.icons.list.tooltip = Vous pouvez ordonner ou d\u00e9sactiver les ic\u00f4nes standard. Les ic\u00f4nes doivent \u00eatre s\u00e9p\u00e9es par ';'.
-OptionPanel.id = Indon\u00e9sien
-OptionPanel.IGNORE = Ne rien faire
-OptionPanel.il__enter_confirms_by_default = La touche "Entr\u00e9e" valide le n\u0153ud
-OptionPanel.image_cache = Pour les images
-OptionPanel.it = Italien
-OptionPanel.ja = Japonais
-OptionPanel.key_type_action = Saisie clavier hors d'un noeud
-OptionPanel.Keystrokes = Raccourcis clavier
-OptionPanel.ko = Cor\u00e9en
-OptionPanel.label_font_family = Police
-OptionPanel.label_font_size = Taille du texte
-OptionPanel.language = Langue de l'utilisateur
-OptionPanel.language.tooltip = <html>Langue qui doit \u00eatre utilis\u00e9e par l'application.<br>La valeur 'automatique' tente de charger la langue utilis\u00e9e actuellement par l'utilisateur dans son syst\u00e8me.</html>
-OptionPanel.last = En bas
-OptionPanel.last_opened_list_length = Nombre de fichiers dans la liste des fichiers r\u00e9cents
-OptionPanel.layout_map_on_text_change = Rafra\u00eechir la position des n\u0153uds pendant la saisie
-OptionPanel.layout_map_on_text_change.tooltip = Sur un ordinaiteur peu performant, il est recommand\u00e9 de d\u00e9sactiver cette option
-OptionPanel.linear = Droit
-OptionPanel.links = Type des liens
-OptionPanel.links.tooltip = Le chemin des liens hypertextes peut \u00eatre soit d\u00e9fini en relatif par rapport \u00e0 la carte courante, soit \u00eatre un chemin absolu.
-OptionPanel.load_folding = \u00c9tat du pliage
-OptionPanel.load_folding_from_map_default_fold_all = Pliage de la carte ou tout plier
-OptionPanel.load_folding_from_map_default_unfold_all = Pliage de la carte ou tout d\u00e9plier
-OptionPanel.load_last_map = D\u00e9marrer en affichant la derni\u00e8re carte utilis\u00e9e
-OptionPanel.load_last_map.tooltip = Au d\u00e9marrage ouvrir automatiquement la derni\u00e8re carte utilis\u00e9e
-OptionPanel.load_last_maps = D\u00e9marrer en affichant toutes les cartes ouvertes lors de l'arr\u00eat
-OptionPanel.lookandfeel = Th\u00e8me
-OptionPanel.lookandfeel.tooltip = <html>Les <em>th\u00e8mes</em> disponibles.<br>\n"M\u00e9tal", "Windows", "Motif" "GTk" sont support\u00e9s, "Mac" n'est disponible que sur syst\u00e8me Mac OS.<br>\n"D\u00e9faut" indique d'utiliser le th\u00e8me par d\u00e9faut pour la machine virtuelle.<br>\nPour utiliser votre propre th\u00e8me, merci de saisir le nom de la classe et assurez-vous que le fichier JAR est correctement charg\u00e9.<br>\nS'il y a un probl\u00e8me de th\u00e8me, choisissez "Par d\u00e9faut".\n</html>
-OptionPanel.lt = Lituanien
-OptionPanel.max_displayed_node_count = Nombre maximum de n\u0153uds affich\u00e9s
-OptionPanel.max_image_width = Largeur par d\u00e9faut des images
-OptionPanel.max_image_width.tooltip = Les nouvelles images sont retaill\u00e9es \u00e0 cette largeur
-OptionPanel.max_menu_item_count = Nombre de commandes affich\u00e9es dans les menus
-OptionPanel.max_menu_item_count.tooltip = (10 minimum). Au-del\u00e0 de ce nombre les commandes apparaissent en sous-menu.
-OptionPanel.max_node_width = Largeur maximale des n\u0153uds
-OptionPanel.max_shortened_text_length = Largeur utilis\u00e9e pour r\u00e9sumer les n\u0153uds
-OptionPanel.metal = M\u00e9tal
-OptionPanel.min_node_width = Largeur minimale des n\u0153uds
-OptionPanel.motif = Motif
-OptionPanel.nb = Norv\u00e9gien
-OptionPanel.never_save_folding = Jamais
-OptionPanel.nl = N\u00e9erlandais
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Couleur du fond
-OptionPanel.nodebackgroundcolor.tooltip = Couleur du fond du n\u0153ud
-OptionPanel.nodecolor = Couleur du texte
-OptionPanel.nodecolor.tooltip = Couleur du texte dans le n\u0153ud
-OptionPanel.nodefontbold = Gras
-OptionPanel.nodefonthyperlink = Lien hypertexte
-OptionPanel.nodefontitalic = Italique
-OptionPanel.nodefontname = Type de police
-OptionPanel.nodefontsize = Taille du texte
-OptionPanel.nodeformat = Format
-OptionPanel.nodeformat.tooltip = <html>Formule de conversion du texte du n\u0153ud.<tt>%s</tt> repr\u00e9sente le texte initial. <ul><li>Exemple de formule : <tt>Urgence %s</tt> <li>Pour les nombres et les dates, voir les exemples dans la liste.<ul>La liste propos\u00e9e provient du fichier <b>formats.xml</b> du dossier utilisateur.
-OptionPanel.nodenumbering = Num\u00e9rotation
-OptionPanel.nodenumbering.tooltip = Ajoute un num\u00e9ro d'ordre en d\u00e9but de n\u0153ud
-OptionPanel.nodeshape = Forme du n\u0153ud
-OptionPanel.nodeshape.tooltip = <html>D\u00e9finit la forme ext\u00e9rieure du n\u0153ud.<br><table border\="1"><tr><td>Fourche</td><td>sans contour</td></tr><tr><td>Bulle</td><td>entour\u00e9 d'un rectangle</td></tr><tr><td>Comme le p\u00e8re</td><td>style du n\u0153ud p\u00e8re</td></tr><tr><td>Mixte</td><td>fourche si le n\u0153ud est d\u00e9pli\u00e9,<br>bulle si le n\u0153ud est pli\u00e9</td></tr></table></html>
-OptionPanel.nodetext = Texte du n\u0153ud
-OptionPanel.nodetext.tooltip = Vous pouvez ici d\u00e9finir le texte du n\u0153ud. Le texte pr\u00e9c\u00e9dent est supprim\u00e9 lorsqu'un tel mod\u00e8le est appliqu\u00e9.
-OptionPanel.nothing = Rien
-OptionPanel.number_format = Format des nombres
-OptionPanel.number_format.tooltip = <html>'#' indique un chiffre optionnel, '0' indique un chiffre obligatoire. Exemples : "0,00" ou "#0".<br>Le format peut aussi contenir des caract\u00e8res fixes. Exemples : "0,0%" ou "0,0#\u20ac"
-OptionPanel.number_of_different_files_for_automatic_save = Nombre de fichiers diff\u00e9rents pour la sauvegarde automatique
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html>Nombre de fichiers (n) conserv\u00e9s lors des sauvegardes automatiques.<br>La sauvegarde est cyclique : la (n+1)e sauvegarde \u00e9crase le 1i\u00e8re.
-OptionPanel.OK = Enregistrer sous...
-OptionPanel.org.freeplane.plugin.bugreport = Pr\u00e9f\u00e9rence
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Toujours envoyer
-OptionPanel.org.freeplane.plugin.bugreport.ask = Demander
-OptionPanel.org.freeplane.plugin.bugreport.denied = Ne jamais envoyer
-OptionPanel.org.freeplane.plugin.bugreport.userid = Identifiant \u00e0 ajouter au rapport (optionnel)
-OptionPanel.outline_hgap = Distance horizontale
-OptionPanel.outline_vgap = Distance verticale
-OptionPanel.paint_connectors_behind = Passer les connecteurs sous les noeuds
-OptionPanel.parse_data = D\u00e9tecter la saisie de nombres et de dates
-OptionPanel.parse_data.tooltip = <html>D\u00e9tecter les nombres et dates et les formater automatiquement.<br>Exemples : 1 002,33 ou 31/12 ou 31/12/99 ou 31-12-1999 ou 31-12-1999 23:59
-OptionPanel.PASTE_HTML = Coller avec mise en forme
-OptionPanel.PASTE_PLAIN_TEXT = Coller comme texte brut
-OptionPanel.path_property_may_not_be_empty = Le dossier ne peut \u00eatre vide ! R\u00e9tablissement des anciennes valeurs.
-OptionPanel.patternname = Nom
-OptionPanel.patternname.tooltip = Nom unique de mod\u00e8le
-OptionPanel.pl = Polonais
-OptionPanel.placenewbranches = Position des nouveaux n\u0153uds
-OptionPanel.placenewbranches.tooltip = D\u00e9finit l'emplacement des nouveaux n\u0153uds fils sur la carte
-OptionPanel.plugin.tooltip = Plugins
-OptionPanel.plugins = Formules & Scripts
-OptionPanel.presentation_dimmer_transparency = Transparence de l'arri\u00e8re-plan en mode pr\u00e9sentation
-OptionPanel.presentation_mode = Mode pr\u00e9sentation
-OptionPanel.printonwhitebackground = Fond blanc \u00e0 l'impression
-OptionPanel.printonwhitebackground.tooltip = Toujours utiliser un fond blanc \u00e0 l'impression
-OptionPanel.pt_BR = Portugais (du Br\u00e9sil)
-OptionPanel.pt_PT = Portugais (du Portugal)
-OptionPanel.RECT = Rectangle
-OptionPanel.relative = Relatif
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>"Demander" vous permettra de choisir.<br>"Oui" affiche l'\u00e9diteur de texte riche.<br>"Non" affiche l'\u00e9diteur de texte brut.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = Coller les n\u0153uds en texte riche
-OptionPanel.remove_notes_without_question = Supprimer les notes sans confirmation
-OptionPanel.remove_notes_without_question.tooltip = Supprime imm\u00e9diatement les notes, sans confirmation
-OptionPanel.resources_use_default_font_for_notes_too = Utiliser cette police dans les notes
-OptionPanel.resources_use_margin_top_zero_for_notes = Enlever la marge sup\u00e9rieure pour les notes
-OptionPanel.revision_color = Couleur de r\u00e9vision
-OptionPanel.revision_color.tooltip = Couleur de fond indiquant les n\u0153uds r\u00e9vis\u00e9s (lorsque l'option est active dans le menu Outils)
-OptionPanel.ROUND_RECT = Rectangle arrondi
-OptionPanel.ru = Russe
-OptionPanel.save_folding = Enregistrer l'\u00e9tat du pliage
-OptionPanel.save_folding_if_map_is_changed = Si la carte est modifi\u00e9e
-OptionPanel.save_modification_times = Enregistrer les heures de modification
-OptionPanel.script_classpath = Dossiers contenant les JAR et fichiers .class (sous Windows s\u00e9parateur ;)
-OptionPanel.script_classpath.tooltip = <html>S\u00e9parateur ; (pour Windows) ou : (pour Linux et Mac).<br>Les chemins sont soit absolus, soit relatifs au dossier utilisateur Freeplane.<br>V\u00e9rifiez l'acc\u00e8s en lecture \u00e0 ces dossiers.
-OptionPanel.script_directories = Dossiers contenant les scripts (sous Windows s\u00e9parateur ;)
-OptionPanel.script_directories.tooltip = <html>S\u00e9parateur ; (pour Windows) ou : (pour Linux et Mac).<br>Les chemins sont soit absolus, soit relatifs au dossier utilisateur Freeplane.<br>V\u00e9rifiez l'acc\u00e8s en lecture \u00e0 ces dossiers.
-OptionPanel.script_user_key_name_for_signing = Alias de la clef utilisateur pour signer
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>Si vous d\u00e9sirez signer vos scripts, entrez l'alias de la cl\u00e9 ici. <br>La cl\u00e9 doit se trouver dans le trousseau par d\u00e9faut. <br>Le mot de passe de la cl\u00e9 priv\u00e9e doit correspondre au mot de passe du trousseau.</html>
-OptionPanel.scrollbar_increment = Vitesse
-OptionPanel.scrolling_speed = Vitesse de centrage automatique (de 1 \u00e0 30)
-OptionPanel.selection_method = S\u00e9lection de noeud
-OptionPanel.selection_method.tooltip = D\u00e9finit la mani\u00e8re de s\u00e9lectionner les n\u0153uds.
-OptionPanel.selection_method_by_click = Au clic
-OptionPanel.selection_method_delayed = Avec d\u00e9lai
-OptionPanel.selection_method_direct = Imm\u00e9diat
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Styles automatiques par niveau
-OptionPanel.separator.anti_alias = Lissage
-OptionPanel.separator.attributes = Attributs
-OptionPanel.separator.automatic_save = Sauvegardes automatiques
-OptionPanel.separator.behaviour = Comportement
-OptionPanel.separator.browser = Navigateur
-OptionPanel.separator.cache = Cache
-OptionPanel.separator.CloudControls = Nuage
-OptionPanel.separator.commands_for_the_program = Raccourcis clavier
-OptionPanel.separator.connectors = Connecteurs
-OptionPanel.separator.data_formats = D\u00e9tection et formatage de donn\u00e9es
-OptionPanel.separator.default_colors = Couleurs par d\u00e9faut
-OptionPanel.separator.default_fonts = Police par d\u00e9faut
-OptionPanel.separator.default_styles = Forme des n\u0153uds
-OptionPanel.separator.EdgeControls = Lignes
-OptionPanel.separator.edit_long_node_window = Editeur de n\u0153ud en texte riche
-OptionPanel.separator.editing = Editeur de n\u0153ud texte brut
-OptionPanel.separator.files = Fichiers
-OptionPanel.separator.formula = Formules
-OptionPanel.separator.General = G\u00e9n\u00e9ral
-OptionPanel.separator.html_export = Export HTML
-OptionPanel.separator.html_import = Import HTML
-OptionPanel.separator.hyperlink_types = Liens hypertextes
-OptionPanel.separator.icon_properties = Ic\u00f4nes
-OptionPanel.separator.icons = Ic\u00f4nes dans le menu "Ic\u00f4nes"
-OptionPanel.separator.initial_map_size = Taille initiale de la carte
-OptionPanel.separator.inline_editor = \u00c9dition de n\u0153ud dans la carte
-OptionPanel.separator.key_typing = Saisie clavier
-OptionPanel.separator.language = Langue
-OptionPanel.separator.load = Ouverture
-OptionPanel.separator.look_and_feel = G\u00e9n\u00e9ral
-OptionPanel.separator.mouse_wheel = Molette de la souris
-OptionPanel.separator.new_node_commands = Commandes pour cr\u00e9er un n\u0153ud
-OptionPanel.separator.node_editing_commands = Commandes pour modifier un n\u0153ud
-OptionPanel.separator.node_navigation_commands = Commandes de navigation dans les n\u0153uds
-OptionPanel.separator.NodeColors = Couleurs du n\u0153ud
-OptionPanel.separator.NodeFont = Texte du n\u0153ud
-OptionPanel.separator.NodeShape = Forme du n\u0153ud
-OptionPanel.separator.NodeStyle = Style du n\u0153ud
-OptionPanel.separator.NodeText = Texte calcul\u00e9
-OptionPanel.separator.notifications = Confirmations
-OptionPanel.separator.org.freeplane.plugin.bugreport = Rapport automatique d'erreur
-OptionPanel.separator.other_defaults = Autres r\u00e9glages par d\u00e9faut
-OptionPanel.separator.others = Autres raccourcis clavier
-OptionPanel.separator.outline_view = Vue plan
-OptionPanel.separator.patterns = Mod\u00e8les
-OptionPanel.separator.RichTextEditor = \u00c9diteur de texte riche
-OptionPanel.separator.root_node_appearance = Apparence du n\u0153ud racine
-OptionPanel.separator.save = Enregistrement
-OptionPanel.separator.scripting = Scripts
-OptionPanel.separator.scrollbar = Ascenseur
-OptionPanel.separator.search = Recherche
-OptionPanel.separator.selection_colors = Couleurs de la s\u00e9lection
-OptionPanel.separator.selection_method = M\u00e9thode de s\u00e9lection
-OptionPanel.separator.single_instance_mode = Gestion des instances d'ex\u00e9cution du programme
-OptionPanel.separator.size_limits = Tailles maximales
-OptionPanel.separator.spelling = Correcteur orthographique
-OptionPanel.separator.status = Barre d'\u00e9tat
-OptionPanel.separator.tooltip = Info-bulles
-OptionPanel.separator.undo = Annulation
-OptionPanel.separator.updates = Mise \u00e0 jour du programme
-OptionPanel.set_property_text = Personalis\u00e9
-OptionPanel.set_property_text.tooltip = D\u00e9cocher r\u00e9tablit la mise en forme du style
-OptionPanel.setscript = Ex\u00e9cuter
-OptionPanel.setscript.tooltip = Un script peut \u00eatre associ\u00e9 au mod\u00e8le.
-OptionPanel.sharp_bezier = Courbe effil\u00e9
-OptionPanel.sharp_linear = Droit effil\u00e9
-OptionPanel.show_icon_for_attributes = Afficher les ic\u00f4nes des attributs
-OptionPanel.show_node_tooltips = Afficher les info-bulles sur les n\u0153uds
-OptionPanel.show_note_icons = Afficher les ic\u00f4nes de Notes
-OptionPanel.show_styles_in_tooltip = Afficher le style en info-bulle
-OptionPanel.signed_script_are_trusted = Autoriser les scripts sign\u00e9s (recommand\u00e9)
-OptionPanel.signed_script_are_trusted.tooltip = Si des scripts sont sign\u00e9s par un tiers de confiance (par ex. les auteurs de Freeplane ou vous-m\u00eame), ils seront ex\u00e9cut\u00e9s sans restriction.
-OptionPanel.simplyhtml.default_paste_mode = Mode par d\u00e9faut lors d'un Coller
-OptionPanel.single_backup_directory = Utiliser un dossier de sauvegarde unique
-OptionPanel.single_backup_directory.tooltip = <html>Pour que les sauvegardes soient stock\u00e9es dans un dossier unique pour toutes les cartes.<br>Dans le cas contraire, les sauvegardes sont effectu\u00e9es dans un sous-dossier du dossier d'enregistrement de la carte.
-OptionPanel.single_backup_directory_path = Dossier de sauvegarde (lorsque l'option pr\u00e9c\u00e9dente est active)
-OptionPanel.single_backup_directory_path.tooltip = Remplace le dossier de sauvegarde par d\u00e9faut <freeplaneuserdir>/.backup
-OptionPanel.single_instance = Ouvrir les fichiers dans l'instance courante
-OptionPanel.single_instance_force = Toujours utiliser une seule instance du programme
-OptionPanel.single_instance_force.tooltip = Toujours utiliser une seule instance du programme m\u00eame s'il n'y a aucun fichier \u00e0 ouvrir
-OptionPanel.sk = Slovaque
-OptionPanel.sl = Slov\u00e8ne
-OptionPanel.spelling_opt_case_sensitive = Sensible \u00e0 la casse
-OptionPanel.spelling_opt_ignore_all_caps_words = Ignorer les mots en majuscule
-OptionPanel.spelling_opt_ignore_capitalization = Ignorer les mots d\u00e9butant par une majuscule
-OptionPanel.spelling_opt_ignore_words_with_numbers = Ignorer les mots contenant des nombres
-OptionPanel.spelling_opt_suggestions_limit_dialog = Nombre de suggestions dans la fen\u00eatre
-OptionPanel.spelling_opt_suggestions_limit_menu = Nombre de suggestions dans le menu
-OptionPanel.sr = Serbe /  \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = Mod\u00e8le de carte par d\u00e9faut
-OptionPanel.standardbackgroundcolor = Couleur de fond
-OptionPanel.standardbackgroundcolor.tooltip = Couleur par d\u00e9faut du fond
-OptionPanel.standardcloudcolor = Couleur de nuage
-OptionPanel.standardcloudcolor.tooltip = Couleur par d\u00e9faut des nuages
-OptionPanel.standardcloudestyle = Style de nuage
-OptionPanel.standardcloudestyle.tooltip = Style par d\u00e9faut des nuages
-OptionPanel.standarddrawrectangleforselection = Entourer les n\u0153uds s\u00e9lectionn\u00e9s
-OptionPanel.standarddrawrectangleforselection.tooltip = Entoure d'un rectangle color\u00e9 les n\u0153uds s\u00e9lectionn\u00e9s
-OptionPanel.standardlinkcolor = Couleur de connecteur
-OptionPanel.standardlinkcolor.tooltip = Couleur par d\u00e9faut des connecteurs
-OptionPanel.standardlinkestyle = Style de lien par d\u00e9faut
-OptionPanel.standardlinkestyle.tooltip = Style par d\u00e9faut des lignes de lien
-OptionPanel.standardselectednodecolor = Couleur du n\u0153ud s\u00e9lectionn\u00e9
-OptionPanel.standardselectednodecolor.tooltip = Couleur identifiant les n\u0153uds s\u00e9lectionn\u00e9s
-OptionPanel.standardselectednoderectanglecolor = Couleur du rectangle de s\u00e9lection
-OptionPanel.standardselectednoderectanglecolor.tooltip = Couleur du rectangle entourant les n\u0153uds s\u00e9lectionn\u00e9s
-OptionPanel.STAR = Etoile
-OptionPanel.structured_html_import = Import HTML comme structure de n\u0153uds
-OptionPanel.structured_icon_toolbar = Organiser la barre d'ic\u00f4nes
-OptionPanel.summary = Synth\u00e8se
-OptionPanel.sv = Su\u00e9dois
-OptionPanel.text.use_ctrl_key = Pour d\u00e9finir un raccourci clavier, utilisez 'Cr\u00e9er un nouveau raccourci' dans le menu 'Outils'.
-OptionPanel.time_for_automatic_save = Fr\u00e9quence de sauvegarde automatique (en millisecondes)
-OptionPanel.time_for_automatic_save.tooltip = Intervalle entre deux sauvegardes automatiques (en millisecondes). Pour d\u00e9sactiver la sauvegarde automatique, saisir 2 000 000 000.
-OptionPanel.time_for_delayed_selection = D\u00e9lai pour la s\u00e9lection
-OptionPanel.time_for_delayed_selection.tooltip = <html>D\u00e9lai de s\u00e9lection des n\u0153uds lorsque la souris survole le n\u0153ud (en millisecondes).<br>Saisissez 1 si vous souhaitez une s\u00e9lection rapide.</html>
-OptionPanel.toolTipManager.dismissDelay = Dur\u00e9e d'affichage (en millisecondes)
-OptionPanel.toolTipManager.initialDelay = D\u00e9lai avant affichage (en millisecondes)
-OptionPanel.toolTipManager.max_tooltip_width = Largeur des infos-bulles
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = Largeur par d\u00e9faut des infos-bulles en pixels
-OptionPanel.toolTipManager.reshowDelay = D\u00e9lai de r\u00e9affichage (en millisecondes)
-OptionPanel.tr = Turque
-OptionPanel.uk_UA = Ukrainien
-OptionPanel.undefined_font = Police inconnue
-OptionPanel.undo_levels = Nombre d'actions m\u00e9moris\u00e9es
-OptionPanel.undo_levels.tooltip = D\u00e9fini combien d'actions utilisateur sont m\u00e9moris\u00e9es et peuvent \u00eatre annul\u00e9es
-OptionPanel.unfold_on_paste = D\u00e9plier le n\u0153ud sur copier/coller
-OptionPanel.unfold_on_paste.tooltip = D\u00e9plier le n\u0153ud sur copier/coller et glisser/d\u00e9poser
-OptionPanel.use_common_out_point_for_root_node = Les lignes partent d'un point du n\u0153ud racine
-OptionPanel.use_common_out_point_for_root_node.tooltip = Les lignes partent d'un point du n\u0153ud racine
-OptionPanel.use_tabbed_pane = Utiliser les onglets
-OptionPanel.use_tabbed_pane.tooltip = Les cartes ouvertes sont pr\u00e9sent\u00e9es dans des onglets.
-OptionPanel.user_defined_screen_resolution = R\u00e9solution \u00e9cran personnalis\u00e9e (en dpi)
-OptionPanel.validate_classpath_needs_readaccess = Scripts : v\u00e9rifiez que les dossiers et les fichiers sont accessibles en lecture
-OptionPanel.validate_invalid_date_format = Le format de date n'est pas valide
-OptionPanel.validate_invalid_datetime_format = Le format de date/heure n'est pas valide
-OptionPanel.validate_invalid_number_format = Le format de nombre n'est pas valide
-OptionPanel.validate_write_without_read = Script : pensez \u00e0 ajouter le droit de lecture / \u00e9criture sur les fichiers
-OptionPanel.validation_error = <html>Erreur : <p><em>{0}</em><p>Merci de modifier les pr\u00e9f\u00e9rences.
-OptionPanel.validation_warning = <html>Avertissement : <p><em>{0}
-OptionPanel.vi = Vietnamien
-OptionPanel.wheel_velocity = Vitesse
-OptionPanel.wheel_velocity.tooltip = Une valeur plus grande donne des effets de mouvements plus rapides sur la carte.
-OptionPanel.windows = Fen\u00eatre
-OptionPanel.zh_CN = Chinois (simplifi\u00e9)
-OptionPanel.zh_TW = Chinois (Mandarin)
-org.freeplane.plugin.bugreport.agree = Envoyer
-org.freeplane.plugin.bugreport.always_agree = Toujours envoyer
-org.freeplane.plugin.bugreport.always_deny = Ne jamais envoyer
-org.freeplane.plugin.bugreport.deny = Ne pas envoyer
-org.freeplane.plugin.bugreport.dialog.title = Rapport automatique d'erreur
-org.freeplane.plugin.bugreport.freeplane_team = Message de l'\u00e9quipe FreePlane
-org.freeplane.plugin.bugreport.lastreport = Le dernier rapport re\u00e7u
-org.freeplane.plugin.bugreport.never = Ne jamais demander
-org.freeplane.plugin.bugreport.question = Freeplane propose de signaler les erreurs aux \u00e9quipes de d\u00e9veloppement. Aucune donn\u00e9e personnelle ni le moindre contenu de vos cartes ne sera transmis.\nL'envoi de rapports d'erreur permet, ensemble, d'am\u00e9liorer Freeplane.
-org.freeplane.plugin.bugreport.report = Rapport d\u00e9taill\u00e9 de l'erreur
-org.freeplane.plugin.bugreport.wanted_bug = Une erreur interne s'est produite et a \u00e9t\u00e9 report\u00e9e automatiquement.\nNous souhaiterions plus d'informations afin de reproduire ce comportement inattendu.\nAidez-nous en cr\u00e9ant un rapport d'erreur dans Mantis, notre banque de bogues :\nexpliquez ce que vous faisiez au moment o\u00f9 l'erreur s'est produite, afin de nous donner une chance de reproduire le bogue.\n\nAppuyez sur Valider pour ouvrir la banque de bogues dans votre navigateur.\n\nMerci de nous aider \u00e0 r\u00e9soudre ce probl\u00e8me.\nVotre \u00e9quipe Freeplane
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = Le n\u0153ud {0} n''est pas d\u00e9fini
-out_of_memory = M\u00e9moire insuffisante
-overwrite_keyset_question = Il existe d\u00e9j\u00e0 un enregistrement portant ce nom. Remplacer l'enregistrement existant ?
-PageAction.text = Mise en page...
-password_is_not_ascii = le mot de passe n'est pas en ASCII
-PasteAction.text = Coller
-PasteAttributes.text = Coller les attributs
-PatternNewNameProperty = Nouveau style
-PatternToString.backgroundColor = Couleur du fond
-PatternToString.Child = Style de n\u0153ud fils
-PatternToString.color = Couleur
-PatternToString.EdgeColor = Couleur de ligne
-PatternToString.EdgeStyle = Style de ligne
-PatternToString.EdgeWidth = \u00c9paisseur de ligne
-PatternToString.FontBold = Gras
-PatternToString.FontItalic = Italique
-PatternToString.FontName = Nom de police
-PatternToString.Icon = Ic\u00f4ne
-PatternToString.NodeFontSize = Taille de police
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = jours
-PeriodUnit.HOUR = heures
-PeriodUnit.MINUTE = minutes
-PeriodUnit.MONTH = mois
-PeriodUnit.WEEK = semaines
-PeriodUnit.YEAR = ann\u00e9es
-plugins/latex/LatexNodeHook.editorTitle = Modifier la formule LaTeX
-plugins/script_filter = Script de filtre {0}
-plugins/script_filter_error = {0} doit renvoyer un bol\u00e9en sur {1} mais renvoit {2}
-plugins/ScriptEditor.cancel = Ignorer les modifications et quitter
-plugins/ScriptEditor.exit = Enregistrer et quitter
-plugins/ScriptEditor.FORBIDDEN_ACTION = Les scripts Groovy dans Freeplane sont restreints. L'op\u00e9ration suivante {0,choice,0\#File|1\#Network|2\#Exec} est interdite \: {1,choice,0\#Accept|1\#Connect|2\#Listen|3\#Multicast|4\#SetFactory|5\#Exec|6\#Link|7\#Delete|8\#Read|9\#Write}. Vous pouvez changer ces options dans les pr\u00e9f\u00e9rences.
-plugins/ScriptEditor.menu_actions = Actions
-plugins/ScriptEditor.new_script = Nouveau script
-plugins/ScriptEditor.run = Ex\u00e9cuter
-plugins/ScriptEditor.sign = Signer le script...
-plugins/ScriptEditor/window.Result = R\u00e9sultat :
-plugins/ScriptEditor/window.title = \u00c9diteur de scripts
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Acc\u00e8s illegale \u00e0 l''API interne (package {0}). Contactez l''\u00e9quipe Freeplane pour faire \u00e9voluer l''API.
-plugins/TimeList.xml_Created = Cr\u00e9\u00e9
-plugins/TimeList.xml_Date = Date
-plugins/TimeList.xml_Icons = Ic\u00f4nes
-plugins/TimeList.xml_Modified = Modifi\u00e9
-plugins/TimeList.xml_Notes = Notes
-plugins/TimeList.xml_Text = Texte
-plugins/TimeManagement.xml_appendButton = Ins\u00e9rer la date
-plugins/TimeManagement.xml_Cancel = Annuler
-plugins/TimeManagement.xml_cancelButton = Annuler
-plugins/TimeManagement.xml_closeButton = Fermer
-plugins/TimeManagement.xml_Export = Exporter les n\u0153uds s\u00e9lectionn\u00e9s
-plugins/TimeManagement.xml_Find = Rechercher
-plugins/TimeManagement.xml_Goto = Aller \u00e0
-plugins/TimeManagement.xml_hour = Heure :
-plugins/TimeManagement.xml_menu_actions = Actions
-plugins/TimeManagement.xml_minute = Minutes :
-plugins/TimeManagement.xml_reminderButton = Cr\u00e9er l'alerte
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Cr\u00e9\u00e9 une alerte pour la date et l'heure sp\u00e9cifi\u00e9s.<br>L'alerte est indiqu\u00e9e par l'ajout d'une ic\u00f4ne sur le n\u0153ud.<br>Une fois l'alerte d\u00e9pass\u00e9e, l'ic\u00f4ne clignote pour attirer votre attention.
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Il ne peut y avoir qu''une seule alerte par n\u0153ud.<br>Une alerte est d\u00e9j\u00e0 planifi\u00e9e le {0,date} \u00e0 {0,time}.<br>Souhaitez-vous remplacer cette alerte par une nouvelle alerte le {1,date} \u00e0 {1,time} ?
-plugins/TimeManagement.xml_reminderNode_tooltip = Alerte planifi\u00e9e le {0,date} \u00e0 {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = Rappeler
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Rappeler
-plugins/TimeManagement.xml_removeReminderButton = Supprimer l'alerte
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Supprime les alertes des n\u0153uds s\u00e9lectionn\u00e9s.
-plugins/TimeManagement.xml_Replace = Remplacer
-plugins/TimeManagement.xml_Replace_All = Tout remplacer
-plugins/TimeManagement.xml_Replace_Selected = Remplacer la s\u00e9lection
-plugins/TimeManagement.xml_Select = S\u00e9lectionner
-plugins/TimeManagement.xml_todayButton = Aujourd'hui
-plugins/TimeManagement.xml_WindowTitle = Gestion du temps
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Rechercher et remplacer
-preferences = Pr\u00e9f\u00e9rences
-print_preview_title = Aper\u00e7u avant impression
-PrintAction.text = Imprimer...
-PrintDirectAction.text = Imprimer
-printing_settings = Mise en page de l'impression
-PrintPreviewAction.text = Aper\u00e7u avant impression...
-PropertyAction.dialog = Pr\u00e9f\u00e9rences utilisateur
-PropertyAction.text = Pr\u00e9f\u00e9rences...
-QuickFilterAction.text = Afficher uniquement les r\u00e9sultats
-QuickFindAction.BACK.text = R\u00e9sultat pr\u00e9c\u00e9dent
-QuickFindAction.FORWARD.text = R\u00e9sultat suivant
-QuickFindAllAction.text = S\u00e9lectionner les r\u00e9sultats
-QuickHighlightAction.text = Entourer les r\u00e9sultats
-QuitAction.text = Quitter Freeplane
-read_only = En lecture seule
-ReadScriptError.text = Erreur \u00e0 la lecture du script
-really_convert_to_current_version = <html>Cette carte a \u00e9t\u00e9 cr\u00e9\u00e9e avec une ancienne version de Freeplane.<br>Voulez-vous la convertir (recommand\u00e9) ?<br>(Sinon vous pouvez essayer de l'utiliser telle quelle, sans garantie.)</html>
-really_cut_node = Souhaitez-vous vraiment couper les n\u0153uds s\u00e9lectionn\u00e9s ?
-really_execute_script = Souhaitez-vous vraiment ex\u00e9cuter les scripts inclus dans cette carte ? Des scripts malveillants peuvent faire courir un risque \u00e0 votre ordinateur.
-really_remove_node = Souhaitez-vous vraiment supprimer les n\u0153uds s\u00e9lectionn\u00e9s ?
-really_remove_notes = Souhaitez-vous vraiment supprimer les notes des n\u0153uds s\u00e9lectionn\u00e9s ?
-ReapplyFilterAction.text = R\u00e9appliquer les filtres
-red = Rouge
-RedefineStyleAction.text = Enregistrer la mise en forme actuelle dans le style
-RedoAction.text = R\u00e9tablir
-RedoFilterAction.text = Filtre suivant
-regular_expressions = Expressions r\u00e9guli\u00e8res
-ReminderHookAction.text = Supprimer l'alerte
-ReminderHookAction.tooltip = Supprime l'alerte d'un n\u0153ud
-remove_file_from_list_on_error = <html>Fichier {0} introuvable !<br>Souhaitez-vous le retirer de la liste des fichiers r\u00e9cents ?
-remove_shortcut_question = Remplacer le raccourci ?
-RemoveAllIconsAction.text = Supprimer toutes les ic\u00f4nes
-RemoveConnectorAction.text = Supprimer le connecteur
-RemoveEncryption.text = Supprimer la protection
-RemoveFormatAction.text = Supprimer la mise en forme
-RemoveIcon_0_Action.text = Supprimer la premi\u00e8re ic\u00f4ne
-RemoveIconAction.text = Supprimer la derni\u00e8re ic\u00f4ne
-RemoveNoteAction.text = Supprimer les notes
-RemoveNoteAction.tooltip = Supprime les notes des n\u0153ud s\u00e9lectionn\u00e9s
-rename = Renommer
-repair_link = R\u00e9parer le lien
-repair_link_question = Impossible d'ouvrir la carte li\u00e9e. Souhaitez-vous r\u00e9parer le lien manuellement ?
-replace = Remplacer
-replace_shortcut_question = Ce raccourci est actuellement associ\u00e9 \u00e0 la commande :\n"{0}".
-replace_shortcut_title = Cr\u00e9er un raccourci
-ReportBugAction.text = Signaler une erreur
-RequestFeatureAction.text = Sugg\u00e9rer une \u00e9volution
-reset_to_default = Par d\u00e9faut
-ResetNodeLocationAction.text = Restaurer la position du n\u0153ud
-ResetStyleAction.text = Effacer le style du n\u0153ud
-RevertAction.text = Restaurer le dernier enregistrement
-RevisionPluginAction.text = Indiquer les n\u0153uds r\u00e9vis\u00e9s
-save_failed = L''enregistrement de la carte {0} a \u00e9chou\u00e9.
-save_unsaved = Souhaitez-vous enregistrer la carte ?
-save_unsaved_styles = Enregistrer les styles ?
-SaveAcceleratorPresetsAction.text = Enregistrer les touches de fonction...
-SaveAction.text = Enregistrer
-SaveAll.text = Tout enregistrer
-SaveAll.tooltip = Enregistre toutes les cartes ouvertes
-SaveAsAction.text = Enregistrer sous...
-saved = Carte enregistr\u00e9e
-saving_canceled = Enregistrement annul\u00e9
-scanners_not_loaded = Fichier illisible
-scheme_evaluate = \u00c9valuer !
-script_execution_disabled = L'ex\u00e9cution des scripts est d\u00e9sactiv\u00e9e
-ScriptEditor.text = \u00c9diteur de scripts...
-ScriptEditor.tooltip = Permet d'\u00e9crire de longs scripts dans Freeplane
-ScriptEditorPanel.changed_cancel = Les scripts ont \u00e9t\u00e9 modif\u00e9s. Voulez-vous ignorer ces modifications ?
-scripting_api_generator_legend = L\u00e9gende
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = Aide pour les d\u00e9veloppeurs
-scripting_api_generator_utilities = Outils
-scripting_api_generator_web = Ressources Internet
-select_favorites_folder = S\u00e9lectionnez le dossier de stockage de vos favoris
-select_file_export_to = Choisir le fichier vers lequel exporter
-select_folder_for_importing = S\u00e9lectionnez le dossier d'importation
-select_icon = Biblioth\u00e8que d'ic\u00f4nes
-select_menu_item_dialog = S\u00e9lectionnez une commande
-select_menu_item_root_node = Menus de Freeplane
-SelectAllAction.text = S\u00e9lectionner les n\u0153uds visibles de la carte
-SelectBranchAction.text = S\u00e9lectionner les n\u0153uds visibles de la branche
-SelectedPasteAction.text = Collage sp\u00e9cial...
-selection_method_by_click = S\u00e9lection par simple clic
-selection_method_delayed = S\u00e9lection retard\u00e9e
-selection_method_direct = S\u00e9lection par pointage
-SelectNoteAction.text = Aller \u00e0 l'\u00e9diteur de notes
-SelectNoteAction.tooltip = Placer le curseur dans l'\u00e9diteur de notes pour la modifier
-set_accelerator_on_next_click_action = S\u00e9lectionnez une commande dans un menu en maintenant la touche 'Ctrl' enfonc\u00e9e.
-SetAcceleratorOnNextClickAction.text = Cr\u00e9er un nouveau raccourci
-SetImageByFileChooserAction.text = N\u0153ud image (choisir un fichier ou saisir un lien)...
-SetLinkAnchorAction.text = M\u00e9moriser le n\u0153ud
-SetLinkAnchorAction.tooltip = M\u00e9morise le n\u0153ud courant pour la cr\u00e9ation de lien
-SetLinkAnchorAction.tooltip_anchored = M\u00e9morise le n\u0153ud courant pour la cr\u00e9ation de lien
-SetLinkByFileChooserAction.text = Lien vers un fichier...
-SetLinkByTextFieldAction.text = Lien libre... / Modifier lien existant...
-SetNodeLink.text = Lien vers un n\u0153ud...
-SetNoteWindowPosition.bottom.text = Bas
-SetNoteWindowPosition.left.text = Gauche
-SetNoteWindowPosition.right.text = Droite
-SetNoteWindowPosition.top.text = Haut
-SetShortenerStateAction.text = R\u00e9sumer le n\u0153ud
-sf_login_required = Voulez-vous continuer ? (compte SourceForge requis)
-ShowAllAttributesAction.text = Afficher tous les attributs
-ShowAncestorsAction.text = Afficher les p\u00e8res des n\u0153uds filtr\u00e9s
-ShowAttributeDialogAction.text = Gestionnaire d'&attributs...
-ShowDescendantsAction.text = Afficher les fils des n\u0153uds filtr\u00e9s
-ShowFilterToolbarAction.text = Barre de filtres
-ShowFormatPanel.text = Panneau de propri\u00e9t\u00e9s
-ShowFormatPanel.tooltip = Affiche le panneau de propri\u00e9t\u00e9s du n\u0153ud qui permet de d\u00e9finir la mise en forme du n\u0153ud, de g\u00e9rer le calendrier et les attributs
-ShowHideNoteAction.text = Editeur de notes
-ShowHideNoteAction.tooltip = Affiche l'\u00e9diteur de notes
-ShowNextChildAction.text = Afficher le n\u0153ud fils suivant
-ShowNotesInMapAction.text = Afficher les notes sur la carte
-ShowSelectedAttributesAction.text = Afficher les attributs s\u00e9lectionn\u00e9s
-ShowSelectionAsRectangleAction.text = Entourer la s\u00e9lection
-simplyhtml.aboutFrameTitle = \u00c0 propos de cette application
-simplyhtml.aboutLabel = \u00c0 propos de SimplyHTML...
-simplyhtml.alignCenter = Centr\u00e9
-simplyhtml.alignLabel = Alignement
-simplyhtml.alignLeft = A gauche
-simplyhtml.alignRight = A droite
-simplyhtml.allCellsRangeLabel = toutes les cellules
-simplyhtml.allOccurrencesReplaced = Toutes les occurrences ont \u00e9t\u00e9 remplac\u00e9es
-simplyhtml.appendTableColLabel = Ajouter une colonne
-simplyhtml.appendTableRowLabel = Ajouter une ligne
-simplyhtml.applyCellAttrLabel = Tout appliquer
-simplyhtml.backgroundLabel = Arri\u00e8re plan
-simplyhtml.boldItalicName = Gras italique
-simplyhtml.boldName = Gras
-simplyhtml.borderColorLabel = Couleur
-simplyhtml.borderWidthLabel = Largeur
-simplyhtml.bottomLabel = En bas
-simplyhtml.cancelBtnName = Annuler
-simplyhtml.cellBorderTabLabel = Bordure
-simplyhtml.cellGenTabLabel = G\u00e9n\u00e9ral
-simplyhtml.cellMarginTabLabel = Marges
-simplyhtml.cellPanelTitle = Mise en forme de cellule
-simplyhtml.clearFormatLabel = Supprimer la mise en forme
-simplyhtml.clearFormatTip = Supprimer la mise en forme
-simplyhtml.close = Fermer
-simplyhtml.closeBtnName = Fermer
-simplyhtml.colorLabel = Couleur
-simplyhtml.copyLabel = Copier
-simplyhtml.copyTip = Copier
-simplyhtml.cTagNameHead1 = Titre 1
-simplyhtml.cTagNameHead2 = Titre 2
-simplyhtml.cTagNameHead3 = Titre 3
-simplyhtml.cTagNameHead4 = Titre 4
-simplyhtml.cTagNameHead5 = Titre 5
-simplyhtml.cTagNameHead6 = Titre 6
-simplyhtml.cTagNameLink = Lien
-simplyhtml.cTagNameOL = Liste ordonn\u00e9e
-simplyhtml.cTagNamePara = Paragraphe
-simplyhtml.cTagNameUL = Liste non ordonn\u00e9e
-simplyhtml.cutLabel = Couper
-simplyhtml.cutTip = Couper
-simplyhtml.defaultDocName = Sans titre
-simplyhtml.deleteTableColLabel = Supprimer une colonne
-simplyhtml.deleteTableRowLabel = Supprimer une ligne
-simplyhtml.docTitleQuery = Mettre le titre \u00e0 :
-simplyhtml.docTitleTitle = \u00c9diter le titre du document
-simplyhtml.editLabel = \u00c9dition
-simplyhtml.effectLabel = Effet
-simplyhtml.familyLabel = Police
-simplyhtml.findNext = Rechercher le suivant...
-simplyhtml.findReplaceDialogTitle = Rechercher et remplacer
-simplyhtml.findReplaceLabel = Rechercher et remplacer
-simplyhtml.findReplaceTip = Rechercher et remplacer
-simplyhtml.fontBoldLabel = Gras
-simplyhtml.fontBoldTip = Gras
-simplyhtml.fontColorLabel = Couleur du texte...
-simplyhtml.fontColorTip = Couleur du texte
-simplyhtml.fontDialogTitle = Police de caract\u00e8res
-simplyhtml.fontItalicLabel = Italique
-simplyhtml.fontItalicTip = Italique
-simplyhtml.fontLabel = Police...
-simplyhtml.fontTabLabel = Police
-simplyhtml.fontTip = Format de police...
-simplyhtml.fontUnderlineLabel = Soulign\u00e9
-simplyhtml.fontUnderlineTip = Soulign\u00e9
-simplyhtml.foregroundLabel = Premier plan
-simplyhtml.formatLabel = Mise en forme
-simplyhtml.formatListLabel = Options de liste...
-simplyhtml.formatListTip = Changer la mise en forme de la liste
-simplyhtml.formatParaLabel = Paragraphe...
-simplyhtml.formatParaTip = Changer la mise en forme du paragraphe
-simplyhtml.formatTableLabel = Tableau...
-simplyhtml.formatTableTip = Mise en forme de tableau
-simplyhtml.helpLabel = Aide
-simplyhtml.htmlTabTitle = Code HTML
-simplyhtml.imageFileDesc = Fichiers images
-simplyhtml.insertTableColLabel = Ins\u00e9rer une colonne
-simplyhtml.insertTableLabel = Tableau...
-simplyhtml.insertTableMsg = Nombre de colonnes ?
-simplyhtml.insertTableRowLabel = Ins\u00e9rer une ligne
-simplyhtml.insertTableTitle = Ins\u00e9rer un tableau
-simplyhtml.italicName = Italique
-simplyhtml.layoutTabTitle = Texte riche
-simplyhtml.leftLabel = A gauche
-simplyhtml.listDialogTitle = Mise en forme de liste
-simplyhtml.listIndentTitle = Indentation
-simplyhtml.listPosInside = Int\u00e9rieure
-simplyhtml.listPositionLabel = Position
-simplyhtml.listPosOutside = Ext\u00e9rieure
-simplyhtml.listTypeCircle = Cercle
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = Disque plein
-simplyhtml.listTypeLabel = Type
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = Aucun
-simplyhtml.listTypeSquare = Carr\u00e9
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Ext\u00e9rieur
-simplyhtml.matchApproximately = Accepter les variantes
-simplyhtml.matchApproximately.tooltip = <html>Rechercher les variantes des mots<br>Par exemple : rechercher 'fichier' trouvera 'fcihier'</html>
-simplyhtml.matchCase = Respecter la casse
-simplyhtml.matchCase.tooltip = Rechercher en respectant les majuscules / minuscules
-simplyhtml.newStyleDefaultName = Nouveau style
-simplyhtml.nextTableCellLabel = Cellule suivante
-simplyhtml.noLineLabel = Aucun
-simplyhtml.noMoreOccurrencesFound = Aucune (autre) occurrence trouv\u00e9e.
-simplyhtml.okBtnName = Valider
-simplyhtml.paddingLabel = Int\u00e9rieur
-simplyhtml.paraAlignCenterLabel = Aligner au centre
-simplyhtml.paraAlignCenterTip = Aligner le paragraphe au centre
-simplyhtml.paraAlignLeftLabel = Aligner \u00e0 gauche
-simplyhtml.paraAlignLeftTip = Aligner le paragraphe \u00e0 gauche
-simplyhtml.paraAlignRightLabel = Aligner \u00e0 droite
-simplyhtml.paraAlignRightTip = Aligner le paragraphe \u00e0 droite
-simplyhtml.paraStyleDialogTitle = Style de paragraphe
-simplyhtml.paraTabLabel = Paragraphe
-simplyhtml.pasteHTMLLabel = Coller avec mise en forme
-simplyhtml.pasteLabel = Coller
-simplyhtml.pastePlainTextLabel = Coller en texte brut
-simplyhtml.pasteTip = Coller
-simplyhtml.plainName = Normal
-simplyhtml.previewLabel = Pr\u00e9visualisation
-simplyhtml.previewText = Texte d'exemple
-simplyhtml.prevTableCellLabel = Cellule pr\u00e9c\u00e9dente
-simplyhtml.printLabel = Imprimer...
-simplyhtml.redoLabel = R\u00e9tablir
-simplyhtml.redoTip = R\u00e9tablir
-simplyhtml.replace = Remplacer...
-simplyhtml.replaceAll = Tout
-simplyhtml.replaceDone = Terminer
-simplyhtml.replaceNo = Non
-simplyhtml.replaceThisQuery = Remplacer cette occurence de
-simplyhtml.replaceWith = Remplacer par
-simplyhtml.replaceYes = Oui
-simplyhtml.rightLabel = A droite
-simplyhtml.searchDown = Chercher vers le bas
-simplyhtml.searchDown.tooltip = Cherche vers le bas
-simplyhtml.searchFromStart = Chercher depuis le d\u00e9but
-simplyhtml.searchFromStart.tooltip = Chercher depuis le d\u00e9but sans tenir compte de la position courante
-simplyhtml.searchUp = Chercher vers le haut
-simplyhtml.searchUp.tooltip = Chercher vers le haut
-simplyhtml.selectAllLabel = S\u00e9lectionner tout
-simplyhtml.sizeLabel = Taille
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = Barr\u00e9
-simplyhtml.styleLabel = Style
-simplyhtml.styleNameInputText = Nom du nouveau style ?
-simplyhtml.styleNameInputTitle = Enregistrer le style
-simplyhtml.tableBgColLabel = Couleur de fond :
-simplyhtml.tableDialogTitle = Mise en forme de tableau
-simplyhtml.tableLabel = Tableau
-simplyhtml.tablePanelTitle = Mise en forme de tableau
-simplyhtml.tableWidthLabel = Largeur
-simplyhtml.textIndentLabel = Indentation
-simplyhtml.textToFind = Texte \u00e0 rechercher
-simplyhtml.thisCellRangeLabel = Cette cellule
-simplyhtml.thisColRangeLabel = Cette colonne
-simplyhtml.thisRowRangeLabel = Cette ligne
-simplyhtml.toggleBulletsLabel = Liste \u00e0 puces
-simplyhtml.toggleBulletsTip = Activer/D\u00e9sactiver la liste \u00e0 puces
-simplyhtml.toggleNumbersLabel = Liste num\u00e9rot\u00e9e
-simplyhtml.toggleNumbersTip = Activer/D\u00e9sactiver la liste num\u00e9rot\u00e9e
-simplyhtml.topLabel = En haut
-simplyhtml.uLineLabel = Soulign\u00e9
-simplyhtml.unableToOpenFileError = Le fichier ne peut pas \u00eatre ouvert
-simplyhtml.unableToRedoError = Impossible de r\u00e9tablir :
-simplyhtml.unableToUndoError = Impossible d'annuler :
-simplyhtml.undoLabel = Annuler
-simplyhtml.undoTip = Annuler
-simplyhtml.valignBaseline = Ligne de base
-simplyhtml.valignBottom = En bas
-simplyhtml.valignLabel = Alignement vertical
-simplyhtml.valignMiddle = Centr\u00e9
-simplyhtml.valignTop = En haut
-simplyhtml.wholeWordsOnly = Mots entiers
-simplyhtml.wholeWordsOnly.tooltip = Rechercher uniquement les mots entiers
-SortNodes.text = Trier les fils
-SortNodes.tooltip = Trie par ordre alphab\u00e9tique tous les fils d'un n\u0153ud
-split = Diviser
-SplitConditionAction.text = Dupliquer sans n\u00e9gation
-SplitNode.text = Diviser le n\u0153ud
-SplitNode.tooltip = Divise le n\u0153ud en plusieurs n\u0153uds de m\u00eame niveau, chaque ligne devient un n\u0153ud
-STANDARD_FORMAT = Standard
-stop_processing = Ne pas \u00e9valuer les styles suivants
-StringFlavorHandler = Coller en texte brut en conservant la hi\u00e9rarchie
-StructuredHtmlFlavorHandler = Coller en HTML en conservant la hi\u00e9rarchie
-style = Style
-style_already_exists = Ce style existe d\u00e9j\u00e0
-styledialog.cancel.text = Annuler
-styledialog.ok.text = Valider
-styles = Styles
-styles.AutomaticLayout = Styles automatiques par niveau
-styles.connection = Connexion
-styles.date = Date
-styles.definition = D\u00e9finition
-styles.description = Description
-styles.floating_node = N\u0153ud flottant
-styles.idea = Id\u00e9e
-styles.important = Important
-styles.key = Clef
-styles.list = Liste
-styles.needs_action = Action
-styles.note = Note
-styles.ok = Ok
-styles.pending = En attente
-styles.predefined = Styles pr\u00e9d\u00e9finis
-styles.question = Question
-styles.quotation = Citation
-styles.root_node = Styles
-styles.subsubtopic = Sous-sous-titre
-styles.subtopic = Sous-titre
-styles.topic = Titre
-styles.user-defined = Styles utilisateur
-styles.website = Site web
-styles_menu = Styles
-submenu_keystroke_in_use_error = Le raccourci {0} ne peut pas \u00eatre utilis\u00e9 pour le sous-menu {1}. Le raccourci a \u00e9t\u00e9 supprim\u00e9.
-summary_nodes = N\u0153ud de synth\u00e8se
-summary_not_possible = Impossible de cr\u00e9er une synth\u00e8se pour le(s) n\u0153ud(s) s\u00e9lectionn\u00e9s
-SummaryNodeAction.text = Fin de synth\u00e8se
-svg = *.svg
-template_dir = Mod\u00e8les
-TimeListAction.text = Afficher la liste des alertes...
-TimeListAction.tooltip = Montre toutes les alertes horaire ainsi que les n\u0153uds associ\u00e9s.
-TimeManagementAction.text = Afficher le calendrier...
-TimeManagementAction.tooltip = Affiche le calendrier
-ToggleChildrenFoldedAction.text = Plier/D\u00e9plier la branche
-ToggleDetailsAction.text = Afficher les d\u00e9tails
-ToggleFBarAction.text = Barre des touches de fonction
-ToggleFoldedAction.text = Plier/D\u00e9plier le n\u0153ud
-ToggleFullScreenAction.text = Plein \u00e9cran
-ToggleLeftToolbarAction.text = Barre d'&ic\u00f4nes
-ToggleMenubarAction.text = Barre de menus
-ToggleStatusAction.text = Barre d'\u00e9tat
-ToggleToolbarAction.text = Barre d'outils principale
-undefined_error = Une erreur impr\u00e9vue vient de se produire. Merci de bien vouloir signaler le bogue.
-underline = Soulign\u00e9
-UnderlineAction.text = Soulign\u00e9
-underlined = Soulign\u00e9
-UndoAction.text = Annuler
-UndoFilterAction.text = Filtre pr\u00e9c\u00e9dent
-unfold = D\u00e9plier
-UnfoldAllAction.text = Tout d\u00e9plier
-UnfoldAllAction.tooltip = D\u00e9plie les n\u0153uds s\u00e9lectionn\u00e9s ainsi que leurs fils
-UnfoldOneLevelAction.text = D\u00e9plier un niveau
-UnfoldOneLevelAction.tooltip = D\u00e9plie un niveau des n\u0153uds s\u00e9lectionn\u00e9s
-up = Monter
-update_failed = La mise \u00e0 jour a \u00e9chou\u00e9. D\u00e9tail de l''erreur : {0}
-UpdateCheckAction.text = V\u00e9rifier les mises \u00e0 jour...
-updatecheckdialog = V\u00e9rification de mise \u00e0 jour
-url_error = Cette URL est incorrecte !
-url_open_error = Impossible d''ouvrir la carte \u00e0 l''URL {0} .
-used_in_menu = Ce raccourci ne peut \u00eatre d\u00e9fini, car il est utilis\u00e9 comme raccourci de menu.
-UsePlainTextAction.text = N\u0153ud en texte brut
-user_config_folder = Dossier des param\u00e8tres utilisateur : {0}
-user_defined_scale = Personnalis\u00e9e
-user_defined_zoom = Zoom personnalis\u00e9
-user_defined_zoom_status_bar = Niveau de zoom : {0}%
-user_icon = Icone utilisateur "{0}"
-user_template_dir = Mod\u00e8les utilisateur
-user_zoom = Zoom pour l'impression (0.0 - 2.0) :
-value_format = Format de la valeur
-version_up_to_date = Vous utilisez la derni\u00e8re version disponible du programme.
-ViewerControllerAction.text = Objet...
-ViewLayoutTypeAction.OUTLINE.text = Vue plan
-WebDocuAction.text = Documentation Web
-width = Largeur
-wrong_regexp = L''expression "{0}" est incorrecte, erreur : "{1}"
-xslt_export.html = HTML
-xslt_export.latex = Document LaTeX
-xslt_export.latexbook = Classeur LaTeX
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Microsoft Excel 2003 et au-del\u00e0
-xslt_export.ms_project = Microsoft Project 2003 et au-del\u00e0
-xslt_export.ms_word = Microsoft Word 2003 et au-del\u00e0
-xslt_export.text = Texte brut
-xslt_export_not_possible = Export  XSLT impossible
-yes = Oui
-ZoomInAction.text = Augmenter le zoom
-ZoomOutAction.text = R\u00e9duire le zoom
+about_text=Freeplane - Logiciel libre de conception de cartes mentales
+AboutAction.text=\u00C0 propos...
+acceleratorPresets=Charger ou enregistrer les touches de fonction
+accelerators_loading_error=Impossible de charger les touches de fonction depuis {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Editeur de mise en forme
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Editeur de mise en forme
+accessories/plugins/EncryptNode.properties_0=Saisie du mot de passe
+accessories/plugins/EncryptNode.properties_1=Les mots de passe ne sont pas identiques ou sont trop courts.
+accessories/plugins/EncryptNode.properties_2=Entrez le mot de passe :
+accessories/plugins/EncryptNode.properties_3=Confirmez le mot de passe :
+accessories/plugins/EncryptNode.properties_4=Entrez votre mot de passe.
+accessories/plugins/EncryptNode.properties_5=Rappel : le niveau de protection repose sur la qualit\u00E9 de votre mot de passe.
+accessories/plugins/EncryptNode.properties_6=Valider
+accessories/plugins/EncryptNode.properties_7=Annuler
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Vous pouvez uniquement basculer le status de protection d'un n\u0153ud. Pour cr\u00E9er une carte prot\u00E9g\u00E9e utilisez le menu "Fichier".
+accessories/plugins/EncryptNode.properties_select_me=Nouvelle carte prot\u00E9g\u00E9e
+accessories/plugins/EncryptNode.properties_wrong_password=Le mot de passe est incorrect.
+accessories/plugins/ExportWithTWiki.text=TWiki
+accessories/plugins/ExportWithTWiki.tooltip=Exporte la carte en document TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=Il s'agit d'une m\u00E9thode d'exportation utilisant des scripts XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Applet Java
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporte la carte en applet Java pour navigateur Web.
+accessories/plugins/ExportWithXSLT_Flash.text=Animation Flash
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporte la carte en animation Flash.
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML JavaScript
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML image cliquable
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Les ressources depuis le n\u0153ud Ressouces vers un fichier TaskJuggler
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporte les ressources depuis le n\u0153ud Ressources vers l'outil TaskJuggler.</html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Les t\u00E2ches depuis le n\u0153ud T\u00E2ches vers un fichier TaskJuggler
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=Exporte les t\u00E2ches depuis le n\u0153ud T\u00E2ches vers l'outil TaskJuggler
+action_keystroke_in_use_error=Le raccourci ''{0}'' demand\u00E9 pour l''action ''{1}'' est d\u00E9j\u00E0 associ\u00E9 \u00E0 l''action ''{2}''.
+active=Activer
+actual_map_styles=Styles conditionnels appliqu\u00E9s \u00E0 la carte
+actual_node_styles=Styles conditionnels appliqu\u00E9s au n\u0153ud
+add=Ajouter
+AddConnectorAction.text=Connecteur
+AddElementaryConditionAction.text=Ajouter
+AddLocalLinkAction.text=Lien vers un n\u0153ud
+AddMenuItemLinkAction.text=Lien vers une commande...
+AddOnDetailsPanel.authored.by=Par {0}
+AddOnDetailsPanel.header.function=Description
+AddOnDetailsPanel.header.menu=Emplacement dans le menu
+AddOnDetailsPanel.header.shortcut=Raccourci
+AddOnDetailsPanel.homepage=Accueil :
+addons.installer.canceled=Installation annul\u00E9e
+addons.installer.confirm.licence=<html><body><h1>Licence</h1>{0}<p><p><em>Acceptez-vous les termes de cette licence ?
+addons.installer.failed=L''installation a \u00E9chou\u00E9. Erreur : {0}.
+addons.installer.freeplaneversion.format.error=Erreur de format pour {0} (valeur erronn\u00E9e : {1})
+addons.installer.groovy.script.name=Le nom du script {0} ne se termine pas en ".groovy"
+addons.installer.html.script=Le contenu d'un script ne peut pas \u00EAtre du HTML
+addons.installer.install=Installer
+addons.installer.invalid.keyboard.shortcut=Raccourci {0} invalide.
+addons.installer.licence.unchanged=Licence non modifi\u00E9e
+addons.installer.map.structure=Erreur de structure dans la carte : {0}
+addons.installer.missing.child.nodes=N\u0153ud fils manquant : {0}
+addons.installer.missing.permission.attribute=Script {0} : autorisation {1} manquante
+addons.installer.missing.properties=Propri\u00E9t\u00E9 manquante : {0}
+addons.installer.missing.translation=Traduction {0} manquante pour la langue {1}
+addons.installer.no.scripts=Script non trouv\u00E9
+addons.installer.no.zipdata=Aucune donn\u00E9e compress\u00E9e retrouv\u00E9e
+addons.installer.nonstandard.permissions=Le script n\u00E9cessite les droits suivants qui sont actuellement d\u00E9sactiv\u00E9s : {0}.\nVoulez-vous activer ces droits ?
+addons.installer.one.child.expected=Le n\u0153ud {0} devrait poss\u00E9der un fils, il en poss\u00E8de {1}.
+addons.installer.script.no.execution_mode=Le param\u00E8tre "execution_mode" est manquant pour {0}
+addons.installer.script.no.menulocation=Le param\u00E8tre "menuLocation" est manquant pour {0}
+addons.installer.script.no.menutitle=Le param\u00E8tre "menuTitleKey" est manquant pour {0}
+addons.installer.script.no.permissions=Aucune permission n''est d\u00E9fini pour {0}
+addons.installer.success=Installation termin\u00E9e.\nLe nouvel add-on sera disponible apr\u00E8s re-d\u00E9marrage.
+addons.installer.success.update=Mise \u00E0 jour de {0} en {1} effectu\u00E9e.\nPour que les modications prennent effet vous devriez re-d\u00E9marrer.
+addons.installer.title=Installation d'un add-on
+addons.installer.too.new=La version de Freeplane {0} est trop r\u00E9cente. Cet add-on fonctionne avec une version plus ancienne de Freeplane {1}.
+addons.installer.too.old=La version Freeplane {0} est trop ancienne. Cet add-on n\u00E9cessite une version {1} ou sup\u00E9rieure.
+addons.installer.unknown.deinstallation.rules=D\u00E9sinstallation impossible, {0}
+addons.installer.update=Mise \u00E0 jour de la version {0}
+addons.installer.warning=<html><body><em>Attention : vous ne devez installer que des add-ons de sources v\u00E9rifi\u00E9es. Certains codes peuvent causer des dommages voire conduire \u00E0 la perte de vos donn\u00E9es.
+addons.site=http://freeplane.sourceforge.net/addons
+AddStyleAttributes.text=Ajouter des attributs par style
+AddStyleAttributes.tooltip=Ajouter des attributs bas\u00E9s sur le style du n\u0153ud
+AllMapsNodeListAction.text=Rechercher et remplacer dans toutes les cartes...
+always=Toujours
+AlwaysUnfoldedNodeAction.text=Noeud toujours d\u00E9pli\u00E9
+antialias_all=Tout lisser
+antialias_edges=Lisser les lignes
+antialias_none=Ne rien lisser
+apply=Appliquer
+ApplyAction.text=Appliquer
+ApplyFormatPlugin.text=Modifier la mise en forme...
+ApplyFormatPlugin.tooltip=Modifiez tous les param\u00E9tres de mise en forme des n\u0153uds s\u00E9lectionn\u00E9s
+ApplyNoFilteringAction.text=Effacer le filtre
+ApplySelectedViewConditionAction.text=Filtrer les n\u0153uds s\u00E9lectionn\u00E9s
+ApplyToVisibleAction.text=Cumuler les filtres
+as_parent=Comme le p\u00E8re
+AskForHelp.text=Demander de l'aide
+AssignAttributesAction.text=Modifier les attributs...
+attribute_delete=Supprimer toutes les valeurs
+attribute_delete_value=Supprimer cette valeur
+attribute_font_size_tooltip=Taille de police d'attribut
+attribute_list_box_label_text=Valeurs existantes
+attribute_name=Nom
+attribute_replace=Remplacer par
+attribute_top=Tous les attributs connus de la carte courante
+attribute_value=Valeur
+attributes_AddAttributeAction.text=Modifier les attributs dans une nouvelle fen\u00EAtre...
+attributes_adding_empty_attribute_error=Ne peut pas utiliser une chaine vide comme nom d'attribut
+attributes_all=Tous les attributs
+attributes_assign_dialog=Modifier les attributs
+attributes_attribute=Attributs
+attributes_close=Fermer
+attributes_deselect_all=Rien
+attributes_dialog_title=Gestionnaire d'attributs
+attributes_edit=Modifier
+attributes_edit_tooltip=Modifier la s\u00E9lection
+attributes_for_selected=N\u0153uds s\u00E9lectionn\u00E9s
+attributes_for_visible=Tous les n\u0153uds visibles
+attributes_import=Importer
+attributes_import_tooltip=Importer des attributs depuis les autres cartes charg\u00E9es
+attributes_no_import_candidates_found=Aucun nouvel attribut trouv\u00E9
+attributes_popup_delete=Supprimer
+attributes_popup_down=Descendre
+attributes_popup_edit=Modifier
+attributes_popup_hide=Masquer
+attributes_popup_new=Nouvel attribut
+attributes_popup_optimal_width=Ajuster la largeur
+attributes_popup_up=Monter
+attributes_refresh=Actualiser
+attributes_RemoveAllAttributesAction.text=Supprimer tous les attributs
+attributes_RemoveFirstAttributeAction.text=Supprimer le premier attribut
+attributes_RemoveLastAttributeAction.text=Supprimer le dernier attribut
+attributes_restricted_attributes_tooltip=Restreindre la s\u00E9lection d'attributs
+attributes_restricted_values_tooltip=Restreindre la s\u00E9lection de valeurs pour les attributs courants
+attributes_restriction=S\u00E9lection r\u00E9duite
+attributes_select_all=Tout
+attributes_select_all_tooltip=Tout s\u00E9lectionner / d\u00E9s\u00E9lectionner
+attributes_show=Afficher
+attributes_skip_root=Ignorer le n\u0153ud racine
+attributes_visible=S\u00E9lectionner ce qui est visible
+attributes_visible_tooltip=S\u00E9lectionner ce qui est visible
+automatic_layout=Style automatique
+automatic_layout_disabled=D\u00E9sactiv\u00E9
+automatically_save_message=Carte sauvegard\u00E9e automatiquement sous : {0}
+AutomaticEdgeColorHookAction.text=Couleur de ligne automatique
+AutomaticLayout.ALL=Pour tous les niveaux
+AutomaticLayout.HEADINGS=Sauf pour les derniers niveaux
+AutomaticLayout.level=Niveau {0}
+AutomaticLayout.level.root=Racine
+AutomaticLayoutAction.text=Styles automatiques par niveau
+AutomaticLayoutAction.tooltip=Applique \u00E0 toute la carte une mise en forme des n\u0153uds en fonction de leur niveau
+AutomaticLayoutControllerAction.ALL.text=Pour tous les niveaux
+AutomaticLayoutControllerAction.HEADINGS.text=Sauf pour les derniers niveaux
+AutomaticLayoutControllerAction.null.text=D\u00E9sactiv\u00E9
+BackAction.text=N\u0153ud pr\u00E9c\u00E9dent dans l'historique
+BackAction.tooltip=Aller au n\u0153ud pr\u00E9c\u00E9dent dans l'historique de navigation
+background=Fond
+bitmaps=Images
+black=Noir
+BlinkingNodeHookAction.text=N\u0153ud clignotant
+BlinkingNodeHookAction.tooltip=N\u0153ud clignotant. Note : cette mise en forme est prioritaire sur les autres mises en forme de couleur.
+blue=Bleu
+BoldAction.text=Gras
+boldify_branch=Branche en gras
+branch=Branche
+browse=Ouvrir...
+calendar_attributes_panel=Calendrier et attributs
+calendar_panel=Calendrier
+can_not_connect_to_info_server=Impossible de se connecter au serveur
+can_not_delete_predefined_style=Impossible de supprimer un style syst\u00E8me.
+can_not_delete_root_style=Impossible de supprimer le style du n\u0153ud racine
+can_not_delete_style_group=Impossible de supprimer ce type de style
+can_not_save_key_set=Impossible d'enregistrer les touches de fonction
+cancel=Annuler
+CancelAction.text=Annuler
+cannot_add_parent_diff_parents=Pour utiliser cette fonction, tous les n\u0153uds doivent avoir le m\u00EAme p\u00E8re
+cannot_add_parent_to_root=Le n\u0153ud racine ne peut \u00EAtre ajout\u00E9 comme n\u0153ud fils.
+cannot_delete_root=Le n\u0153ud racine ne peut \u00EAtre ni coup\u00E9, ni supprim\u00E9.
+cannot_join_nodes_with_children=Impossible de fusionner des n\u0153uds ayant des fils.
+cannot_move_to_child=Impossible de d\u00E9placer un n\u0153ud dans l'un de ses fils.
+CenterAction.text=Centrer
+CenterSelectedNodeAction.text=Centrer le n\u0153ud s\u00E9lectionn\u00E9
+ChangeConnectorArrowsAction.backward.text=Fl\u00E8che au d\u00E9part
+ChangeConnectorArrowsAction.both.text=Double fl\u00E8ches
+ChangeConnectorArrowsAction.forward.text=Fl\u00E8che \u00E0 l'arriv\u00E9e
+ChangeConnectorArrowsAction.none.text=Aucune fl\u00E8che
+ChangeConnectorArrowsAction.text=Modifier les fl\u00E8ches du connecteur
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Courbe
+ChangeConnectorShapeAction.EDGE_LIKE.text=Comme le n\u0153ud d'arriv\u00E9e
+ChangeConnectorShapeAction.LINE.text=Droit
+ChangeConnectorShapeAction.LINEAR_PATH.text=Rectiligne
+ChangeNodeLevelLeftsAction.text=D\u00E9placer le n\u0153ud vers la gauche
+ChangeNodeLevelLeftsAction.tooltip=Le n\u0153ud est d\u00E9plac\u00E9 dans la hi\u00E9rarchie. A droite du n\u0153ud racine, le n\u0153ud monte dans la hi\u00E9rarchie; \u00E0 gauche du n\u0153ud racine, le n\u0153ud descend dans la hi\u00E9rarchie. A la racine, le n\u0153ud bascule \u00E0 gauche.
+ChangeNodeLevelRightsAction.text=D\u00E9placer le n\u0153ud vers la droite
+ChangeNodeLevelRightsAction.tooltip=Le n\u0153ud est d\u00E9plac\u00E9 dans la hi\u00E9rarchie. A droite du n\u0153ud racine, le n\u0153ud descend dans la hi\u00E9rarchie; \u00E0 gauche du n\u0153ud racine, le n\u0153ud monte dans la hi\u00E9rarchie. A la racine, le n\u0153ud bascule \u00E0 droite.
+choose_background_color=S\u00E9lectionner la couleur de fond du n\u0153ud
+choose_cloud_color=Couleur du nuage
+choose_edge_color=Couleur de la ligne
+choose_map_background_color=Couleur de fond de la carte
+choose_node_background_color=Couleur de fond du n\u0153ud
+choose_node_color=Couleur du texte pour le n\u0153ud
+ClearLinkAnchorAction.text=Ne plus m\u00E9moriser le n\u0153ud
+ClearLinkAnchorAction.tooltip=Efface la m\u00E9morisation du n\u0153ud
+close_btn=Fermer
+CloseAction.text=Fermer la carte
+CloudAction.text=Ajouter un nuage
+CloudColorAction.text=Ajouter un nuage ou modifier sa couleur...
+CloudShapeAction.ARC.text=Arc
+CloudShapeAction.RECT.text=Rectangle
+CloudShapeAction.ROUND_RECT.text=Rectangle arrondi
+CloudShapeAction.STAR.text=Etoile
+ColorProperty.ResetColor=Mise \u00E0 z\u00E9ro des couleurs
+combined=Mixte
+condition=Condition
+confirmation=Confirmation
+connector=Connecteur
+connector_arrows=Extr\u00E9mit\u00E9s du connecteur
+connector_label=Libell\u00E9 du connecteur
+connector_lines=Trait du connecteur
+connector_shapes=Forme du connecteur
+ConnectorColorAction.text=Couleur du connecteur...
+CopyAction.text=Copier
+CopyAction.tooltip=Copie la branche s\u00E9lectionn\u00E9e
+CopyAttributes.text=Copier les attributs
+CopyIDAction.text=Copier l'identifiant du n\u0153ud
+CopyMapStylesAction.text=Importer des styles...
+CopyNodeURIAction.text=Copier l'identifiant du n\u0153ud et chemin de la carte
+copyright=Copyright \u00A9 2000-2012 \u00E9quipe Freeplane et autres contributeurs
+CopySingleAction.text=Copier le n\u0153ud seul (sans fils)
+CopySingleAction.tooltip=Copie uniquement le n\u0153ud s\u00E9lectionn\u00E9
+CopyStyleExtensionsAction.text=Appliquer les d\u00E9tails et attributs du style
+corrupt_map=Le contenu de la carte est corrompu
+CreateConjunctConditionAction.text=Et
+CreateDisjunctConditionAction.text=Ou
+CreateNotSatisfiedConditionAction.text=Non
+CreationModificationPluginAction.text=Afficher dates/heures en info-bulle
+CreationModificationPluginAction.tooltip=Affiche les dates et heures de cr\u00E9ation et de derni\u00E8re modification dans l'info-bulle du n\u0153ud
+current_dir=Cartes
+CutAction.text=Couper
+decrease_branch_font_size=R\u00E9duire la taille du texte de la branche
+DecreaseNodeFontAction.text=R\u00E9duire la taille du texte
+default=Par d\u00E9faut
+DefaultColorAction.text=Couleur par d\u00E9faut
+defaultstyle.details=D\u00E9tails
+defaultstyle.floating=N\u0153ud libre
+defaultstyle.note=Note
+delete=Supprimer
+delete_child=Supprimer le n\u0153ud
+DeleteAction.text=Supprimer le n\u0153ud
+DeleteConditionAction.text=Supprimer
+DeleteDetailsAction.text=Supprimer les d\u00E9tails
+DeleteLevelStyleAction.text=Supprimer le dernier style automatique de niveau
+DeleteStyleAction.text=Supprimer le style
+DeleteUserStyleAction.text=Supprimer le style utilisateur
+dialect_info.app=Le fichier {0} a \u00E9t\u00E9 cr\u00E9\u00E9e avec le logiciel {1}.
+dialect_info.later_version=La carte {0} a \u00E9t\u00E9 cr\u00E9\u00E9e avec une version plus r\u00E9cente du programme.
+dialect_info.unknownApp=Le format du fichier "{0}" n''est pas connu de Freeplane.
+dialect_info.unknownURL=Aucune aide n'est disponible sur Internet.
+dialect_info.url=Visiter la page web du programme {0} pour plus d''informations
+dialect_info.warning=Freeplane ne parvient pas \u00E0 ouvrir, afficher ou enregistrer la carte.
+DirectHtmlFlavorHandler=Coller en HTML comme un seul n\u0153ud
+DocumentationAction.text=Documentation
+down=Descendre
+download=T\u00E9l\u00E9charger
+dropped_file_error=Impossible d''ouvrir le fichier. Motif : {0}.
+edge=Ligne
+edge_is_formatted_by_style=Le format des lignes des n\u0153uds est d\u00E9finit gr\u00E2ce aux styles. Si besoin, modifiez les styles.
+edge_style=Style de ligne
+edge_width=\u00C9paisseur de ligne
+EdgeColorAction.text=Couleur de ligne...
+EdgeStyleAction.bezier.text=Courbe
+EdgeStyleAction.bezier.tooltip=Le style de ligne est une courbe
+EdgeStyleAction.hide_edge.text=Invisible
+EdgeStyleAction.hide_edge.tooltip=<html>La ligne est invisible (n\u0153ud flottant) sauf si<br>le n\u0153ud est s\u00E9lectionn\u00E9 : la ligne est alors une courbe pointill\u00E9e
+EdgeStyleAction.horizontal.text=Rectiligne
+EdgeStyleAction.horizontal.tooltip=Le style de ligne est une ligne bris\u00E9e
+EdgeStyleAction.linear.text=Droit
+EdgeStyleAction.linear.tooltip=Le style de ligne est une droite
+EdgeStyleAction.sharp_bezier.text=Courbe effil\u00E9
+EdgeStyleAction.sharp_bezier.tooltip=Le style de ligne est une courbe s'affinant \u00E0 son extr\u00E9mit\u00E9
+EdgeStyleAction.sharp_linear.text=Droit effil\u00E9
+EdgeStyleAction.sharp_linear.tooltip=Le style de ligne est une droite s'affinant \u00E0 son extr\u00E9mit\u00E9
+EdgeStyleAsParentAction.text=Comme le p\u00E8re
+EdgeStyleAsParentAction.tooltip=Le style de ligne est h\u00E9rit\u00E9 du n\u0153ud p\u00E8re
+EdgeWidthAction_width_parent.text=Comme le p\u00E8re
+EdgeWidthAction_width_thin.text=Fine
+edit=\u00C9&dition
+edit.decision=\u00C9diteur HTML
+edit.edit_rich_text=Souhaitez-vous cr\u00E9er le n\u0153ud en texte riche ?
+edit_details=D\u00E9tails
+edit_end_label=<html>Connecteur<br>libell\u00E9
+edit_label_font_family=Police
+edit_label_font_size=Taille du texte
+edit_link_manually=Valeur du lien :
+edit_long_node=Editeur texte riche
+edit_middle_label=Libell\u00E9 du connecteur
+edit_note=\u00C9diteur de notes
+edit_source_label=Libell\u00E9 au d\u00E9part
+edit_target_label=Libell\u00E9 \u00E0 l'arriv\u00E9e
+edit_transparency_label=Transparence
+edit_width_label=\u00C9paisseur
+EditAction.text=Modifier le n\u0153ud
+EditAttributesAction.text=Modifier les attributs
+EditDetailsAction.text=Modifier les d\u00E9tails
+EditDetailsInDialogAction.text=Modifier les d\u00E9tails dans une nouvelle fen\u00EAtre...
+EditFilterAction.text=G\u00E9rer les filtres...
+EditLongAction.text=Modifier le n\u0153ud en texte riche...
+EditNoteInDialogAction.text=Modifier les notes...
+EditScript=Modifier le script...
+EditStylesAction.text=G\u00E9rer les styles...
+EncryptedMap.text=Nouvelle carte prot\u00E9g\u00E9e...
+EncryptedMap.tooltip=Cr\u00E9er une nouvelle carte prot\u00E9g\u00E9e par mot de passe
+enter_base_url=Je vais coller les liens associ\u00E9s. Merci de saisir l'URL de base.
+enter_condition_name=Nom du filtre :
+enter_confirms=La touche "Entr\u00E9e" valide la saisie
+enter_keyset_name=Nom de l'enregistrement pour les touches de fonction :
+enter_map_url=Adresse de la carte :
+enter_new_style_name=Nom du nouveau style :
+enter_node_id=Saisissez l'ID du n\u0153ud
+enter_zoom=Entrez le niveau de zoom
+EnterPassword.text=Prot\u00E9ger / d\u00E9prot\u00E9ger la branche
+error=Erreur
+error_applying_template=Erreur d'application du mod\u00E8le XSL.
+error_creating_directory=Impossible de cr\u00E9er un dossier pour l'exportation.
+error_in_template=Erreurs dans le mod\u00E8le par d\u00E9faut {0}. Essayez de supprimer ce fichier.
+errornumber={0} erreur(s)
+ExecuteScriptError.text=Erreur \u00E0 l''ex\u00E9cution du script :\n{0}
+ExecuteScriptForAllNodes.text=Ex\u00E9cuter tous les scripts
+ExecuteScriptForSelectionAction.text=Ex\u00E9cuter les scripts des n\u0153uds s\u00E9lectionn\u00E9s
+ExecuteScriptOnSelectedNode.text=Ex\u00E9cuter {0} sur tous les n\u0153uds s\u00E9lectionn\u00E9s
+ExecuteScriptOnSelectedNodeRecursively.text=Ex\u00E9cuter {0} r\u00E9cursivement sur tous les n\u0153uds s\u00E9lectionn\u00E9s
+ExecuteScriptOnSingleNode.text=Ex\u00E9cuter {0} sur le n\u0153ud s\u00E9lectionn\u00E9
+ExecuteScripts.noScriptsAvailable=Aucun script
+ExecuteScripts.text=Scripts
+ExecuteScriptSecurityError.text=Une erreur s''est produite pendant l''ex\u00E9cution du script : {0}
+export_failed=L'export a \u00E9chou\u00E9
+export_pdf_text=Document PDF
+export_svg_text=Image vectorielle
+export_using_xslt=Exporter la carte
+ExportAction.text=Exporter...
+ExportBranchAction.text=Exporter la branche comme nouvelle carte...
+ExportBranchToHTMLAction.text=Branche en HTML texte
+exported_file={0} fichier
+ExportPdf.text=En PDF...
+ExportSvg.text=En SVG...
+ExportToHTMLAction.text=HTML texte
+ExportToImage.jpg.text=En JPEG...
+ExportToImage.png.text=En PNG...
+ExportToOoWriter.text=Document Open Office Writer
+extension_menu=Styles
+ExternalImage_popupMenu_Change=Changer d'image...
+ExternalImage_popupMenu_Open=Ouvrir...
+ExternalImage_popupMenu_Remove=Supprimer
+ExternalImage_popupMenu_ResetZoom=Restaurer la taille initiale
+ExternalImageAddAction.text=Ajouter une image...
+ExternalImageChangeAction.text=Modifier l'image...
+ExternalImageRemoveAction.text=Supprimer l'image
+ExtractLinkFromTextAction.text=Cr\u00E9er un lien hypertext \u00E0 partir du n\u0153ud
+ExtractLinkFromTextAction.tooltip=Cr\u00E9er un lien hypertext \u00E0 partir du texte pr\u00E9sent dans le n\u0153ud
+f_button_unassigned=<aucune action>
+FaqOpenURLAction.text=Foire aux questions (FAQ)
+file=&Fichier
+file_already_exists=Le fichier {0} existe d\u00E9j\u00E0. Voulez-vous le remplacer ?
+file_not_found=Le fichier {0} n''a pas \u00E9t\u00E9 trouv\u00E9
+FileListFlavorHandler=Liens vers des fichiers
+FileProperties_BranchLeafCount=Nombre de n\u0153uds de dernier niveau dans les branches s\u00E9lectionn\u00E9es :
+FileProperties_BranchNodeCount=Nombre de n\u0153uds dans les branches s\u00E9lectionn\u00E9es :
+FileProperties_ChangesSinceLastSave=Nombre de modifications depuis le dernier enregistrement :
+FileProperties_FileName=Nom et emplacement du fichier :
+FileProperties_FileSaved=Dernier enregistrement :
+FileProperties_FileSize=Taille du fichier :
+FileProperties_MainBranchCount=Nombre de branches partant du n\u0153ud racine :
+FileProperties_NeverSaved=Carte non enregistr\u00E9e
+FileProperties_NodeChildCount=Nombre de n\u0153uds fils des n\u0153uds s\u00E9lectionn\u00E9s :
+FileProperties_NodeSelectionCount=Nombre de n\u0153uds s\u00E9lectionn\u00E9s :
+FileProperties_TotalFilteredCount=Nombre de n\u0153uds r\u00E9pondant au filtre :
+FileProperties_TotalLeafCount=Nombre de n\u0153uds de dernier niveau :
+FileProperties_TotalNodeCount=Nombre total de n\u0153uds :
+FilePropertiesAction.text=Propri\u00E9t\u00E9s de la carte...
+FileRevisionsDialog.cancel=Abandonner
+FileRevisionsDialog.file_last_modified=Horodatage
+FileRevisionsDialog.file_name=Fichier
+FileRevisionsDialog.file_size=Bytes
+FileRevisionsDialog.open=Ouvrir
+FileRevisionsDialog.open.tooltip=Ouvrir le fichier m\u00EAme s'il est obsol\u00E8te
+FileRevisionsDialog.question=Modifications trouv\u00E9es pour {0}
+FileRevisionsDialog.restore=R\u00E9tablir
+FileRevisionsDialog.restore.tooltip=Remplacer {0} par {1}
+FileRevisionsDialog.title=R\u00E9visions du fichier
+filter=Filtre
+filter_add=Ajouter
+filter_and=Et
+filter_any_text=Toutes les zones de texte
+filter_conditions=Filtres
+filter_contains=contient
+filter_created_after=cr\u00E9\u00E9 apr\u00E8s
+filter_created_before=cr\u00E9\u00E9 avant
+filter_delete=Supprimer
+filter_details=D\u00E9tails
+filter_dialog=Editeur de filtre
+filter_does_not_exist=Inexistant
+filter_edit_description=Modifier la liste des filtres
+filter_enter_value=Entrez une valeur
+filter_even_level=N\u0153ud de niveau impair
+filter_exist=existe
+filter_icon=Ic\u00F4ne
+filter_is_equal_to=est \u00E9gal \u00E0
+filter_is_not_equal_to=est diff\u00E9rent de
+filter_leaf=N\u0153uds de dernier niveau
+filter_link=Lien
+filter_match_approximately=Accepter les variantes
+filter_match_approximately_tooltip=<html>Rechercher les variantes des mots<br>Par exemple : rechercher 'fichier' trouvera 'fichier'</html>
+filter_match_case=Respecter la casse
+filter_match_case_tooltip=Rechercher en respectant les majuscules / minuscules
+filter_modified_after=modifi\u00E9 apr\u00E8s
+filter_modified_before=modifi\u00E9 avant
+filter_no_filtering=Aucun filtre
+filter_node=Texte du n\u0153ud
+filter_node_level=Niveau de n\u0153ud
+filter_not=Non
+filter_note=Note
+filter_odd_level=N\u0153ud de niveau pair
+filter_or=Ou
+filter_parent=Texte du p\u00E8re
+filter_periodic_level=Formule de niveau
+filter_priority=Priorit\u00E9
+filter_regexp_matches=Expression r\u00E9guli\u00E8re
+filter_reminder=Alerte
+filter_reminder_after=apr\u00E8s le
+filter_reminder_before=avant le
+filter_reminder_executed=pass\u00E9e
+filter_reminder_later=\u00E0 venir
+filter_root=N\u0153ud racine
+filter_script=Script
+filter_select=S\u00E9lectionner
+filter_selected_node_view=N\u0153uds s\u00E9lectionn\u00E9s
+filter_selected_node_view_snapshot=N\u0153uds de la s\u00E9lection
+filter_style=Style
+filter_time=Date
+FilterComposerDialog.save=Enregistrer sous...
+filters_not_loaded=Les filtres n'ont pas pu \u00EAtre charg\u00E9s, le fichier est corrompu
+find_what=Que rechercher ?
+FindAction.text=Rechercher des n\u0153uds...
+FirstGroupNodeAction.text=D\u00E9but de synth\u00E8se
+fit_map_to_page=Ajuster \u00E0 une seule page
+fit_map_to_page_height=Ajuster la hauteur \u00E0 une page
+fit_map_to_page_width=Ajuster la largeur \u00E0 une page
+FitToPage.text=Faire tenir dans la page
+FitToPage.tooltip=Ajuste le zoom pour que la carte tienne sur la page
+fold=Plier
+FoldAllAction.text=Tout plier
+FoldAllAction.tooltip=Plie les n\u0153uds s\u00E9lectionn\u00E9s ainsi que leurs fils
+FoldOneLevelAction.text=Plier un niveau
+FoldOneLevelAction.tooltip=Plie un niveau des n\u0153uds s\u00E9lectionn\u00E9s
+follow_graphical_link=Aller \u00E0 :
+FollowLinkAction.text=Suivre le lien
+font=Police
+FontFamilyAction.text=Famille de police
+FontSizeAction.text=Taille de police
+format_invalid_pattern=Le format d\u00E9finit n'est pas valide.
+format_menu_cloud_shapes=Type de nuage
+format_menu_edge_styles=Style de ligne
+format_menu_edge_widths=\u00C9paisseur de ligne
+format_panel=Mise en forme
+FormatCopy.text=Copier la mise en forme
+FormatCopy.tooltip=Copie la mise en forme du n\u0153ud
+FormatPaste.text=Coller la mise en forme
+FormatPaste.tooltip=Colle la mise en forme m\u00E9moris\u00E9e
+formats_not_loaded=Impossible de charger les mises en forme.
+formula.error.attributeValueIsNull=L''attribut ''{0}'' est nul.
+formula.error.circularReference=R\u00E9f\u00E9rence circulaire : la formule du n\u0153ud ''{0}'' se r\u00E9f\u00E9rence elle-m\u00EAme.
+formula.EvaluateAllAction.text=Evaluer tout
+formula.EvaluateAllAction.tooltip=Evaluer toutes les formules de la carte courante
+formula.menuname=Formules
+formula_editor=Modifier formule
+ForwardAction.text=N\u0153ud suivant dans l'historique
+ForwardAction.tooltip=Aller au n\u0153ud suivant dans l'historique de navigation
+FreeNodeAction.text=N\u0153ud libre
+Freeplane.progress.buildScreen=Cr\u00E9ation de l'\u00E9cran ...
+Freeplane.progress.createController=Cr\u00E9ation du contr\u00F4leur ...
+Freeplane.progress.createInitialMode=Cr\u00E9ation du mode initial ...
+Freeplane.progress.endStartup=Termine le d\u00E9marrage.
+Freeplane.progress.gettingPreferenceDirectories=R\u00E9cup\u00E9ration du dossier de pr\u00E9f\u00E9rences ...
+Freeplane.progress.gettingPreferences=R\u00E9cup\u00E9ration des pr\u00E9f\u00E9rences ...
+Freeplane.progress.loadMaps=Charges les cartes ...
+Freeplane.progress.propagateLookAndFeel=Chargement du th\u00E8me...
+Freeplane.progress.settingPreferences=Application des pr\u00E9f\u00E9rences ...
+Freeplane.progress.startCreateController=Lance le contr\u00F4leur de cr\u00E9ation du ...
+Freeplane.progress.updateLookAndFeel=Mise \u00E0 jour du th\u00E8me...
+freeplane_reverted=Freeplane_r\u00E9cup\u00E9r\u00E9_
+FreeplaneHelpStarter.text=Aide...
+FreeplaneHelpStarter.tooltip=Aide \u00E9tendue de Freeplane
+GettingStartedAction.text=Guide de d\u00E9marrage rapide
+GotoLinkNodeAction.text=Aller au lien
+GotoNodeAction.text=Aller au n\u0153ud portant l'ID...
+GrabKeyDialog.common.cancel=Annuler
+GrabKeyDialog.common.ok=Valider
+GrabKeyDialog.grab-key.assigned-to=Assign\u00E9e \u00E0
+GrabKeyDialog.grab-key.assigned-to.none=Non assign\u00E9
+GrabKeyDialog.grab-key.clear=Effacer
+GrabKeyDialog.grab-key.remove=Retirer
+GrabKeyDialog.grab-key.remove-ask=Voulez-vous vraiment effacer ce raccourci clavier ?
+GrabKeyDialog.grab-key.title=Combinaison de touches pour ce raccourci
+green=Vert
+help=Aid&e
+HideableAction.tooltip=Marque l'arri\u00E8re-plan de chaque n\u0153ud modifi\u00E9
+HideAllAttributesAction.text=Masquer tous les attributs
+HierarchicalIcons2Action.text=Afficher les ic\u00F4nes communs dans le p\u00E8re
+HierarchicalIconsAction.text=Afficher les ic\u00F4nes dans les p\u00E8res
+HierarchicalIconsAction.tooltip=Affiche dans un p\u00E8re l'ensemble des ic\u00F4nes pr\u00E9sents dans ses n\u0153uds fils
+hot_keys=Raccourcis
+hot_keys_table=Liste des raccourcis clavier
+HotKeyInfoAction.text=Raccourcis clavier...
+html_export_based_on_headings=Export HTML - Bas\u00E9 sur les titres
+html_export_fold_all=Export HTML - Tout pli\u00E9
+html_export_fold_currently_folded=Export HTML - Respecte les pliages actuels
+html_export_no_folding=Export HTML - Tout d\u00E9pli\u00E9
+html_problem=<html>ne peut pas g\u00E9n\u00E9rer de fichier html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Addition
+icon_attach=Pi\u00E8ce jointe
+icon_audio=Son
+icon_back=A gauche
+icon_bee=FreePlane
+icon_bell=Se souvenir
+icon_bookmark=Excellent
+icon_broken-line=Cass\u00E9
+icon_button_cancel=Faux
+icon_button_ok=Vrai
+icon_calendar=Date
+icon_checked=Coch\u00E9
+icon_clanbomber=Danger
+icon_clock=Heure
+icon_clock2=Rappel
+icon_closed=Interdit
+icon_decrypted=D\u00E9verrouill\u00E9
+icon_desktop_new=Bureau
+icon_division=Division
+icon_down=En bas
+icon_edit=Document
+icon_encrypted=Verrouill\u00E9
+icon_executable=Programme
+icon_family=Famille
+icon_fema=Couple
+icon_female1=Femme1
+icon_female2=Femme2
+icon_females=Femmes
+icon_flag=Drapeau rouge
+icon_flag-black=Drapeau noir
+icon_flag-blue=Drapeau bleu
+icon_flag-green=Drapeau vert
+icon_flag-orange=Drapeau orange
+icon_flag-pink=Drapeau violet
+icon_flag-yellow=Drapeau jaune
+icon_folder=Dossier
+icon_forward=A droite
+icon_freemind_butterfly=FreeMind
+icon_full-0=Priorit\u00E9 0
+icon_full-1=Priorit\u00E9 1
+icon_full-2=Priorit\u00E9 2
+icon_full-3=Priorit\u00E9 3
+icon_full-4=Priorit\u00E9 4
+icon_full-5=Priorit\u00E9 5
+icon_full-6=Priorit\u00E9 6
+icon_full-7=Priorit\u00E9 7
+icon_full-8=Priorit\u00E9 8
+icon_full-9=Priorit\u00E9 9
+icon_go=Feu vert
+icon_gohome=Accueil
+icon_group=Groupe
+icon_help=Question
+icon_hourglass=En cours
+icon_icon_not_found=Ic\u00F4ne non trouv\u00E9e
+icon_idea=Id\u00E9e
+icon_image=Image
+icon_info=Information
+icon_internet=Internet
+icon_internet_warning=Internet dangereux
+icon_kaddressbook=T\u00E9l\u00E9phone
+icon_kmail=Courriel
+icon_knotify=Musique
+icon_korn=Bo\u00EEte \u00E0 lettres
+icon_ksmiletris=Je suis content
+icon_launch=Lancer
+icon_licq=Fleur
+icon_list=Liste
+icon_Mail=Message
+icon_male1=Homme1
+icon_male2=Homme2
+icon_males=Hommes
+icon_menu=Ic\u00F4ne
+icon_messagebox_warning=Attention
+icon_mindmap=Carte mentale
+icon_multiplication=Multiplication
+icon_narrative=R\u00E9cit
+icon_negative=Mauvais
+icon_neutral=Moyen
+icon_password=Clef
+icon_pencil=\u00C0 modifier
+icon_penguin=Linux
+icon_positive=Bien
+icon_prepare=Feu orange
+icon_revision=R\u00E9vis\u00E9
+icon_smiley-angry=En col\u00E8re
+icon_smiley-neutral=Neutre
+icon_smiley-oh=Surpris
+icon_smily_bad=M\u00E9content
+icon_stop=Feu rouge
+icon_stop-sign=Stop
+icon_subtraction=Soustraction
+icon_unchecked=D\u00E9coch\u00E9
+icon_up=En haut
+icon_user_icon=Ic\u00F4nes utilisateur
+icon_very_negative=Tr\u00E8s mauvais
+icon_very_positive=Tr\u00E8s bien
+icon_video=Vid\u00E9o
+icon_wizard=Magique
+icon_xmag=\u00C0 discuter
+icon_yes=Important
+IconGroupPopupAction.arrows.text=Fl\u00E8ches
+IconGroupPopupAction.docs_folders.text=Documents
+IconGroupPopupAction.flags.text=Drapeaux
+IconGroupPopupAction.math.text=Calcul
+IconGroupPopupAction.media.text=M\u00E9dia
+IconGroupPopupAction.miscellaneous.text=Autre
+IconGroupPopupAction.nature.text=Nature
+IconGroupPopupAction.numbers.text=Num\u00E9ros
+IconGroupPopupAction.office.text=Bureau
+IconGroupPopupAction.people.text=Personnes
+IconGroupPopupAction.rating.text=\u00C9valuation
+IconGroupPopupAction.signs.text=Symboles
+IconGroupPopupAction.smiley.text=\u00C9motic\u00F4nes
+IconGroupPopupAction.time.text=Heure
+IconGroupPopupAction.user.text=Ic\u00F4nes utilisateur
+IconProgressExtended10Action.text=Ajouter une image cliquable d'avancement par 10%
+IconProgressExtended10Action.tooltip=<html>Ajoute une image d'avancement redimensionnable qui augmente de 10% \u00E0 chaque double-clic sur l'image.<br>Pour r\u00E9duire l'avancement faire Ctrl + double-clic sur l'image
+IconProgressExtended25Action.text=Ajouter une image cliquable d'avancement par 25%
+IconProgressExtended25Action.tooltip=<html>Ajoute une image d'avancement redimensionnable qui augmente de 25% \u00E0 chaque double-clic sur l'image.<br>Pour r\u00E9duire l'avancement faire Ctrl + double-clic sur l'image
+IconProgressIconDownAction.text=R\u00E9duire l'ic\u00F4ne d'avancement
+IconProgressIconDownAction.tooltip=Modifie l'ic\u00F4ne d'avancement en d\u00E9croissant : 100% -> 75% -> 50% -> 25% -> 0% -> Suppression
+IconProgressIconUpAction.text=Ajouter l'ic\u00F4ne / Augmenter l'avancement
+IconProgressIconUpAction.tooltip=Cr\u00E9e ou modifie l'ic\u00F4ne d'avancement en croissant : 0% -> 25% -> 50% -> 75% -> 100% + ic\u00F4ne OK
+IconProgressRemoveAction.text=Retirer les indicateurs d'avancement
+IconProgressRemoveAction.tooltip=Retire l'ic\u00F4ne d'avancement et l'image cliquable d'avancement
+IconSelectionPlugin.text=Ajouter une ic\u00F4ne...
+IconSelectionPlugin.tooltip=Ajoute une ic\u00F4ne gr\u00E2ce \u00E0 la biblioth\u00E8que d'ic\u00F4nes
+image_covertLink=Convertir le lien en image
+ImageFlavorHandler=Image (utilise un fichier s\u00E9par\u00E9)
+import=Importer
+import_linked_branch_no_link=Le n\u0153ud s\u00E9lectionn\u00E9 n'a pas de lien exploitable comme source d'import.
+ImportAction.text=Importer
+ImportBranchAction.text=Une carte...
+ImportExplorerFavoritesAction.text=Les favoris d'Internet Explorer...
+ImportFolderStructureAction.text=Une arborescence de dossiers...
+ImportLinkedBranchAction.text=La carte li\u00E9e
+ImportLinkedBranchWithoutRootAction.text=La carte li\u00E9e sans la racine
+ImportMindmanagerFiles.text=Carte MindManager X5...
+increase_branch_font_size=Augmenter la taille du texte de la branche
+IncreaseNodeFontAction.text=Augmenter la taille du texte
+internal_error_tooltip=Une erreur interne s''est produite. Pour plus de d\u00E9tails, consultez le dernier fichier log dans {0}.
+invalid_export_file=Nom du fichier export\u00E9 invalide
+invalid_file_msg=Impossible de trouver le fichier {0}
+invalid_uri=URI invalide : {0}
+invalid_url=impossible de cr\u00E9er une URL valide
+invalid_url_msg=Impossible de cr\u00E9er une URL valide pour {0}
+ItalicAction.text=Italique
+italicise_branch=Branche en italique
+java_version=Version Java : {0}
+JoinNodesAction.text=Fusionner les n\u0153uds
+LatexDeleteLatexAction.text=Supprimer la formule LaTeX
+LatexEditLatexAction.text=Modifier la formule LaTeX...
+LatexInsertLatexAction.text=Ajouter une formule LaTeX...
+less_than_two_selected_nodes=Vous devez s\u00E9lectionner au moins deux n\u0153uds pour les lier.
+license=Licence
+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 License for more details.<br><br>You should have received a copy of the GNU General Public License<br>along with this program; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Le lien "{0}" est incorrect, il n''a pas \u00E9t\u00E9 charg\u00E9
+link_not_available_any_more=Ce lien n'est plus valide. Le n\u0153ud a \u00E9t\u00E9 supprim\u00E9 dans l'intervalle.
+link_not_found=Lien {0} non trouv\u00E9.
+load=Ouvrir...
+load_accelerator_presets=Ouvrir
+LoadAcceleratorPresetsAction.textPatterns.text=Touches de fonction par d\u00E9faut
+locking_failed_by_open=Impossible de verrouiller la carte {0}. Ouverture en lecture-seule.
+locking_failed_by_save_as=La carte {0} est verrouill\u00E9e. Enregistrement impossible.
+locking_old_lock_removed=La carte {0} est verrouill\u00E9e par l''utilisateur {1}. Le verrou a \u00E9t\u00E9 supprim\u00E9 car il est ancien.
+long_node_changed_cancel=Vous avez chang\u00E9 le n\u0153ud. Voulez-vous annuler les changements ?
+long_node_changed_submit=Vous avez changez le n\u0153ud. Voulez-vous enregistrer les changements ?
+lots_of_links_warning=Vous allez cr\u00E9er un nombre important de liens vers le m\u00EAme n\u0153ud. Voulez-vous vraiment cr\u00E9er ces liens ?
+main_resource_directory=Dossier d''installation du programme : {0}
+MainView.errorUpdateText=Impossible de calculer {0}.\nD\u00E9tails de l''erreur : {1}.
+MakeLinkFromAnchorAction.text=Cr\u00E9er un lien dans le n\u0153ud m\u00E9moris\u00E9
+MakeLinkFromAnchorAction.tooltip=Ajoute, dans le n\u0153ud m\u00E9moris\u00E9, un lien vers le n\u0153ud courant
+MakeLinkToAnchorAction.text=Cr\u00E9er un lien dans le n\u0153ud courant
+MakeLinkToAnchorAction.tooltip=Ajoute, dans le n\u0153ud courant, un lien vers le n\u0153ud m\u00E9moris\u00E9
+ManageAddOnsAction.text=Add-ons
+ManageAddOnsDialog.activate=Activer
+ManageAddOnsDialog.activation.success={0} sera activ\u00E9 au prochain d\u00E9marrage.
+ManageAddOnsDialog.authored.by=par {0}
+ManageAddOnsDialog.cannot.activate=Impossible d''activer {0} : {0} est d\u00E9j\u00E0 actif.
+ManageAddOnsDialog.cannot.configure=Impossible de configurer {0}.
+ManageAddOnsDialog.cannot.deactivate=Impossible de d\u00E9sactiver {0} : {0} n''est pas activ\u00E9.
+ManageAddOnsDialog.cannot.deinstall=Impossible de d\u00E9sintaller {0}.
+ManageAddOnsDialog.configure=Configurer
+ManageAddOnsDialog.deactivate=D\u00E9sactiver
+ManageAddOnsDialog.deactivation.success={0} sera automatiquement d\u00E9sactiv\u00E9 au prochain d\u00E9marrage.
+ManageAddOnsDialog.deinstall=D\u00E9sinstaller
+ManageAddOnsDialog.deinstallation.success={0} sera automatiquement d\u00E9sinstall\u00E9 au prochain d\u00E9marrage.
+ManageAddOnsDialog.error=L''installation a \u00E9chou\u00E9. Erreur : {0}.
+ManageAddOnsDialog.install=Installer...
+ManageAddOnsDialog.install.from.known.location=Installer un add-on depuis un fichier
+ManageAddOnsDialog.install.tooltip=Entrez l'URL d'installation de l'add-on
+ManageAddOnsDialog.map.not.opened=La carte {0} n''est pas ouverte.
+ManageAddOnsDialog.really.deinstall=Confirmez-vous la d\u00E9sinstallation de {0} ?
+ManageAddOnsDialog.search=Rechercher des add-ons
+ManageAddOnsDialog.search.file=Parcourir...
+ManageAddOnsDialog.select.tooltip=S\u00E9lectionnez le fichier...
+ManageAddOnsDialog.status.downloading=T\u00E9l\u00E9chargement en cours...
+ManageAddOnsDialog.status.installing=Installation en cours...
+ManageAddOnsDialog.status.success={0} : installation termin\u00E9e.
+ManageAddOnsDialog.tab.install=Rechercher et installer
+ManageAddOnsDialog.tab.install.tooltip=Rechercher et installer de nouveaux add-ons
+ManageAddOnsDialog.tab.manage=Add-ons
+ManageAddOnsDialog.tab.manage.themes=Th\u00E8mes
+ManageAddOnsDialog.tab.manage.themes.tooltip=G\u00E9rer les th\u00E8mes
+ManageAddOnsDialog.tab.manage.tooltip=G\u00E9rer les add-ons
+ManageAddOnsDialog.visit.addon.page=Ouvrir le site web des add-ons...
+ManageConditionalStylesAction.text=Styles conditionnels de carte...
+ManageNodeConditionalStylesAction.text=Styles conditionnels de n\u0153ud...
+map_already_exists=La carte existe d\u00E9j\u00E0. Souhaitez-vous vraiment la remplacer ?
+map_corrupted=Carte corrompue. Afficher d'avantage ?
+map_load_error=Impossible d''ouvrir le fichier {0}
+map_locked_by_open=La carte {0} est en cours d''utilisation par l''utilisateur {1}. Ouverture en lecture-seule.
+map_locked_by_save_as=La carte {0} est en cours d''utilisation par l''utilisateur {1}. L''op\u00E9ration d''enregistrement a \u00E9chou\u00E9e.
+map_not_saved=Vous devez enregistrer la carte pour r\u00E9aliser cette op\u00E9ration.
+MapBackgroundColorAction.text=Arri\u00E8re-plan de la carte...
+MaxNodeWidth.text=Largeur maximale du n\u0153ud
+menu_applyStyle=Appliquer un style
+menu_attributes=Attributs
+menu_clouds=Nuage
+menu_copy=Copier
+menu_coreFormat=N\u0153ud
+menu_details=D\u00E9tails
+menu_displayAttributes=Attributs
+menu_encryption=Protection
+menu_error=Erreur dans la structure de menu personnalis\u00E9e {0} :\n{1}\nAnnulation
+menu_extensions=N\u0153ud avanc\u00E9
+menu_extras=&Outils
+menu_file_import=Importer
+menu_filter=F&iltres
+menu_format=&Mise en forme
+menu_group=Regroupement de n\u0153uds
+menu_hoverView=Info bulles sur les n\u0153uds
+menu_iconByCategory=Ic\u00F4nes par cat\u00E9gories
+menu_iconView=Ic\u00F4nes
+menu_image=Image
+menu_insert=Ins\u00E9rer
+menu_latex_formula=Formule LaTex
+menu_links=Lien
+menu_manageStyles=Styles
+menu_moveNode=D\u00E9placement
+menu_navigate=&Navigation
+menu_newNode=Nouveau n\u0153ud
+menu_node=N\u0153ud
+menu_node_features=N\u0153ud avanc\u00E9
+menu_nodes=N\u0153ud
+menu_nodeView=N\u0153ud
+menu_notes=Notes
+menu_noteView=Notes
+menu_progress=Avancement
+menu_remove_icons=Supprimer les ic\u00F4nes
+menu_removeAttribute=Supprimer les attributs
+menu_select=S\u00E9lection
+menu_time=Calendrier
+menu_title=N\u0153ud
+menu_toolbars=Barres d'outils
+menu_view=&Affichage
+menu_viewmode=Param\u00E8tres d'affichage
+MenuUtils.invalid_menuitem={0} n''est pas valide
+mindmap=Carte
+MindMapNodesFlavorHandler=Avec mise en forme
+mindmaps=Carte
+mindmaps_desc=Cartes (*.mm)
+mindmaps_filter_desc=Filtre (*.mmfilter)
+MinNodeWidth.text=Largeur minimale du n\u0153ud
+mode_Browse=Visionneuse
+mode_File=Explorateur de fichiers
+mode_MindMap=Concepteur
+mode_na=Mode indisponible
+mode_status=Bascul\u00E9 en mode {0}
+mode_title=Freeplane - {0}
+modes=Modes
+ModesMenuAction.Browse.text=Visionneuse de cartes
+ModesMenuAction.File.text=Explorateur de fichiers
+ModesMenuAction.MindMap.text=Concepteur de cartes
+most_recent_files=Fichiers r\u00E9cents
+MoveToRootAction.text=Aller \u00E0 la racine
+NameConditionAction.text=Nommer le filtre...
+NavigationNextMapAction.text=Carte suivante
+NavigationPreviousMapAction.text=Carte pr\u00E9c\u00E9dente
+new=Nouveau...
+new_map_from_user_templates.text=Nouvelle carte \u00E0 partir de...
+new_mindmap=Nouvelle carte
+new_node=Nouveau n\u0153ud
+new_node_as_sibling_not_possible_for_the_root=Impossible de cr\u00E9er un n\u0153ud fr\u00E8re pour la racine
+new_version_available=Une nouvelle version '{0}' est disponible
+NewChildAction.text=N\u0153ud fils
+NewerFileRevisionsFoundDialog.cancel=Abandonner
+NewerFileRevisionsFoundDialog.cancel.tooltip=Ne pas ouvrir ce fichier
+NewerFileRevisionsFoundDialog.file_last_modified=Date et heure
+NewerFileRevisionsFoundDialog.file_name=Fichier
+NewerFileRevisionsFoundDialog.file_size=Octets
+NewerFileRevisionsFoundDialog.open=Ouvrir
+NewerFileRevisionsFoundDialog.open.tooltip=Ouvrir le fichier m\u00EAme si ce n'est pas le plus r\u00E9cent
+NewerFileRevisionsFoundDialog.question=Il existe des versions plus r\u00E9centes de {0} !
+NewerFileRevisionsFoundDialog.restore=Restaurer
+NewerFileRevisionsFoundDialog.restore.tooltip=Remplacer {0} par {1}
+NewerFileRevisionsFoundDialog.title=Une version plus r\u00E9cente du fichier a \u00E9t\u00E9 trouv\u00E9e
+NewFreeNodeAction.text=N\u0153ud libre
+NewLevelStyleAction.text=Cr\u00E9er un style automatique de niveau
+newmap.install.addon.question={0} semble \u00EAtre un add-on.\nSouhaitez-vous l''installer ?\n(R\u00E9pondez "Non" pour ouvrir le fichier normalement)
+newmap.install.addon.title=Installer l'add-on ?
+NewMapAction.text=Nouvelle carte
+NewMapViewAction.text=Ouvrir la carte dans un nouvel onglet
+NewParentNode.text=N\u0153ud p\u00E8re
+NewParentNode.tooltip=La s\u00E9lection est envoy\u00E9e vers un nouveau parent
+NewPreviousSiblingAction.text=N\u0153ud fr\u00E8re en haut
+NewSiblingAction.text=N\u0153ud fr\u00E8re en bas
+NewSummaryAction.text=Cr\u00E9er un n\u0153ud synth\u00E8se des n\u0153uds s\u00E9lectionn\u00E9s
+NewUserStyleAction.text=Cr\u00E9er un style \u00E0 partir de ce n\u0153ud...
+NextNodeAction.BACK.text=N\u0153ud pr\u00E9c\u00E9dent de la carte
+NextNodeAction.BACK_N_FOLD.text=N\u0153ud pr\u00E9c\u00E9dent de la carte (avec pliage automatique)
+NextNodeAction.FORWARD.text=N\u0153ud suivant de la carte
+NextNodeAction.FORWARD_N_FOLD.text=N\u0153ud suivant de la carte (avec pliage automatique)
+NextPresentationItemAction.text=D\u00E9plier le prochain n\u0153ud pr\u00E9sent\u00E9
+no=Non
+no_copy_attributes_before_paste_attributes=Pour coller des attributs, veuillez d'abord les copier.
+NO_FORMAT=Texte
+no_format_copy_before_format_paste=Pour coller un format, veuillez d'abord le copier.
+no_found_from=<html>Aucun <u>{0}</u> n''a \u00E9t\u00E9 trouv\u00E9 \u00E0 partir du n\u0153ud "{1}".
+no_more_found_from=<html>Recherche termin\u00E9e :<br>il n''y a plus de <u>{0}</u> \u00E0 partir du n\u0153ud <b>{1}</b>.
+no_previous_find=Aucune recherche n'est en cours.
+no_styles_found_in_map=Aucun style trouv\u00E9 sur la carte
+node=n\u0153ud
+node_changed_discard_changes=Vous avez modifi\u00E9 le n\u0153ud. Voulez-vous ignorer ces changements ?
+node_is_write_protected=Le n\u0153ud cible est prot\u00E9g\u00E9 contre l'\u00E9criture.
+node_location_help=Le glisser/d\u00E9poser change l'emplacement des n\u0153uds, ctrl+glisser/d\u00E9poser change les distances, les doubles clics et ctrl+doubles clics les remettent \u00E0 z\u00E9ro.
+node_selector=S\u00E9lection du n\u0153ud
+node_selector_message=<html>Veuillez choisir le n\u0153ud par double clic.<br>Cette fen\u00EAtre se fermera automatiquement apr\u00E8s s\u00E9lection.
+node_styles=Style
+NodeBackgroundColorAction.text=Couleur de fond du n\u0153ud...
+NodeColorAction.text=Couleur du texte...
+NodeColorBlendAction.text=Assortir le texte \u00E0 l'arri\u00E8re-plan
+NodeDownAction.text=D\u00E9placer le n\u0153ud vers le bas
+NodeExtensions.EditNodeExtensions=Modifier les extensions du n\u0153ud
+NodeExtensions.RemoveNodeExtensions=Supprimer les extensions du n\u0153ud
+NodeListAction.text=Rechercher et remplacer...
+NodeListAction.tooltip=Rechercher et remplacer le texte des n\u0153uds (les n\u0153uds sont affich\u00E9s dans un tableau)
+NodeShapeAction.bubble.text=Bulle
+NodeShapeAction.fork.text=Fourche
+NodeUpAction.text=D\u00E9placer le n\u0153ud vers le haut
+NodeWidthAction.text=D\u00E9finir la largeur du n\u0153ud...
+nonboldify_branch=Supprimer le gras pour la branche
+nonitalicise_branch=Supprimer l'italique pour la branche
+normal=Normal
+not_saved_for_image_error=Vous devez enregistrer la carte avant d'ajouter une image
+not_saved_for_link_error=La carte doit avoir \u00E9t\u00E9 enregistr\u00E9e avant de pouvoir d\u00E9finir un lien vers un fichier.
+note_window_location=Position de l'\u00E9diteur de notes
+ok=Valider
+OKAction.text=Valider
+OnlineReference.text=Documentation en ligne
+open_asMindMap=Carte
+OpenAction.text=Ouvrir...
+OpenFreeplaneSiteAction.text=Site Web Freeplane
+OpenPathAction.text=Ouvrir fichier
+OpenURLMapAction.text=Ouvrir une carte depuis Internet...
+OpenUserDirAction.text=Ouvrir le dossier utilisateur
+option_changes_may_require_restart=Pour prendre en compte vos nouvelles pr\u00E9f\u00E9rences, vous devriez red\u00E9marrer Freeplane.
+OptionalDontShowMeAgainDialog.cancel=Non
+OptionalDontShowMeAgainDialog.dontShowAgain=A l'avenir, ex\u00E9cuter sans confirmation
+OptionalDontShowMeAgainDialog.ok=Oui
+OptionalDontShowMeAgainDialog.rememberMyDescision=M\u00E9moriser ce choix
+OptionPanel.absolute=Absolu
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Styles automatiques par niveau
+OptionPanel.ADD_CHILD=Ajouter un n\u0153ud fils
+OptionPanel.ADD_SIBLING=Ajouter un n\u0153ud fr\u00E8re
+OptionPanel.addons=Add-ons
+OptionPanel.always_fold_all_after_load=Tout plier
+OptionPanel.always_load_last_maps=Appliquer les options ci-dessus au d\u00E9marrage depuis un fichier
+OptionPanel.always_load_last_maps.tooltip=Tenir compte des 2 options pr\u00E9c\u00E9dentes lorsque Freeplane d\u00E9marre apr\u00E8s un double clic sur un fichier *.mm
+OptionPanel.always_save_folding=Toujours
+OptionPanel.always_save_folding_state=Toujours enregistrer les changements d'\u00E9tat du pliage
+OptionPanel.always_save_folding_state.tooltip=Toute action de pliage est consid\u00E9r\u00E9e comme une modification de la carte. Lors de la fermeture de la carte vous vous verrez proposer d'enregistrer vos modifications alors que vous n'avez fait que des actions de pliage
+OptionPanel.always_unfold_all_after_load=Tout d\u00E9plier
+OptionPanel.antialias=Lissage
+OptionPanel.antialias.tooltip=D\u00E9finit la qualit\u00E9 graphique de la carte. Les op\u00E9rations de lissage peuvent prendre du temps.
+OptionPanel.antialias_all=Tout lisser
+OptionPanel.antialias_edges=Lisser les lignes
+OptionPanel.antialias_none=Sans lissage
+OptionPanel.Appearance=Apparence
+OptionPanel.apply_system_screen_resolution=Utiliser la r\u00E9solution \u00E9cran par d\u00E9faut
+OptionPanel.approximate_search_threshold=Seuil pour la recherche par variantes
+OptionPanel.approximate_search_threshold.tooltip=<html>Plus le nombre est \u00E9lev\u00E9 moins il y aura de r\u00E9sultats<br><font size="2">Plus de d\u00E9tails sur : http://freeplane.sf.net/wiki/index.php/Approximate_search</font></html>
+OptionPanel.ar=Arabe
+OptionPanel.ARC=Arc
+OptionPanel.as_parent=Comme le p\u00E8re
+OptionPanel.ask=Demander
+OptionPanel.automatic=Automatique
+OptionPanel.automaticFormat_level=Styles automatiques par niveau
+OptionPanel.automaticFormat_level1=Mise en forme du n\u0153ud racine
+OptionPanel.automaticFormat_level2=Mise en forme des n\u0153uds de niveau 1
+OptionPanel.backup_file_number=Nombre de fichiers de sauvegarde conserv\u00E9s
+OptionPanel.Behaviour=Comportement
+OptionPanel.bezier=Courbe
+OptionPanel.bubble=Bulle
+OptionPanel.ca=Catalan
+OptionPanel.Cancel=Annuler
+OptionPanel.center_selected_node=Centrer automatiquement la carte sur la s\u00E9lection
+OptionPanel.check_updates_automatically=V\u00E9rifier les mises \u00E0 jour au d\u00E9marrage
+OptionPanel.childpattern=Mod\u00E8le fils
+OptionPanel.childpattern.tooltip=Le mod\u00E8le s\u00E9lectionn\u00E9 est appliqu\u00E9 \u00E0 tous les fils
+OptionPanel.clear_all_setters=Modification g\u00E9n\u00E9rale
+OptionPanel.clear_all_setters.tooltip=Pilote l'ensemble des modifications.
+OptionPanel.cloud=Nuage
+OptionPanel.cloudcolor=Couleur du nuage
+OptionPanel.cloudshape=Forme du nuage
+OptionPanel.combined=Mixte
+OptionPanel.compare_as_number=Comparer comme nombres
+OptionPanel.convert_to_current_version=<html>Convertir automatiquement les cartes des versions ant\u00E9rieures <br> de Freeplane \u00E0 la version courante ?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Seulement pour les tr\u00E8s grandes cartes qui n'ont pas besoin d'\u00EAtre converties<br>(seulement si vous savez ce que vous faites) vous pouvez ouvrir les cartes sans conversion.</html>
+OptionPanel.cs=Tch\u00E8que
+OptionPanel.cut_nodes_without_question=Couper les n\u0153uds sans confirmation
+OptionPanel.cut_nodes_without_question.tooltip=Coupe imm\u00E9diatement les n\u0153uds, sans confirmation
+OptionPanel.da=Danois
+OptionPanel.date_format=Format des dates
+OptionPanel.date_format.tooltip=Saisissez SHORT, MEDIUM, LONG, FULL ou un motif pr\u00E9cis comme "MM/dd/yyyy"
+OptionPanel.datetime_format=Format date-heure
+OptionPanel.datetime_format.tooltip=<html>Saisissez <datestyle>,<timestyle> (valeurs possibles : SHORT, MEDIUM, LONG ou FULL)<br>ou saisissez un motif pr\u00E9cis comme "M/d/yyyy hh:mm"
+OptionPanel.de=Allemand
+OptionPanel.default=Par d\u00E9faut
+OptionPanel.default_attribute_key_column_width=Largeur par d\u00E9faut de la colonne Nom des attributs
+OptionPanel.default_attribute_value_column_width=Largeur par d\u00E9faut de la colonne Valeurs des attributs
+OptionPanel.default_browser_command_mac=Commande pour le navigateur par d\u00E9faut pour Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> et le Mac : (grace \u00E0 Nick !)</html>
+OptionPanel.default_browser_command_other_os=Commande pour le navigateur par d\u00E9faut pour d'autres syst\u00E8mes
+OptionPanel.default_browser_command_other_os.tooltip=<html>Cela correspond typiquement \u00E0 Linux.</html>
+OptionPanel.default_browser_command_windows_9x=Commande pour le navigateur par d\u00E9faut pour Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Pour Windows (les signes "" sont n\u00E9cessaires \u00E0 cause des liens qui contiennent un caract\u00E8re "=" dans leur URL).</html>
+OptionPanel.default_browser_command_windows_nt=Commande pour le navigateur par d\u00E9faut pour Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Pour Windows (les signes "" sont n\u00E9cessaires \u00E0 cause des liens qui contiennent un caract\u00E8re "=" dans leur URL).</html>
+OptionPanel.default_charset=Jeu de caract\u00E8res
+OptionPanel.Defaults=R\u00E9glages par d\u00E9faut
+OptionPanel.delete_automatic_saves_at_exit=Supprimer les sauvegardes automatiques en quittant
+OptionPanel.delete_automatic_saves_at_exit.tooltip=Si vous souhaitez supprimer les fichiers cr\u00E9\u00E9s automatiquement lorsque Freeplane se termine normalement, cochez cette option.
+OptionPanel.delete_nodes_without_question=Supprimer les n\u0153uds sans confirmation
+OptionPanel.delete_nodes_without_question.tooltip=Supprime imm\u00E9diatement les n\u0153uds, sans confirmation
+OptionPanel.disable_cursor_move_paper=Ne pas modifier le pointeur lors du d\u00E9placement de la carte
+OptionPanel.disable_cursor_move_paper.tooltip=Ne pas modifier l'apparence du pointeur de la souris lors du d\u00E9placement de la carte
+OptionPanel.display_inline_editor_for_all_new_nodes=Activer la saisie dans la carte pour les formules
+OptionPanel.display_node_id=Afficher l'identifiant du n\u0153ud
+OptionPanel.edgecolor=Couleur de ligne
+OptionPanel.edgecolor.tooltip=Couleur de ligne du n\u0153ud (s'applique aussi aux n\u0153uds fils)
+OptionPanel.edgestyle=Style de ligne
+OptionPanel.edgestyle.tooltip=Style de ligne du n\u0153ud (s'applique aussi aux n\u0153uds fils)
+OptionPanel.edgewidth=\u00C9paisseur de ligne
+OptionPanel.edgewidth.tooltip=\u00C9paisseur de ligne du n\u0153ud (s'applique aussi aux n\u0153uds fils)
+OptionPanel.EDIT_CURRENT=Effacer le contenu
+OptionPanel.edit_on_double_click=Le double clic permet de modifier le texte du n\u0153ud
+OptionPanel.editor_extra_width=Agrandissement automatique de la zone de saisie (en pixels)
+OptionPanel.editor_extra_width.tooltip=D\u00E9finit la taille suppl\u00E9mentaire dont s'agrandit la zone de saisie lorsque le texte du n\u0153ud d\u00E9passe la taille courante du n\u0153ud
+OptionPanel.el=Grecque
+OptionPanel.el__buttons_above=Afficher les boutons en haut
+OptionPanel.el__enter_confirms_by_default=La touche "Entr\u00E9e" valide le n\u0153ud
+OptionPanel.el__max_default_window_height=Hauteur maximum par d\u00E9faut de la fen\u00EAtre
+OptionPanel.el__max_default_window_width=Largeur maximum par d\u00E9faut de la fen\u00EAtre
+OptionPanel.el__min_default_window_height=Hauteur minimum par d\u00E9faut de la fen\u00EAtre
+OptionPanel.el__min_default_window_width=Largeur minimum par d\u00E9faut de la fen\u00EAtre
+OptionPanel.el__position_window_below_node=Afficher l'\u00E9diteur sous le n\u0153ud
+OptionPanel.en=Anglais
+OptionPanel.Environment=Environnement
+OptionPanel.es=Espagnol
+OptionPanel.et=\u00C9thipien
+OptionPanel.execute_scripts_without_asking=Activer l'ex\u00E9cution des scripts
+OptionPanel.execute_scripts_without_asking.tooltip=ATTENTION : l'ex\u00E9cution de scripts inconnus peut endommager votre ordinateur.
+OptionPanel.execute_scripts_without_exec_restriction=Autoriser l'ex\u00E9cution des commandes externes
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html>Autorise les scripts \u00E0 ex\u00E9cuter des commandes externes comme le lancement d'autres applications (exemple : lancement d'un navigateur Web).
+OptionPanel.execute_scripts_without_file_restriction=Autoriser les op\u00E9rations de lecture sur les fichiers
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html>Autorise les scripts \u00E0 ouvrir et lire les fichiers de votre ordinateur.
+OptionPanel.execute_scripts_without_network_restriction=Autoriser les op\u00E9rations r\u00E9seau
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html>Autorise les scripts \u00E0 utiliser les communications r\u00E9seau.
+OptionPanel.execute_scripts_without_write_restriction=Autoriser les op\u00E9ration d'\u00E9criture sur les fichiers
+OptionPanel.execute_scripts_without_write_restriction.tooltip=Autorise les scripts \u00E0 modifier les fichiers de votre ordinateur.
+OptionPanel.experimental_file_locking_on=Verrouiller les cartes ouvertes (exp\u00E9rimental)
+OptionPanel.experimental_file_locking_on.tooltip=Cette fonctionnalit\u00E9 exp\u00E9rimentale permet de verrouiller une carte partag\u00E9e (fonctionnement collaboratif en r\u00E9seau)
+OptionPanel.export_icons_in_html=Exporter les ic\u00F4nes
+OptionPanel.export_icons_in_html.tooltip=Indique que l'HTML export\u00E9 doit int\u00E9grer les ic\u00F4nes
+OptionPanel.Files=Fichiers
+OptionPanel.first=En haut
+OptionPanel.fold_on_click_inside=Cliquer sur un n\u0153ud plie ou d\u00E9plie la branche
+OptionPanel.foldingsymbolwidth=Taille du symbole de pliage
+OptionPanel.foldingsymbolwidth.tooltip=Taille du cercle indiquant une branche pli\u00E9e
+OptionPanel.fork=Fourche
+OptionPanel.format_locale=Param\u00E8tres r\u00E9gionaux
+OptionPanel.format_locale.tooltip=Param\u00E8tres d'affichage et de d\u00E9tection des nombres et des dates
+OptionPanel.formula_disable_caching=D\u00E9sactiver la mise en cache des formules
+OptionPanel.formula_disable_plugin=D\u00E9sactiver les formules
+OptionPanel.fr=Fran\u00E7ais
+OptionPanel.gl=Gl
+OptionPanel.goto_note_end_on_edit=Placer le curseur en fin de note
+OptionPanel.grid_size=Pas pour la grille d'alignement des n\u0153uds (1 = aucune grille)
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Invisible
+OptionPanel.highlight_formulas=Entourer les formules
+OptionPanel.horizontal=Rectiligne
+OptionPanel.hr=Croate
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u00C0 partir des titres
+OptionPanel.html_export_fold_all=Tout pli\u00E9
+OptionPanel.html_export_fold_currently_folded=Pliage actuel
+OptionPanel.html_export_folding=Exporter le pliage
+OptionPanel.html_export_no_folding=Tout d\u00E9pli\u00E9
+OptionPanel.hu=Hongrois
+OptionPanel.ic_disable=Inactif
+OptionPanel.ic_file=Utiliser le disque
+OptionPanel.ic_ram=Utiliser la m\u00E9moire vive (RAM)
+OptionPanel.icon=Ic\u00F4ne
+OptionPanel.icon.tooltip=Si appliqu\u00E9, le n\u0153ud aura exactement cette ic\u00F4ne.
+OptionPanel.icons.list=Liste des ic\u00F4nes standard affich\u00E9es
+OptionPanel.icons.list.tooltip=Vous pouvez ordonner ou d\u00E9sactiver les ic\u00F4nes standard. Les ic\u00F4nes doivent \u00EAtre s\u00E9p\u00E9es par ';'.
+OptionPanel.id=Indon\u00E9sien
+OptionPanel.IGNORE=Ne rien faire
+OptionPanel.il__enter_confirms_by_default=La touche "Entr\u00E9e" valide le n\u0153ud
+OptionPanel.image_cache=Pour les images
+OptionPanel.it=Italien
+OptionPanel.ja=Japonais
+OptionPanel.key_type_action=Saisie clavier hors d'un noeud
+OptionPanel.Keystrokes=Raccourcis clavier
+OptionPanel.ko=Cor\u00E9en
+OptionPanel.label_font_family=Police
+OptionPanel.label_font_size=Taille du texte
+OptionPanel.language=Langue de l'utilisateur
+OptionPanel.language.tooltip=<html>Langue qui doit \u00EAtre utilis\u00E9e par l'application.<br>La valeur 'automatique' tente de charger la langue utilis\u00E9e actuellement par l'utilisateur dans son syst\u00E8me.</html>
+OptionPanel.last=En bas
+OptionPanel.last_opened_list_length=Nombre de fichiers dans la liste des fichiers r\u00E9cents
+OptionPanel.layout_map_on_text_change=Rafra\u00EEchir la position des n\u0153uds pendant la saisie
+OptionPanel.layout_map_on_text_change.tooltip=Sur un ordinaiteur peu performant, il est recommand\u00E9 de d\u00E9sactiver cette option
+OptionPanel.linear=Droit
+OptionPanel.links=Type des liens
+OptionPanel.links.tooltip=Le chemin des liens hypertextes peut \u00EAtre soit d\u00E9fini en relatif par rapport \u00E0 la carte courante, soit \u00EAtre un chemin absolu.
+OptionPanel.load_folding=\u00C9tat du pliage
+OptionPanel.load_folding_from_map_default_fold_all=Pliage de la carte ou tout plier
+OptionPanel.load_folding_from_map_default_unfold_all=Pliage de la carte ou tout d\u00E9plier
+OptionPanel.load_last_map=D\u00E9marrer en affichant la derni\u00E8re carte utilis\u00E9e
+OptionPanel.load_last_map.tooltip=Au d\u00E9marrage ouvrir automatiquement la derni\u00E8re carte utilis\u00E9e
+OptionPanel.load_last_maps=D\u00E9marrer en affichant toutes les cartes ouvertes lors de l'arr\u00EAt
+OptionPanel.lookandfeel=Th\u00E8me
+OptionPanel.lookandfeel.tooltip=<html>Les <em>th\u00E8mes</em> disponibles.<br>\n"M\u00E9tal", "Windows", "Motif" "GTk" sont support\u00E9s, "Mac" n'est disponible que sur syst\u00E8me Mac OS.<br>\n"D\u00E9faut" indique d'utiliser le th\u00E8me par d\u00E9faut pour la machine virtuelle.<br>\nPour utiliser votre propre th\u00E8me, merci de saisir le nom de la classe et assurez-vous que le fichier JAR est correctement charg\u00E9.<br>\nS'il y a un probl\u00E8me de th\u00E8me, choisissez "Par d\u00E9faut".\n</html>
+OptionPanel.lt=Lituanien
+OptionPanel.max_displayed_node_count=Nombre maximum de n\u0153uds affich\u00E9s
+OptionPanel.max_image_width=Largeur par d\u00E9faut des images
+OptionPanel.max_image_width.tooltip=Les nouvelles images sont retaill\u00E9es \u00E0 cette largeur
+OptionPanel.max_menu_item_count=Nombre de commandes affich\u00E9es dans les menus
+OptionPanel.max_menu_item_count.tooltip=(10 minimum). Au-del\u00E0 de ce nombre les commandes apparaissent en sous-menu.
+OptionPanel.max_node_width=Largeur maximale des n\u0153uds
+OptionPanel.max_shortened_text_length=Largeur utilis\u00E9e pour r\u00E9sumer les n\u0153uds
+OptionPanel.metal=M\u00E9tal
+OptionPanel.min_node_width=Largeur minimale des n\u0153uds
+OptionPanel.motif=Motif
+OptionPanel.nb=Norv\u00E9gien
+OptionPanel.never_save_folding=Jamais
+OptionPanel.nl=N\u00E9erlandais
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Couleur du fond
+OptionPanel.nodebackgroundcolor.tooltip=Couleur du fond du n\u0153ud
+OptionPanel.nodecolor=Couleur du texte
+OptionPanel.nodecolor.tooltip=Couleur du texte dans le n\u0153ud
+OptionPanel.nodefontbold=Gras
+OptionPanel.nodefonthyperlink=Lien hypertexte
+OptionPanel.nodefontitalic=Italique
+OptionPanel.nodefontname=Type de police
+OptionPanel.nodefontsize=Taille du texte
+OptionPanel.nodeformat=Format
+OptionPanel.nodeformat.tooltip=<html>Formule de conversion du texte du n\u0153ud.<tt>%s</tt> repr\u00E9sente le texte initial. <ul><li>Exemple de formule : <tt>Urgence %s</tt> <li>Pour les nombres et les dates, voir les exemples dans la liste.<ul>La liste propos\u00E9e provient du fichier <b>formats.xml</b> du dossier utilisateur.
+OptionPanel.nodenumbering=Num\u00E9rotation
+OptionPanel.nodenumbering.tooltip=Ajoute un num\u00E9ro d'ordre en d\u00E9but de n\u0153ud
+OptionPanel.nodeshape=Forme du n\u0153ud
+OptionPanel.nodeshape.tooltip=<html>D\u00E9finit la forme ext\u00E9rieure du n\u0153ud.<br><table border="1"><tr><td>Fourche</td><td>sans contour</td></tr><tr><td>Bulle</td><td>entour\u00E9 d'un rectangle</td></tr><tr><td>Comme le p\u00E8re</td><td>style du n\u0153ud p\u00E8re</td></tr><tr><td>Mixte</td><td>fourche si le n\u0153ud est d\u00E9pli\u00E9,<br>bulle si le n\u0153ud est pli\u00E9</td></tr></table></html>
+OptionPanel.nodetext=Texte du n\u0153ud
+OptionPanel.nodetext.tooltip=Vous pouvez ici d\u00E9finir le texte du n\u0153ud. Le texte pr\u00E9c\u00E9dent est supprim\u00E9 lorsqu'un tel mod\u00E8le est appliqu\u00E9.
+OptionPanel.nothing=Rien
+OptionPanel.number_format=Format des nombres
+OptionPanel.number_format.tooltip=<html>'#' indique un chiffre optionnel, '0' indique un chiffre obligatoire. Exemples : "0,00" ou "#0".<br>Le format peut aussi contenir des caract\u00E8res fixes. Exemples : "0,0%" ou "0,0#\u20AC"
+OptionPanel.number_of_different_files_for_automatic_save=Nombre de fichiers diff\u00E9rents pour la sauvegarde automatique
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>Nombre de fichiers (n) conserv\u00E9s lors des sauvegardes automatiques.<br>La sauvegarde est cyclique : la (n+1)e sauvegarde \u00E9crase la 1i\u00E8re.
+OptionPanel.OK=Enregistrer sous...
+OptionPanel.org.freeplane.plugin.bugreport=Pr\u00E9f\u00E9rence
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Toujours envoyer
+OptionPanel.org.freeplane.plugin.bugreport.ask=Demander
+OptionPanel.org.freeplane.plugin.bugreport.denied=Ne jamais envoyer
+OptionPanel.org.freeplane.plugin.bugreport.userid=Identifiant \u00E0 ajouter au rapport (optionnel)
+OptionPanel.outline_hgap=Distance horizontale
+OptionPanel.outline_vgap=Distance verticale
+OptionPanel.paint_connectors_behind=Passer les connecteurs sous les noeuds
+OptionPanel.parse_data=D\u00E9tecter la saisie de nombres et de dates
+OptionPanel.parse_data.tooltip=<html>D\u00E9tecter les nombres et dates et les formater automatiquement.<br>Exemples : 1 002,33 ou 31/12 ou 31/12/99 ou 31-12-1999 ou 31-12-1999 23:59
+OptionPanel.PASTE_HTML=Coller avec mise en forme
+OptionPanel.PASTE_PLAIN_TEXT=Coller comme texte brut
+OptionPanel.path_property_may_not_be_empty=Le dossier ne peut \u00EAtre vide ! R\u00E9tablissement des anciennes valeurs.
+OptionPanel.patternname=Nom
+OptionPanel.patternname.tooltip=Nom unique de mod\u00E8le
+OptionPanel.pl=Polonais
+OptionPanel.placenewbranches=Position des nouveaux n\u0153uds
+OptionPanel.placenewbranches.tooltip=D\u00E9finit l'emplacement des nouveaux n\u0153uds fils sur la carte
+OptionPanel.plugin.tooltip=Plugins
+OptionPanel.plugins=Formules & Scripts
+OptionPanel.presentation_dimmer_transparency=Transparence de l'arri\u00E8re-plan en mode pr\u00E9sentation
+OptionPanel.presentation_mode=Mode pr\u00E9sentation
+OptionPanel.printonwhitebackground=Fond blanc \u00E0 l'impression
+OptionPanel.printonwhitebackground.tooltip=Toujours utiliser un fond blanc \u00E0 l'impression
+OptionPanel.pt_BR=Portugais (du Br\u00E9sil)
+OptionPanel.pt_PT=Portugais (du Portugal)
+OptionPanel.RECT=Rectangle
+OptionPanel.relative=Relatif
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"Demander" vous permettra de choisir.<br>"Oui" affiche l'\u00E9diteur de texte riche.<br>"Non" affiche l'\u00E9diteur de texte brut.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=Coller les n\u0153uds en texte riche
+OptionPanel.remove_notes_without_question=Supprimer les notes sans confirmation
+OptionPanel.remove_notes_without_question.tooltip=Supprime imm\u00E9diatement les notes, sans confirmation
+OptionPanel.resources_use_default_font_for_notes_too=Utiliser cette police dans les notes
+OptionPanel.resources_use_margin_top_zero_for_notes=Enlever la marge sup\u00E9rieure pour les notes
+OptionPanel.revision_color=Couleur de r\u00E9vision
+OptionPanel.revision_color.tooltip=Couleur de fond indiquant les n\u0153uds r\u00E9vis\u00E9s (lorsque l'option est active dans le menu Outils)
+OptionPanel.ROUND_RECT=Rectangle arrondi
+OptionPanel.ru=Russe
+OptionPanel.save_folding=Enregistrer l'\u00E9tat du pliage
+OptionPanel.save_folding_if_map_is_changed=Si la carte est modifi\u00E9e
+OptionPanel.save_modification_times=Enregistrer les heures de modification
+OptionPanel.script_classpath=Dossiers contenant les JAR et fichiers .class (sous Windows s\u00E9parateur ;)
+OptionPanel.script_classpath.tooltip=<html>S\u00E9parateur ; (pour Windows) ou : (pour Linux et Mac).<br>Les chemins sont soit absolus, soit relatifs au dossier utilisateur Freeplane.<br>V\u00E9rifiez l'acc\u00E8s en lecture \u00E0 ces dossiers.
+OptionPanel.script_directories=Dossiers contenant les scripts (sous Windows s\u00E9parateur ;)
+OptionPanel.script_directories.tooltip=<html>S\u00E9parateur ; (pour Windows) ou : (pour Linux et Mac).<br>Les chemins sont soit absolus, soit relatifs au dossier utilisateur Freeplane.<br>V\u00E9rifiez l'acc\u00E8s en lecture \u00E0 ces dossiers.
+OptionPanel.script_user_key_name_for_signing=Alias de la clef utilisateur pour signer
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Si vous d\u00E9sirez signer vos scripts, entrez l'alias de la cl\u00E9 ici. <br>La cl\u00E9 doit se trouver dans le trousseau par d\u00E9faut. <br>Le mot de passe de la cl\u00E9 priv\u00E9e doit correspondre au mot de passe du trousseau.</html>
+OptionPanel.scrollbar_increment=Vitesse
+OptionPanel.scrolling_speed=Vitesse de centrage automatique (de 1 \u00E0 30)
+OptionPanel.selection_method=S\u00E9lection de noeud
+OptionPanel.selection_method.tooltip=D\u00E9finit la mani\u00E8re de s\u00E9lectionner les n\u0153uds.
+OptionPanel.selection_method_by_click=Au clic
+OptionPanel.selection_method_delayed=Avec d\u00E9lai
+OptionPanel.selection_method_direct=Imm\u00E9diat
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Styles automatiques par niveau
+OptionPanel.separator.anti_alias=Lissage
+OptionPanel.separator.attributes=Attributs
+OptionPanel.separator.automatic_save=Sauvegardes automatiques
+OptionPanel.separator.behaviour=Comportement
+OptionPanel.separator.browser=Navigateur
+OptionPanel.separator.cache=Cache
+OptionPanel.separator.CloudControls=Nuage
+OptionPanel.separator.commands_for_the_program=Raccourcis clavier
+OptionPanel.separator.connectors=Connecteurs
+OptionPanel.separator.data_formats=D\u00E9tection et formatage de donn\u00E9es
+OptionPanel.separator.default_colors=Couleurs par d\u00E9faut
+OptionPanel.separator.default_fonts=Police par d\u00E9faut
+OptionPanel.separator.default_styles=Forme des n\u0153uds
+OptionPanel.separator.EdgeControls=Lignes
+OptionPanel.separator.edit_long_node_window=Editeur de n\u0153ud en texte riche
+OptionPanel.separator.editing=Editeur de n\u0153ud texte brut
+OptionPanel.separator.files=Fichiers
+OptionPanel.separator.formula=Formules
+OptionPanel.separator.General=G\u00E9n\u00E9ral
+OptionPanel.separator.html_export=Export HTML
+OptionPanel.separator.html_import=Import HTML
+OptionPanel.separator.hyperlink_types=Liens hypertextes
+OptionPanel.separator.icon_properties=Ic\u00F4nes
+OptionPanel.separator.icons=Ic\u00F4nes dans le menu "Ic\u00F4nes"
+OptionPanel.separator.initial_map_size=Taille initiale de la carte
+OptionPanel.separator.inline_editor=\u00C9dition de n\u0153ud dans la carte
+OptionPanel.separator.key_typing=Saisie clavier
+OptionPanel.separator.language=Langue
+OptionPanel.separator.load=Ouverture
+OptionPanel.separator.look_and_feel=G\u00E9n\u00E9ral
+OptionPanel.separator.mouse_wheel=Molette de la souris
+OptionPanel.separator.new_node_commands=Commandes pour cr\u00E9er un n\u0153ud
+OptionPanel.separator.node_editing_commands=Commandes pour modifier un n\u0153ud
+OptionPanel.separator.node_navigation_commands=Commandes de navigation dans les n\u0153uds
+OptionPanel.separator.NodeColors=Couleurs du n\u0153ud
+OptionPanel.separator.NodeFont=Texte du n\u0153ud
+OptionPanel.separator.NodeShape=Forme du n\u0153ud
+OptionPanel.separator.NodeStyle=Style du n\u0153ud
+OptionPanel.separator.NodeText=Texte calcul\u00E9
+OptionPanel.separator.notifications=Confirmations
+OptionPanel.separator.org.freeplane.plugin.bugreport=Rapport automatique d'erreur
+OptionPanel.separator.other_defaults=Autres r\u00E9glages par d\u00E9faut
+OptionPanel.separator.others=Autres raccourcis clavier
+OptionPanel.separator.outline_view=Vue plan
+OptionPanel.separator.patterns=Mod\u00E8les
+OptionPanel.separator.RichTextEditor=\u00C9diteur de texte riche
+OptionPanel.separator.root_node_appearance=Apparence du n\u0153ud racine
+OptionPanel.separator.save=Enregistrement
+OptionPanel.separator.scripting=Scripts
+OptionPanel.separator.scrollbar=Ascenseur
+OptionPanel.separator.search=Recherche
+OptionPanel.separator.selection_colors=Couleurs de la s\u00E9lection
+OptionPanel.separator.selection_method=M\u00E9thode de s\u00E9lection
+OptionPanel.separator.single_instance_mode=Gestion des instances d'ex\u00E9cution du programme
+OptionPanel.separator.size_limits=Tailles maximales
+OptionPanel.separator.spelling=Correcteur orthographique
+OptionPanel.separator.status=Barre d'\u00E9tat
+OptionPanel.separator.tooltip=Info-bulles
+OptionPanel.separator.undo=Annulation
+OptionPanel.separator.updates=Mise \u00E0 jour du programme
+OptionPanel.set_property_text=Personnalis\u00E9
+OptionPanel.set_property_text.tooltip=D\u00E9cocher r\u00E9tablit la mise en forme du style
+OptionPanel.setscript=Ex\u00E9cuter
+OptionPanel.setscript.tooltip=Un script peut \u00EAtre associ\u00E9 au mod\u00E8le.
+OptionPanel.sharp_bezier=Courbe effil\u00E9
+OptionPanel.sharp_linear=Droit effil\u00E9
+OptionPanel.show_icon_for_attributes=Afficher les ic\u00F4nes des attributs
+OptionPanel.show_node_tooltips=Afficher les info-bulles sur les n\u0153uds
+OptionPanel.show_note_icons=Afficher les ic\u00F4nes de Notes
+OptionPanel.show_styles_in_tooltip=Afficher le style en info-bulle
+OptionPanel.signed_script_are_trusted=Autoriser les scripts sign\u00E9s (recommand\u00E9)
+OptionPanel.signed_script_are_trusted.tooltip=Si des scripts sont sign\u00E9s par un tiers de confiance (par ex. les auteurs de Freeplane ou vous-m\u00EAme), ils seront ex\u00E9cut\u00E9s sans restriction.
+OptionPanel.simplyhtml.default_paste_mode=Mode par d\u00E9faut lors d'un Coller
+OptionPanel.single_backup_directory=Utiliser un dossier de sauvegarde unique
+OptionPanel.single_backup_directory.tooltip=<html>Pour que les sauvegardes soient stock\u00E9es dans un dossier unique pour toutes les cartes.<br>Dans le cas contraire, les sauvegardes sont effectu\u00E9es dans un sous-dossier du dossier d'enregistrement de la carte.
+OptionPanel.single_backup_directory_path=Dossier de sauvegarde (lorsque l'option pr\u00E9c\u00E9dente est active)
+OptionPanel.single_backup_directory_path.tooltip=Remplace le dossier de sauvegarde par d\u00E9faut <freeplaneuserdir>/.backup
+OptionPanel.single_instance=Ouvrir les fichiers dans l'instance courante
+OptionPanel.single_instance_force=Toujours utiliser une seule instance du programme
+OptionPanel.single_instance_force.tooltip=Toujours utiliser une seule instance du programme m\u00EAme s'il n'y a aucun fichier \u00E0 ouvrir
+OptionPanel.sk=Slovaque
+OptionPanel.sl=Slov\u00E8ne
+OptionPanel.spelling_opt_case_sensitive=Sensible \u00E0 la casse
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignorer les mots en majuscule
+OptionPanel.spelling_opt_ignore_capitalization=Ignorer les mots d\u00E9butant par une majuscule
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ignorer les mots contenant des nombres
+OptionPanel.spelling_opt_suggestions_limit_dialog=Nombre de suggestions dans la fen\u00EAtre
+OptionPanel.spelling_opt_suggestions_limit_menu=Nombre de suggestions dans le menu
+OptionPanel.sr=Serbe /  \u0441\u0440\u043F\u0441\u043A\u0438
+OptionPanel.standard_template=Mod\u00E8le de carte par d\u00E9faut
+OptionPanel.standardbackgroundcolor=Couleur de fond
+OptionPanel.standardbackgroundcolor.tooltip=Couleur par d\u00E9faut du fond
+OptionPanel.standardcloudcolor=Couleur de nuage
+OptionPanel.standardcloudcolor.tooltip=Couleur par d\u00E9faut des nuages
+OptionPanel.standardcloudestyle=Style de nuage
+OptionPanel.standardcloudestyle.tooltip=Style par d\u00E9faut des nuages
+OptionPanel.standarddrawrectangleforselection=Entourer les n\u0153uds s\u00E9lectionn\u00E9s
+OptionPanel.standarddrawrectangleforselection.tooltip=Entoure d'un rectangle color\u00E9 les n\u0153uds s\u00E9lectionn\u00E9s
+OptionPanel.standardlinkcolor=Couleur de connecteur
+OptionPanel.standardlinkcolor.tooltip=Couleur par d\u00E9faut des connecteurs
+OptionPanel.standardlinkestyle=Style de lien par d\u00E9faut
+OptionPanel.standardlinkestyle.tooltip=Style par d\u00E9faut des lignes de lien
+OptionPanel.standardselectednodecolor=Couleur du n\u0153ud s\u00E9lectionn\u00E9
+OptionPanel.standardselectednodecolor.tooltip=Couleur des n\u0153uds s\u00E9lectionn\u00E9s
+OptionPanel.standardselectednoderectanglecolor=Couleur du rectangle de s\u00E9lection
+OptionPanel.standardselectednoderectanglecolor.tooltip=Couleur du rectangle entourant les n\u0153uds s\u00E9lectionn\u00E9s
+OptionPanel.STAR=Etoile
+OptionPanel.structured_html_import=Import HTML comme structure de n\u0153uds
+OptionPanel.structured_icon_toolbar=Organiser la barre d'ic\u00F4nes
+OptionPanel.summary=Synth\u00E8se
+OptionPanel.sv=Su\u00E9dois
+OptionPanel.text.use_ctrl_key=Pour d\u00E9finir un raccourci clavier, utilisez 'Cr\u00E9er un nouveau raccourci' dans le menu 'Outils'.
+OptionPanel.time_for_automatic_save=Fr\u00E9quence de sauvegarde automatique (en millisecondes)
+OptionPanel.time_for_automatic_save.tooltip=Intervalle entre deux sauvegardes automatiques (en millisecondes). Pour d\u00E9sactiver la sauvegarde automatique, saisir 2 000 000 000.
+OptionPanel.time_for_delayed_selection=D\u00E9lai pour la s\u00E9lection
+OptionPanel.time_for_delayed_selection.tooltip=<html>D\u00E9lai de s\u00E9lection des n\u0153uds lorsque la souris survole le n\u0153ud (en millisecondes).<br>Saisissez 1 si vous souhaitez une s\u00E9lection rapide.
+OptionPanel.toolTipManager.dismissDelay=Dur\u00E9e d'affichage (en millisecondes)
+OptionPanel.toolTipManager.initialDelay=D\u00E9lai avant affichage (en millisecondes)
+OptionPanel.toolTipManager.max_tooltip_width=Largeur des infos-bulles
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=Largeur par d\u00E9faut des infos-bulles (en pixels)
+OptionPanel.toolTipManager.reshowDelay=D\u00E9lai de r\u00E9affichage (en millisecondes)
+OptionPanel.tr=Turque
+OptionPanel.uk_UA=Ukrainien
+OptionPanel.undefined_font=Police inconnue
+OptionPanel.undo_levels=Nombre d'actions m\u00E9moris\u00E9es
+OptionPanel.undo_levels.tooltip=D\u00E9fini combien d'actions utilisateur sont m\u00E9moris\u00E9es et peuvent \u00EAtre annul\u00E9es
+OptionPanel.unfold_on_paste=D\u00E9plier le n\u0153ud sur copier/coller
+OptionPanel.unfold_on_paste.tooltip=D\u00E9plier le n\u0153ud sur copier/coller et glisser/d\u00E9poser
+OptionPanel.use_common_out_point_for_root_node=Les lignes partent d'un point du n\u0153ud racine
+OptionPanel.use_common_out_point_for_root_node.tooltip=Les lignes partent d'un point du n\u0153ud racine
+OptionPanel.use_tabbed_pane=Utiliser les onglets
+OptionPanel.use_tabbed_pane.tooltip=Les cartes ouvertes sont pr\u00E9sent\u00E9es dans des onglets.
+OptionPanel.user_defined_screen_resolution=R\u00E9solution \u00E9cran personnalis\u00E9e (en dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripts : v\u00E9rifiez que les dossiers et les fichiers d\u00E9clar\u00E9s dans classpath sont accessibles en lecture !
+OptionPanel.validate_invalid_date_format=Le format de date n'est pas valide
+OptionPanel.validate_invalid_datetime_format=Le format de date/heure n'est pas valide
+OptionPanel.validate_invalid_number_format=Le format de nombre n'est pas valide
+OptionPanel.validate_write_without_read=Script : pensez \u00E0 ajouter le droit de lecture / \u00E9criture sur les fichiers
+OptionPanel.validation_error=<html>Erreur : <p><em>{0}</em><p>Merci de modifier les pr\u00E9f\u00E9rences.
+OptionPanel.validation_warning=<html>Avertissement : <p><em>{0}
+OptionPanel.vi=Vietnamien
+OptionPanel.wheel_velocity=Vitesse
+OptionPanel.wheel_velocity.tooltip=Une valeur plus grande donne des effets de mouvements plus rapides sur la carte.
+OptionPanel.windows=Fen\u00EAtre
+OptionPanel.zh_CN=Chinois (simplifi\u00E9)
+OptionPanel.zh_TW=Chinois (Mandarin)
+org.freeplane.plugin.bugreport.agree=Envoyer
+org.freeplane.plugin.bugreport.always_agree=Toujours envoyer
+org.freeplane.plugin.bugreport.always_deny=Ne jamais envoyer
+org.freeplane.plugin.bugreport.deny=Ne pas envoyer
+org.freeplane.plugin.bugreport.dialog.title=Rapport automatique d'erreur
+org.freeplane.plugin.bugreport.freeplane_team=Message de l'\u00E9quipe FreePlane
+org.freeplane.plugin.bugreport.lastreport=Le dernier rapport re\u00E7u
+org.freeplane.plugin.bugreport.never=Ne jamais demander
+org.freeplane.plugin.bugreport.question=Freeplane propose de signaler les erreurs aux \u00E9quipes de d\u00E9veloppement. Aucune donn\u00E9e personnelle ni le moindre contenu de vos cartes ne sera transmis.\nL'envoi de rapports d'erreur permet, ensemble, d'am\u00E9liorer Freeplane.
+org.freeplane.plugin.bugreport.report=Rapport d\u00E9taill\u00E9 de l'erreur
+org.freeplane.plugin.bugreport.wanted_bug=Une erreur interne s'est produite et a \u00E9t\u00E9 report\u00E9e automatiquement.\nNous souhaiterions plus d'informations afin de reproduire ce comportement inattendu.\nAidez-nous en cr\u00E9ant un rapport d'erreur dans Mantis, notre banque de bogues :\nexpliquez ce que vous faisiez au moment o\u00F9 l'erreur s'est produite, afin de nous donner une chance de reproduire le bogue.\n\nAppuyez sur Valider pour ouvrir la banque de bogues dans votre navigateur.\n\nMerci de nous aider \u00E0 r\u00E9soudre ce probl\u00E8me.\nVotre \u00E9quipe Freeplane
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=Le n\u0153ud {0} n''est pas d\u00E9fini
+out_of_memory=M\u00E9moire insuffisante
+overwrite_keyset_question=Il existe d\u00E9j\u00E0 un enregistrement portant ce nom. Remplacer l'enregistrement existant ?
+PageAction.text=Mise en page...
+password_is_not_ascii=le mot de passe n'est pas en ASCII
+PasteAction.text=Coller
+PasteAttributes.text=Coller les attributs
+PatternNewNameProperty=Nouveau style
+PatternToString.backgroundColor=Couleur du fond
+PatternToString.Child=Style de n\u0153ud fils
+PatternToString.color=Couleur
+PatternToString.EdgeColor=Couleur de ligne
+PatternToString.EdgeStyle=Style de ligne
+PatternToString.EdgeWidth=\u00C9paisseur de ligne
+PatternToString.FontBold=Gras
+PatternToString.FontItalic=Italique
+PatternToString.FontName=Nom de police
+PatternToString.Icon=Ic\u00F4ne
+PatternToString.NodeFontSize=Taille de police
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=jours
+PeriodUnit.HOUR=heures
+PeriodUnit.MINUTE=minutes
+PeriodUnit.MONTH=mois
+PeriodUnit.WEEK=semaines
+PeriodUnit.YEAR=ann\u00E9es
+plugins/latex/LatexNodeHook.editorTitle=Modifier la formule LaTeX
+plugins/script_filter=Script de filtre {0}
+plugins/script_filter_error={0} doit renvoyer un bol\u00E9en sur {1} mais renvoit {2}
+plugins/ScriptEditor.cancel=Ignorer les modifications et quitter
+plugins/ScriptEditor.exit=Enregistrer et quitter
+plugins/ScriptEditor.FORBIDDEN_ACTION=Les scripts Groovy dans Freeplane sont restreints. L'op\u00E9ration suivante {0,choice,0#File|1#Network|2#Exec} est interdite : {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Vous pouvez changer ces options dans les pr\u00E9f\u00E9rences.
+plugins/ScriptEditor.menu_actions=Actions
+plugins/ScriptEditor.new_script=Nouveau script
+plugins/ScriptEditor.run=Ex\u00E9cuter
+plugins/ScriptEditor.sign=Signer le script...
+plugins/ScriptEditor/window.Result=R\u00E9sultat :
+plugins/ScriptEditor/window.title=\u00C9diteur de scripts
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Acc\u00E8s illegale \u00E0 l''API interne (package {0}). Contactez l''\u00E9quipe Freeplane pour faire \u00E9voluer l''API.
+plugins/TimeList.xml_Created=Cr\u00E9\u00E9
+plugins/TimeList.xml_Date=Date
+plugins/TimeList.xml_Icons=Ic\u00F4nes
+plugins/TimeList.xml_Modified=Modifi\u00E9
+plugins/TimeList.xml_Notes=Notes
+plugins/TimeList.xml_Text=Texte
+plugins/TimeManagement.xml_appendButton=Ins\u00E9rer la date
+plugins/TimeManagement.xml_Cancel=Annuler
+plugins/TimeManagement.xml_cancelButton=Annuler
+plugins/TimeManagement.xml_closeButton=Fermer
+plugins/TimeManagement.xml_Export=Exporter les n\u0153uds s\u00E9lectionn\u00E9s
+plugins/TimeManagement.xml_Find=Rechercher
+plugins/TimeManagement.xml_Goto=Aller \u00E0
+plugins/TimeManagement.xml_hour=Heure :
+plugins/TimeManagement.xml_menu_actions=Actions
+plugins/TimeManagement.xml_minute=Minutes :
+plugins/TimeManagement.xml_reminderButton=Cr\u00E9er l'alerte
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Cr\u00E9\u00E9 une alerte pour la date et l'heure sp\u00E9cifi\u00E9s.<br>L'alerte est indiqu\u00E9e par l'ajout d'une ic\u00F4ne sur le n\u0153ud.<br>Une fois l'alerte d\u00E9pass\u00E9e, l'ic\u00F4ne clignote pour attirer votre attention.
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Il ne peut y avoir qu''une seule alerte par n\u0153ud.<br>Une alerte est d\u00E9j\u00E0 planifi\u00E9e le {0,date} \u00E0 {0,time}.<br>Souhaitez-vous remplacer cette alerte par une nouvelle alerte le {1,date} \u00E0 {1,time} ?
+plugins/TimeManagement.xml_reminderNode_tooltip=Alerte planifi\u00E9e le {0,date} \u00E0 {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Rappeler
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Rappeler
+plugins/TimeManagement.xml_removeReminderButton=Supprimer l'alerte
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Supprime les alertes des n\u0153uds s\u00E9lectionn\u00E9s.
+plugins/TimeManagement.xml_Replace=Remplacer
+plugins/TimeManagement.xml_Replace_All=Tout remplacer
+plugins/TimeManagement.xml_Replace_Selected=Remplacer la s\u00E9lection
+plugins/TimeManagement.xml_Select=S\u00E9lectionner
+plugins/TimeManagement.xml_todayButton=Aujourd'hui
+plugins/TimeManagement.xml_WindowTitle=Gestion du temps
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Rechercher et remplacer
+preferences=Pr\u00E9f\u00E9rences
+print_preview_title=Aper\u00E7u avant impression
+PrintAction.text=Imprimer...
+PrintDirectAction.text=Imprimer
+printing_settings=Mise en page de l'impression
+PrintPreviewAction.text=Aper\u00E7u avant impression...
+PropertyAction.dialog=Pr\u00E9f\u00E9rences utilisateur
+PropertyAction.text=Pr\u00E9f\u00E9rences...
+QuickFilterAction.text=Afficher uniquement les r\u00E9sultats
+QuickFindAction.BACK.text=R\u00E9sultat pr\u00E9c\u00E9dent
+QuickFindAction.FORWARD.text=R\u00E9sultat suivant
+QuickFindAllAction.text=S\u00E9lectionner les r\u00E9sultats
+QuickHighlightAction.text=Entourer les r\u00E9sultats
+QuitAction.text=Quitter Freeplane
+read_only=En lecture seule
+ReadScriptError.text=Erreur \u00E0 la lecture du script
+really_convert_to_current_version=<html>Cette carte a \u00E9t\u00E9 cr\u00E9\u00E9e avec une ancienne version de Freeplane.<br>Voulez-vous la convertir (recommand\u00E9) ?<br>(Sinon vous pouvez essayer de l'utiliser telle quelle, sans garantie.)</html>
+really_cut_node=Souhaitez-vous vraiment couper les n\u0153uds s\u00E9lectionn\u00E9s ?
+really_execute_script=Souhaitez-vous vraiment ex\u00E9cuter les scripts inclus dans cette carte ? Des scripts malveillants peuvent faire courir un risque \u00E0 votre ordinateur.
+really_remove_node=Souhaitez-vous vraiment supprimer les n\u0153uds s\u00E9lectionn\u00E9s ?
+really_remove_notes=Souhaitez-vous vraiment supprimer les notes des n\u0153uds s\u00E9lectionn\u00E9s ?
+ReapplyFilterAction.text=R\u00E9appliquer les filtres
+red=Rouge
+RedefineStyleAction.text=Enregistrer la mise en forme actuelle dans le style
+RedoAction.text=R\u00E9tablir
+RedoFilterAction.text=Filtre suivant
+regular_expressions=Expressions r\u00E9guli\u00E8res
+ReminderHookAction.text=Supprimer l'alerte
+ReminderHookAction.tooltip=Supprime l'alerte d'un n\u0153ud
+remove_file_from_list_on_error=<html>Fichier {0} introuvable !<br>Souhaitez-vous le retirer de la liste des fichiers r\u00E9cents ?
+remove_shortcut_question=Remplacer le raccourci ?
+RemoveAllIconsAction.text=Supprimer toutes les ic\u00F4nes
+RemoveConnectorAction.text=Supprimer le connecteur
+RemoveEncryption.text=Supprimer la protection
+RemoveFormatAction.text=Supprimer la mise en forme
+RemoveIcon_0_Action.text=Supprimer la premi\u00E8re ic\u00F4ne
+RemoveIconAction.text=Supprimer la derni\u00E8re ic\u00F4ne
+RemoveNoteAction.text=Supprimer les notes
+RemoveNoteAction.tooltip=Supprime les notes des n\u0153ud s\u00E9lectionn\u00E9s
+rename=Renommer
+repair_link=R\u00E9parer le lien
+repair_link_question=Impossible d'ouvrir la carte li\u00E9e. Souhaitez-vous r\u00E9parer le lien manuellement ?
+replace=Remplacer
+replace_shortcut_question=Ce raccourci est actuellement associ\u00E9 \u00E0 :\n"{0}".\nSouhaitez-vous le remplacer ?
+replace_shortcut_title=Remplacer le raccourci
+ReportBugAction.text=Signaler une erreur
+RequestFeatureAction.text=Sugg\u00E9rer une \u00E9volution
+reset_to_default=Par d\u00E9faut
+ResetNodeLocationAction.text=Restaurer la position du n\u0153ud
+ResetStyleAction.text=Effacer le style du n\u0153ud
+RevertAction.text=Restaurer le dernier enregistrement
+RevisionPluginAction.text=Indiquer les n\u0153uds r\u00E9vis\u00E9s
+save_failed=L''enregistrement de la carte {0} a \u00E9chou\u00E9.
+save_unsaved=Souhaitez-vous enregistrer la carte ?
+save_unsaved_styles=Enregistrer les styles ?
+SaveAcceleratorPresetsAction.text=Enregistrer les touches de fonction...
+SaveAction.text=Enregistrer
+SaveAll.text=Tout enregistrer
+SaveAll.tooltip=Enregistre toutes les cartes ouvertes
+SaveAsAction.text=Enregistrer sous...
+saved=Carte enregistr\u00E9e
+saving_canceled=Enregistrement annul\u00E9
+scanners_not_loaded=Fichier illisible
+scheme_evaluate=\u00C9valuer !
+script_execution_disabled=L'ex\u00E9cution des scripts est d\u00E9sactiv\u00E9e
+ScriptEditor.text=\u00C9diteur de scripts...
+ScriptEditor.tooltip=Permet d'\u00E9crire de longs scripts dans Freeplane
+ScriptEditorPanel.changed_cancel=Les scripts ont \u00E9t\u00E9 modif\u00E9s. Voulez-vous ignorer ces modifications ?
+scripting_api_generator_legend=L\u00E9gende
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=Aide pour les d\u00E9veloppeurs
+scripting_api_generator_utilities=Outils
+scripting_api_generator_web=Ressources Internet
+select_favorites_folder=S\u00E9lectionnez le dossier de stockage de vos favoris
+select_file_export_to=Choisir le fichier vers lequel exporter
+select_folder_for_importing=S\u00E9lectionnez le dossier d'importation
+select_icon=Biblioth\u00E8que d'ic\u00F4nes
+select_menu_item_dialog=S\u00E9lectionnez une commande
+select_menu_item_root_node=Menus de Freeplane
+SelectAllAction.text=S\u00E9lectionner les n\u0153uds visibles de la carte
+SelectBranchAction.text=S\u00E9lectionner les n\u0153uds visibles de la branche
+SelectedPasteAction.text=Collage sp\u00E9cial...
+selection_method_by_click=S\u00E9lection par simple clic
+selection_method_delayed=S\u00E9lection retard\u00E9e
+selection_method_direct=S\u00E9lection par pointage
+SelectNoteAction.text=Aller \u00E0 l'\u00E9diteur de notes
+SelectNoteAction.tooltip=Placer le curseur dans l'\u00E9diteur de notes pour la modifier
+set_accelerator_on_next_click_action=S\u00E9lectionnez une commande dans un menu en maintenant la touche 'Ctrl' enfonc\u00E9e.
+SetAcceleratorOnNextClickAction.text=Cr\u00E9er un nouveau raccourci
+SetImageByFileChooserAction.text=N\u0153ud image (choisir un fichier ou saisir un lien)...
+SetLinkAnchorAction.text=M\u00E9moriser le n\u0153ud
+SetLinkAnchorAction.tooltip=M\u00E9morise le n\u0153ud courant pour la cr\u00E9ation de lien
+SetLinkAnchorAction.tooltip_anchored=M\u00E9morise le n\u0153ud courant pour la cr\u00E9ation de lien
+SetLinkByFileChooserAction.text=Lien vers un fichier...
+SetLinkByTextFieldAction.text=Lien libre... / Modifier lien existant...
+SetNodeLink.text=Lien vers un n\u0153ud...
+SetNoteWindowPosition.bottom.text=Bas
+SetNoteWindowPosition.left.text=Gauche
+SetNoteWindowPosition.right.text=Droite
+SetNoteWindowPosition.top.text=Haut
+SetShortenerStateAction.text=R\u00E9sumer le n\u0153ud
+sf_login_required=Voulez-vous continuer ? (compte SourceForge requis)
+ShowAllAttributesAction.text=Afficher tous les attributs
+ShowAncestorsAction.text=Afficher les p\u00E8res des n\u0153uds filtr\u00E9s
+ShowAttributeDialogAction.text=Gestionnaire d'&attributs...
+ShowDescendantsAction.text=Afficher les fils des n\u0153uds filtr\u00E9s
+ShowFilterToolbarAction.text=Barre de filtres
+ShowFormatPanel.text=Panneau de propri\u00E9t\u00E9s
+ShowFormatPanel.tooltip=Affiche le panneau de propri\u00E9t\u00E9s du n\u0153ud qui permet de d\u00E9finir la mise en forme du n\u0153ud, de g\u00E9rer le calendrier et les attributs
+ShowHideNoteAction.text=Editeur de notes
+ShowHideNoteAction.tooltip=Affiche l'\u00E9diteur de notes
+ShowNextChildAction.text=Afficher le n\u0153ud fils suivant
+ShowNotesInMapAction.text=Afficher les notes sur la carte
+ShowSelectedAttributesAction.text=Afficher les attributs s\u00E9lectionn\u00E9s
+ShowSelectionAsRectangleAction.text=Entourer la s\u00E9lection
+simplyhtml.aboutFrameTitle=\u00C0 propos de cette application
+simplyhtml.aboutLabel=\u00C0 propos de SimplyHTML...
+simplyhtml.alignCenter=Centr\u00E9
+simplyhtml.alignLabel=Alignement
+simplyhtml.alignLeft=A gauche
+simplyhtml.alignRight=A droite
+simplyhtml.allCellsRangeLabel=toutes les cellules
+simplyhtml.allOccurrencesReplaced=Toutes les occurrences ont \u00E9t\u00E9 remplac\u00E9es
+simplyhtml.appendTableColLabel=Ajouter une colonne
+simplyhtml.appendTableRowLabel=Ajouter une ligne
+simplyhtml.applyCellAttrLabel=Tout appliquer
+simplyhtml.backgroundLabel=Arri\u00E8re plan
+simplyhtml.boldItalicName=Gras italique
+simplyhtml.boldName=Gras
+simplyhtml.borderColorLabel=Couleur
+simplyhtml.borderWidthLabel=Largeur
+simplyhtml.bottomLabel=En bas
+simplyhtml.cancelBtnName=Annuler
+simplyhtml.cellBorderTabLabel=Bordure
+simplyhtml.cellGenTabLabel=G\u00E9n\u00E9ral
+simplyhtml.cellMarginTabLabel=Marges
+simplyhtml.cellPanelTitle=Mise en forme de cellule
+simplyhtml.clearFormatLabel=Supprimer la mise en forme
+simplyhtml.clearFormatTip=Supprimer la mise en forme
+simplyhtml.close=Fermer
+simplyhtml.closeBtnName=Fermer
+simplyhtml.colorLabel=Couleur
+simplyhtml.copyLabel=Copier
+simplyhtml.copyTip=Copier
+simplyhtml.cTagNameHead1=Titre 1
+simplyhtml.cTagNameHead2=Titre 2
+simplyhtml.cTagNameHead3=Titre 3
+simplyhtml.cTagNameHead4=Titre 4
+simplyhtml.cTagNameHead5=Titre 5
+simplyhtml.cTagNameHead6=Titre 6
+simplyhtml.cTagNameLink=Lien
+simplyhtml.cTagNameOL=Liste ordonn\u00E9e
+simplyhtml.cTagNamePara=Paragraphe
+simplyhtml.cTagNameUL=Liste non ordonn\u00E9e
+simplyhtml.cutLabel=Couper
+simplyhtml.cutTip=Couper
+simplyhtml.defaultDocName=Sans titre
+simplyhtml.deleteTableColLabel=Supprimer une colonne
+simplyhtml.deleteTableRowLabel=Supprimer une ligne
+simplyhtml.docTitleQuery=Mettre le titre \u00E0 :
+simplyhtml.docTitleTitle=\u00C9diter le titre du document
+simplyhtml.editLabel=\u00C9dition
+simplyhtml.effectLabel=Effet
+simplyhtml.familyLabel=Police
+simplyhtml.findNext=Rechercher le suivant...
+simplyhtml.findReplaceDialogTitle=Rechercher et remplacer
+simplyhtml.findReplaceLabel=Rechercher et remplacer
+simplyhtml.findReplaceTip=Rechercher et remplacer
+simplyhtml.fontBoldLabel=Gras
+simplyhtml.fontBoldTip=Gras
+simplyhtml.fontColorLabel=Couleur du texte...
+simplyhtml.fontColorTip=Couleur du texte
+simplyhtml.fontDialogTitle=Police de caract\u00E8res
+simplyhtml.fontItalicLabel=Italique
+simplyhtml.fontItalicTip=Italique
+simplyhtml.fontLabel=Police...
+simplyhtml.fontTabLabel=Police
+simplyhtml.fontTip=Format de police...
+simplyhtml.fontUnderlineLabel=Soulign\u00E9
+simplyhtml.fontUnderlineTip=Soulign\u00E9
+simplyhtml.foregroundLabel=Premier plan
+simplyhtml.formatLabel=Mise en forme
+simplyhtml.formatListLabel=Options de liste...
+simplyhtml.formatListTip=Changer la mise en forme de la liste
+simplyhtml.formatParaLabel=Paragraphe...
+simplyhtml.formatParaTip=Changer la mise en forme du paragraphe
+simplyhtml.formatTableLabel=Tableau...
+simplyhtml.formatTableTip=Mise en forme de tableau
+simplyhtml.helpLabel=Aide
+simplyhtml.htmlTabTitle=Code HTML
+simplyhtml.imageFileDesc=Fichiers images
+simplyhtml.insertTableColLabel=Ins\u00E9rer une colonne
+simplyhtml.insertTableLabel=Tableau...
+simplyhtml.insertTableMsg=Nombre de colonnes ?
+simplyhtml.insertTableRowLabel=Ins\u00E9rer une ligne
+simplyhtml.insertTableTitle=Ins\u00E9rer un tableau
+simplyhtml.italicName=Italique
+simplyhtml.layoutTabTitle=Texte riche
+simplyhtml.leftLabel=A gauche
+simplyhtml.listDialogTitle=Mise en forme de liste
+simplyhtml.listIndentTitle=Indentation
+simplyhtml.listPosInside=Int\u00E9rieure
+simplyhtml.listPositionLabel=Position
+simplyhtml.listPosOutside=Ext\u00E9rieure
+simplyhtml.listTypeCircle=Cercle
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=Disque plein
+simplyhtml.listTypeLabel=Type
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=Aucun
+simplyhtml.listTypeSquare=Carr\u00E9
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Ext\u00E9rieur
+simplyhtml.matchApproximately=Accepter les variantes
+simplyhtml.matchApproximately.tooltip=<html>Rechercher les variantes des mots<br>Par exemple : rechercher 'fichier' trouvera 'fichier'</html>
+simplyhtml.matchCase=Respecter la casse
+simplyhtml.matchCase.tooltip=Rechercher en respectant les majuscules / minuscules
+simplyhtml.newStyleDefaultName=Nouveau style
+simplyhtml.nextTableCellLabel=Cellule suivante
+simplyhtml.noLineLabel=Aucun
+simplyhtml.noMoreOccurrencesFound=Aucune (autre) occurrence trouv\u00E9e.
+simplyhtml.okBtnName=Valider
+simplyhtml.paddingLabel=Int\u00E9rieur
+simplyhtml.paraAlignCenterLabel=Aligner au centre
+simplyhtml.paraAlignCenterTip=Aligner le paragraphe au centre
+simplyhtml.paraAlignLeftLabel=Aligner \u00E0 gauche
+simplyhtml.paraAlignLeftTip=Aligner le paragraphe \u00E0 gauche
+simplyhtml.paraAlignRightLabel=Aligner \u00E0 droite
+simplyhtml.paraAlignRightTip=Aligner le paragraphe \u00E0 droite
+simplyhtml.paraStyleDialogTitle=Style de paragraphe
+simplyhtml.paraTabLabel=Paragraphe
+simplyhtml.pasteHTMLLabel=Coller avec mise en forme
+simplyhtml.pasteLabel=Coller
+simplyhtml.pastePlainTextLabel=Coller en texte brut
+simplyhtml.pasteTip=Coller
+simplyhtml.plainName=Normal
+simplyhtml.previewLabel=Pr\u00E9visualisation
+simplyhtml.previewText=Texte d'exemple
+simplyhtml.prevTableCellLabel=Cellule pr\u00E9c\u00E9dente
+simplyhtml.printLabel=Imprimer...
+simplyhtml.redoLabel=R\u00E9tablir
+simplyhtml.redoTip=R\u00E9tablir
+simplyhtml.replace=Remplacer...
+simplyhtml.replaceAll=Tout
+simplyhtml.replaceDone=Terminer
+simplyhtml.replaceNo=Non
+simplyhtml.replaceThisQuery=Remplacer cette occurence de
+simplyhtml.replaceWith=Remplacer par
+simplyhtml.replaceYes=Oui
+simplyhtml.rightLabel=A droite
+simplyhtml.searchDown=Chercher vers le bas
+simplyhtml.searchDown.tooltip=Cherche vers le bas
+simplyhtml.searchFromStart=Chercher depuis le d\u00E9but
+simplyhtml.searchFromStart.tooltip=Chercher depuis le d\u00E9but sans tenir compte de la position courante
+simplyhtml.searchUp=Chercher vers le haut
+simplyhtml.searchUp.tooltip=Chercher vers le haut
+simplyhtml.selectAllLabel=S\u00E9lectionner tout
+simplyhtml.sizeLabel=Taille
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=Barr\u00E9
+simplyhtml.styleLabel=Style
+simplyhtml.styleNameInputText=Nom du nouveau style ?
+simplyhtml.styleNameInputTitle=Enregistrer le style
+simplyhtml.tableBgColLabel=Couleur de fond :
+simplyhtml.tableDialogTitle=Mise en forme de tableau
+simplyhtml.tableLabel=Tableau
+simplyhtml.tablePanelTitle=Mise en forme de tableau
+simplyhtml.tableWidthLabel=Largeur
+simplyhtml.textIndentLabel=Indentation
+simplyhtml.textToFind=Texte \u00E0 rechercher
+simplyhtml.thisCellRangeLabel=Cette cellule
+simplyhtml.thisColRangeLabel=Cette colonne
+simplyhtml.thisRowRangeLabel=Cette ligne
+simplyhtml.toggleBulletsLabel=Liste \u00E0 puces
+simplyhtml.toggleBulletsTip=Activer/D\u00E9sactiver la liste \u00E0 puces
+simplyhtml.toggleNumbersLabel=Liste num\u00E9rot\u00E9e
+simplyhtml.toggleNumbersTip=Activer/D\u00E9sactiver la liste num\u00E9rot\u00E9e
+simplyhtml.topLabel=En haut
+simplyhtml.uLineLabel=Soulign\u00E9
+simplyhtml.unableToOpenFileError=Le fichier ne peut pas \u00EAtre ouvert
+simplyhtml.unableToRedoError=Impossible de r\u00E9tablir :
+simplyhtml.unableToUndoError=Impossible d'annuler :
+simplyhtml.undoLabel=Annuler
+simplyhtml.undoTip=Annuler
+simplyhtml.valignBaseline=Ligne de base
+simplyhtml.valignBottom=En bas
+simplyhtml.valignLabel=Alignement vertical
+simplyhtml.valignMiddle=Centr\u00E9
+simplyhtml.valignTop=En haut
+simplyhtml.wholeWordsOnly=Mots entiers
+simplyhtml.wholeWordsOnly.tooltip=Rechercher uniquement les mots entiers
+SortNodes.text=Trier les fils
+SortNodes.tooltip=Trie par ordre alphab\u00E9tique tous les fils d'un n\u0153ud
+split=Diviser
+SplitConditionAction.text=Dupliquer sans n\u00E9gation
+SplitNode.text=Diviser le n\u0153ud
+SplitNode.tooltip=Divise le n\u0153ud en plusieurs n\u0153uds de m\u00EAme niveau, chaque ligne devient un n\u0153ud
+STANDARD_FORMAT=Standard
+stop_processing=Ne pas \u00E9valuer les styles suivants
+StringFlavorHandler=Coller en texte brut en conservant la hi\u00E9rarchie
+StructuredHtmlFlavorHandler=Coller en HTML en conservant la hi\u00E9rarchie
+style=Style
+style_already_exists=Ce style existe d\u00E9j\u00E0
+styledialog.cancel.text=Annuler
+styledialog.ok.text=Valider
+styles=Styles
+styles.AutomaticLayout=Styles automatiques par niveau
+styles.connection=Connexion
+styles.date=Date
+styles.definition=D\u00E9finition
+styles.description=Description
+styles.floating_node=N\u0153ud flottant
+styles.idea=Id\u00E9e
+styles.important=Important
+styles.key=Clef
+styles.list=Liste
+styles.needs_action=Action
+styles.note=Note
+styles.ok=Ok
+styles.pending=En attente
+styles.predefined=Styles pr\u00E9d\u00E9finis
+styles.question=Question
+styles.quotation=Citation
+styles.root_node=Styles
+styles.subsubtopic=Sous-sous-titre
+styles.subtopic=Sous-titre
+styles.topic=Titre
+styles.user-defined=Styles utilisateur
+styles.website=Site web
+styles_menu=Styles
+submenu_keystroke_in_use_error=Le raccourci {0} ne peut pas \u00EAtre utilis\u00E9 pour le sous-menu {1}. Le raccourci a \u00E9t\u00E9 supprim\u00E9.
+summary_nodes=N\u0153ud de synth\u00E8se
+summary_not_possible=Impossible de cr\u00E9er une synth\u00E8se pour le(s) n\u0153ud(s) s\u00E9lectionn\u00E9s
+SummaryNodeAction.text=Fin de synth\u00E8se
+svg=*.svg
+template_dir=Mod\u00E8les
+TimeListAction.text=Afficher la liste des alertes...
+TimeListAction.tooltip=Montre toutes les alertes horaire ainsi que les n\u0153uds associ\u00E9s.
+TimeManagementAction.text=Afficher le calendrier...
+TimeManagementAction.tooltip=Affiche le calendrier
+ToggleChildrenFoldedAction.text=Plier/D\u00E9plier la branche
+ToggleDetailsAction.text=Afficher les d\u00E9tails
+ToggleFBarAction.text=Barre des touches de fonction
+ToggleFoldedAction.text=Plier/D\u00E9plier le n\u0153ud
+ToggleFullScreenAction.text=Plein \u00E9cran
+ToggleLeftToolbarAction.text=Barre d'&ic\u00F4nes
+ToggleMenubarAction.text=Barre de menus
+ToggleStatusAction.text=Barre d'\u00E9tat
+ToggleToolbarAction.text=Barre d'outils principale
+undefined_error=Une erreur impr\u00E9vue vient de se produire. Merci de bien vouloir signaler le bogue.
+underline=Soulign\u00E9
+UnderlineAction.text=Soulign\u00E9
+underlined=Soulign\u00E9
+UndoAction.text=Annuler
+UndoFilterAction.text=Filtre pr\u00E9c\u00E9dent
+unfold=D\u00E9plier
+UnfoldAllAction.text=Tout d\u00E9plier
+UnfoldAllAction.tooltip=D\u00E9plie les n\u0153uds s\u00E9lectionn\u00E9s ainsi que leurs fils
+UnfoldOneLevelAction.text=D\u00E9plier un niveau
+UnfoldOneLevelAction.tooltip=D\u00E9plie un niveau des n\u0153uds s\u00E9lectionn\u00E9s
+up=Monter
+update_failed=La mise \u00E0 jour a \u00E9chou\u00E9. D\u00E9tail de l''erreur : {0}
+UpdateCheckAction.text=V\u00E9rifier les mises \u00E0 jour...
+updatecheckdialog=V\u00E9rification de mise \u00E0 jour
+url_error=Cette URL est incorrecte !
+url_open_error=Impossible d''ouvrir la carte \u00E0 l''URL {0} .
+used_in_menu=Ce raccourci ne peut \u00EAtre d\u00E9fini, car il est utilis\u00E9 comme raccourci de menu.
+UsePlainTextAction.text=N\u0153ud en texte brut
+user_config_folder=Dossier des param\u00E8tres utilisateur : {0}
+user_defined_scale=Personnalis\u00E9e
+user_defined_zoom=Zoom personnalis\u00E9
+user_defined_zoom_status_bar=Niveau de zoom : {0}%
+user_icon=Icone utilisateur "{0}"
+user_template_dir=Mod\u00E8les utilisateur
+user_zoom=Zoom pour l'impression (0.0 - 2.0) :
+value_format=Format de la valeur
+version_up_to_date=Vous utilisez d\u00E9j\u00E0 la derni\u00E8re version de Freeplane.
+ViewerControllerAction.text=Objet...
+ViewLayoutTypeAction.OUTLINE.text=Vue plan
+WebDocuAction.text=Documentation Web
+width=Largeur
+wrong_regexp=L''expression "{0}" est incorrecte, erreur : "{1}"
+xslt_export.html=HTML
+xslt_export.latex=Document LaTeX
+xslt_export.latexbook=Classeur LaTeX
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Microsoft Excel 2003 et au-del\u00E0
+xslt_export.ms_project=Microsoft Project 2003 et au-del\u00E0
+xslt_export.ms_word=Microsoft Word 2003 et au-del\u00E0
+xslt_export.text=Texte brut
+xslt_export_not_possible=Export  XSLT impossible
+yes=Oui
+ZoomInAction.text=Augmenter le zoom
+ZoomOutAction.text=R\u00E9duire le zoom
diff --git a/freeplane/resources/translations/Resources_gl.properties b/freeplane/resources/translations/Resources_gl.properties
index 159323d..cf74d7a 100644
--- a/freeplane/resources/translations/Resources_gl.properties
+++ b/freeplane/resources/translations/Resources_gl.properties
@@ -1,858 +1,858 @@
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = Modificar o formato dos nodos
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Modificar patr\u00F3n
-accessories/plugins/EncryptNode.properties_0 = Escolla un contrasinal para o nodo cifrado.
-accessories/plugins/EncryptNode.properties_1 = Os contrasinais non coinciden ou son demasiado curtos.
-accessories/plugins/EncryptNode.properties_2 = Escriba o contrasinal:
-accessories/plugins/EncryptNode.properties_3 = Reescriba o contrasinal:
-accessories/plugins/EncryptNode.properties_4 = Escriba o seu contrasinal.
-accessories/plugins/EncryptNode.properties_6 = Aceptar
-accessories/plugins/EncryptNode.properties_7 = Cancelar
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = S\u00F3 se pode desactivar o estado de cifrado dun nodo xa cifrado. Por favor insira un nodo dese tipo a trav\u00E9s do men\u00FA de ferramentas.
-accessories/plugins/EncryptNode.properties_select_me = Selecci\u00F3neme para continuar!
-accessories/plugins/EncryptNode.properties_wrong_password = O contrasinal \u00E9 incorrecto.
-accessories/plugins/ExportWithXSLT.tooltip = Este \u00E9 un m\u00E9todo de exportaci\u00F3n uniforme mediante scripts XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Como un applet de Java.
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exporta o mapa como un applet de Java para o navegador.
-accessories/plugins/ExportWithXSLT_Flash.text = Como Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exporta o mapa como unha aplicaci\u00F3n de Flash.
-accessories/plugins/ExportWithXSLT_HTML.text = Como XHTML (versi\u00F3n JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Como XHTML (versi\u00F3n imaxe de mapa premible)
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Recursos do nodo RECURSOS ao ficheiro do TaskJuggler...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exporta os recursos do nodo RECURSOS ao m\u00F3dulo Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tarefas do nodo TAREFAS a ficheiro de TaskJuggler...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exporta as tarefas do nodo TAREFAS ao m\u00F3dulo Taskjuggler. </html>
-AddLocalLinkAction.text = Engadir hipeligaz\u00F3n local
-antialias_all = Suavizar todo
-antialias_edges = Suavizar arcos
-antialias_none = Non suavizar
-apply = Aplicar
-ApplyAction.text = Aplicar
-ApplyFormatPlugin.text = Modificar o formato...
-ApplyFormatPlugin.tooltip = Abre unha caixa de di\u00E1logo na que os atributos do nodo e do arco poden modificarse dunha soa vez.
-ApplyNoFilteringAction.text = Sen filtrado
-as_parent = Como pai
-AssignAttributesAction.text = Asignar atributos...
-attribute_delete = Borrar todos os valores
-attribute_delete_value = Borrar este valor
-attribute_font_size_tooltip = Tama\u00F1o da fonte do atributo
-attribute_list_box_label_text = Valores existentes
-attribute_replace = Substitu\u00EDr por
-attribute_top = Todos os atributos co\u00F1ecidos para os mapas cargados
-attributes_adding_empty_attribute_error = Non pode usar unha cadea valeira como nome de atributo
-attributes_all = Todos os atributos
-attributes_attribute = Atributos
-attributes_close = Pechar
-attributes_deselect_all = Nada
-attributes_dialog_title = Attribute Manager[translate me]
-attributes_edit = Editar
-attributes_for_selected = Nodos seleccionados
-attributes_for_visible = Todos os nodos visibles
-attributes_import = Importar
-attributes_import_tooltip = Importar os atributos doutros mapas cargados
-attributes_no_import_candidates_found = Non se atoparon novos atributos
-attributes_popup_delete = Borrar
-attributes_popup_down = Abaixo
-attributes_popup_edit = Editar
-attributes_popup_hide = Ocultar
-attributes_popup_new = Novo atributo
-attributes_popup_optimal_width = Largura \u00F3ptima
-attributes_popup_up = Arriba
-attributes_refresh = Actualizar
-attributes_restricted_attributes_tooltip = Conxunto restrinxido de atributos
-attributes_restricted_values_tooltip = Conxunto restrinxido de valores para o atributo actual
-attributes_restriction = Conxunto restrinxido
-attributes_select_all_tooltip = Seleccionar/Deseleccionar todo
-attributes_skip_root = Saltar o nodo ra\u00EDz
-attributes_visible = Selecci\u00F3n para Ver->Atributo->Amosar Atributos Seleccionados
-attributes_visible_tooltip = Selecci\u00F3n para Ver->Atributo->Amosar Atributos Seleccionados
-automatically_save_message = O mapa gardouse automaticamente (usando o nome de ficheiro {0})...
-AutomaticLayoutAction.text = Dese\u00F1o autom\u00E1tico
-AutomaticLayoutAction.tooltip = <html>Fixa o dese\u00F1o do mapa.<br>O primeiro nivel \u00E9 negro, o segundo azul,etc.</html>
-BackAction.text = Volver
-background = Fondo
-bitmaps = bitmaps[translate me]
-BlinkingNodeHookAction.text = Nodo intermitente
-BlinkingNodeHookAction.tooltip = <html>Isto fai que o nodo sexa intermitente. Te\u00F1a coidado. Non o aplique a moitos nodos <strong>nin con outros formatos autom\u00E1ticos sobre o mesmo nodo</strong></html>
-BoldAction.text = Negra
-boldify_branch = Po\u00F1er en negra
-branch = Rama
-cancel = Cancelar
-CancelAction.text = Cancelar
-cannot_add_parent_diff_parents = Todos os nodos deben ter o mesmo pai para poder usar esta funci\u00F3n.
-cannot_add_parent_to_root = Non se pode engadir o nodo ra\u00EDz a un novo pai.
-cannot_join_nodes_with_children = Non \u00E9 posible unir nodos con fillos
-cannot_move_to_child = Non se pode mover un nodo a un dos seus fillos.
-CenterAction.text = Centrar
-ChangeConnectorArrowsAction.backward.text = Volver
-ChangeConnectorArrowsAction.forward.text = Avanzar
-ChangeNodeLevelLeftsAction.text = Nodo esquerdo
-ChangeNodeLevelLeftsAction.tooltip = \u00C1 esquerda da ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara abaixo. Convertese en fillo do irm\u00E1n que est\u00E1 enriba. \u00C1 dereita do ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara arriba. Directamente na ra\u00EDz, os nodos cambian de lado.
-ChangeNodeLevelRightsAction.text = Nodo dereito
-ChangeNodeLevelRightsAction.tooltip = \u00C1 dereita da ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara abaixo. Convertese en fillo do irm\u00E1n que est\u00E1 enriba. \u00C1 esquerda do ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara arriba. Directamente na ra\u00EDz, os nodos cambian de lado.
-choose_background_color = Escolla a cor de fondo:
-choose_cloud_color = Escolla a cor da nube:
-choose_edge_color = Escoller a cor dos arcos
-choose_node_background_color = Escolla a cor de fondo do nodo:
-choose_node_color = Escolla a cor do nodo:
-CloseAction.text = Pechar
-CloudAction.text = Nube
-CloudColorAction.text = Cor da nube...
-ColorProperty.ResetColor = Restablecer cor
-combined = Combinado
-CopyAction.text = Copiar
-CopySingleAction.text = Copia simple
-CreationModificationPluginAction.text = Amosar tempos de modificaci\u00F3n
-CreationModificationPluginAction.tooltip = <html>Esta funci\u00F3n mant\u00E9n un seguimento dos tempos de creaci\u00F3n e modificaci\u00F3n dos nodos.</html>
-CutAction.text = Cortar
-decrease_branch_font_size = Fonte menor
-DecreaseNodeFontAction.text = Fonte menor
-delete = Borrar
-delete_child = Eliminar Nodo
-DeleteAction.text = Eliminar nodo
-DeleteConditionAction.text = Borrar
-DocumentationAction.text = Documentaci\u00F3n
-edge = Arco
-edge_style = Estilo do arco
-edge_width = Largura do arco
-EdgeColorAction.text = Cor do arco...
-EdgeStyleAction.bezier.text = Curva bezier
-EdgeStyleAction.horizontal.text = Horizontal[translate me]
-EdgeStyleAction.linear.text = Lineal
-EdgeStyleAction.sharp_bezier.text = Bezier afiada
-EdgeStyleAction.sharp_linear.text = Lineal afiada
-EdgeStyleAsParentAction.text = Como pai
-EdgeWidthAction_width_parent.text = Pai
-EdgeWidthAction_width_thin.text = Fino
-edit = Editar
-edit.decision = HTML Editor[translate me]
-edit_link_manually = Editar a ligaz\u00F3n manualmente...
-edit_middle_label = Edit Middle Label[translate me]
-edit_source_label = Edit Source Label[translate me]
-EditAction.text = Editar nodo
-EditAttributesAction.text = Editar os atributos
-EditFilterAction.text = Editar
-EditLongAction.text = Editar un nodo longo...
-EncryptedMap.text = Crear un mapa cifrado...
-EncryptedMap.tooltip = Crear un novo mapa cifrado.
-enter_base_url = Vanse pegar ligaz\u00F3ns relativas. Insira a URL base.
-enter_confirms = Prema Enter para confirmar
-EnterPassword.text = Activar/desactivar cifrado / descifrado
-error = Erro
-error_creating_directory = Non foi posible crear o directorio para a exportaci\u00F3n.
-ExecuteScripts.text = Scripts[translate me]
-export_pdf_text = Formato de Documento Portable (PDF)
-export_svg_text = Vector Gr\u00E1fico Escalable (SVG)
-ExportAction.text = Exportar
-ExportBranchToHTMLAction.text = Rama como HTML
-ExportPdf.text = Como PDF...
-ExportSvg.text = Como SVG...
-ExportToHTMLAction.text = Como HTML
-ExportToImage.jpg.text = Como JPEG...
-ExportToImage.png.text = Como PNG...
-ExportToOoWriter.tooltip = Os nodos despregados forman a estrutura e os pregados o contido do documento.
-extension_menu = Estilo f\u00EDsico
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ
-file = Ficheiro
-file_already_exists = O ficheiro {0} xa existe. Desexa sobrescribilo?
-file_not_found = Non se atopou o Ficheiro {0}
-filter = Filtro
-filter_and = E
-filter_conditions = Filtros
-filter_contains = Cont\u00E9n
-filter_delete = Borrar
-filter_dialog = Creador de filtros
-filter_does_not_exist = Non existe
-filter_edit_description = Editar a lista de filtros
-filter_enter_value = Introduza un valor
-filter_exist = Existe
-filter_icon = Icona
-filter_is_equal_to = Coincide con
-filter_is_not_equal_to = Non coincide con
-filter_link = Hyperlink[translate me]
-filter_no_filtering = Sen filtrado
-filter_node = Texto do nodo
-filter_not = Non
-filter_or = Ou
-filter_select = Seleccionar
-filter_selected_node_view = Nodos seleccionados actualmente
-find_what = Que desexa buscar?
-FindAction.text = Buscar...
-fit_map_to_page = Axustar a unha p\u00E1xina
-FitToPage.text = Aplicar zoom para axustar \u00E1 p\u00E1xina
-FitToPage.tooltip = Axusta o zoom de xeito que se vexa o mapa enteiro na vent\u00E1 actual.
-fold = Pregar
-FoldAllAction.text = Pregar todos
-FoldAllAction.tooltip = <html>Pregar os nodos seleccionados e todos os seus fillos.</html>
-FoldOneLevelAction.text = Pregar un nivel
-FoldOneLevelAction.tooltip = <html>Prega os nodos seleccionados un nivel.</html>
-FollowLinkAction.text = Abrir a hiperligaz\u00F3n:
-font = Tipo de letra
-FontFamilyAction.text = Familia de tipo de letra
-FontSizeAction.text = Tama\u00F1o do tipo de letra
-format_menu_edge_styles = Estilo dos arcos
-format_menu_edge_widths = Largura dos arcos
-FormatCopy.text = Copiar o fomato
-FormatCopy.tooltip = <html>Copia o formato dun nodo.</html>
-FormatPaste.text = Pegar o formato
-FormatPaste.tooltip = <html>Pega o formato dun nodo.</html>
-ForwardAction.text = Avanzar
-Freeplane.progress.buildScreen = Construir pantalla...
-Freeplane.progress.createController = Crear controlador...
-Freeplane.progress.createInitialMode = Crear modo inicial...
-Freeplane.progress.endStartup = Finalizar a inicializaci\u00F3n.
-Freeplane.progress.gettingPreferenceDirectories = Obtendo os directorios de preferencias...
-Freeplane.progress.gettingPreferences = Obter preferencias...
-Freeplane.progress.loadMaps = Cargar mapas...
-Freeplane.progress.propagateLookAndFeel = Propagar a apariencia...
-Freeplane.progress.settingPreferences = Configurar preferencias...
-Freeplane.progress.startCreateController = Comezar a crear un controlador...
-Freeplane.progress.updateLookAndFeel = Actualizar a apariencia...
-freeplane_reverted = Freeplane_Restaurado_
-FreeplaneHelpStarter.text = Axuda...
-FreeplaneHelpStarter.tooltip = Axuda estendida do Freeplane
-GotoLinkNodeAction.text = Ir \u00E1 ligaz\u00F3n
-GrabKeyDialog.common.cancel = Cancelar
-GrabKeyDialog.common.ok = Aceptar
-GrabKeyDialog.grab-key.assigned-to = Asignado a
-GrabKeyDialog.grab-key.assigned-to.none = Actualmente sen asignar
-GrabKeyDialog.grab-key.remove = Eliminar
-GrabKeyDialog.grab-key.remove-ask = Est\u00E1 seguro que quere quitar este atallo de teclado?
-GrabKeyDialog.grab-key.title = Introducir nova tecla
-help = Axuda
-HideAllAttributesAction.text = Ocultar todos os atributos
-HierarchicalIconsAction.text = Amosar as iconas xerarquicamente
-HierarchicalIconsAction.tooltip = Se un dos meus netos ou fillos ten unha icona, amosareina tam\u00E9n en minatura.
-html_export_based_on_headings = Exportar HTML - Baseado nas cabeceiras
-html_export_fold_all = Exportar HTML - Pregar todo
-html_export_fold_currently_folded = Exportar HTML - Pregar os actualmente pregados
-html_export_no_folding = Exportar HTML - Sen pregar
-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_attach = Ollar aqu\u00ED
-icon_back = Volver
-icon_bee = Freeplane[translate me]
-icon_bell = Lembrar
-icon_bookmark = Excelente
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Incorrecto
-icon_button_ok = Aceptar
-icon_clanbomber = Perigoso
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Non esqueza
-icon_down = Abaixo
-icon_family = Familia
-icon_female1 = Female1[translate me]
-icon_flag = Bandeira
-icon_flag-black = Black Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_folder = Folder[translate me]
-icon_forward = Avanzar
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Prioridade 1
-icon_full-2 = Prioridade 2
-icon_full-3 = Prioridade 3
-icon_full-4 = Prioridade 4
-icon_full-5 = Prioridade 5
-icon_full-6 = Prioridade 6
-icon_full-7 = Prioridade 7
-icon_gohome = Inicio
-icon_help = Pregunta
-icon_idea = Idea
-icon_info = Info[translate me]
-icon_kaddressbook = Tel\u00E9fono
-icon_kmail = E-Mail[translate me]
-icon_knotify = M\u00FAsica
-icon_korn = Caixa de correo
-icon_ksmiletris = Estou feliz
-icon_licq = Bo
-icon_Mail = Correo
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_males = Males[translate me]
-icon_menu = Iconas
-icon_messagebox_warning = Importante
-icon_password = Chave
-icon_pencil = Hai que refinalo
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = Non estou divertido
-icon_stop = Parar
-icon_up = Arriba
-icon_wizard = Asistente
-icon_xmag = Hai que discutilo
-icon_yes = Importante
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.office.text = Office[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Seleccionar unha icona...
-IconSelectionPlugin.tooltip = <html>Aqu\u00ED pode seleccionar unha icona a trav\u00E9s dunha subvent\u00E1.</html>
-import = Importar
-import_linked_branch_no_link = O nodo seleccionado non ten ligaz\u00F3n desde a que importar.
-ImportAction.text = Importar
-ImportBranchAction.text = Rama...
-ImportExplorerFavoritesAction.text = Favoritos do Explorer...
-ImportFolderStructureAction.text = Estrutura de cartafoles...
-ImportLinkedBranchAction.text = Rama ligada
-ImportLinkedBranchWithoutRootAction.text = (Rama ligada) Sen ra\u00EDz...
-ImportMindmanagerFiles.text = Mapa MindManager X5...
-increase_branch_font_size = Tipo de letra maior
-IncreaseNodeFontAction.text = Tipo de letra maior
-ItalicAction.text = Cursiva
-italicise_branch = Por en cursiva
-JoinNodesAction.text = Unir nodos
-less_than_two_selected_nodes = Debe seleccionar polo menos dous nodos para obter ligaz\u00F3ns.
-link_not_available_any_more = Esta ligaz\u00F3n xa non \u00E9 v\u00E1lida. Borrouse o nodo.
-link_not_found = Non se atopou a ligaz\u00F3n {0}.
-locking_failed_by_open = Fallou o bloqueo do mapa {0}. \u00C1brese s\u00F3 para lectura.
-locking_failed_by_save_as = Fallou o bloqueo do mapa {0}. Interrompeuse a acci\u00F3n Gardar como.
-locking_old_lock_removed = O usuario {1} bloqueara o mapa {0}. Eliminouse o bloqueo porque caducou.
-long_node_changed_cancel = Modificou o nodo. Desexa descartar os cambios?
-long_node_changed_submit = Modificou o nodo. Desexa gardar os cambios?
-lots_of_links_warning = Est\u00E1 a piques de crear unha chea de ligaz\u00F3ns para o mesmo nodo. Desexa realmente crear estas ligaz\u00F3ns?
-map_already_exists = O mapa xa existe. Desexa sobrescribilo?
-map_corrupted = O mapa est\u00E1 danado. Desexa ver os detalles?
-map_locked_by_open = O mapa {0} est\u00E1 a ser editado polo usuario {1}. Abrir copia s\u00F3 para lectura.
-map_locked_by_save_as = O mapa {0} est\u00E1 a ser editado polo usuario {1}. Interrompeuse a acci\u00F3n Gardar como.
-MapBackgroundColorAction.text = Map Background[translate me]
-menu_attributes = Atributos
-menu_extras = Ferramentas
-menu_file_import = Importar
-menu_format = Formato
-menu_insert = Inserir
-menu_navigate = Navegar
-menu_view = Ver
-mindmap = Mapa
-mindmaps = Mapas
-mindmaps_desc = Mapas (*.mm)
-mode_Browse = Browse Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Modo non dispo\u00F1ible
-mode_status = O modo cambiouse ao modo {0}
-mode_title = Freeplane - Modo {0}
-modes = Modos
-ModesMenuAction.Browse.text = Map Browser[translate me]
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Ficheiros m\u00E1is recentes
-MoveToRootAction.text = Ir \u00E1 ra\u00EDz
-NavigationNextMapAction.text = Seguinte mapa
-NavigationPreviousMapAction.text = Mapa anterior
-new_mindmap = Novo mapa mental
-new_node = Novo nodo
-new_node_as_sibling_not_possible_for_the_root = Non \u00E9 posible crear un novo nodo irm\u00E1n do ra\u00EDz.
-NewChildAction.text = Novo nodo fillo
-NewMapAction.text = Novo
-NewParentNode.text = Novo nodo pai
-NewPreviousSiblingAction.text = Novo nodo irm\u00E1n previo
-NewSiblingAction.text = Novo nodo irm\u00E1n
-no = Non
-no_format_copy_before_format_paste = Non pode pegar un formato sen antes copiar un.
-no_found_from = <html>Non se atopou <b>{0}</b>  desde <b>{1}</b>.
-no_more_found_from = <html>Non se atopou m\u00E1is <b>{0}</b>  desde <b>{1}</b>.
-no_previous_find = Non se atopou ningunha ocorrencia anterior.
-node = Nodo
-node_changed_discard_changes = Modificou o nodo. Desexa descartar os cambios?
-NodeBackgroundColorAction.text = Cor de fondo do nodo...
-NodeColorAction.text = Cor do nodo...
-NodeColorBlendAction.text = Combinar cor
-NodeDownAction.text = Nodo inferior
-NodeListAction.text = Buscar e substitu\u00EDr
-NodeListAction.tooltip = Mostra todos os nodos como unha lista na que se pode buscar con propiedades de filtros
-NodeShapeAction.bubble.text = Burbulla
-NodeShapeAction.fork.text = Bifurcaci\u00F3n
-NodeUpAction.text = Nodo superior
-nonboldify_branch = Quitar negra
-nonitalicise_branch = Quitar cursiva
-normal = Normal
-not_saved_for_link_error = O mapa debe ser gardado antes de poder configurar unha ligaz\u00F3n a trav\u00E9s do selector de ficheiros
-ok = Aceptar
-OKAction.text = Aceptar
-OpenAction.text = Abrir...
-OpenPathAction.text = Open File[translate me]
-option_changes_may_require_restart = Para visualizar o efecto dos cambios da configuraci\u00F3n, probablemente deba reiniciar o Freeplane.
-OptionPanel.absolute = Absoluto
-OptionPanel.antialias = Suavizado
-OptionPanel.antialias.tooltip = <html>Determina a calidade do mapa. M\u00E1is suavizado necesita mais tempo.</html>
-OptionPanel.antialias_all = Suavizar todo
-OptionPanel.antialias_edges = Suavizar arcos
-OptionPanel.antialias_none = Sen suavizado
-OptionPanel.Appearance = Aparencias
-OptionPanel.ar = Ar
-OptionPanel.as_parent = Como pai
-OptionPanel.automaticFormat_level = Estilos de dese\u00F1o autom\u00E1tico
-OptionPanel.automaticFormat_level1 = Formato do nodo ra\u00EDz
-OptionPanel.Behaviour = Funcionamento
-OptionPanel.bezier = bezier[translate me]
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.Cancel = Cancelar
-OptionPanel.childpattern = Patr\u00F3n fillo
-OptionPanel.childpattern.tooltip = O patr\u00F3n seleccionado apl\u00EDcase a todos os fillos.
-OptionPanel.clear_all_setters = Cambiar todo
-OptionPanel.clear_all_setters.tooltip = Habilita ou desabilita a indicaci\u00F3n de todos os cambios.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Combinado
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Predeterminado
-OptionPanel.default_browser_command_mac = Comando predeterminado de navegaci\u00F3n en Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> e MAC: (grazas a Nick!)</html>
-OptionPanel.default_browser_command_other_os = Comando predeterminado de navegaci\u00F3n noutros sistemas operativos
-OptionPanel.default_browser_command_windows_9x = Comando predeterminado de navegaci\u00F3n en Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>No sistema operativo Windows (os signos "" son necesarios porque as ligaz\u00F3ns pos\u00FAen "=" no seu URL).</html
-OptionPanel.default_browser_command_windows_nt = Comando predeterminado de navegaci\u00F3n en Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>No sistema operativo Windows (os signos "" son necesarios porque as ligaz\u00F3ns pos\u00FAen "=" no seu URL).</html
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = Predeterminadas
-OptionPanel.delete_automatic_saves_at_exit = Borrar o gardado automaticamente ao sa\u00EDr
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Se desexa eliminar automaticamente os ficheiros cando sae de Freeplane con normalidade, po\u00F1a a seguinte variable como verdadeira</html>
-OptionPanel.disable_cursor_move_paper = Deshabilitar o cursor ao arrastrar o papel
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Non mostrar o cursor de movemento mentres se arrastra o papel</html>
-OptionPanel.edgecolor = Cor do arco
-OptionPanel.edgecolor.tooltip = Propiedade do arco ao nodo pai (apl\u00EDcase tam\u00E9n a todos os nodos fillos)
-OptionPanel.edgestyle = Estilo da marxe
-OptionPanel.edgestyle.tooltip = Propiedade do arco ao nodo pai (apl\u00EDcase tam\u00E9n a todos os nodos fillos)
-OptionPanel.edgewidth = Largura do arco
-OptionPanel.edgewidth.tooltip = Propiedade do arco ao nodo pai (apl\u00EDcase tam\u00E9n a todos os nodos fillos)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Premer Intro confirma por defecto
-OptionPanel.el__max_default_window_height = Altura m\u00E1xima predeterminada da vent\u00E1
-OptionPanel.el__max_default_window_width = Largura m\u00E1xima por defecto da vent\u00E1
-OptionPanel.el__min_default_window_height = Altura m\u00EDnima predeterminada da vent\u00E1
-OptionPanel.el__min_default_window_width = Largura m\u00EDnima por defecto da vent\u00E1
-OptionPanel.en = En[translate me]
-OptionPanel.Environment = Contorno
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Bloqueo experimental do ficheiro
-OptionPanel.export_icons_in_html = Exportar iconas en Html
-OptionPanel.export_icons_in_html.tooltip = <html>Di se o HTML exportado desde o Freeplane debe conter iconas. O problema coas iconas \u00E9 que bastante a mi\u00FAdo as ligaz\u00F3ns \u00E1s iconas non se atopar\u00E1n no HTML exportado.</html>
-OptionPanel.Files = Ficheiros
-OptionPanel.first = Primeiro
-OptionPanel.foldingsymbolwidth.tooltip = <html>Largura do c\u00EDrculo que marca o despregado</html>
-OptionPanel.fork = Fork[translate me]
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.horizontal = horizontal[translate me]
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Baseado nas cabeceiras
-OptionPanel.html_export_fold_all = Pregar todos
-OptionPanel.html_export_fold_currently_folded = Pregar os pregados actualmente
-OptionPanel.html_export_folding = Exportar a HTML pregado
-OptionPanel.html_export_no_folding = Sen pregar
-OptionPanel.hu = Hu
-OptionPanel.icon = Icona
-OptionPanel.icon.tooltip = Se se aplica, o nodo ter\u00E1 exactamente esta icona.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Atallos de teclado
-OptionPanel.ko = Kr
-OptionPanel.label_font_size = Tama\u00F1o da fonte
-OptionPanel.language = Idioma
-OptionPanel.last = \u00DAltimo
-OptionPanel.links = Ligaz\u00F3ns
-OptionPanel.load_last_map = Abrir o \u00FAltimo mapa automaticamente.
-OptionPanel.load_last_map.tooltip = <html>Se est\u00E1 marcado, o Freeplane ao arrancar, localiza automaticamente o \u00FAltimo mapa aberto .</html>
-OptionPanel.lookandfeel = Apariencia
-OptionPanel.lookandfeel.tooltip = <html>A apariencia que se vai usar. Hai dispo\u00F1ible 'metal','windows','motif' e 'gtk'; 'mac' so est\u00E1 dispo\u00F1ible no Mac OS. 'default' significa que se usar\u00E1 a apariencia predeterminada. Se quere po\u00F1er a s\u00FAa propio apariencia, introduza aqu\u00ED o nome da clase e aseg\u00FArese de cargar o(s) correspondente(s) ficheiro(s) jar. Se hai problemas coa apariencia, ent\u00F3n escolla 'nothing'. Isto funciona coas miniaplicaci\u00F3ns</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Largura m\u00E1xima do nodo
-OptionPanel.max_node_width.tooltip = <html>A largura m\u00E1xima predeterminada do nodo en pixels</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nbn
-OptionPanel.nl = Ni
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Cor de fondo do nodo
-OptionPanel.nodebackgroundcolor.tooltip = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = Cor do nodo
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = Fonte en negra
-OptionPanel.nodefontitalic = Fonte en cursiva
-OptionPanel.nodefontname = Fonte do nodo
-OptionPanel.nodefontsize = Fonte do nodo
-OptionPanel.nodeshape = Estilo do nodo
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = Texto do nodo
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = Nada
-OptionPanel.number_of_different_files_for_automatic_save = N\u00FAmero de ficheiros diferentes para o gardado autom\u00E1tico
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> n\u00FAmero n de ficheiros diferentes nos que gardar os mapas. A primeira acci\u00F3n de gardar automaticamente as modficaci\u00F3ns \u00E9 executada no primeiro ficheiro, e as\u00ED sucesivamente ata a vez n+1 que se garda novamente no primeiro ficheiro (c\u00EDclico)</html> \t\n\n
-OptionPanel.OK = Gardar
-OptionPanel.patternname.tooltip = Nome de patr\u00F3n \u00FAnico
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Colocar novas ramas
-OptionPanel.pt_BR = PtBR
-OptionPanel.pt_PT = PtPT
-OptionPanel.relative = Relativo
-OptionPanel.ru = Ru
-OptionPanel.selection_method = M\u00E9todo de selecci\u00F3n
-OptionPanel.selection_method.tooltip = <html> Aqu\u00ED pode habilitar ou deshabilitar o esquema de selecci\u00F3n retardada. Opci\u00F3ns autom\u00E1ticas. Non as modifique pois gardaranse en auto.properties de todos modos.</html>
-OptionPanel.selection_method_by_click = Premendo
-OptionPanel.selection_method_delayed = Posposto
-OptionPanel.selection_method_direct = Directo
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Patr\u00F3ns
-OptionPanel.separator.anti_alias = Suavizado
-OptionPanel.separator.attributes = Atributos
-OptionPanel.separator.automatic_save = Gardar automaticamente
-OptionPanel.separator.behaviour = Funcionamento
-OptionPanel.separator.browser = Navegador
-OptionPanel.separator.CloudControls = Clouds[translate me]
-OptionPanel.separator.commands_for_the_program = Comandos para o programa
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Cores predeterminadas
-OptionPanel.separator.default_fonts = Fontes predeterminadas
-OptionPanel.separator.default_styles = Estilos predeterminados
-OptionPanel.separator.EdgeControls = Arcos
-OptionPanel.separator.edit_long_node_window = Vent\u00E1 de edici\u00F3n de nodo longo
-OptionPanel.separator.files = Ficheiros
-OptionPanel.separator.General = Xeral
-OptionPanel.separator.html_export = Exportar HTML
-OptionPanel.separator.hyperlink_types = Tipos de hiperligaz\u00F3n
-OptionPanel.separator.icon_properties = Iconas
-OptionPanel.separator.initial_map_size = Tama\u00F1o inicial do mapa
-OptionPanel.separator.key_typing = Premer teclas
-OptionPanel.separator.language = Idioma
-OptionPanel.separator.look_and_feel = Apariencia
-OptionPanel.separator.new_node_commands = Comandos do nodo novo
-OptionPanel.separator.node_editing_commands = Comandos de edici\u00F3n de nodos
-OptionPanel.separator.node_navigation_commands = Comandos de navegaci\u00F3n de nodos
-OptionPanel.separator.NodeColors = Cores do nodo
-OptionPanel.separator.NodeFont = Fonte do nodo
-OptionPanel.separator.other_defaults = Outras configuraci\u00F3ns predeterminadas
-OptionPanel.separator.others = Outras asociaci\u00F3ns de teclas
-OptionPanel.separator.patterns = Patr\u00F3ns
-OptionPanel.separator.save = Gardar
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = M\u00E9todo de selecci\u00F3n
-OptionPanel.separator.undo = Desfacer
-OptionPanel.set_property_text.tooltip = Baleiro: Non tocar; Menos=Borrar propiedade (establecer os valores predeterminados); M\u00E1is=Cambiar a propiedade
-OptionPanel.sharp_bezier = bezier afiada
-OptionPanel.sharp_linear = lineal afiada
-OptionPanel.show_icon_for_attributes = Amosar iconas para os atributos
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Cor est\u00E1ndar do fondo
-OptionPanel.standardbackgroundcolor.tooltip = <html>A cor est\u00E1ndar do fondo en notaci\u00F3n html</html>
-OptionPanel.standardcloudcolor = Cor est\u00E1ndar da nube
-OptionPanel.standardcloudestyle = Estilo est\u00E1ndar da nube
-OptionPanel.standardcloudestyle.tooltip = <html>O estilo est\u00E1ndar da nube. De momento, s\u00F3 se admite a 'curva de Bezier'</html>
-OptionPanel.standardlinkcolor = Cor est\u00E1ndar da ligaz\u00F3n
-OptionPanel.standardlinkcolor.tooltip = <html>A cor est\u00E1ndar da ligaz\u00F3n en notaci\u00F3n html</html>
-OptionPanel.standardlinkestyle = Estilo est\u00E1ndar da ligaz\u00F3n
-OptionPanel.standardlinkestyle.tooltip = <html>O estilo est\u00E1ndar da ligaz\u00F3n. De momento, s\u00F3 se admite a curva de Bezier</html>
-OptionPanel.standardselectednodecolor = Cor est\u00E1ndar do nodo seleccionado
-OptionPanel.standardselectednodecolor.tooltip = <html>A cor est\u00E1ndar do nodo se \u00E9 seleccionado. En notaci\u00F3n html (#RRGGBB en valores hexadecim\u00E1is)</html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Time For Automatic Save[translate me]
-OptionPanel.time_for_automatic_save.tooltip = <html> tempo entre duas acci\u00F3ns consecutivas de gardado autom\u00E1tico (en miliseg): para desabilitar o gardado autom\u00E1tico, po\u00F1a este n\u00FAmero a 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tempo para a selecci\u00F3n atrasada
-OptionPanel.time_for_delayed_selection.tooltip = <html> Atraso na selecci\u00F3n dos nodos cando se pon o rato enriba (en ms). Po\u00F1a este valor a 1 para que se seleccione directamente ao po\u00F1er o rato enriba.</html>
-OptionPanel.toolTipManager.max_tooltip_width = Largura da barra de suxesti\u00F3ns
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Largura predeterminada da barri\u00F1a de suxesti\u00F3ns.</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Fonte non definida
-OptionPanel.undo_levels = Desfacer os niveis
-OptionPanel.undo_levels.tooltip = <html>Determina cantos pasos se gardan e poden ser desfeitos con "Undo".</html>
-OptionPanel.use_tabbed_pane = Use Tabs[translate me]
-OptionPanel.vi = Vi[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh_CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Configuraci\u00F3n de p\u00E1xina...
-PasteAction.text = Pegar
-PatternNewNameProperty = Novo patr\u00F3n
-PatternToString.backgroundColor = Cor de fondo
-PatternToString.color = Cor
-PatternToString.EdgeColor = Edge Color[translate me]
-PatternToString.EdgeStyle = Estilo do arco
-PatternToString.EdgeWidth = Largura do arco
-PatternToString.FontBold = Negra
-PatternToString.Icon = Icona
-PatternToString.NodeFontSize = Tama\u00F1o da fonte
-plugins/ScriptEditor.exit = Sa\u00EDr
-plugins/ScriptEditor.menu_actions = Acci\u00F3ns
-plugins/ScriptEditor.new_script = New Script[translate me]
-plugins/ScriptEditor.run = Executar
-plugins/ScriptEditor/window.Result = Resultado:
-plugins/ScriptEditor/window.title = Editor de scripts
-plugins/TimeList.xml_Created = Creado
-plugins/TimeList.xml_Icons = Iconas
-plugins/TimeList.xml_Modified = Modificado
-plugins/TimeList.xml_Notes = Anotaci\u00F3ns
-plugins/TimeList.xml_Text = Texto
-plugins/TimeManagement.xml_appendButton = Anexar a data aos nodos seleccionados
-plugins/TimeManagement.xml_Cancel = Cancelar
-plugins/TimeManagement.xml_cancelButton = Cancelar
-plugins/TimeManagement.xml_closeButton = Pechar
-plugins/TimeManagement.xml_Export = Exportar os nodos seleccionados
-plugins/TimeManagement.xml_Find = Buscar
-plugins/TimeManagement.xml_Goto = Ir a
-plugins/TimeManagement.xml_hour = Hora:
-plugins/TimeManagement.xml_menu_actions = Acci\u00F3ns
-plugins/TimeManagement.xml_minute = Minuto:
-plugins/TimeManagement.xml_reminderButton = Av\u00EDsarme nesta data
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Ao presionar, as\u00EDgnase un temporizador \u00E1 data en cuesti\u00F3n. Ent\u00F3n, unhas iconas intermitentes chamar\u00E1n a s\u00FAa atenci\u00F3n.<br> Se pecha o mapa, reactivaranse os temporizadores cando volva abrir o mapa.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Actualmente, s\u00F3 se permite unha alerta por nodo. <br>A alerta actual est\u00E1 programada para {0,date} {0,time}, escolleu {1,date} {1,time}.<br><br>Desexa cambiar a hora da alerta deste nodo (SI) <br> ou prefire manter a hora antiga (NON)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Alerta programada para {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Eliminar alerta
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Eliminar todas as alertas asociadas aos nodos seleccionados.
-plugins/TimeManagement.xml_Replace = Substitu\u00EDr
-plugins/TimeManagement.xml_Replace_All = Substitu\u00EDr todos
-plugins/TimeManagement.xml_Replace_Selected = Substitu\u00EDr o seleccionado
-plugins/TimeManagement.xml_Select = Seleccionar
-plugins/TimeManagement.xml_todayButton = Hoxe
-plugins/TimeManagement.xml_WindowTitle = Xesti\u00F3n do tempo
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Buscar e substitu\u00EDr
-preferences = Preferencias
-PrintAction.text = Imprimir...
-PrintDirectAction.text = Imprimir
-printing_settings = Escala de impresi\u00F3n
-PrintPreviewAction.text = Previsualizaci\u00F3n de impresi\u00F3n...
-PropertyAction.dialog = Preferences[translate me]
-PropertyAction.text = Preferencias ...
-QuitAction.text = Sa\u00EDr
-read_only = S\u00F3 para lectura
-RedoAction.text = Refacer
-RedoFilterAction.text = Refacer
-ReminderHookAction.text = Eliminar alerta
-ReminderHookAction.tooltip = Elimina unha alerta dun nodo
-RemoveAllIconsAction.text = Eliminar todas as iconas
-RemoveIconAction.text = Eliminar a \u00FAltima icona
-repair_link = Reparar a ligaz\u00F3n
-repair_link_question = Non se puido cargar o mapa ligado. Desexa reparar manualmente a ligaz\u00F3n?
-replace = Substitu\u00EDr
-ResetNodeLocationAction.text = Restablecer a posici\u00F3n
-save_failed = A tentativa de gardar o mapa {0} fallou.
-save_unsaved = Gardar o seguinte mapa mental? :
-SaveAction.text = Gardar
-SaveAll.text = Gardar todos
-SaveAll.tooltip = Gardar todos os mapas abertos.
-SaveAsAction.text = Gardar como...
-saved = Gardado
-scheme_evaluate = Avaliar!
-ScriptEditor.text = Editor de scripts...
-ScriptEditor.tooltip = Permite escribir scripts m\u00E1is longos dentro do Freeplane.
-ScriptEditorPanel.changed_cancel = Modific\u00E1ronse os scripts. Desexa realmente descartar as modificaci\u00F3ns?
-select_favorites_folder = Seleccione o cartafol onde se atopan os seus favoritos
-select_folder_for_importing = Seleccione o cartafol que quere importar
-SelectAllAction.text = Seleccionar todo o visible
-SelectBranchAction.text = Seleccionar rama visible
-selection_method_by_click = Premer unha vez para seleccionar
-selection_method_delayed = A selecci\u00F3n autom\u00E1tica foi posposta.
-selection_method_direct = Apunte para seleccionar
-SelectNoteAction.text = Cambia ao editor de anotaci\u00F3ns
-SelectNoteAction.tooltip = Ir ao nodo desde a vent\u00E1 de anotaci\u00F3ns
-SetImageByFileChooserAction.text = Imaxe (Selector de ficheiros ou ligaz\u00F3n)...
-SetLinkByFileChooserAction.text = Hiperligaz\u00F3n (Selector de ficheiros)...
-SetLinkByTextFieldAction.text = Hiperligaz\u00F3n (campo de texto)...
-ShowAllAttributesAction.text = Amosar todos os atributos
-ShowAncestorsAction.text = Amosar os ascendentes
-ShowAttributeDialogAction.text = Xestor de atributos
-ShowDescendantsAction.text = Amosar os descendentes
-ShowHideNoteAction.text = Amosar/ocultar a vent\u00E1 de anotaci\u00F3ns
-ShowHideNoteAction.tooltip = \u00C9 un men\u00FA para as frechi\u00F1as na li\u00F1a divisoria entre vent\u00E1s.
-ShowSelectedAttributesAction.text = Amosar os atributos seleccionados
-simplyhtml.aboutFrameTitle = Sobre esta aplicaci\u00F3n
-simplyhtml.alignLabel = Ali\u00F1amento
-simplyhtml.alignLeft = esquerda
-simplyhtml.alignRight = dereita
-simplyhtml.allCellsRangeLabel = todas as celas
-simplyhtml.allOccurrencesReplaced = Substitu\u00EDronse todas as ocorrencias
-simplyhtml.appendTableColLabel = Engadir columna
-simplyhtml.appendTableRowLabel = Engadir fila
-simplyhtml.applyCellAttrLabel = Aplicar a
-simplyhtml.backgroundLabel = Fondo:
-simplyhtml.boldItalicName = negra e cursiva
-simplyhtml.boldName = negra
-simplyhtml.borderColorLabel = Cor:
-simplyhtml.borderWidthLabel = Largura
-simplyhtml.bottomLabel = parte inferior:
-simplyhtml.cancelBtnName = Cancelar
-simplyhtml.cellBorderTabLabel = Bordos
-simplyhtml.cellGenTabLabel = Xeral
-simplyhtml.cellMarginTabLabel = Marxe
-simplyhtml.cellPanelTitle = Formato de cela
-simplyhtml.clearFormatLabel = Eliminar formato
-simplyhtml.clearFormatTip = Eliminar formato
-simplyhtml.close = Pechar
-simplyhtml.closeBtnName = Pechar
-simplyhtml.colorLabel = Cor
-simplyhtml.copyLabel = Copiar
-simplyhtml.copyTip = copiar
-simplyhtml.cTagNameHead1 = Cabeceira 1
-simplyhtml.cTagNameHead2 = Cabeceira 2
-simplyhtml.cTagNameHead3 = Cabeceira 3
-simplyhtml.cTagNameHead4 = Cabeceira 4
-simplyhtml.cTagNameHead5 = Cabeceira 5
-simplyhtml.cTagNameHead6 = Cabeceira 6
-simplyhtml.cTagNameLink = Ligaz\u00F3n
-simplyhtml.cTagNameOL = Lista ordenada
-simplyhtml.cTagNamePara = Par\u00E1grafo
-simplyhtml.cTagNameUL = Lista desordenada
-simplyhtml.cutLabel = Cortar
-simplyhtml.cutTip = cortar
-simplyhtml.defaultDocName = Sen t\u00EDtulo
-simplyhtml.deleteTableRowLabel = Borrar fila
-simplyhtml.docTitleQuery = Po\u00F1er como t\u00EDtulo:
-simplyhtml.docTitleTitle = Editar o t\u00EDtulo do documento
-simplyhtml.editLabel = Editar
-simplyhtml.effectLabel = Efecto
-simplyhtml.familyLabel = Familia
-simplyhtml.findNext = Atopar o pr\u00F3ximo...
-simplyhtml.findReplaceDialogTitle = Buscar e substitu\u00EDr
-simplyhtml.findReplaceLabel = Buscar e substitu\u00EDr
-simplyhtml.findReplaceTip = buscar e substitu\u00EDr
-simplyhtml.fontBoldLabel = Negra
-simplyhtml.fontBoldTip = Activa ou desactiva o tipo de letra negra
-simplyhtml.fontDialogTitle = Formato do tipo de letra
-simplyhtml.fontItalicLabel = Cursiva
-simplyhtml.fontItalicTip = Activa ou desactiva o tipo de letra cursiva
-simplyhtml.fontLabel = Fonte...
-simplyhtml.fontTabLabel = Tipo de letra
-simplyhtml.fontTip = Formato do tipo de letra...
-simplyhtml.fontUnderlineLabel = Subli\u00F1ado
-simplyhtml.fontUnderlineTip = Activa ou desactiva o subli\u00F1ado
-simplyhtml.foregroundLabel = Primeiro plano:
-simplyhtml.formatLabel = Formato
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = modificar o formato de lista
-simplyhtml.formatParaLabel = Par\u00E1grafo...
-simplyhtml.formatParaTip = Modificar o formato de par\u00E1grafo
-simplyhtml.formatTableLabel = T\u00E1boa...
-simplyhtml.formatTableTip = Formato de t\u00E1boa
-simplyhtml.helpLabel = Axuda
-simplyhtml.htmlTabTitle = Vista do c\u00F3digo HTML
-simplyhtml.imageFileDesc = Ficheiros de imaxe
-simplyhtml.insertTableColLabel = Inserir columna
-simplyhtml.insertTableLabel = T\u00E1boa...
-simplyhtml.insertTableMsg = Cantas colunas?
-simplyhtml.insertTableRowLabel = Inserir fila
-simplyhtml.insertTableTitle = inserir t\u00E1boa
-simplyhtml.italicName = cursiva
-simplyhtml.leftLabel = esquerda:
-simplyhtml.listDialogTitle = Formato de lista
-simplyhtml.listIndentTitle = Sangr\u00EDa:
-simplyhtml.listPosInside = dentro
-simplyhtml.listPositionLabel = Posici\u00F3n:
-simplyhtml.listPosOutside = f\u00F3ra
-simplyhtml.listTypeCircle = vi\u00F1eta redonda
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = s\u00EDmbolo de ficheiro como vi\u00F1eta
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = ning\u00FAn
-simplyhtml.listTypeSquare = vi\u00F1eta cuadrada
-simplyhtml.marginLabel = exterior
-simplyhtml.matchCase = Diferenciar mai\u00FAsculas de min\u00FAsculas
-simplyhtml.newStyleDefaultName = novo estilo
-simplyhtml.nextTableCellLabel = Cela seguinte
-simplyhtml.noLineLabel = ning\u00FAn
-simplyhtml.noMoreOccurrencesFound = non se atoparon (m\u00E1is) ocorrencias
-simplyhtml.okBtnName = Aceptar
-simplyhtml.paddingLabel = Inner[translate me]
-simplyhtml.paraAlignCenterLabel = Ali\u00F1ar no centro
-simplyhtml.paraAlignCenterTip = Establecer o ali\u00F1amento do par\u00E1grafo no centro
-simplyhtml.paraAlignLeftLabel = Ali\u00F1ar \u00E1 esquerda
-simplyhtml.paraAlignLeftTip = Establecer o ali\u00F1amento do par\u00E1grafo \u00E1 esquerda
-simplyhtml.paraAlignRightLabel = Ali\u00F1ar \u00E1 dereita
-simplyhtml.paraAlignRightTip = Establecer o ali\u00F1amento do par\u00E1grafo \u00E1 dereita
-simplyhtml.paraStyleDialogTitle = Estilo do par\u00E1grafo
-simplyhtml.paraTabLabel = Par\u00E1grafo
-simplyhtml.pasteLabel = Pegar
-simplyhtml.pasteTip = pegar
-simplyhtml.plainName = plano
-simplyhtml.previewLabel = Previsualizar
-simplyhtml.prevTableCellLabel = Cela anterior
-simplyhtml.redoLabel = Refacer
-simplyhtml.redoTip = refacer
-simplyhtml.replace = Substitu\u00EDr...
-simplyhtml.replaceDone = Completo
-simplyhtml.replaceNo = Non
-simplyhtml.replaceThisQuery = substitu\u00EDr esta ocorrencia de
-simplyhtml.replaceWith = Substitu\u00EDr por:
-simplyhtml.replaceYes = Si
-simplyhtml.rightLabel = dereita:
-simplyhtml.searchDown = Buscar hacia abaixo
-simplyhtml.searchFromStart = Buscar desde o inicio
-simplyhtml.searchUp = Buscar
-simplyhtml.selectAllLabel = Seleccionar todo
-simplyhtml.sizeLabel = Tama\u00F1o
-simplyhtml.standardStyleName = est\u00E1ndar
-simplyhtml.strikeLabel = Riscado
-simplyhtml.styleLabel = Estilo
-simplyhtml.styleNameInputText = Nome do novo estilo?
-simplyhtml.styleNameInputTitle = Gardar este estilo
-simplyhtml.tableBgColLabel = Cor de fondo:
-simplyhtml.tableDialogTitle = Formato de t\u00E1boa
-simplyhtml.tableLabel = T\u00E1boa
-simplyhtml.tablePanelTitle = Formato da t\u00E1boa
-simplyhtml.tableWidthLabel = Largura:
-simplyhtml.textIndentLabel = Sangr\u00EDa:
-simplyhtml.textToFind = Texto a buscar:
-simplyhtml.thisCellRangeLabel = esta cela
-simplyhtml.thisColRangeLabel = esta columna
-simplyhtml.thisRowRangeLabel = esta fila
-simplyhtml.toggleBulletsLabel = Activar/desactivar lista con vi\u00F1etas
-simplyhtml.toggleBulletsTip = activar/desactivar lista con vi\u00F1etas
-simplyhtml.toggleNumbersLabel = Activar/desactivar lista numerada
-simplyhtml.toggleNumbersTip = activar/desactivar lista numerada
-simplyhtml.topLabel = parte superior:
-simplyhtml.uLineLabel = Subli\u00F1ado
-simplyhtml.unableToOpenFileError = Non se puido abrir o ficheiro
-simplyhtml.unableToRedoError = Non \u00E9 posible refacer:
-simplyhtml.unableToUndoError = Non \u00E9 posible desfacer:
-simplyhtml.undoLabel = Desfacer
-simplyhtml.undoTip = desfacer
-simplyhtml.valignBottom = parte inferior
-simplyhtml.valignLabel = Ali\u00F1amento vertical
-simplyhtml.valignMiddle = medio
-simplyhtml.wholeWordsOnly = S\u00F3 palabras enteiras
-SortNodes.text = Ordenar fillos
-SortNodes.tooltip = Ordena todos os fillos dun nodo alfabeticamente.
-split = Dividir
-SplitNode.text = Dividir nodo
-SplitNode.tooltip = <html>O nodo div\u00EDdese</html>
-style = Estilo
-svg = SVG[translate me]
-TimeListAction.text = Amosar a lista de horas programadas ...
-TimeManagementAction.text = Amosar o calendario...
-ToggleChildrenFoldedAction.text = (Des)pregar fillos
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Pregar/despregar
-ToggleLeftToolbarAction.text = Ver/ocultar a barra de ferramentas lateral
-ToggleMenubarAction.text = Ver/ocultar a barra de men\u00FAs
-ToggleToolbarAction.text = Ver/ocultar a barra de ferramentas
-undefined_error = Ocorreu un erro inesperado. Faga un informe do bug.
-underline = Subli\u00F1ado
-underlined = Subli\u00F1ado
-UndoAction.text = Desfacer
-UndoFilterAction.text = Desfacer
-unfold = Despregar
-UnfoldAllAction.text = Despregar todos
-UnfoldAllAction.tooltip = <html>Despregar os nodos seleccionados e todos os seus fillos.</html>
-UnfoldOneLevelAction.text = Despregar un nivel
-UnfoldOneLevelAction.tooltip = <html>Desprega os nodos seleccionados un nivel.</html>
-UpdateCheckAction.text = Check for Updates[translate me]
-url_error = Este URL non \u00E9 correcto!
-url_load_error = Non se puido cargar o mapa co URL:
-UsePlainTextAction.text = Usar texto plano
-user_defined_zoom = Definido polo usuario.
-user_defined_zoom_status_bar = Modificar o zoom ao valor de zoom de {0}% definido polo usuario.
-user_zoom = Factor de zoom da copia impresa (0.0 - 2.0):
-WebDocuAction.text = Documentaci\u00F3n web
-width = Largura
-yes = Si
-ZoomInAction.text = Ampliar
-ZoomOutAction.text = Reducir
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/ApplyFormatPlugin.dialog.title=Modificar o formato dos nodos
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Modificar patr\u00F3n
+accessories/plugins/EncryptNode.properties_0=Escolla un contrasinal para o nodo cifrado.
+accessories/plugins/EncryptNode.properties_1=Os contrasinais non coinciden ou son demasiado curtos.
+accessories/plugins/EncryptNode.properties_2=Escriba o contrasinal:
+accessories/plugins/EncryptNode.properties_3=Reescriba o contrasinal:
+accessories/plugins/EncryptNode.properties_4=Escriba o seu contrasinal.
+accessories/plugins/EncryptNode.properties_6=Aceptar
+accessories/plugins/EncryptNode.properties_7=Cancelar
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=S\u00F3 se pode desactivar o estado de cifrado dun nodo xa cifrado. Por favor insira un nodo dese tipo a trav\u00E9s do men\u00FA de ferramentas.
+accessories/plugins/EncryptNode.properties_select_me=Selecci\u00F3neme para continuar!
+accessories/plugins/EncryptNode.properties_wrong_password=O contrasinal \u00E9 incorrecto.
+accessories/plugins/ExportWithXSLT.tooltip=Este \u00E9 un m\u00E9todo de exportaci\u00F3n uniforme mediante scripts XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Como un applet de Java.
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporta o mapa como un applet de Java para o navegador.
+accessories/plugins/ExportWithXSLT_Flash.text=Como Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporta o mapa como unha aplicaci\u00F3n de Flash.
+accessories/plugins/ExportWithXSLT_HTML.text=Como XHTML (versi\u00F3n JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Como XHTML (versi\u00F3n imaxe de mapa premible)
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Recursos do nodo RECURSOS ao ficheiro do TaskJuggler...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporta os recursos do nodo RECURSOS ao m\u00F3dulo Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tarefas do nodo TAREFAS a ficheiro de TaskJuggler...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exporta as tarefas do nodo TAREFAS ao m\u00F3dulo Taskjuggler. </html>
+AddLocalLinkAction.text=Engadir hipeligaz\u00F3n local
+antialias_all=Suavizar todo
+antialias_edges=Suavizar arcos
+antialias_none=Non suavizar
+apply=Aplicar
+ApplyAction.text=Aplicar
+ApplyFormatPlugin.text=Modificar o formato...
+ApplyFormatPlugin.tooltip=Abre unha caixa de di\u00E1logo na que os atributos do nodo e do arco poden modificarse dunha soa vez.
+ApplyNoFilteringAction.text=Sen filtrado
+as_parent=Como pai
+AssignAttributesAction.text=Asignar atributos...
+attribute_delete=Borrar todos os valores
+attribute_delete_value=Borrar este valor
+attribute_font_size_tooltip=Tama\u00F1o da fonte do atributo
+attribute_list_box_label_text=Valores existentes
+attribute_replace=Substitu\u00EDr por
+attribute_top=Todos os atributos co\u00F1ecidos para os mapas cargados
+attributes_adding_empty_attribute_error=Non pode usar unha cadea valeira como nome de atributo
+attributes_all=Todos os atributos
+attributes_attribute=Atributos
+attributes_close=Pechar
+attributes_deselect_all=Nada
+attributes_dialog_title=Attribute Manager[translate me]
+attributes_edit=Editar
+attributes_for_selected=Nodos seleccionados
+attributes_for_visible=Todos os nodos visibles
+attributes_import=Importar
+attributes_import_tooltip=Importar os atributos doutros mapas cargados
+attributes_no_import_candidates_found=Non se atoparon novos atributos
+attributes_popup_delete=Borrar
+attributes_popup_down=Abaixo
+attributes_popup_edit=Editar
+attributes_popup_hide=Ocultar
+attributes_popup_new=Novo atributo
+attributes_popup_optimal_width=Largura \u00F3ptima
+attributes_popup_up=Arriba
+attributes_refresh=Actualizar
+attributes_restricted_attributes_tooltip=Conxunto restrinxido de atributos
+attributes_restricted_values_tooltip=Conxunto restrinxido de valores para o atributo actual
+attributes_restriction=Conxunto restrinxido
+attributes_select_all_tooltip=Seleccionar/Deseleccionar todo
+attributes_skip_root=Saltar o nodo ra\u00EDz
+attributes_visible=Selecci\u00F3n para Ver->Atributo->Amosar Atributos Seleccionados
+attributes_visible_tooltip=Selecci\u00F3n para Ver->Atributo->Amosar Atributos Seleccionados
+automatically_save_message=O mapa gardouse automaticamente (usando o nome de ficheiro {0})...
+AutomaticLayoutAction.text=Dese\u00F1o autom\u00E1tico
+AutomaticLayoutAction.tooltip=<html>Fixa o dese\u00F1o do mapa.<br>O primeiro nivel \u00E9 negro, o segundo azul,etc.</html>
+BackAction.text=Volver
+background=Fondo
+bitmaps=bitmaps[translate me]
+BlinkingNodeHookAction.text=Nodo intermitente
+BlinkingNodeHookAction.tooltip=<html>Isto fai que o nodo sexa intermitente. Te\u00F1a coidado. Non o aplique a moitos nodos <strong>nin con outros formatos autom\u00E1ticos sobre o mesmo nodo</strong></html>
+BoldAction.text=Negra
+boldify_branch=Po\u00F1er en negra
+branch=Rama
+cancel=Cancelar
+CancelAction.text=Cancelar
+cannot_add_parent_diff_parents=Todos os nodos deben ter o mesmo pai para poder usar esta funci\u00F3n.
+cannot_add_parent_to_root=Non se pode engadir o nodo ra\u00EDz a un novo pai.
+cannot_join_nodes_with_children=Non \u00E9 posible unir nodos con fillos
+cannot_move_to_child=Non se pode mover un nodo a un dos seus fillos.
+CenterAction.text=Centrar
+ChangeConnectorArrowsAction.backward.text=Volver
+ChangeConnectorArrowsAction.forward.text=Avanzar
+ChangeNodeLevelLeftsAction.text=Nodo esquerdo
+ChangeNodeLevelLeftsAction.tooltip=\u00C1 esquerda da ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara abaixo. Convertese en fillo do irm\u00E1n que est\u00E1 enriba. \u00C1 dereita do ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara arriba. Directamente na ra\u00EDz, os nodos cambian de lado.
+ChangeNodeLevelRightsAction.text=Nodo dereito
+ChangeNodeLevelRightsAction.tooltip=\u00C1 dereita da ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara abaixo. Convertese en fillo do irm\u00E1n que est\u00E1 enriba. \u00C1 esquerda do ra\u00EDz o(s) nodo(s) \u00E9 desplazado cara arriba. Directamente na ra\u00EDz, os nodos cambian de lado.
+choose_background_color=Escolla a cor de fondo:
+choose_cloud_color=Escolla a cor da nube:
+choose_edge_color=Escoller a cor dos arcos
+choose_node_background_color=Escolla a cor de fondo do nodo:
+choose_node_color=Escolla a cor do nodo:
+CloseAction.text=Pechar
+CloudAction.text=Nube
+CloudColorAction.text=Cor da nube...
+ColorProperty.ResetColor=Restablecer cor
+combined=Combinado
+CopyAction.text=Copiar
+CopySingleAction.text=Copia simple
+CreationModificationPluginAction.text=Amosar tempos de modificaci\u00F3n
+CreationModificationPluginAction.tooltip=<html>Esta funci\u00F3n mant\u00E9n un seguimento dos tempos de creaci\u00F3n e modificaci\u00F3n dos nodos.</html>
+CutAction.text=Cortar
+decrease_branch_font_size=Fonte menor
+DecreaseNodeFontAction.text=Fonte menor
+delete=Borrar
+delete_child=Eliminar Nodo
+DeleteAction.text=Eliminar nodo
+DeleteConditionAction.text=Borrar
+DocumentationAction.text=Documentaci\u00F3n
+edge=Arco
+edge_style=Estilo do arco
+edge_width=Largura do arco
+EdgeColorAction.text=Cor do arco...
+EdgeStyleAction.bezier.text=Curva bezier
+EdgeStyleAction.horizontal.text=Horizontal[translate me]
+EdgeStyleAction.linear.text=Lineal
+EdgeStyleAction.sharp_bezier.text=Bezier afiada
+EdgeStyleAction.sharp_linear.text=Lineal afiada
+EdgeStyleAsParentAction.text=Como pai
+EdgeWidthAction_width_parent.text=Pai
+EdgeWidthAction_width_thin.text=Fino
+edit=Editar
+edit.decision=HTML Editor[translate me]
+edit_link_manually=Editar a ligaz\u00F3n manualmente...
+edit_middle_label=Edit Middle Label[translate me]
+edit_source_label=Edit Source Label[translate me]
+EditAction.text=Editar nodo
+EditAttributesAction.text=Editar os atributos
+EditFilterAction.text=Editar
+EditLongAction.text=Editar un nodo longo...
+EncryptedMap.text=Crear un mapa cifrado...
+EncryptedMap.tooltip=Crear un novo mapa cifrado.
+enter_base_url=Vanse pegar ligaz\u00F3ns relativas. Insira a URL base.
+enter_confirms=Prema Enter para confirmar
+EnterPassword.text=Activar/desactivar cifrado / descifrado
+error=Erro
+error_creating_directory=Non foi posible crear o directorio para a exportaci\u00F3n.
+ExecuteScripts.text=Scripts[translate me]
+export_pdf_text=Formato de Documento Portable (PDF)
+export_svg_text=Vector Gr\u00E1fico Escalable (SVG)
+ExportAction.text=Exportar
+ExportBranchToHTMLAction.text=Rama como HTML
+ExportPdf.text=Como PDF...
+ExportSvg.text=Como SVG...
+ExportToHTMLAction.text=Como HTML
+ExportToImage.jpg.text=Como JPEG...
+ExportToImage.png.text=Como PNG...
+ExportToOoWriter.tooltip=Os nodos despregados forman a estrutura e os pregados o contido do documento.
+extension_menu=Estilo f\u00EDsico
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=FAQ
+file=Ficheiro
+file_already_exists=O ficheiro {0} xa existe. Desexa sobrescribilo?
+file_not_found=Non se atopou o Ficheiro {0}
+filter=Filtro
+filter_and=E
+filter_conditions=Filtros
+filter_contains=Cont\u00E9n
+filter_delete=Borrar
+filter_dialog=Creador de filtros
+filter_does_not_exist=Non existe
+filter_edit_description=Editar a lista de filtros
+filter_enter_value=Introduza un valor
+filter_exist=Existe
+filter_icon=Icona
+filter_is_equal_to=Coincide con
+filter_is_not_equal_to=Non coincide con
+filter_link=Hyperlink[translate me]
+filter_no_filtering=Sen filtrado
+filter_node=Texto do nodo
+filter_not=Non
+filter_or=Ou
+filter_select=Seleccionar
+filter_selected_node_view=Nodos seleccionados actualmente
+find_what=Que desexa buscar?
+FindAction.text=Buscar...
+fit_map_to_page=Axustar a unha p\u00E1xina
+FitToPage.text=Aplicar zoom para axustar \u00E1 p\u00E1xina
+FitToPage.tooltip=Axusta o zoom de xeito que se vexa o mapa enteiro na vent\u00E1 actual.
+fold=Pregar
+FoldAllAction.text=Pregar todos
+FoldAllAction.tooltip=<html>Pregar os nodos seleccionados e todos os seus fillos.</html>
+FoldOneLevelAction.text=Pregar un nivel
+FoldOneLevelAction.tooltip=<html>Prega os nodos seleccionados un nivel.</html>
+FollowLinkAction.text=Abrir a hiperligaz\u00F3n:
+font=Tipo de letra
+FontFamilyAction.text=Familia de tipo de letra
+FontSizeAction.text=Tama\u00F1o do tipo de letra
+format_menu_edge_styles=Estilo dos arcos
+format_menu_edge_widths=Largura dos arcos
+FormatCopy.text=Copiar o fomato
+FormatCopy.tooltip=<html>Copia o formato dun nodo.</html>
+FormatPaste.text=Pegar o formato
+FormatPaste.tooltip=<html>Pega o formato dun nodo.</html>
+ForwardAction.text=Avanzar
+Freeplane.progress.buildScreen=Construir pantalla...
+Freeplane.progress.createController=Crear controlador...
+Freeplane.progress.createInitialMode=Crear modo inicial...
+Freeplane.progress.endStartup=Finalizar a inicializaci\u00F3n.
+Freeplane.progress.gettingPreferenceDirectories=Obtendo os directorios de preferencias...
+Freeplane.progress.gettingPreferences=Obter preferencias...
+Freeplane.progress.loadMaps=Cargar mapas...
+Freeplane.progress.propagateLookAndFeel=Propagar a apariencia...
+Freeplane.progress.settingPreferences=Configurar preferencias...
+Freeplane.progress.startCreateController=Comezar a crear un controlador...
+Freeplane.progress.updateLookAndFeel=Actualizar a apariencia...
+freeplane_reverted=Freeplane_Restaurado_
+FreeplaneHelpStarter.text=Axuda...
+FreeplaneHelpStarter.tooltip=Axuda estendida do Freeplane
+GotoLinkNodeAction.text=Ir \u00E1 ligaz\u00F3n
+GrabKeyDialog.common.cancel=Cancelar
+GrabKeyDialog.common.ok=Aceptar
+GrabKeyDialog.grab-key.assigned-to=Asignado a
+GrabKeyDialog.grab-key.assigned-to.none=Actualmente sen asignar
+GrabKeyDialog.grab-key.remove=Eliminar
+GrabKeyDialog.grab-key.remove-ask=Est\u00E1 seguro que quere quitar este atallo de teclado?
+GrabKeyDialog.grab-key.title=Introducir nova tecla
+help=Axuda
+HideAllAttributesAction.text=Ocultar todos os atributos
+HierarchicalIconsAction.text=Amosar as iconas xerarquicamente
+HierarchicalIconsAction.tooltip=Se un dos meus netos ou fillos ten unha icona, amosareina tam\u00E9n en minatura.
+html_export_based_on_headings=Exportar HTML - Baseado nas cabeceiras
+html_export_fold_all=Exportar HTML - Pregar todo
+html_export_fold_currently_folded=Exportar HTML - Pregar os actualmente pregados
+html_export_no_folding=Exportar HTML - Sen pregar
+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_attach=Ollar aqu\u00ED
+icon_back=Volver
+icon_bee=Freeplane[translate me]
+icon_bell=Lembrar
+icon_bookmark=Excelente
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Incorrecto
+icon_button_ok=Aceptar
+icon_clanbomber=Perigoso
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Non esqueza
+icon_down=Abaixo
+icon_family=Familia
+icon_female1=Female1[translate me]
+icon_flag=Bandeira
+icon_flag-black=Black Flag[translate me]
+icon_flag-orange=Orange Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_folder=Folder[translate me]
+icon_forward=Avanzar
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=Prioridade 1
+icon_full-2=Prioridade 2
+icon_full-3=Prioridade 3
+icon_full-4=Prioridade 4
+icon_full-5=Prioridade 5
+icon_full-6=Prioridade 6
+icon_full-7=Prioridade 7
+icon_gohome=Inicio
+icon_help=Pregunta
+icon_idea=Idea
+icon_info=Info[translate me]
+icon_kaddressbook=Tel\u00E9fono
+icon_kmail=E-Mail[translate me]
+icon_knotify=M\u00FAsica
+icon_korn=Caixa de correo
+icon_ksmiletris=Estou feliz
+icon_licq=Bo
+icon_Mail=Correo
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_males=Males[translate me]
+icon_menu=Iconas
+icon_messagebox_warning=Importante
+icon_password=Chave
+icon_pencil=Hai que refinalo
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_smily_bad=Non estou divertido
+icon_stop=Parar
+icon_up=Arriba
+icon_wizard=Asistente
+icon_xmag=Hai que discutilo
+icon_yes=Importante
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.office.text=Office[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Seleccionar unha icona...
+IconSelectionPlugin.tooltip=<html>Aqu\u00ED pode seleccionar unha icona a trav\u00E9s dunha subvent\u00E1.</html>
+import=Importar
+import_linked_branch_no_link=O nodo seleccionado non ten ligaz\u00F3n desde a que importar.
+ImportAction.text=Importar
+ImportBranchAction.text=Rama...
+ImportExplorerFavoritesAction.text=Favoritos do Explorer...
+ImportFolderStructureAction.text=Estrutura de cartafoles...
+ImportLinkedBranchAction.text=Rama ligada
+ImportLinkedBranchWithoutRootAction.text=(Rama ligada) Sen ra\u00EDz...
+ImportMindmanagerFiles.text=Mapa MindManager X5...
+increase_branch_font_size=Tipo de letra maior
+IncreaseNodeFontAction.text=Tipo de letra maior
+ItalicAction.text=Cursiva
+italicise_branch=Por en cursiva
+JoinNodesAction.text=Unir nodos
+less_than_two_selected_nodes=Debe seleccionar polo menos dous nodos para obter ligaz\u00F3ns.
+link_not_available_any_more=Esta ligaz\u00F3n xa non \u00E9 v\u00E1lida. Borrouse o nodo.
+link_not_found=Non se atopou a ligaz\u00F3n {0}.
+locking_failed_by_open=Fallou o bloqueo do mapa {0}. \u00C1brese s\u00F3 para lectura.
+locking_failed_by_save_as=Fallou o bloqueo do mapa {0}. Interrompeuse a acci\u00F3n Gardar como.
+locking_old_lock_removed=O usuario {1} bloqueara o mapa {0}. Eliminouse o bloqueo porque caducou.
+long_node_changed_cancel=Modificou o nodo. Desexa descartar os cambios?
+long_node_changed_submit=Modificou o nodo. Desexa gardar os cambios?
+lots_of_links_warning=Est\u00E1 a piques de crear unha chea de ligaz\u00F3ns para o mesmo nodo. Desexa realmente crear estas ligaz\u00F3ns?
+map_already_exists=O mapa xa existe. Desexa sobrescribilo?
+map_corrupted=O mapa est\u00E1 danado. Desexa ver os detalles?
+map_locked_by_open=O mapa {0} est\u00E1 a ser editado polo usuario {1}. Abrir copia s\u00F3 para lectura.
+map_locked_by_save_as=O mapa {0} est\u00E1 a ser editado polo usuario {1}. Interrompeuse a acci\u00F3n Gardar como.
+MapBackgroundColorAction.text=Map Background[translate me]
+menu_attributes=Atributos
+menu_extras=Ferramentas
+menu_file_import=Importar
+menu_format=Formato
+menu_insert=Inserir
+menu_navigate=Navegar
+menu_view=Ver
+mindmap=Mapa
+mindmaps=Mapas
+mindmaps_desc=Mapas (*.mm)
+mode_Browse=Browse Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Modo non dispo\u00F1ible
+mode_status=O modo cambiouse ao modo {0}
+mode_title=Freeplane - Modo {0}
+modes=Modos
+ModesMenuAction.Browse.text=Map Browser[translate me]
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Ficheiros m\u00E1is recentes
+MoveToRootAction.text=Ir \u00E1 ra\u00EDz
+NavigationNextMapAction.text=Seguinte mapa
+NavigationPreviousMapAction.text=Mapa anterior
+new_mindmap=Novo mapa mental
+new_node=Novo nodo
+new_node_as_sibling_not_possible_for_the_root=Non \u00E9 posible crear un novo nodo irm\u00E1n do ra\u00EDz.
+NewChildAction.text=Novo nodo fillo
+NewMapAction.text=Novo
+NewParentNode.text=Novo nodo pai
+NewPreviousSiblingAction.text=Novo nodo irm\u00E1n previo
+NewSiblingAction.text=Novo nodo irm\u00E1n
+no=Non
+no_format_copy_before_format_paste=Non pode pegar un formato sen antes copiar un.
+no_found_from=<html>Non se atopou <b>{0}</b>  desde <b>{1}</b>.
+no_more_found_from=<html>Non se atopou m\u00E1is <b>{0}</b>  desde <b>{1}</b>.
+no_previous_find=Non se atopou ningunha ocorrencia anterior.
+node=Nodo
+node_changed_discard_changes=Modificou o nodo. Desexa descartar os cambios?
+NodeBackgroundColorAction.text=Cor de fondo do nodo...
+NodeColorAction.text=Cor do nodo...
+NodeColorBlendAction.text=Combinar cor
+NodeDownAction.text=Nodo inferior
+NodeListAction.text=Buscar e substitu\u00EDr
+NodeListAction.tooltip=Mostra todos os nodos como unha lista na que se pode buscar con propiedades de filtros
+NodeShapeAction.bubble.text=Burbulla
+NodeShapeAction.fork.text=Bifurcaci\u00F3n
+NodeUpAction.text=Nodo superior
+nonboldify_branch=Quitar negra
+nonitalicise_branch=Quitar cursiva
+normal=Normal
+not_saved_for_link_error=O mapa debe ser gardado antes de poder configurar unha ligaz\u00F3n a trav\u00E9s do selector de ficheiros
+ok=Aceptar
+OKAction.text=Aceptar
+OpenAction.text=Abrir...
+OpenPathAction.text=Open File[translate me]
+option_changes_may_require_restart=Para visualizar o efecto dos cambios da configuraci\u00F3n, probablemente deba reiniciar o Freeplane.
+OptionPanel.absolute=Absoluto
+OptionPanel.antialias=Suavizado
+OptionPanel.antialias.tooltip=<html>Determina a calidade do mapa. M\u00E1is suavizado necesita mais tempo.</html>
+OptionPanel.antialias_all=Suavizar todo
+OptionPanel.antialias_edges=Suavizar arcos
+OptionPanel.antialias_none=Sen suavizado
+OptionPanel.Appearance=Aparencias
+OptionPanel.ar=Ar
+OptionPanel.as_parent=Como pai
+OptionPanel.automaticFormat_level=Estilos de dese\u00F1o autom\u00E1tico
+OptionPanel.automaticFormat_level1=Formato do nodo ra\u00EDz
+OptionPanel.Behaviour=Funcionamento
+OptionPanel.bezier=bezier[translate me]
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.Cancel=Cancelar
+OptionPanel.childpattern=Patr\u00F3n fillo
+OptionPanel.childpattern.tooltip=O patr\u00F3n seleccionado apl\u00EDcase a todos os fillos.
+OptionPanel.clear_all_setters=Cambiar todo
+OptionPanel.clear_all_setters.tooltip=Habilita ou desabilita a indicaci\u00F3n de todos os cambios.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Combinado
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Predeterminado
+OptionPanel.default_browser_command_mac=Comando predeterminado de navegaci\u00F3n en Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> e MAC: (grazas a Nick!)</html>
+OptionPanel.default_browser_command_other_os=Comando predeterminado de navegaci\u00F3n noutros sistemas operativos
+OptionPanel.default_browser_command_windows_9x=Comando predeterminado de navegaci\u00F3n en Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>No sistema operativo Windows (os signos "" son necesarios porque as ligaz\u00F3ns pos\u00FAen "=" no seu URL).</html
+OptionPanel.default_browser_command_windows_nt=Comando predeterminado de navegaci\u00F3n en Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>No sistema operativo Windows (os signos "" son necesarios porque as ligaz\u00F3ns pos\u00FAen "=" no seu URL).</html
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=Predeterminadas
+OptionPanel.delete_automatic_saves_at_exit=Borrar o gardado automaticamente ao sa\u00EDr
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Se desexa eliminar automaticamente os ficheiros cando sae de Freeplane con normalidade, po\u00F1a a seguinte variable como verdadeira</html>
+OptionPanel.disable_cursor_move_paper=Deshabilitar o cursor ao arrastrar o papel
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Non mostrar o cursor de movemento mentres se arrastra o papel</html>
+OptionPanel.edgecolor=Cor do arco
+OptionPanel.edgecolor.tooltip=Propiedade do arco ao nodo pai (apl\u00EDcase tam\u00E9n a todos os nodos fillos)
+OptionPanel.edgestyle=Estilo da marxe
+OptionPanel.edgestyle.tooltip=Propiedade do arco ao nodo pai (apl\u00EDcase tam\u00E9n a todos os nodos fillos)
+OptionPanel.edgewidth=Largura do arco
+OptionPanel.edgewidth.tooltip=Propiedade do arco ao nodo pai (apl\u00EDcase tam\u00E9n a todos os nodos fillos)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Premer Intro confirma por defecto
+OptionPanel.el__max_default_window_height=Altura m\u00E1xima predeterminada da vent\u00E1
+OptionPanel.el__max_default_window_width=Largura m\u00E1xima por defecto da vent\u00E1
+OptionPanel.el__min_default_window_height=Altura m\u00EDnima predeterminada da vent\u00E1
+OptionPanel.el__min_default_window_width=Largura m\u00EDnima por defecto da vent\u00E1
+OptionPanel.en=En[translate me]
+OptionPanel.Environment=Contorno
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Bloqueo experimental do ficheiro
+OptionPanel.export_icons_in_html=Exportar iconas en Html
+OptionPanel.export_icons_in_html.tooltip=<html>Di se o HTML exportado desde o Freeplane debe conter iconas. O problema coas iconas \u00E9 que bastante a mi\u00FAdo as ligaz\u00F3ns \u00E1s iconas non se atopar\u00E1n no HTML exportado.</html>
+OptionPanel.Files=Ficheiros
+OptionPanel.first=Primeiro
+OptionPanel.foldingsymbolwidth.tooltip=<html>Largura do c\u00EDrculo que marca o despregado</html>
+OptionPanel.fork=Fork[translate me]
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.gtk=Gtk
+OptionPanel.horizontal=horizontal[translate me]
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Baseado nas cabeceiras
+OptionPanel.html_export_fold_all=Pregar todos
+OptionPanel.html_export_fold_currently_folded=Pregar os pregados actualmente
+OptionPanel.html_export_folding=Exportar a HTML pregado
+OptionPanel.html_export_no_folding=Sen pregar
+OptionPanel.hu=Hu
+OptionPanel.icon=Icona
+OptionPanel.icon.tooltip=Se se aplica, o nodo ter\u00E1 exactamente esta icona.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Atallos de teclado
+OptionPanel.ko=Kr
+OptionPanel.label_font_size=Tama\u00F1o da fonte
+OptionPanel.language=Idioma
+OptionPanel.last=\u00DAltimo
+OptionPanel.links=Ligaz\u00F3ns
+OptionPanel.load_last_map=Abrir o \u00FAltimo mapa automaticamente.
+OptionPanel.load_last_map.tooltip=<html>Se est\u00E1 marcado, o Freeplane ao arrancar, localiza automaticamente o \u00FAltimo mapa aberto .</html>
+OptionPanel.lookandfeel=Apariencia
+OptionPanel.lookandfeel.tooltip=<html>A apariencia que se vai usar. Hai dispo\u00F1ible 'metal','windows','motif' e 'gtk'; 'mac' so est\u00E1 dispo\u00F1ible no Mac OS. 'default' significa que se usar\u00E1 a apariencia predeterminada. Se quere po\u00F1er a s\u00FAa propio apariencia, introduza aqu\u00ED o nome da clase e aseg\u00FArese de cargar o(s) correspondente(s) ficheiro(s) jar. Se hai problemas coa apariencia, ent\u00F3n escolla 'nothing'. Isto funciona coas miniaplicaci\u00F3ns</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Largura m\u00E1xima do nodo
+OptionPanel.max_node_width.tooltip=<html>A largura m\u00E1xima predeterminada do nodo en pixels</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Nbn
+OptionPanel.nl=Ni
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Cor de fondo do nodo
+OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodecolor=Cor do nodo
+OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodefontbold=Fonte en negra
+OptionPanel.nodefontitalic=Fonte en cursiva
+OptionPanel.nodefontname=Fonte do nodo
+OptionPanel.nodefontsize=Fonte do nodo
+OptionPanel.nodeshape=Estilo do nodo
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=Texto do nodo
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=Nada
+OptionPanel.number_of_different_files_for_automatic_save=N\u00FAmero de ficheiros diferentes para o gardado autom\u00E1tico
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> n\u00FAmero n de ficheiros diferentes nos que gardar os mapas. A primeira acci\u00F3n de gardar automaticamente as modficaci\u00F3ns \u00E9 executada no primeiro ficheiro, e as\u00ED sucesivamente ata a vez n+1 que se garda novamente no primeiro ficheiro (c\u00EDclico)</html>
+OptionPanel.OK=Gardar
+OptionPanel.patternname.tooltip=Nome de patr\u00F3n \u00FAnico
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Colocar novas ramas
+OptionPanel.pt_BR=PtBR
+OptionPanel.pt_PT=PtPT
+OptionPanel.relative=Relativo
+OptionPanel.ru=Ru
+OptionPanel.selection_method=M\u00E9todo de selecci\u00F3n
+OptionPanel.selection_method.tooltip=<html> Aqu\u00ED pode habilitar ou deshabilitar o esquema de selecci\u00F3n retardada. Opci\u00F3ns autom\u00E1ticas. Non as modifique pois gardaranse en auto.properties de todos modos.</html>
+OptionPanel.selection_method_by_click=Premendo
+OptionPanel.selection_method_delayed=Posposto
+OptionPanel.selection_method_direct=Directo
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Patr\u00F3ns
+OptionPanel.separator.anti_alias=Suavizado
+OptionPanel.separator.attributes=Atributos
+OptionPanel.separator.automatic_save=Gardar automaticamente
+OptionPanel.separator.behaviour=Funcionamento
+OptionPanel.separator.browser=Navegador
+OptionPanel.separator.CloudControls=Clouds[translate me]
+OptionPanel.separator.commands_for_the_program=Comandos para o programa
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Cores predeterminadas
+OptionPanel.separator.default_fonts=Fontes predeterminadas
+OptionPanel.separator.default_styles=Estilos predeterminados
+OptionPanel.separator.EdgeControls=Arcos
+OptionPanel.separator.edit_long_node_window=Vent\u00E1 de edici\u00F3n de nodo longo
+OptionPanel.separator.files=Ficheiros
+OptionPanel.separator.General=Xeral
+OptionPanel.separator.html_export=Exportar HTML
+OptionPanel.separator.hyperlink_types=Tipos de hiperligaz\u00F3n
+OptionPanel.separator.icon_properties=Iconas
+OptionPanel.separator.initial_map_size=Tama\u00F1o inicial do mapa
+OptionPanel.separator.key_typing=Premer teclas
+OptionPanel.separator.language=Idioma
+OptionPanel.separator.look_and_feel=Apariencia
+OptionPanel.separator.new_node_commands=Comandos do nodo novo
+OptionPanel.separator.node_editing_commands=Comandos de edici\u00F3n de nodos
+OptionPanel.separator.node_navigation_commands=Comandos de navegaci\u00F3n de nodos
+OptionPanel.separator.NodeColors=Cores do nodo
+OptionPanel.separator.NodeFont=Fonte do nodo
+OptionPanel.separator.other_defaults=Outras configuraci\u00F3ns predeterminadas
+OptionPanel.separator.others=Outras asociaci\u00F3ns de teclas
+OptionPanel.separator.patterns=Patr\u00F3ns
+OptionPanel.separator.save=Gardar
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=M\u00E9todo de selecci\u00F3n
+OptionPanel.separator.undo=Desfacer
+OptionPanel.set_property_text.tooltip=Baleiro: Non tocar; Menos=Borrar propiedade (establecer os valores predeterminados); M\u00E1is=Cambiar a propiedade
+OptionPanel.sharp_bezier=bezier afiada
+OptionPanel.sharp_linear=lineal afiada
+OptionPanel.show_icon_for_attributes=Amosar iconas para os atributos
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Cor est\u00E1ndar do fondo
+OptionPanel.standardbackgroundcolor.tooltip=<html>A cor est\u00E1ndar do fondo en notaci\u00F3n html</html>
+OptionPanel.standardcloudcolor=Cor est\u00E1ndar da nube
+OptionPanel.standardcloudestyle=Estilo est\u00E1ndar da nube
+OptionPanel.standardcloudestyle.tooltip=<html>O estilo est\u00E1ndar da nube. De momento, s\u00F3 se admite a 'curva de Bezier'</html>
+OptionPanel.standardlinkcolor=Cor est\u00E1ndar da ligaz\u00F3n
+OptionPanel.standardlinkcolor.tooltip=<html>A cor est\u00E1ndar da ligaz\u00F3n en notaci\u00F3n html</html>
+OptionPanel.standardlinkestyle=Estilo est\u00E1ndar da ligaz\u00F3n
+OptionPanel.standardlinkestyle.tooltip=<html>O estilo est\u00E1ndar da ligaz\u00F3n. De momento, s\u00F3 se admite a curva de Bezier</html>
+OptionPanel.standardselectednodecolor=Cor est\u00E1ndar do nodo seleccionado
+OptionPanel.standardselectednodecolor.tooltip=<html>A cor est\u00E1ndar do nodo se \u00E9 seleccionado. En notaci\u00F3n html (#RRGGBB en valores hexadecim\u00E1is)</html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Time For Automatic Save[translate me]
+OptionPanel.time_for_automatic_save.tooltip=<html> tempo entre duas acci\u00F3ns consecutivas de gardado autom\u00E1tico (en miliseg): para desabilitar o gardado autom\u00E1tico, po\u00F1a este n\u00FAmero a 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tempo para a selecci\u00F3n atrasada
+OptionPanel.time_for_delayed_selection.tooltip=<html> Atraso na selecci\u00F3n dos nodos cando se pon o rato enriba (en ms). Po\u00F1a este valor a 1 para que se seleccione directamente ao po\u00F1er o rato enriba.</html>
+OptionPanel.toolTipManager.max_tooltip_width=Largura da barra de suxesti\u00F3ns
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Largura predeterminada da barri\u00F1a de suxesti\u00F3ns.</html>
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Fonte non definida
+OptionPanel.undo_levels=Desfacer os niveis
+OptionPanel.undo_levels.tooltip=<html>Determina cantos pasos se gardan e poden ser desfeitos con "Undo".</html>
+OptionPanel.use_tabbed_pane=Use Tabs[translate me]
+OptionPanel.vi=Vi[translate me]
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh_CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Configuraci\u00F3n de p\u00E1xina...
+PasteAction.text=Pegar
+PatternNewNameProperty=Novo patr\u00F3n
+PatternToString.backgroundColor=Cor de fondo
+PatternToString.color=Cor
+PatternToString.EdgeColor=Edge Color[translate me]
+PatternToString.EdgeStyle=Estilo do arco
+PatternToString.EdgeWidth=Largura do arco
+PatternToString.FontBold=Negra
+PatternToString.Icon=Icona
+PatternToString.NodeFontSize=Tama\u00F1o da fonte
+plugins/ScriptEditor.exit=Sa\u00EDr
+plugins/ScriptEditor.menu_actions=Acci\u00F3ns
+plugins/ScriptEditor.new_script=New Script[translate me]
+plugins/ScriptEditor.run=Executar
+plugins/ScriptEditor/window.Result=Resultado:
+plugins/ScriptEditor/window.title=Editor de scripts
+plugins/TimeList.xml_Created=Creado
+plugins/TimeList.xml_Icons=Iconas
+plugins/TimeList.xml_Modified=Modificado
+plugins/TimeList.xml_Notes=Anotaci\u00F3ns
+plugins/TimeList.xml_Text=Texto
+plugins/TimeManagement.xml_appendButton=Anexar a data aos nodos seleccionados
+plugins/TimeManagement.xml_Cancel=Cancelar
+plugins/TimeManagement.xml_cancelButton=Cancelar
+plugins/TimeManagement.xml_closeButton=Pechar
+plugins/TimeManagement.xml_Export=Exportar os nodos seleccionados
+plugins/TimeManagement.xml_Find=Buscar
+plugins/TimeManagement.xml_Goto=Ir a
+plugins/TimeManagement.xml_hour=Hora:
+plugins/TimeManagement.xml_menu_actions=Acci\u00F3ns
+plugins/TimeManagement.xml_minute=Minuto:
+plugins/TimeManagement.xml_reminderButton=Av\u00EDsarme nesta data
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Ao presionar, as\u00EDgnase un temporizador \u00E1 data en cuesti\u00F3n. Ent\u00F3n, unhas iconas intermitentes chamar\u00E1n a s\u00FAa atenci\u00F3n.<br> Se pecha o mapa, reactivaranse os temporizadores cando volva abrir o mapa.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Actualmente, s\u00F3 se permite unha alerta por nodo. <br>A alerta actual est\u00E1 programada para {0,date} {0,time}, escolleu {1,date} {1,time}.<br><br>Desexa cambiar a hora da alerta deste nodo (SI) <br> ou prefire manter a hora antiga (NON)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Alerta programada para {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Eliminar alerta
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Eliminar todas as alertas asociadas aos nodos seleccionados.
+plugins/TimeManagement.xml_Replace=Substitu\u00EDr
+plugins/TimeManagement.xml_Replace_All=Substitu\u00EDr todos
+plugins/TimeManagement.xml_Replace_Selected=Substitu\u00EDr o seleccionado
+plugins/TimeManagement.xml_Select=Seleccionar
+plugins/TimeManagement.xml_todayButton=Hoxe
+plugins/TimeManagement.xml_WindowTitle=Xesti\u00F3n do tempo
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Buscar e substitu\u00EDr
+preferences=Preferencias
+PrintAction.text=Imprimir...
+PrintDirectAction.text=Imprimir
+printing_settings=Escala de impresi\u00F3n
+PrintPreviewAction.text=Previsualizaci\u00F3n de impresi\u00F3n...
+PropertyAction.dialog=Preferences[translate me]
+PropertyAction.text=Preferencias ...
+QuitAction.text=Sa\u00EDr
+read_only=S\u00F3 para lectura
+RedoAction.text=Refacer
+RedoFilterAction.text=Refacer
+ReminderHookAction.text=Eliminar alerta
+ReminderHookAction.tooltip=Elimina unha alerta dun nodo
+RemoveAllIconsAction.text=Eliminar todas as iconas
+RemoveIconAction.text=Eliminar a \u00FAltima icona
+repair_link=Reparar a ligaz\u00F3n
+repair_link_question=Non se puido cargar o mapa ligado. Desexa reparar manualmente a ligaz\u00F3n?
+replace=Substitu\u00EDr
+ResetNodeLocationAction.text=Restablecer a posici\u00F3n
+save_failed=A tentativa de gardar o mapa {0} fallou.
+save_unsaved=Gardar o seguinte mapa mental? :
+SaveAction.text=Gardar
+SaveAll.text=Gardar todos
+SaveAll.tooltip=Gardar todos os mapas abertos.
+SaveAsAction.text=Gardar como...
+saved=Gardado
+scheme_evaluate=Avaliar!
+ScriptEditor.text=Editor de scripts...
+ScriptEditor.tooltip=Permite escribir scripts m\u00E1is longos dentro do Freeplane.
+ScriptEditorPanel.changed_cancel=Modific\u00E1ronse os scripts. Desexa realmente descartar as modificaci\u00F3ns?
+select_favorites_folder=Seleccione o cartafol onde se atopan os seus favoritos
+select_folder_for_importing=Seleccione o cartafol que quere importar
+SelectAllAction.text=Seleccionar todo o visible
+SelectBranchAction.text=Seleccionar rama visible
+selection_method_by_click=Premer unha vez para seleccionar
+selection_method_delayed=A selecci\u00F3n autom\u00E1tica foi posposta.
+selection_method_direct=Apunte para seleccionar
+SelectNoteAction.text=Cambia ao editor de anotaci\u00F3ns
+SelectNoteAction.tooltip=Ir ao nodo desde a vent\u00E1 de anotaci\u00F3ns
+SetImageByFileChooserAction.text=Imaxe (Selector de ficheiros ou ligaz\u00F3n)...
+SetLinkByFileChooserAction.text=Hiperligaz\u00F3n (Selector de ficheiros)...
+SetLinkByTextFieldAction.text=Hiperligaz\u00F3n (campo de texto)...
+ShowAllAttributesAction.text=Amosar todos os atributos
+ShowAncestorsAction.text=Amosar os ascendentes
+ShowAttributeDialogAction.text=Xestor de atributos
+ShowDescendantsAction.text=Amosar os descendentes
+ShowHideNoteAction.text=Amosar/ocultar a vent\u00E1 de anotaci\u00F3ns
+ShowHideNoteAction.tooltip=\u00C9 un men\u00FA para as frechi\u00F1as na li\u00F1a divisoria entre vent\u00E1s.
+ShowSelectedAttributesAction.text=Amosar os atributos seleccionados
+simplyhtml.aboutFrameTitle=Sobre esta aplicaci\u00F3n
+simplyhtml.alignLabel=Ali\u00F1amento
+simplyhtml.alignLeft=esquerda
+simplyhtml.alignRight=dereita
+simplyhtml.allCellsRangeLabel=todas as celas
+simplyhtml.allOccurrencesReplaced=Substitu\u00EDronse todas as ocorrencias
+simplyhtml.appendTableColLabel=Engadir columna
+simplyhtml.appendTableRowLabel=Engadir fila
+simplyhtml.applyCellAttrLabel=Aplicar a
+simplyhtml.backgroundLabel=Fondo:
+simplyhtml.boldItalicName=negra e cursiva
+simplyhtml.boldName=negra
+simplyhtml.borderColorLabel=Cor:
+simplyhtml.borderWidthLabel=Largura
+simplyhtml.bottomLabel=parte inferior:
+simplyhtml.cancelBtnName=Cancelar
+simplyhtml.cellBorderTabLabel=Bordos
+simplyhtml.cellGenTabLabel=Xeral
+simplyhtml.cellMarginTabLabel=Marxe
+simplyhtml.cellPanelTitle=Formato de cela
+simplyhtml.clearFormatLabel=Eliminar formato
+simplyhtml.clearFormatTip=Eliminar formato
+simplyhtml.close=Pechar
+simplyhtml.closeBtnName=Pechar
+simplyhtml.colorLabel=Cor
+simplyhtml.copyLabel=Copiar
+simplyhtml.copyTip=copiar
+simplyhtml.cTagNameHead1=Cabeceira 1
+simplyhtml.cTagNameHead2=Cabeceira 2
+simplyhtml.cTagNameHead3=Cabeceira 3
+simplyhtml.cTagNameHead4=Cabeceira 4
+simplyhtml.cTagNameHead5=Cabeceira 5
+simplyhtml.cTagNameHead6=Cabeceira 6
+simplyhtml.cTagNameLink=Ligaz\u00F3n
+simplyhtml.cTagNameOL=Lista ordenada
+simplyhtml.cTagNamePara=Par\u00E1grafo
+simplyhtml.cTagNameUL=Lista desordenada
+simplyhtml.cutLabel=Cortar
+simplyhtml.cutTip=cortar
+simplyhtml.defaultDocName=Sen t\u00EDtulo
+simplyhtml.deleteTableRowLabel=Borrar fila
+simplyhtml.docTitleQuery=Po\u00F1er como t\u00EDtulo:
+simplyhtml.docTitleTitle=Editar o t\u00EDtulo do documento
+simplyhtml.editLabel=Editar
+simplyhtml.effectLabel=Efecto
+simplyhtml.familyLabel=Familia
+simplyhtml.findNext=Atopar o pr\u00F3ximo...
+simplyhtml.findReplaceDialogTitle=Buscar e substitu\u00EDr
+simplyhtml.findReplaceLabel=Buscar e substitu\u00EDr
+simplyhtml.findReplaceTip=buscar e substitu\u00EDr
+simplyhtml.fontBoldLabel=Negra
+simplyhtml.fontBoldTip=Activa ou desactiva o tipo de letra negra
+simplyhtml.fontDialogTitle=Formato do tipo de letra
+simplyhtml.fontItalicLabel=Cursiva
+simplyhtml.fontItalicTip=Activa ou desactiva o tipo de letra cursiva
+simplyhtml.fontLabel=Fonte...
+simplyhtml.fontTabLabel=Tipo de letra
+simplyhtml.fontTip=Formato do tipo de letra...
+simplyhtml.fontUnderlineLabel=Subli\u00F1ado
+simplyhtml.fontUnderlineTip=Activa ou desactiva o subli\u00F1ado
+simplyhtml.foregroundLabel=Primeiro plano:
+simplyhtml.formatLabel=Formato
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=modificar o formato de lista
+simplyhtml.formatParaLabel=Par\u00E1grafo...
+simplyhtml.formatParaTip=Modificar o formato de par\u00E1grafo
+simplyhtml.formatTableLabel=T\u00E1boa...
+simplyhtml.formatTableTip=Formato de t\u00E1boa
+simplyhtml.helpLabel=Axuda
+simplyhtml.htmlTabTitle=Vista do c\u00F3digo HTML
+simplyhtml.imageFileDesc=Ficheiros de imaxe
+simplyhtml.insertTableColLabel=Inserir columna
+simplyhtml.insertTableLabel=T\u00E1boa...
+simplyhtml.insertTableMsg=Cantas colunas?
+simplyhtml.insertTableRowLabel=Inserir fila
+simplyhtml.insertTableTitle=inserir t\u00E1boa
+simplyhtml.italicName=cursiva
+simplyhtml.leftLabel=esquerda:
+simplyhtml.listDialogTitle=Formato de lista
+simplyhtml.listIndentTitle=Sangr\u00EDa:
+simplyhtml.listPosInside=dentro
+simplyhtml.listPositionLabel=Posici\u00F3n:
+simplyhtml.listPosOutside=f\u00F3ra
+simplyhtml.listTypeCircle=vi\u00F1eta redonda
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=s\u00EDmbolo de ficheiro como vi\u00F1eta
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=ning\u00FAn
+simplyhtml.listTypeSquare=vi\u00F1eta cuadrada
+simplyhtml.marginLabel=exterior
+simplyhtml.matchCase=Diferenciar mai\u00FAsculas de min\u00FAsculas
+simplyhtml.newStyleDefaultName=novo estilo
+simplyhtml.nextTableCellLabel=Cela seguinte
+simplyhtml.noLineLabel=ning\u00FAn
+simplyhtml.noMoreOccurrencesFound=non se atoparon (m\u00E1is) ocorrencias
+simplyhtml.okBtnName=Aceptar
+simplyhtml.paddingLabel=Inner[translate me]
+simplyhtml.paraAlignCenterLabel=Ali\u00F1ar no centro
+simplyhtml.paraAlignCenterTip=Establecer o ali\u00F1amento do par\u00E1grafo no centro
+simplyhtml.paraAlignLeftLabel=Ali\u00F1ar \u00E1 esquerda
+simplyhtml.paraAlignLeftTip=Establecer o ali\u00F1amento do par\u00E1grafo \u00E1 esquerda
+simplyhtml.paraAlignRightLabel=Ali\u00F1ar \u00E1 dereita
+simplyhtml.paraAlignRightTip=Establecer o ali\u00F1amento do par\u00E1grafo \u00E1 dereita
+simplyhtml.paraStyleDialogTitle=Estilo do par\u00E1grafo
+simplyhtml.paraTabLabel=Par\u00E1grafo
+simplyhtml.pasteLabel=Pegar
+simplyhtml.pasteTip=pegar
+simplyhtml.plainName=plano
+simplyhtml.previewLabel=Previsualizar
+simplyhtml.prevTableCellLabel=Cela anterior
+simplyhtml.redoLabel=Refacer
+simplyhtml.redoTip=refacer
+simplyhtml.replace=Substitu\u00EDr...
+simplyhtml.replaceDone=Completo
+simplyhtml.replaceNo=Non
+simplyhtml.replaceThisQuery=substitu\u00EDr esta ocorrencia de
+simplyhtml.replaceWith=Substitu\u00EDr por:
+simplyhtml.replaceYes=Si
+simplyhtml.rightLabel=dereita:
+simplyhtml.searchDown=Buscar hacia abaixo
+simplyhtml.searchFromStart=Buscar desde o inicio
+simplyhtml.searchUp=Buscar
+simplyhtml.selectAllLabel=Seleccionar todo
+simplyhtml.sizeLabel=Tama\u00F1o
+simplyhtml.standardStyleName=est\u00E1ndar
+simplyhtml.strikeLabel=Riscado
+simplyhtml.styleLabel=Estilo
+simplyhtml.styleNameInputText=Nome do novo estilo?
+simplyhtml.styleNameInputTitle=Gardar este estilo
+simplyhtml.tableBgColLabel=Cor de fondo:
+simplyhtml.tableDialogTitle=Formato de t\u00E1boa
+simplyhtml.tableLabel=T\u00E1boa
+simplyhtml.tablePanelTitle=Formato da t\u00E1boa
+simplyhtml.tableWidthLabel=Largura:
+simplyhtml.textIndentLabel=Sangr\u00EDa:
+simplyhtml.textToFind=Texto a buscar:
+simplyhtml.thisCellRangeLabel=esta cela
+simplyhtml.thisColRangeLabel=esta columna
+simplyhtml.thisRowRangeLabel=esta fila
+simplyhtml.toggleBulletsLabel=Activar/desactivar lista con vi\u00F1etas
+simplyhtml.toggleBulletsTip=activar/desactivar lista con vi\u00F1etas
+simplyhtml.toggleNumbersLabel=Activar/desactivar lista numerada
+simplyhtml.toggleNumbersTip=activar/desactivar lista numerada
+simplyhtml.topLabel=parte superior:
+simplyhtml.uLineLabel=Subli\u00F1ado
+simplyhtml.unableToOpenFileError=Non se puido abrir o ficheiro
+simplyhtml.unableToRedoError=Non \u00E9 posible refacer:
+simplyhtml.unableToUndoError=Non \u00E9 posible desfacer:
+simplyhtml.undoLabel=Desfacer
+simplyhtml.undoTip=desfacer
+simplyhtml.valignBottom=parte inferior
+simplyhtml.valignLabel=Ali\u00F1amento vertical
+simplyhtml.valignMiddle=medio
+simplyhtml.wholeWordsOnly=S\u00F3 palabras enteiras
+SortNodes.text=Ordenar fillos
+SortNodes.tooltip=Ordena todos os fillos dun nodo alfabeticamente.
+split=Dividir
+SplitNode.text=Dividir nodo
+SplitNode.tooltip=<html>O nodo div\u00EDdese</html>
+style=Estilo
+svg=SVG[translate me]
+TimeListAction.text=Amosar a lista de horas programadas ...
+TimeManagementAction.text=Amosar o calendario...
+ToggleChildrenFoldedAction.text=(Des)pregar fillos
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Pregar/despregar
+ToggleLeftToolbarAction.text=Ver/ocultar a barra de ferramentas lateral
+ToggleMenubarAction.text=Ver/ocultar a barra de men\u00FAs
+ToggleToolbarAction.text=Ver/ocultar a barra de ferramentas
+undefined_error=Ocorreu un erro inesperado. Faga un informe do bug.
+underline=Subli\u00F1ado
+underlined=Subli\u00F1ado
+UndoAction.text=Desfacer
+UndoFilterAction.text=Desfacer
+unfold=Despregar
+UnfoldAllAction.text=Despregar todos
+UnfoldAllAction.tooltip=<html>Despregar os nodos seleccionados e todos os seus fillos.</html>
+UnfoldOneLevelAction.text=Despregar un nivel
+UnfoldOneLevelAction.tooltip=<html>Desprega os nodos seleccionados un nivel.</html>
+UpdateCheckAction.text=Check for Updates[translate me]
+url_error=Este URL non \u00E9 correcto!
+url_load_error=Non se puido cargar o mapa co URL:
+UsePlainTextAction.text=Usar texto plano
+user_defined_zoom=Definido polo usuario.
+user_defined_zoom_status_bar=Modificar o zoom ao valor de zoom de {0}% definido polo usuario.
+user_zoom=Factor de zoom da copia impresa (0.0 - 2.0):
+WebDocuAction.text=Documentaci\u00F3n web
+width=Largura
+yes=Si
+ZoomInAction.text=Ampliar
+ZoomOutAction.text=Reducir
diff --git a/freeplane/resources/translations/Resources_hr.properties b/freeplane/resources/translations/Resources_hr.properties
index 06b5dce..1610425 100644
--- a/freeplane/resources/translations/Resources_hr.properties
+++ b/freeplane/resources/translations/Resources_hr.properties
@@ -1,1770 +1,1771 @@
-about_text = Freeplane - program za izradu mentalnih mapa i nadogradnju znanja
-AboutAction.text = O programu
-acceleratorPresets = Postavke grupe tipkovni\u010dkih kratica F-trake
-accelerators_loading_error = Ne mogu u\u010ditati tipkovni\u010dke kratice iz {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Promjena oblika svih \u010dvorova
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Promijeni uzorak
-accessories/plugins/EncryptNode.properties_0 = Odaberi lozinku za \u0161ifrirani \u010dvor.
-accessories/plugins/EncryptNode.properties_1 = Lozinka nije ujedna\u010dena ili je prekratka.
-accessories/plugins/EncryptNode.properties_2 = Upi\u0161i lozinku:
-accessories/plugins/EncryptNode.properties_3 = Ponovno upi\u0161i lozinku:
-accessories/plugins/EncryptNode.properties_4 = Upis lozinke.
-accessories/plugins/EncryptNode.properties_5 = <html>Upamtite, mo\u0107 \u0161ifriranja <br>uvijek ovisi o kvaliteti va\u0161e lozinke.
-accessories/plugins/EncryptNode.properties_6 = U redu
-accessories/plugins/EncryptNode.properties_7 = Odustani
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Mo\u017eete uklju\u010diti ili isklju\u010diti stanje \u0161ifriranja samo na \u0161ifriranom \u010dvoru.
-accessories/plugins/EncryptNode.properties_select_me = Odaberi za nastavak!
-accessories/plugins/EncryptNode.properties_wrong_password = Neispravna lozinka.
-accessories/plugins/ExportWithTWiki.text = Kao TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Izvozi Mentalnu mapu kao Twiki dokument.
-accessories/plugins/ExportWithXSLT.tooltip = To je ujedna\u010dena metoda izvoza s upotrebom XSLT skripte.
-accessories/plugins/ExportWithXSLT_Applet.text = Kao Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Izvoz mape kao Java browser appleta.
-accessories/plugins/ExportWithXSLT_Flash.text = Kao Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Izvoz mape kao flash aplikacije.
-accessories/plugins/ExportWithXSLT_HTML.text = Kao XHTML (JavaScript verzija)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Kao XHTML (verzija kliktaju\u0107e mentalne mape)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Resursi iz \u010dvora Resursi u TaskJuggler datoteku...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Izvozi resursa iz \u010dvora Resursa u TaskJuggler modul. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Zadaci iz \u010dvora Zadaci u TaskJuggler datoteku...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Izvozi zadataka iz \u010dvora Zadaci u TaskJuggler modul. </html>
-action_keystroke_in_use_error = Tipkovni\u010dka kratica {0} koju \u017eelite koristiti za akciju {1} ve\u0107 je kori\u0161tena za akciju {2}
-active = Aktivan
-actual_map_styles = Uvjetovani stilovi mape primjenjeni na \u010dvoru
-actual_node_styles = Uvjetovani stilovi \u010dvora primjenjeni na \u010dvoru
-add = &Dodaj
-AddConnectorAction.text = Dodaj poveznik
-AddElementaryConditionAction.text = Dodaj
-AddLocalLinkAction.text = Dodaj internu vezu izme\u0111u \u010dvorova
-AddMenuItemLinkAction.text = Naredbe iz izbornika
-AddOnDetailsPanel.authored.by = Autor {0}
-AddOnDetailsPanel.header.function = Namjena
-AddOnDetailsPanel.header.menu = Pozicija izbornika
-AddOnDetailsPanel.header.shortcut = Tipkovni\u010dka kratica
-AddOnDetailsPanel.homepage = Web lokacija:
-addons.installer.canceled = Instalacija otkazana
-addons.installer.confirm.licence = <html><body><h1>Licenca</h1>{0}<p><p><em>Prihva\u0107ate li licencu?</em></p></body></html>
-addons.installer.failed = Instalacija nije uspjela: {0}
-addons.installer.freeplaneversion.format.error = Oblik gre\u0161ke u {0} (vrijednost:{1})
-addons.installer.groovy.script.name = Skripta {0} ne zavr\u0161ava sa nastavkom ".groovy"
-addons.installer.html.script = Skripta ne mo\u017ee biti oblikovana kao HTML tekst
-addons.installer.install = Instaliraj
-addons.installer.invalid.keyboard.shortcut = Neispravan pre\u010dac {0}.
-addons.installer.licence.unchanged = Licenca je nepromijenjena
-addons.installer.map.structure = Gre\u0161ka u strukturi mape: {0}
-addons.installer.missing.child.nodes = Nedostaje \u010dvor Dijete: {0}
-addons.installer.missing.permission.attribute = Skripta {0}: nedostaje dozvola za atribute {1}
-addons.installer.missing.properties = Nedostaje karakteristika: {0}
-addons.installer.missing.translation = Nedostaje prijevod od  {0} za {1}
-addons.installer.no.scripts = Skripte nisu prona\u0111ene
-addons.installer.no.zipdata = Nisu prona\u0111eni komprimirani podaci (zip)
-addons.installer.nonstandard.permissions = Skripta zahtjeva slijede\u0107e dozvole koje trenutno nisu omogu\u0107ene: {0}.\n \u017delite li ih dodati u standardne dozvole?
-addons.installer.one.child.expected = O\u010dekivan je jedan \u010dvor Djete od {0}.
-addons.installer.script.no.execution_mode = "execution_mode" obilje\u017eja nije odre\u0111en za {0}
-addons.installer.script.no.menulocation = "menuLocation" obilje\u017eja nije odre\u0111en za {0}
-addons.installer.script.no.menutitle = "menuTitleKey" obilje\u017eja nije odre\u0111en za {0}
-addons.installer.script.no.permissions = Nisu definirane dozvole za {0}
-addons.installer.success = Instalacija uspje\u0161na.\n Novi dodatak biti \u0107e dostupan nakon ponovnog pokretanja programa.
-addons.installer.success.update = Nadogradnja  {0} na {1} je uspje\u0161no izvedena:\nNove funkcije biti \u0107e dostupne nakon ponovnog pokretanja programa.
-addons.installer.title = Upravitelj pro\u0161irenja
-addons.installer.too.new = Trenutna verzija Freeplane {0} je novija i ne podr\u017eava ovo pro\u0161irenje. Potrebna je verzija {1}, koja podr\u017eava ovo pro\u0161irenje.
-addons.installer.too.old = Trenutna verzija Freeplane {0} je prestara za ovo pro\u0161irenje .Potrebna je verzija {1}, koja podr\u017eava ovo pro\u0161irenje.
-addons.installer.unknown.deinstallation.rules = Nepoznata pravila za deinstalaciju {0}
-addons.installer.update = Nadogradnja na verziju {0}
-addons.installer.warning = <html><body><em>Trebali bi instalirati samo pro\u0161irenja povjerljivog izvora. Zlonamjerna pro\u0161irenja mogu o\u0161tetiti va\u0161e podatke ili ugroziti va\u0161u privatnost .</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = Dodaj obilje\u017eje iz stila
-AddStyleAttributes.tooltip = Dodavanje obilje\u017eja iz stliziranog \u010dvora.
-AllMapsNodeListAction.text = Tra\u017ei i zamijeni u svim mapama
-always = Uvijek
-AlwaysUnfoldedNodeAction.text = Uvijek rasklopljen \u010dvor (uklju\u010di/ isklju\u010di)
-antialias_all = Zagla\u0111ivanje svega
-antialias_edges = Zagla\u0111ivanje rubova
-antialias_none = Bez zagla\u0111ivanja
-apply = &Primijeni
-ApplyAction.text = &Primijeni
-ApplyFormatPlugin.text = Promijeni &oblik \u010dvora...
-ApplyFormatPlugin.tooltip = Prikazuje dijalog u kojem osobine \u010dvora i ruba mogu bit promijenjene odmah.
-ApplyNoFilteringAction.text = Bez filtriranja
-ApplySelectedViewConditionAction.text = Filtriraj odabrane \u010dvorove
-ApplyToVisibleAction.text = Primijeni na filtriranim \u010dvorovima
-as_parent = kao Roditelj
-AskForHelp.text = Upit za pomo\u0107
-AssignAttributesAction.text = Do&djeljivanje obilje\u017eja...
-attribute_delete = Obri\u0161i sve vrijednosti
-attribute_delete_value = Obri\u0161i ovu vrijednost
-attribute_font_size_tooltip = Veli\u010dina slova obilje\u017eja
-attribute_list_box_label_text = Postoje\u0107e vrijednosti
-attribute_name = Naziv obilje\u017eja
-attribute_replace = Zamijeni s:
-attribute_top = Sva poznata obilje\u017eja za u\u010ditane mape
-attribute_value = Vrijednost obilje\u017eja
-attributes_AddAttributeAction.text = &Dodaj postoje\u0107e obilje\u017eje
-attributes_adding_empty_attribute_error = Ne mo\u017eete koristiti prazni niz za ime obilje\u017eja
-attributes_all = Sva obilje\u017eja
-attributes_assign_dialog = Po\u0161ireni ure\u0111iva\u010d obilje\u017eja
-attributes_attribute = Obilje\u017eja
-attributes_close = Zatvori
-attributes_deselect_all = Ni\u0161ta
-attributes_dialog_title = Upravljanje obilje\u017ejima
-attributes_edit = Uredi
-attributes_edit_tooltip = Dodjeli skup obilje\u017eja
-attributes_for_selected = Odabrani \u010dvorovi
-attributes_for_visible = Sve vidljive \u010dvorove
-attributes_import = Uvoz
-attributes_import_tooltip = Uvoz obilje\u017eja iz drugih u\u010ditanih mapa
-attributes_no_import_candidates_found = Nisu prona\u0111ena nova obilje\u017eja
-attributes_popup_delete = Obri\u0161i
-attributes_popup_down = Dolje
-attributes_popup_edit = Uredi
-attributes_popup_hide = Sakrij
-attributes_popup_new = Novo obilje\u017eje
-attributes_popup_optimal_width = Optimalna \u0161irina
-attributes_popup_up = Gore
-attributes_refresh = Osvje\u017ei
-attributes_RemoveAllAttributesAction.text = Obri\u0161i sva obilje\u017eja
-attributes_RemoveFirstAttributeAction.text = Obri\u0161i prvo obilje\u017eje
-attributes_RemoveLastAttributeAction.text = Obri\u0161i zadnje obilje\u017eje
-attributes_restricted_attributes_tooltip = Ograni\u010deni skup obilje\u017eja
-attributes_restricted_values_tooltip = Ograni\u010deni skup vrijednosti za trenutno odabrano obilje\u017eje
-attributes_restriction = Ograni\u010den skup
-attributes_select_all = Sve
-attributes_select_all_tooltip = Odaberi / Poni\u0161ti odaberi
-attributes_show = Prika\u017ei
-attributes_skip_root = Presko\u010di korijenski \u010dvor
-attributes_visible = Prikazuj
-attributes_visible_tooltip = Potvrdi ako \u017eeli\u0161 da obilje\u017eje bude vidljivo
-automatic_layout = Automatski oblikovani izgled
-automatic_layout_disabled = Onemogu\u0107en
-automatically_save_message = Mapa je automatski spremljena (koriste\u0107i ime datoteke {0}) ...
-AutomaticEdgeColorHookAction.text = Automatska boja ruba
-AutomaticLayout.ALL = Za sve
-AutomaticLayout.HEADINGS = Za razine
-AutomaticLayout.level = Oblik \u010dvorova  {0}. razine
-AutomaticLayout.level.root = Oblik korijenskog \u010dvora
-AutomaticLayoutAction.text = &Automatski oblikuj izgled
-AutomaticLayoutAction.tooltip = <html>Izmijeni oblik mentalne mape. <br>Prvi stupanj je crni, drugi plavi, itd.</html>
-AutomaticLayoutControllerAction.ALL.text = za sve \u010dvorove
-AutomaticLayoutControllerAction.HEADINGS.text = za sve osim krajnje
-AutomaticLayoutControllerAction.null.text = onemogu\u0107eno
-BackAction.text = Nazad
-BackAction.tooltip = Skok unazad na odabranom nizu
-background = Pozadina
-bitmaps = bitne mape (slike)
-black = Crno
-BlinkingNodeHookAction.text = Treper\u0107i \u010dvor
-BlinkingNodeHookAction.tooltip = <html>Ovom funkcijom \u010dvor postaje trep\u0107u\u0107i.Budite oprezni.Ne povezujte ga s previ\u0161e \u010dvorova i <strong> ne s ostalim automatskim oblikovanjima u istom \u010dvoru.</html>
-blue = Zadana boja
-BoldAction.text = Podebljano
-boldify_branch = Podebljaj
-branch = Grana
-browse = Pregled...
-calendar_attributes_panel = Kalendar i Obilje\u017eja
-calendar_panel = Kalendar
-can_not_connect_to_info_server = Ne mogu se spojiti na poslu\u017eitelj
-can_not_delete_predefined_style = Ne mogu obrisati unaprijed postavljeni stil
-can_not_delete_root_style = Ne mogu obrisati korijenski stil
-can_not_delete_style_group = Ne mogu obrisati grupu stila
-can_not_save_key_set = Nije mogu\u0107e pohraniti grupu tipkovni\u010dkih kratica
-cancel = &Odustani
-CancelAction.text = &Odustani
-cannot_add_parent_diff_parents = Svi \u010dvorovi moraju imati istog Roditelja za kori\u0161tenje ove funkcije.
-cannot_add_parent_to_root = Korijenski \u010dvor nije mogu\u0107e dodati novom Roditelju
-cannot_delete_root = Korijenski \u010dvor nije mogu\u0107e obrisati ili izrezati
-cannot_join_nodes_with_children = \u010cvorove nije mogu\u0107e povezati s Djecom
-cannot_move_to_child = \u010cvor nije mogu\u0107e pomaknuti prema \u010dvoru njegove Djece.
-CenterAction.text = Sredina
-CenterSelectedNodeAction.text = Odabrani \u010dvor u centru prikaza
-ChangeConnectorArrowsAction.backward.text = Nazad
-ChangeConnectorArrowsAction.both.text = Obje strelice
-ChangeConnectorArrowsAction.forward.text = Naprijed
-ChangeConnectorArrowsAction.none.text = Bez strelice
-ChangeConnectorArrowsAction.text = Promjena strelica poveznika
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Krivulja
-ChangeConnectorShapeAction.EDGE_LIKE.text = Prika\u017ei poveznik kao rub
-ChangeConnectorShapeAction.LINE.text = Crta
-ChangeConnectorShapeAction.LINEAR_PATH.text = Vi\u0161estruka crta
-ChangeNodeLevelLeftsAction.text = \u010cvor ulijevo
-ChangeNodeLevelLeftsAction.tooltip = Lijevo od korijena \u010dvor/ovi  je/su pomaknut/i prema dolje. \u010cvor/ovi je/su postali djeca od bratskih \u010dvorova. Desno od korijena \u010dvor/ovi je/su pomaknut/i prema gore.Direktno na korijenu \u010dvor/ovi mijena/ju strane.
-ChangeNodeLevelRightsAction.text = \u010cvor udesno
-ChangeNodeLevelRightsAction.tooltip = Desno od korijena \u010dvor/ovi  je/su pomaknut/i prema dolje. \u010cvor/ovi je/su postali djeca od bratskih \u010dvorova. Lijevo od korijena \u010dvor/ovi je/su pomaknut/i prema gore.Direktno na korijenu \u010dvor/ovi mijena/ju strane.
-choose_background_color = Izaberite boju pozadine mape:
-choose_cloud_color = Izaberite boju obla\u010di\u0107a:
-choose_edge_color = Odaberi boju ruba
-choose_map_background_color = Izaberi pozadinsku boju mape
-choose_node_background_color = Izaberite boju pozadine \u010dvora:
-choose_node_color = Izaberite boju teksta \u010dvora:
-ClearLinkAnchorAction.text = Obri\u0161i sidro veze (linka)
-ClearLinkAnchorAction.tooltip = <html>obri\u0161i prothodno postavljeno sidro \u010dvora</html>
-close_btn = &Zatvori
-CloseAction.text = &Zatvori
-CloudAction.text = Obla\u010di\u0107
-CloudColorAction.text = Boja obla\u010di\u0107a...
-CloudShapeAction.ARC.text = Krivulja
-CloudShapeAction.RECT.text = Pravokutnik
-CloudShapeAction.ROUND_RECT.text = Zaobljeni pravokutnik
-CloudShapeAction.STAR.text = Zvijezda
-ColorProperty.ResetColor = Vra\u0107anje izvornih boja
-combined = kombinirano
-condition = Stanje
-confirmation = Potvrda
-connector = Poveznik
-connector_arrows = Zavr\u0161etak poveznika
-connector_label = Oznaka poveznika
-connector_lines = Vrsta crte poveznika
-connector_shapes = Oblik poveznika
-ConnectorColorAction.text = Boja poveznika
-CopyAction.text = Kopiraj
-CopyAction.tooltip = Kopiraj odabranu granu
-CopyAttributes.text = Kopiraj obilje\u017eje
-CopyIDAction.text = Kopiraj ID \u010dvora
-CopyMapStylesAction.text = Kopiraj stil mape...
-CopyNodeURIAction.text = Kopiraj URL (vezu) \u010dvora
-copyright = Copyright \u00a9 2000-2012 Freeplane tim i ostali
-CopySingleAction.text = Kopiraj pojedina\u010dno
-CopySingleAction.tooltip = Kopiraj samo odabrani \u010dvor
-CopyStyleExtensionsAction.text = Umetni stil povezanog sadr\u017eaja
-corrupt_map = Sadr\u017eaj mape je korumpiran
-CreateConjunctConditionAction.text = I
-CreateDisjunctConditionAction.text = Ili
-CreateNotSatisfiedConditionAction.text = Ne
-CreationModificationPluginAction.text = Prika\u017ei &vrijeme promjene
-CreationModificationPluginAction.tooltip = <html>Ova funkcija bilje\u017ei vrijeme stvaranja \u010dvora i vrijeme promjena \u010dvora.</html>
-current_dir = Mape
-CutAction.text = Izre\u017ei
-decrease_branch_font_size = Manja slova
-DecreaseNodeFontAction.text = Manja slova
-default = Zadano
-DefaultColorAction.text = Zadana boja
-defaultstyle.details = Detalji
-defaultstyle.floating = Slobodni \u010dvor
-defaultstyle.note = Bilje\u0161ke
-delete = &Obri\u0161i
-delete_child = Obri\u0161i \u010dvor
-DeleteAction.text = Ukloni \u010dvor
-DeleteConditionAction.text = Obri\u0161i
-DeleteDetailsAction.text = Obri\u0161i detalje \u010dvora
-DeleteLevelStyleAction.text = Ukloni automatsko oblikovanje razina
-DeleteStyleAction.text = Ukloni stil
-DeleteUserStyleAction.text = Ukloni korisni\u010di definirani stil
-dialect_info.app = Datoteka {0} je kreirana u programu {1}.
-dialect_info.unknownApp = U\u010ditana datoteka kreirana je u nepoznatom programu.
-dialect_info.unknownURL = Web stranica programa u\u010ditane datoteke je nepoznata.
-dialect_info.url = Posjetite web stranicu programa za vi\u0161e informacija.
-dialect_info.warning = Freeplane  mo\u017ee datoteku otvori, prikazati ili spremiti na nepravilan na\u010din.
-DirectHtmlFlavorHandler = HTML kao pojedina\u010dni \u010dvor
-DocumentationAction.text = Dokumentacija
-down = D&olje
-download = Preuzimanje
-dropped_file_error = Nije mogu\u0107e otvoriti ispu\u0161tenu datoteku(e). Razlog: {0}
-edge = Rub
-edge_is_formatted_by_style = Oblik ruba odre\u0111en je u stilu. Uredite svoj oblik ruba ako \u017eelite.
-edge_style = Stil ruba
-edge_width = \u0160irina ruba
-EdgeColorAction.text = Boja ruba...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.bezier.tooltip = <html>Prikazuje rub kao krivulju .</html>
-EdgeStyleAction.hide_edge.text = Skriveni rub
-EdgeStyleAction.hide_edge.tooltip = <html>Rub postaje nevidljivim, samo za odabrane \u010dvorove prikazuje se<br> to\u010dkasta crta do roditeljskog \u010dvora.</html>
-EdgeStyleAction.horizontal.text = Vodoravno
-EdgeStyleAction.horizontal.tooltip = <html>Koriste se ravne ortogonalne crte za rubove .</html>
-EdgeStyleAction.linear.text = Linearno
-EdgeStyleAction.linear.tooltip = <html>Rub je prikazan kao ravna crta</html>
-EdgeStyleAction.sharp_bezier.text = Grubo bezier
-EdgeStyleAction.sharp_bezier.tooltip = <html>Rub je prikazan kao krivulja sa zadebljanim krajevima.</html>
-EdgeStyleAction.sharp_linear.text = Grubo linearno
-EdgeStyleAction.sharp_linear.tooltip = <html>Rub je prikazan kao ravna crta sa zadebljanim krajevima</html>
-EdgeStyleAsParentAction.text = Kao Roditelj
-EdgeStyleAsParentAction.tooltip = <html>\u010cvor pobprima oblik roditeljskog \u010dvora</html>[obsolete]
-EdgeWidthAction_width_parent.text = Roditelj
-EdgeWidthAction_width_thin.text = Tanko
-edit = &Ure\u0111ivanje
-edit.decision = HTML Ure\u0111iva\u010d
-edit.edit_rich_text = \u017deli\u0161 li koristiti oblikovanja kao podebljano ili uko\u0161eno?
-edit_details = Uredi detalje \u010dvora
-edit_end_label = <html>Poveznik<br>label
-edit_label_font_family = Oblik slova
-edit_label_font_size = Veli\u010dina slova
-edit_link_manually = Ru\u010dno uredi vezu (hipervezu)...
-edit_long_node = Detaljno uredi \u010dvor...
-edit_middle_label = Upis srednjeg natpisa
-edit_note = Uredi bilje\u0161ku
-edit_source_label = Upis izvornog natpisa
-edit_target_label = Upis ciljanog natpisa
-edit_transparency_label = Prozirnost
-edit_width_label = Deblijina crte
-EditAction.text = Uredi \u010dvor
-EditAttributesAction.text = Novo obilje\u017eje
-EditDetailsAction.text = Dodaj detalje \u010dvora
-EditDetailsInDialogAction.text = Uredi detalje \u010dvora u odvojenom prozoru
-EditFilterAction.text = Uredi
-EditLongAction.text = Bolje uredi \u010dvor...
-EditNoteInDialogAction.text = Uredi bilje\u0161ke
-EditScript = Uredi skriptu...
-EditStylesAction.text = Uredi stil
-EncryptedMap.text = Nova \u0161ifrirana mapa ...
-EncryptedMap.tooltip = Kreiraj novu \u0161ifriranu mentalnu mapu
-enter_base_url = Bit \u0107e zalijepljene relativne adrese. Molim unesite osnovni URL.
-enter_condition_name = Upi\u0161i novo ime filtriranog stila
-enter_confirms = Tipka &Enter kao potvrda (izlaz iz prostora)
-enter_keyset_name = Upi\u0161i naziv grupe tipkovni\u010dkih kratica
-enter_map_url = Upi\u0161i URL mape
-enter_new_style_name = Upi\u0161i naziv novog stila
-enter_node_id = Upi\u0161i ID \u010dvora
-enter_zoom = Upi\u0161i pove\u0107anje
-EnterPassword.text = Upi\u0161i lozinku
-error = Gre\u0161ka
-error_applying_template = Gre\u0161ka prilikom primjene XSL predlo\u0161ka.
-error_creating_directory = Nije mogu\u0107e kreirati Mapu za izvoz.
-error_in_template = Gre\u0161ka u zadanom predlo\u0161ku {0}. Poku\u0161ajte ukloniti ovu datoteku.
-errornumber = {0} gre\u0161ka/e
-ExecuteScriptError.text = Gre\u0161ka kod izvo\u0111enju skripte:\n{0}
-ExecuteScriptForAllNodes.text = Izvo\u0111enje svih skripta
-ExecuteScriptForSelectionAction.text = Izvo\u0111enje skripta odabranih \u010dvorova
-ExecuteScriptOnSelectedNode.text = Izvodi {0} na svim odabranim \u010dvorovima
-ExecuteScriptOnSelectedNodeRecursively.text = Izvodi {0} na odabranim \u010dvorovima, rekurzivno
-ExecuteScriptOnSingleNode.text = Izvodi {0} na odabranom \u010dvoru
-ExecuteScripts.noScriptsAvailable = Nisu dostupne
-ExecuteScripts.text = Skripte
-ExecuteScriptSecurityError.text = Do\u0161lo je do pogre\u0161ke tijekom izvo\u0111enja skripte: {0}
-export_failed = Izvoz nije uspio
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-export_using_xslt = Izvoz Freeplane mape pomo\u0107u XLST skripte
-ExportAction.text = &Izvoz
-ExportBranchAction.text = Grane kao nove Mape
-ExportBranchToHTMLAction.text = Izvoz grane kao HTML
-exported_file = {0} datoteka
-ExportPdf.text = Kao PDF...
-ExportSvg.text = Kao SVG...
-ExportToHTMLAction.text = Kao HTML
-ExportToImage.jpg.text = Kao JPEG...
-ExportToImage.png.text = Kao PNG...
-ExportToOoWriter.text = Kao Open Office Write dokument...
-extension_menu = Oblik &stila
-ExternalImage_popupMenu_Change = Promijeni...
-ExternalImage_popupMenu_Open = Otvori u pregledniku
-ExternalImage_popupMenu_Remove = Obri\u0161i
-ExternalImage_popupMenu_ResetZoom = Vrati izvorno pove\u0107anje
-ExternalImageAddAction.text = Dodaj vanjsku sliku...
-ExternalImageChangeAction.text = Promijeni vanjsku sliku...
-ExternalImageRemoveAction.text = Obri\u0161i vanjsku sliku...
-ExtractLinkFromTextAction.text = Hiperlink iz teksta
-ExtractLinkFromTextAction.tooltip = Postavi hiperlink na\u0111en u tekstu \u010dvora
-f_button_unassigned = nema akcije
-FaqOpenURLAction.text = \u010cesto postavljena pitanja
-file = &Datoteka
-file_already_exists = Datoteka {0} ve\u0107 postoji. \u017delite li spremiti preko postoje\u0107e datoteke?
-file_not_found = Datoteka {0} nije na\u0111ena
-FileListFlavorHandler = Linkovi do datoteka
-FileProperties_BranchLeafCount = Broj krajnih \u010dvora u odabranim granama:
-FileProperties_BranchNodeCount = Broj \u010dvorova u odabranim granama:
-FileProperties_ChangesSinceLastSave = Promjene od zadnjeg spremanja:
-FileProperties_FileName = Naziv datoteke:
-FileProperties_FileSaved = Spremljeno:
-FileProperties_FileSize = Veli\u010dina datoteke:
-FileProperties_MainBranchCount = Broj glavnih grana:
-FileProperties_NeverSaved = Nije spremljeno
-FileProperties_NodeChildCount = Brojj \u010dvorova djece odabranih \u010dvorova:
-FileProperties_NodeSelectionCount = Broj odabranih \u010dvorova:
-FileProperties_TotalFilteredCount = Broj \u010dvorova koji su filtrirani:
-FileProperties_TotalLeafCount = Ukupan broj krajnih \u010dvorova:
-FileProperties_TotalNodeCount = Ukupan broj \u010dvorova:
-FilePropertiesAction.text = Svojst&va...
-FileRevisionsDialog.cancel = O&tka\u017ei
-FileRevisionsDialog.file_last_modified = Oznaka vremena
-FileRevisionsDialog.file_name = Datoteka
-FileRevisionsDialog.file_size = Bajtova
-FileRevisionsDialog.open = &Otvori
-FileRevisionsDialog.open.tooltip = Otvori datoteku iako je starijeg datuma
-FileRevisionsDialog.question = Prona\u0111ene su obnovljene dataoteke od {0}
-FileRevisionsDialog.restore = Obn&ovi
-FileRevisionsDialog.restore.tooltip = Zamijeni {0} sa {1}
-FileRevisionsDialog.title = Obnovljena datoteka
-filter = Filtar
-filter_add = &Dodaj
-filter_and = &I
-filter_any_text = Jezgra \u010dvora, detalji ili bilje\u0161ke
-filter_conditions = Filtri
-filter_contains = Sadr\u017ei
-filter_created_after = Kreirano poslije
-filter_created_before = Kreirano prije
-filter_delete = &Obri\u0161i
-filter_details = Detalji
-filter_dialog = Upravitelj filtara
-filter_does_not_exist = Ne postoji
-filter_edit_description = Uredi popis filtra
-filter_enter_value = Unos vrijednost
-filter_even_level = \u010cvorove iz razli\u010dite razine
-filter_exist = Postoji
-filter_icon = Ikona
-filter_is_equal_to = Jednako je
-filter_is_not_equal_to = Nije jednako
-filter_leaf = Zavr\u0161ni \u010dvor
-filter_link = Hiperveza
-filter_match_approximately = &Pribli\u017eno
-filter_match_approximately_tooltip = <html>Omogu\u0107i pribli\u017eno uspore\u0111ivanje,<br/>primjer, pretra\u017eivanje  "bakar" prona\u0107i \u0107e i "bakra".</html>
-filter_match_case = Razlikuj slova
-filter_match_case_tooltip = Omogu\u0107i razlikovanje velikih i malih slova kod uspore\u0111ivanja.
-filter_modified_after = Promijenjeno poslije
-filter_modified_before = Promijenjeno prije
-filter_no_filtering = Bez filtriranja
-filter_node = Tekst \u010dvora
-filter_node_level = Razina \u010dvora
-filter_not = &Ne
-filter_note = Bilje\u0161ka
-filter_odd_level = \u010cvorove iz iste razine
-filter_or = I&li
-filter_parent = Tekst roditeljskog \u010dvora
-filter_periodic_level = Periodi\u010dki
-filter_priority = Prioritet
-filter_regexp_matches = Sparuj RegEx
-filter_reminder = Podsjetnik
-filter_reminder_after = zakazano nakon
-filter_reminder_before = zakazano prije
-filter_reminder_executed = obavljeno
-filter_reminder_later = zakazano kasnije
-filter_root = Korijenski \u010dvor
-filter_script = Filtar Skripta
-filter_select = O&zna\u010di
-filter_selected_node_view = Filtriraj odabrane \u010dvorove
-filter_selected_node_view_snapshot = Spremljen odabir
-filter_style = Stil
-filter_time = Datumski filtar
-FilterComposerDialog.save = &Spremi
-filters_not_loaded = Filtar ne mo\u017ee biti u\u010ditan, datoteka je zauzeta
-find_what = Tra\u017ei \u0161to?
-FindAction.text = Tra\u017ei...
-FirstGroupNodeAction.text = Po\u010detni \u010dvor grupe
-fit_map_to_page = Prilagodi veli\u010dini jedne stranice
-fit_map_to_page_height = Prilagodi visinu na jednu stranicu
-fit_map_to_page_width = Prilagodi \u0161irinu na jednu stranicu
-FitToPage.text = Prilagodi pove\u0107anje na &veli\u010dinu zaslona.
-FitToPage.tooltip = Prilagodi pove\u0107anje tako da se cijela Mentalna mapa smjesti u trenutni prozor.
-fold = Zatvori
-FoldAllAction.text = Sklopi sve
-FoldAllAction.tooltip = <html> Sklopi sve odabrane \u010dvorove i njihovu Djecu.</html>
-FoldOneLevelAction.text = Sklopi jednu razinu
-FoldOneLevelAction.tooltip = <html>Sklopi odabrane \u010dvorove za jednu razinu.</html>
-follow_graphical_link = Idi na:
-FollowLinkAction.text = Otvori hipervezu (link)
-font = Slova
-FontFamilyAction.text = Oblik slova
-FontSizeAction.text = Veli\u010dina slova
-format_invalid_pattern = Uzorak nije valjan
-format_menu_cloud_shapes = Oblik obla\u010di\u0107a
-format_menu_edge_styles = Stil &ruba
-format_menu_edge_widths = &\u0160irina ruba
-format_panel = Oblik
-FormatCopy.text = Kopiraj oblik
-FormatCopy.tooltip = <html>Kopira oblik \u010dvora.</html>
-FormatPaste.text = Zalijepi oblik
-FormatPaste.tooltip = <html>Zalijepi oblik prethodno kopiranog oblika \u010dvora.</html>
-formats_not_loaded = Oblici nemogu biti u\u010ditani, datoteka je o\u0161te\u0107ena
-formula.error.attributeValueIsNull = Nakon izra\u010dunavanja vrijednost obilje\u017eja ''{0}'' jednaka je nuli.
-formula.error.circularReference = Kru\u017ena referenca: Formula \u010dvora ''{0}'' sadr\u017ei svoju vlastitu vrijednost, pa formula ne mo\u017ee biti une\u0161ena.
-formula.EvaluateAllAction.text = Izra\u010dunaj sve
-formula.EvaluateAllAction.tooltip = Izra\u010dunaj sve formule u trenutno aktivnoj mapi
-formula.menuname = Formule
-formula_editor = Uredi formulu
-ForwardAction.text = Naprijed
-ForwardAction.tooltip = Skok unaprijed na odabranom nizu
-FreeNodeAction.text = Slobodno pozicionirani \u010dvor (postavi / postavi izvorno)
-Freeplane.progress.buildScreen = Gradnja Prikaza...
-Freeplane.progress.createController = Stvaranje Kontrolora...
-Freeplane.progress.createInitialMode = Stvaranje Po\u010detnog na\u010dina...
-Freeplane.progress.endStartup = Zavr\u0161etak pokretanja.
-Freeplane.progress.gettingPreferenceDirectories = Pribavljanje mape (Folder) Svojstava...
-Freeplane.progress.gettingPreferences = Pribavljanje Svojstava...
-Freeplane.progress.loadMaps = U\u010ditavanje mapa...
-Freeplane.progress.propagateLookAndFeel = Preno\u0161enje izgleda i ugo\u0111aja...
-Freeplane.progress.settingPreferences = Namje\u0161tanje Postavki...
-Freeplane.progress.startCreateController = Zapo\u010dinjanje stvaranja Kontrolora...
-Freeplane.progress.updateLookAndFeel = Osvje\u017eavanje izgleda i ugo\u0111aja...
-freeplane_reverted = Freeplane_Preokrenuto_
-FreeplaneHelpStarter.text = Pomo\u0107...
-FreeplaneHelpStarter.tooltip = Pro\u0161irena pomo\u0107 Freeplanea
-GettingStartedAction.text = Vodi\u010d za podu\u010davanje
-GotoLinkNodeAction.text = Idi na vezu
-GotoNodeAction.text = Idi na \u010dvor sa ID brojem
-GrabKeyDialog.common.cancel = Odustani
-GrabKeyDialog.common.ok = U redu
-GrabKeyDialog.grab-key.assigned-to = Dod
-GrabKeyDialog.grab-key.assigned-to.none = Trenutno nije dodijeljeno
-GrabKeyDialog.grab-key.clear = O\u010disti
-GrabKeyDialog.grab-key.remove = Ukloni
-GrabKeyDialog.grab-key.remove-ask = Jeste li sigurni da \u017eelite ukloniti akciju tipke?
-GrabKeyDialog.grab-key.title = Upi\u0161i novu tipku
-green = Zeleno
-help = Pomo\u0107
-HideableAction.tooltip = <html> Mijenja pozadinu svakog promijenjenog \u010dvora u zadanu boju.</html>
-HideAllAttributesAction.text = Sakrij sva obilje\u017eja
-HierarchicalIcons2Action.text = Prika\u017ei raskri\u017eje ikona \u010dvorova Djece
-HierarchicalIconsAction.text = Prika\u017ei &hijerarhiju ikona
-HierarchicalIconsAction.tooltip = Ako jedan od \u010dvora (Dijete/Unuk) ima ikonu, ikona \u0107e biti prikazana tako\u0111er u malom obliku u roditeljskom \u010dvoru.
-hot_keys = Tipkovni\u010dke kratice
-hot_keys_table = Tablica tipkovni\u010dkih kratica
-HotKeyInfoAction.text = Raspored tipkovni\u010dkih kratica
-html_export_based_on_headings = HTML Izvoz - prema naslovima
-html_export_fold_all = HTML Izvoz - Sve ra\u010dve otvorene
-html_export_fold_currently_folded = HTML Izvoz - Sa trenutnim ra\u010dvanjem
-html_export_no_folding = HTML Izvoz - Bez ra\u010dvanja
-html_problem = <html>Nemogu prikazati HTML<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Zbrajanje
-icon_attach = Pogledaj tu
-icon_audio = Audio
-icon_back = Natrag
-icon_bee = Freeplane
-icon_bell = Zapamti
-icon_bookmark = Izvrsno
-icon_broken-line = Prekinuto
-icon_button_cancel = Nije uredu
-icon_button_ok = U redu
-icon_calendar = Datum
-icon_checked = Provjereno
-icon_clanbomber = Opasno
-icon_clock = Vrijeme
-icon_clock2 = Podsjetnik
-icon_closed = Zabranjen ulaz
-icon_decrypted = Otklju\u010dano
-icon_desktop_new = Ne zaboravi
-icon_division = Dijeljenje
-icon_down = Dolje
-icon_edit = Pro\u010distiti
-icon_encrypted = Zaklju\u010dano
-icon_executable = Izvr\u0161no
-icon_family = Obitelj
-icon_fema = Par
-icon_female1 = \u017dena1
-icon_female2 = \u017dena2
-icon_females = \u017dene
-icon_flag = Crvena zastavica
-icon_flag-black = Crna zastavica
-icon_flag-blue = Plava zastavica
-icon_flag-green = Zelena zastavica
-icon_flag-orange = Naran\u010dasta zastavica
-icon_flag-pink = Ru\u017ei\u010dasta zastavica
-icon_flag-yellow = \u017duta zastavica
-icon_folder = Direktorij
-icon_forward = Naprijed
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Bez prioriteta
-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 = Idi
-icon_gohome = Dom
-icon_group = Grupa
-icon_help = Pitanje
-icon_hourglass = \u010cekanje
-icon_icon_not_found = Nema ikone
-icon_idea = Ideja
-icon_image = Slika
-icon_info = Informacija
-icon_internet = Internet
-icon_internet_warning = Internet-upozorenje
-icon_kaddressbook = Telefon
-icon_kmail = E-mail
-icon_knotify = Muzika
-icon_korn = Po\u0161tanski sandu\u010di\u0107
-icon_ksmiletris = Sretan sam
-icon_launch = Pokreni
-icon_licq = Lijepo
-icon_list = Lista
-icon_Mail = Po\u0161ta
-icon_male1 = Mu\u0161karac1
-icon_male2 = Mu\u0161karac2
-icon_males = Mu\u0161karci
-icon_menu = Ikone
-icon_messagebox_warning = Upozorenje
-icon_mindmap = Mentalne mape
-icon_multiplication = Mno\u017eenje
-icon_narrative = Pripovijedanje
-icon_negative = Negativno
-icon_neutral = Neutralno
-icon_password = Klju\u010d
-icon_pencil = Pobolj\u0161anje
-icon_penguin = Linux
-icon_positive = Pozitivno
-icon_prepare = Pripremi
-icon_revision = Revizija
-icon_smiley-angry = Ljut
-icon_smiley-neutral = Ravnodu\u0161an
-icon_smiley-oh = Iznena\u0111en
-icon_smily_bad = Nezadovoljan sam
-icon_stop = Stop
-icon_stop-sign = Znak Stop
-icon_subtraction = Oduzimanje
-icon_unchecked = Neprovjereno
-icon_up = Gore
-icon_user_icon = Korisni\u010dke ikone
-icon_very_negative = Vrlo negativno
-icon_very_positive = Vrlo pozitivno
-icon_video = Video
-icon_wizard = \u010carolija
-icon_xmag = Rasprava
-icon_yes = Va\u017eno
-IconGroupPopupAction.arrows.text = Strelice
-IconGroupPopupAction.docs_folders.text = Dokumenti i mape
-IconGroupPopupAction.flags.text = Zastave
-IconGroupPopupAction.math.text = Matematika
-IconGroupPopupAction.media.text = Mediji
-IconGroupPopupAction.miscellaneous.text = Razno
-IconGroupPopupAction.nature.text = Priroda
-IconGroupPopupAction.numbers.text = Brojevi
-IconGroupPopupAction.office.text = Ured
-IconGroupPopupAction.people.text = Ljudi
-IconGroupPopupAction.rating.text = Procjena
-IconGroupPopupAction.signs.text = Znakovi
-IconGroupPopupAction.smiley.text = Smije\u0161ci
-IconGroupPopupAction.time.text = Vrijeme
-IconGroupPopupAction.user.text = Korisni\u010dke ikone
-IconProgressExtended10Action.text = Vanjska ikona napretka od 10%
-IconProgressExtended10Action.tooltip = <html>Dodaje indikator napretka sa porastom od 10% klikom desne tipke mi\u0161a na indikator.<br> Ctrl+desna tipka mi\u0161a smanjuje indikator napretla odnosno bri\u0161e ga.</html>
-IconProgressExtended25Action.text = Vanjska ikona napretka od 25%
-IconProgressExtended25Action.tooltip = <html>Dodaje indikator napretka sa porastom od 25% klikom desne tipke mi\u0161a na indikator.<br> Ctrl+desna tipka mi\u0161a smanjuje indikator napretla odnosno bri\u0161e ga.</html>
-IconProgressIconDownAction.text = Smanjenje napretka 25% (ikona)
-IconProgressIconDownAction.tooltip = Umetanje ikona napretka od ve\u0107eg prema manjem (100% -> 75% -> 50% -> 25% -> 0%-> brisanje).
-IconProgressIconUpAction.text = Pove\u0107anje napretka 25% (ikona)
-IconProgressIconUpAction.tooltip = Umetanje ikona napretka od manjeg prema ve\u0107em (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = Obri\u0161i ikone napretka
-IconProgressRemoveAction.tooltip = Bri\u0161e ikone napretka
-IconSelectionPlugin.text = Odaberi ikonu...
-IconSelectionPlugin.tooltip = <html>Ovdje mo\u017eete odabrati ikonu s upotrebom dijaloga.</html>
-image_covertLink = Pretvori vezu u sliku
-ImageFlavorHandler = Slika (koristi zasebnu datoteku)
-import = Uvoz
-import_linked_branch_no_link = Odabrani \u010dvor nema nikakvu vezu za uvoz.
-ImportAction.text = U&voz
-ImportBranchAction.text = Grane...
-ImportExplorerFavoritesAction.text = Explorer favorita...
-ImportFolderStructureAction.text = Strukture mape (Folder)...
-ImportLinkedBranchAction.text = Povezana grana
-ImportLinkedBranchWithoutRootAction.text = (Povezana grana) bez korijena...
-ImportMindmanagerFiles.text = MindManager X5 mape...
-increase_branch_font_size = Ve\u0107a slova
-IncreaseNodeFontAction.text = Ve\u0107a slova
-internal_error_tooltip = Prona\u0111ene su interne gre\u0161ke. Pogledajte posljednju log datoteku log.0 za vi\u0161e informacija.
-invalid_export_file = Pogre\u0161an naziv datoteke izvoza
-invalid_file_msg = Nemogu prona\u0107i datoteku za {0}
-invalid_uri = Neispravna URI {0}
-invalid_url = Ne mogu stvoriti valjanu URL adresu
-invalid_url_msg = Ne mogu stvoriti valjanu URL adresu za {0}
-ItalicAction.text = Uko\u0161eno
-italicise_branch = Ukositi
-java_version = Verzija Java: {0}
-JoinNodesAction.text = Pove\u017ei \u010dvorove
-LatexDeleteLatexAction.text = Obri\u0161i LaTe&X formulu
-LatexEditLatexAction.text = Uredi LaTe&X formulu...
-LatexInsertLatexAction.text = Dodaj LaTe&X formulu...
-less_than_two_selected_nodes = Morate odabrati barem dva \u010dvora
-license = Licenca: GPL 2 ili kasnije
-license_text = <html>Ovaj program je besplatan; mo\u017eete ga dijeliti i/ili<br>mijenjati pod uvjetima kako stoji u GNU General Public License<br>koju je objavio Free Software Foundation; ili verziji 2<br>Licence ili (kao va\u0161a opcija) bilo koja kasnija verzija.<br><br>Ovaj program je napravljen u nadi da \u0107e biti koristan ,<br>ali BEZ IKAKVOG JAMSTVA; \u010dak i bez impliciranog jamstva <br>TRGOVA\u010cKE ili POGODNOSTI ZA ODRE\u0110ENE NAMJENE.  Vidi<br>GNU General Public License za vi\u0161e detalja.<br><br>Trebali ste dobiti primjerak GNU General Public License<br>zajedno s ovim programom; ako niste, pi\u0161ite na Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = Neispravna veza "{0}" nije u\u010ditana
-link_not_available_any_more = Veza nije valjana. U me\u0111uvremenu je \u010dvor obrisan.
-link_not_found = Veza {0} nije na\u0111ena.
-load = &U\u010ditaj
-load_accelerator_presets = U\u010ditaj
-LoadAcceleratorPresetsAction.textPatterns.text = Tekst
-locking_failed_by_open = Zaklju\u010davanje mape{0} nije uspjelo. Otvaranje samo za \u010ditanje.
-locking_failed_by_save_as = Zaklju\u010davanje mape {0} nije uspjelo. Radnja Spremi kao je prekinuta.
-locking_old_lock_removed = Mapa {0} je zaklju\u010dana kod korisnika {1}. Zaklju\u010davanje mape je maknuto, zato jer je mapa starija.
-long_node_changed_cancel = Promijenili ste \u010dvor. \u017delite li odbaciti promjene?
-long_node_changed_submit = Promijenili ste \u010dvor. \u017delite li spremiti promjene?
-lots_of_links_warning = Napravit \u0107ete previ\u0161e veza na istom \u010dvor. Zaista \u017eelite kreirati toliko veza?
-main_resource_directory = Mjesto instalacije programa: {0}
-MainView.errorUpdateText = Pogre\u0161ka u postavljanu teksta za slijede\u0107i unos: {0}.\nGre\u0161ka je: {1}
-MakeLinkFromAnchorAction.text = Izradi vezu od sidra
-MakeLinkFromAnchorAction.tooltip = <html>izradi lokalnu ili globalnu vezu (link) od<br/>sidra \u010dvora do ozna\u010denog \u010dvora</html>
-MakeLinkToAnchorAction.text = Izradi link do sidra
-MakeLinkToAnchorAction.tooltip = <html>izradi lokalnu ili globalnu vezu (link) od<br/>ozna\u010denog \u010dvora do sidra \u010dvora</html>
-ManageAddOnsAction.text = Pro\u0161irenja
-ManageAddOnsDialog.activate = Uklju\u010diti
-ManageAddOnsDialog.activation.success = {0} \u0107e biti aktivirano nakon ponovnog pokretanja programa.
-ManageAddOnsDialog.authored.by = od
-ManageAddOnsDialog.cannot.activate = Ne mogu aktivirat {0} , ve\u0107 je aktivan.
-ManageAddOnsDialog.cannot.configure = Ne mogu podesiti {0}.
-ManageAddOnsDialog.cannot.deactivate = Ne mogu deaktivirat {0} , jer nije aktivan.
-ManageAddOnsDialog.cannot.deinstall = Ne mogu ukloniti {0}.
-ManageAddOnsDialog.configure = Prilagoditi
-ManageAddOnsDialog.deactivate = Isklju\u010diti
-ManageAddOnsDialog.deactivation.success = {0} \u0107e biti isklju\u010den nakon ponovnog pokretanja programa.
-ManageAddOnsDialog.deinstall = Deinstalirati
-ManageAddOnsDialog.deinstallation.success = {0} \u0107e biti uklonjen nakon ponovnog pokretanja programa.
-ManageAddOnsDialog.error = Gre\u0161ka prilikom instalacije {0}.
-ManageAddOnsDialog.install = &Instalirati
-ManageAddOnsDialog.install.from.known.location = Instaliraj pro\u0161irenje iz poznate lokacije
-ManageAddOnsDialog.install.tooltip = Ovdje umetnite URL (vezu) datoteke pro\u0161irenja koji \u017eelite instalirati
-ManageAddOnsDialog.map.not.opened = Mapa {0} nije otvorena.
-ManageAddOnsDialog.really.deinstall = Stvarno \u017eelite deinstalirati {0}?
-ManageAddOnsDialog.search = Tra\u017ei pro\u0161irenja
-ManageAddOnsDialog.search.file = Tra\u017ei
-ManageAddOnsDialog.select.tooltip = Odaberi datoteku
-ManageAddOnsDialog.status.downloading = Preuzimanje datoteke...
-ManageAddOnsDialog.status.installing = Instalacija pro\u0161irenja...
-ManageAddOnsDialog.status.success = Uspje\u0161no instaliran {0}.
-ManageAddOnsDialog.tab.install = Tra\u017ei i instaliraj
-ManageAddOnsDialog.tab.install.tooltip = Tra\u017ei i instaliraj nova pro\u0161irenja
-ManageAddOnsDialog.tab.manage = Upravljanje pro\u0161irenjima
-ManageAddOnsDialog.tab.manage.themes = Teme
-ManageAddOnsDialog.tab.manage.themes.tooltip = Upravljanje temama
-ManageAddOnsDialog.tab.manage.tooltip = Upravljanje pro\u0161irenjima
-ManageAddOnsDialog.visit.addon.page = Posjeti web-stranicu sa pro\u0161irenjima
-ManageConditionalStylesAction.text = Upravljanje uvjetovanim stilovima mapa.
-ManageNodeConditionalStylesAction.text = Upravljanje uvjetovanim stilovima \u010dvora.
-map_already_exists = Mapa ve\u0107 postoji. \u017delite li prepisati preko postoje\u0107e mape?
-map_corrupted = Mapa je o\u0161te\u0107ena. \u017delite li pogledati pojedinosti?
-map_load_error = Nije mogu\u0107e u\u010ditati mapu: {0}
-map_locked_by_open = Mapa {0} se ure\u0111uje kod korisnika {1}. Otvaranje samo za \u010ditanje.
-map_locked_by_save_as = Mapa {0} se ure\u0111uje kod korisnika {1}. Radnja Spremi kao je prekinuta.
-map_not_saved = Mapa nije prije spremljena.
-MapBackgroundColorAction.text = Pozadinska boja mape
-MaxNodeWidth.text = Maksimalna \u0161irina teksta
-menu_applyStyle = Primjena stila
-menu_attributes = Obilje&\u017eja
-menu_clouds = Obla\u010di\u0107
-menu_copy = Kopiraj
-menu_coreFormat = \u010cvor
-menu_details = Detalji
-menu_displayAttributes = Obilje\u017eja \u010dvora
-menu_encryption = Za\u0161tita
-menu_error = Gre\u0161ka u korisni\u010dko definiranoj strukturi izbornika {0}:\n{1}\nZaustavljn proces
-menu_extensions = Pro\u0161irenja \u010dvora
-menu_extras = &Alati
-menu_file_import = U&voz
-menu_filter = F&iltar
-menu_format = O&blikovanje
-menu_group = \u010cvor sa\u017eetak
-menu_hoverView = Prikaz opisa...
-menu_iconByCategory = Kategorije ikona...
-menu_iconView = Ikone
-menu_image = Slike
-menu_insert = Um&etanje
-menu_latex_formula = LaTeX formula
-menu_links = Veze
-menu_manageStyles = Upravljanje stilovima
-menu_moveNode = Pomak i sortiranje
-menu_navigate = &Navigacija
-menu_newNode = Novi \u010dvor
-menu_node = \u010cvor
-menu_node_features = Dodaci \u010dvora
-menu_nodes = &\u010cvor
-menu_nodeView = \u010cvor
-menu_notes = Bilje\u0161ka
-menu_noteView = Bilje\u0161ke
-menu_progress = Napredak
-menu_remove_icons = Ukloni ikone
-menu_removeAttribute = Ukloni obilje\u017eje
-menu_select = Odaberi
-menu_time = Upravljanje vremenom
-menu_title = \u010cvor
-menu_toolbars = Alatne trake
-menu_view = P&ogled
-menu_viewmode = Postavke pogleda
-MenuUtils.invalid_menuitem = {0} nije ispravna tipkovni\u010dka kratica naredbe izbornika.
-mindmap = Mapa
-MindMapNodesFlavorHandler = Hijerarhija \u010dvorova
-mindmaps = Mape
-mindmaps_desc = Mape (*.mm)
-mindmaps_filter_desc = Filtri (*.mmfilter)
-MinNodeWidth.text = Minaimalna \u0161irina \u010dvora
-mode_Browse = Preglednik
-mode_File = Preglednik datoteka
-mode_MindMap = Mentalne mape
-mode_na = Oblik nije dostupan
-mode_status = Oblik promijenjen u {0}
-mode_title = Freeplane - {0}
-modes = Oblici
-ModesMenuAction.Browse.text = Preglednik mentalnih mapa
-ModesMenuAction.File.text = Preglednik datoteka
-ModesMenuAction.MindMap.text = Ure\u0111iva\u010d mentalnih mapa
-most_recent_files = Ne&davno otvarane datoteke
-MoveToRootAction.text = Povratak na korijenski \u010dvor
-NameConditionAction.text = Postavi naziv
-NavigationNextMapAction.text = Sljede\u0107a mapa
-NavigationPreviousMapAction.text = Prethodna mapa
-new = &Novi
-new_map_from_user_templates.text = Nova mapa...
-new_mindmap = Nova Mentalna mapa
-new_node = Novi \u010dvor
-new_node_as_sibling_not_possible_for_the_root = Novi bratski \u010dvor, nije mogu\u0107e kreirati kao korijenski \u010dvor.
-new_version_available = Dostupna je nova verzija {0}' programa
-NewChildAction.text = Novi \u010dvor - Dijete
-NewerFileRevisionsFoundDialog.cancel = &Presko\u010di
-NewerFileRevisionsFoundDialog.cancel.tooltip = Ne otvaraj ovu datoteku
-NewerFileRevisionsFoundDialog.file_last_modified = Vremenska oznaka
-NewerFileRevisionsFoundDialog.file_name = Datoteka
-NewerFileRevisionsFoundDialog.file_size = Bajta
-NewerFileRevisionsFoundDialog.open = &Otvori
-NewerFileRevisionsFoundDialog.open.tooltip = Otvori datoteku iako je starijeg datuma
-NewerFileRevisionsFoundDialog.question = Prona\u0111ene su nadografnje za {0}!
-NewerFileRevisionsFoundDialog.restore = Obno&vi
-NewerFileRevisionsFoundDialog.restore.tooltip = Zamijeni  {0} sa {1}
-NewerFileRevisionsFoundDialog.title = Prona\u0111ene su nadogradnje!
-NewFreeNodeAction.text = Novi slobodan \u010dvor
-NewLevelStyleAction.text = Dodaj stil automatski oblikovane razine
-newmap.install.addon.question = {0} izgleda kao paket pro\u0161irenja\n\u017delite li instalirati pro\u0161irenje?\n(Odaberite "No" za normalno otvaranje.)
-newmap.install.addon.title = \u017delite li instalirati pro\u0161irenje?
-NewMapAction.text = Nova
-NewMapViewAction.text = Nova mapa pregleda
-NewParentNode.text = Novi \u010dvor - Roditelj
-NewParentNode.tooltip = <html>Svi odabrani \u010dvorovi dodijeljeni su novom \u010dvoru Roditelju.</html>
-NewPreviousSiblingAction.text = Novi prethodni \u010dvor - Brat
-NewSiblingAction.text = Novi \u010dvor - Brat
-NewSummaryAction.text = Novi \u010dvor sa\u017eetka
-NewUserStyleAction.text = Novi stil iz ozna\u010denog \u010dvor
-NextNodeAction.BACK.text = Prethodni \u010dvor
-NextNodeAction.BACK_N_FOLD.text = Prethodni \u010dvor (sklopljeno)
-NextNodeAction.FORWARD.text = Sljede\u0107i \u010dvor
-NextNodeAction.FORWARD_N_FOLD.text = Slijede\u0107i \u010dvor (sklopljeno)
-NextPresentationItemAction.text = Prika\u017ei slijede\u0107u stavku prezentacije
-no = Ne
-no_copy_attributes_before_paste_attributes = Ne mo\u017eete zalijepiti obilje\u017eje ako ga prethodno niste kopirali.
-NO_FORMAT = Tekst
-no_format_copy_before_format_paste = Ne mo\u017eete zalijepiti oblik ako ga prethodno niste kopirali.
-no_found_from = <html>Nije<u>{0}</u>\nmogu\u0107e na\u0107i "{1}".
-no_more_found_from = <html>Nijedan <u>{0}</u>\nvi\u0161e nije na\u0111en u "{1}".
-no_previous_find = Nema podatka tra\u017eenja.
-no_styles_found_in_map = Nisu prona\u0111eni stilovi u mapi
-node = \u010cvor
-node_changed_discard_changes = Promijenili ste \u010dvor. \u017delite li odbaciti promjene?
-node_is_write_protected = Ciljni \u010dvor je za\u0161ti\u0107en od pisanja.
-node_location_help = Povla\u010denje mijenja poziciju \u010dvora, ctrl+povla\u010denje mijenja razmak, dvostruki klik i ctrl+dvostruki klik vra\u0107a \u010dvor u prvobitnu poziciju
-node_selector = Odabir \u010dvora
-node_selector_message = Dvostruki klik za odabir \u010dvora
-node_styles = Stil \u010dvora:
-NodeBackgroundColorAction.text = &Pozadinska boja \u010dvora...
-NodeColorAction.text = Boja teksta \u010dvora...
-NodeColorBlendAction.text = Pomije\u0161aj boje
-NodeDownAction.text = \u010cvor dolje
-NodeExtensions.EditNodeExtensions = Uredi pro\u0161irenja \u010dvora
-NodeExtensions.RemoveNodeExtensions = Obri\u0161i pro\u0161irenja \u010dvora
-NodeListAction.text = Tra\u017ei i zamijeni...
-NodeListAction.tooltip = Poka\u017ei sve \u010dvorove kao pretra\u017eiv popis sa svojstvima filtra.
-NodeShapeAction.bubble.text = &Mjehuri\u0107
-NodeShapeAction.fork.text = Ra&\u010dva
-NodeUpAction.text = \u010cvor gore
-NodeWidthAction.text = Postavke \u0161irine \u010dvora
-nonboldify_branch = Poni\u0161ti podebljanje
-nonitalicise_branch = Poni\u0161ti uko\u0161enost
-normal = Uobi\u010dajen
-not_saved_for_image_error = Mapa mora biti pohranjena prije postavljanja slike.
-not_saved_for_link_error = Mapa mora biti spremljena prije povezivanja s pretra\u017eiva\u010dem datoteka.
-note_window_location = Pozicija prozora bilje\u0161ki
-ok = &U redu
-OKAction.text = &Uredu
-OnlineReference.text = Dokumentacija - WEB
-open_asMindMap = Mentalna mapa
-OpenAction.text = Otvori...
-OpenFreeplaneSiteAction.text = Web stranica Freeplane
-OpenPathAction.text = Otvori datoteku
-OpenURLMapAction.text = Otvori mapu iz URL...
-OpenUserDirAction.text = Otvori korisni\u010dki mapu (direktorij)
-option_changes_may_require_restart = Da biste vidjeli u\u010dinak promjena postavka, morate ponovno pokrenuti Freeplane.
-OptionalDontShowMeAgainDialog.cancel = &Ne
-OptionalDontShowMeAgainDialog.dontShowAgain = Ne &pitaj me ponovno.
-OptionalDontShowMeAgainDialog.ok = &Da
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Zapamti odluku.
-OptionPanel.absolute = Apsolutne
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatski ure\u0111eni uzorci
-OptionPanel.ADD_CHILD = Dodaj \u010dvor Djete
-OptionPanel.ADD_SIBLING = Dodaj bratski \u010dvor
-OptionPanel.addons = Pro\u0161irenja
-OptionPanel.always_fold_all_after_load = Sklopi sve
-OptionPanel.always_load_last_maps = U\u010ditaj posljednje i nove mape
-OptionPanel.always_load_last_maps.tooltip = Otvara posljednje datoteke prema gore odabranim postavkama, \u010dak i pokretanjem FP odabirom druge datoteke.
-OptionPanel.always_save_folding = Uvijek spremi
-OptionPanel.always_save_folding_state = Uvijek spremi promjene polo\u017eaja sklopljenih i rasklopljenih \u010dvorova.
-OptionPanel.always_save_folding_state.tooltip = Ova opcija \u0107e prilikom zatvaranja programa upozoriti na promijene izgleda stabla mape.
-OptionPanel.always_unfold_all_after_load = Rasklopi sve
-OptionPanel.antialias = Zagla\u0111ivanje
-OptionPanel.antialias.tooltip = <html>Odre\u0111ivanje grafi\u010dke kvalitete mentalne mape. Vi\u0161e zagla\u0111ivanja zahtijeva vi\u0161e vremena.</html>
-OptionPanel.antialias_all = Zagladi sve
-OptionPanel.antialias_edges = Zagla\u0111ivanje ruba
-OptionPanel.antialias_none = Bez zagla\u0111ivanja
-OptionPanel.Appearance = Izgled
-OptionPanel.apply_system_screen_resolution = Primijeni zadanu razlu\u010divost zaslona
-OptionPanel.approximate_search_threshold = Granica pribli\u017enog uspore\u0111ivanja
-OptionPanel.approximate_search_threshold.tooltip = <html>Granica pribli\u017enog uspore\u0111ivanja<br/><broj slova="2">pogledajte http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(ako koristite ve\u0107i broj slova<br/>broj prona\u0111enih rezultata tra\u017eenog pojma biti \u0107e manji)</html>
-OptionPanel.ar = Arapski
-OptionPanel.ARC = Krivulja
-OptionPanel.as_parent = Kao Roditelj
-OptionPanel.ask = Pitanje
-OptionPanel.automatic = Automatski
-OptionPanel.automaticFormat_level = Stilovi automatskog izgleda
-OptionPanel.automaticFormat_level1 = Oblik korijenskog \u010dvora
-OptionPanel.automaticFormat_level2 = 1. Razina oblika \u010dvora
-OptionPanel.backup_file_number = Broj sigurnosnih kopija
-OptionPanel.Behaviour = Karakteristike
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Obla\u010di\u0107
-OptionPanel.ca = Katalonski
-OptionPanel.Cancel = Odustani
-OptionPanel.center_selected_node = Automatsko klizanje prikaza mape
-OptionPanel.check_updates_automatically = Provjeri za nadogradnju prilikom pokretanja programa
-OptionPanel.childpattern = Uzorak \u010dvora "dijete"
-OptionPanel.childpattern.tooltip = Odabrani uzorak koristit \u0107e se na svim \u010dvorovima " dijete"
-OptionPanel.clear_all_setters = Uklju\u010di sve
-OptionPanel.clear_all_setters.tooltip = Omogu\u0107uje ili onemogu\u0107uje sve indikatore promjena.
-OptionPanel.cloud = Obla\u010di\u0107
-OptionPanel.cloudcolor = Boja obla\u010di\u0107a
-OptionPanel.cloudshape = Oblik obla\u010di\u0107a
-OptionPanel.combined = Kombinirano
-OptionPanel.compare_as_number = Usporedi kao brojeve
-OptionPanel.convert_to_current_version = <html>\u017delite li automatsko pretvaranje mapa starih verzija Freeplanea <br>u trenutnu verziju?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Samo za vrlo velike mape za koje nije potrebno pretvaranje <br>(a za to je potrebno stru\u010dno znanje), mo\u017eete otvarati bez pretvaranja.</html>
-OptionPanel.cs = \u010ce\u0161ki
-OptionPanel.cut_nodes_without_question = Izre\u017ei \u010dvor(ove) bez potvrde.
-OptionPanel.cut_nodes_without_question.tooltip = Ako je polje odabrano \u010dvorovi \u0107e biti izrezani bez potvrde. Ovo mo\u017ee prouzro\u010diti gubitak informacija ukoliko nismo pa\u017eljivi kod brisanja.
-OptionPanel.da = Danski
-OptionPanel.date_format = Standardni oblik datuma
-OptionPanel.date_format.tooltip = Upi\u0161i SHORT, MEDIUM, LONG ILI FULL ili oblik datuma poput  "MM/dd/yyyy"
-OptionPanel.datetime_format = Standarsni oblik vremena i datuma
-OptionPanel.datetime_format.tooltip = Upi\u0161i <oblik datuma>,<oblik vremena>  ( SHORT, MEDIUM, LONG ILI FULL  kao predlo\u017eeni oblik)  ili koristi potpuni oblik poput  "M/d/yyyy hh:mm"
-OptionPanel.de = Njema\u010dki
-OptionPanel.default = Zadano
-OptionPanel.default_attribute_key_column_width = \u0160irina 1.stupca obilje\u017eja
-OptionPanel.default_attribute_value_column_width = \u0160irina 2.stupca obilje\u017eja
-OptionPanel.default_browser_command_mac = Zadani naredbeni preglednik za MacOS
-OptionPanel.default_browser_command_mac.tooltip = <html> i MAC: (hvala, Nick!)</html>
-OptionPanel.default_browser_command_other_os = Zadani naredbeni preglednik za ostale operacijske sustave
-OptionPanel.default_browser_command_other_os.tooltip = <html> Ovo je tipi\u010dno za Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Zadani naredbeni preglednik Windows 98
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Za Windows 98 (znaci "" su obavezni zbog veza,koji imaju "=" u svojem URL-u).</html>
-OptionPanel.default_browser_command_windows_nt = Zadani naredbeni preglednik Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Za Windows NT (znaci "" su obavezni zbog veza,koji imaju "=" u svojem URL-u).</html>
-OptionPanel.default_charset = Skup znakova
-OptionPanel.Defaults = Zadano
-OptionPanel.delete_automatic_saves_at_exit = Kod izlaza obri\u0161i automatski spremljene datoteke.
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Ako \u017eelite obrisati automatski spremljene datoteke kod normalnog zatvaranja programa Freeplane, stavite kva\u010dicu u potvrdnom okviru</html>
-OptionPanel.delete_nodes_without_question = Obri\u0161i \u010dvor(ove) bez potvrde.
-OptionPanel.delete_nodes_without_question.tooltip = Ako je polje odabrano \u010dvorovi \u0107e biti obrisani bez potvrde. Ovo mo\u017ee prouzro\u010diti gubitak informacija ukoliko nismo pa\u017eljivi kod brisanja.
-OptionPanel.disable_cursor_move_paper = Onemogu\u0107i pomicanje podloge pokaziva\u010dem
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Ne prikazuj pokaziva\u010d 'pomakni' prilikom povla\u010denja podloge </html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Prika\u017ei jednostavni ure\u0111iva\u010d teksta \u010dvora za sve nove \u010dvorove
-OptionPanel.display_node_id = Prika\u017ei ID \u010dvora (indetifikacijski broj)
-OptionPanel.edgecolor = Boja ruba
-OptionPanel.edgecolor.tooltip = Svojstvo ruba roditeljskog \u010dvora (primijenit \u0107e se na sve \u010dvorove Djecu)
-OptionPanel.edgestyle = Stil ruba
-OptionPanel.edgestyle.tooltip = Svojstvo ruba roditeljskog \u010dvora (primijenit \u0107e se na sve \u010dvorove Djecu)
-OptionPanel.edgewidth = \u0160irina ruba
-OptionPanel.edgewidth.tooltip = Svojstvo ruba roditeljskog \u010dvora (primijenit \u0107e se na sve \u010dvorove Djecu)
-OptionPanel.EDIT_CURRENT = Prepi\u0161i sadr\u017eaj
-OptionPanel.edit_on_double_click = Dvostruki klik za ure\u0111ivanje
-OptionPanel.editor_extra_width = \u0160irina dodatnog prostora ure\u0111iva\u010da (broj znakova)
-OptionPanel.editor_extra_width.tooltip = <html>Odre\u0111uje broj piksela za pove\u0107anje \u0161irine \u010dvor prilikom ure\u0111ivanja \u010dvora</html>
-OptionPanel.el = Estonski
-OptionPanel.el__buttons_above = Gumbi na vrh prozora
-OptionPanel.el__enter_confirms_by_default = Tipka Enter kao potvrda (izlaz iz prozora)
-OptionPanel.el__max_default_window_height = Zadana maksimalna visina prozora
-OptionPanel.el__max_default_window_width = Zadana maksimalna \u0161irina prozora
-OptionPanel.el__min_default_window_height = Zadana minimalna visina prozora
-OptionPanel.el__min_default_window_width = Zadana minimalna \u0161irina prozora
-OptionPanel.el__position_window_below_node = Pozicioniraj prozor ispod \u010dvora
-OptionPanel.en = Engleski
-OptionPanel.Environment = Okru\u017eenje
-OptionPanel.es = \u0160panjolski
-OptionPanel.et = Etiopski
-OptionPanel.execute_scripts_without_asking = Izvr\u0161i skripte bez potvrde.
-OptionPanel.execute_scripts_without_asking.tooltip = <html>U principu Freeplane skripte mogu izvesti bilo kakvu akciju na va\u0161emu ra\u010dunalu. <br>Zato ne biste trebali pokretati skripte za koje ne znate jesu li sigurne.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Omogu\u0107i izvr\u0161enje ostalih Aplikacija (NIJE preporu\u010deno)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Ukoliko Groovy skripte trebaju upravljati izvr\u0161avanjem ostalih Aplikacija (npr. internet pretra\u017eiva\u010d) bez pitanja(!),<br>morate omogu\u0107iti ovu opciju. <br> Ali koristite pa\u017eljivo, zlonamjerne skripte mogu nanijeti \u0161tetu va\u0161em ra\u010dunalu!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Omogu\u0107i \u010ditanje datoteka (NIJE preporu\u010deno)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Ukoliko Groovy skripte trebaju upravljati \u010ditanjem datoteka (npr. otvoriti, zatvoriti, \u010ditati(!),<br>morate omogu\u0107iti ovu opciju. <br> Ali koristite pa\u017eljivo, zlonamjerne skripte  mogu nanijeti \u0161tetu va\u0161em ra\u010dunalu!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Omogu\u0107i upravljanje mre\u017enim resursima  (NIJE preporu\u010deno)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Ukoliko Groovy skripte trebaju upravljati izvr\u0161avanjem mre\u017enih akcija,<br>morate omogu\u0107iti ovu opciju. <br> Ali koristite pa\u017eljivo, zlonamjerne skripte mogu otkriti va\u0161e tajne !</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Omogu\u0107i pisanje/brisanje datoteka (NIJE preporu\u010deno)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>Ukoliko Groovy skripte trebaju upravljati zapisivanjem datoteke (npr. zapisati, spremiti, obrisati(!)),<br> morate omogu\u0107iti ovu opciju. <br>Uobi\u010dajeno se koristi za \u010ditanje datoteka<br>Ako koristite u druge svrhe budite pa\u017eljivi<br>zlonamjerne skripte  mogu nanijeti \u0161tetu va\u0161em ra\u010dunalu!</body></html>
-OptionPanel.experimental_file_locking_on = Probno zatvaranje datoteke
-OptionPanel.experimental_file_locking_on.tooltip = <html> Probne mogu\u0107nosti</html>
-OptionPanel.export_icons_in_html = Izvoz ikona u HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Potvrdite ukoliko \u017eelite da HTML izvoz sadr\u017eava ikone. Postoji problem veza prema ikonama u HTML izvozu, \u010desto su veze prema ikonama prekinute.</html>
-OptionPanel.Files = Datoteke
-OptionPanel.first = Kao prvu
-OptionPanel.fold_on_click_inside = Rasklopi na klik unutar \u010dvora
-OptionPanel.foldingsymbolwidth = Veli\u010dina simbola (kru\u017ei\u0107a) sklopljenog \u010dvora.
-OptionPanel.foldingsymbolwidth.tooltip = <html>Veli\u010dina kruga koji ozna\u010dava sklapanje stabla</html>
-OptionPanel.fork = Ra\u010dva
-OptionPanel.format_locale = Regija:
-OptionPanel.format_locale.tooltip = Lokalne postavke za oblikovanje i analiziranje podataka
-OptionPanel.formula_disable_caching = Onemogu\u0107i memorijski prostor za izra\u010dunavanje formule
-OptionPanel.formula_disable_plugin = Onemogu\u0107i dodatak za izradu formula
-OptionPanel.fr = Francuski
-OptionPanel.gl = Grendlanski
-OptionPanel.goto_note_end_on_edit = Pokaziva\u010d znaka (kursor) na kraju teksta bilje\u0161ke
-OptionPanel.grid_size = Veli\u010dina mre\u017ee pomaka \u010dvora
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Skriveni rubovi
-OptionPanel.highlight_formulas = Osvijetli formulu
-OptionPanel.horizontal = Vodoravno
-OptionPanel.hr = Hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Prema naslovima
-OptionPanel.html_export_fold_all = Sklopi sve
-OptionPanel.html_export_fold_currently_folded = Sklopi trenutno otvorene \u010dvorove
-OptionPanel.html_export_folding = Prikaz \u010dvorova pri izvozu u HTML
-OptionPanel.html_export_no_folding = Bez sklapanja \u010dvora
-OptionPanel.hu = Ma\u0111arski
-OptionPanel.ic_disable = Onemogu\u0107i
-OptionPanel.ic_file = Tvrdi disk
-OptionPanel.ic_ram = Radna memorija
-OptionPanel.icon = Ikona
-OptionPanel.icon.tooltip = Nakon primjene \u010dvor \u0107e imati ovu ikonu.
-OptionPanel.icons.list = Popis prikazanih standardnih ikona
-OptionPanel.icons.list.tooltip = Ovdje mo\u017eete napraviti vlastiti raspored ikona ili onemogu\u0107iti prikaz ikona. Ikone trebaju biti odvojene znakom ";".
-OptionPanel.id = Indonezijski
-OptionPanel.IGNORE = Ne \u010dini ni\u0161ta
-OptionPanel.il__enter_confirms_by_default = "Enter" kao standardna potvrda unosa
-OptionPanel.image_cache = Za slike
-OptionPanel.it = Talijanski
-OptionPanel.ja = Japanski
-OptionPanel.key_type_action = Unos tipkovnicom:
-OptionPanel.Keystrokes = Tipkovni\u010dke kratice
-OptionPanel.ko = Korejski
-OptionPanel.label_font_family = Oblik slova
-OptionPanel.label_font_size = Veli\u010dina slova
-OptionPanel.language = Jezik
-OptionPanel.language.tooltip = <html>Ovo je jezik koji \u0107e biti upotrebljen u programu.Postavka 'automatsko' poku\u0161ava u\u010ditati trenutni korisni\u010dki jezik. </html>
-OptionPanel.last = Kao posljednju
-OptionPanel.last_opened_list_length = Lista zadnje otvaranih datoteka
-OptionPanel.layout_map_on_text_change = Prikaz mape tokom ure\u0111ivanja
-OptionPanel.layout_map_on_text_change.tooltip = Onemogu\u0107ite za bolju u\u010dinkovitost programa
-OptionPanel.linear = Linearno
-OptionPanel.links = Veze
-OptionPanel.links.tooltip = <html>Postavljanje veza kao relativne ili apsolutne </html>
-OptionPanel.load_folding = Izgled mape kod u\u010ditavanja (sklopljenost \u010dvorova)
-OptionPanel.load_folding_from_map_default_fold_all = U\u010ditaj na mapi ili sklopi sve
-OptionPanel.load_folding_from_map_default_unfold_all = U\u010ditaj na mapi ili rasklopi sve
-OptionPanel.load_last_map = Automatski otvori posljednju mapu
-OptionPanel.load_last_map.tooltip = <html>Ako je ova opcija odabran, Freeplane \u0107e prilikom pokretanja automatski otvoriti posljednju kori\u0161tenu mapu.</html>
-OptionPanel.load_last_maps = U\u010ditaj sve posljednje mape
-OptionPanel.lookandfeel = Izgled i ugo\u0111aj
-OptionPanel.lookandfeel.tooltip = <html>'Izgled i ugo\u0111aj' koji \u0107e biti upotrebljen. Podr\u017eani su 'metal','windows','motiv', 'gtk' , 'mac' je dostupan samo za  MacOS. zadano zna\u010di, da je upotrebljen zadani Izgled i ugo\u0111aj. \u017delite li umetnuti svoj vlastiti Izgled i ugo\u0111aj, molimo upi\u0161ite ime razreda ovdje i osigurajte da odgovaraju\u0107a datoteka /datoteke .jar bude u\u010ditana. Ako postoje problemi s postavkama Izgled i ugo\u0111aj odaberite ovdje 'ni\u0161ta'. Ovo djeluje na programe.</html>
-OptionPanel.lt = Litvanski
-OptionPanel.max_displayed_node_count = Maksimalni broj prikazanih \u010dvorova
-OptionPanel.max_image_width = Po\u010detna \u0161irina slike
-OptionPanel.max_image_width.tooltip = Umetnute slike umanjene su na tu \u0161irinu
-OptionPanel.max_menu_item_count = Maksimalan broj stavki izbornika
-OptionPanel.max_menu_item_count.tooltip = Ograni\u010denje broja stavki ako je jedan podizbornik, najmanje 10
-OptionPanel.max_node_width = Maksimalna \u0161irina \u010dvora (pikseli)
-OptionPanel.max_shortened_text_length = Maksimalna duljina smanjenog \u010dvora
-OptionPanel.metal = Metal
-OptionPanel.min_node_width = Minimalna \u0161irina \u010dvora
-OptionPanel.motif = Motif
-OptionPanel.nb = Norve\u0161ki (Bokm\u00e5l)
-OptionPanel.never_save_folding = Nikad ne spremaj
-OptionPanel.nl = Nizozemski
-OptionPanel.nn = Norve\u0161ki (Nynorsk)
-OptionPanel.nodebackgroundcolor = Boja pozadine \u010dvora
-OptionPanel.nodebackgroundcolor.tooltip = Pozadinska boja \u010dvora kad nije odabran.
-OptionPanel.nodecolor = Boja teksta \u010dvora
-OptionPanel.nodecolor.tooltip = Boja prednjeg plana \u010dvora kad nije odabran.
-OptionPanel.nodefontbold = Podebljano
-OptionPanel.nodefonthyperlink = Veza
-OptionPanel.nodefontitalic = Uko\u0161eno
-OptionPanel.nodefontname = Oblik slova \u010dvorova
-OptionPanel.nodefontsize = Veli\u010dina slova \u010dvorova
-OptionPanel.nodeformat = Predlo\u017eak / Oblik
-OptionPanel.nodeformat.tooltip = <html>Zamjena i/ili oblikovanje teksta:<ul><li><em>Predlo\u017eak pro\u0161irenja:</em> <tt>%s</tt> je orginalni tekst, e.g. <tt>OPREZ: %s</tt><li><em>Oblikovanje brojeva i datuma:</em> Na primjer <tt>%.0</tt> format daje cijeli broj. Pogledaj <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html#syntax">Formatter string syntax</a>.<li><em>Formule:</em> Pogledaj <a href="http://freeplane.sourceforge.net/wiki/index.php/Formulas">Freeplane Formulas documentation</a> za detalje.</ul></html>
-OptionPanel.nodenumbering = Dodavanje broja \u010dvoru
-OptionPanel.nodenumbering.tooltip = Dodavanjae serijskog broja u tekst \u010dvora (primjer - 1.3.1)
-OptionPanel.nodeshape = Stil \u010dvora
-OptionPanel.nodeshape.tooltip = <html>Stil opisuje vanjski oblik \u010dvora. <br>Mogu\u0107e vrijednosti:<br><table border="1"><tr><td>Ra\u010dva: </td><td> \u010dvor bez ruba,</td></tr><tr><td>Mjehuri\u0107: </td><td> \u010dvor sa zaobljenim rubom,</td></tr><tr><td>Kao Roditelj: </td><td> stil se prenosi s roditeljskog \u010dvora <br>ili zadani stil korijenskog \u010dvora za korijenski \u010dvor,</td></tr><tr><td>Kombinirano: </td><td> Mjehuri\u0107 kad je \u010dvor rasklopljen, ra\u010dva za ostalo.</td></tr></table></html>
-OptionPanel.nodetext = Tekst \u010dvora
-OptionPanel.nodetext.tooltip = Ovdje mo\u017eete definirati tekst \u010dvorova. Kori\u0161tenjem uzorka prethodni tekst je odba\u010den.
-OptionPanel.nothing = Ni\u0161ta
-OptionPanel.number_format = Standardi oblik broja
-OptionPanel.number_format.tooltip = Oblici brojeva mogu sadr\u017eavati '#' za dodatnu znamenku ili '0' za obaveznu znamenku. Primjeri: "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = Broj datoteka koje \u0107e biti automatski spremljene
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Brojka n razli\u010ditih datoteka u koje se spremaju Mentalne mape. Prvo automatsko spremanje se izvodi u prvu datoteku itd. do n+1 spremanja koje se opet izvodi u prvu datoteku (kru\u017eno)</html>
-OptionPanel.OK = Spremi
-OptionPanel.org.freeplane.plugin.bugreport = Postavke sigurnosti
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Uvijek \u0161alji
-OptionPanel.org.freeplane.plugin.bugreport.ask = Prika\u017ei dijalog o izvje\u0161taju gre\u0161ke
-OptionPanel.org.freeplane.plugin.bugreport.denied = Nikad ne \u0161alji
-OptionPanel.org.freeplane.plugin.bugreport.userid = Proizvoljnja identifikacija po\u0161iljatelja
-OptionPanel.outline_hgap = Vodoravni razmak
-OptionPanel.outline_vgap = Okomiti razmak
-OptionPanel.paint_connectors_behind = Crtaj poveznik iza \u010dvorova
-OptionPanel.parse_data = Prepoznaj unos brojeva, datuma i vremena
-OptionPanel.parse_data.tooltip = Program analizira unos datuma, datuma-vremena i brojeva i primjenjuje standarde formate. Prijmeri: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.PASTE_HTML = Zalijepi kao HTML
-OptionPanel.PASTE_PLAIN_TEXT = Zalijepi kao obi\u010dan tekst
-OptionPanel.path_property_may_not_be_empty = Polje unosa nemo\u017ee biti prazno, unesite putanju mapesigurnosnih kopija.
-OptionPanel.patternname = Ime
-OptionPanel.patternname.tooltip = Jedinstveno ime uzorka
-OptionPanel.pl = Poljski
-OptionPanel.placenewbranches = Postavi novu granu
-OptionPanel.placenewbranches.tooltip = <html>Odre\u0111uje polo\u017eaj nove grane. Valjane vrijednosti su 'prva' i 'posljednja' </html>
-OptionPanel.plugin.tooltip = Vanjski dodaci.
-OptionPanel.plugins = Dodaci
-OptionPanel.presentation_dimmer_transparency = Prozirnost zatamnjenja prezentacije
-OptionPanel.presentation_mode = Prezentacija
-OptionPanel.printonwhitebackground = <html>Bijela pozadina kod ispisa</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Uvijek koristi bijelu pozadinu kod ispisa</html>
-OptionPanel.pt_BR = Portugalski BR
-OptionPanel.pt_PT = Portugalski PT
-OptionPanel.RECT = Pravokutnik
-OptionPanel.relative = Relativne
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>"Pitaj"  (use in doubt).<br>"Da" prika\u017ei ure\u0111iva\u010d za bolje oblikovanje teksta .<br>"Ne" prika\u017ei jednostavni tekstualni ure\u0111iva\u010d.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = Koristi bolje oblikovani tekst za zaljepljene \u010dvorove
-OptionPanel.remove_notes_without_question = Obri\u0161i bilje\u0161ke bez upita.
-OptionPanel.remove_notes_without_question.tooltip = Ako je polje odabrano pripadaju\u0107e bilje\u0161ke odabranog \u010dvora bit \u0107e obrisane bez potvrde.Ovo mo\u017ee prouzro\u010diti gubitak informacija ukoliko nismo pa\u017eljivi kod brisanja.
-OptionPanel.resources_use_default_font_for_notes_too = Koristi zadani font za bilje\u0161ke
-OptionPanel.resources_use_margin_top_zero_for_notes = Makni gornju marginu kod bilje\u017eaka
-OptionPanel.revision_color = Pozadinska boja izmjenjenih \u010dvorova
-OptionPanel.revision_color.tooltip = Pozadinska boja izmijenjenih \u010dvorova.
-OptionPanel.ROUND_RECT = Zaobljeni pravokutnik
-OptionPanel.ru = Ruski
-OptionPanel.save_folding = Spremi strukturu stabla
-OptionPanel.save_folding_if_map_is_changed = Samo ako je mapa promijenjena
-OptionPanel.save_modification_times = Spremi vrijeme promijene
-OptionPanel.script_classpath = Arhive classes skripta ili JARs ( vidi opis alata)
-OptionPanel.script_classpath.tooltip = <html>Lista mapa (Folder) koje sadr\u017ee skripte classpath, formula ili JARs.<br>Koristi ; (Windows) ili : (Linux, Mac) za odvajanje unosa.<br>Frepplane \u0107e provjeravati postojanje JAR ili .class datoteka.<br>Putanje koje nisu apsolutne, biti \u0107e usmjerene na korisni\u010dku mapu Freeplane (.freeplane)y.<br>Ako postavite classpath morate omogu\u0107iti izvr\u0161avanje skripti!</html>
-OptionPanel.script_directories = Arhive skripta (vidi opis alata)
-OptionPanel.script_directories.tooltip = <html>Lista mapa (Folder) koje sadr\u017ee.<br>Koristi ; (Windows) ili : (Linux, Mac) za odvajanje unosa.<br>Putanje koje nisu apsolutne, biti \u0107e usmjerene na korisni\u010dku mapu Freeplane (.freeplane).</html>
-OptionPanel.script_user_key_name_for_signing = Neobavezni korisni\u010dki klju\u010d (pseudonim) za potpisivanje
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>\u017delite li potpisati svoju skriptu, unesite pseudonim (izmi\u0161ljeni klju\u010d) ovdje. <br>Lozinka je pohranjena u bazu klju\u010deva. <br>Lozinaka klju\u010dnog tajnog klju\u010da mora se podudarati s lozinkom u bazi klju\u010deva (to je zadano).</html>
-OptionPanel.scrollbar_increment = Brzina
-OptionPanel.scrolling_speed = Brzina automatskog klizanja prikaza mape
-OptionPanel.selection_method = Na\u010din odabira
-OptionPanel.selection_method.tooltip = <html> pomo\u0107u ove opcije mo\u017eete omogu\u0107iti/onemogu\u0107iti na\u010din odabira \u010dvora sa zaka\u0161njenjem.</html>
-OptionPanel.selection_method_by_click = Sa klikom
-OptionPanel.selection_method_delayed = Zaka\u0161njelo
-OptionPanel.selection_method_direct = Direktno
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Uzorci
-OptionPanel.separator.anti_alias = Zagla\u0111ivanje
-OptionPanel.separator.attributes = Svojstva
-OptionPanel.separator.automatic_save = Automatsko spremanje
-OptionPanel.separator.behaviour = Karakteristike
-OptionPanel.separator.browser = Preglednik
-OptionPanel.separator.cache = Pri\u010duvna memorija
-OptionPanel.separator.CloudControls = Obla\u010di\u0107i
-OptionPanel.separator.commands_for_the_program = Naredbe programa
-OptionPanel.separator.connectors = Poveznici
-OptionPanel.separator.data_formats = Oblikovanje i analiziranje podataka
-OptionPanel.separator.default_colors = Zadane boje
-OptionPanel.separator.default_fonts = Zadani oblik slova
-OptionPanel.separator.default_styles = Zadani stilovi
-OptionPanel.separator.EdgeControls = Rub
-OptionPanel.separator.edit_long_node_window = Postavke prozora za bolje oblikovanje teksta \u010dvora
-OptionPanel.separator.editing = Postavke ure\u0111iva\u010da
-OptionPanel.separator.files = Datoteke
-OptionPanel.separator.formula = Formula
-OptionPanel.separator.General = Op\u0107enito
-OptionPanel.separator.html_export = HTML izvoz
-OptionPanel.separator.html_import = HTML Uvoz
-OptionPanel.separator.hyperlink_types = Vrste hiperveza
-OptionPanel.separator.icon_properties = Ikone
-OptionPanel.separator.icons = Ikone u "Odaberi Ikonu..."
-OptionPanel.separator.initial_map_size = Po\u010detna veli\u010dina Mentalne mape
-OptionPanel.separator.inline_editor = Jednostavni ure\u0111iva\u010d \u010dvora
-OptionPanel.separator.key_typing = Tipkanje
-OptionPanel.separator.language = Jezik
-OptionPanel.separator.load = U\u010ditavanje
-OptionPanel.separator.look_and_feel = Izgled i ugo\u0111aj
-OptionPanel.separator.mouse_wheel = Kota\u010di\u0107 mi\u0161a
-OptionPanel.separator.new_node_commands = Naredbe novog \u010dvora
-OptionPanel.separator.node_editing_commands = Naredbe ure\u0111ivanja \u010dvora
-OptionPanel.separator.node_navigation_commands = Naredbe navigacije \u010dvora
-OptionPanel.separator.NodeColors = Boje teksta \u010dvora
-OptionPanel.separator.NodeFont = Font \u010dvora
-OptionPanel.separator.NodeShape = Oblik \u010dvora
-OptionPanel.separator.NodeStyle = Stil \u010dvora
-OptionPanel.separator.NodeText = Tekst \u010dvora
-OptionPanel.separator.notifications = Potvrde
-OptionPanel.separator.org.freeplane.plugin.bugreport = Automatski izvje\u0161taj o gre\u0161ki
-OptionPanel.separator.other_defaults = Ostale zadane vrijednosti
-OptionPanel.separator.others = Ostale tipkovni\u010dke kratice
-OptionPanel.separator.outline_view = Op\u0107i pregled
-OptionPanel.separator.patterns = Uzorci
-OptionPanel.separator.RichTextEditor = Ure\u0111iva\u010d teksta
-OptionPanel.separator.root_node_appearance = Izgled korijenskog \u010dvora
-OptionPanel.separator.save = Spremi
-OptionPanel.separator.scripting = Dozvole za izvo\u0111enje skripta
-OptionPanel.separator.scrollbar = Kliza\u010d
-OptionPanel.separator.search = Tra\u017ei
-OptionPanel.separator.selection_colors = Boje odabira
-OptionPanel.separator.selection_method = Na\u010din odabira
-OptionPanel.separator.single_instance_mode = Otvaranje programa
-OptionPanel.separator.size_limits = Ograni\u010denja veli\u010dina
-OptionPanel.separator.spelling = Opcije provjere pravopisa
-OptionPanel.separator.status = Statusna traka
-OptionPanel.separator.tooltip = Vrijeme prikaza opisa alata
-OptionPanel.separator.undo = Poni\u0161ti
-OptionPanel.separator.updates = Nadogradnja programa
-OptionPanel.set_property_text = Promijeni
-OptionPanel.set_property_text.tooltip = Prazno: Ne diraj; Minus=Makni svojstvo (postavi zadanu vrijednost); Plus=Promijeni svojstvo
-OptionPanel.setscript = Promijeniti?
-OptionPanel.setscript.tooltip = Skripta mo\u017ee biti pridru\u017eena stilu.
-OptionPanel.sharp_bezier = Grubo bezier
-OptionPanel.sharp_linear = Grubo linearno
-OptionPanel.show_icon_for_attributes = Prika\u017ei ikone obilje\u017eja
-OptionPanel.show_node_tooltips = Prika\u017ei opis alata za \u010dvorove
-OptionPanel.show_note_icons = Prika\u017ei ikone bilje\u0161aka
-OptionPanel.show_styles_in_tooltip = Prika\u017ei opis stila \u010dvora
-OptionPanel.signed_script_are_trusted = Omogu\u0107i izvo\u0111enje potpisanih skripta (preporu\u010deno)
-OptionPanel.signed_script_are_trusted.tooltip = Ako skripte imaju povjerljiv potpis (npr. autora Freeplanea ili su vlastite), izvodit \u0107e se bez  ograni\u010denja.
-OptionPanel.simplyhtml.default_paste_mode = Zadani na\u010din lijepljenja
-OptionPanel.single_backup_directory = Koristi jedanu mapu (direktorij) za sigurnosne kopije
-OptionPanel.single_backup_directory.tooltip = <html>Spremanje sigurnosnih kopija u korisni\u010dki definiranu mapu (direktorij), ako nije aktivirano, sigurnosne kopije biti \u0107e spremljene u podmapu (.backup) mape u kojoj se nalazi .mm datoteka .</html>
-OptionPanel.single_backup_directory_path = Mapa (direktorij) sigornosnih kopija (ako je aktivirana opcija iznad)
-OptionPanel.single_backup_directory_path.tooltip = <html>Promijenite zadanu putanju <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Otvori datoteku u aktivnom prozoru programa
-OptionPanel.single_instance_force = Izbjegni otvaranje datoteke u novom prozoru programa
-OptionPanel.single_instance_force.tooltip = Izbjegni otvaranje programa u novom prozoru \u010dak iako ne postoji datoteka za u\u010ditavanje
-OptionPanel.sk = Slova\u010dki
-OptionPanel.sl = Slovenski
-OptionPanel.spelling_opt_case_sensitive = Osjetljiv na veli\u010dinu (slova)
-OptionPanel.spelling_opt_ignore_all_caps_words = Zanemari rije\u010di pisane VELIKIM SLOVIMA
-OptionPanel.spelling_opt_ignore_capitalization = Zanemari VELIKA SLOVA na po\u010detku rije\u010di
-OptionPanel.spelling_opt_ignore_words_with_numbers = Zanemari rije\u010di koje sadr\u017ee brojeve
-OptionPanel.spelling_opt_suggestions_limit_dialog = Maksimalan broj predlo\u017eenih rje\u010di u dijalogu
-OptionPanel.spelling_opt_suggestions_limit_menu = Maksimalan broj predlo\u017eenih rje\u010di u izborniku
-OptionPanel.sr = Srpski / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = Datoteka  predlo\u0161ka
-OptionPanel.standardbackgroundcolor = Boja pozadine mape
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standardna boja pozadine mape u HTML zapisu </html>
-OptionPanel.standardcloudcolor = Boja obla\u010di\u0107a
-OptionPanel.standardcloudcolor.tooltip = <html>Standardna boja obla\u010di\u0107a u HTML zapisu </html>
-OptionPanel.standardcloudestyle = Stil obla\u010di\u0107a
-OptionPanel.standardcloudestyle.tooltip = <html>Standardni stil obla\u010di\u0107a. Trenutno je podr\u017ean samo 'bezier' </html>
-OptionPanel.standarddrawrectangleforselection = Prika\u017ei okvir za odabir \u010dvora.
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Odabrani \u010dvor ima okvir sa zaobljenim uglovima oko sebe .</html>
-OptionPanel.standardlinkcolor = Boja veze sa strelicom
-OptionPanel.standardlinkcolor.tooltip = <html>Standardna boja veze sa strelicom u HTML zapisu </html>
-OptionPanel.standardlinkestyle = Stil  veze
-OptionPanel.standardlinkestyle.tooltip = <html>Standardni stil veze. Trenutno je podr\u017ean samo 'bezier' </html>
-OptionPanel.standardselectednodecolor = Boja odabranog \u010dvora
-OptionPanel.standardselectednodecolor.tooltip = <html>Standardna boja odabranog \u010dvora. U HTML zapisu (#RRGGBB u heksadecimalnoj vrijednosti) </html>
-OptionPanel.standardselectednoderectanglecolor = Boja okvira odabranog \u010dvora
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Standardna boja okvira odabranog \u010dvora. U HTML zapisu (#RRGGBB u heksadecimalnoj vrijednosti) </html>
-OptionPanel.STAR = Zvijezda
-OptionPanel.structured_html_import = Uvoz HTML-a kao strukture \u010dvorova
-OptionPanel.structured_icon_toolbar = Strukturirana traka ikona
-OptionPanel.summary = Sa\u017eetak
-OptionPanel.sv = \u0160vedski
-OptionPanel.text.use_ctrl_key = Kliknite na stavku izbornika dr\u017ee\u0107i tipku  CTRL za dodjeljivanje tipkovni\u010dke kratice
-OptionPanel.time_for_automatic_save = Vrijeme automatskog spremanja (msec.)
-OptionPanel.time_for_automatic_save.tooltip = <html> vrijeme izme\u0111u dva uzastopna automatska spremanja (u msec): za onemogu\u0107avanje automatskog spremanja potrebno je ovu vrijednost staviti na 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Vrijeme ka\u0161njenja odabira
-OptionPanel.time_for_delayed_selection.tooltip = <html> Vremensko zaka\u0161njenje odabira \u010dvora kada je pokaziva\u010d mi\u0161a iznad \u010dvora (u milisekundama).Promijenite ovaj iznos na 1 ako \u017eelite direktno odabrati \u010dvor kad je pokaziva\u010d mi\u0161a iznad.</html>
-OptionPanel.toolTipManager.dismissDelay = Vrijeme prestanka prikaza, ms
-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
-OptionPanel.undo_levels.tooltip = <html>Odre\u0111ivanje broja spremljenih koraka koji \u0107e se mo\u0107i vratiti funkcijom "Poni\u0161ti".</html>
-OptionPanel.unfold_on_paste = Rasklopi \u010dvor kad ga zalijepi\u0161
-OptionPanel.unfold_on_paste.tooltip = Rasklopi \u010dvor kad ga zalijepi\u0161 ili kad povu\u010de\u0161 i ispusti\u0161 \u010dvor
-OptionPanel.use_common_out_point_for_root_node = Rubovi zapo\u010dinju iz jedne to\u010dke na korijenskom \u010dvoru
-OptionPanel.use_common_out_point_for_root_node.tooltip = Rubovi zapo\u010dinju iz jedne to\u010dke na korijenskom \u010dvoru
-OptionPanel.use_tabbed_pane = Koristi tabove
-OptionPanel.use_tabbed_pane.tooltip = Ako je aktivno mape \u0107e se prikazivati u tabovima (kao u FireFox-u :-) )
-OptionPanel.user_defined_screen_resolution = Korisni\u010dki definirana razlu\u010divost zaslona (dpi)
-OptionPanel.validate_classpath_needs_readaccess = Izvo\u0111enje skripti: Kada su postavljene putanje \u010ditanja JAR i .class datoteka morate omogu\u0107iti  \u010ditanje datoteka.
-OptionPanel.validate_invalid_date_format = Une\u0161en je neva\u017ee\u0107i oblik datuma
-OptionPanel.validate_invalid_datetime_format = Une\u0161en je neva\u017ee\u0107i oblik datuma-vremena
-OptionPanel.validate_invalid_number_format = Une\u0161en je neva\u017ee\u0107i oblik broja
-OptionPanel.validate_write_without_read = Izvo\u0111enje skripti: omogu\u0107ite \u010ditanje i pisanje datoteka
-OptionPanel.validation_error = <html><body>Potvrda gre\u0161ke/a:<p><em>{0}</em><p>Promijenite postavke kako bi uklonili gre\u0161ku/e.</body></html>
-OptionPanel.validation_warning = <html><body>Potvrda upozorenja:<p><em>{0}</em></body></html>
-OptionPanel.vi = Vijetnamski
-OptionPanel.wheel_velocity = Brzina
-OptionPanel.wheel_velocity.tooltip = Ve\u0107a vrijednost rezultira kod pomaka kota\u010di\u0107a mi\u0161a br\u017ee u\u010dinke na mapi.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Kineski, pojednostavljeno
-OptionPanel.zh_TW = Kineski, tradicionalno
-org.freeplane.plugin.bugreport.agree = Po\u0161alji
-org.freeplane.plugin.bugreport.always_agree = Uvijek po\u0161alji
-org.freeplane.plugin.bugreport.always_deny = Nikad ne \u0161alji
-org.freeplane.plugin.bugreport.deny = Ne \u0161alji
-org.freeplane.plugin.bugreport.dialog.title = Automatski izvje\u0161taj o gre\u0161ki
-org.freeplane.plugin.bugreport.freeplane_team = Poruka Freeplane tima
-org.freeplane.plugin.bugreport.lastreport = Primljeni izvje\u0161taj
-org.freeplane.plugin.bugreport.never = Nikad ne pitaj za pomo\u0107
-org.freeplane.plugin.bugreport.question = Freeplane ima ugra\u0111en automatski sustav pra\u0107enja gre\u0161aka
-org.freeplane.plugin.bugreport.report = Aktualni izvje\u0161taj
-org.freeplane.plugin.bugreport.wanted_bug = Pojavila se  interna pogre\u0161ka i automatski je poslan izvje\u0161taj o pogre\u0161ci.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = \u010cvor {0} nije definiran
-out_of_memory = Premalo slobodne memorije.
-overwrite_keyset_question = Prepisati postoje\u0107u grupu tipkovni\u010dkih kratica ?
-PageAction.text = Pode\u0161avanje &stranice...
-password_is_not_ascii = Lozinka nije ASCII kod
-PasteAction.text = Zalijepi
-PasteAttributes.text = Zalijepi obilje\u017eje
-PatternNewNameProperty = Novi uzorak
-PatternToString.backgroundColor = Boja pozadine
-PatternToString.Child = Stil \u010dvora Dijete
-PatternToString.color = Boje
-PatternToString.EdgeColor = Boja ruba
-PatternToString.EdgeStyle = Stil ruba
-PatternToString.EdgeWidth = \u0160irina ruba
-PatternToString.FontBold = Podebljano
-PatternToString.FontItalic = Uko\u0161eno
-PatternToString.FontName = Ime oblika slova
-PatternToString.Icon = Ikona
-PatternToString.NodeFontSize = Veli\u010dina fonta
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = dani
-PeriodUnit.HOUR = sati
-PeriodUnit.MINUTE = minute
-PeriodUnit.MONTH = mjeseci
-PeriodUnit.WEEK = tjedni
-PeriodUnit.YEAR = godine
-plugins/latex/LatexNodeHook.editorTitle = Uredi Latex
-plugins/script_filter = Filtar skripte {0}
-plugins/script_filter_error = {0} je morao vratiti logi\u010dki rezultat na {1}, ali je vratio {2}
-plugins/ScriptEditor.cancel = &Otka\u017ei promjene i iza\u0111i
-plugins/ScriptEditor.exit = &Spremi i iza\u0111i
-plugins/ScriptEditor.FORBIDDEN_ACTION = Izvr\u0161avanje Freeplane groovy skripta je zaustavljeno. Zabranjene su {0,choice,0#File|1#Network|2#Exec} sljede\u0107e operacije: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}.Zabrane mo\u017eete promijeniti u postavkama programa.
-plugins/ScriptEditor.menu_actions = &Akcije
-plugins/ScriptEditor.new_script = Nova skripta
-plugins/ScriptEditor.run = &Izvodi
-plugins/ScriptEditor.sign = Potpisivanje skripte...
-plugins/ScriptEditor/window.Result = Rezultat:
-plugins/ScriptEditor/window.title = Ure\u0111iva\u010d skripta
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Nedozvoljeni pristup internim API ( paket  {0}). - Molim kontaktirajte Freeplane tim ako API skripte nisu dovoljno podr\u017eane.
-plugins/TimeList.xml_Created = Kreirano
-plugins/TimeList.xml_Date = Datum
-plugins/TimeList.xml_Icons = Ikone
-plugins/TimeList.xml_Modified = Izmijenjeno
-plugins/TimeList.xml_Notes = Bilje\u0161ke
-plugins/TimeList.xml_Text = Tekst
-plugins/TimeManagement.xml_appendButton = Umetni datum
-plugins/TimeManagement.xml_Cancel = Odustani
-plugins/TimeManagement.xml_cancelButton = Odustani
-plugins/TimeManagement.xml_closeButton = Zatvori
-plugins/TimeManagement.xml_Export = Izvoz odabranih \u010dvorova
-plugins/TimeManagement.xml_Find = Tra\u017ei
-plugins/TimeManagement.xml_Goto = Idi na
-plugins/TimeManagement.xml_hour = Sat:
-plugins/TimeManagement.xml_menu_actions = Akcije
-plugins/TimeManagement.xml_minute = Minuta:
-plugins/TimeManagement.xml_reminderButton = Sjeti me na taj dan
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Nakon klika zapo\u010dinje vremensko odbrojavanje prema dodijeljenom datumu. Nakon isteka vremena trepere\u0107a ikona daje znak o isteku.<br> Ako zatvorite Mentalnu mapu, odbrojavanje se ponovno aktivira kod otvaranja Mentalne mape.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Trenutno je mogu\u0107 jedan podsjetnik po \u010dvoru. <br>Trenutni podsjetnik je pode\u0161en je na {0,date} {0,time}, va\u0161 izbor je bio {1,date} {1,time}. <br><br>\u017delite li promijeniti vrijeme aktiviranja podsjetnika (Da) <br>ili \u017eelite zadr\u017eati staro vrijeme (Ne)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Podsjetnik zadatka pode\u0161en na  {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = Podsjeti kasnije
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Podsjeti kasnije
-plugins/TimeManagement.xml_removeReminderButton = Ukloni podsjetnik
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Ukloni sve podsjetnike koji su povezani s odabranim \u010dvorovima.
-plugins/TimeManagement.xml_Replace = Zamijeni
-plugins/TimeManagement.xml_Replace_All = Zamijeni sve
-plugins/TimeManagement.xml_Replace_Selected = Zamijeni odabrano
-plugins/TimeManagement.xml_Select = Odaberi
-plugins/TimeManagement.xml_todayButton = Osvje\u017ei kalendar
-plugins/TimeManagement.xml_WindowTitle = Upravljanje kalendarom
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Pretra\u017ei i zamijeni
-preferences = Postavke
-print_preview_title = Pregled ispisa
-PrintAction.text = Ispis...
-PrintDirectAction.text = Ispis
-printing_settings = Skaliranje ispisa
-PrintPreviewAction.text = &Pregled ispisa...
-PropertyAction.dialog = Postavke
-PropertyAction.text = Postavke ...
-QuickFilterAction.text = Brzi filtar
-QuickFindAction.BACK.text = Tra\u017ei prethodni
-QuickFindAction.FORWARD.text = Tra\u017ei sljede\u0107e
-QuickFindAllAction.text = Ozna\u010di sve prona\u0111ene \u010dvorove
-QuickHighlightAction.text = Osvijetli sve odgovaraju\u0107e \u010dvorove
-QuitAction.text = Izlaz
-read_only = Samo za \u010ditanje
-ReadScriptError.text = Gre\u0161ka kod \u010ditanja skripte
-really_convert_to_current_version = <html>Mapa je kreirana sa starijom verzijom programa Freeplane. <br>\u017delite li ih prevesti na novu verziju (preporu\u010da se)?  <br> (U suprotnom treba uzeti kakvo je, bez ikakve garancije.) </html>
-really_cut_node = \u017deli\u0161 li stvarno izrezati \u010dvor(ove)?
-really_execute_script = \u017delite li stvarno izvoditi skripte uklju\u010dene u ovoj mapi? Postoji opasnost nastanka \u0161tete na ra\u010dunalu?
-really_remove_node = \u017deli\u0161 li stvarno obrisati \u010dvor(ove)?
-really_remove_notes = Stvarno \u017eelite obrisati bilje\u0161ku(e)?
-ReapplyFilterAction.text = Ponovno primijeni
-red = Crveno
-RedefineStyleAction.text = Ponovno odre\u0111ivanje stila
-RedoAction.text = Ponovi
-RedoFilterAction.text = Ponovi
-regular_expressions = Regularni izraz
-ReminderHookAction.text = Ukloni podsjetnik
-ReminderHookAction.tooltip = Ukloni podsjetnik s \u010dvora.
-remove_file_from_list_on_error = Datoteka {0} nije otvorena. \u017delite li je maknuti s liste nedavno otvaranih datoteka?
-remove_shortcut_question = {0} trenutno je dodijeljeno {1}.\n\u017delite li dodijeliti ovu tipkovni\u010dku kraticu {2}?
-remove_shortcut_title = \u017delite li obrisati tipkovni\u010dku kraticu?
-RemoveAllIconsAction.text = Ukloni sve ikone
-RemoveConnectorAction.text = Obri\u0161i poveznik
-RemoveEncryption.text = Ukloni \u0161ifriranje
-RemoveFormatAction.text = Ukloni oblikovanja
-RemoveIcon_0_Action.text = Ukloni prvu ikonu
-RemoveIconAction.text = Ukloni posljednju ikonu
-RemoveNoteAction.text = Obri\u0161i bilje\u0161ke
-RemoveNoteAction.tooltip = <html>Obri\u0161i sadr\u017eaj bilje\u017eaka .</html>
-rename = &Preimenuj
-repair_link = Popravi vezu
-repair_link_question = Ne mogu u\u010ditati povezanu mapu. \u017delite li popraviti vezu ru\u010dno?
-replace = Zamijeni
-replace_shortcut_question = Ova tipkovni\u010dka kratica trenutno je dodijeljena \n  {0}.\n\u017delite li je zamijeniti?
-replace_shortcut_title = \u017delite li zamijeniti tipkovni\u010dku kraticu?
-ReportBugAction.text = Prijavi gre\u0161ku
-RequestFeatureAction.text = Zamolba za razvoj
-reset_to_default = Vrati na zadano
-ResetNodeLocationAction.text = Vrati &izvorni polo\u017eaj
-ResetStyleAction.text = Vrati izvorni stil \u010dvora
-RevertAction.text = O&tvori ponovno
-RevisionPluginAction.text = Prika\u017ei promijenjen \u010dvor u &boji
-save_failed = Poku\u0161aj spremanja mape  {0} nije uspjelo.
-save_unsaved = \u017delite li spremiti slijede\u0107u Mentalnu mapu?:
-save_unsaved_styles = \u017delite li spremiti stilove?
-SaveAcceleratorPresetsAction.text = Pohrana grupe tipkovni\u010dkih kratica F-trake
-SaveAction.text = &Spremi
-SaveAll.text = Spremi &sve
-SaveAll.tooltip = Spremi sve otvorene mape.
-SaveAsAction.text = Spremi kao...
-saved = Spremljeno
-saving_canceled = Spremanje otkazano
-scanners_not_loaded = Skenirane datoteke su o\u0161te\u0107ene i nemogu biti u\u010ditane
-scheme_evaluate = Izra\u010dunati?!
-script_execution_disabled = Onemogu\u0107i izvo\u0111enje skripti
-ScriptEditor.text = U&re\u0111iva\u010d skripta...
-ScriptEditor.tooltip = Omogu\u0107ava pisanje velikih skripta unutar Freeplanea.
-ScriptEditorPanel.changed_cancel = Skripta je promijenjena. Stvarno \u017eelite otkazati promjene?
-scripting_api_generator_legend = Natpis
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = Pisanje API skripta
-scripting_api_generator_utilities = Sredstva
-scripting_api_generator_web = WEB izvor
-select_favorites_folder = Odaberite mapu sa va\u0161im favoritima
-select_file_export_to = Odaberi datoteku za izvoz u
-select_folder_for_importing = Odaberite mapu uvoza
-select_icon = Odabir ikone
-select_menu_item_dialog = Odaberite stavku izbornika
-select_menu_item_root_node = Izbornik
-SelectAllAction.text = Odaberi sve
-SelectBranchAction.text = Odaberi granu
-SelectedPasteAction.text = Zalijepi kao...
-selection_method_by_click = Jednostruki klik za odabir
-selection_method_delayed = Zaka\u0161njela automatska metoda odabira
-selection_method_direct = Prika\u017ei odabrano
-SelectNoteAction.text = Prelazak iz bilje\u0161ke u \u010dvor
-SelectNoteAction.tooltip = Prebaci iz bilje\u0161ke u \u010dvor
-set_accelerator_on_next_click_action = Kliknite na bilo koju stavku izbornika za dodjelu nove tipkovni\u010dke kratice
-SetAcceleratorOnNextClickAction.text = Pridru\u017ei tipkovni\u010dku kraticu
-SetImageByFileChooserAction.text = Slike (Pretra\u017eiva\u010d datoteka ili veza)...
-SetLinkAnchorAction.text = Postavi sidro veze (linka)
-SetLinkAnchorAction.tooltip = <html>postavi ozna\u010deni \u010dvor kao sidro za budu\u0107e <br/>stvaranje lokalnih ili globalnih veza (linkova).
-SetLinkAnchorAction.tooltip_anchored = <html>postavi ozna\u010deni \u010dvor kao sidro za budu\u0107e <br/>stvaranje lokalnih ili globalnih veza (linkova). Aktualno sidro:{0}
-SetLinkByFileChooserAction.text = Hiperveze (Pretra\u017eiva\u010d datoteka)...
-SetLinkByTextFieldAction.text = Dodaj ili promijeni hipervezu (Polje s tekstom)...
-SetNodeLink.text = Postavi vezu \u010dvora
-SetNoteWindowPosition.bottom.text = Dolje
-SetNoteWindowPosition.left.text = Lijevo
-SetNoteWindowPosition.right.text = Desno
-SetNoteWindowPosition.top.text = Gore
-SetShortenerStateAction.text = Reducirani prikaz \u010dvora
-sf_login_required = Potrebno je prijavljivanje na Source Forge. \u017delite li nastaviti?
-ShowAllAttributesAction.text = Prika\u017ei sva obilje\u017eja
-ShowAncestorsAction.text = Prika\u017ei pretke (prethodnike)
-ShowAttributeDialogAction.text = Upravljanje o&bilje\u017ejima
-ShowDescendantsAction.text = Prika\u017ei potomke (nasljednike)
-ShowFilterToolbarAction.text = Filtar traka
-ShowFormatPanel.text = Plo\u010da oblikovanja
-ShowFormatPanel.tooltip = Prikazuje dijalog u kojem oblici \u010dvorova i rubova mogu mijenjati odjednom.
-ShowHideNoteAction.text = Bilje\u0161ke
-ShowHideNoteAction.tooltip = Uklju\u010divanje ili isklju\u010divanje prozora s bilje\u0161kama
-ShowNextChildAction.text = Prika\u017ei slijede\u0107i \u010dvor
-ShowNotesInMapAction.text = Prika\u017ei bilje\u0161ke u prozoru mape
-ShowSelectedAttributesAction.text = Prika\u017ei odabrana obilje\u017eja
-ShowSelectionAsRectangleAction.text = Prika\u017ei okvir za odabir \u010dvora
-simplyhtml.aboutFrameTitle = O programu
-simplyhtml.aboutLabel = O SimplyHTML...
-simplyhtml.alignCenter = Sredina
-simplyhtml.alignLabel = Poravnavanje:
-simplyhtml.alignLeft = Lijevo
-simplyhtml.alignRight = Desno
-simplyhtml.allCellsRangeLabel = sve \u0107elije
-simplyhtml.allOccurrencesReplaced = Sve podudarnosti su zamijenjene
-simplyhtml.appendTableColLabel = Dodaj stupac pokraj
-simplyhtml.appendTableRowLabel = Dodaj red ispod
-simplyhtml.applyCellAttrLabel = Primijeni na
-simplyhtml.backgroundLabel = Boja pozadine:
-simplyhtml.boldItalicName = Uko\u0161/Podebljano
-simplyhtml.boldName = Podebljano
-simplyhtml.borderColorLabel = Boja:
-simplyhtml.borderWidthLabel = \u0160irine
-simplyhtml.bottomLabel = Dolje:
-simplyhtml.cancelBtnName = Odustani
-simplyhtml.cellBorderTabLabel = Obrub
-simplyhtml.cellGenTabLabel = Op\u0107enito
-simplyhtml.cellMarginTabLabel = Margine
-simplyhtml.cellPanelTitle = Oblik \u0107elije
-simplyhtml.clearFormatLabel = Ukloni oblikovanje
-simplyhtml.clearFormatTip = Ukloni oblikovanje
-simplyhtml.close = Zatvori
-simplyhtml.closeBtnName = Zatvori
-simplyhtml.colorLabel = Boja
-simplyhtml.copyLabel = Kopiraj
-simplyhtml.copyTip = Kopiraj
-simplyhtml.cTagNameHead1 = Naslov 1
-simplyhtml.cTagNameHead2 = Naslov 2
-simplyhtml.cTagNameHead3 = Naslov 3
-simplyhtml.cTagNameHead4 = Naslov 4
-simplyhtml.cTagNameHead5 = Naslov 5
-simplyhtml.cTagNameHead6 = Naslov 6
-simplyhtml.cTagNameLink = Veza
-simplyhtml.cTagNameOL = Ure\u0111en popis
-simplyhtml.cTagNamePara = Odlomak
-simplyhtml.cTagNameUL = Neure\u0111en popis
-simplyhtml.cutLabel = Izre\u017ei
-simplyhtml.cutTip = Izre\u017ei
-simplyhtml.defaultDocName = Bez naslova
-simplyhtml.deleteTableColLabel = Obri\u0161i stupac
-simplyhtml.deleteTableRowLabel = Obri\u0161i red
-simplyhtml.docTitleQuery = Postavi naslov kao:
-simplyhtml.docTitleTitle = Uredi naslov dokumenta
-simplyhtml.editLabel = Uredi
-simplyhtml.effectLabel = Efekti
-simplyhtml.familyLabel = Oblik
-simplyhtml.findNext = Tra\u017ei sljede\u0107e...
-simplyhtml.findReplaceDialogTitle = Tra\u017ei i zamijeni
-simplyhtml.findReplaceLabel = Tra\u017ei i zamijeni
-simplyhtml.findReplaceTip = Tra\u017ei i zamijeni
-simplyhtml.fontBoldLabel = Podebljano
-simplyhtml.fontBoldTip = Uklju\u010di/isklju\u010di podebljano
-simplyhtml.fontColorLabel = Boja teksta
-simplyhtml.fontColorTip = Boja teksta
-simplyhtml.fontDialogTitle = Oblik slova
-simplyhtml.fontItalicLabel = Uko\u0161eno
-simplyhtml.fontItalicTip = Isklju\u010di/uklju\u010di uko\u0161eno
-simplyhtml.fontLabel = Slova...
-simplyhtml.fontTabLabel = Slova
-simplyhtml.fontTip = Oblik slova...
-simplyhtml.fontUnderlineLabel = Podcrtano
-simplyhtml.fontUnderlineTip = Uklju\u010di/isklju\u010di podcrtano
-simplyhtml.foregroundLabel = Boja fonta:
-simplyhtml.formatLabel = Oblikovanje
-simplyhtml.formatListLabel = Popis...
-simplyhtml.formatListTip = Promijeni oblik popisa
-simplyhtml.formatParaLabel = Odlomak...
-simplyhtml.formatParaTip = Promijeni oblik odlomka
-simplyhtml.formatTableLabel = Tabela...
-simplyhtml.formatTableTip = Oblikovanje tabele
-simplyhtml.helpLabel = Pomo\u0107
-simplyhtml.htmlTabTitle = HTML prikaz
-simplyhtml.imageFileDesc = Slikovne datoteke
-simplyhtml.insertTableColLabel = Umetni stupac
-simplyhtml.insertTableLabel = Tabela...
-simplyhtml.insertTableMsg = Broj kolona
-simplyhtml.insertTableRowLabel = Umetni red
-simplyhtml.insertTableTitle = Umetni tabelu
-simplyhtml.italicName = Uko\u0161eno
-simplyhtml.layoutTabTitle = Osnovni prikaz
-simplyhtml.leftLabel = Lijevo:
-simplyhtml.listDialogTitle = Oblik popisa
-simplyhtml.listIndentTitle = Uvlaka:
-simplyhtml.listPosInside = Iznutra
-simplyhtml.listPositionLabel = Pozicija:
-simplyhtml.listPosOutside = Izvana
-simplyhtml.listTypeCircle = Kru\u017ei\u0107
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = simbol datoteke kao graf.oznake
-simplyhtml.listTypeLabel = Tip:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = Ni\u0161ta
-simplyhtml.listTypeSquare = Kvadrat
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Izvana
-simplyhtml.matchApproximately = &Pribli\u017eno
-simplyhtml.matchApproximately.tooltip = <html>Omogu\u0107i pribli\u017eno uspore\u0111ivanje,<br/>primjer, pretra\u017eivanje  "bakar" prona\u0107i \u0107e i "bakra".</html>
-simplyhtml.matchCase = Razlikuj velika i mala slova
-simplyhtml.matchCase.tooltip = Omogu\u0107i razlikovanje velikih i malih slova kod uspore\u0111ivanja.
-simplyhtml.newStyleDefaultName = Novi stil
-simplyhtml.nextTableCellLabel = Sljede\u0107a \u0107elija
-simplyhtml.noLineLabel = Ni\u0161ta
-simplyhtml.noMoreOccurrencesFound = nema vi\u0161e podudarnosti
-simplyhtml.okBtnName = Uredu
-simplyhtml.paddingLabel = Unutra
-simplyhtml.paraAlignCenterLabel = Poravnaj u sredinu
-simplyhtml.paraAlignCenterTip = Poravnavanje odlomka u sredinu
-simplyhtml.paraAlignLeftLabel = Poravnaj lijevo
-simplyhtml.paraAlignLeftTip = Poravnavanje odlomka ulijevo
-simplyhtml.paraAlignRightLabel = Poravnaj desno
-simplyhtml.paraAlignRightTip = Poravnavanje odlomka udesno
-simplyhtml.paraStyleDialogTitle = Stil odlomka
-simplyhtml.paraTabLabel = Odlomak
-simplyhtml.pasteHTMLLabel = Zalijepi HTML
-simplyhtml.pasteLabel = Zalijepi
-simplyhtml.pastePlainTextLabel = Zalijepi obi\u010dni tekst
-simplyhtml.pasteTip = Zalijepi
-simplyhtml.plainName = Obi\u010dan
-simplyhtml.previewLabel = Pretpregled
-simplyhtml.previewText = Tekst pretpregleda
-simplyhtml.prevTableCellLabel = Prethodna \u0107elija
-simplyhtml.printLabel = Ispis...
-simplyhtml.redoLabel = Ponovi
-simplyhtml.redoTip = Ponovi
-simplyhtml.replace = Zamijeni...
-simplyhtml.replaceAll = Sve
-simplyhtml.replaceDone = Gotovo
-simplyhtml.replaceNo = Ne
-simplyhtml.replaceThisQuery = Zamijeniti podudarnost s obzirom na
-simplyhtml.replaceWith = Zamijeni s:
-simplyhtml.replaceYes = Da
-simplyhtml.rightLabel = Desno:
-simplyhtml.searchDown = Tra\u017ei prema dolje
-simplyhtml.searchDown.tooltip = Tra\u017ei od vrha prema dnu.
-simplyhtml.searchFromStart = Tra\u017ei od po\u010detka
-simplyhtml.searchFromStart.tooltip = Po\u010dni tra\u017eiti od vrha, bez obzira na poziciju pokaziva\u010da na zaslonu.
-simplyhtml.searchUp = Tra\u017ei prema gore
-simplyhtml.searchUp.tooltip = Tra\u017ei od dna prema vrhu.
-simplyhtml.selectAllLabel = Odaberi sve
-simplyhtml.sizeLabel = Veli\u010dina
-simplyhtml.standardStyleName = Standardno
-simplyhtml.strikeLabel = Precrtano
-simplyhtml.styleLabel = Stil
-simplyhtml.styleNameInputText = Naziv novog stila?
-simplyhtml.styleNameInputTitle = Spremi stil
-simplyhtml.tableBgColLabel = Pozadinska boja:
-simplyhtml.tableDialogTitle = Oblik tabele
-simplyhtml.tableLabel = Tabela
-simplyhtml.tablePanelTitle = Oblik tabele
-simplyhtml.tableWidthLabel = \u0160irina:
-simplyhtml.textIndentLabel = Uvlaka:
-simplyhtml.textToFind = Tra\u017ei ovo:
-simplyhtml.thisCellRangeLabel = aktiv.\u0107elija
-simplyhtml.thisColRangeLabel = aktiv.stupac
-simplyhtml.thisRowRangeLabel = aktiv.red
-simplyhtml.toggleBulletsLabel = Uklju\u010di/ Isklju\u010di popis s oznakama
-simplyhtml.toggleBulletsTip = Uklju\u010di/ Isklju\u010di popis s oznakam
-simplyhtml.toggleNumbersLabel = Uklju\u010di/ Isklju\u010di broj\u010dani popis
-simplyhtml.toggleNumbersTip = Uklju\u010di/ Isklju\u010di broj\u010dani popis
-simplyhtml.topLabel = Gore:
-simplyhtml.uLineLabel = Podcrtano
-simplyhtml.unableToOpenFileError = Datoteka se ne mo\u017ee otvoriti
-simplyhtml.unableToRedoError = Ne mogu ponoviti:
-simplyhtml.unableToUndoError = Ne mogu poni\u0161titi:
-simplyhtml.undoLabel = Poni\u0161ti
-simplyhtml.undoTip = Poni\u0161ti
-simplyhtml.valignBaseline = Osnovna crta
-simplyhtml.valignBottom = Dolje
-simplyhtml.valignLabel = Okom.poravn.:
-simplyhtml.valignMiddle = Sredina
-simplyhtml.valignTop = Gore
-simplyhtml.wholeWordsOnly = Samo cijele rije\u010di
-simplyhtml.wholeWordsOnly.tooltip = Ograni\u010di uspore\u0111ivanje na cijelu rije\u010d.
-SortNodes.text = Ra&zvrstavanje Djece abecednim redom
-SortNodes.tooltip = Razvrstavanje svih \u010dvora Djece abecednim redom.
-split = &Razdijeli
-SplitConditionAction.text = Razdijeli
-SplitNode.text = &Podijeli \u010dvor
-SplitNode.tooltip = <html>Dijeli trenutni \u010dvor na poziciji pokaziva\u010da mi\u0161a</html>
-STANDARD_FORMAT = Standard
-stop_processing = Stop
-StringFlavorHandler = Obi\u010dan tekst kao hijerarhija \u010dvorova
-StructuredHtmlFlavorHandler = HTML kao hijerarhija \u010dvorova
-style = Stil
-style_already_exists = Stil ve\u0107 postoji!
-styledialog.cancel.text = Otka\u017ei
-styledialog.ok.text = U redu
-styles = St&ilovi
-styles.AutomaticLayout = Automatsko oblikovanje
-styles.connection = Povezanost
-styles.date = Datum
-styles.definition = Definicija
-styles.description = Opis
-styles.floating_node = Slobodan \u010dvor
-styles.idea = Ideja
-styles.important = Va\u017eno
-styles.key = Klju\u010d
-styles.list = Popis
-styles.needs_action = Aktiviraj se
-styles.note = Bilje\u0161ka
-styles.ok = U redu
-styles.pending = Nerije\u0161eno
-styles.predefined = Unaprijed definirani stilovi
-styles.question = Pitanje
-styles.quotation = Citat
-styles.root_node = Stilovi
-styles.subsubtopic = Pod-podtema
-styles.subtopic = Podtema
-styles.topic = Glavna tema
-styles.user-defined = Korisni\u010dki definirani stilovi
-styles.website = WEB stranica
-styles_menu = Stilovi
-submenu_keystroke_in_use_error = Tipkovni\u010da kratica {0} nemo\u017ee biti kori\u0161tena za podizbornik {1}. Tipkovni\u010dka kratica je maknuta.
-summary_nodes = \u010cvorovi sa\u017eetak
-summary_not_possible = Ne mogu stvoriti \u010dvor sa\u017eetak za trenutni odabir
-SummaryNodeAction.text = \u010cvor sa\u017eetak
-svg = SVG
-template_dir = Predlo\u0161ci
-TimeListAction.text = Prika\u017ei popis vremenskih podsjetnika ...
-TimeListAction.tooltip = Prikazuje sve vremenske podsjetnike i pripadaju\u0107e \u010dvorove.
-TimeManagementAction.text = Prika\u017ei kalendar...
-TimeManagementAction.tooltip = <html> Prika\u017ei kalendarski modul (autora je Kai Toedter).</html>
-ToggleChildrenFoldedAction.text = Rasklopi/Sklopi \u010dvor (Djeca)
-ToggleDetailsAction.text = Prika\u017ei/Sakrij detalje \u010dvora
-ToggleFBarAction.text = F- traka
-ToggleFoldedAction.text = Rasklopi/Sklopi odabrane \u010dvorove
-ToggleFullScreenAction.text = Cijeli zaslon
-ToggleLeftToolbarAction.text = &Traka s ikonama
-ToggleMenubarAction.text = &Izborna traka
-ToggleStatusAction.text = Prika\u017ei statusnu traku
-ToggleToolbarAction.text = &Alatna traka
-undefined_error = Do\u0161lo je do neo\u010dekivane gre\u0161ke. Molim poku\u0161ajte poslati poruku o gre\u0161ci.
-underline = Podcrtano
-UnderlineAction.text = Podcrtano
-underlined = Podcrtano
-UndoAction.text = Poni\u0161ti
-UndoFilterAction.text = Poni\u0161ti
-unfold = Otvori \u010dvor
-UnfoldAllAction.text = Rasklopi sve
-UnfoldAllAction.tooltip = <html> Rasklopi sve odabrane \u010dvorove i njihovu Djecu.</html>
-UnfoldOneLevelAction.text = Rasklopi jednu razinu
-UnfoldOneLevelAction.tooltip = <html> Rasklopi odabrane \u010dvorove za jednu razinu.</html>
-up = &Gore
-update_failed = Nadogradnja neuspjela s porukom {0}
-UpdateCheckAction.text = Provjeri za nadogradnju
-updatecheckdialog = Dijalog provjere nadogradnje
-url_error = Ovaj URL je nepravilno oblikovan!
-url_open_error = Nemog otvoriti URL vezu {0}.
-used_in_menu = Ova tipkovni\u010dka kratica ne mo\u017ee biti postavljena jer se koristi kao kratica glavnog izbornika.
-UsePlainTextAction.text = Koristi jednostavan tekst
-user_config_folder = Konfiguracijska mapa korisnika: {0}
-user_defined_scale = Korisni\u010dki definirani omjer
-user_defined_zoom = Korisni\u010dki definirano.
-user_defined_zoom_status_bar = Izmjena pove\u0107anja na korisni\u010dki definiranu vrijednost {0}%.
-user_icon = Korisni\u010dka ikona "{0}"
-user_template_dir = Korisni\u010dki predlo\u0161ci
-user_zoom = Faktor pove\u0107anja ispisa (0.0 - 2.0):
-value_format = Oblik vrijednost
-version_up_to_date = Trenutno koristite najnoviju verziju programa
-ViewerControllerAction.text = Vanjski objekt...
-ViewLayoutTypeAction.OUTLINE.text = Op\u0107i pregled
-WebDocuAction.text = Web dokumentacija
-width = \u0160irina
-wrong_regexp = Pogre\u0161an RegEx "{0}", gre\u0161ka {1}
-xslt_export.html = HTML dokument
-xslt_export.latex = Latex dokument
-xslt_export.latexbook = Latex Knjigu
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 i vi\u0161i) XML format
-xslt_export.ms_project = MS Project (2003 i vi\u0161i) XML format
-xslt_export.ms_word = Word (2003 i vi\u0161i) XML format
-xslt_export.text = Jednostavan tekst
-xslt_export_not_possible = Freeplane XSLT izvoz nije mogu\u0107
-yes = &Da
-ZoomInAction.text = Pove\u0107aj
-ZoomOutAction.text = Smanji
+about_text=Freeplane - program za izradu mentalnih mapa i nadogradnju znanja
+AboutAction.text=O programu
+acceleratorPresets=Postavke grupe tipkovni\u010Dkih kratica F-trake
+accelerators_loading_error=Ne mogu u\u010Ditati tipkovni\u010Dke kratice iz {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Promjena oblika svih \u010Dvorova
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Promijeni uzorak
+accessories/plugins/EncryptNode.properties_0=Odaberi lozinku za \u0161ifrirani \u010Dvor.
+accessories/plugins/EncryptNode.properties_1=Lozinka nije ujedna\u010Dena ili je prekratka.
+accessories/plugins/EncryptNode.properties_2=Upi\u0161i lozinku:
+accessories/plugins/EncryptNode.properties_3=Ponovno upi\u0161i lozinku:
+accessories/plugins/EncryptNode.properties_4=Upis lozinke.
+accessories/plugins/EncryptNode.properties_5=<html>Upamtite, mo\u0107 \u0161ifriranja <br>uvijek ovisi o kvaliteti va\u0161e lozinke.
+accessories/plugins/EncryptNode.properties_6=U redu
+accessories/plugins/EncryptNode.properties_7=Odustani
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Mo\u017Eete uklju\u010Diti ili isklju\u010Diti stanje \u0161ifriranja samo na \u0161ifriranom \u010Dvoru.
+accessories/plugins/EncryptNode.properties_select_me=Odaberi za nastavak!
+accessories/plugins/EncryptNode.properties_wrong_password=Neispravna lozinka.
+accessories/plugins/ExportWithTWiki.text=Kao TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Izvozi Mentalnu mapu kao Twiki dokument.
+accessories/plugins/ExportWithXSLT.tooltip=To je ujedna\u010Dena metoda izvoza s upotrebom XSLT skripte.
+accessories/plugins/ExportWithXSLT_Applet.text=Kao Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Izvoz mape kao Java browser appleta.
+accessories/plugins/ExportWithXSLT_Flash.text=Kao Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Izvoz mape kao flash aplikacije.
+accessories/plugins/ExportWithXSLT_HTML.text=Kao XHTML (JavaScript verzija)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Kao XHTML (verzija kliktaju\u0107e mentalne mape)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Resursi iz \u010Dvora Resursi u TaskJuggler datoteku...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Izvozi resursa iz \u010Dvora Resursa u TaskJuggler modul. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Zadaci iz \u010Dvora Zadaci u TaskJuggler datoteku...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Izvozi zadataka iz \u010Dvora Zadaci u TaskJuggler modul. </html>
+action_keystroke_in_use_error=Tipkovni\u010Dka kratica {0} koju \u017Eelite koristiti za akciju {1} ve\u0107 je kori\u0161tena za akciju {2}
+active=Aktivan
+actual_map_styles=Uvjetovani stilovi mape primjenjeni na \u010Dvoru
+actual_node_styles=Uvjetovani stilovi \u010Dvora primjenjeni na \u010Dvoru
+add=&Dodaj
+AddConnectorAction.text=Dodaj poveznik
+AddElementaryConditionAction.text=Dodaj
+AddLocalLinkAction.text=Dodaj internu vezu izme\u0111u \u010Dvorova
+AddMenuItemLinkAction.text=Naredbe iz izbornika
+AddOnDetailsPanel.authored.by=Autor {0}
+AddOnDetailsPanel.header.function=Namjena
+AddOnDetailsPanel.header.menu=Pozicija izbornika
+AddOnDetailsPanel.header.shortcut=Tipkovni\u010Dka kratica
+AddOnDetailsPanel.homepage=Web lokacija:
+addons.installer.canceled=Instalacija otkazana
+addons.installer.confirm.licence=<html><body><h1>Licenca</h1>{0}<p><p><em>Prihva\u0107ate li licencu?</em></p></body></html>
+addons.installer.failed=Instalacija nije uspjela: {0}
+addons.installer.freeplaneversion.format.error=Oblik gre\u0161ke u {0} (vrijednost:{1})
+addons.installer.groovy.script.name=Skripta {0} ne zavr\u0161ava sa nastavkom ".groovy"
+addons.installer.html.script=Skripta ne mo\u017Ee biti oblikovana kao HTML tekst
+addons.installer.install=Instaliraj
+addons.installer.invalid.keyboard.shortcut=Neispravan pre\u010Dac {0}.
+addons.installer.licence.unchanged=Licenca je nepromijenjena
+addons.installer.map.structure=Gre\u0161ka u strukturi mape: {0}
+addons.installer.missing.child.nodes=Nedostaje \u010Dvor Dijete: {0}
+addons.installer.missing.permission.attribute=Skripta {0}: nedostaje dozvola za atribute {1}
+addons.installer.missing.properties=Nedostaje karakteristika: {0}
+addons.installer.missing.translation=Nedostaje prijevod od  {0} za {1}
+addons.installer.no.scripts=Skripte nisu prona\u0111ene
+addons.installer.no.zipdata=Nisu prona\u0111eni komprimirani podaci (zip)
+addons.installer.nonstandard.permissions=Skripta zahtjeva slijede\u0107e dozvole koje trenutno nisu omogu\u0107ene: {0}.\n \u017Delite li ih dodati u standardne dozvole?
+addons.installer.one.child.expected=O\u010Dekivan je jedan \u010Dvor Djete od {0}.
+addons.installer.script.no.execution_mode="execution_mode" obilje\u017Eja nije odre\u0111en za {0}
+addons.installer.script.no.menulocation="menuLocation" obilje\u017Eja nije odre\u0111en za {0}
+addons.installer.script.no.menutitle="menuTitleKey" obilje\u017Eja nije odre\u0111en za {0}
+addons.installer.script.no.permissions=Nisu definirane dozvole za {0}
+addons.installer.success=Instalacija uspje\u0161na.\n Novi dodatak biti \u0107e dostupan nakon ponovnog pokretanja programa.
+addons.installer.success.update=Nadogradnja  {0} na {1} je uspje\u0161no izvedena:\nNove funkcije biti \u0107e dostupne nakon ponovnog pokretanja programa.
+addons.installer.title=Upravitelj pro\u0161irenja
+addons.installer.too.new=Trenutna verzija Freeplane {0} je novija i ne podr\u017Eava ovo pro\u0161irenje. Potrebna je verzija {1}, koja podr\u017Eava ovo pro\u0161irenje.
+addons.installer.too.old=Trenutna verzija Freeplane {0} je prestara za ovo pro\u0161irenje .Potrebna je verzija {1}, koja podr\u017Eava ovo pro\u0161irenje.
+addons.installer.unknown.deinstallation.rules=Nepoznata pravila za deinstalaciju {0}
+addons.installer.update=Nadogradnja na verziju {0}
+addons.installer.warning=<html><body><em>Trebali bi instalirati samo pro\u0161irenja povjerljivog izvora. Zlonamjerna pro\u0161irenja mogu o\u0161tetiti va\u0161e podatke ili ugroziti va\u0161u privatnost .</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Dodaj obilje\u017Eje iz stila
+AddStyleAttributes.tooltip=Dodavanje obilje\u017Eja iz stliziranog \u010Dvora.
+AllMapsNodeListAction.text=Tra\u017Ei i zamijeni u svim mapama
+always=Uvijek
+AlwaysUnfoldedNodeAction.text=Uvijek rasklopljen \u010Dvor (uklju\u010Di/ isklju\u010Di)
+antialias_all=Zagla\u0111ivanje svega
+antialias_edges=Zagla\u0111ivanje rubova
+antialias_none=Bez zagla\u0111ivanja
+apply=&Primijeni
+ApplyAction.text=&Primijeni
+ApplyFormatPlugin.text=Promijeni &oblik \u010Dvora...
+ApplyFormatPlugin.tooltip=Prikazuje dijalog u kojem osobine \u010Dvora i ruba mogu bit promijenjene odmah.
+ApplyNoFilteringAction.text=Bez filtriranja
+ApplySelectedViewConditionAction.text=Filtriraj odabrane \u010Dvorove
+ApplyToVisibleAction.text=Primijeni na filtriranim \u010Dvorovima
+as_parent=kao Roditelj
+AskForHelp.text=Upit za pomo\u0107
+AssignAttributesAction.text=Do&djeljivanje obilje\u017Eja...
+attribute_delete=Obri\u0161i sve vrijednosti
+attribute_delete_value=Obri\u0161i ovu vrijednost
+attribute_font_size_tooltip=Veli\u010Dina slova obilje\u017Eja
+attribute_list_box_label_text=Postoje\u0107e vrijednosti
+attribute_name=Naziv obilje\u017Eja
+attribute_replace=Zamijeni s:
+attribute_top=Sva poznata obilje\u017Eja za u\u010Ditane mape
+attribute_value=Vrijednost obilje\u017Eja
+attributes_AddAttributeAction.text=&Dodaj postoje\u0107e obilje\u017Eje
+attributes_adding_empty_attribute_error=Ne mo\u017Eete koristiti prazni niz za ime obilje\u017Eja
+attributes_all=Sva obilje\u017Eja
+attributes_assign_dialog=Po\u0161ireni ure\u0111iva\u010D obilje\u017Eja
+attributes_attribute=Obilje\u017Eja
+attributes_close=Zatvori
+attributes_deselect_all=Ni\u0161ta
+attributes_dialog_title=Upravljanje obilje\u017Ejima
+attributes_edit=Uredi
+attributes_edit_tooltip=Dodjeli skup obilje\u017Eja
+attributes_for_selected=Odabrani \u010Dvorovi
+attributes_for_visible=Sve vidljive \u010Dvorove
+attributes_import=Uvoz
+attributes_import_tooltip=Uvoz obilje\u017Eja iz drugih u\u010Ditanih mapa
+attributes_no_import_candidates_found=Nisu prona\u0111ena nova obilje\u017Eja
+attributes_popup_delete=Obri\u0161i
+attributes_popup_down=Dolje
+attributes_popup_edit=Uredi
+attributes_popup_hide=Sakrij
+attributes_popup_new=Novo obilje\u017Eje
+attributes_popup_optimal_width=Optimalna \u0161irina
+attributes_popup_up=Gore
+attributes_refresh=Osvje\u017Ei
+attributes_RemoveAllAttributesAction.text=Obri\u0161i sva obilje\u017Eja
+attributes_RemoveFirstAttributeAction.text=Obri\u0161i prvo obilje\u017Eje
+attributes_RemoveLastAttributeAction.text=Obri\u0161i zadnje obilje\u017Eje
+attributes_restricted_attributes_tooltip=Ograni\u010Deni skup obilje\u017Eja
+attributes_restricted_values_tooltip=Ograni\u010Deni skup vrijednosti za trenutno odabrano obilje\u017Eje
+attributes_restriction=Ograni\u010Den skup
+attributes_select_all=Sve
+attributes_select_all_tooltip=Odaberi / Poni\u0161ti odaberi
+attributes_show=Prika\u017Ei
+attributes_skip_root=Presko\u010Di korijenski \u010Dvor
+attributes_visible=Prikazuj
+attributes_visible_tooltip=Potvrdi ako \u017Eeli\u0161 da obilje\u017Eje bude vidljivo
+automatic_layout=Automatski oblikovani izgled
+automatic_layout_disabled=Onemogu\u0107en
+automatically_save_message=Mapa je automatski spremljena (koriste\u0107i ime datoteke {0}) ...
+AutomaticEdgeColorHookAction.text=Automatska boja ruba
+AutomaticLayout.ALL=Za sve
+AutomaticLayout.HEADINGS=Za razine
+AutomaticLayout.level=Oblik \u010Dvorova  {0}. razine
+AutomaticLayout.level.root=Oblik korijenskog \u010Dvora
+AutomaticLayoutAction.text=&Automatski oblikuj izgled
+AutomaticLayoutAction.tooltip=<html>Izmijeni oblik mentalne mape. <br>Prvi stupanj je crni, drugi plavi, itd.</html>
+AutomaticLayoutControllerAction.ALL.text=za sve \u010Dvorove
+AutomaticLayoutControllerAction.HEADINGS.text=za sve osim krajnje
+AutomaticLayoutControllerAction.null.text=onemogu\u0107eno
+BackAction.text=Nazad
+BackAction.tooltip=Skok unazad na odabranom nizu
+background=Pozadina
+bitmaps=bitne mape (slike)
+black=Crno
+BlinkingNodeHookAction.text=Treper\u0107i \u010Dvor
+BlinkingNodeHookAction.tooltip=<html>Ovom funkcijom \u010Dvor postaje trep\u0107u\u0107i.Budite oprezni.Ne povezujte ga s previ\u0161e \u010Dvorova i <strong> ne s ostalim automatskim oblikovanjima u istom \u010Dvoru.</html>
+blue=Zadana boja
+BoldAction.text=Podebljano
+boldify_branch=Podebljaj
+branch=Grana
+browse=Pregled...
+calendar_attributes_panel=Kalendar i Obilje\u017Eja
+calendar_panel=Kalendar
+can_not_connect_to_info_server=Ne mogu se spojiti na poslu\u017Eitelj
+can_not_delete_predefined_style=Ne mogu obrisati unaprijed postavljeni stil
+can_not_delete_root_style=Ne mogu obrisati korijenski stil
+can_not_delete_style_group=Ne mogu obrisati grupu stila
+can_not_save_key_set=Nije mogu\u0107e pohraniti grupu tipkovni\u010Dkih kratica
+cancel=&Odustani
+CancelAction.text=&Odustani
+cannot_add_parent_diff_parents=Svi \u010Dvorovi moraju imati istog Roditelja za kori\u0161tenje ove funkcije.
+cannot_add_parent_to_root=Korijenski \u010Dvor nije mogu\u0107e dodati novom Roditelju
+cannot_delete_root=Korijenski \u010Dvor nije mogu\u0107e obrisati ili izrezati
+cannot_join_nodes_with_children=\u010Cvorove nije mogu\u0107e povezati s Djecom
+cannot_move_to_child=\u010Cvor nije mogu\u0107e pomaknuti prema \u010Dvoru njegove Djece.
+CenterAction.text=Sredina
+CenterSelectedNodeAction.text=Odabrani \u010Dvor u centru prikaza
+ChangeConnectorArrowsAction.backward.text=Nazad
+ChangeConnectorArrowsAction.both.text=Obje strelice
+ChangeConnectorArrowsAction.forward.text=Naprijed
+ChangeConnectorArrowsAction.none.text=Bez strelice
+ChangeConnectorArrowsAction.text=Promjena strelica poveznika
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Krivulja
+ChangeConnectorShapeAction.EDGE_LIKE.text=Prika\u017Ei poveznik kao rub
+ChangeConnectorShapeAction.LINE.text=Crta
+ChangeConnectorShapeAction.LINEAR_PATH.text=Vi\u0161estruka crta
+ChangeNodeLevelLeftsAction.text=\u010Cvor ulijevo
+ChangeNodeLevelLeftsAction.tooltip=Lijevo od korijena \u010Dvor/ovi  je/su pomaknut/i prema dolje. \u010Cvor/ovi je/su postali djeca od bratskih \u010Dvorova. Desno od korijena \u010Dvor/ovi je/su pomaknut/i prema gore.Direktno na korijenu \u010Dvor/ovi mijena/ju strane.
+ChangeNodeLevelRightsAction.text=\u010Cvor udesno
+ChangeNodeLevelRightsAction.tooltip=Desno od korijena \u010Dvor/ovi  je/su pomaknut/i prema dolje. \u010Cvor/ovi je/su postali djeca od bratskih \u010Dvorova. Lijevo od korijena \u010Dvor/ovi je/su pomaknut/i prema gore.Direktno na korijenu \u010Dvor/ovi mijena/ju strane.
+choose_background_color=Izaberite boju pozadine mape:
+choose_cloud_color=Izaberite boju obla\u010Di\u0107a:
+choose_edge_color=Odaberi boju ruba
+choose_map_background_color=Izaberi pozadinsku boju mape
+choose_node_background_color=Izaberite boju pozadine \u010Dvora:
+choose_node_color=Izaberite boju teksta \u010Dvora:
+ClearLinkAnchorAction.text=Obri\u0161i sidro veze (linka)
+ClearLinkAnchorAction.tooltip=<html>obri\u0161i prothodno postavljeno sidro \u010Dvora</html>
+close_btn=&Zatvori
+CloseAction.text=&Zatvori
+CloudAction.text=Obla\u010Di\u0107
+CloudColorAction.text=Boja obla\u010Di\u0107a...
+CloudShapeAction.ARC.text=Krivulja
+CloudShapeAction.RECT.text=Pravokutnik
+CloudShapeAction.ROUND_RECT.text=Zaobljeni pravokutnik
+CloudShapeAction.STAR.text=Zvijezda
+ColorProperty.ResetColor=Vra\u0107anje izvornih boja
+combined=kombinirano
+condition=Stanje
+confirmation=Potvrda
+connector=Poveznik
+connector_arrows=Zavr\u0161etak poveznika
+connector_label=Oznaka poveznika
+connector_lines=Vrsta crte poveznika
+connector_shapes=Oblik poveznika
+ConnectorColorAction.text=Boja poveznika
+CopyAction.text=Kopiraj
+CopyAction.tooltip=Kopiraj odabranu granu
+CopyAttributes.text=Kopiraj obilje\u017Eje
+CopyIDAction.text=Kopiraj ID \u010Dvora
+CopyMapStylesAction.text=Kopiraj stil mape...
+CopyNodeURIAction.text=Kopiraj URL (vezu) \u010Dvora
+copyright=Copyright \u00A9 2000-2012 Freeplane tim i ostali
+CopySingleAction.text=Kopiraj pojedina\u010Dno
+CopySingleAction.tooltip=Kopiraj samo odabrani \u010Dvor
+CopyStyleExtensionsAction.text=Umetni stil povezanog sadr\u017Eaja
+corrupt_map=Sadr\u017Eaj mape je korumpiran
+CreateConjunctConditionAction.text=I
+CreateDisjunctConditionAction.text=Ili
+CreateNotSatisfiedConditionAction.text=Ne
+CreationModificationPluginAction.text=Prika\u017Ei &vrijeme promjene
+CreationModificationPluginAction.tooltip=<html>Ova funkcija bilje\u017Ei vrijeme stvaranja \u010Dvora i vrijeme promjena \u010Dvora.</html>
+current_dir=Mape
+CutAction.text=Izre\u017Ei
+decrease_branch_font_size=Manja slova
+DecreaseNodeFontAction.text=Manja slova
+default=Zadano
+DefaultColorAction.text=Zadana boja
+defaultstyle.details=Detalji
+defaultstyle.floating=Slobodni \u010Dvor
+defaultstyle.note=Bilje\u0161ke
+delete=&Obri\u0161i
+delete_child=Obri\u0161i \u010Dvor
+DeleteAction.text=Ukloni \u010Dvor
+DeleteConditionAction.text=Obri\u0161i
+DeleteDetailsAction.text=Obri\u0161i detalje \u010Dvora
+DeleteLevelStyleAction.text=Ukloni automatsko oblikovanje razina
+DeleteStyleAction.text=Ukloni stil
+DeleteUserStyleAction.text=Ukloni korisni\u010Di definirani stil
+dialect_info.app=Datoteka {0} je kreirana u programu {1}.
+dialect_info.later_version=Datoteka {0} kreirana je s kasnijom verzijom programa.
+dialect_info.unknownApp=U\u010Ditana datoteka kreirana je u nepoznatom programu.
+dialect_info.unknownURL=Web stranica programa u\u010Ditane datoteke je nepoznata.
+dialect_info.url=Posjetite web stranicu programa za vi\u0161e informacija.
+dialect_info.warning=Freeplane  mo\u017Ee datoteku otvori, prikazati ili spremiti na nepravilan na\u010Din.
+DirectHtmlFlavorHandler=HTML kao pojedina\u010Dni \u010Dvor
+DocumentationAction.text=Dokumentacija
+down=D&olje
+download=Preuzimanje
+dropped_file_error=Nije mogu\u0107e otvoriti ispu\u0161tenu datoteku(e). Razlog: {0}
+edge=Rub
+edge_is_formatted_by_style=Oblik ruba odre\u0111en je u stilu. Uredite svoj oblik ruba ako \u017Eelite.
+edge_style=Stil ruba
+edge_width=\u0160irina ruba
+EdgeColorAction.text=Boja ruba...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.bezier.tooltip=<html>Prikazuje rub kao krivulju .</html>
+EdgeStyleAction.hide_edge.text=Skriveni rub
+EdgeStyleAction.hide_edge.tooltip=<html>Rub postaje nevidljivim, samo za odabrane \u010Dvorove prikazuje se<br> to\u010Dkasta crta do roditeljskog \u010Dvora.</html>
+EdgeStyleAction.horizontal.text=Vodoravno
+EdgeStyleAction.horizontal.tooltip=<html>Koriste se ravne ortogonalne crte za rubove .</html>
+EdgeStyleAction.linear.text=Linearno
+EdgeStyleAction.linear.tooltip=<html>Rub je prikazan kao ravna crta</html>
+EdgeStyleAction.sharp_bezier.text=Grubo bezier
+EdgeStyleAction.sharp_bezier.tooltip=<html>Rub je prikazan kao krivulja sa zadebljanim krajevima.</html>
+EdgeStyleAction.sharp_linear.text=Grubo linearno
+EdgeStyleAction.sharp_linear.tooltip=<html>Rub je prikazan kao ravna crta sa zadebljanim krajevima</html>
+EdgeStyleAsParentAction.text=Kao Roditelj
+EdgeStyleAsParentAction.tooltip=<html>\u010Cvor pobprima oblik roditeljskog \u010Dvora</html>[obsolete]
+EdgeWidthAction_width_parent.text=Roditelj
+EdgeWidthAction_width_thin.text=Tanko
+edit=&Ure\u0111ivanje
+edit.decision=HTML Ure\u0111iva\u010D
+edit.edit_rich_text=\u017Deli\u0161 li koristiti oblikovanja kao podebljano ili uko\u0161eno?
+edit_details=Uredi detalje \u010Dvora
+edit_end_label=<html>Poveznik<br>label
+edit_label_font_family=Oblik slova
+edit_label_font_size=Veli\u010Dina slova
+edit_link_manually=Ru\u010Dno uredi vezu (hipervezu)...
+edit_long_node=Detaljno uredi \u010Dvor...
+edit_middle_label=Upis srednjeg natpisa
+edit_note=Uredi bilje\u0161ku
+edit_source_label=Upis izvornog natpisa
+edit_target_label=Upis ciljanog natpisa
+edit_transparency_label=Prozirnost
+edit_width_label=Deblijina crte
+EditAction.text=Uredi \u010Dvor
+EditAttributesAction.text=Novo obilje\u017Eje
+EditDetailsAction.text=Dodaj detalje \u010Dvora
+EditDetailsInDialogAction.text=Uredi detalje \u010Dvora u odvojenom prozoru
+EditFilterAction.text=Uredi
+EditLongAction.text=Bolje uredi \u010Dvor...
+EditNoteInDialogAction.text=Uredi bilje\u0161ke
+EditScript=Uredi skriptu...
+EditStylesAction.text=Uredi stil
+EncryptedMap.text=Nova \u0161ifrirana mapa ...
+EncryptedMap.tooltip=Kreiraj novu \u0161ifriranu mentalnu mapu
+enter_base_url=Bit \u0107e zalijepljene relativne adrese. Molim unesite osnovni URL.
+enter_condition_name=Upi\u0161i novo ime filtriranog stila
+enter_confirms=Tipka &Enter kao potvrda (izlaz iz prostora)
+enter_keyset_name=Upi\u0161i naziv grupe tipkovni\u010Dkih kratica
+enter_map_url=Upi\u0161i URL mape
+enter_new_style_name=Upi\u0161i naziv novog stila
+enter_node_id=Upi\u0161i ID \u010Dvora
+enter_zoom=Upi\u0161i pove\u0107anje
+EnterPassword.text=Upi\u0161i lozinku
+error=Gre\u0161ka
+error_applying_template=Gre\u0161ka prilikom primjene XSL predlo\u0161ka.
+error_creating_directory=Nije mogu\u0107e kreirati Mapu za izvoz.
+error_in_template=Gre\u0161ka u zadanom predlo\u0161ku {0}. Poku\u0161ajte ukloniti ovu datoteku.
+errornumber={0} gre\u0161ka/e
+ExecuteScriptError.text=Gre\u0161ka kod izvo\u0111enju skripte:\n{0}
+ExecuteScriptForAllNodes.text=Izvo\u0111enje svih skripta
+ExecuteScriptForSelectionAction.text=Izvo\u0111enje skripta odabranih \u010Dvorova
+ExecuteScriptOnSelectedNode.text=Izvodi {0} na svim odabranim \u010Dvorovima
+ExecuteScriptOnSelectedNodeRecursively.text=Izvodi {0} na odabranim \u010Dvorovima, rekurzivno
+ExecuteScriptOnSingleNode.text=Izvodi {0} na odabranom \u010Dvoru
+ExecuteScripts.noScriptsAvailable=Nisu dostupne
+ExecuteScripts.text=Skripte
+ExecuteScriptSecurityError.text=Do\u0161lo je do pogre\u0161ke tijekom izvo\u0111enja skripte: {0}
+export_failed=Izvoz nije uspio
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Izvoz Freeplane mape pomo\u0107u XLST skripte
+ExportAction.text=&Izvoz
+ExportBranchAction.text=Grane kao nove Mape
+ExportBranchToHTMLAction.text=Izvoz grane kao HTML
+exported_file={0} datoteka
+ExportPdf.text=Kao PDF...
+ExportSvg.text=Kao SVG...
+ExportToHTMLAction.text=Kao HTML
+ExportToImage.jpg.text=Kao JPEG...
+ExportToImage.png.text=Kao PNG...
+ExportToOoWriter.text=Kao Open Office Write dokument...
+extension_menu=Oblik &stila
+ExternalImage_popupMenu_Change=Promijeni...
+ExternalImage_popupMenu_Open=Otvori u pregledniku
+ExternalImage_popupMenu_Remove=Obri\u0161i
+ExternalImage_popupMenu_ResetZoom=Vrati izvorno pove\u0107anje
+ExternalImageAddAction.text=Dodaj vanjsku sliku...
+ExternalImageChangeAction.text=Promijeni vanjsku sliku...
+ExternalImageRemoveAction.text=Obri\u0161i vanjsku sliku...
+ExtractLinkFromTextAction.text=Hiperlink iz teksta
+ExtractLinkFromTextAction.tooltip=Postavi hiperlink na\u0111en u tekstu \u010Dvora
+f_button_unassigned=nema akcije
+FaqOpenURLAction.text=\u010Cesto postavljena pitanja
+file=&Datoteka
+file_already_exists=Datoteka {0} ve\u0107 postoji. \u017Delite li spremiti preko postoje\u0107e datoteke?
+file_not_found=Datoteka {0} nije na\u0111ena
+FileListFlavorHandler=Linkovi do datoteka
+FileProperties_BranchLeafCount=Broj krajnih \u010Dvora u odabranim granama:
+FileProperties_BranchNodeCount=Broj \u010Dvorova u odabranim granama:
+FileProperties_ChangesSinceLastSave=Promjene od zadnjeg spremanja:
+FileProperties_FileName=Naziv datoteke:
+FileProperties_FileSaved=Spremljeno:
+FileProperties_FileSize=Veli\u010Dina datoteke:
+FileProperties_MainBranchCount=Broj glavnih grana:
+FileProperties_NeverSaved=Nije spremljeno
+FileProperties_NodeChildCount=Brojj \u010Dvorova djece odabranih \u010Dvorova:
+FileProperties_NodeSelectionCount=Broj odabranih \u010Dvorova:
+FileProperties_TotalFilteredCount=Broj \u010Dvorova koji su filtrirani:
+FileProperties_TotalLeafCount=Ukupan broj krajnih \u010Dvorova:
+FileProperties_TotalNodeCount=Ukupan broj \u010Dvorova:
+FilePropertiesAction.text=Svojst&va...
+FileRevisionsDialog.cancel=O&tka\u017Ei
+FileRevisionsDialog.file_last_modified=Oznaka vremena
+FileRevisionsDialog.file_name=Datoteka
+FileRevisionsDialog.file_size=Bajtova
+FileRevisionsDialog.open=&Otvori
+FileRevisionsDialog.open.tooltip=Otvori datoteku iako je starijeg datuma
+FileRevisionsDialog.question=Prona\u0111ene su obnovljene dataoteke od {0}
+FileRevisionsDialog.restore=Obn&ovi
+FileRevisionsDialog.restore.tooltip=Zamijeni {0} sa {1}
+FileRevisionsDialog.title=Obnovljena datoteka
+filter=Filtar
+filter_add=&Dodaj
+filter_and=&I
+filter_any_text=Jezgra \u010Dvora, detalji ili bilje\u0161ke
+filter_conditions=Filtri
+filter_contains=Sadr\u017Ei
+filter_created_after=Kreirano poslije
+filter_created_before=Kreirano prije
+filter_delete=&Obri\u0161i
+filter_details=Detalji
+filter_dialog=Upravitelj filtara
+filter_does_not_exist=Ne postoji
+filter_edit_description=Uredi popis filtra
+filter_enter_value=Unos vrijednost
+filter_even_level=\u010Cvorove iz razli\u010Dite razine
+filter_exist=Postoji
+filter_icon=Ikona
+filter_is_equal_to=Jednako je
+filter_is_not_equal_to=Nije jednako
+filter_leaf=Zavr\u0161ni \u010Dvor
+filter_link=Hiperveza
+filter_match_approximately=&Pribli\u017Eno
+filter_match_approximately_tooltip=<html>Omogu\u0107i pribli\u017Eno uspore\u0111ivanje,<br/>primjer, pretra\u017Eivanje  "bakar" prona\u0107i \u0107e i "bakra".</html>
+filter_match_case=Razlikuj slova
+filter_match_case_tooltip=Omogu\u0107i razlikovanje velikih i malih slova kod uspore\u0111ivanja.
+filter_modified_after=Promijenjeno poslije
+filter_modified_before=Promijenjeno prije
+filter_no_filtering=Bez filtriranja
+filter_node=Tekst \u010Dvora
+filter_node_level=Razina \u010Dvora
+filter_not=&Ne
+filter_note=Bilje\u0161ka
+filter_odd_level=\u010Cvorove iz iste razine
+filter_or=I&li
+filter_parent=Tekst roditeljskog \u010Dvora
+filter_periodic_level=Periodi\u010Dki
+filter_priority=Prioritet
+filter_regexp_matches=Sparuj RegEx
+filter_reminder=Podsjetnik
+filter_reminder_after=zakazano nakon
+filter_reminder_before=zakazano prije
+filter_reminder_executed=obavljeno
+filter_reminder_later=zakazano kasnije
+filter_root=Korijenski \u010Dvor
+filter_script=Filtar Skripta
+filter_select=O&zna\u010Di
+filter_selected_node_view=Filtriraj odabrane \u010Dvorove
+filter_selected_node_view_snapshot=Spremljen odabir
+filter_style=Stil
+filter_time=Datumski filtar
+FilterComposerDialog.save=&Spremi
+filters_not_loaded=Filtar ne mo\u017Ee biti u\u010Ditan, datoteka je zauzeta
+find_what=Tra\u017Ei \u0161to?
+FindAction.text=Tra\u017Ei...
+FirstGroupNodeAction.text=Po\u010Detni \u010Dvor grupe
+fit_map_to_page=Prilagodi veli\u010Dini jedne stranice
+fit_map_to_page_height=Prilagodi visinu na jednu stranicu
+fit_map_to_page_width=Prilagodi \u0161irinu na jednu stranicu
+FitToPage.text=Prilagodi pove\u0107anje na &veli\u010Dinu zaslona.
+FitToPage.tooltip=Prilagodi pove\u0107anje tako da se cijela Mentalna mapa smjesti u trenutni prozor.
+fold=Zatvori
+FoldAllAction.text=Sklopi sve
+FoldAllAction.tooltip=<html> Sklopi sve odabrane \u010Dvorove i njihovu Djecu.</html>
+FoldOneLevelAction.text=Sklopi jednu razinu
+FoldOneLevelAction.tooltip=<html>Sklopi odabrane \u010Dvorove za jednu razinu.</html>
+follow_graphical_link=Idi na:
+FollowLinkAction.text=Otvori hipervezu (link)
+font=Slova
+FontFamilyAction.text=Oblik slova
+FontSizeAction.text=Veli\u010Dina slova
+format_invalid_pattern=Uzorak nije valjan
+format_menu_cloud_shapes=Oblik obla\u010Di\u0107a
+format_menu_edge_styles=Stil &ruba
+format_menu_edge_widths=&\u0160irina ruba
+format_panel=Oblik
+FormatCopy.text=Kopiraj oblik
+FormatCopy.tooltip=<html>Kopira oblik \u010Dvora.</html>
+FormatPaste.text=Zalijepi oblik
+FormatPaste.tooltip=<html>Zalijepi oblik prethodno kopiranog oblika \u010Dvora.</html>
+formats_not_loaded=Oblici nemogu biti u\u010Ditani, datoteka je o\u0161te\u0107ena
+formula.error.attributeValueIsNull=Nakon izra\u010Dunavanja vrijednost obilje\u017Eja ''{0}'' jednaka je nuli.
+formula.error.circularReference=Kru\u017Ena referenca: Formula \u010Dvora ''{0}'' sadr\u017Ei svoju vlastitu vrijednost, pa formula ne mo\u017Ee biti une\u0161ena.
+formula.EvaluateAllAction.text=Izra\u010Dunaj sve
+formula.EvaluateAllAction.tooltip=Izra\u010Dunaj sve formule u trenutno aktivnoj mapi
+formula.menuname=Formule
+formula_editor=Uredi formulu
+ForwardAction.text=Naprijed
+ForwardAction.tooltip=Skok unaprijed na odabranom nizu
+FreeNodeAction.text=Slobodno pozicionirani \u010Dvor (postavi / postavi izvorno)
+Freeplane.progress.buildScreen=Gradnja Prikaza...
+Freeplane.progress.createController=Stvaranje Kontrolora...
+Freeplane.progress.createInitialMode=Stvaranje Po\u010Detnog na\u010Dina...
+Freeplane.progress.endStartup=Zavr\u0161etak pokretanja.
+Freeplane.progress.gettingPreferenceDirectories=Pribavljanje mape (Folder) Svojstava...
+Freeplane.progress.gettingPreferences=Pribavljanje Svojstava...
+Freeplane.progress.loadMaps=U\u010Ditavanje mapa...
+Freeplane.progress.propagateLookAndFeel=Preno\u0161enje izgleda i ugo\u0111aja...
+Freeplane.progress.settingPreferences=Namje\u0161tanje Postavki...
+Freeplane.progress.startCreateController=Zapo\u010Dinjanje stvaranja Kontrolora...
+Freeplane.progress.updateLookAndFeel=Osvje\u017Eavanje izgleda i ugo\u0111aja...
+freeplane_reverted=Freeplane_Preokrenuto_
+FreeplaneHelpStarter.text=Pomo\u0107...
+FreeplaneHelpStarter.tooltip=Pro\u0161irena pomo\u0107 Freeplanea
+GettingStartedAction.text=Vodi\u010D za podu\u010Davanje
+GotoLinkNodeAction.text=Idi na vezu
+GotoNodeAction.text=Idi na \u010Dvor sa ID brojem
+GrabKeyDialog.common.cancel=Odustani
+GrabKeyDialog.common.ok=U redu
+GrabKeyDialog.grab-key.assigned-to=Dod
+GrabKeyDialog.grab-key.assigned-to.none=Trenutno nije dodijeljeno
+GrabKeyDialog.grab-key.clear=O\u010Disti
+GrabKeyDialog.grab-key.remove=Ukloni
+GrabKeyDialog.grab-key.remove-ask=Jeste li sigurni da \u017Eelite ukloniti akciju tipke?
+GrabKeyDialog.grab-key.title=Upi\u0161i novu tipku
+green=Zeleno
+help=Pomo\u0107
+HideableAction.tooltip=<html> Mijenja pozadinu svakog promijenjenog \u010Dvora u zadanu boju.</html>
+HideAllAttributesAction.text=Sakrij sva obilje\u017Eja
+HierarchicalIcons2Action.text=Prika\u017Ei raskri\u017Eje ikona \u010Dvorova Djece
+HierarchicalIconsAction.text=Prika\u017Ei &hijerarhiju ikona
+HierarchicalIconsAction.tooltip=Ako jedan od \u010Dvora (Dijete/Unuk) ima ikonu, ikona \u0107e biti prikazana tako\u0111er u malom obliku u roditeljskom \u010Dvoru.
+hot_keys=Tipkovni\u010Dke kratice
+hot_keys_table=Tablica tipkovni\u010Dkih kratica
+HotKeyInfoAction.text=Raspored tipkovni\u010Dkih kratica
+html_export_based_on_headings=HTML Izvoz - prema naslovima
+html_export_fold_all=HTML Izvoz - Sve ra\u010Dve otvorene
+html_export_fold_currently_folded=HTML Izvoz - Sa trenutnim ra\u010Dvanjem
+html_export_no_folding=HTML Izvoz - Bez ra\u010Dvanja
+html_problem=<html>Nemogu prikazati HTML<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Zbrajanje
+icon_attach=Pogledaj tu
+icon_audio=Audio
+icon_back=Natrag
+icon_bee=Freeplane
+icon_bell=Zapamti
+icon_bookmark=Izvrsno
+icon_broken-line=Prekinuto
+icon_button_cancel=Nije uredu
+icon_button_ok=U redu
+icon_calendar=Datum
+icon_checked=Provjereno
+icon_clanbomber=Opasno
+icon_clock=Vrijeme
+icon_clock2=Podsjetnik
+icon_closed=Zabranjen ulaz
+icon_decrypted=Otklju\u010Dano
+icon_desktop_new=Ne zaboravi
+icon_division=Dijeljenje
+icon_down=Dolje
+icon_edit=Pro\u010Distiti
+icon_encrypted=Zaklju\u010Dano
+icon_executable=Izvr\u0161no
+icon_family=Obitelj
+icon_fema=Par
+icon_female1=\u017Dena1
+icon_female2=\u017Dena2
+icon_females=\u017Dene
+icon_flag=Crvena zastavica
+icon_flag-black=Crna zastavica
+icon_flag-blue=Plava zastavica
+icon_flag-green=Zelena zastavica
+icon_flag-orange=Naran\u010Dasta zastavica
+icon_flag-pink=Ru\u017Ei\u010Dasta zastavica
+icon_flag-yellow=\u017Duta zastavica
+icon_folder=Direktorij
+icon_forward=Naprijed
+icon_freemind_butterfly=FreeMind
+icon_full-0=Bez prioriteta
+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=Idi
+icon_gohome=Dom
+icon_group=Grupa
+icon_help=Pitanje
+icon_hourglass=\u010Cekanje
+icon_icon_not_found=Nema ikone
+icon_idea=Ideja
+icon_image=Slika
+icon_info=Informacija
+icon_internet=Internet
+icon_internet_warning=Internet-upozorenje
+icon_kaddressbook=Telefon
+icon_kmail=E-mail
+icon_knotify=Muzika
+icon_korn=Po\u0161tanski sandu\u010Di\u0107
+icon_ksmiletris=Sretan sam
+icon_launch=Pokreni
+icon_licq=Lijepo
+icon_list=Lista
+icon_Mail=Po\u0161ta
+icon_male1=Mu\u0161karac1
+icon_male2=Mu\u0161karac2
+icon_males=Mu\u0161karci
+icon_menu=Ikone
+icon_messagebox_warning=Upozorenje
+icon_mindmap=Mentalne mape
+icon_multiplication=Mno\u017Eenje
+icon_narrative=Pripovijedanje
+icon_negative=Negativno
+icon_neutral=Neutralno
+icon_password=Klju\u010D
+icon_pencil=Pobolj\u0161anje
+icon_penguin=Linux
+icon_positive=Pozitivno
+icon_prepare=Pripremi
+icon_revision=Revizija
+icon_smiley-angry=Ljut
+icon_smiley-neutral=Ravnodu\u0161an
+icon_smiley-oh=Iznena\u0111en
+icon_smily_bad=Nezadovoljan sam
+icon_stop=Stop
+icon_stop-sign=Znak Stop
+icon_subtraction=Oduzimanje
+icon_unchecked=Neprovjereno
+icon_up=Gore
+icon_user_icon=Korisni\u010Dke ikone
+icon_very_negative=Vrlo negativno
+icon_very_positive=Vrlo pozitivno
+icon_video=Video
+icon_wizard=\u010Carolija
+icon_xmag=Rasprava
+icon_yes=Va\u017Eno
+IconGroupPopupAction.arrows.text=Strelice
+IconGroupPopupAction.docs_folders.text=Dokumenti i mape
+IconGroupPopupAction.flags.text=Zastave
+IconGroupPopupAction.math.text=Matematika
+IconGroupPopupAction.media.text=Mediji
+IconGroupPopupAction.miscellaneous.text=Razno
+IconGroupPopupAction.nature.text=Priroda
+IconGroupPopupAction.numbers.text=Brojevi
+IconGroupPopupAction.office.text=Ured
+IconGroupPopupAction.people.text=Ljudi
+IconGroupPopupAction.rating.text=Procjena
+IconGroupPopupAction.signs.text=Znakovi
+IconGroupPopupAction.smiley.text=Smije\u0161ci
+IconGroupPopupAction.time.text=Vrijeme
+IconGroupPopupAction.user.text=Korisni\u010Dke ikone
+IconProgressExtended10Action.text=Vanjska ikona napretka od 10%
+IconProgressExtended10Action.tooltip=<html>Dodaje indikator napretka sa porastom od 10% klikom desne tipke mi\u0161a na indikator.<br> Ctrl+desna tipka mi\u0161a smanjuje indikator napretla odnosno bri\u0161e ga.</html>
+IconProgressExtended25Action.text=Vanjska ikona napretka od 25%
+IconProgressExtended25Action.tooltip=<html>Dodaje indikator napretka sa porastom od 25% klikom desne tipke mi\u0161a na indikator.<br> Ctrl+desna tipka mi\u0161a smanjuje indikator napretla odnosno bri\u0161e ga.</html>
+IconProgressIconDownAction.text=Smanjenje napretka 25% (ikona)
+IconProgressIconDownAction.tooltip=Umetanje ikona napretka od ve\u0107eg prema manjem (100% -> 75% -> 50% -> 25% -> 0%-> brisanje).
+IconProgressIconUpAction.text=Pove\u0107anje napretka 25% (ikona)
+IconProgressIconUpAction.tooltip=Umetanje ikona napretka od manjeg prema ve\u0107em (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Obri\u0161i ikone napretka
+IconProgressRemoveAction.tooltip=Bri\u0161e ikone napretka
+IconSelectionPlugin.text=Odaberi ikonu...
+IconSelectionPlugin.tooltip=<html>Ovdje mo\u017Eete odabrati ikonu s upotrebom dijaloga.</html>
+image_covertLink=Pretvori vezu u sliku
+ImageFlavorHandler=Slika (koristi zasebnu datoteku)
+import=Uvoz
+import_linked_branch_no_link=Odabrani \u010Dvor nema nikakvu vezu za uvoz.
+ImportAction.text=U&voz
+ImportBranchAction.text=Grane...
+ImportExplorerFavoritesAction.text=Explorer favorita...
+ImportFolderStructureAction.text=Strukture mape (Folder)...
+ImportLinkedBranchAction.text=Povezana grana
+ImportLinkedBranchWithoutRootAction.text=(Povezana grana) bez korijena...
+ImportMindmanagerFiles.text=MindManager X5 mape...
+increase_branch_font_size=Ve\u0107a slova
+IncreaseNodeFontAction.text=Ve\u0107a slova
+internal_error_tooltip=Prona\u0111ene su interne gre\u0161ke. Pogledajte posljednju log datoteku log.0 za vi\u0161e informacija.
+invalid_export_file=Pogre\u0161an naziv datoteke izvoza
+invalid_file_msg=Nemogu prona\u0107i datoteku za {0}
+invalid_uri=Neispravna URI {0}
+invalid_url=Ne mogu stvoriti valjanu URL adresu
+invalid_url_msg=Ne mogu stvoriti valjanu URL adresu za {0}
+ItalicAction.text=Uko\u0161eno
+italicise_branch=Ukositi
+java_version=Verzija Java: {0}
+JoinNodesAction.text=Pove\u017Ei \u010Dvorove
+LatexDeleteLatexAction.text=Obri\u0161i LaTe&X formulu
+LatexEditLatexAction.text=Uredi LaTe&X formulu...
+LatexInsertLatexAction.text=Dodaj LaTe&X formulu...
+less_than_two_selected_nodes=Morate odabrati barem dva \u010Dvora
+license=Licenca: GPL 2 ili kasnije
+license_text=<html>Ovaj program je besplatan; mo\u017Eete ga dijeliti i/ili<br>mijenjati pod uvjetima kako stoji u GNU General Public License<br>koju je objavio Free Software Foundation; ili verziji 2<br>Licence ili (kao va\u0161a opcija) bilo koja kasnija verzija.<br><br>Ovaj program je napravljen u nadi da \u0107e biti koristan ,<br>ali BEZ IKAKVOG JAMSTVA; \u010Dak i bez impliciranog jamstva <br>TRGOVA\u010CKE ili POGODNOSTI ZA ODRE\u0110ENE NAMJENE.  Vidi<br>GNU General Public License za vi\u0161e detalja.<br><br>Trebali ste dobiti primjerak GNU General Public License<br>zajedno s ovim programom; ako niste, pi\u0161ite na Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Neispravna veza "{0}" nije u\u010Ditana
+link_not_available_any_more=Veza nije valjana. U me\u0111uvremenu je \u010Dvor obrisan.
+link_not_found=Veza {0} nije na\u0111ena.
+load=&U\u010Ditaj
+load_accelerator_presets=U\u010Ditaj
+LoadAcceleratorPresetsAction.textPatterns.text=Tekst
+locking_failed_by_open=Zaklju\u010Davanje mape{0} nije uspjelo. Otvaranje samo za \u010Ditanje.
+locking_failed_by_save_as=Zaklju\u010Davanje mape {0} nije uspjelo. Radnja Spremi kao je prekinuta.
+locking_old_lock_removed=Mapa {0} je zaklju\u010Dana kod korisnika {1}. Zaklju\u010Davanje mape je maknuto, zato jer je mapa starija.
+long_node_changed_cancel=Promijenili ste \u010Dvor. \u017Delite li odbaciti promjene?
+long_node_changed_submit=Promijenili ste \u010Dvor. \u017Delite li spremiti promjene?
+lots_of_links_warning=Napravit \u0107ete previ\u0161e veza na istom \u010Dvor. Zaista \u017Eelite kreirati toliko veza?
+main_resource_directory=Mjesto instalacije programa: {0}
+MainView.errorUpdateText=Pogre\u0161ka u postavljanu teksta za slijede\u0107i unos: {0}.\nGre\u0161ka je: {1}
+MakeLinkFromAnchorAction.text=Izradi vezu od sidra
+MakeLinkFromAnchorAction.tooltip=<html>izradi lokalnu ili globalnu vezu (link) od<br/>sidra \u010Dvora do ozna\u010Denog \u010Dvora</html>
+MakeLinkToAnchorAction.text=Izradi link do sidra
+MakeLinkToAnchorAction.tooltip=<html>izradi lokalnu ili globalnu vezu (link) od<br/>ozna\u010Denog \u010Dvora do sidra \u010Dvora</html>
+ManageAddOnsAction.text=Pro\u0161irenja
+ManageAddOnsDialog.activate=Uklju\u010Diti
+ManageAddOnsDialog.activation.success={0} \u0107e biti aktivirano nakon ponovnog pokretanja programa.
+ManageAddOnsDialog.authored.by=od
+ManageAddOnsDialog.cannot.activate=Ne mogu aktivirat {0} , ve\u0107 je aktivan.
+ManageAddOnsDialog.cannot.configure=Ne mogu podesiti {0}.
+ManageAddOnsDialog.cannot.deactivate=Ne mogu deaktivirat {0} , jer nije aktivan.
+ManageAddOnsDialog.cannot.deinstall=Ne mogu ukloniti {0}.
+ManageAddOnsDialog.configure=Prilagoditi
+ManageAddOnsDialog.deactivate=Isklju\u010Diti
+ManageAddOnsDialog.deactivation.success={0} \u0107e biti isklju\u010Den nakon ponovnog pokretanja programa.
+ManageAddOnsDialog.deinstall=Deinstalirati
+ManageAddOnsDialog.deinstallation.success={0} \u0107e biti uklonjen nakon ponovnog pokretanja programa.
+ManageAddOnsDialog.error=Gre\u0161ka prilikom instalacije {0}.
+ManageAddOnsDialog.install=&Instalirati
+ManageAddOnsDialog.install.from.known.location=Instaliraj pro\u0161irenje iz poznate lokacije
+ManageAddOnsDialog.install.tooltip=Ovdje umetnite URL (vezu) datoteke pro\u0161irenja koji \u017Eelite instalirati
+ManageAddOnsDialog.map.not.opened=Mapa {0} nije otvorena.
+ManageAddOnsDialog.really.deinstall=Stvarno \u017Eelite deinstalirati {0}?
+ManageAddOnsDialog.search=Tra\u017Ei pro\u0161irenja
+ManageAddOnsDialog.search.file=Tra\u017Ei
+ManageAddOnsDialog.select.tooltip=Odaberi datoteku
+ManageAddOnsDialog.status.downloading=Preuzimanje datoteke...
+ManageAddOnsDialog.status.installing=Instalacija pro\u0161irenja...
+ManageAddOnsDialog.status.success=Uspje\u0161no instaliran {0}.
+ManageAddOnsDialog.tab.install=Tra\u017Ei i instaliraj
+ManageAddOnsDialog.tab.install.tooltip=Tra\u017Ei i instaliraj nova pro\u0161irenja
+ManageAddOnsDialog.tab.manage=Upravljanje pro\u0161irenjima
+ManageAddOnsDialog.tab.manage.themes=Teme
+ManageAddOnsDialog.tab.manage.themes.tooltip=Upravljanje temama
+ManageAddOnsDialog.tab.manage.tooltip=Upravljanje pro\u0161irenjima
+ManageAddOnsDialog.visit.addon.page=Posjeti web-stranicu sa pro\u0161irenjima
+ManageConditionalStylesAction.text=Upravljanje uvjetovanim stilovima mapa.
+ManageNodeConditionalStylesAction.text=Upravljanje uvjetovanim stilovima \u010Dvora.
+map_already_exists=Mapa ve\u0107 postoji. \u017Delite li prepisati preko postoje\u0107e mape?
+map_corrupted=Mapa je o\u0161te\u0107ena. \u017Delite li pogledati pojedinosti?
+map_load_error=Nije mogu\u0107e u\u010Ditati mapu: {0}
+map_locked_by_open=Mapa {0} se ure\u0111uje kod korisnika {1}. Otvaranje samo za \u010Ditanje.
+map_locked_by_save_as=Mapa {0} se ure\u0111uje kod korisnika {1}. Radnja Spremi kao je prekinuta.
+map_not_saved=Mapa nije prije spremljena.
+MapBackgroundColorAction.text=Pozadinska boja mape
+MaxNodeWidth.text=Maksimalna \u0161irina teksta
+menu_applyStyle=Primjena stila
+menu_attributes=Obilje&\u017Eja
+menu_clouds=Obla\u010Di\u0107
+menu_copy=Kopiraj
+menu_coreFormat=\u010Cvor
+menu_details=Detalji
+menu_displayAttributes=Obilje\u017Eja \u010Dvora
+menu_encryption=Za\u0161tita
+menu_error=Gre\u0161ka u korisni\u010Dko definiranoj strukturi izbornika {0}:\n{1}\nZaustavljn proces
+menu_extensions=Pro\u0161irenja \u010Dvora
+menu_extras=&Alati
+menu_file_import=U&voz
+menu_filter=F&iltar
+menu_format=O&blikovanje
+menu_group=\u010Cvor sa\u017Eetak
+menu_hoverView=Prikaz opisa...
+menu_iconByCategory=Kategorije ikona...
+menu_iconView=Ikone
+menu_image=Slike
+menu_insert=Um&etanje
+menu_latex_formula=LaTeX formula
+menu_links=Veze
+menu_manageStyles=Upravljanje stilovima
+menu_moveNode=Pomak i sortiranje
+menu_navigate=&Navigacija
+menu_newNode=Novi \u010Dvor
+menu_node=\u010Cvor
+menu_node_features=Dodaci \u010Dvora
+menu_nodes=&\u010Cvor
+menu_nodeView=\u010Cvor
+menu_notes=Bilje\u0161ka
+menu_noteView=Bilje\u0161ke
+menu_progress=Napredak
+menu_remove_icons=Ukloni ikone
+menu_removeAttribute=Ukloni obilje\u017Eje
+menu_select=Odaberi
+menu_time=Upravljanje vremenom
+menu_title=\u010Cvor
+menu_toolbars=Alatne trake
+menu_view=P&ogled
+menu_viewmode=Postavke pogleda
+MenuUtils.invalid_menuitem={0} nije ispravna tipkovni\u010Dka kratica naredbe izbornika.
+mindmap=Mapa
+MindMapNodesFlavorHandler=Hijerarhija \u010Dvorova
+mindmaps=Mape
+mindmaps_desc=Mape (*.mm)
+mindmaps_filter_desc=Filtri (*.mmfilter)
+MinNodeWidth.text=Minaimalna \u0161irina \u010Dvora
+mode_Browse=Preglednik
+mode_File=Preglednik datoteka
+mode_MindMap=Mentalne mape
+mode_na=Oblik nije dostupan
+mode_status=Oblik promijenjen u {0}
+mode_title=Freeplane - {0}
+modes=Oblici
+ModesMenuAction.Browse.text=Preglednik mentalnih mapa
+ModesMenuAction.File.text=Preglednik datoteka
+ModesMenuAction.MindMap.text=Ure\u0111iva\u010D mentalnih mapa
+most_recent_files=Ne&davno otvarane datoteke
+MoveToRootAction.text=Povratak na korijenski \u010Dvor
+NameConditionAction.text=Postavi naziv
+NavigationNextMapAction.text=Sljede\u0107a mapa
+NavigationPreviousMapAction.text=Prethodna mapa
+new=&Novi
+new_map_from_user_templates.text=Nova mapa...
+new_mindmap=Nova Mentalna mapa
+new_node=Novi \u010Dvor
+new_node_as_sibling_not_possible_for_the_root=Novi bratski \u010Dvor, nije mogu\u0107e kreirati kao korijenski \u010Dvor.
+new_version_available=Dostupna je nova verzija {0}' programa
+NewChildAction.text=Novi \u010Dvor - Dijete
+NewerFileRevisionsFoundDialog.cancel=&Presko\u010Di
+NewerFileRevisionsFoundDialog.cancel.tooltip=Ne otvaraj ovu datoteku
+NewerFileRevisionsFoundDialog.file_last_modified=Vremenska oznaka
+NewerFileRevisionsFoundDialog.file_name=Datoteka
+NewerFileRevisionsFoundDialog.file_size=Bajta
+NewerFileRevisionsFoundDialog.open=&Otvori
+NewerFileRevisionsFoundDialog.open.tooltip=Otvori datoteku iako je starijeg datuma
+NewerFileRevisionsFoundDialog.question=Prona\u0111ene su nadografnje za {0}!
+NewerFileRevisionsFoundDialog.restore=Obno&vi
+NewerFileRevisionsFoundDialog.restore.tooltip=Zamijeni  {0} sa {1}
+NewerFileRevisionsFoundDialog.title=Prona\u0111ene su nadogradnje!
+NewFreeNodeAction.text=Novi slobodan \u010Dvor
+NewLevelStyleAction.text=Dodaj stil automatski oblikovane razine
+newmap.install.addon.question={0} izgleda kao paket pro\u0161irenja\n\u017Delite li instalirati pro\u0161irenje?\n(Odaberite "No" za normalno otvaranje.)
+newmap.install.addon.title=\u017Delite li instalirati pro\u0161irenje?
+NewMapAction.text=Nova
+NewMapViewAction.text=Nova mapa pregleda
+NewParentNode.text=Novi \u010Dvor - Roditelj
+NewParentNode.tooltip=<html>Svi odabrani \u010Dvorovi dodijeljeni su novom \u010Dvoru Roditelju.</html>
+NewPreviousSiblingAction.text=Novi prethodni \u010Dvor - Brat
+NewSiblingAction.text=Novi \u010Dvor - Brat
+NewSummaryAction.text=Novi \u010Dvor sa\u017Eetka
+NewUserStyleAction.text=Novi stil iz ozna\u010Denog \u010Dvor
+NextNodeAction.BACK.text=Prethodni \u010Dvor
+NextNodeAction.BACK_N_FOLD.text=Prethodni \u010Dvor (sklopljeno)
+NextNodeAction.FORWARD.text=Sljede\u0107i \u010Dvor
+NextNodeAction.FORWARD_N_FOLD.text=Slijede\u0107i \u010Dvor (sklopljeno)
+NextPresentationItemAction.text=Prika\u017Ei slijede\u0107u stavku prezentacije
+no=Ne
+no_copy_attributes_before_paste_attributes=Ne mo\u017Eete zalijepiti obilje\u017Eje ako ga prethodno niste kopirali.
+NO_FORMAT=Tekst
+no_format_copy_before_format_paste=Ne mo\u017Eete zalijepiti oblik ako ga prethodno niste kopirali.
+no_found_from=<html>Nije<u>{0}</u>\nmogu\u0107e na\u0107i "{1}".
+no_more_found_from=<html>Nijedan <u>{0}</u>\nvi\u0161e nije na\u0111en u "{1}".
+no_previous_find=Nema podatka tra\u017Eenja.
+no_styles_found_in_map=Nisu prona\u0111eni stilovi u mapi
+node=\u010Cvor
+node_changed_discard_changes=Promijenili ste \u010Dvor. \u017Delite li odbaciti promjene?
+node_is_write_protected=Ciljni \u010Dvor je za\u0161ti\u0107en od pisanja.
+node_location_help=Povla\u010Denje mijenja poziciju \u010Dvora, ctrl+povla\u010Denje mijenja razmak, dvostruki klik i ctrl+dvostruki klik vra\u0107a \u010Dvor u prvobitnu poziciju
+node_selector=Odabir \u010Dvora
+node_selector_message=Dvostruki klik za odabir \u010Dvora
+node_styles=Stil \u010Dvora:
+NodeBackgroundColorAction.text=&Pozadinska boja \u010Dvora...
+NodeColorAction.text=Boja teksta \u010Dvora...
+NodeColorBlendAction.text=Pomije\u0161aj boje
+NodeDownAction.text=\u010Cvor dolje
+NodeExtensions.EditNodeExtensions=Uredi pro\u0161irenja \u010Dvora
+NodeExtensions.RemoveNodeExtensions=Obri\u0161i pro\u0161irenja \u010Dvora
+NodeListAction.text=Tra\u017Ei i zamijeni...
+NodeListAction.tooltip=Poka\u017Ei sve \u010Dvorove kao pretra\u017Eiv popis sa svojstvima filtra.
+NodeShapeAction.bubble.text=&Mjehuri\u0107
+NodeShapeAction.fork.text=Ra&\u010Dva
+NodeUpAction.text=\u010Cvor gore
+NodeWidthAction.text=Postavke \u0161irine \u010Dvora
+nonboldify_branch=Poni\u0161ti podebljanje
+nonitalicise_branch=Poni\u0161ti uko\u0161enost
+normal=Uobi\u010Dajen
+not_saved_for_image_error=Mapa mora biti pohranjena prije postavljanja slike.
+not_saved_for_link_error=Mapa mora biti spremljena prije povezivanja s pretra\u017Eiva\u010Dem datoteka.
+note_window_location=Pozicija prozora bilje\u0161ki
+ok=&U redu
+OKAction.text=&Uredu
+OnlineReference.text=Dokumentacija - WEB
+open_asMindMap=Mentalna mapa
+OpenAction.text=Otvori...
+OpenFreeplaneSiteAction.text=Web stranica Freeplane
+OpenPathAction.text=Otvori datoteku
+OpenURLMapAction.text=Otvori mapu iz URL...
+OpenUserDirAction.text=Otvori korisni\u010Dki mapu (direktorij)
+option_changes_may_require_restart=Da biste vidjeli u\u010Dinak promjena postavka, morate ponovno pokrenuti Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&Ne
+OptionalDontShowMeAgainDialog.dontShowAgain=Ne &pitaj me ponovno.
+OptionalDontShowMeAgainDialog.ok=&Da
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Zapamti odluku.
+OptionPanel.absolute=Apsolutne
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatski ure\u0111eni uzorci
+OptionPanel.ADD_CHILD=Dodaj \u010Dvor Djete
+OptionPanel.ADD_SIBLING=Dodaj bratski \u010Dvor
+OptionPanel.addons=Pro\u0161irenja
+OptionPanel.always_fold_all_after_load=Sklopi sve
+OptionPanel.always_load_last_maps=U\u010Ditaj posljednje i nove mape
+OptionPanel.always_load_last_maps.tooltip=Otvara posljednje datoteke prema gore odabranim postavkama, \u010Dak i pokretanjem FP odabirom druge datoteke.
+OptionPanel.always_save_folding=Uvijek spremi
+OptionPanel.always_save_folding_state=Uvijek spremi promjene polo\u017Eaja sklopljenih i rasklopljenih \u010Dvorova.
+OptionPanel.always_save_folding_state.tooltip=Ova opcija \u0107e prilikom zatvaranja programa upozoriti na promijene izgleda stabla mape.
+OptionPanel.always_unfold_all_after_load=Rasklopi sve
+OptionPanel.antialias=Zagla\u0111ivanje
+OptionPanel.antialias.tooltip=<html>Odre\u0111ivanje grafi\u010Dke kvalitete mentalne mape. Vi\u0161e zagla\u0111ivanja zahtijeva vi\u0161e vremena.</html>
+OptionPanel.antialias_all=Zagladi sve
+OptionPanel.antialias_edges=Zagla\u0111ivanje ruba
+OptionPanel.antialias_none=Bez zagla\u0111ivanja
+OptionPanel.Appearance=Izgled
+OptionPanel.apply_system_screen_resolution=Primijeni zadanu razlu\u010Divost zaslona
+OptionPanel.approximate_search_threshold=Granica pribli\u017Enog uspore\u0111ivanja
+OptionPanel.approximate_search_threshold.tooltip=<html>Granica pribli\u017Enog uspore\u0111ivanja<br/><broj slova="2">pogledajte http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(ako koristite ve\u0107i broj slova<br/>broj prona\u0111enih rezultata tra\u017Eenog pojma biti \u0107e manji)</html>
+OptionPanel.ar=Arapski
+OptionPanel.ARC=Krivulja
+OptionPanel.as_parent=Kao Roditelj
+OptionPanel.ask=Pitanje
+OptionPanel.automatic=Automatski
+OptionPanel.automaticFormat_level=Stilovi automatskog izgleda
+OptionPanel.automaticFormat_level1=Oblik korijenskog \u010Dvora
+OptionPanel.automaticFormat_level2=1. Razina oblika \u010Dvora
+OptionPanel.backup_file_number=Broj sigurnosnih kopija
+OptionPanel.Behaviour=Karakteristike
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Obla\u010Di\u0107
+OptionPanel.ca=Katalonski
+OptionPanel.Cancel=Odustani
+OptionPanel.center_selected_node=Automatsko klizanje prikaza mape
+OptionPanel.check_updates_automatically=Provjeri za nadogradnju prilikom pokretanja programa
+OptionPanel.childpattern=Uzorak \u010Dvora "dijete"
+OptionPanel.childpattern.tooltip=Odabrani uzorak koristit \u0107e se na svim \u010Dvorovima " dijete"
+OptionPanel.clear_all_setters=Uklju\u010Di sve
+OptionPanel.clear_all_setters.tooltip=Omogu\u0107uje ili onemogu\u0107uje sve indikatore promjena.
+OptionPanel.cloud=Obla\u010Di\u0107
+OptionPanel.cloudcolor=Boja obla\u010Di\u0107a
+OptionPanel.cloudshape=Oblik obla\u010Di\u0107a
+OptionPanel.combined=Kombinirano
+OptionPanel.compare_as_number=Usporedi kao brojeve
+OptionPanel.convert_to_current_version=<html>\u017Delite li automatsko pretvaranje mapa starih verzija Freeplanea <br>u trenutnu verziju?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Samo za vrlo velike mape za koje nije potrebno pretvaranje <br>(a za to je potrebno stru\u010Dno znanje), mo\u017Eete otvarati bez pretvaranja.</html>
+OptionPanel.cs=\u010Ce\u0161ki
+OptionPanel.cut_nodes_without_question=Izre\u017Ei \u010Dvor(ove) bez potvrde.
+OptionPanel.cut_nodes_without_question.tooltip=Ako je polje odabrano \u010Dvorovi \u0107e biti izrezani bez potvrde. Ovo mo\u017Ee prouzro\u010Diti gubitak informacija ukoliko nismo pa\u017Eljivi kod brisanja.
+OptionPanel.da=Danski
+OptionPanel.date_format=Standardni oblik datuma
+OptionPanel.date_format.tooltip=Upi\u0161i SHORT, MEDIUM, LONG ILI FULL ili oblik datuma poput  "MM/dd/yyyy"
+OptionPanel.datetime_format=Standarsni oblik vremena i datuma
+OptionPanel.datetime_format.tooltip=Upi\u0161i <oblik datuma>,<oblik vremena>  ( SHORT, MEDIUM, LONG ILI FULL  kao predlo\u017Eeni oblik)  ili koristi potpuni oblik poput  "M/d/yyyy hh:mm"
+OptionPanel.de=Njema\u010Dki
+OptionPanel.default=Zadano
+OptionPanel.default_attribute_key_column_width=\u0160irina 1.stupca obilje\u017Eja
+OptionPanel.default_attribute_value_column_width=\u0160irina 2.stupca obilje\u017Eja
+OptionPanel.default_browser_command_mac=Zadani naredbeni preglednik za MacOS
+OptionPanel.default_browser_command_mac.tooltip=<html> i MAC: (hvala, Nick!)</html>
+OptionPanel.default_browser_command_other_os=Zadani naredbeni preglednik za ostale operacijske sustave
+OptionPanel.default_browser_command_other_os.tooltip=<html> Ovo je tipi\u010Dno za Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Zadani naredbeni preglednik Windows 98
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Za Windows 98 (znaci "" su obavezni zbog veza,koji imaju "=" u svojem URL-u).</html>
+OptionPanel.default_browser_command_windows_nt=Zadani naredbeni preglednik Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Za Windows NT (znaci "" su obavezni zbog veza,koji imaju "=" u svojem URL-u).</html>
+OptionPanel.default_charset=Skup znakova
+OptionPanel.Defaults=Zadano
+OptionPanel.delete_automatic_saves_at_exit=Kod izlaza obri\u0161i automatski spremljene datoteke.
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Ako \u017Eelite obrisati automatski spremljene datoteke kod normalnog zatvaranja programa Freeplane, stavite kva\u010Dicu u potvrdnom okviru</html>
+OptionPanel.delete_nodes_without_question=Obri\u0161i \u010Dvor(ove) bez potvrde.
+OptionPanel.delete_nodes_without_question.tooltip=Ako je polje odabrano \u010Dvorovi \u0107e biti obrisani bez potvrde. Ovo mo\u017Ee prouzro\u010Diti gubitak informacija ukoliko nismo pa\u017Eljivi kod brisanja.
+OptionPanel.disable_cursor_move_paper=Onemogu\u0107i pomicanje podloge pokaziva\u010Dem
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Ne prikazuj pokaziva\u010D 'pomakni' prilikom povla\u010Denja podloge </html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Prika\u017Ei jednostavni ure\u0111iva\u010D teksta \u010Dvora za sve nove \u010Dvorove
+OptionPanel.display_node_id=Prika\u017Ei ID \u010Dvora (indetifikacijski broj)
+OptionPanel.edgecolor=Boja ruba
+OptionPanel.edgecolor.tooltip=Svojstvo ruba roditeljskog \u010Dvora (primijenit \u0107e se na sve \u010Dvorove Djecu)
+OptionPanel.edgestyle=Stil ruba
+OptionPanel.edgestyle.tooltip=Svojstvo ruba roditeljskog \u010Dvora (primijenit \u0107e se na sve \u010Dvorove Djecu)
+OptionPanel.edgewidth=\u0160irina ruba
+OptionPanel.edgewidth.tooltip=Svojstvo ruba roditeljskog \u010Dvora (primijenit \u0107e se na sve \u010Dvorove Djecu)
+OptionPanel.EDIT_CURRENT=Prepi\u0161i sadr\u017Eaj
+OptionPanel.edit_on_double_click=Dvostruki klik za ure\u0111ivanje
+OptionPanel.editor_extra_width=\u0160irina dodatnog prostora ure\u0111iva\u010Da (broj znakova)
+OptionPanel.editor_extra_width.tooltip=<html>Odre\u0111uje broj piksela za pove\u0107anje \u0161irine \u010Dvor prilikom ure\u0111ivanja \u010Dvora</html>
+OptionPanel.el=Estonski
+OptionPanel.el__buttons_above=Gumbi na vrh prozora
+OptionPanel.el__enter_confirms_by_default=Tipka Enter kao potvrda (izlaz iz prozora)
+OptionPanel.el__max_default_window_height=Zadana maksimalna visina prozora
+OptionPanel.el__max_default_window_width=Zadana maksimalna \u0161irina prozora
+OptionPanel.el__min_default_window_height=Zadana minimalna visina prozora
+OptionPanel.el__min_default_window_width=Zadana minimalna \u0161irina prozora
+OptionPanel.el__position_window_below_node=Pozicioniraj prozor ispod \u010Dvora
+OptionPanel.en=Engleski
+OptionPanel.Environment=Okru\u017Eenje
+OptionPanel.es=\u0160panjolski
+OptionPanel.et=Etiopski
+OptionPanel.execute_scripts_without_asking=Izvr\u0161i skripte bez potvrde.
+OptionPanel.execute_scripts_without_asking.tooltip=<html>U principu Freeplane skripte mogu izvesti bilo kakvu akciju na va\u0161emu ra\u010Dunalu. <br>Zato ne biste trebali pokretati skripte za koje ne znate jesu li sigurne.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Omogu\u0107i izvr\u0161enje ostalih Aplikacija (NIJE preporu\u010Deno)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Ukoliko Groovy skripte trebaju upravljati izvr\u0161avanjem ostalih Aplikacija (npr. internet pretra\u017Eiva\u010D) bez pitanja(!),<br>morate omogu\u0107iti ovu opciju. <br> Ali koristite pa\u017Eljivo, zlonamjerne skripte mogu nanijeti \u0161tetu va\u0161em ra\u010Dunalu!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Omogu\u0107i \u010Ditanje datoteka (NIJE preporu\u010Deno)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Ukoliko Groovy skripte trebaju upravljati \u010Ditanjem datoteka (npr. otvoriti, zatvoriti, \u010Ditati(!),<br>morate omogu\u0107iti ovu opciju. <br> Ali koristite pa\u017Eljivo, zlonamjerne skripte  mogu nanijeti \u0161tetu va\u0161em ra\u010Dunalu!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Omogu\u0107i upravljanje mre\u017Enim resursima  (NIJE preporu\u010Deno)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Ukoliko Groovy skripte trebaju upravljati izvr\u0161avanjem mre\u017Enih akcija,<br>morate omogu\u0107iti ovu opciju. <br> Ali koristite pa\u017Eljivo, zlonamjerne skripte mogu otkriti va\u0161e tajne !</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Omogu\u0107i pisanje/brisanje datoteka (NIJE preporu\u010Deno)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>Ukoliko Groovy skripte trebaju upravljati zapisivanjem datoteke (npr. zapisati, spremiti, obrisati(!)),<br> morate omogu\u0107iti ovu opciju. <br>Uobi\u010Dajeno se koristi za \u010Ditanje datoteka<br>Ako koristite u druge svrhe budite pa\u017Eljivi<br>zlonamjerne skripte  mogu nanijeti \u0161tetu va\u0161em ra\u010Dunalu!</body></html>
+OptionPanel.experimental_file_locking_on=Probno zatvaranje datoteke
+OptionPanel.experimental_file_locking_on.tooltip=<html> Probne mogu\u0107nosti</html>
+OptionPanel.export_icons_in_html=Izvoz ikona u HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Potvrdite ukoliko \u017Eelite da HTML izvoz sadr\u017Eava ikone. Postoji problem veza prema ikonama u HTML izvozu, \u010Desto su veze prema ikonama prekinute.</html>
+OptionPanel.Files=Datoteke
+OptionPanel.first=Kao prvu
+OptionPanel.fold_on_click_inside=Rasklopi na klik unutar \u010Dvora
+OptionPanel.foldingsymbolwidth=Veli\u010Dina simbola (kru\u017Ei\u0107a) sklopljenog \u010Dvora.
+OptionPanel.foldingsymbolwidth.tooltip=<html>Veli\u010Dina kruga koji ozna\u010Dava sklapanje stabla</html>
+OptionPanel.fork=Ra\u010Dva
+OptionPanel.format_locale=Regija:
+OptionPanel.format_locale.tooltip=Lokalne postavke za oblikovanje i analiziranje podataka
+OptionPanel.formula_disable_caching=Onemogu\u0107i memorijski prostor za izra\u010Dunavanje formule
+OptionPanel.formula_disable_plugin=Onemogu\u0107i dodatak za izradu formula
+OptionPanel.fr=Francuski
+OptionPanel.gl=Grendlanski
+OptionPanel.goto_note_end_on_edit=Pokaziva\u010D znaka (kursor) na kraju teksta bilje\u0161ke
+OptionPanel.grid_size=Veli\u010Dina mre\u017Ee pomaka \u010Dvora
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Skriveni rubovi
+OptionPanel.highlight_formulas=Osvijetli formulu
+OptionPanel.horizontal=Vodoravno
+OptionPanel.hr=Hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Prema naslovima
+OptionPanel.html_export_fold_all=Sklopi sve
+OptionPanel.html_export_fold_currently_folded=Sklopi trenutno otvorene \u010Dvorove
+OptionPanel.html_export_folding=Prikaz \u010Dvorova pri izvozu u HTML
+OptionPanel.html_export_no_folding=Bez sklapanja \u010Dvora
+OptionPanel.hu=Ma\u0111arski
+OptionPanel.ic_disable=Onemogu\u0107i
+OptionPanel.ic_file=Tvrdi disk
+OptionPanel.ic_ram=Radna memorija
+OptionPanel.icon=Ikona
+OptionPanel.icon.tooltip=Nakon primjene \u010Dvor \u0107e imati ovu ikonu.
+OptionPanel.icons.list=Popis prikazanih standardnih ikona
+OptionPanel.icons.list.tooltip=Ovdje mo\u017Eete napraviti vlastiti raspored ikona ili onemogu\u0107iti prikaz ikona. Ikone trebaju biti odvojene znakom ";".
+OptionPanel.id=Indonezijski
+OptionPanel.IGNORE=Ne \u010Dini ni\u0161ta
+OptionPanel.il__enter_confirms_by_default="Enter" kao standardna potvrda unosa
+OptionPanel.image_cache=Za slike
+OptionPanel.it=Talijanski
+OptionPanel.ja=Japanski
+OptionPanel.key_type_action=Unos tipkovnicom:
+OptionPanel.Keystrokes=Tipkovni\u010Dke kratice
+OptionPanel.ko=Korejski
+OptionPanel.label_font_family=Oblik slova
+OptionPanel.label_font_size=Veli\u010Dina slova
+OptionPanel.language=Jezik
+OptionPanel.language.tooltip=<html>Ovo je jezik koji \u0107e biti upotrebljen u programu.Postavka 'automatsko' poku\u0161ava u\u010Ditati trenutni korisni\u010Dki jezik. </html>
+OptionPanel.last=Kao posljednju
+OptionPanel.last_opened_list_length=Lista zadnje otvaranih datoteka
+OptionPanel.layout_map_on_text_change=Prikaz mape tokom ure\u0111ivanja
+OptionPanel.layout_map_on_text_change.tooltip=Onemogu\u0107ite za bolju u\u010Dinkovitost programa
+OptionPanel.linear=Linearno
+OptionPanel.links=Veze
+OptionPanel.links.tooltip=<html>Postavljanje veza kao relativne ili apsolutne </html>
+OptionPanel.load_folding=Izgled mape kod u\u010Ditavanja (sklopljenost \u010Dvorova)
+OptionPanel.load_folding_from_map_default_fold_all=U\u010Ditaj na mapi ili sklopi sve
+OptionPanel.load_folding_from_map_default_unfold_all=U\u010Ditaj na mapi ili rasklopi sve
+OptionPanel.load_last_map=Automatski otvori posljednju mapu
+OptionPanel.load_last_map.tooltip=<html>Ako je ova opcija odabran, Freeplane \u0107e prilikom pokretanja automatski otvoriti posljednju kori\u0161tenu mapu.</html>
+OptionPanel.load_last_maps=U\u010Ditaj sve posljednje mape
+OptionPanel.lookandfeel=Izgled i ugo\u0111aj
+OptionPanel.lookandfeel.tooltip=<html>'Izgled i ugo\u0111aj' koji \u0107e biti upotrebljen. Podr\u017Eani su 'metal','windows','motiv', 'gtk' , 'mac' je dostupan samo za  MacOS. zadano zna\u010Di, da je upotrebljen zadani Izgled i ugo\u0111aj. \u017Delite li umetnuti svoj vlastiti Izgled i ugo\u0111aj, molimo upi\u0161ite ime razreda ovdje i osigurajte da odgovaraju\u0107a datoteka /datoteke .jar bude u\u010Ditana. Ako postoje problemi s postavkama Izgled i ugo\u0111aj odaberite ovdje 'ni\u0161ta'. Ovo djeluje na programe.</html>
+OptionPanel.lt=Litvanski
+OptionPanel.max_displayed_node_count=Maksimalni broj prikazanih \u010Dvorova
+OptionPanel.max_image_width=Po\u010Detna \u0161irina slike
+OptionPanel.max_image_width.tooltip=Umetnute slike umanjene su na tu \u0161irinu
+OptionPanel.max_menu_item_count=Maksimalan broj stavki izbornika
+OptionPanel.max_menu_item_count.tooltip=Ograni\u010Denje broja stavki ako je jedan podizbornik, najmanje 10
+OptionPanel.max_node_width=Maksimalna \u0161irina \u010Dvora (pikseli)
+OptionPanel.max_shortened_text_length=Maksimalna duljina smanjenog \u010Dvora
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=Minimalna \u0161irina \u010Dvora
+OptionPanel.motif=Motif
+OptionPanel.nb=Norve\u0161ki (Bokm\u00E5l)
+OptionPanel.never_save_folding=Nikad ne spremaj
+OptionPanel.nl=Nizozemski
+OptionPanel.nn=Norve\u0161ki (Nynorsk)
+OptionPanel.nodebackgroundcolor=Boja pozadine \u010Dvora
+OptionPanel.nodebackgroundcolor.tooltip=Pozadinska boja \u010Dvora kad nije odabran.
+OptionPanel.nodecolor=Boja teksta \u010Dvora
+OptionPanel.nodecolor.tooltip=Boja prednjeg plana \u010Dvora kad nije odabran.
+OptionPanel.nodefontbold=Podebljano
+OptionPanel.nodefonthyperlink=Veza
+OptionPanel.nodefontitalic=Uko\u0161eno
+OptionPanel.nodefontname=Oblik slova \u010Dvorova
+OptionPanel.nodefontsize=Veli\u010Dina slova \u010Dvorova
+OptionPanel.nodeformat=Predlo\u017Eak / Oblik
+OptionPanel.nodeformat.tooltip=<html>Zamjena i/ili oblikovanje teksta:<ul><li><em>Predlo\u017Eak pro\u0161irenja:</em> <tt>%s</tt> je orginalni tekst, e.g. <tt>OPREZ: %s</tt><li><em>Oblikovanje brojeva i datuma:</em> Na primjer <tt>%.0</tt> format daje cijeli broj. Pogledaj <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html#syntax">Formatter string syntax</a>.<li><em>Formule:</em> Pogledaj <a href="http://freeplane.sourceforge.net/wiki/index.php/Formulas">Freeplane Formulas documentation</a> za detalje.</ul></html>
+OptionPanel.nodenumbering=Dodavanje broja \u010Dvoru
+OptionPanel.nodenumbering.tooltip=Dodavanjae serijskog broja u tekst \u010Dvora (primjer - 1.3.1)
+OptionPanel.nodeshape=Stil \u010Dvora
+OptionPanel.nodeshape.tooltip=<html>Stil opisuje vanjski oblik \u010Dvora. <br>Mogu\u0107e vrijednosti:<br><table border="1"><tr><td>Ra\u010Dva: </td><td> \u010Dvor bez ruba,</td></tr><tr><td>Mjehuri\u0107: </td><td> \u010Dvor sa zaobljenim rubom,</td></tr><tr><td>Kao Roditelj: </td><td> stil se prenosi s roditeljskog \u010Dvora <br>ili zadani stil korijenskog \u010Dvora za korijenski \u010Dvor,</td></tr><tr><td>Kombinirano: </td><td> Mjehuri\u0107 kad je \u010Dvor rasklopljen, ra\u010Dva za ostalo.</td></tr></table></html>
+OptionPanel.nodetext=Tekst \u010Dvora
+OptionPanel.nodetext.tooltip=Ovdje mo\u017Eete definirati tekst \u010Dvorova. Kori\u0161tenjem uzorka prethodni tekst je odba\u010Den.
+OptionPanel.nothing=Ni\u0161ta
+OptionPanel.number_format=Standardi oblik broja
+OptionPanel.number_format.tooltip=Oblici brojeva mogu sadr\u017Eavati '#' za dodatnu znamenku ili '0' za obaveznu znamenku. Primjeri: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Broj datoteka koje \u0107e biti automatski spremljene
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Brojka n razli\u010Ditih datoteka u koje se spremaju Mentalne mape. Prvo automatsko spremanje se izvodi u prvu datoteku itd. do n+1 spremanja koje se opet izvodi u prvu datoteku (kru\u017Eno)</html>
+OptionPanel.OK=Spremi
+OptionPanel.org.freeplane.plugin.bugreport=Postavke sigurnosti
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Uvijek \u0161alji
+OptionPanel.org.freeplane.plugin.bugreport.ask=Prika\u017Ei dijalog o izvje\u0161taju gre\u0161ke
+OptionPanel.org.freeplane.plugin.bugreport.denied=Nikad ne \u0161alji
+OptionPanel.org.freeplane.plugin.bugreport.userid=Proizvoljnja identifikacija po\u0161iljatelja
+OptionPanel.outline_hgap=Vodoravni razmak
+OptionPanel.outline_vgap=Okomiti razmak
+OptionPanel.paint_connectors_behind=Crtaj poveznik iza \u010Dvorova
+OptionPanel.parse_data=Prepoznaj unos brojeva, datuma i vremena
+OptionPanel.parse_data.tooltip=Program analizira unos datuma, datuma-vremena i brojeva i primjenjuje standarde formate. Prijmeri: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Zalijepi kao HTML
+OptionPanel.PASTE_PLAIN_TEXT=Zalijepi kao obi\u010Dan tekst
+OptionPanel.path_property_may_not_be_empty=Polje unosa nemo\u017Ee biti prazno, unesite putanju mapesigurnosnih kopija.
+OptionPanel.patternname=Ime
+OptionPanel.patternname.tooltip=Jedinstveno ime uzorka
+OptionPanel.pl=Poljski
+OptionPanel.placenewbranches=Postavi novu granu
+OptionPanel.placenewbranches.tooltip=<html>Odre\u0111uje polo\u017Eaj nove grane. Valjane vrijednosti su 'prva' i 'posljednja' </html>
+OptionPanel.plugin.tooltip=Vanjski dodaci.
+OptionPanel.plugins=Dodaci
+OptionPanel.presentation_dimmer_transparency=Prozirnost zatamnjenja prezentacije
+OptionPanel.presentation_mode=Prezentacija
+OptionPanel.printonwhitebackground=<html>Bijela pozadina kod ispisa</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Uvijek koristi bijelu pozadinu kod ispisa</html>
+OptionPanel.pt_BR=Portugalski BR
+OptionPanel.pt_PT=Portugalski PT
+OptionPanel.RECT=Pravokutnik
+OptionPanel.relative=Relativne
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"Pitaj"  (use in doubt).<br>"Da" prika\u017Ei ure\u0111iva\u010D za bolje oblikovanje teksta .<br>"Ne" prika\u017Ei jednostavni tekstualni ure\u0111iva\u010D.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=Koristi bolje oblikovani tekst za zaljepljene \u010Dvorove
+OptionPanel.remove_notes_without_question=Obri\u0161i bilje\u0161ke bez upita.
+OptionPanel.remove_notes_without_question.tooltip=Ako je polje odabrano pripadaju\u0107e bilje\u0161ke odabranog \u010Dvora bit \u0107e obrisane bez potvrde.Ovo mo\u017Ee prouzro\u010Diti gubitak informacija ukoliko nismo pa\u017Eljivi kod brisanja.
+OptionPanel.resources_use_default_font_for_notes_too=Koristi zadani font za bilje\u0161ke
+OptionPanel.resources_use_margin_top_zero_for_notes=Makni gornju marginu kod bilje\u017Eaka
+OptionPanel.revision_color=Pozadinska boja izmjenjenih \u010Dvorova
+OptionPanel.revision_color.tooltip=Pozadinska boja izmijenjenih \u010Dvorova.
+OptionPanel.ROUND_RECT=Zaobljeni pravokutnik
+OptionPanel.ru=Ruski
+OptionPanel.save_folding=Spremi strukturu stabla
+OptionPanel.save_folding_if_map_is_changed=Samo ako je mapa promijenjena
+OptionPanel.save_modification_times=Spremi vrijeme promijene
+OptionPanel.script_classpath=Arhive classes skripta ili JARs ( vidi opis alata)
+OptionPanel.script_classpath.tooltip=<html>Lista mapa (Folder) koje sadr\u017Ee skripte classpath, formula ili JARs.<br>Koristi ; (Windows) ili : (Linux, Mac) za odvajanje unosa.<br>Frepplane \u0107e provjeravati postojanje JAR ili .class datoteka.<br>Putanje koje nisu apsolutne, biti \u0107e usmjerene na korisni\u010Dku mapu Freeplane (.freeplane)y.<br>Ako postavite classpath morate omogu\u0107iti izvr\u0161avanje skripti!</html>
+OptionPanel.script_directories=Arhive skripta (vidi opis alata)
+OptionPanel.script_directories.tooltip=<html>Lista mapa (Folder) koje sadr\u017Ee.<br>Koristi ; (Windows) ili : (Linux, Mac) za odvajanje unosa.<br>Putanje koje nisu apsolutne, biti \u0107e usmjerene na korisni\u010Dku mapu Freeplane (.freeplane).</html>
+OptionPanel.script_user_key_name_for_signing=Neobavezni korisni\u010Dki klju\u010D (pseudonim) za potpisivanje
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u017Delite li potpisati svoju skriptu, unesite pseudonim (izmi\u0161ljeni klju\u010D) ovdje. <br>Lozinka je pohranjena u bazu klju\u010Deva. <br>Lozinaka klju\u010Dnog tajnog klju\u010Da mora se podudarati s lozinkom u bazi klju\u010Deva (to je zadano).</html>
+OptionPanel.scrollbar_increment=Brzina
+OptionPanel.scrolling_speed=Brzina automatskog klizanja prikaza mape
+OptionPanel.selection_method=Na\u010Din odabira
+OptionPanel.selection_method.tooltip=<html> pomo\u0107u ove opcije mo\u017Eete omogu\u0107iti/onemogu\u0107iti na\u010Din odabira \u010Dvora sa zaka\u0161njenjem.</html>
+OptionPanel.selection_method_by_click=Sa klikom
+OptionPanel.selection_method_delayed=Zaka\u0161njelo
+OptionPanel.selection_method_direct=Direktno
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Uzorci
+OptionPanel.separator.anti_alias=Zagla\u0111ivanje
+OptionPanel.separator.attributes=Svojstva
+OptionPanel.separator.automatic_save=Automatsko spremanje
+OptionPanel.separator.behaviour=Karakteristike
+OptionPanel.separator.browser=Preglednik
+OptionPanel.separator.cache=Pri\u010Duvna memorija
+OptionPanel.separator.CloudControls=Obla\u010Di\u0107i
+OptionPanel.separator.commands_for_the_program=Naredbe programa
+OptionPanel.separator.connectors=Poveznici
+OptionPanel.separator.data_formats=Oblikovanje i analiziranje podataka
+OptionPanel.separator.default_colors=Zadane boje
+OptionPanel.separator.default_fonts=Zadani oblik slova
+OptionPanel.separator.default_styles=Zadani stilovi
+OptionPanel.separator.EdgeControls=Rub
+OptionPanel.separator.edit_long_node_window=Postavke prozora za bolje oblikovanje teksta \u010Dvora
+OptionPanel.separator.editing=Postavke ure\u0111iva\u010Da
+OptionPanel.separator.files=Datoteke
+OptionPanel.separator.formula=Formula
+OptionPanel.separator.General=Op\u0107enito
+OptionPanel.separator.html_export=HTML izvoz
+OptionPanel.separator.html_import=HTML Uvoz
+OptionPanel.separator.hyperlink_types=Vrste hiperveza
+OptionPanel.separator.icon_properties=Ikone
+OptionPanel.separator.icons=Ikone u "Odaberi Ikonu..."
+OptionPanel.separator.initial_map_size=Po\u010Detna veli\u010Dina Mentalne mape
+OptionPanel.separator.inline_editor=Jednostavni ure\u0111iva\u010D \u010Dvora
+OptionPanel.separator.key_typing=Tipkanje
+OptionPanel.separator.language=Jezik
+OptionPanel.separator.load=U\u010Ditavanje
+OptionPanel.separator.look_and_feel=Izgled i ugo\u0111aj
+OptionPanel.separator.mouse_wheel=Kota\u010Di\u0107 mi\u0161a
+OptionPanel.separator.new_node_commands=Naredbe novog \u010Dvora
+OptionPanel.separator.node_editing_commands=Naredbe ure\u0111ivanja \u010Dvora
+OptionPanel.separator.node_navigation_commands=Naredbe navigacije \u010Dvora
+OptionPanel.separator.NodeColors=Boje teksta \u010Dvora
+OptionPanel.separator.NodeFont=Font \u010Dvora
+OptionPanel.separator.NodeShape=Oblik \u010Dvora
+OptionPanel.separator.NodeStyle=Stil \u010Dvora
+OptionPanel.separator.NodeText=Tekst \u010Dvora
+OptionPanel.separator.notifications=Potvrde
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatski izvje\u0161taj o gre\u0161ki
+OptionPanel.separator.other_defaults=Ostale zadane vrijednosti
+OptionPanel.separator.others=Ostale tipkovni\u010Dke kratice
+OptionPanel.separator.outline_view=Op\u0107i pregled
+OptionPanel.separator.patterns=Uzorci
+OptionPanel.separator.RichTextEditor=Ure\u0111iva\u010D teksta
+OptionPanel.separator.root_node_appearance=Izgled korijenskog \u010Dvora
+OptionPanel.separator.save=Spremi
+OptionPanel.separator.scripting=Dozvole za izvo\u0111enje skripta
+OptionPanel.separator.scrollbar=Kliza\u010D
+OptionPanel.separator.search=Tra\u017Ei
+OptionPanel.separator.selection_colors=Boje odabira
+OptionPanel.separator.selection_method=Na\u010Din odabira
+OptionPanel.separator.single_instance_mode=Otvaranje programa
+OptionPanel.separator.size_limits=Ograni\u010Denja veli\u010Dina
+OptionPanel.separator.spelling=Opcije provjere pravopisa
+OptionPanel.separator.status=Statusna traka
+OptionPanel.separator.tooltip=Vrijeme prikaza opisa alata
+OptionPanel.separator.undo=Poni\u0161ti
+OptionPanel.separator.updates=Nadogradnja programa
+OptionPanel.set_property_text=Promijeni
+OptionPanel.set_property_text.tooltip=Prazno: Ne diraj; Minus=Makni svojstvo (postavi zadanu vrijednost); Plus=Promijeni svojstvo
+OptionPanel.setscript=Promijeniti?
+OptionPanel.setscript.tooltip=Skripta mo\u017Ee biti pridru\u017Eena stilu.
+OptionPanel.sharp_bezier=Grubo bezier
+OptionPanel.sharp_linear=Grubo linearno
+OptionPanel.show_icon_for_attributes=Prika\u017Ei ikone obilje\u017Eja
+OptionPanel.show_node_tooltips=Prika\u017Ei opis alata za \u010Dvorove
+OptionPanel.show_note_icons=Prika\u017Ei ikone bilje\u0161aka
+OptionPanel.show_styles_in_tooltip=Prika\u017Ei opis stila \u010Dvora
+OptionPanel.signed_script_are_trusted=Omogu\u0107i izvo\u0111enje potpisanih skripta (preporu\u010Deno)
+OptionPanel.signed_script_are_trusted.tooltip=Ako skripte imaju povjerljiv potpis (npr. autora Freeplanea ili su vlastite), izvodit \u0107e se bez  ograni\u010Denja.
+OptionPanel.simplyhtml.default_paste_mode=Zadani na\u010Din lijepljenja
+OptionPanel.single_backup_directory=Koristi jedanu mapu (direktorij) za sigurnosne kopije
+OptionPanel.single_backup_directory.tooltip=<html>Spremanje sigurnosnih kopija u korisni\u010Dki definiranu mapu (direktorij), ako nije aktivirano, sigurnosne kopije biti \u0107e spremljene u podmapu (.backup) mape u kojoj se nalazi .mm datoteka .</html>
+OptionPanel.single_backup_directory_path=Mapa (direktorij) sigornosnih kopija (ako je aktivirana opcija iznad)
+OptionPanel.single_backup_directory_path.tooltip=<html>Promijenite zadanu putanju <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Otvori datoteku u aktivnom prozoru programa
+OptionPanel.single_instance_force=Izbjegni otvaranje datoteke u novom prozoru programa
+OptionPanel.single_instance_force.tooltip=Izbjegni otvaranje programa u novom prozoru \u010Dak iako ne postoji datoteka za u\u010Ditavanje
+OptionPanel.sk=Slova\u010Dki
+OptionPanel.sl=Slovenski
+OptionPanel.spelling_opt_case_sensitive=Osjetljiv na veli\u010Dinu (slova)
+OptionPanel.spelling_opt_ignore_all_caps_words=Zanemari rije\u010Di pisane VELIKIM SLOVIMA
+OptionPanel.spelling_opt_ignore_capitalization=Zanemari VELIKA SLOVA na po\u010Detku rije\u010Di
+OptionPanel.spelling_opt_ignore_words_with_numbers=Zanemari rije\u010Di koje sadr\u017Ee brojeve
+OptionPanel.spelling_opt_suggestions_limit_dialog=Maksimalan broj predlo\u017Eenih rje\u010Di u dijalogu
+OptionPanel.spelling_opt_suggestions_limit_menu=Maksimalan broj predlo\u017Eenih rje\u010Di u izborniku
+OptionPanel.sr=Srpski / \u0441\u0440\u043F\u0441\u043A\u0438
+OptionPanel.standard_template=Datoteka  predlo\u0161ka
+OptionPanel.standardbackgroundcolor=Boja pozadine mape
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standardna boja pozadine mape u HTML zapisu </html>
+OptionPanel.standardcloudcolor=Boja obla\u010Di\u0107a
+OptionPanel.standardcloudcolor.tooltip=<html>Standardna boja obla\u010Di\u0107a u HTML zapisu </html>
+OptionPanel.standardcloudestyle=Stil obla\u010Di\u0107a
+OptionPanel.standardcloudestyle.tooltip=<html>Standardni stil obla\u010Di\u0107a. Trenutno je podr\u017Ean samo 'bezier' </html>
+OptionPanel.standarddrawrectangleforselection=Prika\u017Ei okvir za odabir \u010Dvora.
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Odabrani \u010Dvor ima okvir sa zaobljenim uglovima oko sebe .</html>
+OptionPanel.standardlinkcolor=Boja veze sa strelicom
+OptionPanel.standardlinkcolor.tooltip=<html>Standardna boja veze sa strelicom u HTML zapisu </html>
+OptionPanel.standardlinkestyle=Stil  veze
+OptionPanel.standardlinkestyle.tooltip=<html>Standardni stil veze. Trenutno je podr\u017Ean samo 'bezier' </html>
+OptionPanel.standardselectednodecolor=Boja odabranog \u010Dvora
+OptionPanel.standardselectednodecolor.tooltip=<html>Standardna boja odabranog \u010Dvora. U HTML zapisu (#RRGGBB u heksadecimalnoj vrijednosti) </html>
+OptionPanel.standardselectednoderectanglecolor=Boja okvira odabranog \u010Dvora
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Standardna boja okvira odabranog \u010Dvora. U HTML zapisu (#RRGGBB u heksadecimalnoj vrijednosti) </html>
+OptionPanel.STAR=Zvijezda
+OptionPanel.structured_html_import=Uvoz HTML-a kao strukture \u010Dvorova
+OptionPanel.structured_icon_toolbar=Strukturirana traka ikona
+OptionPanel.summary=Sa\u017Eetak
+OptionPanel.sv=\u0160vedski
+OptionPanel.text.use_ctrl_key=Kliknite na stavku izbornika dr\u017Ee\u0107i tipku  CTRL za dodjeljivanje tipkovni\u010Dke kratice
+OptionPanel.time_for_automatic_save=Vrijeme automatskog spremanja (msec.)
+OptionPanel.time_for_automatic_save.tooltip=<html> vrijeme izme\u0111u dva uzastopna automatska spremanja (u msec): za onemogu\u0107avanje automatskog spremanja potrebno je ovu vrijednost staviti na 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Vrijeme ka\u0161njenja odabira
+OptionPanel.time_for_delayed_selection.tooltip=<html> Vremensko zaka\u0161njenje odabira \u010Dvora kada je pokaziva\u010D mi\u0161a iznad \u010Dvora (u milisekundama).Promijenite ovaj iznos na 1 ako \u017Eelite direktno odabrati \u010Dvor kad je pokaziva\u010D mi\u0161a iznad.</html>
+OptionPanel.toolTipManager.dismissDelay=Vrijeme prestanka prikaza, ms
+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
+OptionPanel.undo_levels.tooltip=<html>Odre\u0111ivanje broja spremljenih koraka koji \u0107e se mo\u0107i vratiti funkcijom "Poni\u0161ti".</html>
+OptionPanel.unfold_on_paste=Rasklopi \u010Dvor kad ga zalijepi\u0161
+OptionPanel.unfold_on_paste.tooltip=Rasklopi \u010Dvor kad ga zalijepi\u0161 ili kad povu\u010De\u0161 i ispusti\u0161 \u010Dvor
+OptionPanel.use_common_out_point_for_root_node=Rubovi zapo\u010Dinju iz jedne to\u010Dke na korijenskom \u010Dvoru
+OptionPanel.use_common_out_point_for_root_node.tooltip=Rubovi zapo\u010Dinju iz jedne to\u010Dke na korijenskom \u010Dvoru
+OptionPanel.use_tabbed_pane=Koristi tabove
+OptionPanel.use_tabbed_pane.tooltip=Ako je aktivno mape \u0107e se prikazivati u tabovima (kao u FireFox-u :-) )
+OptionPanel.user_defined_screen_resolution=Korisni\u010Dki definirana razlu\u010Divost zaslona (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Izvo\u0111enje skripti: Kada su postavljene putanje \u010Ditanja JAR i .class datoteka morate omogu\u0107iti  \u010Ditanje datoteka.
+OptionPanel.validate_invalid_date_format=Une\u0161en je neva\u017Ee\u0107i oblik datuma
+OptionPanel.validate_invalid_datetime_format=Une\u0161en je neva\u017Ee\u0107i oblik datuma-vremena
+OptionPanel.validate_invalid_number_format=Une\u0161en je neva\u017Ee\u0107i oblik broja
+OptionPanel.validate_write_without_read=Izvo\u0111enje skripti: omogu\u0107ite \u010Ditanje i pisanje datoteka
+OptionPanel.validation_error=<html><body>Potvrda gre\u0161ke/a:<p><em>{0}</em><p>Promijenite postavke kako bi uklonili gre\u0161ku/e.</body></html>
+OptionPanel.validation_warning=<html><body>Potvrda upozorenja:<p><em>{0}</em></body></html>
+OptionPanel.vi=Vijetnamski
+OptionPanel.wheel_velocity=Brzina
+OptionPanel.wheel_velocity.tooltip=Ve\u0107a vrijednost rezultira kod pomaka kota\u010Di\u0107a mi\u0161a br\u017Ee u\u010Dinke na mapi.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Kineski, pojednostavljeno
+OptionPanel.zh_TW=Kineski, tradicionalno
+org.freeplane.plugin.bugreport.agree=Po\u0161alji
+org.freeplane.plugin.bugreport.always_agree=Uvijek po\u0161alji
+org.freeplane.plugin.bugreport.always_deny=Nikad ne \u0161alji
+org.freeplane.plugin.bugreport.deny=Ne \u0161alji
+org.freeplane.plugin.bugreport.dialog.title=Automatski izvje\u0161taj o gre\u0161ki
+org.freeplane.plugin.bugreport.freeplane_team=Poruka Freeplane tima
+org.freeplane.plugin.bugreport.lastreport=Primljeni izvje\u0161taj
+org.freeplane.plugin.bugreport.never=Nikad ne pitaj za pomo\u0107
+org.freeplane.plugin.bugreport.question=Freeplane ima ugra\u0111en automatski sustav pra\u0107enja gre\u0161aka
+org.freeplane.plugin.bugreport.report=Aktualni izvje\u0161taj
+org.freeplane.plugin.bugreport.wanted_bug=Pojavila se  interna pogre\u0161ka i automatski je poslan izvje\u0161taj o pogre\u0161ci.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u010Cvor {0} nije definiran
+out_of_memory=Premalo slobodne memorije.
+overwrite_keyset_question=Prepisati postoje\u0107u grupu tipkovni\u010Dkih kratica ?
+PageAction.text=Pode\u0161avanje &stranice...
+password_is_not_ascii=Lozinka nije ASCII kod
+PasteAction.text=Zalijepi
+PasteAttributes.text=Zalijepi obilje\u017Eje
+PatternNewNameProperty=Novi uzorak
+PatternToString.backgroundColor=Boja pozadine
+PatternToString.Child=Stil \u010Dvora Dijete
+PatternToString.color=Boje
+PatternToString.EdgeColor=Boja ruba
+PatternToString.EdgeStyle=Stil ruba
+PatternToString.EdgeWidth=\u0160irina ruba
+PatternToString.FontBold=Podebljano
+PatternToString.FontItalic=Uko\u0161eno
+PatternToString.FontName=Ime oblika slova
+PatternToString.Icon=Ikona
+PatternToString.NodeFontSize=Veli\u010Dina fonta
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=dani
+PeriodUnit.HOUR=sati
+PeriodUnit.MINUTE=minute
+PeriodUnit.MONTH=mjeseci
+PeriodUnit.WEEK=tjedni
+PeriodUnit.YEAR=godine
+plugins/latex/LatexNodeHook.editorTitle=Uredi Latex
+plugins/script_filter=Filtar skripte {0}
+plugins/script_filter_error={0} je morao vratiti logi\u010Dki rezultat na {1}, ali je vratio {2}
+plugins/ScriptEditor.cancel=&Otka\u017Ei promjene i iza\u0111i
+plugins/ScriptEditor.exit=&Spremi i iza\u0111i
+plugins/ScriptEditor.FORBIDDEN_ACTION=Izvr\u0161avanje Freeplane groovy skripta je zaustavljeno. Zabranjene su {0,choice,0#File|1#Network|2#Exec} sljede\u0107e operacije: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}.Zabrane mo\u017Eete promijeniti u postavkama programa.
+plugins/ScriptEditor.menu_actions=&Akcije
+plugins/ScriptEditor.new_script=Nova skripta
+plugins/ScriptEditor.run=&Izvodi
+plugins/ScriptEditor.sign=Potpisivanje skripte...
+plugins/ScriptEditor/window.Result=Rezultat:
+plugins/ScriptEditor/window.title=Ure\u0111iva\u010D skripta
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Nedozvoljeni pristup internim API ( paket  {0}). - Molim kontaktirajte Freeplane tim ako API skripte nisu dovoljno podr\u017Eane.
+plugins/TimeList.xml_Created=Kreirano
+plugins/TimeList.xml_Date=Datum
+plugins/TimeList.xml_Icons=Ikone
+plugins/TimeList.xml_Modified=Izmijenjeno
+plugins/TimeList.xml_Notes=Bilje\u0161ke
+plugins/TimeList.xml_Text=Tekst
+plugins/TimeManagement.xml_appendButton=Umetni datum
+plugins/TimeManagement.xml_Cancel=Odustani
+plugins/TimeManagement.xml_cancelButton=Odustani
+plugins/TimeManagement.xml_closeButton=Zatvori
+plugins/TimeManagement.xml_Export=Izvoz odabranih \u010Dvorova
+plugins/TimeManagement.xml_Find=Tra\u017Ei
+plugins/TimeManagement.xml_Goto=Idi na
+plugins/TimeManagement.xml_hour=Sat:
+plugins/TimeManagement.xml_menu_actions=Akcije
+plugins/TimeManagement.xml_minute=Minuta:
+plugins/TimeManagement.xml_reminderButton=Sjeti me na taj dan
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Nakon klika zapo\u010Dinje vremensko odbrojavanje prema dodijeljenom datumu. Nakon isteka vremena trepere\u0107a ikona daje znak o isteku.<br> Ako zatvorite Mentalnu mapu, odbrojavanje se ponovno aktivira kod otvaranja Mentalne mape.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Trenutno je mogu\u0107 jedan podsjetnik po \u010Dvoru. <br>Trenutni podsjetnik je pode\u0161en je na {0,date} {0,time}, va\u0161 izbor je bio {1,date} {1,time}. <br><br>\u017Delite li promijeniti vrijeme aktiviranja podsjetnika (Da) <br>ili \u017Eelite zadr\u017Eati staro vrijeme (Ne)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Podsjetnik zadatka pode\u0161en na  {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Podsjeti kasnije
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Podsjeti kasnije
+plugins/TimeManagement.xml_removeReminderButton=Ukloni podsjetnik
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Ukloni sve podsjetnike koji su povezani s odabranim \u010Dvorovima.
+plugins/TimeManagement.xml_Replace=Zamijeni
+plugins/TimeManagement.xml_Replace_All=Zamijeni sve
+plugins/TimeManagement.xml_Replace_Selected=Zamijeni odabrano
+plugins/TimeManagement.xml_Select=Odaberi
+plugins/TimeManagement.xml_todayButton=Osvje\u017Ei kalendar
+plugins/TimeManagement.xml_WindowTitle=Upravljanje kalendarom
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Pretra\u017Ei i zamijeni
+preferences=Postavke
+print_preview_title=Pregled ispisa
+PrintAction.text=Ispis...
+PrintDirectAction.text=Ispis
+printing_settings=Skaliranje ispisa
+PrintPreviewAction.text=&Pregled ispisa...
+PropertyAction.dialog=Postavke
+PropertyAction.text=Postavke ...
+QuickFilterAction.text=Brzi filtar
+QuickFindAction.BACK.text=Tra\u017Ei prethodni
+QuickFindAction.FORWARD.text=Tra\u017Ei sljede\u0107e
+QuickFindAllAction.text=Ozna\u010Di sve prona\u0111ene \u010Dvorove
+QuickHighlightAction.text=Osvijetli sve odgovaraju\u0107e \u010Dvorove
+QuitAction.text=Izlaz
+read_only=Samo za \u010Ditanje
+ReadScriptError.text=Gre\u0161ka kod \u010Ditanja skripte
+really_convert_to_current_version=<html>Mapa je kreirana sa starijom verzijom programa Freeplane. <br>\u017Delite li ih prevesti na novu verziju (preporu\u010Da se)?  <br> (U suprotnom treba uzeti kakvo je, bez ikakve garancije.) </html>
+really_cut_node=\u017Deli\u0161 li stvarno izrezati \u010Dvor(ove)?
+really_execute_script=\u017Delite li stvarno izvoditi skripte uklju\u010Dene u ovoj mapi? Postoji opasnost nastanka \u0161tete na ra\u010Dunalu?
+really_remove_node=\u017Deli\u0161 li stvarno obrisati \u010Dvor(ove)?
+really_remove_notes=Stvarno \u017Eelite obrisati bilje\u0161ku(e)?
+ReapplyFilterAction.text=Ponovno primijeni
+red=Crveno
+RedefineStyleAction.text=Ponovno odre\u0111ivanje stila
+RedoAction.text=Ponovi
+RedoFilterAction.text=Ponovi
+regular_expressions=Regularni izraz
+ReminderHookAction.text=Ukloni podsjetnik
+ReminderHookAction.tooltip=Ukloni podsjetnik s \u010Dvora.
+remove_file_from_list_on_error=Datoteka {0} nije otvorena. \u017Delite li je maknuti s liste nedavno otvaranih datoteka?
+remove_shortcut_question={0} trenutno je dodijeljeno {1}.\n\u017Delite li dodijeliti ovu tipkovni\u010Dku kraticu {2}?
+remove_shortcut_title=\u017Delite li obrisati tipkovni\u010Dku kraticu?
+RemoveAllIconsAction.text=Ukloni sve ikone
+RemoveConnectorAction.text=Obri\u0161i poveznik
+RemoveEncryption.text=Ukloni \u0161ifriranje
+RemoveFormatAction.text=Ukloni oblikovanja
+RemoveIcon_0_Action.text=Ukloni prvu ikonu
+RemoveIconAction.text=Ukloni posljednju ikonu
+RemoveNoteAction.text=Obri\u0161i bilje\u0161ke
+RemoveNoteAction.tooltip=<html>Obri\u0161i sadr\u017Eaj bilje\u017Eaka .</html>
+rename=&Preimenuj
+repair_link=Popravi vezu
+repair_link_question=Ne mogu u\u010Ditati povezanu mapu. \u017Delite li popraviti vezu ru\u010Dno?
+replace=Zamijeni
+replace_shortcut_question=Ova tipkovni\u010Dka kratica trenutno je dodijeljena \n  {0}.\n\u017Delite li je zamijeniti?
+replace_shortcut_title=\u017Delite li zamijeniti tipkovni\u010Dku kraticu?
+ReportBugAction.text=Prijavi gre\u0161ku
+RequestFeatureAction.text=Zamolba za razvoj
+reset_to_default=Vrati na zadano
+ResetNodeLocationAction.text=Vrati &izvorni polo\u017Eaj
+ResetStyleAction.text=Vrati izvorni stil \u010Dvora
+RevertAction.text=O&tvori ponovno
+RevisionPluginAction.text=Prika\u017Ei promijenjen \u010Dvor u &boji
+save_failed=Poku\u0161aj spremanja mape  {0} nije uspjelo.
+save_unsaved=\u017Delite li spremiti slijede\u0107u Mentalnu mapu?:
+save_unsaved_styles=\u017Delite li spremiti stilove?
+SaveAcceleratorPresetsAction.text=Pohrana grupe tipkovni\u010Dkih kratica F-trake
+SaveAction.text=&Spremi
+SaveAll.text=Spremi &sve
+SaveAll.tooltip=Spremi sve otvorene mape.
+SaveAsAction.text=Spremi kao...
+saved=Spremljeno
+saving_canceled=Spremanje otkazano
+scanners_not_loaded=Skenirane datoteke su o\u0161te\u0107ene i nemogu biti u\u010Ditane
+scheme_evaluate=Izra\u010Dunati?!
+script_execution_disabled=Onemogu\u0107i izvo\u0111enje skripti
+ScriptEditor.text=U&re\u0111iva\u010D skripta...
+ScriptEditor.tooltip=Omogu\u0107ava pisanje velikih skripta unutar Freeplanea.
+ScriptEditorPanel.changed_cancel=Skripta je promijenjena. Stvarno \u017Eelite otkazati promjene?
+scripting_api_generator_legend=Natpis
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=Pisanje API skripta
+scripting_api_generator_utilities=Sredstva
+scripting_api_generator_web=WEB izvor
+select_favorites_folder=Odaberite mapu sa va\u0161im favoritima
+select_file_export_to=Odaberi datoteku za izvoz u
+select_folder_for_importing=Odaberite mapu uvoza
+select_icon=Odabir ikone
+select_menu_item_dialog=Odaberite stavku izbornika
+select_menu_item_root_node=Izbornik
+SelectAllAction.text=Odaberi sve
+SelectBranchAction.text=Odaberi granu
+SelectedPasteAction.text=Zalijepi kao...
+selection_method_by_click=Jednostruki klik za odabir
+selection_method_delayed=Zaka\u0161njela automatska metoda odabira
+selection_method_direct=Prika\u017Ei odabrano
+SelectNoteAction.text=Prelazak iz bilje\u0161ke u \u010Dvor
+SelectNoteAction.tooltip=Prebaci iz bilje\u0161ke u \u010Dvor
+set_accelerator_on_next_click_action=Kliknite na bilo koju stavku izbornika za dodjelu nove tipkovni\u010Dke kratice
+SetAcceleratorOnNextClickAction.text=Pridru\u017Ei tipkovni\u010Dku kraticu
+SetImageByFileChooserAction.text=Slike (Pretra\u017Eiva\u010D datoteka ili veza)...
+SetLinkAnchorAction.text=Postavi sidro veze (linka)
+SetLinkAnchorAction.tooltip=<html>postavi ozna\u010Deni \u010Dvor kao sidro za budu\u0107e <br/>stvaranje lokalnih ili globalnih veza (linkova).
+SetLinkAnchorAction.tooltip_anchored=<html>postavi ozna\u010Deni \u010Dvor kao sidro za budu\u0107e <br/>stvaranje lokalnih ili globalnih veza (linkova). Aktualno sidro:{0}
+SetLinkByFileChooserAction.text=Hiperveze (Pretra\u017Eiva\u010D datoteka)...
+SetLinkByTextFieldAction.text=Dodaj ili promijeni hipervezu (Polje s tekstom)...
+SetNodeLink.text=Postavi vezu \u010Dvora
+SetNoteWindowPosition.bottom.text=Dolje
+SetNoteWindowPosition.left.text=Lijevo
+SetNoteWindowPosition.right.text=Desno
+SetNoteWindowPosition.top.text=Gore
+SetShortenerStateAction.text=Reducirani prikaz \u010Dvora
+sf_login_required=Potrebno je prijavljivanje na Source Forge. \u017Delite li nastaviti?
+ShowAllAttributesAction.text=Prika\u017Ei sva obilje\u017Eja
+ShowAncestorsAction.text=Prika\u017Ei pretke (prethodnike)
+ShowAttributeDialogAction.text=Upravljanje o&bilje\u017Ejima
+ShowDescendantsAction.text=Prika\u017Ei potomke (nasljednike)
+ShowFilterToolbarAction.text=Filtar traka
+ShowFormatPanel.text=Plo\u010Da oblikovanja
+ShowFormatPanel.tooltip=Prikazuje dijalog u kojem oblici \u010Dvorova i rubova mogu mijenjati odjednom.
+ShowHideNoteAction.text=Bilje\u0161ke
+ShowHideNoteAction.tooltip=Uklju\u010Divanje ili isklju\u010Divanje prozora s bilje\u0161kama
+ShowNextChildAction.text=Prika\u017Ei slijede\u0107i \u010Dvor
+ShowNotesInMapAction.text=Prika\u017Ei bilje\u0161ke u prozoru mape
+ShowSelectedAttributesAction.text=Prika\u017Ei odabrana obilje\u017Eja
+ShowSelectionAsRectangleAction.text=Prika\u017Ei okvir za odabir \u010Dvora
+simplyhtml.aboutFrameTitle=O programu
+simplyhtml.aboutLabel=O SimplyHTML...
+simplyhtml.alignCenter=Sredina
+simplyhtml.alignLabel=Poravnavanje:
+simplyhtml.alignLeft=Lijevo
+simplyhtml.alignRight=Desno
+simplyhtml.allCellsRangeLabel=sve \u0107elije
+simplyhtml.allOccurrencesReplaced=Sve podudarnosti su zamijenjene
+simplyhtml.appendTableColLabel=Dodaj stupac pokraj
+simplyhtml.appendTableRowLabel=Dodaj red ispod
+simplyhtml.applyCellAttrLabel=Primijeni na
+simplyhtml.backgroundLabel=Boja pozadine:
+simplyhtml.boldItalicName=Uko\u0161/Podebljano
+simplyhtml.boldName=Podebljano
+simplyhtml.borderColorLabel=Boja:
+simplyhtml.borderWidthLabel=\u0160irine
+simplyhtml.bottomLabel=Dolje:
+simplyhtml.cancelBtnName=Odustani
+simplyhtml.cellBorderTabLabel=Obrub
+simplyhtml.cellGenTabLabel=Op\u0107enito
+simplyhtml.cellMarginTabLabel=Margine
+simplyhtml.cellPanelTitle=Oblik \u0107elije
+simplyhtml.clearFormatLabel=Ukloni oblikovanje
+simplyhtml.clearFormatTip=Ukloni oblikovanje
+simplyhtml.close=Zatvori
+simplyhtml.closeBtnName=Zatvori
+simplyhtml.colorLabel=Boja
+simplyhtml.copyLabel=Kopiraj
+simplyhtml.copyTip=Kopiraj
+simplyhtml.cTagNameHead1=Naslov 1
+simplyhtml.cTagNameHead2=Naslov 2
+simplyhtml.cTagNameHead3=Naslov 3
+simplyhtml.cTagNameHead4=Naslov 4
+simplyhtml.cTagNameHead5=Naslov 5
+simplyhtml.cTagNameHead6=Naslov 6
+simplyhtml.cTagNameLink=Veza
+simplyhtml.cTagNameOL=Ure\u0111en popis
+simplyhtml.cTagNamePara=Odlomak
+simplyhtml.cTagNameUL=Neure\u0111en popis
+simplyhtml.cutLabel=Izre\u017Ei
+simplyhtml.cutTip=Izre\u017Ei
+simplyhtml.defaultDocName=Bez naslova
+simplyhtml.deleteTableColLabel=Obri\u0161i stupac
+simplyhtml.deleteTableRowLabel=Obri\u0161i red
+simplyhtml.docTitleQuery=Postavi naslov kao:
+simplyhtml.docTitleTitle=Uredi naslov dokumenta
+simplyhtml.editLabel=Uredi
+simplyhtml.effectLabel=Efekti
+simplyhtml.familyLabel=Oblik
+simplyhtml.findNext=Tra\u017Ei sljede\u0107e...
+simplyhtml.findReplaceDialogTitle=Tra\u017Ei i zamijeni
+simplyhtml.findReplaceLabel=Tra\u017Ei i zamijeni
+simplyhtml.findReplaceTip=Tra\u017Ei i zamijeni
+simplyhtml.fontBoldLabel=Podebljano
+simplyhtml.fontBoldTip=Uklju\u010Di/isklju\u010Di podebljano
+simplyhtml.fontColorLabel=Boja teksta
+simplyhtml.fontColorTip=Boja teksta
+simplyhtml.fontDialogTitle=Oblik slova
+simplyhtml.fontItalicLabel=Uko\u0161eno
+simplyhtml.fontItalicTip=Isklju\u010Di/uklju\u010Di uko\u0161eno
+simplyhtml.fontLabel=Slova...
+simplyhtml.fontTabLabel=Slova
+simplyhtml.fontTip=Oblik slova...
+simplyhtml.fontUnderlineLabel=Podcrtano
+simplyhtml.fontUnderlineTip=Uklju\u010Di/isklju\u010Di podcrtano
+simplyhtml.foregroundLabel=Boja fonta:
+simplyhtml.formatLabel=Oblikovanje
+simplyhtml.formatListLabel=Popis...
+simplyhtml.formatListTip=Promijeni oblik popisa
+simplyhtml.formatParaLabel=Odlomak...
+simplyhtml.formatParaTip=Promijeni oblik odlomka
+simplyhtml.formatTableLabel=Tabela...
+simplyhtml.formatTableTip=Oblikovanje tabele
+simplyhtml.helpLabel=Pomo\u0107
+simplyhtml.htmlTabTitle=HTML prikaz
+simplyhtml.imageFileDesc=Slikovne datoteke
+simplyhtml.insertTableColLabel=Umetni stupac
+simplyhtml.insertTableLabel=Tabela...
+simplyhtml.insertTableMsg=Broj kolona
+simplyhtml.insertTableRowLabel=Umetni red
+simplyhtml.insertTableTitle=Umetni tabelu
+simplyhtml.italicName=Uko\u0161eno
+simplyhtml.layoutTabTitle=Osnovni prikaz
+simplyhtml.leftLabel=Lijevo:
+simplyhtml.listDialogTitle=Oblik popisa
+simplyhtml.listIndentTitle=Uvlaka:
+simplyhtml.listPosInside=Iznutra
+simplyhtml.listPositionLabel=Pozicija:
+simplyhtml.listPosOutside=Izvana
+simplyhtml.listTypeCircle=Kru\u017Ei\u0107
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=simbol datoteke kao graf.oznake
+simplyhtml.listTypeLabel=Tip:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=Ni\u0161ta
+simplyhtml.listTypeSquare=Kvadrat
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Izvana
+simplyhtml.matchApproximately=&Pribli\u017Eno
+simplyhtml.matchApproximately.tooltip=<html>Omogu\u0107i pribli\u017Eno uspore\u0111ivanje,<br/>primjer, pretra\u017Eivanje  "bakar" prona\u0107i \u0107e i "bakra".</html>
+simplyhtml.matchCase=Razlikuj velika i mala slova
+simplyhtml.matchCase.tooltip=Omogu\u0107i razlikovanje velikih i malih slova kod uspore\u0111ivanja.
+simplyhtml.newStyleDefaultName=Novi stil
+simplyhtml.nextTableCellLabel=Sljede\u0107a \u0107elija
+simplyhtml.noLineLabel=Ni\u0161ta
+simplyhtml.noMoreOccurrencesFound=nema vi\u0161e podudarnosti
+simplyhtml.okBtnName=Uredu
+simplyhtml.paddingLabel=Unutra
+simplyhtml.paraAlignCenterLabel=Poravnaj u sredinu
+simplyhtml.paraAlignCenterTip=Poravnavanje odlomka u sredinu
+simplyhtml.paraAlignLeftLabel=Poravnaj lijevo
+simplyhtml.paraAlignLeftTip=Poravnavanje odlomka ulijevo
+simplyhtml.paraAlignRightLabel=Poravnaj desno
+simplyhtml.paraAlignRightTip=Poravnavanje odlomka udesno
+simplyhtml.paraStyleDialogTitle=Stil odlomka
+simplyhtml.paraTabLabel=Odlomak
+simplyhtml.pasteHTMLLabel=Zalijepi HTML
+simplyhtml.pasteLabel=Zalijepi
+simplyhtml.pastePlainTextLabel=Zalijepi obi\u010Dni tekst
+simplyhtml.pasteTip=Zalijepi
+simplyhtml.plainName=Obi\u010Dan
+simplyhtml.previewLabel=Pretpregled
+simplyhtml.previewText=Tekst pretpregleda
+simplyhtml.prevTableCellLabel=Prethodna \u0107elija
+simplyhtml.printLabel=Ispis...
+simplyhtml.redoLabel=Ponovi
+simplyhtml.redoTip=Ponovi
+simplyhtml.replace=Zamijeni...
+simplyhtml.replaceAll=Sve
+simplyhtml.replaceDone=Gotovo
+simplyhtml.replaceNo=Ne
+simplyhtml.replaceThisQuery=Zamijeniti podudarnost s obzirom na
+simplyhtml.replaceWith=Zamijeni s:
+simplyhtml.replaceYes=Da
+simplyhtml.rightLabel=Desno:
+simplyhtml.searchDown=Tra\u017Ei prema dolje
+simplyhtml.searchDown.tooltip=Tra\u017Ei od vrha prema dnu.
+simplyhtml.searchFromStart=Tra\u017Ei od po\u010Detka
+simplyhtml.searchFromStart.tooltip=Po\u010Dni tra\u017Eiti od vrha, bez obzira na poziciju pokaziva\u010Da na zaslonu.
+simplyhtml.searchUp=Tra\u017Ei prema gore
+simplyhtml.searchUp.tooltip=Tra\u017Ei od dna prema vrhu.
+simplyhtml.selectAllLabel=Odaberi sve
+simplyhtml.sizeLabel=Veli\u010Dina
+simplyhtml.standardStyleName=Standardno
+simplyhtml.strikeLabel=Precrtano
+simplyhtml.styleLabel=Stil
+simplyhtml.styleNameInputText=Naziv novog stila?
+simplyhtml.styleNameInputTitle=Spremi stil
+simplyhtml.tableBgColLabel=Pozadinska boja:
+simplyhtml.tableDialogTitle=Oblik tabele
+simplyhtml.tableLabel=Tabela
+simplyhtml.tablePanelTitle=Oblik tabele
+simplyhtml.tableWidthLabel=\u0160irina:
+simplyhtml.textIndentLabel=Uvlaka:
+simplyhtml.textToFind=Tra\u017Ei ovo:
+simplyhtml.thisCellRangeLabel=aktiv.\u0107elija
+simplyhtml.thisColRangeLabel=aktiv.stupac
+simplyhtml.thisRowRangeLabel=aktiv.red
+simplyhtml.toggleBulletsLabel=Uklju\u010Di/ Isklju\u010Di popis s oznakama
+simplyhtml.toggleBulletsTip=Uklju\u010Di/ Isklju\u010Di popis s oznakam
+simplyhtml.toggleNumbersLabel=Uklju\u010Di/ Isklju\u010Di broj\u010Dani popis
+simplyhtml.toggleNumbersTip=Uklju\u010Di/ Isklju\u010Di broj\u010Dani popis
+simplyhtml.topLabel=Gore:
+simplyhtml.uLineLabel=Podcrtano
+simplyhtml.unableToOpenFileError=Datoteka se ne mo\u017Ee otvoriti
+simplyhtml.unableToRedoError=Ne mogu ponoviti:
+simplyhtml.unableToUndoError=Ne mogu poni\u0161titi:
+simplyhtml.undoLabel=Poni\u0161ti
+simplyhtml.undoTip=Poni\u0161ti
+simplyhtml.valignBaseline=Osnovna crta
+simplyhtml.valignBottom=Dolje
+simplyhtml.valignLabel=Okom.poravn.:
+simplyhtml.valignMiddle=Sredina
+simplyhtml.valignTop=Gore
+simplyhtml.wholeWordsOnly=Samo cijele rije\u010Di
+simplyhtml.wholeWordsOnly.tooltip=Ograni\u010Di uspore\u0111ivanje na cijelu rije\u010D.
+SortNodes.text=Ra&zvrstavanje Djece abecednim redom
+SortNodes.tooltip=Razvrstavanje svih \u010Dvora Djece abecednim redom.
+split=&Razdijeli
+SplitConditionAction.text=Razdijeli
+SplitNode.text=&Podijeli \u010Dvor
+SplitNode.tooltip=<html>Dijeli trenutni \u010Dvor na poziciji pokaziva\u010Da mi\u0161a</html>
+STANDARD_FORMAT=Standard
+stop_processing=Stop
+StringFlavorHandler=Obi\u010Dan tekst kao hijerarhija \u010Dvorova
+StructuredHtmlFlavorHandler=HTML kao hijerarhija \u010Dvorova
+style=Stil
+style_already_exists=Stil ve\u0107 postoji!
+styledialog.cancel.text=Otka\u017Ei
+styledialog.ok.text=U redu
+styles=St&ilovi
+styles.AutomaticLayout=Automatsko oblikovanje
+styles.connection=Povezanost
+styles.date=Datum
+styles.definition=Definicija
+styles.description=Opis
+styles.floating_node=Slobodan \u010Dvor
+styles.idea=Ideja
+styles.important=Va\u017Eno
+styles.key=Klju\u010D
+styles.list=Popis
+styles.needs_action=Aktiviraj se
+styles.note=Bilje\u0161ka
+styles.ok=U redu
+styles.pending=Nerije\u0161eno
+styles.predefined=Unaprijed definirani stilovi
+styles.question=Pitanje
+styles.quotation=Citat
+styles.root_node=Stilovi
+styles.subsubtopic=Pod-podtema
+styles.subtopic=Podtema
+styles.topic=Glavna tema
+styles.user-defined=Korisni\u010Dki definirani stilovi
+styles.website=WEB stranica
+styles_menu=Stilovi
+submenu_keystroke_in_use_error=Tipkovni\u010Da kratica {0} nemo\u017Ee biti kori\u0161tena za podizbornik {1}. Tipkovni\u010Dka kratica je maknuta.
+summary_nodes=\u010Cvorovi sa\u017Eetak
+summary_not_possible=Ne mogu stvoriti \u010Dvor sa\u017Eetak za trenutni odabir
+SummaryNodeAction.text=\u010Cvor sa\u017Eetak
+svg=SVG
+template_dir=Predlo\u0161ci
+TimeListAction.text=Prika\u017Ei popis vremenskih podsjetnika ...
+TimeListAction.tooltip=Prikazuje sve vremenske podsjetnike i pripadaju\u0107e \u010Dvorove.
+TimeManagementAction.text=Prika\u017Ei kalendar...
+TimeManagementAction.tooltip=<html> Prika\u017Ei kalendarski modul (autora je Kai Toedter).</html>
+ToggleChildrenFoldedAction.text=Rasklopi/Sklopi \u010Dvor (Djeca)
+ToggleDetailsAction.text=Prika\u017Ei/Sakrij detalje \u010Dvora
+ToggleFBarAction.text=F- traka
+ToggleFoldedAction.text=Rasklopi/Sklopi odabrane \u010Dvorove
+ToggleFullScreenAction.text=Cijeli zaslon
+ToggleLeftToolbarAction.text=&Traka s ikonama
+ToggleMenubarAction.text=&Izborna traka
+ToggleStatusAction.text=Prika\u017Ei statusnu traku
+ToggleToolbarAction.text=&Alatna traka
+undefined_error=Do\u0161lo je do neo\u010Dekivane gre\u0161ke. Molim poku\u0161ajte poslati poruku o gre\u0161ci.
+underline=Podcrtano
+UnderlineAction.text=Podcrtano
+underlined=Podcrtano
+UndoAction.text=Poni\u0161ti
+UndoFilterAction.text=Poni\u0161ti
+unfold=Otvori \u010Dvor
+UnfoldAllAction.text=Rasklopi sve
+UnfoldAllAction.tooltip=<html> Rasklopi sve odabrane \u010Dvorove i njihovu Djecu.</html>
+UnfoldOneLevelAction.text=Rasklopi jednu razinu
+UnfoldOneLevelAction.tooltip=<html> Rasklopi odabrane \u010Dvorove za jednu razinu.</html>
+up=&Gore
+update_failed=Nadogradnja neuspjela s porukom {0}
+UpdateCheckAction.text=Provjeri za nadogradnju
+updatecheckdialog=Dijalog provjere nadogradnje
+url_error=Ovaj URL je nepravilno oblikovan!
+url_open_error=Nemog otvoriti URL vezu {0}.
+used_in_menu=Ova tipkovni\u010Dka kratica ne mo\u017Ee biti postavljena jer se koristi kao kratica glavnog izbornika.
+UsePlainTextAction.text=Koristi jednostavan tekst
+user_config_folder=Konfiguracijska mapa korisnika: {0}
+user_defined_scale=Korisni\u010Dki definirani omjer
+user_defined_zoom=Korisni\u010Dki definirano.
+user_defined_zoom_status_bar=Izmjena pove\u0107anja na korisni\u010Dki definiranu vrijednost {0}%.
+user_icon=Korisni\u010Dka ikona "{0}"
+user_template_dir=Korisni\u010Dki predlo\u0161ci
+user_zoom=Faktor pove\u0107anja ispisa (0.0 - 2.0):
+value_format=Oblik vrijednost
+version_up_to_date=Trenutno koristite najnoviju verziju programa
+ViewerControllerAction.text=Vanjski objekt...
+ViewLayoutTypeAction.OUTLINE.text=Op\u0107i pregled
+WebDocuAction.text=Web dokumentacija
+width=\u0160irina
+wrong_regexp=Pogre\u0161an RegEx "{0}", gre\u0161ka {1}
+xslt_export.html=HTML dokument
+xslt_export.latex=Latex dokument
+xslt_export.latexbook=Latex Knjigu
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 i vi\u0161i) XML format
+xslt_export.ms_project=MS Project (2003 i vi\u0161i) XML format
+xslt_export.ms_word=Word (2003 i vi\u0161i) XML format
+xslt_export.text=Jednostavan tekst
+xslt_export_not_possible=Freeplane XSLT izvoz nije mogu\u0107
+yes=&Da
+ZoomInAction.text=Pove\u0107aj
+ZoomOutAction.text=Smanji
diff --git a/freeplane/resources/translations/Resources_hu.properties b/freeplane/resources/translations/Resources_hu.properties
index a684bf9..d8af159 100644
--- a/freeplane/resources/translations/Resources_hu.properties
+++ b/freeplane/resources/translations/Resources_hu.properties
@@ -1,390 +1,390 @@
-AboutAction.text = N\u00E9vjegy
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/EncryptNode.properties_3 = Re-enter Password\:[translate me]
-accessories/plugins/EncryptNode.properties_6 = Rendben
-accessories/plugins/ExportWithXSLT.tooltip = Ez egy egyedi export\u00E1l\u00E1si lehet\u00F5s\u00E9g XSLT szkriptek haszn\u00E1lat\u00E1val.
-accessories/plugins/ExportWithXSLT_HTML.text = Export\u00E1l\u00E1s XHTML-k\u00E9nt (JavaScript verzi\u00F3)
-accessories/plugins/ExportWithXSLT_HTML3.text = Export\u00E1l\u00E1s XHTML-k\u00E9nt (m\u00E1sik verzi\u00F3, felh\u00F5kkel \u00E9s linkekkel)
-AddConnectorAction.text = Add Connector[translate me]
-AddLocalLinkAction.text = Helyi hiperlink hozz\u00E1ad\u00E1sa
-antialias_all = Mindent sim\u00EDtson
-antialias_edges = Sim\u00EDtsa az \u00E9leket
-antialias_none = Ne sim\u00EDtson
-as_parent = Sz\u00FCl\u0151k\u00E9nt
-attribute_delete_value = Delete this Value[translate me]
-attributes_dialog_title = Attribute Manager[translate me]
-attributes_edit_tooltip = Edit Set[translate me]
-attributes_skip_root = Skip Root Node[translate me]
-AutomaticLayoutAction.text = Automatikus megjelen\u00EDt\u00E9s
-AutomaticLayoutAction.tooltip = <html>A t\u00E9rk\u00E9p megjelen\u00E9s\u00E9t jav\u00EDtja. <br>K\u00E9rlek, ezt csak a gy\u00F6k\u00E9r elemen alkalmazd \u00E9s ut\u00E1n pr\u00F3b\u00E1lj n\u00E9h\u00E1ny gyerek elemet hozz\u00E1adni a t\u00E9rk\u00E9phez.<br> Az els\u0151 szint fekete, a m\u00E1sodik k\u00E9k lesz, stb..</html>
-BackAction.text = Vissza
-background = H\u00E1tt\u00E9r
-BlinkingNodeHookAction.text = Villog\u00F3 m\u00F3d
-BlinkingNodeHookAction.tooltip = <html>Ez egy dem\u00F3 c\u00E9lokat szolg\u00E1l\u00F3 java b\u0151v\u00EDtm\u00E9ny. L\u00E9gy \u00F3vatos. Ne alkalmazd t\u00FAls\u00E1gosan sok elemen, \u00E9s <strong>ne haszn\u00E1ld k\u00E9tszer vagy m\u00E1s b\u0151v\u00EDtm\u00E9nyekkel egy\u00FCtt ugyanazon az elemen.</strong></html>
-BoldAction.text = F\u00E9lk\u00F6v\u00E9r
-boldify_branch = F\u00E9lk\u00F6v\u00E9r\u00EDt\u00E9s
-branch = \u00C1g
-cancel = M\u00E9gsem
-CancelAction.text = M\u00E9gsem
-cannot_add_parent_diff_parents = Ehhez a funkci\u00F3hoz az elemeknek k\u00F6z\u00F6s sz\u00FCl\u00F5j\u00FCk kell hogy legyen.
-cannot_add_parent_to_root = A gy\u00F6k\u00E9r elem nem adhat\u00F3 hozz\u00E1 egy \u00FAj sz\u00FCl\u00F5h\u00F6z.
-cannot_join_nodes_with_children = Az elemeket nem lehet a gyermekeikkel egyes\u00EDteni
-cannot_move_to_child = Egy elemet nem lehet a gyerekei k\u00F6z\u00E9 \u00E1thelyezni.
-CenterAction.text = K\u00F6z\u00E9pre
-ChangeConnectorArrowsAction.backward.text = Vissza
-ChangeConnectorArrowsAction.forward.text = El\u0151re
-choose_background_color = V\u00E1laszd ki a h\u00E1tt\u00E9rsz\u00EDnt:
-choose_cloud_color = V\u00E1laszd ki a felh\u00F5sz\u00EDnt:
-choose_edge_color = V\u00E1laszd ki a keret sz\u00EDn\u00E9t:
-choose_node_background_color = V\u00E1laszd ki az elem h\u00E1tt\u00E9rsz\u00EDn\u00E9t:
-choose_node_color = V\u00E1laszd ki az elem sz\u00EDn\u00E9t:
-CloseAction.text = Bez\u00E1r\u00E1s
-CloudAction.text = Felh\u0151
-CloudColorAction.text = Felh\u0151 Sz\u00EDne
-combined = Kombin\u00E1lt
-connector_label = Connector Label[translate me]
-CopyAction.text = M\u00E1sol\u00E1s
-CopyIDAction.text = Copy Node ID[translate me]
-CopySingleAction.text = Egyetlen m\u00E1sol\u00E1sa
-CreationModificationPluginAction.text = M\u00F3dos\u00EDt\u00E1si id\u00F5k megjelen\u00EDt\u00E9se
-CreationModificationPluginAction.tooltip = <html>Ez egy jython b\u00F5v\u00EDtm\u00E9ny, amely folyamatosan figyeli az elemek l\u00E9trehoz\u00E1si \u00E9s m\u00F3dos\u00EDt\u00E1si idej\u00E9t.</html>
-CutAction.text = Kiv\u00E1g\u00E1s
-decrease_branch_font_size = Kisebb bet\u0171
-DecreaseNodeFontAction.text = Kisebb bet\u0171
-delete_child = Elem t\u00F6rl\u00E9se
-DeleteAction.text = Elem elt\u00E1vol\u00EDt\u00E1sa
-DocumentationAction.text = Dokument\u00E1ci\u00F3
-edge = Keret
-edge_style = Keret st\u00EDlusa
-edge_width = Keret sz\u00E9less\u00E9ge
-EdgeColorAction.text = Keret sz\u00EDne
-EdgeStyleAction.bezier.text = B\u00E9zier
-EdgeStyleAction.hide_edge.text = Hide Edge[translate me]
-EdgeStyleAction.linear.text = V\u00EDzszintes
-EdgeStyleAction.sharp_bezier.text = \u00C9les b\u00E9zier
-EdgeStyleAction.sharp_linear.text = \u00C9les line\u00E1ris
-EdgeStyleAsParentAction.text = Sz\u00FCl\u0151k\u00E9nt
-EdgeWidthAction_width_parent.text = Sz\u00FCl\u0151
-EdgeWidthAction_width_thin.text = V\u00E9kony
-edit = Szerkeszt\u00E9s
-edit_link_manually = Link szerkeszt\u00E9se k\u00E9zileg
-edit_long_node = Edit Long Node[translate me]
-edit_source_label = Edit Source Label[translate me]
-edit_target_label = Edit Target Label[translate me]
-EditAction.text = Elem szerkeszt\u00E9se
-EditLongAction.text = Hossz\u00FA elem szerkeszt\u00E9se
-enter_base_url = Most relat\u00EDv linkeket fogok beilleszteni. K\u00E9rlek, add meg a b\u00E1zis URL-t.
-enter_confirms = Az Enterrel meger\u00F5s\u00EDted
-error_creating_directory = Nem lehetett l\u00E9trehozni a k\u00F6nyvt\u00E1rat az export\u00E1l\u00E1shoz.
-export_pdf_text = Portable document format (PDF)
-export_svg_text = Scalable vector graphic (SVG)
-ExportAction.text = Export\u00E1l\u00E1s
-ExportBranchToHTMLAction.text = \u00C1g Export\u00E1l\u00E1sa HTML-k\u00E9nt
-ExportPdf.text = PDF-Export\u00E1l\u00E1s
-ExportSvg.text = SVG-Export\u00E1l\u00E1s
-ExportToHTMLAction.text = Export\u00E1l\u00E1s HTML-k\u00E9nt
-ExportToImage.jpg.text = JPEG-Export\u00E1l\u00E1s
-ExportToImage.png.text = PNG-Export\u00E1l\u00E1s
-extension_menu = Fizikai St\u00EDlus
-f_button_unassigned = <no action>[translate me]
-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
-filter_contains = Contains[translate me]
-filter_exist = Exists[translate me]
-find_what = Keresend\u0151
-FindAction.text = Keres\u00E9s
-fit_map_to_page = F\u00E9rjen el egy oldalon
-FitToPage.text = Igaz\u00EDt\u00E1s az oldal m\u00E9ret\u00E9hez
-FitToPage.tooltip = Ez egy egyszer\u00FB java oszt\u00E1ly, ami teszteli a t\u00E9rk\u00E9p egyes lehet\u00F5s\u00E9geit
-fold = Behajt\u00E1s
-FoldAllAction.text = Minden behajt\u00E1sa
-FoldAllAction.tooltip = <html>Behajtja a kijel\u00F6lt elemeket a gyerekeikkel egy\u00FCtt.</html>
-FoldOneLevelAction.text = Egy szint behajt\u00E1sa
-FoldOneLevelAction.tooltip = <html>A kijel\u00F6lt elemeket hajtja be egy szinttel beljebb.</html>
-follow_graphical_link = Go to\:[translate me]
-font = Bet\u0171
-FontFamilyAction.text = bet\u0171csal\u00E1d
-FontSizeAction.text = bet\u0171m\u00E9ret
-format_menu_edge_styles = Edge Styles[translate me]
-FormatCopy.text = Form\u00E1tum m\u00E1sol\u00E1sa
-FormatCopy.tooltip = <html>Kim\u00E1solja egy elem form\u00E1tum\u00E1t.</html>
-FormatPaste.text = Form\u00E1tum beilleszt\u00E9se
-FormatPaste.tooltip = <html>Beilleszti a kim\u00E1solt form\u00E1tumot.</html>
-ForwardAction.text = El\u0151re
-freeplane_reverted = Freeplane_Reverted_[translate me]
-FreeplaneHelpStarter.text = Online S\u00FAg\u00F3
-FreeplaneHelpStarter.tooltip = Freeplane s\u00FAg\u00F3
-GotoLinkNodeAction.text = Ugr\u00E1s linkre
-GrabKeyDialog.common.ok = Rendben
-help = S\u00FAg\u00F3
-HotKeyInfoAction.text = Key Reference[translate me]
-html_export_based_on_headings = HTML Export\u00E1l\u00E1s - A fejl\u00E9cek alapj\u00E1n
-html_export_fold_all = HTML Export\u00E1l\u00E1s - Mindet behajtva
-html_export_fold_currently_folded = HTML Export\u00E1l\u00E1s - A jelenlegi hajt\u00E1sok alapj\u00E1n
-html_export_no_folding = HTML Export\u00E1l\u00E1s - Behajt\u00E1s n\u00E9lk\u00FCl
-icon_100% = 100%[translate me]
-icon_25% = 25%[translate me]
-icon_50% = 50%[translate me]
-icon_75% = 75%[translate me]
-icon_attach = N\u00E9zz ide
-icon_back = Vissza
-icon_bee = Freeplane[translate me]
-icon_bell = Eml\u00E9keztet\u0151
-icon_bookmark = Kiv\u00E1l\u00F3
-icon_button_cancel = Nincs Rendben
-icon_button_ok = Rendben
-icon_clanbomber = Vesz\u00E9lyes
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Nem elfelejteni
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = Z\u00E1szl\u00F3
-icon_flag-black = Black Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_forward = El\u0151re
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-7 = Priority 7[translate me]
-icon_full-8 = Priority 8[translate me]
-icon_gohome = Otthon
-icon_help = K\u00E9rd\u00E9s
-icon_idea = \u00D6tlet
-icon_kaddressbook = Telefon
-icon_kmail = E-Mail[translate me]
-icon_knotify = Zene
-icon_korn = Postal\u00E1da
-icon_ksmiletris = Boldog vagyok
-icon_licq = Sz\u00E9p
-icon_Mail = Posta
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = Ikonok
-icon_messagebox_warning = Fontos
-icon_password = Kulcs
-icon_pencil = Jobban kidolgozni
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smiley-oh = Surprising[translate me]
-icon_stop = Meg\u00E1llj
-icon_stop-sign = Stop[translate me]
-icon_wizard = Var\u00E1zslat
-icon_xmag = Megbesz\u00E9lni
-icon_yes = Fontos
-IconSelectionPlugin.text = Ikon kiv\u00E1laszt\u00E1sa
-IconSelectionPlugin.tooltip = <html>Ez egy java b\u00F5v\u00EDtm\u00E9ny az ikon kiv\u00E1laszt\u00E1shoz.</html>
-import = Import\u00E1l\u00E1s
-import_linked_branch_no_link = A kijel\u00F6lt elemek nem tartalmaznak export\u00E1lhat\u00F3 linkeket.
-ImportBranchAction.text = \u00C1g import\u00E1l\u00E1sa
-ImportExplorerFavoritesAction.text = A b\u00F6ng\u00E9sz\u00F5 kedvenceinek import\u00E1l\u00E1sa
-ImportFolderStructureAction.text = K\u00F6nyvt\u00E1rszerkezet import\u00E1l\u00E1sa
-ImportLinkedBranchAction.text = Linkelt \u00E1g import\u00E1l\u00E1sa
-ImportLinkedBranchWithoutRootAction.text = Import\u00E1l\u00E1s gy\u00F6k\u00E9relem n\u00E9lk\u00FCl
-increase_branch_font_size = Nagyobb bet\u0171
-IncreaseNodeFontAction.text = Nagyobb bet\u0171
-ItalicAction.text = D\u0151lt
-italicise_branch = D\u0151ltt\u00E9
-JoinNodesAction.text = Elemek egyes\u00EDt\u00E9se
-less_than_two_selected_nodes = Linkek l\u00E9trehoz\u00E1s\u00E1hoz legal\u00E1bb k\u00E9t elemet kell kijel\u00F6ln\u00F6d.
-link_not_available_any_more = A link m\u00E1r nem \u00E9rv\u00E9nyes. A k\u00F6zbens\u0151 elem t\u00F6r\u00F6lve lett.
-locking_failed_by_open = A(z) {0} t\u00E9rk\u00E9p lez\u00E1r\u00E1sa sikertelen volt. Megnyitom csak-olvashat\u00F3k\u00E9nt.
-locking_failed_by_save_as = A(z) {0} t\u00E9rk\u00E9p lez\u00E1r\u00E1sa sikertelen volt. A Ment\u00E9s ez\u00E9rt le lett \u00E1ll\u00EDtva.
-locking_old_lock_removed = A(z) {0} t\u00E9rk\u00E9pet {1} m\u00E1r lez\u00E1rta. A z\u00E1r el lett t\u00E1vol\u00EDtva, mivel m\u00E1r nem \u00E9rv\u00E9nyes.
-long_node_changed_cancel = Megv\u00E1ltoztattad az elemet. Szeretn\u00E9d elvetni a v\u00E1ltoztat\u00E1sokat?
-lots_of_links_warning = Egyszerre sok linket szeretn\u00E9l l\u00E9trehozni egy adott elemhez. T\u00E9nyleg szeretn\u00E9d l\u00E9trehozni ezeket a linkeket?
-map_already_exists = A t\u00E9rk\u00E9p m\u00E1r l\u00E9tezik. Szeretn\u00E9d fel\u00FCl\u00EDrni?
-map_corrupted = A t\u00E9rk\u00E9p hib\u00E1s. \u00C9rdekelnek a r\u00E9szletek?
-map_locked_by_open = A(z) {0} t\u00E9rk\u00E9pet m\u00E1r {1} is szerkeszti. Megnyitom csak-olvashat\u00F3k\u00E9nt.
-map_locked_by_save_as = A(z) {0} t\u00E9rk\u00E9pet m\u00E1r {1} is szerkeszti. A Ment\u00E9s ez\u00E9rt le lett \u00E1ll\u00EDtva.
-menu_extras = Eszk\u00F6z\u00F6k
-menu_file_import = Import\u00E1l\u00E1s
-menu_format = Form\u00E1tum
-menu_insert = Beilleszt\u00E9s
-menu_navigate = Navig\u00E1l\u00E1s
-menu_view = N\u00E9zet
-mindmap = T\u00E9rk\u00E9p
-mindmaps = T\u00E9rk\u00E9pek
-mindmaps_desc = T\u00E9rk\u00E9pek (*.mm)
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Az \u00FCzemm\u00F3d nem el\u00E9rhet\u00F5
-mode_status = Az \u00FCzemm\u00F3d \u00E1t lett \u00E1ll\u00EDtva - {0} \u00FCzemm\u00F3d
-mode_title = Freeplane - {0} \u00FCzemm\u00F3d
-modes = M\u00F3dok
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Legut\u00F3bbi f\u00E1jlok
-MoveToRootAction.text = \u00C1thelyez\u00E9s a gy\u00F6k\u00E9rhez
-NavigationNextMapAction.text = K\u00F6vetkez\u0151 t\u00E9rk\u00E9p
-NavigationPreviousMapAction.text = El\u00F5z\u00F5 T\u00E9rk\u00E9p
-new_mindmap = \u00DAj Elmet\u00E9rk\u00E9p
-new_node = \u00DAj elem
-new_node_as_sibling_not_possible_for_the_root = A gy\u00F6k\u00E9r elemnek nem hozhat\u00F3 l\u00E9tre testv\u00E9r eleme
-NewChildAction.text = \u00DAj gyerek elem
-NewMapAction.text = \u00DAj
-NewParentNode.text = \u00DAj sz\u00FCl\u00F5 elem
-NewParentNode.tooltip = <html>Minden kijel\u00F6lt elem \u00FAj sz\u00FCl\u00F5 al\u00E1 ker\u00FCl.</html>
-NewPreviousSiblingAction.text = \u00DAj el\u00F5z\u00F5 testv\u00E9r elem
-NewSiblingAction.text = \u00DAj testv\u00E9r elem
-no = Nem
-no_format_copy_before_format_paste = Nem tudsz form\u00E1tumot beilleszteni, am\u00EDg nem m\u00E1solt\u00E1l ki egyet.
-no_found_from = Nem tal\u00E1lhat\u00F3 "{0}" itt: "{1}".
-no_more_found_from = Nem tal\u00E1lhat\u00F3 t\u00F6bb "{0}" itt: "{1}".
-no_previous_find = Nem tal\u00E1lhat\u00F3 el\u00F5z\u00F5.
-node = Elem
-node_changed_discard_changes = Megv\u00E1ltoztattad az elemet. Szeretn\u00E9d elvetni a v\u00E1ltoztat\u00E1sokat?
-NodeBackgroundColorAction.text = Elem h\u00E1tt\u00E9rsz\u00EDne
-NodeColorAction.text = Elem Sz\u00EDne
-NodeColorBlendAction.text = Kit\u00F6lt\u00E9s sz\u00EDne
-NodeDownAction.text = Elem le
-NodeShapeAction.bubble.text = Bubor\u00E9k
-NodeShapeAction.fork.text = El\u00E1gaz\u00E1s
-NodeUpAction.text = Elem fel
-nonboldify_branch = F\u00E9lk\u00F6v\u00E9r ki
-nonitalicise_branch = D\u00F5lt ki
-normal = Norm\u00E1l
-not_saved_for_link_error = Miel\u00F5tt linket v\u00E1laszthatn\u00E1l a f\u00E1jlv\u00E1laszt\u00F3b\u00F3l, a t\u00E9rk\u00E9pet el kell menteni!
-ok = Rendben
-OKAction.text = Rendben
-OpenAction.text = Megnyit\u00E1s
-OpenFreeplaneSiteAction.text = Freeplane's Homepage[translate me]
-OpenPathAction.text = Open File[translate me]
-OptionPanel.antialias = Antialias[translate me]
-OptionPanel.antialias_all = Mindent sim\u00EDtson
-OptionPanel.antialias_edges = Sim\u00EDtsa az \u00E9leket
-OptionPanel.ar = Ar[translate me]
-OptionPanel.automatic = Automatic[translate me]
-OptionPanel.automaticFormat_level1 = Root Node Format[translate me]
-OptionPanel.bezier = Bezier[translate me]
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.clear_all_setters = Switch all[translate me]
-OptionPanel.combined = Kombin\u00E1lt
-OptionPanel.de = De[translate me]
-OptionPanel.default_browser_command_mac = Default Browser Command Mac[translate me]
-OptionPanel.default_browser_command_windows_9x = Default Browser Command Windows 9x[translate me]
-OptionPanel.edgecolor = Edge color[translate me]
-OptionPanel.edgestyle = Edge style[translate me]
-OptionPanel.edgewidth = Edge width[translate me]
-OptionPanel.el = El[translate me]
-OptionPanel.el__max_default_window_height = Max Default Window Height[translate me]
-OptionPanel.el__max_default_window_width = Max Default Window Width[translate me]
-OptionPanel.el__min_default_window_height = Min Default Window Height[translate me]
-OptionPanel.el__min_default_window_width = Min Default Window Width[translate me]
-OptionPanel.HTML = HTML[translate me]
-OptionPanel.html_export_fold_all = Minden behajt\u00E1sa
-OptionPanel.html_export_folding = Html Export Folding[translate me]
-OptionPanel.nn = Nn[translate me]
-OptionPanel.nodetext = Node text[translate me]
-OptionPanel.pt_BR = Pt BR[translate me]
-OptionPanel.pt_PT = Pt PT[translate me]
-OptionPanel.relative = Relative[translate me]
-OptionPanel.revision_color = Revision Color[translate me]
-OptionPanel.separator.anti_alias = Antialias[translate me]
-OptionPanel.separator.html_export = Html Export[translate me]
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.inline_editor = In-line node editor[translate me]
-OptionPanel.separator.key_typing = Key Typing[translate me]
-OptionPanel.separator.NodeFont = Node Font[translate me]
-OptionPanel.separator.undo = Visszavon\u00E1s
-OptionPanel.standardcloudcolor = Standard Cloud Color[translate me]
-OptionPanel.standardcloudestyle = Standard Cloud Style[translate me]
-OptionPanel.standardlinkestyle = Standard Link Style[translate me]
-OptionPanel.standardselectednodecolor = Standard Selected Node Color[translate me]
-OptionPanel.sv = Se[translate me]
-OptionPanel.undefined_font = Undefined font[translate me]
-OptionPanel.undo_levels = Undo Levels[translate me]
-OptionPanel.use_tabbed_pane = Use Tabs[translate me]
-OptionPanel.zh_CN = Zh CN[translate me]
-OptionPanel.zh_TW = Zh[translate me]
-PageAction.text = Oldalbe\u00E1ll\u00EDt\u00E1s...
-PasteAction.text = Beilleszt\u00E9s
-PatternToString.Child = Child Node Style[translate me]
-PatternToString.EdgeColor = Edge Color[translate me]
-PatternToString.EdgeStyle = Keret st\u00EDlusa
-PatternToString.EdgeWidth = Keret sz\u00E9less\u00E9ge
-PatternToString.FontBold = F\u00E9lk\u00F6v\u00E9r
-plugins/ScriptEditor/window.title = Script Editor[translate me]
-plugins/TimeManagement.xml_Goto = Goto[translate me]
-plugins/TimeManagement.xml_WindowTitle = Time Management[translate me]
-preferences = Be\u00E1ll\u00EDt\u00E1sok
-PrintAction.text = Nyomtat\u00E1s...
-PrintDirectAction.text = Nyomtat\u00E1s
-printing_settings = Nyomtat\u00E1s m\u00E9retez\u00E9se
-PropertyAction.text = Preferences ...[translate me]
-QuitAction.text = Kil\u00E9p\u00E9s
-read_only = Csak olvashat\u00F3
-RedoAction.text = \u00DAjra
-RedoFilterAction.text = \u00DAjra
-RemoveAllIconsAction.text = \u00D6sszes ikon elt\u00E1vol\u00EDt\u00E1sa
-RemoveIconAction.text = Utols\u00F3 ikon elt\u00E1vol\u00EDt\u00E1sa
-repair_link = Link jav\u00EDt\u00E1sa
-repair_link_question = Nem lehet bet\u00F6lteni a linkelt t\u00E9rk\u00E9pet. Kijav\u00EDtod a linket k\u00E9zileg?
-RequestFeatureAction.text = Request a Feature[translate me]
-ResetNodeLocationAction.text = Reset Position[translate me]
-save_failed = A(z) {0} t\u00E9rk\u00E9p ment\u00E9se sikertelen volt.
-save_unsaved = Ments\u00FCk a k\u00F6vetkez\u00F5 elmet\u00E9rk\u00E9pet? :
-SaveAction.text = Ment\u00E9s
-SaveAsAction.text = Ment\u00E9s mint
-saved = Mentve
-saving_canceled = Saving canceled[translate me]
-scheme_evaluate = Hozz\u00E1rendel!
-select_favorites_folder = V\u00E1laszd ki a mapp\u00E1t, ahol a kedvencek tal\u00E1lhat\u00F3ak
-select_folder_for_importing = V\u00E1laszd ki az import\u00E1land\u00F3 mapp\u00E1t
-selection_method_by_click = Klikk a kijel\u00F6l\u00E9shez
-selection_method_direct = R\u00E1mutat\u00E1s a kijel\u00F6l\u00E9shez
-SetImageByFileChooserAction.text = K\u00E9p be\u00E1ll\u00EDt\u00E1sa (F\u00E1jl#v\u00E1laszt\u00F3 vagy Link)
-SetLinkByFileChooserAction.text = Link be\u00E1ll\u00EDt\u00E1sa (F\u00E1jlv\u00E1laszt\u00F3)
-SetLinkByTextFieldAction.text = Link be\u00E1ll\u00EDt\u00E1sa (Sz\u00F6vegmez\u00F5)
-simplyhtml.appendTableColLabel = Append col[translate me]
-simplyhtml.borderWidthLabel = Sz\u00E9less\u00E9g
-simplyhtml.copyLabel = M\u00E1sol\u00E1s
-simplyhtml.cTagNameHead3 = Heading 3[translate me]
-simplyhtml.cTagNameHead4 = Heading 4[translate me]
-simplyhtml.cutLabel = Kiv\u00E1g\u00E1s
-simplyhtml.fontBoldLabel = F\u00E9lk\u00F6v\u00E9r
-simplyhtml.fontItalicLabel = D\u0151lt
-simplyhtml.fontTabLabel = Bet\u0171
-simplyhtml.fontUnderlineLabel = Al\u00E1h\u00FAz\u00E1s
-simplyhtml.helpLabel = S\u00FAg\u00F3
-simplyhtml.nextTableCellLabel = Next cell[translate me]
-simplyhtml.okBtnName = Rendben
-simplyhtml.pasteLabel = Beilleszt\u00E9s
-simplyhtml.redoLabel = \u00DAjra
-simplyhtml.replaceNo = Nem
-simplyhtml.replaceYes = Igen
-simplyhtml.styleLabel = St\u00EDlus
-simplyhtml.tableDialogTitle = Format Table[translate me]
-simplyhtml.topLabel = top\:[translate me]
-simplyhtml.uLineLabel = Al\u00E1h\u00FAz\u00E1s
-simplyhtml.undoLabel = Visszavon\u00E1s
-split = Sz\u00E9tv\u00E1g\u00E1s
-SplitNode.text = Split Node[translate me]
-style = St\u00EDlus
-svg = SVG[translate me]
-ToggleChildrenFoldedAction.text = Gyerek (Ki/be)hajt\u00E1sa
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Behajt\u00E1s ki/be
-ToggleLeftToolbarAction.text = Baloldali eszk\u00F6zt\u00E1r ki/be
-ToggleMenubarAction.text = Men\u00FCsor ki/be
-ToggleToolbarAction.text = Eszk\u00F6zt\u00E1r ki/be
-undefined_error = V\u00E1ratlan hiba l\u00E9pett fel. K\u00E9rlek, pr\u00F3b\u00E1ld meg jelenteni a hib\u00E1t.
-underline = Al\u00E1h\u00FAz\u00E1s
-underlined = Al\u00E1h\u00FAz\u00E1s
-UndoAction.text = Visszavon\u00E1s
-UndoFilterAction.text = Visszavon\u00E1s
-unfold = Kihajt\u00E1s
-UnfoldAllAction.text = Minden kihajt\u00E1sa
-UnfoldAllAction.tooltip = <html>Kihajtja a kijel\u00F6lt elemeket a gyerekeikkel egy\u00FCtt.</html>
-UnfoldOneLevelAction.text = Egy szint kihajt\u00E1sa
-UnfoldOneLevelAction.tooltip = <html>A kijel\u00F6lt elemeket hajtja ki egy szinttel kijjebb.</html>
-url_error = Az URL hib\u00E1s form\u00E1tum\u00FA!
-url_load_error = Nem lehet a t\u00E9rk\u00E9pet err\u00F5l az URL-r\u00F5l bet\u00F6lteni:
-user_defined_zoom = Tetsz\u00F5leges.
-user_defined_zoom_status_bar = A nagy\u00EDt\u00E1si \u00E9rt\u00E9k az \u00E1ltalad v\u00E1lasztott {0}%-ra lett \u00E1ll\u00EDtva.
-user_zoom = Nyomtatand\u00F3 nagy\u00EDt\u00E1si \u00E9rt\u00E9k (0.0 - 2.0):
-width = Sz\u00E9less\u00E9g
-yes = Igen
-ZoomInAction.text = Nagy\u00EDt\u00E9s
-ZoomOutAction.text = Kicsiny\u00EDt\u00E9s
+AboutAction.text=N\u00E9vjegy
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/EncryptNode.properties_3=Re-enter Password\:[translate me]
+accessories/plugins/EncryptNode.properties_6=Rendben
+accessories/plugins/ExportWithXSLT.tooltip=Ez egy egyedi export\u00E1l\u00E1si lehet\u00F5s\u00E9g XSLT szkriptek haszn\u00E1lat\u00E1val.
+accessories/plugins/ExportWithXSLT_HTML.text=Export\u00E1l\u00E1s XHTML-k\u00E9nt (JavaScript verzi\u00F3)
+accessories/plugins/ExportWithXSLT_HTML3.text=Export\u00E1l\u00E1s XHTML-k\u00E9nt (m\u00E1sik verzi\u00F3, felh\u00F5kkel \u00E9s linkekkel)
+AddConnectorAction.text=Add Connector[translate me]
+AddLocalLinkAction.text=Helyi hiperlink hozz\u00E1ad\u00E1sa
+antialias_all=Mindent sim\u00EDtson
+antialias_edges=Sim\u00EDtsa az \u00E9leket
+antialias_none=Ne sim\u00EDtson
+as_parent=Sz\u00FCl\u0151k\u00E9nt
+attribute_delete_value=Delete this Value[translate me]
+attributes_dialog_title=Attribute Manager[translate me]
+attributes_edit_tooltip=Edit Set[translate me]
+attributes_skip_root=Skip Root Node[translate me]
+AutomaticLayoutAction.text=Automatikus megjelen\u00EDt\u00E9s
+AutomaticLayoutAction.tooltip=<html>A t\u00E9rk\u00E9p megjelen\u00E9s\u00E9t jav\u00EDtja. <br>K\u00E9rlek, ezt csak a gy\u00F6k\u00E9r elemen alkalmazd \u00E9s ut\u00E1n pr\u00F3b\u00E1lj n\u00E9h\u00E1ny gyerek elemet hozz\u00E1adni a t\u00E9rk\u00E9phez.<br> Az els\u0151 szint fekete, a m\u00E1sodik k\u00E9k lesz, stb..</html>
+BackAction.text=Vissza
+background=H\u00E1tt\u00E9r
+BlinkingNodeHookAction.text=Villog\u00F3 m\u00F3d
+BlinkingNodeHookAction.tooltip=<html>Ez egy dem\u00F3 c\u00E9lokat szolg\u00E1l\u00F3 java b\u0151v\u00EDtm\u00E9ny. L\u00E9gy \u00F3vatos. Ne alkalmazd t\u00FAls\u00E1gosan sok elemen, \u00E9s <strong>ne haszn\u00E1ld k\u00E9tszer vagy m\u00E1s b\u0151v\u00EDtm\u00E9nyekkel egy\u00FCtt ugyanazon az elemen.</strong></html>
+BoldAction.text=F\u00E9lk\u00F6v\u00E9r
+boldify_branch=F\u00E9lk\u00F6v\u00E9r\u00EDt\u00E9s
+branch=\u00C1g
+cancel=M\u00E9gsem
+CancelAction.text=M\u00E9gsem
+cannot_add_parent_diff_parents=Ehhez a funkci\u00F3hoz az elemeknek k\u00F6z\u00F6s sz\u00FCl\u00F5j\u00FCk kell hogy legyen.
+cannot_add_parent_to_root=A gy\u00F6k\u00E9r elem nem adhat\u00F3 hozz\u00E1 egy \u00FAj sz\u00FCl\u00F5h\u00F6z.
+cannot_join_nodes_with_children=Az elemeket nem lehet a gyermekeikkel egyes\u00EDteni
+cannot_move_to_child=Egy elemet nem lehet a gyerekei k\u00F6z\u00E9 \u00E1thelyezni.
+CenterAction.text=K\u00F6z\u00E9pre
+ChangeConnectorArrowsAction.backward.text=Vissza
+ChangeConnectorArrowsAction.forward.text=El\u0151re
+choose_background_color=V\u00E1laszd ki a h\u00E1tt\u00E9rsz\u00EDnt:
+choose_cloud_color=V\u00E1laszd ki a felh\u00F5sz\u00EDnt:
+choose_edge_color=V\u00E1laszd ki a keret sz\u00EDn\u00E9t:
+choose_node_background_color=V\u00E1laszd ki az elem h\u00E1tt\u00E9rsz\u00EDn\u00E9t:
+choose_node_color=V\u00E1laszd ki az elem sz\u00EDn\u00E9t:
+CloseAction.text=Bez\u00E1r\u00E1s
+CloudAction.text=Felh\u0151
+CloudColorAction.text=Felh\u0151 Sz\u00EDne
+combined=Kombin\u00E1lt
+connector_label=Connector Label[translate me]
+CopyAction.text=M\u00E1sol\u00E1s
+CopyIDAction.text=Copy Node ID[translate me]
+CopySingleAction.text=Egyetlen m\u00E1sol\u00E1sa
+CreationModificationPluginAction.text=M\u00F3dos\u00EDt\u00E1si id\u00F5k megjelen\u00EDt\u00E9se
+CreationModificationPluginAction.tooltip=<html>Ez egy jython b\u00F5v\u00EDtm\u00E9ny, amely folyamatosan figyeli az elemek l\u00E9trehoz\u00E1si \u00E9s m\u00F3dos\u00EDt\u00E1si idej\u00E9t.</html>
+CutAction.text=Kiv\u00E1g\u00E1s
+decrease_branch_font_size=Kisebb bet\u0171
+DecreaseNodeFontAction.text=Kisebb bet\u0171
+delete_child=Elem t\u00F6rl\u00E9se
+DeleteAction.text=Elem elt\u00E1vol\u00EDt\u00E1sa
+DocumentationAction.text=Dokument\u00E1ci\u00F3
+edge=Keret
+edge_style=Keret st\u00EDlusa
+edge_width=Keret sz\u00E9less\u00E9ge
+EdgeColorAction.text=Keret sz\u00EDne
+EdgeStyleAction.bezier.text=B\u00E9zier
+EdgeStyleAction.hide_edge.text=Hide Edge[translate me]
+EdgeStyleAction.linear.text=V\u00EDzszintes
+EdgeStyleAction.sharp_bezier.text=\u00C9les b\u00E9zier
+EdgeStyleAction.sharp_linear.text=\u00C9les line\u00E1ris
+EdgeStyleAsParentAction.text=Sz\u00FCl\u0151k\u00E9nt
+EdgeWidthAction_width_parent.text=Sz\u00FCl\u0151
+EdgeWidthAction_width_thin.text=V\u00E9kony
+edit=Szerkeszt\u00E9s
+edit_link_manually=Link szerkeszt\u00E9se k\u00E9zileg
+edit_long_node=Edit Long Node[translate me]
+edit_source_label=Edit Source Label[translate me]
+edit_target_label=Edit Target Label[translate me]
+EditAction.text=Elem szerkeszt\u00E9se
+EditLongAction.text=Hossz\u00FA elem szerkeszt\u00E9se
+enter_base_url=Most relat\u00EDv linkeket fogok beilleszteni. K\u00E9rlek, add meg a b\u00E1zis URL-t.
+enter_confirms=Az Enterrel meger\u00F5s\u00EDted
+error_creating_directory=Nem lehetett l\u00E9trehozni a k\u00F6nyvt\u00E1rat az export\u00E1l\u00E1shoz.
+export_pdf_text=Portable document format (PDF)
+export_svg_text=Scalable vector graphic (SVG)
+ExportAction.text=Export\u00E1l\u00E1s
+ExportBranchToHTMLAction.text=\u00C1g Export\u00E1l\u00E1sa HTML-k\u00E9nt
+ExportPdf.text=PDF-Export\u00E1l\u00E1s
+ExportSvg.text=SVG-Export\u00E1l\u00E1s
+ExportToHTMLAction.text=Export\u00E1l\u00E1s HTML-k\u00E9nt
+ExportToImage.jpg.text=JPEG-Export\u00E1l\u00E1s
+ExportToImage.png.text=PNG-Export\u00E1l\u00E1s
+extension_menu=Fizikai St\u00EDlus
+f_button_unassigned=<no action>[translate me]
+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
+filter_contains=Contains[translate me]
+filter_exist=Exists[translate me]
+find_what=Keresend\u0151
+FindAction.text=Keres\u00E9s
+fit_map_to_page=F\u00E9rjen el egy oldalon
+FitToPage.text=Igaz\u00EDt\u00E1s az oldal m\u00E9ret\u00E9hez
+FitToPage.tooltip=Ez egy egyszer\u00FB java oszt\u00E1ly, ami teszteli a t\u00E9rk\u00E9p egyes lehet\u00F5s\u00E9geit
+fold=Behajt\u00E1s
+FoldAllAction.text=Minden behajt\u00E1sa
+FoldAllAction.tooltip=<html>Behajtja a kijel\u00F6lt elemeket a gyerekeikkel egy\u00FCtt.</html>
+FoldOneLevelAction.text=Egy szint behajt\u00E1sa
+FoldOneLevelAction.tooltip=<html>A kijel\u00F6lt elemeket hajtja be egy szinttel beljebb.</html>
+follow_graphical_link=Go to\:[translate me]
+font=Bet\u0171
+FontFamilyAction.text=bet\u0171csal\u00E1d
+FontSizeAction.text=bet\u0171m\u00E9ret
+format_menu_edge_styles=Edge Styles[translate me]
+FormatCopy.text=Form\u00E1tum m\u00E1sol\u00E1sa
+FormatCopy.tooltip=<html>Kim\u00E1solja egy elem form\u00E1tum\u00E1t.</html>
+FormatPaste.text=Form\u00E1tum beilleszt\u00E9se
+FormatPaste.tooltip=<html>Beilleszti a kim\u00E1solt form\u00E1tumot.</html>
+ForwardAction.text=El\u0151re
+freeplane_reverted=Freeplane_Reverted_[translate me]
+FreeplaneHelpStarter.text=Online S\u00FAg\u00F3
+FreeplaneHelpStarter.tooltip=Freeplane s\u00FAg\u00F3
+GotoLinkNodeAction.text=Ugr\u00E1s linkre
+GrabKeyDialog.common.ok=Rendben
+help=S\u00FAg\u00F3
+HotKeyInfoAction.text=Key Reference[translate me]
+html_export_based_on_headings=HTML Export\u00E1l\u00E1s - A fejl\u00E9cek alapj\u00E1n
+html_export_fold_all=HTML Export\u00E1l\u00E1s - Mindet behajtva
+html_export_fold_currently_folded=HTML Export\u00E1l\u00E1s - A jelenlegi hajt\u00E1sok alapj\u00E1n
+html_export_no_folding=HTML Export\u00E1l\u00E1s - Behajt\u00E1s n\u00E9lk\u00FCl
+icon_100%=100%[translate me]
+icon_25%=25%[translate me]
+icon_50%=50%[translate me]
+icon_75%=75%[translate me]
+icon_attach=N\u00E9zz ide
+icon_back=Vissza
+icon_bee=Freeplane[translate me]
+icon_bell=Eml\u00E9keztet\u0151
+icon_bookmark=Kiv\u00E1l\u00F3
+icon_button_cancel=Nincs Rendben
+icon_button_ok=Rendben
+icon_clanbomber=Vesz\u00E9lyes
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Nem elfelejteni
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=Z\u00E1szl\u00F3
+icon_flag-black=Black Flag[translate me]
+icon_flag-green=Green Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_forward=El\u0151re
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-7=Priority 7[translate me]
+icon_full-8=Priority 8[translate me]
+icon_gohome=Otthon
+icon_help=K\u00E9rd\u00E9s
+icon_idea=\u00D6tlet
+icon_kaddressbook=Telefon
+icon_kmail=E-Mail[translate me]
+icon_knotify=Zene
+icon_korn=Postal\u00E1da
+icon_ksmiletris=Boldog vagyok
+icon_licq=Sz\u00E9p
+icon_Mail=Posta
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=Ikonok
+icon_messagebox_warning=Fontos
+icon_password=Kulcs
+icon_pencil=Jobban kidolgozni
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_smiley-oh=Surprising[translate me]
+icon_stop=Meg\u00E1llj
+icon_stop-sign=Stop[translate me]
+icon_wizard=Var\u00E1zslat
+icon_xmag=Megbesz\u00E9lni
+icon_yes=Fontos
+IconSelectionPlugin.text=Ikon kiv\u00E1laszt\u00E1sa
+IconSelectionPlugin.tooltip=<html>Ez egy java b\u00F5v\u00EDtm\u00E9ny az ikon kiv\u00E1laszt\u00E1shoz.</html>
+import=Import\u00E1l\u00E1s
+import_linked_branch_no_link=A kijel\u00F6lt elemek nem tartalmaznak export\u00E1lhat\u00F3 linkeket.
+ImportBranchAction.text=\u00C1g import\u00E1l\u00E1sa
+ImportExplorerFavoritesAction.text=A b\u00F6ng\u00E9sz\u00F5 kedvenceinek import\u00E1l\u00E1sa
+ImportFolderStructureAction.text=K\u00F6nyvt\u00E1rszerkezet import\u00E1l\u00E1sa
+ImportLinkedBranchAction.text=Linkelt \u00E1g import\u00E1l\u00E1sa
+ImportLinkedBranchWithoutRootAction.text=Import\u00E1l\u00E1s gy\u00F6k\u00E9relem n\u00E9lk\u00FCl
+increase_branch_font_size=Nagyobb bet\u0171
+IncreaseNodeFontAction.text=Nagyobb bet\u0171
+ItalicAction.text=D\u0151lt
+italicise_branch=D\u0151ltt\u00E9
+JoinNodesAction.text=Elemek egyes\u00EDt\u00E9se
+less_than_two_selected_nodes=Linkek l\u00E9trehoz\u00E1s\u00E1hoz legal\u00E1bb k\u00E9t elemet kell kijel\u00F6ln\u00F6d.
+link_not_available_any_more=A link m\u00E1r nem \u00E9rv\u00E9nyes. A k\u00F6zbens\u0151 elem t\u00F6r\u00F6lve lett.
+locking_failed_by_open=A(z) {0} t\u00E9rk\u00E9p lez\u00E1r\u00E1sa sikertelen volt. Megnyitom csak-olvashat\u00F3k\u00E9nt.
+locking_failed_by_save_as=A(z) {0} t\u00E9rk\u00E9p lez\u00E1r\u00E1sa sikertelen volt. A Ment\u00E9s ez\u00E9rt le lett \u00E1ll\u00EDtva.
+locking_old_lock_removed=A(z) {0} t\u00E9rk\u00E9pet {1} m\u00E1r lez\u00E1rta. A z\u00E1r el lett t\u00E1vol\u00EDtva, mivel m\u00E1r nem \u00E9rv\u00E9nyes.
+long_node_changed_cancel=Megv\u00E1ltoztattad az elemet. Szeretn\u00E9d elvetni a v\u00E1ltoztat\u00E1sokat?
+lots_of_links_warning=Egyszerre sok linket szeretn\u00E9l l\u00E9trehozni egy adott elemhez. T\u00E9nyleg szeretn\u00E9d l\u00E9trehozni ezeket a linkeket?
+map_already_exists=A t\u00E9rk\u00E9p m\u00E1r l\u00E9tezik. Szeretn\u00E9d fel\u00FCl\u00EDrni?
+map_corrupted=A t\u00E9rk\u00E9p hib\u00E1s. \u00C9rdekelnek a r\u00E9szletek?
+map_locked_by_open=A(z) {0} t\u00E9rk\u00E9pet m\u00E1r {1} is szerkeszti. Megnyitom csak-olvashat\u00F3k\u00E9nt.
+map_locked_by_save_as=A(z) {0} t\u00E9rk\u00E9pet m\u00E1r {1} is szerkeszti. A Ment\u00E9s ez\u00E9rt le lett \u00E1ll\u00EDtva.
+menu_extras=Eszk\u00F6z\u00F6k
+menu_file_import=Import\u00E1l\u00E1s
+menu_format=Form\u00E1tum
+menu_insert=Beilleszt\u00E9s
+menu_navigate=Navig\u00E1l\u00E1s
+menu_view=N\u00E9zet
+mindmap=T\u00E9rk\u00E9p
+mindmaps=T\u00E9rk\u00E9pek
+mindmaps_desc=T\u00E9rk\u00E9pek (*.mm)
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Az \u00FCzemm\u00F3d nem el\u00E9rhet\u00F5
+mode_status=Az \u00FCzemm\u00F3d \u00E1t lett \u00E1ll\u00EDtva - {0} \u00FCzemm\u00F3d
+mode_title=Freeplane - {0} \u00FCzemm\u00F3d
+modes=M\u00F3dok
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Legut\u00F3bbi f\u00E1jlok
+MoveToRootAction.text=\u00C1thelyez\u00E9s a gy\u00F6k\u00E9rhez
+NavigationNextMapAction.text=K\u00F6vetkez\u0151 t\u00E9rk\u00E9p
+NavigationPreviousMapAction.text=El\u00F5z\u00F5 T\u00E9rk\u00E9p
+new_mindmap=\u00DAj Elmet\u00E9rk\u00E9p
+new_node=\u00DAj elem
+new_node_as_sibling_not_possible_for_the_root=A gy\u00F6k\u00E9r elemnek nem hozhat\u00F3 l\u00E9tre testv\u00E9r eleme
+NewChildAction.text=\u00DAj gyerek elem
+NewMapAction.text=\u00DAj
+NewParentNode.text=\u00DAj sz\u00FCl\u00F5 elem
+NewParentNode.tooltip=<html>Minden kijel\u00F6lt elem \u00FAj sz\u00FCl\u00F5 al\u00E1 ker\u00FCl.</html>
+NewPreviousSiblingAction.text=\u00DAj el\u00F5z\u00F5 testv\u00E9r elem
+NewSiblingAction.text=\u00DAj testv\u00E9r elem
+no=Nem
+no_format_copy_before_format_paste=Nem tudsz form\u00E1tumot beilleszteni, am\u00EDg nem m\u00E1solt\u00E1l ki egyet.
+no_found_from=Nem tal\u00E1lhat\u00F3 "{0}" itt: "{1}".
+no_more_found_from=Nem tal\u00E1lhat\u00F3 t\u00F6bb "{0}" itt: "{1}".
+no_previous_find=Nem tal\u00E1lhat\u00F3 el\u00F5z\u00F5.
+node=Elem
+node_changed_discard_changes=Megv\u00E1ltoztattad az elemet. Szeretn\u00E9d elvetni a v\u00E1ltoztat\u00E1sokat?
+NodeBackgroundColorAction.text=Elem h\u00E1tt\u00E9rsz\u00EDne
+NodeColorAction.text=Elem Sz\u00EDne
+NodeColorBlendAction.text=Kit\u00F6lt\u00E9s sz\u00EDne
+NodeDownAction.text=Elem le
+NodeShapeAction.bubble.text=Bubor\u00E9k
+NodeShapeAction.fork.text=El\u00E1gaz\u00E1s
+NodeUpAction.text=Elem fel
+nonboldify_branch=F\u00E9lk\u00F6v\u00E9r ki
+nonitalicise_branch=D\u00F5lt ki
+normal=Norm\u00E1l
+not_saved_for_link_error=Miel\u00F5tt linket v\u00E1laszthatn\u00E1l a f\u00E1jlv\u00E1laszt\u00F3b\u00F3l, a t\u00E9rk\u00E9pet el kell menteni!
+ok=Rendben
+OKAction.text=Rendben
+OpenAction.text=Megnyit\u00E1s
+OpenFreeplaneSiteAction.text=Freeplane's Homepage[translate me]
+OpenPathAction.text=Open File[translate me]
+OptionPanel.antialias=Antialias[translate me]
+OptionPanel.antialias_all=Mindent sim\u00EDtson
+OptionPanel.antialias_edges=Sim\u00EDtsa az \u00E9leket
+OptionPanel.ar=Ar[translate me]
+OptionPanel.automatic=Automatic[translate me]
+OptionPanel.automaticFormat_level1=Root Node Format[translate me]
+OptionPanel.bezier=Bezier[translate me]
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.clear_all_setters=Switch all[translate me]
+OptionPanel.combined=Kombin\u00E1lt
+OptionPanel.de=De[translate me]
+OptionPanel.default_browser_command_mac=Default Browser Command Mac[translate me]
+OptionPanel.default_browser_command_windows_9x=Default Browser Command Windows 9x[translate me]
+OptionPanel.edgecolor=Edge color[translate me]
+OptionPanel.edgestyle=Edge style[translate me]
+OptionPanel.edgewidth=Edge width[translate me]
+OptionPanel.el=El[translate me]
+OptionPanel.el__max_default_window_height=Max Default Window Height[translate me]
+OptionPanel.el__max_default_window_width=Max Default Window Width[translate me]
+OptionPanel.el__min_default_window_height=Min Default Window Height[translate me]
+OptionPanel.el__min_default_window_width=Min Default Window Width[translate me]
+OptionPanel.HTML=HTML[translate me]
+OptionPanel.html_export_fold_all=Minden behajt\u00E1sa
+OptionPanel.html_export_folding=Html Export Folding[translate me]
+OptionPanel.nn=Nn[translate me]
+OptionPanel.nodetext=Node text[translate me]
+OptionPanel.pt_BR=Pt BR[translate me]
+OptionPanel.pt_PT=Pt PT[translate me]
+OptionPanel.relative=Relative[translate me]
+OptionPanel.revision_color=Revision Color[translate me]
+OptionPanel.separator.anti_alias=Antialias[translate me]
+OptionPanel.separator.html_export=Html Export[translate me]
+OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.inline_editor=In-line node editor[translate me]
+OptionPanel.separator.key_typing=Key Typing[translate me]
+OptionPanel.separator.NodeFont=Node Font[translate me]
+OptionPanel.separator.undo=Visszavon\u00E1s
+OptionPanel.standardcloudcolor=Standard Cloud Color[translate me]
+OptionPanel.standardcloudestyle=Standard Cloud Style[translate me]
+OptionPanel.standardlinkestyle=Standard Link Style[translate me]
+OptionPanel.standardselectednodecolor=Standard Selected Node Color[translate me]
+OptionPanel.sv=Se[translate me]
+OptionPanel.undefined_font=Undefined font[translate me]
+OptionPanel.undo_levels=Undo Levels[translate me]
+OptionPanel.use_tabbed_pane=Use Tabs[translate me]
+OptionPanel.zh_CN=Zh CN[translate me]
+OptionPanel.zh_TW=Zh[translate me]
+PageAction.text=Oldalbe\u00E1ll\u00EDt\u00E1s...
+PasteAction.text=Beilleszt\u00E9s
+PatternToString.Child=Child Node Style[translate me]
+PatternToString.EdgeColor=Edge Color[translate me]
+PatternToString.EdgeStyle=Keret st\u00EDlusa
+PatternToString.EdgeWidth=Keret sz\u00E9less\u00E9ge
+PatternToString.FontBold=F\u00E9lk\u00F6v\u00E9r
+plugins/ScriptEditor/window.title=Script Editor[translate me]
+plugins/TimeManagement.xml_Goto=Goto[translate me]
+plugins/TimeManagement.xml_WindowTitle=Time Management[translate me]
+preferences=Be\u00E1ll\u00EDt\u00E1sok
+PrintAction.text=Nyomtat\u00E1s...
+PrintDirectAction.text=Nyomtat\u00E1s
+printing_settings=Nyomtat\u00E1s m\u00E9retez\u00E9se
+PropertyAction.text=Preferences ...[translate me]
+QuitAction.text=Kil\u00E9p\u00E9s
+read_only=Csak olvashat\u00F3
+RedoAction.text=\u00DAjra
+RedoFilterAction.text=\u00DAjra
+RemoveAllIconsAction.text=\u00D6sszes ikon elt\u00E1vol\u00EDt\u00E1sa
+RemoveIconAction.text=Utols\u00F3 ikon elt\u00E1vol\u00EDt\u00E1sa
+repair_link=Link jav\u00EDt\u00E1sa
+repair_link_question=Nem lehet bet\u00F6lteni a linkelt t\u00E9rk\u00E9pet. Kijav\u00EDtod a linket k\u00E9zileg?
+RequestFeatureAction.text=Request a Feature[translate me]
+ResetNodeLocationAction.text=Reset Position[translate me]
+save_failed=A(z) {0} t\u00E9rk\u00E9p ment\u00E9se sikertelen volt.
+save_unsaved=Ments\u00FCk a k\u00F6vetkez\u00F5 elmet\u00E9rk\u00E9pet? :
+SaveAction.text=Ment\u00E9s
+SaveAsAction.text=Ment\u00E9s mint
+saved=Mentve
+saving_canceled=Saving canceled[translate me]
+scheme_evaluate=Hozz\u00E1rendel!
+select_favorites_folder=V\u00E1laszd ki a mapp\u00E1t, ahol a kedvencek tal\u00E1lhat\u00F3ak
+select_folder_for_importing=V\u00E1laszd ki az import\u00E1land\u00F3 mapp\u00E1t
+selection_method_by_click=Klikk a kijel\u00F6l\u00E9shez
+selection_method_direct=R\u00E1mutat\u00E1s a kijel\u00F6l\u00E9shez
+SetImageByFileChooserAction.text=K\u00E9p be\u00E1ll\u00EDt\u00E1sa (F\u00E1jl#v\u00E1laszt\u00F3 vagy Link)
+SetLinkByFileChooserAction.text=Link be\u00E1ll\u00EDt\u00E1sa (F\u00E1jlv\u00E1laszt\u00F3)
+SetLinkByTextFieldAction.text=Link be\u00E1ll\u00EDt\u00E1sa (Sz\u00F6vegmez\u00F5)
+simplyhtml.appendTableColLabel=Append col[translate me]
+simplyhtml.borderWidthLabel=Sz\u00E9less\u00E9g
+simplyhtml.copyLabel=M\u00E1sol\u00E1s
+simplyhtml.cTagNameHead3=Heading 3[translate me]
+simplyhtml.cTagNameHead4=Heading 4[translate me]
+simplyhtml.cutLabel=Kiv\u00E1g\u00E1s
+simplyhtml.fontBoldLabel=F\u00E9lk\u00F6v\u00E9r
+simplyhtml.fontItalicLabel=D\u0151lt
+simplyhtml.fontTabLabel=Bet\u0171
+simplyhtml.fontUnderlineLabel=Al\u00E1h\u00FAz\u00E1s
+simplyhtml.helpLabel=S\u00FAg\u00F3
+simplyhtml.nextTableCellLabel=Next cell[translate me]
+simplyhtml.okBtnName=Rendben
+simplyhtml.pasteLabel=Beilleszt\u00E9s
+simplyhtml.redoLabel=\u00DAjra
+simplyhtml.replaceNo=Nem
+simplyhtml.replaceYes=Igen
+simplyhtml.styleLabel=St\u00EDlus
+simplyhtml.tableDialogTitle=Format Table[translate me]
+simplyhtml.topLabel=top\:[translate me]
+simplyhtml.uLineLabel=Al\u00E1h\u00FAz\u00E1s
+simplyhtml.undoLabel=Visszavon\u00E1s
+split=Sz\u00E9tv\u00E1g\u00E1s
+SplitNode.text=Split Node[translate me]
+style=St\u00EDlus
+svg=SVG[translate me]
+ToggleChildrenFoldedAction.text=Gyerek (Ki/be)hajt\u00E1sa
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Behajt\u00E1s ki/be
+ToggleLeftToolbarAction.text=Baloldali eszk\u00F6zt\u00E1r ki/be
+ToggleMenubarAction.text=Men\u00FCsor ki/be
+ToggleToolbarAction.text=Eszk\u00F6zt\u00E1r ki/be
+undefined_error=V\u00E1ratlan hiba l\u00E9pett fel. K\u00E9rlek, pr\u00F3b\u00E1ld meg jelenteni a hib\u00E1t.
+underline=Al\u00E1h\u00FAz\u00E1s
+underlined=Al\u00E1h\u00FAz\u00E1s
+UndoAction.text=Visszavon\u00E1s
+UndoFilterAction.text=Visszavon\u00E1s
+unfold=Kihajt\u00E1s
+UnfoldAllAction.text=Minden kihajt\u00E1sa
+UnfoldAllAction.tooltip=<html>Kihajtja a kijel\u00F6lt elemeket a gyerekeikkel egy\u00FCtt.</html>
+UnfoldOneLevelAction.text=Egy szint kihajt\u00E1sa
+UnfoldOneLevelAction.tooltip=<html>A kijel\u00F6lt elemeket hajtja ki egy szinttel kijjebb.</html>
+url_error=Az URL hib\u00E1s form\u00E1tum\u00FA!
+url_load_error=Nem lehet a t\u00E9rk\u00E9pet err\u00F5l az URL-r\u00F5l bet\u00F6lteni:
+user_defined_zoom=Tetsz\u00F5leges.
+user_defined_zoom_status_bar=A nagy\u00EDt\u00E1si \u00E9rt\u00E9k az \u00E1ltalad v\u00E1lasztott {0}%-ra lett \u00E1ll\u00EDtva.
+user_zoom=Nyomtatand\u00F3 nagy\u00EDt\u00E1si \u00E9rt\u00E9k (0.0 - 2.0):
+width=Sz\u00E9less\u00E9g
+yes=Igen
+ZoomInAction.text=Nagy\u00EDt\u00E9s
+ZoomOutAction.text=Kicsiny\u00EDt\u00E9s
diff --git a/freeplane/resources/translations/Resources_id.properties b/freeplane/resources/translations/Resources_id.properties
index 211c5de..c2ad21b 100644
--- a/freeplane/resources/translations/Resources_id.properties
+++ b/freeplane/resources/translations/Resources_id.properties
@@ -1,973 +1,973 @@
-AboutAction.text = Tentang
-accessories/plugins/ApplyFormatPlugin.dialog.title = Ubah format node
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Ubah pola
-accessories/plugins/EncryptNode.properties_0 = Pilih kata sandi untuk node terenkripsi.
-accessories/plugins/EncryptNode.properties_1 = Kata sandi tidak sama atau terlalu pendek.
-accessories/plugins/EncryptNode.properties_2 = Ketikkan Kata Sandi:
-accessories/plugins/EncryptNode.properties_3 = Ketikkan lagi Kata Sandi:
-accessories/plugins/EncryptNode.properties_4 = Ketikkan kata sandi Anda.
-accessories/plugins/EncryptNode.properties_5 = <html>Ingat, keamanan enkripsi bergantung hampir<br> sepenuhnya pada kualitas kata sandi Anda.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Batal
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Operasi ini hanya dapat dilakukan pada node yang terenkripsi. Mohon sisipkan node terenkripsi dari menu Alat.
-accessories/plugins/EncryptNode.properties_select_me = Pilih saya untuk melanjutkan!
-accessories/plugins/EncryptNode.properties_wrong_password = Kata Sandi tidak benar.
-accessories/plugins/ExportWithTWiki.text = Sebagai TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Ekspor peta sebagai dokumen TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = Metode ekspor universal menggunakan skrip XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Sebagai Applet Java...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Ekspor peta sebagai applet Java
-accessories/plugins/ExportWithXSLT_Flash.text = Sebagai Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Ekspor peta sebagai aplikasi Flash
-accessories/plugins/ExportWithXSLT_HTML.text = Sebagai XHTML (versi JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Sebagai XHTML (versi gambar peta yang dapat diklik)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Sumberdaya dari SUMBERDAYA ke berkas Pemutar Tugas...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Ekspor sumberdaya dari node SUMBERDAYA ke modul Pemutar Tugas. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tugas dari TUGAS ke berkas Pemutar Tugas...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Ekspor tugas dari node TUGAS ke modul Pemutar Tugas. </html>
-add = Tambah
-AddLocalLinkAction.text = Tambahkan Hipertaut Lokal
-antialias_all = Antialias Semua
-antialias_edges = Antialias Tangkai
-antialias_none = Tanpa Antialias
-apply = Terapkan
-ApplyAction.text = Terapkan
-ApplyFormatPlugin.text = &Ubah format...
-ApplyFormatPlugin.tooltip = Membuka kotak dialog untuk mengubah atribut node dan tangkai sekaligus.
-ApplyNoFilteringAction.text = Tanpa Filter
-as_parent = Seperti Induknya
-AssignAttributesAction.text = Pasan&g Atribut...
-attribute_delete = Hapus Semua Nilai
-attribute_delete_value = Hapus Nilai Ini
-attribute_font_size_tooltip = Atribut Ukuran Font
-attribute_list_box_label_text = Nilai yang Telah Ada
-attribute_replace = Ganti dengan
-attribute_top = Semua Atribut untuk Peta Termuat
-attributes_adding_empty_attribute_error = String kosong tidak dapat digunakan sebagai nama atribut
-attributes_all = Semua Atribut
-attributes_attribute = Atribut
-attributes_close = Tutup
-attributes_deselect_all = Nihil
-attributes_dialog_title = Kelola Atribut
-attributes_edit = Edit
-attributes_edit_tooltip = Edit Set
-attributes_for_selected = Node Terpilih
-attributes_for_visible = Semua Node Terlihat
-attributes_import = Impor
-attributes_import_tooltip = Impor atribut dari peta lain yang termuat.
-attributes_no_import_candidates_found = Atribut baru tidak ditemukan
-attributes_popup_delete = Hapus
-attributes_popup_down = Turun
-attributes_popup_edit = Edit
-attributes_popup_hide = Sembunyikan
-attributes_popup_new = Atribut Baru
-attributes_popup_optimal_width = Lebar Optimal
-attributes_popup_up = Naik
-attributes_refresh = Segarkan
-attributes_restricted_attributes_tooltip = Batasi Set Atribut
-attributes_restricted_values_tooltip = Batasi Set Nilai-nilai untuk Atribut Ini
-attributes_restriction = Set Terbatas
-attributes_select_all = Semua
-attributes_select_all_tooltip = Pilih/Batal Pilih
-attributes_show = Tampilkan
-attributes_skip_root = Abaikan Node Akar
-attributes_visible = Yang Tampak dan Dipilih
-attributes_visible_tooltip = Yang Tampak dan Dipilih
-automatically_save_message = Peta disimpan secara otomatis (menggunakan nama berkas {0}) ...
-AutomaticLayoutAction.text = &Atak Otomatis
-AutomaticLayoutAction.tooltip = <html>Menetapkan atak peta. <br>Level pertama hitam, kedua biru, dst.</html>
-BackAction.text = Mundur
-BackAction.tooltip = Lompat ke belakang dalam rantai terpilih
-background = Latar Belakang
-bitmaps = bitmaps[translate me]
-BlinkingNodeHookAction.text = Node Berkedip
-BlinkingNodeHookAction.tooltip = <html>Buat node berkedip. Hati-hati. Jangan gunakan pada banyak node, dan <strong> jangan gunakan sekaligus dengan pemformatan otomatis yang lain.</strong></html>
-BoldAction.text = Tebal
-boldify_branch = Tebalkan
-branch = Cabang
-cancel = Batal
-CancelAction.text = Batal
-cannot_add_parent_diff_parents = Semua node harus memiliki induk yang sama untuk fungsi ini.
-cannot_add_parent_to_root = Node akar tidak dapat ditambahkan ke induk baru.
-cannot_delete_root = Node akar tidak dapat dicopot atau dipotong.
-cannot_join_nodes_with_children = Node yang punya anak tidak dapat digabung
-cannot_move_to_child = Node tidak dapat dipindahkan ke bawah anaknya sendiri.
-CenterAction.text = Tengah
-ChangeConnectorArrowsAction.backward.text = Mundur
-ChangeConnectorArrowsAction.forward.text = Maju
-ChangeNodeLevelLeftsAction.text = Node ke kiri
-ChangeNodeLevelLeftsAction.tooltip = Di sebelah kiri akar, node digeser ke bawah. Mereka menjadi anak dari saudaranya sendiri. Di sebelah kanan akar, node digeser ke atas. Tepat di akar, node bertukar sisi.
-ChangeNodeLevelRightsAction.text = Node ke kanan
-ChangeNodeLevelRightsAction.tooltip = Di sebelah kanan akar, node digeser ke bawah. Mereka menjadi anak dari saudaranya sendiri. Di sebelah kiri akar, node digeser ke atas. Tepat di akar, node bertukar sisi.
-choose_background_color = Pilih Warna Latar Belakang:
-choose_cloud_color = Pilih Warna Awan:
-choose_edge_color = Pilih Warna Tangkai
-choose_node_background_color = Pilih Warna Latar Belakang Node:
-choose_node_color = Pilih Warna Node:
-CloseAction.text = Tutup
-CloudAction.text = Awan
-CloudColorAction.text = Warna Awan...
-ColorProperty.ResetColor = Tata-ulang Warna
-combined = Gabungan
-confirmation = Konfirmasi
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = Salin
-CopySingleAction.text = Salin  Tunggal
-CreationModificationPluginAction.text = Tunjukkan &Waktu Diubah
-CreationModificationPluginAction.tooltip = <html>Fungsi ini mencatat waktu pembuatan dan pengubahan node-node.</html>
-CutAction.text = Potong
-decrease_branch_font_size = Perkecil Font
-DecreaseNodeFontAction.text = Perkecil Font
-delete = Hapus
-delete_child = Hapus Node
-DeleteAction.text = Copot Node
-DeleteConditionAction.text = Hapus
-DocumentationAction.text = Dokumentasi
-edge = Tangkai
-edge_style = Gaya Tangkai
-edge_width = Lebar Tangkai
-EdgeColorAction.text = Warna Tangkai...
-EdgeStyleAction.bezier.text = Kurva Bezier
-EdgeStyleAction.horizontal.text = Horizontal[translate me]
-EdgeStyleAction.linear.text = Garis Lurus
-EdgeStyleAction.sharp_bezier.text = Kurva Bezier Tajam
-EdgeStyleAction.sharp_linear.text = Garis Lurus Tajam
-EdgeStyleAsParentAction.text = Seperti Induknya
-EdgeWidthAction_width_parent.text = Induk
-EdgeWidthAction_width_thin.text = Tipis
-edit = &Edit
-edit.decision = Editor HTML
-edit.edit_rich_text = Apakah Anda ingin menggunakan pemformatan seperti tebal atau miring?
-edit_link_manually = Edit Hipertaut secara Manual
-edit_long_node = Edit Long Node[translate me]
-edit_source_label = Edit Source Label[translate me]
-edit_target_label = Edit Target Label[translate me]
-EditAction.text = Edit Node
-EditAttributesAction.text = Edit Atribut
-EditFilterAction.text = Edit
-EditLongAction.text = Edit Node Panjang
-EncryptedMap.text = Buat Peta Terenkripsi...
-EncryptedMap.tooltip = Buat peta terenkripsi baru.
-enter_base_url = Masukkan URL acuan. Hipertaut akan dibuat relatif mengacu terhadap URL ini.
-enter_confirms = Enter untuk Menerapkan
-EnterPassword.text = &Mati-hidupkan Enkripsi
-error = Galat
-error_applying_template = Galat menerapkan pola acu XSL.
-error_creating_directory = Tidak dapat membuat direktori untuk ekspor.
-ExecuteScripts.text = Scripts[translate me]
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = &Ekspor
-ExportBranchToHTMLAction.text = Cabang sebagai HTML
-ExportPdf.text = Sebagai PDF...
-ExportSvg.text = Sebagai SVG...
-ExportToHTMLAction.text = Sebagai HTML
-ExportToImage.jpg.text = Sebagai JPEG...
-ExportToImage.png.text = Sebagai PNG...
-ExportToOoWriter.text = Sebagai dokumen OpenOffice.org Writer...
-ExportToOoWriter.tooltip = Node terbuka berdasarkan strukturnya, node terlipat berdasarkan isi dokumen.
-extension_menu = Gaya &Fisik
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ
-file = Be&rkas
-file_already_exists = Berkas {0} sudah ada. Apakah Anda hendak menimpanya?
-file_not_found = Berkas {0} tidak ditemukan
-filter = Filter
-filter_add = Tambah
-filter_and = And (Dan)
-filter_conditions = Filter
-filter_contains = Mengandung
-filter_delete = Hapus
-filter_dialog = Penyusun Filter
-filter_does_not_exist = Tak Ada
-filter_edit_description = Edit Senarai Filter
-filter_enter_value = Ketikkan Nilai
-filter_exist = Ada
-filter_icon = Ikon
-filter_is_equal_to = Sama dengan
-filter_is_not_equal_to = Tak sama dengan
-filter_link = Hyperlink[translate me]
-filter_no_filtering = Tanpa Filter
-filter_node = Teks Node
-filter_not = Not (Negasi)
-filter_or = Or (Atau)
-filter_select = Pilih
-filter_selected_node_view = Node Terpilih Saat Ini
-find_what = Temukan apa
-FindAction.text = Temukan...
-fit_map_to_page = Sesuaikan ke Satu Halaman
-FitToPage.text = Zum untuk Menyesuaikan ke &Halaman
-FitToPage.tooltip = Sesuaikan zum hingga seluruh peta tertampilkan dalam jendela ini.
-fold = Lipat
-FoldAllAction.text = Lipat Semua
-FoldAllAction.tooltip = <html>Lipat node terpilih dan semua anaknya..</html>
-FoldOneLevelAction.text = Lipat Satu Level
-FoldOneLevelAction.tooltip = <html>Lipat node terpilih satu level.</html>
-follow_graphical_link = Pergi ke:
-FollowLinkAction.text = Buka Hipertaut
-font = Font
-FontFamilyAction.text = font
-FontSizeAction.text = ukuran font
-format_menu_edge_styles = Gaya &Tangkai
-format_menu_edge_widths = &Lebar Tangkai
-FormatCopy.text = Salin Format
-FormatCopy.tooltip = <html>Menyalin pemformatan node.</html>
-FormatPaste.text = Tempel Format
-FormatPaste.tooltip = <html>Menempelkan pemformatan node.</html>
-ForwardAction.text = Maju
-ForwardAction.tooltip = Lompat ke depan dalam rantai terpilih
-Freeplane.progress.buildScreen = Bangun Layar...
-Freeplane.progress.createController = Buat Pengendali...
-Freeplane.progress.createInitialMode = Buat Modus Inisial...
-Freeplane.progress.endStartup = Proses Memulai Selesai.
-Freeplane.progress.gettingPreferenceDirectories = Mengambil Direktori Preferensi...
-Freeplane.progress.gettingPreferences = Mengambil Preferensi...
-Freeplane.progress.loadMaps = Muat Peta...
-Freeplane.progress.propagateLookAndFeel = Terapkan Cita dan Rasa secara Menyeluruh...
-Freeplane.progress.settingPreferences = Setel Preferensi...
-Freeplane.progress.startCreateController = Mulai Buat Pengendali...
-Freeplane.progress.updateLookAndFeel = Mutakhirkan Cita dan Rasa...
-freeplane_reverted = Freeplane Dimuat Ulang
-FreeplaneHelpStarter.text = Bantuan...
-FreeplaneHelpStarter.tooltip = Bantuan Lebih Jauh Freeplane
-GotoLinkNodeAction.text = Pergi ke Taut
-GrabKeyDialog.common.cancel = Batal
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Dipasangkan ke
-GrabKeyDialog.grab-key.assigned-to.none = Saat ini tidak dipasangkan
-GrabKeyDialog.grab-key.clear = Bersihkan
-GrabKeyDialog.grab-key.remove = Copot
-GrabKeyDialog.grab-key.remove-ask = Anda yakin hendak mencopot kunci ini?
-GrabKeyDialog.grab-key.title = Masukkan kunci baru
-help = Bantuan
-HideAllAttributesAction.text = Sembunyikan Atribut Terpilih
-HierarchicalIconsAction.text = Tampilkan Ikon secara &Hirarkis
-HierarchicalIconsAction.tooltip = Bila salah satu dari anak(-cucu) node ini memiliki ikon, ikon tersebut akan ditampilkan juga di sini dalam format kecil.
-HotKeyInfoAction.text = Key Reference[translate me]
-html_export_based_on_headings = Ekspor HTML - Berdasarkan Tajuk
-html_export_fold_all = Ekspor HTML - Tutup Semua Lipatan
-html_export_fold_currently_folded = Ekspor HTML - Biarkan Lipatan Apa Adanya
-html_export_no_folding = Ekspor HTML - Tanpa Lipatan
-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_attach = Lihat sini
-icon_back = Mundur
-icon_bee = Freeplane[translate me]
-icon_bell = Pengingat
-icon_bookmark = Sangat bagus
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Batal
-icon_button_ok = OK
-icon_calendar = Tanggal
-icon_clanbomber = Bahaya
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Jangan lupa
-icon_down = Turun
-icon_edit = Refine[translate me]
-icon_family = Keluarga
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = Bendera
-icon_flag-black = Black Flag[translate me]
-icon_flag-blue = Blue Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_folder = Folder[translate me]
-icon_forward = Maju
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Prioritas 1
-icon_full-2 = Prioritas 2
-icon_full-3 = Prioritas 3
-icon_full-4 = Prioritas 4
-icon_full-5 = Prioritas 5
-icon_full-6 = Prioritas 6
-icon_full-7 = Prioritas 7
-icon_gohome = Rumah
-icon_group = Group[translate me]
-icon_help = Pertanyaan
-icon_idea = Ide
-icon_info = Info[translate me]
-icon_kaddressbook = Telepon
-icon_kmail = E-Mail[translate me]
-icon_knotify = Musik
-icon_korn = Kotak surat
-icon_ksmiletris = Saya senang
-icon_licq = Bagus
-icon_Mail = Surat
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = I&kon
-icon_messagebox_warning = Penting
-icon_password = Kunci
-icon_pencil = Untuk diperbaiki
-icon_penguin = Linux
-icon_smily_bad = Saya tidak senang
-icon_stop = Stop
-icon_up = Naik
-icon_wizard = Ajaib
-icon_xmag = Untuk dibicarakan
-icon_yes = Penting
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.miscellaneous.text = Miscellaneous[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Pilih Ikon...
-IconSelectionPlugin.tooltip = <html>Dengan ini, ikon dapat dipilih lewat suatu jendela.</html>
-import = Impor
-import_linked_branch_no_link = Node terpilih tidak bertaut pada sesuatu yang dapat diimpor.
-ImportAction.text = Impor
-ImportBranchAction.text = Cabang...
-ImportExplorerFavoritesAction.text = Favorit dari Explorer...
-ImportFolderStructureAction.text = Struktur Map...
-ImportLinkedBranchAction.text = Cabang Bertaut
-ImportLinkedBranchWithoutRootAction.text = (Cabang Bertaut) Tanpa Akarnya
-ImportMindmanagerFiles.text = Peta MindManager X5...
-increase_branch_font_size = Perbesar Font
-IncreaseNodeFontAction.text = Perbesar Font
-ItalicAction.text = Miring
-italicise_branch = Miringkan
-JoinNodesAction.text = Gabung Node
-less_than_two_selected_nodes = Anda harus memilih minimal dua node untuk membuat tautan.
-link_not_available_any_more = Tautan ini tidak sahih lagi. Node di antaranya telah dicopot.
-link_not_found = Link {0} tidak ditemukan
-load = Muat
-locking_failed_by_open = Penguncian peta {0} gagal. Dibuka untuk baca-saja.
-locking_failed_by_save_as = Penguncian peta {0} gagal. Perintah Simpan Sebagai dibatalkan.
-locking_old_lock_removed = Peta {0} dikunci oleh pemakai {1}. Penguncian dilepaskan karena sudah usang.
-long_node_changed_cancel = Node telah diubah. Anda ingin membatalkan perintah ini?
-long_node_changed_submit = Node telah diubah. Anda ingin menyimpan perubahannya?
-lots_of_links_warning = Anda akan membuat banyak sekali tautan ke node yang sama. Benarkah Anda menghendaki tautan-tautan ini?
-map_already_exists = Peta sudah ada. Anda ingin menimpanya?
-map_corrupted = Peta rusak. Lihat detail?
-map_locked_by_open = Peta {0} sedang diedit oleh pemakai {1}. Dibuka untuk baca-saja.
-map_locked_by_save_as = Peta {0} sedang diedit oleh pemakai {1}. Perintah Simpan Sebagai dibatalkan.
-map_not_saved = Peta belum disimpan sebelumnya.
-menu_attributes = &Atribut
-menu_extras = A&lat
-menu_file_import = I&mpor
-menu_filter = Filter[translate me]
-menu_format = F&ormat
-menu_insert = &Sisip
-menu_navigate = &Navigasi
-menu_view = &Tampakan
-mindmap = Peta
-mindmaps = Peta
-mindmaps_desc = Peta (*.mm)
-mindmaps_filter_desc = Filter (*.mmfilter)
-mode_Browse = Browse Mode[translate me]
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Modus tak tersedia
-mode_status = Modus diubah ke Modus {0}
-mode_title = Freeplane - Modus {0}
-modes = Modus
-ModesMenuAction.File.text = File Explorer[translate me]
-most_recent_files = Be&rkas Terkini
-MoveToRootAction.text = Pergi ke Akar
-NavigationNextMapAction.text = Peta Berikutnya
-NavigationPreviousMapAction.text = Peta Sebelumnya
-new_mindmap = Peta Baru
-new_node = Node Baru
-new_node_as_sibling_not_possible_for_the_root = Node baru sebagai kakak/adik tidak dimungkinkan untuk node akar
-NewChildAction.text = Node Anak Baru
-NewMapAction.text = Baru
-NewParentNode.text = Node Induk Baru
-NewParentNode.tooltip = <html>Semua node terpilih dipindahkan ke induk yang baru.</html>
-NewPreviousSiblingAction.text = Node Kakak Baru
-NewSiblingAction.text = Node Adik Baru
-NextNodeAction.FORWARD.text = Next node[translate me]
-no = Tidak
-no_format_copy_before_format_paste = Format tidak dapat ditempelkan sebelum disalin dari node yang lain.
-no_found_from = <html><b>{0}</b> tidak ditemukan dalam <b>{1}</b>.
-no_more_found_from = <html><b>{0}</b> tidak ditemukan lagi dalam <b>{1}</b>.
-no_previous_find = Tidak ada pencarian sebelumnya.
-node = Node
-node_changed_discard_changes = Node telah diubah. Anda ingin membatalkan perintah ini?
-node_location_help = Menyeret memindahkan lokasi node, ctrl+seret mengganti jarak, klik ganda dan ctrl+klik ganda menatanya ulang.
-NodeBackgroundColorAction.text = Warna Latar Belakang &Node...
-NodeColorAction.text = Warna Node...
-NodeColorBlendAction.text = Campur Warna
-NodeDownAction.text = Node ke Bawah
-NodeListAction.text = Temukan dan Ganti...
-NodeListAction.tooltip = Tampilkan semua node sebagai senarai yang dapat dicari melalui penyaring properti.
-NodeShapeAction.bubble.text = &Balon
-NodeShapeAction.fork.text = &Ranting
-NodeUpAction.text = Node ke Atas
-nonboldify_branch = Tak-tebalkan
-nonitalicise_branch = Tak-miringkan
-normal = Normal
-not_saved_for_link_error = Peta harus disimpan sebelum mengeset hipertaut melalui pemilih berkas.
-ok = OK
-OKAction.text = OK
-OpenAction.text = Buka...
-OpenFreeplaneSiteAction.text = Freeplane's Homepage[translate me]
-option_changes_may_require_restart = Untuk melihat efek perubahan setelah, Anda mungkin harus memulai ulang Freeplane.
-OptionalDontShowMeAgainDialog.cancel = &Tidak
-OptionalDontShowMeAgainDialog.dontShowAgain = &Jangan tanya saya lagi.
-OptionalDontShowMeAgainDialog.ok = &Ya
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Ingat keputusan saya.
-OptionPanel.absolute = Absolut
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Pola atak otomatis
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Tentukan kuaitas peta. Lebih banyak antialias membutuhkan lebih banyak waktu.</html>
-OptionPanel.antialias_all = Antialias Semua
-OptionPanel.antialias_edges = Antialias Tangkai
-OptionPanel.antialias_none = Tanpa Antialias
-OptionPanel.Appearance = Penampilan
-OptionPanel.ar = Ar
-OptionPanel.as_parent = Induk
-OptionPanel.ask = Tanya
-OptionPanel.automatic = Otomatis
-OptionPanel.automaticFormat_level = Gaya Atak Otomatis
-OptionPanel.automaticFormat_level1 = Format Node Akar
-OptionPanel.automaticFormat_level2 = Format Node Level 1
-OptionPanel.Behaviour = Tingkah Laku
-OptionPanel.bezier = bezier[translate me]
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.ca = Catalan, Valencian / Catal\u00E0[translate me]
-OptionPanel.Cancel = Batal
-OptionPanel.childpattern = Pola Anak
-OptionPanel.childpattern.tooltip = Pola terpilih diterapkan ke semua anak.
-OptionPanel.clear_all_setters = Tukar semua
-OptionPanel.clear_all_setters.tooltip = Aktifkan/matikan semua indikator perubahan.
-OptionPanel.combined = Gabungan
-OptionPanel.convert_to_current_version = <html>Konversikan peta Freeplane lama secara otomatis <br>ke versi sekarang?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Hanya untuk peta-peta sangat besar yang tidak perlu dikonversikan. <br>(Butuh pengetahuan ahli) Anda dapat membuka peta tanpa konversi.</html>
-OptionPanel.cs = Cs
-OptionPanel.cut_nodes_without_question = Potong node tanpa konfirmasi?
-OptionPanel.cut_nodes_without_question.tooltip = Bila kotak cek ini dipilih, node dipotong tanpa konfirmasi. Hal ini dapat menyebabkan kehilangan data bila tidak berhati-hati.
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Bawaan
-OptionPanel.default_browser_command_mac = Baris Perintah Bawaan Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> dan Mac: (terimakasih Nick!)</html>
-OptionPanel.default_browser_command_other_os = Baris Perintah Bawaan SO Lain
-OptionPanel.default_browser_command_other_os.tooltip = <html> Ini biasanya untuk Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Baris Perintah Bawaan Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Untuk Windows (tanda "" dibutuhkan untuk URL yang memiliki "=" di dalamnya).</html>
-OptionPanel.default_browser_command_windows_nt = Baris Perintah Jelajah Bawaan Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Untuk Windows (tanda "" dibutuhkan untuk URL yang memiliki "=" di dalamnya).</html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = Bawaan
-OptionPanel.delete_automatic_saves_at_exit = Hapus Simpanan Otomatis Saat Keluar
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Setel ke 'true' agar berkas simpanan otomatis dihapus manakala Freeplane dimatikan secara normal.</html>
-OptionPanel.delete_nodes_without_question = Hapus node tanpa konfirmasi?
-OptionPanel.delete_nodes_without_question.tooltip = Bila kotak cek ini dipilih, node dihapus tanpa konfirmasi. Hal ini dapat menyebabkan hilangnya data bila tidak hati-hati digunakan.
-OptionPanel.disable_cursor_move_paper = Nonaktifkan Kursor Pemindah Kertas
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Jangan tampilkan kursor pemindah saat menyeret kertas</html>
-OptionPanel.edgecolor = Warna tangkai
-OptionPanel.edgecolor.tooltip = Atribut tangkai yang mengarah ke node orangtua (juga diterapkan ke semua node anak)
-OptionPanel.edgestyle = Gaya tangkai
-OptionPanel.edgestyle.tooltip = Atribut tangkai yang mengarah ke node orangtua (juga diterapkan ke semua node anak)
-OptionPanel.edgewidth = Lebar tangkai
-OptionPanel.edgewidth.tooltip = Atribut tangkai yang mengarah ke node orangtua (juga diterapkan ke semua node anak)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Bawaannya, Enter Menerapkan
-OptionPanel.el__max_default_window_height = Tinggi Jendela Maks Bawaan
-OptionPanel.el__max_default_window_width = Lebar Jendela Maks Bawaan
-OptionPanel.el__min_default_window_height = Tinggi Jendela Min Bawaan
-OptionPanel.el__min_default_window_width = Lebar Jendela Min Bawaan
-OptionPanel.el__position_window_below_node = Posisi Jendela Di Bawah Node
-OptionPanel.en = En
-OptionPanel.Environment = Lingkungan
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.execute_scripts_without_asking = Skrip akan dijalankan tanpa konfirmasi?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Skrip Freeplane pada prinsipnya dapat melakukan apa saja pada komputer Anda. <br>Jadi, skrip yang tidak diketahui aman jangan dijalankan.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Ijinkan Eksekusi Aplikasi Lain (TIDAK dianjurkan)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Bila skrip Groovy Anda perlu mengeksekusi aplikasi lain (seperti penjelajah) tanpa bertanya(!)),<br>Anda perlu mengaktifkan opsi ini. <br>Gunakan dengan hati-hati, karena kini skrip yang jahat dapat membahayakan komputer Andar!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Ijinkan Operasi Berkas (TIDAK dianjurkan)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Bila skrip Groovy Anda perlu mengeksekusi operasi berkas (buka, tutup, baca, tulis, hapus(!)),<br>Anda perlu mengaktifkan opsi ini. <br>Gunakan dengan hati-hati, karena kini skrip yang jahat dapat membahayakan komputer Andar!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Ijinkan Operasi Jaringan (TIDAK disarankan)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Bila skrip Groovy Anda perlu mengeksekusi operasi jaringan,<br>Anda perlu mengaktifkan opsi ini. <br>Gunakan dengan hati-hati, karena kini skrip yang jahat dapat membuka rahasia Andar!</body></html>
-OptionPanel.experimental_file_locking_on = Penguncian Berkas Eksperimental
-OptionPanel.experimental_file_locking_on.tooltip = <html> Fitur ini masih dalam percobaan</html>
-OptionPanel.export_icons_in_html = Ekspor Ikon dalam HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Tentukan apakah hasil ekspor HTML dari Freeplane mengandung ikon. Masalahnya, dalam peta yang dihasilkan, acuan ke ikon-ikon tersebut bisa hilang atau salah.</html>
-OptionPanel.Files = Berkas
-OptionPanel.first = Pertama
-OptionPanel.foldingsymbolwidth = Lebar Simbol Pelipatan
-OptionPanel.foldingsymbolwidth.tooltip = <html>Lebar lingkaran penanda lipatan</html>
-OptionPanel.fork = Ranting
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Berdasarkan Tajuk
-OptionPanel.html_export_fold_all = Lipat Semua
-OptionPanel.html_export_fold_currently_folded = Biarkan Lipatan Apa Adanya
-OptionPanel.html_export_folding = Ekspor HTML Terlipat
-OptionPanel.html_export_no_folding = Tanpa Lipatan
-OptionPanel.hu = Hu
-OptionPanel.icon = Ikon
-OptionPanel.icon.tooltip = Bila diterapkan, node akan memakai ikon ini saja.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Papan Ketik
-OptionPanel.ko = Kr
-OptionPanel.label_font_size = Ukuran Font
-OptionPanel.language = Bahasa
-OptionPanel.language.tooltip = <html>Memilih bahasa yang hendak digunakan oleh program. Setel ke 'automatic' untuk mencoba mengambil pilihan ini dari sistem milik pemakai. </html>
-OptionPanel.last = Terakhir
-OptionPanel.last_opened_list_length = Panjang Senarai Berkas-Terakhir-Dibuka
-OptionPanel.linear = Linear[translate me]
-OptionPanel.links = Taut
-OptionPanel.links.tooltip = <html>Pilih taut relatif atau absolut </html>
-OptionPanel.load_folding = On Load[translate me]
-OptionPanel.load_last_map = Otomatis buka peta terakhir
-OptionPanel.load_last_map.tooltip = <html>Bila dipilih, maka ketika Freeplane dimulai, ambil peta yang terakhir dibuka secara otomatis.</html>
-OptionPanel.lookandfeel = Cita dan Rasa
-OptionPanel.lookandfeel.tooltip = <html>Cita rasa tampilan: pilihannya adalah: 'metal', 'windows', 'motif', dan 'gtk', ditambah 'mac' khusus untuk MacOS. Bawaan artinya cita rasa tampilan bawaan sistem yang dipakai. Bila Anda menghendaki cita rasa tampilan yang lain, ketikkan nama kelas Java-nya di sini dan pastikan berkas JAR-nya tersedia. Bila ada masalah, pilih 'tiada' di sini, misalnya untuk applet</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Lebar Node Maksimum
-OptionPanel.max_node_width.tooltip = <html>Lebar node maksimal bawaan dalam piksel.</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Warna Latar Belakang Node
-OptionPanel.nodebackgroundcolor.tooltip = Warna Latar Belakang Node
-OptionPanel.nodecolor = Warna Node
-OptionPanel.nodecolor.tooltip = Warna Node
-OptionPanel.nodefontbold = Font Tebal
-OptionPanel.nodefontitalic = Font Miring
-OptionPanel.nodefontname = Nama Font Node
-OptionPanel.nodefontsize = Ukuran Font Node
-OptionPanel.nodeshape = Gaya Node
-OptionPanel.nodeshape.tooltip = Gaya Node
-OptionPanel.nodetext = Teks Node
-OptionPanel.nodetext.tooltip = Teks Node
-OptionPanel.nothing = Nihil
-OptionPanel.number_of_different_files_for_automatic_save = Jumlah Berkas Berbeda untuk Penyimpanan Otomatis
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Sejumlah n berkas berbeda untuk menyimpan peta. Penyimpanan otomatis pertama menggunakan berkas pertama, dan seterusnya, hingga yang ke-n+1 kembali menggunakan berkas pertama (siklik)</html>
-OptionPanel.OK = Simpan
-OptionPanel.patternname = Nama
-OptionPanel.patternname.tooltip = Nama unik pola
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Penempatan Cabang Baru
-OptionPanel.placenewbranches.tooltip = <html>Tempatkan di mana cabang-cabang baru? Pilihannya:'pertama' and 'terakhir' </html>
-OptionPanel.printonwhitebackground = <html>Latar belakang putih untuk mencetak </html>
-OptionPanel.printonwhitebackground.tooltip = <html>Selalu gunakan latar belakang putih saat mencetak</html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relatif
-OptionPanel.ru = Ru
-OptionPanel.scrollbar_increment = Speed[translate me]
-OptionPanel.selection_method = Metode Pemilihan
-OptionPanel.selection_method.tooltip = <html>Dengan pilihan ini Anda dapat mengaktifkan atau mematikan skema pemilihan tertunda. Jangan ubah nilai ini karena akan disimpan di auto.properties.</html>
-OptionPanel.selection_method_by_click = Dengan Klik
-OptionPanel.selection_method_delayed = Tertunda
-OptionPanel.selection_method_direct = Langsung
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Pola
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.attributes = Atribut
-OptionPanel.separator.automatic_save = Simpan Otomatis
-OptionPanel.separator.behaviour = Tingkah Laku
-OptionPanel.separator.browser = Penjelajah
-OptionPanel.separator.commands_for_the_program = Perintah-perintah untuk Program
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Warna Bawaan
-OptionPanel.separator.default_fonts = Font Bawaan
-OptionPanel.separator.default_styles = Gaya Bawaan
-OptionPanel.separator.EdgeControls = Tangkai
-OptionPanel.separator.edit_long_node_window = Jendela Edit Node Panjang
-OptionPanel.separator.files = Berkas
-OptionPanel.separator.General = Umum
-OptionPanel.separator.html_export = Ekspor HTML
-OptionPanel.separator.hyperlink_types = Tipe Hipertaut
-OptionPanel.separator.icon_properties = Ikon
-OptionPanel.separator.icons = Ikon untuk "Pilih Ikon"
-OptionPanel.separator.initial_map_size = Ukuran Peta Awal
-OptionPanel.separator.inline_editor = In-line node editor[translate me]
-OptionPanel.separator.key_typing = Pengetikan
-OptionPanel.separator.language = Bahasa
-OptionPanel.separator.look_and_feel = Cita dan Rasa
-OptionPanel.separator.mouse_wheel = Roda Tetikus
-OptionPanel.separator.new_node_commands = Perintah Node Baru
-OptionPanel.separator.node_editing_commands = Perintah Edit Node
-OptionPanel.separator.node_navigation_commands = Perintah Navigasi Node
-OptionPanel.separator.NodeColors = Warna Node
-OptionPanel.separator.NodeFont = Font untuk Node
-OptionPanel.separator.notifications = Konfirmasi
-OptionPanel.separator.other_defaults = Bawaan-bawaan Lainnya
-OptionPanel.separator.others = Kunci lain
-OptionPanel.separator.patterns = Pola
-OptionPanel.separator.root_node_appearance = Tampilan Node Akar
-OptionPanel.separator.save = Simpan
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_colors = Warna Pilihan
-OptionPanel.separator.selection_method = Metode Pemilihan
-OptionPanel.separator.undo = Urungkan
-OptionPanel.set_property_text = Ubah
-OptionPanel.set_property_text.tooltip = Kosong: Biarkan; Minus: Hapus properti (setel nilai bawaan); Plus: Ubah properti
-OptionPanel.setscript = Ubah?
-OptionPanel.setscript.tooltip = Skrip dapat diasosiasikan pada gaya.
-OptionPanel.sharp_bezier = bezier tajam
-OptionPanel.sharp_linear = garis lurus tajam
-OptionPanel.show_icon_for_attributes = Tampilkan Ikon untuk Atribut
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Warna Latar Belakang Bawaan
-OptionPanel.standardbackgroundcolor.tooltip = <html>Warna latar belakang bawaan dalam notasi HTML </html>
-OptionPanel.standardcloudcolor = Warna Awan Bawaan
-OptionPanel.standardcloudcolor.tooltip = <html>Warna awan bawaan dalam notasi HTML </html>
-OptionPanel.standardcloudestyle = Gaya Awan Bawaan
-OptionPanel.standardcloudestyle.tooltip = <html>Gaya awan bawaan. Saat ini pilihannya hanya Bezier </html>
-OptionPanel.standarddrawrectangleforselection = Tandai Node Terpilih dengan Balon
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Lingkari node terpilih dengan balon. </html>
-OptionPanel.standardlinkcolor = Warna Taut Bawaan
-OptionPanel.standardlinkcolor.tooltip = <html>Warna taut bawaan dalam notasi HTML </html>
-OptionPanel.standardlinkestyle = Gaya Taut Bawaan
-OptionPanel.standardlinkestyle.tooltip = <html>Gaya taut bawaan. Saat ini pilihannya hanya Bezier </html>
-OptionPanel.standardselectednodecolor = Warna Node Terpilih Bawaan
-OptionPanel.standardselectednodecolor.tooltip = <html>Warna bawaan untuk node terpilih, dalam notasi HTML (#RRGGBB heksadesimal) </html>
-OptionPanel.standardselectednoderectanglecolor = Warna Balon Node Terpilih
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Warna balon yang menandai pilihan node, dalam notasi HTML (#RRGGBB heksadesimal) </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Waktu saat Penyimpanan Otomatis
-OptionPanel.time_for_automatic_save.tooltip = <html> Masa antar waktu penyimpanan otomatis (dalam ms): Untuk menonaktifkan penyimpanan otomatis, setel ke 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Waktu untuk Pemilihan Tertunda
-OptionPanel.time_for_delayed_selection.tooltip = <html> Waktu yang dibutuhkan untuk menunjuk node dengan tetikus sampai node tersebut terpilih. Angka 1 berarti node langsung terpilih.</html>
-OptionPanel.toolTipManager.initialDelay = Initial delay, ms[translate me]
-OptionPanel.toolTipManager.max_tooltip_width = Lebar Tip
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Lebar tip bawaan dalam piksel.</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = garis bawah
-OptionPanel.undo_levels = Urungkan Berapa Langkah
-OptionPanel.undo_levels.tooltip = <html>Tentukan berapa langkah harus disimpan agar bisa diurungkan lewat perintah "Urungkan".</html>
-OptionPanel.unfold_on_paste = Buka node saat ditempel
-OptionPanel.unfold_on_paste.tooltip = Buka node saat ditempel atau di-seret-dan-jatuhkan
-OptionPanel.use_common_out_point_for_root_node = Tangkai dimulai dari suatu titik pada node akar
-OptionPanel.use_common_out_point_for_root_node.tooltip = Tangkai dimulai dari suatu titik pada node akar
-OptionPanel.use_tabbed_pane = Gunakan Tab
-OptionPanel.use_tabbed_pane.tooltip = Bila peta terpilih ditampilkan dalam tab (misalnya dalam FireFox :-) ).
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Kecepatan
-OptionPanel.wheel_velocity.tooltip = Nilai yang lebih tinggi berakibat pada gerakan tetikus yang cepat dalam peta.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-out_of_memory = Out of memory.[translate me]
-PageAction.text = &Penataan Halaman...
-PasteAction.text = Tempel
-PatternNewNameProperty = Pola Baru
-PatternToString.backgroundColor = Warna Latar Belakang
-PatternToString.Child = Gaya Node Anak
-PatternToString.color = Warna
-PatternToString.EdgeColor = Warna Tangkai
-PatternToString.EdgeStyle = Gaya Tangkai
-PatternToString.EdgeWidth = Lebar Tangkai
-PatternToString.FontBold = Tebal
-PatternToString.FontItalic = Miring
-PatternToString.FontName = Nama Font
-PatternToString.Icon = Ikon
-PatternToString.NodeFontSize = Ukuran Font
-plugins/ScriptEditor.cancel = &Abaikan Perubahan dan Keluar
-plugins/ScriptEditor.exit = &Simpan dan Keluar
-plugins/ScriptEditor.FORBIDDEN_ACTION = Skrip Groovy Freeplane terbatas. Operasi {0,choice,0#Berkas|1#Jaringan|2#Eksekusi} berikut ini dilarang: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}.
-plugins/ScriptEditor.menu_actions = &Aksi
-plugins/ScriptEditor.new_script = Skrip Baru
-plugins/ScriptEditor.run = Jalankan
-plugins/ScriptEditor/window.Result = Hasil:
-plugins/ScriptEditor/window.title = Editor Skrip
-plugins/TimeList.xml_Created = Dibuat
-plugins/TimeList.xml_Date = Tanggal
-plugins/TimeList.xml_Icons = Ikon
-plugins/TimeList.xml_Modified = Diubah
-plugins/TimeList.xml_Notes = Catatan
-plugins/TimeList.xml_Text = Teks
-plugins/TimeManagement.xml_appendButton = Bubuhkan Tanggal Pada Node Terpilih
-plugins/TimeManagement.xml_Cancel = Batal
-plugins/TimeManagement.xml_cancelButton = Batal
-plugins/TimeManagement.xml_closeButton = Tutup
-plugins/TimeManagement.xml_Export = Ekspor Node Terpilih
-plugins/TimeManagement.xml_Find = Cari
-plugins/TimeManagement.xml_Goto = Pergi Ke
-plugins/TimeManagement.xml_hour = Jam:
-plugins/TimeManagement.xml_menu_actions = Aksi
-plugins/TimeManagement.xml_minute = Menit:
-plugins/TimeManagement.xml_reminderButton = Ingatkan Saya Pada Tanggal Ini
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Bila ditekan, pencatat waktu akan menjadualkan waktu yang diberikan. Lalu, ikon akan berkedip pada saat itu.<br>Bila peta ditutup, catatan waktu akan diaktifkan ulang ketika peta dibuka kembali.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Untuk saat ini, satu node hanya bisa punya satu pengingat. <br>Pengingat saat ini terjadual untuk {0,date} {0,time}, Anda memilih {1,date} {1,time}. <br><br>Apakah Anda hendak mengganti waktu pengingat node ini (YES) <br>atau tetap memakai yang lama (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Pengingat dijadualkan pada  {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Copot Pengingat
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Copot semua pengingat yang diasosiasikan dengan node terpilih.
-plugins/TimeManagement.xml_Replace = Ganti
-plugins/TimeManagement.xml_Replace_All = Ganti Semua
-plugins/TimeManagement.xml_Replace_Selected = Ganti Terpilih
-plugins/TimeManagement.xml_Select = Pilih
-plugins/TimeManagement.xml_todayButton = Hari Ini
-plugins/TimeManagement.xml_WindowTitle = Manajemen Waktu
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Cari dan Ganti
-preferences = Preferensi
-print_preview_title = Tampakan Awal
-PrintAction.text = Cetak...
-PrintDirectAction.text = Cetak
-printing_settings = Skala Cetak
-PrintPreviewAction.text = Cetak Tampakan A&wal...
-PropertyAction.text = Preferensi...
-QuitAction.text = Keluar
-read_only = Baca Saja
-really_convert_to_current_version = <html>Peta ini dibuat dengan versi Freeplane lama. <br>Apakah hendak dikonversi (dianjurkan)? <br>(Bila tidak, akan diambil apa adanya, tanpa jaminan.) </html>
-really_cut_node = Benar potong node?
-really_execute_script = Anda benar-benar ingin menjalankan skrip yang terkandung dalam peta ini? Hal ini mungkin saja membahayakan komputer Anda.
-really_remove_node = Benar hapus node?
-RedoAction.text = Ulangi
-RedoFilterAction.text = Ulangi
-ReminderHookAction.text = Copot Pengingat
-ReminderHookAction.tooltip = Copot Pengingat dari Node
-RemoveAllIconsAction.text = Copot Semua Ikon
-RemoveIconAction.text = Copot Ikon Terakhir
-RemoveNoteAction.text = Copot Catatan
-RemoveNoteAction.tooltip = <html>Menghapus isi catatan dari satu atau lebih catatan.</html>
-rename = Rename[translate me]
-repair_link = Perbaiki Taut
-repair_link_question = Peta tertaut tidak dapat dimuat. Perbaiki taut secara manual?
-replace = Ganti
-ReportBugAction.text = Report a Bug[translate me]
-ResetNodeLocationAction.text = Tata-ulang &Posisi
-save_failed = Usaha menyimpan peta {0} gagal
-save_unsaved = Simpan peta berikut?
-SaveAction.text = Simpan
-SaveAll.text = Simpan Semu&a
-SaveAll.tooltip = Simpan semua peta terbuka
-SaveAsAction.text = Simpan Sebagai
-saved = Tersimpan
-scheme_evaluate = Evaluasi!
-ScriptEditor.text = Editor Skrip...
-ScriptEditor.tooltip = Mungkinkan penulisan skrip yang lebih besar di dalam Freeplane.
-ScriptEditorPanel.changed_cancel = Skrip diubah. Apakah Anda benar hendak mengabaikan perubahannya?
-select_favorites_folder = Pilih map tempat Favorit Anda berada
-select_folder_for_importing = Pilih map yang hendak diimpor
-SelectAllAction.text = Pilih Semua yang Terlihat
-SelectBranchAction.text = Pilih Cabang yang Terlihat
-selection_method_by_click = Klik-sekali untuk Memilih
-selection_method_delayed = Pilihan Otomatis Tertunda
-selection_method_direct = Tunjuk untuk Memilih
-SelectNoteAction.text = Tukar Editor Catatan
-SelectNoteAction.tooltip = Switch to resp. from note window
-SetImageByFileChooserAction.text = Gambar (Pemilih Berkas atau Taut)...
-SetLinkByFileChooserAction.text = Hipertaut (Pemilih Berkas)
-SetLinkByTextFieldAction.text = Hipertaut (Kolom Teks)
-ShowAllAttributesAction.text = Tampilkan Semua Atribut
-ShowAncestorsAction.text = Tampilkan Moyangnya
-ShowAttributeDialogAction.text = Kelola &Atribut...
-ShowDescendantsAction.text = Tunjukkan Keturunannya
-ShowFilterToolbarAction.text = Filter Toolbar[translate me]
-ShowHideNoteAction.text = Jendela Catatan
-ShowHideNoteAction.tooltip = Membuat jendela catatan muncul atau hilang.
-ShowSelectedAttributesAction.text = Tampilkan Atribut Terpilih
-ShowSelectionAsRectangleAction.text = Pemilih Segiempat
-simplyhtml.aboutFrameTitle = Tentang aplikasi ini
-simplyhtml.aboutLabel = Tentang SimplyHTML...
-simplyhtml.alignCenter = tengah
-simplyhtml.alignLabel = Perataan
-simplyhtml.alignLeft = kiri
-simplyhtml.alignRight = kanan
-simplyhtml.allCellsRangeLabel = semua sel
-simplyhtml.allOccurrencesReplaced = Semua kemunculan diganti
-simplyhtml.appendTableColLabel = Tambahkan kolom
-simplyhtml.appendTableRowLabel = Tambahkan baris
-simplyhtml.applyCellAttrLabel = Terapkan pada
-simplyhtml.backgroundLabel = Latar Belakang
-simplyhtml.boldItalicName = tebal miring
-simplyhtml.boldName = tebal
-simplyhtml.borderColorLabel = Warna:
-simplyhtml.borderWidthLabel = Lebar
-simplyhtml.bottomLabel = bawah
-simplyhtml.cancelBtnName = Batal
-simplyhtml.cellBorderTabLabel = Sempadan
-simplyhtml.cellGenTabLabel = Umum
-simplyhtml.cellMarginTabLabel = Pias
-simplyhtml.cellPanelTitle = Format Sel
-simplyhtml.clearFormatLabel = Copot Pemformatan
-simplyhtml.clearFormatTip = Copot Pemformatan
-simplyhtml.close = Tutup
-simplyhtml.closeBtnName = Tutup
-simplyhtml.colorLabel = Warna
-simplyhtml.copyLabel = Salin
-simplyhtml.copyTip = salin
-simplyhtml.cTagNameHead1 = Tajuk 1
-simplyhtml.cTagNameHead2 = Tajuk 2
-simplyhtml.cTagNameHead3 = Tajuk 3
-simplyhtml.cTagNameHead4 = Tajuk 4
-simplyhtml.cTagNameHead5 = Tajuk 5
-simplyhtml.cTagNameHead6 = Tajuk 6
-simplyhtml.cTagNameLink = Taut
-simplyhtml.cTagNameOL = Senarai Berurut
-simplyhtml.cTagNamePara = Paragraph
-simplyhtml.cTagNameUL = Senarai Tak-urut
-simplyhtml.cutLabel = Potong
-simplyhtml.cutTip = potong
-simplyhtml.defaultDocName = Nirjudul
-simplyhtml.deleteTableColLabel = Hapus kolom
-simplyhtml.deleteTableRowLabel = Hapus baris
-simplyhtml.docTitleQuery = Setel judul menjadi:
-simplyhtml.docTitleTitle = Edit Judul Dokumen
-simplyhtml.editLabel = Edit
-simplyhtml.effectLabel = Efek
-simplyhtml.familyLabel = Keluarga
-simplyhtml.findNext = Temukan berikutnya...
-simplyhtml.findReplaceDialogTitle = Temukan dan Ganti
-simplyhtml.findReplaceLabel = Temukan dan Ganti
-simplyhtml.findReplaceTip = cari dan ganti
-simplyhtml.fontBoldLabel = Tebal
-simplyhtml.fontBoldTip = Mati-hidupkan Tebal
-simplyhtml.fontDialogTitle = Format Font
-simplyhtml.fontItalicLabel = Miring
-simplyhtml.fontItalicTip = Mati-hidupkan Miring
-simplyhtml.fontLabel = Font...
-simplyhtml.fontTabLabel = Font
-simplyhtml.fontTip = Format font...
-simplyhtml.fontUnderlineLabel = Garis Bawah
-simplyhtml.fontUnderlineTip = Mati-hidupkan Garis Bawah
-simplyhtml.foregroundLabel = Latar Depan
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = Senarai...
-simplyhtml.formatListTip = Ubah format senarai
-simplyhtml.formatParaLabel = Paragraf...
-simplyhtml.formatParaTip = Ubah format paragraph
-simplyhtml.formatTableLabel = Tabel...
-simplyhtml.formatTableTip = Format tabel
-simplyhtml.helpLabel = Bantuan
-simplyhtml.htmlTabTitle = Tampilan Kode HTML
-simplyhtml.imageFileDesc = Berkas gambar
-simplyhtml.insertTableColLabel = Sisipkan kolom
-simplyhtml.insertTableLabel = Tabel...
-simplyhtml.insertTableMsg = Berapa Kolom?
-simplyhtml.insertTableRowLabel = Sisipkan baris
-simplyhtml.insertTableTitle = Sisipkan Tabel
-simplyhtml.italicName = miring
-simplyhtml.layoutTabTitle = Tampilan Atak
-simplyhtml.leftLabel = kiri
-simplyhtml.listDialogTitle = Format Senarai
-simplyhtml.listIndentTitle = Indentasi:
-simplyhtml.listPosInside = di dalam
-simplyhtml.listPositionLabel = Posisi:
-simplyhtml.listPosOutside = di luar
-simplyhtml.listTypeCircle = bulir bundar
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = simbol berkas sebagai bulir
-simplyhtml.listTypeLabel = Tipe:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = nihil
-simplyhtml.listTypeSquare = bulir persegi
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = luar
-simplyhtml.matchCase = Cocokkan huruf besar/kecil
-simplyhtml.newStyleDefaultName = gaya baru
-simplyhtml.nextTableCellLabel = Sel berikutnya
-simplyhtml.noLineLabel = nihil
-simplyhtml.noMoreOccurrencesFound = tidak ditemukan (lagi)
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = dalam
-simplyhtml.paraAlignCenterLabel = Rata tengah
-simplyhtml.paraAlignCenterTip = Setel paragraf rata tengah
-simplyhtml.paraAlignLeftLabel = Rata kiri
-simplyhtml.paraAlignLeftTip = Setel paragraf rata kiri
-simplyhtml.paraAlignRightLabel = Rata kanan
-simplyhtml.paraAlignRightTip = Setel paragraf rata kanan
-simplyhtml.paraStyleDialogTitle = Gaya Paragraf
-simplyhtml.paraTabLabel = Paragraph
-simplyhtml.pasteLabel = Tempel
-simplyhtml.pasteTip = tempel
-simplyhtml.plainName = polos
-simplyhtml.previewLabel = Pratinjau
-simplyhtml.previewText = Teks Pratinjau
-simplyhtml.prevTableCellLabel = Sel sebelumnya
-simplyhtml.redoLabel = Ulangi
-simplyhtml.redoTip = ulangi
-simplyhtml.replace = Ganti...
-simplyhtml.replaceAll = Semua
-simplyhtml.replaceDone = Sudah
-simplyhtml.replaceNo = Tidak
-simplyhtml.replaceThisQuery = ganti tiap kemunculan
-simplyhtml.replaceWith = Ganti dengan
-simplyhtml.replaceYes = Ya
-simplyhtml.rightLabel = kanan
-simplyhtml.searchDown = Cari ke bawah
-simplyhtml.searchFromStart = Cari dari mula
-simplyhtml.searchUp = Cari ke atas
-simplyhtml.selectAllLabel = Pilih semua
-simplyhtml.sizeLabel = Ukuran
-simplyhtml.standardStyleName = bawaan
-simplyhtml.strikeLabel = Coret
-simplyhtml.styleLabel = Gaya
-simplyhtml.styleNameInputText = Nama gaya baru?
-simplyhtml.styleNameInputTitle = Simpan gaya
-simplyhtml.tableBgColLabel = Warna Latar Belakang:
-simplyhtml.tableDialogTitle = Format Tabel
-simplyhtml.tableLabel = Tabel
-simplyhtml.tablePanelTitle = Format Tabel
-simplyhtml.tableWidthLabel = Lebar:
-simplyhtml.textIndentLabel = Indentasi:
-simplyhtml.textToFind = Teks yang dicari:
-simplyhtml.thisCellRangeLabel = sel ini
-simplyhtml.thisColRangeLabel = kolom ini
-simplyhtml.thisRowRangeLabel = baris ini
-simplyhtml.toggleBulletsLabel = Senarai berbulir mati/hidup
-simplyhtml.toggleBulletsTip = senarai berbulir mati/hidup
-simplyhtml.toggleNumbersLabel = Senarai bernomor mati/hidup
-simplyhtml.toggleNumbersTip = senarai bernomor mati/hidup
-simplyhtml.topLabel = atas
-simplyhtml.uLineLabel = Garis Bawah
-simplyhtml.unableToOpenFileError = Berkas tidak bisa dibuka
-simplyhtml.unableToRedoError = Tak bisa ulangi:
-simplyhtml.unableToUndoError = Tak bisa urungkan:
-simplyhtml.undoLabel = Urungkan
-simplyhtml.undoTip = urungkan
-simplyhtml.valignBaseline = garis dasar
-simplyhtml.valignBottom = bawah
-simplyhtml.valignLabel = Perataan Vertikal
-simplyhtml.valignMiddle = tengah
-simplyhtml.valignTop = atas
-simplyhtml.wholeWordsOnly = Hanya kata seutuhnya
-SortNodes.text = &Urutkan Anak-anak
-SortNodes.tooltip = Urutkan semua anak dari node menurut abjad.
-split = Pisahkan
-SplitNode.text = &Pisahkan Node
-SplitNode.tooltip = <html>Node dipisahkan</html>
-style = Gaya
-svg = SVG[translate me]
-TimeListAction.text = Tampilkan Senarai Jadual Waktu
-TimeListAction.tooltip = Tampilkan semua waktu terjadual dan node yang bersangkutan.
-TimeManagementAction.text = Tunjukkan Kalender...
-TimeManagementAction.tooltip = <html>Tunjukkan modul Kalender buatan Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Buka/Tutup Lipatan Anak
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Buka/Tutup Lipatan
-ToggleLeftToolbarAction.text = Luntang &Kedua
-ToggleMenubarAction.text = Bilah Menu
-ToggleToolbarAction.text = &Luntang
-undefined_error = Galat yang tidak diharapkan terjadi. Tolong coba aporkan sebagai bug.
-underline = Garis Bawah
-underlined = Garis Bawah
-UndoAction.text = Urungkan
-UndoFilterAction.text = Urungkan
-unfold = Buka Lipatan
-UnfoldAllAction.text = Buka Semua
-UnfoldAllAction.tooltip = <html>Buka lipatan node terpilih dan semua anaknya.</html>
-UnfoldOneLevelAction.text = Buka Satu Level
-UnfoldOneLevelAction.tooltip = <html>Buka lipatan node terpilih satu level.</html>
-UpdateCheckAction.text = Check for Updates[translate me]
-url_error = URL ini salah formatnya!
-url_load_error = Peta yang diacu URL tidak dapat dimuat.
-UsePlainTextAction.text = Gunakan Teks Polos
-user_defined_zoom = Setelan pemakai.
-user_defined_zoom_status_bar = Mengubah zum sesuai setelan pemakai di {0}%.
-user_zoom = Faktor Zum Pencetakan (0.0 - 2.0):
-WebDocuAction.text = Dokumentasi Web
-width = Lebar
-yes = Ya
-ZoomInAction.text = Zum Mendekat
-ZoomOutAction.text = Zum Menjauh
+AboutAction.text=Tentang
+accessories/plugins/ApplyFormatPlugin.dialog.title=Ubah format node
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Ubah pola
+accessories/plugins/EncryptNode.properties_0=Pilih kata sandi untuk node terenkripsi.
+accessories/plugins/EncryptNode.properties_1=Kata sandi tidak sama atau terlalu pendek.
+accessories/plugins/EncryptNode.properties_2=Ketikkan Kata Sandi:
+accessories/plugins/EncryptNode.properties_3=Ketikkan lagi Kata Sandi:
+accessories/plugins/EncryptNode.properties_4=Ketikkan kata sandi Anda.
+accessories/plugins/EncryptNode.properties_5=<html>Ingat, keamanan enkripsi bergantung hampir<br> sepenuhnya pada kualitas kata sandi Anda.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Batal
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Operasi ini hanya dapat dilakukan pada node yang terenkripsi. Mohon sisipkan node terenkripsi dari menu Alat.
+accessories/plugins/EncryptNode.properties_select_me=Pilih saya untuk melanjutkan!
+accessories/plugins/EncryptNode.properties_wrong_password=Kata Sandi tidak benar.
+accessories/plugins/ExportWithTWiki.text=Sebagai TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Ekspor peta sebagai dokumen TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=Metode ekspor universal menggunakan skrip XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Sebagai Applet Java...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Ekspor peta sebagai applet Java
+accessories/plugins/ExportWithXSLT_Flash.text=Sebagai Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Ekspor peta sebagai aplikasi Flash
+accessories/plugins/ExportWithXSLT_HTML.text=Sebagai XHTML (versi JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Sebagai XHTML (versi gambar peta yang dapat diklik)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Sumberdaya dari SUMBERDAYA ke berkas Pemutar Tugas...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Ekspor sumberdaya dari node SUMBERDAYA ke modul Pemutar Tugas. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tugas dari TUGAS ke berkas Pemutar Tugas...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Ekspor tugas dari node TUGAS ke modul Pemutar Tugas. </html>
+add=Tambah
+AddLocalLinkAction.text=Tambahkan Hipertaut Lokal
+antialias_all=Antialias Semua
+antialias_edges=Antialias Tangkai
+antialias_none=Tanpa Antialias
+apply=Terapkan
+ApplyAction.text=Terapkan
+ApplyFormatPlugin.text=&Ubah format...
+ApplyFormatPlugin.tooltip=Membuka kotak dialog untuk mengubah atribut node dan tangkai sekaligus.
+ApplyNoFilteringAction.text=Tanpa Filter
+as_parent=Seperti Induknya
+AssignAttributesAction.text=Pasan&g Atribut...
+attribute_delete=Hapus Semua Nilai
+attribute_delete_value=Hapus Nilai Ini
+attribute_font_size_tooltip=Atribut Ukuran Font
+attribute_list_box_label_text=Nilai yang Telah Ada
+attribute_replace=Ganti dengan
+attribute_top=Semua Atribut untuk Peta Termuat
+attributes_adding_empty_attribute_error=String kosong tidak dapat digunakan sebagai nama atribut
+attributes_all=Semua Atribut
+attributes_attribute=Atribut
+attributes_close=Tutup
+attributes_deselect_all=Nihil
+attributes_dialog_title=Kelola Atribut
+attributes_edit=Edit
+attributes_edit_tooltip=Edit Set
+attributes_for_selected=Node Terpilih
+attributes_for_visible=Semua Node Terlihat
+attributes_import=Impor
+attributes_import_tooltip=Impor atribut dari peta lain yang termuat.
+attributes_no_import_candidates_found=Atribut baru tidak ditemukan
+attributes_popup_delete=Hapus
+attributes_popup_down=Turun
+attributes_popup_edit=Edit
+attributes_popup_hide=Sembunyikan
+attributes_popup_new=Atribut Baru
+attributes_popup_optimal_width=Lebar Optimal
+attributes_popup_up=Naik
+attributes_refresh=Segarkan
+attributes_restricted_attributes_tooltip=Batasi Set Atribut
+attributes_restricted_values_tooltip=Batasi Set Nilai-nilai untuk Atribut Ini
+attributes_restriction=Set Terbatas
+attributes_select_all=Semua
+attributes_select_all_tooltip=Pilih/Batal Pilih
+attributes_show=Tampilkan
+attributes_skip_root=Abaikan Node Akar
+attributes_visible=Yang Tampak dan Dipilih
+attributes_visible_tooltip=Yang Tampak dan Dipilih
+automatically_save_message=Peta disimpan secara otomatis (menggunakan nama berkas {0}) ...
+AutomaticLayoutAction.text=&Atak Otomatis
+AutomaticLayoutAction.tooltip=<html>Menetapkan atak peta. <br>Level pertama hitam, kedua biru, dst.</html>
+BackAction.text=Mundur
+BackAction.tooltip=Lompat ke belakang dalam rantai terpilih
+background=Latar Belakang
+bitmaps=bitmaps[translate me]
+BlinkingNodeHookAction.text=Node Berkedip
+BlinkingNodeHookAction.tooltip=<html>Buat node berkedip. Hati-hati. Jangan gunakan pada banyak node, dan <strong> jangan gunakan sekaligus dengan pemformatan otomatis yang lain.</strong></html>
+BoldAction.text=Tebal
+boldify_branch=Tebalkan
+branch=Cabang
+cancel=Batal
+CancelAction.text=Batal
+cannot_add_parent_diff_parents=Semua node harus memiliki induk yang sama untuk fungsi ini.
+cannot_add_parent_to_root=Node akar tidak dapat ditambahkan ke induk baru.
+cannot_delete_root=Node akar tidak dapat dicopot atau dipotong.
+cannot_join_nodes_with_children=Node yang punya anak tidak dapat digabung
+cannot_move_to_child=Node tidak dapat dipindahkan ke bawah anaknya sendiri.
+CenterAction.text=Tengah
+ChangeConnectorArrowsAction.backward.text=Mundur
+ChangeConnectorArrowsAction.forward.text=Maju
+ChangeNodeLevelLeftsAction.text=Node ke kiri
+ChangeNodeLevelLeftsAction.tooltip=Di sebelah kiri akar, node digeser ke bawah. Mereka menjadi anak dari saudaranya sendiri. Di sebelah kanan akar, node digeser ke atas. Tepat di akar, node bertukar sisi.
+ChangeNodeLevelRightsAction.text=Node ke kanan
+ChangeNodeLevelRightsAction.tooltip=Di sebelah kanan akar, node digeser ke bawah. Mereka menjadi anak dari saudaranya sendiri. Di sebelah kiri akar, node digeser ke atas. Tepat di akar, node bertukar sisi.
+choose_background_color=Pilih Warna Latar Belakang:
+choose_cloud_color=Pilih Warna Awan:
+choose_edge_color=Pilih Warna Tangkai
+choose_node_background_color=Pilih Warna Latar Belakang Node:
+choose_node_color=Pilih Warna Node:
+CloseAction.text=Tutup
+CloudAction.text=Awan
+CloudColorAction.text=Warna Awan...
+ColorProperty.ResetColor=Tata-ulang Warna
+combined=Gabungan
+confirmation=Konfirmasi
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=Salin
+CopySingleAction.text=Salin  Tunggal
+CreationModificationPluginAction.text=Tunjukkan &Waktu Diubah
+CreationModificationPluginAction.tooltip=<html>Fungsi ini mencatat waktu pembuatan dan pengubahan node-node.</html>
+CutAction.text=Potong
+decrease_branch_font_size=Perkecil Font
+DecreaseNodeFontAction.text=Perkecil Font
+delete=Hapus
+delete_child=Hapus Node
+DeleteAction.text=Copot Node
+DeleteConditionAction.text=Hapus
+DocumentationAction.text=Dokumentasi
+edge=Tangkai
+edge_style=Gaya Tangkai
+edge_width=Lebar Tangkai
+EdgeColorAction.text=Warna Tangkai...
+EdgeStyleAction.bezier.text=Kurva Bezier
+EdgeStyleAction.horizontal.text=Horizontal[translate me]
+EdgeStyleAction.linear.text=Garis Lurus
+EdgeStyleAction.sharp_bezier.text=Kurva Bezier Tajam
+EdgeStyleAction.sharp_linear.text=Garis Lurus Tajam
+EdgeStyleAsParentAction.text=Seperti Induknya
+EdgeWidthAction_width_parent.text=Induk
+EdgeWidthAction_width_thin.text=Tipis
+edit=&Edit
+edit.decision=Editor HTML
+edit.edit_rich_text=Apakah Anda ingin menggunakan pemformatan seperti tebal atau miring?
+edit_link_manually=Edit Hipertaut secara Manual
+edit_long_node=Edit Long Node[translate me]
+edit_source_label=Edit Source Label[translate me]
+edit_target_label=Edit Target Label[translate me]
+EditAction.text=Edit Node
+EditAttributesAction.text=Edit Atribut
+EditFilterAction.text=Edit
+EditLongAction.text=Edit Node Panjang
+EncryptedMap.text=Buat Peta Terenkripsi...
+EncryptedMap.tooltip=Buat peta terenkripsi baru.
+enter_base_url=Masukkan URL acuan. Hipertaut akan dibuat relatif mengacu terhadap URL ini.
+enter_confirms=Enter untuk Menerapkan
+EnterPassword.text=&Mati-hidupkan Enkripsi
+error=Galat
+error_applying_template=Galat menerapkan pola acu XSL.
+error_creating_directory=Tidak dapat membuat direktori untuk ekspor.
+ExecuteScripts.text=Scripts[translate me]
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+ExportAction.text=&Ekspor
+ExportBranchToHTMLAction.text=Cabang sebagai HTML
+ExportPdf.text=Sebagai PDF...
+ExportSvg.text=Sebagai SVG...
+ExportToHTMLAction.text=Sebagai HTML
+ExportToImage.jpg.text=Sebagai JPEG...
+ExportToImage.png.text=Sebagai PNG...
+ExportToOoWriter.text=Sebagai dokumen OpenOffice.org Writer...
+ExportToOoWriter.tooltip=Node terbuka berdasarkan strukturnya, node terlipat berdasarkan isi dokumen.
+extension_menu=Gaya &Fisik
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=FAQ
+file=Be&rkas
+file_already_exists=Berkas {0} sudah ada. Apakah Anda hendak menimpanya?
+file_not_found=Berkas {0} tidak ditemukan
+filter=Filter
+filter_add=Tambah
+filter_and=And (Dan)
+filter_conditions=Filter
+filter_contains=Mengandung
+filter_delete=Hapus
+filter_dialog=Penyusun Filter
+filter_does_not_exist=Tak Ada
+filter_edit_description=Edit Senarai Filter
+filter_enter_value=Ketikkan Nilai
+filter_exist=Ada
+filter_icon=Ikon
+filter_is_equal_to=Sama dengan
+filter_is_not_equal_to=Tak sama dengan
+filter_link=Hyperlink[translate me]
+filter_no_filtering=Tanpa Filter
+filter_node=Teks Node
+filter_not=Not (Negasi)
+filter_or=Or (Atau)
+filter_select=Pilih
+filter_selected_node_view=Node Terpilih Saat Ini
+find_what=Temukan apa
+FindAction.text=Temukan...
+fit_map_to_page=Sesuaikan ke Satu Halaman
+FitToPage.text=Zum untuk Menyesuaikan ke &Halaman
+FitToPage.tooltip=Sesuaikan zum hingga seluruh peta tertampilkan dalam jendela ini.
+fold=Lipat
+FoldAllAction.text=Lipat Semua
+FoldAllAction.tooltip=<html>Lipat node terpilih dan semua anaknya..</html>
+FoldOneLevelAction.text=Lipat Satu Level
+FoldOneLevelAction.tooltip=<html>Lipat node terpilih satu level.</html>
+follow_graphical_link=Pergi ke:
+FollowLinkAction.text=Buka Hipertaut
+font=Font
+FontFamilyAction.text=font
+FontSizeAction.text=ukuran font
+format_menu_edge_styles=Gaya &Tangkai
+format_menu_edge_widths=&Lebar Tangkai
+FormatCopy.text=Salin Format
+FormatCopy.tooltip=<html>Menyalin pemformatan node.</html>
+FormatPaste.text=Tempel Format
+FormatPaste.tooltip=<html>Menempelkan pemformatan node.</html>
+ForwardAction.text=Maju
+ForwardAction.tooltip=Lompat ke depan dalam rantai terpilih
+Freeplane.progress.buildScreen=Bangun Layar...
+Freeplane.progress.createController=Buat Pengendali...
+Freeplane.progress.createInitialMode=Buat Modus Inisial...
+Freeplane.progress.endStartup=Proses Memulai Selesai.
+Freeplane.progress.gettingPreferenceDirectories=Mengambil Direktori Preferensi...
+Freeplane.progress.gettingPreferences=Mengambil Preferensi...
+Freeplane.progress.loadMaps=Muat Peta...
+Freeplane.progress.propagateLookAndFeel=Terapkan Cita dan Rasa secara Menyeluruh...
+Freeplane.progress.settingPreferences=Setel Preferensi...
+Freeplane.progress.startCreateController=Mulai Buat Pengendali...
+Freeplane.progress.updateLookAndFeel=Mutakhirkan Cita dan Rasa...
+freeplane_reverted=Freeplane Dimuat Ulang
+FreeplaneHelpStarter.text=Bantuan...
+FreeplaneHelpStarter.tooltip=Bantuan Lebih Jauh Freeplane
+GotoLinkNodeAction.text=Pergi ke Taut
+GrabKeyDialog.common.cancel=Batal
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Dipasangkan ke
+GrabKeyDialog.grab-key.assigned-to.none=Saat ini tidak dipasangkan
+GrabKeyDialog.grab-key.clear=Bersihkan
+GrabKeyDialog.grab-key.remove=Copot
+GrabKeyDialog.grab-key.remove-ask=Anda yakin hendak mencopot kunci ini?
+GrabKeyDialog.grab-key.title=Masukkan kunci baru
+help=Bantuan
+HideAllAttributesAction.text=Sembunyikan Atribut Terpilih
+HierarchicalIconsAction.text=Tampilkan Ikon secara &Hirarkis
+HierarchicalIconsAction.tooltip=Bila salah satu dari anak(-cucu) node ini memiliki ikon, ikon tersebut akan ditampilkan juga di sini dalam format kecil.
+HotKeyInfoAction.text=Key Reference[translate me]
+html_export_based_on_headings=Ekspor HTML - Berdasarkan Tajuk
+html_export_fold_all=Ekspor HTML - Tutup Semua Lipatan
+html_export_fold_currently_folded=Ekspor HTML - Biarkan Lipatan Apa Adanya
+html_export_no_folding=Ekspor HTML - Tanpa Lipatan
+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_attach=Lihat sini
+icon_back=Mundur
+icon_bee=Freeplane[translate me]
+icon_bell=Pengingat
+icon_bookmark=Sangat bagus
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Batal
+icon_button_ok=OK
+icon_calendar=Tanggal
+icon_clanbomber=Bahaya
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Jangan lupa
+icon_down=Turun
+icon_edit=Refine[translate me]
+icon_family=Keluarga
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=Bendera
+icon_flag-black=Black Flag[translate me]
+icon_flag-blue=Blue Flag[translate me]
+icon_flag-green=Green Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_folder=Folder[translate me]
+icon_forward=Maju
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=Prioritas 1
+icon_full-2=Prioritas 2
+icon_full-3=Prioritas 3
+icon_full-4=Prioritas 4
+icon_full-5=Prioritas 5
+icon_full-6=Prioritas 6
+icon_full-7=Prioritas 7
+icon_gohome=Rumah
+icon_group=Group[translate me]
+icon_help=Pertanyaan
+icon_idea=Ide
+icon_info=Info[translate me]
+icon_kaddressbook=Telepon
+icon_kmail=E-Mail[translate me]
+icon_knotify=Musik
+icon_korn=Kotak surat
+icon_ksmiletris=Saya senang
+icon_licq=Bagus
+icon_Mail=Surat
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=I&kon
+icon_messagebox_warning=Penting
+icon_password=Kunci
+icon_pencil=Untuk diperbaiki
+icon_penguin=Linux
+icon_smily_bad=Saya tidak senang
+icon_stop=Stop
+icon_up=Naik
+icon_wizard=Ajaib
+icon_xmag=Untuk dibicarakan
+icon_yes=Penting
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.miscellaneous.text=Miscellaneous[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Pilih Ikon...
+IconSelectionPlugin.tooltip=<html>Dengan ini, ikon dapat dipilih lewat suatu jendela.</html>
+import=Impor
+import_linked_branch_no_link=Node terpilih tidak bertaut pada sesuatu yang dapat diimpor.
+ImportAction.text=Impor
+ImportBranchAction.text=Cabang...
+ImportExplorerFavoritesAction.text=Favorit dari Explorer...
+ImportFolderStructureAction.text=Struktur Map...
+ImportLinkedBranchAction.text=Cabang Bertaut
+ImportLinkedBranchWithoutRootAction.text=(Cabang Bertaut) Tanpa Akarnya
+ImportMindmanagerFiles.text=Peta MindManager X5...
+increase_branch_font_size=Perbesar Font
+IncreaseNodeFontAction.text=Perbesar Font
+ItalicAction.text=Miring
+italicise_branch=Miringkan
+JoinNodesAction.text=Gabung Node
+less_than_two_selected_nodes=Anda harus memilih minimal dua node untuk membuat tautan.
+link_not_available_any_more=Tautan ini tidak sahih lagi. Node di antaranya telah dicopot.
+link_not_found=Link {0} tidak ditemukan
+load=Muat
+locking_failed_by_open=Penguncian peta {0} gagal. Dibuka untuk baca-saja.
+locking_failed_by_save_as=Penguncian peta {0} gagal. Perintah Simpan Sebagai dibatalkan.
+locking_old_lock_removed=Peta {0} dikunci oleh pemakai {1}. Penguncian dilepaskan karena sudah usang.
+long_node_changed_cancel=Node telah diubah. Anda ingin membatalkan perintah ini?
+long_node_changed_submit=Node telah diubah. Anda ingin menyimpan perubahannya?
+lots_of_links_warning=Anda akan membuat banyak sekali tautan ke node yang sama. Benarkah Anda menghendaki tautan-tautan ini?
+map_already_exists=Peta sudah ada. Anda ingin menimpanya?
+map_corrupted=Peta rusak. Lihat detail?
+map_locked_by_open=Peta {0} sedang diedit oleh pemakai {1}. Dibuka untuk baca-saja.
+map_locked_by_save_as=Peta {0} sedang diedit oleh pemakai {1}. Perintah Simpan Sebagai dibatalkan.
+map_not_saved=Peta belum disimpan sebelumnya.
+menu_attributes=&Atribut
+menu_extras=A&lat
+menu_file_import=I&mpor
+menu_filter=Filter[translate me]
+menu_format=F&ormat
+menu_insert=&Sisip
+menu_navigate=&Navigasi
+menu_view=&Tampakan
+mindmap=Peta
+mindmaps=Peta
+mindmaps_desc=Peta (*.mm)
+mindmaps_filter_desc=Filter (*.mmfilter)
+mode_Browse=Browse Mode[translate me]
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Modus tak tersedia
+mode_status=Modus diubah ke Modus {0}
+mode_title=Freeplane - Modus {0}
+modes=Modus
+ModesMenuAction.File.text=File Explorer[translate me]
+most_recent_files=Be&rkas Terkini
+MoveToRootAction.text=Pergi ke Akar
+NavigationNextMapAction.text=Peta Berikutnya
+NavigationPreviousMapAction.text=Peta Sebelumnya
+new_mindmap=Peta Baru
+new_node=Node Baru
+new_node_as_sibling_not_possible_for_the_root=Node baru sebagai kakak/adik tidak dimungkinkan untuk node akar
+NewChildAction.text=Node Anak Baru
+NewMapAction.text=Baru
+NewParentNode.text=Node Induk Baru
+NewParentNode.tooltip=<html>Semua node terpilih dipindahkan ke induk yang baru.</html>
+NewPreviousSiblingAction.text=Node Kakak Baru
+NewSiblingAction.text=Node Adik Baru
+NextNodeAction.FORWARD.text=Next node[translate me]
+no=Tidak
+no_format_copy_before_format_paste=Format tidak dapat ditempelkan sebelum disalin dari node yang lain.
+no_found_from=<html><b>{0}</b> tidak ditemukan dalam <b>{1}</b>.
+no_more_found_from=<html><b>{0}</b> tidak ditemukan lagi dalam <b>{1}</b>.
+no_previous_find=Tidak ada pencarian sebelumnya.
+node=Node
+node_changed_discard_changes=Node telah diubah. Anda ingin membatalkan perintah ini?
+node_location_help=Menyeret memindahkan lokasi node, ctrl+seret mengganti jarak, klik ganda dan ctrl+klik ganda menatanya ulang.
+NodeBackgroundColorAction.text=Warna Latar Belakang &Node...
+NodeColorAction.text=Warna Node...
+NodeColorBlendAction.text=Campur Warna
+NodeDownAction.text=Node ke Bawah
+NodeListAction.text=Temukan dan Ganti...
+NodeListAction.tooltip=Tampilkan semua node sebagai senarai yang dapat dicari melalui penyaring properti.
+NodeShapeAction.bubble.text=&Balon
+NodeShapeAction.fork.text=&Ranting
+NodeUpAction.text=Node ke Atas
+nonboldify_branch=Tak-tebalkan
+nonitalicise_branch=Tak-miringkan
+normal=Normal
+not_saved_for_link_error=Peta harus disimpan sebelum mengeset hipertaut melalui pemilih berkas.
+ok=OK
+OKAction.text=OK
+OpenAction.text=Buka...
+OpenFreeplaneSiteAction.text=Freeplane's Homepage[translate me]
+option_changes_may_require_restart=Untuk melihat efek perubahan setelah, Anda mungkin harus memulai ulang Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&Tidak
+OptionalDontShowMeAgainDialog.dontShowAgain=&Jangan tanya saya lagi.
+OptionalDontShowMeAgainDialog.ok=&Ya
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Ingat keputusan saya.
+OptionPanel.absolute=Absolut
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Pola atak otomatis
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Tentukan kuaitas peta. Lebih banyak antialias membutuhkan lebih banyak waktu.</html>
+OptionPanel.antialias_all=Antialias Semua
+OptionPanel.antialias_edges=Antialias Tangkai
+OptionPanel.antialias_none=Tanpa Antialias
+OptionPanel.Appearance=Penampilan
+OptionPanel.ar=Ar
+OptionPanel.as_parent=Induk
+OptionPanel.ask=Tanya
+OptionPanel.automatic=Otomatis
+OptionPanel.automaticFormat_level=Gaya Atak Otomatis
+OptionPanel.automaticFormat_level1=Format Node Akar
+OptionPanel.automaticFormat_level2=Format Node Level 1
+OptionPanel.Behaviour=Tingkah Laku
+OptionPanel.bezier=bezier[translate me]
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.ca=Catalan, Valencian / Catal\u00E0[translate me]
+OptionPanel.Cancel=Batal
+OptionPanel.childpattern=Pola Anak
+OptionPanel.childpattern.tooltip=Pola terpilih diterapkan ke semua anak.
+OptionPanel.clear_all_setters=Tukar semua
+OptionPanel.clear_all_setters.tooltip=Aktifkan/matikan semua indikator perubahan.
+OptionPanel.combined=Gabungan
+OptionPanel.convert_to_current_version=<html>Konversikan peta Freeplane lama secara otomatis <br>ke versi sekarang?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Hanya untuk peta-peta sangat besar yang tidak perlu dikonversikan. <br>(Butuh pengetahuan ahli) Anda dapat membuka peta tanpa konversi.</html>
+OptionPanel.cs=Cs
+OptionPanel.cut_nodes_without_question=Potong node tanpa konfirmasi?
+OptionPanel.cut_nodes_without_question.tooltip=Bila kotak cek ini dipilih, node dipotong tanpa konfirmasi. Hal ini dapat menyebabkan kehilangan data bila tidak berhati-hati.
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Bawaan
+OptionPanel.default_browser_command_mac=Baris Perintah Bawaan Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> dan Mac: (terimakasih Nick!)</html>
+OptionPanel.default_browser_command_other_os=Baris Perintah Bawaan SO Lain
+OptionPanel.default_browser_command_other_os.tooltip=<html> Ini biasanya untuk Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Baris Perintah Bawaan Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Untuk Windows (tanda "" dibutuhkan untuk URL yang memiliki "=" di dalamnya).</html>
+OptionPanel.default_browser_command_windows_nt=Baris Perintah Jelajah Bawaan Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Untuk Windows (tanda "" dibutuhkan untuk URL yang memiliki "=" di dalamnya).</html>
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=Bawaan
+OptionPanel.delete_automatic_saves_at_exit=Hapus Simpanan Otomatis Saat Keluar
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Setel ke 'true' agar berkas simpanan otomatis dihapus manakala Freeplane dimatikan secara normal.</html>
+OptionPanel.delete_nodes_without_question=Hapus node tanpa konfirmasi?
+OptionPanel.delete_nodes_without_question.tooltip=Bila kotak cek ini dipilih, node dihapus tanpa konfirmasi. Hal ini dapat menyebabkan hilangnya data bila tidak hati-hati digunakan.
+OptionPanel.disable_cursor_move_paper=Nonaktifkan Kursor Pemindah Kertas
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Jangan tampilkan kursor pemindah saat menyeret kertas</html>
+OptionPanel.edgecolor=Warna tangkai
+OptionPanel.edgecolor.tooltip=Atribut tangkai yang mengarah ke node orangtua (juga diterapkan ke semua node anak)
+OptionPanel.edgestyle=Gaya tangkai
+OptionPanel.edgestyle.tooltip=Atribut tangkai yang mengarah ke node orangtua (juga diterapkan ke semua node anak)
+OptionPanel.edgewidth=Lebar tangkai
+OptionPanel.edgewidth.tooltip=Atribut tangkai yang mengarah ke node orangtua (juga diterapkan ke semua node anak)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Bawaannya, Enter Menerapkan
+OptionPanel.el__max_default_window_height=Tinggi Jendela Maks Bawaan
+OptionPanel.el__max_default_window_width=Lebar Jendela Maks Bawaan
+OptionPanel.el__min_default_window_height=Tinggi Jendela Min Bawaan
+OptionPanel.el__min_default_window_width=Lebar Jendela Min Bawaan
+OptionPanel.el__position_window_below_node=Posisi Jendela Di Bawah Node
+OptionPanel.en=En
+OptionPanel.Environment=Lingkungan
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.execute_scripts_without_asking=Skrip akan dijalankan tanpa konfirmasi?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Skrip Freeplane pada prinsipnya dapat melakukan apa saja pada komputer Anda. <br>Jadi, skrip yang tidak diketahui aman jangan dijalankan.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Ijinkan Eksekusi Aplikasi Lain (TIDAK dianjurkan)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Bila skrip Groovy Anda perlu mengeksekusi aplikasi lain (seperti penjelajah) tanpa bertanya(!)),<br>Anda perlu mengaktifkan opsi ini. <br>Gunakan dengan hati-hati, karena kini skrip yang jahat dapat membahayakan komputer Andar!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Ijinkan Operasi Berkas (TIDAK dianjurkan)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Bila skrip Groovy Anda perlu mengeksekusi operasi berkas (buka, tutup, baca, tulis, hapus(!)),<br>Anda perlu mengaktifkan opsi ini. <br>Gunakan dengan hati-hati, karena kini skrip yang jahat dapat membahayakan komputer Andar!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Ijinkan Operasi Jaringan (TIDAK disarankan)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Bila skrip Groovy Anda perlu mengeksekusi operasi jaringan,<br>Anda perlu mengaktifkan opsi ini. <br>Gunakan dengan hati-hati, karena kini skrip yang jahat dapat membuka rahasia Andar!</body></html>
+OptionPanel.experimental_file_locking_on=Penguncian Berkas Eksperimental
+OptionPanel.experimental_file_locking_on.tooltip=<html> Fitur ini masih dalam percobaan</html>
+OptionPanel.export_icons_in_html=Ekspor Ikon dalam HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Tentukan apakah hasil ekspor HTML dari Freeplane mengandung ikon. Masalahnya, dalam peta yang dihasilkan, acuan ke ikon-ikon tersebut bisa hilang atau salah.</html>
+OptionPanel.Files=Berkas
+OptionPanel.first=Pertama
+OptionPanel.foldingsymbolwidth=Lebar Simbol Pelipatan
+OptionPanel.foldingsymbolwidth.tooltip=<html>Lebar lingkaran penanda lipatan</html>
+OptionPanel.fork=Ranting
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Berdasarkan Tajuk
+OptionPanel.html_export_fold_all=Lipat Semua
+OptionPanel.html_export_fold_currently_folded=Biarkan Lipatan Apa Adanya
+OptionPanel.html_export_folding=Ekspor HTML Terlipat
+OptionPanel.html_export_no_folding=Tanpa Lipatan
+OptionPanel.hu=Hu
+OptionPanel.icon=Ikon
+OptionPanel.icon.tooltip=Bila diterapkan, node akan memakai ikon ini saja.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Papan Ketik
+OptionPanel.ko=Kr
+OptionPanel.label_font_size=Ukuran Font
+OptionPanel.language=Bahasa
+OptionPanel.language.tooltip=<html>Memilih bahasa yang hendak digunakan oleh program. Setel ke 'automatic' untuk mencoba mengambil pilihan ini dari sistem milik pemakai. </html>
+OptionPanel.last=Terakhir
+OptionPanel.last_opened_list_length=Panjang Senarai Berkas-Terakhir-Dibuka
+OptionPanel.linear=Linear[translate me]
+OptionPanel.links=Taut
+OptionPanel.links.tooltip=<html>Pilih taut relatif atau absolut </html>
+OptionPanel.load_folding=On Load[translate me]
+OptionPanel.load_last_map=Otomatis buka peta terakhir
+OptionPanel.load_last_map.tooltip=<html>Bila dipilih, maka ketika Freeplane dimulai, ambil peta yang terakhir dibuka secara otomatis.</html>
+OptionPanel.lookandfeel=Cita dan Rasa
+OptionPanel.lookandfeel.tooltip=<html>Cita rasa tampilan: pilihannya adalah: 'metal', 'windows', 'motif', dan 'gtk', ditambah 'mac' khusus untuk MacOS. Bawaan artinya cita rasa tampilan bawaan sistem yang dipakai. Bila Anda menghendaki cita rasa tampilan yang lain, ketikkan nama kelas Java-nya di sini dan pastikan berkas JAR-nya tersedia. Bila ada masalah, pilih 'tiada' di sini, misalnya untuk applet</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Lebar Node Maksimum
+OptionPanel.max_node_width.tooltip=<html>Lebar node maksimal bawaan dalam piksel.</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Warna Latar Belakang Node
+OptionPanel.nodebackgroundcolor.tooltip=Warna Latar Belakang Node
+OptionPanel.nodecolor=Warna Node
+OptionPanel.nodecolor.tooltip=Warna Node
+OptionPanel.nodefontbold=Font Tebal
+OptionPanel.nodefontitalic=Font Miring
+OptionPanel.nodefontname=Nama Font Node
+OptionPanel.nodefontsize=Ukuran Font Node
+OptionPanel.nodeshape=Gaya Node
+OptionPanel.nodeshape.tooltip=Gaya Node
+OptionPanel.nodetext=Teks Node
+OptionPanel.nodetext.tooltip=Teks Node
+OptionPanel.nothing=Nihil
+OptionPanel.number_of_different_files_for_automatic_save=Jumlah Berkas Berbeda untuk Penyimpanan Otomatis
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Sejumlah n berkas berbeda untuk menyimpan peta. Penyimpanan otomatis pertama menggunakan berkas pertama, dan seterusnya, hingga yang ke-n+1 kembali menggunakan berkas pertama (siklik)</html>
+OptionPanel.OK=Simpan
+OptionPanel.patternname=Nama
+OptionPanel.patternname.tooltip=Nama unik pola
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Penempatan Cabang Baru
+OptionPanel.placenewbranches.tooltip=<html>Tempatkan di mana cabang-cabang baru? Pilihannya:'pertama' and 'terakhir' </html>
+OptionPanel.printonwhitebackground=<html>Latar belakang putih untuk mencetak </html>
+OptionPanel.printonwhitebackground.tooltip=<html>Selalu gunakan latar belakang putih saat mencetak</html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Relatif
+OptionPanel.ru=Ru
+OptionPanel.scrollbar_increment=Speed[translate me]
+OptionPanel.selection_method=Metode Pemilihan
+OptionPanel.selection_method.tooltip=<html>Dengan pilihan ini Anda dapat mengaktifkan atau mematikan skema pemilihan tertunda. Jangan ubah nilai ini karena akan disimpan di auto.properties.</html>
+OptionPanel.selection_method_by_click=Dengan Klik
+OptionPanel.selection_method_delayed=Tertunda
+OptionPanel.selection_method_direct=Langsung
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Pola
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.attributes=Atribut
+OptionPanel.separator.automatic_save=Simpan Otomatis
+OptionPanel.separator.behaviour=Tingkah Laku
+OptionPanel.separator.browser=Penjelajah
+OptionPanel.separator.commands_for_the_program=Perintah-perintah untuk Program
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Warna Bawaan
+OptionPanel.separator.default_fonts=Font Bawaan
+OptionPanel.separator.default_styles=Gaya Bawaan
+OptionPanel.separator.EdgeControls=Tangkai
+OptionPanel.separator.edit_long_node_window=Jendela Edit Node Panjang
+OptionPanel.separator.files=Berkas
+OptionPanel.separator.General=Umum
+OptionPanel.separator.html_export=Ekspor HTML
+OptionPanel.separator.hyperlink_types=Tipe Hipertaut
+OptionPanel.separator.icon_properties=Ikon
+OptionPanel.separator.icons=Ikon untuk "Pilih Ikon"
+OptionPanel.separator.initial_map_size=Ukuran Peta Awal
+OptionPanel.separator.inline_editor=In-line node editor[translate me]
+OptionPanel.separator.key_typing=Pengetikan
+OptionPanel.separator.language=Bahasa
+OptionPanel.separator.look_and_feel=Cita dan Rasa
+OptionPanel.separator.mouse_wheel=Roda Tetikus
+OptionPanel.separator.new_node_commands=Perintah Node Baru
+OptionPanel.separator.node_editing_commands=Perintah Edit Node
+OptionPanel.separator.node_navigation_commands=Perintah Navigasi Node
+OptionPanel.separator.NodeColors=Warna Node
+OptionPanel.separator.NodeFont=Font untuk Node
+OptionPanel.separator.notifications=Konfirmasi
+OptionPanel.separator.other_defaults=Bawaan-bawaan Lainnya
+OptionPanel.separator.others=Kunci lain
+OptionPanel.separator.patterns=Pola
+OptionPanel.separator.root_node_appearance=Tampilan Node Akar
+OptionPanel.separator.save=Simpan
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_colors=Warna Pilihan
+OptionPanel.separator.selection_method=Metode Pemilihan
+OptionPanel.separator.undo=Urungkan
+OptionPanel.set_property_text=Ubah
+OptionPanel.set_property_text.tooltip=Kosong: Biarkan; Minus: Hapus properti (setel nilai bawaan); Plus: Ubah properti
+OptionPanel.setscript=Ubah?
+OptionPanel.setscript.tooltip=Skrip dapat diasosiasikan pada gaya.
+OptionPanel.sharp_bezier=bezier tajam
+OptionPanel.sharp_linear=garis lurus tajam
+OptionPanel.show_icon_for_attributes=Tampilkan Ikon untuk Atribut
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Warna Latar Belakang Bawaan
+OptionPanel.standardbackgroundcolor.tooltip=<html>Warna latar belakang bawaan dalam notasi HTML </html>
+OptionPanel.standardcloudcolor=Warna Awan Bawaan
+OptionPanel.standardcloudcolor.tooltip=<html>Warna awan bawaan dalam notasi HTML </html>
+OptionPanel.standardcloudestyle=Gaya Awan Bawaan
+OptionPanel.standardcloudestyle.tooltip=<html>Gaya awan bawaan. Saat ini pilihannya hanya Bezier </html>
+OptionPanel.standarddrawrectangleforselection=Tandai Node Terpilih dengan Balon
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Lingkari node terpilih dengan balon. </html>
+OptionPanel.standardlinkcolor=Warna Taut Bawaan
+OptionPanel.standardlinkcolor.tooltip=<html>Warna taut bawaan dalam notasi HTML </html>
+OptionPanel.standardlinkestyle=Gaya Taut Bawaan
+OptionPanel.standardlinkestyle.tooltip=<html>Gaya taut bawaan. Saat ini pilihannya hanya Bezier </html>
+OptionPanel.standardselectednodecolor=Warna Node Terpilih Bawaan
+OptionPanel.standardselectednodecolor.tooltip=<html>Warna bawaan untuk node terpilih, dalam notasi HTML (#RRGGBB heksadesimal) </html>
+OptionPanel.standardselectednoderectanglecolor=Warna Balon Node Terpilih
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Warna balon yang menandai pilihan node, dalam notasi HTML (#RRGGBB heksadesimal) </html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Waktu saat Penyimpanan Otomatis
+OptionPanel.time_for_automatic_save.tooltip=<html> Masa antar waktu penyimpanan otomatis (dalam ms): Untuk menonaktifkan penyimpanan otomatis, setel ke 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Waktu untuk Pemilihan Tertunda
+OptionPanel.time_for_delayed_selection.tooltip=<html> Waktu yang dibutuhkan untuk menunjuk node dengan tetikus sampai node tersebut terpilih. Angka 1 berarti node langsung terpilih.</html>
+OptionPanel.toolTipManager.initialDelay=Initial delay, ms[translate me]
+OptionPanel.toolTipManager.max_tooltip_width=Lebar Tip
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Lebar tip bawaan dalam piksel.</html>
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=garis bawah
+OptionPanel.undo_levels=Urungkan Berapa Langkah
+OptionPanel.undo_levels.tooltip=<html>Tentukan berapa langkah harus disimpan agar bisa diurungkan lewat perintah "Urungkan".</html>
+OptionPanel.unfold_on_paste=Buka node saat ditempel
+OptionPanel.unfold_on_paste.tooltip=Buka node saat ditempel atau di-seret-dan-jatuhkan
+OptionPanel.use_common_out_point_for_root_node=Tangkai dimulai dari suatu titik pada node akar
+OptionPanel.use_common_out_point_for_root_node.tooltip=Tangkai dimulai dari suatu titik pada node akar
+OptionPanel.use_tabbed_pane=Gunakan Tab
+OptionPanel.use_tabbed_pane.tooltip=Bila peta terpilih ditampilkan dalam tab (misalnya dalam FireFox :-) ).
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Kecepatan
+OptionPanel.wheel_velocity.tooltip=Nilai yang lebih tinggi berakibat pada gerakan tetikus yang cepat dalam peta.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+out_of_memory=Out of memory.[translate me]
+PageAction.text=&Penataan Halaman...
+PasteAction.text=Tempel
+PatternNewNameProperty=Pola Baru
+PatternToString.backgroundColor=Warna Latar Belakang
+PatternToString.Child=Gaya Node Anak
+PatternToString.color=Warna
+PatternToString.EdgeColor=Warna Tangkai
+PatternToString.EdgeStyle=Gaya Tangkai
+PatternToString.EdgeWidth=Lebar Tangkai
+PatternToString.FontBold=Tebal
+PatternToString.FontItalic=Miring
+PatternToString.FontName=Nama Font
+PatternToString.Icon=Ikon
+PatternToString.NodeFontSize=Ukuran Font
+plugins/ScriptEditor.cancel=&Abaikan Perubahan dan Keluar
+plugins/ScriptEditor.exit=&Simpan dan Keluar
+plugins/ScriptEditor.FORBIDDEN_ACTION=Skrip Groovy Freeplane terbatas. Operasi {0,choice,0#Berkas|1#Jaringan|2#Eksekusi} berikut ini dilarang: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}.
+plugins/ScriptEditor.menu_actions=&Aksi
+plugins/ScriptEditor.new_script=Skrip Baru
+plugins/ScriptEditor.run=Jalankan
+plugins/ScriptEditor/window.Result=Hasil:
+plugins/ScriptEditor/window.title=Editor Skrip
+plugins/TimeList.xml_Created=Dibuat
+plugins/TimeList.xml_Date=Tanggal
+plugins/TimeList.xml_Icons=Ikon
+plugins/TimeList.xml_Modified=Diubah
+plugins/TimeList.xml_Notes=Catatan
+plugins/TimeList.xml_Text=Teks
+plugins/TimeManagement.xml_appendButton=Bubuhkan Tanggal Pada Node Terpilih
+plugins/TimeManagement.xml_Cancel=Batal
+plugins/TimeManagement.xml_cancelButton=Batal
+plugins/TimeManagement.xml_closeButton=Tutup
+plugins/TimeManagement.xml_Export=Ekspor Node Terpilih
+plugins/TimeManagement.xml_Find=Cari
+plugins/TimeManagement.xml_Goto=Pergi Ke
+plugins/TimeManagement.xml_hour=Jam:
+plugins/TimeManagement.xml_menu_actions=Aksi
+plugins/TimeManagement.xml_minute=Menit:
+plugins/TimeManagement.xml_reminderButton=Ingatkan Saya Pada Tanggal Ini
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Bila ditekan, pencatat waktu akan menjadualkan waktu yang diberikan. Lalu, ikon akan berkedip pada saat itu.<br>Bila peta ditutup, catatan waktu akan diaktifkan ulang ketika peta dibuka kembali.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Untuk saat ini, satu node hanya bisa punya satu pengingat. <br>Pengingat saat ini terjadual untuk {0,date} {0,time}, Anda memilih {1,date} {1,time}. <br><br>Apakah Anda hendak mengganti waktu pengingat node ini (YES) <br>atau tetap memakai yang lama (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Pengingat dijadualkan pada  {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Copot Pengingat
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Copot semua pengingat yang diasosiasikan dengan node terpilih.
+plugins/TimeManagement.xml_Replace=Ganti
+plugins/TimeManagement.xml_Replace_All=Ganti Semua
+plugins/TimeManagement.xml_Replace_Selected=Ganti Terpilih
+plugins/TimeManagement.xml_Select=Pilih
+plugins/TimeManagement.xml_todayButton=Hari Ini
+plugins/TimeManagement.xml_WindowTitle=Manajemen Waktu
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Cari dan Ganti
+preferences=Preferensi
+print_preview_title=Tampakan Awal
+PrintAction.text=Cetak...
+PrintDirectAction.text=Cetak
+printing_settings=Skala Cetak
+PrintPreviewAction.text=Cetak Tampakan A&wal...
+PropertyAction.text=Preferensi...
+QuitAction.text=Keluar
+read_only=Baca Saja
+really_convert_to_current_version=<html>Peta ini dibuat dengan versi Freeplane lama. <br>Apakah hendak dikonversi (dianjurkan)? <br>(Bila tidak, akan diambil apa adanya, tanpa jaminan.) </html>
+really_cut_node=Benar potong node?
+really_execute_script=Anda benar-benar ingin menjalankan skrip yang terkandung dalam peta ini? Hal ini mungkin saja membahayakan komputer Anda.
+really_remove_node=Benar hapus node?
+RedoAction.text=Ulangi
+RedoFilterAction.text=Ulangi
+ReminderHookAction.text=Copot Pengingat
+ReminderHookAction.tooltip=Copot Pengingat dari Node
+RemoveAllIconsAction.text=Copot Semua Ikon
+RemoveIconAction.text=Copot Ikon Terakhir
+RemoveNoteAction.text=Copot Catatan
+RemoveNoteAction.tooltip=<html>Menghapus isi catatan dari satu atau lebih catatan.</html>
+rename=Rename[translate me]
+repair_link=Perbaiki Taut
+repair_link_question=Peta tertaut tidak dapat dimuat. Perbaiki taut secara manual?
+replace=Ganti
+ReportBugAction.text=Report a Bug[translate me]
+ResetNodeLocationAction.text=Tata-ulang &Posisi
+save_failed=Usaha menyimpan peta {0} gagal
+save_unsaved=Simpan peta berikut?
+SaveAction.text=Simpan
+SaveAll.text=Simpan Semu&a
+SaveAll.tooltip=Simpan semua peta terbuka
+SaveAsAction.text=Simpan Sebagai
+saved=Tersimpan
+scheme_evaluate=Evaluasi!
+ScriptEditor.text=Editor Skrip...
+ScriptEditor.tooltip=Mungkinkan penulisan skrip yang lebih besar di dalam Freeplane.
+ScriptEditorPanel.changed_cancel=Skrip diubah. Apakah Anda benar hendak mengabaikan perubahannya?
+select_favorites_folder=Pilih map tempat Favorit Anda berada
+select_folder_for_importing=Pilih map yang hendak diimpor
+SelectAllAction.text=Pilih Semua yang Terlihat
+SelectBranchAction.text=Pilih Cabang yang Terlihat
+selection_method_by_click=Klik-sekali untuk Memilih
+selection_method_delayed=Pilihan Otomatis Tertunda
+selection_method_direct=Tunjuk untuk Memilih
+SelectNoteAction.text=Tukar Editor Catatan
+SelectNoteAction.tooltip=Switch to resp. from note window
+SetImageByFileChooserAction.text=Gambar (Pemilih Berkas atau Taut)...
+SetLinkByFileChooserAction.text=Hipertaut (Pemilih Berkas)
+SetLinkByTextFieldAction.text=Hipertaut (Kolom Teks)
+ShowAllAttributesAction.text=Tampilkan Semua Atribut
+ShowAncestorsAction.text=Tampilkan Moyangnya
+ShowAttributeDialogAction.text=Kelola &Atribut...
+ShowDescendantsAction.text=Tunjukkan Keturunannya
+ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowHideNoteAction.text=Jendela Catatan
+ShowHideNoteAction.tooltip=Membuat jendela catatan muncul atau hilang.
+ShowSelectedAttributesAction.text=Tampilkan Atribut Terpilih
+ShowSelectionAsRectangleAction.text=Pemilih Segiempat
+simplyhtml.aboutFrameTitle=Tentang aplikasi ini
+simplyhtml.aboutLabel=Tentang SimplyHTML...
+simplyhtml.alignCenter=tengah
+simplyhtml.alignLabel=Perataan
+simplyhtml.alignLeft=kiri
+simplyhtml.alignRight=kanan
+simplyhtml.allCellsRangeLabel=semua sel
+simplyhtml.allOccurrencesReplaced=Semua kemunculan diganti
+simplyhtml.appendTableColLabel=Tambahkan kolom
+simplyhtml.appendTableRowLabel=Tambahkan baris
+simplyhtml.applyCellAttrLabel=Terapkan pada
+simplyhtml.backgroundLabel=Latar Belakang
+simplyhtml.boldItalicName=tebal miring
+simplyhtml.boldName=tebal
+simplyhtml.borderColorLabel=Warna:
+simplyhtml.borderWidthLabel=Lebar
+simplyhtml.bottomLabel=bawah
+simplyhtml.cancelBtnName=Batal
+simplyhtml.cellBorderTabLabel=Sempadan
+simplyhtml.cellGenTabLabel=Umum
+simplyhtml.cellMarginTabLabel=Pias
+simplyhtml.cellPanelTitle=Format Sel
+simplyhtml.clearFormatLabel=Copot Pemformatan
+simplyhtml.clearFormatTip=Copot Pemformatan
+simplyhtml.close=Tutup
+simplyhtml.closeBtnName=Tutup
+simplyhtml.colorLabel=Warna
+simplyhtml.copyLabel=Salin
+simplyhtml.copyTip=salin
+simplyhtml.cTagNameHead1=Tajuk 1
+simplyhtml.cTagNameHead2=Tajuk 2
+simplyhtml.cTagNameHead3=Tajuk 3
+simplyhtml.cTagNameHead4=Tajuk 4
+simplyhtml.cTagNameHead5=Tajuk 5
+simplyhtml.cTagNameHead6=Tajuk 6
+simplyhtml.cTagNameLink=Taut
+simplyhtml.cTagNameOL=Senarai Berurut
+simplyhtml.cTagNamePara=Paragraph
+simplyhtml.cTagNameUL=Senarai Tak-urut
+simplyhtml.cutLabel=Potong
+simplyhtml.cutTip=potong
+simplyhtml.defaultDocName=Nirjudul
+simplyhtml.deleteTableColLabel=Hapus kolom
+simplyhtml.deleteTableRowLabel=Hapus baris
+simplyhtml.docTitleQuery=Setel judul menjadi:
+simplyhtml.docTitleTitle=Edit Judul Dokumen
+simplyhtml.editLabel=Edit
+simplyhtml.effectLabel=Efek
+simplyhtml.familyLabel=Keluarga
+simplyhtml.findNext=Temukan berikutnya...
+simplyhtml.findReplaceDialogTitle=Temukan dan Ganti
+simplyhtml.findReplaceLabel=Temukan dan Ganti
+simplyhtml.findReplaceTip=cari dan ganti
+simplyhtml.fontBoldLabel=Tebal
+simplyhtml.fontBoldTip=Mati-hidupkan Tebal
+simplyhtml.fontDialogTitle=Format Font
+simplyhtml.fontItalicLabel=Miring
+simplyhtml.fontItalicTip=Mati-hidupkan Miring
+simplyhtml.fontLabel=Font...
+simplyhtml.fontTabLabel=Font
+simplyhtml.fontTip=Format font...
+simplyhtml.fontUnderlineLabel=Garis Bawah
+simplyhtml.fontUnderlineTip=Mati-hidupkan Garis Bawah
+simplyhtml.foregroundLabel=Latar Depan
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=Senarai...
+simplyhtml.formatListTip=Ubah format senarai
+simplyhtml.formatParaLabel=Paragraf...
+simplyhtml.formatParaTip=Ubah format paragraph
+simplyhtml.formatTableLabel=Tabel...
+simplyhtml.formatTableTip=Format tabel
+simplyhtml.helpLabel=Bantuan
+simplyhtml.htmlTabTitle=Tampilan Kode HTML
+simplyhtml.imageFileDesc=Berkas gambar
+simplyhtml.insertTableColLabel=Sisipkan kolom
+simplyhtml.insertTableLabel=Tabel...
+simplyhtml.insertTableMsg=Berapa Kolom?
+simplyhtml.insertTableRowLabel=Sisipkan baris
+simplyhtml.insertTableTitle=Sisipkan Tabel
+simplyhtml.italicName=miring
+simplyhtml.layoutTabTitle=Tampilan Atak
+simplyhtml.leftLabel=kiri
+simplyhtml.listDialogTitle=Format Senarai
+simplyhtml.listIndentTitle=Indentasi:
+simplyhtml.listPosInside=di dalam
+simplyhtml.listPositionLabel=Posisi:
+simplyhtml.listPosOutside=di luar
+simplyhtml.listTypeCircle=bulir bundar
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=simbol berkas sebagai bulir
+simplyhtml.listTypeLabel=Tipe:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=nihil
+simplyhtml.listTypeSquare=bulir persegi
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=luar
+simplyhtml.matchCase=Cocokkan huruf besar/kecil
+simplyhtml.newStyleDefaultName=gaya baru
+simplyhtml.nextTableCellLabel=Sel berikutnya
+simplyhtml.noLineLabel=nihil
+simplyhtml.noMoreOccurrencesFound=tidak ditemukan (lagi)
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=dalam
+simplyhtml.paraAlignCenterLabel=Rata tengah
+simplyhtml.paraAlignCenterTip=Setel paragraf rata tengah
+simplyhtml.paraAlignLeftLabel=Rata kiri
+simplyhtml.paraAlignLeftTip=Setel paragraf rata kiri
+simplyhtml.paraAlignRightLabel=Rata kanan
+simplyhtml.paraAlignRightTip=Setel paragraf rata kanan
+simplyhtml.paraStyleDialogTitle=Gaya Paragraf
+simplyhtml.paraTabLabel=Paragraph
+simplyhtml.pasteLabel=Tempel
+simplyhtml.pasteTip=tempel
+simplyhtml.plainName=polos
+simplyhtml.previewLabel=Pratinjau
+simplyhtml.previewText=Teks Pratinjau
+simplyhtml.prevTableCellLabel=Sel sebelumnya
+simplyhtml.redoLabel=Ulangi
+simplyhtml.redoTip=ulangi
+simplyhtml.replace=Ganti...
+simplyhtml.replaceAll=Semua
+simplyhtml.replaceDone=Sudah
+simplyhtml.replaceNo=Tidak
+simplyhtml.replaceThisQuery=ganti tiap kemunculan
+simplyhtml.replaceWith=Ganti dengan
+simplyhtml.replaceYes=Ya
+simplyhtml.rightLabel=kanan
+simplyhtml.searchDown=Cari ke bawah
+simplyhtml.searchFromStart=Cari dari mula
+simplyhtml.searchUp=Cari ke atas
+simplyhtml.selectAllLabel=Pilih semua
+simplyhtml.sizeLabel=Ukuran
+simplyhtml.standardStyleName=bawaan
+simplyhtml.strikeLabel=Coret
+simplyhtml.styleLabel=Gaya
+simplyhtml.styleNameInputText=Nama gaya baru?
+simplyhtml.styleNameInputTitle=Simpan gaya
+simplyhtml.tableBgColLabel=Warna Latar Belakang:
+simplyhtml.tableDialogTitle=Format Tabel
+simplyhtml.tableLabel=Tabel
+simplyhtml.tablePanelTitle=Format Tabel
+simplyhtml.tableWidthLabel=Lebar:
+simplyhtml.textIndentLabel=Indentasi:
+simplyhtml.textToFind=Teks yang dicari:
+simplyhtml.thisCellRangeLabel=sel ini
+simplyhtml.thisColRangeLabel=kolom ini
+simplyhtml.thisRowRangeLabel=baris ini
+simplyhtml.toggleBulletsLabel=Senarai berbulir mati/hidup
+simplyhtml.toggleBulletsTip=senarai berbulir mati/hidup
+simplyhtml.toggleNumbersLabel=Senarai bernomor mati/hidup
+simplyhtml.toggleNumbersTip=senarai bernomor mati/hidup
+simplyhtml.topLabel=atas
+simplyhtml.uLineLabel=Garis Bawah
+simplyhtml.unableToOpenFileError=Berkas tidak bisa dibuka
+simplyhtml.unableToRedoError=Tak bisa ulangi:
+simplyhtml.unableToUndoError=Tak bisa urungkan:
+simplyhtml.undoLabel=Urungkan
+simplyhtml.undoTip=urungkan
+simplyhtml.valignBaseline=garis dasar
+simplyhtml.valignBottom=bawah
+simplyhtml.valignLabel=Perataan Vertikal
+simplyhtml.valignMiddle=tengah
+simplyhtml.valignTop=atas
+simplyhtml.wholeWordsOnly=Hanya kata seutuhnya
+SortNodes.text=&Urutkan Anak-anak
+SortNodes.tooltip=Urutkan semua anak dari node menurut abjad.
+split=Pisahkan
+SplitNode.text=&Pisahkan Node
+SplitNode.tooltip=<html>Node dipisahkan</html>
+style=Gaya
+svg=SVG[translate me]
+TimeListAction.text=Tampilkan Senarai Jadual Waktu
+TimeListAction.tooltip=Tampilkan semua waktu terjadual dan node yang bersangkutan.
+TimeManagementAction.text=Tunjukkan Kalender...
+TimeManagementAction.tooltip=<html>Tunjukkan modul Kalender buatan Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Buka/Tutup Lipatan Anak
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Buka/Tutup Lipatan
+ToggleLeftToolbarAction.text=Luntang &Kedua
+ToggleMenubarAction.text=Bilah Menu
+ToggleToolbarAction.text=&Luntang
+undefined_error=Galat yang tidak diharapkan terjadi. Tolong coba aporkan sebagai bug.
+underline=Garis Bawah
+underlined=Garis Bawah
+UndoAction.text=Urungkan
+UndoFilterAction.text=Urungkan
+unfold=Buka Lipatan
+UnfoldAllAction.text=Buka Semua
+UnfoldAllAction.tooltip=<html>Buka lipatan node terpilih dan semua anaknya.</html>
+UnfoldOneLevelAction.text=Buka Satu Level
+UnfoldOneLevelAction.tooltip=<html>Buka lipatan node terpilih satu level.</html>
+UpdateCheckAction.text=Check for Updates[translate me]
+url_error=URL ini salah formatnya!
+url_load_error=Peta yang diacu URL tidak dapat dimuat.
+UsePlainTextAction.text=Gunakan Teks Polos
+user_defined_zoom=Setelan pemakai.
+user_defined_zoom_status_bar=Mengubah zum sesuai setelan pemakai di {0}%.
+user_zoom=Faktor Zum Pencetakan (0.0 - 2.0):
+WebDocuAction.text=Dokumentasi Web
+width=Lebar
+yes=Ya
+ZoomInAction.text=Zum Mendekat
+ZoomOutAction.text=Zum Menjauh
diff --git a/freeplane/resources/translations/Resources_it.properties b/freeplane/resources/translations/Resources_it.properties
index fa2dbe8..70f0272 100644
--- a/freeplane/resources/translations/Resources_it.properties
+++ b/freeplane/resources/translations/Resources_it.properties
@@ -1,1769 +1,1769 @@
-about_text = Joerg Mueller's Freeplane\nRealizzazione di un'interfaccia uomo-macchina del concetto di "Mappatura Mentale".\nCopyright (C) 2000-2008 Joerg Mueller <joemuell at informatik.uni-freiburg.de>\nQuesto programma \u00E8 "Free Software" (GPL)\nSito: http://freeplane.sourceforge.net/\nVersion:
-AboutAction.text = Informazioni su
-acceleratorPresets = Preset Tasti Rapidi
-accelerators_loading_error = Impossibile caricare acceleratori da {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Cambia il formato dei nodi
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Cambia schema
-accessories/plugins/EncryptNode.properties_0 = Scegli una password per i nodi cifrati
-accessories/plugins/EncryptNode.properties_1 = Le password sono diverse o troppo corte
-accessories/plugins/EncryptNode.properties_2 = Inserisci password:
-accessories/plugins/EncryptNode.properties_3 = Inserisci di nuovo la password:
-accessories/plugins/EncryptNode.properties_4 = Inserisci la password.
-accessories/plugins/EncryptNode.properties_5 = <html>Ricorda che l'inviolabilit\u00E0 della cifratura<br> dipende quasi completamente dalla qualit\u00E0 della password inserita.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Cancella
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = E' possibile modificare lo stato di criptatura di un nodo criptato. Inserire almeno un nodo usando il menu Strumenti.
-accessories/plugins/EncryptNode.properties_select_me = Selezionami per continuare!
-accessories/plugins/EncryptNode.properties_wrong_password = La password non \u00E8 corretta.
-accessories/plugins/ExportWithTWiki.text = Come TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Esporta la mappa come documento TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = Questo \u00E8 un metodo di esportazione uniforme che usa scripts XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Come Applet Java...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Esporta la mappa come "applet java".
-accessories/plugins/ExportWithXSLT_Flash.text = In Flash
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Esporta la mappa come applicazione Flash
-accessories/plugins/ExportWithXSLT_HTML.text = In XHTML (versione JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = In XHTML (mappa cliccabile)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Risorse dal nodo RISORSE al file Gestore dei processi...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Esporta le risorse dal nodo RISORSE al modulo Gestore dei processi. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Compiti dal nodo PROCESSI al file Gestore dei processi...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Esporta i compiti dal nodo PROCESSI al modulo Gestore dei processi. </html>
-action_keystroke_in_use_error = Il tasto rapido {0} richiesto per l''azione {1} \u00e8 gi\u00e0 in uso per l''azione {2}
-active = Attivo
-actual_map_styles = Stile condizionale della mappa, applicato
-actual_node_styles = Stile condizionale del nodo, applicato
-add = &Aggiungi
-AddConnectorAction.text = Aggiungere Collegamento Grafico
-AddElementaryConditionAction.text = Aggiungere
-AddLocalLinkAction.text = Aggiungere Collegamento Locale
-AddMenuItemLinkAction.text = Comando Menu Programma
-AddOnDetailsPanel.authored.by = Da {0}
-AddOnDetailsPanel.header.function = Funzione
-AddOnDetailsPanel.header.menu = Posizione Menu
-AddOnDetailsPanel.header.shortcut = Scorciatoia
-AddOnDetailsPanel.homepage = Homepage:
-addons.installer.canceled = Installazione annullata
-addons.installer.confirm.licence = <html><body><h1>Licenza</h1>{0}<p><p><em>Accettare questa Licenza?</em></p></body></html>
-addons.installer.failed = Installazione fallita: {0}
-addons.installer.freeplaneversion.format.error = Formato errato in {0} (valore: {1})
-addons.installer.groovy.script.name = Nome Script {0} non termina con ".groovy"
-addons.installer.html.script = Il corpo dello Script non deve essere formattato come HTML
-addons.installer.install = Installa
-addons.installer.invalid.keyboard.shortcut = Scorciatoia non valida {0}
-addons.installer.licence.unchanged = Licenza non cambiata
-addons.installer.map.structure = Errore nella struttura della mappa: {0}
-addons.installer.missing.child.nodes = Nodo Figlio mancante: {0}
-addons.installer.missing.permission.attribute = Script {0}: Permessi attributi mancanti {1}
-addons.installer.missing.properties = Propriet\u00e0 mancanti: {0}
-addons.installer.missing.translation = Traduzione mancante di {0} per {1}
-addons.installer.no.scripts = Nessun Script trovato
-addons.installer.no.zipdata = Dati zip non trovati
-addons.installer.nonstandard.permissions = Lo Script richiede i seguenti permessi che attualmente non sono abilitati:  {0}.\nDevono essere aggiunti ai permessi standard ?
-addons.installer.one.child.expected = Atteso esattamente un figlio di {0}.
-addons.installer.script.no.execution_mode = Nessun attributo "execution_mode" definito per {0}
-addons.installer.script.no.menulocation = Nessun attributo "menuLocation" definito per {0}
-addons.installer.script.no.menutitle = Nessun attributo "menuTitleKey" definito per {0}
-addons.installer.script.no.permissions = Nessun permesso definito per {0}
-addons.installer.success = Installazione riuscita.\nIl nuovo add-on sar\u00e0 disponibile dopo il riavvio.
-addons.installer.success.update = Aggiornamento da {0} a {1} eseguito correttamente.\nAlcune funzioni saranno disponibili solo dopo il riavvio.
-addons.installer.title = Installazione Add-on
-addons.installer.too.new = La versione attuale di Freeplane {0} \u00e8 troppo nuova. Questo add-on \u00e8 supportato fino alla versione {1}
-addons.installer.too.old = La versione attuale di Freeplane {0} \u00e8 troppo vecchia. Questo add-on richiede almeno la versione {1}
-addons.installer.unknown.deinstallation.rules = Regole di disinstallazione sconosciute {0}
-addons.installer.update = Aggiornamento dalla versione {0}
-addons.installer.warning = <html><body><em>Si consiglia di installare add-on solo da fonti che ritenete affidabili. Programmi maligni possono causare danni ai vostri dati o violare la vostra privacy.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = Aggiungere Stile Attributi
-AddStyleAttributes.tooltip = Aggiungere Attributi dallo stile del nodo
-AllMapsNodeListAction.text = Trova e Sostituisci in tutte le mappe
-always = Sempre
-AlwaysUnfoldedNodeAction.text = Espandere sempre i nodi (Abilita/Disabilita)
-antialias_all = Antialias tutto
-antialias_edges = Antialias Collegamenti
-antialias_none = Antialias niente
-apply = &Applica
-ApplyAction.text = &Applica
-ApplyFormatPlugin.text = &Cambia formato...
-ApplyFormatPlugin.tooltip = Visualizza una finestra tramite cui si possono cambiare gli Attributi del nodo e del collegamento.
-ApplyNoFilteringAction.text = Nessun filtro
-ApplySelectedViewConditionAction.text = Filtra i nodi selezionati
-ApplyToVisibleAction.text = Applica ai nodi filtrati
-as_parent = Come Genitore
-AskForHelp.text = Chiedere Aiuto
-AssignAttributesAction.text = Assegna Attributi
-attribute_delete = Cancella tutti i valori
-attribute_delete_value = Cancella questo valore
-attribute_font_size_tooltip = Attributo grandezza carattere
-attribute_list_box_label_text = Valori esistenti
-attribute_name = Nome Attributi
-attribute_replace = Sostituisci con
-attribute_top = Tutti gli Attributi conosciuti per la mappa aperta
-attribute_value = Valore Attributi
-attributes_AddAttributeAction.text = A&ggiungi Attributi...
-attributes_adding_empty_attribute_error = Non si pu\u00f2 usare una stringa vuota come nome attributo
-attributes_all = Tutti gli Attributi
-attributes_assign_dialog = Assegna Attributi
-attributes_attribute = Attributi
-attributes_close = Chiudi
-attributes_deselect_all = Nulla
-attributes_dialog_title = Gestione Attributi
-attributes_edit = Modifica
-attributes_edit_tooltip = Modifica set
-attributes_for_selected = Nodi selezionati
-attributes_for_visible = Tutti i nodi visibili
-attributes_import = &Importa
-attributes_import_tooltip = Importa Attributi dalle altre mappe caricate
-attributes_no_import_candidates_found = Nessun nuovo attributo trovato
-attributes_popup_delete = Cancella
-attributes_popup_down = Sotto
-attributes_popup_edit = Modifica
-attributes_popup_hide = Nascondi
-attributes_popup_new = Nuovo attributo
-attributes_popup_optimal_width = Larghezza ottimale
-attributes_popup_up = Sopra
-attributes_refresh = Aggiorna
-attributes_RemoveAllAttributesAction.text = Rimuovi tutti gli Attributi
-attributes_RemoveFirstAttributeAction.text = Rimuovi primo Attributo
-attributes_RemoveLastAttributeAction.text = Rimuovi ultimo Attributo
-attributes_restricted_attributes_tooltip = Set ristretto di Attributi
-attributes_restricted_values_tooltip = Set ristretto di valori per l'attributo corrente
-attributes_restriction = Set ristretto
-attributes_select_all = Tutti
-attributes_select_all_tooltip = Seleziona / Deseleziona tutti
-attributes_show = Visualizza
-attributes_skip_root = Salta il nodo radice
-attributes_visible = Seleziona visibili
-attributes_visible_tooltip = Seleziona visibili
-automatic_layout = Formato Automatico
-automatic_layout_disabled = Disabilitato
-automatically_save_message = La mappa \u00E8 stata salvata automaticamente (usando il nome {0})...
-AutomaticEdgeColorHookAction.text = Colore Auto Collegamenti
-AutomaticLayout.ALL = Per tutti
-AutomaticLayout.HEADINGS = Per le intestazioni
-AutomaticLayout.level = Livello {0}
-AutomaticLayout.level.root = Nodo Principale
-AutomaticLayoutAction.text = &Applica Stili Livelli
-AutomaticLayoutAction.tooltip = <html>Regola la formattazione della mappa. <br> Il primo livello nero, il secondo blu, etc.</html>
-AutomaticLayoutControllerAction.ALL.text = per tutti i nodi
-AutomaticLayoutControllerAction.HEADINGS.text = per i nodi terminali
-AutomaticLayoutControllerAction.null.text = disabilitato
-BackAction.text = Indietro
-BackAction.tooltip = Retrocedi nella cronologia dei nodi selezionati
-background = Sfondo
-bitmaps = Immagini Bitmap
-black = Nero
-BlinkingNodeHookAction.text = Nodo lampeggiante
-BlinkingNodeHookAction.tooltip = <html>Questo fa lampeggiare il nodo. Attenzione!!! Non associarlo a molti nodi e <strong> non con altre formattazioni automatiche allo stesso nodo</strong></html>
-blue = Blu
-BoldAction.text = Grassetto
-boldify_branch = Metti in grassetto
-branch = Ramo
-browse = Esplora...
-calendar_attributes_panel = Calendario e Attributi
-calendar_panel = Calendario
-can_not_connect_to_info_server = Connessione al server delle informazioni non riuscita
-can_not_delete_predefined_style = Non si pu\u00f2 cancellare lo stile predefinito
-can_not_delete_root_style = Non si pu\u00f2 cancellare lo stile del nodo Principale
-can_not_delete_style_group = Non si pu\u00f2 cancellare lo stile del gruppo
-can_not_save_key_set = Salvataggio configurazione Tasti Rapidi, non riuscita
-cancel = &Annulla
-CancelAction.text = &Annulla
-cannot_add_parent_diff_parents = Tutti i nodi devono avere lo stesso genitore per usare questa funzione.
-cannot_add_parent_to_root = Il nodo radice non pu\u00f2 essere aggiunto ad un nuovo genitore.
-cannot_delete_root = Il nodo radice non pu\u00f2 essere cancellato o tagliato.
-cannot_join_nodes_with_children = Impossibile collegare i nodi con i figli
-cannot_move_to_child = Impossibile spostare un nodo ad uno dei figli
-CenterAction.text = Centra
-CenterSelectedNodeAction.text = Centra il nodo selezionato
-ChangeConnectorArrowsAction.backward.text = Indietro
-ChangeConnectorArrowsAction.both.text = Entrambe
-ChangeConnectorArrowsAction.forward.text = Avanti
-ChangeConnectorArrowsAction.none.text = Nessuno
-ChangeConnectorArrowsAction.text = Cambia la freccia del collegamento grafico
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Curva
-ChangeConnectorShapeAction.EDGE_LIKE.text = Simula Angolo
-ChangeConnectorShapeAction.LINE.text = Linea
-ChangeConnectorShapeAction.LINEAR_PATH.text = Percorso Lineare
-ChangeNodeLevelLeftsAction.text = Sposta nodo a sinistra
-ChangeNodeLevelLeftsAction.tooltip = I nodi che si trovano alla sinistra del nodo centrale, verranno spostati in basso; diventeranno nodi figli del fratello superiore. I nodi che si trovano alla destra del nodo centrale, verranno spostati in alto; I nodi collegati direttamente alla radice, camberanno lato.
-ChangeNodeLevelRightsAction.text = Sposta nodo a destra
-ChangeNodeLevelRightsAction.tooltip = I nodi che si trovano alla destra del nodo centrale, verranno spostati in basso; diventeranno nodi figli del fratello superiore. I nodi che si trovano alla sinistra del nodo centrale, verranno spostati in alto. I nodi collegati direttamente alla radice, cambieranno lato.
-choose_background_color = Scegliere il colore di sfondo
-choose_cloud_color = Scegliere il colore della nuvola:
-choose_edge_color = Scegliere il colore collegamento
-choose_map_background_color = Scegliere il colore di sfondo della mappa
-choose_node_background_color = Scegliere il colore di sfondo del nodo
-choose_node_color = Scegliere il colore del nodo
-ClearLinkAnchorAction.text = Cancella link \u00e0ncora
-ClearLinkAnchorAction.tooltip = <html>cancella il link \u00e0ncora precedentemente creato</html>
-close_btn = &Chiudi
-CloseAction.text = Chiudi
-CloudAction.text = Nuvola
-CloudColorAction.text = Colore nuvola
-CloudShapeAction.ARC.text = Arco
-CloudShapeAction.RECT.text = Rettangolo
-CloudShapeAction.ROUND_RECT.text = Rettangolo Arrotondato
-CloudShapeAction.STAR.text = Stella
-ColorProperty.ResetColor = Ripristina colore
-combined = Combinato
-condition = Condizione
-confirmation = Conferma
-connector = Collegamento grafico
-connector_arrows = Frecce del Collegamento grafico
-connector_label = Etichetta del Collegamento grafico
-connector_lines = Linea del Collegamento grafico
-connector_shapes = Forma del Collegamento grafico
-ConnectorColorAction.text = Colore del Collegamento grafico...
-CopyAction.text = Copia
-CopyAction.tooltip = Copia l'intero ramo
-CopyAttributes.text = Copia &Attributi
-CopyIDAction.text = Copia l'ID del nodo
-CopyMapStylesAction.text = Copia lo stile della mappa...
-CopyNodeURIAction.text = Copiare URI del Nodo
-copyright = Copyright \u00a9 2000-2012 Freeplane team and others
-CopySingleAction.text = Copia Nodo (&singolo)
-CopySingleAction.tooltip = Copia solo il nodo selezionato
-CopyStyleExtensionsAction.text = Copiare le estensioni dallo stile del nodo
-corrupt_map = Il contenuto della mappa \u00e8 corrotto
-CreateConjunctConditionAction.text = E
-CreateDisjunctConditionAction.text = O
-CreateNotSatisfiedConditionAction.text = Non
-CreationModificationPluginAction.text = Visualizza i tempi di modifica
-CreationModificationPluginAction.tooltip = <html>Questa funzione tiene traccia dei tempi di modifica e creazione dei nodi.</html>
-current_dir = Mappe
-CutAction.text = Taglia
-decrease_branch_font_size = Diminuisci carattere
-DecreaseNodeFontAction.text = Diminuisci carattere
-default = Predefinito
-DefaultColorAction.text = Colore predefinito
-defaultstyle.details = Dettagli
-defaultstyle.floating = Nodo Flottante
-defaultstyle.note = Note
-delete = &Elimina
-delete_child = Cancella nodo
-DeleteAction.text = Rimuovi nodo
-DeleteConditionAction.text = Cancella
-DeleteDetailsAction.text = Cancella Dettagli
-DeleteLevelStyleAction.text = Rimuovere lo stile di layout automatico
-DeleteStyleAction.text = Rimuovere Stile
-DeleteUserStyleAction.text = Rimuovere lo stile definito dall'utente
-dialect_info.app = La Mappa {0} \u00e8 stata creata col programma {1}.
-dialect_info.unknownApp = La mappa caricata \u00e8 stata creata con un programma sconosciuto.
-dialect_info.unknownURL = Sito internet non conosciuto.
-dialect_info.url = Visitare il sito {0} del programma, per maggiori informazioni.
-dialect_info.warning = Freeplane pu\u00f2 aprire, visualizzare o salvare non correttamente.
-DirectHtmlFlavorHandler = HTML come nodo singolo
-DocumentationAction.text = Documentazione
-down = G&i\u00f9
-download = Scarica
-dropped_file_error = Impossibile aprire i file mancanti. Motivo: {0}
-edge = Collegamenti
-edge_is_formatted_by_style = Il colore dei Collegamenti \u00e8 controllato dallo Stile. Modificare lo Stile relativo, se necessario.
-edge_style = Stile Collegamenti
-edge_width = Spessore Collegamenti
-EdgeColorAction.text = Colore Collegamenti
-EdgeStyleAction.bezier.text = Curve arrotondate (bezier)
-EdgeStyleAction.bezier.tooltip = <html>Visualizza i collegamenti in modo arrotondatto.</html>
-EdgeStyleAction.hide_edge.text = Nascondi i Collegamenti
-EdgeStyleAction.hide_edge.tooltip = <html>Per i nodi selezionati, visualizza i collegamenti ai nodi genitori come <br> linee punteggiate; per gli altri nascondi i collegamenti.</html>
-EdgeStyleAction.horizontal.text = Squadrato
-EdgeStyleAction.horizontal.tooltip = <html>Usa linee perpendicolari diritte per i collegamenti.</html>
-EdgeStyleAction.linear.text = Lineare
-EdgeStyleAction.linear.tooltip = <html>Visualizza i collegamenti come linee diritte.</html>
-EdgeStyleAction.sharp_bezier.text = Bezier sfumato
-EdgeStyleAction.sharp_bezier.tooltip = <html>Visualizza i collegamenti tramite linne arrotondate, con le estremit\u00e0 assottigliate.</html>
-EdgeStyleAction.sharp_linear.text = Lineare sfumato
-EdgeStyleAction.sharp_linear.tooltip = <html>Visualizza i collegamenti tramite linee diritte, con le estremit\u00e0 assottigliate.</html>
-EdgeStyleAsParentAction.text = Come Genitore
-EdgeStyleAsParentAction.tooltip = <html>Usa lo stile dei collegamenti, come quello dei genitori.</html>[obsolete]
-EdgeWidthAction_width_parent.text = Come Genitore
-EdgeWidthAction_width_thin.text = Sottile
-edit = &Modifica
-edit.decision = Editor Html
-edit.edit_rich_text = Vuoi utilizzare la formattazione tipo grassetto o corsivo?
-edit_details = Modifica Dettagli del nodo
-edit_end_label = <html>Etichetta<br>Collegamento Grafico
-edit_label_font_family = Carattere
-edit_label_font_size = Dimensione Carattere
-edit_link_manually = Inserire manualmente il collegamento ipertestuale (es. http://www.google.com)
-edit_long_node = Modifica nodo avanzata
-edit_middle_label = <html>Etichetta<br>Centrale
-edit_note = Modifica Note
-edit_source_label = <html>Etichetta<br>Sorgente
-edit_target_label = <html>Etichetta<br>Destinatario
-edit_transparency_label = Trasparenza
-edit_width_label = Spessore
-EditAction.text = Modifica nodo
-EditAttributesAction.text = Modifica Attributi
-EditDetailsAction.text = Modifica Dettagli del nodo
-EditDetailsInDialogAction.text = Modifica i dettagli del nodo, in una finestra separata
-EditFilterAction.text = Modifica...
-EditLongAction.text = Modifica avanzata nodo...
-EditNoteInDialogAction.text = Modifica &note...
-EditScript = Modifica Script...
-EditStylesAction.text = Modifica Stili
-EncryptedMap.text = Crea mappa criptata ...
-EncryptedMap.tooltip = Crea una nuova mappa criptata
-enter_base_url = Sto incollando i collegamenti relativi. Immetti l'URL di base.
-enter_condition_name = Inserire nuovo nome condizione
-enter_confirms = &Inserisci conferma
-enter_keyset_name = Inserire il nome del set di Tasti Rapidi
-enter_map_url = Inserire l'indirizzo web della mappa
-enter_new_style_name = Inserire il nome del nuovo stile
-enter_node_id = Inserire l'ID del nodo
-enter_zoom = Inserire Zoom
-EnterPassword.text = &Commuta Criptato / Non Criptato
-error = Errore
-error_applying_template = Errore nell'applicazione del modello XSL
-error_creating_directory = Impossibile creare directory per esportare.
-error_in_template = Errore nel modello della mappa di default {0}. Provare a rimuovere questo file.
-errornumber = {0} errori
-ExecuteScriptError.text = Errore eseguendo lo script:\n   {0}\nControllare il file di Log per i dettagli.
-ExecuteScriptForAllNodes.text = Eseguire tutti gli script
-ExecuteScriptForSelectionAction.text = Eseguire script nodo selezionato
-ExecuteScriptOnSelectedNode.text = Eseguire {0} su tutti i nodi selezionati
-ExecuteScriptOnSelectedNodeRecursively.text = Eseguire {0} sui nodi selezionati, ricorsivamente
-ExecuteScriptOnSingleNode.text = Eseguire {0} su un nodo selezionato
-ExecuteScripts.noScriptsAvailable = Nessuno disponibile
-ExecuteScripts.text = Script
-ExecuteScriptSecurityError.text = E'' accaduto un errore durante l''esecuzione dello script: {0}
-export_failed = Esportazione fallita
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-export_using_xslt = Esporta a Freeplane usando XSLT
-ExportAction.text = &Esporta
-ExportBranchAction.text = Ramifica come nuova mappa...
-ExportBranchToHTMLAction.text = Esporta ramo in HTML
-exported_file = {0} file
-ExportPdf.text = In PDF...
-ExportSvg.text = In SVG...
-ExportToHTMLAction.text = Come HTML
-ExportToImage.jpg.text = In JPEG...
-ExportToImage.png.text = In PNG...
-ExportToOoWriter.text = Documento di testo Open Office Writer...
-extension_menu = Stile fisico
-ExternalImage_popupMenu_Change = Cambia...
-ExternalImage_popupMenu_Open = Apri nel Visualizzatore
-ExternalImage_popupMenu_Remove = Rimuovi
-ExternalImage_popupMenu_ResetZoom = Ripristina Dimensione Reale
-ExternalImageAddAction.text = Aggiungi Immagine Esterna...
-ExternalImageChangeAction.text = Modifica Immagine Esterna...
-ExternalImageRemoveAction.text = Rimuovi Immagine Esterna
-ExtractLinkFromTextAction.text = Collegamenti ipertestuali dal testo
-ExtractLinkFromTextAction.tooltip = Setta i collegamenti ipertestuali trovati nei nodi di testo
-f_button_unassigned = <nessuna azione>
-FaqOpenURLAction.text = FAQ
-file = &File
-file_already_exists = Il file {0} esiste gi\u00e0. Sovrascriverlo?
-file_not_found = File {0} non trovato
-FileListFlavorHandler = Collegamenti ai files
-FileProperties_BranchLeafCount = Numero di nodi finali nei rami selezionati:
-FileProperties_BranchNodeCount = Numero di nodi nei rami selezionati:
-FileProperties_ChangesSinceLastSave = Cambiamenti dall'ultimo salvataggio:
-FileProperties_FileName = Nome del File:
-FileProperties_FileSaved = File Salvato:
-FileProperties_FileSize = Dimensione del File:
-FileProperties_MainBranchCount = Numero di rami principali:
-FileProperties_NeverSaved = Mai salvato
-FileProperties_NodeChildCount = Numero di figli dei nodi selezionati:
-FileProperties_NodeSelectionCount = Numero di nodi selezionati:
-FileProperties_TotalFilteredCount = Numero di nodi che soddisfano il filtro:
-FileProperties_TotalLeafCount = Numero totale di nodi finali:
-FileProperties_TotalNodeCount = Numero tatale di nodi:
-FilePropertiesAction.text = Propr&iet\u00e0...
-FileRevisionsDialog.cancel = &Annulla
-FileRevisionsDialog.file_last_modified = Marca Temporale "Timestamp"
-FileRevisionsDialog.file_name = File
-FileRevisionsDialog.file_size = Bytes
-FileRevisionsDialog.open = &Apri
-FileRevisionsDialog.open.tooltip = Aprire i file anche se sembrano obsoleti
-FileRevisionsDialog.question = Trovate revisioni di {0}
-FileRevisionsDialog.restore = Riprist&ina
-FileRevisionsDialog.restore.tooltip = Rimpiazzare {0} con {1}
-FileRevisionsDialog.title = Revisioni File
-filter = Filtro
-filter_add = &Aggiungi
-filter_and = E
-filter_any_text = Cuore, dettagli o note
-filter_conditions = Filtri
-filter_contains = Contiene
-filter_created_after = Creato dopo
-filter_created_before = Creato prima
-filter_delete = Elimina
-filter_details = Dettagli
-filter_dialog = Filtro composto
-filter_does_not_exist = Non esiste
-filter_edit_description = Modifica lista filtri
-filter_enter_value = Inserire valore
-filter_even_level = Nodo di livello dispari
-filter_exist = Esiste
-filter_icon = Icona
-filter_is_equal_to = E' uguale a
-filter_is_not_equal_to = Non \u00E8 uguale a
-filter_leaf = Nodo Finale
-filter_link = Collegamento Ipertestuale
-filter_match_approximately = &Approssima
-filter_match_approximately_tooltip = <html>Ricerca approssimata,<br/>ad esempio cercando 'casa' trover\u00e0 anche 'case'.</html>
-filter_match_case = &Maiuscole/minuscole
-filter_match_case_tooltip = Verifica la corrispondenza Maiuscole e minuscole
-filter_modified_after = Modificato dopo
-filter_modified_before = Modificato prima
-filter_no_filtering = Nessun filtro
-filter_node = Nodo di testo
-filter_node_level = Livello Nodo
-filter_not = &Non
-filter_note = Note
-filter_odd_level = Nodo di livello Pari
-filter_or = O&
-filter_parent = Testo Genitore
-filter_periodic_level = Periodico
-filter_priority = Priorit\u00e0
-filter_regexp_matches = Combacia Espressione Regolare
-filter_reminder = Promemoria
-filter_reminder_after = schedulato dopo
-filter_reminder_before = schedulato prima
-filter_reminder_executed = gi\u00e0 accaduto
-filter_reminder_later = non scaduto
-filter_root = Nodo Principale
-filter_script = Filtro Script
-filter_select = &Seleziona
-filter_selected_node_view = Nodo selezionato correntemente
-filter_selected_node_view_snapshot = Selezione salvata
-filter_style = Stile
-filter_time = Filtra per data
-FilterComposerDialog.save = &Salva
-filters_not_loaded = Il filtro non pu\u00f2 essere caricato, file corrotto.
-find_what = Trova cosa
-FindAction.text = Trova...
-FirstGroupNodeAction.text = Gruppo Nodi - Inizia
-fit_map_to_page = Adatta a una pagina
-fit_map_to_page_height = Adatta alla pagina in altezza
-fit_map_to_page_width = Adatta alla pagina in larghezza
-FitToPage.text = Adatta alla pagina
-FitToPage.tooltip = Regola lo zoom in modo che tutta la mappa sia contenuta nella finestra attiva.
-fold = Collassa
-FoldAllAction.text = Collassa tutti
-FoldAllAction.tooltip = <html>Collassa il nodo selezionato e tutti i suoi figli.</html>
-FoldOneLevelAction.text = Collassa di un livello
-FoldOneLevelAction.tooltip = <html>Collassa i nodi selezionati di un livello.</html>
-follow_graphical_link = Vai a:
-FollowLinkAction.text = Segui collegamento
-font = Carattere
-FontFamilyAction.text = Tipo Carattere
-FontSizeAction.text = Dimensione carattere
-format_invalid_pattern = Schema non valido
-format_menu_cloud_shapes = Nuvola
-format_menu_edge_styles = &Stile dei collegamenti
-format_menu_edge_widths = Spessore dei collegamenti
-format_panel = Formato
-FormatCopy.text = Copia formattazione
-FormatCopy.tooltip = <html>Copia il formato di un nodo.</html>
-FormatPaste.text = Incolla formattazione
-FormatPaste.tooltip = <html>Incolla la formattazione di un nodo.</html>
-formats_not_loaded = La formattazione non pu\u00f2 essere caricata, file corrotto.
-formula.error.attributeValueIsNull = Valore Attributo ''{0}'' \u00e8 nullo dopo la valutazione.
-formula.error.circularReference = Riferimento Circolare: La formula nel nodo ''{0}'' \u00e8 riferita a se stessa.
-formula.EvaluateAllAction.text = Valuta tutto
-formula.EvaluateAllAction.tooltip = Valuta tutte le formule della mappa attuale
-formula.menuname = Formule
-formula_editor = Modifica Formula
-ForwardAction.text = Avanti
-ForwardAction.tooltip = Avanza nella cronologia dei nodi selezionati
-FreeNodeAction.text = Nodi posizionati liberamente (Abilita/Disabilita)
-Freeplane.progress.buildScreen = Costruisci schermo...
-Freeplane.progress.createController = Crea Controllore...
-Freeplane.progress.createInitialMode = Crea modello iniziale...
-Freeplane.progress.endStartup = Termina avvio.
-Freeplane.progress.gettingPreferenceDirectories = Prendi directory preferenze
-Freeplane.progress.gettingPreferences = Prendi preferenze
-Freeplane.progress.loadMaps = Carica Mappe...
-Freeplane.progress.propagateLookAndFeel = Propaga Aspetto del programma
-Freeplane.progress.settingPreferences = Imposta Preferenze...
-Freeplane.progress.startCreateController = Avvia creazione Controller...
-Freeplane.progress.updateLookAndFeel = Aggiorna Aspetto del programma
-freeplane_reverted = Freeplane_Ritorno_
-FreeplaneHelpStarter.text = Aiuto...
-FreeplaneHelpStarter.tooltip = Aiuto esteso di Freeplane
-GettingStartedAction.text = Per Iniziare
-GotoLinkNodeAction.text = Vai al collegamento
-GotoNodeAction.text = Vai al nodo con ID...
-GrabKeyDialog.common.cancel = Cancella
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Assegnata a
-GrabKeyDialog.grab-key.assigned-to.none = Correntemente non assegnata
-GrabKeyDialog.grab-key.clear = Annulla
-GrabKeyDialog.grab-key.remove = Elimina
-GrabKeyDialog.grab-key.remove-ask = Sei sicuro di volere rimuovere questa combinazione tasti?
-GrabKeyDialog.grab-key.title = Inserisci nuovo tasto
-green = Verde
-help = &?
-HideableAction.tooltip = <html>Segnala lo sfondo di ogni nodo modificato.</html>
-HideAllAttributesAction.text = Nascondi tutti gli Attributi
-HierarchicalIcons2Action.text = Visualizza le Icone in modo gerarchico AND
-HierarchicalIconsAction.text = Visualizza le icone in modo gerarchico OR
-HierarchicalIconsAction.tooltip = Visualizza le icone dei nodi figli, anche nei nodi genitori, se presenti anche in un solo nodo
-hot_keys = Tasti rapidi
-hot_keys_table = Tabella dei tasti rapidi
-HotKeyInfoAction.text = Elenco funzioni tasti
-html_export_based_on_headings = Esporta ad HTML - Basato su intestazioni
-html_export_fold_all = Esporta ad HTML - Collassa tutto
-html_export_fold_currently_folded = Esporta in HTML - Collassa i collassati
-html_export_no_folding = Esporta ad HTML- Nessun collasso
-html_problem = <html>Non \u00e8 possibile tradurre html<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Addizione
-icon_attach = Guarda qui
-icon_audio = Audio
-icon_back = Indietro
-icon_bee = Freeplane
-icon_bell = Ricorda
-icon_bookmark = Eccellente
-icon_broken-line = Rotto
-icon_button_cancel = Non OK
-icon_button_ok = OK
-icon_calendar = Data
-icon_checked = Verificato
-icon_clanbomber = Pericoloso
-icon_clock = Tempo
-icon_clock2 = Promemoria
-icon_closed = Nessuna voce
-icon_decrypted = Sbloccato
-icon_desktop_new = Non dimenticare
-icon_division = Divisione
-icon_down = Sotto
-icon_edit = Affina
-icon_encrypted = Bloccato
-icon_executable = Eseguibile
-icon_family = Famiglia
-icon_fema = Maschio e Femmina
-icon_female1 = Femmina1
-icon_female2 = Femmina2
-icon_females = Femmine
-icon_flag = Bandiera rossa
-icon_flag-black = Badiera nera
-icon_flag-blue = Bandiera blu
-icon_flag-green = Bandiera verde
-icon_flag-orange = Bandiera arancione
-icon_flag-pink = Bandiera rosa
-icon_flag-yellow = Bandiera gialla
-icon_folder = Cartella
-icon_forward = Avanti
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Priorit\u00e0 0
-icon_full-1 = Priorit\u00E0 1
-icon_full-2 = Priorit\u00E0 2
-icon_full-3 = Priorit\u00E0 3
-icon_full-4 = Priorit\u00E0 4
-icon_full-5 = Priorit\u00E0 5
-icon_full-6 = Priorit\u00E0 6
-icon_full-7 = Priorit\u00E0 7
-icon_full-8 = Priorit\u00e0 8
-icon_full-9 = Priorit\u00e0 9
-icon_go = Semaforo Verde
-icon_gohome = Casa
-icon_group = Gruppo
-icon_help = Domanda
-icon_hourglass = In attesa
-icon_icon_not_found = Icona non trovata
-icon_idea = Idea
-icon_image = Immagine
-icon_info = Informazioni
-icon_internet = Internet
-icon_internet_warning = Avviso Internet
-icon_kaddressbook = Telefono
-icon_kmail = E-Mail
-icon_knotify = Musica
-icon_korn = Casella postale
-icon_ksmiletris = Sono felice
-icon_launch = Lancio
-icon_licq = Buono
-icon_list = Lista
-icon_Mail = Posta
-icon_male1 = Maschio1
-icon_male2 = Maschio2
-icon_males = Maschi
-icon_menu = I&cone
-icon_messagebox_warning = Importante
-icon_mindmap = Mappa Mentale
-icon_multiplication = Moltiplicazione
-icon_narrative = Narrazione
-icon_negative = Negativo
-icon_neutral = Neutrale
-icon_password = Chiave
-icon_pencil = Da raffinare
-icon_penguin = Linux
-icon_positive = Positivo
-icon_prepare = Semaforo Giallo
-icon_revision = Revisione
-icon_smiley-angry = Arrabbiato
-icon_smiley-neutral = Nessuna idea
-icon_smiley-oh = Sorpresa
-icon_smily_bad = Non sono contento
-icon_stop = Semaforo Rosso
-icon_stop-sign = Stop
-icon_subtraction = Sottrazione
-icon_unchecked = Non Verificato
-icon_up = Sopra
-icon_user_icon = Icone Utente
-icon_very_negative = Molto Negativo
-icon_very_positive = Molto Positivo
-icon_video = Video
-icon_wizard = Magico
-icon_xmag = Da discutere
-icon_yes = Importante
-IconGroupPopupAction.arrows.text = Frecce
-IconGroupPopupAction.docs_folders.text = Documenti e Cartelle
-IconGroupPopupAction.flags.text = Bandiere
-IconGroupPopupAction.math.text = Matematica
-IconGroupPopupAction.media.text = Media
-IconGroupPopupAction.miscellaneous.text = Varie
-IconGroupPopupAction.nature.text = Natura
-IconGroupPopupAction.numbers.text = Numeri
-IconGroupPopupAction.office.text = Ufficio
-IconGroupPopupAction.people.text = Persone
-IconGroupPopupAction.rating.text = Valutazione
-IconGroupPopupAction.signs.text = Segnali
-IconGroupPopupAction.smiley.text = Faccine
-IconGroupPopupAction.time.text = Tempo
-IconGroupPopupAction.user.text = Icone utente
-IconProgressExtended10Action.text = Icona Avanzamento Estesa, STEP 10%
-IconProgressExtended10Action.tooltip = <html>Aggiunge un indicatore di avanzamento che si incrementa con passi del 10%, col tasto destro del mouse.<br>Ctrl + tasto destro, decrementa fino a rimuovere l'indicatore.</html>
-IconProgressExtended25Action.text = Icona Avanzamento Estesa, STEP 25%
-IconProgressExtended25Action.tooltip = <html>Aggiunge un indicatore di avanzamento che si incrementa con passi del 25%, col tasto destro del mouse.<br>Ctrl + tasto destro, decrementa fino a rimuovere l'indicatore.</html>
-IconProgressIconDownAction.text = Decrementa Avanzamento
-IconProgressIconDownAction.tooltip = Decrementa / inserisci Icona di Avanzamento (100% -> 75% -> 50% -> 25% -> 0% -> rimuovi).
-IconProgressIconUpAction.text = Incrementa Avanzamento
-IconProgressIconUpAction.tooltip = Decrementa / inserisci Icona di Avanzamento (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = Rimuovi indicatore Avanzamento
-IconProgressRemoveAction.tooltip = Rimuove l'icona di avanzamento e l'icona estesa
-IconSelectionPlugin.text = Seleziona icona...
-IconSelectionPlugin.tooltip = <html>Qui \u00e8possibile selezionare un'icona usando una sottofinestra.</html>
-image_covertLink = Convertire Link in Immagine
-ImageFlavorHandler = Immagine (In File separato)
-import = Importa
-import_linked_branch_no_link = Il seguente nodo non ha link da cui importare.
-ImportAction.text = &Importa
-ImportBranchAction.text = Importa ramo...
-ImportExplorerFavoritesAction.text = Importa preferiti di Internet Explorer...
-ImportFolderStructureAction.text = Importa struttura cartella...
-ImportLinkedBranchAction.text = Importa ramo collegato
-ImportLinkedBranchWithoutRootAction.text = Importa senza radice
-ImportMindmanagerFiles.text = MindManager X5 Map...
-increase_branch_font_size = Aumenta carattere
-IncreaseNodeFontAction.text = Aumenta carattere
-internal_error_tooltip = Errore interno. Consultare l''ultimo log file in {0} per maggiori informazioni.
-invalid_export_file = Nome del file di esportazione non valido
-invalid_file_msg = File non trovato per {0}
-invalid_uri = URI non valido {0}
-invalid_url = Impossibile creare URL valido
-invalid_url_msg = Impossibile creare URL valido per {0}
-ItalicAction.text = Corsivo
-italicise_branch = Corsivo sul ramo
-java_version = Versione Java: {0}
-JoinNodesAction.text = Unisci nodi
-LatexDeleteLatexAction.text = Rimuovi formula LaTe&X
-LatexEditLatexAction.text = Modifica formula &LaTeX...
-LatexInsertLatexAction.text = Aggiungere formula &LaTeX...
-less_than_two_selected_nodes = Seleziona almeno due nodi per collegarli
-license = Licenza
-license_text = Freeplane - Un programma per creare e visualizzare Mappe mentali\nCopyright (C) 2000-2010  Joerg Mueller <joergmueller at bigfoot.com>\nVedere COPYING per  Dettagli\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = Errato collegamento "{0}" non caricato
-link_not_available_any_more = Il collegamento non \u00e8 pi\u00f9 valido. Il nodo \u00e8 stato cancellato nel frattempo.
-link_not_found = Collegamento {0} non trovato.
-load = &Carica
-load_accelerator_presets = Carica
-LoadAcceleratorPresetsAction.textPatterns.text = Schemi di testo
-locking_failed_by_open = Blocco della mappa {0} fallito. Apertura in sola lettura.
-locking_failed_by_save_as = Blocco della mappa  {0} fallito. Azione "Salva come" annullata.
-locking_old_lock_removed = La mappa {0} era in uso dall''utente {1}. Il blocco \u00e8 stato rimosso in quanto vecchio.
-long_node_changed_cancel = Sono stati apportati cambiamenti al nodo, annullare i cambiamenti ?
-long_node_changed_submit = Sono stati apportati cambiamenti al nodo, salvare i cambiamenti ?
-lots_of_links_warning = Si stanno per creare molti collegamenti allo stesso nodo, proseguire ?
-main_resource_directory = Risorse installazione: {0}
-MainView.errorUpdateText = Errore impostando il testo per il seguente input: {0}.
-MakeLinkFromAnchorAction.text = Crea collegamento da \u00e0ncora
-MakeLinkFromAnchorAction.tooltip = <html>crea un collegamento locale o globale<br/>dal nodo \u00e0ncora verso il nodo selezionato</html>
-MakeLinkToAnchorAction.text = Crea collegamento all'\u00e0ncora
-MakeLinkToAnchorAction.tooltip = <html>crea un collegamento locale o globale<br/>dal nodo selezionato verso il nodo \u00e0ncora</html>
-ManageAddOnsAction.text = Add-on
-ManageAddOnsDialog.activate = Attiva
-ManageAddOnsDialog.activation.success = {0} sar\u00e0 attivato dopo il riavvio.
-ManageAddOnsDialog.authored.by = da {0}
-ManageAddOnsDialog.cannot.activate = Non attivabile: {0} \u00e8 gi\u00e0 attivo.
-ManageAddOnsDialog.cannot.configure = Non configurato {0}.
-ManageAddOnsDialog.cannot.deactivate = Non disattivato: {0} non \u00e8 attivo.
-ManageAddOnsDialog.cannot.deinstall = Non disinstallato {0}.
-ManageAddOnsDialog.configure = Configurare
-ManageAddOnsDialog.deactivate = Disattiva
-ManageAddOnsDialog.deactivation.success = {0} sar\u00e0 disattivato dopo il riavvio.
-ManageAddOnsDialog.deinstall = Disinstalla
-ManageAddOnsDialog.deinstallation.success = {0} sar\u00e0 disinstallato dopo il riavvio.
-ManageAddOnsDialog.error = Errore durante l''installazione: {0}.
-ManageAddOnsDialog.install = &Installa
-ManageAddOnsDialog.install.from.known.location = Installare add-on da una posizine conosciuta
-ManageAddOnsDialog.install.tooltip = Inserire qui un URL del file di installazione di un add-on
-ManageAddOnsDialog.map.not.opened = La mappa {0} non sembra aprirsi.
-ManageAddOnsDialog.really.deinstall = Disinstallare veramente {0}?
-ManageAddOnsDialog.search = Ricerca add-on
-ManageAddOnsDialog.search.file = Ricerca
-ManageAddOnsDialog.select.tooltip = Seleziona File
-ManageAddOnsDialog.status.downloading = Downloading file...
-ManageAddOnsDialog.status.installing = Installazione add-on...
-ManageAddOnsDialog.status.success = Installato correttamente {0}.
-ManageAddOnsDialog.tab.install = Cerca e installa
-ManageAddOnsDialog.tab.install.tooltip = Cerca e installa nuovi add-on
-ManageAddOnsDialog.tab.manage = Add-on
-ManageAddOnsDialog.tab.manage.themes = Temi
-ManageAddOnsDialog.tab.manage.themes.tooltip = Gestione temi installati
-ManageAddOnsDialog.tab.manage.tooltip = Gestione add-on installati
-ManageAddOnsDialog.visit.addon.page = Visitare la pagina add-on...
-ManageConditionalStylesAction.text = Gestione Stili Condizionali per le Mappe
-ManageNodeConditionalStylesAction.text = Gestione Stili Condizionali per i Nodi
-map_already_exists = La mappa esiste gi\u00e0. Sovrascriverla ?
-map_corrupted = Mappa corrotta. Vedere dettagli?
-map_load_error = Non \u00e8 stato possibile caricare la mappa {0}
-map_locked_by_open = La mappa {0} \u00e8 utilizzata dall''utente {1}. Apertura in sola lettura.
-map_locked_by_save_as = La mappa {0} \u00e8 utilizzata dall''utente {1}. Azione "Salva come" annullata.
-map_not_saved = La mappa non \u00E8 stata salvata precedentemente
-MapBackgroundColorAction.text = Colore Sfondo Mappa
-MaxNodeWidth.text = Impostare la massima larghezza del nodo
-menu_applyStyle = Applica Stile
-menu_attributes = &Attributi
-menu_clouds = Nuvole
-menu_copy = Copia
-menu_coreFormat = Cuore del nodo
-menu_details = Dettagli
-menu_displayAttributes = Attributi Nodo
-menu_encryption = Criptatura
-menu_error = Errore nella struttura menu definita dall''utente {0}:\n{1}\nAnnullato
-menu_extensions = Estensioni Nodo
-menu_extras = &Strumenti
-menu_file_import = I&mporta
-menu_filter = Fi&ltra
-menu_format = F&ormato
-menu_group = Gruppo Nodo
-menu_hoverView = Suggerimenti Tool Tip
-menu_iconByCategory = Icone per categoria...
-menu_iconView = Icone
-menu_image = Immagine
-menu_insert = In&serisci
-menu_latex_formula = Formula LaTeX
-menu_links = Collegamenti
-menu_manageStyles = Gestione Stili
-menu_moveNode = Sposta e Ordina
-menu_navigate = &Naviga
-menu_newNode = Nuovo Nodo
-menu_node = Nodo
-menu_node_features = Caratteristiche nodi
-menu_nodes = &Nodi
-menu_nodeView = Cuore del Nodo
-menu_notes = Note
-menu_noteView = Note
-menu_progress = Avanzamento
-menu_remove_icons = Rimuovere le icone
-menu_removeAttribute = Rimuovere Attributi
-menu_select = Seleziona
-menu_time = Gestione Tempi
-menu_title = Cuore del Nodo
-menu_toolbars = Barre Strumenti
-menu_view = &Visualizza
-menu_viewmode = Visualizza Impostazioni
-MenuUtils.invalid_menuitem = {0} non \u00e8 una voce del menu valida.
-mindmap = Mappa
-MindMapNodesFlavorHandler = Nodi in modo gerarchico
-mindmaps = Mappe
-mindmaps_desc = Mappe (*.mm)
-mindmaps_filter_desc = Filtri (*.mmfilter)
-MinNodeWidth.text = Impostare la minima larghezza del nodo
-mode_Browse = Modalit\u00e0 Visualizzazione
-mode_File = Modalit\u00e0 File
-mode_MindMap = Modalit\u00e0 MindMap
-mode_na = Modalit\u00E0 non disponibile
-mode_status = Modalit\u00E0 cambiata a {0}
-mode_title = Freeplane -  {0}
-modes = Modalit\u00E0
-ModesMenuAction.Browse.text = Mappa del Browser
-ModesMenuAction.File.text = Esplora file
-ModesMenuAction.MindMap.text = Editor mappe mentali
-most_recent_files = &File recenti
-MoveToRootAction.text = Vai al nodo centrale
-NameConditionAction.text = Imposta nome
-NavigationNextMapAction.text = Mappa successiva
-NavigationPreviousMapAction.text = Mappa precedente
-new = &Nuovo
-new_map_from_user_templates.text = Nuova Mappa da Modello...
-new_mindmap = Nuova mappa
-new_node = Nuovo nodo
-new_node_as_sibling_not_possible_for_the_root = Non \u00E8 possibile creare fratelli del nodo radice
-new_version_available = Nuova versione ''{0}'' disponibile
-NewChildAction.text = Nuovo nodo figlio
-NewerFileRevisionsFoundDialog.cancel = &Salta
-NewerFileRevisionsFoundDialog.cancel.tooltip = Non aprire questo file
-NewerFileRevisionsFoundDialog.file_last_modified = Data/Ora
-NewerFileRevisionsFoundDialog.file_name = File
-NewerFileRevisionsFoundDialog.file_size = Bytes
-NewerFileRevisionsFoundDialog.open = &Apri
-NewerFileRevisionsFoundDialog.open.tooltip = Apri file anche se potrebbero essere obsoleti
-NewerFileRevisionsFoundDialog.question = Trovata nuova versione di {0}!\nSi vuole aprire lo stesso {0} (guardare la prima riga) ?\nPer rimpiazzare {0} da un file di salvataggio automatico dalla lista\nselezionarlo e cliccare su ''Ripristina''.
-NewerFileRevisionsFoundDialog.restore = Ripris&tina
-NewerFileRevisionsFoundDialog.restore.tooltip = Rimpiazzare  {0} con {1}
-NewerFileRevisionsFoundDialog.title = Nuova revisione del file trovata!
-NewFreeNodeAction.text = Inserire Nodo Libero
-NewLevelStyleAction.text = Aggiungere Stile di formattazione automatica
-newmap.install.addon.question = {0} sembra esserci un pacchetto add-on\nSi vuole installare?\n(Selezionare "No" per aprirlo senza installarlo.)
-newmap.install.addon.title = Installare add-on ?
-NewMapAction.text = Nuova Mappa
-NewMapViewAction.text = Nuova Vista Mappa
-NewParentNode.text = Nuovo nodo genitore
-NewParentNode.tooltip = <html>Tutti i nodi selezionati sono inviati a un nuovo genitore.</html>
-NewPreviousSiblingAction.text = Nuovo nodo fratello, sopra
-NewSiblingAction.text = Nuovo nodo fratello
-NewSummaryAction.text = Gruppo Nodi - Nuovo Nodo
-NewUserStyleAction.text = Nuovo Stile dalla selezione
-NextNodeAction.BACK.text = Nodo precedente
-NextNodeAction.BACK_N_FOLD.text = Nodo precedente (collassa)
-NextNodeAction.FORWARD.text = Nodo successivo
-NextNodeAction.FORWARD_N_FOLD.text = Nodo successivo (espandi)
-NextPresentationItemAction.text = Espandi il prossimo elemento della presentazione
-no = No
-no_copy_attributes_before_paste_attributes = Non si possono incollare Attributi, finch\u00e8 non vengono copiati prima.
-NO_FORMAT = Testo
-no_format_copy_before_format_paste = Non \u00e8 possibile incollare un formato finch\u00e9 non ne viene copiato uno.
-no_found_from = <html>Nessun <u>{0}</u> trovato da "{1}".
-no_more_found_from = <html>Non \u00e8 stato trovato nessun altro <u>{0}</u>  a partire dal nodo "{1}".
-no_previous_find = Nessun precedente trovato.
-no_styles_found_in_map = Non sono stati trovati stili nella mappa
-node = Nodo
-node_changed_discard_changes = Il nodo \u00e8 stato modificato, si vuole abbandonare le modifiche?
-node_is_write_protected = Il nodo destinatario \u00e8 protetto da scrittura.
-node_location_help = Trascinare per cambiare la posizione del nodo, ctrl+trascina cambia le distanze di tutti i nodi fratelli, doppio click e ctrl+doppio click ripristina la posizione standard.
-node_selector = Selezione Nodo
-node_selector_message = Doppio Click seleziona Nodo
-node_styles = Stili Nodo
-NodeBackgroundColorAction.text = &Colore sfondo nodo...
-NodeColorAction.text = Colore testo nodo...
-NodeColorBlendAction.text = Miscela colore con sfondo mappa
-NodeDownAction.text = Sposta Nodo sotto
-NodeExtensions.EditNodeExtensions = Modifica le estensioni dei nodi
-NodeExtensions.RemoveNodeExtensions = Rimuovi le estensioni dei nodi
-NodeListAction.text = Trova e sostituisci...
-NodeListAction.tooltip = Visualizza tutti i nodi come lista ricerche con le propriet\u00e0 del filtro.
-NodeShapeAction.bubble.text = &Bolla
-NodeShapeAction.fork.text = Bi&forcazione
-NodeUpAction.text = Sposta Nodo sopra
-NodeWidthAction.text = Imposta limiti larghezza nodi
-nonboldify_branch = Togli grassetto
-nonitalicise_branch = Togli corsivo
-normal = Normale
-not_saved_for_image_error = La mappa deve essere salvata, prima di impostare una immagine da file
-not_saved_for_link_error = La mappa deve essere salvata, prima di scegliere un collegamento col selettore file.
-note_window_location = Posizione finestra delle note
-ok = &OK
-OKAction.text = &OK
-OnlineReference.text = Mappa documentazione Online
-open_asMindMap = Mappa Mentale
-OpenAction.text = &Apri mappa salvata...
-OpenFreeplaneSiteAction.text = Homepage di Freeplane
-OpenPathAction.text = Apri File
-OpenURLMapAction.text = Apri mappa dall'indirizzo...
-OpenUserDirAction.text = Apri la cartella utente
-option_changes_may_require_restart = Per visualizzare alcuni cambiamenti \u00e8 necessario riavviare Freeplane.
-OptionalDontShowMeAgainDialog.cancel = &No
-OptionalDontShowMeAgainDialog.dontShowAgain = &Non chiedere pi\u00F9.
-OptionalDontShowMeAgainDialog.ok = &Si
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Ricorda la mia scelta.
-OptionPanel.absolute = Assoluto
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Formattazione automatica
-OptionPanel.ADD_CHILD = Aggiungi Nodo Figlio
-OptionPanel.ADD_SIBLING = Aggiungi Nodo Fratello
-OptionPanel.addons = Add-on
-OptionPanel.always_fold_all_after_load = Collassa Tutto
-OptionPanel.always_load_last_maps = Apri sempre le ultime e le nuove mappe
-OptionPanel.always_load_last_maps.tooltip = Apri gli ultimi file come da opzioni precedenti, anche avviando Freeplane con doppio click su un file mappa
-OptionPanel.always_save_folding = sempre
-OptionPanel.always_save_folding_state = Salva sempre i cambiamenti allo stato di espansione/collasso
-OptionPanel.always_save_folding_state.tooltip = Se impostato, anche per la sola azione di espansione/collasso verr\u00e0 richiesto il salvataggio della mappa.
-OptionPanel.always_unfold_all_after_load = Espandi tutto
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html> Determina la qualit\u00E0 della mappa. Un antialias pi\u00F9 accurato richiede pi\u00F9 tempo.</html>
-OptionPanel.antialias_all = Antialias tutto
-OptionPanel.antialias_edges = Antialias collegamenti
-OptionPanel.antialias_none = No antialias
-OptionPanel.Appearance = Visualizzazione
-OptionPanel.apply_system_screen_resolution = Applica la risoluzione standard dello schermo
-OptionPanel.approximate_search_threshold = Soglia di approssimazione
-OptionPanel.approximate_search_threshold.tooltip = <html>Soglia di approssimazione per il confronto<br/><font size="2">vedere http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(pi\u00f9 alto \u00e8 il valore, minore \u00e8 la tolleranza<br/>per i termini riconosciuti)</html>
-OptionPanel.ar = Arabo / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
-OptionPanel.ARC = Arco
-OptionPanel.as_parent = Come genitore
-OptionPanel.ask = Chiedi
-OptionPanel.automatic = Automatico
-OptionPanel.automaticFormat_level = Stile Formattazione Automatico
-OptionPanel.automaticFormat_level1 = Formato del nodo radice
-OptionPanel.automaticFormat_level2 = 1. Livello, Formato del nodo
-OptionPanel.backup_file_number = Numero di file di Backup mantenuti
-OptionPanel.Behaviour = Comportamento
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Bolla
-OptionPanel.ca = Catalano, Valenziano / Catal\u00e0
-OptionPanel.Cancel = Cancella
-OptionPanel.center_selected_node = Centra i nodi selezionati
-OptionPanel.check_updates_automatically = Controlla aggiornamenti all'avvio del programma
-OptionPanel.childpattern = Schema dei figli
-OptionPanel.childpattern.tooltip = Lo schema selezionato \u00E8 applicato a tutti i figli
-OptionPanel.clear_all_setters = Cambia tutto
-OptionPanel.clear_all_setters.tooltip = Abilita o disabilita tutti i cambiamenti indicati.
-OptionPanel.cloud = Nuvola
-OptionPanel.cloudcolor = Colore
-OptionPanel.cloudshape = Forma
-OptionPanel.combined = Combinato
-OptionPanel.compare_as_number = Confronta come Numeri
-OptionPanel.convert_to_current_version = <html>Convertire automaticamente le mappe create con vecchie versioni di Freeplane <br>alla versione attuale?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Solo per mappe molto grandi che non richiedono di essere convertite <br>(per utenti esperti) \u00e8 possibile aprire le mappe senza conversione.</html>
-OptionPanel.cs = Ceco / \u010desky
-OptionPanel.cut_nodes_without_question = Tagliare i nodi senza conferma?
-OptionPanel.cut_nodes_without_question.tooltip = Se selezionato, i nodi verranno tagliati senza richiesta di conferma. Questo pu\u00f2 causare perdita di dati, tagliando accidentalmente.
-OptionPanel.da = Danese / dansk
-OptionPanel.date_format = Formato data Standard
-OptionPanel.date_format.tooltip = Formati: "SHORT","MEDIUM","LONG","FULL" o una stringa tipo "MM/dd/yyyy"
-OptionPanel.datetime_format = Formato data-ora standard
-OptionPanel.datetime_format.tooltip = Entrambe <stile data> e <stile ora> con i formati: "SHORT","MEDIUM","LONG","FULL" o una stringa tipo "M/dd/yyyy hh:mm"
-OptionPanel.de = Tedesco / Deutsch
-OptionPanel.default = Predefinito
-OptionPanel.default_attribute_key_column_width = Larghezza attributo chiave predefinita
-OptionPanel.default_attribute_value_column_width = Larghezza attributo valore predefinita
-OptionPanel.default_browser_command_mac = Comando sfoglia predefinito Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> e MAC: </html>
-OptionPanel.default_browser_command_other_os = Comando Sfoglia predefinito per gli altri sistemi operativi
-OptionPanel.default_browser_command_other_os.tooltip = <html> Questo \u00E8 tipico Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Comando sfoglia predefinito Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Per Windows (il segno "" \u00E8 necessario a causa del collegamento, c'\u00E8 un "=" nel loro URL).</html>
-OptionPanel.default_browser_command_windows_nt = Comando sfoglia predefinito Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Per Windows (il segno "" \u00E8 necessario a causa del collegamento, c'\u00E8 un "=" nel loro URL).</html>
-OptionPanel.default_charset = Codifica dei caratteri
-OptionPanel.Defaults = Predefiniti
-OptionPanel.delete_automatic_saves_at_exit = Elimina i salvataggi automatici in uscita
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Se i file devono essere cancellati automaticamente in chiusura normale di Freeplane imposta le variabili seguenti a 'vero'</html>
-OptionPanel.delete_nodes_without_question = Eliminare i nodi senza conferma?
-OptionPanel.delete_nodes_without_question.tooltip = Se questo comando \u00E8 selezionato, i nodi vengono eliminati senza conferma. Se premuto inavvertitamente, ci\u00F2 pu\u00F2 causare perdita di informazioni.
-OptionPanel.disable_cursor_move_paper = Disabilita il cursore "muovi" sulla pagina
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Non visualizzare il cursore 'muovi' durante il trascinamento del foglio</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Visualizza l'editor in linea per tutti i nuovi nodi
-OptionPanel.display_node_id = Visualizza l'ID del nodo
-OptionPanel.edgecolor = Colore
-OptionPanel.edgecolor.tooltip = Propriet\u00E0 del collegamento al nodo genitore (viene applicato anche a tutti i figli)
-OptionPanel.edgestyle = Stile
-OptionPanel.edgestyle.tooltip = Propriet\u00E0 del collegamento al nodo genitore (viene applicato anche a tutti i figli)
-OptionPanel.edgewidth = Spessore
-OptionPanel.edgewidth.tooltip = Propriet\u00E0 del collegamento al nodo genitore (viene applicato anche a tutti i figli)
-OptionPanel.EDIT_CURRENT = Sovrascrivi Contenuto
-OptionPanel.edit_on_double_click = Modifica con doppio click
-OptionPanel.editor_extra_width = Passo incremento Spessore
-OptionPanel.editor_extra_width.tooltip = <html>Imposta di quanti pixel incrementare la larghezza di un nodo, se il testo va oltre la larghezza attuale.</html>
-OptionPanel.el = Greco / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__buttons_above = Pulsanti in alto
-OptionPanel.el__enter_confirms_by_default = Invia conferma automaticamente
-OptionPanel.el__max_default_window_height = Altezza predefinita massima della finestra
-OptionPanel.el__max_default_window_width = Larghezza predefinita massima della finestra
-OptionPanel.el__min_default_window_height = Altezza predefinita minima della finestra
-OptionPanel.el__min_default_window_width = Larghezza predefinita minima della finestra
-OptionPanel.el__position_window_below_node = Posiziona la finestra sotto il nodo
-OptionPanel.en = Inglese / English
-OptionPanel.Environment = Ambiente
-OptionPanel.es = Spagnolo, Castiliano / espa\u00f1ol, castellano
-OptionPanel.et = Estone / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking = Abilitazione esecuzione script
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Gli script di Freeplane sono principalmente in grado di effettuare qualsiasi azione sul computer. <br>Perci\u00f2, non eseguire script se non si \u00e8 sicuri di ci\u00f2 che si fa.
-OptionPanel.execute_scripts_without_exec_restriction = Permetti di eseguire altre applicazioni (SCONSIGLIATO)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Se i vostri script Groovy richiedono di eseguire altre applicazioni speciali (come un browser) senza chiedere(\!),<br>\u00e8 necessario abilitare questa opzione. <br>Ma usarla con cautela, in quanto script maligni possono danneggiare il computer\!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Permetti operazioni sui file (SCONSIGLIATO)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Se i vostri Groovy script richiedono di eseguire azioni speciali sui file (apri, chiudi, leggi, scrivi, cancella(\!)),<br>\u00e8 necessario abilitare questa opzione. <br>Ma usarla con cautela, in quanto script maligni possono danneggiare il computer\!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Permetti operazioni di rete (SCONSIGLIATO)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Se i vostri script Groovy richiedono di eseguire azioni particolari in rete,<br>\u00e8 necessario abilitare questa opzione. <br>Ma usarla con cautela, in quanto script maligni possono rivelare anche i dati riservati\!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Permetti operazioni di Scrittura File (NON raccomandato)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>Se i vostri Groovy Script necessitano di scrivere files (Scrivere e Cancellare(!)),<br>\u00e8 necessario abilitare questa opzione. <br>Normalmente si usa la lettura.<br>Usare con attenzione, script maligni potrebbero danneggiare il computer!</body></html>
-OptionPanel.experimental_file_locking_on = Blocco file aperti da altri utenti
-OptionPanel.experimental_file_locking_on.tooltip = <html> Se una mappa \u00e8 gi\u00e0 aperta da un utente, impedisce ad altri utenti di modificarla  </html>
-OptionPanel.export_icons_in_html = Esporta icone in Html
-OptionPanel.export_icons_in_html.tooltip = <html> Imposta se l'Html esportato da Freeplane pu\u00f2 contenere icone.<br> Il problema con le icone \u00e8 che spesso i collegamenti non vengono trovati nell'Html esportato.</html>
-OptionPanel.Files = Files
-OptionPanel.first = Primo
-OptionPanel.fold_on_click_inside = Espandi/Collassa con click all'interno del nodo
-OptionPanel.foldingsymbolwidth = Contrai larghezza simboli
-OptionPanel.foldingsymbolwidth.tooltip = <html>Larghezza del cerchio di contrazione</html>
-OptionPanel.fork = Biforcazione
-OptionPanel.format_locale = Formato locale
-OptionPanel.format_locale.tooltip = Impostazione formati date e numeri
-OptionPanel.formula_disable_caching = Disabilita la memoria di valutazione per "Formula"
-OptionPanel.formula_disable_plugin = Disabilita il Plugin "Formula"
-OptionPanel.fr = Francese / Fran\u00e7ais
-OptionPanel.gl = Gallico / Galego
-OptionPanel.goto_note_end_on_edit = Posizionare il cursore alla fine, quando si modifica una nota.
-OptionPanel.grid_size = Dimensione intervallo Griglia
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Nascondi Collegamenti
-OptionPanel.highlight_formulas = Evidenzia Formule
-OptionPanel.horizontal = Orizzontale
-OptionPanel.hr = Croato / hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Basato sull'intestazione
-OptionPanel.html_export_fold_all = Contrai tutti
-OptionPanel.html_export_fold_currently_folded = Contrai i rami correntemente contratti
-OptionPanel.html_export_folding = Contrazione esportazione Html
-OptionPanel.html_export_no_folding = Nessuna contrazione
-OptionPanel.hu = Ungherese / Magyar
-OptionPanel.ic_disable = Disabilita
-OptionPanel.ic_file = Usa il disco
-OptionPanel.ic_ram = In RAM
-OptionPanel.icon = Icona
-OptionPanel.icon.tooltip = Se applicato, il nodo avr\u00e0 esattamente questa icona.
-OptionPanel.icons.list = Lista delle icone standard visualizzate
-OptionPanel.icons.list.tooltip = Qui \u00e8 possibile ordinare o disabilitare le icone standard. Le icone devono essere separate dal carattere ";"
-OptionPanel.id = Indonese / Bahasa Indonesia
-OptionPanel.IGNORE = Non fare Nulla
-OptionPanel.il__enter_confirms_by_default = Conferma con il tasto Invio
-OptionPanel.image_cache = per le immagini
-OptionPanel.it = Italiano / Italiano
-OptionPanel.ja = Giapponese / \u65e5\u672c\u8a9e
-OptionPanel.key_type_action = Scrivendo con la tastiera
-OptionPanel.Keystrokes = Tasti Rapidi
-OptionPanel.ko = Coreano / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-OptionPanel.label_font_family = Tipo Carattere
-OptionPanel.label_font_size = Dimensione Carattere
-OptionPanel.language = Lingua
-OptionPanel.language.tooltip = <html>Questa \u00e8 la lingua che verr\u00e0 utilizzata nel programma. 'automatico' carica la lingua standard dell'utente. </html>
-OptionPanel.last = Ultimo
-OptionPanel.last_opened_list_length = Lunghezza lista file recenti
-OptionPanel.layout_map_on_text_change = Ridisegna Mappa durante la modifica del nodo
-OptionPanel.layout_map_on_text_change.tooltip = Disabilitare per migliorare le prestazioni
-OptionPanel.linear = Lineare
-OptionPanel.links = Collegamenti
-OptionPanel.links.tooltip = <html>Imposta i collegamenti relativi o assoluti </html>
-OptionPanel.load_folding = Stato di Espansione/Collasso
-OptionPanel.load_folding_from_map_default_fold_all = Carica dalla mappa, eventualmente collassa tutto
-OptionPanel.load_folding_from_map_default_unfold_all = Carica dalla mappa, eventualmente espandi tutto
-OptionPanel.load_last_map = Apri automaticamente l'ultima mappa
-OptionPanel.load_last_map.tooltip = <html>Se selezioni questa opzione, all'apertura di Freeplane si aprir\u00E0 automaticamente l'ultima mappa utilizzata.</html>
-OptionPanel.load_last_maps = Carica tutte le ultime mappe
-OptionPanel.lookandfeel = Aspetto del programma
-OptionPanel.lookandfeel.tooltip = <html> Per inserire un aspetto personalizzato, inserire qui il nome della classe e assicurarsi che i corrispondenti file jar siano caricati. <br>Se ci sono problemi con l'apetto, sceglere "nulls" qui. Questo funziona per gli applet.<br> Attenzione 'mac' \u00e8 disponibile solo su MacOS.</html>
-OptionPanel.lt = Lituano / kalba
-OptionPanel.max_displayed_node_count = Numero massimo di nodi visualizzati
-OptionPanel.max_image_width = Larghezza iniziale massima dell'immagine
-OptionPanel.max_image_width.tooltip = Le nuove immagini verranno scalate a questa larghezza
-OptionPanel.max_menu_item_count = Numero massimo di elementi del menu
-OptionPanel.max_menu_item_count.tooltip = Limita il numero di elementi in un sottomenu, almeno 10
-OptionPanel.max_node_width = Largh.max.
-OptionPanel.max_shortened_text_length = Lunghezza massima dei nodi accorciati
-OptionPanel.metal = Metallo
-OptionPanel.min_node_width = Largh.min.
-OptionPanel.motif = Motivo
-OptionPanel.nb = Norvegese Bokm\u00e5l/ Norsk bokm\u00e5l
-OptionPanel.never_save_folding = mai
-OptionPanel.nl = Olandese / Nederlands, Vlaams
-OptionPanel.nn = Norvegese Nynorsk / Norsk nynorsk
-OptionPanel.nodebackgroundcolor = Sfondo
-OptionPanel.nodebackgroundcolor.tooltip = Colore di sfondo del nodo.
-OptionPanel.nodecolor = Carattere
-OptionPanel.nodecolor.tooltip = Colore del carattere del nodo.
-OptionPanel.nodefontbold = Grassetto
-OptionPanel.nodefonthyperlink = Link
-OptionPanel.nodefontitalic = Corsivo
-OptionPanel.nodefontname = Font
-OptionPanel.nodefontsize = Dim.
-OptionPanel.nodeformat = Formato
-OptionPanel.nodeformat.tooltip = <html>Rimpiazzamento testo e/o Formattazione:<ul><li><em>Espressione del Modello</em> (<tt>%s</tt> \u00e8 il testo originale), es. <tt>DIFFIDARE: %s</tt><li><em>Formattazione di date e numeri</em> - vedere gli esempi nella casella di selezione</ul></html>
-OptionPanel.nodenumbering = Num.Nodi
-OptionPanel.nodenumbering.tooltip = Aggiungi numeri progressivi (as.1.3.1) al testo dei nodi
-OptionPanel.nodeshape = Stile nodo
-OptionPanel.nodeshape.tooltip = <html>Lo stile descrive la forma esteriore del nodo. <br>Valori possibili\:<br><table border\="1"><tr><td>fork\: </td><td> senza riquadri circostanti,</td></tr><tr><td>bolla\: </td><td> nodi con un rettangolo circostante,</td></tr><tr><td>Come genitore\: </td><td> acquisisce lo stile dal nodo genitore <br>o lo stile standard per il nodo centrale,</td></tr><tr><td>Combinato\: </td><td> Bolla quando il nodo \u00e8 espanso, altrimenti biforcazione.</td></tr></table></html>
-OptionPanel.nodetext = Testo del Nodo
-OptionPanel.nodetext.tooltip = Qui \u00E8 possibile definire il testo del nodo. Quando viene applicato questo modello, il testo precedente viene scartato.
-OptionPanel.nothing = Nulla
-OptionPanel.number_format = Formato standard per i numeri
-OptionPanel.number_format.tooltip = Una stringa con i simboli '#' per i le cifre optional o '0' per quelle obbligatorie. Esempio: "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = Numero di file per il salvataggio automatico
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Numero di file differenti in cui salvare la mappa.  Il primo salvataggio automatico viene effettuato sul primo file e cos\u00EC via al salvataggio n+1, fino a tornare al primo (ciclico)</html>
-OptionPanel.OK = Salva
-OptionPanel.org.freeplane.plugin.bugreport = Comportamento
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Inviare sempre
-OptionPanel.org.freeplane.plugin.bugreport.ask = Mostra la finestra del report
-OptionPanel.org.freeplane.plugin.bugreport.denied = Non inviare mai
-OptionPanel.org.freeplane.plugin.bugreport.userid = Identificativo opzionale da inviare
-OptionPanel.outline_hgap = Distanza orizzontale
-OptionPanel.outline_vgap = Distanza verticale
-OptionPanel.paint_connectors_behind = Disegna i connettori dietro ai nodi
-OptionPanel.parse_data = Riconoscimento automatico dei numeri e delle date-orari digitati
-OptionPanel.parse_data.tooltip = Riconosce date e numeri inseriti, ed applica i formati standard. Esempio: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.PASTE_HTML = Incolla come HTML
-OptionPanel.PASTE_PLAIN_TEXT = Incolla come testo semplice
-OptionPanel.path_property_may_not_be_empty = Il percorso non pu\u00f2 essere vuoto! La modifica \u00e8 stata annullata.
-OptionPanel.patternname = Nome
-OptionPanel.patternname.tooltip = Nome univoco dello schema univoco
-OptionPanel.pl = Polacco / polski
-OptionPanel.placenewbranches = Inserisci nuovo ramo
-OptionPanel.placenewbranches.tooltip = <html>Quando inserisci un nuovo ramo i valori validi sono 'primo' e 'ultimo' </html>
-OptionPanel.plugin.tooltip = Plugin secondari
-OptionPanel.plugins = Plugin
-OptionPanel.presentation_dimmer_transparency = Sfumatura trasparenza Presentazione
-OptionPanel.presentation_mode = Modo Presentazione
-OptionPanel.printonwhitebackground = <html>Sfondo bianco per la stampa</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Usa sempre lo sfondo bianco per la stampa</html>
-OptionPanel.pt_BR = Portoghese (Brasile) / Portugu\u00eas (Brasil)
-OptionPanel.pt_PT = Portoghese (Portogallo) / Portugu\u00eas (Portugal)
-OptionPanel.RECT = Rettangolo
-OptionPanel.relative = Relativo
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>"Chiedi" chieder\u00e0 (usare se si \u00e8 nel dubbio).<br>"Si" visualizzer\u00e0 la finestra di modifica testo avanzato.<br>"No" visualizzer\u00e0 la finestra di modifica testo semplice.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = Usa formattazione testo avanzata (RTF) per i nodi Incollati
-OptionPanel.remove_notes_without_question = Rimuovere le note senza conferma?
-OptionPanel.remove_notes_without_question.tooltip = Se selezionato, le note appartenenti  ai nodi selezionati saranno rimosse senza richiesta di conferma. Questo pu\u00f2 causare perdita di informazioni se premuto accidentalmente.
-OptionPanel.resources_use_default_font_for_notes_too = Usa i caratteri predefiniti anche per le note
-OptionPanel.resources_use_margin_top_zero_for_notes = Rimuovi il margine superiore per le note
-OptionPanel.revision_color = Colore Revisione
-OptionPanel.revision_color.tooltip = Colore di sfondo per i nodi modificati.
-OptionPanel.ROUND_RECT = Rettangolo Arrotondato
-OptionPanel.ru = Russo / \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
-OptionPanel.save_folding = Salva stato Espansione/Collasso
-OptionPanel.save_folding_if_map_is_changed = Se la mappa \u00e8 cambiata
-OptionPanel.save_modification_times = Salva i tempi di modifica
-OptionPanel.script_classpath = Script classpath: Cartella contenente le classi e JARs
-OptionPanel.script_classpath.tooltip = <html>Una lista di JARs e cartelle da aggiungere alle classpath degli script e delle formule. <br>Usare ; (Windows) or : (Linux, Mac) per separare le voci.<br>Le cartelle saranno utilizzate per i JARs e per i file .class<br>I percorsi che non sono assoluti saranno considerati relativi alla cartella utente di Freeplane.<br>Impostando la classpath \u00e8 necessario permettere anche l'accesso in lettura!</html>
-OptionPanel.script_directories = Percorsi di ricerca degli script (separati dal simbolo ;;)
-OptionPanel.script_directories.tooltip = <html>Una lista di cartelle. <br>Usare ; (Windows) o : (Linux, Mac) per separare le voci.<br>I percorsi non assoluti saranno considerati relativi alla cartella utente di Freeplane.</html>
-OptionPanel.script_user_key_name_for_signing = Chiave alias utente facoltativa per la firma
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>Per firmare i tuoi script, inserisci il nome della chiave qui. <br>La chiave risiede nelle impostazioni dei tasti standard. <br>La password segreta deve coincidere con la password digitata (standard).</html>
-OptionPanel.scrollbar_increment = Velocit\u00e0
-OptionPanel.scrolling_speed = Velocit\u00e0 automatica di scorrimento mappa
-OptionPanel.selection_method = Seleziona metodo
-OptionPanel.selection_method.tooltip = <html> Con la seguente opzione \u00e8 possibile attivare/disattivare la selezione ritardata. Opzione automatica. Non modificare, poich\u00e9 verranno salvati comunque in auto.properties.</html>
-OptionPanel.selection_method_by_click = Click del mouse
-OptionPanel.selection_method_delayed = Ritardata
-OptionPanel.selection_method_direct = Immediata
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Schemi
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.attributes = Attributi
-OptionPanel.separator.automatic_save = Salvataggio automatico
-OptionPanel.separator.behaviour = Comportamento
-OptionPanel.separator.browser = Sfoglia
-OptionPanel.separator.cache = Cache
-OptionPanel.separator.CloudControls = Nuvole
-OptionPanel.separator.commands_for_the_program = Comandi per il programma
-OptionPanel.separator.connectors = Collegamenti Grafici
-OptionPanel.separator.data_formats = Formattazione e interpretazione data
-OptionPanel.separator.default_colors = Colori predefiniti
-OptionPanel.separator.default_fonts = Caratteri predefiniti
-OptionPanel.separator.default_styles = Stili predefiniti
-OptionPanel.separator.EdgeControls = Collegamenti
-OptionPanel.separator.edit_long_node_window = Finestra modifica nodo avanzata
-OptionPanel.separator.editing = Impostazioni dell'editor
-OptionPanel.separator.files = Files
-OptionPanel.separator.formula = Plugin "Formula"
-OptionPanel.separator.General = Generale
-OptionPanel.separator.html_export = Esporta Html
-OptionPanel.separator.html_import = Importazione Html
-OptionPanel.separator.hyperlink_types = Tipi di collegamento
-OptionPanel.separator.icon_properties = Icone
-OptionPanel.separator.icons = Icone in "Seleziona Icona..."
-OptionPanel.separator.initial_map_size = Dimensione iniziale mappa
-OptionPanel.separator.inline_editor = Editor semplice del nodo
-OptionPanel.separator.key_typing = Scrivi chiave
-OptionPanel.separator.language = Lingua
-OptionPanel.separator.load = Carica
-OptionPanel.separator.look_and_feel = Aspetto del programma
-OptionPanel.separator.mouse_wheel = Rotella del mouse
-OptionPanel.separator.new_node_commands = Nuovo comando nodo
-OptionPanel.separator.node_editing_commands = Comandi modifica nodi
-OptionPanel.separator.node_navigation_commands = Comandi navigazione nodi
-OptionPanel.separator.NodeColors = Colore del nodo
-OptionPanel.separator.NodeFont = Carattere dei nodi
-OptionPanel.separator.NodeShape = Forma del nodo
-OptionPanel.separator.NodeStyle = Stile del nodo
-OptionPanel.separator.NodeText = Test del nodo
-OptionPanel.separator.notifications = Conferme
-OptionPanel.separator.org.freeplane.plugin.bugreport = Rapporto errori automatico
-OptionPanel.separator.other_defaults = Altro predefinito
-OptionPanel.separator.others = Altre chiavi dipendenti
-OptionPanel.separator.outline_view = Visualizzazione lineare ad albero
-OptionPanel.separator.patterns = Schemi
-OptionPanel.separator.RichTextEditor = Editor testo Avanzato
-OptionPanel.separator.root_node_appearance = Aspetto nodo radice
-OptionPanel.separator.save = Salva
-OptionPanel.separator.scripting = Permessi degli Script
-OptionPanel.separator.scrollbar = Barra di scorrimento
-OptionPanel.separator.search = Cerca
-OptionPanel.separator.selection_colors = Colori per indicare la Selezione
-OptionPanel.separator.selection_method = Metodo di selezione
-OptionPanel.separator.single_instance_mode = Unica finestra di Programma
-OptionPanel.separator.size_limits = Limite di dimensione
-OptionPanel.separator.spelling = Opzioni di controllo ortografico
-OptionPanel.separator.status = Linea di Stato
-OptionPanel.separator.tooltip = Tempi dei Suggerimenti Tooltip
-OptionPanel.separator.undo = Annulla
-OptionPanel.separator.updates = Aggiornamenti Programma
-OptionPanel.set_property_text = Modifica
-OptionPanel.set_property_text.tooltip = Vuoto: non modificare; Meno: rimuovi propriet\u00e0 (imposta valori predefiniti); Pi\u00f9: cambia propriet\u00e0
-OptionPanel.setscript = Modificare?
-OptionPanel.setscript.tooltip = Uno script pu\u00F2 essere associato allo stile.
-OptionPanel.sharp_bezier = bezier leggero
-OptionPanel.sharp_linear = lineare leggero
-OptionPanel.show_icon_for_attributes = Visualizza l'icona per indicare la presenza di attributi del nodo
-OptionPanel.show_node_tooltips = Visualizza i suggerimenti "ToolTip" per i Nodi
-OptionPanel.show_note_icons = Mostra le icone delle note
-OptionPanel.show_styles_in_tooltip = Visualizza gli stili dei nodi nel "ToolTip"
-OptionPanel.signed_script_are_trusted = Script con firma affidabile (raccomandato).
-OptionPanel.signed_script_are_trusted.tooltip = Se gli script sono firmati da autori attendibili (per esempio da Freeplane o da te stesso), verranno eseguiti senza restrizioni.
-OptionPanel.simplyhtml.default_paste_mode = Modalit\u00e0 Standard per "incollare"
-OptionPanel.single_backup_directory = Usare una cartella unica per i file di Backup
-OptionPanel.single_backup_directory.tooltip = <html> Imposta se i file di backup ed i file del salvataggio automatico, saranno salvati in una cartella unica al posto di una sotto-cartella del percorso della mappa stessa</html>
-OptionPanel.single_backup_directory_path = Cartella di Backup (se l'opzione precedente \u00e8 selezionata)
-OptionPanel.single_backup_directory_path.tooltip = <html>Sostituisce default <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Apre le mappe nella finestra di programma gi\u00e0 in esecuzione
-OptionPanel.single_instance_force = Evita una seconda finestra di programma in ogni caso
-OptionPanel.single_instance_force.tooltip = Evita una seconda finestra del programma, anche se non c'\u00e8 nessun file da caricare.
-OptionPanel.sk = Slovacco / sloven\u010dina
-OptionPanel.sl = Sloveno / sloven\u0161\u010dina
-OptionPanel.spelling_opt_case_sensitive = Maiuscole e minuscole
-OptionPanel.spelling_opt_ignore_all_caps_words = Ignorare tutte le parole maiuscole
-OptionPanel.spelling_opt_ignore_capitalization = Ignorare le lettere maiuscole a inizio parola
-OptionPanel.spelling_opt_ignore_words_with_numbers = Ignorare parole con numeri
-OptionPanel.spelling_opt_suggestions_limit_dialog = Numero massimo di suggerimenti nella finestra di dialogo
-OptionPanel.spelling_opt_suggestions_limit_menu = Numero massimo di suggerimenti nel menu
-OptionPanel.sr = Serbo / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = File Modello Standard
-OptionPanel.standardbackgroundcolor = <html>Imposta il colore predefinito di sfondo</html>
-OptionPanel.standardbackgroundcolor.tooltip = <html>Il colore di sfondo predefinito in notazione html </html>
-OptionPanel.standardcloudcolor = Colore predefinito nuvola
-OptionPanel.standardcloudcolor.tooltip = <html>Seleziona il colore standard delle nuvole</html>
-OptionPanel.standardcloudestyle = Stile predefinito nuvole
-OptionPanel.standardcloudestyle.tooltip = <html>Lo stile predefinito delle nuvole. Al momento \u00E8 supportato solo lo stile 'bezier'</html>
-OptionPanel.standarddrawrectangleforselection = Visualizza i nodi selezionati con delle bolle
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Evidenzia i nodi selezionati circoscrivendoli con delle bolle.</html>
-OptionPanel.standardlinkcolor = Colore predefinito dei Collegamenti Grafici
-OptionPanel.standardlinkcolor.tooltip = <html>Seleziona il colore predefinito dei collegamenti Grafici</html>
-OptionPanel.standardlinkestyle = Stile predefinito collegamenti
-OptionPanel.standardlinkestyle.tooltip = <html>Lo stile predefinito del nodo. Al momento \u00E8 supportato solo lo stile 'bezier'</html>
-OptionPanel.standardselectednodecolor = Colore di sfondo per la selezione
-OptionPanel.standardselectednodecolor.tooltip = <html>Colore usato per indicare il nodo selezionato</html>
-OptionPanel.standardselectednoderectanglecolor = Colore della Bolla di selezione
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Seleziona il colore della bolla che indica i nodi selezionati</html>
-OptionPanel.STAR = Stella
-OptionPanel.structured_html_import = Importa HTML come struttura nodo
-OptionPanel.structured_icon_toolbar = Barra delle icone strutturata
-OptionPanel.summary = Sommario
-OptionPanel.sv = Svedese / svenska
-OptionPanel.text.use_ctrl_key = E' anche possibile assegnare i Tasti Rapidi, cliccando sui predefiniti del menu Stili, tenendo premuto CTRL
-OptionPanel.time_for_automatic_save = Intervallo salvataggio automatico
-OptionPanel.time_for_automatic_save.tooltip = <html> Tempo che intercorre tra due azioni automatiche di salvataggio (in msec): Per disabilitare il salvataggio automatico imposta il numero a 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tempo di attesa per la selezione posticipata, ms
-OptionPanel.time_for_delayed_selection.tooltip = <html> Selezionare il tempo di ritardo affinch\u00e8 il nodo venga selezionato, quando il mouse si porta sopra di esso (in msec).</html>
-OptionPanel.toolTipManager.dismissDelay = Tempo di permanenza, ms
-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"
-OptionPanel.undo_levels.tooltip = <html>Imposta quanti passaggi vengono salvati per la funzione "Annulla".</html>
-OptionPanel.unfold_on_paste = Espandi nodo quando si "incolla"
-OptionPanel.unfold_on_paste.tooltip = Espandi i nodi quando si Incolla o si sposta, Drag-And-Drop
-OptionPanel.use_common_out_point_for_root_node = I collegamenti iniziano da un punto del nodo radice
-OptionPanel.use_common_out_point_for_root_node.tooltip = In uscita al nodo principale, i collegamenti iniziano da un punto a destra e uno a sinistra, poi si diramano.
-OptionPanel.use_tabbed_pane = Usa schede per indicare le mappe aperte
-OptionPanel.use_tabbed_pane.tooltip = Se selezionato, le mappe sono visualizzate in schede (come in FireFox ) ).
-OptionPanel.user_defined_screen_resolution = Risoluzione schermo definita dall'utente (DPI)
-OptionPanel.validate_classpath_needs_readaccess = Script: Quando si setta la classpath, \u00e8 necessario permettere l'accesso in lettura ai file!
-OptionPanel.validate_invalid_date_format = Formato data non valido
-OptionPanel.validate_invalid_datetime_format = Formato data-ora non valido
-OptionPanel.validate_invalid_number_format = Formato numero non valido
-OptionPanel.validate_write_without_read = Script: Considera di aggiungere ai file in Scrittura anche la Lettura
-OptionPanel.validation_error = <html><body>Errore di Validazione:<p><em>{0}</em><p>Cambiare le preferenze per risolvere il problema.</body></html>
-OptionPanel.validation_warning = <html><body>Avviso di Validazione:<p><em>{0}</em></body></html>
-OptionPanel.vi = Vietnamita / Ti\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = Velocit\u00E0
-OptionPanel.wheel_velocity.tooltip = Un valore pi\u00F9 alto fa s\u00EC che la rotella del mouse muova pi\u00F9 velocemente la mappa.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Cinese semplificato / \u7b80\u4f53\u5b57
-OptionPanel.zh_TW = Cinese tradizionale / \u7e41\u9ad4\u5b57
-org.freeplane.plugin.bugreport.agree = Invia
-org.freeplane.plugin.bugreport.always_agree = Invia sempre
-org.freeplane.plugin.bugreport.always_deny = Non inviare mai
-org.freeplane.plugin.bugreport.deny = Non inviare
-org.freeplane.plugin.bugreport.dialog.title = Rapporto errori automatico
-org.freeplane.plugin.bugreport.freeplane_team = Messaggio del team di Freeplane
-org.freeplane.plugin.bugreport.lastreport = I report raccolti
-org.freeplane.plugin.bugreport.never = Non chiedere mai per l'aiuto
-org.freeplane.plugin.bugreport.question = <html>Freeplane ha un motore automatico per il tracciamento degli errori.<br>Nessun dato personale o contenuto delle mappe sar\u00e0 mai trasmesso.<br>Il rapporto errori ci aiuta a migliorare il programma.
-org.freeplane.plugin.bugreport.report = Rapporto attuale
-org.freeplane.plugin.bugreport.wanted_bug = E' accaduto un errore interno ed \u00e8 stato automaticamente riportato.\nCi sono necessarie maggiori informazioni per riprodurre il comportamento inaspettato.\nPer favore aiutateci inviando il rapporto degli errori nel nostro sistema Mantis:\nexplain descrivendo quello che \u00e8 successo, in modo che noi possiamo riprodurre l'errore.\n\n Premere OK per aprire la pagina web.\n\nGrazie.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = Il Nodo {0} non \u00e8 definito
-out_of_memory = Memoria massima superata.
-overwrite_keyset_question = Sovrascrivere le impostazioni dei tasti esistenti ?
-PageAction.text = Impostazione pagina
-password_is_not_ascii = La password non \u00e8 un carattere valido ASCII
-PasteAction.text = Incolla
-PasteAttributes.text = Incolla att&ributi
-PatternNewNameProperty = Nuovo schema
-PatternToString.backgroundColor = Colore di sfondo
-PatternToString.Child = Stile nodo figlio
-PatternToString.color = Colore
-PatternToString.EdgeColor = Colore collegamento
-PatternToString.EdgeStyle = Stile collegamento
-PatternToString.EdgeWidth = Spessore collegamento
-PatternToString.FontBold = Grassetto
-PatternToString.FontItalic = Corsivo
-PatternToString.FontName = Tipo carattere
-PatternToString.Icon = Icona
-PatternToString.NodeFontSize = Dimensione carattere
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = giorni
-PeriodUnit.HOUR = ore
-PeriodUnit.MINUTE = minuti
-PeriodUnit.MONTH = mesi
-PeriodUnit.WEEK = settimane
-PeriodUnit.YEAR = anni
-plugins/latex/LatexNodeHook.editorTitle = Modifica Testo Latex
-plugins/script_filter = Filtro Script {0}
-plugins/script_filter_error = {0} doveva tornare un risultato booleano su {1} ma ha tornato {2}
-plugins/ScriptEditor.cancel = &Annulla modifiche ed esci
-plugins/ScriptEditor.exit = &Salva ed Esci
-plugins/ScriptEditor.FORBIDDEN_ACTION = Gli script groovy di Freeplane sono stati limitati. L'operazione seguente {0,choice,0\#File|1\#Network|2\#Exec} \u00e8 proibita\: {1,choice,0\#Accept|1\#Connect|2\#Listen|3\#Multicast|4\#SetFactory|5\#Exec|6\#Link|7\#Delete|8\#Read|9\#Write}. E' possibile cambiare l'impostazione di restrizione nelle opzioni.
-plugins/ScriptEditor.menu_actions = &Azioni
-plugins/ScriptEditor.new_script = Nuovo script
-plugins/ScriptEditor.run = Avvia
-plugins/ScriptEditor.sign = Firma script...
-plugins/ScriptEditor/window.Result = Risultati:
-plugins/ScriptEditor/window.title = Editor Script
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Accesso illegale alla API interna (pacchetto {0}). - Per favore contattare il team di Freeplane se lo script API non \u00e8 sufficentemente potente.
-plugins/TimeList.xml_Created = Creato
-plugins/TimeList.xml_Date = Data
-plugins/TimeList.xml_Icons = Icone
-plugins/TimeList.xml_Modified = Modificato
-plugins/TimeList.xml_Notes = Note
-plugins/TimeList.xml_Text = Testo
-plugins/TimeManagement.xml_appendButton = Aggiungi la data ai nodi selezionati
-plugins/TimeManagement.xml_Cancel = Cancella
-plugins/TimeManagement.xml_cancelButton = Cancella
-plugins/TimeManagement.xml_closeButton = Chiudi
-plugins/TimeManagement.xml_Export = Esporta nodi selezionati
-plugins/TimeManagement.xml_Find = Trova
-plugins/TimeManagement.xml_Goto = Vai a
-plugins/TimeManagement.xml_hour = Ora:
-plugins/TimeManagement.xml_menu_actions = Azioni
-plugins/TimeManagement.xml_minute = Minuto:
-plugins/TimeManagement.xml_reminderButton = Promemoria in questa data
-plugins/TimeManagement.xml_reminderButton_tooltip = <html> Imposta un Promemoria alla data indicata. L'icona lampeggiante richiamer\u00e0 l' attenzione.<br> Chiudendo la mappa, i Promemoria vengono riattivati quando la mappa viene riaperta.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Ci pu\u00f2 essere solo un promemoria per nodo. <br>Il promemoria attaule \u00e8 previsto il {0,date} {0,time}<br>il nuovo \u00e8 il {1,date} {1,time}. <br><br>Cambiare il promemoria del nodo (SI) <br> o conservare il vecchio (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Promemoria il {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = Posticipa
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Ricorda dopo
-plugins/TimeManagement.xml_removeReminderButton = Togli Promemoria
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Togli tutti i Promemoria associati a questi nodi.
-plugins/TimeManagement.xml_Replace = Sostituisci
-plugins/TimeManagement.xml_Replace_All = Sostituisci tutti
-plugins/TimeManagement.xml_Replace_Selected = Sostituisci selezionati
-plugins/TimeManagement.xml_Select = Seleziona
-plugins/TimeManagement.xml_todayButton = Oggi
-plugins/TimeManagement.xml_WindowTitle = Gestione della data
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Trova e sostituisci
-preferences = Preferenze
-print_preview_title = Anteprima di stampa
-PrintAction.text = Stampa...
-PrintDirectAction.text = Stampa
-printing_settings = Scalatura stampa
-PrintPreviewAction.text = Anteprima di stampa...
-PropertyAction.dialog = Preferenze
-PropertyAction.text = Preferenze...
-QuickFilterAction.text = Filtro Veloce
-QuickFindAction.BACK.text = Trova precedente
-QuickFindAction.FORWARD.text = Trova successivo
-QuickFindAllAction.text = Seleziona tutti i combacianti
-QuickHighlightAction.text = Evidenzia tutti i nodi combacianti
-QuitAction.text = Esci
-read_only = Solo lettura
-ReadScriptError.text = Errore leggendo lo script
-really_convert_to_current_version = <html>Questa mappa \u00e8 stata creata con una versione vecchia di Freeplane. <br>Convertirla (raccomandato)? <br>(Altrimenti verr\u00e0 caricata come \u00e8) </html>
-really_cut_node = Tagliare davvero i nodi?
-really_execute_script = Vuoi veramente eseguire gli script inclusi in questa mappa? E' possibile che danneggino il computer.
-really_remove_node = Rimuovere i nodi ?
-really_remove_notes = Rimuovere davvero la/le nota/e?
-ReapplyFilterAction.text = Riapplica
-red = Rosso
-RedefineStyleAction.text = Ridefinisci Stile
-RedoAction.text = Ripristina
-RedoFilterAction.text = Ripristina
-regular_expressions = Espressione Regolare
-ReminderHookAction.text = Togli Promemoria
-ReminderHookAction.tooltip = Rimuovi un promemoria da un nodo.
-remove_file_from_list_on_error = File {0} non trovato. Rimuoverlo dall''elenco dei file recenti ?
-remove_shortcut_question = Sostituire il tasto?
-RemoveAllIconsAction.text = Rimuovi tutte le icone
-RemoveConnectorAction.text = Rimuovi Collegamenti Grafici
-RemoveEncryption.text = Rimuovi Criptatura
-RemoveFormatAction.text = Rimuovi Formato
-RemoveIcon_0_Action.text = Rimuovere la prima icona
-RemoveIconAction.text = Rimuovi ultima icona
-RemoveNoteAction.text = Rimuovi Note
-RemoveNoteAction.tooltip = <html>E' possibile che venga rimosso il contenuto delle note, anche a molte note.</html>
-rename = &Rinomina
-repair_link = Ripara collegamento
-repair_link_question = Impossibile caricare la mappa collegata. Riparare il collegamento manualmente?
-replace = Sostituisci
-replace_shortcut_question = Questo tasto rapido \u00e8 attualmente assegnato a\n  {0}.\nRimpiazzarlo?
-replace_shortcut_title = Rimpiazzare scorciatoia ?
-ReportBugAction.text = Segnalare un errore
-RequestFeatureAction.text = Richiedere una funzione
-reset_to_default = Usa predefinito
-ResetNodeLocationAction.text = Azzera &Posizione
-ResetStyleAction.text = Azzera stile nodo
-RevertAction.text = Ricarica la mappa dal file
-RevisionPluginAction.text = Colore di sfondo per Modifica e Revisione
-save_failed = Salvataggio della mappa {0} fallito.
-save_unsaved = Salvare la seguente mappa ?
-save_unsaved_styles = Salvare Stili ?
-SaveAcceleratorPresetsAction.text = Salva il set di Tasti Rapidi
-SaveAction.text = &Salva
-SaveAll.text = S&alva tutto
-SaveAll.tooltip = Salva tutte le mappe aperte.
-SaveAsAction.text = Salva con nome
-saved = Salvata
-saving_canceled = Salvataggio annullato
-scanners_not_loaded = Impossibile caricare Scanners, file corrotto
-scheme_evaluate = Valuta!
-script_execution_disabled = Esecuzione degli script disabilitata
-ScriptEditor.text = Editor Script...
-ScriptEditor.tooltip = Strumento per scrivere script estesi di Freeplane.
-ScriptEditorPanel.changed_cancel = Gli script sono stati cambiati. Vuoi veramente annullare questi cambiamenti?
-scripting_api_generator_legend = Legenda
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = API Script
-scripting_api_generator_utilities = Utilit\u00e0
-scripting_api_generator_web = Risorse Web
-select_favorites_folder = Seleziona la cartella dei Preferiti
-select_file_export_to = Seleziona il file da esportare
-select_folder_for_importing = Seleziona la cartella da importare
-select_icon = Selezionare una Icona
-select_menu_item_dialog = Selezionare un elemento del menu
-select_menu_item_root_node = Menu
-SelectAllAction.text = Seleziona tutto il visibile
-SelectBranchAction.text = Seleziona rami visibili
-SelectedPasteAction.text = Incolla come...
-selection_method_by_click = Clic singolo per selezionare
-selection_method_delayed = Sezione ritardi automatici.
-selection_method_direct = Puntare per selezionare
-SelectNoteAction.text = Modifica note
-SelectNoteAction.tooltip = Commuta tra la finestra principale e la finestra delle note
-set_accelerator_on_next_click_action = Cliccare su qualsiasi elemento del menu, per assegnare una nuova scorciatoia
-SetAcceleratorOnNextClickAction.text = Assegna scorciatoia
-SetImageByFileChooserAction.text = Immagini
-SetLinkAnchorAction.text = Imposta collegamento \u00e0ncora
-SetLinkAnchorAction.tooltip = <html>imposta il nodo selezionato come \u00e0ncora per la successiva<br/>creazione di un collegamento locale o globale.
-SetLinkAnchorAction.tooltip_anchored = <html>imposta il nodo selezionato come \u00e0ncora per la successiva<br/>creazione di un collegamento locale o globale. Attuale \u00e0ncora:<br/>{0}
-SetLinkByFileChooserAction.text = Collegamento a file
-SetLinkByTextFieldAction.text = Collegamento ipertestuale web
-SetNodeLink.text = Imposta Collegamento del Nodo
-SetNoteWindowPosition.bottom.text = Basso
-SetNoteWindowPosition.left.text = Sinistra
-SetNoteWindowPosition.right.text = Destra
-SetNoteWindowPosition.top.text = Alto
-SetShortenerStateAction.text = Contenuto accorciato del nodo
-sf_login_required = Autenticazione a Source Forge richiesta, Continuare ?
-ShowAllAttributesAction.text = Visualizza tutti gli attributi
-ShowAncestorsAction.text = Visualizza ascendenti
-ShowAttributeDialogAction.text = &Gestione attributi
-ShowDescendantsAction.text = Visualizza discendenti
-ShowFilterToolbarAction.text = Barra del Filtro
-ShowFormatPanel.text = Pannello di Formattazione
-ShowFormatPanel.tooltip = Presenta un pannello in cui gli attributi dei nodi e dei collegamenti, possono essere modificati.
-ShowHideNoteAction.text = Finestra delle note
-ShowHideNoteAction.tooltip = Mostra o nasconde la finestra delle note.
-ShowNextChildAction.text = Visualizza nodo figlio successivo
-ShowNotesInMapAction.text = Visualizza le note nella Mappa
-ShowSelectedAttributesAction.text = Visualizza attributi selezionati
-ShowSelectionAsRectangleAction.text = Riquadra nodo selezionato
-simplyhtml.aboutFrameTitle = Informazioni sull'applicazione
-simplyhtml.aboutLabel = Informazioni su SimplyHTML...
-simplyhtml.alignCenter = Centra
-simplyhtml.alignLabel = Allineamento:
-simplyhtml.alignLeft = sinistra
-simplyhtml.alignRight = destra
-simplyhtml.allCellsRangeLabel = tutte le celle
-simplyhtml.allOccurrencesReplaced = Tutte le occorrenze sostituite
-simplyhtml.appendTableColLabel = Aggiungi colonna, sotto
-simplyhtml.appendTableRowLabel = Aggiungi riga, sotto
-simplyhtml.applyCellAttrLabel = Applica a
-simplyhtml.backgroundLabel = Sfondo:
-simplyhtml.boldItalicName = corsivo grassetto
-simplyhtml.boldName = grassetto
-simplyhtml.borderColorLabel = Colore:
-simplyhtml.borderWidthLabel = Spessore
-simplyhtml.bottomLabel = dietro:
-simplyhtml.cancelBtnName = Cancella
-simplyhtml.cellBorderTabLabel = Collegamenti
-simplyhtml.cellGenTabLabel = Generale
-simplyhtml.cellMarginTabLabel = Margine
-simplyhtml.cellPanelTitle = Formato delle celle
-simplyhtml.clearFormatLabel = Rimuovi formattazione
-simplyhtml.clearFormatTip = Rimuovi formattazione
-simplyhtml.close = Chiudi
-simplyhtml.closeBtnName = Chiudi
-simplyhtml.colorLabel = Colore
-simplyhtml.copyLabel = Copia
-simplyhtml.copyTip = copia
-simplyhtml.cTagNameHead1 = Intestazione 1
-simplyhtml.cTagNameHead2 = Intestazione 2
-simplyhtml.cTagNameHead3 = Intestazione 3
-simplyhtml.cTagNameHead4 = Intestazione 4
-simplyhtml.cTagNameHead5 = Intestazione 5
-simplyhtml.cTagNameHead6 = Intestazione 6
-simplyhtml.cTagNameLink = Collegamento
-simplyhtml.cTagNameOL = Lista ordinata
-simplyhtml.cTagNamePara = Paragrafo
-simplyhtml.cTagNameUL = Lista non ordinata
-simplyhtml.cutLabel = Taglia
-simplyhtml.cutTip = taglia
-simplyhtml.defaultDocName = Senza titolo
-simplyhtml.deleteTableColLabel = Cancella colonna
-simplyhtml.deleteTableRowLabel = Cancella riga
-simplyhtml.docTitleQuery = Imposta titolo a:
-simplyhtml.docTitleTitle = Modifica il titolo del documento
-simplyhtml.editLabel = Modifica
-simplyhtml.effectLabel = Effetto
-simplyhtml.familyLabel = Famiglia
-simplyhtml.findNext = Trova successivo...
-simplyhtml.findReplaceDialogTitle = Trova e sostituisci
-simplyhtml.findReplaceLabel = Trova e sostituisci
-simplyhtml.findReplaceTip = Trova e sostituisci
-simplyhtml.fontBoldLabel = Grassetto
-simplyhtml.fontBoldTip = commuta Grassetto on/off
-simplyhtml.fontColorLabel = Colore del Testo
-simplyhtml.fontColorTip = Colore del Testo
-simplyhtml.fontDialogTitle = Formato carattere
-simplyhtml.fontItalicLabel = Corsivo
-simplyhtml.fontItalicTip = commuta Corsivo on/off
-simplyhtml.fontLabel = Carattere...
-simplyhtml.fontTabLabel = Carattere
-simplyhtml.fontTip = Formato carattere...
-simplyhtml.fontUnderlineLabel = Sottolinea
-simplyhtml.fontUnderlineTip = commuta Sottolineato on/off
-simplyhtml.foregroundLabel = Primo piano:
-simplyhtml.formatLabel = Formato
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = Cambia formato lista
-simplyhtml.formatParaLabel = Paragrafo...
-simplyhtml.formatParaTip = Cambia formato paragrafo
-simplyhtml.formatTableLabel = Tabella...
-simplyhtml.formatTableTip = Formato tabella
-simplyhtml.helpLabel = Aiuto
-simplyhtml.htmlTabTitle = Visualizzatore codice HTML
-simplyhtml.imageFileDesc = Immagine da file
-simplyhtml.insertTableColLabel = Aggiungi colonna, sopra
-simplyhtml.insertTableLabel = Tabella...
-simplyhtml.insertTableMsg = Quante colonne?
-simplyhtml.insertTableRowLabel = Aggiungi riga, sopra
-simplyhtml.insertTableTitle = Inserisci tabella
-simplyhtml.italicName = corsivo
-simplyhtml.layoutTabTitle = Visualizza Formattazione
-simplyhtml.leftLabel = sinistra:
-simplyhtml.listDialogTitle = Formato lista
-simplyhtml.listIndentTitle = Indentazione:
-simplyhtml.listPosInside = dentro
-simplyhtml.listPositionLabel = Posizione:
-simplyhtml.listPosOutside = fuori
-simplyhtml.listTypeCircle = Cerchio
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = Punto
-simplyhtml.listTypeLabel = Tipo:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = nessuno
-simplyhtml.listTypeSquare = Punto squadrato
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Esterno
-simplyhtml.matchApproximately = Verifica Approssimata
-simplyhtml.matchApproximately.tooltip = <html>Consente il confronto approssimato,<br/>es. cercando 'casa' accetter\u00e0 anche 'case'.</html>
-simplyhtml.matchCase = Compara maiuscolo
-simplyhtml.matchCase.tooltip = Se verificare maiuscole/minuscole.
-simplyhtml.newStyleDefaultName = nuovo stile
-simplyhtml.nextTableCellLabel = Cella successiva
-simplyhtml.noLineLabel = nessuno
-simplyhtml.noMoreOccurrencesFound = nessun'altra occorrenza trovata
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Interno
-simplyhtml.paraAlignCenterLabel = Allinea centro
-simplyhtml.paraAlignCenterTip = Imposta l'allineamento centrato al paragrafo
-simplyhtml.paraAlignLeftLabel = Allinea a sinistra
-simplyhtml.paraAlignLeftTip = Imposta l'allineamento a sinistra al paragrafo
-simplyhtml.paraAlignRightLabel = Allinea a destra
-simplyhtml.paraAlignRightTip = Imposta l'allineamento a destra al paragrafo
-simplyhtml.paraStyleDialogTitle = Stile paragrafo
-simplyhtml.paraTabLabel = Paragrafo
-simplyhtml.pasteHTMLLabel = Incolla HTML
-simplyhtml.pasteLabel = Incolla
-simplyhtml.pastePlainTextLabel = Incolla testo semplice
-simplyhtml.pasteTip = incolla
-simplyhtml.plainName = Piano
-simplyhtml.previewLabel = Anteprima
-simplyhtml.previewText = Anteprima testuale
-simplyhtml.prevTableCellLabel = Cella precedente
-simplyhtml.printLabel = Stampa...
-simplyhtml.redoLabel = Ripeti
-simplyhtml.redoTip = ripeti
-simplyhtml.replace = Sostituisci...
-simplyhtml.replaceAll = Tutti
-simplyhtml.replaceDone = Fatto
-simplyhtml.replaceNo = No
-simplyhtml.replaceThisQuery = cambia questa occorrenza di
-simplyhtml.replaceWith = Cambia con:
-simplyhtml.replaceYes = S\u00EC
-simplyhtml.rightLabel = destra:
-simplyhtml.searchDown = Cerca gi\u00F9
-simplyhtml.searchDown.tooltip = Cerca dall'alto al basso
-simplyhtml.searchFromStart = Cerca dall'inizio
-simplyhtml.searchFromStart.tooltip = Inizia a cercare dall'alto al posto di iniziare dalla posizione del cursore
-simplyhtml.searchUp = Cerca su
-simplyhtml.searchUp.tooltip = Cerca dal basso all'alto
-simplyhtml.selectAllLabel = Seleziona tutto
-simplyhtml.sizeLabel = Dimensione
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = Barrato
-simplyhtml.styleLabel = Stile
-simplyhtml.styleNameInputText = Nome del nuovo stile?
-simplyhtml.styleNameInputTitle = Salva stile
-simplyhtml.tableBgColLabel = Colore di sfondo:
-simplyhtml.tableDialogTitle = Formatta tabella
-simplyhtml.tableLabel = Tabella
-simplyhtml.tablePanelTitle = Formato tabella
-simplyhtml.tableWidthLabel = Larghezza
-simplyhtml.textIndentLabel = Rientro:
-simplyhtml.textToFind = Testo da trovare:
-simplyhtml.thisCellRangeLabel = questa cella
-simplyhtml.thisColRangeLabel = questa colonna
-simplyhtml.thisRowRangeLabel = questa riga
-simplyhtml.toggleBulletsLabel = Lista puntata on/off
-simplyhtml.toggleBulletsTip = lista puntata on/off
-simplyhtml.toggleNumbersLabel = Lista numerata on/off
-simplyhtml.toggleNumbersTip = lista numerata on/off
-simplyhtml.topLabel = sopra:
-simplyhtml.uLineLabel = Sottolinea
-simplyhtml.unableToOpenFileError = Il file non pu\u00F2 essere aperto
-simplyhtml.unableToRedoError = Impossibile ripristinare:
-simplyhtml.unableToUndoError = Impossibile annullare:
-simplyhtml.undoLabel = Annulla
-simplyhtml.undoTip = annulla
-simplyhtml.valignBaseline = linea inferiore
-simplyhtml.valignBottom = sotto
-simplyhtml.valignLabel = Allineamento vert.:
-simplyhtml.valignMiddle = centro
-simplyhtml.valignTop = sopra
-simplyhtml.wholeWordsOnly = Solo tutte le parole
-simplyhtml.wholeWordsOnly.tooltip = Restringi confronto alle parole intere.
-SortNodes.text = Ordina alfabeticamente i figli
-SortNodes.tooltip = Ordinamento alfabetico dei figli del nodo
-split = &Dividi
-SplitConditionAction.text = Dividi
-SplitNode.text = Dividi nodo
-SplitNode.tooltip = <html>Crea un nuovo nodo, per ogni riga del nodo originario</html>
-STANDARD_FORMAT = Standard
-stop_processing = Stop
-StringFlavorHandler = Nodi gerarchici, formato testo semplice
-StructuredHtmlFlavorHandler = Nodi Html in modo gerarchico
-style = Stile
-style_already_exists = Lo stile esite gi\u00e0.
-styledialog.cancel.text = Annulla
-styledialog.ok.text = OK
-styles = St&ili
-styles.AutomaticLayout = Formattazione Automatica
-styles.connection = Connessione
-styles.date = Data
-styles.definition = Definizione
-styles.description = Descrizione
-styles.floating_node = Nodo Fluttuante
-styles.idea = Idea
-styles.important = Importante
-styles.key = Chiave
-styles.list = Lista
-styles.needs_action = Richiede Azione
-styles.note = Note
-styles.ok = OK
-styles.pending = Pendente
-styles.predefined = Stili Predefiniti
-styles.question = Domanda
-styles.quotation = Quotazione
-styles.root_node = Stili
-styles.subsubtopic = Subsubtopic
-styles.subtopic = Subtopic
-styles.topic = Topic
-styles.user-defined = Stili definiti dall'utente
-styles.website = Sito Internet
-styles_menu = Stili
-submenu_keystroke_in_use_error = Il tasto rapido {0} non pu\u00f2 essere utilizzato per il sottomenu {1}. Tasto rapido rimosso.
-summary_nodes = Nodi Sommario
-summary_not_possible = Impossibile creare un Nodo Sommario per la selezione corrente
-SummaryNodeAction.text = Gruppo Nodi - Riepilogo
-svg = SVG
-template_dir = Modelli Standard
-TimeListAction.text = Visualizza lista avvisi ...
-TimeListAction.tooltip = Visualizza tutti gli avvisi ed i corrispondenti nodi.
-TimeManagementAction.text = Gestione Calendario...
-TimeManagementAction.tooltip = <html>Gestione Calendario.</html>
-ToggleChildrenFoldedAction.text = Collassa/Espandi figli
-ToggleDetailsAction.text = Commuta Dettagli
-ToggleFBarAction.text = F-Barra
-ToggleFoldedAction.text = Collassa/Espandi
-ToggleFullScreenAction.text = Modalit\u00e0 a schermo intero
-ToggleLeftToolbarAction.text = &Barra delle icone
-ToggleMenubarAction.text = Barra dei menu
-ToggleStatusAction.text = Visualizza la Linea di Stato
-ToggleToolbarAction.text = &Barra degli strumenti
-undefined_error = Si \u00e8 verificato un errore imprevisto. Inviare un rapporto errori, grazie.
-underline = Sottolinea
-UnderlineAction.text = Sottolinea
-underlined = Sottolineato
-UndoAction.text = Annulla
-UndoFilterAction.text = Annulla
-unfold = Espandi
-UnfoldAllAction.text = Espandi tutti
-UnfoldAllAction.tooltip = <html>Espandi i nodi selezionati e tutti i loro figli.</html>
-UnfoldOneLevelAction.text = Espandi di un livello
-UnfoldOneLevelAction.tooltip = <html>Espandi il nodo selezionato di un livello.</html>
-up = &Su
-update_failed = Aggiornamento fallito con messaggio {0}
-UpdateCheckAction.text = Controllo Aggiornamenti
-updatecheckdialog = Aggiorna finestra controllo
-url_error = URL non corretto !
-url_open_error = Impossibile aprire l''URL {0}.
-used_in_menu = Questo tasto rapido non pu\u00f2 essere impostato, \u00e8 usato per il menu.
-UsePlainTextAction.text = Usa formattazione testo semplice
-user_config_folder = Cartella configurazione utente: {0}
-user_defined_scale = Scala definita dall'utente
-user_defined_zoom = Definito dall'utente.
-user_defined_zoom_status_bar = Impostato il livello di zoom definito dall''utente di {0}%.
-user_icon = Icona utente "{0}"
-user_template_dir = Modelli Utente
-user_zoom = Fattore ingradimento stampa (0.0 - 2.0):
-value_format = Formato valore
-version_up_to_date = E' gi\u00e0 in uso la versione pi\u00f9 aggiornata
-ViewerControllerAction.text = Immagini Ridimensionabili
-ViewLayoutTypeAction.OUTLINE.text = Visualizzazione lineare ad albero
-WebDocuAction.text = Documentazione web
-width = Spessore
-wrong_regexp = Errata espressione regolare "{0}", errore {1}
-xslt_export.html = Documento HTML
-xslt_export.latex = Documento LaTeX
-xslt_export.latexbook = Libro LaTeX
-xslt_export.mediawiki = MediaWiki
-xslt_export.ms_excel = Excel (2003 e successivi) formato XML
-xslt_export.ms_project = MS Project (2003 e successivi) formato XML
-xslt_export.ms_word = Word (2003 e successivi) formato XML
-xslt_export.text = Testo semplice
-xslt_export_not_possible = Esportazione Freeplane XSLT non possibile
-yes = S\u00EC
-ZoomInAction.text = Zoom avanti
-ZoomOutAction.text = Zoom indietro
+about_text=Joerg Mueller's Freeplane\nRealizzazione di un'interfaccia uomo-macchina del concetto di "Mappatura Mentale".\nCopyright (C) 2000-2008 Joerg Mueller <joemuell at informatik.uni-freiburg.de>\nQuesto programma \u00E8 "Free Software" (GPL)\nSito: http://freeplane.sourceforge.net/\nVersion:
+AboutAction.text=Informazioni su
+acceleratorPresets=Preset Tasti Rapidi
+accelerators_loading_error=Impossibile caricare acceleratori da {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Cambia il formato dei nodi
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Cambia schema
+accessories/plugins/EncryptNode.properties_0=Scegli una password per i nodi cifrati
+accessories/plugins/EncryptNode.properties_1=Le password sono diverse o troppo corte
+accessories/plugins/EncryptNode.properties_2=Inserisci password:
+accessories/plugins/EncryptNode.properties_3=Inserisci di nuovo la password:
+accessories/plugins/EncryptNode.properties_4=Inserisci la password.
+accessories/plugins/EncryptNode.properties_5=<html>Ricorda che l'inviolabilit\u00E0 della cifratura<br> dipende quasi completamente dalla qualit\u00E0 della password inserita.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Cancella
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=E' possibile modificare lo stato di criptatura di un nodo criptato. Inserire almeno un nodo usando il menu Strumenti.
+accessories/plugins/EncryptNode.properties_select_me=Selezionami per continuare!
+accessories/plugins/EncryptNode.properties_wrong_password=La password non \u00E8 corretta.
+accessories/plugins/ExportWithTWiki.text=Come TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Esporta la mappa come documento TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=Questo \u00E8 un metodo di esportazione uniforme che usa scripts XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Come Applet Java...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Esporta la mappa come "applet java".
+accessories/plugins/ExportWithXSLT_Flash.text=In Flash
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Esporta la mappa come applicazione Flash
+accessories/plugins/ExportWithXSLT_HTML.text=In XHTML (versione JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=In XHTML (mappa cliccabile)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Risorse dal nodo RISORSE al file Gestore dei processi...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Esporta le risorse dal nodo RISORSE al modulo Gestore dei processi. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Compiti dal nodo PROCESSI al file Gestore dei processi...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Esporta i compiti dal nodo PROCESSI al modulo Gestore dei processi. </html>
+action_keystroke_in_use_error=Il tasto rapido {0} richiesto per l''azione {1} \u00e8 gi\u00e0 in uso per l''azione {2}
+active=Attivo
+actual_map_styles=Stile condizionale della mappa, applicato
+actual_node_styles=Stile condizionale del nodo, applicato
+add=&Aggiungi
+AddConnectorAction.text=Aggiungere Collegamento Grafico
+AddElementaryConditionAction.text=Aggiungere
+AddLocalLinkAction.text=Aggiungere Collegamento Locale
+AddMenuItemLinkAction.text=Comando Menu Programma
+AddOnDetailsPanel.authored.by=Da {0}
+AddOnDetailsPanel.header.function=Funzione
+AddOnDetailsPanel.header.menu=Posizione Menu
+AddOnDetailsPanel.header.shortcut=Scorciatoia
+AddOnDetailsPanel.homepage=Homepage:
+addons.installer.canceled=Installazione annullata
+addons.installer.confirm.licence=<html><body><h1>Licenza</h1>{0}<p><p><em>Accettare questa Licenza?</em></p></body></html>
+addons.installer.failed=Installazione fallita: {0}
+addons.installer.freeplaneversion.format.error=Formato errato in {0} (valore: {1})
+addons.installer.groovy.script.name=Nome Script {0} non termina con ".groovy"
+addons.installer.html.script=Il corpo dello Script non deve essere formattato come HTML
+addons.installer.install=Installa
+addons.installer.invalid.keyboard.shortcut=Scorciatoia non valida {0}
+addons.installer.licence.unchanged=Licenza non cambiata
+addons.installer.map.structure=Errore nella struttura della mappa: {0}
+addons.installer.missing.child.nodes=Nodo Figlio mancante: {0}
+addons.installer.missing.permission.attribute=Script {0}: Permessi attributi mancanti {1}
+addons.installer.missing.properties=Propriet\u00e0 mancanti: {0}
+addons.installer.missing.translation=Traduzione mancante di {0} per {1}
+addons.installer.no.scripts=Nessun Script trovato
+addons.installer.no.zipdata=Dati zip non trovati
+addons.installer.nonstandard.permissions=Lo Script richiede i seguenti permessi che attualmente non sono abilitati:  {0}.\nDevono essere aggiunti ai permessi standard ?
+addons.installer.one.child.expected=Atteso esattamente un figlio di {0}.
+addons.installer.script.no.execution_mode=Nessun attributo "execution_mode" definito per {0}
+addons.installer.script.no.menulocation=Nessun attributo "menuLocation" definito per {0}
+addons.installer.script.no.menutitle=Nessun attributo "menuTitleKey" definito per {0}
+addons.installer.script.no.permissions=Nessun permesso definito per {0}
+addons.installer.success=Installazione riuscita.\nIl nuovo add-on sar\u00e0 disponibile dopo il riavvio.
+addons.installer.success.update=Aggiornamento da {0} a {1} eseguito correttamente.\nAlcune funzioni saranno disponibili solo dopo il riavvio.
+addons.installer.title=Installazione Add-on
+addons.installer.too.new=La versione attuale di Freeplane {0} \u00e8 troppo nuova. Questo add-on \u00e8 supportato fino alla versione {1}
+addons.installer.too.old=La versione attuale di Freeplane {0} \u00e8 troppo vecchia. Questo add-on richiede almeno la versione {1}
+addons.installer.unknown.deinstallation.rules=Regole di disinstallazione sconosciute {0}
+addons.installer.update=Aggiornamento dalla versione {0}
+addons.installer.warning=<html><body><em>Si consiglia di installare add-on solo da fonti che ritenete affidabili. Programmi maligni possono causare danni ai vostri dati o violare la vostra privacy.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Aggiungere Stile Attributi
+AddStyleAttributes.tooltip=Aggiungere Attributi dallo stile del nodo
+AllMapsNodeListAction.text=Trova e Sostituisci in tutte le mappe
+always=Sempre
+AlwaysUnfoldedNodeAction.text=Espandere sempre i nodi (Abilita/Disabilita)
+antialias_all=Antialias tutto
+antialias_edges=Antialias Collegamenti
+antialias_none=Antialias niente
+apply=&Applica
+ApplyAction.text=&Applica
+ApplyFormatPlugin.text=&Cambia formato...
+ApplyFormatPlugin.tooltip=Visualizza una finestra tramite cui si possono cambiare gli Attributi del nodo e del collegamento.
+ApplyNoFilteringAction.text=Nessun filtro
+ApplySelectedViewConditionAction.text=Filtra i nodi selezionati
+ApplyToVisibleAction.text=Applica ai nodi filtrati
+as_parent=Come Genitore
+AskForHelp.text=Chiedere Aiuto
+AssignAttributesAction.text=Assegna Attributi
+attribute_delete=Cancella tutti i valori
+attribute_delete_value=Cancella questo valore
+attribute_font_size_tooltip=Attributo grandezza carattere
+attribute_list_box_label_text=Valori esistenti
+attribute_name=Nome Attributi
+attribute_replace=Sostituisci con
+attribute_top=Tutti gli Attributi conosciuti per la mappa aperta
+attribute_value=Valore Attributi
+attributes_AddAttributeAction.text=A&ggiungi Attributi...
+attributes_adding_empty_attribute_error=Non si pu\u00f2 usare una stringa vuota come nome attributo
+attributes_all=Tutti gli Attributi
+attributes_assign_dialog=Assegna Attributi
+attributes_attribute=Attributi
+attributes_close=Chiudi
+attributes_deselect_all=Nulla
+attributes_dialog_title=Gestione Attributi
+attributes_edit=Modifica
+attributes_edit_tooltip=Modifica set
+attributes_for_selected=Nodi selezionati
+attributes_for_visible=Tutti i nodi visibili
+attributes_import=&Importa
+attributes_import_tooltip=Importa Attributi dalle altre mappe caricate
+attributes_no_import_candidates_found=Nessun nuovo attributo trovato
+attributes_popup_delete=Cancella
+attributes_popup_down=Sotto
+attributes_popup_edit=Modifica
+attributes_popup_hide=Nascondi
+attributes_popup_new=Nuovo attributo
+attributes_popup_optimal_width=Larghezza ottimale
+attributes_popup_up=Sopra
+attributes_refresh=Aggiorna
+attributes_RemoveAllAttributesAction.text=Rimuovi tutti gli Attributi
+attributes_RemoveFirstAttributeAction.text=Rimuovi primo Attributo
+attributes_RemoveLastAttributeAction.text=Rimuovi ultimo Attributo
+attributes_restricted_attributes_tooltip=Set ristretto di Attributi
+attributes_restricted_values_tooltip=Set ristretto di valori per l'attributo corrente
+attributes_restriction=Set ristretto
+attributes_select_all=Tutti
+attributes_select_all_tooltip=Seleziona / Deseleziona tutti
+attributes_show=Visualizza
+attributes_skip_root=Salta il nodo radice
+attributes_visible=Seleziona visibili
+attributes_visible_tooltip=Seleziona visibili
+automatic_layout=Formato Automatico
+automatic_layout_disabled=Disabilitato
+automatically_save_message=La mappa \u00E8 stata salvata automaticamente (usando il nome {0})...
+AutomaticEdgeColorHookAction.text=Colore Auto Collegamenti
+AutomaticLayout.ALL=Per tutti
+AutomaticLayout.HEADINGS=Per le intestazioni
+AutomaticLayout.level=Livello {0}
+AutomaticLayout.level.root=Nodo Principale
+AutomaticLayoutAction.text=&Applica Stili Livelli
+AutomaticLayoutAction.tooltip=<html>Regola la formattazione della mappa. <br> Il primo livello nero, il secondo blu, etc.</html>
+AutomaticLayoutControllerAction.ALL.text=per tutti i nodi
+AutomaticLayoutControllerAction.HEADINGS.text=per i nodi terminali
+AutomaticLayoutControllerAction.null.text=disabilitato
+BackAction.text=Indietro
+BackAction.tooltip=Retrocedi nella cronologia dei nodi selezionati
+background=Sfondo
+bitmaps=Immagini Bitmap
+black=Nero
+BlinkingNodeHookAction.text=Nodo lampeggiante
+BlinkingNodeHookAction.tooltip=<html>Questo fa lampeggiare il nodo. Attenzione!!! Non associarlo a molti nodi e <strong> non con altre formattazioni automatiche allo stesso nodo</strong></html>
+blue=Blu
+BoldAction.text=Grassetto
+boldify_branch=Metti in grassetto
+branch=Ramo
+browse=Esplora...
+calendar_attributes_panel=Calendario e Attributi
+calendar_panel=Calendario
+can_not_connect_to_info_server=Connessione al server delle informazioni non riuscita
+can_not_delete_predefined_style=Non si pu\u00f2 cancellare lo stile predefinito
+can_not_delete_root_style=Non si pu\u00f2 cancellare lo stile del nodo Principale
+can_not_delete_style_group=Non si pu\u00f2 cancellare lo stile del gruppo
+can_not_save_key_set=Salvataggio configurazione Tasti Rapidi, non riuscita
+cancel=&Annulla
+CancelAction.text=&Annulla
+cannot_add_parent_diff_parents=Tutti i nodi devono avere lo stesso genitore per usare questa funzione.
+cannot_add_parent_to_root=Il nodo radice non pu\u00f2 essere aggiunto ad un nuovo genitore.
+cannot_delete_root=Il nodo radice non pu\u00f2 essere cancellato o tagliato.
+cannot_join_nodes_with_children=Impossibile collegare i nodi con i figli
+cannot_move_to_child=Impossibile spostare un nodo ad uno dei figli
+CenterAction.text=Centra
+CenterSelectedNodeAction.text=Centra il nodo selezionato
+ChangeConnectorArrowsAction.backward.text=Indietro
+ChangeConnectorArrowsAction.both.text=Entrambe
+ChangeConnectorArrowsAction.forward.text=Avanti
+ChangeConnectorArrowsAction.none.text=Nessuno
+ChangeConnectorArrowsAction.text=Cambia la freccia del collegamento grafico
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Curva
+ChangeConnectorShapeAction.EDGE_LIKE.text=Simula Angolo
+ChangeConnectorShapeAction.LINE.text=Linea
+ChangeConnectorShapeAction.LINEAR_PATH.text=Percorso Lineare
+ChangeNodeLevelLeftsAction.text=Sposta nodo a sinistra
+ChangeNodeLevelLeftsAction.tooltip=I nodi che si trovano alla sinistra del nodo centrale, verranno spostati in basso; diventeranno nodi figli del fratello superiore. I nodi che si trovano alla destra del nodo centrale, verranno spostati in alto; I nodi collegati direttamente alla radice, camberanno lato.
+ChangeNodeLevelRightsAction.text=Sposta nodo a destra
+ChangeNodeLevelRightsAction.tooltip=I nodi che si trovano alla destra del nodo centrale, verranno spostati in basso; diventeranno nodi figli del fratello superiore. I nodi che si trovano alla sinistra del nodo centrale, verranno spostati in alto. I nodi collegati direttamente alla radice, cambieranno lato.
+choose_background_color=Scegliere il colore di sfondo
+choose_cloud_color=Scegliere il colore della nuvola:
+choose_edge_color=Scegliere il colore collegamento
+choose_map_background_color=Scegliere il colore di sfondo della mappa
+choose_node_background_color=Scegliere il colore di sfondo del nodo
+choose_node_color=Scegliere il colore del nodo
+ClearLinkAnchorAction.text=Cancella link \u00e0ncora
+ClearLinkAnchorAction.tooltip=<html>cancella il link \u00e0ncora precedentemente creato</html>
+close_btn=&Chiudi
+CloseAction.text=Chiudi
+CloudAction.text=Nuvola
+CloudColorAction.text=Colore nuvola
+CloudShapeAction.ARC.text=Arco
+CloudShapeAction.RECT.text=Rettangolo
+CloudShapeAction.ROUND_RECT.text=Rettangolo Arrotondato
+CloudShapeAction.STAR.text=Stella
+ColorProperty.ResetColor=Ripristina colore
+combined=Combinato
+condition=Condizione
+confirmation=Conferma
+connector=Collegamento grafico
+connector_arrows=Frecce del Collegamento grafico
+connector_label=Etichetta del Collegamento grafico
+connector_lines=Linea del Collegamento grafico
+connector_shapes=Forma del Collegamento grafico
+ConnectorColorAction.text=Colore del Collegamento grafico...
+CopyAction.text=Copia
+CopyAction.tooltip=Copia l'intero ramo
+CopyAttributes.text=Copia &Attributi
+CopyIDAction.text=Copia l'ID del nodo
+CopyMapStylesAction.text=Copia lo stile della mappa...
+CopyNodeURIAction.text=Copiare URI del Nodo
+copyright=Copyright \u00a9 2000-2012 Freeplane team and others
+CopySingleAction.text=Copia Nodo (&singolo)
+CopySingleAction.tooltip=Copia solo il nodo selezionato
+CopyStyleExtensionsAction.text=Copiare le estensioni dallo stile del nodo
+corrupt_map=Il contenuto della mappa \u00e8 corrotto
+CreateConjunctConditionAction.text=E
+CreateDisjunctConditionAction.text=O
+CreateNotSatisfiedConditionAction.text=Non
+CreationModificationPluginAction.text=Visualizza i tempi di modifica
+CreationModificationPluginAction.tooltip=<html>Questa funzione tiene traccia dei tempi di modifica e creazione dei nodi.</html>
+current_dir=Mappe
+CutAction.text=Taglia
+decrease_branch_font_size=Diminuisci carattere
+DecreaseNodeFontAction.text=Diminuisci carattere
+default=Predefinito
+DefaultColorAction.text=Colore predefinito
+defaultstyle.details=Dettagli
+defaultstyle.floating=Nodo Flottante
+defaultstyle.note=Note
+delete=&Elimina
+delete_child=Cancella nodo
+DeleteAction.text=Rimuovi nodo
+DeleteConditionAction.text=Cancella
+DeleteDetailsAction.text=Cancella Dettagli
+DeleteLevelStyleAction.text=Rimuovere lo stile di layout automatico
+DeleteStyleAction.text=Rimuovere Stile
+DeleteUserStyleAction.text=Rimuovere lo stile definito dall'utente
+dialect_info.app=La Mappa {0} \u00e8 stata creata col programma {1}.
+dialect_info.unknownApp=La mappa caricata \u00e8 stata creata con un programma sconosciuto.
+dialect_info.unknownURL=Sito internet non conosciuto.
+dialect_info.url=Visitare il sito {0} del programma, per maggiori informazioni.
+dialect_info.warning=Freeplane pu\u00f2 aprire, visualizzare o salvare non correttamente.
+DirectHtmlFlavorHandler=HTML come nodo singolo
+DocumentationAction.text=Documentazione
+down=G&i\u00f9
+download=Scarica
+dropped_file_error=Impossibile aprire i file mancanti. Motivo: {0}
+edge=Collegamenti
+edge_is_formatted_by_style=Il colore dei Collegamenti \u00e8 controllato dallo Stile. Modificare lo Stile relativo, se necessario.
+edge_style=Stile Collegamenti
+edge_width=Spessore Collegamenti
+EdgeColorAction.text=Colore Collegamenti
+EdgeStyleAction.bezier.text=Curve arrotondate (bezier)
+EdgeStyleAction.bezier.tooltip=<html>Visualizza i collegamenti in modo arrotondatto.</html>
+EdgeStyleAction.hide_edge.text=Nascondi i Collegamenti
+EdgeStyleAction.hide_edge.tooltip=<html>Per i nodi selezionati, visualizza i collegamenti ai nodi genitori come <br> linee punteggiate; per gli altri nascondi i collegamenti.</html>
+EdgeStyleAction.horizontal.text=Squadrato
+EdgeStyleAction.horizontal.tooltip=<html>Usa linee perpendicolari diritte per i collegamenti.</html>
+EdgeStyleAction.linear.text=Lineare
+EdgeStyleAction.linear.tooltip=<html>Visualizza i collegamenti come linee diritte.</html>
+EdgeStyleAction.sharp_bezier.text=Bezier sfumato
+EdgeStyleAction.sharp_bezier.tooltip=<html>Visualizza i collegamenti tramite linne arrotondate, con le estremit\u00e0 assottigliate.</html>
+EdgeStyleAction.sharp_linear.text=Lineare sfumato
+EdgeStyleAction.sharp_linear.tooltip=<html>Visualizza i collegamenti tramite linee diritte, con le estremit\u00e0 assottigliate.</html>
+EdgeStyleAsParentAction.text=Come Genitore
+EdgeStyleAsParentAction.tooltip=<html>Usa lo stile dei collegamenti, come quello dei genitori.</html>[obsolete]
+EdgeWidthAction_width_parent.text=Come Genitore
+EdgeWidthAction_width_thin.text=Sottile
+edit=&Modifica
+edit.decision=Editor Html
+edit.edit_rich_text=Vuoi utilizzare la formattazione tipo grassetto o corsivo?
+edit_details=Modifica Dettagli del nodo
+edit_end_label=<html>Etichetta<br>Collegamento Grafico
+edit_label_font_family=Carattere
+edit_label_font_size=Dimensione Carattere
+edit_link_manually=Inserire manualmente il collegamento ipertestuale (es. http://www.google.com)
+edit_long_node=Modifica nodo avanzata
+edit_middle_label=<html>Etichetta<br>Centrale
+edit_note=Modifica Note
+edit_source_label=<html>Etichetta<br>Sorgente
+edit_target_label=<html>Etichetta<br>Destinatario
+edit_transparency_label=Trasparenza
+edit_width_label=Spessore
+EditAction.text=Modifica nodo
+EditAttributesAction.text=Modifica Attributi
+EditDetailsAction.text=Modifica Dettagli del nodo
+EditDetailsInDialogAction.text=Modifica i dettagli del nodo, in una finestra separata
+EditFilterAction.text=Modifica...
+EditLongAction.text=Modifica avanzata nodo...
+EditNoteInDialogAction.text=Modifica &note...
+EditScript=Modifica Script...
+EditStylesAction.text=Modifica Stili
+EncryptedMap.text=Crea mappa criptata ...
+EncryptedMap.tooltip=Crea una nuova mappa criptata
+enter_base_url=Sto incollando i collegamenti relativi. Immetti l'URL di base.
+enter_condition_name=Inserire nuovo nome condizione
+enter_confirms=&Inserisci conferma
+enter_keyset_name=Inserire il nome del set di Tasti Rapidi
+enter_map_url=Inserire l'indirizzo web della mappa
+enter_new_style_name=Inserire il nome del nuovo stile
+enter_node_id=Inserire l'ID del nodo
+enter_zoom=Inserire Zoom
+EnterPassword.text=&Commuta Criptato / Non Criptato
+error=Errore
+error_applying_template=Errore nell'applicazione del modello XSL
+error_creating_directory=Impossibile creare directory per esportare.
+error_in_template=Errore nel modello della mappa di default {0}. Provare a rimuovere questo file.
+errornumber={0} errori
+ExecuteScriptError.text=Errore eseguendo lo script:\n   {0}\nControllare il file di Log per i dettagli.
+ExecuteScriptForAllNodes.text=Eseguire tutti gli script
+ExecuteScriptForSelectionAction.text=Eseguire script nodo selezionato
+ExecuteScriptOnSelectedNode.text=Eseguire {0} su tutti i nodi selezionati
+ExecuteScriptOnSelectedNodeRecursively.text=Eseguire {0} sui nodi selezionati, ricorsivamente
+ExecuteScriptOnSingleNode.text=Eseguire {0} su un nodo selezionato
+ExecuteScripts.noScriptsAvailable=Nessuno disponibile
+ExecuteScripts.text=Script
+ExecuteScriptSecurityError.text=E'' accaduto un errore durante l''esecuzione dello script: {0}
+export_failed=Esportazione fallita
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Esporta a Freeplane usando XSLT
+ExportAction.text=&Esporta
+ExportBranchAction.text=Ramifica come nuova mappa...
+ExportBranchToHTMLAction.text=Esporta ramo in HTML
+exported_file={0} file
+ExportPdf.text=In PDF...
+ExportSvg.text=In SVG...
+ExportToHTMLAction.text=Come HTML
+ExportToImage.jpg.text=In JPEG...
+ExportToImage.png.text=In PNG...
+ExportToOoWriter.text=Documento di testo Open Office Writer...
+extension_menu=Stile fisico
+ExternalImage_popupMenu_Change=Cambia...
+ExternalImage_popupMenu_Open=Apri nel Visualizzatore
+ExternalImage_popupMenu_Remove=Rimuovi
+ExternalImage_popupMenu_ResetZoom=Ripristina Dimensione Reale
+ExternalImageAddAction.text=Aggiungi Immagine Esterna...
+ExternalImageChangeAction.text=Modifica Immagine Esterna...
+ExternalImageRemoveAction.text=Rimuovi Immagine Esterna
+ExtractLinkFromTextAction.text=Collegamenti ipertestuali dal testo
+ExtractLinkFromTextAction.tooltip=Setta i collegamenti ipertestuali trovati nei nodi di testo
+f_button_unassigned=<nessuna azione>
+FaqOpenURLAction.text=FAQ
+file=&File
+file_already_exists=Il file {0} esiste gi\u00e0. Sovrascriverlo?
+file_not_found=File {0} non trovato
+FileListFlavorHandler=Collegamenti ai files
+FileProperties_BranchLeafCount=Numero di nodi finali nei rami selezionati:
+FileProperties_BranchNodeCount=Numero di nodi nei rami selezionati:
+FileProperties_ChangesSinceLastSave=Cambiamenti dall'ultimo salvataggio:
+FileProperties_FileName=Nome del File:
+FileProperties_FileSaved=File Salvato:
+FileProperties_FileSize=Dimensione del File:
+FileProperties_MainBranchCount=Numero di rami principali:
+FileProperties_NeverSaved=Mai salvato
+FileProperties_NodeChildCount=Numero di figli dei nodi selezionati:
+FileProperties_NodeSelectionCount=Numero di nodi selezionati:
+FileProperties_TotalFilteredCount=Numero di nodi che soddisfano il filtro:
+FileProperties_TotalLeafCount=Numero totale di nodi finali:
+FileProperties_TotalNodeCount=Numero tatale di nodi:
+FilePropertiesAction.text=Propr&iet\u00e0...
+FileRevisionsDialog.cancel=&Annulla
+FileRevisionsDialog.file_last_modified=Marca Temporale "Timestamp"
+FileRevisionsDialog.file_name=File
+FileRevisionsDialog.file_size=Bytes
+FileRevisionsDialog.open=&Apri
+FileRevisionsDialog.open.tooltip=Aprire i file anche se sembrano obsoleti
+FileRevisionsDialog.question=Trovate revisioni di {0}
+FileRevisionsDialog.restore=Riprist&ina
+FileRevisionsDialog.restore.tooltip=Rimpiazzare {0} con {1}
+FileRevisionsDialog.title=Revisioni File
+filter=Filtro
+filter_add=&Aggiungi
+filter_and=E
+filter_any_text=Cuore, dettagli o note
+filter_conditions=Filtri
+filter_contains=Contiene
+filter_created_after=Creato dopo
+filter_created_before=Creato prima
+filter_delete=Elimina
+filter_details=Dettagli
+filter_dialog=Filtro composto
+filter_does_not_exist=Non esiste
+filter_edit_description=Modifica lista filtri
+filter_enter_value=Inserire valore
+filter_even_level=Nodo di livello dispari
+filter_exist=Esiste
+filter_icon=Icona
+filter_is_equal_to=E' uguale a
+filter_is_not_equal_to=Non \u00E8 uguale a
+filter_leaf=Nodo Finale
+filter_link=Collegamento Ipertestuale
+filter_match_approximately=&Approssima
+filter_match_approximately_tooltip=<html>Ricerca approssimata,<br/>ad esempio cercando 'casa' trover\u00e0 anche 'case'.</html>
+filter_match_case=&Maiuscole/minuscole
+filter_match_case_tooltip=Verifica la corrispondenza Maiuscole e minuscole
+filter_modified_after=Modificato dopo
+filter_modified_before=Modificato prima
+filter_no_filtering=Nessun filtro
+filter_node=Nodo di testo
+filter_node_level=Livello Nodo
+filter_not=&Non
+filter_note=Note
+filter_odd_level=Nodo di livello Pari
+filter_or=O&
+filter_parent=Testo Genitore
+filter_periodic_level=Periodico
+filter_priority=Priorit\u00e0
+filter_regexp_matches=Combacia Espressione Regolare
+filter_reminder=Promemoria
+filter_reminder_after=schedulato dopo
+filter_reminder_before=schedulato prima
+filter_reminder_executed=gi\u00e0 accaduto
+filter_reminder_later=non scaduto
+filter_root=Nodo Principale
+filter_script=Filtro Script
+filter_select=&Seleziona
+filter_selected_node_view=Nodo selezionato correntemente
+filter_selected_node_view_snapshot=Selezione salvata
+filter_style=Stile
+filter_time=Filtra per data
+FilterComposerDialog.save=&Salva
+filters_not_loaded=Il filtro non pu\u00f2 essere caricato, file corrotto.
+find_what=Trova cosa
+FindAction.text=Trova...
+FirstGroupNodeAction.text=Gruppo Nodi - Inizia
+fit_map_to_page=Adatta a una pagina
+fit_map_to_page_height=Adatta alla pagina in altezza
+fit_map_to_page_width=Adatta alla pagina in larghezza
+FitToPage.text=Adatta alla pagina
+FitToPage.tooltip=Regola lo zoom in modo che tutta la mappa sia contenuta nella finestra attiva.
+fold=Collassa
+FoldAllAction.text=Collassa tutti
+FoldAllAction.tooltip=<html>Collassa il nodo selezionato e tutti i suoi figli.</html>
+FoldOneLevelAction.text=Collassa di un livello
+FoldOneLevelAction.tooltip=<html>Collassa i nodi selezionati di un livello.</html>
+follow_graphical_link=Vai a:
+FollowLinkAction.text=Segui collegamento
+font=Carattere
+FontFamilyAction.text=Tipo Carattere
+FontSizeAction.text=Dimensione carattere
+format_invalid_pattern=Schema non valido
+format_menu_cloud_shapes=Nuvola
+format_menu_edge_styles=&Stile dei collegamenti
+format_menu_edge_widths=Spessore dei collegamenti
+format_panel=Formato
+FormatCopy.text=Copia formattazione
+FormatCopy.tooltip=<html>Copia il formato di un nodo.</html>
+FormatPaste.text=Incolla formattazione
+FormatPaste.tooltip=<html>Incolla la formattazione di un nodo.</html>
+formats_not_loaded=La formattazione non pu\u00f2 essere caricata, file corrotto.
+formula.error.attributeValueIsNull=Valore Attributo ''{0}'' \u00e8 nullo dopo la valutazione.
+formula.error.circularReference=Riferimento Circolare: La formula nel nodo ''{0}'' \u00e8 riferita a se stessa.
+formula.EvaluateAllAction.text=Valuta tutto
+formula.EvaluateAllAction.tooltip=Valuta tutte le formule della mappa attuale
+formula.menuname=Formule
+formula_editor=Modifica Formula
+ForwardAction.text=Avanti
+ForwardAction.tooltip=Avanza nella cronologia dei nodi selezionati
+FreeNodeAction.text=Nodi posizionati liberamente (Abilita/Disabilita)
+Freeplane.progress.buildScreen=Costruisci schermo...
+Freeplane.progress.createController=Crea Controllore...
+Freeplane.progress.createInitialMode=Crea modello iniziale...
+Freeplane.progress.endStartup=Termina avvio.
+Freeplane.progress.gettingPreferenceDirectories=Prendi directory preferenze
+Freeplane.progress.gettingPreferences=Prendi preferenze
+Freeplane.progress.loadMaps=Carica Mappe...
+Freeplane.progress.propagateLookAndFeel=Propaga Aspetto del programma
+Freeplane.progress.settingPreferences=Imposta Preferenze...
+Freeplane.progress.startCreateController=Avvia creazione Controller...
+Freeplane.progress.updateLookAndFeel=Aggiorna Aspetto del programma
+freeplane_reverted=Freeplane_Ritorno_
+FreeplaneHelpStarter.text=Aiuto...
+FreeplaneHelpStarter.tooltip=Aiuto esteso di Freeplane
+GettingStartedAction.text=Per Iniziare
+GotoLinkNodeAction.text=Vai al collegamento
+GotoNodeAction.text=Vai al nodo con ID...
+GrabKeyDialog.common.cancel=Cancella
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Assegnata a
+GrabKeyDialog.grab-key.assigned-to.none=Correntemente non assegnata
+GrabKeyDialog.grab-key.clear=Annulla
+GrabKeyDialog.grab-key.remove=Elimina
+GrabKeyDialog.grab-key.remove-ask=Sei sicuro di volere rimuovere questa combinazione tasti?
+GrabKeyDialog.grab-key.title=Inserisci nuovo tasto
+green=Verde
+help=&?
+HideableAction.tooltip=<html>Segnala lo sfondo di ogni nodo modificato.</html>
+HideAllAttributesAction.text=Nascondi tutti gli Attributi
+HierarchicalIcons2Action.text=Visualizza le Icone in modo gerarchico AND
+HierarchicalIconsAction.text=Visualizza le icone in modo gerarchico OR
+HierarchicalIconsAction.tooltip=Visualizza le icone dei nodi figli, anche nei nodi genitori, se presenti anche in un solo nodo
+hot_keys=Tasti rapidi
+hot_keys_table=Tabella dei tasti rapidi
+HotKeyInfoAction.text=Elenco funzioni tasti
+html_export_based_on_headings=Esporta ad HTML - Basato su intestazioni
+html_export_fold_all=Esporta ad HTML - Collassa tutto
+html_export_fold_currently_folded=Esporta in HTML - Collassa i collassati
+html_export_no_folding=Esporta ad HTML- Nessun collasso
+html_problem=<html>Non \u00e8 possibile tradurre html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Addizione
+icon_attach=Guarda qui
+icon_audio=Audio
+icon_back=Indietro
+icon_bee=Freeplane
+icon_bell=Ricorda
+icon_bookmark=Eccellente
+icon_broken-line=Rotto
+icon_button_cancel=Non OK
+icon_button_ok=OK
+icon_calendar=Data
+icon_checked=Verificato
+icon_clanbomber=Pericoloso
+icon_clock=Tempo
+icon_clock2=Promemoria
+icon_closed=Nessuna voce
+icon_decrypted=Sbloccato
+icon_desktop_new=Non dimenticare
+icon_division=Divisione
+icon_down=Sotto
+icon_edit=Affina
+icon_encrypted=Bloccato
+icon_executable=Eseguibile
+icon_family=Famiglia
+icon_fema=Maschio e Femmina
+icon_female1=Femmina1
+icon_female2=Femmina2
+icon_females=Femmine
+icon_flag=Bandiera rossa
+icon_flag-black=Badiera nera
+icon_flag-blue=Bandiera blu
+icon_flag-green=Bandiera verde
+icon_flag-orange=Bandiera arancione
+icon_flag-pink=Bandiera rosa
+icon_flag-yellow=Bandiera gialla
+icon_folder=Cartella
+icon_forward=Avanti
+icon_freemind_butterfly=FreeMind
+icon_full-0=Priorit\u00e0 0
+icon_full-1=Priorit\u00E0 1
+icon_full-2=Priorit\u00E0 2
+icon_full-3=Priorit\u00E0 3
+icon_full-4=Priorit\u00E0 4
+icon_full-5=Priorit\u00E0 5
+icon_full-6=Priorit\u00E0 6
+icon_full-7=Priorit\u00E0 7
+icon_full-8=Priorit\u00e0 8
+icon_full-9=Priorit\u00e0 9
+icon_go=Semaforo Verde
+icon_gohome=Casa
+icon_group=Gruppo
+icon_help=Domanda
+icon_hourglass=In attesa
+icon_icon_not_found=Icona non trovata
+icon_idea=Idea
+icon_image=Immagine
+icon_info=Informazioni
+icon_internet=Internet
+icon_internet_warning=Avviso Internet
+icon_kaddressbook=Telefono
+icon_kmail=E-Mail
+icon_knotify=Musica
+icon_korn=Casella postale
+icon_ksmiletris=Sono felice
+icon_launch=Lancio
+icon_licq=Buono
+icon_list=Lista
+icon_Mail=Posta
+icon_male1=Maschio1
+icon_male2=Maschio2
+icon_males=Maschi
+icon_menu=I&cone
+icon_messagebox_warning=Importante
+icon_mindmap=Mappa Mentale
+icon_multiplication=Moltiplicazione
+icon_narrative=Narrazione
+icon_negative=Negativo
+icon_neutral=Neutrale
+icon_password=Chiave
+icon_pencil=Da raffinare
+icon_penguin=Linux
+icon_positive=Positivo
+icon_prepare=Semaforo Giallo
+icon_revision=Revisione
+icon_smiley-angry=Arrabbiato
+icon_smiley-neutral=Nessuna idea
+icon_smiley-oh=Sorpresa
+icon_smily_bad=Non sono contento
+icon_stop=Semaforo Rosso
+icon_stop-sign=Stop
+icon_subtraction=Sottrazione
+icon_unchecked=Non Verificato
+icon_up=Sopra
+icon_user_icon=Icone Utente
+icon_very_negative=Molto Negativo
+icon_very_positive=Molto Positivo
+icon_video=Video
+icon_wizard=Magico
+icon_xmag=Da discutere
+icon_yes=Importante
+IconGroupPopupAction.arrows.text=Frecce
+IconGroupPopupAction.docs_folders.text=Documenti e Cartelle
+IconGroupPopupAction.flags.text=Bandiere
+IconGroupPopupAction.math.text=Matematica
+IconGroupPopupAction.media.text=Media
+IconGroupPopupAction.miscellaneous.text=Varie
+IconGroupPopupAction.nature.text=Natura
+IconGroupPopupAction.numbers.text=Numeri
+IconGroupPopupAction.office.text=Ufficio
+IconGroupPopupAction.people.text=Persone
+IconGroupPopupAction.rating.text=Valutazione
+IconGroupPopupAction.signs.text=Segnali
+IconGroupPopupAction.smiley.text=Faccine
+IconGroupPopupAction.time.text=Tempo
+IconGroupPopupAction.user.text=Icone utente
+IconProgressExtended10Action.text=Icona Avanzamento Estesa, STEP 10%
+IconProgressExtended10Action.tooltip=<html>Aggiunge un indicatore di avanzamento che si incrementa con passi del 10%, col tasto destro del mouse.<br>Ctrl + tasto destro, decrementa fino a rimuovere l'indicatore.</html>
+IconProgressExtended25Action.text=Icona Avanzamento Estesa, STEP 25%
+IconProgressExtended25Action.tooltip=<html>Aggiunge un indicatore di avanzamento che si incrementa con passi del 25%, col tasto destro del mouse.<br>Ctrl + tasto destro, decrementa fino a rimuovere l'indicatore.</html>
+IconProgressIconDownAction.text=Decrementa Avanzamento
+IconProgressIconDownAction.tooltip=Decrementa / inserisci Icona di Avanzamento (100% -> 75% -> 50% -> 25% -> 0% -> rimuovi).
+IconProgressIconUpAction.text=Incrementa Avanzamento
+IconProgressIconUpAction.tooltip=Decrementa / inserisci Icona di Avanzamento (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Rimuovi indicatore Avanzamento
+IconProgressRemoveAction.tooltip=Rimuove l'icona di avanzamento e l'icona estesa
+IconSelectionPlugin.text=Seleziona icona...
+IconSelectionPlugin.tooltip=<html>Qui \u00e8possibile selezionare un'icona usando una sottofinestra.</html>
+image_covertLink=Convertire Link in Immagine
+ImageFlavorHandler=Immagine (In File separato)
+import=Importa
+import_linked_branch_no_link=Il seguente nodo non ha link da cui importare.
+ImportAction.text=&Importa
+ImportBranchAction.text=Importa ramo...
+ImportExplorerFavoritesAction.text=Importa preferiti di Internet Explorer...
+ImportFolderStructureAction.text=Importa struttura cartella...
+ImportLinkedBranchAction.text=Importa ramo collegato
+ImportLinkedBranchWithoutRootAction.text=Importa senza radice
+ImportMindmanagerFiles.text=MindManager X5 Map...
+increase_branch_font_size=Aumenta carattere
+IncreaseNodeFontAction.text=Aumenta carattere
+internal_error_tooltip=Errore interno. Consultare l''ultimo log file in {0} per maggiori informazioni.
+invalid_export_file=Nome del file di esportazione non valido
+invalid_file_msg=File non trovato per {0}
+invalid_uri=URI non valido {0}
+invalid_url=Impossibile creare URL valido
+invalid_url_msg=Impossibile creare URL valido per {0}
+ItalicAction.text=Corsivo
+italicise_branch=Corsivo sul ramo
+java_version=Versione Java: {0}
+JoinNodesAction.text=Unisci nodi
+LatexDeleteLatexAction.text=Rimuovi formula LaTe&X
+LatexEditLatexAction.text=Modifica formula &LaTeX...
+LatexInsertLatexAction.text=Aggiungere formula &LaTeX...
+less_than_two_selected_nodes=Seleziona almeno due nodi per collegarli
+license=Licenza
+license_text=Freeplane - Un programma per creare e visualizzare Mappe mentali\nCopyright (C) 2000-2010  Joerg Mueller <joergmueller at bigfoot.com>\nVedere COPYING per  Dettagli\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Errato collegamento "{0}" non caricato
+link_not_available_any_more=Il collegamento non \u00e8 pi\u00f9 valido. Il nodo \u00e8 stato cancellato nel frattempo.
+link_not_found=Collegamento {0} non trovato.
+load=&Carica
+load_accelerator_presets=Carica
+LoadAcceleratorPresetsAction.textPatterns.text=Schemi di testo
+locking_failed_by_open=Blocco della mappa {0} fallito. Apertura in sola lettura.
+locking_failed_by_save_as=Blocco della mappa  {0} fallito. Azione "Salva come" annullata.
+locking_old_lock_removed=La mappa {0} era in uso dall''utente {1}. Il blocco \u00e8 stato rimosso in quanto vecchio.
+long_node_changed_cancel=Sono stati apportati cambiamenti al nodo, annullare i cambiamenti ?
+long_node_changed_submit=Sono stati apportati cambiamenti al nodo, salvare i cambiamenti ?
+lots_of_links_warning=Si stanno per creare molti collegamenti allo stesso nodo, proseguire ?
+main_resource_directory=Risorse installazione: {0}
+MainView.errorUpdateText=Errore impostando il testo per il seguente input: {0}.
+MakeLinkFromAnchorAction.text=Crea collegamento da \u00e0ncora
+MakeLinkFromAnchorAction.tooltip=<html>crea un collegamento locale o globale<br/>dal nodo \u00e0ncora verso il nodo selezionato</html>
+MakeLinkToAnchorAction.text=Crea collegamento all'\u00e0ncora
+MakeLinkToAnchorAction.tooltip=<html>crea un collegamento locale o globale<br/>dal nodo selezionato verso il nodo \u00e0ncora</html>
+ManageAddOnsAction.text=Add-on
+ManageAddOnsDialog.activate=Attiva
+ManageAddOnsDialog.activation.success={0} sar\u00e0 attivato dopo il riavvio.
+ManageAddOnsDialog.authored.by=da {0}
+ManageAddOnsDialog.cannot.activate=Non attivabile: {0} \u00e8 gi\u00e0 attivo.
+ManageAddOnsDialog.cannot.configure=Non configurato {0}.
+ManageAddOnsDialog.cannot.deactivate=Non disattivato: {0} non \u00e8 attivo.
+ManageAddOnsDialog.cannot.deinstall=Non disinstallato {0}.
+ManageAddOnsDialog.configure=Configurare
+ManageAddOnsDialog.deactivate=Disattiva
+ManageAddOnsDialog.deactivation.success={0} sar\u00e0 disattivato dopo il riavvio.
+ManageAddOnsDialog.deinstall=Disinstalla
+ManageAddOnsDialog.deinstallation.success={0} sar\u00e0 disinstallato dopo il riavvio.
+ManageAddOnsDialog.error=Errore durante l''installazione: {0}.
+ManageAddOnsDialog.install=&Installa
+ManageAddOnsDialog.install.from.known.location=Installare add-on da una posizine conosciuta
+ManageAddOnsDialog.install.tooltip=Inserire qui un URL del file di installazione di un add-on
+ManageAddOnsDialog.map.not.opened=La mappa {0} non sembra aprirsi.
+ManageAddOnsDialog.really.deinstall=Disinstallare veramente {0}?
+ManageAddOnsDialog.search=Ricerca add-on
+ManageAddOnsDialog.search.file=Ricerca
+ManageAddOnsDialog.select.tooltip=Seleziona File
+ManageAddOnsDialog.status.downloading=Downloading file...
+ManageAddOnsDialog.status.installing=Installazione add-on...
+ManageAddOnsDialog.status.success=Installato correttamente {0}.
+ManageAddOnsDialog.tab.install=Cerca e installa
+ManageAddOnsDialog.tab.install.tooltip=Cerca e installa nuovi add-on
+ManageAddOnsDialog.tab.manage=Add-on
+ManageAddOnsDialog.tab.manage.themes=Temi
+ManageAddOnsDialog.tab.manage.themes.tooltip=Gestione temi installati
+ManageAddOnsDialog.tab.manage.tooltip=Gestione add-on installati
+ManageAddOnsDialog.visit.addon.page=Visitare la pagina add-on...
+ManageConditionalStylesAction.text=Gestione Stili Condizionali per le Mappe
+ManageNodeConditionalStylesAction.text=Gestione Stili Condizionali per i Nodi
+map_already_exists=La mappa esiste gi\u00e0. Sovrascriverla ?
+map_corrupted=Mappa corrotta. Vedere dettagli?
+map_load_error=Non \u00e8 stato possibile caricare la mappa {0}
+map_locked_by_open=La mappa {0} \u00e8 utilizzata dall''utente {1}. Apertura in sola lettura.
+map_locked_by_save_as=La mappa {0} \u00e8 utilizzata dall''utente {1}. Azione "Salva come" annullata.
+map_not_saved=La mappa non \u00E8 stata salvata precedentemente
+MapBackgroundColorAction.text=Colore Sfondo Mappa
+MaxNodeWidth.text=Impostare la massima larghezza del nodo
+menu_applyStyle=Applica Stile
+menu_attributes=&Attributi
+menu_clouds=Nuvole
+menu_copy=Copia
+menu_coreFormat=Cuore del nodo
+menu_details=Dettagli
+menu_displayAttributes=Attributi Nodo
+menu_encryption=Criptatura
+menu_error=Errore nella struttura menu definita dall''utente {0}:\n{1}\nAnnullato
+menu_extensions=Estensioni Nodo
+menu_extras=&Strumenti
+menu_file_import=I&mporta
+menu_filter=Fi&ltra
+menu_format=F&ormato
+menu_group=Gruppo Nodo
+menu_hoverView=Suggerimenti Tool Tip
+menu_iconByCategory=Icone per categoria...
+menu_iconView=Icone
+menu_image=Immagine
+menu_insert=In&serisci
+menu_latex_formula=Formula LaTeX
+menu_links=Collegamenti
+menu_manageStyles=Gestione Stili
+menu_moveNode=Sposta e Ordina
+menu_navigate=&Naviga
+menu_newNode=Nuovo Nodo
+menu_node=Nodo
+menu_node_features=Caratteristiche nodi
+menu_nodes=&Nodi
+menu_nodeView=Cuore del Nodo
+menu_notes=Note
+menu_noteView=Note
+menu_progress=Avanzamento
+menu_remove_icons=Rimuovere le icone
+menu_removeAttribute=Rimuovere Attributi
+menu_select=Seleziona
+menu_time=Gestione Tempi
+menu_title=Cuore del Nodo
+menu_toolbars=Barre Strumenti
+menu_view=&Visualizza
+menu_viewmode=Visualizza Impostazioni
+MenuUtils.invalid_menuitem={0} non \u00e8 una voce del menu valida.
+mindmap=Mappa
+MindMapNodesFlavorHandler=Nodi in modo gerarchico
+mindmaps=Mappe
+mindmaps_desc=Mappe (*.mm)
+mindmaps_filter_desc=Filtri (*.mmfilter)
+MinNodeWidth.text=Impostare la minima larghezza del nodo
+mode_Browse=Modalit\u00e0 Visualizzazione
+mode_File=Modalit\u00e0 File
+mode_MindMap=Modalit\u00e0 MindMap
+mode_na=Modalit\u00E0 non disponibile
+mode_status=Modalit\u00E0 cambiata a {0}
+mode_title=Freeplane -  {0}
+modes=Modalit\u00E0
+ModesMenuAction.Browse.text=Mappa del Browser
+ModesMenuAction.File.text=Esplora file
+ModesMenuAction.MindMap.text=Editor mappe mentali
+most_recent_files=&File recenti
+MoveToRootAction.text=Vai al nodo centrale
+NameConditionAction.text=Imposta nome
+NavigationNextMapAction.text=Mappa successiva
+NavigationPreviousMapAction.text=Mappa precedente
+new=&Nuovo
+new_map_from_user_templates.text=Nuova Mappa da Modello...
+new_mindmap=Nuova mappa
+new_node=Nuovo nodo
+new_node_as_sibling_not_possible_for_the_root=Non \u00E8 possibile creare fratelli del nodo radice
+new_version_available=Nuova versione ''{0}'' disponibile
+NewChildAction.text=Nuovo nodo figlio
+NewerFileRevisionsFoundDialog.cancel=&Salta
+NewerFileRevisionsFoundDialog.cancel.tooltip=Non aprire questo file
+NewerFileRevisionsFoundDialog.file_last_modified=Data/Ora
+NewerFileRevisionsFoundDialog.file_name=File
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=&Apri
+NewerFileRevisionsFoundDialog.open.tooltip=Apri file anche se potrebbero essere obsoleti
+NewerFileRevisionsFoundDialog.question=Trovata nuova versione di {0}!\nSi vuole aprire lo stesso {0} (guardare la prima riga) ?\nPer rimpiazzare {0} da un file di salvataggio automatico dalla lista\nselezionarlo e cliccare su ''Ripristina''.
+NewerFileRevisionsFoundDialog.restore=Ripris&tina
+NewerFileRevisionsFoundDialog.restore.tooltip=Rimpiazzare  {0} con {1}
+NewerFileRevisionsFoundDialog.title=Nuova revisione del file trovata!
+NewFreeNodeAction.text=Inserire Nodo Libero
+NewLevelStyleAction.text=Aggiungere Stile di formattazione automatica
+newmap.install.addon.question={0} sembra esserci un pacchetto add-on\nSi vuole installare?\n(Selezionare "No" per aprirlo senza installarlo.)
+newmap.install.addon.title=Installare add-on ?
+NewMapAction.text=Nuova Mappa
+NewMapViewAction.text=Nuova Vista Mappa
+NewParentNode.text=Nuovo nodo genitore
+NewParentNode.tooltip=<html>Tutti i nodi selezionati sono inviati a un nuovo genitore.</html>
+NewPreviousSiblingAction.text=Nuovo nodo fratello, sopra
+NewSiblingAction.text=Nuovo nodo fratello
+NewSummaryAction.text=Gruppo Nodi - Nuovo Nodo
+NewUserStyleAction.text=Nuovo Stile dalla selezione
+NextNodeAction.BACK.text=Nodo precedente
+NextNodeAction.BACK_N_FOLD.text=Nodo precedente (collassa)
+NextNodeAction.FORWARD.text=Nodo successivo
+NextNodeAction.FORWARD_N_FOLD.text=Nodo successivo (espandi)
+NextPresentationItemAction.text=Espandi il prossimo elemento della presentazione
+no=No
+no_copy_attributes_before_paste_attributes=Non si possono incollare Attributi, finch\u00e8 non vengono copiati prima.
+NO_FORMAT=Testo
+no_format_copy_before_format_paste=Non \u00e8 possibile incollare un formato finch\u00e9 non ne viene copiato uno.
+no_found_from=<html>Nessun <u>{0}</u> trovato da "{1}".
+no_more_found_from=<html>Non \u00e8 stato trovato nessun altro <u>{0}</u>  a partire dal nodo "{1}".
+no_previous_find=Nessun precedente trovato.
+no_styles_found_in_map=Non sono stati trovati stili nella mappa
+node=Nodo
+node_changed_discard_changes=Il nodo \u00e8 stato modificato, si vuole abbandonare le modifiche?
+node_is_write_protected=Il nodo destinatario \u00e8 protetto da scrittura.
+node_location_help=Trascinare per cambiare la posizione del nodo, ctrl+trascina cambia le distanze di tutti i nodi fratelli, doppio click e ctrl+doppio click ripristina la posizione standard.
+node_selector=Selezione Nodo
+node_selector_message=Doppio Click seleziona Nodo
+node_styles=Stili Nodo
+NodeBackgroundColorAction.text=&Colore sfondo nodo...
+NodeColorAction.text=Colore testo nodo...
+NodeColorBlendAction.text=Miscela colore con sfondo mappa
+NodeDownAction.text=Sposta Nodo sotto
+NodeExtensions.EditNodeExtensions=Modifica le estensioni dei nodi
+NodeExtensions.RemoveNodeExtensions=Rimuovi le estensioni dei nodi
+NodeListAction.text=Trova e sostituisci...
+NodeListAction.tooltip=Visualizza tutti i nodi come lista ricerche con le propriet\u00e0 del filtro.
+NodeShapeAction.bubble.text=&Bolla
+NodeShapeAction.fork.text=Bi&forcazione
+NodeUpAction.text=Sposta Nodo sopra
+NodeWidthAction.text=Imposta limiti larghezza nodi
+nonboldify_branch=Togli grassetto
+nonitalicise_branch=Togli corsivo
+normal=Normale
+not_saved_for_image_error=La mappa deve essere salvata, prima di impostare una immagine da file
+not_saved_for_link_error=La mappa deve essere salvata, prima di scegliere un collegamento col selettore file.
+note_window_location=Posizione finestra delle note
+ok=&OK
+OKAction.text=&OK
+OnlineReference.text=Mappa documentazione Online
+open_asMindMap=Mappa Mentale
+OpenAction.text=&Apri mappa salvata...
+OpenFreeplaneSiteAction.text=Homepage di Freeplane
+OpenPathAction.text=Apri File
+OpenURLMapAction.text=Apri mappa dall'indirizzo...
+OpenUserDirAction.text=Apri la cartella utente
+option_changes_may_require_restart=Per visualizzare alcuni cambiamenti \u00e8 necessario riavviare Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&No
+OptionalDontShowMeAgainDialog.dontShowAgain=&Non chiedere pi\u00F9.
+OptionalDontShowMeAgainDialog.ok=&Si
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Ricorda la mia scelta.
+OptionPanel.absolute=Assoluto
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Formattazione automatica
+OptionPanel.ADD_CHILD=Aggiungi Nodo Figlio
+OptionPanel.ADD_SIBLING=Aggiungi Nodo Fratello
+OptionPanel.addons=Add-on
+OptionPanel.always_fold_all_after_load=Collassa Tutto
+OptionPanel.always_load_last_maps=Apri sempre le ultime e le nuove mappe
+OptionPanel.always_load_last_maps.tooltip=Apri gli ultimi file come da opzioni precedenti, anche avviando Freeplane con doppio click su un file mappa
+OptionPanel.always_save_folding=sempre
+OptionPanel.always_save_folding_state=Salva sempre i cambiamenti allo stato di espansione/collasso
+OptionPanel.always_save_folding_state.tooltip=Se impostato, anche per la sola azione di espansione/collasso verr\u00e0 richiesto il salvataggio della mappa.
+OptionPanel.always_unfold_all_after_load=Espandi tutto
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html> Determina la qualit\u00E0 della mappa. Un antialias pi\u00F9 accurato richiede pi\u00F9 tempo.</html>
+OptionPanel.antialias_all=Antialias tutto
+OptionPanel.antialias_edges=Antialias collegamenti
+OptionPanel.antialias_none=No antialias
+OptionPanel.Appearance=Visualizzazione
+OptionPanel.apply_system_screen_resolution=Applica la risoluzione standard dello schermo
+OptionPanel.approximate_search_threshold=Soglia di approssimazione
+OptionPanel.approximate_search_threshold.tooltip=<html>Soglia di approssimazione per il confronto<br/><font size="2">vedere http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(pi\u00f9 alto \u00e8 il valore, minore \u00e8 la tolleranza<br/>per i termini riconosciuti)</html>
+OptionPanel.ar=Arabo / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
+OptionPanel.ARC=Arco
+OptionPanel.as_parent=Come genitore
+OptionPanel.ask=Chiedi
+OptionPanel.automatic=Automatico
+OptionPanel.automaticFormat_level=Stile Formattazione Automatico
+OptionPanel.automaticFormat_level1=Formato del nodo radice
+OptionPanel.automaticFormat_level2=1. Livello, Formato del nodo
+OptionPanel.backup_file_number=Numero di file di Backup mantenuti
+OptionPanel.Behaviour=Comportamento
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Bolla
+OptionPanel.ca=Catalano, Valenziano / Catal\u00e0
+OptionPanel.Cancel=Cancella
+OptionPanel.center_selected_node=Centra i nodi selezionati
+OptionPanel.check_updates_automatically=Controlla aggiornamenti all'avvio del programma
+OptionPanel.childpattern=Schema dei figli
+OptionPanel.childpattern.tooltip=Lo schema selezionato \u00E8 applicato a tutti i figli
+OptionPanel.clear_all_setters=Cambia tutto
+OptionPanel.clear_all_setters.tooltip=Abilita o disabilita tutti i cambiamenti indicati.
+OptionPanel.cloud=Nuvola
+OptionPanel.cloudcolor=Colore
+OptionPanel.cloudshape=Forma
+OptionPanel.combined=Combinato
+OptionPanel.compare_as_number=Confronta come Numeri
+OptionPanel.convert_to_current_version=<html>Convertire automaticamente le mappe create con vecchie versioni di Freeplane <br>alla versione attuale?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Solo per mappe molto grandi che non richiedono di essere convertite <br>(per utenti esperti) \u00e8 possibile aprire le mappe senza conversione.</html>
+OptionPanel.cs=Ceco / \u010desky
+OptionPanel.cut_nodes_without_question=Tagliare i nodi senza conferma?
+OptionPanel.cut_nodes_without_question.tooltip=Se selezionato, i nodi verranno tagliati senza richiesta di conferma. Questo pu\u00f2 causare perdita di dati, tagliando accidentalmente.
+OptionPanel.da=Danese / dansk
+OptionPanel.date_format=Formato data Standard
+OptionPanel.date_format.tooltip=Formati: "SHORT","MEDIUM","LONG","FULL" o una stringa tipo "MM/dd/yyyy"
+OptionPanel.datetime_format=Formato data-ora standard
+OptionPanel.datetime_format.tooltip=Entrambe <stile data> e <stile ora> con i formati: "SHORT","MEDIUM","LONG","FULL" o una stringa tipo "M/dd/yyyy hh:mm"
+OptionPanel.de=Tedesco / Deutsch
+OptionPanel.default=Predefinito
+OptionPanel.default_attribute_key_column_width=Larghezza attributo chiave predefinita
+OptionPanel.default_attribute_value_column_width=Larghezza attributo valore predefinita
+OptionPanel.default_browser_command_mac=Comando sfoglia predefinito Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> e MAC: </html>
+OptionPanel.default_browser_command_other_os=Comando Sfoglia predefinito per gli altri sistemi operativi
+OptionPanel.default_browser_command_other_os.tooltip=<html> Questo \u00E8 tipico Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Comando sfoglia predefinito Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Per Windows (il segno "" \u00E8 necessario a causa del collegamento, c'\u00E8 un "=" nel loro URL).</html>
+OptionPanel.default_browser_command_windows_nt=Comando sfoglia predefinito Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Per Windows (il segno "" \u00E8 necessario a causa del collegamento, c'\u00E8 un "=" nel loro URL).</html>
+OptionPanel.default_charset=Codifica dei caratteri
+OptionPanel.Defaults=Predefiniti
+OptionPanel.delete_automatic_saves_at_exit=Elimina i salvataggi automatici in uscita
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Se i file devono essere cancellati automaticamente in chiusura normale di Freeplane imposta le variabili seguenti a 'vero'</html>
+OptionPanel.delete_nodes_without_question=Eliminare i nodi senza conferma?
+OptionPanel.delete_nodes_without_question.tooltip=Se questo comando \u00E8 selezionato, i nodi vengono eliminati senza conferma. Se premuto inavvertitamente, ci\u00F2 pu\u00F2 causare perdita di informazioni.
+OptionPanel.disable_cursor_move_paper=Disabilita il cursore "muovi" sulla pagina
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Non visualizzare il cursore 'muovi' durante il trascinamento del foglio</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Visualizza l'editor in linea per tutti i nuovi nodi
+OptionPanel.display_node_id=Visualizza l'ID del nodo
+OptionPanel.edgecolor=Colore
+OptionPanel.edgecolor.tooltip=Propriet\u00E0 del collegamento al nodo genitore (viene applicato anche a tutti i figli)
+OptionPanel.edgestyle=Stile
+OptionPanel.edgestyle.tooltip=Propriet\u00E0 del collegamento al nodo genitore (viene applicato anche a tutti i figli)
+OptionPanel.edgewidth=Spessore
+OptionPanel.edgewidth.tooltip=Propriet\u00E0 del collegamento al nodo genitore (viene applicato anche a tutti i figli)
+OptionPanel.EDIT_CURRENT=Sovrascrivi Contenuto
+OptionPanel.edit_on_double_click=Modifica con doppio click
+OptionPanel.editor_extra_width=Passo incremento Spessore
+OptionPanel.editor_extra_width.tooltip=<html>Imposta di quanti pixel incrementare la larghezza di un nodo, se il testo va oltre la larghezza attuale.</html>
+OptionPanel.el=Greco / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
+OptionPanel.el__buttons_above=Pulsanti in alto
+OptionPanel.el__enter_confirms_by_default=Invia conferma automaticamente
+OptionPanel.el__max_default_window_height=Altezza predefinita massima della finestra
+OptionPanel.el__max_default_window_width=Larghezza predefinita massima della finestra
+OptionPanel.el__min_default_window_height=Altezza predefinita minima della finestra
+OptionPanel.el__min_default_window_width=Larghezza predefinita minima della finestra
+OptionPanel.el__position_window_below_node=Posiziona la finestra sotto il nodo
+OptionPanel.en=Inglese / English
+OptionPanel.Environment=Ambiente
+OptionPanel.es=Spagnolo, Castiliano / espa\u00f1ol, castellano
+OptionPanel.et=Estone / eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=Abilitazione esecuzione script
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Gli script di Freeplane sono principalmente in grado di effettuare qualsiasi azione sul computer. <br>Perci\u00f2, non eseguire script se non si \u00e8 sicuri di ci\u00f2 che si fa.
+OptionPanel.execute_scripts_without_exec_restriction=Permetti di eseguire altre applicazioni (SCONSIGLIATO)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Se i vostri script Groovy richiedono di eseguire altre applicazioni speciali (come un browser) senza chiedere(\!),<br>\u00e8 necessario abilitare questa opzione. <br>Ma usarla con cautela, in quanto script maligni possono danneggiare il computer\!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Permetti operazioni sui file (SCONSIGLIATO)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Se i vostri Groovy script richiedono di eseguire azioni speciali sui file (apri, chiudi, leggi, scrivi, cancella(\!)),<br>\u00e8 necessario abilitare questa opzione. <br>Ma usarla con cautela, in quanto script maligni possono danneggiare il computer\!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Permetti operazioni di rete (SCONSIGLIATO)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Se i vostri script Groovy richiedono di eseguire azioni particolari in rete,<br>\u00e8 necessario abilitare questa opzione. <br>Ma usarla con cautela, in quanto script maligni possono rivelare anche i dati riservati\!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Permetti operazioni di Scrittura File (NON raccomandato)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>Se i vostri Groovy Script necessitano di scrivere files (Scrivere e Cancellare(!)),<br>\u00e8 necessario abilitare questa opzione. <br>Normalmente si usa la lettura.<br>Usare con attenzione, script maligni potrebbero danneggiare il computer!</body></html>
+OptionPanel.experimental_file_locking_on=Blocco file aperti da altri utenti
+OptionPanel.experimental_file_locking_on.tooltip=<html> Se una mappa \u00e8 gi\u00e0 aperta da un utente, impedisce ad altri utenti di modificarla  </html>
+OptionPanel.export_icons_in_html=Esporta icone in Html
+OptionPanel.export_icons_in_html.tooltip=<html> Imposta se l'Html esportato da Freeplane pu\u00f2 contenere icone.<br> Il problema con le icone \u00e8 che spesso i collegamenti non vengono trovati nell'Html esportato.</html>
+OptionPanel.Files=Files
+OptionPanel.first=Primo
+OptionPanel.fold_on_click_inside=Espandi/Collassa con click all'interno del nodo
+OptionPanel.foldingsymbolwidth=Contrai larghezza simboli
+OptionPanel.foldingsymbolwidth.tooltip=<html>Larghezza del cerchio di contrazione</html>
+OptionPanel.fork=Biforcazione
+OptionPanel.format_locale=Formato locale
+OptionPanel.format_locale.tooltip=Impostazione formati date e numeri
+OptionPanel.formula_disable_caching=Disabilita la memoria di valutazione per "Formula"
+OptionPanel.formula_disable_plugin=Disabilita il Plugin "Formula"
+OptionPanel.fr=Francese / Fran\u00e7ais
+OptionPanel.gl=Gallico / Galego
+OptionPanel.goto_note_end_on_edit=Posizionare il cursore alla fine, quando si modifica una nota.
+OptionPanel.grid_size=Dimensione intervallo Griglia
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Nascondi Collegamenti
+OptionPanel.highlight_formulas=Evidenzia Formule
+OptionPanel.horizontal=Orizzontale
+OptionPanel.hr=Croato / hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Basato sull'intestazione
+OptionPanel.html_export_fold_all=Contrai tutti
+OptionPanel.html_export_fold_currently_folded=Contrai i rami correntemente contratti
+OptionPanel.html_export_folding=Contrazione esportazione Html
+OptionPanel.html_export_no_folding=Nessuna contrazione
+OptionPanel.hu=Ungherese / Magyar
+OptionPanel.ic_disable=Disabilita
+OptionPanel.ic_file=Usa il disco
+OptionPanel.ic_ram=In RAM
+OptionPanel.icon=Icona
+OptionPanel.icon.tooltip=Se applicato, il nodo avr\u00e0 esattamente questa icona.
+OptionPanel.icons.list=Lista delle icone standard visualizzate
+OptionPanel.icons.list.tooltip=Qui \u00e8 possibile ordinare o disabilitare le icone standard. Le icone devono essere separate dal carattere ";"
+OptionPanel.id=Indonese / Bahasa Indonesia
+OptionPanel.IGNORE=Non fare Nulla
+OptionPanel.il__enter_confirms_by_default=Conferma con il tasto Invio
+OptionPanel.image_cache=per le immagini
+OptionPanel.it=Italiano / Italiano
+OptionPanel.ja=Giapponese / \u65e5\u672c\u8a9e
+OptionPanel.key_type_action=Scrivendo con la tastiera
+OptionPanel.Keystrokes=Tasti Rapidi
+OptionPanel.ko=Coreano / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
+OptionPanel.label_font_family=Tipo Carattere
+OptionPanel.label_font_size=Dimensione Carattere
+OptionPanel.language=Lingua
+OptionPanel.language.tooltip=<html>Questa \u00e8 la lingua che verr\u00e0 utilizzata nel programma. 'automatico' carica la lingua standard dell'utente. </html>
+OptionPanel.last=Ultimo
+OptionPanel.last_opened_list_length=Lunghezza lista file recenti
+OptionPanel.layout_map_on_text_change=Ridisegna Mappa durante la modifica del nodo
+OptionPanel.layout_map_on_text_change.tooltip=Disabilitare per migliorare le prestazioni
+OptionPanel.linear=Lineare
+OptionPanel.links=Collegamenti
+OptionPanel.links.tooltip=<html>Imposta i collegamenti relativi o assoluti </html>
+OptionPanel.load_folding=Stato di Espansione/Collasso
+OptionPanel.load_folding_from_map_default_fold_all=Carica dalla mappa, eventualmente collassa tutto
+OptionPanel.load_folding_from_map_default_unfold_all=Carica dalla mappa, eventualmente espandi tutto
+OptionPanel.load_last_map=Apri automaticamente l'ultima mappa
+OptionPanel.load_last_map.tooltip=<html>Se selezioni questa opzione, all'apertura di Freeplane si aprir\u00E0 automaticamente l'ultima mappa utilizzata.</html>
+OptionPanel.load_last_maps=Carica tutte le ultime mappe
+OptionPanel.lookandfeel=Aspetto del programma
+OptionPanel.lookandfeel.tooltip=<html> Per inserire un aspetto personalizzato, inserire qui il nome della classe e assicurarsi che i corrispondenti file jar siano caricati. <br>Se ci sono problemi con l'apetto, sceglere "nulls" qui. Questo funziona per gli applet.<br> Attenzione 'mac' \u00e8 disponibile solo su MacOS.</html>
+OptionPanel.lt=Lituano / kalba
+OptionPanel.max_displayed_node_count=Numero massimo di nodi visualizzati
+OptionPanel.max_image_width=Larghezza iniziale massima dell'immagine
+OptionPanel.max_image_width.tooltip=Le nuove immagini verranno scalate a questa larghezza
+OptionPanel.max_menu_item_count=Numero massimo di elementi del menu
+OptionPanel.max_menu_item_count.tooltip=Limita il numero di elementi in un sottomenu, almeno 10
+OptionPanel.max_node_width=Largh.max.
+OptionPanel.max_shortened_text_length=Lunghezza massima dei nodi accorciati
+OptionPanel.metal=Metallo
+OptionPanel.min_node_width=Largh.min.
+OptionPanel.motif=Motivo
+OptionPanel.nb=Norvegese Bokm\u00e5l/ Norsk bokm\u00e5l
+OptionPanel.never_save_folding=mai
+OptionPanel.nl=Olandese / Nederlands, Vlaams
+OptionPanel.nn=Norvegese Nynorsk / Norsk nynorsk
+OptionPanel.nodebackgroundcolor=Sfondo
+OptionPanel.nodebackgroundcolor.tooltip=Colore di sfondo del nodo.
+OptionPanel.nodecolor=Carattere
+OptionPanel.nodecolor.tooltip=Colore del carattere del nodo.
+OptionPanel.nodefontbold=Grassetto
+OptionPanel.nodefonthyperlink=Link
+OptionPanel.nodefontitalic=Corsivo
+OptionPanel.nodefontname=Font
+OptionPanel.nodefontsize=Dim.
+OptionPanel.nodeformat=Formato
+OptionPanel.nodeformat.tooltip=<html>Rimpiazzamento testo e/o Formattazione:<ul><li><em>Espressione del Modello</em> (<tt>%s</tt> \u00e8 il testo originale), es. <tt>DIFFIDARE: %s</tt><li><em>Formattazione di date e numeri</em> - vedere gli esempi nella casella di selezione</ul></html>
+OptionPanel.nodenumbering=Num.Nodi
+OptionPanel.nodenumbering.tooltip=Aggiungi numeri progressivi (as.1.3.1) al testo dei nodi
+OptionPanel.nodeshape=Stile nodo
+OptionPanel.nodeshape.tooltip=<html>Lo stile descrive la forma esteriore del nodo. <br>Valori possibili\:<br><table border\="1"><tr><td>fork\: </td><td> senza riquadri circostanti,</td></tr><tr><td>bolla\: </td><td> nodi con un rettangolo circostante,</td></tr><tr><td>Come genitore\: </td><td> acquisisce lo stile dal nodo genitore <br>o lo stile standard per il nodo centrale,</td></tr><tr><td>Combinato\: </td><td> Bolla quando il nodo \u00e8 espanso, altrimenti biforcazione.</td></tr></table></html>
+OptionPanel.nodetext=Testo del Nodo
+OptionPanel.nodetext.tooltip=Qui \u00E8 possibile definire il testo del nodo. Quando viene applicato questo modello, il testo precedente viene scartato.
+OptionPanel.nothing=Nulla
+OptionPanel.number_format=Formato standard per i numeri
+OptionPanel.number_format.tooltip=Una stringa con i simboli '#' per i le cifre optional o '0' per quelle obbligatorie. Esempio: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Numero di file per il salvataggio automatico
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Numero di file differenti in cui salvare la mappa.  Il primo salvataggio automatico viene effettuato sul primo file e cos\u00EC via al salvataggio n+1, fino a tornare al primo (ciclico)</html>
+OptionPanel.OK=Salva
+OptionPanel.org.freeplane.plugin.bugreport=Comportamento
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Inviare sempre
+OptionPanel.org.freeplane.plugin.bugreport.ask=Mostra la finestra del report
+OptionPanel.org.freeplane.plugin.bugreport.denied=Non inviare mai
+OptionPanel.org.freeplane.plugin.bugreport.userid=Identificativo opzionale da inviare
+OptionPanel.outline_hgap=Distanza orizzontale
+OptionPanel.outline_vgap=Distanza verticale
+OptionPanel.paint_connectors_behind=Disegna i connettori dietro ai nodi
+OptionPanel.parse_data=Riconoscimento automatico dei numeri e delle date-orari digitati
+OptionPanel.parse_data.tooltip=Riconosce date e numeri inseriti, ed applica i formati standard. Esempio: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Incolla come HTML
+OptionPanel.PASTE_PLAIN_TEXT=Incolla come testo semplice
+OptionPanel.path_property_may_not_be_empty=Il percorso non pu\u00f2 essere vuoto! La modifica \u00e8 stata annullata.
+OptionPanel.patternname=Nome
+OptionPanel.patternname.tooltip=Nome univoco dello schema univoco
+OptionPanel.pl=Polacco / polski
+OptionPanel.placenewbranches=Inserisci nuovo ramo
+OptionPanel.placenewbranches.tooltip=<html>Quando inserisci un nuovo ramo i valori validi sono 'primo' e 'ultimo' </html>
+OptionPanel.plugin.tooltip=Plugin secondari
+OptionPanel.plugins=Plugin
+OptionPanel.presentation_dimmer_transparency=Sfumatura trasparenza Presentazione
+OptionPanel.presentation_mode=Modo Presentazione
+OptionPanel.printonwhitebackground=<html>Sfondo bianco per la stampa</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Usa sempre lo sfondo bianco per la stampa</html>
+OptionPanel.pt_BR=Portoghese (Brasile) / Portugu\u00eas (Brasil)
+OptionPanel.pt_PT=Portoghese (Portogallo) / Portugu\u00eas (Portugal)
+OptionPanel.RECT=Rettangolo
+OptionPanel.relative=Relativo
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"Chiedi" chieder\u00e0 (usare se si \u00e8 nel dubbio).<br>"Si" visualizzer\u00e0 la finestra di modifica testo avanzato.<br>"No" visualizzer\u00e0 la finestra di modifica testo semplice.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=Usa formattazione testo avanzata (RTF) per i nodi Incollati
+OptionPanel.remove_notes_without_question=Rimuovere le note senza conferma?
+OptionPanel.remove_notes_without_question.tooltip=Se selezionato, le note appartenenti  ai nodi selezionati saranno rimosse senza richiesta di conferma. Questo pu\u00f2 causare perdita di informazioni se premuto accidentalmente.
+OptionPanel.resources_use_default_font_for_notes_too=Usa i caratteri predefiniti anche per le note
+OptionPanel.resources_use_margin_top_zero_for_notes=Rimuovi il margine superiore per le note
+OptionPanel.revision_color=Colore Revisione
+OptionPanel.revision_color.tooltip=Colore di sfondo per i nodi modificati.
+OptionPanel.ROUND_RECT=Rettangolo Arrotondato
+OptionPanel.ru=Russo / \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
+OptionPanel.save_folding=Salva stato Espansione/Collasso
+OptionPanel.save_folding_if_map_is_changed=Se la mappa \u00e8 cambiata
+OptionPanel.save_modification_times=Salva i tempi di modifica
+OptionPanel.script_classpath=Script classpath: Cartella contenente le classi e JARs
+OptionPanel.script_classpath.tooltip=<html>Una lista di JARs e cartelle da aggiungere alle classpath degli script e delle formule. <br>Usare ; (Windows) or : (Linux, Mac) per separare le voci.<br>Le cartelle saranno utilizzate per i JARs e per i file .class<br>I percorsi che non sono assoluti saranno considerati relativi alla cartella utente di Freeplane.<br>Impostando la classpath \u00e8 necessario permettere anche l'accesso in lettura!</html>
+OptionPanel.script_directories=Percorsi di ricerca degli script (separati dal simbolo ;;)
+OptionPanel.script_directories.tooltip=<html>Una lista di cartelle. <br>Usare ; (Windows) o : (Linux, Mac) per separare le voci.<br>I percorsi non assoluti saranno considerati relativi alla cartella utente di Freeplane.</html>
+OptionPanel.script_user_key_name_for_signing=Chiave alias utente facoltativa per la firma
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Per firmare i tuoi script, inserisci il nome della chiave qui. <br>La chiave risiede nelle impostazioni dei tasti standard. <br>La password segreta deve coincidere con la password digitata (standard).</html>
+OptionPanel.scrollbar_increment=Velocit\u00e0
+OptionPanel.scrolling_speed=Velocit\u00e0 automatica di scorrimento mappa
+OptionPanel.selection_method=Seleziona metodo
+OptionPanel.selection_method.tooltip=<html> Con la seguente opzione \u00e8 possibile attivare/disattivare la selezione ritardata. Opzione automatica. Non modificare, poich\u00e9 verranno salvati comunque in auto.properties.</html>
+OptionPanel.selection_method_by_click=Click del mouse
+OptionPanel.selection_method_delayed=Ritardata
+OptionPanel.selection_method_direct=Immediata
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Schemi
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.attributes=Attributi
+OptionPanel.separator.automatic_save=Salvataggio automatico
+OptionPanel.separator.behaviour=Comportamento
+OptionPanel.separator.browser=Sfoglia
+OptionPanel.separator.cache=Cache
+OptionPanel.separator.CloudControls=Nuvole
+OptionPanel.separator.commands_for_the_program=Comandi per il programma
+OptionPanel.separator.connectors=Collegamenti Grafici
+OptionPanel.separator.data_formats=Formattazione e interpretazione data
+OptionPanel.separator.default_colors=Colori predefiniti
+OptionPanel.separator.default_fonts=Caratteri predefiniti
+OptionPanel.separator.default_styles=Stili predefiniti
+OptionPanel.separator.EdgeControls=Collegamenti
+OptionPanel.separator.edit_long_node_window=Finestra modifica nodo avanzata
+OptionPanel.separator.editing=Impostazioni dell'editor
+OptionPanel.separator.files=Files
+OptionPanel.separator.formula=Plugin "Formula"
+OptionPanel.separator.General=Generale
+OptionPanel.separator.html_export=Esporta Html
+OptionPanel.separator.html_import=Importazione Html
+OptionPanel.separator.hyperlink_types=Tipi di collegamento
+OptionPanel.separator.icon_properties=Icone
+OptionPanel.separator.icons=Icone in "Seleziona Icona..."
+OptionPanel.separator.initial_map_size=Dimensione iniziale mappa
+OptionPanel.separator.inline_editor=Editor semplice del nodo
+OptionPanel.separator.key_typing=Scrivi chiave
+OptionPanel.separator.language=Lingua
+OptionPanel.separator.load=Carica
+OptionPanel.separator.look_and_feel=Aspetto del programma
+OptionPanel.separator.mouse_wheel=Rotella del mouse
+OptionPanel.separator.new_node_commands=Nuovo comando nodo
+OptionPanel.separator.node_editing_commands=Comandi modifica nodi
+OptionPanel.separator.node_navigation_commands=Comandi navigazione nodi
+OptionPanel.separator.NodeColors=Colore del nodo
+OptionPanel.separator.NodeFont=Carattere dei nodi
+OptionPanel.separator.NodeShape=Forma del nodo
+OptionPanel.separator.NodeStyle=Stile del nodo
+OptionPanel.separator.NodeText=Test del nodo
+OptionPanel.separator.notifications=Conferme
+OptionPanel.separator.org.freeplane.plugin.bugreport=Rapporto errori automatico
+OptionPanel.separator.other_defaults=Altro predefinito
+OptionPanel.separator.others=Altre chiavi dipendenti
+OptionPanel.separator.outline_view=Visualizzazione lineare ad albero
+OptionPanel.separator.patterns=Schemi
+OptionPanel.separator.RichTextEditor=Editor testo Avanzato
+OptionPanel.separator.root_node_appearance=Aspetto nodo radice
+OptionPanel.separator.save=Salva
+OptionPanel.separator.scripting=Permessi degli Script
+OptionPanel.separator.scrollbar=Barra di scorrimento
+OptionPanel.separator.search=Cerca
+OptionPanel.separator.selection_colors=Colori per indicare la Selezione
+OptionPanel.separator.selection_method=Metodo di selezione
+OptionPanel.separator.single_instance_mode=Unica finestra di Programma
+OptionPanel.separator.size_limits=Limite di dimensione
+OptionPanel.separator.spelling=Opzioni di controllo ortografico
+OptionPanel.separator.status=Linea di Stato
+OptionPanel.separator.tooltip=Tempi dei Suggerimenti Tooltip
+OptionPanel.separator.undo=Annulla
+OptionPanel.separator.updates=Aggiornamenti Programma
+OptionPanel.set_property_text=Modifica
+OptionPanel.set_property_text.tooltip=Vuoto: non modificare; Meno: rimuovi propriet\u00e0 (imposta valori predefiniti); Pi\u00f9: cambia propriet\u00e0
+OptionPanel.setscript=Modificare?
+OptionPanel.setscript.tooltip=Uno script pu\u00F2 essere associato allo stile.
+OptionPanel.sharp_bezier=bezier leggero
+OptionPanel.sharp_linear=lineare leggero
+OptionPanel.show_icon_for_attributes=Visualizza l'icona per indicare la presenza di attributi del nodo
+OptionPanel.show_node_tooltips=Visualizza i suggerimenti "ToolTip" per i Nodi
+OptionPanel.show_note_icons=Mostra le icone delle note
+OptionPanel.show_styles_in_tooltip=Visualizza gli stili dei nodi nel "ToolTip"
+OptionPanel.signed_script_are_trusted=Script con firma affidabile (raccomandato).
+OptionPanel.signed_script_are_trusted.tooltip=Se gli script sono firmati da autori attendibili (per esempio da Freeplane o da te stesso), verranno eseguiti senza restrizioni.
+OptionPanel.simplyhtml.default_paste_mode=Modalit\u00e0 Standard per "incollare"
+OptionPanel.single_backup_directory=Usare una cartella unica per i file di Backup
+OptionPanel.single_backup_directory.tooltip=<html> Imposta se i file di backup ed i file del salvataggio automatico, saranno salvati in una cartella unica al posto di una sotto-cartella del percorso della mappa stessa</html>
+OptionPanel.single_backup_directory_path=Cartella di Backup (se l'opzione precedente \u00e8 selezionata)
+OptionPanel.single_backup_directory_path.tooltip=<html>Sostituisce default <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Apre le mappe nella finestra di programma gi\u00e0 in esecuzione
+OptionPanel.single_instance_force=Evita una seconda finestra di programma in ogni caso
+OptionPanel.single_instance_force.tooltip=Evita una seconda finestra del programma, anche se non c'\u00e8 nessun file da caricare.
+OptionPanel.sk=Slovacco / sloven\u010dina
+OptionPanel.sl=Sloveno / sloven\u0161\u010dina
+OptionPanel.spelling_opt_case_sensitive=Maiuscole e minuscole
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignorare tutte le parole maiuscole
+OptionPanel.spelling_opt_ignore_capitalization=Ignorare le lettere maiuscole a inizio parola
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ignorare parole con numeri
+OptionPanel.spelling_opt_suggestions_limit_dialog=Numero massimo di suggerimenti nella finestra di dialogo
+OptionPanel.spelling_opt_suggestions_limit_menu=Numero massimo di suggerimenti nel menu
+OptionPanel.sr=Serbo / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=File Modello Standard
+OptionPanel.standardbackgroundcolor=<html>Imposta il colore predefinito di sfondo</html>
+OptionPanel.standardbackgroundcolor.tooltip=<html>Il colore di sfondo predefinito in notazione html </html>
+OptionPanel.standardcloudcolor=Colore predefinito nuvola
+OptionPanel.standardcloudcolor.tooltip=<html>Seleziona il colore standard delle nuvole</html>
+OptionPanel.standardcloudestyle=Stile predefinito nuvole
+OptionPanel.standardcloudestyle.tooltip=<html>Lo stile predefinito delle nuvole. Al momento \u00E8 supportato solo lo stile 'bezier'</html>
+OptionPanel.standarddrawrectangleforselection=Visualizza i nodi selezionati con delle bolle
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Evidenzia i nodi selezionati circoscrivendoli con delle bolle.</html>
+OptionPanel.standardlinkcolor=Colore predefinito dei Collegamenti Grafici
+OptionPanel.standardlinkcolor.tooltip=<html>Seleziona il colore predefinito dei collegamenti Grafici</html>
+OptionPanel.standardlinkestyle=Stile predefinito collegamenti
+OptionPanel.standardlinkestyle.tooltip=<html>Lo stile predefinito del nodo. Al momento \u00E8 supportato solo lo stile 'bezier'</html>
+OptionPanel.standardselectednodecolor=Colore di sfondo per la selezione
+OptionPanel.standardselectednodecolor.tooltip=<html>Colore usato per indicare il nodo selezionato</html>
+OptionPanel.standardselectednoderectanglecolor=Colore della Bolla di selezione
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Seleziona il colore della bolla che indica i nodi selezionati</html>
+OptionPanel.STAR=Stella
+OptionPanel.structured_html_import=Importa HTML come struttura nodo
+OptionPanel.structured_icon_toolbar=Barra delle icone strutturata
+OptionPanel.summary=Sommario
+OptionPanel.sv=Svedese / svenska
+OptionPanel.text.use_ctrl_key=E' anche possibile assegnare i Tasti Rapidi, cliccando sui predefiniti del menu Stili, tenendo premuto CTRL
+OptionPanel.time_for_automatic_save=Intervallo salvataggio automatico
+OptionPanel.time_for_automatic_save.tooltip=<html> Tempo che intercorre tra due azioni automatiche di salvataggio (in msec): Per disabilitare il salvataggio automatico imposta il numero a 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tempo di attesa per la selezione posticipata, ms
+OptionPanel.time_for_delayed_selection.tooltip=<html> Selezionare il tempo di ritardo affinch\u00e8 il nodo venga selezionato, quando il mouse si porta sopra di esso (in msec).</html>
+OptionPanel.toolTipManager.dismissDelay=Tempo di permanenza, ms
+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"
+OptionPanel.undo_levels.tooltip=<html>Imposta quanti passaggi vengono salvati per la funzione "Annulla".</html>
+OptionPanel.unfold_on_paste=Espandi nodo quando si "incolla"
+OptionPanel.unfold_on_paste.tooltip=Espandi i nodi quando si Incolla o si sposta, Drag-And-Drop
+OptionPanel.use_common_out_point_for_root_node=I collegamenti iniziano da un punto del nodo radice
+OptionPanel.use_common_out_point_for_root_node.tooltip=In uscita al nodo principale, i collegamenti iniziano da un punto a destra e uno a sinistra, poi si diramano.
+OptionPanel.use_tabbed_pane=Usa schede per indicare le mappe aperte
+OptionPanel.use_tabbed_pane.tooltip=Se selezionato, le mappe sono visualizzate in schede (come in FireFox ) ).
+OptionPanel.user_defined_screen_resolution=Risoluzione schermo definita dall'utente (DPI)
+OptionPanel.validate_classpath_needs_readaccess=Script: Quando si setta la classpath, \u00e8 necessario permettere l'accesso in lettura ai file!
+OptionPanel.validate_invalid_date_format=Formato data non valido
+OptionPanel.validate_invalid_datetime_format=Formato data-ora non valido
+OptionPanel.validate_invalid_number_format=Formato numero non valido
+OptionPanel.validate_write_without_read=Script: Considera di aggiungere ai file in Scrittura anche la Lettura
+OptionPanel.validation_error=<html><body>Errore di Validazione:<p><em>{0}</em><p>Cambiare le preferenze per risolvere il problema.</body></html>
+OptionPanel.validation_warning=<html><body>Avviso di Validazione:<p><em>{0}</em></body></html>
+OptionPanel.vi=Vietnamita / Ti\u1ebfng Vi\u1ec7t
+OptionPanel.wheel_velocity=Velocit\u00E0
+OptionPanel.wheel_velocity.tooltip=Un valore pi\u00F9 alto fa s\u00EC che la rotella del mouse muova pi\u00F9 velocemente la mappa.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Cinese semplificato / \u7b80\u4f53\u5b57
+OptionPanel.zh_TW=Cinese tradizionale / \u7e41\u9ad4\u5b57
+org.freeplane.plugin.bugreport.agree=Invia
+org.freeplane.plugin.bugreport.always_agree=Invia sempre
+org.freeplane.plugin.bugreport.always_deny=Non inviare mai
+org.freeplane.plugin.bugreport.deny=Non inviare
+org.freeplane.plugin.bugreport.dialog.title=Rapporto errori automatico
+org.freeplane.plugin.bugreport.freeplane_team=Messaggio del team di Freeplane
+org.freeplane.plugin.bugreport.lastreport=I report raccolti
+org.freeplane.plugin.bugreport.never=Non chiedere mai per l'aiuto
+org.freeplane.plugin.bugreport.question=<html>Freeplane ha un motore automatico per il tracciamento degli errori.<br>Nessun dato personale o contenuto delle mappe sar\u00e0 mai trasmesso.<br>Il rapporto errori ci aiuta a migliorare il programma.
+org.freeplane.plugin.bugreport.report=Rapporto attuale
+org.freeplane.plugin.bugreport.wanted_bug=E' accaduto un errore interno ed \u00e8 stato automaticamente riportato.\nCi sono necessarie maggiori informazioni per riprodurre il comportamento inaspettato.\nPer favore aiutateci inviando il rapporto degli errori nel nostro sistema Mantis:\nexplain descrivendo quello che \u00e8 successo, in modo che noi possiamo riprodurre l'errore.\n\n Premere OK per aprire la pagina web.\n\nGrazie.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=Il Nodo {0} non \u00e8 definito
+out_of_memory=Memoria massima superata.
+overwrite_keyset_question=Sovrascrivere le impostazioni dei tasti esistenti ?
+PageAction.text=Impostazione pagina
+password_is_not_ascii=La password non \u00e8 un carattere valido ASCII
+PasteAction.text=Incolla
+PasteAttributes.text=Incolla att&ributi
+PatternNewNameProperty=Nuovo schema
+PatternToString.backgroundColor=Colore di sfondo
+PatternToString.Child=Stile nodo figlio
+PatternToString.color=Colore
+PatternToString.EdgeColor=Colore collegamento
+PatternToString.EdgeStyle=Stile collegamento
+PatternToString.EdgeWidth=Spessore collegamento
+PatternToString.FontBold=Grassetto
+PatternToString.FontItalic=Corsivo
+PatternToString.FontName=Tipo carattere
+PatternToString.Icon=Icona
+PatternToString.NodeFontSize=Dimensione carattere
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=giorni
+PeriodUnit.HOUR=ore
+PeriodUnit.MINUTE=minuti
+PeriodUnit.MONTH=mesi
+PeriodUnit.WEEK=settimane
+PeriodUnit.YEAR=anni
+plugins/latex/LatexNodeHook.editorTitle=Modifica Testo Latex
+plugins/script_filter=Filtro Script {0}
+plugins/script_filter_error={0} doveva tornare un risultato booleano su {1} ma ha tornato {2}
+plugins/ScriptEditor.cancel=&Annulla modifiche ed esci
+plugins/ScriptEditor.exit=&Salva ed Esci
+plugins/ScriptEditor.FORBIDDEN_ACTION=Gli script groovy di Freeplane sono stati limitati. L'operazione seguente {0,choice,0\#File|1\#Network|2\#Exec} \u00e8 proibita\: {1,choice,0\#Accept|1\#Connect|2\#Listen|3\#Multicast|4\#SetFactory|5\#Exec|6\#Link|7\#Delete|8\#Read|9\#Write}. E' possibile cambiare l'impostazione di restrizione nelle opzioni.
+plugins/ScriptEditor.menu_actions=&Azioni
+plugins/ScriptEditor.new_script=Nuovo script
+plugins/ScriptEditor.run=Avvia
+plugins/ScriptEditor.sign=Firma script...
+plugins/ScriptEditor/window.Result=Risultati:
+plugins/ScriptEditor/window.title=Editor Script
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Accesso illegale alla API interna (pacchetto {0}). - Per favore contattare il team di Freeplane se lo script API non \u00e8 sufficentemente potente.
+plugins/TimeList.xml_Created=Creato
+plugins/TimeList.xml_Date=Data
+plugins/TimeList.xml_Icons=Icone
+plugins/TimeList.xml_Modified=Modificato
+plugins/TimeList.xml_Notes=Note
+plugins/TimeList.xml_Text=Testo
+plugins/TimeManagement.xml_appendButton=Aggiungi la data ai nodi selezionati
+plugins/TimeManagement.xml_Cancel=Cancella
+plugins/TimeManagement.xml_cancelButton=Cancella
+plugins/TimeManagement.xml_closeButton=Chiudi
+plugins/TimeManagement.xml_Export=Esporta nodi selezionati
+plugins/TimeManagement.xml_Find=Trova
+plugins/TimeManagement.xml_Goto=Vai a
+plugins/TimeManagement.xml_hour=Ora:
+plugins/TimeManagement.xml_menu_actions=Azioni
+plugins/TimeManagement.xml_minute=Minuto:
+plugins/TimeManagement.xml_reminderButton=Promemoria in questa data
+plugins/TimeManagement.xml_reminderButton_tooltip=<html> Imposta un Promemoria alla data indicata. L'icona lampeggiante richiamer\u00e0 l' attenzione.<br> Chiudendo la mappa, i Promemoria vengono riattivati quando la mappa viene riaperta.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Ci pu\u00f2 essere solo un promemoria per nodo. <br>Il promemoria attaule \u00e8 previsto il {0,date} {0,time}<br>il nuovo \u00e8 il {1,date} {1,time}. <br><br>Cambiare il promemoria del nodo (SI) <br> o conservare il vecchio (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Promemoria il {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Posticipa
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Ricorda dopo
+plugins/TimeManagement.xml_removeReminderButton=Togli Promemoria
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Togli tutti i Promemoria associati a questi nodi.
+plugins/TimeManagement.xml_Replace=Sostituisci
+plugins/TimeManagement.xml_Replace_All=Sostituisci tutti
+plugins/TimeManagement.xml_Replace_Selected=Sostituisci selezionati
+plugins/TimeManagement.xml_Select=Seleziona
+plugins/TimeManagement.xml_todayButton=Oggi
+plugins/TimeManagement.xml_WindowTitle=Gestione della data
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Trova e sostituisci
+preferences=Preferenze
+print_preview_title=Anteprima di stampa
+PrintAction.text=Stampa...
+PrintDirectAction.text=Stampa
+printing_settings=Scalatura stampa
+PrintPreviewAction.text=Anteprima di stampa...
+PropertyAction.dialog=Preferenze
+PropertyAction.text=Preferenze...
+QuickFilterAction.text=Filtro Veloce
+QuickFindAction.BACK.text=Trova precedente
+QuickFindAction.FORWARD.text=Trova successivo
+QuickFindAllAction.text=Seleziona tutti i combacianti
+QuickHighlightAction.text=Evidenzia tutti i nodi combacianti
+QuitAction.text=Esci
+read_only=Solo lettura
+ReadScriptError.text=Errore leggendo lo script
+really_convert_to_current_version=<html>Questa mappa \u00e8 stata creata con una versione vecchia di Freeplane. <br>Convertirla (raccomandato)? <br>(Altrimenti verr\u00e0 caricata come \u00e8) </html>
+really_cut_node=Tagliare davvero i nodi?
+really_execute_script=Vuoi veramente eseguire gli script inclusi in questa mappa? E' possibile che danneggino il computer.
+really_remove_node=Rimuovere i nodi ?
+really_remove_notes=Rimuovere davvero la/le nota/e?
+ReapplyFilterAction.text=Riapplica
+red=Rosso
+RedefineStyleAction.text=Ridefinisci Stile
+RedoAction.text=Ripristina
+RedoFilterAction.text=Ripristina
+regular_expressions=Espressione Regolare
+ReminderHookAction.text=Togli Promemoria
+ReminderHookAction.tooltip=Rimuovi un promemoria da un nodo.
+remove_file_from_list_on_error=File {0} non trovato. Rimuoverlo dall''elenco dei file recenti ?
+remove_shortcut_question=Sostituire il tasto?
+RemoveAllIconsAction.text=Rimuovi tutte le icone
+RemoveConnectorAction.text=Rimuovi Collegamenti Grafici
+RemoveEncryption.text=Rimuovi Criptatura
+RemoveFormatAction.text=Rimuovi Formato
+RemoveIcon_0_Action.text=Rimuovere la prima icona
+RemoveIconAction.text=Rimuovi ultima icona
+RemoveNoteAction.text=Rimuovi Note
+RemoveNoteAction.tooltip=<html>E' possibile che venga rimosso il contenuto delle note, anche a molte note.</html>
+rename=&Rinomina
+repair_link=Ripara collegamento
+repair_link_question=Impossibile caricare la mappa collegata. Riparare il collegamento manualmente?
+replace=Sostituisci
+replace_shortcut_question=Questo tasto rapido \u00e8 attualmente assegnato a\n  {0}.\nRimpiazzarlo?
+replace_shortcut_title=Rimpiazzare scorciatoia ?
+ReportBugAction.text=Segnalare un errore
+RequestFeatureAction.text=Richiedere una funzione
+reset_to_default=Usa predefinito
+ResetNodeLocationAction.text=Azzera &Posizione
+ResetStyleAction.text=Azzera stile nodo
+RevertAction.text=Ricarica la mappa dal file
+RevisionPluginAction.text=Colore di sfondo per Modifica e Revisione
+save_failed=Salvataggio della mappa {0} fallito.
+save_unsaved=Salvare la seguente mappa ?
+save_unsaved_styles=Salvare Stili ?
+SaveAcceleratorPresetsAction.text=Salva il set di Tasti Rapidi
+SaveAction.text=&Salva
+SaveAll.text=S&alva tutto
+SaveAll.tooltip=Salva tutte le mappe aperte.
+SaveAsAction.text=Salva con nome
+saved=Salvata
+saving_canceled=Salvataggio annullato
+scanners_not_loaded=Impossibile caricare Scanners, file corrotto
+scheme_evaluate=Valuta!
+script_execution_disabled=Esecuzione degli script disabilitata
+ScriptEditor.text=Editor Script...
+ScriptEditor.tooltip=Strumento per scrivere script estesi di Freeplane.
+ScriptEditorPanel.changed_cancel=Gli script sono stati cambiati. Vuoi veramente annullare questi cambiamenti?
+scripting_api_generator_legend=Legenda
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=API Script
+scripting_api_generator_utilities=Utilit\u00e0
+scripting_api_generator_web=Risorse Web
+select_favorites_folder=Seleziona la cartella dei Preferiti
+select_file_export_to=Seleziona il file da esportare
+select_folder_for_importing=Seleziona la cartella da importare
+select_icon=Selezionare una Icona
+select_menu_item_dialog=Selezionare un elemento del menu
+select_menu_item_root_node=Menu
+SelectAllAction.text=Seleziona tutto il visibile
+SelectBranchAction.text=Seleziona rami visibili
+SelectedPasteAction.text=Incolla come...
+selection_method_by_click=Clic singolo per selezionare
+selection_method_delayed=Sezione ritardi automatici.
+selection_method_direct=Puntare per selezionare
+SelectNoteAction.text=Modifica note
+SelectNoteAction.tooltip=Commuta tra la finestra principale e la finestra delle note
+set_accelerator_on_next_click_action=Cliccare su qualsiasi elemento del menu, per assegnare una nuova scorciatoia
+SetAcceleratorOnNextClickAction.text=Assegna scorciatoia
+SetImageByFileChooserAction.text=Immagini
+SetLinkAnchorAction.text=Imposta collegamento \u00e0ncora
+SetLinkAnchorAction.tooltip=<html>imposta il nodo selezionato come \u00e0ncora per la successiva<br/>creazione di un collegamento locale o globale.
+SetLinkAnchorAction.tooltip_anchored=<html>imposta il nodo selezionato come \u00e0ncora per la successiva<br/>creazione di un collegamento locale o globale. Attuale \u00e0ncora:<br/>{0}
+SetLinkByFileChooserAction.text=Collegamento a file
+SetLinkByTextFieldAction.text=Collegamento ipertestuale web
+SetNodeLink.text=Imposta Collegamento del Nodo
+SetNoteWindowPosition.bottom.text=Basso
+SetNoteWindowPosition.left.text=Sinistra
+SetNoteWindowPosition.right.text=Destra
+SetNoteWindowPosition.top.text=Alto
+SetShortenerStateAction.text=Contenuto accorciato del nodo
+sf_login_required=Autenticazione a Source Forge richiesta, Continuare ?
+ShowAllAttributesAction.text=Visualizza tutti gli attributi
+ShowAncestorsAction.text=Visualizza ascendenti
+ShowAttributeDialogAction.text=&Gestione attributi
+ShowDescendantsAction.text=Visualizza discendenti
+ShowFilterToolbarAction.text=Barra del Filtro
+ShowFormatPanel.text=Pannello di Formattazione
+ShowFormatPanel.tooltip=Presenta un pannello in cui gli attributi dei nodi e dei collegamenti, possono essere modificati.
+ShowHideNoteAction.text=Finestra delle note
+ShowHideNoteAction.tooltip=Mostra o nasconde la finestra delle note.
+ShowNextChildAction.text=Visualizza nodo figlio successivo
+ShowNotesInMapAction.text=Visualizza le note nella Mappa
+ShowSelectedAttributesAction.text=Visualizza attributi selezionati
+ShowSelectionAsRectangleAction.text=Riquadra nodo selezionato
+simplyhtml.aboutFrameTitle=Informazioni sull'applicazione
+simplyhtml.aboutLabel=Informazioni su SimplyHTML...
+simplyhtml.alignCenter=Centra
+simplyhtml.alignLabel=Allineamento:
+simplyhtml.alignLeft=sinistra
+simplyhtml.alignRight=destra
+simplyhtml.allCellsRangeLabel=tutte le celle
+simplyhtml.allOccurrencesReplaced=Tutte le occorrenze sostituite
+simplyhtml.appendTableColLabel=Aggiungi colonna, sotto
+simplyhtml.appendTableRowLabel=Aggiungi riga, sotto
+simplyhtml.applyCellAttrLabel=Applica a
+simplyhtml.backgroundLabel=Sfondo:
+simplyhtml.boldItalicName=corsivo grassetto
+simplyhtml.boldName=grassetto
+simplyhtml.borderColorLabel=Colore:
+simplyhtml.borderWidthLabel=Spessore
+simplyhtml.bottomLabel=dietro:
+simplyhtml.cancelBtnName=Cancella
+simplyhtml.cellBorderTabLabel=Collegamenti
+simplyhtml.cellGenTabLabel=Generale
+simplyhtml.cellMarginTabLabel=Margine
+simplyhtml.cellPanelTitle=Formato delle celle
+simplyhtml.clearFormatLabel=Rimuovi formattazione
+simplyhtml.clearFormatTip=Rimuovi formattazione
+simplyhtml.close=Chiudi
+simplyhtml.closeBtnName=Chiudi
+simplyhtml.colorLabel=Colore
+simplyhtml.copyLabel=Copia
+simplyhtml.copyTip=copia
+simplyhtml.cTagNameHead1=Intestazione 1
+simplyhtml.cTagNameHead2=Intestazione 2
+simplyhtml.cTagNameHead3=Intestazione 3
+simplyhtml.cTagNameHead4=Intestazione 4
+simplyhtml.cTagNameHead5=Intestazione 5
+simplyhtml.cTagNameHead6=Intestazione 6
+simplyhtml.cTagNameLink=Collegamento
+simplyhtml.cTagNameOL=Lista ordinata
+simplyhtml.cTagNamePara=Paragrafo
+simplyhtml.cTagNameUL=Lista non ordinata
+simplyhtml.cutLabel=Taglia
+simplyhtml.cutTip=taglia
+simplyhtml.defaultDocName=Senza titolo
+simplyhtml.deleteTableColLabel=Cancella colonna
+simplyhtml.deleteTableRowLabel=Cancella riga
+simplyhtml.docTitleQuery=Imposta titolo a:
+simplyhtml.docTitleTitle=Modifica il titolo del documento
+simplyhtml.editLabel=Modifica
+simplyhtml.effectLabel=Effetto
+simplyhtml.familyLabel=Famiglia
+simplyhtml.findNext=Trova successivo...
+simplyhtml.findReplaceDialogTitle=Trova e sostituisci
+simplyhtml.findReplaceLabel=Trova e sostituisci
+simplyhtml.findReplaceTip=Trova e sostituisci
+simplyhtml.fontBoldLabel=Grassetto
+simplyhtml.fontBoldTip=commuta Grassetto on/off
+simplyhtml.fontColorLabel=Colore del Testo
+simplyhtml.fontColorTip=Colore del Testo
+simplyhtml.fontDialogTitle=Formato carattere
+simplyhtml.fontItalicLabel=Corsivo
+simplyhtml.fontItalicTip=commuta Corsivo on/off
+simplyhtml.fontLabel=Carattere...
+simplyhtml.fontTabLabel=Carattere
+simplyhtml.fontTip=Formato carattere...
+simplyhtml.fontUnderlineLabel=Sottolinea
+simplyhtml.fontUnderlineTip=commuta Sottolineato on/off
+simplyhtml.foregroundLabel=Primo piano:
+simplyhtml.formatLabel=Formato
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=Cambia formato lista
+simplyhtml.formatParaLabel=Paragrafo...
+simplyhtml.formatParaTip=Cambia formato paragrafo
+simplyhtml.formatTableLabel=Tabella...
+simplyhtml.formatTableTip=Formato tabella
+simplyhtml.helpLabel=Aiuto
+simplyhtml.htmlTabTitle=Visualizzatore codice HTML
+simplyhtml.imageFileDesc=Immagine da file
+simplyhtml.insertTableColLabel=Aggiungi colonna, sopra
+simplyhtml.insertTableLabel=Tabella...
+simplyhtml.insertTableMsg=Quante colonne?
+simplyhtml.insertTableRowLabel=Aggiungi riga, sopra
+simplyhtml.insertTableTitle=Inserisci tabella
+simplyhtml.italicName=corsivo
+simplyhtml.layoutTabTitle=Visualizza Formattazione
+simplyhtml.leftLabel=sinistra:
+simplyhtml.listDialogTitle=Formato lista
+simplyhtml.listIndentTitle=Indentazione:
+simplyhtml.listPosInside=dentro
+simplyhtml.listPositionLabel=Posizione:
+simplyhtml.listPosOutside=fuori
+simplyhtml.listTypeCircle=Cerchio
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=Punto
+simplyhtml.listTypeLabel=Tipo:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=nessuno
+simplyhtml.listTypeSquare=Punto squadrato
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Esterno
+simplyhtml.matchApproximately=Verifica Approssimata
+simplyhtml.matchApproximately.tooltip=<html>Consente il confronto approssimato,<br/>es. cercando 'casa' accetter\u00e0 anche 'case'.</html>
+simplyhtml.matchCase=Compara maiuscolo
+simplyhtml.matchCase.tooltip=Se verificare maiuscole/minuscole.
+simplyhtml.newStyleDefaultName=nuovo stile
+simplyhtml.nextTableCellLabel=Cella successiva
+simplyhtml.noLineLabel=nessuno
+simplyhtml.noMoreOccurrencesFound=nessun'altra occorrenza trovata
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Interno
+simplyhtml.paraAlignCenterLabel=Allinea centro
+simplyhtml.paraAlignCenterTip=Imposta l'allineamento centrato al paragrafo
+simplyhtml.paraAlignLeftLabel=Allinea a sinistra
+simplyhtml.paraAlignLeftTip=Imposta l'allineamento a sinistra al paragrafo
+simplyhtml.paraAlignRightLabel=Allinea a destra
+simplyhtml.paraAlignRightTip=Imposta l'allineamento a destra al paragrafo
+simplyhtml.paraStyleDialogTitle=Stile paragrafo
+simplyhtml.paraTabLabel=Paragrafo
+simplyhtml.pasteHTMLLabel=Incolla HTML
+simplyhtml.pasteLabel=Incolla
+simplyhtml.pastePlainTextLabel=Incolla testo semplice
+simplyhtml.pasteTip=incolla
+simplyhtml.plainName=Piano
+simplyhtml.previewLabel=Anteprima
+simplyhtml.previewText=Anteprima testuale
+simplyhtml.prevTableCellLabel=Cella precedente
+simplyhtml.printLabel=Stampa...
+simplyhtml.redoLabel=Ripeti
+simplyhtml.redoTip=ripeti
+simplyhtml.replace=Sostituisci...
+simplyhtml.replaceAll=Tutti
+simplyhtml.replaceDone=Fatto
+simplyhtml.replaceNo=No
+simplyhtml.replaceThisQuery=cambia questa occorrenza di
+simplyhtml.replaceWith=Cambia con:
+simplyhtml.replaceYes=S\u00EC
+simplyhtml.rightLabel=destra:
+simplyhtml.searchDown=Cerca gi\u00F9
+simplyhtml.searchDown.tooltip=Cerca dall'alto al basso
+simplyhtml.searchFromStart=Cerca dall'inizio
+simplyhtml.searchFromStart.tooltip=Inizia a cercare dall'alto al posto di iniziare dalla posizione del cursore
+simplyhtml.searchUp=Cerca su
+simplyhtml.searchUp.tooltip=Cerca dal basso all'alto
+simplyhtml.selectAllLabel=Seleziona tutto
+simplyhtml.sizeLabel=Dimensione
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=Barrato
+simplyhtml.styleLabel=Stile
+simplyhtml.styleNameInputText=Nome del nuovo stile?
+simplyhtml.styleNameInputTitle=Salva stile
+simplyhtml.tableBgColLabel=Colore di sfondo:
+simplyhtml.tableDialogTitle=Formatta tabella
+simplyhtml.tableLabel=Tabella
+simplyhtml.tablePanelTitle=Formato tabella
+simplyhtml.tableWidthLabel=Larghezza
+simplyhtml.textIndentLabel=Rientro:
+simplyhtml.textToFind=Testo da trovare:
+simplyhtml.thisCellRangeLabel=questa cella
+simplyhtml.thisColRangeLabel=questa colonna
+simplyhtml.thisRowRangeLabel=questa riga
+simplyhtml.toggleBulletsLabel=Lista puntata on/off
+simplyhtml.toggleBulletsTip=lista puntata on/off
+simplyhtml.toggleNumbersLabel=Lista numerata on/off
+simplyhtml.toggleNumbersTip=lista numerata on/off
+simplyhtml.topLabel=sopra:
+simplyhtml.uLineLabel=Sottolinea
+simplyhtml.unableToOpenFileError=Il file non pu\u00F2 essere aperto
+simplyhtml.unableToRedoError=Impossibile ripristinare:
+simplyhtml.unableToUndoError=Impossibile annullare:
+simplyhtml.undoLabel=Annulla
+simplyhtml.undoTip=annulla
+simplyhtml.valignBaseline=linea inferiore
+simplyhtml.valignBottom=sotto
+simplyhtml.valignLabel=Allineamento vert.:
+simplyhtml.valignMiddle=centro
+simplyhtml.valignTop=sopra
+simplyhtml.wholeWordsOnly=Solo tutte le parole
+simplyhtml.wholeWordsOnly.tooltip=Restringi confronto alle parole intere.
+SortNodes.text=Ordina alfabeticamente i figli
+SortNodes.tooltip=Ordinamento alfabetico dei figli del nodo
+split=&Dividi
+SplitConditionAction.text=Dividi
+SplitNode.text=Dividi nodo
+SplitNode.tooltip=<html>Crea un nuovo nodo, per ogni riga del nodo originario</html>
+STANDARD_FORMAT=Standard
+stop_processing=Stop
+StringFlavorHandler=Nodi gerarchici, formato testo semplice
+StructuredHtmlFlavorHandler=Nodi Html in modo gerarchico
+style=Stile
+style_already_exists=Lo stile esite gi\u00e0.
+styledialog.cancel.text=Annulla
+styledialog.ok.text=OK
+styles=St&ili
+styles.AutomaticLayout=Formattazione Automatica
+styles.connection=Connessione
+styles.date=Data
+styles.definition=Definizione
+styles.description=Descrizione
+styles.floating_node=Nodo Fluttuante
+styles.idea=Idea
+styles.important=Importante
+styles.key=Chiave
+styles.list=Lista
+styles.needs_action=Richiede Azione
+styles.note=Note
+styles.ok=OK
+styles.pending=Pendente
+styles.predefined=Stili Predefiniti
+styles.question=Domanda
+styles.quotation=Quotazione
+styles.root_node=Stili
+styles.subsubtopic=Subsubtopic
+styles.subtopic=Subtopic
+styles.topic=Topic
+styles.user-defined=Stili definiti dall'utente
+styles.website=Sito Internet
+styles_menu=Stili
+submenu_keystroke_in_use_error=Il tasto rapido {0} non pu\u00f2 essere utilizzato per il sottomenu {1}. Tasto rapido rimosso.
+summary_nodes=Nodi Sommario
+summary_not_possible=Impossibile creare un Nodo Sommario per la selezione corrente
+SummaryNodeAction.text=Gruppo Nodi - Riepilogo
+svg=SVG
+template_dir=Modelli Standard
+TimeListAction.text=Visualizza lista avvisi ...
+TimeListAction.tooltip=Visualizza tutti gli avvisi ed i corrispondenti nodi.
+TimeManagementAction.text=Gestione Calendario...
+TimeManagementAction.tooltip=<html>Gestione Calendario.</html>
+ToggleChildrenFoldedAction.text=Collassa/Espandi figli
+ToggleDetailsAction.text=Commuta Dettagli
+ToggleFBarAction.text=F-Barra
+ToggleFoldedAction.text=Collassa/Espandi
+ToggleFullScreenAction.text=Modalit\u00e0 a schermo intero
+ToggleLeftToolbarAction.text=&Barra delle icone
+ToggleMenubarAction.text=Barra dei menu
+ToggleStatusAction.text=Visualizza la Linea di Stato
+ToggleToolbarAction.text=&Barra degli strumenti
+undefined_error=Si \u00e8 verificato un errore imprevisto. Inviare un rapporto errori, grazie.
+underline=Sottolinea
+UnderlineAction.text=Sottolinea
+underlined=Sottolineato
+UndoAction.text=Annulla
+UndoFilterAction.text=Annulla
+unfold=Espandi
+UnfoldAllAction.text=Espandi tutti
+UnfoldAllAction.tooltip=<html>Espandi i nodi selezionati e tutti i loro figli.</html>
+UnfoldOneLevelAction.text=Espandi di un livello
+UnfoldOneLevelAction.tooltip=<html>Espandi il nodo selezionato di un livello.</html>
+up=&Su
+update_failed=Aggiornamento fallito con messaggio {0}
+UpdateCheckAction.text=Controllo Aggiornamenti
+updatecheckdialog=Aggiorna finestra controllo
+url_error=URL non corretto !
+url_open_error=Impossibile aprire l''URL {0}.
+used_in_menu=Questo tasto rapido non pu\u00f2 essere impostato, \u00e8 usato per il menu.
+UsePlainTextAction.text=Usa formattazione testo semplice
+user_config_folder=Cartella configurazione utente: {0}
+user_defined_scale=Scala definita dall'utente
+user_defined_zoom=Definito dall'utente.
+user_defined_zoom_status_bar=Impostato il livello di zoom definito dall''utente di {0}%.
+user_icon=Icona utente "{0}"
+user_template_dir=Modelli Utente
+user_zoom=Fattore ingradimento stampa (0.0 - 2.0):
+value_format=Formato valore
+version_up_to_date=E' gi\u00e0 in uso la versione pi\u00f9 aggiornata
+ViewerControllerAction.text=Immagini Ridimensionabili
+ViewLayoutTypeAction.OUTLINE.text=Visualizzazione lineare ad albero
+WebDocuAction.text=Documentazione web
+width=Spessore
+wrong_regexp=Errata espressione regolare "{0}", errore {1}
+xslt_export.html=Documento HTML
+xslt_export.latex=Documento LaTeX
+xslt_export.latexbook=Libro LaTeX
+xslt_export.mediawiki=MediaWiki
+xslt_export.ms_excel=Excel (2003 e successivi) formato XML
+xslt_export.ms_project=MS Project (2003 e successivi) formato XML
+xslt_export.ms_word=Word (2003 e successivi) formato XML
+xslt_export.text=Testo semplice
+xslt_export_not_possible=Esportazione Freeplane XSLT non possibile
+yes=S\u00EC
+ZoomInAction.text=Zoom avanti
+ZoomOutAction.text=Zoom indietro
diff --git a/freeplane/resources/translations/Resources_ja.properties b/freeplane/resources/translations/Resources_ja.properties
index 0c2f0c9..a899425 100644
--- a/freeplane/resources/translations/Resources_ja.properties
+++ b/freeplane/resources/translations/Resources_ja.properties
@@ -1,1769 +1,1770 @@
-about_text = Freeplane \uff0d \u30d5\u30ea\u30fc\uff08\u81ea\u7531\uff06\u7121\u6599\uff09\u306e\u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7\u4f5c\u6210\u3068\u77e5\u8b58\u5275\u9020\u306e\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2
-AboutAction.text = Freeplane \u306b\u3064\u3044\u3066
-acceleratorPresets = \u30db\u30c3\u30c8\u30ad\u30fc\u306e\u30d7\u30ea\u30bb\u30c3\u30c8
-accelerators_loading_error = {0} \u304b\u3089\u30db\u30c3\u30c8\u30ad\u30fc\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u66f8\u5f0f\u3092\u5909\u66f4
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u30d1\u30bf\u30fc\u30f3\u306e\u5909\u66f4
-accessories/plugins/EncryptNode.properties_0 = \u4fdd\u8b77\uff08\u6697\u8a3c\uff09\u4ed8\u304d\u30ce\u30fc\u30c9\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-accessories/plugins/EncryptNode.properties_1 = \u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u306a\u3044\u304b\u3001\u77ed\u3059\u304e\u307e\u3059\u3002
-accessories/plugins/EncryptNode.properties_2 = \u30d1\u30b9\u30ef\u30fc\u30c9
-accessories/plugins/EncryptNode.properties_3 = \u3082\u3046\u4e00\u5ea6
-accessories/plugins/EncryptNode.properties_4 = \u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-accessories/plugins/EncryptNode.properties_5 = \u6ce8\u610f\uff1a\u79d8\u533f\u306e\u5f37\u5ea6\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9069\u5426\u306b\u304b\u304b\u3063\u3066\u3044\u307e\u3059\u3002
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = \u30ad\u30e3\u30f3\u30bb\u30eb
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = \u3053\u306e\u30b3\u30de\u30f3\u30c9\u3067\u306f\u3001\u6697\u8a3c\u4ed8\u304d\u30ce\u30fc\u30c9\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u306e\u8a2d\u5b9a\u3068\u89e3\u9664\u306e\u5207\u308a\u66ff\u3048\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002\n\u79d8\u533f\u30ce\u30fc\u30c9\u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u3001\u30c4\u30fc\u30eb\u30e1\u30cb\u30e5\u30fc\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-accessories/plugins/EncryptNode.properties_select_me = \u3053\u3053\u3092\u9078\u629e\u3057\u3066\u4f5c\u696d\u3092\u7d99\u7d9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-accessories/plugins/EncryptNode.properties_wrong_password = \u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002
-accessories/plugins/ExportWithTWiki.text = TWiki \u306b
-accessories/plugins/ExportWithTWiki.tooltip = TWiki \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u3067\u66f8\u304d\u51fa\u3057\u307e\u3059\u3002
-accessories/plugins/ExportWithXSLT.tooltip = \u5171\u901a\u4ed5\u69d8\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u624b\u6bb5\u3067\u3059\u3002
-accessories/plugins/ExportWithXSLT_Applet.text = Java \u30a2\u30d7\u30ec\u30c3\u30c8\u306b
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Java \u30d6\u30e9\u30a6\u30b6\u30a2\u30d7\u30ec\u30c3\u30c8\u5f62\u5f0f\u3067\u66f8\u304d\u51fa\u3057\u307e\u3059\u3002
-accessories/plugins/ExportWithXSLT_Flash.text = Flash \u306b
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Flash \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f\u3067\u66f8\u304d\u51fa\u3057\u307e\u3059\u3002
-accessories/plugins/ExportWithXSLT_HTML.text = XHTML\uff08JavaScript\u7248\uff09\u306b
-accessories/plugins/ExportWithXSLT_HTML3.text = XHTML\uff08\u30af\u30ea\u30c3\u30ab\u30d6\u30eb\u30de\u30c3\u30d7\u7248\uff09\u306b...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = \u30ea\u30bd\u30fc\u30b9\u3092 RESOURCES \u30ce\u30fc\u30c9\u304b\u3089 Taskjuggler \u30d5\u30a1\u30a4\u30eb\u306b
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = \u30ea\u30bd\u30fc\u30b9\u3092 RESOURCES \u30ce\u30fc\u30c9\u304b\u3089 Taskjuggler \u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u66f8\u304d\u51fa\u3057\u307e\u3059\u3002
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = \u30bf\u30b9\u30af\u3092 TASKS \u30ce\u30fc\u30c9\u304b\u3089 TaskJuggler \u30d5\u30a1\u30a4\u30eb\u306b
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = \u30bf\u30b9\u30af\u3092 TASKS \u30ce\u30fc\u30c9\u304b\u3089 Taskjuggler \u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u66f8\u304d\u51fa\u3057\u307e\u3059\u3002
-action_keystroke_in_use_error = {1} \u306e\u52d5\u4f5c\u7528\u306e\u30ad\u30fc\u8a2d\u5b9a  {0} \u306f\u3001\u3059\u3067\u306b {2} \u306e\u52d5\u4f5c\u7528\u306b\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002
-active = \u6709\u52b9\uff0f\u7121\u52b9
-actual_map_styles = \u30de\u30c3\u30d7\u7528\u6761\u4ef6\u5bfe\u5fdc\u30ce\u30fc\u30c9\u30b9\u30bf\u30a4\u30eb\u3092\u8a2d\u5b9a
-actual_node_styles = \u30ce\u30fc\u30c9\u7528\u6761\u4ef6\u5bfe\u5fdc\u30ce\u30fc\u30c9\u30b9\u30bf\u30a4\u30eb\u3092\u8a2d\u5b9a
-add = \u8ffd\u52a0(&A)
-AddConnectorAction.text = \u30b3\u30cd\u30af\u30bf\u3092\u4ed8\u52a0
-AddElementaryConditionAction.text = \u8ffd\u52a0
-AddLocalLinkAction.text = \u30ed\u30fc\u30ab\u30eb\u30ea\u30f3\u30af\u3092\u4ed8\u52a0
-AddMenuItemLinkAction.text = \u6a5f\u80fd\uff08\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\uff09\u306b\u30ea\u30f3\u30af...
-AddOnDetailsPanel.authored.by = {0} \u4f5c
-AddOnDetailsPanel.header.function = \u6a5f\u80fd
-AddOnDetailsPanel.header.menu = \u30e1\u30cb\u30e5\u30fc\u306e\u4f4d\u7f6e
-AddOnDetailsPanel.header.shortcut = \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-AddOnDetailsPanel.homepage = \u30db\u30fc\u30e0\u30da\u30fc\u30b8\uff1a
-addons.installer.canceled = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f\u3002
-addons.installer.confirm.licence = <html><body><h1>\u30e9\u30a4\u30bb\u30f3\u30b9</h1>{0}<p><p><em>\u3053\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u3092\u627f\u8a8d\u3057\u307e\u3059\u304b\uff1f</em></p></body></html>
-addons.installer.failed = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\uff1a{0}
-addons.installer.freeplaneversion.format.error = {0} (\u5024{1})\u306b\u66f8\u5f0f\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\u3002
-addons.installer.groovy.script.name = \u30b9\u30af\u30ea\u30d7\u30c8\u540d {0} \u306f\u3001".groovy" \u3067\u7d42\u308f\u3063\u3066\u3044\u307e\u305b\u3093\u3002
-addons.installer.html.script = \u30b9\u30af\u30ea\u30d7\u30c8\u672c\u4f53\u304c HTML \u66f8\u5f0f\u3068\u306a\u3063\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002
-addons.installer.install = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-addons.installer.invalid.keyboard.shortcut = \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8 {0} \u306f\u7121\u52b9\u3067\u3059\u3002
-addons.installer.licence.unchanged = \u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u5909\u66f4\u306a\u3057
-addons.installer.map.structure = \u30de\u30c3\u30d7\u69cb\u9020\u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\uff1a{0}
-addons.installer.missing.child.nodes = \u5b50\u30ce\u30fc\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\uff1a{0}
-addons.installer.missing.permission.attribute = \u30b9\u30af\u30ea\u30d7\u30c8 {0} \uff1a\u8a31\u8afe\u5c5e\u6027 {1} \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-addons.installer.missing.properties = \u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\uff1a{0}
-addons.installer.missing.translation = {0} \u306e \u30ed\u30b1\u30fc\u30eb {1} \u3078\u306e\u7ffb\u8a33\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-addons.installer.no.scripts = \u30b9\u30af\u30ea\u30d7\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\u3002
-addons.installer.no.zipdata = ZIP \u30c7\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002
-addons.installer.nonstandard.permissions = \u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c\u306b\u306f\u3001\u53f3\u306e\u8a31\u8afe\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001\u73fe\u5728\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\uff1a{0}\n\u3053\u308c\u3089\u306e\u8a31\u8afe\u3092\u6a19\u6e96\u8a2d\u5b9a\u306b\u52a0\u3048\u307e\u3059\u304b\u3002
-addons.installer.one.child.expected = {0} \u306b\u4ed8\u3051\u3089\u308c\u308b\u5b50\u30ce\u30fc\u30c9\u306f\uff11\u3064\u3060\u3051\u3067\u3059\u304c\u3001{1} \u500b\u3001\u4ed8\u3044\u3066\u3044\u307e\u3059\u3002
-addons.installer.script.no.execution_mode = {0} \u306e\u300c\u5b9f\u884c\u30e2\u30fc\u30c9\u300d\u5c5e\u6027\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-addons.installer.script.no.menulocation = {0} \u306e\u300c\u30e1\u30cb\u30e5\u30fc\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u300d\u5c5e\u6027\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-addons.installer.script.no.menutitle = {0} \u306e\u300c\u30e1\u30cb\u30e5\u30fc\u30bf\u30a4\u30c8\u30eb\u30ad\u30fc\u300d\u5c5e\u6027\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-addons.installer.script.no.permissions = {0} \u306b\u306f\u3001\u8a31\u8afe\u304c\u4e00\u5207\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-addons.installer.success = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6210\u529f\u3002\n\u65b0\u898f\u30a2\u30c9\u30aa\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-addons.installer.success.update = {0} \u304b\u3089 {1} \u3078\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002\n\u3044\u304f\u3064\u304b\u306e\u6a5f\u80fd\u306b\u3064\u3044\u3066\u306f\u3001\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-addons.installer.title = \u30a2\u30c9\u30aa\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9
-addons.installer.too.new = <html>\u3053\u306e Freeplane \u30d0\u30fc\u30b8\u30e7\u30f3 {0} \u306f\u3001\u65b0\u3057\u3059\u304e\u307e\u3059\u3002<br>\u3053\u306e\u30a2\u30c9\u30aa\u30f3\u306f\u3001\u30d0\u30fc\u30b8\u30e7\u30f3  {1} \u307e\u3067\u3057\u304b\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002</html>
-addons.installer.too.old = <html>\u3053\u306e Freeplane \u30d0\u30fc\u30b8\u30e7\u30f3 {0} \u306f\u3001\u53e4\u3059\u304e\u307e\u3059\u3002<br>\u3053\u306e\u30a2\u30c9\u30aa\u30f3\u3092\u7d44\u307f\u8fbc\u3080\u306b\u306f\u3001\u5c11\u306a\u304f\u3068\u3082 {1} \u4ee5\u4e0a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5fc5\u8981\u3067\u3059\u3002</html>
-addons.installer.unknown.deinstallation.rules = \u672a\u77e5\u306e\u53d6\u308a\u5916\u3057\u30eb\u30fc\u30eb\uff1a {0}
-addons.installer.update = \u30d0\u30fc\u30b8\u30e7\u30f3 {0} \u304b\u3089\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8
-addons.installer.warning = <html><body><em>\u4fe1\u983c\u3067\u304d\u308b\u30bd\u30fc\u30b9\u4ee5\u5916\u304b\u3089\u306e\u30a2\u30c9\u30aa\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u907f\u3051\u307e\u3057\u3087\u3046\u3002\u60aa\u610f\u306e\u3042\u308b\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306b\u3088\u308b\u3001\u30c7\u30fc\u30bf\u306e\u7834\u58ca\u3084\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u306e\u4fb5\u5bb3\u306e\u6050\u308c\u304c\u3042\u308a\u307e\u3059\u3002</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = \u30b9\u30bf\u30a4\u30eb\u304b\u3089\u5c5e\u6027\u3092\u30b3\u30d4\u30fc
-AddStyleAttributes.tooltip = \u9078\u629e\u30ce\u30fc\u30c9\u306b\u3001\u5f53\u8a72\u30ce\u30fc\u30c9\u306b\u9069\u7528\u3055\u308c\u305f\u30b9\u30bf\u30a4\u30eb\u306b\u542b\u307e\u308c\u308b\u5c5e\u6027\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002.\uff3b\u8a33\u6ce8\uff1a\u30de\u30cb\u30e5\u30a2\u30eb\u304b\u3089\u610f\u8a33\uff3d
-AllMapsNodeListAction.text = \u3059\u3079\u3066\u306e\u30de\u30c3\u30d7\u3067\u691c\u7d22\uff06\u7f6e\u63db...
-always = \u5e38\u306b
-AlwaysUnfoldedNodeAction.text = \u5e38\u306b\u30ce\u30fc\u30c9\u3092\u5c55\u958b\uff08\u30aa\u30f3\uff0f\u30aa\u30d5\uff09
-antialias_all = \u3059\u3079\u3066\u306b\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9
-antialias_edges = \u7dda\u3060\u3051\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9
-antialias_none = \u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9\u306a\u3057
-apply = \u9069\u7528(&A)
-ApplyAction.text = \u9069\u7528(&A)
-ApplyFormatPlugin.text = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u66f8\u5f0f\u5909\u66f4(&C) ...
-ApplyFormatPlugin.tooltip = \u30ce\u30fc\u30c9\u3068\u7dda\u306e\u5c5e\u6027\u3092\u4e00\u5ea6\u306b\u5909\u66f4\u3067\u304d\u308b\u30c0\u30a4\u30a2\u30ed\u30b0\u3067\u3059\u3002
-ApplyNoFilteringAction.text = \u30d5\u30a3\u30eb\u30bf\u89e3\u9664
-ApplySelectedViewConditionAction.text = \u9078\u629e\u30ce\u30fc\u30c9\u306b\u7d5e\u3063\u3066\u9069\u7528
-ApplyToVisibleAction.text = \u30d5\u30a3\u30eb\u30bf\u4e2d\u306e\u30ce\u30fc\u30c9\u306b\u9069\u7528\uff08\u7d5e\u308a\u8fbc\u307f\uff09
-as_parent = \u89aa\u3068\u540c\u3058
-AskForHelp.text = \u30cd\u30c3\u30c8\u3067\u52a9\u8a00\u3092\u8981\u8acb
-AssignAttributesAction.text = \u62e1\u5f35\u5c5e\u6027\u30a8\u30c7\u30a3\u30bf...
-attribute_delete = \u5024\u306b\u95a2\u4fc2\u306a\u304f\u5c5e\u6027\u3092\u524a\u9664
-attribute_delete_value = \u5024\u304c\u4e00\u81f4\u3059\u308b\u5c5e\u6027\u3092\u524a\u9664
-attribute_font_size_tooltip = \u5c5e\u6027\u306e\u6587\u5b57\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-attribute_list_box_label_text = \u5019\u88dc\u5024
-attribute_name = \u5c5e\u6027\u540d
-attribute_replace = \u3000  \u5c5e\u6027\u540d\u30fb\u5024\u3092\u7f6e\u63db  \u3000
-attribute_top = \u8aad\u307f\u8fbc\u307f\u6e08\u307f\u30de\u30c3\u30d7\u306b\u95a2\u3059\u308b\u65e2\u5b58\u5c5e\u6027
-attribute_value = \u5c5e\u6027\u5024
-attributes_AddAttributeAction.text = \u5c5e\u6027\u3092\u4ed8\u52a0...
-attributes_adding_empty_attribute_error = \u5c5e\u6027\u540d\u306b\u7a7a\u6587\u5b57\u5217\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-attributes_all = \u3059\u3079\u3066\u306e\u5c5e\u6027
-attributes_assign_dialog = \u62e1\u5f35\u5c5e\u6027\u30a8\u30c7\u30a3\u30bf
-attributes_attribute = \u5c5e\u3000\u6027
-attributes_close = \u9589\u3058\u308b
-attributes_deselect_all = \u306a\u3057
-attributes_dialog_title = \u5c5e\u6027\u30de\u30cd\u30fc\u30b8\u30e3
-attributes_edit = \u5c5e\u6027\u540d\u30fb\u5024\u3092\u7de8\u96c6
-attributes_edit_tooltip = \u3053\u306e\u5c5e\u6027\u540d\u3067\u4f7f\u7528\u3067\u304d\u308b\u5c5e\u6027\u5024\u3092\u7de8\u96c6\u3057\u307e\u3059\u3002
-attributes_for_selected = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9
-attributes_for_visible = \u8868\u793a\u4e2d\u306e\u3059\u3079\u3066\u306e\u30ce\u30fc\u30c9
-attributes_import = \u30a4\u30f3\u30dd\u30fc\u30c8(&I)
-attributes_import_tooltip = \u5225\u306e\u8aad\u307f\u8fbc\u307f\u6e08\u307f\u30de\u30c3\u30d7\u304b\u3089\u5c5e\u6027\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002
-attributes_no_import_candidates_found = \u65b0\u898f\u5c5e\u6027\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-attributes_popup_delete = \u524a\u9664
-attributes_popup_down = \u4e0b\u3052\u308b
-attributes_popup_edit = \u7de8\u96c6
-attributes_popup_hide = \u96a0\u3059
-attributes_popup_new = \u65b0\u898f\u5c5e\u6027
-attributes_popup_optimal_width = \u8868\u793a\u5e45\u3092\u9069\u6b63\u5316
-attributes_popup_up = \u4e0a\u3052\u308b
-attributes_refresh = \u66f4\u65b0
-attributes_RemoveAllAttributesAction.text = \u3059\u3079\u3066\u306e\u5c5e\u6027\u3092\u524a\u9664
-attributes_RemoveFirstAttributeAction.text = \u6700\u521d\u306e\u5c5e\u6027\u3092\u524a\u9664
-attributes_RemoveLastAttributeAction.text = \u6700\u5f8c\u306e\u5c5e\u6027\u3092\u524a\u9664
-attributes_restricted_attributes_tooltip = \u4f7f\u7528\u3067\u304d\u308b\u5c5e\u6027\u540d\u3092\u3001\u300c\u5c5e\u6027\u540d\u30fb\u5024\u306e\u7de8\u96c6\u300d\u3067\u6307\u5b9a\u3057\u305f\u5019\u88dc\u5024\u306b\u5236\u9650\u3057\u307e\u3059\u3002
-attributes_restricted_values_tooltip = \u3053\u306e\u5c5e\u6027\u540d\u3067\u4f7f\u7528\u3067\u304d\u308b\u5c5e\u6027\u5024\u3092\u3001\u300c\u5c5e\u6027\u540d\u30fb\u5024\u306e\u7de8\u96c6\u300d\u3067\u6307\u5b9a\u3057\u305f\u5019\u88dc\u5024\u306b\u5236\u9650\u3057\u307e\u3059\u3002
-attributes_restriction = \u5c5e\u6027\u540d\u30fb\u5024\u3092\u5236\u9650
-attributes_select_all = \u3059\u3079\u3066
-attributes_select_all_tooltip = \u300c\u8868\u793a\u3059\u308b\u5c5e\u6027\u3092\u9650\u5b9a\u300d\u3057\u3066\u3044\u308b\u5834\u5408\u306b\u5c5e\u6027\u3092\u8868\u793a\u3059\u308b\u304b\u3001\u3057\u306a\u3044\u304b\u3092\u3001\u4e00\u5ea6\u306b\u6307\u5b9a\u3057\u307e\u3059\u3002
-attributes_show = \u8868\u793a
-attributes_skip_root = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u3092\u30b9\u30ad\u30c3\u30d7
-attributes_visible = \u9650\u5b9a\u8868\u793a\u306e\u5bfe\u8c61
-attributes_visible_tooltip = \u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001\u300c\u8868\u793a\u3059\u308b\u5c5e\u6027\u3092\u9650\u5b9a\u300d\u3057\u3066\u3044\u308b\u5834\u5408\u306b\u5c5e\u6027\u3092\u8868\u793a\u3057\u307e\u3059\u3002
-automatic_layout = \u81ea\u52d5\u30ec\u30a4\u30a2\u30a6\u30c8
-automatic_layout_disabled = \u3057\u306a\u3044
-automatically_save_message = \u30de\u30c3\u30d7\u306f\u81ea\u52d5\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002 (\u30d5\u30a1\u30a4\u30eb\u540d\uff1a {0}) ...
-AutomaticEdgeColorHookAction.text = \u7dda\u306e\u8272\u3092\u81ea\u52d5\u9078\u629e
-AutomaticLayout.ALL = \u3059\u3079\u3066\u306e\u30ce\u30fc\u30c9\u306b
-AutomaticLayout.HEADINGS = \u672b\u7aef\u30ce\u30fc\u30c9\u3092\u9664\u3044\u3066
-AutomaticLayout.level = \u8868\u984c {0}
-AutomaticLayout.level.root = \u30bf\u30a4\u30c8\u30eb
-AutomaticLayoutAction.text = \u968e\u5c64\u5225\u30b9\u30bf\u30a4\u30eb\u3092\u9069\u7528(&A)
-AutomaticLayoutAction.tooltip = \u30de\u30c3\u30d7\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u81ea\u52d5\u7684\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u3000\u7b2c\uff11\u968e\u5c64\u306f\u9ed2\u3001\u7b2c\uff12\u968e\u5c64\u306f\u9752\u3001\u7b49\u3002
-AutomaticLayoutControllerAction.ALL.text = \u3059\u3079\u3066\u306e\u30ce\u30fc\u30c9\u306b\u9069\u7528
-AutomaticLayoutControllerAction.HEADINGS.text = \u672b\u7aef\u30ce\u30fc\u30c9\u3092\u9664\u3044\u3066\u9069\u7528
-AutomaticLayoutControllerAction.null.text = \u9069\u7528\u3057\u306a\u3044
-BackAction.text = \u9078\u629e\u5c65\u6b74\u3092\u9061\u308b
-BackAction.tooltip = \u9078\u629e\u5c65\u6b74\u3092\u9061\u3063\u3066\u30b8\u30e3\u30f3\u30d7\u3057\u307e\u3059\u3002
-background = \u80cc\u666f
-bitmaps = \u30d3\u30c3\u30c8\u30de\u30c3\u30d7
-black = \u9ed2
-BlinkingNodeHookAction.text = \u30ce\u30fc\u30c9\u3092\u70b9\u6ec5
-BlinkingNodeHookAction.tooltip = <html>\u30ce\u30fc\u30c9\u3092\u70b9\u6ec5\u3055\u305b\u307e\u3059\u3002\u3053\u306e\u30ce\u30fc\u30c9\u3092\u591a\u6570\u306e\u30ce\u30fc\u30c9\u3092\u95a2\u9023\u3065\u3051\u305f\u308a\u3001<br><strong>\u4ed6\u306e\u81ea\u52d5\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3092\u9069\u7528\u3057\u305f\u308a\u3057\u306a\u3044\u3088\u3046\u3001</strong>\u6ce8\u610f\u3057\u3066\u4e0b\u3055\u3044</html>
-blue = \u9752
-BoldAction.text = \u592a\u5b57
-boldify_branch = \u592a\u5b57\u5316
-branch = \u679d
-browse = \u53c2\u7167...
-calendar_attributes_panel = \u30ab\u30ec\u30f3\u30c0\u30fc\uff0f\u5c5e\u6027
-calendar_panel = \u30ab\u30ec\u30f3\u30c0\u30fc
-can_not_connect_to_info_server = \u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002
-can_not_delete_predefined_style = \u65e2\u5b9a\u306e\u30b9\u30bf\u30a4\u30eb\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-can_not_delete_root_style = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306e\u30b9\u30bf\u30a4\u30eb\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-can_not_delete_style_group = \u30b9\u30bf\u30a4\u30eb\u30b0\u30eb\u30fc\u30d7\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-can_not_save_key_set = \u30db\u30c3\u30c8\u30ad\u30fc\u306e\u8a2d\u5b9a\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3002
-cancel = \u30ad\u30e3\u30f3\u30bb\u30eb(&C)
-CancelAction.text = \u30ad\u30e3\u30f3\u30bb\u30eb(&C)
-cannot_add_parent_diff_parents = \u3059\u3079\u3066\u306e\u30ce\u30fc\u30c9\u304c\u540c\u3058\u89aa\u30ce\u30fc\u30c9\u306b\u3064\u306a\u304c\u3063\u3066\u3044\u306a\u3051\u308c\u3070\u3001\u3053\u306e\u6a5f\u80fd\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002
-cannot_add_parent_to_root = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306b\u65b0\u898f\u89aa\u30ce\u30fc\u30c9\u3092\u4ed8\u52a0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-cannot_delete_root = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306e\u524a\u9664\u3084\u5207\u308a\u53d6\u308a\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-cannot_join_nodes_with_children = \u5b50\u30ce\u30fc\u30c9\u4ed8\u304d\u306e\u30ce\u30fc\u30c9\u306f\u7d71\u5408\u3067\u304d\u307e\u305b\u3093\u3002
-cannot_move_to_child = \u30ce\u30fc\u30c9\u306f\u81ea\u5206\u306e\u5b50\u30ce\u30fc\u30c9\u306b\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002
-CenterAction.text = \u9078\u629e\u4e2d\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u4e2d\u5fc3\u306b\u8868\u793a
-CenterSelectedNodeAction.text = \u9078\u629e\u30ce\u30fc\u30c9\u3092\u4e2d\u592e\u3078
-ChangeConnectorArrowsAction.backward.text = \u5f8c\u65b9
-ChangeConnectorArrowsAction.both.text = \u4e21\u65b9
-ChangeConnectorArrowsAction.forward.text = \u524d\u65b9
-ChangeConnectorArrowsAction.none.text = \u306a\u3057
-ChangeConnectorArrowsAction.text = \u30b3\u30cd\u30af\u30bf\u306e\u77e2\u5370\u5909\u66f4
-ChangeConnectorShapeAction.CUBIC_CURVE.text = \u66f2\u7dda
-ChangeConnectorShapeAction.EDGE_LIKE.text = \u30a8\u30c3\u30b8\u306e\u7dda\u306b\u64ec\u3059\u308b
-ChangeConnectorShapeAction.LINE.text = \u76f4\u7dda\uff08\u76f4\u7d50\uff09
-ChangeConnectorShapeAction.LINEAR_PATH.text = \u76f4\u7dda\uff08\u89d2\u4ed8\u304d\uff09
-ChangeNodeLevelLeftsAction.text = \u30ce\u30fc\u30c9\u3092\u79fb\u52d5\uff08\u89aa\u306e\u5f1f\u3078\uff09
-ChangeNodeLevelLeftsAction.tooltip = <html>\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304c\u30eb\u30fc\u30c8\u306e\u5de6\u5074\u306b\u3042\u308b\u5834\u5408\u306f\u3001\u30ce\u30fc\u30c9\u3092\u4e0b\u4f4d\u306b\u79fb\u52d5\u3057\u3001\u5144\u5f1f\u30ce\u30fc\u30c9\u306e\u5b50\u306b<br>\u79fb\u3057\u307e\u3059\u3002\u30eb\u30fc\u30c8\u306e\u53f3\u5074\u306e\u5834\u5408\u306f\u3001\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u3092\u4e0a\u4f4d\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002\u305d\u306e\u969b\u3001\u30eb\u30fc\u30c8<br>\u76f4\u4e0b\u306e\u30ce\u30fc\u30c9\u306f\u53cd\u5bfe\u5074\uff08\u5de6\u5074\uff09\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002</html>
-ChangeNodeLevelRightsAction.text = \u30ce\u30fc\u30c9\u3092\u79fb\u52d5\uff08\u5144\u306e\u672b\u5b50\u3078\uff09
-ChangeNodeLevelRightsAction.tooltip = <html>\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304c\u30eb\u30fc\u30c8\u306e\u53f3\u5074\u306b\u3042\u308b\u5834\u5408\u306f\u3001\u30ce\u30fc\u30c9\u3092\u4e0b\u4f4d\u306b\u79fb\u52d5\u3057\u3001\u5144\u5f1f\u30ce\u30fc\u30c9\u306e\u5b50\u306b<br>\u79fb\u3057\u307e\u3059\u3002\u30eb\u30fc\u30c8\u306e\u5de6\u5074\u306e\u5834\u5408\u306f\u3001\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u3092\u4e0a\u4f4d\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002\u305d\u306e\u969b\u3001\u30eb\u30fc\u30c8<br>\u76f4\u4e0b\u306e\u30ce\u30fc\u30c9\u306f\u53cd\u5bfe\u5074\uff08\u53f3\u5074\uff09\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002</html>
-choose_background_color = \u80CC\u666F\u8272\u3092\u9078\u3076...
-choose_cloud_color = \u96F2\u306E\u8272\u3092\u9078\u3076...
-choose_edge_color = \u7DDA\u306E\u8272\u3092\u9078\u3076
-choose_map_background_color = \u30de\u30c3\u30d7\u306e\u80cc\u666f\u8272\u3092\u9078\u3076
-choose_node_background_color = \u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272\u3092\u9078\u3076...
-choose_node_color = \u30ce\u30fc\u30c9\u306e\u6587\u5b57\u8272\u3092\u9078\u3076...
-ClearLinkAnchorAction.text = \u30ea\u30f3\u30af\u30a2\u30f3\u30ab\u30fc\u3092\u89e3\u9664
-ClearLinkAnchorAction.tooltip = <html>\u30ce\u30fc\u30c9\u306b\u30bb\u30c3\u30c8\u6e08\u307f\u306e\u30a2\u30f3\u30ab\u30fc\u3092\u89e3\u9664\u3057\u307e\u3059\u3002</html>
-close_btn = \u9589\u3058\u308b(&C)
-CloseAction.text = \u8868\u793a\u4e2d\u306e\u30de\u30c3\u30d7\u3092\u9589\u3058\u308b(&C)
-CloudAction.text = \u96f2\uff08\u6a19\u6e96\uff09\u3092\u4ed8\u52a0\uff0f\u524a\u9664
-CloudColorAction.text = \u96f2\u306e\u8272...
-CloudShapeAction.ARC.text = \u30e2\u30af\u30e2\u30af
-CloudShapeAction.RECT.text = \u77e9\u5f62
-CloudShapeAction.ROUND_RECT.text = \u4e38\u89d2\u77e9\u5f62
-CloudShapeAction.STAR.text = \u30c8\u30f3\u30ac\u30ea
-ColorProperty.ResetColor = \u30ea\u30bb\u30c3\u30c8\u6642\u306e\u8272
-combined = \u8907\u5408
-condition = \u6761\u4ef6
-confirmation = \u78ba\u8a8d
-connector = \u30b3\u30cd\u30af\u30bf
-connector_arrows = \u77e2\u3000 \u5370
-connector_label = \u30b3\u30cd\u30af\u30bf\u306e\u30e9\u30d9\u30eb
-connector_lines = \u7dda\u3000 \u7a2e
-connector_shapes = \u5f62\u3000 \u72b6
-ConnectorColorAction.text = \u30b3\u30cd\u30af\u30bf\u306e\u8272...
-CopyAction.text = \u30b3\u30d4\u30fc(&C)
-CopyAction.tooltip = \u9078\u629e\u4e2d\u306e\u679d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002
-CopyAttributes.text = \u5c5e\u6027\u3092\u30b3\u30d4\u30fc(&A)
-CopyIDAction.text = \u30ce\u30fc\u30c9 ID \u3092\u30b3\u30d4\u30fc(&D)
-CopyMapStylesAction.text = \u30de\u30c3\u30d7\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u30b3\u30d4\u30fc...
-CopyNodeURIAction.text = \u30ce\u30fc\u30c9\u306e URI \u3092\u30b3\u30d4\u30fc
-copyright = Copyright \u00a9 2000-2012 Freeplane team and others
-CopySingleAction.text = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u307f\u30b3\u30d4\u30fc(&S)
-CopySingleAction.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u3060\u3051\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002
-CopyStyleExtensionsAction.text = \u30b9\u30bf\u30a4\u30eb\u30ce\u30fc\u30c9\u304b\u3089\u62e1\u5f35\u60c5\u5831\u3092\u30b3\u30d4\u30fc
-corrupt_map = \u30de\u30c3\u30d7\u306e\u5185\u5bb9\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002
-CreateConjunctConditionAction.text = And
-CreateDisjunctConditionAction.text = Or
-CreateNotSatisfiedConditionAction.text = Not
-CreationModificationPluginAction.text = \u66f4\u65b0\u6642\u523b\u3092\u8868\u793a(&M)
-CreationModificationPluginAction.tooltip = \u30ce\u30fc\u30c9\u306e\u4f5c\u6210\u30fb\u5909\u66f4\u6642\u523b\u3092\u8a18\u9332\u3057\u307e\u3059\u3002
-current_dir = \u30de\u30c3\u30d7
-CutAction.text = \u5207\u308a\u53d6\u308a(&T)
-decrease_branch_font_size = \u6587\u5b57\u3092\u5c0f\u3055\u304f
-DecreaseNodeFontAction.text = \u6587\u5b57\u3092\u5c0f\u3055\u304f
-default = \u6a19\u6e96\u30b9\u30bf\u30a4\u30eb
-DefaultColorAction.text = \u6a19\u6e96\u8272
-defaultstyle.details = \u8a73\u7d30
-defaultstyle.floating = \u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30ce\u30fc\u30c9
-defaultstyle.note = \u30ce\u30fc\u30c8
-delete = \u524a\u9664(&D)
-delete_child = \u30ce\u30fc\u30c9\u3092\u524a\u9664
-DeleteAction.text = \u30ce\u30fc\u30c9\u3092\u524a\u9664(&O)
-DeleteConditionAction.text = \u524a\u9664
-DeleteDetailsAction.text = \u30ce\u30fc\u30c9\u306e\u8a73\u7d30\u3092\u524a\u9664
-DeleteLevelStyleAction.text = \u968e\u5c64\u5225\u30b9\u30bf\u30a4\u30eb\u3092\u524a\u9664
-DeleteStyleAction.text = \u30b9\u30bf\u30a4\u30eb\u3092\u524a\u9664
-DeleteUserStyleAction.text = \u30e6\u30fc\u30b6\u5b9a\u7fa9\u30b9\u30bf\u30a4\u30eb\u3092\u524a\u9664
-dialect_info.app = \u30de\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb {0} \u306f {1} \u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3088\u3063\u3066\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-dialect_info.unknownApp = \u8aad\u307f\u8fbc\u307e\u308c\u305f\u30de\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u4f5c\u6210\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u4e0d\u660e\u3067\u3059\u3002
-dialect_info.unknownURL = \u6307\u5b9a\u3055\u308c\u305f WEB \u30b5\u30a4\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-dialect_info.url = \u8a73\u7d30\u306f\u3001\u30d7\u30ed\u30b0\u30e9\u30e0 WEB \u30b5\u30a4\u30c8 {0} \u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002
-dialect_info.warning = Freeplane \u306b\u3088\u308b\u30de\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u8fbc\u307f\u3001\u8868\u793a\u3001\u53c8\u306f\u4fdd\u5b58\u304c\u6b63\u3057\u304f\u884c\u306a\u308f\u308c\u3066\u3044\u306a\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002
-DirectHtmlFlavorHandler = HTML \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\uff1a\u5358\u4e00\u30ce\u30fc\u30c9\u306b\u5909\u63db
-DocumentationAction.text = \u30de\u30cb\u30e5\u30a2\u30eb
-down = \u4e0b\u3078(&O)
-download = \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9
-dropped_file_error = <html>\u30c9\u30e9\u30b0\uff06\u30c9\u30ed\u30c3\u30d7\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<br>\u7406\u7531\uff1a{0}<html>
-edge = \u7dda
-edge_is_formatted_by_style = <html>\u7dda\u306e\u66f8\u5f0f\u306f\u3001\u30b9\u30bf\u30a4\u30eb\u306b\u3088\u3063\u3066\u5236\u5fa1\u3055\u308c\u3066\u3044\u307e\u3059\u3002<br>\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001\u95a2\u9023\u30b9\u30bf\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u3066\u304f\u3060\u3055\u3044\u3002</html>
-edge_style = \u7dda\u306e\u5f62\u72b6
-edge_width = \u7dda\u306e\u592a\u3055
-EdgeColorAction.text = \u7dda\u306e\u8272...
-EdgeStyleAction.bezier.text = \u30d9\u30b8\u30a7\u66f2\u7dda
-EdgeStyleAction.bezier.tooltip = \u7dda\u3092\u306a\u3060\u3089\u304b\u306a\u66f2\u7dda\u3067\u8868\u793a\u3057\u307e\u3059\u3002
-EdgeStyleAction.hide_edge.text = \u7dda\u3092\u96a0\u3059
-EdgeStyleAction.hide_edge.tooltip = <html>\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304b\u3089\u89aa\u30ce\u30fc\u30c9\u3078\u306e\u7dda\u306f\u3001\u70b9\u7dda\u3067\u8868\u793a\u3057\u307e\u3059\u3002<br>\u305d\u306e\u4ed6\u306e\u5834\u5408\u306f\u3001\u7dda\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002</html>
-EdgeStyleAction.horizontal.text = \u76f4\u89d2\u66f2\u304c\u308a
-EdgeStyleAction.horizontal.tooltip = \u76f4\u89d2\u306b\u66f2\u304c\u308b\u76f4\u7dda\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
-EdgeStyleAction.linear.text = \u76f4\u7dda
-EdgeStyleAction.linear.tooltip = \u7dda\u3092\u89d2\u306e\u7121\u3044\u76f4\u7dda\u3067\u8868\u793a\u3057\u307e\u3059\u3002
-EdgeStyleAction.sharp_bezier.text = \u5148\u7d30\u30d9\u30b8\u30a7\u66f2\u7dda
-EdgeStyleAction.sharp_bezier.tooltip = \u7dda\u3092\u5148\u304c\u7d30\u304f\u306a\u308b\u306a\u3060\u3089\u304b\u306a\u66f2\u7dda\u3067\u8868\u793a\u3057\u307e\u3059\u3002
-EdgeStyleAction.sharp_linear.text = \u5148\u7d30\u76f4\u7dda
-EdgeStyleAction.sharp_linear.tooltip = \u7dda\u3092\u5148\u304c\u7d30\u304f\u306a\u308b\u76f4\u7dda\u3067\u8868\u793a\u3057\u307e\u3059\u3002
-EdgeStyleAsParentAction.text = \u89aa\u3068\u540c\u3058
-EdgeStyleAsParentAction.tooltip = <html>\u89aa\u30ce\u30fc\u30c9\u3068\u540c\u3058\u7dda\u306e\u5f62\u72b6\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002</html>[obsolete]
-EdgeWidthAction_width_parent.text = \u89aa\u3068\u540c\u3058
-EdgeWidthAction_width_thin.text = \u7d30\u3044\u7dda
-edit = \u7de8\u96c6(&E)
-edit.decision = HTML \u30a8\u30c7\u30a3\u30bf
-edit.edit_rich_text = \u592a\u5b57\u3001\u659c\u4f53\u306a\u3069\u306e\u66f8\u5f0f\u3092\u4f7f\u7528\u3057\u307e\u3059\u304b\uff1f
-edit_details = \u30ce\u30fc\u30c9\u306e\u8a73\u7d30\u3092\u30a4\u30f3\u30e9\u30a4\u30f3\u7de8\u96c6...
-edit_end_label = <html>\u30b3\u30cd\u30af\u30bf<br>\u30e9\u30d9\u30eb\uff1a
-edit_label_font_family = \u30d5\u30a9\u30f3\u30c8  \u540d
-edit_label_font_size = \u6587\u5b57\u30b5\u30a4\u30ba
-edit_link_manually = \u30ea\u30f3\u30af\u5148\u3092\u6307\u5b9a...
-edit_long_node = \u30ce\u30fc\u30c9\u30b3\u30a2\u3092\u30c0\u30a4\u30a2\u30ed\u30b0\u7de8\u96c6
-edit_middle_label = <html>\u4e2d\u9593\u70b9<br>\u30e9\u30d9\u30eb\uff1a
-edit_note = \u30ce\u30fc\u30c8\u3092\u7de8\u96c6
-edit_source_label = <html>\u59cb\u3000 \u70b9<br>\u30e9\u30d9\u30eb\uff1a
-edit_target_label = <html>\u7d42\u3000 \u70b9<br>\u30e9\u30d9\u30eb\uff1a
-edit_transparency_label = \u900f\u904e\u6027
-edit_width_label = \u592a\u3000  \u3055
-EditAction.text = \u30ce\u30fc\u30c9\u30b3\u30a2\u3092\u30a4\u30f3\u30e9\u30a4\u30f3\u7de8\u96c6...
-EditAttributesAction.text = \u5c5e\u6027\u3092\u30a4\u30f3\u30e9\u30a4\u30f3\u7de8\u96c6...
-EditDetailsAction.text = \u30ce\u30fc\u30c9\u306e\u8a73\u7d30\u3092\u30a4\u30f3\u30e9\u30a4\u30f3\u7de8\u96c6...
-EditDetailsInDialogAction.text = \u30ce\u30fc\u30c9\u306e\u8a73\u7d30\u3092\u30c0\u30a4\u30a2\u30ed\u30b0\u7de8\u96c6...
-EditFilterAction.text = \u30d5\u30a3\u30eb\u30bf\u6761\u4ef6\u3092\u6307\u5b9a...
-EditLongAction.text = \u30ce\u30fc\u30c9\u30b3\u30a2\u3092\u30c0\u30a4\u30a2\u30ed\u30b0\u7de8\u96c6...
-EditNoteInDialogAction.text = \u30ce\u30fc\u30c8\u3092\u30c0\u30a4\u30a2\u30ed\u30b0\u7de8\u96c6...
-EditScript = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7de8\u96c6...
-EditStylesAction.text = \u30b9\u30bf\u30a4\u30eb\u3092\u7de8\u96c6
-EncryptedMap.text = \u4fdd\u8b77\uff08\u6697\u8a3c\uff09\u4ed8\u304d\u65b0\u898f\u30de\u30c3\u30d7(&Y)...
-EncryptedMap.tooltip = \u65b0\u3057\u3044\u6697\u8a3c\u4ed8\u304d\u79d8\u533f\u30de\u30c3\u30d7\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002
-enter_base_url = \u76f8\u5bfe\u30ea\u30f3\u30af\u3092\u8cbc\u308a\u4ed8\u3051\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u30d9\u30fc\u30b9URL\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-enter_condition_name = \u65b0\u898f\u6761\u4ef6\u306e\u540d\u79f0\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-enter_confirms = Enter \u3067\u78ba\u5b9a(&E)
-enter_keyset_name = \u30db\u30c3\u30c8\u30ad\u30fc\u306e\u30d7\u30ea\u30bb\u30c3\u30c8\u540d\uff1a
-enter_map_url = \u30de\u30c3\u30d7\u306e URL \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-enter_new_style_name = \u65b0\u898f\u30b9\u30bf\u30a4\u30eb\u306e\u540d\u79f0\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-enter_node_id = \u30ce\u30fc\u30c9 ID \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-enter_zoom = \u8868\u793a\u500d\u7387\uff08\uff05\uff09\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-EnterPassword.text = \u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u60c5\u5831\u4fdd\u8b77\uff0f\u95b2\u89a7
-error = \u30a8\u30e9\u30fc\u304c\u8d77\u304d\u307e\u3057\u305f\u3002
-error_applying_template = XSL \u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u9069\u7528\u3067\u30a8\u30e9\u30fc\u304c\u8d77\u304d\u307e\u3057\u305f\u3002
-error_creating_directory = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5148\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-error_in_template = \u6a19\u6e96\u30de\u30c3\u30d7\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8 {0} \u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-errornumber = {0} \u500b\u306e\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\u3002
-ExecuteScriptError.text = \u30b9\u30af\u30ea\u30d7\u30c8\u304c\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002
-ExecuteScriptForAllNodes.text = \u3059\u3079\u3066\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c
-ExecuteScriptForSelectionAction.text = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c
-ExecuteScriptOnSelectedNode.text = {0} \u3092\u9078\u629e\u30ce\u30fc\u30c9\uff08\u3059\u3079\u3066\uff09\u3067\u5b9f\u884c
-ExecuteScriptOnSelectedNodeRecursively.text = {0} \u3092\u9078\u629e\u30ce\u30fc\u30c9\u3067\u518d\u5e30\u7684\u306b\u5b9f\u884c
-ExecuteScriptOnSingleNode.text = {0} \u3092\u9078\u629e\u30ce\u30fc\u30c9\uff08\u5358\u4e00\uff09\u3067\u5b9f\u884c
-ExecuteScripts.noScriptsAvailable = \u4f7f\u7528\u53ef\u80fd\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3057
-ExecuteScripts.text = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u9078\u3093\u3067\u5b9f\u884c
-ExecuteScriptSecurityError.text = \u30b9\u30af\u30ea\u30d7\u30c8\uff1a {0} \n\u3000\u3000\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-export_failed = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-export_pdf_text = PDF \u30d5\u30a1\u30a4\u30eb\u306b
-export_svg_text = SVG \u753b\u50cf\u306b
-export_using_xslt = Freeplane \u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-ExportAction.text = \u30de\u30c3\u30d7\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8(&E)
-ExportBranchAction.text = \u679d\u3092\u65b0\u3057\u3044\u30de\u30c3\u30d7\u306b...
-ExportBranchToHTMLAction.text = \u679d\u3092 HTML \u30d5\u30a1\u30a4\u30eb\u306b
-exported_file = {0} \u30d5\u30a1\u30a4\u30eb
-ExportPdf.text = PDF \u30d5\u30a1\u30a4\u30eb\u306b
-ExportSvg.text = SVG \u753b\u50cf\u306b
-ExportToHTMLAction.text = HTML \u30d5\u30a1\u30a4\u30eb\u306b
-ExportToImage.jpg.text = JPEG \u753b\u50cf\u306b
-ExportToImage.png.text = PNG \u753b\u50cf\u306b
-ExportToOoWriter.text = Open Office Writer \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b
-extension_menu = \u30b9\u30bf\u30a4\u30eb
-ExternalImage_popupMenu_Change = \u753b\u50cf\u3092\u5909\u66f4...
-ExternalImage_popupMenu_Open = \u753b\u50cf\u30d3\u30e5\u30fc\u30a2\u3067\u958b\u304f
-ExternalImage_popupMenu_Remove = \u753b\u50cf\u3092\u524a\u9664
-ExternalImage_popupMenu_ResetZoom = \u62e1\u5927\u30fb\u7e2e\u5c0f\u3092\u30ea\u30bb\u30c3\u30c8
-ExternalImageAddAction.text = \u753b\u50cf\u3092\u4ed8\u52a0...
-ExternalImageChangeAction.text = \u753b\u50cf\u3092\u5909\u66f4
-ExternalImageRemoveAction.text = \u753b\u50cf\u3092\u524a\u9664
-ExtractLinkFromTextAction.text = \u30ce\u30fc\u30c9\u6587\u5b57\u5217\u304b\u3089\u30ea\u30f3\u30af\u8a2d\u5b9a
-ExtractLinkFromTextAction.tooltip = \u30ce\u30fc\u30c9\u306b\u542b\u307e\u308c\u308b\u6587\u5b57\u5217\u3092\u57fa\u306b\u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002
-f_button_unassigned = \uff1c\u672a\u5b9a\u7fa9\uff1e
-FaqOpenURLAction.text = \u3088\u304f\u3042\u308b\u8cea\u554f
-file = \u30d5\u30a1\u30a4\u30eb(&F)
-file_already_exists = \u540C\u3058\u30D5\u30A1\u30A4\u30EB {0} \u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u4E0A\u66F8\u304D\u3057\u3066\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
-file_not_found = \u30d5\u30a1\u30a4\u30eb {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-FileListFlavorHandler = \u30d5\u30a1\u30a4\u30eb\u306b\u30ea\u30f3\u30af
-FileProperties_BranchLeafCount = \u9078\u629e\u4e2d\u306e\u679d\u306e\u672b\u7aef\u30ce\u30fc\u30c9\u6570\uff1a
-FileProperties_BranchNodeCount = \u9078\u629e\u4e2d\u306e\u679d\u306e\u30ce\u30fc\u30c9\u6570\uff1a
-FileProperties_ChangesSinceLastSave = \u76f4\u8fd1\u306e\u4fdd\u5b58\u4ee5\u964d\u306e\u5909\u66f4\uff1a
-FileProperties_FileName = \u30d5\u30a1\u30a4\u30eb\u540d\uff1a
-FileProperties_FileSaved = \u30d5\u30a1\u30a4\u30eb\u4fdd\u5b58\u6642\u9593\uff1a
-FileProperties_FileSize = \u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\uff1a
-FileProperties_MainBranchCount = \u5927\u679d\u306e\u6570\uff1a
-FileProperties_NeverSaved = \u672a\u4fdd\u5b58
-FileProperties_NodeChildCount = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306e\u5b50\u30ce\u30fc\u30c9\u6570\uff1a
-FileProperties_NodeSelectionCount = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u6570\uff1a
-FileProperties_TotalFilteredCount = \u30d5\u30a3\u30eb\u30bf\u6761\u4ef6\u9069\u5408\u30ce\u30fc\u30c9\u6570\uff1a
-FileProperties_TotalLeafCount = \u672b\u7aef\u30ce\u30fc\u30c9\u7dcf\u6570\uff1a
-FileProperties_TotalNodeCount = \u30ce\u30fc\u30c9\u7dcf\u6570\uff1a
-FilePropertiesAction.text = \u30de\u30c3\u30d7\u30c7\u30fc\u30bf(&I)
-FileRevisionsDialog.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb(&C)
-FileRevisionsDialog.file_last_modified = \u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7
-FileRevisionsDialog.file_name = \u30d5\u30a1\u30a4\u30eb\u540d
-FileRevisionsDialog.file_size = \u30d0\u30a4\u30c8
-FileRevisionsDialog.open = \u958b\u304f(&O)
-FileRevisionsDialog.open.tooltip = \u65e5\u4ed8\u304c\u53e4\u304f\u3066\u3082\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304d\u307e\u3059\u3002
-FileRevisionsDialog.question = {0} \u306e\u66f4\u65b0\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u3002
-FileRevisionsDialog.restore = \u5fa9\u5143(&O)
-FileRevisionsDialog.restore.tooltip = {0} \u3092 {1} \u306b\u7f6e\u63db\u3057\u307e\u3059\u3002
-FileRevisionsDialog.title = \u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0
-filter = \u30d5\u30a3\u30eb\u30bf
-filter_add = \u5c5e\u6027\u540d\u30fb\u5024\u3092\u4ed8\u52a0(&A)
-filter_and = And(&N)
-filter_any_text = \u30b3\u30a2\u30c6\u30ad\u30b9\u30c8\u3001\u8a73\u7d30\u3001\u53c8\u306f\u30ce\u30fc\u30c8\u3000
-filter_conditions = \u30d5\u30a3\u30eb\u30bf
-filter_contains = \u2283(\u542b\u3080)
-filter_created_after = \u4ee5\u964d\u306b\u4f5c\u6210\u3055\u308c\u305f
-filter_created_before = \u4ee5\u524d\u306b\u4f5c\u6210\u3055\u308c\u305f
-filter_delete = \u524a\u9664(&D)
-filter_details = \u8a73\u7d30
-filter_dialog = \u30d5\u30a3\u30eb\u30bf\u306e\u6761\u4ef6\u3092\u6307\u5b9a
-filter_does_not_exist = \u5b58\u5728\u3057\u307e\u305b\u3093
-filter_edit_description = \u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u3092\u7de8\u96c6
-filter_enter_value = \u5024\u3092\u5165\u529b
-filter_even_level = \u5947\u6570\u968e\u5c64\u30ce\u30fc\u30c9
-filter_exist = \u4ed8\u304d
-filter_icon = \u30a2\u30a4\u30b3\u30f3
-filter_is_equal_to = \uff1d
-filter_is_not_equal_to = \u2260
-filter_leaf = \u672b\u7aef\u30ce\u30fc\u30c9
-filter_link = \u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af
-filter_match_approximately = \u66d6\u6627(&A)
-filter_match_approximately_tooltip = <html>\u66d6\u6627\u691c\u7d22\u306e\u30aa\u30f3\uff0f\u30aa\u30d5\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002<br/>\u4f8b\u3048\u3070\u3001'files' \u306e\u691c\u7d22\u6642\u306b 'flies' \u306a\u3069\u3082\u30de\u30c3\u30c1\u3057\u305f\u3068\u307f\u306a\u3057\u307e\u3059\u3002</html>
-filter_match_case = \u5927\u6587\u5b57\uff0f\u5c0f\u6587\u5b57\u3092\u533a\u5225(&C)
-filter_match_case_tooltip = \u30d5\u30a3\u30eb\u30bf\u9069\u7528\u6642\u306b\u3001\u5927\u6587\u5b57\uff0f\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u307e\u3059\u3002
-filter_modified_after = \u4ee5\u964d\u306b\u5909\u66f4\u3055\u308c\u305f
-filter_modified_before = \u4ee5\u524d\u306b\u5909\u66f4\u3055\u308c\u305f
-filter_no_filtering = \u30d5\u30a3\u30eb\u30bf\u7121\u3057
-filter_node = \u30b3\u30a2\u30c6\u30ad\u30b9\u30c8
-filter_node_level = \u30ce\u30fc\u30c9\u968e\u5c64
-filter_not = Not(&N)
-filter_note = \u30ce\u30fc\u30c8
-filter_odd_level = \u5076\u6570\u968e\u5c64\u30ce\u30fc\u30c9
-filter_or = Or(&R)
-filter_parent = \u89aa\u30ce\u30fc\u30c9\u306e\u30c6\u30ad\u30b9\u30c8
-filter_periodic_level = \u968e\u5c64\u5468\u671f
-filter_priority = \u512a\u5148\u9806\u4f4d
-filter_regexp_matches = \u6b63\u898f\u8868\u73fe\u306b\u30de\u30c3\u30c1\u3059\u308b
-filter_reminder = \u30ea\u30de\u30a4\u30f3\u30c0
-filter_reminder_after = \u53f3\u8a18\u306e\u65e5\u6642\u4ee5\u964d\u306b\u8a2d\u5b9a
-filter_reminder_before = \u53f3\u8a18\u306e\u65e5\u6642\u4ee5\u524d\u306b\u8a2d\u5b9a
-filter_reminder_executed = \u671f\u9650\u5207\u308c\u306e\u3082\u306e
-filter_reminder_later = \u671f\u9650\u304c\u4eca\u5f8c\u306e\u3082\u306e
-filter_root = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9
-filter_script = \u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a3\u30eb\u30bf
-filter_select = \u9078\u629e(&S)
-filter_selected_node_view = \u30d5\u30a3\u30eb\u30bf\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9
-filter_selected_node_view_snapshot = \u9078\u629e\u7bc4\u56f2\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f
-filter_style = \u30b9\u30bf\u30a4\u30eb
-filter_time = \u65e5\u4ed8\u30d5\u30a3\u30eb\u30bf
-FilterComposerDialog.save = \u4fdd\u5b58(&S)
-filters_not_loaded = \u30d5\u30a3\u30eb\u30bf\u30d5\u30a1\u30a4\u30eb\u304c\u58ca\u308c\u3066\u3044\u3066\u3001\u8aad\u307f\u8fbc\u307f\u3067\u304d\u307e\u305b\u3093\u3002
-find_what = \u4F55\u3092\u691C\u7D22\u3057\u307E\u3059\u304B\uFF1F
-FindAction.text = \u691c\u7d22...
-FirstGroupNodeAction.text = \u307e\u3068\u3081\u30ce\u30fc\u30c9\u7fa4\u306e\u59cb\u70b9
-fit_map_to_page = \u5168\u4f53\u3092\uff11\u30da\u30fc\u30b8\u306b\u53ce\u3081\u308b(&F)
-fit_map_to_page_height = \u7e26\u5e45\u3092\u30da\u30fc\u30b8\u306b\u5408\u308f\u305b\u308b(&H)
-fit_map_to_page_width = \u6a2a\u5e45\u3092\u30da\u30fc\u30b8\u306b\u5408\u308f\u305b\u308b(&W)
-FitToPage.text = \u30da\u30fc\u30b8\u306b\u5408\u308f\u305b\u3066\u5168\u4f53\u8868\u793a(&F)
-FitToPage.tooltip = \u30de\u30c3\u30d7\u5168\u4f53\u304c\u73fe\u884c\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u53ce\u307e\u308b\u3088\u3046\u306b\u8868\u793a\u500d\u7387\u3092\u8abf\u6574\u3057\u307e\u3059\u3002
-fold = \u6298\u308a\u7573\u3080
-FoldAllAction.text = \u3059\u3079\u3066\u6298\u308a\u7573\u3080
-FoldAllAction.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306e\u3059\u3079\u3066\u306e\u5b50\u30ce\u30fc\u30c9\u3092\u6298\u308a\u7573\u307f\u3001\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002
-FoldOneLevelAction.text = \uff11\u968e\u5c64\u5206\u3060\u3051\u6298\u308a\u7573\u3080
-FoldOneLevelAction.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306e\u4e0b\u4f4d\u30ce\u30fc\u30c9\u3092\uff11\u968e\u5c64\u5206\u3060\u3051\u6298\u308a\u7573\u307f\u307e\u3059\u3002
-follow_graphical_link = \u30ea\u30f3\u30af\u5148\uff1a
-FollowLinkAction.text = \u30ea\u30f3\u30af\u5148\u3078\u30b8\u30e3\u30f3\u30d7
-font = \u30D5\u30A9\u30F3\u30C8
-FontFamilyAction.text = \u30d5\u30a9\u30f3\u30c8\u540d
-FontSizeAction.text = \u6587\u5b57\u30b5\u30a4\u30ba
-format_invalid_pattern = \u30d1\u30bf\u30fc\u30f3\u5024\u304c\u4e0d\u9069\u5207
-format_menu_cloud_shapes = \u96f2\uff08\u4ed8\u52a0 or \u5f62\u3092\u5909\u66f4\uff09
-format_menu_edge_styles = \u7dda\u306e\u5f62\u72b6(&E)
-format_menu_edge_widths = \u7dda\u306e\u592a\u3055(&W)
-format_panel = \u66f8\u5f0f
-FormatCopy.text = \u66f8\u5f0f\u306e\u307f\u30b3\u30d4\u30fc
-FormatCopy.tooltip = \u30ce\u30fc\u30c9\u306e\u66f8\u5f0f\u3060\u3051\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002
-FormatPaste.text = \u66f8\u5f0f\u306e\u307f\u8cbc\u308a\u4ed8\u3051
-FormatPaste.tooltip = \u30ce\u30fc\u30c9\u306e\u66f8\u5f0f\u3060\u3051\u3092\u8cbc\u308a\u4ed8\u3051\u307e\u3059\u3002
-formats_not_loaded = \u66f8\u5f0f\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d5\u30a1\u30a4\u30eb\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002
-formula.error.attributeValueIsNull = \u8a08\u7b97\u5f0f\u5b9f\u884c\u5f8c\u306e\u5c5e\u6027\u5024 ''{0}'' \u306f\u7a7a\u5024\u3067\u3059\u3002
-formula.error.circularReference = \u5faa\u74b0\u53c2\u7167\uff1a\u30ce\u30fc\u30c9 "{0}" \u306e\u8a08\u7b97\u5f0f\u306f\u3001\u81ea\u5df1\u306e\u5024\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u3002.
-formula.EvaluateAllAction.text = \u3059\u3079\u3066\u306e\u8a08\u7b97\u5f0f\u3092\u5b9f\u884c
-formula.EvaluateAllAction.tooltip = \u7de8\u96c6\u4e2d\u306e\u30de\u30c3\u30d7\u306e\u3059\u3079\u3066\u306e\u8a08\u7b97\u5f0f\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002
-formula.menuname = \u8a08\u7b97\u5f0f
-formula_editor = \u8a08\u7b97\u5f0f\u3092\u7de8\u96c6
-ForwardAction.text = \u9078\u629e\u5c65\u6b74\u3092\u9032\u3080
-ForwardAction.tooltip = \u9078\u629e\u6b74\u306e\u65b0\u3057\u3044\u3082\u306e\u306b\u5411\u304b\u3063\u3066\u3001\u30b8\u30e3\u30f3\u30d7\u3057\u307e\u3059\u3002
-FreeNodeAction.text = \u30d5\u30ea\u30fc\u30dd\u30b8\u30b7\u30e7\u30f3\u30ce\u30fc\u30c9\u306b\u6307\u5b9a\uff0f\u89e3\u9664
-Freeplane.progress.buildScreen = \u753b\u9762\u3092\u69cb\u6210\u4e2d...
-Freeplane.progress.createController = \u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3092\u4f5c\u6210\u4e2d...
-Freeplane.progress.createInitialMode = \u521d\u671f\u30e2\u30fc\u30c9\u3092\u4f5c\u6210\u4e2d...
-Freeplane.progress.endStartup = \u30b9\u30bf\u30fc\u30c8\u30a2\u30c3\u30d7\u3092\u5b8c\u4e86
-Freeplane.progress.gettingPreferenceDirectories = \u74b0\u5883\u8a2d\u5b9a\u30d5\u30a9\u30eb\u30c0\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-Freeplane.progress.gettingPreferences = \u74b0\u5883\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-Freeplane.progress.loadMaps = \u30de\u30c3\u30d7\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-Freeplane.progress.propagateLookAndFeel = \u30eb\u30c3\u30af\uff06\u30d5\u30a3\u30fc\u30eb\u3092\u4f1d\u9054\u4e2d...
-Freeplane.progress.settingPreferences = \u74b0\u5883\u8a2d\u5b9a...
-Freeplane.progress.startCreateController = \u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u4f5c\u6210\u958b\u59cb...
-Freeplane.progress.updateLookAndFeel = \u30eb\u30c3\u30af\uff06\u30d5\u30a3\u30fc\u30eb\u3092\u66f4\u65b0\u4e2d...
-freeplane_reverted = Freeplane \u306f\u6700\u5f8c\u306b\u624b\u52d5\u4fdd\u5b58\u3057\u305f\u3068\u304d\u306e\u72b6\u614b\u306b\u623b\u308a\u307e\u3057\u305f\u3002
-FreeplaneHelpStarter.text = \u30aa\u30f3\u30e9\u30a4\u30f3\u30d8\u30eb\u30d7...
-FreeplaneHelpStarter.tooltip = Freeplane \u62e1\u5f35\u30d8\u30eb\u30d7
-GettingStartedAction.text = \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb
-GotoLinkNodeAction.text = \u30ea\u30f3\u30af\u5148\u3078\u30b8\u30e3\u30f3\u30d7
-GotoNodeAction.text = \u6307\u5b9a ID \u306e\u30ce\u30fc\u30c9\u3078\u30b8\u30e3\u30f3\u30d7...
-GrabKeyDialog.common.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = \u5272\u308a\u5f53\u3066\uff1a
-GrabKeyDialog.grab-key.assigned-to.none = \u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-GrabKeyDialog.grab-key.clear = \u6d88\u53bb
-GrabKeyDialog.grab-key.remove = \u524a\u9664
-GrabKeyDialog.grab-key.remove-ask = \u3053\u306e\u30ad\u30fc\u3092\u524a\u9664\u3057\u3066\u3082\u3044\u3044\u3067\u3059\u304b\uff1f
-GrabKeyDialog.grab-key.title = \u65b0\u3057\u3044\u30ad\u30fc\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-green = \u7dd1
-help = \u30d8\u30eb\u30d7(&H)
-HideableAction.tooltip = \u66f4\u65b0\u3057\u305f\u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272\u3092\u5909\u66f4\u3057\u307e\u3059\u3002
-HideAllAttributesAction.text = \u3059\u3079\u3066\u306e\u5c5e\u6027\u3092\u96a0\u3059
-HierarchicalIcons2Action.text = \u5b50\u30ce\u30fc\u30c9\u306e\u5171\u901a\u30a2\u30a4\u30b3\u30f3\u3092\u8868\u793a
-HierarchicalIconsAction.text = \u4e0a\u4f4d\u30ce\u30fc\u30c9\u306b\u3082\u30a2\u30a4\u30b3\u30f3\u8868\u793a(&H)
-HierarchicalIconsAction.tooltip = \u4e0b\u4f4d\u30ce\u30fc\u30c9\u304c\u30a2\u30a4\u30b3\u30f3\u4ed8\u304d\u306e\u5834\u5408\u306b\u3001\u4e0a\u4f4d\u30ce\u30fc\u30c9\u306b\u5c0f\u3055\u3081\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u8868\u793a\u3057\u307e\u3059\u3002
-hot_keys = \u30db\u30c3\u30c8\u30ad\u30fc
-hot_keys_table = \u30db\u30c3\u30c8\u30ad\u30fc\u4e00\u89a7
-HotKeyInfoAction.text = \u30db\u30c3\u30c8\u30ad\u30fc\u4e00\u89a7
-html_export_based_on_headings = HTML\u66f8\u304d\u51fa\u3057 - \u968e\u5c64\u3092\u898b\u51fa\u3057\u306b\u3059\u308b
-html_export_fold_all = HTML\u66f8\u304d\u51fa\u3057 - \u3059\u3079\u3066\u6298\u308a\u7573\u3093\u3067
-html_export_fold_currently_folded = HTML\u66f8\u304d\u51fa\u3057 - \u6298\u308a\u7573\u307f\u306f\u73fe\u72b6\u306e\u307e\u307e
-html_export_no_folding = HTML\u66f8\u304d\u51fa\u3057 - \u6298\u308a\u7573\u307f\u306f\u5c55\u958b
-html_problem = <html>{0} \u306e<br><br> html \u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002</html>
-icon_0% = 0\uff05
-icon_100% = 100\uff05
-icon_25% = 25\uff05
-icon_50% = 50\uff05
-icon_75% = 75\uff05
-icon_addition = \u8db3\u3059
-icon_attach = \u6ce8\u76ee
-icon_audio = \u30aa\u30fc\u30c7\u30a3\u30aa
-icon_back = \u5de6\u5411\u304d
-icon_bee = Freeplane
-icon_bell = \u8981\u8a18\u61b6
-icon_bookmark = \u304a\u6c17\u306b\u5165\u308a
-icon_broken-line = \u4e2d\u65ad
-icon_button_cancel = \u30c0\u30e1
-icon_button_ok = \u4e86\u89e3
-icon_calendar = \u671f\u65e5
-icon_checked = \u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9(ON)
-icon_clanbomber = \u3084\u3070\u3044
-icon_clock = \u6642\u523b
-icon_clock2 = \u30ea\u30de\u30a4\u30f3\u30c0
-icon_closed = \u7acb\u5165\u7981\u6b62
-icon_decrypted = \u79d8\u533f\u89e3\u9664
-icon_desktop_new = \u8981\u63aa\u7f6e
-icon_division = \u5272\u308b
-icon_down = \u4e0b\u5411\u304d
-icon_edit = \u6587\u66f8\u5316
-icon_encrypted = \u79d8\u533f\u4e2d
-icon_executable = \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb
-icon_family = \u5bb6\u65cf
-icon_fema = \u7537\u5973
-icon_female1 = \u5973\u6027 1
-icon_female2 = \u5973\u6027 2
-icon_females = \u5973\u6027(\u8907\u6570)
-icon_flag = \u8d64\u3044\u65d7
-icon_flag-black = \u9ed2\u3044\u65d7
-icon_flag-blue = \u9752\u3044\u65d7
-icon_flag-green = \u7dd1\u306e\u65d7
-icon_flag-orange = \u30aa\u30ec\u30f3\u30b8\u306e\u65d7
-icon_flag-pink = \u30d4\u30f3\u30af\u306e\u65d7
-icon_flag-yellow = \u9ec4\u8272\u306e\u65d7
-icon_folder = \u30d5\u30a9\u30eb\u30c0
-icon_forward = \u53f3\u5411\u304d
-icon_freemind_butterfly = FreeMind
-icon_full-0 = \u512a\u5148\u5ea6 0
-icon_full-1 = \u512a\u5148\u5ea6 1
-icon_full-2 = \u512a\u5148\u5ea6 2
-icon_full-3 = \u512a\u5148\u5ea6 3
-icon_full-4 = \u512a\u5148\u5ea6 4
-icon_full-5 = \u512a\u5148\u5ea6 5
-icon_full-6 = \u512a\u5148\u5ea6 6
-icon_full-7 = \u512a\u5148\u5ea6 7
-icon_full-8 = \u512a\u5148\u5ea6 8
-icon_full-9 = \u512a\u5148\u5ea6 9
-icon_go = \u9752\u4fe1\u53f7
-icon_gohome = \u30db\u30fc\u30e0
-icon_group = \u30b0\u30eb\u30fc\u30d7
-icon_help = \u7591\u554f\uff1f
-icon_hourglass = \u5f85\u6a5f
-icon_icon_not_found = \u30a2\u30a4\u30b3\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-icon_idea = \u6c17\u3065\u304d
-icon_image = \u753b\u50cf
-icon_info = \u53c2\u8003\u60c5\u5831
-icon_internet = \u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8
-icon_internet_warning = \u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8(\u8981\u6ce8\u610f)
-icon_kaddressbook = \u96fb\u8a71
-icon_kmail = E \u30e1\u30fc\u30eb
-icon_knotify = \u97f3\u697d
-icon_korn = \u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9
-icon_ksmiletris = \u3054\u6a5f\u5acc
-icon_launch = \u958b\u59cb
-icon_licq = Licq
-icon_list = \u30ea\u30b9\u30c8
-icon_Mail = \u624b\u7d19
-icon_male1 = \u7537\u6027 1
-icon_male2 = \u7537\u6027 2
-icon_males = \u7537\u6027(\u8907\u6570)
-icon_menu = \u30a2\u30a4\u30b3\u30f3(&C)
-icon_messagebox_warning = \u91cd\u8981
-icon_mindmap = \u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7
-icon_multiplication = \u639b\u3051\u308b
-icon_narrative = \u7269\u8a9e
-icon_negative = \u60aa\u3044
-icon_neutral = \u666e\u901a
-icon_password = \u30ab\u30ae
-icon_pencil = \u6731\u7b46
-icon_penguin = Linux
-icon_positive = \u826f\u3044
-icon_prepare = \u9ec4\u4fe1\u53f7
-icon_revision = \u30ea\u30d3\u30b8\u30e7\u30f3
-icon_smiley-angry = \u6012\u308a
-icon_smiley-neutral = \u5e73\u9759
-icon_smiley-oh = \u9a5a\u304d
-icon_smily_bad = \u4e0d\u6a5f\u5acc
-icon_stop = \u8d64\u4fe1\u53f7
-icon_stop-sign = \u4e2d\u6b62
-icon_subtraction = \u5f15\u304f
-icon_unchecked = \u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9(OFF)
-icon_up = \u4e0a\u5411\u304d
-icon_user_icon = \u30e6\u30fc\u30b6\u30a2\u30a4\u30b3\u30f3
-icon_very_negative = \u975e\u5e38\u306b\u60aa\u3044
-icon_very_positive = \u975e\u5e38\u306b\u826f\u3044
-icon_video = \u30d3\u30c7\u30aa
-icon_wizard = \u4e0d\u601d\u8b70
-icon_xmag = \u8981\u691c\u8a0e
-icon_yes = \u7d0d\u5f97\uff01
-IconGroupPopupAction.arrows.text = \u77e2\u5370
-IconGroupPopupAction.docs_folders.text = \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\uff06\u30d5\u30a9\u30eb\u30c0
-IconGroupPopupAction.flags.text = \u65d7
-IconGroupPopupAction.math.text = \u8a08\u7b97\u8a18\u53f7
-IconGroupPopupAction.media.text = \u30e1\u30c7\u30a3\u30a2
-IconGroupPopupAction.miscellaneous.text = \u8272\u3005
-IconGroupPopupAction.nature.text = OS \uff06MM \u30a2\u30d7\u30ea etc.
-IconGroupPopupAction.numbers.text = \u756a\u53f7
-IconGroupPopupAction.office.text = \u30aa\u30d5\u30a3\u30b9
-IconGroupPopupAction.people.text = \u4eba\u3005
-IconGroupPopupAction.rating.text = \u8a55\u4fa1
-IconGroupPopupAction.signs.text = \u6a19\u8b58\uff06\u8a18\u53f7
-IconGroupPopupAction.smiley.text = \u30b9\u30de\u30a4\u30ea\u30fc
-IconGroupPopupAction.time.text = \u6642\u523b
-IconGroupPopupAction.user.text = \u30e6\u30fc\u30b6\u30a2\u30a4\u30b3\u30f3
-IconProgressExtended10Action.text = \u5927\u304d\u3044\u56f3\u3092\u4ed8\u52a0\uff0810 \uff05\u523b\u307f\uff09
-IconProgressExtended10Action.tooltip = <html>\u5de6\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067 10 \uff05\u305a\u3064\u4e0a\u6607\u3059\u308b\u9032\u6357\u5ea6\u6307\u6a19\u3092\u4ed8\u52a0\u3057\u307e\u3059\u3002<br>\u300cCtrl + \u5de6\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u300d\u3067\u3001\u4f4e\u4e0b\uff0f\u524a\u9664\u3057\u307e\u3059\u3002</html>
-IconProgressExtended25Action.text = \u5927\u304d\u3044\u56f3\u3092\u4ed8\u52a0\uff0825 \uff05\u523b\u307f\uff09
-IconProgressExtended25Action.tooltip = <html>\u5de6\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067 25 \uff05\u305a\u3064\u4e0a\u6607\u3059\u308b\u9032\u6357\u5ea6\u6307\u6a19\u3092\u4ed8\u52a0\u3057\u307e\u3059\u3002<br>\u300cCtrl + \u5de6\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u300d\u3067\u3001\u4f4e\u4e0b\uff0f\u524a\u9664\u3057\u307e\u3059\u3002</html>
-IconProgressIconDownAction.text = \u9032\u6357\u5ea6\u3092\u4e0b\u3052\u308b
-IconProgressIconDownAction.tooltip = \u8868\u793a\u3059\u308b\u9032\u6357\u5ea6\u30a2\u30a4\u30b3\u30f3\u306e\u5024\u3092\u5f15\u304d\u4e0b\u3052\u307e\u3059\u3002 (100% -> 75% -> 50% -> 25% -> 0% -> \u524a\u9664).
-IconProgressIconUpAction.text = \u9032\u6357\u5ea6\u3092\u4e0a\u3052\u308b
-IconProgressIconUpAction.tooltip = \u8868\u793a\u3059\u308b\u9032\u6357\u5ea6\u30a2\u30a4\u30b3\u30f3\u306e\u5024\u3092\u5f15\u304d\u4e0a\u3052\u307e\u3059\u3002(0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = \u9032\u6357\u5ea6\u6307\u6a19\u3092\u524a\u9664
-IconProgressRemoveAction.tooltip = \u9032\u6357\u5ea6\u30a2\u30a4\u30b3\u30f3\u3068\u62e1\u5f35\u9032\u6357\u5ea6\u30a2\u30a4\u30b3\u30f3\u3092\u524a\u9664\u3057\u307e\u3059\u3002
-IconSelectionPlugin.text = \u30a2\u30a4\u30b3\u30f3\u4e00\u89a7\u304b\u3089\u9078\u629e...
-IconSelectionPlugin.tooltip = \u30b5\u30d6\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u30a2\u30a4\u30b3\u30f3\u7fa4\u3092\u8868\u793a\u3057\u3001\u9078\u629e\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
-image_covertLink = \u30ea\u30f3\u30af\u3092\u753b\u50cf\u306b\u5909\u63db
-ImageFlavorHandler = \u753b\u50cf(\u72ec\u7acb\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528)
-import = \u30a4\u30f3\u30dd\u30fc\u30c8
-import_linked_branch_no_link = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306b\u8aad\u307f\u8fbc\u3081\u308b\u30ea\u30f3\u30af\u304c\u3042\u308a\u307e\u305b\u3093\u3002
-ImportAction.text = \u30de\u30c3\u30d7\u306b\u30a4\u30f3\u30dd\u30fc\u30c8(&I)
-ImportBranchAction.text = \u5225\u30de\u30c3\u30d7\u3092\u679d\u3068\u3057\u3066(&B)...
-ImportExplorerFavoritesAction.text = Explorer \u306e\u304a\u6c17\u306b\u5165\u308a\u3092(&E)...
-ImportFolderStructureAction.text = \u30d5\u30a9\u30eb\u30c0\u69cb\u9020\u3092(&F)...
-ImportLinkedBranchAction.text = \u30ea\u30f3\u30af\u5148\u30de\u30c3\u30d7\u5168\u4f53\u3092\u3001\u679d\u3068\u3057\u3066(&L)
-ImportLinkedBranchWithoutRootAction.text = \u30ea\u30f3\u30af\u5148\u30de\u30c3\u30d7\u306e\u30eb\u30fc\u30c8\u4ee5\u5916\u3092\u3001\u679d\u3068\u3057\u3066(&W)
-ImportMindmanagerFiles.text = MindManager X5 \u30de\u30c3\u30d7\u3092(&M)...
-increase_branch_font_size = \u6587\u5b57\u3092\u5927\u304d\u304f
-IncreaseNodeFontAction.text = \u6587\u5b57\u3092\u5927\u304d\u304f
-internal_error_tooltip = \u5185\u90e8\u51e6\u7406\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30\u306f\u3001\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u6700\u65b0\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\uff08log.0\uff09\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002
-invalid_export_file = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u540d\u304c\u7121\u52b9\u3067\u3059\u3002
-invalid_file_msg = {0} \u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-invalid_uri = URI {0} \u306f\u7121\u52b9\u3067\u3059\u3002
-invalid_url = \u6709\u52b9\u306a URL \u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-invalid_url_msg = {0} \u306b\u95a2\u3057\u3066\u6709\u52b9\u306a URL \u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-ItalicAction.text = \u659c\u4f53
-italicise_branch = \u659c\u4f53\u5316
-java_version = Java version: {0}
-JoinNodesAction.text = \u30ce\u30fc\u30c9\u3092\u7d71\u5408
-LatexDeleteLatexAction.text = LaTeX \u6570\u5f0f\u3092\u524a\u9664(&X)
-LatexEditLatexAction.text = LaTeX \u6570\u5f0f\u3092\u7de8\u96c6(&L)...
-LatexInsertLatexAction.text = LaTeX \u6570\u5f0f\u3092\u4ed8\u52a0(&L)...
-less_than_two_selected_nodes = \u30b3\u30cd\u30af\u30bf\u3092\u633f\u5165\u3059\u308b\u306b\u306f\u3001\u4e8c\u3064\u4ee5\u4e0a\u306e\u30ce\u30fc\u30c9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-license = \u30e9\u30a4\u30bb\u30f3\u30b9
-license_text = Freeplane - \u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7\u4f5c\u6210\u30fb\u8868\u793a\u7528\u30d7\u30ed\u30b0\u30e9\u30e0
-link_error = \u30ea\u30f3\u30af\u304c\u4e0d\u9069\u5207\u3067\u3059\u3002\u30ea\u30f3\u30af "{0}" \u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-link_not_available_any_more = \u30ce\u30fc\u30c9\u304c\u9014\u4e2d\u3067\u524a\u9664\u3055\u308c\u305f\u305f\u3081\u3001\u30ea\u30f3\u30af\u306f\u7121\u52b9\u3067\u3059\u3002
-link_not_found = \u30ea\u30f3\u30af\u5148 {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-load = \u8aad\u307f\u8fbc\u307f(&L)
-load_accelerator_presets = \u8aad\u307f\u8fbc\u307f
-LoadAcceleratorPresetsAction.textPatterns.text = \u30c6\u30ad\u30b9\u30c8\u30d1\u30bf\u30fc\u30f3
-locking_failed_by_open = \u30de\u30c3\u30d7 {0} \u306e\u30ed\u30c3\u30af\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8aad\u307f\u8fbc\u307f\u5c02\u7528\u3067\u958b\u304d\u307e\u3059\u3002
-locking_failed_by_save_as = \u30de\u30c3\u30d7 {0} \u306e\u30ed\u30c3\u30af\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u300c\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58...\u300d\u306f\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
-locking_old_lock_removed = <html>\u30de\u30c3\u30d7 {0} \u306f<br>\u30e6\u30fc\u30b6 {1} \u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002<br>\u30ed\u30c3\u30af\u6307\u5b9a\u304c\u53e4\u3044\u306e\u3067\u3001\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059\u304b\uff1f</html>
-long_node_changed_cancel = \u30ce\u30fc\u30c9\u306f\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5909\u66f4\u3092\u7834\u68c4\u3057\u307e\u3059\u304b\uff1f
-long_node_changed_submit = \u30ce\u30fc\u30c9\u306f\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
-lots_of_links_warning = \u540c\u4e00\u30ce\u30fc\u30c9\u306b\u591a\u304f\u306e\u30ea\u30f3\u30af\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u672c\u5f53\u306b\u3053\u308c\u3089\u306e\u30ea\u30f3\u30af\u3092\u4f5c\u6210\u3057\u305f\u3044\u3067\u3059\u304b?
-main_resource_directory = Installation resources: {0}
-MainView.errorUpdateText = \u30a8\u30e9\u30fc\uff1a "{0}"  \u306b\u7d9a\u3051\u3066\u6587\u5b57\u5217\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-MakeLinkFromAnchorAction.text = \u30a2\u30f3\u30ab\u30fc\u304b\u3089\u306e\u30ea\u30f3\u30af\u3092\u4f5c\u6210
-MakeLinkFromAnchorAction.tooltip = <html>\u30a2\u30f3\u30ab\u30fc\u30ce\u30fc\u30c9\u304b\u3089\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u884c\u304d\u306e<br/>\u30ed\u30fc\u30ab\u30eb\u30ea\u30f3\u30af\u306a\u3044\u3057\u30b0\u30ed\u30fc\u30d0\u30eb\u30ea\u30f3\u30af\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002</html>
-MakeLinkToAnchorAction.text = \u30a2\u30f3\u30ab\u30fc\u3078\u306e\u30ea\u30f3\u30af\u3092\u4f5c\u6210
-MakeLinkToAnchorAction.tooltip = <html>\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304b\u3089\u30a2\u30f3\u30ab\u30fc\u30ce\u30fc\u30c9\u884c\u304d\u306e<br/>\u30ed\u30fc\u30ab\u30eb\u30ea\u30f3\u30af\u306a\u3044\u3057\u30b0\u30ed\u30fc\u30d0\u30eb\u30ea\u30f3\u30af\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002</html>
-ManageAddOnsAction.text = \u30a2\u30c9\u30aa\u30f3
-ManageAddOnsDialog.activate = \u4f5c\u52d5\u3055\u305b\u308b
-ManageAddOnsDialog.activation.success = {0} \u3092\u4f5c\u52d5\u3055\u305b\u308b\u306b\u306f\u3001\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-ManageAddOnsDialog.authored.by = {0} \u4f5c
-ManageAddOnsDialog.cannot.activate = \u4f5c\u52d5\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\uff1a{0} \u306f\u65e2\u306b\u4f5c\u52d5\u4e2d\u3067\u3059\u3002
-ManageAddOnsDialog.cannot.configure = {0} \u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002
-ManageAddOnsDialog.cannot.deactivate = \u4f5c\u52d5\u3092\u505c\u6b62\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\uff1a{0} \u306f\u4f5c\u52d5\u3057\u3066\u3044\u307e\u305b\u3093\u3002
-ManageAddOnsDialog.cannot.deinstall = {0} \u3092\u53d6\u308a\u5916\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-ManageAddOnsDialog.configure = \u30a2\u30c9\u30aa\u30f3\u3092\u69cb\u6210
-ManageAddOnsDialog.deactivate = \u4f5c\u52d5\u3092\u505c\u6b62
-ManageAddOnsDialog.deactivation.success = {0} \u306e\u4f5c\u52d5\u3092\u505c\u6b62\u3059\u308b\u306b\u306f\u3001\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-ManageAddOnsDialog.deinstall = \u53d6\u308a\u5916\u3059
-ManageAddOnsDialog.deinstallation.success = {0} \u3092\u53d6\u308a\u5916\u3059\u306b\u306f\u3001\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-ManageAddOnsDialog.error = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a8\u30e9\u30fc\uff1a{0}
-ManageAddOnsDialog.install = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&I)
-ManageAddOnsDialog.install.from.known.location = \u65e2\u77e5\u306e\u5834\u6240\u304b\u3089\u30a2\u30c9\u30aa\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-ManageAddOnsDialog.install.tooltip = \u3053\u3053\u306b\u3001\u30a2\u30c9\u30aa\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a1\u30a4\u30eb\u306e URL \u3092\u633f\u5165\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-ManageAddOnsDialog.map.not.opened = \u30de\u30c3\u30d7 {0}\u306f\u3001\u958b\u304b\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002
-ManageAddOnsDialog.really.deinstall = \u672c\u5f53\u306b {0} \u3092\u53d6\u308a\u5916\u3057\u307e\u3059\u304b\uff1f
-ManageAddOnsDialog.search = \u30a2\u30c9\u30aa\u30f3\u3092\u691c\u7d22
-ManageAddOnsDialog.search.file = \u691c\u7d22
-ManageAddOnsDialog.select.tooltip = \u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-ManageAddOnsDialog.status.downloading = \u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u4e2d...
-ManageAddOnsDialog.status.installing = \u30a2\u30c9\u30aa\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d...
-ManageAddOnsDialog.status.success = {0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-ManageAddOnsDialog.tab.install = \u691c\u7d22\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-ManageAddOnsDialog.tab.install.tooltip = \u30a2\u30c9\u30aa\u30f3\u3092\u691c\u7d22\u3057\u3001\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002
-ManageAddOnsDialog.tab.manage = \u30a2\u30c9\u30aa\u30f3\u7ba1\u7406
-ManageAddOnsDialog.tab.manage.themes = \u30c6\u30fc\u30de\u7ba1\u7406
-ManageAddOnsDialog.tab.manage.themes.tooltip = \u30c6\u30fc\u30de\u7ba1\u7406\u7528\u306e\u30c0\u30a4\u30a2\u30ed\u30b0\u3067\u3059\u3002
-ManageAddOnsDialog.tab.manage.tooltip = \u30a2\u30c9\u30aa\u30f3\u7ba1\u7406\u7528\u306e\u30c0\u30a4\u30a2\u30ed\u30b0\u3067\u3059\u3002
-ManageAddOnsDialog.visit.addon.page = \u30a2\u30c9\u30aa\u30f3\u306e\u30da\u30fc\u30b8\u3078...
-ManageConditionalStylesAction.text = \u30de\u30c3\u30d7\u7528\u6761\u4ef6\u5bfe\u5fdc\u30b9\u30bf\u30a4\u30eb\u3092\u7ba1\u7406(&M)
-ManageNodeConditionalStylesAction.text = \u30ce\u30fc\u30c9\u7528\u6761\u4ef6\u5bfe\u5fdc\u30b9\u30bf\u30a4\u30eb\u3092\u7ba1\u7406(&A)
-map_already_exists = \u540c\u540d\u306e\u30de\u30c3\u30d7\u304c\u3042\u308a\u307e\u3059\u3002\u4e0a\u66f8\u304d\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
-map_corrupted = \u30de\u30c3\u30d7\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u3092\u8868\u793a\u3057\u307e\u3059\u304b\uff1f
-map_load_error = \u30de\u30c3\u30d7 {0} \u3092\u8aad\u307f\u3053\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-map_locked_by_open = <html>\u30de\u30c3\u30d7 {0} \u306f\u5225\u306e\u30e6\u30fc\u30b6 {1} \u304c\u7de8\u96c6\u4e2d\u3067\u3059\u3002<br>\u8aad\u307f\u8fbc\u307f\u5c02\u7528\u3067\u958b\u304d\u307e\u3059\u3002</html>
-map_locked_by_save_as = <html>\u30de\u30c3\u30d7 {0} \u306f\u5225\u306e\u30e6\u30fc\u30b6 {1} \u304c\u7de8\u96c6\u4e2d\u3067\u3059\u3002<br>\u300c\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58...\u300d\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002</html>
-map_not_saved = \u30de\u30c3\u30d7\u306f\u307e\u3060\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-MapBackgroundColorAction.text = \u30de\u30c3\u30d7\u306e\u80cc\u666f\u8272...
-MaxNodeWidth.text = \u6700\u5927\u8868\u793a\u5e45
-menu_applyStyle = \u30b9\u30bf\u30a4\u30eb\u3092\u9069\u7528
-menu_attributes = \u5c5e\u6027(&A)
-menu_clouds = \u96f2
-menu_copy = \u30b3\u30d4\u30fc
-menu_coreFormat = \u30ce\u30fc\u30c9\u30b3\u30a2\u95a2\u9023
-menu_details = \u8a73\u7d30
-menu_displayAttributes = \u5c5e\u6027
-menu_encryption = \u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77
-menu_error = \u30e6\u30fc\u30b6\u306e\u5b9a\u7fa9\u3057\u305f\u30e1\u30cb\u30e5\u30fc\u69cb\u9020 {0} \u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\u3002\uff1a\n{1}\n\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
-menu_extensions = \u30ce\u30fc\u30c9\u62e1\u5f35\u60c5\u5831
-menu_extras = \u30c4\u30fc\u30eb(&T)
-menu_file_import = \u30de\u30c3\u30d7\u306b\u30a4\u30f3\u30dd\u30fc\u30c8(&M)
-menu_filter = \u30d5\u30a3\u30eb\u30bf(&I)
-menu_format = \u66f8\u5f0f(&O)
-menu_group = \u30ce\u30fc\u30c9\u30b0\u30eb\u30fc\u30d7
-menu_hoverView = \u30c4\u30fc\u30eb\u30c1\u30c3\u30d7
-menu_iconByCategory = \u985e\u5225\u30a2\u30a4\u30b3\u30f3
-menu_iconView = \u30a2\u30a4\u30b3\u30f3
-menu_image = \u753b\u50cf
-menu_insert = \u633f\u5165(&S)
-menu_latex_formula = LaTex \u6570\u5f0f
-menu_links = \u30ea\u30f3\u30af
-menu_manageStyles = \u30b9\u30bf\u30a4\u30eb\u3092\u7ba1\u7406(&M)
-menu_moveNode = \u30ce\u30fc\u30c9\u306e\u79fb\u52d5\u3068\u4e26\u3079\u66ff\u3048
-menu_navigate = \u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3(&N)
-menu_newNode = \u65b0\u898f\u30ce\u30fc\u30c9\u4f5c\u6210
-menu_node = \u30ce\u30fc\u30c9
-menu_node_features = \u30ce\u30fc\u30c9\u306e\u6a5f\u80fd(&U)
-menu_nodes = \u30ce\u30fc\u30c9(&N)
-menu_nodeView = \u30ce\u30fc\u30c9\u30b3\u30a2\u95a2\u9023
-menu_notes = \u30ce\u30fc\u30c8
-menu_noteView = \u30ce\u30fc\u30c8
-menu_progress = \u9032\u6357\u5ea6
-menu_remove_icons = \u30a2\u30a4\u30b3\u30f3\u3092\u524a\u9664
-menu_removeAttribute = \u5c5e\u6027\u3092\u524a\u9664
-menu_select = \u9078\u629e
-menu_time = \u6642\u9593\u7ba1\u7406
-menu_title = \u30ce\u30fc\u30c9\u30b3\u30a2\u95a2\u9023
-menu_toolbars = \u30c4\u30fc\u30eb\u30d0\u30fc
-menu_view = \u8868\u793a(&V)
-menu_viewmode = \u30d3\u30e5\u30fc\u30e2\u30fc\u30c9
-MenuUtils.invalid_menuitem = \u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u30ad\u30fc {0}  \u306f\u7121\u52b9\u3067\u3059\u3002
-mindmap = \u30de\u30c3\u30d7
-MindMapNodesFlavorHandler = \u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\uff1a\u30ce\u30fc\u30c9\u968e\u5c64\u4ed8\u304d\uff08\u5c55\u958b\u3059\u308b\uff09
-mindmaps = \u30de\u30c3\u30d7(&M)
-mindmaps_desc = \u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7 (*.mm)
-mindmaps_filter_desc = \u30d5\u30a3\u30eb\u30bf(*.mmfilter)
-MinNodeWidth.text = \u6700\u5c0f\u8868\u793a\u5e45
-mode_Browse = \u30de\u30c3\u30d7\u95b2\u89a7
-mode_File = \u30d5\u30a1\u30a4\u30e9\u30fc
-mode_MindMap = \u30de\u30c3\u30d7\u7de8\u96c6
-mode_na = \u3053\u306e\u30e2\u30fc\u30c9\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-mode_status = \u30e2\u30fc\u30c9\u3092 {0} \u3078\u5909\u66f4\u3057\u307e\u3057\u305f\u3002
-mode_title = Freeplane - {0} \u30E2\u30FC\u30C9
-modes = \u30e2\u30fc\u30c9
-ModesMenuAction.Browse.text = \u30de\u30c3\u30d7\u95b2\u89a7\u30e2\u30fc\u30c9
-ModesMenuAction.File.text = \u30d5\u30a1\u30a4\u30e9\u30fc\u30e2\u30fc\u30c9
-ModesMenuAction.MindMap.text = \u30de\u30c3\u30d7\u7de8\u96c6\u30e2\u30fc\u30c9
-most_recent_files = \u6700\u8fd1\u4f7f\u3063\u305f\u30de\u30c3\u30d7
-MoveToRootAction.text = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u3078\u30b8\u30e3\u30f3\u30d7
-NameConditionAction.text = \u540d\u79f0\u3092\u6307\u5b9a
-NavigationNextMapAction.text = \u6b21\u306e\u30de\u30c3\u30d7
-NavigationPreviousMapAction.text = \u524d\u306e\u30de\u30c3\u30d7
-new = \u65b0\u898f(&N)
-new_map_from_user_templates.text = \u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304b\u3089\u65b0\u898f\u30de\u30c3\u30d7(&T)...
-new_mindmap = \u65b0\u898f\u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7
-new_node = \u65b0\u898f\u30ce\u30fc\u30c9
-new_node_as_sibling_not_possible_for_the_root = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306b\u5144\u5f1f\u30ce\u30fc\u30c9\u3092\u4ed8\u52a0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-new_version_available = \u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3 '{0}' \u3092\u5229\u7528\u3067\u304d\u307e\u3059\u3002
-NewChildAction.text = \u65b0\u898f\u5b50\u30ce\u30fc\u30c9
-NewerFileRevisionsFoundDialog.cancel = \u30b9\u30ad\u30c3\u30d7(&S)
-NewerFileRevisionsFoundDialog.cancel.tooltip = \u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304b\u305a\u306b\u6b21\u306e\u4f5c\u696d\u3078\u79fb\u308a\u307e\u3059\u3002
-NewerFileRevisionsFoundDialog.file_last_modified = \u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7
-NewerFileRevisionsFoundDialog.file_name = \u30d5\u30a1\u30a4\u30eb\u540d
-NewerFileRevisionsFoundDialog.file_size = \u30d0\u30a4\u30c8
-NewerFileRevisionsFoundDialog.open = \u958b\u304f(&O)
-NewerFileRevisionsFoundDialog.open.tooltip = \u30d5\u30a1\u30a4\u30eb\u306e\u65e5\u4ed8\u304c\u53e4\u304f\u3066\u3082\u958b\u304f\u3002
-NewerFileRevisionsFoundDialog.question = {0} \u306e\u65b0\u3057\u3044\u4fee\u6b63\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u304c\u3001\n\u4e0a\u8a18\uff08\uff11\u884c\u76ee\uff09\u306e {0} \u3092\u958b\u304d\u307e\u3059\u304b\u3002\n  {0} \u3092\u81ea\u52d5\u4fdd\u5b58\u30d5\u30a1\u30a4\u30eb\u306b\u7f6e\u304d\u63db\u3048\u308b\u5834\u5408\u306f\u3001\n\u4e00\u89a7\u304b\u3089\u8a72\u5f53\u306e\u3082\u306e\u3092\u9078\u3093\u3067\u3001\u300c\u5fa9\u5143\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-NewerFileRevisionsFoundDialog.restore = \u5fa9\u5143(&O)
-NewerFileRevisionsFoundDialog.restore.tooltip = {0}  \u3092 {1} \u306b\u7f6e\u63db\u3057\u307e\u3059\u3002
-NewerFileRevisionsFoundDialog.title = \u65b0\u3057\u3044\u6539\u8a02\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002
-NewFreeNodeAction.text = \u65b0\u898f\u30d5\u30ea\u30fc\u30ce\u30fc\u30c9
-NewLevelStyleAction.text = \u81ea\u52d5\u30ec\u30a4\u30a2\u30a6\u30c8\u30b9\u30bf\u30a4\u30eb\u306b\u65b0\u968e\u5c64\u3092\u8ffd\u52a0
-newmap.install.addon.question = {0} \u306f\u30a2\u30c9\u30aa\u30f3\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u3088\u3046\u3067\u3059\u3002\n\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u304b\uff1f\n\uff08"\u3044\u3044\u3048"\u3092\u9078\u629e\u3059\u308b\u3068\u3001\u901a\u5e38\u901a\u308a\u958b\u304d\u307e\u3059\u3002\uff09
-newmap.install.addon.title = \u30a2\u30c9\u30aa\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u304b\uff1f
-NewMapAction.text = \u65b0\u898f\u30de\u30c3\u30d7(&N)
-NewMapViewAction.text = \u65b0\u898f\u306e\u30de\u30c3\u30d7\u30d3\u30e5\u30fc\u3092\u4f5c\u6210
-NewParentNode.text = \u65b0\u898f\u89aa\u30ce\u30fc\u30c9
-NewParentNode.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306e\u524d\u306b\u65b0\u3057\u3044\u89aa\u30ce\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059\u3002
-NewPreviousSiblingAction.text = \u65b0\u898f\u5144\u30ce\u30fc\u30c9
-NewSiblingAction.text = \u65b0\u898f\u5f1f\u30ce\u30fc\u30c9
-NewSummaryAction.text = \u65b0\u898f\u307e\u3068\u3081\u30ce\u30fc\u30c9\uff08\u9078\u629e\u30ce\u30fc\u30c9\u7fa4\uff09
-NewUserStyleAction.text = \u9078\u629e\u30ce\u30fc\u30c9\u304b\u3089\u65b0\u30b9\u30bf\u30a4\u30eb\u3092\u4f5c\u6210
-NextNodeAction.BACK.text = \u524d\u306e\u30ce\u30fc\u30c9
-NextNodeAction.BACK_N_FOLD.text = \u524d\u306e\u30ce\u30fc\u30c9\uff08\u6298\u308a\u7573\u3080\uff09
-NextNodeAction.FORWARD.text = \u6b21\u306e\u30ce\u30fc\u30c9
-NextNodeAction.FORWARD_N_FOLD.text = \u6b21\u306e\u30ce\u30fc\u30c9\uff08\u6298\u308a\u7573\u3080\uff09
-NextPresentationItemAction.text = \u6b21\u306e\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0\u3092\u5c55\u958b
-no = \u3044\u3044\u3048
-no_copy_attributes_before_paste_attributes = \u5c5e\u6027\u306f\u3001\u4e8b\u524d\u306b\u30b3\u30d4\u30fc\u3057\u3066\u304a\u304b\u306a\u3051\u308c\u3070\u3001\u8cbc\u308a\u4ed8\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-NO_FORMAT = \u30c6\u30ad\u30b9\u30c8\u306e\u307f
-no_format_copy_before_format_paste = \u66f8\u5f0f\u3092\u3042\u3089\u304b\u3058\u3081\u30b3\u30d4\u30fc\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-no_found_from = <html>"{1}" \u306e\u679d\u306b&nbsp<u>{0}</u> \u306f\u3042\u308a\u307e\u305b\u3093\u3002</html>
-no_more_found_from = <html>"{1}" \u306e\u679d\u306b&nbsp\u3053\u308c\u4ee5\u4e0a <u>{0}</u> \u306f\u3042\u308a\u307e\u305b\u3093\u3002</html>
-no_previous_find = \u524d\u56de\u306e\u691c\u7d22\u6761\u4ef6\u304c\u3042\u308a\u307e\u305b\u3093\u3002
-no_styles_found_in_map = \u30de\u30c3\u30d7\u306b\u30b9\u30bf\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093\u3002
-node = \u30ce\u30fc\u30c9
-node_changed_discard_changes = \u3059\u3067\u306b\u30ce\u30fc\u30c9\u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059\u3002\u5909\u66f4\u70b9\u3092\u7834\u68c4\u3057\u307e\u3059\u304b\uff1f
-node_is_write_protected = \u3053\u306e\u30ce\u30fc\u30c9\u306f\u66f8\u304d\u8fbc\u307f\u7981\u6b62\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-node_location_help = \u30c9\u30e9\u30c3\u30b0\u3067\u30ce\u30fc\u30c9\u306e\u4f4d\u7f6e\u304c\u5909\u308f\u308a\u307e\u3059\u3002Ctrl\uff0b\u30c9\u30e9\u30c3\u30b0\u3067\u30ce\u30fc\u30c9\u9593\u306e\u9593\u9694\u304c\u5909\u308f\u308a\u307e\u3059\u3002\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u304a\u3088\u3073 Ctrl \uff0b\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067\u5143\u306b\u623b\u308a\u307e\u3059\u3002
-node_selector = \u30ce\u30fc\u30c9\u3092\u9078\u629e
-node_selector_message = \u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067\u30ce\u30fc\u30c9\u3092\u9078\u629e
-node_styles = \u30ce\u30fc\u30c9\u306e\u30b9\u30bf\u30a4\u30eb\uff1a
-NodeBackgroundColorAction.text = \u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272(&N)...
-NodeColorAction.text = \u30ce\u30fc\u30c9\u306e\u6587\u5b57\u8272...
-NodeColorBlendAction.text = \u30ce\u30fc\u30c9\u306e\u6587\u5b57\u8272\u3092\u8584\u304f
-NodeDownAction.text = \u30ce\u30fc\u30c9\u3092\u79fb\u52d5\uff08\u5144\u5f1f\u9593\u3067\u4e0b\u3078\uff09
-NodeExtensions.EditNodeExtensions = \u62e1\u5f35\u30ce\u30fc\u30c9\u30c7\u30fc\u30bf\u3092\u7de8\u96c6
-NodeExtensions.RemoveNodeExtensions = \u62e1\u5f35\u30ce\u30fc\u30c9\u30c7\u30fc\u30bf\u3092\u524a\u9664
-NodeListAction.text = \u691c\u7d22\uff06\u7f6e\u63db...
-NodeListAction.tooltip = \u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30bf\u30eb\u30b5\u30fc\u30c1\u306b\u3088\u308a\u3001\u7f6e\u63db\u5bfe\u8c61\u30ce\u30fc\u30c9\u304c\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059\u3002
-NodeShapeAction.bubble.text = \u56f2\u307f(&B)
-NodeShapeAction.fork.text = \u30d5\u30a9\u30fc\u30af(&F)
-NodeUpAction.text = \u30ce\u30fc\u30c9\u3092\u79fb\u52d5\uff08\u5144\u5f1f\u9593\u3067\u4e0a\u3078\uff09
-NodeWidthAction.text = \u30ce\u30fc\u30c9\u306e\u8868\u793a\u5e45\u3092\u8a2d\u5b9a...
-nonboldify_branch = \u592a\u5b57\u89e3\u9664
-nonitalicise_branch = \u659c\u4f53\u89e3\u9664
-normal = \u901a\u5e38
-not_saved_for_image_error = \u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u5b9a\u3059\u308b\u524d\u306b\u3001\u30de\u30c3\u30d7\u3092\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-not_saved_for_link_error = \u30ea\u30f3\u30af\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u5b9a\u3059\u308b\u524d\u306b\u3001\u30de\u30c3\u30d7\u3092\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-note_window_location = \u30ce\u30fc\u30c8\u30d1\u30cd\u30eb\u306e\u4f4d\u7f6e
-ok = OK(&O)
-OKAction.text = OK(&O)
-OnlineReference.text = \u30de\u30cb\u30e5\u30a2\u30eb\u30de\u30c3\u30d7\uff08\u30aa\u30f3\u30e9\u30a4\u30f3\uff09
-open_asMindMap = \u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7
-OpenAction.text = \u4fdd\u5b58\u30de\u30c3\u30d7\u3092\u958b\u304f(&O)...
-OpenFreeplaneSiteAction.text = Freeplane \u30db\u30fc\u30e0\u30da\u30fc\u30b8
-OpenPathAction.text = \u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
-OpenURLMapAction.text = URL \u304b\u3089\u30de\u30c3\u30d7\u3092\u958b\u304f...
-OpenUserDirAction.text = \u30e6\u30fc\u30b6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u958b\u304f
-option_changes_may_require_restart = \u8a2d\u5b9a\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f\u3002\u9805\u76ee\u306b\u3088\u3063\u3066\u306f Freeplane \u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002
-OptionalDontShowMeAgainDialog.cancel = \u3044\u3044\u3048(&N)
-OptionalDontShowMeAgainDialog.dontShowAgain = \u4eca\u5f8c\u78ba\u8a8d\u3057\u306a\u3044(&D)
-OptionalDontShowMeAgainDialog.ok = \u306f\u3044(&Y)
-OptionalDontShowMeAgainDialog.rememberMyDescision = \u3053\u306e\u8a2d\u5b9a\u3092\u7dad\u6301(&R)
-OptionPanel.absolute = \u7d76\u5bfe\u7684
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = \u968e\u5c64\u5225\u30b9\u30bf\u30a4\u30eb\u3092\u9069\u7528
-OptionPanel.ADD_CHILD = \u5b50\u30ce\u30fc\u30c9\u3092\u4ed8\u52a0
-OptionPanel.ADD_SIBLING = \u5144\u5f1f\u30ce\u30fc\u30c9\u3092\u4ed8\u52a0
-OptionPanel.addons = \u30a2\u30c9\u30aa\u30f3
-OptionPanel.always_fold_all_after_load = \u3059\u3079\u3066\u6298\u308a\u7573\u3080
-OptionPanel.always_load_last_maps = \u8d77\u52d5\u6642\u306b\u3001\u5e38\u306b\u4e0a\u8a18\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5c0a\u91cd
-OptionPanel.always_load_last_maps.tooltip = <html>\u30de\u30c3\u30d7\u3092\u6307\u5b9a\u3057\u3066 FP \u3092\u8d77\u52d5\u3059\u308b\u5834\u5408\u3067\u3082\u3001\u4e0a\u8a18\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u53cd\u6620\u3057\u307e\u3059\u3002<br>\uff08\u30de\u30c3\u30d7\u3092\u6307\u5b9a\u3057\u3066 FP \u3092\u8d77\u52d5\u3059\u308b\u5834\u5408\u3001\u901a\u5e38\u3001\u524d\u56de\u7d42\u4e86\u6642\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u72b6\u614b\u3092\u7121\u8996\u3057\u307e\u3059\u3002\uff09</html>
-OptionPanel.always_save_folding = \u5e38\u306b\u4fdd\u5b58\u3059\u308b
-OptionPanel.always_save_folding_state = \u6298\u308a\u7573\u307f\u72b6\u614b\u306e\u5909\u66f4\u3092\u5e38\u306b\u4fdd\u5b58\u3059\u308b
-OptionPanel.always_save_folding_state.tooltip = \u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001\u6298\u308a\u7573\u307f\u72b6\u614b\u3092\u4fdd\u5b58\u3059\u308b\u304b\u3069\u3046\u304b\u3001\u78ba\u8a8d\u3057\u307e\u3059\u3002
-OptionPanel.always_unfold_all_after_load = \u3059\u3079\u3066\u5c55\u958b\u3059\u308b
-OptionPanel.antialias = \u753b\u9762\u8868\u793a\u306e\u54c1\u8cea
-OptionPanel.antialias.tooltip = <html>\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9\u3092\u7528\u3044\u308b\u3068\u30de\u30c3\u30d7\u306e\u8868\u793a\u54c1\u8cea\u304c\u5411\u4e0a\u3057\u307e\u3059\u304c\u3001\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9\u304c\u591a\u304f<br>\u306a\u308b\u3068\u8868\u793a\u306b\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059\u3002</html>
-OptionPanel.antialias_all = \u3059\u3079\u3066\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9
-OptionPanel.antialias_edges = \u7dda\u3060\u3051\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9
-OptionPanel.antialias_none = \u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9\u306a\u3057
-OptionPanel.Appearance = \u753b\u9762\u8868\u793a
-OptionPanel.apply_system_screen_resolution = \u30b7\u30b9\u30c6\u30e0\u306e\u753b\u9762\u89e3\u50cf\u5ea6\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u3068\u3057\u3066\u9069\u7528
-OptionPanel.approximate_search_threshold = \u66d6\u6627\u691c\u7d22\u306e\u95be\u5024
-OptionPanel.approximate_search_threshold.tooltip = <html>\u66d6\u6627\u691c\u7d22\u3067\u30de\u30c3\u30c1\u3057\u305f\u3068\u307f\u306a\u3059\u95be\u5024\u3067\u3059\u3002<br/><font size="2">http://freeplane.sf.net/wiki/index.php/Approximate_search \u3092\u53c2\u7167\u3002</font><br/>\uff08\u5024\u304c\u5927\u304d\u3044\u307b\u3069\u3001\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u3082\u306e\u304c\u5c11\u306a\u304f\u306a\u308a\u307e\u3059\u3002\uff09</html>
-OptionPanel.ar = \u30a2\u30e9\u30d3\u30a2\u8a9e\uff0f\u0627\u0644\u0639\u0631\u0628\u064a\u0629
-OptionPanel.ARC = \u30e2\u30af\u30e2\u30af
-OptionPanel.as_parent = \u89aa\u3068\u540c\u3058
-OptionPanel.ask = \u78ba\u8a8d\u3059\u308b
-OptionPanel.automatic = \u81ea\u52d5\u9078\u629e\uff0fAutomatic
-OptionPanel.automaticFormat_level = \u968e\u5c64\u5225\u30b9\u30bf\u30a4\u30eb\u3092\u9069\u7528
-OptionPanel.automaticFormat_level1 = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u66f8\u5f0f
-OptionPanel.automaticFormat_level2 = \u7b2c\uff11\u968e\u5c64\u30ce\u30fc\u30c9\u66f8\u5f0f
-OptionPanel.backup_file_number = \u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u6301\u6570
-OptionPanel.Behaviour = \u52d5\u4f5c\u8a2d\u5b9a
-OptionPanel.bezier = \u30d9\u30b8\u30a7\u66f2\u7dda
-OptionPanel.bubble = \u56f2\u307f
-OptionPanel.ca = \u30ab\u30bf\u30ed\u30cb\u30a2\u8a9e\uff08\u30d0\u30ec\u30f3\u30b7\u30a2\uff09\uff0fCatal\u00e0
-OptionPanel.Cancel = \u30ad\u30e3\u30f3\u30bb\u30eb
-OptionPanel.center_selected_node = \u9078\u629e\u30ce\u30fc\u30c9\u3092\u4e2d\u592e\u3078
-OptionPanel.check_updates_automatically = \u8d77\u52d5\u6642\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3092\u30c1\u30a7\u30c3\u30af
-OptionPanel.childpattern = \u5b50\u30ce\u30fc\u30c9\u30d1\u30bf\u30fc\u30f3
-OptionPanel.childpattern.tooltip = \u9078\u629e\u3055\u308c\u305f\u30d1\u30bf\u30fc\u30f3\u306f\u3059\u3079\u3066\u306e\u5b50\u30ce\u30fc\u30c9\u306b\u9069\u7528\u3055\u308c\u307e\u3059\u3002
-OptionPanel.clear_all_setters = \u3059\u3079\u3066\u5207\u308a\u66ff\u3048
-OptionPanel.clear_all_setters.tooltip = \u3059\u3079\u3066\u306e\u5909\u66f4\u8868\u793a\u306e\u6709\u52b9\uff0f\u7121\u52b9\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002
-OptionPanel.cloud = \u96f2\u3000\u3000
-OptionPanel.cloudcolor = \u96f2\u306e\u8272
-OptionPanel.cloudshape = \u96f2\u306e\u5f62
-OptionPanel.combined = \u8907\u5408
-OptionPanel.compare_as_number = \u6570\u5024\u3068\u3057\u3066\u6bd4\u8f03
-OptionPanel.convert_to_current_version = \u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u306e Freeplane \u306e\u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7\u3092\u73fe\u884c\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3082\u306e\u306b\u81ea\u52d5\u5909\u63db\u3057\u307e\u3059\u304b\uff1f
-OptionPanel.convert_to_current_version.tooltip = <html>\u5de8\u5927\u30de\u30c3\u30d7\u306b\u9650\u3063\u3066\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u5909\u63db\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002\uff08\u3053\u308c\u306f\u3001\u5c02\u9580\u77e5\u8b58\u306b\u95a2\u308f<br>\u308b\u4e8b\u9805\u3067\u3059\uff09\u3002\u305d\u3046\u3057\u305f\u30de\u30c3\u30d7\u306f\u5909\u63db\u3057\u306a\u304f\u3066\u3082\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002</html>
-OptionPanel.cs = \u30c1\u30a7\u30b3\u8a9e\uff0f\u010desky
-OptionPanel.cut_nodes_without_question = \u30ce\u30fc\u30c9\u5207\u308a\u53d6\u308a\u6642\u306b\u78ba\u8a8d\u3092\u7701\u7565
-OptionPanel.cut_nodes_without_question.tooltip = <html>\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001\u30ce\u30fc\u30c9\u5207\u308a\u53d6\u308a\u6642\u306b\u78ba\u8a8d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u305b\u3093\u3002\u4e0d\u6ce8\u610f\u306b\u3088\u308a\u60c5\u5831<br>\u304c\u5931\u308f\u308c\u308b\u6050\u308c\u304c\u3042\u308a\u307e\u3059\u3002</html>
-OptionPanel.da = \u30c7\u30f3\u30de\u30fc\u30af\u8a9e\uff0fdansk
-OptionPanel.date_format = \u65e5\u4ed8\u306e\u6a19\u6e96\u66f8\u5f0f
-OptionPanel.date_format.tooltip = SHORT \u3084 MEDIUM\u3001 LONG\u3001FULL \u3092\u9078\u3076\u304b\u3001"MM/dd/yyyy" \u306e\u3088\u3046\u306a\u30d1\u30bf\u30fc\u30f3\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.datetime_format = \u6642\u523b\u4ed8\u304d\u65e5\u4ed8\u306e\u6a19\u6e96\u66f8\u5f0f
-OptionPanel.datetime_format.tooltip = '<datestyle>,<timestyle>' \u306e\u5f62\u3067 SHORT \u3084 MEDIUM\u3001 LONG\u3001FULL \u306e\u30b9\u30bf\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b\u304b\u3001"MM/dd/yyyy hh/mm" \u306e\u3088\u3046\u306a\u5b8c\u5168\u30d1\u30bf\u30fc\u30f3\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.de = \u30c9\u30a4\u30c4\u8a9e\uff0fDeutsch
-OptionPanel.default = \u6a19\u6e96
-OptionPanel.default_attribute_key_column_width = \u5c5e\u6027\u30ad\u30fc\u306e\u6a19\u6e96\u8868\u793a\u5e45
-OptionPanel.default_attribute_value_column_width = \u5c5e\u6027\u5024\u306e\u6a19\u6e96\u8868\u793a\u5e45
-OptionPanel.default_browser_command_mac = Mac OS X
-OptionPanel.default_browser_command_mac.tooltip = MAC\u306e\u5834\u5408 (thanks to Nick!)
-OptionPanel.default_browser_command_other_os = \u305d\u306e\u4ed6\u306eOS
-OptionPanel.default_browser_command_other_os.tooltip = \u4e3b\u306b Linux \u306e\u5834\u5408
-OptionPanel.default_browser_command_windows_9x = Windows 9X
-OptionPanel.default_browser_command_windows_9x.tooltip = Windows \u306e\u5834\u5408\uff1a\u30ea\u30f3\u30af\u306e URL \u306b "=" \u304c\u542b\u307e\u308c\u308b\u3053\u3068\u304c\u3042\u308b\u306e\u3067\u3001 "" \u306e\u7b26\u53f7\u304c\u5fc5\u8981\u3067\u3059\u3002
-OptionPanel.default_browser_command_windows_nt = Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = Windows \u306e\u5834\u5408\uff1a\u30ea\u30f3\u30af\u306e URL \u306b "=" \u304c\u542b\u307e\u308c\u308b\u3053\u3068\u304c\u3042\u308b\u306e\u3067\u3001 "" \u306e\u7b26\u53f7\u304c\u5fc5\u8981\u3067\u3059\u3002
-OptionPanel.default_charset = \u6587\u5b57\u30b3\u30fc\u30c9
-OptionPanel.Defaults = \u57fa\u672c\u8a2d\u5b9a
-OptionPanel.delete_automatic_saves_at_exit = \u7d42\u4e86\u6642\u306b\u81ea\u52d5\u4fdd\u5b58\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html>\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001Freeplane \u306e\u901a\u5e38\u7d42\u4e86\u6642\u306b\u81ea\u52d5\u4fdd\u5b58\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u3002<br>\u8a33\u8005\u6ce8\uff1a\u3053\u306e\u6a5f\u80fd\u306b\u3088\u308a\u524a\u9664\u3055\u308c\u308b\u306e\u306f\u300c\u81ea\u52d5\u4fdd\u5b58\u30d5\u30a1\u30a4\u30eb\u300d\u3060\u3051\u3067\u3059\u3002\u300c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7<br>\u30d5\u30a1\u30a4\u30eb\u300d\u306f\u524a\u9664\u3055\u308c\u307e\u305b\u3093\u3002</html>
-OptionPanel.delete_nodes_without_question = \u30ce\u30fc\u30c9\u524a\u9664\u6642\u306b\u78ba\u8a8d\u3092\u7701\u7565
-OptionPanel.delete_nodes_without_question.tooltip = \u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001\u30ce\u30fc\u30c9\u524a\u9664\u6642\u306b\u78ba\u8a8d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u305b\u3093\u3002\u8aa4\u64cd\u4f5c\u306b\u3088\u308a\u60c5\u5831\u304c\u5931\u308f\u308c\u308b\u6050\u308c\u304c\u3042\u308a\u307e\u3059\u3002
-OptionPanel.disable_cursor_move_paper = \u30de\u30c3\u30d7\u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306b\u30de\u30a6\u30b9\u30ab\u30fc\u30bd\u30eb\u3092\u96a0\u3059
-OptionPanel.disable_cursor_move_paper.tooltip = \u30de\u30c3\u30d7\u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306b\u300c\u79fb\u52d5\u300d\u30ab\u30fc\u30bd\u30eb\u3092\u8868\u793a\u3057\u307e\u305b\u3093\u3002
-OptionPanel.display_inline_editor_for_all_new_nodes = <html>\u3059\u3079\u3066\u306e\u65b0\u898f\u30ce\u30fc\u30c9\u306b\u3000\u3000\u3000<br>\u3000\u30a4\u30f3\u30e9\u30a4\u30f3\u30a8\u30c7\u30a3\u30bf\u3092\u8868\u793a</html>
-OptionPanel.display_node_id = \u30ce\u30fc\u30c9 ID \u3092\u8868\u793a
-OptionPanel.edgecolor = \u7dda\u306e\u8272
-OptionPanel.edgecolor.tooltip = \u89aa\u30ce\u30fc\u30c9\u306b\u3064\u306a\u304c\u308b\u7dda\u306e\u30d7\u30ed\u30d1\u30c6\u30a3 (\u3059\u3079\u3066\u306e\u5b50\u30ce\u30fc\u30c9\u306b\u9069\u7528\u3055\u308c\u307e\u3059)
-OptionPanel.edgestyle = \u7dda\u306e\u5f62\u72b6
-OptionPanel.edgestyle.tooltip = \u89aa\u30ce\u30fc\u30c9\u306b\u3064\u306a\u304c\u308b\u7dda\u306e\u30d7\u30ed\u30d1\u30c6\u30a3 (\u3059\u3079\u3066\u306e\u5b50\u30ce\u30fc\u30c9\u306b\u9069\u7528\u3055\u308c\u307e\u3059)
-OptionPanel.edgewidth = \u7dda\u306e\u592a\u3055
-OptionPanel.edgewidth.tooltip = \u89aa\u30ce\u30fc\u30c9\u306b\u3064\u306a\u304c\u308b\u7dda\u306e\u30d7\u30ed\u30d1\u30c6\u30a3 (\u3059\u3079\u3066\u306e\u5b50\u30ce\u30fc\u30c9\u306b\u9069\u7528\u3055\u308c\u307e\u3059)\u3002
-OptionPanel.EDIT_CURRENT = \u5185\u5bb9\u3092\u4e0a\u66f8\u304d
-OptionPanel.edit_on_double_click = \u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067\u7de8\u96c6
-OptionPanel.editor_extra_width = \u5165\u529b\u6b04\u306e\u8ffd\u52a0\u5e45(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.editor_extra_width.tooltip = \u30c6\u30ad\u30b9\u30c8\u304c\u73fe\u5728\u306e\u30ce\u30fc\u30c9\u5e45\u4ee5\u4e0a\u306b\u306a\u3063\u305f\u5834\u5408\u306b\u3001\u62e1\u5927\u3059\u308b\u5e45\u306e\u30d4\u30af\u30bb\u30eb\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.el = \u30ae\u30ea\u30b7\u30e3\u8a9e\uff0f\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__buttons_above = \u30dc\u30bf\u30f3\u3092\u4e0a\u65b9\u306b\u8868\u793a
-OptionPanel.el__enter_confirms_by_default = Enter \u3067\u78ba\u5b9a
-OptionPanel.el__max_default_window_height = \u6a19\u6e96\u306e\u6700\u5927\u7e26\u5e45(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.el__max_default_window_width = \u6a19\u6e96\u306e\u6700\u5927\u6a2a\u5e45(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.el__min_default_window_height = \u6a19\u6e96\u306e\u6700\u5c0f\u7e26\u5e45(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.el__min_default_window_width = \u6a19\u6e96\u306e\u6700\u5c0f\u6a2a\u5e45(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.el__position_window_below_node = \u30a6\u30a4\u30f3\u30c9\u30a6\u3092\u30ce\u30fc\u30c9\u306e\u4e0b\u306b\u8868\u793a
-OptionPanel.en = \u82f1\u8a9e\uff0fEnglish
-OptionPanel.Environment = \u74b0\u5883
-OptionPanel.es = \u30b9\u30da\u30a4\u30f3\u8a9e\uff0fespa\u00f1ol, castellano
-OptionPanel.et = \u30a8\u30b9\u30c8\u30cb\u30a2\u8a9e\uff0feesti, eesti keel
-OptionPanel.execute_scripts_without_asking = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c\u3092\u8a31\u53ef
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Freeplane \u306e\u30b9\u30af\u30ea\u30d7\u30c8 \u306f\u3001\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u4e0a\u3067\u5927\u62b5\u306e\u52d5\u4f5c\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002 \u3057\u305f\u304c\u3063\u3066\u3001<br>\u5b89\u5168\u304c\u78ba\u8a8d\u3055\u308c\u3066\u3044\u306a\u3044\u30b9\u30af\u30ea\u30d7\u30c8\u306f\u5b9f\u884c\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002</html>
-OptionPanel.execute_scripts_without_exec_restriction = <html>\u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u5b9f\u884c\u3092\u8a31\u53ef<br>\uff08\u63a8\u5968\u3057\u307e\u305b\u3093\uff09</html>
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Groovy \u30b9\u30af\u30ea\u30d7\u30c8\u3067\u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\uff08\u4f8b\u3048\u3070\u30d6\u30e9\u30a6\u30b6\uff09\u3092\u78ba\u8a8d\u306a\u3057\u3067\u4f5c\u52d5\u3055\u305b\u308b\u5fc5<br>\u8981\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30f3\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5834\u5408\u3001\u60aa\u8cea\u306a\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u3088<br>\u308a\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u304c\u88ab\u5bb3\u3092\u53d7\u3051\u308b\u6050\u308c\u3082\u3042\u308a\u307e\u3059\u306e\u3067\u3001\u4f7f\u7528\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002</body></html>
-OptionPanel.execute_scripts_without_file_restriction = <html>\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u8fbc\u307f\u64cd\u4f5c\u3092\u8a31\u53ef<br>\uff08\u63a8\u5968\u3057\u307e\u305b\u3093\uff09</html>
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Groovy \u30b9\u30af\u30ea\u30d7\u30c8\u3067\u3001\u4e00\u5b9a\u306e\u30d5\u30a1\u30a4\u30eb\u95a2\u9023\u52d5\u4f5c\uff08\u958b\u304f\u3001\u9589\u3058\u308b\u3001\u8aad\u307f\u8fbc\u3080\u3001\u66f8\u304d\u51fa\u3059\u3001\u524a<br>\u9664\u3059\u308b\uff09\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5834\u5408\u3001\u60aa\u8cea<br>\u306a\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u3088\u3063\u3066\u3001\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306b\u88ab\u5bb3\u3092\u53d7\u3051\u308b\u6050\u308c\u3082\u3042\u308a\u307e\u3059\u306e\u3067\u3001\u4f7f\u7528\u306f\u614e\u91cd\u306b<br>\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002</body></html>
-OptionPanel.execute_scripts_without_network_restriction = <html>\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u64cd\u4f5c\u3092\u8a31\u53ef<br>\uff08\u63a8\u5968\u3057\u307e\u305b\u3093\uff09 </html>
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Groovy \u30b9\u30af\u30ea\u30d7\u30c8\u3067\u3001\u7279\u5b9a\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u95a2\u9023\u52d5\u4f5c\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7<br>\u30b7\u30e7\u30f3\u306b\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5834\u5408\u3001\u60aa\u8cea\u306a\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u3088\u3063\u3066\u79d8\u5bc6\u60c5\u5831\u304c\u66b4\u9732\u3055<br>\u308c\u308b\u6050\u308c\u304c\u3042\u308a\u307e\u3059\u306e\u3067\u3001\u4f7f\u7528\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002</body></html>
-OptionPanel.execute_scripts_without_write_restriction = <html>\u30d5\u30a1\u30a4\u30eb\u306e\u66f8\u304d\u8fbc\u307f\u64cd\u4f5c\u3092\u8a31\u53ef<br>\uff08\u63a8\u5968\u3057\u307e\u305b\u3093\uff09</html>
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>\u4f5c\u6210\u3057\u305f Groovy \u30b9\u30af\u30ea\u30d7\u30c8\u3067\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u66f8\u8fbc\u307f\u30a2\u30af\u30bb\u30b9\uff08\u66f8\u8fbc\u307f\u3001\u524a\u9664(!)\uff09\u3092\u884c\u3046\u3053\u3068\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001<br>\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u3066\u304a\u304b\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002<br>\u3057\u304b\u3057\u3001\u60aa\u610f\u306e\u3042\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u3088\u3063\u3066\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u304c\u88ab\u5bb3\u3092\u53d7\u3051\u308b\u6050\u308c\u3082\u3042\u308a\u307e\u3059\u306e\u3067\u3001\u4f7f\u7528\u306b\u5f53\u305f\u3063\u3066\u306f\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002</body></html>
-OptionPanel.experimental_file_locking_on = <html>\u4ed6\u8005\u3068\u540c\u6642\u7de8\u96c6\u6642\u306f\u30d5\u30a1\u30a4\u30eb\u3092<br>\u8aad\u307f\u8fbc\u307f\u5c02\u7528\u306b</html>
-OptionPanel.experimental_file_locking_on.tooltip = <html>\u30d5\u30a1\u30a4\u30eb\u30ed\u30c3\u30af\u306f\u3001\u8907\u6570\u306e\u30e6\u30fc\u30b6\u304c\u8aa4\u3063\u3066\u304a\u4e92\u3044\u306e\u60c5\u5831\u3092\u91cd\u8907\u66f8\u304d\u8fbc\u307f\u3057\u306a\u3044\u3088\u3046\u306b\u3001\u540c<br>\u6642\u306b\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3067\u304d\u306a\u304f\u3059\u308b\u3082\u306e\u3067\u3059\u3002\uff3b\u8a33\u8005\u6ce8\uff3d</html>
-OptionPanel.export_icons_in_html = \u30a2\u30a4\u30b3\u30f3\u3082\u66f8\u304d\u51fa\u3059
-OptionPanel.export_icons_in_html.tooltip = <html>Freeplane \u304b\u3089\u66f8\u304d\u51fa\u3059 HTML \u30d5\u30a1\u30a4\u30eb\u306b\u3001\u30a2\u30a4\u30b3\u30f3\u3092\u542b\u3081\u308b\u3069\u3046\u304b\u6307\u5b9a\u3057\u307e\u3059\u3002\u66f8\u304d\u51fa<br>\u3055\u308c\u305f HTML \u5185\u306b\u30a2\u30a4\u30b3\u30f3\u3078\u306e\u30ea\u30f3\u30af\u304c\u306a\u3044\u3068\u3044\u3046\u30c8\u30e9\u30d6\u30eb\u304c\u3057\u3070\u3057\u3070\u8d77\u3053\u308a\u307e\u3059\u3002</html>
-OptionPanel.Files = \u30d5\u30a1\u30a4\u30eb
-OptionPanel.first = \u5192\u982d
-OptionPanel.fold_on_click_inside = \u30ce\u30fc\u30c9\u30b3\u30a2\u306e\u30af\u30ea\u30c3\u30af\u3067\u6298\u308a\u7573\u3080
-OptionPanel.foldingsymbolwidth = \u6298\u308a\u7573\u307f\u4e2d\u30b7\u30f3\u30dc\u30eb\u306e\u5e45(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.foldingsymbolwidth.tooltip = \u6298\u308a\u7573\u307f\u4e2d\u30b7\u30f3\u30dc\u30eb\u306e\u300c\u25cb\u300d\u306e\u5e45\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.fork = \u30d5\u30a9\u30fc\u30af
-OptionPanel.format_locale = \u66f8\u5f0f\u306e\u30ed\u30b1\u30fc\u30eb
-OptionPanel.format_locale.tooltip = \u66f8\u5f0f\u8a2d\u5b9a\u3068\u30c7\u30fc\u30bf\u89e3\u6790\u306b\u7528\u3044\u308b\u5730\u57df\u8a00\u8a9e\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.formula_disable_caching = \u8a08\u7b97\u5f0f\u306e\u5b9f\u884c\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u7121\u52b9\u306b
-OptionPanel.formula_disable_plugin = \u8a08\u7b97\u5f0f\u306e\u5b9f\u884c\u3092\u7121\u52b9\u306b
-OptionPanel.fr = \u30d5\u30e9\u30f3\u30b9\u8a9e\uff0fFran\u00e7ais
-OptionPanel.gl = \u30b0\u30eb\u30b8\u30a2\u8a9e\uff0fGalego
-OptionPanel.goto_note_end_on_edit = \u30ce\u30fc\u30c8\u30d1\u30cd\u30eb\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u672b\u5c3e\u306b\u79fb\u52d5
-OptionPanel.grid_size = \uff08\u30ce\u30fc\u30c9\u4f4d\u7f6e\u79fb\u52d5\u6642\u306e\uff09\u30b0\u30ea\u30c3\u30c9\u306e\u9593\u9694
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = \u7dda\u3092\u96a0\u3059
-OptionPanel.highlight_formulas = \u8a08\u7b97\u5f0f\u30ce\u30fc\u30c9\u3092\u67a0\u56f2\u3044\u8868\u793a
-OptionPanel.horizontal = \u76f4\u89d2\u66f2\u304c\u308a
-OptionPanel.hr = \u30af\u30ed\u30a2\u30c1\u30a2\u8a9e\uff0fhrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u968e\u5c64\u3092\u898b\u51fa\u3057\u306b\u3059\u308b
-OptionPanel.html_export_fold_all = \u3059\u3079\u3066\u6298\u308a\u7573\u3093\u3067\u66f8\u304d\u51fa\u3059
-OptionPanel.html_export_fold_currently_folded = \u73fe\u72b6\u306e\u307e\u307e\u66f8\u304d\u51fa\u3059
-OptionPanel.html_export_folding = \u6298\u308a\u7573\u307f\u306e\u6271\u3044
-OptionPanel.html_export_no_folding = \u3059\u3079\u3066\u5c55\u958b\u3057\u3066\u66f8\u304d\u51fa\u3059
-OptionPanel.hu = \u30cf\u30f3\u30ac\u30ea\u30fc\u8a9e\uff0fMagyar
-OptionPanel.ic_disable = \u4f5c\u6210\u3057\u306a\u3044
-OptionPanel.ic_file = \u30cf\u30fc\u30c9\u30c7\u30a3\u30b9\u30af\u306b\u4f5c\u6210
-OptionPanel.ic_ram = \u30e1\u30e2\u30ea\u306b\u4f5c\u6210
-OptionPanel.icon = \u30a2\u30a4\u30b3\u30f3
-OptionPanel.icon.tooltip = \u9069\u7528\u3059\u308b\u3068\u3001\u30ce\u30fc\u30c9\u306b\u3053\u306e\u30a2\u30a4\u30b3\u30f3\u304c\u4ed8\u304d\u307e\u3059\u3002
-OptionPanel.icons.list = \u6a19\u6e96\u7684\u306a\u8868\u793a\u30a2\u30a4\u30b3\u30f3\u4e00\u89a7
-OptionPanel.icons.list.tooltip = <html>\u3053\u3053\u3067\u6a19\u6e96\u306e\u30a2\u30a4\u30b3\u30f3\u306e\u9806\u5e8f\u3092\u5165\u308c\u66ff\u3048\u305f\u308a\u3001\u4f7f\u7528\u4e2d\u6b62\u306b\u3057\u305f\u308a\u3067\u304d\u307e\u3059\u3002\u30a2\u30a4\u30b3\u30f3\u306f '\uff1b'<br>\uff08\u30bb\u30df\u30b3\u30ed\u30f3\uff09\u3067\u5206\u3051\u3066\u304f\u3060\u3055\u3044\u3002</html>
-OptionPanel.id = \u30a4\u30f3\u30c9\u30cd\u30b7\u30a2\u8a9e\uff0fBahasa Indonesia
-OptionPanel.IGNORE = \u4f55\u3082\u3057\u306a\u3044
-OptionPanel.il__enter_confirms_by_default = Enter \u3067\u78ba\u5b9a
-OptionPanel.image_cache = \u753b\u50cf
-OptionPanel.it = \u30a4\u30bf\u30ea\u30a2\u8a9e\uff0fItaliano
-OptionPanel.ja = \u65e5\u672c\u8a9e\uff0f\u65e5\u672c\u8a9e
-OptionPanel.key_type_action = \u30ad\u30fc\u30bf\u30a4\u30d7\u306e\u52d5\u4f5c
-OptionPanel.Keystrokes = \u30ad\u30fc\u8a2d\u5b9a
-OptionPanel.ko = \u97d3\u56fd\u8a9e\uff0f \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-OptionPanel.label_font_family = \u30d5\u30a9\u30f3\u30c8\u540d
-OptionPanel.label_font_size = \u6587\u5b57\u30b5\u30a4\u30ba
-OptionPanel.language = \u8a00\u8a9e
-OptionPanel.language.tooltip = \u3053\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u4f7f\u7528\u3059\u308b\u8a00\u8a9e\u3067\u3059\u3002\u300c\u81ea\u52d5\u9078\u629e\uff0fautomatic\u300d\u306f\u30e6\u30fc\u30b6\u304c\u73fe\u5728\u4f7f\u7528\u4e2d\u306e\u8a00\u8a9e\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.last = \u672b\u5c3e
-OptionPanel.last_opened_list_length = \u6700\u8fd1\u4f7f\u3063\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u8868\u793a\u6570
-OptionPanel.layout_map_on_text_change = \u7de8\u96c6\u4e2d\u306b\u30de\u30c3\u30d7\u3092\u81ea\u52d5\u30ec\u30a4\u30a2\u30a6\u30c8
-OptionPanel.layout_map_on_text_change.tooltip = \u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u512a\u5148\u3059\u308b\u5834\u5408\u306f\u7121\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.linear = \u76f4\u7dda
-OptionPanel.links = \u30ea\u30f3\u30af
-OptionPanel.links.tooltip = \u30ea\u30f3\u30af\u65b9\u5f0f\u3092\u76f8\u5bfe\u30a2\u30c9\u30ec\u30b9\u3067\u6307\u5b9a\u3059\u308b\u304b\u3001\u7d76\u5bfe\u30a2\u30c9\u30ec\u30b9\u3067\u6307\u5b9a\u3059\u308b\u304b\u3001\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.load_folding = \u8aad\u307f\u8fbc\u307f\u6642\u306e\u6298\u308a\u7573\u307f\u306e\u6271\u3044
-OptionPanel.load_folding_from_map_default_fold_all = \u3059\u3079\u3066\u306e\u30ce\u30fc\u30c9\u304c\u5c55\u958b\u72b6\u614b\u306a\u3089\u3001\u6298\u308a\u7573\u3080
-OptionPanel.load_folding_from_map_default_unfold_all = \u4fdd\u5b58\u6642\u306e\u72b6\u614b\u3067\u8aad\u307f\u8fbc\u3080
-OptionPanel.load_last_map = \u524d\u56de\u7d42\u4e86\u6642\u306e\u30de\u30c3\u30d7\u3092\u81ea\u52d5\u7684\u306b\u958b\u304f
-OptionPanel.load_last_map.tooltip = \u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001Freeplane \u306e\u30b9\u30bf\u30fc\u30c8\u6642\u306b\u3001\u524d\u56de\u7d42\u4e86\u6642\u306e\u30de\u30c3\u30d7\u3092\u81ea\u52d5\u7684\u306b\u958b\u304d\u307e\u3059\u3002
-OptionPanel.load_last_maps = \u524d\u56de\u7d42\u4e86\u6642\u306e\u30de\u30c3\u30d7\u3092\u3059\u3079\u3066\u958b\u304f
-OptionPanel.lookandfeel = \u30eb\u30c3\u30af\uff06\u30d5\u30a3\u30fc\u30eb
-OptionPanel.lookandfeel.tooltip = <html>\u4f7f\u7528\u3059\u308b\u30eb\u30c3\u30af\uff06\u30d5\u30a3\u30fc\u30eb\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002'metal' 'windows' 'motif' 'gtk'\u3092\u30b5\u30dd<br>\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002'mac' \u306f\u3001MacOS \u4e0a\u3067 \u3057\u304b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u3001\u6a19\u6e96\u7684\u306a<br>\u30eb\u30c3\u30af\uff06\u30d5\u30a3\u30fc\u30eb\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u72ec\u81ea\u306e\u30eb\u30c3\u30af\uff06\u30d5\u30a3\u30fc\u30eb\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001 \u3053\u3053\u306b\u30af\u30e9<br>\u30b9\u540d\u3092\u5165\u529b\u3057\u3001\u76f8\u5fdc\u306e jar \u30d5\u30a1\u30a4\u30eb\u304c\u8aad\u307f\u8fbc\u307e\u308c\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30eb\u30c3\u30af\uff06\u30d5<br>\u30a3\u30fc\u30eb\u306b\u554f\u984c\u304c\u8d77\u304d\u305f\u5834\u5408\u306f\u300c\u306a\u3057\u300d \u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u306f\u3001\u30a2\u30d7\u30ec\u30c3\u30c8\u306b\u3082\u9069\u7528<br>\u3055\u308c\u307e\u3059\u3002</html>
-OptionPanel.lt = \u30ea\u30c8\u30a2\u30cb\u30a2\u8a9e\uff0fkalba
-OptionPanel.max_displayed_node_count = \u30ce\u30fc\u30c9\u306e\u6700\u5927\u8868\u793a\u6570
-OptionPanel.max_image_width = \u65b0\u898f\u753b\u50cf\u306e\u6700\u5927\u8868\u793a\u5e45
-OptionPanel.max_image_width.tooltip = \u65b0\u898f\u753b\u50cf\u304c\u5927\u304d\u3044\u5834\u5408\u3001\u3053\u3053\u3067\u6307\u5b9a\u3059\u308b\u6a2a\u5e45\u306b\u5408\u308f\u305b\u3066\u7e2e\u5c0f\u8868\u793a\u3057\u307e\u3059\u3002
-OptionPanel.max_menu_item_count = \u6700\u5927\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u6570
-OptionPanel.max_menu_item_count.tooltip = \u5404\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc\u306b\u542b\u3081\u3089\u308c\u308b\u6a5f\u80fd\u9805\u76ee\u6570\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u6700\u5c0f\u5024\u306f10\u3067\u3059\u3002
-OptionPanel.max_node_width = \u30ce\u30fc\u30c9\u306e\u6700\u5927\u8868\u793a\u5e45
-OptionPanel.max_shortened_text_length = \u30c6\u30ad\u30b9\u30c8\u306e\u6700\u5927\u8868\u793a\u5e45
-OptionPanel.metal = Metal
-OptionPanel.min_node_width = \u30ce\u30fc\u30c9\u306e\u6700\u5c0f\u8868\u793a\u5e45
-OptionPanel.motif = Motif
-OptionPanel.nb = \u30ce\u30eb\u30a6\u30a7\u30fc\u8a9e\uff08\u30d6\u30fc\u30af\u30e2\u30fc\u30eb\uff09\uff0fNorsk bokm\u00e5l
-OptionPanel.never_save_folding = \u4fdd\u5b58\u3057\u306a\u3044
-OptionPanel.nl = \u30aa\u30e9\u30f3\u30c0\u8a9e\uff0fNederlands, Vlaams
-OptionPanel.nn = \u30ce\u30eb\u30a6\u30a7\u30fc\u8a9e (\u30cb\u30e5\u30fc\u30ce\u30eb\u30b9\u30af)\uff0fNorsk nynorsk
-OptionPanel.nodebackgroundcolor = \u80cc\u666f\u8272
-OptionPanel.nodebackgroundcolor.tooltip = \u975e\u9078\u629e\u6642\u306e\u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.nodecolor = \u6587\u5b57\u8272
-OptionPanel.nodecolor.tooltip = \u975e\u9078\u629e\u6642\u306e\u30ce\u30fc\u30c9\u306e\u6587\u5b57\u8272\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.nodefontbold = \u592a\u5b57
-OptionPanel.nodefonthyperlink = \u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af
-OptionPanel.nodefontitalic = \u659c\u4f53
-OptionPanel.nodefontname = \u30d5\u30a9\u30f3\u30c8\u540d
-OptionPanel.nodefontsize = \u6587\u5b57\u30b5\u30a4\u30ba
-OptionPanel.nodeformat = \u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\uff0f\u66f8\u5f0f
-OptionPanel.nodeformat.tooltip = <html>\u30c6\u30ad\u30b9\u30c8\u306e\u7f6e\u63db\u3068\u66f8\u5f0f\u6307\u5b9a\uff1a<ul><li><em>\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u5c55\u958b\u306e\u4f8b</em> (<tt>%s</tt> \u3092\u5143\u306e\u30c6\u30ad\u30b9\u30c8\u3068\u3059\u308b) - <tt>\u7559\u610f\u70b9: %s</tt><li><em>\u65e5\u4ed8\u3068\u6570\u5b57\u306e\u66f8\u5f0f</em> - \u9078\u629e\u30dc\u30c3\u30af\u30b9\u306e\u8a18\u8f09\u4f8b\u3092\u53c2\u7167</ul></html>
-OptionPanel.nodenumbering = \u30ce\u30fc\u30c9\u306b\u756a\u53f7\u3092\u632f\u308b
-OptionPanel.nodenumbering.tooltip = \u30ce\u30fc\u30c9\u30c6\u30ad\u30b9\u30c8\u306b\u9023\u756a\uff08\u4f8b\uff1a1.3.1\uff09\u3092\u632f\u308a\u307e\u3059\u3002
-OptionPanel.nodeshape = \u30ce\u30fc\u30c9\u306e\u5f62
-OptionPanel.nodeshape.tooltip = <html>\u30ce\u30fc\u30c9\u306e\u5916\u5f62\u306e\u3053\u3068\u3067\u3059\u3002<br>\u4f7f\u7528\u3067\u304d\u308b\u9078\u629e\u80a2\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3059\u3002<br><table border="1"><tr><td> \u30d5\u30a9\u30fc\u30af  </td><td> \u67a0\u56f2\u3044\u306f\u7121\u304f\u3066\u3001\u7dda\u306e\u4e0a\u306b\u6587\u5b57\u5217\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002</td></tr><tr><td> \u56f2\u307f </td><td> \u56db\u89d2\u3044\u67a0\u56f2\u3044\u306e\u4ed8\u3044\u305f\u30ce\u30fc\u30c9\u3067\u3059\u3002</td></tr><tr><td> \u89aa\u3068\u540c\u3058 </td><td> \u89aa\u30ce\u30fc\u30c9\u306e\u5f62\u3092\u5f15\u304d\u7d99\u304e\u307e\u3059\u3002<br>\u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306e\u5834\u5408\u306f\u3001\u6a19\u6e96\u7684\u306a\u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306e\u5f62\u3068\u306a\u308a\u307e\u3059\u3002</td></tr><tr><td> \u8907\u5408 </td><td> \u30ce\u30fc\u30c9\u304c\u6298\u308a\u7573\u307e\u308c\u3066\u3044\u308b\u5834\u5408\u306f\uff62\u56f2\u307f\uff63\u3001\u305d\u306e\u4ed6\u306e\u5834\u5408\u306f\uff62\u30d5\u30a9\u30fc\u30af\uff63\u306e\u5f62\u3068\u306a\u308a\u307e\u3059\u3002</td></tr></table></html>
-OptionPanel.nodetext = \u30b3\u30a2\u30c6\u30ad\u30b9\u30c8
-OptionPanel.nodetext.tooltip = \u30ce\u30fc\u30c9\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u5b9a\u7fa9\u3067\u304d\u307e\u3059\u3002\u30d1\u30bf\u30fc\u30f3\u3092\u9069\u7528\u3059\u308b\u3068\u4ee5\u524d\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u306a\u304f\u306a\u308a\u307e\u3059\u3002
-OptionPanel.nothing = \u306a\u3057
-OptionPanel.number_format = \u6570\u5024\u306e\u6a19\u6e96\u66f8\u5f0f
-OptionPanel.number_format.tooltip = <html>'#' \u3067\u6307\u5b9a\u3055\u308c\u305f\u6841\u306f\u8a72\u5f53\u6570\u5024\u306e\u6709\u7121\u306b\u5fdc\u3058\u3066\u8868\u793a\uff0f\u975e\u8868\u793a\u3001'0' \u306e\u6841\u306f\u5f37\u5236\u8868\u793a\u3068\u306a\u308a\u307e\u3059\u3002<br>\u3000\u3000\u4e8b\u4f8b\uff1a"0.00"\u3001"0.0%"\u3001"$#.00"\u3001"#0"</html>
-OptionPanel.number_of_different_files_for_automatic_save = \u30d5\u30a1\u30a4\u30eb\u3054\u3068\u306e\u81ea\u52d5\u4fdd\u5b58\u4ef6\u6570
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html>\u30de\u30c3\u30d7\u6bce\u306e\u81ea\u52d5\u4fdd\u5b58\u30d5\u30a1\u30a4\u30eb\u6570\uff08n\uff09\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u6700\u521d\u306e\u81ea\u52d5\u4fdd\u5b58\u6642\u306b\u306f \u300c1\u300d\u306e\u756a\u53f7<br>\u4ed8\u304d\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u540c\u69d8\u306e\u5f62\u3067\u4fdd\u5b58\u3057\u3066\u3044\u304d\u3001\u300cn + 1\u300d\u56de\u76ee\u306e\u4fdd\u5b58\u3067\u306f\u3001\u518d\u3073<br>\u300c1\u300d\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002\uff08\u5faa\u74b0\u5f0f\uff09
-OptionPanel.OK = \u4fdd\u5b58
-OptionPanel.org.freeplane.plugin.bugreport = \u57fa\u672c\u7684\u306a\u5bfe\u5fdc\u65b9\u91dd
-OptionPanel.org.freeplane.plugin.bugreport.allowed = \u5e38\u306b\u9001\u4fe1
-OptionPanel.org.freeplane.plugin.bugreport.ask = \u30ec\u30dd\u30fc\u30c8\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a
-OptionPanel.org.freeplane.plugin.bugreport.denied = \u5e38\u306b\u9001\u4fe1\u3057\u306a\u3044
-OptionPanel.org.freeplane.plugin.bugreport.userid = \u30d0\u30b0\u5831\u544a\u306b\u7528\u3044\u308b ID
-OptionPanel.outline_hgap = \u5de6\u53f3\u306e\u9593\u9694(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.outline_vgap = \u4e0a\u4e0b\u306e\u9593\u9694(\u30d4\u30af\u30bb\u30eb)
-OptionPanel.paint_connectors_behind = \u30b3\u30cd\u30af\u30bf\u306e\u8868\u793a\u3092\u30ce\u30fc\u30c9\u306e\u80cc\u5f8c\u306b
-OptionPanel.parse_data = \u6570\u5024\u3084\u65e5\u6642\u306e\u5165\u529b\u3092\u8a8d\u8b58
-OptionPanel.parse_data.tooltip = \u65e5\u4ed8\u3001\u6642\u523b\u4ed8\u304d\u65e5\u4ed8\u3001\u53ca\u3073\u6570\u5024\u306e\u5165\u529b\u3092\u89e3\u6790\u3057\u3001\u6a19\u6e96\u66f8\u5f0f\u306e\u9069\u7528\u3092\u8a66\u307f\u307e\u3059\u3002\u8868\u793a\u4f8b\uff1a 100,000.00\u300112/31\u3001 12/31/99\u3001 1999-12-31\u30011999-12-31 23:59
-OptionPanel.PASTE_HTML = HTML \u5f62\u5f0f
-OptionPanel.PASTE_PLAIN_TEXT = \u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u5f62\u5f0f
-OptionPanel.path_property_may_not_be_empty = \u30d1\u30b9\u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u672a\u6d88\u53bb\u306e\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u66f4\u65b0\u524d\u306e\u72b6\u614b\u306b\u623b\u308a\u307e\u3057\u305f\u3002
-OptionPanel.patternname = \u540d\u524d
-OptionPanel.patternname.tooltip = \u56fa\u6709\u306e\u30d1\u30bf\u30fc\u30f3\u540d
-OptionPanel.pl = \u30dd\u30fc\u30e9\u30f3\u30c9\u8a9e\uff0fpolski
-OptionPanel.placenewbranches = \u65b0\u898f\u30ce\u30fc\u30c9\u306e\u914d\u7f6e
-OptionPanel.placenewbranches.tooltip = \u65b0\u898f\u306e\u679d\u306f\u3069\u3053\u306b\u4f5c\u308a\u307e\u3059\u304b\uff1f\u3000\u6709\u52b9\u5024\u306f\u300c\u5192\u982d\u300d\u304b\u300c\u672b\u5c3e\u300d\u3067\u3059\u3002
-OptionPanel.plugin.tooltip = \u30aa\u30d7\u30b7\u30e7\u30f3\u7684\u306a\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3059\u3002
-OptionPanel.plugins = \u30d7\u30e9\u30b0\u30a4\u30f3
-OptionPanel.presentation_dimmer_transparency = \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30e2\u30fc\u30c9\u306e\u900f\u904e\u5ea6
-OptionPanel.presentation_mode = \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30e2\u30fc\u30c9
-OptionPanel.printonwhitebackground = \u80cc\u666f\u3092\u767d\u5730\u3067\u5370\u5237
-OptionPanel.printonwhitebackground.tooltip = \u80cc\u666f\u3092\u5e38\u306b\u767d\u5730\u3067\u5370\u5237\u3057\u307e\u3059\u3002
-OptionPanel.pt_BR = \u30dd\u30eb\u30c8\u30ac\u30eb\u8a9e\uff08\u30d6\u30e9\u30b8\u30eb\uff09\uff0fPortugu\u00eas (Brasil)
-OptionPanel.pt_PT = \u30dd\u30eb\u30c8\u30ac\u30eb\u8a9e\uff08\u30dd\u30eb\u30c8\u30ac\u30eb\uff09\uff0fPortugu\u00eas (Portugal)
-OptionPanel.RECT = \u77e9\u5f62
-OptionPanel.relative = \u76f8\u5bfe\u7684
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>\u300c\u78ba\u8a8d\u300d\u3092\u6307\u5b9a\u3059\u308b\u3068\u3001\u78ba\u8a8d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u3059\u3002<br>\u300c\u306f\u3044\u300d\uff1a\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002<br>\u300c\u3044\u3044\u3048\u300d\uff1a\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = \u8cbc\u308a\u4ed8\u3051\u30ce\u30fc\u30c9\u3067\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u3092\u4f7f\u7528
-OptionPanel.remove_notes_without_question = \u30ce\u30fc\u30c8\u306e\u524a\u9664\u6642\u306b\u78ba\u8a8d\u3092\u7701\u7565
-OptionPanel.remove_notes_without_question.tooltip = <html>\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3068\u3001\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306e\u30ce\u30fc\u30c8\u306e\u524a\u9664\u6642\u306b\u78ba\u8a8d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u305b\u3093\u3002\u8aa4<br>\u64cd\u4f5c\u306b\u3088\u308a\u60c5\u5831\u304c\u5931\u308f\u308c\u308b\u6050\u308c\u304c\u3042\u308a\u307e\u3059\u3002</html>
-OptionPanel.resources_use_default_font_for_notes_too = \u30ce\u30fc\u30c8\u30d5\u30a9\u30f3\u30c8\u306b\u3082\u9069\u7528
-OptionPanel.resources_use_margin_top_zero_for_notes = \u30ce\u30fc\u30c8\u306e\u4e0a\u90e8\u4f59\u767d\u3092\u524a\u9664
-OptionPanel.revision_color = \u66f4\u65b0\u30ce\u30fc\u30c9\u306e\u80cc\u666f
-OptionPanel.revision_color.tooltip = \u66f4\u65b0\u3055\u308c\u305f\u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272\u3002
-OptionPanel.ROUND_RECT = \u89d2\u4e38\u77e9\u5f62
-OptionPanel.ru = \u30ed\u30b7\u30a2\u8a9e\uff0f\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
-OptionPanel.save_folding = \u6298\u308a\u7573\u307f\u306e\u6271\u3044
-OptionPanel.save_folding_if_map_is_changed = \u30de\u30c3\u30d7\u304c\u66f4\u65b0\u3055\u308c\u305f\u5834\u5408\u306f\u4fdd\u5b58\u3059\u308b
-OptionPanel.save_modification_times = \u66f4\u65b0\u6642\u523b\u3092\u4fdd\u5b58
-OptionPanel.script_classpath = <html>\u30b9\u30af\u30ea\u30d7\u30c8\u30af\u30e9\u30b9\u30d1\u30b9\uff1a<br>\u3000\u30af\u30e9\u30b9\u53ca\u3073 JARs \u306e\u3042\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea<br>\u3000\u3000\uff08\u30c4\u30fc\u30eb\u30c1\u30c3\u30d7\u3092\u53c2\u7167\uff09</html>
-OptionPanel.script_classpath.tooltip = <html>JARs \u53ca\u3073\u30b9\u30af\u30ea\u30d7\u30c8\u3084\u8a08\u7b97\u5f0f\u306e\u30af\u30e9\u30b9\u30d1\u30b9\u306b\u4ed8\u52a0\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4e00\u89a7\u3067\u3059\u3002<br>\u9805\u76ee\u306e\u533a\u5207\u308a\u306b\u306f\u3001Windows \u306e\u5834\u5408\u306f ";"\u3001Linux \u3068Mac \u306e\u5834\u5408\u306f ":" \u3092\u7528\u3044\u3066\u304f\u3060\u3055\u3044\u3002<br>\u3053\u308c\u3089\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u3001JARs \u53ca\u3073 .class \u30d5\u30a1\u30a4\u30eb \u306e\u30b9\u30ad\u30e3\u30f3\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059\u3002<br>\u7d76\u5bfe\u6307\u5b9a\u3067\u306a\u3044\u30d1\u30b9\u306f\u3001Freeplane \u30e6\u30fc\u30b6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u57fa\u6e96\u3068\u3059\u308b\u76f8\u5bfe\u6307\u5b9a\u3068\u307f\u306a\u3055\u308c\u307e\u3059\u3002<br>\u30af\u30e9\u30b9\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u4f75\u305b\u3066\u8aad\u307f\u8fbc\u307f\u30a2\u30af\u30bb\u30b9\u306e\u8a31\u53ef\u3092\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002</html>
-OptionPanel.script_directories = <html>\u30b9\u30af\u30ea\u30d7\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea<br>\uff08\u30c4\u30fc\u30eb\u30c1\u30c3\u30d7\u3092\u53c2\u7167\uff09<html>
-OptionPanel.script_directories.tooltip = <html>\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4e00\u89a7\u3067\u3059\u3002<br>\u9805\u76ee\u306e\u533a\u5207\u308a\u306b\u306f\u3001Windows \u306e\u5834\u5408\u306f ";"\u3001Linux \u3068Mac \u306e\u5834\u5408\u306f ":" \u3092\u7528\u3044\u3066\u304f\u3060\u3055\u3044\u3002<br>\u7d76\u5bfe\u6307\u5b9a\u3067\u306a\u3044\u30d1\u30b9\u306f\u3001Freeplane \u30e6\u30fc\u30b6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u57fa\u6e96\u3068\u3059\u308b\u76f8\u5bfe\u6307\u5b9a\u3068\u307f\u306a\u3055\u308c\u307e\u3059\u3002</html>
-OptionPanel.script_user_key_name_for_signing = \u7f72\u540d\u7528\u30e6\u30fc\u30b6\u30ad\u30fc\u30a8\u30a4\u30ea\u30a2\u30b9
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>\u4f5c\u6210\u3057\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u7f72\u540d\u3092\u4ed8\u3051\u305f\u3044\u5834\u5408\u306f\u3001\u3053\u3053\u306b\u305d\u306e\u30ad\u30fc\u306e\u30a8\u30a4\u30ea\u30a2\u30b9\u3092\u5165\u529b\u3057\u3066\u304f<br>\u3060\u3055\u3044\u3002\u305d\u306e\u30ad\u30fc\u306f\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u30fb\u30ad\u30fc\u96c6\u306b\u542b\u307e\u308c\u308b\u3082\u306e\u3068\u60f3\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ad\u30fc\u306e\u306a<br>\u304b\u3067\u3082\u7279\u306b\u6a5f\u5bc6\u6027\u304c\u9ad8\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u30ad\u30fc\u96c6\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u3053\u308c\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u30fb\u30ad\u30fc\u96c6<br>\u3068\u306a\u308b\uff09\u3068\u540c\u3058\u3082\u306e\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002</html>
-OptionPanel.scrollbar_increment = \u901f\u5ea6
-OptionPanel.scrolling_speed = \u81ea\u52d5\u30de\u30c3\u30d7\u30b9\u30af\u30ed\u30fc\u30eb\u901f\u5ea6
-OptionPanel.selection_method = \u9078\u629e\u65b9\u6cd5
-OptionPanel.selection_method.tooltip = <html>\u30de\u30a6\u30b9\u30ab\u30fc\u30bd\u30eb\u3092\u30ce\u30fc\u30c9\u306b\u79fb\u52d5\u3057\u3066\u304b\u3089\u5c11\u3057\u9593\u3092\u7f6e\u304f\u3068\u81ea\u52d5\u9078\u629e\u3059\u308b\u7b49\u3001\u9078\u629e\u65b9\u6cd5\u3092\u6307\u5b9a<br>\u3057\u307e\u3059\u3002\u81ea\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3002\u3053\u308c\u3089\u306f\u5fc5\u305a auto.properties \u306b\u4fdd\u5b58\u3055\u308c\u3001\u5909\u66f4\u3059\u308b\u3053\u3068\u306f<br>\u3067\u304d\u307e\u305b\u3093\u3002</html>
-OptionPanel.selection_method_by_click = \u30af\u30ea\u30c3\u30af\u3067\u9078\u629e
-OptionPanel.selection_method_delayed = \u30de\u30a6\u30b9\u30aa\u30fc\u30d0\u30fc\u5f8c\u3001\u9593\u3092\u7f6e\u3044\u3066\u81ea\u52d5\u9078\u629e
-OptionPanel.selection_method_direct = \u30de\u30a6\u30b9\u30aa\u30fc\u30d0\u30fc\u3067\u76f4\u3061\u306b\u9078\u629e
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u30d1\u30bf\u30fc\u30f3
-OptionPanel.separator.anti_alias = \u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9
-OptionPanel.separator.attributes = \u5c5e\u6027
-OptionPanel.separator.automatic_save = \u81ea\u52d5\u4fdd\u5b58
-OptionPanel.separator.behaviour = \u57fa\u672c\u52d5\u4f5c
-OptionPanel.separator.browser = OS \u5225\u306e\u6a19\u6e96\u30d6\u30e9\u30a6\u30b6\u8d77\u52d5\u30b3\u30de\u30f3\u30c9
-OptionPanel.separator.cache = \u30ad\u30e3\u30c3\u30b7\u30e5
-OptionPanel.separator.CloudControls = \u96f2
-OptionPanel.separator.commands_for_the_program = \u30d7\u30ed\u30b0\u30e9\u30e0\u30b3\u30de\u30f3\u30c9
-OptionPanel.separator.connectors = \u30b3\u30cd\u30af\u30bf
-OptionPanel.separator.data_formats = \u30c7\u30fc\u30bf\u66f8\u5f0f\u306e\u8a2d\u5b9a\u3068\u89e3\u6790
-OptionPanel.separator.default_colors = \u6a19\u6e96\u8272
-OptionPanel.separator.default_fonts = \u6a19\u6e96\u30d5\u30a9\u30f3\u30c8
-OptionPanel.separator.default_styles = \u6a19\u6e96\u30b9\u30bf\u30a4\u30eb
-OptionPanel.separator.EdgeControls = \u7dda
-OptionPanel.separator.edit_long_node_window = \u9577\u6587\u7de8\u96c6\u30a6\u30a4\u30f3\u30c9\u30a6
-OptionPanel.separator.editing = \u30a8\u30c7\u30a3\u30bf\u306e\u8a2d\u5b9a
-OptionPanel.separator.files = \u30d5\u30a1\u30a4\u30eb
-OptionPanel.separator.formula = \u8a08\u7b97\u5f0f\u30d7\u30e9\u30b0\u30a4\u30f3
-OptionPanel.separator.General = \u5168\u822c
-OptionPanel.separator.html_export = HTML \u3078\u306e\u66f8\u304d\u51fa\u3057
-OptionPanel.separator.html_import = HTML \u304b\u3089\u306e\u30a4\u30f3\u30dd\u30fc\u30c8
-OptionPanel.separator.hyperlink_types = \u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af\u306e\u7a2e\u985e
-OptionPanel.separator.icon_properties = \u30a2\u30a4\u30b3\u30f3
-OptionPanel.separator.icons = \u300c\u30a2\u30a4\u30b3\u30f3\u3092\u9078\u629e...\u300d\u306e\u30a2\u30a4\u30b3\u30f3
-OptionPanel.separator.initial_map_size = \u521d\u671f\u30de\u30c3\u30d7\u30b5\u30a4\u30ba
-OptionPanel.separator.inline_editor = \u30a4\u30f3\u30e9\u30a4\u30f3\u30ce\u30fc\u30c9\u30a8\u30c7\u30a3\u30bf
-OptionPanel.separator.key_typing = \u9078\u629e\u30ce\u30fc\u30c9\u3067\u306e\u30ad\u30fc\u5165\u529b
-OptionPanel.separator.language = \u8a00\u8a9e
-OptionPanel.separator.load = \u8aad\u307f\u8fbc\u307f
-OptionPanel.separator.look_and_feel = \u5168\u4f53\u30a4\u30e1\u30fc\u30b8
-OptionPanel.separator.mouse_wheel = \u30de\u30a6\u30b9\u30db\u30a4\u30fc\u30eb
-OptionPanel.separator.new_node_commands = \u65b0\u898f\u30ce\u30fc\u30c9\u4f5c\u6210
-OptionPanel.separator.node_editing_commands = \u30ce\u30fc\u30c9\u7de8\u96c6\u30b3\u30de\u30f3\u30c9
-OptionPanel.separator.node_navigation_commands = \u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30b3\u30de\u30f3\u30c9
-OptionPanel.separator.NodeColors = \u30ce\u30fc\u30c9\u30b3\u30a2\u5168\u4f53\u306e\u8272
-OptionPanel.separator.NodeFont = \u30ce\u30fc\u30c9\u30b3\u30a2\u5168\u4f53\u306e\u30d5\u30a9\u30f3\u30c8
-OptionPanel.separator.NodeShape = \u30ce\u30fc\u30c9\u306e\u5f62
-OptionPanel.separator.NodeStyle = \u30ce\u30fc\u30c9\u306e\u30b9\u30bf\u30a4\u30eb
-OptionPanel.separator.NodeText = \u30ce\u30fc\u30c9\u30b3\u30a2\u306e\u30c6\u30ad\u30b9\u30c8
-OptionPanel.separator.notifications = \u78ba\u8a8d
-OptionPanel.separator.org.freeplane.plugin.bugreport = \u81ea\u52d5\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8
-OptionPanel.separator.other_defaults = \u305d\u306e\u4ed6
-OptionPanel.separator.others = \u305d\u306e\u4ed6\u306e\u30ad\u30fc\u5272\u308a\u5f53\u3066
-OptionPanel.separator.outline_view = \u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u30d3\u30e5\u30fc
-OptionPanel.separator.patterns = \u30d1\u30bf\u30fc\u30f3
-OptionPanel.separator.RichTextEditor = \u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf
-OptionPanel.separator.root_node_appearance = \u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306e\u4f53\u88c1
-OptionPanel.separator.save = \u4fdd\u5b58
-OptionPanel.separator.scripting = \u30b9\u30af\u30ea\u30d7\u30c8
-OptionPanel.separator.scrollbar = \u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc
-OptionPanel.separator.search = \u691c\u7d22
-OptionPanel.separator.selection_colors = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u8272\u7b49
-OptionPanel.separator.selection_method = \u30ce\u30fc\u30c9\u306e\u9078\u629e
-OptionPanel.separator.single_instance_mode = \u5358\u4e00\u30d7\u30ed\u30b0\u30e9\u30e0\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9
-OptionPanel.separator.size_limits = \u8868\u793a\u5e45
-OptionPanel.separator.spelling = \u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af\u30aa\u30d7\u30b7\u30e7\u30f3
-OptionPanel.separator.status = \u30b9\u30c6\u30fc\u30bf\u30b9\u30d0\u30fc
-OptionPanel.separator.tooltip = \u30c4\u30fc\u30eb\u30c1\u30c3\u30d7\u8868\u793a\u306e\u6642\u9593
-OptionPanel.separator.undo = \u5143\u306b\u623b\u3059
-OptionPanel.separator.updates = \u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u66f4\u65b0
-OptionPanel.set_property_text = \u5909\u66f4
-OptionPanel.set_property_text.tooltip = \u7a7a\u767d\uff1a\u4f55\u3082\u3057\u306a\u3044\u3002\u3000\u3000\u300c\uff0d\u300d\uff1a\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u524a\u9664 (\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b\u8a2d\u5b9a)\u3000\u3000\u300c\uff0b\u300d\uff1a\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u5909\u66f4
-OptionPanel.setscript = <html>\u30b9\u30af\u30ea\u30d7\u30c8\u3092<br>\u5909\u66f4\u3057\u307e\u3059\u304b\uff1f</html>
-OptionPanel.setscript.tooltip = \u30b9\u30bf\u30a4\u30eb\u306b\u95a2\u9023\u3065\u3051\u3066\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
-OptionPanel.sharp_bezier = \u5148\u7d30\u30d9\u30b8\u30a7\u66f2\u7dda
-OptionPanel.sharp_linear = \u5148\u7d30\u76f4\u7dda
-OptionPanel.show_icon_for_attributes = \u5c5e\u6027\u4ed8\u304d\u30a2\u30a4\u30b3\u30f3\u3092\u8868\u793a
-OptionPanel.show_node_tooltips = \u30ce\u30fc\u30c9\u60c5\u5831\u3092\u30c4\u30fc\u30eb\u30c1\u30c3\u30d7\u8868\u793a
-OptionPanel.show_note_icons = \u30ce\u30fc\u30c8\u4ed8\u304d\u30a2\u30a4\u30b3\u30f3\u3092\u8868\u793a
-OptionPanel.show_styles_in_tooltip = \u30ce\u30fc\u30c9\u30b9\u30bf\u30a4\u30eb\u3092\u30c4\u30fc\u30eb\u30c1\u30c3\u30d7\u8868\u793a
-OptionPanel.signed_script_are_trusted = \u7f72\u540d\u4ed8\u304d\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4fe1\u983c\uff08\u63a8\u5968\uff09
-OptionPanel.signed_script_are_trusted.tooltip = <html>\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u4fe1\u983c\u3067\u304d\u308b\u95a2\u4fc2\u8005\uff08\u4f8b\u3048\u3070\u3001Freeplane \u306e\u4f5c\u8005\u3084\u81ea\u5206\u81ea\u8eab\uff09\u306e\u7f72\u540d\u304c\u3042\u308b\u5834<br>\u5408\u3001\u5236\u9650\u306a\u304f\u5b9f\u884c\u3057\u307e\u3059\u3002</html>
-OptionPanel.simplyhtml.default_paste_mode = \u6a19\u6e96\u306e\u8cbc\u308a\u4ed8\u3051\u5f62\u5f0f
-OptionPanel.single_backup_directory = <html>\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306e\u683c\u7d0d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092<br>\u4e00\u3064\u306b</html>
-OptionPanel.single_backup_directory.tooltip = <html>\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u3068\u81ea\u52d5\u4fdd\u5b58\u30d5\u30a1\u30a4\u30eb\u3092\u3001\u5f53\u8a72\u30de\u30c3\u30d7\u306e\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306a\u304f\u3001<br>\u5358\u4e00\u683c\u7d0d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002</html>
-OptionPanel.single_backup_directory_path = <html>\u4e0a\u8a18\u30aa\u30d7\u30b7\u30e7\u30f3\u6709\u52b9\u6642\u306b\u7528\u3044\u308b<br>\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea</html>
-OptionPanel.single_backup_directory_path.tooltip = <html>\u521d\u671f\u8a2d\u5b9a\u306e <freeplaneuserdir>/.backup \u3088\u308a\u3082\u512a\u5148\u7684\u306b\u7528\u3044\u3089\u308c\u308b\u30d5\u30a9\u30eb\u30c0\u3067\u3059\u3002</html>
-OptionPanel.single_instance = \u30d5\u30a1\u30a4\u30eb\u30aa\u30fc\u30d7\u30f3\u306f\u5b9f\u884c\u4e2d\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3067
-OptionPanel.single_instance_force = \u7b2c\uff12\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u4f5c\u6210\u3092\u7981\u6b62
-OptionPanel.single_instance_force.tooltip = \u8aad\u307f\u8fbc\u307f\u30d5\u30a1\u30a4\u30eb\u304c\u306a\u3044\u5834\u5408\u3067\u3082\u3001\u7b2c\uff12\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u307e\u3059\u3002
-OptionPanel.sk = \u30b9\u30ed\u30d0\u30ad\u30a2\u8a9e\uff0fsloven\u010dina
-OptionPanel.sl = \u30b9\u30ed\u30d9\u30cb\u30a2\u8a9e\uff0fsloven\u0161\u010dina
-OptionPanel.spelling_opt_case_sensitive = \u5927\u6587\u5b57\uff0f\u5c0f\u6587\u5b57\u3092\u533a\u5225
-OptionPanel.spelling_opt_ignore_all_caps_words = \u5927\u6587\u5b57\u306e\u307f\u306e\u8a9e\u3092\u7121\u8996
-OptionPanel.spelling_opt_ignore_capitalization = \u8a9e\u306e\u5192\u982d\u306b\u3042\u308b\u5927\u6587\u5b57\u3092\u7121\u8996
-OptionPanel.spelling_opt_ignore_words_with_numbers = \u6570\u5b57\u3092\u542b\u3080\u8a9e\u3092\u7121\u8996
-OptionPanel.spelling_opt_suggestions_limit_dialog = \u30c0\u30a4\u30a2\u30ed\u30b0\u306b\u8868\u793a\u3059\u308b\u5019\u88dc\u306e\u6700\u5927\u5024
-OptionPanel.spelling_opt_suggestions_limit_menu = \u30e1\u30cb\u30e5\u30fc\u306b\u8868\u793a\u3059\u308b\u5019\u88dc\u306e\u6700\u5927\u5024
-OptionPanel.sr = \u30bb\u30eb\u30d3\u30a2\u8a9e\uff0f\u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = \u6a19\u6e96\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb
-OptionPanel.standardbackgroundcolor = \u30ce\u30fc\u30c9\u306e\u80cc\u666f
-OptionPanel.standardbackgroundcolor.tooltip = \u6a19\u6e96\u7684\u306a\u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272\u3002HTML\u8868\u8a18\u6cd5(16\u9032\u6570\u306e #RRGGBB )\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.standardcloudcolor = \u96f2\u3000\u3000
-OptionPanel.standardcloudcolor.tooltip = \u6a19\u6e96\u7684\u306a\u96f2\u306e\u8272\u3002HTML\u8868\u8a18\u6cd5(16\u9032\u6570\u306e #RRGGBB )\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.standardcloudestyle = \u96f2\u306e\u5f62
-OptionPanel.standardcloudestyle.tooltip = \u6a19\u6e96\u7684\u306a\u96f2\u306e\u5f62
-OptionPanel.standarddrawrectangleforselection = \u9078\u629e\u30ce\u30fc\u30c9\u3092\u67a0\u56f2\u3044\u8868\u793a
-OptionPanel.standarddrawrectangleforselection.tooltip = \u9078\u629e\u30ce\u30fc\u30c9\u3092\u67a0\u3067\u56f2\u307f\u307e\u3059\u3002
-OptionPanel.standardlinkcolor = \u6a19\u6e96\u8272
-OptionPanel.standardlinkcolor.tooltip = \u30b3\u30cd\u30af\u30bf\u306e\u6a19\u6e96\u7684\u306a\u8272\u3002HTML\u8868\u8a18\u6cd5(16\u9032\u6570\u306e #RRGGBB )\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.standardlinkestyle = \u30b3\u30cd\u30af\u30bf\u306e\u5f62
-OptionPanel.standardlinkestyle.tooltip = \u30b3\u30cd\u30af\u30bf\u306e\u6a19\u6e96\u7684\u306a\u5f62\u3002\u73fe\u5728\u306f\u300c\u30d9\u30b8\u30a7\u66f2\u7dda\u300d \u3057\u304b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-OptionPanel.standardselectednodecolor = \u80cc\u666f\u8272
-OptionPanel.standardselectednodecolor.tooltip = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u6a19\u6e96\u7684\u306a\u80cc\u666f\u8272\u3002HTML\u8868\u8a18\u6cd5(16\u9032\u6570\u306e #RRGGBB )\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.standardselectednoderectanglecolor = \u67a0\u56f2\u3044\u306e\u8272
-OptionPanel.standardselectednoderectanglecolor.tooltip = \u9078\u629e\u30ce\u30fc\u30c9\u3092\u56f2\u3080\u67a0\u306e\u6a19\u6e96\u7684\u306a\u8272\u3002HTML\u8868\u8a18\u6cd5(16\u9032\u6570\u306e #RRGGBB )\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.STAR = \u30c8\u30f3\u30ac\u30ea
-OptionPanel.structured_html_import = \u30ce\u30fc\u30c9\u968e\u5c64\u306b\u5909\u63db\u3057\u3066\u30a4\u30f3\u30dd\u30fc\u30c8
-OptionPanel.structured_icon_toolbar = \u5de6\u30c4\u30fc\u30eb\u30d0\u30fc\u306e\u30a2\u30a4\u30b3\u30f3\u8868\u793a\u3092\u968e\u5c64\u5316
-OptionPanel.summary = \u307e\u3068\u3081
-OptionPanel.sv = \u30b9\u30a6\u30a7\u30fc\u30c7\u30f3\u8a9e\uff0fsvenska
-OptionPanel.text.use_ctrl_key = \u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30ad\u30fc\u306e\u5272\u308a\u5f53\u3066\u300d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.time_for_automatic_save = \u81ea\u52d5\u4fdd\u5b58\u9593\u9694(\u30df\u30ea\u79d2)
-OptionPanel.time_for_automatic_save.tooltip = <html> \u81ea\u52d5\u4fdd\u5b58\u306e\u9593\u9694(\u30df\u30ea\u79d2)\u3002<br>\u81ea\u52d5\u4fdd\u5b58\u3092\u7121\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u3053\u306e\u6570\u5024\u30922000000000\u306b\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002</html>
-OptionPanel.time_for_delayed_selection = \u81ea\u52d5\u9078\u629e\u307e\u3067\u306e\u6642\u9593(\u30df\u30ea\u79d2)
-OptionPanel.time_for_delayed_selection.tooltip = <html>\u30de\u30a6\u30b9\u30ab\u30fc\u30bd\u30eb\u304c\u30ce\u30fc\u30c9\u4e0a\u306b\u79fb\u3063\u3066\u304b\u3089\u81ea\u52d5\u9078\u629e\u3059\u308b\u307e\u3067\u306e\u6642\u9593(\u30df\u30ea\u79d2)\u3002\u30de\u30a6\u30b9\u30ab\u30fc\u30bd<br>\u30eb\u3092\u30ce\u30fc\u30c9\u4e0a\u306b\u79fb\u3059\u3068\u540c\u6642\u306b\u9078\u629e\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u3053\u306e\u5024\u3092\uff11\u306b\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002</html>
-OptionPanel.toolTipManager.dismissDelay = \u8868\u793a\u3092\u4e2d\u65ad\u3059\u308b\u307e\u3067\u306e\u6642\u9593(\u30df\u30ea\u79d2)
-OptionPanel.toolTipManager.initialDelay = \u6700\u521d\u306b\u8868\u793a\u3059\u308b\u307e\u3067\u306e\u6642\u9593(\u30df\u30ea\u79d2)
-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
-OptionPanel.undo_levels.tooltip = \u5143\u306b\u623b\u3059\u64cd\u4f5c\u306e\u4e0a\u9650\u56de\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-OptionPanel.unfold_on_paste = \u8cbc\u308a\u4ed8\u3051\u6642\u306b\u30ce\u30fc\u30c9\u3092\u5c55\u958b
-OptionPanel.unfold_on_paste.tooltip = \u30c9\u30e9\u30c3\u30b0\uff06\u30c9\u30ed\u30c3\u30d7\u6642\u306b\u30ce\u30fc\u30c9\u3092\u5c55\u958b\u3057\u307e\u3059\u3002
-OptionPanel.use_common_out_point_for_root_node = \u7dda\u306e\u59cb\u70b9\u3092\u4e00\u70b9\u306b\u96c6\u7d04
-OptionPanel.use_common_out_point_for_root_node.tooltip = \u7dda\u304c\u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u306e\u5de6\u53f3\u305d\u308c\u305e\u308c\u4e00\u70b9\u304b\u3089\u767a\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002
-OptionPanel.use_tabbed_pane = \u30bf\u30d6\u8868\u793a\u6a5f\u80fd\u3092\u4f7f\u7528
-OptionPanel.use_tabbed_pane.tooltip = \u8aad\u307f\u8fbc\u307e\u308c\u305f\u30de\u30c3\u30d7\u3092(FireFox \u306e\u3088\u3046\u306b)\u30bf\u30d6\u3067\u8868\u793a\u3067\u304d\u307e\u3059\u3002
-OptionPanel.user_defined_screen_resolution = \u30e6\u30fc\u30b6\u5b9a\u7fa9\u753b\u9762\u89e3\u50cf\u5ea6(dpi)
-OptionPanel.validate_classpath_needs_readaccess = \u30b9\u30af\u30ea\u30d7\u30c8\uff1a\u30af\u30e9\u30b9\u30d1\u30b9\u3092\u8a2d\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u8aad\u307f\u8fbc\u307f\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
-OptionPanel.validate_invalid_date_format = \u65e5\u4ed8\u306e\u6a19\u6e96\u66f8\u5f0f\u304c\u7121\u52b9
-OptionPanel.validate_invalid_datetime_format = \u6642\u523b\u4ed8\u304d\u65e5\u4ed8\u306e\u6a19\u6e96\u66f8\u5f0f\u304c\u7121\u52b9
-OptionPanel.validate_invalid_number_format = \u6570\u5024\u306e\u6a19\u6e96\u66f8\u5f0f\u304c\u7121\u52b9
-OptionPanel.validate_write_without_read = \u30b9\u30af\u30ea\u30d7\u30c8\uff1a\u30d5\u30a1\u30a4\u30eb\u66f8\u304d\u8fbc\u307f\u306e\u4ed6\u306b\u3001\u30d5\u30a1\u30a4\u30eb\u8aad\u307f\u8fbc\u307f\u3092\u4ed8\u52a0\u3059\u308b\u304b\u3069\u3046\u304b\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionPanel.validation_error = <html><body>\u691c\u8a3c\u30a8\u30e9\u30fc\uff1a<p><em>{0}</em><p>\u74b0\u5883\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u3066\u30a8\u30e9\u30fc\u3092\u662f\u6b63\u3057\u3066\u304f\u3060\u3055\u3044\u3002</body></html>
-OptionPanel.validation_warning = <html><body>\u691c\u8a3c\u8b66\u544a\uff1a<p><em>{0}</em></body></html>
-OptionPanel.vi = \u30d9\u30c8\u30ca\u30e0\u8a9e\uff0fTi\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = \u52a0\u901f\u5ea6
-OptionPanel.wheel_velocity.tooltip = \u5024\u3092\u5927\u304d\u304f\u3059\u308b\u3068\u3001\u30de\u30c3\u30d7\u4e0a\u306e\u30de\u30a6\u30b9\u30db\u30a4\u30fc\u30eb\u3067\u306e\u79fb\u52d5\u901f\u5ea6\u304c\u901f\u304f\u306a\u308a\u307e\u3059\u3002
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = \u4e2d\u56fd\u8a9e\uff08\u7c21\u4f53\u5b57\uff09\uff0f\u7b80\u4f53\u5b57
-OptionPanel.zh_TW = \u4e2d\u56fd\u8a9e\uff08\u7e41\u4f53\u5b57\uff09\uff0f\u7e41\u9ad4\u5b57
-org.freeplane.plugin.bugreport.agree = \u9001\u4fe1
-org.freeplane.plugin.bugreport.always_agree = \u5e38\u306b\u9001\u4fe1
-org.freeplane.plugin.bugreport.always_deny = \u5e38\u306b\u9001\u4fe1\u3057\u306a\u3044
-org.freeplane.plugin.bugreport.deny = \u9001\u4fe1\u3057\u306a\u3044
-org.freeplane.plugin.bugreport.dialog.title = \u81ea\u52d5\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8
-org.freeplane.plugin.bugreport.freeplane_team = Freeplane \u958b\u767a\u30c1\u30fc\u30e0\u304b\u3089\u306e\u304a\u77e5\u3089\u305b
-org.freeplane.plugin.bugreport.lastreport = \u3044\u305f\u3060\u3044\u305f\u5831\u544a\u306e\u5185\u5bb9
-org.freeplane.plugin.bugreport.never = \u3053\u3053\u3067\u3001\u52a9\u8a00\u306e\u8981\u8acb\u306f\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002
-org.freeplane.plugin.bugreport.question = <html>Freeplane \u306b\u306f\u81ea\u52d5\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u6a5f\u80fd\u304c\u3042\u308a\u307e\u3059\u3002<br>\u500b\u4eba\u60c5\u5831\u3084\u30de\u30c3\u30d7\u306e\u5185\u5bb9\u306f\u9001\u4fe1\u3057\u307e\u305b\u3093\u3002<br>\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306f\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u6539\u5584\u306e\u52a9\u3051\u306b\u306a\u308a\u307e\u3059\u3002</html>
-org.freeplane.plugin.bugreport.report = \u4eca\u56de\u306f\u9001\u4fe1
-org.freeplane.plugin.bugreport.wanted_bug = <html>\u5185\u90e8\u51e6\u7406\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u306f\u3001\u81ea\u52d5\u7684\u306b\u5831\u544a\u3055\u308c\u307e\u3057\u305f\u3002<br>\u60f3\u5b9a\u5916\u306e\u52d5\u4f5c\u3092\u518d\u73fe\u3059\u308b\u305f\u3081\u306b\u3001\u3088\u308a\u591a\u304f\u306e\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u79c1\u305f\u3061\u304c\u904b\u55b6\u3059\u308b Mantis bug tracker \u306b\u30d0\u30b0\u5831\u544a\u3057\u3066\u3044\u305f\u3060\u304f\u3053\u3068\u304c\u3001\u652f\u63f4\u3068\u306a\u308a\u307e\u3059\u3002<br>\u30d0\u30b0\u3092\u518d\u73fe\u3067\u304d\u308b\u3088\u3046\u306b\u3001\u554f\u984c\u52d5\u4f5c\u767a\u751f\u6642\u306b\u884c\u3063\u3066\u3044\u305f\u3053\u3068\u3092\u8aac\u660e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br><br>\u300cOK\u300d\u3092\u62bc\u3059\u3068\u3001\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u4e0a\u306b Mantis bug tracker \u306e\u30da\u30fc\u30b8\u304c\u958b\u304d\u307e\u3059\u3002<br><br>\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u306b\u3054\u5354\u529b\u3044\u305f\u3060\u304d\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002<br>Freeplane \u958b\u767a\u30c1\u30fc\u30e0\u4e00\u540c</html>
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = \u30ce\u30fc\u30c9 {0} \u306f\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-out_of_memory = \u30e1\u30e2\u30ea\u4e0d\u8db3\u3067\u3059\u3002
-overwrite_keyset_question = \u65e2\u5b58\u306e\u30ad\u30fc\u8a2d\u5b9a\u306b\u4e0a\u66f8\u304d\u3057\u307e\u3059\u304b\uff1f
-PageAction.text = \u5370\u5237\u8a2d\u5b9a...
-password_is_not_ascii = \u30d1\u30b9\u30ef\u30fc\u30c9\u306f ASCII \u30b3\u30fc\u30c9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-PasteAction.text = \u8cbc\u308a\u4ed8\u3051(&P)
-PasteAttributes.text = \u5c5e\u6027\u3092\u8cbc\u308a\u4ed8\u3051(&R)
-PatternNewNameProperty = \u65b0\u898f\u30d1\u30bf\u30fc\u30f3
-PatternToString.backgroundColor = \u80cc\u666f\u8272
-PatternToString.Child = \u5b50\u30ce\u30fc\u30c9\u306e\u30b9\u30bf\u30a4\u30eb
-PatternToString.color = \u8272
-PatternToString.EdgeColor = \u7dda\u306e\u8272
-PatternToString.EdgeStyle = \u7dda\u306e\u5f62\u72b6
-PatternToString.EdgeWidth = \u7dda\u306e\u592a\u3055
-PatternToString.FontBold = \u592a\u5b57
-PatternToString.FontItalic = \u659c\u4f53
-PatternToString.FontName = \u30d5\u30a9\u30f3\u30c8\u540d
-PatternToString.Icon = \u30a2\u30a4\u30b3\u30f3
-PatternToString.NodeFontSize = \u6587\u5b57\u30b5\u30a4\u30ba
-periodic_formula = {0} * n + {1} \u968e\u5c64
-PeriodUnit.DAY = \u65e5
-PeriodUnit.HOUR = \u6642\u9593
-PeriodUnit.MINUTE = \u5206
-PeriodUnit.MONTH = \u304b\u6708
-PeriodUnit.WEEK = \u9031\u9593
-PeriodUnit.YEAR = \u5e74
-plugins/latex/LatexNodeHook.editorTitle = Latex \u30a8\u30c7\u30a3\u30bf\uff08\u9589\u3058\u308b\u3068\u78ba\u5b9a\uff09
-plugins/script_filter = \u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a3\u30eb\u30bf {0}
-plugins/script_filter_error = {1} \u306e\u5834\u5408\u3001{0} \u306e\u8fd4\u5024\u306f\u771f\u507d\u5024\u3067\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u306e\u306b\u3001{2} \u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002
-plugins/ScriptEditor.cancel = \u5909\u66f4\u3092\u4fdd\u5b58\u3057\u306a\u3044\u3067\u7d42\u4e86(&D)
-plugins/ScriptEditor.exit = \u4fdd\u5b58\u3057\u3066\u7d42\u4e86(&S)
-plugins/ScriptEditor.FORBIDDEN_ACTION = <html>Freeplane \u306e groovy \u30b9\u30af\u30ea\u30d7\u30c8\u306f\u6a5f\u80fd\u5236\u9650\u4ed8\u304d\u3067\u3059\u3002<br>{0,choice,0#File|1#Network|2#Exec}\u306b\u7d9a\u304f\u4e0b\u8a18\u306e\u52d5\u4f5c\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059\uff1a<br>\u3000\u3000{1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}<br>\u3053\u306e\u70b9\u306f\u3001\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u5909\u66f4\u53ef\u80fd\u3067\u3059\u3002
-plugins/ScriptEditor.menu_actions = \u30a2\u30af\u30b7\u30e7\u30f3(&A)
-plugins/ScriptEditor.new_script = \u65b0\u898f\u30b9\u30af\u30ea\u30d7\u30c8
-plugins/ScriptEditor.run = \u5b9f\u884c(&R)
-plugins/ScriptEditor.sign = \u30b9\u30af\u30ea\u30d7\u30c8\u306b\u7f72\u540d...
-plugins/ScriptEditor/window.Result = Result :
-plugins/ScriptEditor/window.title = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u7de8\u96c6
-plugins/ScriptingEngine.illegalAccessToInternalAPI = \u5185\u90e8 API \uff08\u30d1\u30c3\u30b1\u30fc\u30b8 {0}\uff09\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059\u3002/n\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210 API \u304c\u4e0d\u5341\u5206\u306a\u5834\u5408\u306f\u3001Freeplane \u4f5c\u6210\u30c1\u30fc\u30e0\u306b\u3054\u9023\u7d61\u4e0b\u3055\u3044\u3002
-plugins/TimeList.xml_Created = \u4f5c\u6210
-plugins/TimeList.xml_Date = \u65e5\u4ed8
-plugins/TimeList.xml_Icons = \u30a2\u30a4\u30b3\u30f3
-plugins/TimeList.xml_Modified = \u5909\u66f4
-plugins/TimeList.xml_Notes = \u30ce\u30fc\u30c8
-plugins/TimeList.xml_Text = \u30c6\u30ad\u30b9\u30c8
-plugins/TimeManagement.xml_appendButton = \u9078\u629e\u4e2d\u306e\u65e5\u4ed8\u3092\u633f\u5165
-plugins/TimeManagement.xml_Cancel = \u30ad\u30e3\u30f3\u30bb\u30eb
-plugins/TimeManagement.xml_cancelButton = \u30ad\u30e3\u30f3\u30bb\u30eb
-plugins/TimeManagement.xml_closeButton = \u9589\u3058\u308b
-plugins/TimeManagement.xml_Export = \u9078\u629e\u30ce\u30fc\u30c9\u306e\u66f8\u304d\u51fa\u3057
-plugins/TimeManagement.xml_Find = \u691c\u7d22\u6587\u5b57\u5217
-plugins/TimeManagement.xml_Goto = \u79fb\u52d5
-plugins/TimeManagement.xml_hour = \u6642\uff1a
-plugins/TimeManagement.xml_menu_actions = \u30a2\u30af\u30b7\u30e7\u30f3
-plugins/TimeManagement.xml_minute = \u5206\uff1a
-plugins/TimeManagement.xml_reminderButton = \u30ab\u30ec\u30f3\u30c0\u30fc\u3067\u9078\u629e\u3057\u305f\u65e5\u306b\u30ea\u30de\u30a4\u30f3\u30c0\u3092\u8a2d\u5b9a
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u3001\u6307\u5b9a\u671f\u65e5\u307e\u3067\u306e\u30bf\u30a4\u30de\u30fc\u304c\u7d44\u307f\u8fbc\u307e\u308c\u3001\u70b9\u6ec5\u30a2\u30a4\u30b3\u30f3\u3067\u6ce8\u610f\u3092\u4fc3<br> \u3057\u307e\u3059\u3002\u30de\u30c3\u30d7\u3092\u9589\u3058\u3066\u3082\u3001\u30bf\u30a4\u30de\u30fc\u306f\u305d\u306e\u30de\u30c3\u30d7\u3092\u958b\u3051\u305f\u3068\u304d\u52d5\u4f5c\u3092\u518d\u958b\u3057\u307e\u3059\u3002</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>\u73fe\u5728\u3001\u30ea\u30de\u30a4\u30f3\u30c0\u306f\uff11\u30ce\u30fc\u30c9\u306b\u4e00\u3064\u3057\u304b\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002<br>\u73fe\u5728\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u306f {0,date} {0,time}\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u65b0\u305f\u306b\u3001 {1,date} {1,time}\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f\u3002<br><br>\u3053\u306e\u30ce\u30fc\u30c9\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u3092\u5909\u66f4\u3057\u307e\u3059\u304b\uff1f (\u306f\u3044) <br>\u305d\u308c\u3068\u3082\u3001\u5143\u306e\u307e\u307e\u306b\u3057\u307e\u3059\u304b\uff1f (\u3044\u3044\u3048)</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = \u30ea\u30de\u30a4\u30f3\u30c0\u306f  {0,date} {0,time} \u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059
-plugins/TimeManagement.xml_remindLaterButton = \u6307\u5b9a\u671f\u9593\u7d4c\u904e\u5f8c\u306b\u30ea\u30de\u30a4\u30f3\u30c9\uff08\u8a2d\u5b9a or \u5909\u66f4\uff09
-plugins/TimeManagement.xml_remindLaterButton_tooltip = \u4eca\u65e5\u304b\u3089\u30ea\u30de\u30a4\u30f3\u30c9\u307e\u3067\u306e\u65e5\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\uff08\u660e\u65e5: 1\u3001\u660e\u5f8c\u65e5: 2\u3001\u2026\uff09
-plugins/TimeManagement.xml_removeReminderButton = \u30ea\u30de\u30a4\u30f3\u30c0\u3092\u524a\u9664
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304b\u3089\u3059\u3079\u3066\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u3092\u524a\u9664\u3057\u307e\u3059\u3002
-plugins/TimeManagement.xml_Replace = \u7f6e\u63db\u6587\u5b57\u5217
-plugins/TimeManagement.xml_Replace_All = \u3059\u3079\u3066\u7f6e\u63db
-plugins/TimeManagement.xml_Replace_Selected = \u9078\u629e\u30ce\u30fc\u30c9\u3067\u7f6e\u63db
-plugins/TimeManagement.xml_Select = \u9078\u629e
-plugins/TimeManagement.xml_todayButton = \u30ab\u30ec\u30f3\u30c0\u30fc\u9078\u629e\u3092\u73fe\u5728\u306b
-plugins/TimeManagement.xml_WindowTitle = \u6642\u9593\u7ba1\u7406
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = \u691c\u7d22\uff06\u7f6e\u63db
-preferences = \u8a2d\u5b9a
-print_preview_title = \u5370\u5237\u30d7\u30ec\u30d3\u30e5\u30fc
-PrintAction.text = \u30de\u30c3\u30d7\u3092\u5370\u5237(&P)...
-PrintDirectAction.text = \u5370\u5237
-printing_settings = \u5370\u5237\u30b5\u30a4\u30ba\u3092\u6307\u5b9a
-PrintPreviewAction.text = \u5370\u5237\u30d7\u30ec\u30d3\u30e5\u30fc(&V)...
-PropertyAction.dialog = \u74b0\u5883\u8a2d\u5b9a
-PropertyAction.text = \u74b0\u5883\u8a2d\u5b9a...
-QuickFilterAction.text = \u30af\u30a3\u30c3\u30af\u30d5\u30a3\u30eb\u30bf
-QuickFindAction.BACK.text = \u524d\u65b9\u691c\u7d22
-QuickFindAction.FORWARD.text = \u5f8c\u65b9\u691c\u7d22
-QuickFindAllAction.text = \u8a72\u5f53\u30ce\u30fc\u30c9\u3092\u3059\u3079\u3066\u9078\u629e
-QuickHighlightAction.text = \u6761\u4ef6\u9069\u5408\u30ce\u30fc\u30c9\u3092\u3059\u3079\u3066\u9078\u629e
-QuitAction.text = \u7d42\u4e86(&Q)
-read_only = \u8aad\u307f\u8fbc\u307f\u5c02\u7528
-ReadScriptError.text = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u751f\u3058\u307e\u3057\u305f\u3002
-really_convert_to_current_version = <html>\u3053\u306e\u30de\u30c3\u30d7\u306f\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u306e Freeplane \u3067\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5909\u63db\u3057\u307e\u3059\u304b\uff1f\uff08\u63a8\u5968\uff09<br>\u5909\u63db\u3057\u306a\u3044\u5834\u5408\u306f\u305d\u306e\u307e\u307e\u8aad\u307f\u8fbc\u307f\u307e\u3059\u304c\u3001\u52d5\u4f5c\u3092\u4fdd\u8a3c\u3067\u304d\u307e\u305b\u3093</html>
-really_cut_node = \u672c\u5f53\u306b\u30ce\u30fc\u30c9\u3092\u5207\u308a\u53d6\u308a\u307e\u3059\u304b\uff1f
-really_execute_script = \u3053\u306e\u30de\u30c3\u30d7\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059\u304b\uff1f\n\u5b9f\u884c\u3059\u308b\u3068\u3001\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306b\u60aa\u5f71\u97ff\u3092\n\u4e0e\u3048\u308b\u6050\u308c\u304c\u3042\u308a\u307e\u3059\u3002
-really_remove_node = \u672c\u5f53\u306b\u30ce\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
-really_remove_notes = \u672c\u5f53\u306b\u30ce\u30fc\u30c8\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
-ReapplyFilterAction.text = \u30d5\u30a3\u30eb\u30bf\u3092\u304b\u3051\u76f4\u3059
-red = \u8d64
-RedefineStyleAction.text = \u30b9\u30bf\u30a4\u30eb\u3092\u518d\u5b9a\u7fa9
-RedoAction.text = \u3084\u308a\u76f4\u3059(&R)
-RedoFilterAction.text = \u5143\u306e\u30d5\u30a3\u30eb\u30bf\u3092\u518d\u9069\u7528
-regular_expressions = \u6b63\u898f\u8868\u73fe
-ReminderHookAction.text = \u30ea\u30de\u30a4\u30f3\u30c0\u3092\u524a\u9664
-ReminderHookAction.tooltip = \u30ce\u30fc\u30c9\u304b\u3089\u30ea\u30de\u30a4\u30f3\u30c0\u3092\u524a\u9664\u3057\u307e\u3059\u3002
-remove_file_from_list_on_error = <html>\u30d5\u30a1\u30a4\u30eb  {0} \u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002<br>\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u300c\u6700\u8fd1\u4f7f\u3063\u305f\u30d5\u30a1\u30a4\u30eb\u300d\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\u3002</html>
-remove_shortcut_question = \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7f6e\u63db\u3057\u307e\u3059\u304b\uff1f
-RemoveAllIconsAction.text = \u3059\u3079\u3066\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u524a\u9664
-RemoveConnectorAction.text = \u30b3\u30cd\u30af\u30bf\u3092\u524a\u9664
-RemoveEncryption.text = \u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5ec3\u6b62
-RemoveFormatAction.text = \u66f8\u5f0f\u306e\u307f\u524a\u9664
-RemoveIcon_0_Action.text = \u5148\u982d\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u524a\u9664
-RemoveIconAction.text = \u6700\u5f8c\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u524a\u9664
-RemoveNoteAction.text = \u30ce\u30fc\u30c8\u3092\u524a\u9664
-RemoveNoteAction.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\uff08\u8907\u6570\u53ef\uff09\u304b\u3089\u30ce\u30fc\u30c8\u306e\u5185\u5bb9\u3092\u524a\u9664\u3057\u307e\u3059\u3002
-rename = \u540d\u524d\u306e\u5909\u66f4(&R)
-repair_link = \u30ea\u30f3\u30af\u3092\u4fee\u5fa9
-repair_link_question = \u30ea\u30f3\u30af\u3055\u308c\u305f\u30de\u30c3\u30d7\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30ea\u30f3\u30af\u3092\u624b\u52d5\u3067\u4fee\u6b63\u3057\u307e\u3059\u304b\uff1f
-replace = \u7f6e\u63db
-replace_shortcut_question = \u3053\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306f\u3001\u73fe\u5728\u3001\n\u3000\u3000\u300c{0}\u300d\n\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30ad\u30fc\u3078\u306e\u5272\u308a\u5f53\u3066\u6a5f\u80fd\u3092\u7f6e\u63db\u3057\u307e\u3059\u304b\uff1f
-replace_shortcut_title = \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u7f6e\u63db\u78ba\u8a8d
-ReportBugAction.text = \u30d0\u30b0\u3092\u5831\u544a
-RequestFeatureAction.text = \u6a5f\u80fd\u306e\u8ffd\u52a0\u3092\u8981\u671b
-reset_to_default = \u65e2\u5b9a\u5024\u3092\u4f7f\u7528
-ResetNodeLocationAction.text = \u30ce\u30fc\u30c9\u306e\u4f4d\u7f6e\u3092\u30ea\u30bb\u30c3\u30c8(&P)
-ResetStyleAction.text = \u30ce\u30fc\u30c9\u30b9\u30bf\u30a4\u30eb\u3092\u30ea\u30bb\u30c3\u30c8
-RevertAction.text = \u5c65\u6b74\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u5fa9\u5143(&R)
-RevisionPluginAction.text = \u66f4\u65b0\u30ce\u30fc\u30c9\u306e\u80cc\u666f\u8272\u3092\u5909\u66f4(&R)
-save_failed = \u30de\u30c3\u30d7 {0} \u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-save_unsaved = \u4e0b\u8a18\u306e\u30de\u30c3\u30d7\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
-save_unsaved_styles = \u30b9\u30bf\u30a4\u30eb\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
-SaveAcceleratorPresetsAction.text = \u30db\u30c3\u30c8\u30ad\u30fc\u30bb\u30c3\u30c8\u3092\u4fdd\u5b58
-SaveAction.text = \u30de\u30c3\u30d7\u3092\uff08\u4e0a\u66f8\u304d\uff09\u4fdd\u5b58(&S)
-SaveAll.text = \u3059\u3079\u3066\u306e\u30de\u30c3\u30d7\u3092\u4fdd\u5b58(&L)
-SaveAll.tooltip = \u958b\u3044\u3066\u3044\u308b\u30de\u30c3\u30d7\u3092\u3059\u3079\u3066\u4fdd\u5b58\u3057\u307e\u3059\u3002
-SaveAsAction.text = \u540d\u524d\u3092\u4ed8\u3051\u3066\u30de\u30c3\u30d7\u3092\u4fdd\u5b58(&A)...
-saved = \u4fdd\u5b58\u3057\u307e\u3057\u305f
-saving_canceled = \u4fdd\u5b58\u3092\u4e2d\u6b62
-scanners_not_loaded = \u30b9\u30ad\u30e3\u30ca\u3092\u8d77\u52d5\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d5\u30a1\u30a4\u30eb\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002
-scheme_evaluate = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c
-script_execution_disabled = \u30b9\u30af\u30ea\u30d7\u30c8\u5b9f\u884c\u7981\u6b62\u4e2d
-ScriptEditor.text = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7de8\u96c6(&C)...
-ScriptEditor.tooltip = Freeplane \u3067\u30e9\u30fc\u30b8\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u66f8\u304d\u8fbc\u307f\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002
-ScriptEditorPanel.changed_cancel = \u30b9\u30af\u30ea\u30d7\u30c8\u306f\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u672c\u5f53\u306b\u5909\u66f4\u3092\u653e\u68c4\u3057\u307e\u3059\u304b\uff1f
-scripting_api_generator_legend = \u30ec\u30b8\u30a7\u30f3\u30c9
-scripting_api_generator_proxy = \u30d7\u30ed\u30ad\u30b7
-scripting_api_generator_title = \u30b9\u30af\u30ea\u30d7\u30c8 API
-scripting_api_generator_utilities = \u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3
-scripting_api_generator_web = Web \u30ea\u30bd\u30fc\u30b9
-select_favorites_folder = \u304a\u6c17\u306b\u5165\u308a\u306e\u683c\u7d0d\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-select_file_export_to = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e
-select_folder_for_importing = \u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-select_icon = \u30a2\u30a4\u30b3\u30f3\u3092\u9078\u629e...
-select_menu_item_dialog = \u30e1\u30cb\u30e5\u30fc\u304b\u3089\u8a72\u5f53\u9805\u76ee\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044\u3002
-select_menu_item_root_node = \u30e1\u30cb\u30e5\u30fc
-SelectAllAction.text = \u8868\u793a\u4e2d\u306e\u30ce\u30fc\u30c9\u3092\u3059\u3079\u3066\u9078\u629e(&V)
-SelectBranchAction.text = \u679d\u306e\u8868\u793a\u30ce\u30fc\u30c9\u3092\u3059\u3079\u3066\u9078\u629e(&B)
-SelectedPasteAction.text = \u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u8cbc\u308a\u4ed8\u3051(&A)...
-selection_method_by_click = \u30af\u30ea\u30c3\u30af\u3067\u9078\u629e
-selection_method_delayed = \u9593\u3092\u7f6e\u3044\u3066\u81ea\u52d5\u9078\u629e
-selection_method_direct = \u76f4\u3061\u306b\u9078\u629e
-SelectNoteAction.text = \u30ce\u30fc\u30c8\u7de8\u96c6\u306b\u5207\u308a\u66ff\u3048
-SelectNoteAction.tooltip = \u64cd\u4f5c\u5bfe\u8c61\u3092\u30ce\u30fc\u30c8\u30d1\u30cd\u30eb\u306b\u5207\u308a\u66ff\u3048\u307e\u3059\u3002
-set_accelerator_on_next_click_action = <html>\u30e1\u30cb\u30e5\u30fc\u306e\u4e2d\u304b\u3089\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30ad\u30fc\u3092\u5272\u308a\u5f53\u3066\u305f\u3044\u6a5f\u80fd\u3092 Ctrl \u3092\u62bc\u3057\u306a\u304c\u3089\u5de6\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001<br>\u30ad\u30fc\u5272\u308a\u5f53\u3066\u30c0\u30a4\u30a2\u30ed\u30b0\u304c\u958b\u304d\u307e\u3059\u3002</html>
-SetAcceleratorOnNextClickAction.text = \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30ad\u30fc\u3092\u5272\u308a\u5f53\u3066
-SetImageByFileChooserAction.text = \u753b\u50cf\uff08\u30d5\u30a1\u30a4\u30eb\u9078\u629e or \u30ea\u30f3\u30af\u304b\u3089\uff09...
-SetLinkAnchorAction.text = \u30ea\u30f3\u30af\u30a2\u30f3\u30ab\u30fc\u3092\u30bb\u30c3\u30c8
-SetLinkAnchorAction.tooltip = <html>\u30ed\u30fc\u30ab\u30eb\u30ea\u30f3\u30af\u306a\u3044\u3057\u30b0\u30ed\u30fc\u30d0\u30eb\u30ea\u30f3\u30af\u306e\u4f5c\u6210\u306b\u5099\u3048\u3066\u3001<br/>\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306b\u30a2\u30f3\u30ab\u30fc\u3092\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002
-SetLinkAnchorAction.tooltip_anchored = <html>\u30ed\u30fc\u30ab\u30eb\u30ea\u30f3\u30af\u306a\u3044\u3057\u30b0\u30ed\u30fc\u30d0\u30eb\u30ea\u30f3\u30af\u306e\u4f5c\u6210\u306b\u5099\u3048\u3066\u3001<br/>\u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u306b\u30a2\u30f3\u30ab\u30fc\u3092\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002<br/>\u3000\u6700\u65b0\u306e\u30a2\u30f3\u30ab\u30fc\u3000\uff1a\u3000{0}
-SetLinkByFileChooserAction.text = \u30ea\u30f3\u30af\u5148\u3092\u6307\u5b9a (\u30d5\u30a1\u30a4\u30eb\u9078\u629e)...
-SetLinkByTextFieldAction.text = \u30ea\u30f3\u30af\u5148\u3092\u6307\u5b9a (\u30c6\u30ad\u30b9\u30c8\u5165\u529b)...
-SetNodeLink.text = \u30ce\u30fc\u30c9\u30ea\u30f3\u30af\u3092\u8a2d\u5b9a...
-SetNoteWindowPosition.bottom.text = \u4e0b
-SetNoteWindowPosition.left.text = \u5de6
-SetNoteWindowPosition.right.text = \u53f3
-SetNoteWindowPosition.top.text = \u4e0a
-SetShortenerStateAction.text = \u30ce\u30fc\u30c9\u3092\u77ed\u7e2e\u8868\u793a
-sf_login_required = Source Forge \u3078\u306e\u30ed\u30b0\u30a4\u30f3\u304c\u5fc5\u8981\u3067\u3059\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f
-ShowAllAttributesAction.text = \u3059\u3079\u3066\u306e\u5c5e\u6027\u3092\u8868\u793a
-ShowAncestorsAction.text = \u4e0a\u4f4d\u30ce\u30fc\u30c9\u3082\u8868\u793a
-ShowAttributeDialogAction.text = \u5c5e\u6027\u30de\u30cd\u30fc\u30b8\u30e3...
-ShowDescendantsAction.text = \u4e0b\u4f4d\u30ce\u30fc\u30c9\u3082\u8868\u793a
-ShowFilterToolbarAction.text = \u30d5\u30a3\u30eb\u30bf\u30d0\u30fc
-ShowFormatPanel.text = \u30d7\u30ed\u30d1\u30c6\u30a3\u30d1\u30cd\u30eb
-ShowFormatPanel.tooltip = \u30ce\u30fc\u30c9\u3068\u7dda\u306e\u5c5e\u6027\u3092\u540c\u6642\u306b\u5909\u66f4\u3067\u304d\u308b\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u3059\u3002
-ShowHideNoteAction.text = \u30ce\u30fc\u30c8\u30d1\u30cd\u30eb\u3092\u8868\u793a
-ShowHideNoteAction.tooltip = \u30ce\u30fc\u30c8\u30d1\u30cd\u30eb\u306e\u8868\u793a\uff0f\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002
-ShowNextChildAction.text = \u6b21\u306e\u5b50\u30ce\u30fc\u30c9\u3092\u8868\u793a
-ShowNotesInMapAction.text = \u30de\u30c3\u30d7\u5185\u306b\u30ce\u30fc\u30c8\u3092\u8868\u793a
-ShowSelectedAttributesAction.text = \u8868\u793a\u3059\u308b\u5c5e\u6027\u3092\u9650\u5b9a
-ShowSelectionAsRectangleAction.text = \u9078\u629e\u30ce\u30fc\u30c9\u3092\u67a0\u56f2\u3044\u8868\u793a
-simplyhtml.aboutFrameTitle = \u3053\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u3064\u3044\u3066
-simplyhtml.aboutLabel = SimplyHTML \u306b\u3064\u3044\u3066...
-simplyhtml.alignCenter = \u4e2d\u592e
-simplyhtml.alignLabel = \u6587\u5b57\u63c3\u3048\uff1a
-simplyhtml.alignLeft = \u5de6
-simplyhtml.alignRight = \u53f3
-simplyhtml.allCellsRangeLabel = \u3059\u3079\u3066\u306e\u30bb\u30eb
-simplyhtml.allOccurrencesReplaced = \u3059\u3079\u3066\u306e\u9805\u76ee\u3092\u7f6e\u63db\u3057\u307e\u3057\u305f
-simplyhtml.appendTableColLabel = \u5217\u306e\u8ffd\u52a0
-simplyhtml.appendTableRowLabel = \u884c\u306e\u8ffd\u52a0
-simplyhtml.applyCellAttrLabel = \u9069\u7528\uff1a
-simplyhtml.backgroundLabel = \u80cc\u666f\uff1a
-simplyhtml.boldItalicName = \u592a\u5b57 \u659c\u4f53
-simplyhtml.boldName = \u592a\u5b57
-simplyhtml.borderColorLabel = \u8272\uff1a
-simplyhtml.borderWidthLabel = \u5e45
-simplyhtml.bottomLabel = \u4e0b\u8a70\u3081\uff1a
-simplyhtml.cancelBtnName = \u30ad\u30e3\u30f3\u30bb\u30eb
-simplyhtml.cellBorderTabLabel = \u5883\u754c\u7dda
-simplyhtml.cellGenTabLabel = \u5168\u822c
-simplyhtml.cellMarginTabLabel = \u30de\u30fc\u30b8\u30f3
-simplyhtml.cellPanelTitle = \u30bb\u30eb\u306e\u66f8\u5f0f
-simplyhtml.clearFormatLabel = \u66f8\u5f0f\u3092\u524a\u9664
-simplyhtml.clearFormatTip = \u66f8\u5f0f\u3092\u524a\u9664
-simplyhtml.close = \u9589\u3058\u308b
-simplyhtml.closeBtnName = \u9589\u3058\u308b
-simplyhtml.colorLabel = \u8272
-simplyhtml.copyLabel = \u30b3\u30d4\u30fc
-simplyhtml.copyTip = \u30b3\u30d4\u30fc
-simplyhtml.cTagNameHead1 = \u898b\u51fa\u3057 1
-simplyhtml.cTagNameHead2 = \u898b\u51fa\u3057 2
-simplyhtml.cTagNameHead3 = \u898b\u51fa\u3057 3
-simplyhtml.cTagNameHead4 = \u898b\u51fa\u3057 4
-simplyhtml.cTagNameHead5 = \u898b\u51fa\u3057 5
-simplyhtml.cTagNameHead6 = \u898b\u51fa\u3057 6
-simplyhtml.cTagNameLink = \u30ea\u30f3\u30af
-simplyhtml.cTagNameOL = \u756a\u53f7\u4ed8\u304d\u30ea\u30b9\u30c8
-simplyhtml.cTagNamePara = \u6bb5\u843d
-simplyhtml.cTagNameUL = \u756a\u53f7\u306a\u3057\u30ea\u30b9\u30c8
-simplyhtml.cutLabel = \u5207\u308a\u53d6\u308a
-simplyhtml.cutTip = \u5207\u308a\u53d6\u308a
-simplyhtml.defaultDocName = \u7121\u984c
-simplyhtml.deleteTableColLabel = \u5217\u306e\u524a\u9664
-simplyhtml.deleteTableRowLabel = \u884c\u306e\u524a\u9664
-simplyhtml.docTitleQuery = \u30bf\u30a4\u30c8\u30eb\u3092\u8a2d\u5b9a\uff1a
-simplyhtml.docTitleTitle = \u6587\u66f8\u30bf\u30a4\u30c8\u30eb\u3092\u7de8\u96c6
-simplyhtml.editLabel = \u7de8\u96c6
-simplyhtml.effectLabel = \u52b9\u679c
-simplyhtml.familyLabel = \u30d5\u30a1\u30df\u30ea\u30fc
-simplyhtml.findNext = \u6b21\u3092\u691c\u7d22...
-simplyhtml.findReplaceDialogTitle = \u691c\u7d22\uff06\u7f6e\u63db
-simplyhtml.findReplaceLabel = \u691c\u7d22\uff06\u7f6e\u63db
-simplyhtml.findReplaceTip = \u691c\u7d22\uff06\u7f6e\u63db
-simplyhtml.fontBoldLabel = \u592a\u5b57
-simplyhtml.fontBoldTip = \u592a\u5b57
-simplyhtml.fontColorLabel = \u6587\u5b57\u8272
-simplyhtml.fontColorTip = \u6587\u5b57\u8272
-simplyhtml.fontDialogTitle = \u30d5\u30a9\u30f3\u30c8\u306e\u66f8\u5f0f
-simplyhtml.fontItalicLabel = \u659c\u4f53
-simplyhtml.fontItalicTip = \u659c\u4f53
-simplyhtml.fontLabel = \u30d5\u30a9\u30f3\u30c8...
-simplyhtml.fontTabLabel = \u30d5\u30a9\u30f3\u30c8
-simplyhtml.fontTip = \u30d5\u30a9\u30f3\u30c8\u306e\u66f8\u5f0f...
-simplyhtml.fontUnderlineLabel = \u4e0b\u7dda
-simplyhtml.fontUnderlineTip = \u4e0b\u7dda
-simplyhtml.foregroundLabel = \u6587\u5b57\uff1a
-simplyhtml.formatLabel = \u66f8\u5f0f
-simplyhtml.formatListLabel = \u7b87\u6761\u66f8\u304d\uff08\u66f8\u5f0f\u8a2d\u5b9a\uff09...
-simplyhtml.formatListTip = \u7b87\u6761\u66f8\u304d\u306e\u66f8\u5f0f\u5909\u66f4
-simplyhtml.formatParaLabel = \u6bb5\u843d...
-simplyhtml.formatParaTip = \u6bb5\u843d\u66f8\u5f0f\u306e\u5909\u66f4
-simplyhtml.formatTableLabel = \u30c6\u30fc\u30d6\u30eb...
-simplyhtml.formatTableTip = \u30c6\u30fc\u30d6\u30eb\u306e\u66f8\u5f0f
-simplyhtml.helpLabel = \u30d8\u30eb\u30d7
-simplyhtml.htmlTabTitle = HTML \u30b3\u30fc\u30c9\u8868\u793a
-simplyhtml.imageFileDesc = \u753b\u50cf\u30d5\u30a1\u30a4\u30eb
-simplyhtml.insertTableColLabel = \u5217\u306e\u633f\u5165
-simplyhtml.insertTableLabel = \u30c6\u30fc\u30d6\u30eb...
-simplyhtml.insertTableMsg = \u5217\u6570
-simplyhtml.insertTableRowLabel = \u884c\u306e\u633f\u5165
-simplyhtml.insertTableTitle = \u30c6\u30fc\u30d6\u30eb\u306e\u633f\u5165
-simplyhtml.italicName = \u659c\u4f53
-simplyhtml.layoutTabTitle = \u30ec\u30a4\u30a2\u30a6\u30c8\u8868\u793a
-simplyhtml.leftLabel = \u5de6\uff1a
-simplyhtml.listDialogTitle = \u7b87\u6761\u66f8\u304d\u306e\u66f8\u5f0f
-simplyhtml.listIndentTitle = \u30a4\u30f3\u30c7\u30f3\u30c8\uff1a
-simplyhtml.listPosInside = \u5185\u5074
-simplyhtml.listPositionLabel = \u4f4d\u7f6e\uff1a
-simplyhtml.listPosOutside = \u5916\u5074
-simplyhtml.listTypeCircle = \u25cb
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = \u25cf
-simplyhtml.listTypeLabel = \u5f62\u5f0f\uff1a
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \u306a\u3057
-simplyhtml.listTypeSquare = \u25a1
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = \u5916\u5074
-simplyhtml.matchApproximately = \u66d6\u6627\u691c\u7d22
-simplyhtml.matchApproximately.tooltip = <html>\u66d6\u6627\u691c\u7d22\u306e\u30aa\u30f3\uff0f\u30aa\u30d5\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002<br/>\u4f8b\u3048\u3070\u3001'files' \u306e\u691c\u7d22\u6642\u306b 'flies' \u306a\u3069\u3082\u30de\u30c3\u30c1\u3057\u305f\u3068\u307f\u306a\u3057\u307e\u3059\u3002</html>
-simplyhtml.matchCase = \u5927\u6587\u5b57\uff0f\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3059\u308b
-simplyhtml.matchCase.tooltip = \u691c\u7d22\u6642\u306b\u5927\u6587\u5b57\uff0f\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u307e\u3059\u3002
-simplyhtml.newStyleDefaultName = \u65b0\u898f\u30b9\u30bf\u30a4\u30eb
-simplyhtml.nextTableCellLabel = \u6b21\u306e\u30bb\u30eb
-simplyhtml.noLineLabel = \u306a\u3057
-simplyhtml.noMoreOccurrencesFound = \u691c\u7d22\u9805\u76ee\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = \u5185\u5074
-simplyhtml.paraAlignCenterLabel = \u4e2d\u592e\u63c3\u3048
-simplyhtml.paraAlignCenterTip = \u6bb5\u843d\u3092\u4e2d\u592e\u63c3\u3048\u306b\u8a2d\u5b9a
-simplyhtml.paraAlignLeftLabel = \u5de6\u63c3\u3048
-simplyhtml.paraAlignLeftTip = \u6bb5\u843d\u3092\u5de6\u63c3\u3048\u306b\u8a2d\u5b9a
-simplyhtml.paraAlignRightLabel = \u53f3\u63c3\u3048
-simplyhtml.paraAlignRightTip = \u6bb5\u843d\u3092\u53f3\u63c3\u3048\u306b\u8a2d\u5b9a
-simplyhtml.paraStyleDialogTitle = \u6bb5\u843d\u30b9\u30bf\u30a4\u30eb
-simplyhtml.paraTabLabel = \u6bb5\u843d
-simplyhtml.pasteHTMLLabel = HTML \u5f62\u5f0f\u3067\u8cbc\u308a\u4ed8\u3051
-simplyhtml.pasteLabel = \u8cbc\u308a\u4ed8\u3051
-simplyhtml.pastePlainTextLabel = \u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u5f62\u5f0f\u3067\u8cbc\u308a\u4ed8\u3051
-simplyhtml.pasteTip = \u8cbc\u308a\u4ed8\u3051
-simplyhtml.plainName = \u6a19\u6e96
-simplyhtml.previewLabel = \u30d7\u30ec\u30d3\u30e5\u30fc
-simplyhtml.previewText = \u30c6\u30ad\u30b9\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc
-simplyhtml.prevTableCellLabel = \u524d\u306e\u30bb\u30eb
-simplyhtml.printLabel = \u5370\u5237...
-simplyhtml.redoLabel = \u3084\u308a\u76f4\u3059
-simplyhtml.redoTip = \u3084\u308a\u76f4\u3059
-simplyhtml.replace = \u7f6e\u63db...
-simplyhtml.replaceAll = \u3059\u3079\u3066
-simplyhtml.replaceDone = \u5b8c\u4e86
-simplyhtml.replaceNo = \u3044\u3044\u3048
-simplyhtml.replaceThisQuery = <html>\u8a72\u5f53\u3059\u308b\u6587\u5b57\u5217\u3092\u7f6e\u63db\u3057\u307e\u3059\u304b\uff1f<br><br>\u3000\u3000</html>
-simplyhtml.replaceWith = \u7f6e\u63db\u6587\u5b57\u5217\uff1a
-simplyhtml.replaceYes = \u306f\u3044
-simplyhtml.rightLabel = \u53f3\uff1a
-simplyhtml.searchDown = \u4e0b\u3078\u691c\u7d22
-simplyhtml.searchDown.tooltip = \u4e0b\u306b\u5411\u304b\u3063\u3066\u691c\u7d22\u3057\u307e\u3059\u3002
-simplyhtml.searchFromStart = \u5148\u982d\u304b\u3089\u691c\u7d22
-simplyhtml.searchFromStart.tooltip = \u30ab\u30fc\u30bd\u30eb\u4f4d\u7f6e\u3067\u306a\u304f\u3001\u5148\u982d\u90e8\u304b\u3089\u691c\u7d22\u3092\u958b\u59cb\u3057\u307e\u3059\u3002
-simplyhtml.searchUp = \u4e0a\u3078\u691c\u7d22
-simplyhtml.searchUp.tooltip = \u4e0a\u306b\u5411\u304b\u3063\u3066\u691c\u7d22\u3057\u307e\u3059\u3002
-simplyhtml.selectAllLabel = \u3059\u3079\u3066\u3092\u9078\u629e
-simplyhtml.sizeLabel = \u30b5\u30a4\u30ba
-simplyhtml.standardStyleName = \u6a19\u6e96
-simplyhtml.strikeLabel = \u53d6\u308a\u6d88\u3057\u7dda
-simplyhtml.styleLabel = \u30b9\u30bf\u30a4\u30eb
-simplyhtml.styleNameInputText = \u65b0\u898f\u30b9\u30bf\u30a4\u30eb\u540d
-simplyhtml.styleNameInputTitle = \u30b9\u30bf\u30a4\u30eb\u306e\u4fdd\u5b58
-simplyhtml.tableBgColLabel = \u80cc\u666f\u8272\uff1a
-simplyhtml.tableDialogTitle = \u30c6\u30fc\u30d6\u30eb\u306e\u66f8\u5f0f
-simplyhtml.tableLabel = \u30c6\u30fc\u30d6\u30eb
-simplyhtml.tablePanelTitle = \u30c6\u30fc\u30d6\u30eb\u306e\u66f8\u5f0f
-simplyhtml.tableWidthLabel = \u5e45\uff1a
-simplyhtml.textIndentLabel = \u30a4\u30f3\u30c7\u30f3\u30c8\uff1a
-simplyhtml.textToFind = \u691c\u7d22\u6587\u5b57\u5217\uff1a
-simplyhtml.thisCellRangeLabel = \u73fe\u5728\u306e\u30bb\u30eb
-simplyhtml.thisColRangeLabel = \u73fe\u5728\u306e\u5217
-simplyhtml.thisRowRangeLabel = \u73fe\u5728\u306e\u884c
-simplyhtml.toggleBulletsLabel = \u7b87\u6761\u66f8\u304d\uff08"\u25cf" \u5f62\u5f0f\uff09
-simplyhtml.toggleBulletsTip = \u7b87\u6761\u66f8\u304d\uff08"\u25cf" \u5f62\u5f0f\uff09
-simplyhtml.toggleNumbersLabel = \u7b87\u6761\u66f8\u304d\uff08"1.,2.,3.,4." \u5f62\u5f0f\uff09
-simplyhtml.toggleNumbersTip = \u7b87\u6761\u66f8\u304d\uff08"1.,2.,3.,4." \u5f62\u5f0f\uff09
-simplyhtml.topLabel = \u4e0a\u8a70\u3081\uff1a
-simplyhtml.uLineLabel = \u4e0b\u7dda
-simplyhtml.unableToOpenFileError = \u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-simplyhtml.unableToRedoError = \u3084\u308a\u76f4\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\uff1a
-simplyhtml.unableToUndoError = \u5143\u306b\u623b\u305b\u307e\u305b\u3093\uff1a
-simplyhtml.undoLabel = \u5143\u306b\u623b\u3059
-simplyhtml.undoTip = \u5143\u306b\u623b\u3059
-simplyhtml.valignBaseline = \u30d9\u30fc\u30b9\u30e9\u30a4\u30f3
-simplyhtml.valignBottom = \u4e0b\u8a70\u3081
-simplyhtml.valignLabel = \u7e26\u4f4d\u7f6e\u6587\u5b57\u63c3\u3048\uff1a
-simplyhtml.valignMiddle = \u4e2d\u592e\u63c3\u3048
-simplyhtml.valignTop = \u4e0a\u8a70\u3081
-simplyhtml.wholeWordsOnly = \u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u5358\u8a9e\u306e\u307f
-simplyhtml.wholeWordsOnly.tooltip = \u8907\u6570\u8a9e\u306e\u691c\u7d22\u6642\u306b\u3001\u8a9e\u7fa4\u5168\u4f53\u304c\u30de\u30c3\u30c1\u3059\u308b\u3082\u306e\u3060\u3051\u30de\u30c3\u30c1\u3059\u308b\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059\u3002
-SortNodes.text = \u5b50\u30ce\u30fc\u30c9\u3092\u4e26\u3079\u66ff\u3048(&S)
-SortNodes.tooltip = \u3059\u3079\u3066\u306e\u5b50\u30ce\u30fc\u30c9\u3092\u6570\u5024\u9806\u3001\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u9806\u3001\u4e94\u5341\u97f3\u9806\u7b49\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002
-split = \u30ce\u30fc\u30c9\u3092\u5206\u5272(&S)
-SplitConditionAction.text = Not \u3092\u9664\u53bb
-SplitNode.text = \u30ce\u30fc\u30c9\u3092\u5206\u5272(&S)
-SplitNode.tooltip = \u30ce\u30fc\u30c9\u3092\u5206\u5272\u3057\u307e\u3059\u3002
-STANDARD_FORMAT = \u6a19\u6e96
-stop_processing = \u9069\u7528\u3092\u4e2d\u6b62
-StringFlavorHandler = \u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\uff1a\u30ce\u30fc\u30c9\u968e\u5c64\u4ed8\u304d\uff08\u6298\u308a\u7573\u3080\uff09
-StructuredHtmlFlavorHandler = HTML \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\uff1a\u30ce\u30fc\u30c9\u968e\u5c64\u4ed8\u304d
-style = \u30b9\u30bf\u30a4\u30eb
-style_already_exists = \u540c\u3058\u540d\u79f0\u306e\u30b9\u30bf\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u3002
-styledialog.cancel.text = \u30ad\u30e3\u30f3\u30bb\u30eb
-styledialog.ok.text = \u4e86\u89e3
-styles = \u30b9\u30bf\u30a4\u30eb(&Y)
-styles.AutomaticLayout = \u968e\u5c64\u5225\u30b9\u30bf\u30a4\u30eb\u3092\u9069\u7528
-styles.connection = \u95a2\u4fc2
-styles.date = \u65e5\u4ed8
-styles.definition = \u5b9a\u7fa9
-styles.description = \u8aac\u660e
-styles.floating_node = \u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30ce\u30fc\u30c9
-styles.idea = \u3072\u3089\u3081\u304d
-styles.important = \u91cd\u8981
-styles.key = \u30ab\u30ae
-styles.list = \u30ea\u30b9\u30c8
-styles.needs_action = \u8981\u63aa\u7f6e
-styles.note = \u30e1\u30e2\u3001\u8a18\u9332
-styles.ok = \u4e86\u89e3
-styles.pending = \u4fdd\u7559
-styles.predefined = \u5b9a\u7fa9\u6e08\u307f\u30b9\u30bf\u30a4\u30eb
-styles.question = \u7591\u554f
-styles.quotation = \u5f15\u7528
-styles.root_node = \u30b9\u30bf\u30a4\u30eb
-styles.subsubtopic = \u5c0f\u898b\u51fa\u3057
-styles.subtopic = \u4e2d\u898b\u51fa\u3057
-styles.topic = \u5927\u898b\u51fa\u3057
-styles.user-defined = \u30e6\u30fc\u30b6\u5b9a\u7fa9\u30b9\u30bf\u30a4\u30eb
-styles.website = WEB \u30b5\u30a4\u30c8
-styles_menu = \u5229\u7528\u53ef\u80fd\u306a\u30b9\u30bf\u30a4\u30eb
-submenu_keystroke_in_use_error = \u30ad\u30fc\u5165\u529b {0} \u306f\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc {1} \u3067\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\u30ad\u30fc\u5165\u529b\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002
-summary_nodes = \u307e\u3068\u3081\u30ce\u30fc\u30c9
-summary_not_possible = \u73fe\u5728\u306e\u9078\u629e\u72b6\u6cc1\u3067\u306f\u3001\u307e\u3068\u3081\u30ce\u30fc\u30c9\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-SummaryNodeAction.text = \u307e\u3068\u3081\u30ce\u30fc\u30c9\u306b\u6307\u5b9a\uff0f\u89e3\u9664
-svg = SVG
-template_dir = \u6a19\u6e96\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-TimeListAction.text = \u30bf\u30b9\u30af\u3092\u7ba1\u7406...
-TimeListAction.tooltip = \u3059\u3079\u3066\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3068\u95a2\u9023\u30ce\u30fc\u30c9\u3092\u8868\u793a
-TimeManagementAction.text = \u6642\u9593\u3092\u7ba1\u7406...
-TimeManagementAction.tooltip = \u30ab\u30ec\u30f3\u30c0\u30fc\u8868\u793a\u30e2\u30b8\u30e5\u30fc\u30eb\uff08by Kai Toedter\uff09\u3092\u8d77\u52d5\u3057\u307e\u3059\u3002
-ToggleChildrenFoldedAction.text = \u5b50\u30ce\u30fc\u30c9\u3092\u6298\u308a\u7573\u3080\uff0f\u5c55\u958b\u3059\u308b
-ToggleDetailsAction.text = \u8a73\u7d30\u3092\u96a0\u3059
-ToggleFBarAction.text = \uff26\u30d0\u30fc
-ToggleFoldedAction.text = \u6298\u308a\u7573\u3080\uff0f\u5c55\u958b\u3059\u308b
-ToggleFullScreenAction.text = \u5168\u753b\u9762\u8868\u793a
-ToggleLeftToolbarAction.text = \u30a2\u30a4\u30b3\u30f3\u30c4\u30fc\u30eb\u30d0\u30fc(&I)
-ToggleMenubarAction.text = \u30e1\u30cb\u30e5\u30fc\u30d0\u30fc
-ToggleStatusAction.text = \u30b9\u30c6\u30fc\u30bf\u30b9\u30d0\u30fc\u3092\u8868\u793a
-ToggleToolbarAction.text = \u30c4\u30fc\u30eb\u30d0\u30fc(&T)
-undefined_error = \u4E88\u671F\u3057\u306A\u3044\u30A8\u30E9\u30FC\u304C\u304A\u304D\u307E\u3057\u305F\u3002\u30D0\u30B0\u3092\u5831\u544A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-underline = \u4e0b\u7dda
-UnderlineAction.text = \u4e0b\u7dda
-underlined = \u4e0b\u7dda
-UndoAction.text = \u5143\u306b\u623b\u3059(&U)
-UndoFilterAction.text = \u30d5\u30a3\u30eb\u30bf\u3092\u5143\u306b\u623b\u3059
-unfold = \u5c55\u958b
-UnfoldAllAction.text = \u3059\u3079\u3066\u5c55\u958b\u3059\u308b
-UnfoldAllAction.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304b\u3089\u3001\u3059\u3079\u3066\u306e\u4e0b\u4f4d\u30ce\u30fc\u30c9\u3092\u5c55\u958b\u3057\u307e\u3059\u3002
-UnfoldOneLevelAction.text = \uff11\u968e\u5c64\u5206\u3060\u3051\u5c55\u958b\u3059\u308b
-UnfoldOneLevelAction.tooltip = \u9078\u629e\u4e2d\u306e\u30ce\u30fc\u30c9\u304b\u3089\uff11\u968e\u5c64\u5206\u3060\u3051\u5c55\u958b\u3057\u307e\u3059\u3002
-up = \u4e0a\u3078(&U)
-update_failed = <html>\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002<br>\u53c2\u7167\u30e1\u30c3\u30bb\u30fc\u30b8\uff1a {0}</html>
-UpdateCheckAction.text = \u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u66f4\u65b0\u78ba\u8a8d...
-updatecheckdialog = \u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u66f4\u65b0\u78ba\u8a8d
-url_error = URL \u306e\u8a18\u8ff0\u306b\u8aa4\u308a\u304c\u3042\u308a\u307e\u3059\u3002
-url_open_error = URL {0} \u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-used_in_menu = \u30c7\u30d5\u30a9\u30eb\u30c8\u30e1\u30cb\u30e5\u30fc\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u3053\u306e\u30ad\u30fc\u306b\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-UsePlainTextAction.text = \u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u3092\u4f7f\u7528
-user_config_folder = User configuration folder: {0}
-user_defined_scale = \u753b\u9762\u8868\u793a(&U)\u3000\u00d7
-user_defined_zoom = \u30e6\u30fc\u30b6\u6307\u5b9a
-user_defined_zoom_status_bar = \u30e6\u30fc\u30b6\u306e\u6307\u5b9a\u306b\u3088\u308a\u753b\u9762\u8868\u793a\u3092 {0}% \u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059\u3002
-user_icon = \u30e6\u30fc\u30b6\u30a2\u30a4\u30b3\u30f3 "{0}"
-user_template_dir = \u30e6\u30fc\u30b6\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-user_zoom = \u3000\u3000\u3000\u5370\u5237\u500d\u7387[0.0 - 2.0]\uff1a
-value_format = \u5c5e\u6027\u5024\u306e\u66f8\u5f0f
-version_up_to_date = \u3054\u4f7f\u7528\u4e2d\u306e\u3082\u306e\u304c\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u3059\u3002
-ViewerControllerAction.text = \u5916\u90e8\u30aa\u30d6\u30b8\u30a7\u30af\u30c8...
-ViewLayoutTypeAction.OUTLINE.text = \u30a2\u30a6\u30c8\u30e9\u30a4\u30f3\u30d3\u30e5\u30fc
-WebDocuAction.text = Web\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8
-width = \u6a2a\u5e45
-wrong_regexp = <html>\u6b63\u898f\u8868\u73fe "{0}" \u306b\u8aa4\u308a\u304c\u3042\u308a\u307e\u3059\u3002<br>\u4f8b\u5916\u30e1\u30c3\u30bb\u30fc\u30b8\uff1a {1}</html>
-xslt_export.html = XSLT\u3092\u4f7f\u3063\u3066 Html \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b
-xslt_export.latex = XSLT\u3092\u4f7f\u3063\u3066 Latex \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b
-xslt_export.latexbook = XSLT\u3092\u4f7f\u3063\u3066 Latex Book \u306b
-xslt_export.mediawiki = XSLT\u3092\u4f7f\u3063\u3066 Mediawiki \u306b
-xslt_export.ms_excel = XSLT\u3092\u4f7f\u3063\u3066 Excel\uff082003 \u4ee5\u964d\uff09XML \u306b
-xslt_export.ms_project = XSLT\u3092\u4f7f\u3063\u3066 MS Project\uff082003 \u4ee5\u964d\uff09XML\u306b
-xslt_export.ms_word = XSLT\u3092\u4f7f\u3063\u3066 Word\uff082003 \u4ee5\u964d\uff09XML \u306b
-xslt_export.text = XSLT\u3092\u4f7f\u3063\u3066\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u306b
-xslt_export_not_possible = Freeplane XSLT \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002
-yes = \u306f\u3044
-ZoomInAction.text = \u62e1\u5927\u8868\u793a
-ZoomOutAction.text = \u7e2e\u5c0f\u8868\u793a
+about_text=Freeplane \uFF0D \u30D5\u30EA\u30FC\uFF08\u81EA\u7531\uFF06\u7121\u6599\uFF09\u306E\u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7\u4F5C\u6210\u3068\u77E5\u8B58\u5275\u9020\u306E\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2
+AboutAction.text=Freeplane \u306B\u3064\u3044\u3066
+acceleratorPresets=\u30DB\u30C3\u30C8\u30AD\u30FC\u306E\u30D7\u30EA\u30BB\u30C3\u30C8
+accelerators_loading_error={0} \u304B\u3089\u30DB\u30C3\u30C8\u30AD\u30FC\u3092\u8AAD\u307F\u8FBC\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u66F8\u5F0F\u3092\u5909\u66F4
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u30D1\u30BF\u30FC\u30F3\u306E\u5909\u66F4
+accessories/plugins/EncryptNode.properties_0=\u4FDD\u8B77\uFF08\u6697\u8A3C\uFF09\u4ED8\u304D\u30CE\u30FC\u30C9\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+accessories/plugins/EncryptNode.properties_1=\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u4E00\u81F4\u3057\u306A\u3044\u304B\u3001\u77ED\u3059\u304E\u307E\u3059\u3002
+accessories/plugins/EncryptNode.properties_2=\u30D1\u30B9\u30EF\u30FC\u30C9
+accessories/plugins/EncryptNode.properties_3=\u3082\u3046\u4E00\u5EA6
+accessories/plugins/EncryptNode.properties_4=\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+accessories/plugins/EncryptNode.properties_5=\u6CE8\u610F\uFF1A\u79D8\u533F\u306E\u5F37\u5EA6\u306F\u3001\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u9069\u5426\u306B\u304B\u304B\u3063\u3066\u3044\u307E\u3059\u3002
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=\u30AD\u30E3\u30F3\u30BB\u30EB
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\u3053\u306E\u30B3\u30DE\u30F3\u30C9\u3067\u306F\u3001\u6697\u8A3C\u4ED8\u304D\u30CE\u30FC\u30C9\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u4FDD\u8B77\u306E\u8A2D\u5B9A\u3068\u89E3\u9664\u306E\u5207\u308A\u66FF\u3048\u3057\u304B\u3067\u304D\u307E\u305B\u3093\u3002\n\u79D8\u533F\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B\u306B\u306F\u3001\u30C4\u30FC\u30EB\u30E1\u30CB\u30E5\u30FC\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+accessories/plugins/EncryptNode.properties_select_me=\u3053\u3053\u3092\u9078\u629E\u3057\u3066\u4F5C\u696D\u3092\u7D99\u7D9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+accessories/plugins/EncryptNode.properties_wrong_password=\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
+accessories/plugins/ExportWithTWiki.text=TWiki \u306B
+accessories/plugins/ExportWithTWiki.tooltip=TWiki \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u5F62\u5F0F\u3067\u66F8\u304D\u51FA\u3057\u307E\u3059\u3002
+accessories/plugins/ExportWithXSLT.tooltip=\u5171\u901A\u4ED5\u69D8\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u624B\u6BB5\u3067\u3059\u3002
+accessories/plugins/ExportWithXSLT_Applet.text=Java \u30A2\u30D7\u30EC\u30C3\u30C8\u306B
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Java \u30D6\u30E9\u30A6\u30B6\u30A2\u30D7\u30EC\u30C3\u30C8\u5F62\u5F0F\u3067\u66F8\u304D\u51FA\u3057\u307E\u3059\u3002
+accessories/plugins/ExportWithXSLT_Flash.text=Flash \u306B
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Flash \u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u5F62\u5F0F\u3067\u66F8\u304D\u51FA\u3057\u307E\u3059\u3002
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML\uFF08JavaScript\u7248\uFF09\u306B
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML\uFF08\u30AF\u30EA\u30C3\u30AB\u30D6\u30EB\u30DE\u30C3\u30D7\u7248\uFF09\u306B...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u30EA\u30BD\u30FC\u30B9\u3092 RESOURCES \u30CE\u30FC\u30C9\u304B\u3089 Taskjuggler \u30D5\u30A1\u30A4\u30EB\u306B
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=\u30EA\u30BD\u30FC\u30B9\u3092 RESOURCES \u30CE\u30FC\u30C9\u304B\u3089 Taskjuggler \u30E2\u30B8\u30E5\u30FC\u30EB\u306B\u66F8\u304D\u51FA\u3057\u307E\u3059\u3002
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u30BF\u30B9\u30AF\u3092 TASKS \u30CE\u30FC\u30C9\u304B\u3089 TaskJuggler \u30D5\u30A1\u30A4\u30EB\u306B
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=\u30BF\u30B9\u30AF\u3092 TASKS \u30CE\u30FC\u30C9\u304B\u3089 Taskjuggler \u30E2\u30B8\u30E5\u30FC\u30EB\u306B\u66F8\u304D\u51FA\u3057\u307E\u3059\u3002
+action_keystroke_in_use_error={1} \u306E\u52D5\u4F5C\u7528\u306E\u30AD\u30FC\u8A2D\u5B9A  {0} \u306F\u3001\u3059\u3067\u306B {2} \u306E\u52D5\u4F5C\u7528\u306B\u4F7F\u308F\u308C\u3066\u3044\u307E\u3059\u3002
+active=\u6709\u52B9\uFF0F\u7121\u52B9
+actual_map_styles=\u30DE\u30C3\u30D7\u7528\u6761\u4EF6\u5BFE\u5FDC\u30CE\u30FC\u30C9\u30B9\u30BF\u30A4\u30EB\u3092\u8A2D\u5B9A
+actual_node_styles=\u30CE\u30FC\u30C9\u7528\u6761\u4EF6\u5BFE\u5FDC\u30CE\u30FC\u30C9\u30B9\u30BF\u30A4\u30EB\u3092\u8A2D\u5B9A
+add=\u8FFD\u52A0(&A)
+AddConnectorAction.text=\u30B3\u30CD\u30AF\u30BF\u3092\u4ED8\u52A0
+AddElementaryConditionAction.text=\u8FFD\u52A0
+AddLocalLinkAction.text=\u30ED\u30FC\u30AB\u30EB\u30EA\u30F3\u30AF\u3092\u4ED8\u52A0
+AddMenuItemLinkAction.text=\u6A5F\u80FD\uFF08\u30E1\u30CB\u30E5\u30FC\u9805\u76EE\uFF09\u306B\u30EA\u30F3\u30AF...
+AddOnDetailsPanel.authored.by={0} \u4F5C
+AddOnDetailsPanel.header.function=\u6A5F\u80FD
+AddOnDetailsPanel.header.menu=\u30E1\u30CB\u30E5\u30FC\u306E\u4F4D\u7F6E
+AddOnDetailsPanel.header.shortcut=\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8
+AddOnDetailsPanel.homepage=\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8\uFF1A
+addons.installer.canceled=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002
+addons.installer.confirm.licence=<html><body><h1>\u30E9\u30A4\u30BB\u30F3\u30B9</h1>{0}<p><p><em>\u3053\u306E\u30E9\u30A4\u30BB\u30F3\u30B9\u3092\u627F\u8A8D\u3057\u307E\u3059\u304B\uFF1F</em></p></body></html>
+addons.installer.failed=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\uFF1A{0}
+addons.installer.freeplaneversion.format.error={0} (\u5024{1})\u306B\u66F8\u5F0F\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059\u3002
+addons.installer.groovy.script.name=\u30B9\u30AF\u30EA\u30D7\u30C8\u540D {0} \u306F\u3001".groovy" \u3067\u7D42\u308F\u3063\u3066\u3044\u307E\u305B\u3093\u3002
+addons.installer.html.script=\u30B9\u30AF\u30EA\u30D7\u30C8\u672C\u4F53\u304C HTML \u66F8\u5F0F\u3068\u306A\u3063\u3066\u3044\u306A\u3044\u3088\u3046\u3067\u3059\u3002
+addons.installer.install=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
+addons.installer.invalid.keyboard.shortcut=\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 {0} \u306F\u7121\u52B9\u3067\u3059\u3002
+addons.installer.licence.unchanged=\u30E9\u30A4\u30BB\u30F3\u30B9\u306E\u5909\u66F4\u306A\u3057
+addons.installer.map.structure=\u30DE\u30C3\u30D7\u69CB\u9020\u306B\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059\uFF1A{0}
+addons.installer.missing.child.nodes=\u5B50\u30CE\u30FC\u30C9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\uFF1A{0}
+addons.installer.missing.permission.attribute=\u30B9\u30AF\u30EA\u30D7\u30C8 {0} \uFF1A\u8A31\u8AFE\u5C5E\u6027 {1} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
+addons.installer.missing.properties=\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\uFF1A{0}
+addons.installer.missing.translation={0} \u306E \u30ED\u30B1\u30FC\u30EB {1} \u3078\u306E\u7FFB\u8A33\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+addons.installer.no.scripts=\u30B9\u30AF\u30EA\u30D7\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002
+addons.installer.no.zipdata=ZIP \u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002
+addons.installer.nonstandard.permissions=\u3053\u306E\u30B9\u30AF\u30EA\u30D7\u30C8\u306E\u5B9F\u884C\u306B\u306F\u3001\u53F3\u306E\u8A31\u8AFE\u304C\u5FC5\u8981\u3067\u3059\u304C\u3001\u73FE\u5728\u7121\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u3059\uFF1A{0}\n\u3053\u308C\u3089\u306E\u8A31\u8AFE\u3092\u6A19\u6E96\u8A2D\u5B9A\u306B\u52A0\u3048\u307E\u3059\u304B\u3002
+addons.installer.one.child.expected={0} \u306B\u4ED8\u3051\u3089\u308C\u308B\u5B50\u30CE\u30FC\u30C9\u306F\uFF11\u3064\u3060\u3051\u3067\u3059\u304C\u3001{1} \u500B\u3001\u4ED8\u3044\u3066\u3044\u307E\u3059\u3002
+addons.installer.script.no.execution_mode={0} \u306E\u300C\u5B9F\u884C\u30E2\u30FC\u30C9\u300D\u5C5E\u6027\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+addons.installer.script.no.menulocation={0} \u306E\u300C\u30E1\u30CB\u30E5\u30FC\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u300D\u5C5E\u6027\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+addons.installer.script.no.menutitle={0} \u306E\u300C\u30E1\u30CB\u30E5\u30FC\u30BF\u30A4\u30C8\u30EB\u30AD\u30FC\u300D\u5C5E\u6027\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+addons.installer.script.no.permissions={0} \u306B\u306F\u3001\u8A31\u8AFE\u304C\u4E00\u5207\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+addons.installer.success=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u6210\u529F\u3002\n\u65B0\u898F\u30A2\u30C9\u30AA\u30F3\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002
+addons.installer.success.update={0} \u304B\u3089 {1} \u3078\u306E\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306B\u6210\u529F\u3057\u307E\u3057\u305F\u3002\n\u3044\u304F\u3064\u304B\u306E\u6A5F\u80FD\u306B\u3064\u3044\u3066\u306F\u3001\u6709\u52B9\u306B\u3059\u308B\u305F\u3081\u306B\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002
+addons.installer.title=\u30A2\u30C9\u30AA\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30E9
+addons.installer.too.new=<html>\u3053\u306E Freeplane \u30D0\u30FC\u30B8\u30E7\u30F3 {0} \u306F\u3001\u65B0\u3057\u3059\u304E\u307E\u3059\u3002<br>\u3053\u306E\u30A2\u30C9\u30AA\u30F3\u306F\u3001\u30D0\u30FC\u30B8\u30E7\u30F3  {1} \u307E\u3067\u3057\u304B\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002</html>
+addons.installer.too.old=<html>\u3053\u306E Freeplane \u30D0\u30FC\u30B8\u30E7\u30F3 {0} \u306F\u3001\u53E4\u3059\u304E\u307E\u3059\u3002<br>\u3053\u306E\u30A2\u30C9\u30AA\u30F3\u3092\u7D44\u307F\u8FBC\u3080\u306B\u306F\u3001\u5C11\u306A\u304F\u3068\u3082 {1} \u4EE5\u4E0A\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u5FC5\u8981\u3067\u3059\u3002</html>
+addons.installer.unknown.deinstallation.rules=\u672A\u77E5\u306E\u53D6\u308A\u5916\u3057\u30EB\u30FC\u30EB\uFF1A {0}
+addons.installer.update=\u30D0\u30FC\u30B8\u30E7\u30F3 {0} \u304B\u3089\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8
+addons.installer.warning=<html><body><em>\u4FE1\u983C\u3067\u304D\u308B\u30BD\u30FC\u30B9\u4EE5\u5916\u304B\u3089\u306E\u30A2\u30C9\u30AA\u30F3\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306F\u907F\u3051\u307E\u3057\u3087\u3046\u3002\u60AA\u610F\u306E\u3042\u308B\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2\u306B\u3088\u308B\u3001\u30C7\u30FC\u30BF\u306E\u7834\u58CA\u3084\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u306E\u4FB5\u5BB3\u306E\u6050\u308C\u304C\u3042\u308A\u307E\u3059\u3002</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=\u30B9\u30BF\u30A4\u30EB\u304B\u3089\u5C5E\u6027\u3092\u30B3\u30D4\u30FC
+AddStyleAttributes.tooltip=\u9078\u629E\u30CE\u30FC\u30C9\u306B\u3001\u5F53\u8A72\u30CE\u30FC\u30C9\u306B\u9069\u7528\u3055\u308C\u305F\u30B9\u30BF\u30A4\u30EB\u306B\u542B\u307E\u308C\u308B\u5C5E\u6027\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002.\uFF3B\u8A33\u6CE8\uFF1A\u30DE\u30CB\u30E5\u30A2\u30EB\u304B\u3089\u610F\u8A33\uFF3D
+AllMapsNodeListAction.text=\u3059\u3079\u3066\u306E\u30DE\u30C3\u30D7\u3067\u691C\u7D22\uFF06\u7F6E\u63DB...
+always=\u5E38\u306B
+AlwaysUnfoldedNodeAction.text=\u5E38\u306B\u30CE\u30FC\u30C9\u3092\u5C55\u958B\uFF08\u30AA\u30F3\uFF0F\u30AA\u30D5\uFF09
+antialias_all=\u3059\u3079\u3066\u306B\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9
+antialias_edges=\u7DDA\u3060\u3051\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9
+antialias_none=\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9\u306A\u3057
+apply=\u9069\u7528(&A)
+ApplyAction.text=\u9069\u7528(&A)
+ApplyFormatPlugin.text=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u66F8\u5F0F\u5909\u66F4(&C) ...
+ApplyFormatPlugin.tooltip=\u30CE\u30FC\u30C9\u3068\u7DDA\u306E\u5C5E\u6027\u3092\u4E00\u5EA6\u306B\u5909\u66F4\u3067\u304D\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3067\u3059\u3002
+ApplyNoFilteringAction.text=\u30D5\u30A3\u30EB\u30BF\u89E3\u9664
+ApplySelectedViewConditionAction.text=\u9078\u629E\u30CE\u30FC\u30C9\u306B\u7D5E\u3063\u3066\u9069\u7528
+ApplyToVisibleAction.text=\u30D5\u30A3\u30EB\u30BF\u4E2D\u306E\u30CE\u30FC\u30C9\u306B\u9069\u7528\uFF08\u7D5E\u308A\u8FBC\u307F\uFF09
+as_parent=\u89AA\u3068\u540C\u3058
+AskForHelp.text=\u30CD\u30C3\u30C8\u3067\u52A9\u8A00\u3092\u8981\u8ACB
+AssignAttributesAction.text=\u62E1\u5F35\u5C5E\u6027\u30A8\u30C7\u30A3\u30BF...
+attribute_delete=\u5024\u306B\u95A2\u4FC2\u306A\u304F\u5C5E\u6027\u3092\u524A\u9664
+attribute_delete_value=\u5024\u304C\u4E00\u81F4\u3059\u308B\u5C5E\u6027\u3092\u524A\u9664
+attribute_font_size_tooltip=\u5C5E\u6027\u306E\u6587\u5B57\u30B5\u30A4\u30BA\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
+attribute_list_box_label_text=\u5019\u88DC\u5024
+attribute_name=\u5C5E\u6027\u540D
+attribute_replace=\u3000  \u5C5E\u6027\u540D\u30FB\u5024\u3092\u7F6E\u63DB  \u3000
+attribute_top=\u8AAD\u307F\u8FBC\u307F\u6E08\u307F\u30DE\u30C3\u30D7\u306B\u95A2\u3059\u308B\u65E2\u5B58\u5C5E\u6027
+attribute_value=\u5C5E\u6027\u5024
+attributes_AddAttributeAction.text=\u5C5E\u6027\u3092\u4ED8\u52A0...
+attributes_adding_empty_attribute_error=\u5C5E\u6027\u540D\u306B\u7A7A\u6587\u5B57\u5217\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
+attributes_all=\u3059\u3079\u3066\u306E\u5C5E\u6027
+attributes_assign_dialog=\u62E1\u5F35\u5C5E\u6027\u30A8\u30C7\u30A3\u30BF
+attributes_attribute=\u5C5E\u3000\u6027
+attributes_close=\u9589\u3058\u308B
+attributes_deselect_all=\u306A\u3057
+attributes_dialog_title=\u5C5E\u6027\u30DE\u30CD\u30FC\u30B8\u30E3
+attributes_edit=\u5C5E\u6027\u540D\u30FB\u5024\u3092\u7DE8\u96C6
+attributes_edit_tooltip=\u3053\u306E\u5C5E\u6027\u540D\u3067\u4F7F\u7528\u3067\u304D\u308B\u5C5E\u6027\u5024\u3092\u7DE8\u96C6\u3057\u307E\u3059\u3002
+attributes_for_selected=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9
+attributes_for_visible=\u8868\u793A\u4E2D\u306E\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C9
+attributes_import=\u30A4\u30F3\u30DD\u30FC\u30C8(&I)
+attributes_import_tooltip=\u5225\u306E\u8AAD\u307F\u8FBC\u307F\u6E08\u307F\u30DE\u30C3\u30D7\u304B\u3089\u5C5E\u6027\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002
+attributes_no_import_candidates_found=\u65B0\u898F\u5C5E\u6027\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002
+attributes_popup_delete=\u524A\u9664
+attributes_popup_down=\u4E0B\u3052\u308B
+attributes_popup_edit=\u7DE8\u96C6
+attributes_popup_hide=\u96A0\u3059
+attributes_popup_new=\u65B0\u898F\u5C5E\u6027
+attributes_popup_optimal_width=\u8868\u793A\u5E45\u3092\u9069\u6B63\u5316
+attributes_popup_up=\u4E0A\u3052\u308B
+attributes_refresh=\u66F4\u65B0
+attributes_RemoveAllAttributesAction.text=\u3059\u3079\u3066\u306E\u5C5E\u6027\u3092\u524A\u9664
+attributes_RemoveFirstAttributeAction.text=\u6700\u521D\u306E\u5C5E\u6027\u3092\u524A\u9664
+attributes_RemoveLastAttributeAction.text=\u6700\u5F8C\u306E\u5C5E\u6027\u3092\u524A\u9664
+attributes_restricted_attributes_tooltip=\u4F7F\u7528\u3067\u304D\u308B\u5C5E\u6027\u540D\u3092\u3001\u300C\u5C5E\u6027\u540D\u30FB\u5024\u306E\u7DE8\u96C6\u300D\u3067\u6307\u5B9A\u3057\u305F\u5019\u88DC\u5024\u306B\u5236\u9650\u3057\u307E\u3059\u3002
+attributes_restricted_values_tooltip=\u3053\u306E\u5C5E\u6027\u540D\u3067\u4F7F\u7528\u3067\u304D\u308B\u5C5E\u6027\u5024\u3092\u3001\u300C\u5C5E\u6027\u540D\u30FB\u5024\u306E\u7DE8\u96C6\u300D\u3067\u6307\u5B9A\u3057\u305F\u5019\u88DC\u5024\u306B\u5236\u9650\u3057\u307E\u3059\u3002
+attributes_restriction=\u5C5E\u6027\u540D\u30FB\u5024\u3092\u5236\u9650
+attributes_select_all=\u3059\u3079\u3066
+attributes_select_all_tooltip=\u300C\u8868\u793A\u3059\u308B\u5C5E\u6027\u3092\u9650\u5B9A\u300D\u3057\u3066\u3044\u308B\u5834\u5408\u306B\u5C5E\u6027\u3092\u8868\u793A\u3059\u308B\u304B\u3001\u3057\u306A\u3044\u304B\u3092\u3001\u4E00\u5EA6\u306B\u6307\u5B9A\u3057\u307E\u3059\u3002
+attributes_show=\u8868\u793A
+attributes_skip_root=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u30B9\u30AD\u30C3\u30D7
+attributes_visible=\u9650\u5B9A\u8868\u793A\u306E\u5BFE\u8C61
+attributes_visible_tooltip=\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001\u300C\u8868\u793A\u3059\u308B\u5C5E\u6027\u3092\u9650\u5B9A\u300D\u3057\u3066\u3044\u308B\u5834\u5408\u306B\u5C5E\u6027\u3092\u8868\u793A\u3057\u307E\u3059\u3002
+automatic_layout=\u81EA\u52D5\u30EC\u30A4\u30A2\u30A6\u30C8
+automatic_layout_disabled=\u3057\u306A\u3044
+automatically_save_message=\u30DE\u30C3\u30D7\u306F\u81EA\u52D5\u4FDD\u5B58\u3055\u308C\u307E\u3057\u305F\u3002 (\u30D5\u30A1\u30A4\u30EB\u540D\uFF1A {0}) ...
+AutomaticEdgeColorHookAction.text=\u7DDA\u306E\u8272\u3092\u81EA\u52D5\u9078\u629E
+AutomaticLayout.ALL=\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C9\u306B
+AutomaticLayout.HEADINGS=\u672B\u7AEF\u30CE\u30FC\u30C9\u3092\u9664\u3044\u3066
+AutomaticLayout.level=\u8868\u984C {0}
+AutomaticLayout.level.root=\u30BF\u30A4\u30C8\u30EB
+AutomaticLayoutAction.text=\u968E\u5C64\u5225\u30B9\u30BF\u30A4\u30EB\u3092\u9069\u7528(&A)
+AutomaticLayoutAction.tooltip=\u30DE\u30C3\u30D7\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u81EA\u52D5\u7684\u306B\u8A2D\u5B9A\u3057\u307E\u3059\u3002\u3000\u7B2C\uFF11\u968E\u5C64\u306F\u9ED2\u3001\u7B2C\uFF12\u968E\u5C64\u306F\u9752\u3001\u7B49\u3002
+AutomaticLayoutControllerAction.ALL.text=\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C9\u306B\u9069\u7528
+AutomaticLayoutControllerAction.HEADINGS.text=\u672B\u7AEF\u30CE\u30FC\u30C9\u3092\u9664\u3044\u3066\u9069\u7528
+AutomaticLayoutControllerAction.null.text=\u9069\u7528\u3057\u306A\u3044
+BackAction.text=\u9078\u629E\u5C65\u6B74\u3092\u9061\u308B
+BackAction.tooltip=\u9078\u629E\u5C65\u6B74\u3092\u9061\u3063\u3066\u30B8\u30E3\u30F3\u30D7\u3057\u307E\u3059\u3002
+background=\u80CC\u666F
+bitmaps=\u30D3\u30C3\u30C8\u30DE\u30C3\u30D7
+black=\u9ED2
+BlinkingNodeHookAction.text=\u30CE\u30FC\u30C9\u3092\u70B9\u6EC5
+BlinkingNodeHookAction.tooltip=<html>\u30CE\u30FC\u30C9\u3092\u70B9\u6EC5\u3055\u305B\u307E\u3059\u3002\u3053\u306E\u30CE\u30FC\u30C9\u3092\u591A\u6570\u306E\u30CE\u30FC\u30C9\u3092\u95A2\u9023\u3065\u3051\u305F\u308A\u3001<br><strong>\u4ED6\u306E\u81EA\u52D5\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u9069\u7528\u3057\u305F\u308A\u3057\u306A\u3044\u3088\u3046\u3001</strong>\u6CE8\u610F\u3057\u3066\u4E0B\u3055\u3044</html>
+blue=\u9752
+BoldAction.text=\u592A\u5B57
+boldify_branch=\u592A\u5B57\u5316
+branch=\u679D
+browse=\u53C2\u7167...
+calendar_attributes_panel=\u30AB\u30EC\u30F3\u30C0\u30FC\uFF0F\u5C5E\u6027
+calendar_panel=\u30AB\u30EC\u30F3\u30C0\u30FC
+can_not_connect_to_info_server=\u30B5\u30FC\u30D0\u30FC\u306B\u63A5\u7D9A\u3067\u304D\u307E\u305B\u3093\u3002
+can_not_delete_predefined_style=\u65E2\u5B9A\u306E\u30B9\u30BF\u30A4\u30EB\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
+can_not_delete_root_style=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306E\u30B9\u30BF\u30A4\u30EB\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
+can_not_delete_style_group=\u30B9\u30BF\u30A4\u30EB\u30B0\u30EB\u30FC\u30D7\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
+can_not_save_key_set=\u30DB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3002
+cancel=\u30AD\u30E3\u30F3\u30BB\u30EB(&C)
+CancelAction.text=\u30AD\u30E3\u30F3\u30BB\u30EB(&C)
+cannot_add_parent_diff_parents=\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C9\u304C\u540C\u3058\u89AA\u30CE\u30FC\u30C9\u306B\u3064\u306A\u304C\u3063\u3066\u3044\u306A\u3051\u308C\u3070\u3001\u3053\u306E\u6A5F\u80FD\u306F\u4F7F\u3048\u307E\u305B\u3093\u3002
+cannot_add_parent_to_root=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306B\u65B0\u898F\u89AA\u30CE\u30FC\u30C9\u3092\u4ED8\u52A0\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
+cannot_delete_root=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306E\u524A\u9664\u3084\u5207\u308A\u53D6\u308A\u306F\u3067\u304D\u307E\u305B\u3093\u3002
+cannot_join_nodes_with_children=\u5B50\u30CE\u30FC\u30C9\u4ED8\u304D\u306E\u30CE\u30FC\u30C9\u306F\u7D71\u5408\u3067\u304D\u307E\u305B\u3093\u3002
+cannot_move_to_child=\u30CE\u30FC\u30C9\u306F\u81EA\u5206\u306E\u5B50\u30CE\u30FC\u30C9\u306B\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093\u3002
+CenterAction.text=\u9078\u629E\u4E2D\u306E\u30D5\u30A9\u30EB\u30C0\u3092\u4E2D\u5FC3\u306B\u8868\u793A
+CenterSelectedNodeAction.text=\u9078\u629E\u30CE\u30FC\u30C9\u3092\u4E2D\u592E\u3078
+ChangeConnectorArrowsAction.backward.text=\u5F8C\u65B9
+ChangeConnectorArrowsAction.both.text=\u4E21\u65B9
+ChangeConnectorArrowsAction.forward.text=\u524D\u65B9
+ChangeConnectorArrowsAction.none.text=\u306A\u3057
+ChangeConnectorArrowsAction.text=\u30B3\u30CD\u30AF\u30BF\u306E\u77E2\u5370\u5909\u66F4
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\u66F2\u7DDA
+ChangeConnectorShapeAction.EDGE_LIKE.text=\u30A8\u30C3\u30B8\u306E\u7DDA\u306B\u64EC\u3059\u308B
+ChangeConnectorShapeAction.LINE.text=\u76F4\u7DDA\uFF08\u76F4\u7D50\uFF09
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u76F4\u7DDA\uFF08\u89D2\u4ED8\u304D\uFF09
+ChangeNodeLevelLeftsAction.text=\u30CE\u30FC\u30C9\u3092\u79FB\u52D5\uFF08\u89AA\u306E\u5F1F\u3078\uFF09
+ChangeNodeLevelLeftsAction.tooltip=<html>\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304C\u30EB\u30FC\u30C8\u306E\u5DE6\u5074\u306B\u3042\u308B\u5834\u5408\u306F\u3001\u30CE\u30FC\u30C9\u3092\u4E0B\u4F4D\u306B\u79FB\u52D5\u3057\u3001\u5144\u5F1F\u30CE\u30FC\u30C9\u306E\u5B50\u306B<br>\u79FB\u3057\u307E\u3059\u3002\u30EB\u30FC\u30C8\u306E\u53F3\u5074\u306E\u5834\u5408\u306F\u3001\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u3092\u4E0A\u4F4D\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002\u305D\u306E\u969B\u3001\u30EB\u30FC\u30C8<br>\u76F4\u4E0B\u306E\u30CE\u30FC\u30C9\u306F\u53CD\u5BFE\u5074\uFF08\u5DE6\u5074\uFF09\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002</html>
+ChangeNodeLevelRightsAction.text=\u30CE\u30FC\u30C9\u3092\u79FB\u52D5\uFF08\u5144\u306E\u672B\u5B50\u3078\uFF09
+ChangeNodeLevelRightsAction.tooltip=<html>\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304C\u30EB\u30FC\u30C8\u306E\u53F3\u5074\u306B\u3042\u308B\u5834\u5408\u306F\u3001\u30CE\u30FC\u30C9\u3092\u4E0B\u4F4D\u306B\u79FB\u52D5\u3057\u3001\u5144\u5F1F\u30CE\u30FC\u30C9\u306E\u5B50\u306B<br>\u79FB\u3057\u307E\u3059\u3002\u30EB\u30FC\u30C8\u306E\u5DE6\u5074\u306E\u5834\u5408\u306F\u3001\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u3092\u4E0A\u4F4D\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002\u305D\u306E\u969B\u3001\u30EB\u30FC\u30C8<br>\u76F4\u4E0B\u306E\u30CE\u30FC\u30C9\u306F\u53CD\u5BFE\u5074\uFF08\u53F3\u5074\uFF09\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002</html>
+choose_background_color=\u80CC\u666F\u8272\u3092\u9078\u3076...
+choose_cloud_color=\u96F2\u306E\u8272\u3092\u9078\u3076...
+choose_edge_color=\u7DDA\u306E\u8272\u3092\u9078\u3076
+choose_map_background_color=\u30DE\u30C3\u30D7\u306E\u80CC\u666F\u8272\u3092\u9078\u3076
+choose_node_background_color=\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272\u3092\u9078\u3076...
+choose_node_color=\u30CE\u30FC\u30C9\u306E\u6587\u5B57\u8272\u3092\u9078\u3076...
+ClearLinkAnchorAction.text=\u30EA\u30F3\u30AF\u30A2\u30F3\u30AB\u30FC\u3092\u89E3\u9664
+ClearLinkAnchorAction.tooltip=<html>\u30CE\u30FC\u30C9\u306B\u30BB\u30C3\u30C8\u6E08\u307F\u306E\u30A2\u30F3\u30AB\u30FC\u3092\u89E3\u9664\u3057\u307E\u3059\u3002</html>
+close_btn=\u9589\u3058\u308B(&C)
+CloseAction.text=\u8868\u793A\u4E2D\u306E\u30DE\u30C3\u30D7\u3092\u9589\u3058\u308B(&C)
+CloudAction.text=\u96F2\uFF08\u6A19\u6E96\uFF09\u3092\u4ED8\u52A0\uFF0F\u524A\u9664
+CloudColorAction.text=\u96F2\u306E\u8272...
+CloudShapeAction.ARC.text=\u30E2\u30AF\u30E2\u30AF
+CloudShapeAction.RECT.text=\u77E9\u5F62
+CloudShapeAction.ROUND_RECT.text=\u4E38\u89D2\u77E9\u5F62
+CloudShapeAction.STAR.text=\u30C8\u30F3\u30AC\u30EA
+ColorProperty.ResetColor=\u30EA\u30BB\u30C3\u30C8\u6642\u306E\u8272
+combined=\u8907\u5408
+condition=\u6761\u4EF6
+confirmation=\u78BA\u8A8D
+connector=\u30B3\u30CD\u30AF\u30BF
+connector_arrows=\u77E2\u3000 \u5370
+connector_label=\u30B3\u30CD\u30AF\u30BF\u306E\u30E9\u30D9\u30EB
+connector_lines=\u7DDA\u3000 \u7A2E
+connector_shapes=\u5F62\u3000 \u72B6
+ConnectorColorAction.text=\u30B3\u30CD\u30AF\u30BF\u306E\u8272...
+CopyAction.text=\u30B3\u30D4\u30FC(&C)
+CopyAction.tooltip=\u9078\u629E\u4E2D\u306E\u679D\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
+CopyAttributes.text=\u5C5E\u6027\u3092\u30B3\u30D4\u30FC(&A)
+CopyIDAction.text=\u30CE\u30FC\u30C9 ID \u3092\u30B3\u30D4\u30FC(&D)
+CopyMapStylesAction.text=\u30DE\u30C3\u30D7\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30B3\u30D4\u30FC...
+CopyNodeURIAction.text=\u30CE\u30FC\u30C9\u306E URI \u3092\u30B3\u30D4\u30FC
+copyright=Copyright \u00A9 2000-2012 Freeplane team and others
+CopySingleAction.text=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u307F\u30B3\u30D4\u30FC(&S)
+CopySingleAction.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u3060\u3051\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
+CopyStyleExtensionsAction.text=\u30B9\u30BF\u30A4\u30EB\u30CE\u30FC\u30C9\u304B\u3089\u62E1\u5F35\u60C5\u5831\u3092\u30B3\u30D4\u30FC
+corrupt_map=\u30DE\u30C3\u30D7\u306E\u5185\u5BB9\u304C\u58CA\u308C\u3066\u3044\u307E\u3059\u3002
+CreateConjunctConditionAction.text=And
+CreateDisjunctConditionAction.text=Or
+CreateNotSatisfiedConditionAction.text=Not
+CreationModificationPluginAction.text=\u66F4\u65B0\u6642\u523B\u3092\u8868\u793A(&M)
+CreationModificationPluginAction.tooltip=\u30CE\u30FC\u30C9\u306E\u4F5C\u6210\u30FB\u5909\u66F4\u6642\u523B\u3092\u8A18\u9332\u3057\u307E\u3059\u3002
+current_dir=\u30DE\u30C3\u30D7
+CutAction.text=\u5207\u308A\u53D6\u308A(&T)
+decrease_branch_font_size=\u6587\u5B57\u3092\u5C0F\u3055\u304F
+DecreaseNodeFontAction.text=\u6587\u5B57\u3092\u5C0F\u3055\u304F
+default=\u6A19\u6E96\u30B9\u30BF\u30A4\u30EB
+DefaultColorAction.text=\u6A19\u6E96\u8272
+defaultstyle.details=\u8A73\u7D30
+defaultstyle.floating=\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30CE\u30FC\u30C9
+defaultstyle.note=\u30CE\u30FC\u30C8
+delete=\u524A\u9664(&D)
+delete_child=\u30CE\u30FC\u30C9\u3092\u524A\u9664
+DeleteAction.text=\u30CE\u30FC\u30C9\u3092\u524A\u9664(&O)
+DeleteConditionAction.text=\u524A\u9664
+DeleteDetailsAction.text=\u30CE\u30FC\u30C9\u306E\u8A73\u7D30\u3092\u524A\u9664
+DeleteLevelStyleAction.text=\u968E\u5C64\u5225\u30B9\u30BF\u30A4\u30EB\u3092\u524A\u9664
+DeleteStyleAction.text=\u30B9\u30BF\u30A4\u30EB\u3092\u524A\u9664
+DeleteUserStyleAction.text=\u30E6\u30FC\u30B6\u5B9A\u7FA9\u30B9\u30BF\u30A4\u30EB\u3092\u524A\u9664
+dialect_info.app=\u30DE\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB {0} \u306F {1} \u30D7\u30ED\u30B0\u30E9\u30E0\u306B\u3088\u3063\u3066\u4F5C\u6210\u3055\u308C\u3066\u3044\u307E\u3059\u3002
+dialect_info.later_version=\u30DE\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB {0} \u306F\u3001\u3053\u306E\u30D7\u30ED\u30B0\u30E9\u30E0\u3088\u308A\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u3067\u4F5C\u6210\u3055\u308C\u3066\u3044\u307E\u3059\u3002
+dialect_info.unknownApp=\u8AAD\u307F\u8FBC\u307E\u308C\u305F\u30DE\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u4F5C\u6210\u30D7\u30ED\u30B0\u30E9\u30E0\u304C\u4E0D\u660E\u3067\u3059\u3002
+dialect_info.unknownURL=\u6307\u5B9A\u3055\u308C\u305F WEB \u30B5\u30A4\u30C8\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
+dialect_info.url=\u8A73\u7D30\u306F\u3001\u30D7\u30ED\u30B0\u30E9\u30E0 WEB \u30B5\u30A4\u30C8 {0} \u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002
+dialect_info.warning=Freeplane \u306B\u3088\u308B\u30DE\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u8FBC\u307F\u3001\u8868\u793A\u3001\u53C8\u306F\u4FDD\u5B58\u304C\u6B63\u3057\u304F\u884C\u306A\u308F\u308C\u3066\u3044\u306A\u3044\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002
+DirectHtmlFlavorHandler=HTML \u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\uFF1A\u5358\u4E00\u30CE\u30FC\u30C9\u306B\u5909\u63DB
+DocumentationAction.text=\u30DE\u30CB\u30E5\u30A2\u30EB
+down=\u4E0B\u3078(&O)
+download=\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9
+dropped_file_error=<html>\u30C9\u30E9\u30B0\uFF06\u30C9\u30ED\u30C3\u30D7\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002<br>\u7406\u7531\uFF1A{0}<html>
+edge=\u7DDA
+edge_is_formatted_by_style=<html>\u7DDA\u306E\u66F8\u5F0F\u306F\u3001\u30B9\u30BF\u30A4\u30EB\u306B\u3088\u3063\u3066\u5236\u5FA1\u3055\u308C\u3066\u3044\u307E\u3059\u3002<br>\u5FC5\u8981\u306A\u5834\u5408\u306F\u3001\u95A2\u9023\u30B9\u30BF\u30A4\u30EB\u3092\u7DE8\u96C6\u3057\u3066\u304F\u3060\u3055\u3044\u3002</html>
+edge_style=\u7DDA\u306E\u5F62\u72B6
+edge_width=\u7DDA\u306E\u592A\u3055
+EdgeColorAction.text=\u7DDA\u306E\u8272...
+EdgeStyleAction.bezier.text=\u30D9\u30B8\u30A7\u66F2\u7DDA
+EdgeStyleAction.bezier.tooltip=\u7DDA\u3092\u306A\u3060\u3089\u304B\u306A\u66F2\u7DDA\u3067\u8868\u793A\u3057\u307E\u3059\u3002
+EdgeStyleAction.hide_edge.text=\u7DDA\u3092\u96A0\u3059
+EdgeStyleAction.hide_edge.tooltip=<html>\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304B\u3089\u89AA\u30CE\u30FC\u30C9\u3078\u306E\u7DDA\u306F\u3001\u70B9\u7DDA\u3067\u8868\u793A\u3057\u307E\u3059\u3002<br>\u305D\u306E\u4ED6\u306E\u5834\u5408\u306F\u3001\u7DDA\u3092\u975E\u8868\u793A\u306B\u3057\u307E\u3059\u3002</html>
+EdgeStyleAction.horizontal.text=\u76F4\u89D2\u66F2\u304C\u308A
+EdgeStyleAction.horizontal.tooltip=\u76F4\u89D2\u306B\u66F2\u304C\u308B\u76F4\u7DDA\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002
+EdgeStyleAction.linear.text=\u76F4\u7DDA
+EdgeStyleAction.linear.tooltip=\u7DDA\u3092\u89D2\u306E\u7121\u3044\u76F4\u7DDA\u3067\u8868\u793A\u3057\u307E\u3059\u3002
+EdgeStyleAction.sharp_bezier.text=\u5148\u7D30\u30D9\u30B8\u30A7\u66F2\u7DDA
+EdgeStyleAction.sharp_bezier.tooltip=\u7DDA\u3092\u5148\u304C\u7D30\u304F\u306A\u308B\u306A\u3060\u3089\u304B\u306A\u66F2\u7DDA\u3067\u8868\u793A\u3057\u307E\u3059\u3002
+EdgeStyleAction.sharp_linear.text=\u5148\u7D30\u76F4\u7DDA
+EdgeStyleAction.sharp_linear.tooltip=\u7DDA\u3092\u5148\u304C\u7D30\u304F\u306A\u308B\u76F4\u7DDA\u3067\u8868\u793A\u3057\u307E\u3059\u3002
+EdgeStyleAsParentAction.text=\u89AA\u3068\u540C\u3058
+EdgeStyleAsParentAction.tooltip=<html>\u89AA\u30CE\u30FC\u30C9\u3068\u540C\u3058\u7DDA\u306E\u5F62\u72B6\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002</html>[obsolete]
+EdgeWidthAction_width_parent.text=\u89AA\u3068\u540C\u3058
+EdgeWidthAction_width_thin.text=\u7D30\u3044\u7DDA
+edit=\u7DE8\u96C6(&E)
+edit.decision=HTML \u30A8\u30C7\u30A3\u30BF
+edit.edit_rich_text=\u592A\u5B57\u3001\u659C\u4F53\u306A\u3069\u306E\u66F8\u5F0F\u3092\u4F7F\u7528\u3057\u307E\u3059\u304B\uFF1F
+edit_details=\u30CE\u30FC\u30C9\u306E\u8A73\u7D30\u3092\u30A4\u30F3\u30E9\u30A4\u30F3\u7DE8\u96C6...
+edit_end_label=<html>\u30B3\u30CD\u30AF\u30BF<br>\u30E9\u30D9\u30EB\uFF1A
+edit_label_font_family=\u30D5\u30A9\u30F3\u30C8  \u540D
+edit_label_font_size=\u6587\u5B57\u30B5\u30A4\u30BA
+edit_link_manually=\u30EA\u30F3\u30AF\u5148\u3092\u6307\u5B9A...
+edit_long_node=\u30CE\u30FC\u30C9\u30B3\u30A2\u3092\u30C0\u30A4\u30A2\u30ED\u30B0\u7DE8\u96C6
+edit_middle_label=<html>\u4E2D\u9593\u70B9<br>\u30E9\u30D9\u30EB\uFF1A
+edit_note=\u30CE\u30FC\u30C8\u3092\u7DE8\u96C6
+edit_source_label=<html>\u59CB\u3000 \u70B9<br>\u30E9\u30D9\u30EB\uFF1A
+edit_target_label=<html>\u7D42\u3000 \u70B9<br>\u30E9\u30D9\u30EB\uFF1A
+edit_transparency_label=\u900F\u904E\u6027
+edit_width_label=\u592A\u3000  \u3055
+EditAction.text=\u30CE\u30FC\u30C9\u30B3\u30A2\u3092\u30A4\u30F3\u30E9\u30A4\u30F3\u7DE8\u96C6...
+EditAttributesAction.text=\u5C5E\u6027\u3092\u30A4\u30F3\u30E9\u30A4\u30F3\u7DE8\u96C6...
+EditDetailsAction.text=\u30CE\u30FC\u30C9\u306E\u8A73\u7D30\u3092\u30A4\u30F3\u30E9\u30A4\u30F3\u7DE8\u96C6...
+EditDetailsInDialogAction.text=\u30CE\u30FC\u30C9\u306E\u8A73\u7D30\u3092\u30C0\u30A4\u30A2\u30ED\u30B0\u7DE8\u96C6...
+EditFilterAction.text=\u30D5\u30A3\u30EB\u30BF\u6761\u4EF6\u3092\u6307\u5B9A...
+EditLongAction.text=\u30CE\u30FC\u30C9\u30B3\u30A2\u3092\u30C0\u30A4\u30A2\u30ED\u30B0\u7DE8\u96C6...
+EditNoteInDialogAction.text=\u30CE\u30FC\u30C8\u3092\u30C0\u30A4\u30A2\u30ED\u30B0\u7DE8\u96C6...
+EditScript=\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u7DE8\u96C6...
+EditStylesAction.text=\u30B9\u30BF\u30A4\u30EB\u3092\u7DE8\u96C6
+EncryptedMap.text=\u4FDD\u8B77\uFF08\u6697\u8A3C\uFF09\u4ED8\u304D\u65B0\u898F\u30DE\u30C3\u30D7(&Y)...
+EncryptedMap.tooltip=\u65B0\u3057\u3044\u6697\u8A3C\u4ED8\u304D\u79D8\u533F\u30DE\u30C3\u30D7\u3092\u4F5C\u6210\u3057\u307E\u3059\u3002
+enter_base_url=\u76F8\u5BFE\u30EA\u30F3\u30AF\u3092\u8CBC\u308A\u4ED8\u3051\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307E\u3059\u3002\u30D9\u30FC\u30B9URL\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+enter_condition_name=\u65B0\u898F\u6761\u4EF6\u306E\u540D\u79F0\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+enter_confirms=Enter \u3067\u78BA\u5B9A(&E)
+enter_keyset_name=\u30DB\u30C3\u30C8\u30AD\u30FC\u306E\u30D7\u30EA\u30BB\u30C3\u30C8\u540D\uFF1A
+enter_map_url=\u30DE\u30C3\u30D7\u306E URL \u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+enter_new_style_name=\u65B0\u898F\u30B9\u30BF\u30A4\u30EB\u306E\u540D\u79F0\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+enter_node_id=\u30CE\u30FC\u30C9 ID \u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+enter_zoom=\u8868\u793A\u500D\u7387\uFF08\uFF05\uFF09\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+EnterPassword.text=\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u60C5\u5831\u4FDD\u8B77\uFF0F\u95B2\u89A7
+error=\u30A8\u30E9\u30FC\u304C\u8D77\u304D\u307E\u3057\u305F\u3002
+error_applying_template=XSL \u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u306E\u9069\u7528\u3067\u30A8\u30E9\u30FC\u304C\u8D77\u304D\u307E\u3057\u305F\u3002
+error_creating_directory=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u5148\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u304C\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
+error_in_template=\u6A19\u6E96\u30DE\u30C3\u30D7\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8 {0} \u306B\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059\u3002\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+errornumber={0} \u500B\u306E\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059\u3002
+ExecuteScriptError.text=\u30B9\u30AF\u30EA\u30D7\u30C8\u304C\u5B9F\u884C\u3067\u304D\u307E\u305B\u3093\u3002
+ExecuteScriptForAllNodes.text=\u3059\u3079\u3066\u306E\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u5B9F\u884C
+ExecuteScriptForSelectionAction.text=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u5B9F\u884C
+ExecuteScriptOnSelectedNode.text={0} \u3092\u9078\u629E\u30CE\u30FC\u30C9\uFF08\u3059\u3079\u3066\uFF09\u3067\u5B9F\u884C
+ExecuteScriptOnSelectedNodeRecursively.text={0} \u3092\u9078\u629E\u30CE\u30FC\u30C9\u3067\u518D\u5E30\u7684\u306B\u5B9F\u884C
+ExecuteScriptOnSingleNode.text={0} \u3092\u9078\u629E\u30CE\u30FC\u30C9\uFF08\u5358\u4E00\uFF09\u3067\u5B9F\u884C
+ExecuteScripts.noScriptsAvailable=\u4F7F\u7528\u53EF\u80FD\u30B9\u30AF\u30EA\u30D7\u30C8\u306A\u3057
+ExecuteScripts.text=\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u9078\u3093\u3067\u5B9F\u884C
+ExecuteScriptSecurityError.text=\u30B9\u30AF\u30EA\u30D7\u30C8\uFF1A {0} \n\u3000\u3000\u3092\u5B9F\u884C\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002
+export_failed=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
+export_pdf_text=PDF \u30D5\u30A1\u30A4\u30EB\u306B
+export_svg_text=SVG \u753B\u50CF\u306B
+export_using_xslt=Freeplane \u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
+ExportAction.text=\u30DE\u30C3\u30D7\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8(&E)
+ExportBranchAction.text=\u679D\u3092\u65B0\u3057\u3044\u30DE\u30C3\u30D7\u306B...
+ExportBranchToHTMLAction.text=\u679D\u3092 HTML \u30D5\u30A1\u30A4\u30EB\u306B
+exported_file={0} \u30D5\u30A1\u30A4\u30EB
+ExportPdf.text=PDF \u30D5\u30A1\u30A4\u30EB\u306B
+ExportSvg.text=SVG \u753B\u50CF\u306B
+ExportToHTMLAction.text=HTML \u30D5\u30A1\u30A4\u30EB\u306B
+ExportToImage.jpg.text=JPEG \u753B\u50CF\u306B
+ExportToImage.png.text=PNG \u753B\u50CF\u306B
+ExportToOoWriter.text=Open Office Writer \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306B
+extension_menu=\u30B9\u30BF\u30A4\u30EB
+ExternalImage_popupMenu_Change=\u753B\u50CF\u3092\u5909\u66F4...
+ExternalImage_popupMenu_Open=\u753B\u50CF\u30D3\u30E5\u30FC\u30A2\u3067\u958B\u304F
+ExternalImage_popupMenu_Remove=\u753B\u50CF\u3092\u524A\u9664
+ExternalImage_popupMenu_ResetZoom=\u62E1\u5927\u30FB\u7E2E\u5C0F\u3092\u30EA\u30BB\u30C3\u30C8
+ExternalImageAddAction.text=\u753B\u50CF\u3092\u4ED8\u52A0...
+ExternalImageChangeAction.text=\u753B\u50CF\u3092\u5909\u66F4
+ExternalImageRemoveAction.text=\u753B\u50CF\u3092\u524A\u9664
+ExtractLinkFromTextAction.text=\u30CE\u30FC\u30C9\u6587\u5B57\u5217\u304B\u3089\u30EA\u30F3\u30AF\u8A2D\u5B9A
+ExtractLinkFromTextAction.tooltip=\u30CE\u30FC\u30C9\u306B\u542B\u307E\u308C\u308B\u6587\u5B57\u5217\u3092\u57FA\u306B\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002
+f_button_unassigned=\uFF1C\u672A\u5B9A\u7FA9\uFF1E
+FaqOpenURLAction.text=\u3088\u304F\u3042\u308B\u8CEA\u554F
+file=\u30D5\u30A1\u30A4\u30EB(&F)
+file_already_exists=\u540C\u3058\u30D5\u30A1\u30A4\u30EB {0} \u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u4E0A\u66F8\u304D\u3057\u3066\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
+file_not_found=\u30D5\u30A1\u30A4\u30EB {0} \u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
+FileListFlavorHandler=\u30D5\u30A1\u30A4\u30EB\u306B\u30EA\u30F3\u30AF
+FileProperties_BranchLeafCount=\u9078\u629E\u4E2D\u306E\u679D\u306E\u672B\u7AEF\u30CE\u30FC\u30C9\u6570\uFF1A
+FileProperties_BranchNodeCount=\u9078\u629E\u4E2D\u306E\u679D\u306E\u30CE\u30FC\u30C9\u6570\uFF1A
+FileProperties_ChangesSinceLastSave=\u76F4\u8FD1\u306E\u4FDD\u5B58\u4EE5\u964D\u306E\u5909\u66F4\uFF1A
+FileProperties_FileName=\u30D5\u30A1\u30A4\u30EB\u540D\uFF1A
+FileProperties_FileSaved=\u30D5\u30A1\u30A4\u30EB\u4FDD\u5B58\u6642\u9593\uFF1A
+FileProperties_FileSize=\u30D5\u30A1\u30A4\u30EB\u30B5\u30A4\u30BA\uFF1A
+FileProperties_MainBranchCount=\u5927\u679D\u306E\u6570\uFF1A
+FileProperties_NeverSaved=\u672A\u4FDD\u5B58
+FileProperties_NodeChildCount=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306E\u5B50\u30CE\u30FC\u30C9\u6570\uFF1A
+FileProperties_NodeSelectionCount=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u6570\uFF1A
+FileProperties_TotalFilteredCount=\u30D5\u30A3\u30EB\u30BF\u6761\u4EF6\u9069\u5408\u30CE\u30FC\u30C9\u6570\uFF1A
+FileProperties_TotalLeafCount=\u672B\u7AEF\u30CE\u30FC\u30C9\u7DCF\u6570\uFF1A
+FileProperties_TotalNodeCount=\u30CE\u30FC\u30C9\u7DCF\u6570\uFF1A
+FilePropertiesAction.text=\u30DE\u30C3\u30D7\u30C7\u30FC\u30BF(&I)
+FileRevisionsDialog.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB(&C)
+FileRevisionsDialog.file_last_modified=\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7
+FileRevisionsDialog.file_name=\u30D5\u30A1\u30A4\u30EB\u540D
+FileRevisionsDialog.file_size=\u30D0\u30A4\u30C8
+FileRevisionsDialog.open=\u958B\u304F(&O)
+FileRevisionsDialog.open.tooltip=\u65E5\u4ED8\u304C\u53E4\u304F\u3066\u3082\u3001\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304D\u307E\u3059\u3002
+FileRevisionsDialog.question={0} \u306E\u66F4\u65B0\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u3059\u3002
+FileRevisionsDialog.restore=\u5FA9\u5143(&O)
+FileRevisionsDialog.restore.tooltip={0} \u3092 {1} \u306B\u7F6E\u63DB\u3057\u307E\u3059\u3002
+FileRevisionsDialog.title=\u30D5\u30A1\u30A4\u30EB\u306E\u66F4\u65B0
+filter=\u30D5\u30A3\u30EB\u30BF
+filter_add=\u5C5E\u6027\u540D\u30FB\u5024\u3092\u4ED8\u52A0(&A)
+filter_and=And(&N)
+filter_any_text=\u30B3\u30A2\u30C6\u30AD\u30B9\u30C8\u3001\u8A73\u7D30\u3001\u53C8\u306F\u30CE\u30FC\u30C8\u3000
+filter_conditions=\u30D5\u30A3\u30EB\u30BF
+filter_contains=\u2283(\u542B\u3080)
+filter_created_after=\u4EE5\u964D\u306B\u4F5C\u6210\u3055\u308C\u305F
+filter_created_before=\u4EE5\u524D\u306B\u4F5C\u6210\u3055\u308C\u305F
+filter_delete=\u524A\u9664(&D)
+filter_details=\u8A73\u7D30
+filter_dialog=\u30D5\u30A3\u30EB\u30BF\u306E\u6761\u4EF6\u3092\u6307\u5B9A
+filter_does_not_exist=\u5B58\u5728\u3057\u307E\u305B\u3093
+filter_edit_description=\u30D5\u30A3\u30EB\u30BF\u30EA\u30B9\u30C8\u3092\u7DE8\u96C6
+filter_enter_value=\u5024\u3092\u5165\u529B
+filter_even_level=\u5947\u6570\u968E\u5C64\u30CE\u30FC\u30C9
+filter_exist=\u4ED8\u304D
+filter_icon=\u30A2\u30A4\u30B3\u30F3
+filter_is_equal_to=\uFF1D
+filter_is_not_equal_to=\u2260
+filter_leaf=\u672B\u7AEF\u30CE\u30FC\u30C9
+filter_link=\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF
+filter_match_approximately=\u66D6\u6627(&A)
+filter_match_approximately_tooltip=<html>\u66D6\u6627\u691C\u7D22\u306E\u30AA\u30F3\uFF0F\u30AA\u30D5\u3092\u5207\u308A\u66FF\u3048\u307E\u3059\u3002<br/>\u4F8B\u3048\u3070\u3001'files' \u306E\u691C\u7D22\u6642\u306B 'flies' \u306A\u3069\u3082\u30DE\u30C3\u30C1\u3057\u305F\u3068\u307F\u306A\u3057\u307E\u3059\u3002</html>
+filter_match_case=\u5927\u6587\u5B57\uFF0F\u5C0F\u6587\u5B57\u3092\u533A\u5225(&C)
+filter_match_case_tooltip=\u30D5\u30A3\u30EB\u30BF\u9069\u7528\u6642\u306B\u3001\u5927\u6587\u5B57\uFF0F\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u307E\u3059\u3002
+filter_modified_after=\u4EE5\u964D\u306B\u5909\u66F4\u3055\u308C\u305F
+filter_modified_before=\u4EE5\u524D\u306B\u5909\u66F4\u3055\u308C\u305F
+filter_no_filtering=\u30D5\u30A3\u30EB\u30BF\u7121\u3057
+filter_node=\u30B3\u30A2\u30C6\u30AD\u30B9\u30C8
+filter_node_level=\u30CE\u30FC\u30C9\u968E\u5C64
+filter_not=Not(&N)
+filter_note=\u30CE\u30FC\u30C8
+filter_odd_level=\u5076\u6570\u968E\u5C64\u30CE\u30FC\u30C9
+filter_or=Or(&R)
+filter_parent=\u89AA\u30CE\u30FC\u30C9\u306E\u30C6\u30AD\u30B9\u30C8
+filter_periodic_level=\u968E\u5C64\u5468\u671F
+filter_priority=\u512A\u5148\u9806\u4F4D
+filter_regexp_matches=\u6B63\u898F\u8868\u73FE\u306B\u30DE\u30C3\u30C1\u3059\u308B
+filter_reminder=\u30EA\u30DE\u30A4\u30F3\u30C0
+filter_reminder_after=\u53F3\u8A18\u306E\u65E5\u6642\u4EE5\u964D\u306B\u8A2D\u5B9A
+filter_reminder_before=\u53F3\u8A18\u306E\u65E5\u6642\u4EE5\u524D\u306B\u8A2D\u5B9A
+filter_reminder_executed=\u671F\u9650\u5207\u308C\u306E\u3082\u306E
+filter_reminder_later=\u671F\u9650\u304C\u4ECA\u5F8C\u306E\u3082\u306E
+filter_root=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9
+filter_script=\u30B9\u30AF\u30EA\u30D7\u30C8\u30D5\u30A3\u30EB\u30BF
+filter_select=\u9078\u629E(&S)
+filter_selected_node_view=\u30D5\u30A3\u30EB\u30BF\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9
+filter_selected_node_view_snapshot=\u9078\u629E\u7BC4\u56F2\u3092\u4FDD\u5B58\u3057\u307E\u3057\u305F
+filter_style=\u30B9\u30BF\u30A4\u30EB
+filter_time=\u65E5\u4ED8\u30D5\u30A3\u30EB\u30BF
+FilterComposerDialog.save=\u4FDD\u5B58(&S)
+filters_not_loaded=\u30D5\u30A3\u30EB\u30BF\u30D5\u30A1\u30A4\u30EB\u304C\u58CA\u308C\u3066\u3044\u3066\u3001\u8AAD\u307F\u8FBC\u307F\u3067\u304D\u307E\u305B\u3093\u3002
+find_what=\u4F55\u3092\u691C\u7D22\u3057\u307E\u3059\u304B\uFF1F
+FindAction.text=\u691C\u7D22...
+FirstGroupNodeAction.text=\u307E\u3068\u3081\u30CE\u30FC\u30C9\u7FA4\u306E\u59CB\u70B9
+fit_map_to_page=\u5168\u4F53\u3092\uFF11\u30DA\u30FC\u30B8\u306B\u53CE\u3081\u308B(&F)
+fit_map_to_page_height=\u7E26\u5E45\u3092\u30DA\u30FC\u30B8\u306B\u5408\u308F\u305B\u308B(&H)
+fit_map_to_page_width=\u6A2A\u5E45\u3092\u30DA\u30FC\u30B8\u306B\u5408\u308F\u305B\u308B(&W)
+FitToPage.text=\u30DA\u30FC\u30B8\u306B\u5408\u308F\u305B\u3066\u5168\u4F53\u8868\u793A(&F)
+FitToPage.tooltip=\u30DE\u30C3\u30D7\u5168\u4F53\u304C\u73FE\u884C\u30A6\u30A3\u30F3\u30C9\u30A6\u306B\u53CE\u307E\u308B\u3088\u3046\u306B\u8868\u793A\u500D\u7387\u3092\u8ABF\u6574\u3057\u307E\u3059\u3002
+fold=\u6298\u308A\u7573\u3080
+FoldAllAction.text=\u3059\u3079\u3066\u6298\u308A\u7573\u3080
+FoldAllAction.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306E\u3059\u3079\u3066\u306E\u5B50\u30CE\u30FC\u30C9\u3092\u6298\u308A\u7573\u307F\u3001\u975E\u8868\u793A\u306B\u3057\u307E\u3059\u3002
+FoldOneLevelAction.text=\uFF11\u968E\u5C64\u5206\u3060\u3051\u6298\u308A\u7573\u3080
+FoldOneLevelAction.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306E\u4E0B\u4F4D\u30CE\u30FC\u30C9\u3092\uFF11\u968E\u5C64\u5206\u3060\u3051\u6298\u308A\u7573\u307F\u307E\u3059\u3002
+follow_graphical_link=\u30EA\u30F3\u30AF\u5148\uFF1A
+FollowLinkAction.text=\u30EA\u30F3\u30AF\u5148\u3078\u30B8\u30E3\u30F3\u30D7
+font=\u30D5\u30A9\u30F3\u30C8
+FontFamilyAction.text=\u30D5\u30A9\u30F3\u30C8\u540D
+FontSizeAction.text=\u6587\u5B57\u30B5\u30A4\u30BA
+format_invalid_pattern=\u30D1\u30BF\u30FC\u30F3\u5024\u304C\u4E0D\u9069\u5207
+format_menu_cloud_shapes=\u96F2\uFF08\u4ED8\u52A0 or \u5F62\u3092\u5909\u66F4\uFF09
+format_menu_edge_styles=\u7DDA\u306E\u5F62\u72B6(&E)
+format_menu_edge_widths=\u7DDA\u306E\u592A\u3055(&W)
+format_panel=\u66F8\u5F0F
+FormatCopy.text=\u66F8\u5F0F\u306E\u307F\u30B3\u30D4\u30FC
+FormatCopy.tooltip=\u30CE\u30FC\u30C9\u306E\u66F8\u5F0F\u3060\u3051\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
+FormatPaste.text=\u66F8\u5F0F\u306E\u307F\u8CBC\u308A\u4ED8\u3051
+FormatPaste.tooltip=\u30CE\u30FC\u30C9\u306E\u66F8\u5F0F\u3060\u3051\u3092\u8CBC\u308A\u4ED8\u3051\u307E\u3059\u3002
+formats_not_loaded=\u66F8\u5F0F\u3092\u8AAD\u307F\u8FBC\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u30D5\u30A1\u30A4\u30EB\u304C\u58CA\u308C\u3066\u3044\u307E\u3059\u3002
+formula.error.attributeValueIsNull=\u8A08\u7B97\u5F0F\u5B9F\u884C\u5F8C\u306E\u5C5E\u6027\u5024 ''{0}'' \u306F\u7A7A\u5024\u3067\u3059\u3002
+formula.error.circularReference=\u5FAA\u74B0\u53C2\u7167\uFF1A\u30CE\u30FC\u30C9 "{0}" \u306E\u8A08\u7B97\u5F0F\u306F\u3001\u81EA\u5DF1\u306E\u5024\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002.
+formula.EvaluateAllAction.text=\u3059\u3079\u3066\u306E\u8A08\u7B97\u5F0F\u3092\u5B9F\u884C
+formula.EvaluateAllAction.tooltip=\u7DE8\u96C6\u4E2D\u306E\u30DE\u30C3\u30D7\u306E\u3059\u3079\u3066\u306E\u8A08\u7B97\u5F0F\u3092\u5B9F\u884C\u3057\u307E\u3059\u3002
+formula.menuname=\u8A08\u7B97\u5F0F
+formula_editor=\u8A08\u7B97\u5F0F\u3092\u7DE8\u96C6
+ForwardAction.text=\u9078\u629E\u5C65\u6B74\u3092\u9032\u3080
+ForwardAction.tooltip=\u9078\u629E\u6B74\u306E\u65B0\u3057\u3044\u3082\u306E\u306B\u5411\u304B\u3063\u3066\u3001\u30B8\u30E3\u30F3\u30D7\u3057\u307E\u3059\u3002
+FreeNodeAction.text=\u30D5\u30EA\u30FC\u30DD\u30B8\u30B7\u30E7\u30F3\u30CE\u30FC\u30C9\u306B\u6307\u5B9A\uFF0F\u89E3\u9664
+Freeplane.progress.buildScreen=\u753B\u9762\u3092\u69CB\u6210\u4E2D...
+Freeplane.progress.createController=\u30B3\u30F3\u30C8\u30ED\u30FC\u30E9\u3092\u4F5C\u6210\u4E2D...
+Freeplane.progress.createInitialMode=\u521D\u671F\u30E2\u30FC\u30C9\u3092\u4F5C\u6210\u4E2D...
+Freeplane.progress.endStartup=\u30B9\u30BF\u30FC\u30C8\u30A2\u30C3\u30D7\u3092\u5B8C\u4E86
+Freeplane.progress.gettingPreferenceDirectories=\u74B0\u5883\u8A2D\u5B9A\u30D5\u30A9\u30EB\u30C0\u3092\u8AAD\u307F\u8FBC\u307F\u4E2D...
+Freeplane.progress.gettingPreferences=\u74B0\u5883\u8A2D\u5B9A\u3092\u8AAD\u307F\u8FBC\u307F\u4E2D...
+Freeplane.progress.loadMaps=\u30DE\u30C3\u30D7\u3092\u8AAD\u307F\u8FBC\u307F\u4E2D...
+Freeplane.progress.propagateLookAndFeel=\u30EB\u30C3\u30AF\uFF06\u30D5\u30A3\u30FC\u30EB\u3092\u4F1D\u9054\u4E2D...
+Freeplane.progress.settingPreferences=\u74B0\u5883\u8A2D\u5B9A...
+Freeplane.progress.startCreateController=\u30B3\u30F3\u30C8\u30ED\u30FC\u30E9\u4F5C\u6210\u958B\u59CB...
+Freeplane.progress.updateLookAndFeel=\u30EB\u30C3\u30AF\uFF06\u30D5\u30A3\u30FC\u30EB\u3092\u66F4\u65B0\u4E2D...
+freeplane_reverted=Freeplane \u306F\u6700\u5F8C\u306B\u624B\u52D5\u4FDD\u5B58\u3057\u305F\u3068\u304D\u306E\u72B6\u614B\u306B\u623B\u308A\u307E\u3057\u305F\u3002
+FreeplaneHelpStarter.text=\u30AA\u30F3\u30E9\u30A4\u30F3\u30D8\u30EB\u30D7...
+FreeplaneHelpStarter.tooltip=Freeplane \u62E1\u5F35\u30D8\u30EB\u30D7
+GettingStartedAction.text=\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB
+GotoLinkNodeAction.text=\u30EA\u30F3\u30AF\u5148\u3078\u30B8\u30E3\u30F3\u30D7
+GotoNodeAction.text=\u6307\u5B9A ID \u306E\u30CE\u30FC\u30C9\u3078\u30B8\u30E3\u30F3\u30D7...
+GrabKeyDialog.common.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=\u5272\u308A\u5F53\u3066\uFF1A
+GrabKeyDialog.grab-key.assigned-to.none=\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+GrabKeyDialog.grab-key.clear=\u6D88\u53BB
+GrabKeyDialog.grab-key.remove=\u524A\u9664
+GrabKeyDialog.grab-key.remove-ask=\u3053\u306E\u30AD\u30FC\u3092\u524A\u9664\u3057\u3066\u3082\u3044\u3044\u3067\u3059\u304B\uFF1F
+GrabKeyDialog.grab-key.title=\u65B0\u3057\u3044\u30AD\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+green=\u7DD1
+help=\u30D8\u30EB\u30D7(&H)
+HideableAction.tooltip=\u66F4\u65B0\u3057\u305F\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272\u3092\u5909\u66F4\u3057\u307E\u3059\u3002
+HideAllAttributesAction.text=\u3059\u3079\u3066\u306E\u5C5E\u6027\u3092\u96A0\u3059
+HierarchicalIcons2Action.text=\u5B50\u30CE\u30FC\u30C9\u306E\u5171\u901A\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A
+HierarchicalIconsAction.text=\u4E0A\u4F4D\u30CE\u30FC\u30C9\u306B\u3082\u30A2\u30A4\u30B3\u30F3\u8868\u793A(&H)
+HierarchicalIconsAction.tooltip=\u4E0B\u4F4D\u30CE\u30FC\u30C9\u304C\u30A2\u30A4\u30B3\u30F3\u4ED8\u304D\u306E\u5834\u5408\u306B\u3001\u4E0A\u4F4D\u30CE\u30FC\u30C9\u306B\u5C0F\u3055\u3081\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002
+hot_keys=\u30DB\u30C3\u30C8\u30AD\u30FC
+hot_keys_table=\u30DB\u30C3\u30C8\u30AD\u30FC\u4E00\u89A7
+HotKeyInfoAction.text=\u30DB\u30C3\u30C8\u30AD\u30FC\u4E00\u89A7
+html_export_based_on_headings=HTML\u66F8\u304D\u51FA\u3057 - \u968E\u5C64\u3092\u898B\u51FA\u3057\u306B\u3059\u308B
+html_export_fold_all=HTML\u66F8\u304D\u51FA\u3057 - \u3059\u3079\u3066\u6298\u308A\u7573\u3093\u3067
+html_export_fold_currently_folded=HTML\u66F8\u304D\u51FA\u3057 - \u6298\u308A\u7573\u307F\u306F\u73FE\u72B6\u306E\u307E\u307E
+html_export_no_folding=HTML\u66F8\u304D\u51FA\u3057 - \u6298\u308A\u7573\u307F\u306F\u5C55\u958B
+html_problem=<html>{0} \u306E<br><br> html \u30D5\u30A1\u30A4\u30EB\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002</html>
+icon_0%=0\uFF05
+icon_100%=100\uFF05
+icon_25%=25\uFF05
+icon_50%=50\uFF05
+icon_75%=75\uFF05
+icon_addition=\u8DB3\u3059
+icon_attach=\u6CE8\u76EE
+icon_audio=\u30AA\u30FC\u30C7\u30A3\u30AA
+icon_back=\u5DE6\u5411\u304D
+icon_bee=Freeplane
+icon_bell=\u8981\u8A18\u61B6
+icon_bookmark=\u304A\u6C17\u306B\u5165\u308A
+icon_broken-line=\u4E2D\u65AD
+icon_button_cancel=\u30C0\u30E1
+icon_button_ok=\u4E86\u89E3
+icon_calendar=\u671F\u65E5
+icon_checked=\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9(ON)
+icon_clanbomber=\u3084\u3070\u3044
+icon_clock=\u6642\u523B
+icon_clock2=\u30EA\u30DE\u30A4\u30F3\u30C0
+icon_closed=\u7ACB\u5165\u7981\u6B62
+icon_decrypted=\u79D8\u533F\u89E3\u9664
+icon_desktop_new=\u8981\u63AA\u7F6E
+icon_division=\u5272\u308B
+icon_down=\u4E0B\u5411\u304D
+icon_edit=\u6587\u66F8\u5316
+icon_encrypted=\u79D8\u533F\u4E2D
+icon_executable=\u5B9F\u884C\u30D5\u30A1\u30A4\u30EB
+icon_family=\u5BB6\u65CF
+icon_fema=\u7537\u5973
+icon_female1=\u5973\u6027 1
+icon_female2=\u5973\u6027 2
+icon_females=\u5973\u6027(\u8907\u6570)
+icon_flag=\u8D64\u3044\u65D7
+icon_flag-black=\u9ED2\u3044\u65D7
+icon_flag-blue=\u9752\u3044\u65D7
+icon_flag-green=\u7DD1\u306E\u65D7
+icon_flag-orange=\u30AA\u30EC\u30F3\u30B8\u306E\u65D7
+icon_flag-pink=\u30D4\u30F3\u30AF\u306E\u65D7
+icon_flag-yellow=\u9EC4\u8272\u306E\u65D7
+icon_folder=\u30D5\u30A9\u30EB\u30C0
+icon_forward=\u53F3\u5411\u304D
+icon_freemind_butterfly=FreeMind
+icon_full-0=\u512A\u5148\u5EA6 0
+icon_full-1=\u512A\u5148\u5EA6 1
+icon_full-2=\u512A\u5148\u5EA6 2
+icon_full-3=\u512A\u5148\u5EA6 3
+icon_full-4=\u512A\u5148\u5EA6 4
+icon_full-5=\u512A\u5148\u5EA6 5
+icon_full-6=\u512A\u5148\u5EA6 6
+icon_full-7=\u512A\u5148\u5EA6 7
+icon_full-8=\u512A\u5148\u5EA6 8
+icon_full-9=\u512A\u5148\u5EA6 9
+icon_go=\u9752\u4FE1\u53F7
+icon_gohome=\u30DB\u30FC\u30E0
+icon_group=\u30B0\u30EB\u30FC\u30D7
+icon_help=\u7591\u554F\uFF1F
+icon_hourglass=\u5F85\u6A5F
+icon_icon_not_found=\u30A2\u30A4\u30B3\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
+icon_idea=\u6C17\u3065\u304D
+icon_image=\u753B\u50CF
+icon_info=\u53C2\u8003\u60C5\u5831
+icon_internet=\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8
+icon_internet_warning=\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8(\u8981\u6CE8\u610F)
+icon_kaddressbook=\u96FB\u8A71
+icon_kmail=E \u30E1\u30FC\u30EB
+icon_knotify=\u97F3\u697D
+icon_korn=\u30E1\u30FC\u30EB\u30DC\u30C3\u30AF\u30B9
+icon_ksmiletris=\u3054\u6A5F\u5ACC
+icon_launch=\u958B\u59CB
+icon_licq=Licq
+icon_list=\u30EA\u30B9\u30C8
+icon_Mail=\u624B\u7D19
+icon_male1=\u7537\u6027 1
+icon_male2=\u7537\u6027 2
+icon_males=\u7537\u6027(\u8907\u6570)
+icon_menu=\u30A2\u30A4\u30B3\u30F3(&C)
+icon_messagebox_warning=\u91CD\u8981
+icon_mindmap=\u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7
+icon_multiplication=\u639B\u3051\u308B
+icon_narrative=\u7269\u8A9E
+icon_negative=\u60AA\u3044
+icon_neutral=\u666E\u901A
+icon_password=\u30AB\u30AE
+icon_pencil=\u6731\u7B46
+icon_penguin=Linux
+icon_positive=\u826F\u3044
+icon_prepare=\u9EC4\u4FE1\u53F7
+icon_revision=\u30EA\u30D3\u30B8\u30E7\u30F3
+icon_smiley-angry=\u6012\u308A
+icon_smiley-neutral=\u5E73\u9759
+icon_smiley-oh=\u9A5A\u304D
+icon_smily_bad=\u4E0D\u6A5F\u5ACC
+icon_stop=\u8D64\u4FE1\u53F7
+icon_stop-sign=\u4E2D\u6B62
+icon_subtraction=\u5F15\u304F
+icon_unchecked=\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9(OFF)
+icon_up=\u4E0A\u5411\u304D
+icon_user_icon=\u30E6\u30FC\u30B6\u30A2\u30A4\u30B3\u30F3
+icon_very_negative=\u975E\u5E38\u306B\u60AA\u3044
+icon_very_positive=\u975E\u5E38\u306B\u826F\u3044
+icon_video=\u30D3\u30C7\u30AA
+icon_wizard=\u4E0D\u601D\u8B70
+icon_xmag=\u8981\u691C\u8A0E
+icon_yes=\u7D0D\u5F97\uFF01
+IconGroupPopupAction.arrows.text=\u77E2\u5370
+IconGroupPopupAction.docs_folders.text=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\uFF06\u30D5\u30A9\u30EB\u30C0
+IconGroupPopupAction.flags.text=\u65D7
+IconGroupPopupAction.math.text=\u8A08\u7B97\u8A18\u53F7
+IconGroupPopupAction.media.text=\u30E1\u30C7\u30A3\u30A2
+IconGroupPopupAction.miscellaneous.text=\u8272\u3005
+IconGroupPopupAction.nature.text=OS \uFF06MM \u30A2\u30D7\u30EA etc.
+IconGroupPopupAction.numbers.text=\u756A\u53F7
+IconGroupPopupAction.office.text=\u30AA\u30D5\u30A3\u30B9
+IconGroupPopupAction.people.text=\u4EBA\u3005
+IconGroupPopupAction.rating.text=\u8A55\u4FA1
+IconGroupPopupAction.signs.text=\u6A19\u8B58\uFF06\u8A18\u53F7
+IconGroupPopupAction.smiley.text=\u30B9\u30DE\u30A4\u30EA\u30FC
+IconGroupPopupAction.time.text=\u6642\u523B
+IconGroupPopupAction.user.text=\u30E6\u30FC\u30B6\u30A2\u30A4\u30B3\u30F3
+IconProgressExtended10Action.text=\u5927\u304D\u3044\u56F3\u3092\u4ED8\u52A0\uFF0810 \uFF05\u523B\u307F\uFF09
+IconProgressExtended10Action.tooltip=<html>\u5DE6\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067 10 \uFF05\u305A\u3064\u4E0A\u6607\u3059\u308B\u9032\u6357\u5EA6\u6307\u6A19\u3092\u4ED8\u52A0\u3057\u307E\u3059\u3002<br>\u300CCtrl + \u5DE6\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u300D\u3067\u3001\u4F4E\u4E0B\uFF0F\u524A\u9664\u3057\u307E\u3059\u3002</html>
+IconProgressExtended25Action.text=\u5927\u304D\u3044\u56F3\u3092\u4ED8\u52A0\uFF0825 \uFF05\u523B\u307F\uFF09
+IconProgressExtended25Action.tooltip=<html>\u5DE6\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067 25 \uFF05\u305A\u3064\u4E0A\u6607\u3059\u308B\u9032\u6357\u5EA6\u6307\u6A19\u3092\u4ED8\u52A0\u3057\u307E\u3059\u3002<br>\u300CCtrl + \u5DE6\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u300D\u3067\u3001\u4F4E\u4E0B\uFF0F\u524A\u9664\u3057\u307E\u3059\u3002</html>
+IconProgressIconDownAction.text=\u9032\u6357\u5EA6\u3092\u4E0B\u3052\u308B
+IconProgressIconDownAction.tooltip=\u8868\u793A\u3059\u308B\u9032\u6357\u5EA6\u30A2\u30A4\u30B3\u30F3\u306E\u5024\u3092\u5F15\u304D\u4E0B\u3052\u307E\u3059\u3002 (100% -> 75% -> 50% -> 25% -> 0% -> \u524A\u9664).
+IconProgressIconUpAction.text=\u9032\u6357\u5EA6\u3092\u4E0A\u3052\u308B
+IconProgressIconUpAction.tooltip=\u8868\u793A\u3059\u308B\u9032\u6357\u5EA6\u30A2\u30A4\u30B3\u30F3\u306E\u5024\u3092\u5F15\u304D\u4E0A\u3052\u307E\u3059\u3002(0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=\u9032\u6357\u5EA6\u6307\u6A19\u3092\u524A\u9664
+IconProgressRemoveAction.tooltip=\u9032\u6357\u5EA6\u30A2\u30A4\u30B3\u30F3\u3068\u62E1\u5F35\u9032\u6357\u5EA6\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664\u3057\u307E\u3059\u3002
+IconSelectionPlugin.text=\u30A2\u30A4\u30B3\u30F3\u4E00\u89A7\u304B\u3089\u9078\u629E...
+IconSelectionPlugin.tooltip=\u30B5\u30D6\u30A6\u30A3\u30F3\u30C9\u30A6\u306B\u30A2\u30A4\u30B3\u30F3\u7FA4\u3092\u8868\u793A\u3057\u3001\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
+image_covertLink=\u30EA\u30F3\u30AF\u3092\u753B\u50CF\u306B\u5909\u63DB
+ImageFlavorHandler=\u753B\u50CF(\u72EC\u7ACB\u30D5\u30A1\u30A4\u30EB\u3092\u4F7F\u7528)
+import=\u30A4\u30F3\u30DD\u30FC\u30C8
+import_linked_branch_no_link=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306B\u8AAD\u307F\u8FBC\u3081\u308B\u30EA\u30F3\u30AF\u304C\u3042\u308A\u307E\u305B\u3093\u3002
+ImportAction.text=\u30DE\u30C3\u30D7\u306B\u30A4\u30F3\u30DD\u30FC\u30C8(&I)
+ImportBranchAction.text=\u5225\u30DE\u30C3\u30D7\u3092\u679D\u3068\u3057\u3066(&B)...
+ImportExplorerFavoritesAction.text=Explorer \u306E\u304A\u6C17\u306B\u5165\u308A\u3092(&E)...
+ImportFolderStructureAction.text=\u30D5\u30A9\u30EB\u30C0\u69CB\u9020\u3092(&F)...
+ImportLinkedBranchAction.text=\u30EA\u30F3\u30AF\u5148\u30DE\u30C3\u30D7\u5168\u4F53\u3092\u3001\u679D\u3068\u3057\u3066(&L)
+ImportLinkedBranchWithoutRootAction.text=\u30EA\u30F3\u30AF\u5148\u30DE\u30C3\u30D7\u306E\u30EB\u30FC\u30C8\u4EE5\u5916\u3092\u3001\u679D\u3068\u3057\u3066(&W)
+ImportMindmanagerFiles.text=MindManager X5 \u30DE\u30C3\u30D7\u3092(&M)...
+increase_branch_font_size=\u6587\u5B57\u3092\u5927\u304D\u304F
+IncreaseNodeFontAction.text=\u6587\u5B57\u3092\u5927\u304D\u304F
+internal_error_tooltip=\u5185\u90E8\u51E6\u7406\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u8A73\u7D30\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u6700\u65B0\u306E\u30ED\u30B0\u30D5\u30A1\u30A4\u30EB\uFF08log.0\uFF09\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002
+invalid_export_file=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB\u540D\u304C\u7121\u52B9\u3067\u3059\u3002
+invalid_file_msg={0} \u3068\u3044\u3046\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
+invalid_uri=URI {0} \u306F\u7121\u52B9\u3067\u3059\u3002
+invalid_url=\u6709\u52B9\u306A URL \u3092\u4F5C\u6210\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002
+invalid_url_msg={0} \u306B\u95A2\u3057\u3066\u6709\u52B9\u306A URL \u3092\u4F5C\u6210\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002
+ItalicAction.text=\u659C\u4F53
+italicise_branch=\u659C\u4F53\u5316
+java_version=Java version: {0}
+JoinNodesAction.text=\u30CE\u30FC\u30C9\u3092\u7D71\u5408
+LatexDeleteLatexAction.text=LaTeX \u6570\u5F0F\u3092\u524A\u9664(&X)
+LatexEditLatexAction.text=LaTeX \u6570\u5F0F\u3092\u7DE8\u96C6(&L)...
+LatexInsertLatexAction.text=LaTeX \u6570\u5F0F\u3092\u4ED8\u52A0(&L)...
+less_than_two_selected_nodes=\u30B3\u30CD\u30AF\u30BF\u3092\u633F\u5165\u3059\u308B\u306B\u306F\u3001\u4E8C\u3064\u4EE5\u4E0A\u306E\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+license=\u30E9\u30A4\u30BB\u30F3\u30B9
+license_text=Freeplane - \u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7\u4F5C\u6210\u30FB\u8868\u793A\u7528\u30D7\u30ED\u30B0\u30E9\u30E0
+link_error=\u30EA\u30F3\u30AF\u304C\u4E0D\u9069\u5207\u3067\u3059\u3002\u30EA\u30F3\u30AF "{0}" \u3092\u8AAD\u307F\u8FBC\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+link_not_available_any_more=\u30CE\u30FC\u30C9\u304C\u9014\u4E2D\u3067\u524A\u9664\u3055\u308C\u305F\u305F\u3081\u3001\u30EA\u30F3\u30AF\u306F\u7121\u52B9\u3067\u3059\u3002
+link_not_found=\u30EA\u30F3\u30AF\u5148 {0} \u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
+load=\u8AAD\u307F\u8FBC\u307F(&L)
+load_accelerator_presets=\u8AAD\u307F\u8FBC\u307F
+LoadAcceleratorPresetsAction.textPatterns.text=\u30C6\u30AD\u30B9\u30C8\u30D1\u30BF\u30FC\u30F3
+locking_failed_by_open=\u30DE\u30C3\u30D7 {0} \u306E\u30ED\u30C3\u30AF\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u8AAD\u307F\u8FBC\u307F\u5C02\u7528\u3067\u958B\u304D\u307E\u3059\u3002
+locking_failed_by_save_as=\u30DE\u30C3\u30D7 {0} \u306E\u30ED\u30C3\u30AF\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u300C\u540D\u524D\u3092\u4ED8\u3051\u3066\u4FDD\u5B58...\u300D\u306F\u4E2D\u6B62\u3057\u307E\u3057\u305F\u3002
+locking_old_lock_removed=<html>\u30DE\u30C3\u30D7 {0} \u306F<br>\u30E6\u30FC\u30B6 {1} \u306B\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002<br>\u30ED\u30C3\u30AF\u6307\u5B9A\u304C\u53E4\u3044\u306E\u3067\u3001\u30ED\u30C3\u30AF\u3092\u89E3\u9664\u3057\u307E\u3059\u304B\uFF1F</html>
+long_node_changed_cancel=\u30CE\u30FC\u30C9\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u5909\u66F4\u3092\u7834\u68C4\u3057\u307E\u3059\u304B\uFF1F
+long_node_changed_submit=\u30CE\u30FC\u30C9\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u5909\u66F4\u3092\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
+lots_of_links_warning=\u540C\u4E00\u30CE\u30FC\u30C9\u306B\u591A\u304F\u306E\u30EA\u30F3\u30AF\u3092\u4F5C\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307E\u3059\u3002\u672C\u5F53\u306B\u3053\u308C\u3089\u306E\u30EA\u30F3\u30AF\u3092\u4F5C\u6210\u3057\u305F\u3044\u3067\u3059\u304B?
+main_resource_directory=Installation resources: {0}
+MainView.errorUpdateText=\u30A8\u30E9\u30FC\uFF1A "{0}"  \u306B\u7D9A\u3051\u3066\u6587\u5B57\u5217\u304C\u5165\u529B\u3055\u308C\u3066\u3044\u307E\u3059\u3002
+MakeLinkFromAnchorAction.text=\u30A2\u30F3\u30AB\u30FC\u304B\u3089\u306E\u30EA\u30F3\u30AF\u3092\u4F5C\u6210
+MakeLinkFromAnchorAction.tooltip=<html>\u30A2\u30F3\u30AB\u30FC\u30CE\u30FC\u30C9\u304B\u3089\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u884C\u304D\u306E<br/>\u30ED\u30FC\u30AB\u30EB\u30EA\u30F3\u30AF\u306A\u3044\u3057\u30B0\u30ED\u30FC\u30D0\u30EB\u30EA\u30F3\u30AF\u3092\u4F5C\u6210\u3057\u307E\u3059\u3002</html>
+MakeLinkToAnchorAction.text=\u30A2\u30F3\u30AB\u30FC\u3078\u306E\u30EA\u30F3\u30AF\u3092\u4F5C\u6210
+MakeLinkToAnchorAction.tooltip=<html>\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304B\u3089\u30A2\u30F3\u30AB\u30FC\u30CE\u30FC\u30C9\u884C\u304D\u306E<br/>\u30ED\u30FC\u30AB\u30EB\u30EA\u30F3\u30AF\u306A\u3044\u3057\u30B0\u30ED\u30FC\u30D0\u30EB\u30EA\u30F3\u30AF\u3092\u4F5C\u6210\u3057\u307E\u3059\u3002</html>
+ManageAddOnsAction.text=\u30A2\u30C9\u30AA\u30F3
+ManageAddOnsDialog.activate=\u4F5C\u52D5\u3055\u305B\u308B
+ManageAddOnsDialog.activation.success={0} \u3092\u4F5C\u52D5\u3055\u305B\u308B\u306B\u306F\u3001\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002
+ManageAddOnsDialog.authored.by={0} \u4F5C
+ManageAddOnsDialog.cannot.activate=\u4F5C\u52D5\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002\uFF1A{0} \u306F\u65E2\u306B\u4F5C\u52D5\u4E2D\u3067\u3059\u3002
+ManageAddOnsDialog.cannot.configure={0} \u3092\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002
+ManageAddOnsDialog.cannot.deactivate=\u4F5C\u52D5\u3092\u505C\u6B62\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\uFF1A{0} \u306F\u4F5C\u52D5\u3057\u3066\u3044\u307E\u305B\u3093\u3002
+ManageAddOnsDialog.cannot.deinstall={0} \u3092\u53D6\u308A\u5916\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+ManageAddOnsDialog.configure=\u30A2\u30C9\u30AA\u30F3\u3092\u69CB\u6210
+ManageAddOnsDialog.deactivate=\u4F5C\u52D5\u3092\u505C\u6B62
+ManageAddOnsDialog.deactivation.success={0} \u306E\u4F5C\u52D5\u3092\u505C\u6B62\u3059\u308B\u306B\u306F\u3001\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002
+ManageAddOnsDialog.deinstall=\u53D6\u308A\u5916\u3059
+ManageAddOnsDialog.deinstallation.success={0} \u3092\u53D6\u308A\u5916\u3059\u306B\u306F\u3001\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002
+ManageAddOnsDialog.error=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u30A8\u30E9\u30FC\uFF1A{0}
+ManageAddOnsDialog.install=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB(&I)
+ManageAddOnsDialog.install.from.known.location=\u65E2\u77E5\u306E\u5834\u6240\u304B\u3089\u30A2\u30C9\u30AA\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
+ManageAddOnsDialog.install.tooltip=\u3053\u3053\u306B\u3001\u30A2\u30C9\u30AA\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u30D5\u30A1\u30A4\u30EB\u306E URL \u3092\u633F\u5165\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+ManageAddOnsDialog.map.not.opened=\u30DE\u30C3\u30D7 {0}\u306F\u3001\u958B\u304B\u308C\u3066\u3044\u306A\u3044\u3088\u3046\u3067\u3059\u3002
+ManageAddOnsDialog.really.deinstall=\u672C\u5F53\u306B {0} \u3092\u53D6\u308A\u5916\u3057\u307E\u3059\u304B\uFF1F
+ManageAddOnsDialog.search=\u30A2\u30C9\u30AA\u30F3\u3092\u691C\u7D22
+ManageAddOnsDialog.search.file=\u691C\u7D22
+ManageAddOnsDialog.select.tooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+ManageAddOnsDialog.status.downloading=\u30D5\u30A1\u30A4\u30EB\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D...
+ManageAddOnsDialog.status.installing=\u30A2\u30C9\u30AA\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u4E2D...
+ManageAddOnsDialog.status.success={0} \u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3092\u5B8C\u4E86\u3057\u307E\u3057\u305F\u3002
+ManageAddOnsDialog.tab.install=\u691C\u7D22\u3068\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
+ManageAddOnsDialog.tab.install.tooltip=\u30A2\u30C9\u30AA\u30F3\u3092\u691C\u7D22\u3057\u3001\u65B0\u898F\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059\u3002
+ManageAddOnsDialog.tab.manage=\u30A2\u30C9\u30AA\u30F3\u7BA1\u7406
+ManageAddOnsDialog.tab.manage.themes=\u30C6\u30FC\u30DE\u7BA1\u7406
+ManageAddOnsDialog.tab.manage.themes.tooltip=\u30C6\u30FC\u30DE\u7BA1\u7406\u7528\u306E\u30C0\u30A4\u30A2\u30ED\u30B0\u3067\u3059\u3002
+ManageAddOnsDialog.tab.manage.tooltip=\u30A2\u30C9\u30AA\u30F3\u7BA1\u7406\u7528\u306E\u30C0\u30A4\u30A2\u30ED\u30B0\u3067\u3059\u3002
+ManageAddOnsDialog.visit.addon.page=\u30A2\u30C9\u30AA\u30F3\u306E\u30DA\u30FC\u30B8\u3078...
+ManageConditionalStylesAction.text=\u30DE\u30C3\u30D7\u7528\u6761\u4EF6\u5BFE\u5FDC\u30B9\u30BF\u30A4\u30EB\u3092\u7BA1\u7406(&M)
+ManageNodeConditionalStylesAction.text=\u30CE\u30FC\u30C9\u7528\u6761\u4EF6\u5BFE\u5FDC\u30B9\u30BF\u30A4\u30EB\u3092\u7BA1\u7406(&A)
+map_already_exists=\u540C\u540D\u306E\u30DE\u30C3\u30D7\u304C\u3042\u308A\u307E\u3059\u3002\u4E0A\u66F8\u304D\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
+map_corrupted=\u30DE\u30C3\u30D7\u304C\u58CA\u308C\u3066\u3044\u307E\u3059\u3002\u8A73\u7D30\u3092\u8868\u793A\u3057\u307E\u3059\u304B\uFF1F
+map_load_error=\u30DE\u30C3\u30D7 {0} \u3092\u8AAD\u307F\u3053\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+map_locked_by_open=<html>\u30DE\u30C3\u30D7 {0} \u306F\u5225\u306E\u30E6\u30FC\u30B6 {1} \u304C\u7DE8\u96C6\u4E2D\u3067\u3059\u3002<br>\u8AAD\u307F\u8FBC\u307F\u5C02\u7528\u3067\u958B\u304D\u307E\u3059\u3002</html>
+map_locked_by_save_as=<html>\u30DE\u30C3\u30D7 {0} \u306F\u5225\u306E\u30E6\u30FC\u30B6 {1} \u304C\u7DE8\u96C6\u4E2D\u3067\u3059\u3002<br>\u300C\u540D\u524D\u3092\u4ED8\u3051\u3066\u4FDD\u5B58...\u300D\u3092\u4E2D\u6B62\u3057\u307E\u3057\u305F\u3002</html>
+map_not_saved=\u30DE\u30C3\u30D7\u306F\u307E\u3060\u4FDD\u5B58\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+MapBackgroundColorAction.text=\u30DE\u30C3\u30D7\u306E\u80CC\u666F\u8272...
+MaxNodeWidth.text=\u6700\u5927\u8868\u793A\u5E45
+menu_applyStyle=\u30B9\u30BF\u30A4\u30EB\u3092\u9069\u7528
+menu_attributes=\u5C5E\u6027(&A)
+menu_clouds=\u96F2
+menu_copy=\u30B3\u30D4\u30FC
+menu_coreFormat=\u30CE\u30FC\u30C9\u30B3\u30A2\u95A2\u9023
+menu_details=\u8A73\u7D30
+menu_displayAttributes=\u5C5E\u6027
+menu_encryption=\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u4FDD\u8B77
+menu_error=\u30E6\u30FC\u30B6\u306E\u5B9A\u7FA9\u3057\u305F\u30E1\u30CB\u30E5\u30FC\u69CB\u9020 {0} \u306B\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059\u3002\uFF1A\n{1}\n\u4E2D\u6B62\u3057\u307E\u3057\u305F\u3002
+menu_extensions=\u30CE\u30FC\u30C9\u62E1\u5F35\u60C5\u5831
+menu_extras=\u30C4\u30FC\u30EB(&T)
+menu_file_import=\u30DE\u30C3\u30D7\u306B\u30A4\u30F3\u30DD\u30FC\u30C8(&M)
+menu_filter=\u30D5\u30A3\u30EB\u30BF(&I)
+menu_format=\u66F8\u5F0F(&O)
+menu_group=\u30CE\u30FC\u30C9\u30B0\u30EB\u30FC\u30D7
+menu_hoverView=\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7
+menu_iconByCategory=\u985E\u5225\u30A2\u30A4\u30B3\u30F3
+menu_iconView=\u30A2\u30A4\u30B3\u30F3
+menu_image=\u753B\u50CF
+menu_insert=\u633F\u5165(&S)
+menu_latex_formula=LaTex \u6570\u5F0F
+menu_links=\u30EA\u30F3\u30AF
+menu_manageStyles=\u30B9\u30BF\u30A4\u30EB\u3092\u7BA1\u7406(&M)
+menu_moveNode=\u30CE\u30FC\u30C9\u306E\u79FB\u52D5\u3068\u4E26\u3079\u66FF\u3048
+menu_navigate=\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3(&N)
+menu_newNode=\u65B0\u898F\u30CE\u30FC\u30C9\u4F5C\u6210
+menu_node=\u30CE\u30FC\u30C9
+menu_node_features=\u30CE\u30FC\u30C9\u306E\u6A5F\u80FD(&U)
+menu_nodes=\u30CE\u30FC\u30C9(&N)
+menu_nodeView=\u30CE\u30FC\u30C9\u30B3\u30A2\u95A2\u9023
+menu_notes=\u30CE\u30FC\u30C8
+menu_noteView=\u30CE\u30FC\u30C8
+menu_progress=\u9032\u6357\u5EA6
+menu_remove_icons=\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664
+menu_removeAttribute=\u5C5E\u6027\u3092\u524A\u9664
+menu_select=\u9078\u629E
+menu_time=\u6642\u9593\u7BA1\u7406
+menu_title=\u30CE\u30FC\u30C9\u30B3\u30A2\u95A2\u9023
+menu_toolbars=\u30C4\u30FC\u30EB\u30D0\u30FC
+menu_view=\u8868\u793A(&V)
+menu_viewmode=\u30D3\u30E5\u30FC\u30E2\u30FC\u30C9
+MenuUtils.invalid_menuitem=\u30E1\u30CB\u30E5\u30FC\u9805\u76EE\u30AD\u30FC {0}  \u306F\u7121\u52B9\u3067\u3059\u3002
+mindmap=\u30DE\u30C3\u30D7
+MindMapNodesFlavorHandler=\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\uFF1A\u30CE\u30FC\u30C9\u968E\u5C64\u4ED8\u304D\uFF08\u5C55\u958B\u3059\u308B\uFF09
+mindmaps=\u30DE\u30C3\u30D7(&M)
+mindmaps_desc=\u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7 (*.mm)
+mindmaps_filter_desc=\u30D5\u30A3\u30EB\u30BF(*.mmfilter)
+MinNodeWidth.text=\u6700\u5C0F\u8868\u793A\u5E45
+mode_Browse=\u30DE\u30C3\u30D7\u95B2\u89A7
+mode_File=\u30D5\u30A1\u30A4\u30E9\u30FC
+mode_MindMap=\u30DE\u30C3\u30D7\u7DE8\u96C6
+mode_na=\u3053\u306E\u30E2\u30FC\u30C9\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
+mode_status=\u30E2\u30FC\u30C9\u3092 {0} \u3078\u5909\u66F4\u3057\u307E\u3057\u305F\u3002
+mode_title=Freeplane - {0} \u30E2\u30FC\u30C9
+modes=\u30E2\u30FC\u30C9
+ModesMenuAction.Browse.text=\u30DE\u30C3\u30D7\u95B2\u89A7\u30E2\u30FC\u30C9
+ModesMenuAction.File.text=\u30D5\u30A1\u30A4\u30E9\u30FC\u30E2\u30FC\u30C9
+ModesMenuAction.MindMap.text=\u30DE\u30C3\u30D7\u7DE8\u96C6\u30E2\u30FC\u30C9
+most_recent_files=\u6700\u8FD1\u4F7F\u3063\u305F\u30DE\u30C3\u30D7
+MoveToRootAction.text=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3078\u30B8\u30E3\u30F3\u30D7
+NameConditionAction.text=\u540D\u79F0\u3092\u6307\u5B9A
+NavigationNextMapAction.text=\u6B21\u306E\u30DE\u30C3\u30D7
+NavigationPreviousMapAction.text=\u524D\u306E\u30DE\u30C3\u30D7
+new=\u65B0\u898F(&N)
+new_map_from_user_templates.text=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u304B\u3089\u65B0\u898F\u30DE\u30C3\u30D7(&T)...
+new_mindmap=\u65B0\u898F\u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7
+new_node=\u65B0\u898F\u30CE\u30FC\u30C9
+new_node_as_sibling_not_possible_for_the_root=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306B\u5144\u5F1F\u30CE\u30FC\u30C9\u3092\u4ED8\u52A0\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
+new_version_available=\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3 '{0}' \u3092\u5229\u7528\u3067\u304D\u307E\u3059\u3002
+NewChildAction.text=\u65B0\u898F\u5B50\u30CE\u30FC\u30C9
+NewerFileRevisionsFoundDialog.cancel=\u30B9\u30AD\u30C3\u30D7(&S)
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304B\u305A\u306B\u6B21\u306E\u4F5C\u696D\u3078\u79FB\u308A\u307E\u3059\u3002
+NewerFileRevisionsFoundDialog.file_last_modified=\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7
+NewerFileRevisionsFoundDialog.file_name=\u30D5\u30A1\u30A4\u30EB\u540D
+NewerFileRevisionsFoundDialog.file_size=\u30D0\u30A4\u30C8
+NewerFileRevisionsFoundDialog.open=\u958B\u304F(&O)
+NewerFileRevisionsFoundDialog.open.tooltip=\u30D5\u30A1\u30A4\u30EB\u306E\u65E5\u4ED8\u304C\u53E4\u304F\u3066\u3082\u958B\u304F\u3002
+NewerFileRevisionsFoundDialog.question={0} \u306E\u65B0\u3057\u3044\u4FEE\u6B63\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u3059\u304C\u3001\n\u4E0A\u8A18\uFF08\uFF11\u884C\u76EE\uFF09\u306E {0} \u3092\u958B\u304D\u307E\u3059\u304B\u3002\n  {0} \u3092\u81EA\u52D5\u4FDD\u5B58\u30D5\u30A1\u30A4\u30EB\u306B\u7F6E\u304D\u63DB\u3048\u308B\u5834\u5408\u306F\u3001\n\u4E00\u89A7\u304B\u3089\u8A72\u5F53\u306E\u3082\u306E\u3092\u9078\u3093\u3067\u3001\u300C\u5FA9\u5143\u300D\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+NewerFileRevisionsFoundDialog.restore=\u5FA9\u5143(&O)
+NewerFileRevisionsFoundDialog.restore.tooltip={0}  \u3092 {1} \u306B\u7F6E\u63DB\u3057\u307E\u3059\u3002
+NewerFileRevisionsFoundDialog.title=\u65B0\u3057\u3044\u6539\u8A02\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3002
+NewFreeNodeAction.text=\u65B0\u898F\u30D5\u30EA\u30FC\u30CE\u30FC\u30C9
+NewLevelStyleAction.text=\u81EA\u52D5\u30EC\u30A4\u30A2\u30A6\u30C8\u30B9\u30BF\u30A4\u30EB\u306B\u65B0\u968E\u5C64\u3092\u8FFD\u52A0
+newmap.install.addon.question={0} \u306F\u30A2\u30C9\u30AA\u30F3\u30D1\u30C3\u30B1\u30FC\u30B8\u306E\u3088\u3046\u3067\u3059\u3002\n\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059\u304B\uFF1F\n\uFF08"\u3044\u3044\u3048"\u3092\u9078\u629E\u3059\u308B\u3068\u3001\u901A\u5E38\u901A\u308A\u958B\u304D\u307E\u3059\u3002\uFF09
+newmap.install.addon.title=\u30A2\u30C9\u30AA\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059\u304B\uFF1F
+NewMapAction.text=\u65B0\u898F\u30DE\u30C3\u30D7(&N)
+NewMapViewAction.text=\u65B0\u898F\u306E\u30DE\u30C3\u30D7\u30D3\u30E5\u30FC\u3092\u4F5C\u6210
+NewParentNode.text=\u65B0\u898F\u89AA\u30CE\u30FC\u30C9
+NewParentNode.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306E\u524D\u306B\u65B0\u3057\u3044\u89AA\u30CE\u30FC\u30C9\u3092\u633F\u5165\u3057\u307E\u3059\u3002
+NewPreviousSiblingAction.text=\u65B0\u898F\u5144\u30CE\u30FC\u30C9
+NewSiblingAction.text=\u65B0\u898F\u5F1F\u30CE\u30FC\u30C9
+NewSummaryAction.text=\u65B0\u898F\u307E\u3068\u3081\u30CE\u30FC\u30C9\uFF08\u9078\u629E\u30CE\u30FC\u30C9\u7FA4\uFF09
+NewUserStyleAction.text=\u9078\u629E\u30CE\u30FC\u30C9\u304B\u3089\u65B0\u30B9\u30BF\u30A4\u30EB\u3092\u4F5C\u6210
+NextNodeAction.BACK.text=\u524D\u306E\u30CE\u30FC\u30C9
+NextNodeAction.BACK_N_FOLD.text=\u524D\u306E\u30CE\u30FC\u30C9\uFF08\u6298\u308A\u7573\u3080\uFF09
+NextNodeAction.FORWARD.text=\u6B21\u306E\u30CE\u30FC\u30C9
+NextNodeAction.FORWARD_N_FOLD.text=\u6B21\u306E\u30CE\u30FC\u30C9\uFF08\u6298\u308A\u7573\u3080\uFF09
+NextPresentationItemAction.text=\u6B21\u306E\u30D7\u30EC\u30BC\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3\u30A2\u30A4\u30C6\u30E0\u3092\u5C55\u958B
+no=\u3044\u3044\u3048
+no_copy_attributes_before_paste_attributes=\u5C5E\u6027\u306F\u3001\u4E8B\u524D\u306B\u30B3\u30D4\u30FC\u3057\u3066\u304A\u304B\u306A\u3051\u308C\u3070\u3001\u8CBC\u308A\u4ED8\u3051\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+NO_FORMAT=\u30C6\u30AD\u30B9\u30C8\u306E\u307F
+no_format_copy_before_format_paste=\u66F8\u5F0F\u3092\u3042\u3089\u304B\u3058\u3081\u30B3\u30D4\u30FC\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+no_found_from=<html>"{1}" \u306E\u679D\u306B&nbsp<u>{0}</u> \u306F\u3042\u308A\u307E\u305B\u3093\u3002</html>
+no_more_found_from=<html>"{1}" \u306E\u679D\u306B&nbsp\u3053\u308C\u4EE5\u4E0A <u>{0}</u> \u306F\u3042\u308A\u307E\u305B\u3093\u3002</html>
+no_previous_find=\u524D\u56DE\u306E\u691C\u7D22\u6761\u4EF6\u304C\u3042\u308A\u307E\u305B\u3093\u3002
+no_styles_found_in_map=\u30DE\u30C3\u30D7\u306B\u30B9\u30BF\u30A4\u30EB\u304C\u3042\u308A\u307E\u305B\u3093\u3002
+node=\u30CE\u30FC\u30C9
+node_changed_discard_changes=\u3059\u3067\u306B\u30CE\u30FC\u30C9\u3092\u5909\u66F4\u3057\u3066\u3044\u307E\u3059\u3002\u5909\u66F4\u70B9\u3092\u7834\u68C4\u3057\u307E\u3059\u304B\uFF1F
+node_is_write_protected=\u3053\u306E\u30CE\u30FC\u30C9\u306F\u66F8\u304D\u8FBC\u307F\u7981\u6B62\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002
+node_location_help=\u30C9\u30E9\u30C3\u30B0\u3067\u30CE\u30FC\u30C9\u306E\u4F4D\u7F6E\u304C\u5909\u308F\u308A\u307E\u3059\u3002Ctrl\uFF0B\u30C9\u30E9\u30C3\u30B0\u3067\u30CE\u30FC\u30C9\u9593\u306E\u9593\u9694\u304C\u5909\u308F\u308A\u307E\u3059\u3002\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u304A\u3088\u3073 Ctrl \uFF0B\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067\u5143\u306B\u623B\u308A\u307E\u3059\u3002
+node_selector=\u30CE\u30FC\u30C9\u3092\u9078\u629E
+node_selector_message=\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067\u30CE\u30FC\u30C9\u3092\u9078\u629E
+node_styles=\u30CE\u30FC\u30C9\u306E\u30B9\u30BF\u30A4\u30EB\uFF1A
+NodeBackgroundColorAction.text=\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272(&N)...
+NodeColorAction.text=\u30CE\u30FC\u30C9\u306E\u6587\u5B57\u8272...
+NodeColorBlendAction.text=\u30CE\u30FC\u30C9\u306E\u6587\u5B57\u8272\u3092\u8584\u304F
+NodeDownAction.text=\u30CE\u30FC\u30C9\u3092\u79FB\u52D5\uFF08\u5144\u5F1F\u9593\u3067\u4E0B\u3078\uFF09
+NodeExtensions.EditNodeExtensions=\u62E1\u5F35\u30CE\u30FC\u30C9\u30C7\u30FC\u30BF\u3092\u7DE8\u96C6
+NodeExtensions.RemoveNodeExtensions=\u62E1\u5F35\u30CE\u30FC\u30C9\u30C7\u30FC\u30BF\u3092\u524A\u9664
+NodeListAction.text=\u691C\u7D22\uFF06\u7F6E\u63DB...
+NodeListAction.tooltip=\u30A4\u30F3\u30AF\u30EA\u30E1\u30F3\u30BF\u30EB\u30B5\u30FC\u30C1\u306B\u3088\u308A\u3001\u7F6E\u63DB\u5BFE\u8C61\u30CE\u30FC\u30C9\u304C\u30EA\u30B9\u30C8\u30A2\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002
+NodeShapeAction.bubble.text=\u56F2\u307F(&B)
+NodeShapeAction.fork.text=\u30D5\u30A9\u30FC\u30AF(&F)
+NodeUpAction.text=\u30CE\u30FC\u30C9\u3092\u79FB\u52D5\uFF08\u5144\u5F1F\u9593\u3067\u4E0A\u3078\uFF09
+NodeWidthAction.text=\u30CE\u30FC\u30C9\u306E\u8868\u793A\u5E45\u3092\u8A2D\u5B9A...
+nonboldify_branch=\u592A\u5B57\u89E3\u9664
+nonitalicise_branch=\u659C\u4F53\u89E3\u9664
+normal=\u901A\u5E38
+not_saved_for_image_error=\u753B\u50CF\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u5B9A\u3059\u308B\u524D\u306B\u3001\u30DE\u30C3\u30D7\u3092\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+not_saved_for_link_error=\u30EA\u30F3\u30AF\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u5B9A\u3059\u308B\u524D\u306B\u3001\u30DE\u30C3\u30D7\u3092\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+note_window_location=\u30CE\u30FC\u30C8\u30D1\u30CD\u30EB\u306E\u4F4D\u7F6E
+ok=OK(&O)
+OKAction.text=OK(&O)
+OnlineReference.text=\u30DE\u30CB\u30E5\u30A2\u30EB\u30DE\u30C3\u30D7\uFF08\u30AA\u30F3\u30E9\u30A4\u30F3\uFF09
+open_asMindMap=\u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7
+OpenAction.text=\u4FDD\u5B58\u30DE\u30C3\u30D7\u3092\u958B\u304F(&O)...
+OpenFreeplaneSiteAction.text=Freeplane \u30DB\u30FC\u30E0\u30DA\u30FC\u30B8
+OpenPathAction.text=\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F
+OpenURLMapAction.text=URL \u304B\u3089\u30DE\u30C3\u30D7\u3092\u958B\u304F...
+OpenUserDirAction.text=\u30E6\u30FC\u30B6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u958B\u304F
+option_changes_may_require_restart=\u8A2D\u5B9A\u3092\u4FDD\u5B58\u3057\u307E\u3057\u305F\u3002\u9805\u76EE\u306B\u3088\u3063\u3066\u306F Freeplane \u3092\u518D\u8D77\u52D5\u3059\u308B\u307E\u3067\u53CD\u6620\u3055\u308C\u307E\u305B\u3093\u3002
+OptionalDontShowMeAgainDialog.cancel=\u3044\u3044\u3048(&N)
+OptionalDontShowMeAgainDialog.dontShowAgain=\u4ECA\u5F8C\u78BA\u8A8D\u3057\u306A\u3044(&D)
+OptionalDontShowMeAgainDialog.ok=\u306F\u3044(&Y)
+OptionalDontShowMeAgainDialog.rememberMyDescision=\u3053\u306E\u8A2D\u5B9A\u3092\u7DAD\u6301(&R)
+OptionPanel.absolute=\u7D76\u5BFE\u7684
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u968E\u5C64\u5225\u30B9\u30BF\u30A4\u30EB\u3092\u9069\u7528
+OptionPanel.ADD_CHILD=\u5B50\u30CE\u30FC\u30C9\u3092\u4ED8\u52A0
+OptionPanel.ADD_SIBLING=\u5144\u5F1F\u30CE\u30FC\u30C9\u3092\u4ED8\u52A0
+OptionPanel.addons=\u30A2\u30C9\u30AA\u30F3
+OptionPanel.always_fold_all_after_load=\u3059\u3079\u3066\u6298\u308A\u7573\u3080
+OptionPanel.always_load_last_maps=\u8D77\u52D5\u6642\u306B\u3001\u5E38\u306B\u4E0A\u8A18\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u5C0A\u91CD
+OptionPanel.always_load_last_maps.tooltip=<html>\u30DE\u30C3\u30D7\u3092\u6307\u5B9A\u3057\u3066 FP \u3092\u8D77\u52D5\u3059\u308B\u5834\u5408\u3067\u3082\u3001\u4E0A\u8A18\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u53CD\u6620\u3057\u307E\u3059\u3002<br>\uFF08\u30DE\u30C3\u30D7\u3092\u6307\u5B9A\u3057\u3066 FP \u3092\u8D77\u52D5\u3059\u308B\u5834\u5408\u3001\u901A\u5E38\u3001\u524D\u56DE\u7D42\u4E86\u6642\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u72B6\u614B\u3092\u7121\u8996\u3057\u307E\u3059\u3002\uFF09</html>
+OptionPanel.always_save_folding=\u5E38\u306B\u4FDD\u5B58\u3059\u308B
+OptionPanel.always_save_folding_state=\u6298\u308A\u7573\u307F\u72B6\u614B\u306E\u5909\u66F4\u3092\u5E38\u306B\u4FDD\u5B58\u3059\u308B
+OptionPanel.always_save_folding_state.tooltip=\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001\u6298\u308A\u7573\u307F\u72B6\u614B\u3092\u4FDD\u5B58\u3059\u308B\u304B\u3069\u3046\u304B\u3001\u78BA\u8A8D\u3057\u307E\u3059\u3002
+OptionPanel.always_unfold_all_after_load=\u3059\u3079\u3066\u5C55\u958B\u3059\u308B
+OptionPanel.antialias=\u753B\u9762\u8868\u793A\u306E\u54C1\u8CEA
+OptionPanel.antialias.tooltip=<html>\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9\u3092\u7528\u3044\u308B\u3068\u30DE\u30C3\u30D7\u306E\u8868\u793A\u54C1\u8CEA\u304C\u5411\u4E0A\u3057\u307E\u3059\u304C\u3001\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9\u304C\u591A\u304F<br>\u306A\u308B\u3068\u8868\u793A\u306B\u6642\u9593\u304C\u304B\u304B\u308A\u307E\u3059\u3002</html>
+OptionPanel.antialias_all=\u3059\u3079\u3066\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9
+OptionPanel.antialias_edges=\u7DDA\u3060\u3051\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9
+OptionPanel.antialias_none=\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9\u306A\u3057
+OptionPanel.Appearance=\u753B\u9762\u8868\u793A
+OptionPanel.apply_system_screen_resolution=\u30B7\u30B9\u30C6\u30E0\u306E\u753B\u9762\u89E3\u50CF\u5EA6\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u3068\u3057\u3066\u9069\u7528
+OptionPanel.approximate_search_threshold=\u66D6\u6627\u691C\u7D22\u306E\u95BE\u5024
+OptionPanel.approximate_search_threshold.tooltip=<html>\u66D6\u6627\u691C\u7D22\u3067\u30DE\u30C3\u30C1\u3057\u305F\u3068\u307F\u306A\u3059\u95BE\u5024\u3067\u3059\u3002<br/><font size="2">http://freeplane.sf.net/wiki/index.php/Approximate_search \u3092\u53C2\u7167\u3002</font><br/>\uFF08\u5024\u304C\u5927\u304D\u3044\u307B\u3069\u3001\u691C\u7D22\u6761\u4EF6\u306B\u30DE\u30C3\u30C1\u3059\u308B\u3082\u306E\u304C\u5C11\u306A\u304F\u306A\u308A\u307E\u3059\u3002\uFF09</html>
+OptionPanel.ar=\u30A2\u30E9\u30D3\u30A2\u8A9E\uFF0F\u0627\u0644\u0639\u0631\u0628\u064A\u0629
+OptionPanel.ARC=\u30E2\u30AF\u30E2\u30AF
+OptionPanel.as_parent=\u89AA\u3068\u540C\u3058
+OptionPanel.ask=\u78BA\u8A8D\u3059\u308B
+OptionPanel.automatic=\u81EA\u52D5\u9078\u629E\uFF0FAutomatic
+OptionPanel.automaticFormat_level=\u968E\u5C64\u5225\u30B9\u30BF\u30A4\u30EB\u3092\u9069\u7528
+OptionPanel.automaticFormat_level1=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u66F8\u5F0F
+OptionPanel.automaticFormat_level2=\u7B2C\uFF11\u968E\u5C64\u30CE\u30FC\u30C9\u66F8\u5F0F
+OptionPanel.backup_file_number=\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u4FDD\u6301\u6570
+OptionPanel.Behaviour=\u52D5\u4F5C\u8A2D\u5B9A
+OptionPanel.bezier=\u30D9\u30B8\u30A7\u66F2\u7DDA
+OptionPanel.bubble=\u56F2\u307F
+OptionPanel.ca=\u30AB\u30BF\u30ED\u30CB\u30A2\u8A9E\uFF08\u30D0\u30EC\u30F3\u30B7\u30A2\uFF09\uFF0FCatal\u00E0
+OptionPanel.Cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
+OptionPanel.center_selected_node=\u9078\u629E\u30CE\u30FC\u30C9\u3092\u4E2D\u592E\u3078
+OptionPanel.check_updates_automatically=\u8D77\u52D5\u6642\u306B\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u3092\u30C1\u30A7\u30C3\u30AF
+OptionPanel.childpattern=\u5B50\u30CE\u30FC\u30C9\u30D1\u30BF\u30FC\u30F3
+OptionPanel.childpattern.tooltip=\u9078\u629E\u3055\u308C\u305F\u30D1\u30BF\u30FC\u30F3\u306F\u3059\u3079\u3066\u306E\u5B50\u30CE\u30FC\u30C9\u306B\u9069\u7528\u3055\u308C\u307E\u3059\u3002
+OptionPanel.clear_all_setters=\u3059\u3079\u3066\u5207\u308A\u66FF\u3048
+OptionPanel.clear_all_setters.tooltip=\u3059\u3079\u3066\u306E\u5909\u66F4\u8868\u793A\u306E\u6709\u52B9\uFF0F\u7121\u52B9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059\u3002
+OptionPanel.cloud=\u96F2\u3000\u3000
+OptionPanel.cloudcolor=\u96F2\u306E\u8272
+OptionPanel.cloudshape=\u96F2\u306E\u5F62
+OptionPanel.combined=\u8907\u5408
+OptionPanel.compare_as_number=\u6570\u5024\u3068\u3057\u3066\u6BD4\u8F03
+OptionPanel.convert_to_current_version=\u65E7\u30D0\u30FC\u30B8\u30E7\u30F3\u306E Freeplane \u306E\u30DE\u30A4\u30F3\u30C9\u30DE\u30C3\u30D7\u3092\u73FE\u884C\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u3082\u306E\u306B\u81EA\u52D5\u5909\u63DB\u3057\u307E\u3059\u304B\uFF1F
+OptionPanel.convert_to_current_version.tooltip=<html>\u5DE8\u5927\u30DE\u30C3\u30D7\u306B\u9650\u3063\u3066\u306F\u3001\u30D5\u30A1\u30A4\u30EB\u5909\u63DB\u3059\u308B\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093\u3002\uFF08\u3053\u308C\u306F\u3001\u5C02\u9580\u77E5\u8B58\u306B\u95A2\u308F<br>\u308B\u4E8B\u9805\u3067\u3059\uFF09\u3002\u305D\u3046\u3057\u305F\u30DE\u30C3\u30D7\u306F\u5909\u63DB\u3057\u306A\u304F\u3066\u3082\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002</html>
+OptionPanel.cs=\u30C1\u30A7\u30B3\u8A9E\uFF0F\u010Desky
+OptionPanel.cut_nodes_without_question=\u30CE\u30FC\u30C9\u5207\u308A\u53D6\u308A\u6642\u306B\u78BA\u8A8D\u3092\u7701\u7565
+OptionPanel.cut_nodes_without_question.tooltip=<html>\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C9\u5207\u308A\u53D6\u308A\u6642\u306B\u78BA\u8A8D\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A\u3057\u307E\u305B\u3093\u3002\u4E0D\u6CE8\u610F\u306B\u3088\u308A\u60C5\u5831<br>\u304C\u5931\u308F\u308C\u308B\u6050\u308C\u304C\u3042\u308A\u307E\u3059\u3002</html>
+OptionPanel.da=\u30C7\u30F3\u30DE\u30FC\u30AF\u8A9E\uFF0Fdansk
+OptionPanel.date_format=\u65E5\u4ED8\u306E\u6A19\u6E96\u66F8\u5F0F
+OptionPanel.date_format.tooltip=SHORT \u3084 MEDIUM\u3001 LONG\u3001FULL \u3092\u9078\u3076\u304B\u3001"MM/dd/yyyy" \u306E\u3088\u3046\u306A\u30D1\u30BF\u30FC\u30F3\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.datetime_format=\u6642\u523B\u4ED8\u304D\u65E5\u4ED8\u306E\u6A19\u6E96\u66F8\u5F0F
+OptionPanel.datetime_format.tooltip='<datestyle>,<timestyle>' \u306E\u5F62\u3067 SHORT \u3084 MEDIUM\u3001 LONG\u3001FULL \u306E\u30B9\u30BF\u30A4\u30EB\u3092\u6307\u5B9A\u3059\u308B\u304B\u3001"MM/dd/yyyy hh/mm" \u306E\u3088\u3046\u306A\u5B8C\u5168\u30D1\u30BF\u30FC\u30F3\u3067\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.de=\u30C9\u30A4\u30C4\u8A9E\uFF0FDeutsch
+OptionPanel.default=\u6A19\u6E96
+OptionPanel.default_attribute_key_column_width=\u5C5E\u6027\u30AD\u30FC\u306E\u6A19\u6E96\u8868\u793A\u5E45
+OptionPanel.default_attribute_value_column_width=\u5C5E\u6027\u5024\u306E\u6A19\u6E96\u8868\u793A\u5E45
+OptionPanel.default_browser_command_mac=Mac OS X
+OptionPanel.default_browser_command_mac.tooltip=MAC\u306E\u5834\u5408 (thanks to Nick!)
+OptionPanel.default_browser_command_other_os=\u305D\u306E\u4ED6\u306EOS
+OptionPanel.default_browser_command_other_os.tooltip=\u4E3B\u306B Linux \u306E\u5834\u5408
+OptionPanel.default_browser_command_windows_9x=Windows 9X
+OptionPanel.default_browser_command_windows_9x.tooltip=Windows \u306E\u5834\u5408\uFF1A\u30EA\u30F3\u30AF\u306E URL \u306B "=" \u304C\u542B\u307E\u308C\u308B\u3053\u3068\u304C\u3042\u308B\u306E\u3067\u3001 "" \u306E\u7B26\u53F7\u304C\u5FC5\u8981\u3067\u3059\u3002
+OptionPanel.default_browser_command_windows_nt=Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=Windows \u306E\u5834\u5408\uFF1A\u30EA\u30F3\u30AF\u306E URL \u306B "=" \u304C\u542B\u307E\u308C\u308B\u3053\u3068\u304C\u3042\u308B\u306E\u3067\u3001 "" \u306E\u7B26\u53F7\u304C\u5FC5\u8981\u3067\u3059\u3002
+OptionPanel.default_charset=\u6587\u5B57\u30B3\u30FC\u30C9
+OptionPanel.Defaults=\u57FA\u672C\u8A2D\u5B9A
+OptionPanel.delete_automatic_saves_at_exit=\u7D42\u4E86\u6642\u306B\u81EA\u52D5\u4FDD\u5B58\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001Freeplane \u306E\u901A\u5E38\u7D42\u4E86\u6642\u306B\u81EA\u52D5\u4FDD\u5B58\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u307E\u3059\u3002<br>\u8A33\u8005\u6CE8\uFF1A\u3053\u306E\u6A5F\u80FD\u306B\u3088\u308A\u524A\u9664\u3055\u308C\u308B\u306E\u306F\u300C\u81EA\u52D5\u4FDD\u5B58\u30D5\u30A1\u30A4\u30EB\u300D\u3060\u3051\u3067\u3059\u3002\u300C\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7<br>\u30D5\u30A1\u30A4\u30EB\u300D\u306F\u524A\u9664\u3055\u308C\u307E\u305B\u3093\u3002</html>
+OptionPanel.delete_nodes_without_question=\u30CE\u30FC\u30C9\u524A\u9664\u6642\u306B\u78BA\u8A8D\u3092\u7701\u7565
+OptionPanel.delete_nodes_without_question.tooltip=\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C9\u524A\u9664\u6642\u306B\u78BA\u8A8D\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A\u3057\u307E\u305B\u3093\u3002\u8AA4\u64CD\u4F5C\u306B\u3088\u308A\u60C5\u5831\u304C\u5931\u308F\u308C\u308B\u6050\u308C\u304C\u3042\u308A\u307E\u3059\u3002
+OptionPanel.disable_cursor_move_paper=\u30DE\u30C3\u30D7\u30B9\u30AF\u30ED\u30FC\u30EB\u6642\u306B\u30DE\u30A6\u30B9\u30AB\u30FC\u30BD\u30EB\u3092\u96A0\u3059
+OptionPanel.disable_cursor_move_paper.tooltip=\u30DE\u30C3\u30D7\u30B9\u30AF\u30ED\u30FC\u30EB\u6642\u306B\u300C\u79FB\u52D5\u300D\u30AB\u30FC\u30BD\u30EB\u3092\u8868\u793A\u3057\u307E\u305B\u3093\u3002
+OptionPanel.display_inline_editor_for_all_new_nodes=<html>\u3059\u3079\u3066\u306E\u65B0\u898F\u30CE\u30FC\u30C9\u306B\u3000\u3000\u3000<br>\u3000\u30A4\u30F3\u30E9\u30A4\u30F3\u30A8\u30C7\u30A3\u30BF\u3092\u8868\u793A</html>
+OptionPanel.display_node_id=\u30CE\u30FC\u30C9 ID \u3092\u8868\u793A
+OptionPanel.edgecolor=\u7DDA\u306E\u8272
+OptionPanel.edgecolor.tooltip=\u89AA\u30CE\u30FC\u30C9\u306B\u3064\u306A\u304C\u308B\u7DDA\u306E\u30D7\u30ED\u30D1\u30C6\u30A3 (\u3059\u3079\u3066\u306E\u5B50\u30CE\u30FC\u30C9\u306B\u9069\u7528\u3055\u308C\u307E\u3059)
+OptionPanel.edgestyle=\u7DDA\u306E\u5F62\u72B6
+OptionPanel.edgestyle.tooltip=\u89AA\u30CE\u30FC\u30C9\u306B\u3064\u306A\u304C\u308B\u7DDA\u306E\u30D7\u30ED\u30D1\u30C6\u30A3 (\u3059\u3079\u3066\u306E\u5B50\u30CE\u30FC\u30C9\u306B\u9069\u7528\u3055\u308C\u307E\u3059)
+OptionPanel.edgewidth=\u7DDA\u306E\u592A\u3055
+OptionPanel.edgewidth.tooltip=\u89AA\u30CE\u30FC\u30C9\u306B\u3064\u306A\u304C\u308B\u7DDA\u306E\u30D7\u30ED\u30D1\u30C6\u30A3 (\u3059\u3079\u3066\u306E\u5B50\u30CE\u30FC\u30C9\u306B\u9069\u7528\u3055\u308C\u307E\u3059)\u3002
+OptionPanel.EDIT_CURRENT=\u5185\u5BB9\u3092\u4E0A\u66F8\u304D
+OptionPanel.edit_on_double_click=\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF\u3067\u7DE8\u96C6
+OptionPanel.editor_extra_width=\u5165\u529B\u6B04\u306E\u8FFD\u52A0\u5E45(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.editor_extra_width.tooltip=\u30C6\u30AD\u30B9\u30C8\u304C\u73FE\u5728\u306E\u30CE\u30FC\u30C9\u5E45\u4EE5\u4E0A\u306B\u306A\u3063\u305F\u5834\u5408\u306B\u3001\u62E1\u5927\u3059\u308B\u5E45\u306E\u30D4\u30AF\u30BB\u30EB\u6570\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.el=\u30AE\u30EA\u30B7\u30E3\u8A9E\uFF0F\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC
+OptionPanel.el__buttons_above=\u30DC\u30BF\u30F3\u3092\u4E0A\u65B9\u306B\u8868\u793A
+OptionPanel.el__enter_confirms_by_default=Enter \u3067\u78BA\u5B9A
+OptionPanel.el__max_default_window_height=\u6A19\u6E96\u306E\u6700\u5927\u7E26\u5E45(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.el__max_default_window_width=\u6A19\u6E96\u306E\u6700\u5927\u6A2A\u5E45(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.el__min_default_window_height=\u6A19\u6E96\u306E\u6700\u5C0F\u7E26\u5E45(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.el__min_default_window_width=\u6A19\u6E96\u306E\u6700\u5C0F\u6A2A\u5E45(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.el__position_window_below_node=\u30A6\u30A4\u30F3\u30C9\u30A6\u3092\u30CE\u30FC\u30C9\u306E\u4E0B\u306B\u8868\u793A
+OptionPanel.en=\u82F1\u8A9E\uFF0FEnglish
+OptionPanel.Environment=\u74B0\u5883
+OptionPanel.es=\u30B9\u30DA\u30A4\u30F3\u8A9E\uFF0Fespa\u00F1ol, castellano
+OptionPanel.et=\u30A8\u30B9\u30C8\u30CB\u30A2\u8A9E\uFF0Feesti, eesti keel
+OptionPanel.execute_scripts_without_asking=\u30B9\u30AF\u30EA\u30D7\u30C8\u306E\u5B9F\u884C\u3092\u8A31\u53EF
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane \u306E\u30B9\u30AF\u30EA\u30D7\u30C8 \u306F\u3001\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u4E0A\u3067\u5927\u62B5\u306E\u52D5\u4F5C\u3092\u53EF\u80FD\u306B\u3057\u307E\u3059\u3002 \u3057\u305F\u304C\u3063\u3066\u3001<br>\u5B89\u5168\u304C\u78BA\u8A8D\u3055\u308C\u3066\u3044\u306A\u3044\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u5B9F\u884C\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002</html>
+OptionPanel.execute_scripts_without_exec_restriction=<html>\u4ED6\u306E\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u306E\u5B9F\u884C\u3092\u8A31\u53EF<br>\uFF08\u63A8\u5968\u3057\u307E\u305B\u3093\uFF09</html>
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Groovy \u30B9\u30AF\u30EA\u30D7\u30C8\u3067\u4ED6\u306E\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\uFF08\u4F8B\u3048\u3070\u30D6\u30E9\u30A6\u30B6\uFF09\u3092\u78BA\u8A8D\u306A\u3057\u3067\u4F5C\u52D5\u3055\u305B\u308B\u5FC5<br>\u8981\u304C\u3042\u308B\u5834\u5408\u306F\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30F3\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u305D\u306E\u5834\u5408\u3001\u60AA\u8CEA\u306A\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u3088<br>\u308A\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u304C\u88AB\u5BB3\u3092\u53D7\u3051\u308B\u6050\u308C\u3082\u3042\u308A\u307E\u3059\u306E\u3067\u3001\u4F7F\u7528\u306F\u614E\u91CD\u306B\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002</body></html>
+OptionPanel.execute_scripts_without_file_restriction=<html>\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u307F\u8FBC\u307F\u64CD\u4F5C\u3092\u8A31\u53EF<br>\uFF08\u63A8\u5968\u3057\u307E\u305B\u3093\uFF09</html>
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Groovy \u30B9\u30AF\u30EA\u30D7\u30C8\u3067\u3001\u4E00\u5B9A\u306E\u30D5\u30A1\u30A4\u30EB\u95A2\u9023\u52D5\u4F5C\uFF08\u958B\u304F\u3001\u9589\u3058\u308B\u3001\u8AAD\u307F\u8FBC\u3080\u3001\u66F8\u304D\u51FA\u3059\u3001\u524A<br>\u9664\u3059\u308B\uFF09\u3092\u884C\u3046\u5FC5\u8981\u304C\u3042\u308B\u5834\u5408\u306F\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30F3\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u305D\u306E\u5834\u5408\u3001\u60AA\u8CEA<br>\u306A\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u3088\u3063\u3066\u3001\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u306B\u88AB\u5BB3\u3092\u53D7\u3051\u308B\u6050\u308C\u3082\u3042\u308A\u307E\u3059\u306E\u3067\u3001\u4F7F\u7528\u306F\u614E\u91CD\u306B<br>\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002</body></html>
+OptionPanel.execute_scripts_without_network_restriction=<html>\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u64CD\u4F5C\u3092\u8A31\u53EF<br>\uFF08\u63A8\u5968\u3057\u307E\u305B\u3093\uFF09 </html>
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Groovy \u30B9\u30AF\u30EA\u30D7\u30C8\u3067\u3001\u7279\u5B9A\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u95A2\u9023\u52D5\u4F5C\u3092\u884C\u3046\u5FC5\u8981\u304C\u3042\u308B\u5834\u5408\u306F\u3001\u3053\u306E\u30AA\u30D7<br>\u30B7\u30E7\u30F3\u306B\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u305D\u306E\u5834\u5408\u3001\u60AA\u8CEA\u306A\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u3088\u3063\u3066\u79D8\u5BC6\u60C5\u5831\u304C\u66B4\u9732\u3055<br>\u308C\u308B\u6050\u308C\u304C\u3042\u308A\u307E\u3059\u306E\u3067\u3001\u4F7F\u7528\u306F\u614E\u91CD\u306B\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002</body></html>
+OptionPanel.execute_scripts_without_write_restriction=<html>\u30D5\u30A1\u30A4\u30EB\u306E\u66F8\u304D\u8FBC\u307F\u64CD\u4F5C\u3092\u8A31\u53EF<br>\uFF08\u63A8\u5968\u3057\u307E\u305B\u3093\uFF09</html>
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u4F5C\u6210\u3057\u305F Groovy \u30B9\u30AF\u30EA\u30D7\u30C8\u3067\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u66F8\u8FBC\u307F\u30A2\u30AF\u30BB\u30B9\uFF08\u66F8\u8FBC\u307F\u3001\u524A\u9664(!)\uFF09\u3092\u884C\u3046\u3053\u3068\u304C\u5FC5\u8981\u306A\u5834\u5408\u306F\u3001<br>\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6709\u52B9\u306B\u3057\u3066\u304A\u304B\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002<br>\u3057\u304B\u3057\u3001\u60AA\u610F\u306E\u3042\u308B\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u3088\u3063\u3066\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u304C\u88AB\u5BB3\u3092\u53D7\u3051\u308B\u6050\u308C\u3082\u3042\u308A\u307E\u3059\u306E\u3067\u3001\u4F7F\u7528\u306B\u5F53\u305F\u3063\u3066\u306F\u6CE8\u610F\u3057\u3066\u304F\u3060\u3055\u3044\u3002</body></html>
+OptionPanel.experimental_file_locking_on=<html>\u4ED6\u8005\u3068\u540C\u6642\u7DE8\u96C6\u6642\u306F\u30D5\u30A1\u30A4\u30EB\u3092<br>\u8AAD\u307F\u8FBC\u307F\u5C02\u7528\u306B</html>
+OptionPanel.experimental_file_locking_on.tooltip=<html>\u30D5\u30A1\u30A4\u30EB\u30ED\u30C3\u30AF\u306F\u3001\u8907\u6570\u306E\u30E6\u30FC\u30B6\u304C\u8AA4\u3063\u3066\u304A\u4E92\u3044\u306E\u60C5\u5831\u3092\u91CD\u8907\u66F8\u304D\u8FBC\u307F\u3057\u306A\u3044\u3088\u3046\u306B\u3001\u540C<br>\u6642\u306B\u540C\u3058\u30D5\u30A1\u30A4\u30EB\u3092\u7DE8\u96C6\u3067\u304D\u306A\u304F\u3059\u308B\u3082\u306E\u3067\u3059\u3002\uFF3B\u8A33\u8005\u6CE8\uFF3D</html>
+OptionPanel.export_icons_in_html=\u30A2\u30A4\u30B3\u30F3\u3082\u66F8\u304D\u51FA\u3059
+OptionPanel.export_icons_in_html.tooltip=<html>Freeplane \u304B\u3089\u66F8\u304D\u51FA\u3059 HTML \u30D5\u30A1\u30A4\u30EB\u306B\u3001\u30A2\u30A4\u30B3\u30F3\u3092\u542B\u3081\u308B\u3069\u3046\u304B\u6307\u5B9A\u3057\u307E\u3059\u3002\u66F8\u304D\u51FA<br>\u3055\u308C\u305F HTML \u5185\u306B\u30A2\u30A4\u30B3\u30F3\u3078\u306E\u30EA\u30F3\u30AF\u304C\u306A\u3044\u3068\u3044\u3046\u30C8\u30E9\u30D6\u30EB\u304C\u3057\u3070\u3057\u3070\u8D77\u3053\u308A\u307E\u3059\u3002</html>
+OptionPanel.Files=\u30D5\u30A1\u30A4\u30EB
+OptionPanel.first=\u5192\u982D
+OptionPanel.fold_on_click_inside=\u30CE\u30FC\u30C9\u30B3\u30A2\u306E\u30AF\u30EA\u30C3\u30AF\u3067\u6298\u308A\u7573\u3080
+OptionPanel.foldingsymbolwidth=\u6298\u308A\u7573\u307F\u4E2D\u30B7\u30F3\u30DC\u30EB\u306E\u5E45(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.foldingsymbolwidth.tooltip=\u6298\u308A\u7573\u307F\u4E2D\u30B7\u30F3\u30DC\u30EB\u306E\u300C\u25CB\u300D\u306E\u5E45\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.fork=\u30D5\u30A9\u30FC\u30AF
+OptionPanel.format_locale=\u66F8\u5F0F\u306E\u30ED\u30B1\u30FC\u30EB
+OptionPanel.format_locale.tooltip=\u66F8\u5F0F\u8A2D\u5B9A\u3068\u30C7\u30FC\u30BF\u89E3\u6790\u306B\u7528\u3044\u308B\u5730\u57DF\u8A00\u8A9E\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.formula_disable_caching=\u8A08\u7B97\u5F0F\u306E\u5B9F\u884C\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u7121\u52B9\u306B
+OptionPanel.formula_disable_plugin=\u8A08\u7B97\u5F0F\u306E\u5B9F\u884C\u3092\u7121\u52B9\u306B
+OptionPanel.fr=\u30D5\u30E9\u30F3\u30B9\u8A9E\uFF0FFran\u00E7ais
+OptionPanel.gl=\u30B0\u30EB\u30B8\u30A2\u8A9E\uFF0FGalego
+OptionPanel.goto_note_end_on_edit=\u30CE\u30FC\u30C8\u30D1\u30CD\u30EB\u306E\u30AB\u30FC\u30BD\u30EB\u3092\u672B\u5C3E\u306B\u79FB\u52D5
+OptionPanel.grid_size=\uFF08\u30CE\u30FC\u30C9\u4F4D\u7F6E\u79FB\u52D5\u6642\u306E\uFF09\u30B0\u30EA\u30C3\u30C9\u306E\u9593\u9694
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=\u7DDA\u3092\u96A0\u3059
+OptionPanel.highlight_formulas=\u8A08\u7B97\u5F0F\u30CE\u30FC\u30C9\u3092\u67A0\u56F2\u3044\u8868\u793A
+OptionPanel.horizontal=\u76F4\u89D2\u66F2\u304C\u308A
+OptionPanel.hr=\u30AF\u30ED\u30A2\u30C1\u30A2\u8A9E\uFF0Fhrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u968E\u5C64\u3092\u898B\u51FA\u3057\u306B\u3059\u308B
+OptionPanel.html_export_fold_all=\u3059\u3079\u3066\u6298\u308A\u7573\u3093\u3067\u66F8\u304D\u51FA\u3059
+OptionPanel.html_export_fold_currently_folded=\u73FE\u72B6\u306E\u307E\u307E\u66F8\u304D\u51FA\u3059
+OptionPanel.html_export_folding=\u6298\u308A\u7573\u307F\u306E\u6271\u3044
+OptionPanel.html_export_no_folding=\u3059\u3079\u3066\u5C55\u958B\u3057\u3066\u66F8\u304D\u51FA\u3059
+OptionPanel.hu=\u30CF\u30F3\u30AC\u30EA\u30FC\u8A9E\uFF0FMagyar
+OptionPanel.ic_disable=\u4F5C\u6210\u3057\u306A\u3044
+OptionPanel.ic_file=\u30CF\u30FC\u30C9\u30C7\u30A3\u30B9\u30AF\u306B\u4F5C\u6210
+OptionPanel.ic_ram=\u30E1\u30E2\u30EA\u306B\u4F5C\u6210
+OptionPanel.icon=\u30A2\u30A4\u30B3\u30F3
+OptionPanel.icon.tooltip=\u9069\u7528\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C9\u306B\u3053\u306E\u30A2\u30A4\u30B3\u30F3\u304C\u4ED8\u304D\u307E\u3059\u3002
+OptionPanel.icons.list=\u6A19\u6E96\u7684\u306A\u8868\u793A\u30A2\u30A4\u30B3\u30F3\u4E00\u89A7
+OptionPanel.icons.list.tooltip=<html>\u3053\u3053\u3067\u6A19\u6E96\u306E\u30A2\u30A4\u30B3\u30F3\u306E\u9806\u5E8F\u3092\u5165\u308C\u66FF\u3048\u305F\u308A\u3001\u4F7F\u7528\u4E2D\u6B62\u306B\u3057\u305F\u308A\u3067\u304D\u307E\u3059\u3002\u30A2\u30A4\u30B3\u30F3\u306F '\uFF1B'<br>\uFF08\u30BB\u30DF\u30B3\u30ED\u30F3\uFF09\u3067\u5206\u3051\u3066\u304F\u3060\u3055\u3044\u3002</html>
+OptionPanel.id=\u30A4\u30F3\u30C9\u30CD\u30B7\u30A2\u8A9E\uFF0FBahasa Indonesia
+OptionPanel.IGNORE=\u4F55\u3082\u3057\u306A\u3044
+OptionPanel.il__enter_confirms_by_default=Enter \u3067\u78BA\u5B9A
+OptionPanel.image_cache=\u753B\u50CF
+OptionPanel.it=\u30A4\u30BF\u30EA\u30A2\u8A9E\uFF0FItaliano
+OptionPanel.ja=\u65E5\u672C\u8A9E\uFF0F\u65E5\u672C\u8A9E
+OptionPanel.key_type_action=\u30AD\u30FC\u30BF\u30A4\u30D7\u306E\u52D5\u4F5C
+OptionPanel.Keystrokes=\u30AD\u30FC\u8A2D\u5B9A
+OptionPanel.ko=\u97D3\u56FD\u8A9E\uFF0F \uD55C\uAD6D\uC5B4 (\u97D3\u570B\u8A9E), \uC870\uC120\uB9D0 (\u671D\u9BAE\u8A9E)
+OptionPanel.label_font_family=\u30D5\u30A9\u30F3\u30C8\u540D
+OptionPanel.label_font_size=\u6587\u5B57\u30B5\u30A4\u30BA
+OptionPanel.language=\u8A00\u8A9E
+OptionPanel.language.tooltip=\u3053\u306E\u30D7\u30ED\u30B0\u30E9\u30E0\u3067\u4F7F\u7528\u3059\u308B\u8A00\u8A9E\u3067\u3059\u3002\u300C\u81EA\u52D5\u9078\u629E\uFF0Fautomatic\u300D\u306F\u30E6\u30FC\u30B6\u304C\u73FE\u5728\u4F7F\u7528\u4E2D\u306E\u8A00\u8A9E\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.last=\u672B\u5C3E
+OptionPanel.last_opened_list_length=\u6700\u8FD1\u4F7F\u3063\u305F\u30D5\u30A1\u30A4\u30EB\u306E\u8868\u793A\u6570
+OptionPanel.layout_map_on_text_change=\u7DE8\u96C6\u4E2D\u306B\u30DE\u30C3\u30D7\u3092\u81EA\u52D5\u30EC\u30A4\u30A2\u30A6\u30C8
+OptionPanel.layout_map_on_text_change.tooltip=\u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9\u3092\u512A\u5148\u3059\u308B\u5834\u5408\u306F\u7121\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.linear=\u76F4\u7DDA
+OptionPanel.links=\u30EA\u30F3\u30AF
+OptionPanel.links.tooltip=\u30EA\u30F3\u30AF\u65B9\u5F0F\u3092\u76F8\u5BFE\u30A2\u30C9\u30EC\u30B9\u3067\u6307\u5B9A\u3059\u308B\u304B\u3001\u7D76\u5BFE\u30A2\u30C9\u30EC\u30B9\u3067\u6307\u5B9A\u3059\u308B\u304B\u3001\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.load_folding=\u8AAD\u307F\u8FBC\u307F\u6642\u306E\u6298\u308A\u7573\u307F\u306E\u6271\u3044
+OptionPanel.load_folding_from_map_default_fold_all=\u3059\u3079\u3066\u306E\u30CE\u30FC\u30C9\u304C\u5C55\u958B\u72B6\u614B\u306A\u3089\u3001\u6298\u308A\u7573\u3080
+OptionPanel.load_folding_from_map_default_unfold_all=\u4FDD\u5B58\u6642\u306E\u72B6\u614B\u3067\u8AAD\u307F\u8FBC\u3080
+OptionPanel.load_last_map=\u524D\u56DE\u7D42\u4E86\u6642\u306E\u30DE\u30C3\u30D7\u3092\u81EA\u52D5\u7684\u306B\u958B\u304F
+OptionPanel.load_last_map.tooltip=\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001Freeplane \u306E\u30B9\u30BF\u30FC\u30C8\u6642\u306B\u3001\u524D\u56DE\u7D42\u4E86\u6642\u306E\u30DE\u30C3\u30D7\u3092\u81EA\u52D5\u7684\u306B\u958B\u304D\u307E\u3059\u3002
+OptionPanel.load_last_maps=\u524D\u56DE\u7D42\u4E86\u6642\u306E\u30DE\u30C3\u30D7\u3092\u3059\u3079\u3066\u958B\u304F
+OptionPanel.lookandfeel=\u30EB\u30C3\u30AF\uFF06\u30D5\u30A3\u30FC\u30EB
+OptionPanel.lookandfeel.tooltip=<html>\u4F7F\u7528\u3059\u308B\u30EB\u30C3\u30AF\uFF06\u30D5\u30A3\u30FC\u30EB\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002'metal' 'windows' 'motif' 'gtk'\u3092\u30B5\u30DD<br>\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002'mac' \u306F\u3001MacOS \u4E0A\u3067 \u3057\u304B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u6A19\u6E96\u7684\u306A<br>\u30EB\u30C3\u30AF\uFF06\u30D5\u30A3\u30FC\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u72EC\u81EA\u306E\u30EB\u30C3\u30AF\uFF06\u30D5\u30A3\u30FC\u30EB\u3092\u4F7F\u7528\u3059\u308B\u5834\u5408\u306F\u3001 \u3053\u3053\u306B\u30AF\u30E9<br>\u30B9\u540D\u3092\u5165\u529B\u3057\u3001\u76F8\u5FDC\u306E jar \u30D5\u30A1\u30A4\u30EB\u304C\u8AAD\u307F\u8FBC\u307E\u308C\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30EB\u30C3\u30AF\uFF06\u30D5<br>\u30A3\u30FC\u30EB\u306B\u554F\u984C\u304C\u8D77\u304D\u305F\u5834\u5408\u306F\u300C\u306A\u3057\u300D \u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u6307\u5B9A\u306F\u3001\u30A2\u30D7\u30EC\u30C3\u30C8\u306B\u3082\u9069\u7528<br>\u3055\u308C\u307E\u3059\u3002</html>
+OptionPanel.lt=\u30EA\u30C8\u30A2\u30CB\u30A2\u8A9E\uFF0Fkalba
+OptionPanel.max_displayed_node_count=\u30CE\u30FC\u30C9\u306E\u6700\u5927\u8868\u793A\u6570
+OptionPanel.max_image_width=\u65B0\u898F\u753B\u50CF\u306E\u6700\u5927\u8868\u793A\u5E45
+OptionPanel.max_image_width.tooltip=\u65B0\u898F\u753B\u50CF\u304C\u5927\u304D\u3044\u5834\u5408\u3001\u3053\u3053\u3067\u6307\u5B9A\u3059\u308B\u6A2A\u5E45\u306B\u5408\u308F\u305B\u3066\u7E2E\u5C0F\u8868\u793A\u3057\u307E\u3059\u3002
+OptionPanel.max_menu_item_count=\u6700\u5927\u30E1\u30CB\u30E5\u30FC\u9805\u76EE\u6570
+OptionPanel.max_menu_item_count.tooltip=\u5404\u30B5\u30D6\u30E1\u30CB\u30E5\u30FC\u306B\u542B\u3081\u3089\u308C\u308B\u6A5F\u80FD\u9805\u76EE\u6570\u306E\u4E0A\u9650\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002\u6700\u5C0F\u5024\u306F10\u3067\u3059\u3002
+OptionPanel.max_node_width=\u30CE\u30FC\u30C9\u306E\u6700\u5927\u8868\u793A\u5E45
+OptionPanel.max_shortened_text_length=\u30C6\u30AD\u30B9\u30C8\u306E\u6700\u5927\u8868\u793A\u5E45
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=\u30CE\u30FC\u30C9\u306E\u6700\u5C0F\u8868\u793A\u5E45
+OptionPanel.motif=Motif
+OptionPanel.nb=\u30CE\u30EB\u30A6\u30A7\u30FC\u8A9E\uFF08\u30D6\u30FC\u30AF\u30E2\u30FC\u30EB\uFF09\uFF0FNorsk bokm\u00E5l
+OptionPanel.never_save_folding=\u4FDD\u5B58\u3057\u306A\u3044
+OptionPanel.nl=\u30AA\u30E9\u30F3\u30C0\u8A9E\uFF0FNederlands, Vlaams
+OptionPanel.nn=\u30CE\u30EB\u30A6\u30A7\u30FC\u8A9E (\u30CB\u30E5\u30FC\u30CE\u30EB\u30B9\u30AF)\uFF0FNorsk nynorsk
+OptionPanel.nodebackgroundcolor=\u80CC\u666F\u8272
+OptionPanel.nodebackgroundcolor.tooltip=\u975E\u9078\u629E\u6642\u306E\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.nodecolor=\u6587\u5B57\u8272
+OptionPanel.nodecolor.tooltip=\u975E\u9078\u629E\u6642\u306E\u30CE\u30FC\u30C9\u306E\u6587\u5B57\u8272\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.nodefontbold=\u592A\u5B57
+OptionPanel.nodefonthyperlink=\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF
+OptionPanel.nodefontitalic=\u659C\u4F53
+OptionPanel.nodefontname=\u30D5\u30A9\u30F3\u30C8\u540D
+OptionPanel.nodefontsize=\u6587\u5B57\u30B5\u30A4\u30BA
+OptionPanel.nodeformat=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\uFF0F\u66F8\u5F0F
+OptionPanel.nodeformat.tooltip=<html>\u30C6\u30AD\u30B9\u30C8\u306E\u7F6E\u63DB\u3068\u66F8\u5F0F\u6307\u5B9A\uFF1A<ul><li><em>\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u5C55\u958B\u306E\u4F8B</em> (<tt>%s</tt> \u3092\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u3068\u3059\u308B) - <tt>\u7559\u610F\u70B9: %s</tt><li><em>\u65E5\u4ED8\u3068\u6570\u5B57\u306E\u66F8\u5F0F</em> - \u9078\u629E\u30DC\u30C3\u30AF\u30B9\u306E\u8A18\u8F09\u4F8B\u3092\u53C2\u7167</ul></html>
+OptionPanel.nodenumbering=\u30CE\u30FC\u30C9\u306B\u756A\u53F7\u3092\u632F\u308B
+OptionPanel.nodenumbering.tooltip=\u30CE\u30FC\u30C9\u30C6\u30AD\u30B9\u30C8\u306B\u9023\u756A\uFF08\u4F8B\uFF1A1.3.1\uFF09\u3092\u632F\u308A\u307E\u3059\u3002
+OptionPanel.nodeshape=\u30CE\u30FC\u30C9\u306E\u5F62
+OptionPanel.nodeshape.tooltip=<html>\u30CE\u30FC\u30C9\u306E\u5916\u5F62\u306E\u3053\u3068\u3067\u3059\u3002<br>\u4F7F\u7528\u3067\u304D\u308B\u9078\u629E\u80A2\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\u3002<br><table border="1"><tr><td> \u30D5\u30A9\u30FC\u30AF  </td><td> \u67A0\u56F2\u3044\u306F\u7121\u304F\u3066\u3001\u7DDA\u306E\u4E0A\u306B\u6587\u5B57\u5217\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002</td></tr><tr><td> \u56F2\u307F </td><td> \u56DB\u89D2\u3044\u67A0\u56F2\u3044\u306E\u4ED8\u3044\u305F\u30CE\u30FC\u30C9\u3067\u3059\u3002</td></tr><tr><td> \u89AA\u3068\u540C\u3058 </td><td> \u89AA\u30CE\u30FC\u30C9\u306E\u5F62\u3092\u5F15\u304D\u7D99\u304E\u307E\u3059\u3002<br>\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306E\u5834\u5408\u306F\u3001\u6A19\u6E96\u7684\u306A\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306E\u5F62\u3068\u306A\u308A\u307E\u3059\u3002</td></tr><tr><td> \u8907\u5408 </td><td> \u30CE\u30FC\u30C9\u304C\u6298\u308A\u7573\u307E\u308C\u3066\u3044\u308B\u5834\u5408\u306F\uFF62\u56F2\u307F\uFF63\u3001\u305D\u306E\u4ED6\u306E\u5834\u5408\u306F\uFF62\u30D5\u30A9\u30FC\u30AF\uFF63\u306E\u5F62\u3068\u306A\u308A\u307E\u3059\u3002</td></tr></table></html>
+OptionPanel.nodetext=\u30B3\u30A2\u30C6\u30AD\u30B9\u30C8
+OptionPanel.nodetext.tooltip=\u30CE\u30FC\u30C9\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u5B9A\u7FA9\u3067\u304D\u307E\u3059\u3002\u30D1\u30BF\u30FC\u30F3\u3092\u9069\u7528\u3059\u308B\u3068\u4EE5\u524D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u306A\u304F\u306A\u308A\u307E\u3059\u3002
+OptionPanel.nothing=\u306A\u3057
+OptionPanel.number_format=\u6570\u5024\u306E\u6A19\u6E96\u66F8\u5F0F
+OptionPanel.number_format.tooltip=<html>'#' \u3067\u6307\u5B9A\u3055\u308C\u305F\u6841\u306F\u8A72\u5F53\u6570\u5024\u306E\u6709\u7121\u306B\u5FDC\u3058\u3066\u8868\u793A\uFF0F\u975E\u8868\u793A\u3001'0' \u306E\u6841\u306F\u5F37\u5236\u8868\u793A\u3068\u306A\u308A\u307E\u3059\u3002<br>\u3000\u3000\u4E8B\u4F8B\uFF1A"0.00"\u3001"0.0%"\u3001"$#.00"\u3001"#0"</html>
+OptionPanel.number_of_different_files_for_automatic_save=\u30D5\u30A1\u30A4\u30EB\u3054\u3068\u306E\u81EA\u52D5\u4FDD\u5B58\u4EF6\u6570
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>\u30DE\u30C3\u30D7\u6BCE\u306E\u81EA\u52D5\u4FDD\u5B58\u30D5\u30A1\u30A4\u30EB\u6570\uFF08n\uFF09\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002\u6700\u521D\u306E\u81EA\u52D5\u4FDD\u5B58\u6642\u306B\u306F \u300C1\u300D\u306E\u756A\u53F7<br>\u4ED8\u304D\u30D5\u30A1\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u540C\u69D8\u306E\u5F62\u3067\u4FDD\u5B58\u3057\u3066\u3044\u304D\u3001\u300Cn + 1\u300D\u56DE\u76EE\u306E\u4FDD\u5B58\u3067\u306F\u3001\u518D\u3073<br>\u300C1\u300D\u306E\u30D5\u30A1\u30A4\u30EB\u306B\u4FDD\u5B58\u3057\u307E\u3059\u3002\uFF08\u5FAA\u74B0\u5F0F\uFF09
+OptionPanel.OK=\u4FDD\u5B58
+OptionPanel.org.freeplane.plugin.bugreport=\u57FA\u672C\u7684\u306A\u5BFE\u5FDC\u65B9\u91DD
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\u5E38\u306B\u9001\u4FE1
+OptionPanel.org.freeplane.plugin.bugreport.ask=\u30EC\u30DD\u30FC\u30C8\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A
+OptionPanel.org.freeplane.plugin.bugreport.denied=\u5E38\u306B\u9001\u4FE1\u3057\u306A\u3044
+OptionPanel.org.freeplane.plugin.bugreport.userid=\u30D0\u30B0\u5831\u544A\u306B\u7528\u3044\u308B ID
+OptionPanel.outline_hgap=\u5DE6\u53F3\u306E\u9593\u9694(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.outline_vgap=\u4E0A\u4E0B\u306E\u9593\u9694(\u30D4\u30AF\u30BB\u30EB)
+OptionPanel.paint_connectors_behind=\u30B3\u30CD\u30AF\u30BF\u306E\u8868\u793A\u3092\u30CE\u30FC\u30C9\u306E\u80CC\u5F8C\u306B
+OptionPanel.parse_data=\u6570\u5024\u3084\u65E5\u6642\u306E\u5165\u529B\u3092\u8A8D\u8B58
+OptionPanel.parse_data.tooltip=\u65E5\u4ED8\u3001\u6642\u523B\u4ED8\u304D\u65E5\u4ED8\u3001\u53CA\u3073\u6570\u5024\u306E\u5165\u529B\u3092\u89E3\u6790\u3057\u3001\u6A19\u6E96\u66F8\u5F0F\u306E\u9069\u7528\u3092\u8A66\u307F\u307E\u3059\u3002\u8868\u793A\u4F8B\uFF1A 100,000.00\u300112/31\u3001 12/31/99\u3001 1999-12-31\u30011999-12-31 23:59
+OptionPanel.PASTE_HTML=HTML \u5F62\u5F0F
+OptionPanel.PASTE_PLAIN_TEXT=\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u5F62\u5F0F
+OptionPanel.path_property_may_not_be_empty=\u30D1\u30B9\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u672A\u6D88\u53BB\u306E\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u66F4\u65B0\u524D\u306E\u72B6\u614B\u306B\u623B\u308A\u307E\u3057\u305F\u3002
+OptionPanel.patternname=\u540D\u524D
+OptionPanel.patternname.tooltip=\u56FA\u6709\u306E\u30D1\u30BF\u30FC\u30F3\u540D
+OptionPanel.pl=\u30DD\u30FC\u30E9\u30F3\u30C9\u8A9E\uFF0Fpolski
+OptionPanel.placenewbranches=\u65B0\u898F\u30CE\u30FC\u30C9\u306E\u914D\u7F6E
+OptionPanel.placenewbranches.tooltip=\u65B0\u898F\u306E\u679D\u306F\u3069\u3053\u306B\u4F5C\u308A\u307E\u3059\u304B\uFF1F\u3000\u6709\u52B9\u5024\u306F\u300C\u5192\u982D\u300D\u304B\u300C\u672B\u5C3E\u300D\u3067\u3059\u3002
+OptionPanel.plugin.tooltip=\u30AA\u30D7\u30B7\u30E7\u30F3\u7684\u306A\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3059\u3002
+OptionPanel.plugins=\u30D7\u30E9\u30B0\u30A4\u30F3
+OptionPanel.presentation_dimmer_transparency=\u30D7\u30EC\u30BC\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3\u30E2\u30FC\u30C9\u306E\u900F\u904E\u5EA6
+OptionPanel.presentation_mode=\u30D7\u30EC\u30BC\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3\u30E2\u30FC\u30C9
+OptionPanel.printonwhitebackground=\u80CC\u666F\u3092\u767D\u5730\u3067\u5370\u5237
+OptionPanel.printonwhitebackground.tooltip=\u80CC\u666F\u3092\u5E38\u306B\u767D\u5730\u3067\u5370\u5237\u3057\u307E\u3059\u3002
+OptionPanel.pt_BR=\u30DD\u30EB\u30C8\u30AC\u30EB\u8A9E\uFF08\u30D6\u30E9\u30B8\u30EB\uFF09\uFF0FPortugu\u00EAs (Brasil)
+OptionPanel.pt_PT=\u30DD\u30EB\u30C8\u30AC\u30EB\u8A9E\uFF08\u30DD\u30EB\u30C8\u30AC\u30EB\uFF09\uFF0FPortugu\u00EAs (Portugal)
+OptionPanel.RECT=\u77E9\u5F62
+OptionPanel.relative=\u76F8\u5BFE\u7684
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>\u300C\u78BA\u8A8D\u300D\u3092\u6307\u5B9A\u3059\u308B\u3068\u3001\u78BA\u8A8D\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A\u3057\u307E\u3059\u3002<br>\u300C\u306F\u3044\u300D\uFF1A\u30EA\u30C3\u30C1\u30C6\u30AD\u30B9\u30C8\u30A8\u30C7\u30A3\u30BF\u30FC\u3092\u8868\u793A\u3057\u307E\u3059\u3002<br>\u300C\u3044\u3044\u3048\u300D\uFF1A\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u30A8\u30C7\u30A3\u30BF\u30FC\u3092\u8868\u793A\u3057\u307E\u3059\u3002</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=\u8CBC\u308A\u4ED8\u3051\u30CE\u30FC\u30C9\u3067\u30EA\u30C3\u30C1\u30C6\u30AD\u30B9\u30C8\u3092\u4F7F\u7528
+OptionPanel.remove_notes_without_question=\u30CE\u30FC\u30C8\u306E\u524A\u9664\u6642\u306B\u78BA\u8A8D\u3092\u7701\u7565
+OptionPanel.remove_notes_without_question.tooltip=<html>\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u3068\u3001\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306E\u30CE\u30FC\u30C8\u306E\u524A\u9664\u6642\u306B\u78BA\u8A8D\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A\u3057\u307E\u305B\u3093\u3002\u8AA4<br>\u64CD\u4F5C\u306B\u3088\u308A\u60C5\u5831\u304C\u5931\u308F\u308C\u308B\u6050\u308C\u304C\u3042\u308A\u307E\u3059\u3002</html>
+OptionPanel.resources_use_default_font_for_notes_too=\u30CE\u30FC\u30C8\u30D5\u30A9\u30F3\u30C8\u306B\u3082\u9069\u7528
+OptionPanel.resources_use_margin_top_zero_for_notes=\u30CE\u30FC\u30C8\u306E\u4E0A\u90E8\u4F59\u767D\u3092\u524A\u9664
+OptionPanel.revision_color=\u66F4\u65B0\u30CE\u30FC\u30C9\u306E\u80CC\u666F
+OptionPanel.revision_color.tooltip=\u66F4\u65B0\u3055\u308C\u305F\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272\u3002
+OptionPanel.ROUND_RECT=\u89D2\u4E38\u77E9\u5F62
+OptionPanel.ru=\u30ED\u30B7\u30A2\u8A9E\uFF0F\u0420\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A
+OptionPanel.save_folding=\u6298\u308A\u7573\u307F\u306E\u6271\u3044
+OptionPanel.save_folding_if_map_is_changed=\u30DE\u30C3\u30D7\u304C\u66F4\u65B0\u3055\u308C\u305F\u5834\u5408\u306F\u4FDD\u5B58\u3059\u308B
+OptionPanel.save_modification_times=\u66F4\u65B0\u6642\u523B\u3092\u4FDD\u5B58
+OptionPanel.script_classpath=<html>\u30B9\u30AF\u30EA\u30D7\u30C8\u30AF\u30E9\u30B9\u30D1\u30B9\uFF1A<br>\u3000\u30AF\u30E9\u30B9\u53CA\u3073 JARs \u306E\u3042\u308B\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA<br>\u3000\u3000\uFF08\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u3092\u53C2\u7167\uFF09</html>
+OptionPanel.script_classpath.tooltip=<html>JARs \u53CA\u3073\u30B9\u30AF\u30EA\u30D7\u30C8\u3084\u8A08\u7B97\u5F0F\u306E\u30AF\u30E9\u30B9\u30D1\u30B9\u306B\u4ED8\u52A0\u3059\u308B\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u4E00\u89A7\u3067\u3059\u3002<br>\u9805\u76EE\u306E\u533A\u5207\u308A\u306B\u306F\u3001Windows \u306E\u5834\u5408\u306F ";"\u3001Linux \u3068Mac \u306E\u5834\u5408\u306F ":" \u3092\u7528\u3044\u3066\u304F\u3060\u3055\u3044\u3002<br>\u3053\u308C\u3089\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u3001JARs \u53CA\u3073 .class \u30D5\u30A1\u30A4\u30EB \u306E\u30B9\u30AD\u30E3\u30F3\u5BFE\u8C61\u3068\u306A\u308A\u307E\u3059\u3002<br>\u7D76\u5BFE\u6307\u5B9A\u3067\u306A\u3044\u30D1\u30B9\u306F\u3001Freeplane \u30E6\u30FC\u30B6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u57FA\u6E96\u3068\u3059\u308B\u76F8\u5BFE\u6307\u5B9A\u3068\u307F\u306A\u3055\u308C\u307E\u3059\u3002<br>\u30AF\u30E9\u30B9\u30D1\u30B9\u3092\u6307\u5B9A\u3059\u308B\u5834\u5408\u306F\u3001\u4F75\u305B\u3066\u8AAD\u307F\u8FBC\u307F\u30A2\u30AF\u30BB\u30B9\u306E\u8A31\u53EF\u3092\u3057\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002</html>
+OptionPanel.script_directories=<html>\u30B9\u30AF\u30EA\u30D7\u30C8\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA<br>\uFF08\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u3092\u53C2\u7167\uFF09<html>
+OptionPanel.script_directories.tooltip=<html>\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u4E00\u89A7\u3067\u3059\u3002<br>\u9805\u76EE\u306E\u533A\u5207\u308A\u306B\u306F\u3001Windows \u306E\u5834\u5408\u306F ";"\u3001Linux \u3068Mac \u306E\u5834\u5408\u306F ":" \u3092\u7528\u3044\u3066\u304F\u3060\u3055\u3044\u3002<br>\u7D76\u5BFE\u6307\u5B9A\u3067\u306A\u3044\u30D1\u30B9\u306F\u3001Freeplane \u30E6\u30FC\u30B6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u57FA\u6E96\u3068\u3059\u308B\u76F8\u5BFE\u6307\u5B9A\u3068\u307F\u306A\u3055\u308C\u307E\u3059\u3002</html>
+OptionPanel.script_user_key_name_for_signing=\u7F72\u540D\u7528\u30E6\u30FC\u30B6\u30AD\u30FC\u30A8\u30A4\u30EA\u30A2\u30B9
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u4F5C\u6210\u3057\u305F\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u7F72\u540D\u3092\u4ED8\u3051\u305F\u3044\u5834\u5408\u306F\u3001\u3053\u3053\u306B\u305D\u306E\u30AD\u30FC\u306E\u30A8\u30A4\u30EA\u30A2\u30B9\u3092\u5165\u529B\u3057\u3066\u304F<br>\u3060\u3055\u3044\u3002\u305D\u306E\u30AD\u30FC\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u30FB\u30AD\u30FC\u96C6\u306B\u542B\u307E\u308C\u308B\u3082\u306E\u3068\u60F3\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u30AD\u30FC\u306E\u306A<br>\u304B\u3067\u3082\u7279\u306B\u6A5F\u5BC6\u6027\u304C\u9AD8\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u3001\u30AD\u30FC\u96C6\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\uFF08\u3053\u308C\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u30FB\u30AD\u30FC\u96C6<br>\u3068\u306A\u308B\uFF09\u3068\u540C\u3058\u3082\u306E\u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002</html>
+OptionPanel.scrollbar_increment=\u901F\u5EA6
+OptionPanel.scrolling_speed=\u81EA\u52D5\u30DE\u30C3\u30D7\u30B9\u30AF\u30ED\u30FC\u30EB\u901F\u5EA6
+OptionPanel.selection_method=\u9078\u629E\u65B9\u6CD5
+OptionPanel.selection_method.tooltip=<html>\u30DE\u30A6\u30B9\u30AB\u30FC\u30BD\u30EB\u3092\u30CE\u30FC\u30C9\u306B\u79FB\u52D5\u3057\u3066\u304B\u3089\u5C11\u3057\u9593\u3092\u7F6E\u304F\u3068\u81EA\u52D5\u9078\u629E\u3059\u308B\u7B49\u3001\u9078\u629E\u65B9\u6CD5\u3092\u6307\u5B9A<br>\u3057\u307E\u3059\u3002\u81EA\u52D5\u30AA\u30D7\u30B7\u30E7\u30F3\u3002\u3053\u308C\u3089\u306F\u5FC5\u305A auto.properties \u306B\u4FDD\u5B58\u3055\u308C\u3001\u5909\u66F4\u3059\u308B\u3053\u3068\u306F<br>\u3067\u304D\u307E\u305B\u3093\u3002</html>
+OptionPanel.selection_method_by_click=\u30AF\u30EA\u30C3\u30AF\u3067\u9078\u629E
+OptionPanel.selection_method_delayed=\u30DE\u30A6\u30B9\u30AA\u30FC\u30D0\u30FC\u5F8C\u3001\u9593\u3092\u7F6E\u3044\u3066\u81EA\u52D5\u9078\u629E
+OptionPanel.selection_method_direct=\u30DE\u30A6\u30B9\u30AA\u30FC\u30D0\u30FC\u3067\u76F4\u3061\u306B\u9078\u629E
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u30D1\u30BF\u30FC\u30F3
+OptionPanel.separator.anti_alias=\u30A2\u30F3\u30C1\u30A8\u30A4\u30EA\u30A2\u30B9
+OptionPanel.separator.attributes=\u5C5E\u6027
+OptionPanel.separator.automatic_save=\u81EA\u52D5\u4FDD\u5B58
+OptionPanel.separator.behaviour=\u57FA\u672C\u52D5\u4F5C
+OptionPanel.separator.browser=OS \u5225\u306E\u6A19\u6E96\u30D6\u30E9\u30A6\u30B6\u8D77\u52D5\u30B3\u30DE\u30F3\u30C9
+OptionPanel.separator.cache=\u30AD\u30E3\u30C3\u30B7\u30E5
+OptionPanel.separator.CloudControls=\u96F2
+OptionPanel.separator.commands_for_the_program=\u30D7\u30ED\u30B0\u30E9\u30E0\u30B3\u30DE\u30F3\u30C9
+OptionPanel.separator.connectors=\u30B3\u30CD\u30AF\u30BF
+OptionPanel.separator.data_formats=\u30C7\u30FC\u30BF\u66F8\u5F0F\u306E\u8A2D\u5B9A\u3068\u89E3\u6790
+OptionPanel.separator.default_colors=\u6A19\u6E96\u8272
+OptionPanel.separator.default_fonts=\u6A19\u6E96\u30D5\u30A9\u30F3\u30C8
+OptionPanel.separator.default_styles=\u6A19\u6E96\u30B9\u30BF\u30A4\u30EB
+OptionPanel.separator.EdgeControls=\u7DDA
+OptionPanel.separator.edit_long_node_window=\u9577\u6587\u7DE8\u96C6\u30A6\u30A4\u30F3\u30C9\u30A6
+OptionPanel.separator.editing=\u30A8\u30C7\u30A3\u30BF\u306E\u8A2D\u5B9A
+OptionPanel.separator.files=\u30D5\u30A1\u30A4\u30EB
+OptionPanel.separator.formula=\u8A08\u7B97\u5F0F\u30D7\u30E9\u30B0\u30A4\u30F3
+OptionPanel.separator.General=\u5168\u822C
+OptionPanel.separator.html_export=HTML \u3078\u306E\u66F8\u304D\u51FA\u3057
+OptionPanel.separator.html_import=HTML \u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8
+OptionPanel.separator.hyperlink_types=\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u306E\u7A2E\u985E
+OptionPanel.separator.icon_properties=\u30A2\u30A4\u30B3\u30F3
+OptionPanel.separator.icons=\u300C\u30A2\u30A4\u30B3\u30F3\u3092\u9078\u629E...\u300D\u306E\u30A2\u30A4\u30B3\u30F3
+OptionPanel.separator.initial_map_size=\u521D\u671F\u30DE\u30C3\u30D7\u30B5\u30A4\u30BA
+OptionPanel.separator.inline_editor=\u30A4\u30F3\u30E9\u30A4\u30F3\u30CE\u30FC\u30C9\u30A8\u30C7\u30A3\u30BF
+OptionPanel.separator.key_typing=\u9078\u629E\u30CE\u30FC\u30C9\u3067\u306E\u30AD\u30FC\u5165\u529B
+OptionPanel.separator.language=\u8A00\u8A9E
+OptionPanel.separator.load=\u8AAD\u307F\u8FBC\u307F
+OptionPanel.separator.look_and_feel=\u5168\u4F53\u30A4\u30E1\u30FC\u30B8
+OptionPanel.separator.mouse_wheel=\u30DE\u30A6\u30B9\u30DB\u30A4\u30FC\u30EB
+OptionPanel.separator.new_node_commands=\u65B0\u898F\u30CE\u30FC\u30C9\u4F5C\u6210
+OptionPanel.separator.node_editing_commands=\u30CE\u30FC\u30C9\u7DE8\u96C6\u30B3\u30DE\u30F3\u30C9
+OptionPanel.separator.node_navigation_commands=\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30B3\u30DE\u30F3\u30C9
+OptionPanel.separator.NodeColors=\u30CE\u30FC\u30C9\u30B3\u30A2\u5168\u4F53\u306E\u8272
+OptionPanel.separator.NodeFont=\u30CE\u30FC\u30C9\u30B3\u30A2\u5168\u4F53\u306E\u30D5\u30A9\u30F3\u30C8
+OptionPanel.separator.NodeShape=\u30CE\u30FC\u30C9\u306E\u5F62
+OptionPanel.separator.NodeStyle=\u30CE\u30FC\u30C9\u306E\u30B9\u30BF\u30A4\u30EB
+OptionPanel.separator.NodeText=\u30CE\u30FC\u30C9\u30B3\u30A2\u306E\u30C6\u30AD\u30B9\u30C8
+OptionPanel.separator.notifications=\u78BA\u8A8D
+OptionPanel.separator.org.freeplane.plugin.bugreport=\u81EA\u52D5\u30D0\u30B0\u30EC\u30DD\u30FC\u30C8
+OptionPanel.separator.other_defaults=\u305D\u306E\u4ED6
+OptionPanel.separator.others=\u305D\u306E\u4ED6\u306E\u30AD\u30FC\u5272\u308A\u5F53\u3066
+OptionPanel.separator.outline_view=\u30A2\u30A6\u30C8\u30E9\u30A4\u30F3\u30D3\u30E5\u30FC
+OptionPanel.separator.patterns=\u30D1\u30BF\u30FC\u30F3
+OptionPanel.separator.RichTextEditor=\u30EA\u30C3\u30C1\u30C6\u30AD\u30B9\u30C8\u30A8\u30C7\u30A3\u30BF
+OptionPanel.separator.root_node_appearance=\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306E\u4F53\u88C1
+OptionPanel.separator.save=\u4FDD\u5B58
+OptionPanel.separator.scripting=\u30B9\u30AF\u30EA\u30D7\u30C8
+OptionPanel.separator.scrollbar=\u30B9\u30AF\u30ED\u30FC\u30EB\u30D0\u30FC
+OptionPanel.separator.search=\u691C\u7D22
+OptionPanel.separator.selection_colors=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u8272\u7B49
+OptionPanel.separator.selection_method=\u30CE\u30FC\u30C9\u306E\u9078\u629E
+OptionPanel.separator.single_instance_mode=\u5358\u4E00\u30D7\u30ED\u30B0\u30E9\u30E0\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9
+OptionPanel.separator.size_limits=\u8868\u793A\u5E45
+OptionPanel.separator.spelling=\u30B9\u30DA\u30EB\u30C1\u30A7\u30C3\u30AF\u30AA\u30D7\u30B7\u30E7\u30F3
+OptionPanel.separator.status=\u30B9\u30C6\u30FC\u30BF\u30B9\u30D0\u30FC
+OptionPanel.separator.tooltip=\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u8868\u793A\u306E\u6642\u9593
+OptionPanel.separator.undo=\u5143\u306B\u623B\u3059
+OptionPanel.separator.updates=\u30D7\u30ED\u30B0\u30E9\u30E0\u306E\u66F4\u65B0
+OptionPanel.set_property_text=\u5909\u66F4
+OptionPanel.set_property_text.tooltip=\u7A7A\u767D\uFF1A\u4F55\u3082\u3057\u306A\u3044\u3002\u3000\u3000\u300C\uFF0D\u300D\uFF1A\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u524A\u9664 (\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306B\u8A2D\u5B9A)\u3000\u3000\u300C\uFF0B\u300D\uFF1A\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5909\u66F4
+OptionPanel.setscript=<html>\u30B9\u30AF\u30EA\u30D7\u30C8\u3092<br>\u5909\u66F4\u3057\u307E\u3059\u304B\uFF1F</html>
+OptionPanel.setscript.tooltip=\u30B9\u30BF\u30A4\u30EB\u306B\u95A2\u9023\u3065\u3051\u3066\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u8A18\u8FF0\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
+OptionPanel.sharp_bezier=\u5148\u7D30\u30D9\u30B8\u30A7\u66F2\u7DDA
+OptionPanel.sharp_linear=\u5148\u7D30\u76F4\u7DDA
+OptionPanel.show_icon_for_attributes=\u5C5E\u6027\u4ED8\u304D\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A
+OptionPanel.show_node_tooltips=\u30CE\u30FC\u30C9\u60C5\u5831\u3092\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u8868\u793A
+OptionPanel.show_note_icons=\u30CE\u30FC\u30C8\u4ED8\u304D\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A
+OptionPanel.show_styles_in_tooltip=\u30CE\u30FC\u30C9\u30B9\u30BF\u30A4\u30EB\u3092\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u8868\u793A
+OptionPanel.signed_script_are_trusted=\u7F72\u540D\u4ED8\u304D\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u4FE1\u983C\uFF08\u63A8\u5968\uFF09
+OptionPanel.signed_script_are_trusted.tooltip=<html>\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u4FE1\u983C\u3067\u304D\u308B\u95A2\u4FC2\u8005\uFF08\u4F8B\u3048\u3070\u3001Freeplane \u306E\u4F5C\u8005\u3084\u81EA\u5206\u81EA\u8EAB\uFF09\u306E\u7F72\u540D\u304C\u3042\u308B\u5834<br>\u5408\u3001\u5236\u9650\u306A\u304F\u5B9F\u884C\u3057\u307E\u3059\u3002</html>
+OptionPanel.simplyhtml.default_paste_mode=\u6A19\u6E96\u306E\u8CBC\u308A\u4ED8\u3051\u5F62\u5F0F
+OptionPanel.single_backup_directory=<html>\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u683C\u7D0D\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092<br>\u4E00\u3064\u306B</html>
+OptionPanel.single_backup_directory.tooltip=<html>\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3068\u81EA\u52D5\u4FDD\u5B58\u30D5\u30A1\u30A4\u30EB\u3092\u3001\u5F53\u8A72\u30DE\u30C3\u30D7\u306E\u30B5\u30D6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3067\u306A\u304F\u3001<br>\u5358\u4E00\u683C\u7D0D\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u4FDD\u5B58\u3057\u307E\u3059\u3002</html>
+OptionPanel.single_backup_directory_path=<html>\u4E0A\u8A18\u30AA\u30D7\u30B7\u30E7\u30F3\u6709\u52B9\u6642\u306B\u7528\u3044\u308B<br>\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA</html>
+OptionPanel.single_backup_directory_path.tooltip=<html>\u521D\u671F\u8A2D\u5B9A\u306E <freeplaneuserdir>/.backup \u3088\u308A\u3082\u512A\u5148\u7684\u306B\u7528\u3044\u3089\u308C\u308B\u30D5\u30A9\u30EB\u30C0\u3067\u3059\u3002</html>
+OptionPanel.single_instance=\u30D5\u30A1\u30A4\u30EB\u30AA\u30FC\u30D7\u30F3\u306F\u5B9F\u884C\u4E2D\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3067
+OptionPanel.single_instance_force=\u7B2C\uFF12\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u306E\u4F5C\u6210\u3092\u7981\u6B62
+OptionPanel.single_instance_force.tooltip=\u8AAD\u307F\u8FBC\u307F\u30D5\u30A1\u30A4\u30EB\u304C\u306A\u3044\u5834\u5408\u3067\u3082\u3001\u7B2C\uFF12\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u4F5C\u6210\u3057\u306A\u3044\u3088\u3046\u306B\u3057\u307E\u3059\u3002
+OptionPanel.sk=\u30B9\u30ED\u30D0\u30AD\u30A2\u8A9E\uFF0Fsloven\u010Dina
+OptionPanel.sl=\u30B9\u30ED\u30D9\u30CB\u30A2\u8A9E\uFF0Fsloven\u0161\u010Dina
+OptionPanel.spelling_opt_case_sensitive=\u5927\u6587\u5B57\uFF0F\u5C0F\u6587\u5B57\u3092\u533A\u5225
+OptionPanel.spelling_opt_ignore_all_caps_words=\u5927\u6587\u5B57\u306E\u307F\u306E\u8A9E\u3092\u7121\u8996
+OptionPanel.spelling_opt_ignore_capitalization=\u8A9E\u306E\u5192\u982D\u306B\u3042\u308B\u5927\u6587\u5B57\u3092\u7121\u8996
+OptionPanel.spelling_opt_ignore_words_with_numbers=\u6570\u5B57\u3092\u542B\u3080\u8A9E\u3092\u7121\u8996
+OptionPanel.spelling_opt_suggestions_limit_dialog=\u30C0\u30A4\u30A2\u30ED\u30B0\u306B\u8868\u793A\u3059\u308B\u5019\u88DC\u306E\u6700\u5927\u5024
+OptionPanel.spelling_opt_suggestions_limit_menu=\u30E1\u30CB\u30E5\u30FC\u306B\u8868\u793A\u3059\u308B\u5019\u88DC\u306E\u6700\u5927\u5024
+OptionPanel.sr=\u30BB\u30EB\u30D3\u30A2\u8A9E\uFF0F\u0441\u0440\u043F\u0441\u043A\u0438
+OptionPanel.standard_template=\u6A19\u6E96\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB
+OptionPanel.standardbackgroundcolor=\u30CE\u30FC\u30C9\u306E\u80CC\u666F
+OptionPanel.standardbackgroundcolor.tooltip=\u6A19\u6E96\u7684\u306A\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272\u3002HTML\u8868\u8A18\u6CD5(16\u9032\u6570\u306E #RRGGBB )\u3067\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.standardcloudcolor=\u96F2\u3000\u3000
+OptionPanel.standardcloudcolor.tooltip=\u6A19\u6E96\u7684\u306A\u96F2\u306E\u8272\u3002HTML\u8868\u8A18\u6CD5(16\u9032\u6570\u306E #RRGGBB )\u3067\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.standardcloudestyle=\u96F2\u306E\u5F62
+OptionPanel.standardcloudestyle.tooltip=\u6A19\u6E96\u7684\u306A\u96F2\u306E\u5F62
+OptionPanel.standarddrawrectangleforselection=\u9078\u629E\u30CE\u30FC\u30C9\u3092\u67A0\u56F2\u3044\u8868\u793A
+OptionPanel.standarddrawrectangleforselection.tooltip=\u9078\u629E\u30CE\u30FC\u30C9\u3092\u67A0\u3067\u56F2\u307F\u307E\u3059\u3002
+OptionPanel.standardlinkcolor=\u6A19\u6E96\u8272
+OptionPanel.standardlinkcolor.tooltip=\u30B3\u30CD\u30AF\u30BF\u306E\u6A19\u6E96\u7684\u306A\u8272\u3002HTML\u8868\u8A18\u6CD5(16\u9032\u6570\u306E #RRGGBB )\u3067\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.standardlinkestyle=\u30B3\u30CD\u30AF\u30BF\u306E\u5F62
+OptionPanel.standardlinkestyle.tooltip=\u30B3\u30CD\u30AF\u30BF\u306E\u6A19\u6E96\u7684\u306A\u5F62\u3002\u73FE\u5728\u306F\u300C\u30D9\u30B8\u30A7\u66F2\u7DDA\u300D \u3057\u304B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
+OptionPanel.standardselectednodecolor=\u80CC\u666F\u8272
+OptionPanel.standardselectednodecolor.tooltip=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u6A19\u6E96\u7684\u306A\u80CC\u666F\u8272\u3002HTML\u8868\u8A18\u6CD5(16\u9032\u6570\u306E #RRGGBB )\u3067\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.standardselectednoderectanglecolor=\u67A0\u56F2\u3044\u306E\u8272
+OptionPanel.standardselectednoderectanglecolor.tooltip=\u9078\u629E\u30CE\u30FC\u30C9\u3092\u56F2\u3080\u67A0\u306E\u6A19\u6E96\u7684\u306A\u8272\u3002HTML\u8868\u8A18\u6CD5(16\u9032\u6570\u306E #RRGGBB )\u3067\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.STAR=\u30C8\u30F3\u30AC\u30EA
+OptionPanel.structured_html_import=\u30CE\u30FC\u30C9\u968E\u5C64\u306B\u5909\u63DB\u3057\u3066\u30A4\u30F3\u30DD\u30FC\u30C8
+OptionPanel.structured_icon_toolbar=\u5DE6\u30C4\u30FC\u30EB\u30D0\u30FC\u306E\u30A2\u30A4\u30B3\u30F3\u8868\u793A\u3092\u968E\u5C64\u5316
+OptionPanel.summary=\u307E\u3068\u3081
+OptionPanel.sv=\u30B9\u30A6\u30A7\u30FC\u30C7\u30F3\u8A9E\uFF0Fsvenska
+OptionPanel.text.use_ctrl_key=\u300C\u30C4\u30FC\u30EB\u300D\u30E1\u30CB\u30E5\u30FC\u306E\u300C\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5272\u308A\u5F53\u3066\u300D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.time_for_automatic_save=\u81EA\u52D5\u4FDD\u5B58\u9593\u9694(\u30DF\u30EA\u79D2)
+OptionPanel.time_for_automatic_save.tooltip=<html> \u81EA\u52D5\u4FDD\u5B58\u306E\u9593\u9694(\u30DF\u30EA\u79D2)\u3002<br>\u81EA\u52D5\u4FDD\u5B58\u3092\u7121\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u306E\u6570\u5024\u30922000000000\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002</html>
+OptionPanel.time_for_delayed_selection=\u81EA\u52D5\u9078\u629E\u307E\u3067\u306E\u6642\u9593(\u30DF\u30EA\u79D2)
+OptionPanel.time_for_delayed_selection.tooltip=<html>\u30DE\u30A6\u30B9\u30AB\u30FC\u30BD\u30EB\u304C\u30CE\u30FC\u30C9\u4E0A\u306B\u79FB\u3063\u3066\u304B\u3089\u81EA\u52D5\u9078\u629E\u3059\u308B\u307E\u3067\u306E\u6642\u9593(\u30DF\u30EA\u79D2)\u3002\u30DE\u30A6\u30B9\u30AB\u30FC\u30BD<br>\u30EB\u3092\u30CE\u30FC\u30C9\u4E0A\u306B\u79FB\u3059\u3068\u540C\u6642\u306B\u9078\u629E\u3057\u305F\u3044\u5834\u5408\u306F\u3001\u3053\u306E\u5024\u3092\uFF11\u306B\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002</html>
+OptionPanel.toolTipManager.dismissDelay=\u8868\u793A\u3092\u4E2D\u65AD\u3059\u308B\u307E\u3067\u306E\u6642\u9593(\u30DF\u30EA\u79D2)
+OptionPanel.toolTipManager.initialDelay=\u6700\u521D\u306B\u8868\u793A\u3059\u308B\u307E\u3067\u306E\u6642\u9593(\u30DF\u30EA\u79D2)
+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
+OptionPanel.undo_levels.tooltip=\u5143\u306B\u623B\u3059\u64CD\u4F5C\u306E\u4E0A\u9650\u56DE\u6570\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
+OptionPanel.unfold_on_paste=\u8CBC\u308A\u4ED8\u3051\u6642\u306B\u30CE\u30FC\u30C9\u3092\u5C55\u958B
+OptionPanel.unfold_on_paste.tooltip=\u30C9\u30E9\u30C3\u30B0\uFF06\u30C9\u30ED\u30C3\u30D7\u6642\u306B\u30CE\u30FC\u30C9\u3092\u5C55\u958B\u3057\u307E\u3059\u3002
+OptionPanel.use_common_out_point_for_root_node=\u7DDA\u306E\u59CB\u70B9\u3092\u4E00\u70B9\u306B\u96C6\u7D04
+OptionPanel.use_common_out_point_for_root_node.tooltip=\u7DDA\u304C\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u306E\u5DE6\u53F3\u305D\u308C\u305E\u308C\u4E00\u70B9\u304B\u3089\u767A\u3059\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002
+OptionPanel.use_tabbed_pane=\u30BF\u30D6\u8868\u793A\u6A5F\u80FD\u3092\u4F7F\u7528
+OptionPanel.use_tabbed_pane.tooltip=\u8AAD\u307F\u8FBC\u307E\u308C\u305F\u30DE\u30C3\u30D7\u3092(FireFox \u306E\u3088\u3046\u306B)\u30BF\u30D6\u3067\u8868\u793A\u3067\u304D\u307E\u3059\u3002
+OptionPanel.user_defined_screen_resolution=\u30E6\u30FC\u30B6\u5B9A\u7FA9\u753B\u9762\u89E3\u50CF\u5EA6(dpi)
+OptionPanel.validate_classpath_needs_readaccess=\u30B9\u30AF\u30EA\u30D7\u30C8\uFF1A\u30AF\u30E9\u30B9\u30D1\u30B9\u3092\u8A2D\u5B9A\u3059\u308B\u5834\u5408\u306F\u3001\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u8AAD\u307F\u8FBC\u307F\u30A2\u30AF\u30BB\u30B9\u3092\u8A31\u53EF\u3057\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
+OptionPanel.validate_invalid_date_format=\u65E5\u4ED8\u306E\u6A19\u6E96\u66F8\u5F0F\u304C\u7121\u52B9
+OptionPanel.validate_invalid_datetime_format=\u6642\u523B\u4ED8\u304D\u65E5\u4ED8\u306E\u6A19\u6E96\u66F8\u5F0F\u304C\u7121\u52B9
+OptionPanel.validate_invalid_number_format=\u6570\u5024\u306E\u6A19\u6E96\u66F8\u5F0F\u304C\u7121\u52B9
+OptionPanel.validate_write_without_read=\u30B9\u30AF\u30EA\u30D7\u30C8\uFF1A\u30D5\u30A1\u30A4\u30EB\u66F8\u304D\u8FBC\u307F\u306E\u4ED6\u306B\u3001\u30D5\u30A1\u30A4\u30EB\u8AAD\u307F\u8FBC\u307F\u3092\u4ED8\u52A0\u3059\u308B\u304B\u3069\u3046\u304B\u691C\u8A0E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+OptionPanel.validation_error=<html><body>\u691C\u8A3C\u30A8\u30E9\u30FC\uFF1A<p><em>{0}</em><p>\u74B0\u5883\u8A2D\u5B9A\u3092\u5909\u66F4\u3057\u3066\u30A8\u30E9\u30FC\u3092\u662F\u6B63\u3057\u3066\u304F\u3060\u3055\u3044\u3002</body></html>
+OptionPanel.validation_warning=<html><body>\u691C\u8A3C\u8B66\u544A\uFF1A<p><em>{0}</em></body></html>
+OptionPanel.vi=\u30D9\u30C8\u30CA\u30E0\u8A9E\uFF0FTi\u1EBFng Vi\u1EC7t
+OptionPanel.wheel_velocity=\u52A0\u901F\u5EA6
+OptionPanel.wheel_velocity.tooltip=\u5024\u3092\u5927\u304D\u304F\u3059\u308B\u3068\u3001\u30DE\u30C3\u30D7\u4E0A\u306E\u30DE\u30A6\u30B9\u30DB\u30A4\u30FC\u30EB\u3067\u306E\u79FB\u52D5\u901F\u5EA6\u304C\u901F\u304F\u306A\u308A\u307E\u3059\u3002
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=\u4E2D\u56FD\u8A9E\uFF08\u7C21\u4F53\u5B57\uFF09\uFF0F\u7B80\u4F53\u5B57
+OptionPanel.zh_TW=\u4E2D\u56FD\u8A9E\uFF08\u7E41\u4F53\u5B57\uFF09\uFF0F\u7E41\u9AD4\u5B57
+org.freeplane.plugin.bugreport.agree=\u9001\u4FE1
+org.freeplane.plugin.bugreport.always_agree=\u5E38\u306B\u9001\u4FE1
+org.freeplane.plugin.bugreport.always_deny=\u5E38\u306B\u9001\u4FE1\u3057\u306A\u3044
+org.freeplane.plugin.bugreport.deny=\u9001\u4FE1\u3057\u306A\u3044
+org.freeplane.plugin.bugreport.dialog.title=\u81EA\u52D5\u30D0\u30B0\u30EC\u30DD\u30FC\u30C8
+org.freeplane.plugin.bugreport.freeplane_team=Freeplane \u958B\u767A\u30C1\u30FC\u30E0\u304B\u3089\u306E\u304A\u77E5\u3089\u305B
+org.freeplane.plugin.bugreport.lastreport=\u3044\u305F\u3060\u3044\u305F\u5831\u544A\u306E\u5185\u5BB9
+org.freeplane.plugin.bugreport.never=\u3053\u3053\u3067\u3001\u52A9\u8A00\u306E\u8981\u8ACB\u306F\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002
+org.freeplane.plugin.bugreport.question=<html>Freeplane \u306B\u306F\u81EA\u52D5\u30D0\u30B0\u30EC\u30DD\u30FC\u30C8\u6A5F\u80FD\u304C\u3042\u308A\u307E\u3059\u3002<br>\u500B\u4EBA\u60C5\u5831\u3084\u30DE\u30C3\u30D7\u306E\u5185\u5BB9\u306F\u9001\u4FE1\u3057\u307E\u305B\u3093\u3002<br>\u30D0\u30B0\u30EC\u30DD\u30FC\u30C8\u306F\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2\u6539\u5584\u306E\u52A9\u3051\u306B\u306A\u308A\u307E\u3059\u3002</html>
+org.freeplane.plugin.bugreport.report=\u4ECA\u56DE\u306F\u9001\u4FE1
+org.freeplane.plugin.bugreport.wanted_bug=<html>\u5185\u90E8\u51E6\u7406\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u30A8\u30E9\u30FC\u306F\u3001\u81EA\u52D5\u7684\u306B\u5831\u544A\u3055\u308C\u307E\u3057\u305F\u3002<br>\u60F3\u5B9A\u5916\u306E\u52D5\u4F5C\u3092\u518D\u73FE\u3059\u308B\u305F\u3081\u306B\u3001\u3088\u308A\u591A\u304F\u306E\u60C5\u5831\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044\u3002<br>\u79C1\u305F\u3061\u304C\u904B\u55B6\u3059\u308B Mantis bug tracker \u306B\u30D0\u30B0\u5831\u544A\u3057\u3066\u3044\u305F\u3060\u304F\u3053\u3068\u304C\u3001\u652F\u63F4\u3068\u306A\u308A\u307E\u3059\u3002<br>\u30D0\u30B0\u3092\u518D\u73FE\u3067\u304D\u308B\u3088\u3046\u306B\u3001\u554F\u984C\u52D5\u4F5C\u767A\u751F\u6642\u306B\u884C\u3063\u3066\u3044\u305F\u3053\u3068\u3092\u8AAC\u660E\u3057\u3066\u304F\u3060\u3055\u3044\u3002<br><br>\u300COK\u300D\u3092\u62BC\u3059\u3068\u3001\u30A6\u30A7\u30D6\u30D6\u30E9\u30A6\u30B6\u4E0A\u306B Mantis bug tracker \u306E\u30DA\u30FC\u30B8\u304C\u958B\u304D\u307E\u3059\u3002<br><br>\u30D0\u30B0\u30D5\u30A3\u30C3\u30AF\u30B9\u306B\u3054\u5354\u529B\u3044\u305F\u3060\u304D\u3001\u3042\u308A\u304C\u3068\u3046\u3054\u3056\u3044\u307E\u3059\u3002<br>Freeplane \u958B\u767A\u30C1\u30FC\u30E0\u4E00\u540C</html>
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u30CE\u30FC\u30C9 {0} \u306F\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
+out_of_memory=\u30E1\u30E2\u30EA\u4E0D\u8DB3\u3067\u3059\u3002
+overwrite_keyset_question=\u65E2\u5B58\u306E\u30AD\u30FC\u8A2D\u5B9A\u306B\u4E0A\u66F8\u304D\u3057\u307E\u3059\u304B\uFF1F
+PageAction.text=\u5370\u5237\u8A2D\u5B9A...
+password_is_not_ascii=\u30D1\u30B9\u30EF\u30FC\u30C9\u306F ASCII \u30B3\u30FC\u30C9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
+PasteAction.text=\u8CBC\u308A\u4ED8\u3051(&P)
+PasteAttributes.text=\u5C5E\u6027\u3092\u8CBC\u308A\u4ED8\u3051(&R)
+PatternNewNameProperty=\u65B0\u898F\u30D1\u30BF\u30FC\u30F3
+PatternToString.backgroundColor=\u80CC\u666F\u8272
+PatternToString.Child=\u5B50\u30CE\u30FC\u30C9\u306E\u30B9\u30BF\u30A4\u30EB
+PatternToString.color=\u8272
+PatternToString.EdgeColor=\u7DDA\u306E\u8272
+PatternToString.EdgeStyle=\u7DDA\u306E\u5F62\u72B6
+PatternToString.EdgeWidth=\u7DDA\u306E\u592A\u3055
+PatternToString.FontBold=\u592A\u5B57
+PatternToString.FontItalic=\u659C\u4F53
+PatternToString.FontName=\u30D5\u30A9\u30F3\u30C8\u540D
+PatternToString.Icon=\u30A2\u30A4\u30B3\u30F3
+PatternToString.NodeFontSize=\u6587\u5B57\u30B5\u30A4\u30BA
+periodic_formula={0} * n + {1} \u968E\u5C64
+PeriodUnit.DAY=\u65E5
+PeriodUnit.HOUR=\u6642\u9593
+PeriodUnit.MINUTE=\u5206
+PeriodUnit.MONTH=\u304B\u6708
+PeriodUnit.WEEK=\u9031\u9593
+PeriodUnit.YEAR=\u5E74
+plugins/latex/LatexNodeHook.editorTitle=Latex \u30A8\u30C7\u30A3\u30BF\uFF08\u9589\u3058\u308B\u3068\u78BA\u5B9A\uFF09
+plugins/script_filter=\u30B9\u30AF\u30EA\u30D7\u30C8\u30D5\u30A3\u30EB\u30BF {0}
+plugins/script_filter_error={1} \u306E\u5834\u5408\u3001{0} \u306E\u8FD4\u5024\u306F\u771F\u507D\u5024\u3067\u306A\u3051\u308C\u3070\u306A\u3089\u306A\u3044\u306E\u306B\u3001{2} \u3068\u306A\u3063\u3066\u3044\u307E\u3059\u3002
+plugins/ScriptEditor.cancel=\u5909\u66F4\u3092\u4FDD\u5B58\u3057\u306A\u3044\u3067\u7D42\u4E86(&D)
+plugins/ScriptEditor.exit=\u4FDD\u5B58\u3057\u3066\u7D42\u4E86(&S)
+plugins/ScriptEditor.FORBIDDEN_ACTION=<html>Freeplane \u306E groovy \u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u6A5F\u80FD\u5236\u9650\u4ED8\u304D\u3067\u3059\u3002<br>{0,choice,0#File|1#Network|2#Exec}\u306B\u7D9A\u304F\u4E0B\u8A18\u306E\u52D5\u4F5C\u306F\u7981\u6B62\u3055\u308C\u3066\u3044\u307E\u3059\uFF1A<br>\u3000\u3000{1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}<br>\u3053\u306E\u70B9\u306F\u3001\u30D7\u30ED\u30B0\u30E9\u30E0\u306E\u8A2D\u5B9A\u306B\u3088\u308A\u5909\u66F4\u53EF\u80FD\u3067\u3059\u3002
+plugins/ScriptEditor.menu_actions=\u30A2\u30AF\u30B7\u30E7\u30F3(&A)
+plugins/ScriptEditor.new_script=\u65B0\u898F\u30B9\u30AF\u30EA\u30D7\u30C8
+plugins/ScriptEditor.run=\u5B9F\u884C(&R)
+plugins/ScriptEditor.sign=\u30B9\u30AF\u30EA\u30D7\u30C8\u306B\u7F72\u540D...
+plugins/ScriptEditor/window.Result=Result :
+plugins/ScriptEditor/window.title=\u30B9\u30AF\u30EA\u30D7\u30C8\u306E\u7DE8\u96C6
+plugins/ScriptingEngine.illegalAccessToInternalAPI=\u5185\u90E8 API \uFF08\u30D1\u30C3\u30B1\u30FC\u30B8 {0}\uFF09\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u306F\u7981\u6B62\u3055\u308C\u3066\u3044\u307E\u3059\u3002/n\u30B9\u30AF\u30EA\u30D7\u30C8\u4F5C\u6210 API \u304C\u4E0D\u5341\u5206\u306A\u5834\u5408\u306F\u3001Freeplane \u4F5C\u6210\u30C1\u30FC\u30E0\u306B\u3054\u9023\u7D61\u4E0B\u3055\u3044\u3002
+plugins/TimeList.xml_Created=\u4F5C\u6210
+plugins/TimeList.xml_Date=\u65E5\u4ED8
+plugins/TimeList.xml_Icons=\u30A2\u30A4\u30B3\u30F3
+plugins/TimeList.xml_Modified=\u5909\u66F4
+plugins/TimeList.xml_Notes=\u30CE\u30FC\u30C8
+plugins/TimeList.xml_Text=\u30C6\u30AD\u30B9\u30C8
+plugins/TimeManagement.xml_appendButton=\u9078\u629E\u4E2D\u306E\u65E5\u4ED8\u3092\u633F\u5165
+plugins/TimeManagement.xml_Cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
+plugins/TimeManagement.xml_cancelButton=\u30AD\u30E3\u30F3\u30BB\u30EB
+plugins/TimeManagement.xml_closeButton=\u9589\u3058\u308B
+plugins/TimeManagement.xml_Export=\u9078\u629E\u30CE\u30FC\u30C9\u306E\u66F8\u304D\u51FA\u3057
+plugins/TimeManagement.xml_Find=\u691C\u7D22\u6587\u5B57\u5217
+plugins/TimeManagement.xml_Goto=\u79FB\u52D5
+plugins/TimeManagement.xml_hour=\u6642\uFF1A
+plugins/TimeManagement.xml_menu_actions=\u30A2\u30AF\u30B7\u30E7\u30F3
+plugins/TimeManagement.xml_minute=\u5206\uFF1A
+plugins/TimeManagement.xml_reminderButton=\u30AB\u30EC\u30F3\u30C0\u30FC\u3067\u9078\u629E\u3057\u305F\u65E5\u306B\u30EA\u30DE\u30A4\u30F3\u30C0\u3092\u8A2D\u5B9A
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u30DC\u30BF\u30F3\u3092\u62BC\u3059\u3068\u3001\u6307\u5B9A\u671F\u65E5\u307E\u3067\u306E\u30BF\u30A4\u30DE\u30FC\u304C\u7D44\u307F\u8FBC\u307E\u308C\u3001\u70B9\u6EC5\u30A2\u30A4\u30B3\u30F3\u3067\u6CE8\u610F\u3092\u4FC3<br> \u3057\u307E\u3059\u3002\u30DE\u30C3\u30D7\u3092\u9589\u3058\u3066\u3082\u3001\u30BF\u30A4\u30DE\u30FC\u306F\u305D\u306E\u30DE\u30C3\u30D7\u3092\u958B\u3051\u305F\u3068\u304D\u52D5\u4F5C\u3092\u518D\u958B\u3057\u307E\u3059\u3002</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u73FE\u5728\u3001\u30EA\u30DE\u30A4\u30F3\u30C0\u306F\uFF11\u30CE\u30FC\u30C9\u306B\u4E00\u3064\u3057\u304B\u5229\u7528\u3067\u304D\u307E\u305B\u3093\u3002<br>\u73FE\u5728\u306E\u30EA\u30DE\u30A4\u30F3\u30C0\u306F {0,date} {0,time}\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u65B0\u305F\u306B\u3001 {1,date} {1,time}\u304C\u9078\u629E\u3055\u308C\u307E\u3057\u305F\u3002<br><br>\u3053\u306E\u30CE\u30FC\u30C9\u306E\u30EA\u30DE\u30A4\u30F3\u30C0\u3092\u5909\u66F4\u3057\u307E\u3059\u304B\uFF1F (\u306F\u3044) <br>\u305D\u308C\u3068\u3082\u3001\u5143\u306E\u307E\u307E\u306B\u3057\u307E\u3059\u304B\uFF1F (\u3044\u3044\u3048)</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u30EA\u30DE\u30A4\u30F3\u30C0\u306F  {0,date} {0,time} \u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059
+plugins/TimeManagement.xml_remindLaterButton=\u6307\u5B9A\u671F\u9593\u7D4C\u904E\u5F8C\u306B\u30EA\u30DE\u30A4\u30F3\u30C9\uFF08\u8A2D\u5B9A or \u5909\u66F4\uFF09
+plugins/TimeManagement.xml_remindLaterButton_tooltip=\u4ECA\u65E5\u304B\u3089\u30EA\u30DE\u30A4\u30F3\u30C9\u307E\u3067\u306E\u65E5\u6570\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002\uFF08\u660E\u65E5: 1\u3001\u660E\u5F8C\u65E5: 2\u3001\u2026\uFF09
+plugins/TimeManagement.xml_removeReminderButton=\u30EA\u30DE\u30A4\u30F3\u30C0\u3092\u524A\u9664
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304B\u3089\u3059\u3079\u3066\u306E\u30EA\u30DE\u30A4\u30F3\u30C0\u3092\u524A\u9664\u3057\u307E\u3059\u3002
+plugins/TimeManagement.xml_Replace=\u7F6E\u63DB\u6587\u5B57\u5217
+plugins/TimeManagement.xml_Replace_All=\u3059\u3079\u3066\u7F6E\u63DB
+plugins/TimeManagement.xml_Replace_Selected=\u9078\u629E\u30CE\u30FC\u30C9\u3067\u7F6E\u63DB
+plugins/TimeManagement.xml_Select=\u9078\u629E
+plugins/TimeManagement.xml_todayButton=\u30AB\u30EC\u30F3\u30C0\u30FC\u9078\u629E\u3092\u73FE\u5728\u306B
+plugins/TimeManagement.xml_WindowTitle=\u6642\u9593\u7BA1\u7406
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u691C\u7D22\uFF06\u7F6E\u63DB
+preferences=\u8A2D\u5B9A
+print_preview_title=\u5370\u5237\u30D7\u30EC\u30D3\u30E5\u30FC
+PrintAction.text=\u30DE\u30C3\u30D7\u3092\u5370\u5237(&P)...
+PrintDirectAction.text=\u5370\u5237
+printing_settings=\u5370\u5237\u30B5\u30A4\u30BA\u3092\u6307\u5B9A
+PrintPreviewAction.text=\u5370\u5237\u30D7\u30EC\u30D3\u30E5\u30FC(&V)...
+PropertyAction.dialog=\u74B0\u5883\u8A2D\u5B9A
+PropertyAction.text=\u74B0\u5883\u8A2D\u5B9A...
+QuickFilterAction.text=\u30AF\u30A3\u30C3\u30AF\u30D5\u30A3\u30EB\u30BF
+QuickFindAction.BACK.text=\u524D\u65B9\u691C\u7D22
+QuickFindAction.FORWARD.text=\u5F8C\u65B9\u691C\u7D22
+QuickFindAllAction.text=\u8A72\u5F53\u30CE\u30FC\u30C9\u3092\u3059\u3079\u3066\u9078\u629E
+QuickHighlightAction.text=\u6761\u4EF6\u9069\u5408\u30CE\u30FC\u30C9\u3092\u3059\u3079\u3066\u9078\u629E
+QuitAction.text=\u7D42\u4E86(&Q)
+read_only=\u8AAD\u307F\u8FBC\u307F\u5C02\u7528
+ReadScriptError.text=\u30B9\u30AF\u30EA\u30D7\u30C8\u306E\u8AAD\u307F\u8FBC\u307F\u4E2D\u306B\u3001\u30A8\u30E9\u30FC\u304C\u751F\u3058\u307E\u3057\u305F\u3002
+really_convert_to_current_version=<html>\u3053\u306E\u30DE\u30C3\u30D7\u306F\u65E7\u30D0\u30FC\u30B8\u30E7\u30F3\u306E Freeplane \u3067\u4F5C\u6210\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u5909\u63DB\u3057\u307E\u3059\u304B\uFF1F\uFF08\u63A8\u5968\uFF09<br>\u5909\u63DB\u3057\u306A\u3044\u5834\u5408\u306F\u305D\u306E\u307E\u307E\u8AAD\u307F\u8FBC\u307F\u307E\u3059\u304C\u3001\u52D5\u4F5C\u3092\u4FDD\u8A3C\u3067\u304D\u307E\u305B\u3093</html>
+really_cut_node=\u672C\u5F53\u306B\u30CE\u30FC\u30C9\u3092\u5207\u308A\u53D6\u308A\u307E\u3059\u304B\uFF1F
+really_execute_script=\u3053\u306E\u30DE\u30C3\u30D7\u306B\u542B\u307E\u308C\u308B\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u5B9F\u884C\u3057\u307E\u3059\u304B\uFF1F\n\u5B9F\u884C\u3059\u308B\u3068\u3001\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u306B\u60AA\u5F71\u97FF\u3092\n\u4E0E\u3048\u308B\u6050\u308C\u304C\u3042\u308A\u307E\u3059\u3002
+really_remove_node=\u672C\u5F53\u306B\u30CE\u30FC\u30C9\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F
+really_remove_notes=\u672C\u5F53\u306B\u30CE\u30FC\u30C8\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F
+ReapplyFilterAction.text=\u30D5\u30A3\u30EB\u30BF\u3092\u304B\u3051\u76F4\u3059
+red=\u8D64
+RedefineStyleAction.text=\u30B9\u30BF\u30A4\u30EB\u3092\u518D\u5B9A\u7FA9
+RedoAction.text=\u3084\u308A\u76F4\u3059(&R)
+RedoFilterAction.text=\u5143\u306E\u30D5\u30A3\u30EB\u30BF\u3092\u518D\u9069\u7528
+regular_expressions=\u6B63\u898F\u8868\u73FE
+ReminderHookAction.text=\u30EA\u30DE\u30A4\u30F3\u30C0\u3092\u524A\u9664
+ReminderHookAction.tooltip=\u30CE\u30FC\u30C9\u304B\u3089\u30EA\u30DE\u30A4\u30F3\u30C0\u3092\u524A\u9664\u3057\u307E\u3059\u3002
+remove_file_from_list_on_error=<html>\u30D5\u30A1\u30A4\u30EB  {0} \u3092\u8AAD\u307F\u8FBC\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002<br>\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u300C\u6700\u8FD1\u4F7F\u3063\u305F\u30D5\u30A1\u30A4\u30EB\u300D\u304B\u3089\u524A\u9664\u3057\u307E\u3059\u304B\u3002</html>
+remove_shortcut_question=\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u7F6E\u63DB\u3057\u307E\u3059\u304B\uFF1F
+RemoveAllIconsAction.text=\u3059\u3079\u3066\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664
+RemoveConnectorAction.text=\u30B3\u30CD\u30AF\u30BF\u3092\u524A\u9664
+RemoveEncryption.text=\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5EC3\u6B62
+RemoveFormatAction.text=\u66F8\u5F0F\u306E\u307F\u524A\u9664
+RemoveIcon_0_Action.text=\u5148\u982D\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664
+RemoveIconAction.text=\u6700\u5F8C\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664
+RemoveNoteAction.text=\u30CE\u30FC\u30C8\u3092\u524A\u9664
+RemoveNoteAction.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\uFF08\u8907\u6570\u53EF\uFF09\u304B\u3089\u30CE\u30FC\u30C8\u306E\u5185\u5BB9\u3092\u524A\u9664\u3057\u307E\u3059\u3002
+rename=\u540D\u524D\u306E\u5909\u66F4(&R)
+repair_link=\u30EA\u30F3\u30AF\u3092\u4FEE\u5FA9
+repair_link_question=\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30DE\u30C3\u30D7\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u30EA\u30F3\u30AF\u3092\u624B\u52D5\u3067\u4FEE\u6B63\u3057\u307E\u3059\u304B\uFF1F
+replace=\u7F6E\u63DB
+replace_shortcut_question=\u3053\u306E\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306F\u3001\u73FE\u5728\u3001\n\u3000\u3000\u300C{0}\u300D\n\u306B\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u30AD\u30FC\u3078\u306E\u5272\u308A\u5F53\u3066\u6A5F\u80FD\u3092\u7F6E\u63DB\u3057\u307E\u3059\u304B\uFF1F
+replace_shortcut_title=\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7F6E\u63DB\u78BA\u8A8D
+ReportBugAction.text=\u30D0\u30B0\u3092\u5831\u544A
+RequestFeatureAction.text=\u6A5F\u80FD\u306E\u8FFD\u52A0\u3092\u8981\u671B
+reset_to_default=\u65E2\u5B9A\u5024\u3092\u4F7F\u7528
+ResetNodeLocationAction.text=\u30CE\u30FC\u30C9\u306E\u4F4D\u7F6E\u3092\u30EA\u30BB\u30C3\u30C8(&P)
+ResetStyleAction.text=\u30CE\u30FC\u30C9\u30B9\u30BF\u30A4\u30EB\u3092\u30EA\u30BB\u30C3\u30C8
+RevertAction.text=\u5C65\u6B74\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u5FA9\u5143(&R)
+RevisionPluginAction.text=\u66F4\u65B0\u30CE\u30FC\u30C9\u306E\u80CC\u666F\u8272\u3092\u5909\u66F4(&R)
+save_failed=\u30DE\u30C3\u30D7 {0} \u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
+save_unsaved=\u4E0B\u8A18\u306E\u30DE\u30C3\u30D7\u3092\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
+save_unsaved_styles=\u30B9\u30BF\u30A4\u30EB\u3092\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
+SaveAcceleratorPresetsAction.text=\u30DB\u30C3\u30C8\u30AD\u30FC\u30BB\u30C3\u30C8\u3092\u4FDD\u5B58
+SaveAction.text=\u30DE\u30C3\u30D7\u3092\uFF08\u4E0A\u66F8\u304D\uFF09\u4FDD\u5B58(&S)
+SaveAll.text=\u3059\u3079\u3066\u306E\u30DE\u30C3\u30D7\u3092\u4FDD\u5B58(&L)
+SaveAll.tooltip=\u958B\u3044\u3066\u3044\u308B\u30DE\u30C3\u30D7\u3092\u3059\u3079\u3066\u4FDD\u5B58\u3057\u307E\u3059\u3002
+SaveAsAction.text=\u540D\u524D\u3092\u4ED8\u3051\u3066\u30DE\u30C3\u30D7\u3092\u4FDD\u5B58(&A)...
+saved=\u4FDD\u5B58\u3057\u307E\u3057\u305F
+saving_canceled=\u4FDD\u5B58\u3092\u4E2D\u6B62
+scanners_not_loaded=\u30B9\u30AD\u30E3\u30CA\u3092\u8D77\u52D5\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u30D5\u30A1\u30A4\u30EB\u304C\u58CA\u308C\u3066\u3044\u307E\u3059\u3002
+scheme_evaluate=\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u5B9F\u884C
+script_execution_disabled=\u30B9\u30AF\u30EA\u30D7\u30C8\u5B9F\u884C\u7981\u6B62\u4E2D
+ScriptEditor.text=\u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u7DE8\u96C6(&C)...
+ScriptEditor.tooltip=Freeplane \u3067\u30E9\u30FC\u30B8\u30B9\u30AF\u30EA\u30D7\u30C8\u306E\u66F8\u304D\u8FBC\u307F\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002
+ScriptEditorPanel.changed_cancel=\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u672C\u5F53\u306B\u5909\u66F4\u3092\u653E\u68C4\u3057\u307E\u3059\u304B\uFF1F
+scripting_api_generator_legend=\u30EC\u30B8\u30A7\u30F3\u30C9
+scripting_api_generator_proxy=\u30D7\u30ED\u30AD\u30B7
+scripting_api_generator_title=\u30B9\u30AF\u30EA\u30D7\u30C8 API
+scripting_api_generator_utilities=\u30E6\u30FC\u30C6\u30A3\u30EA\u30C6\u30A3
+scripting_api_generator_web=Web \u30EA\u30BD\u30FC\u30B9
+select_favorites_folder=\u304A\u6C17\u306B\u5165\u308A\u306E\u683C\u7D0D\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+select_file_export_to=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E
+select_folder_for_importing=\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+select_icon=\u30A2\u30A4\u30B3\u30F3\u3092\u9078\u629E...
+select_menu_item_dialog=\u30E1\u30CB\u30E5\u30FC\u304B\u3089\u8A72\u5F53\u9805\u76EE\u3092\u9078\u3093\u3067\u304F\u3060\u3055\u3044\u3002
+select_menu_item_root_node=\u30E1\u30CB\u30E5\u30FC
+SelectAllAction.text=\u8868\u793A\u4E2D\u306E\u30CE\u30FC\u30C9\u3092\u3059\u3079\u3066\u9078\u629E(&V)
+SelectBranchAction.text=\u679D\u306E\u8868\u793A\u30CE\u30FC\u30C9\u3092\u3059\u3079\u3066\u9078\u629E(&B)
+SelectedPasteAction.text=\u5F62\u5F0F\u3092\u9078\u629E\u3057\u3066\u8CBC\u308A\u4ED8\u3051(&A)...
+selection_method_by_click=\u30AF\u30EA\u30C3\u30AF\u3067\u9078\u629E
+selection_method_delayed=\u9593\u3092\u7F6E\u3044\u3066\u81EA\u52D5\u9078\u629E
+selection_method_direct=\u76F4\u3061\u306B\u9078\u629E
+SelectNoteAction.text=\u30CE\u30FC\u30C8\u7DE8\u96C6\u306B\u5207\u308A\u66FF\u3048
+SelectNoteAction.tooltip=\u64CD\u4F5C\u5BFE\u8C61\u3092\u30CE\u30FC\u30C8\u30D1\u30CD\u30EB\u306B\u5207\u308A\u66FF\u3048\u307E\u3059\u3002
+set_accelerator_on_next_click_action=<html>\u30E1\u30CB\u30E5\u30FC\u306E\u4E2D\u304B\u3089\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u5272\u308A\u5F53\u3066\u305F\u3044\u6A5F\u80FD\u3092 Ctrl \u3092\u62BC\u3057\u306A\u304C\u3089\u5DE6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3001<br>\u30AD\u30FC\u5272\u308A\u5F53\u3066\u30C0\u30A4\u30A2\u30ED\u30B0\u304C\u958B\u304D\u307E\u3059\u3002</html>
+SetAcceleratorOnNextClickAction.text=\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u5272\u308A\u5F53\u3066
+SetImageByFileChooserAction.text=\u753B\u50CF\uFF08\u30D5\u30A1\u30A4\u30EB\u9078\u629E or \u30EA\u30F3\u30AF\u304B\u3089\uFF09...
+SetLinkAnchorAction.text=\u30EA\u30F3\u30AF\u30A2\u30F3\u30AB\u30FC\u3092\u30BB\u30C3\u30C8
+SetLinkAnchorAction.tooltip=<html>\u30ED\u30FC\u30AB\u30EB\u30EA\u30F3\u30AF\u306A\u3044\u3057\u30B0\u30ED\u30FC\u30D0\u30EB\u30EA\u30F3\u30AF\u306E\u4F5C\u6210\u306B\u5099\u3048\u3066\u3001<br/>\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306B\u30A2\u30F3\u30AB\u30FC\u3092\u30BB\u30C3\u30C8\u3057\u307E\u3059\u3002
+SetLinkAnchorAction.tooltip_anchored=<html>\u30ED\u30FC\u30AB\u30EB\u30EA\u30F3\u30AF\u306A\u3044\u3057\u30B0\u30ED\u30FC\u30D0\u30EB\u30EA\u30F3\u30AF\u306E\u4F5C\u6210\u306B\u5099\u3048\u3066\u3001<br/>\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u306B\u30A2\u30F3\u30AB\u30FC\u3092\u30BB\u30C3\u30C8\u3057\u307E\u3059\u3002<br/>\u3000\u6700\u65B0\u306E\u30A2\u30F3\u30AB\u30FC\u3000\uFF1A\u3000{0}
+SetLinkByFileChooserAction.text=\u30EA\u30F3\u30AF\u5148\u3092\u6307\u5B9A (\u30D5\u30A1\u30A4\u30EB\u9078\u629E)...
+SetLinkByTextFieldAction.text=\u30EA\u30F3\u30AF\u5148\u3092\u6307\u5B9A (\u30C6\u30AD\u30B9\u30C8\u5165\u529B)...
+SetNodeLink.text=\u30CE\u30FC\u30C9\u30EA\u30F3\u30AF\u3092\u8A2D\u5B9A...
+SetNoteWindowPosition.bottom.text=\u4E0B
+SetNoteWindowPosition.left.text=\u5DE6
+SetNoteWindowPosition.right.text=\u53F3
+SetNoteWindowPosition.top.text=\u4E0A
+SetShortenerStateAction.text=\u30CE\u30FC\u30C9\u3092\u77ED\u7E2E\u8868\u793A
+sf_login_required=Source Forge \u3078\u306E\u30ED\u30B0\u30A4\u30F3\u304C\u5FC5\u8981\u3067\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B\uFF1F
+ShowAllAttributesAction.text=\u3059\u3079\u3066\u306E\u5C5E\u6027\u3092\u8868\u793A
+ShowAncestorsAction.text=\u4E0A\u4F4D\u30CE\u30FC\u30C9\u3082\u8868\u793A
+ShowAttributeDialogAction.text=\u5C5E\u6027\u30DE\u30CD\u30FC\u30B8\u30E3...
+ShowDescendantsAction.text=\u4E0B\u4F4D\u30CE\u30FC\u30C9\u3082\u8868\u793A
+ShowFilterToolbarAction.text=\u30D5\u30A3\u30EB\u30BF\u30D0\u30FC
+ShowFormatPanel.text=\u30D7\u30ED\u30D1\u30C6\u30A3\u30D1\u30CD\u30EB
+ShowFormatPanel.tooltip=\u30CE\u30FC\u30C9\u3068\u7DDA\u306E\u5C5E\u6027\u3092\u540C\u6642\u306B\u5909\u66F4\u3067\u304D\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A\u3057\u307E\u3059\u3002
+ShowHideNoteAction.text=\u30CE\u30FC\u30C8\u30D1\u30CD\u30EB\u3092\u8868\u793A
+ShowHideNoteAction.tooltip=\u30CE\u30FC\u30C8\u30D1\u30CD\u30EB\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A\u3092\u5207\u308A\u66FF\u3048\u307E\u3059\u3002
+ShowNextChildAction.text=\u6B21\u306E\u5B50\u30CE\u30FC\u30C9\u3092\u8868\u793A
+ShowNotesInMapAction.text=\u30DE\u30C3\u30D7\u5185\u306B\u30CE\u30FC\u30C8\u3092\u8868\u793A
+ShowSelectedAttributesAction.text=\u8868\u793A\u3059\u308B\u5C5E\u6027\u3092\u9650\u5B9A
+ShowSelectionAsRectangleAction.text=\u9078\u629E\u30CE\u30FC\u30C9\u3092\u67A0\u56F2\u3044\u8868\u793A
+simplyhtml.aboutFrameTitle=\u3053\u306E\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u306B\u3064\u3044\u3066
+simplyhtml.aboutLabel=SimplyHTML \u306B\u3064\u3044\u3066...
+simplyhtml.alignCenter=\u4E2D\u592E
+simplyhtml.alignLabel=\u6587\u5B57\u63C3\u3048\uFF1A
+simplyhtml.alignLeft=\u5DE6
+simplyhtml.alignRight=\u53F3
+simplyhtml.allCellsRangeLabel=\u3059\u3079\u3066\u306E\u30BB\u30EB
+simplyhtml.allOccurrencesReplaced=\u3059\u3079\u3066\u306E\u9805\u76EE\u3092\u7F6E\u63DB\u3057\u307E\u3057\u305F
+simplyhtml.appendTableColLabel=\u5217\u306E\u8FFD\u52A0
+simplyhtml.appendTableRowLabel=\u884C\u306E\u8FFD\u52A0
+simplyhtml.applyCellAttrLabel=\u9069\u7528\uFF1A
+simplyhtml.backgroundLabel=\u80CC\u666F\uFF1A
+simplyhtml.boldItalicName=\u592A\u5B57 \u659C\u4F53
+simplyhtml.boldName=\u592A\u5B57
+simplyhtml.borderColorLabel=\u8272\uFF1A
+simplyhtml.borderWidthLabel=\u5E45
+simplyhtml.bottomLabel=\u4E0B\u8A70\u3081\uFF1A
+simplyhtml.cancelBtnName=\u30AD\u30E3\u30F3\u30BB\u30EB
+simplyhtml.cellBorderTabLabel=\u5883\u754C\u7DDA
+simplyhtml.cellGenTabLabel=\u5168\u822C
+simplyhtml.cellMarginTabLabel=\u30DE\u30FC\u30B8\u30F3
+simplyhtml.cellPanelTitle=\u30BB\u30EB\u306E\u66F8\u5F0F
+simplyhtml.clearFormatLabel=\u66F8\u5F0F\u3092\u524A\u9664
+simplyhtml.clearFormatTip=\u66F8\u5F0F\u3092\u524A\u9664
+simplyhtml.close=\u9589\u3058\u308B
+simplyhtml.closeBtnName=\u9589\u3058\u308B
+simplyhtml.colorLabel=\u8272
+simplyhtml.copyLabel=\u30B3\u30D4\u30FC
+simplyhtml.copyTip=\u30B3\u30D4\u30FC
+simplyhtml.cTagNameHead1=\u898B\u51FA\u3057 1
+simplyhtml.cTagNameHead2=\u898B\u51FA\u3057 2
+simplyhtml.cTagNameHead3=\u898B\u51FA\u3057 3
+simplyhtml.cTagNameHead4=\u898B\u51FA\u3057 4
+simplyhtml.cTagNameHead5=\u898B\u51FA\u3057 5
+simplyhtml.cTagNameHead6=\u898B\u51FA\u3057 6
+simplyhtml.cTagNameLink=\u30EA\u30F3\u30AF
+simplyhtml.cTagNameOL=\u756A\u53F7\u4ED8\u304D\u30EA\u30B9\u30C8
+simplyhtml.cTagNamePara=\u6BB5\u843D
+simplyhtml.cTagNameUL=\u756A\u53F7\u306A\u3057\u30EA\u30B9\u30C8
+simplyhtml.cutLabel=\u5207\u308A\u53D6\u308A
+simplyhtml.cutTip=\u5207\u308A\u53D6\u308A
+simplyhtml.defaultDocName=\u7121\u984C
+simplyhtml.deleteTableColLabel=\u5217\u306E\u524A\u9664
+simplyhtml.deleteTableRowLabel=\u884C\u306E\u524A\u9664
+simplyhtml.docTitleQuery=\u30BF\u30A4\u30C8\u30EB\u3092\u8A2D\u5B9A\uFF1A
+simplyhtml.docTitleTitle=\u6587\u66F8\u30BF\u30A4\u30C8\u30EB\u3092\u7DE8\u96C6
+simplyhtml.editLabel=\u7DE8\u96C6
+simplyhtml.effectLabel=\u52B9\u679C
+simplyhtml.familyLabel=\u30D5\u30A1\u30DF\u30EA\u30FC
+simplyhtml.findNext=\u6B21\u3092\u691C\u7D22...
+simplyhtml.findReplaceDialogTitle=\u691C\u7D22\uFF06\u7F6E\u63DB
+simplyhtml.findReplaceLabel=\u691C\u7D22\uFF06\u7F6E\u63DB
+simplyhtml.findReplaceTip=\u691C\u7D22\uFF06\u7F6E\u63DB
+simplyhtml.fontBoldLabel=\u592A\u5B57
+simplyhtml.fontBoldTip=\u592A\u5B57
+simplyhtml.fontColorLabel=\u6587\u5B57\u8272
+simplyhtml.fontColorTip=\u6587\u5B57\u8272
+simplyhtml.fontDialogTitle=\u30D5\u30A9\u30F3\u30C8\u306E\u66F8\u5F0F
+simplyhtml.fontItalicLabel=\u659C\u4F53
+simplyhtml.fontItalicTip=\u659C\u4F53
+simplyhtml.fontLabel=\u30D5\u30A9\u30F3\u30C8...
+simplyhtml.fontTabLabel=\u30D5\u30A9\u30F3\u30C8
+simplyhtml.fontTip=\u30D5\u30A9\u30F3\u30C8\u306E\u66F8\u5F0F...
+simplyhtml.fontUnderlineLabel=\u4E0B\u7DDA
+simplyhtml.fontUnderlineTip=\u4E0B\u7DDA
+simplyhtml.foregroundLabel=\u6587\u5B57\uFF1A
+simplyhtml.formatLabel=\u66F8\u5F0F
+simplyhtml.formatListLabel=\u7B87\u6761\u66F8\u304D\uFF08\u66F8\u5F0F\u8A2D\u5B9A\uFF09...
+simplyhtml.formatListTip=\u7B87\u6761\u66F8\u304D\u306E\u66F8\u5F0F\u5909\u66F4
+simplyhtml.formatParaLabel=\u6BB5\u843D...
+simplyhtml.formatParaTip=\u6BB5\u843D\u66F8\u5F0F\u306E\u5909\u66F4
+simplyhtml.formatTableLabel=\u30C6\u30FC\u30D6\u30EB...
+simplyhtml.formatTableTip=\u30C6\u30FC\u30D6\u30EB\u306E\u66F8\u5F0F
+simplyhtml.helpLabel=\u30D8\u30EB\u30D7
+simplyhtml.htmlTabTitle=HTML \u30B3\u30FC\u30C9\u8868\u793A
+simplyhtml.imageFileDesc=\u753B\u50CF\u30D5\u30A1\u30A4\u30EB
+simplyhtml.insertTableColLabel=\u5217\u306E\u633F\u5165
+simplyhtml.insertTableLabel=\u30C6\u30FC\u30D6\u30EB...
+simplyhtml.insertTableMsg=\u5217\u6570
+simplyhtml.insertTableRowLabel=\u884C\u306E\u633F\u5165
+simplyhtml.insertTableTitle=\u30C6\u30FC\u30D6\u30EB\u306E\u633F\u5165
+simplyhtml.italicName=\u659C\u4F53
+simplyhtml.layoutTabTitle=\u30EC\u30A4\u30A2\u30A6\u30C8\u8868\u793A
+simplyhtml.leftLabel=\u5DE6\uFF1A
+simplyhtml.listDialogTitle=\u7B87\u6761\u66F8\u304D\u306E\u66F8\u5F0F
+simplyhtml.listIndentTitle=\u30A4\u30F3\u30C7\u30F3\u30C8\uFF1A
+simplyhtml.listPosInside=\u5185\u5074
+simplyhtml.listPositionLabel=\u4F4D\u7F6E\uFF1A
+simplyhtml.listPosOutside=\u5916\u5074
+simplyhtml.listTypeCircle=\u25CB
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\u25CF
+simplyhtml.listTypeLabel=\u5F62\u5F0F\uFF1A
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\u306A\u3057
+simplyhtml.listTypeSquare=\u25A1
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=\u5916\u5074
+simplyhtml.matchApproximately=\u66D6\u6627\u691C\u7D22
+simplyhtml.matchApproximately.tooltip=<html>\u66D6\u6627\u691C\u7D22\u306E\u30AA\u30F3\uFF0F\u30AA\u30D5\u3092\u5207\u308A\u66FF\u3048\u307E\u3059\u3002<br/>\u4F8B\u3048\u3070\u3001'files' \u306E\u691C\u7D22\u6642\u306B 'flies' \u306A\u3069\u3082\u30DE\u30C3\u30C1\u3057\u305F\u3068\u307F\u306A\u3057\u307E\u3059\u3002</html>
+simplyhtml.matchCase=\u5927\u6587\u5B57\uFF0F\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3059\u308B
+simplyhtml.matchCase.tooltip=\u691C\u7D22\u6642\u306B\u5927\u6587\u5B57\uFF0F\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u307E\u3059\u3002
+simplyhtml.newStyleDefaultName=\u65B0\u898F\u30B9\u30BF\u30A4\u30EB
+simplyhtml.nextTableCellLabel=\u6B21\u306E\u30BB\u30EB
+simplyhtml.noLineLabel=\u306A\u3057
+simplyhtml.noMoreOccurrencesFound=\u691C\u7D22\u9805\u76EE\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=\u5185\u5074
+simplyhtml.paraAlignCenterLabel=\u4E2D\u592E\u63C3\u3048
+simplyhtml.paraAlignCenterTip=\u6BB5\u843D\u3092\u4E2D\u592E\u63C3\u3048\u306B\u8A2D\u5B9A
+simplyhtml.paraAlignLeftLabel=\u5DE6\u63C3\u3048
+simplyhtml.paraAlignLeftTip=\u6BB5\u843D\u3092\u5DE6\u63C3\u3048\u306B\u8A2D\u5B9A
+simplyhtml.paraAlignRightLabel=\u53F3\u63C3\u3048
+simplyhtml.paraAlignRightTip=\u6BB5\u843D\u3092\u53F3\u63C3\u3048\u306B\u8A2D\u5B9A
+simplyhtml.paraStyleDialogTitle=\u6BB5\u843D\u30B9\u30BF\u30A4\u30EB
+simplyhtml.paraTabLabel=\u6BB5\u843D
+simplyhtml.pasteHTMLLabel=HTML \u5F62\u5F0F\u3067\u8CBC\u308A\u4ED8\u3051
+simplyhtml.pasteLabel=\u8CBC\u308A\u4ED8\u3051
+simplyhtml.pastePlainTextLabel=\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u5F62\u5F0F\u3067\u8CBC\u308A\u4ED8\u3051
+simplyhtml.pasteTip=\u8CBC\u308A\u4ED8\u3051
+simplyhtml.plainName=\u6A19\u6E96
+simplyhtml.previewLabel=\u30D7\u30EC\u30D3\u30E5\u30FC
+simplyhtml.previewText=\u30C6\u30AD\u30B9\u30C8\u30D7\u30EC\u30D3\u30E5\u30FC
+simplyhtml.prevTableCellLabel=\u524D\u306E\u30BB\u30EB
+simplyhtml.printLabel=\u5370\u5237...
+simplyhtml.redoLabel=\u3084\u308A\u76F4\u3059
+simplyhtml.redoTip=\u3084\u308A\u76F4\u3059
+simplyhtml.replace=\u7F6E\u63DB...
+simplyhtml.replaceAll=\u3059\u3079\u3066
+simplyhtml.replaceDone=\u5B8C\u4E86
+simplyhtml.replaceNo=\u3044\u3044\u3048
+simplyhtml.replaceThisQuery=<html>\u8A72\u5F53\u3059\u308B\u6587\u5B57\u5217\u3092\u7F6E\u63DB\u3057\u307E\u3059\u304B\uFF1F<br><br>\u3000\u3000</html>
+simplyhtml.replaceWith=\u7F6E\u63DB\u6587\u5B57\u5217\uFF1A
+simplyhtml.replaceYes=\u306F\u3044
+simplyhtml.rightLabel=\u53F3\uFF1A
+simplyhtml.searchDown=\u4E0B\u3078\u691C\u7D22
+simplyhtml.searchDown.tooltip=\u4E0B\u306B\u5411\u304B\u3063\u3066\u691C\u7D22\u3057\u307E\u3059\u3002
+simplyhtml.searchFromStart=\u5148\u982D\u304B\u3089\u691C\u7D22
+simplyhtml.searchFromStart.tooltip=\u30AB\u30FC\u30BD\u30EB\u4F4D\u7F6E\u3067\u306A\u304F\u3001\u5148\u982D\u90E8\u304B\u3089\u691C\u7D22\u3092\u958B\u59CB\u3057\u307E\u3059\u3002
+simplyhtml.searchUp=\u4E0A\u3078\u691C\u7D22
+simplyhtml.searchUp.tooltip=\u4E0A\u306B\u5411\u304B\u3063\u3066\u691C\u7D22\u3057\u307E\u3059\u3002
+simplyhtml.selectAllLabel=\u3059\u3079\u3066\u3092\u9078\u629E
+simplyhtml.sizeLabel=\u30B5\u30A4\u30BA
+simplyhtml.standardStyleName=\u6A19\u6E96
+simplyhtml.strikeLabel=\u53D6\u308A\u6D88\u3057\u7DDA
+simplyhtml.styleLabel=\u30B9\u30BF\u30A4\u30EB
+simplyhtml.styleNameInputText=\u65B0\u898F\u30B9\u30BF\u30A4\u30EB\u540D
+simplyhtml.styleNameInputTitle=\u30B9\u30BF\u30A4\u30EB\u306E\u4FDD\u5B58
+simplyhtml.tableBgColLabel=\u80CC\u666F\u8272\uFF1A
+simplyhtml.tableDialogTitle=\u30C6\u30FC\u30D6\u30EB\u306E\u66F8\u5F0F
+simplyhtml.tableLabel=\u30C6\u30FC\u30D6\u30EB
+simplyhtml.tablePanelTitle=\u30C6\u30FC\u30D6\u30EB\u306E\u66F8\u5F0F
+simplyhtml.tableWidthLabel=\u5E45\uFF1A
+simplyhtml.textIndentLabel=\u30A4\u30F3\u30C7\u30F3\u30C8\uFF1A
+simplyhtml.textToFind=\u691C\u7D22\u6587\u5B57\u5217\uFF1A
+simplyhtml.thisCellRangeLabel=\u73FE\u5728\u306E\u30BB\u30EB
+simplyhtml.thisColRangeLabel=\u73FE\u5728\u306E\u5217
+simplyhtml.thisRowRangeLabel=\u73FE\u5728\u306E\u884C
+simplyhtml.toggleBulletsLabel=\u7B87\u6761\u66F8\u304D\uFF08"\u25CF" \u5F62\u5F0F\uFF09
+simplyhtml.toggleBulletsTip=\u7B87\u6761\u66F8\u304D\uFF08"\u25CF" \u5F62\u5F0F\uFF09
+simplyhtml.toggleNumbersLabel=\u7B87\u6761\u66F8\u304D\uFF08"1.,2.,3.,4." \u5F62\u5F0F\uFF09
+simplyhtml.toggleNumbersTip=\u7B87\u6761\u66F8\u304D\uFF08"1.,2.,3.,4." \u5F62\u5F0F\uFF09
+simplyhtml.topLabel=\u4E0A\u8A70\u3081\uFF1A
+simplyhtml.uLineLabel=\u4E0B\u7DDA
+simplyhtml.unableToOpenFileError=\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+simplyhtml.unableToRedoError=\u3084\u308A\u76F4\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\uFF1A
+simplyhtml.unableToUndoError=\u5143\u306B\u623B\u305B\u307E\u305B\u3093\uFF1A
+simplyhtml.undoLabel=\u5143\u306B\u623B\u3059
+simplyhtml.undoTip=\u5143\u306B\u623B\u3059
+simplyhtml.valignBaseline=\u30D9\u30FC\u30B9\u30E9\u30A4\u30F3
+simplyhtml.valignBottom=\u4E0B\u8A70\u3081
+simplyhtml.valignLabel=\u7E26\u4F4D\u7F6E\u6587\u5B57\u63C3\u3048\uFF1A
+simplyhtml.valignMiddle=\u4E2D\u592E\u63C3\u3048
+simplyhtml.valignTop=\u4E0A\u8A70\u3081
+simplyhtml.wholeWordsOnly=\u5B8C\u5168\u306B\u4E00\u81F4\u3059\u308B\u5358\u8A9E\u306E\u307F
+simplyhtml.wholeWordsOnly.tooltip=\u8907\u6570\u8A9E\u306E\u691C\u7D22\u6642\u306B\u3001\u8A9E\u7FA4\u5168\u4F53\u304C\u30DE\u30C3\u30C1\u3059\u308B\u3082\u306E\u3060\u3051\u30DE\u30C3\u30C1\u3059\u308B\u3082\u306E\u3068\u307F\u306A\u3057\u307E\u3059\u3002
+SortNodes.text=\u5B50\u30CE\u30FC\u30C9\u3092\u4E26\u3079\u66FF\u3048(&S)
+SortNodes.tooltip=\u3059\u3079\u3066\u306E\u5B50\u30CE\u30FC\u30C9\u3092\u6570\u5024\u9806\u3001\u30A2\u30EB\u30D5\u30A1\u30D9\u30C3\u30C8\u9806\u3001\u4E94\u5341\u97F3\u9806\u7B49\u306B\u4E26\u3079\u66FF\u3048\u307E\u3059\u3002
+split=\u30CE\u30FC\u30C9\u3092\u5206\u5272(&S)
+SplitConditionAction.text=Not \u3092\u9664\u53BB
+SplitNode.text=\u30CE\u30FC\u30C9\u3092\u5206\u5272(&S)
+SplitNode.tooltip=\u30CE\u30FC\u30C9\u3092\u5206\u5272\u3057\u307E\u3059\u3002
+STANDARD_FORMAT=\u6A19\u6E96
+stop_processing=\u9069\u7528\u3092\u4E2D\u6B62
+StringFlavorHandler=\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\uFF1A\u30CE\u30FC\u30C9\u968E\u5C64\u4ED8\u304D\uFF08\u6298\u308A\u7573\u3080\uFF09
+StructuredHtmlFlavorHandler=HTML \u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\uFF1A\u30CE\u30FC\u30C9\u968E\u5C64\u4ED8\u304D
+style=\u30B9\u30BF\u30A4\u30EB
+style_already_exists=\u540C\u3058\u540D\u79F0\u306E\u30B9\u30BF\u30A4\u30EB\u304C\u3042\u308A\u307E\u3059\u3002
+styledialog.cancel.text=\u30AD\u30E3\u30F3\u30BB\u30EB
+styledialog.ok.text=\u4E86\u89E3
+styles=\u30B9\u30BF\u30A4\u30EB(&Y)
+styles.AutomaticLayout=\u968E\u5C64\u5225\u30B9\u30BF\u30A4\u30EB\u3092\u9069\u7528
+styles.connection=\u95A2\u4FC2
+styles.date=\u65E5\u4ED8
+styles.definition=\u5B9A\u7FA9
+styles.description=\u8AAC\u660E
+styles.floating_node=\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30CE\u30FC\u30C9
+styles.idea=\u3072\u3089\u3081\u304D
+styles.important=\u91CD\u8981
+styles.key=\u30AB\u30AE
+styles.list=\u30EA\u30B9\u30C8
+styles.needs_action=\u8981\u63AA\u7F6E
+styles.note=\u30E1\u30E2\u3001\u8A18\u9332
+styles.ok=\u4E86\u89E3
+styles.pending=\u4FDD\u7559
+styles.predefined=\u5B9A\u7FA9\u6E08\u307F\u30B9\u30BF\u30A4\u30EB
+styles.question=\u7591\u554F
+styles.quotation=\u5F15\u7528
+styles.root_node=\u30B9\u30BF\u30A4\u30EB
+styles.subsubtopic=\u5C0F\u898B\u51FA\u3057
+styles.subtopic=\u4E2D\u898B\u51FA\u3057
+styles.topic=\u5927\u898B\u51FA\u3057
+styles.user-defined=\u30E6\u30FC\u30B6\u5B9A\u7FA9\u30B9\u30BF\u30A4\u30EB
+styles.website=WEB \u30B5\u30A4\u30C8
+styles_menu=\u5229\u7528\u53EF\u80FD\u306A\u30B9\u30BF\u30A4\u30EB
+submenu_keystroke_in_use_error=\u30AD\u30FC\u5165\u529B {0} \u306F\u30B5\u30D6\u30E1\u30CB\u30E5\u30FC {1} \u3067\u306F\u4F7F\u3048\u307E\u305B\u3093\u3002\u30AD\u30FC\u5165\u529B\u306F\u524A\u9664\u3055\u308C\u307E\u3057\u305F\u3002
+summary_nodes=\u307E\u3068\u3081\u30CE\u30FC\u30C9
+summary_not_possible=\u73FE\u5728\u306E\u9078\u629E\u72B6\u6CC1\u3067\u306F\u3001\u307E\u3068\u3081\u30CE\u30FC\u30C9\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
+SummaryNodeAction.text=\u307E\u3068\u3081\u30CE\u30FC\u30C9\u306B\u6307\u5B9A\uFF0F\u89E3\u9664
+svg=SVG
+template_dir=\u6A19\u6E96\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
+TimeListAction.text=\u30BF\u30B9\u30AF\u3092\u7BA1\u7406...
+TimeListAction.tooltip=\u3059\u3079\u3066\u306E\u30B9\u30B1\u30B8\u30E5\u30FC\u30EB\u3068\u95A2\u9023\u30CE\u30FC\u30C9\u3092\u8868\u793A
+TimeManagementAction.text=\u6642\u9593\u3092\u7BA1\u7406...
+TimeManagementAction.tooltip=\u30AB\u30EC\u30F3\u30C0\u30FC\u8868\u793A\u30E2\u30B8\u30E5\u30FC\u30EB\uFF08by Kai Toedter\uFF09\u3092\u8D77\u52D5\u3057\u307E\u3059\u3002
+ToggleChildrenFoldedAction.text=\u5B50\u30CE\u30FC\u30C9\u3092\u6298\u308A\u7573\u3080\uFF0F\u5C55\u958B\u3059\u308B
+ToggleDetailsAction.text=\u8A73\u7D30\u3092\u96A0\u3059
+ToggleFBarAction.text=\uFF26\u30D0\u30FC
+ToggleFoldedAction.text=\u6298\u308A\u7573\u3080\uFF0F\u5C55\u958B\u3059\u308B
+ToggleFullScreenAction.text=\u5168\u753B\u9762\u8868\u793A
+ToggleLeftToolbarAction.text=\u30A2\u30A4\u30B3\u30F3\u30C4\u30FC\u30EB\u30D0\u30FC(&I)
+ToggleMenubarAction.text=\u30E1\u30CB\u30E5\u30FC\u30D0\u30FC
+ToggleStatusAction.text=\u30B9\u30C6\u30FC\u30BF\u30B9\u30D0\u30FC\u3092\u8868\u793A
+ToggleToolbarAction.text=\u30C4\u30FC\u30EB\u30D0\u30FC(&T)
+undefined_error=\u4E88\u671F\u3057\u306A\u3044\u30A8\u30E9\u30FC\u304C\u304A\u304D\u307E\u3057\u305F\u3002\u30D0\u30B0\u3092\u5831\u544A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+underline=\u4E0B\u7DDA
+UnderlineAction.text=\u4E0B\u7DDA
+underlined=\u4E0B\u7DDA
+UndoAction.text=\u5143\u306B\u623B\u3059(&U)
+UndoFilterAction.text=\u30D5\u30A3\u30EB\u30BF\u3092\u5143\u306B\u623B\u3059
+unfold=\u5C55\u958B
+UnfoldAllAction.text=\u3059\u3079\u3066\u5C55\u958B\u3059\u308B
+UnfoldAllAction.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304B\u3089\u3001\u3059\u3079\u3066\u306E\u4E0B\u4F4D\u30CE\u30FC\u30C9\u3092\u5C55\u958B\u3057\u307E\u3059\u3002
+UnfoldOneLevelAction.text=\uFF11\u968E\u5C64\u5206\u3060\u3051\u5C55\u958B\u3059\u308B
+UnfoldOneLevelAction.tooltip=\u9078\u629E\u4E2D\u306E\u30CE\u30FC\u30C9\u304B\u3089\uFF11\u968E\u5C64\u5206\u3060\u3051\u5C55\u958B\u3057\u307E\u3059\u3002
+up=\u4E0A\u3078(&U)
+update_failed=<html>\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002<br>\u53C2\u7167\u30E1\u30C3\u30BB\u30FC\u30B8\uFF1A {0}</html>
+UpdateCheckAction.text=\u30D7\u30ED\u30B0\u30E9\u30E0\u306E\u66F4\u65B0\u78BA\u8A8D...
+updatecheckdialog=\u30D7\u30ED\u30B0\u30E9\u30E0\u306E\u66F4\u65B0\u78BA\u8A8D
+url_error=URL \u306E\u8A18\u8FF0\u306B\u8AA4\u308A\u304C\u3042\u308A\u307E\u3059\u3002
+url_open_error=URL {0} \u3092\u8AAD\u307F\u8FBC\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002
+used_in_menu=\u30C7\u30D5\u30A9\u30EB\u30C8\u30E1\u30CB\u30E5\u30FC\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u3053\u306E\u30AD\u30FC\u306B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
+UsePlainTextAction.text=\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u4F7F\u7528
+user_config_folder=User configuration folder: {0}
+user_defined_scale=\u753B\u9762\u8868\u793A(&U)\u3000\u00D7
+user_defined_zoom=\u30E6\u30FC\u30B6\u6307\u5B9A
+user_defined_zoom_status_bar=\u30E6\u30FC\u30B6\u306E\u6307\u5B9A\u306B\u3088\u308A\u753B\u9762\u8868\u793A\u3092 {0}% \u306B\u8A2D\u5B9A\u3057\u3066\u3044\u307E\u3059\u3002
+user_icon=\u30E6\u30FC\u30B6\u30A2\u30A4\u30B3\u30F3 "{0}"
+user_template_dir=\u30E6\u30FC\u30B6\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
+user_zoom=\u3000\u3000\u3000\u5370\u5237\u500D\u7387[0.0 - 2.0]\uFF1A
+value_format=\u5C5E\u6027\u5024\u306E\u66F8\u5F0F
+version_up_to_date=\u3054\u4F7F\u7528\u4E2D\u306E\u3082\u306E\u304C\u6700\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3067\u3059\u3002
+ViewerControllerAction.text=\u5916\u90E8\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8...
+ViewLayoutTypeAction.OUTLINE.text=\u30A2\u30A6\u30C8\u30E9\u30A4\u30F3\u30D3\u30E5\u30FC
+WebDocuAction.text=Web\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
+width=\u6A2A\u5E45
+wrong_regexp=<html>\u6B63\u898F\u8868\u73FE "{0}" \u306B\u8AA4\u308A\u304C\u3042\u308A\u307E\u3059\u3002<br>\u4F8B\u5916\u30E1\u30C3\u30BB\u30FC\u30B8\uFF1A {1}</html>
+xslt_export.html=XSLT\u3092\u4F7F\u3063\u3066 Html \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306B
+xslt_export.latex=XSLT\u3092\u4F7F\u3063\u3066 Latex \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306B
+xslt_export.latexbook=XSLT\u3092\u4F7F\u3063\u3066 Latex Book \u306B
+xslt_export.mediawiki=XSLT\u3092\u4F7F\u3063\u3066 Mediawiki \u306B
+xslt_export.ms_excel=XSLT\u3092\u4F7F\u3063\u3066 Excel\uFF082003 \u4EE5\u964D\uFF09XML \u306B
+xslt_export.ms_project=XSLT\u3092\u4F7F\u3063\u3066 MS Project\uFF082003 \u4EE5\u964D\uFF09XML\u306B
+xslt_export.ms_word=XSLT\u3092\u4F7F\u3063\u3066 Word\uFF082003 \u4EE5\u964D\uFF09XML \u306B
+xslt_export.text=XSLT\u3092\u4F7F\u3063\u3066\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u306B
+xslt_export_not_possible=Freeplane XSLT \u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3092\u5B9F\u884C\u3067\u304D\u307E\u305B\u3093\u3002
+yes=\u306F\u3044
+ZoomInAction.text=\u62E1\u5927\u8868\u793A
+ZoomOutAction.text=\u7E2E\u5C0F\u8868\u793A
diff --git a/freeplane/resources/translations/Resources_ko.properties b/freeplane/resources/translations/Resources_ko.properties
index bef56ca..3405ce9 100644
--- a/freeplane/resources/translations/Resources_ko.properties
+++ b/freeplane/resources/translations/Resources_ko.properties
@@ -1,1140 +1,1773 @@
-about_text = \ud504\ub9ac\ud50c\ub808\uc778 - \ub9c8\uc778\ub4dc\ub9f5 \ubc0f \uc9c0\uc2dd \uc815\ub9ac\ub97c \uc704\ud55c \uc790\uc720 \uc18c\ud504\ud2b8\uc6e8\uc5b4
-AboutAction.text = \ud504\ub85c\uadf8\ub7a8 \uc815\ubcf4
-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\uC758 \uD615\uD0DC\uB97C \uBCC0\uACBD\uD569\uB2C8\uB2E4.
-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_5 = <html>\uAE30\uC5B5\uD558\uC138\uC694. \uC554\uD638\uC758 \uBCF4\uC548\uC815\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.</html>
-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\uAE30 \uC704\uD574 \uD074\uB9AD\uD558\uC138\uC694.
-accessories/plugins/EncryptNode.properties_wrong_password = \uBE44\uBC00\uBC88\uD638\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
-accessories/plugins/ExportWithTWiki.text = TWiki \uBB38\uC11C\uB85C...
-accessories/plugins/ExportWithTWiki.tooltip = \uB9F5 \uBB38\uC11C\uB97C TWiki \uBB38\uC11C\uB85C \uB0B4\uBCF4\uB0B4\uAE30.
-accessories/plugins/ExportWithXSLT.tooltip = XSLT \uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC0AC\uC6A9\uC2DC \uADE0\uC77C\uD55C \uBC29\uBC95\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4.
-accessories/plugins/ExportWithXSLT_Applet.text = \uC790\uBC14 \uC560\uD50C\uB9BF\uC73C\uB85C...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = \uC790\uBC14 \uC560\uD50C\uB9BF\uC73C\uB85C \uBB38\uC11C\uB97C \uB0B4\uBCF4\uB0B4\uAE30 \uD569\uB2C8\uB2E4.
-accessories/plugins/ExportWithXSLT_Flash.text = \uD50C\uB798\uC2DC\uB85C...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = \ud50c\ub798\uc2dc\ub85c \ubb38\uc11c\ub97c \ub0b4\ubcf4\ub0c5\ub2c8\ub2e4.
-accessories/plugins/ExportWithXSLT_HTML.text = XHTML\uB85C \uC800\uC7A5 (JavaScript \uD615\uD0DC)...
-accessories/plugins/ExportWithXSLT_HTML3.text = XHTML\uB85C \uC800\uC7A5 (\uD074\uB9AD\uAC00\uB2A5\uD55C \uB9F5\uC774\uBBF8\uC9C0 \uD615\uD0DC)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Resources from RESOURCES node to TaskJuggler file...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exports resources from RESOURCES node to Taskjuggler module. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tasks from TASKS node to TaskJuggler file...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exports tasks from TASKS node to Taskjuggler module. </html>
-add = \ucd94\uac00(&A)
-AddConnectorAction.text = \uc5f0\uacb0
-AddElementaryConditionAction.text = \ucd94\uac00
-AddLocalLinkAction.text = \uB85C\uCEEC \uB9C1\uD06C \uCD94\uAC00
-AddMenuItemLinkAction.text = \uba54\ub274 \ud56d\ubaa9 \ub9c1\ud06c \ucd94\uac00...
-addons.installer.canceled = \uc124\uce58 \ucde8\uc18c
-addons.installer.failed = \uc124\uce58 \uc2e4\ud328: {0}
-addons.installer.invalid.keyboard.shortcut = \uc798\ubabb\ub41c \ub2e8\ucd95\ud0a4\uc785\ub2c8\ub2e4. {0}
-addons.installer.map.structure = \ub9f5 \uad6c\uc870 \uc624\ub958: {0}
-addons.installer.no.scripts = \uc2a4\ud06c\ub9bd\ud2b8 \uc5c6\uc74c
-always = \ud56d\uc0c1
-antialias_all = \ubaa8\ub450 \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2a4 \uc801\uc6a9
-antialias_edges = \uc5f0\uacb0 \uc120\ub9cc \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2a4 \uc801\uc6a9
-antialias_none = \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2a4 \uc0ac\uc6a9 \uc548\ud568
-apply = \uc801\uc6a9(&A)
-ApplyAction.text = \uc801\uc6a9(&A)
-ApplyFormatPlugin.text = \uc11c\uc2dd \ubc14\uafb8\uae30(&C) ...
-ApplyFormatPlugin.tooltip = Presents a dialog in which node and edge attributes can be changed at once.
-as_parent = \uC0C1\uC704 \uB2E8\uACC4\uB85C
-AskForHelp.text = \ub3c4\uc6c0 \uc694\uccad
-AssignAttributesAction.text = \uc18d\uc131 \ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30...
-attributes_attribute = \uc18d\uc131
-attributes_close = \uB2EB\uAE30
-attributes_deselect_all = \uC2A4\uD0A8\uC5C6\uC74C
-attributes_dialog_title = \uc18d\uc131 \uad00\ub9ac\uc790
-attributes_edit = \uD3B8\uC9D1
-attributes_import = \uac00\uc838\uc624\uae30(&I)
-attributes_popup_delete = \uc0ad\uc81c
-attributes_popup_edit = \uD3B8\uC9D1
-attributes_popup_hide = \uc228\uae30\uae30
-attributes_popup_new = \uc0c8\ub85c\uc6b4 \uc18d\uc131
-attributes_popup_optimal_width = \ucd5c\uc801 \ub108\ube44
-attributes_RemoveAllAttributesAction.text = \ubaa8\ub4e0 \uc18d\uc131 \uc81c\uac70
-attributes_RemoveFirstAttributeAction.text = \uccab\ubc88\uc9f8 \uc18d\uc131 \uc81c\uac70
-attributes_RemoveLastAttributeAction.text = \ub9c8\uc9c0\ub9c9 \uc18d\uc131 \uc81c\uac70
-attributes_select_all = \uBAA8\uB450
-attributes_select_all_tooltip = \ubaa8\ub450 \uc120\ud0dd / \ud574\uc81c
-attributes_show = \ubcf4\uc774\uae30
-automatically_save_message = Map was automatically saved (using the file name {0}) ...
-AutomaticLayout.level = {0}\ub2e8\uacc4
-AutomaticLayout.level.root = \ub8e8\ud2b8
-AutomaticLayoutAction.text = \ub2e8\uacc4\ubcc4 \uc2a4\ud0c0\uc77c \uc801\uc6a9(&A)
-AutomaticLayoutAction.tooltip = <html>\uB9F5\uD30C\uC77C\uC758 \uB808\uC774\uC544\uC6C3\uC744 \uC218\uC815\uD569\uB2C8\uB2E4. <br>\uCD5C\uC0C1\uC704 \uB808\uBCA8\uC740 \uAC80\uC740\uC0C9, \uB450\uBC88\uC9F8\uB294 \uD30C\uB780\uC0C9 \uC2DD\uC73C\uB85C \uBCC0\uACBD\uB429\uB2C8\uB2E4.</html>
-BackAction.text = \uB4A4\uB85C
-BackAction.tooltip = Jumps back in the select chain
-background = \uBC30\uACBD
-BlinkingNodeHookAction.text = \ubc18\uc9dd\uc774\ub294 \ub178\ub4dc
-BlinkingNodeHookAction.tooltip = <html>\uc774\uac83\uc740 \ub178\ub4dc\ub97c \ubc18\uc9dd\uc774\uac8c \ud569\ub2c8\ub2e4. <br>\ud558\uc9c0\ub9cc <strong>\ub108\ubb34 \ub9ce\uc740 \ub178\ub4dc\uc5d0 \uc801\uc6a9</strong>\ud558\uac70\ub098 <strong>\ub2e4\ub978 \ud615\uc2dd \uc790\ub3d9 \uc9c0\uc801 \uae30\ub2a5\uc744 \uac19\uc740 \ub178\ub4dc\uc5d0 \ub3d9\uc2dc \uc801\uc6a9</strong>\uc2dc\ud0a4\uc9c0 \uc54a\ub3c4\ub85d \uc8fc\uc758\ud558\uc138\uc694.</html>
-BoldAction.text = \uAD75\uAC8C
-boldify_branch = \uAC00\uC9C0\uB97C \uAD75\uAC8C
-branch = \uAC00\uC9C0
-browse = \ucc3e\uc544\ubcf4\uae30...
-calendar_attributes_panel = \ub2ec\ub825 \ubc0f \uc18d\uc131
-cancel = \ucde8\uc18c(&C)
-CancelAction.text = \ucde8\uc18c(&C)
-cannot_add_parent_diff_parents = \uc774 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \ubaa8\ub4e0 \ub178\ub4dc\uac00 \uac19\uc740 \ubd80\ubaa8\ub97c \uac00\uc838\uc57c \ud569\ub2c8\ub2e4.
-cannot_add_parent_to_root = \ub8e8\ud2b8\uc5d0\uc11c\ub294 \ubd80\ubaa8 \ub178\ub4dc\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-cannot_delete_root = \ub8e8\ud2b8 \ub178\ub4dc\ub294 \uc0ad\uc81c\ub418\uac70\ub098 \uc624\ub824\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-cannot_join_nodes_with_children = \uD558\uC704\uC5D0 \uB0B4\uC6A9\uC774 \uC788\uB294 \uAC83\uC740 \uD569\uCE60\uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
-cannot_move_to_child = \ub178\ub4dc\ub97c \uc790\uc2e0\uc758 \ud558\uc704 \ub178\ub4dc\ub85c \uc62e\uae38 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-CenterAction.text = \uC911\uC559\uC815\uB82C
-CenterSelectedNodeAction.text = \uc120\ud0dd\ub41c \ub178\ub4dc\ub97c \uc911\uc559 \uc815\ub82c
-ChangeConnectorArrowsAction.backward.text = \uc5ed\ubc29\ud5a5 \ud654\uc0b4\ud45c \uadf8\ub9ac\uae30
-ChangeConnectorArrowsAction.both.text = \uc591\ubc29\ud5a5 \ud654\uc0b4\ud45c \uadf8\ub9ac\uae30
-ChangeConnectorArrowsAction.forward.text = \uc815\ubc29\ud5a5 \ud654\uc0b4\ud45c \uadf8\ub9ac\uae30
-ChangeConnectorShapeAction.LINE.text = \uc120
-ChangeNodeLevelLeftsAction.text = Node left
-ChangeNodeLevelLeftsAction.tooltip = On the left of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the right of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-ChangeNodeLevelRightsAction.text = Node right
-ChangeNodeLevelRightsAction.tooltip = On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-choose_background_color = \uBC30\uACBD\uC0C9 \uC120\uD0DD:
-choose_cloud_color = \uAD6C\uB984 \uC0C9\uC0C1 \uC120\uD0DD:
-choose_edge_color = \uD14C\uB450\uB9AC \uC0C9 \uC120\uD0DD
-choose_map_background_color = \ub9f5 \ubc30\uacbd\uc0c9 \uc120\ud0dd
-choose_node_background_color = \ub178\ub4dc \ubc30\uacbd\uc0c9 \uc120\ud0dd:
-choose_node_color = \uAE00\uC790\uC0C9 \uC120\uD0DD:
-CloseAction.text = \ud604\uc7ac \ub9f5 \ub2eb\uae30(&C)
-CloudAction.text = \uad6c\ub984 \ucd94\uac00 / \uc81c\uac70 (\uae30\ubcf8 \uc124\uc815)
-CloudColorAction.text = \uad6c\ub984 \uc0c9\uc0c1...
-CloudShapeAction.ARC.text = \uc6d0\ud638
-CloudShapeAction.RECT.text = \uc9c1\uc0ac\uac01\ud615
-CloudShapeAction.ROUND_RECT.text = \uc9c1\uc0ac\uac01\ud615 (\ub465\uadfc \uaf2d\uc9c0\uc810)
-CloudShapeAction.STAR.text = \ubcc4 \ubaa8\uc591
-ColorProperty.ResetColor = \uc0c9\uc0c1 \ucd08\uae30\ud654
-combined = \uACB0\uD569
-condition = \uc870\uac74
-confirmation = \uD655\uC778
-CopyAction.text = \ubca0\uaef4\ub450\uae30(&C)
-CopyAction.tooltip = \uc120\ud0dd\ub41c \uac00\uc9c0 \ubca0\uaef4\ub450\uae30
-CopyAttributes.text = \uc18d\uc131 \ubca0\uaef4\ub450\uae30(&A)
-CopyIDAction.text = \ub178\ub4dc I&D \ubca0\uaef4\ub450\uae30
-CopyNodeURIAction.text = \ub178\ub4dc URI \ubca0\uaef4\ub450\uae30
-CopySingleAction.text = \ub2e8\uc77c \ub178\ub4dc \ubcf5\uc0ac(&S)
-CopySingleAction.tooltip = \uc120\ud0dd\ub41c \ub178\ub4dc\ub9cc \ubca0\uaef4\ub450\uae30
-corrupt_map = \ub9f5 \ub0b4\uc6a9\uc774 \uc190\uc0c1\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-CreateConjunctConditionAction.text = And
-CreateDisjunctConditionAction.text = Or
-CreateNotSatisfiedConditionAction.text = Not
-CreationModificationPluginAction.text = \uc218\uc815\ub41c \uc2dc\uac04 \ud45c\uc2dc(&M)
-CreationModificationPluginAction.tooltip = <html>\uc774 \uae30\ub2a5\uc740 \ub178\ub4dc\uc758 \uc218\uc815/\ubcc0\uacbd \uc2dc\uac04\uc744 \uae30\ub85d\ud569\ub2c8\ub2e4.</html>
-current_dir = \ub9f5
-CutAction.text = \uc624\ub824\ub450\uae30(&T)
-decrease_branch_font_size = \uAC00\uC9C0\uC758 \uD3F0\uD2B8 \uC791\uAC8C
-DecreaseNodeFontAction.text = \uAC00\uC9C0\uC758 \uD3F0\uD2B8 \uC791\uAC8C
-default = \uae30\ubcf8 \uc124\uc815
-defaultstyle.note = \ub178\ud2b8
-delete = \uc0ad\uc81c(&D)
-delete_child = \ub178\ub4dc \uc0ad\uc81c
-DeleteAction.text = \ub178\ub4dc \uc81c\uac70(&O)
-DeleteConditionAction.text = \uc0ad\uc81c
-DeleteLevelStyleAction.text = \ub2e8\uacc4\ubcc4 \uc2a4\ud0c0\uc77c \uc81c\uac70
-DeleteStyleAction.text = \uc2a4\ud0c0\uc77c \uc81c\uac70
-DeleteUserStyleAction.text = \uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc2a4\ud0c0\uc77c \uc81c\uac70
-DocumentationAction.text = \uBB38\uC11C\uD654
-download = \ub0b4\ub824\ubc1b\uae30
-edge = \uAC00\uC7A5\uC790\uB9AC
-edge_style = \uc120 \uc2a4\ud0c0\uc77c
-edge_width = \uc120 \ub108\ube44
-EdgeColorAction.text = \uc120 \uc0c9\uc0c1...
-EdgeStyleAction.bezier.text = \ubca0\uc9c0\uc5b4 \uace1\uc120
-EdgeStyleAction.hide_edge.text = \uc5f0\uacb0 \uc120 \uc228\uae30\uae30
-EdgeStyleAction.linear.text = \uC9C1\uC120
-EdgeStyleAction.sharp_bezier.text = \uB0A0\uCE74\uB85C\uC6B4 \uC120\uD615
-EdgeStyleAction.sharp_linear.text = \uB0A0\uCE74\uB85C\uC6B4 \uC9C1\uC120
-EdgeStyleAsParentAction.text = \uC0C1\uC704 \uB2E8\uACC4\uB85C
-EdgeWidthAction_width_parent.text = \ubd80\ubaa8 \ub178\ub4dc\ucc98\ub7fc
-EdgeWidthAction_width_thin.text = \uC587\uAC8C
-edit = \ud3b8\uc9d1(&E)
-edit.decision = HTML \ud3b8\uc9d1\uae30
-edit.edit_rich_text = Do you want to use formattings like bold or italics?
-edit_label_font_family = \uae00\uaf34
-edit_label_font_size = \uae00\uaf34 \ud06c\uae30
-edit_link_manually = \ub9c1\ud06c \uc218\ub3d9\uc73c\ub85c \ud3b8\uc9d1...
-edit_transparency_label = \ubd88\ud22c\uba85\ub3c4
-edit_width_label = \ub108\ube44
-EditAction.text = \ub178\ub4dc \uc989\uc11d \uc218\uc815
-EditFilterAction.text = \ud544\ud130 \uc791\uc131\ud558\uae30
-EditLongAction.text = \uc7a5\ubb38 \ud3b8\uc9d1\ucc3d \uc5f4\uae30
-EditScript = \uc2a4\ud06c\ub9bd\ud2b8 \ud3b8\uc9d1...
-EditStylesAction.text = \uc2a4\ud0c0\uc77c \ud3b8\uc9d1
-EncryptedMap.text = \uc554\ud638\ud654\ub41c \ubb38\uc11c\ub85c \uc800\uc7a5(&Y) ...
-EncryptedMap.tooltip = \uC554\uD638\uD654\uB41C \uC0C8\uB85C\uC6B4 \uBB38\uC11C \uC791\uC131
-enter_base_url = \uC5F0\uAD00\uB41C \uB9C1\uD06C\uB97C \uBD99\uC5EC\uB123\uC2B5\uB2C8\uB2E4. \uAE30\uBCF8 URL\uC744 \uC785\uB825\uD558\uC138\uC694.
-enter_confirms = \uc5d4\ud130 \ud0a4\ub85c \ud655\uc778(&E)
-EnterPassword.text = \ube44\ubc00\ubc88\ud638 \uc785\ub825
-error = \uc624\ub958
-error_applying_template = XSL \ud15c\ud50c\ub9bf \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.
-errornumber = \uc624\ub958 {0}\uac1c
-ExecuteScripts.text = \uc2a4\ud06c\ub9bd\ud2b8
-export_failed = \ub0b4\ubcf4\ub0b4\uae30 \uc2e4\ud328
-export_pdf_text = PDF(Portable Document Format) text\ub85c \ub0b4\ubcf4\ub0b4\uae30
-export_svg_text = SVG(Scalable Vector Graphic) text\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 ...
-ExportBranchToHTMLAction.text = \uAC00\uC9C0\uB97C HTML\uB85C \uB0B4\uBCF4\uB0B4\uAE30
-exported_file = {0} \ud30c\uc77c
-ExportPdf.text = PDF
-ExportSvg.text = SVG
-ExportToHTMLAction.text = HTML
-ExportToImage.jpg.text = JPEG
-ExportToImage.png.text = PNG
-ExportToOoWriter.text = \uC624\uD508\uC624\uD53C\uC2A4 Writer \uBB38\uC11C\uB85C...
-extension_menu = \uC900\uBE44\uB41C \uC2A4\uD0C0\uC77C \uC801\uC6A9
-ExternalImage_popupMenu_Change = \ubcc0\uacbd...
-ExternalImage_popupMenu_Open = \ubdf0\uc5b4\ub85c \uc5f4\uae30
-ExternalImage_popupMenu_Remove = \uc81c\uac70
-ExternalImage_popupMenu_ResetZoom = \ud655\ub300\uc728 \ucd08\uae30\ud654
-ExternalImageAddAction.text = \uc774\ubbf8\uc9c0 \ucd94\uac00...
-ExternalImageChangeAction.text = \uc774\ubbf8\uc9c0 \ubcc0\uacbd...
-ExternalImageRemoveAction.text = \uc774\ubbf8\uc9c0 \uc81c\uac70...
-f_button_unassigned = <\ub3d9\uc791 \uc5c6\uc74c>
-FaqOpenURLAction.text = \uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38
-file = \ud30c\uc77c(&F)
-file_already_exists = {0} \uD30C\uC77C\uC740 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4. \uB36E\uC5B4\uC50C\uC6B8\uAE4C\uC694?
-file_not_found = {0} \uD30C\uC77C\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
-FilePropertiesAction.text = \ub9f5 \ud1b5\uacc4(&I)...
-filter_add = \ucd94\uac00(&A)
-filter_and = A&nd
-filter_delete = \uc0ad\uc81c(&D)
-filter_icon = \uC544\uC774\uCF58
-filter_leaf = \ub2e8\ub9d0 \ub178\ub4dc
-filter_match_case = \ub300\uc18c\ubb38\uc790 \uad6c\ubd84(&C)
-filter_node_level = \ub178\ub4dc\uc758 \ub2e8\uacc4
-filter_not = &Not
-filter_note = \ub178\ud2b8
-filter_odd_level = \ud640\uc218 \ub2e8\uacc4\uc758 \ub178\ub4dc
-filter_or = O&r
-filter_priority = \uc6b0\uc120\uc21c\uc704
-filter_root = \ub8e8\ud2b8 \ub178\ub4dc
-filter_select = \uc120\ud0dd(&S)
-filter_style = \uc2a4\ud0c0\uc77c
-find_what = \ucc3e\uc744 \ub0b4\uc6a9
-FindAction.text = \ucc3e\uae30...
-fit_map_to_page = \ud55c \ud398\uc774\uc9c0\uc5d0 \ub9de\ucd94\uae30(&F)
-fit_map_to_page_height = \ud55c \ud398\uc774\uc9c0\uc5d0 \ub192\uc774\ub97c \ub9de\ucd94\uae30(&H)
-fit_map_to_page_width = \ud55c \ud398\uc774\uc9c0\uc5d0 \ub108\ube44\ub97c \ub9de\ucd94\uae30(&W)
-FitToPage.text = \ud398\uc774\uc9c0\uc5d0 \ub9de\uac8c \ud655\ub300/\ucd95\uc18c(&F)
-FitToPage.tooltip = \uD604\uC7AC \uC708\uB3C4\uC6B0\uC5D0 \uC804\uCCB4 \uB9F5\uB0B4\uC6A9\uC744 \uB9DE\uCD94\uAE30
-fold = \uC811\uAE30
-FoldAllAction.text = \ubaa8\ub450 \uc811\uae30
-FoldAllAction.tooltip = <html>\uc120\ud0dd\ub41c \ub178\ub4dc\uc640 \ud558\uc704 \ub178\ub4dc\ub97c \ubaa8\ub450 \uc811\uc2b5\ub2c8\ub2e4.</html>
-FoldOneLevelAction.text = 1\uB2E8\uACC4\uB9CC \uC811\uAE30
-FoldOneLevelAction.tooltip = <html>\uc120\ud0dd\ub41c \ub178\ub4dc\ub85c\ubd80\ud130 \ud55c \ub2e8\uacc4\uae4c\uc9c0\ub9cc \uc811\uc2b5\ub2c8\ub2e4.</html>
-follow_graphical_link = \uAC00\uAE30:
-FollowLinkAction.text = \ub9c1\ud06c \ub530\ub77c\uac00\uae30
-font = \uAE00\uAF34
-FontFamilyAction.text = \uD3F0\uD2B8 \uC885\uB958
-FontSizeAction.text = \uD3F0\uD2B8 \uD06C\uAE30
-format_menu_edge_styles = \uc120 \uc2a4\ud0c0\uc77c(&E)
-format_menu_edge_widths = \uc120 \ub450\uaed8(&W)
-format_panel = \uc11c\uc2dd
-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>
-formula.EvaluateAllAction.text = \ud3c9\uac00\ud558\uae30
-formula.EvaluateAllAction.tooltip = \ud604\uc7ac\uc758 \ub9f5\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \uc218\uc2dd \ud3c9\uac00\ud558\uae30
-formula.menuname = \uc218\uc2dd
-formula_editor = \uc218\uc2dd \ud3b8\uc9d1\ud558\uae30
-ForwardAction.text = \uC55E\uC73C\uB85C
-Freeplane.progress.buildScreen = \uD654\uBA74 \uB9CC\uB4E4\uAE30...
-Freeplane.progress.createController = \uD070\uD2B8\uB864\uB7EC \uC0DD\uC131...
-Freeplane.progress.createInitialMode = \uCD08\uAE30 \uBAA8\uB4DC \uC0DD\uC131...
-Freeplane.progress.endStartup = \uC2DC\uC791\uD558\uAE30 \uC885\uB8CC.
-Freeplane.progress.gettingPreferenceDirectories = \uC124\uC815 \uB514\uB809\uD1A0\uB9AC \uAC00\uC838\uC624\uAE30...
-Freeplane.progress.gettingPreferences = \uC124\uC815\uAC12 \uAC00\uC838\uC624\uAE30...
-Freeplane.progress.loadMaps = \uB9F5 \uBD88\uB7EC\uC624\uAE30...
-Freeplane.progress.propagateLookAndFeel = \uC2A4\uD0A8 \uC804\uB2EC...
-Freeplane.progress.settingPreferences = \uC124\uC815\uAC12 \uC801\uC6A9\uD558\uAE30...
-Freeplane.progress.startCreateController = \uCEE8\uD2B8\uB864\uB7EC \uC0DD\uC131 \uC2DC\uC791...
-Freeplane.progress.updateLookAndFeel = \uC2A4\uD0A8 \uAC31\uC2E0...
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = \uC628\uB77C\uC778 \uB3C4\uC6C0\uB9D0...
-FreeplaneHelpStarter.tooltip = \ud504\ub9ac\ud50c\ub808\uc778 \ud655\uc7a5 \ub3c4\uc6c0\ub9d0
-GotoLinkNodeAction.text = \uB9C1\uD06C\uB85C \uAC00\uAE30
-GotoNodeAction.text = ID\ub85c \ub178\ub4dc \uc120\ud0dd...
-GrabKeyDialog.common.cancel = \uCDE8\uC18C
-GrabKeyDialog.common.ok = \uD655\uC778
-GrabKeyDialog.grab-key.assigned-to = \uD560\uB2F9\uD558\uAE30
-GrabKeyDialog.grab-key.assigned-to.none = \uD604\uC7AC \uD560\uB2F9\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
-GrabKeyDialog.grab-key.clear = \uBE44\uC6B0\uAE30
-GrabKeyDialog.grab-key.remove = \uC81C\uAC70
-GrabKeyDialog.grab-key.remove-ask = \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC9C0\uC6B8\uAE4C\uC694?
-GrabKeyDialog.grab-key.title = \uC0C8\uB85C\uC6B4 \uD0A4\uAC12\uC744 \uC785\uB825\uD558\uC138\uC694
-green = \ucd08\ub85d\uc0c9
-help = \ub3c4\uc6c0\ub9d0(&H)
-HideAllAttributesAction.text = \ubaa8\ub4e0 \uc18d\uc131 \uc228\uae30\uae30
-HierarchicalIconsAction.text = \uC544\uC774\uCF58 \uACC4\uCE35\uC801\uC73C\uB85C \uBCF4\uAE30
-HierarchicalIconsAction.tooltip = If one of the (grand)children of me has an icon, I will show this icon in little format, too.
-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 \uC811\uC9C0 \uC54A\uACE0...
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = \ub367\uc148
-icon_attach = \uC8FC\uBAA9
-icon_back = \uB4A4\uB85C
-icon_bee = \ud504\ub9ac\ud50c\ub808\uc778
-icon_bell = \uAE30\uC5B5\uD558\uC138\uC694.
-icon_bookmark = \uD6CC\uB96D\uD568
-icon_broken-line = \uc798\ub9bc
-icon_button_cancel = \uCDE8\uC18C
-icon_button_ok = \uD655\uC778
-icon_calendar = \ub0a0\uc9dc
-icon_checked = \uccb4\ud06c \ud45c\uc2dc
-icon_clanbomber = \uC704\uD5D8
-icon_clock = \uc2dc\uac04
-icon_decrypted = \uc7a0\uae08 \ud574\uc81c
-icon_desktop_new = \uc78a\uc9c0 \ub9c8\uc138\uc694
-icon_division = \ub098\ub217\uc148
-icon_encrypted = \uc7a0\uae40
-icon_family = \uAE00\uAF34
-icon_fema = \ub0a8\uc790\uc640 \uc5ec\uc790
-icon_female1 = \uc5ec\uc7901
-icon_female2 = \uc5ec\uc7902
-icon_females = \uc5ec\uc790\ub4e4
-icon_flag = \ube68\uac04\uc0c9 \uae43\ubc1c
-icon_flag-black = \uac80\uc740\uc0c9 \uae43\ubc1c
-icon_flag-blue = \ud30c\ub780\uc0c9 \uae43\ubc1c
-icon_flag-green = \ucd08\ub85d\uc0c9 \uae43\ubc1c
-icon_flag-orange = \uc8fc\ud669\uc0c9 \uae43\ubc1c
-icon_flag-pink = \ubd84\ud64d\uc0c9 \uae43\ubc1c
-icon_flag-yellow = \ub178\ub780\uc0c9 \uae43\ubc1c
-icon_folder = \ud3f4\ub354
-icon_forward = \uC55E\uC73C\uB85C
-icon_freemind_butterfly = \ud504\ub9ac\ub9c8\uc778\ub4dc
-icon_full-0 = \uc6b0\uc120\uc21c\uc704 0
-icon_full-1 = \uC6B0\uC120\uC21C\uC704 1
-icon_full-2 = \uC6B0\uC120\uC21C\uC704 2
-icon_full-3 = \uC6B0\uC120\uC21C\uC704 3
-icon_full-4 = \uC6B0\uC120\uC21C\uC704 4
-icon_full-5 = \uC6B0\uC120\uC21C\uC704 5
-icon_full-6 = \uC6B0\uC120\uC21C\uC704 6
-icon_full-7 = \uC6B0\uC120\uC21C\uC704 7
-icon_full-8 = \uc6b0\uc120\uc21c\uc704 8
-icon_full-9 = \uc6b0\uc120\uc21c\uc704 9
-icon_go = \ucd08\ub85d\uc0c9 \uc2e0\ud638\ub4f1
-icon_gohome = \uC9D1
-icon_group = \uadf8\ub8f9
-icon_help = \uC9C8\uBB38
-icon_hourglass = \uae30\ub2e4\ub9ac\ub294 \uc911
-icon_icon_not_found = \uc544\uc774\ucf58\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc74c
-icon_idea = \uC544\uC774\uB514\uC5B4
-icon_info = \uc815\ubcf4
-icon_kaddressbook = \uC804\uD654
-icon_kmail = \uc774\uba54\uc77c
-icon_knotify = \uC74C\uC545
-icon_korn = \uBA54\uC77C\uD568
-icon_ksmiletris = \uD589\uBCF5
-icon_licq = \uBA4B\uC9D0
-icon_list = \ubaa9\ub85d
-icon_Mail = \uBA54\uC77C
-icon_male1 = \ub0a8\uc7901
-icon_male2 = \ub0a8\uc7902
-icon_males = \ub0a8\uc790\ub4e4
-icon_menu = \uC544\uC774\uCF58
-icon_messagebox_warning = \uC911\uC694
-icon_multiplication = \uacf1\uc148
-icon_negative = \ubd80\uc815
-icon_neutral = \uc911\ub9bd
-icon_password = \uc5f4\uc1e0
-icon_penguin = \uB9AC\uB205\uC2A4
-icon_positive = \uae0d\uc815
-icon_prepare = \ub178\ub780\uc0c9 \uc2e0\ud638\ub4f1
-icon_smiley-angry = \ud654\ub0a8
-icon_smiley-neutral = \ubb34\ud45c\uc815
-icon_smiley-oh = \ub180\ub78c
-icon_smily_bad = \uc7ac\ubbf8 \uc5c6\uc5b4
-icon_stop = \ube68\uac04 \uc2e0\ud638\ub4f1
-icon_stop-sign = \uc815\uc9c0
-icon_subtraction = \ube84\uc148
-icon_unchecked = \uccb4\ud06c \ud574\uc81c
-icon_user_icon = \uc0ac\uc6a9\uc790 \uc544\uc774\ucf58
-icon_very_negative = \uac15\ud558\uac8c \ubd80\uc815
-icon_very_positive = \uac15\ud558\uac8c \uae0d\uc815
-icon_wizard = \uB9C8\uC220
-icon_xmag = \uc758\ub17c\ub418\uc5b4\uc57c \ud568
-icon_yes = \uC911\uC694
-IconGroupPopupAction.arrows.text = \ud654\uc0b4\ud45c
-IconGroupPopupAction.docs_folders.text = \ubb38\uc11c \ubc0f \ud3f4\ub354
-IconGroupPopupAction.flags.text = \uae43\ubc1c
-IconGroupPopupAction.math.text = \uc218\ud559
-IconGroupPopupAction.miscallaneous.text = \uae30\ud0c0
-IconGroupPopupAction.nature.text = \uc790\uc5f0
-IconGroupPopupAction.numbers.text = \uc22b\uc790
-IconGroupPopupAction.office.text = \uc0ac\ubb34\uc2e4
-IconGroupPopupAction.people.text = \uc0ac\ub78c\ub4e4
-IconGroupPopupAction.rating.text = \ud3c9\uac00
-IconGroupPopupAction.signs.text = \ud45c\uc9c0\ud310
-IconGroupPopupAction.smiley.text = \ud45c\uc815
-IconGroupPopupAction.time.text = \uc2dc\uac04
-IconGroupPopupAction.user.text = \uc0ac\uc6a9\uc790 \uc544\uc774\ucf58
-IconProgressExtended10Action.text = \ud655\uc7a5\ub41c \uc9c4\ud589\uc728 10%
-IconProgressExtended25Action.text = \ud655\uc7a5\ub41c \uc9c4\ud589\uc728 25%
-IconSelectionPlugin.text = \uC544\uC774\uCF58 \uC120\uD0DD...
-IconSelectionPlugin.tooltip = <html>\uBCC4\uB3C4\uC758 \uCC3D\uC5D0\uC11C \uC544\uC774\uCF58\uC744 \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.</html>
-import = \uac00\uc838\uc624\uae30
-import_linked_branch_no_link = \uc120\ud0dd\ub41c \ub178\ub4dc\uc5d0\ub294 \uac00\uc838\uc62c \ub9c1\ud06c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-ImportAction.text = \ub9f5 \uac00\uc838\uc624\uae30(&I)
-ImportBranchAction.text = \uac00\uc9c0(&B)...
-ImportExplorerFavoritesAction.text = \uc990\uaca8\ucc3e\uae30 \ud0d0\uc0c9(&E)...
-ImportFolderStructureAction.text = \ud3f4\ub354 \uad6c\uc870(&F)...
-ImportLinkedBranchAction.text = \uc5f0\uacb0\ub41c \uac00\uc9c0(&L)
-ImportLinkedBranchWithoutRootAction.text = \ub8e8\ud2b8 \uc81c\uc678 \uc5f0\uacb0\ub41c \uac00\uc9c0(&W)...
-ImportMindmanagerFiles.text = &MindManager X5 \ub9f5...
-increase_branch_font_size = \ub354 \ud070 \uae00\uaf34
-IncreaseNodeFontAction.text = \ub354 \ud070 \uae00\uaf34
-invalid_uri = \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 URI {0}
-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
-LatexDeleteLatexAction.text = LaTe&X \uc218\uc2dd \uc81c\uac70
-LatexEditLatexAction.text = &LaTeX \uc218\uc2dd \ud3b8\uc9d1...
-LatexInsertLatexAction.text = &LaTeX \uc218\uc2dd \ucd94\uac00...
-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.
-link_not_available_any_more = \uc5f0\uacb0\ub418\uc5c8\ub358 \ub178\ub4dc\uac00 \uc0ad\uc81c\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774 \ub9c1\ud06c\ub294 \ub354\uc774\uc0c1 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-link_not_found = {0} \uB9C1\uD06C\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
-load = \ubd88\ub7ec\uc624\uae30(&L)
-locking_failed_by_open = {0} \uB9F5\uD30C\uC77C \uC7A0\uAE08\uC791\uC5C5\uC744 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC77D\uAE30\uC804\uC6A9\uBAA8\uB4DC\uB85C \uC5F4\uB9BD\uB2C8\uB2E4.
-locking_failed_by_save_as = {0} \uB9F5\uD30C\uC77C \uC7A0\uAE08\uC791\uC5C5\uC744 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC800\uC7A5\uC791\uC5C5\uC774 \uCDE8\uC18C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
-locking_old_lock_removed = {0} \uB9F5\uD30C\uC77C\uC740 {1} \uC0AC\uC6A9\uC790\uC5D0 \uC758\uD574 \uC7A0\uACA8\uC788\uC2B5\uB2C8\uB2E4.
-long_node_changed_cancel = \uC218\uC815\uB0B4\uC6A9\uC774 \uC788\uC2B5\uB2C8\uB2E4. \uBC14\uB010\uB0B4\uC6A9\uC744 \uC800\uC7A5\uD558\uC9C0 \uC54A\uACA0\uC2B5\uB2C8\uAE4C?
-lots_of_links_warning = \uAC19\uC740 \uB2E8\uACC4\uC758 \uB178\uB4DC\uAC04\uC5D0 \uB108\uBB34 \uB9CE\uC740 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD558\uB824\uACE0 \uD569\uB2C8\uB2E4. \uC774 \uB9C1\uD06C\uB97C \uC815\uB9D0 \uC0DD\uC131\uD560\uAE4C\uC694?
-ManageAddOnsAction.text = \ubd80\uac00 \uae30\ub2a5
-ManageAddOnsDialog.activate = \ud65c\uc131\ud654
-ManageAddOnsDialog.configure = \uc124\uc815
-ManageAddOnsDialog.deactivate = \ube44\ud65c\uc131\ud654
-ManageAddOnsDialog.deinstall = \uc81c\uac70
-ManageAddOnsDialog.error = \uc124\uce58 \uc911 \uc624\ub958: {0}.
-ManageAddOnsDialog.install = \uc124\uce58(&I)
-ManageAddOnsDialog.really.deinstall = \uc815\ub9d0\ub85c {0}\uc744(\ub97c) \uc81c\uac70\ud560\uae4c\uc694?
-ManageAddOnsDialog.select.tooltip = \ud30c\uc77c \uc120\ud0dd
-ManageAddOnsDialog.status.downloading = \ud30c\uc77c \ub2e4\uc6b4\ub85c\ub4dc \uc911...
-ManageAddOnsDialog.status.installing = \ubd80\uac00 \uae30\ub2a5 \uc124\uce58 \uc911...
-ManageAddOnsDialog.status.success = \uc124\uce58 \uc644\ub8cc {0}.
-ManageConditionalStylesAction.text = \ub9f5\uc758 \uc870\uac74\ubcc4 \uc2a4\ud0c0\uc77c \uad00\ub9ac(&M)
-ManageNodeConditionalStylesAction.text = \ub178\ub4dc\uc758 \uc870\uac74\ubcc4 \uc2a4\ud0c0\uc77c \uad00\ub9ac(&A)
-map_already_exists = \uC774 \uB9F5\uC740 \uC774\uBBF8 \uC5F4\uB824\uC788\uC2B5\uB2C8\uB2E4. \uB36E\uC5B4\uC4F8\uAE4C\uC694?
-map_corrupted = \uB9F5\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC744 \uBCF4\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
-map_not_saved = The map was not saved before.
-menu_applyStyle = \uc2a4\ud0c0\uc77c \uc801\uc6a9
-menu_attributes = \uc18d\uc131(&A)
-menu_clouds = \uad6c\ub984
-menu_copy = \ubca0\uaef4\ub450\uae30
-menu_details = \uc790\uc138\ud55c \ub0b4\uc6a9
-menu_displayAttributes = \ub178\ub4dc \uc18d\uc131
-menu_encryption = \ube44\ubc00\ubc88\ud638 \ubcf4\ud638
-menu_extensions = \ub178\ub4dc \ud655\uc7a5 \uae30\ub2a5
-menu_extras = \ub3c4\uad6c(&T)
-menu_file_import = \uac00\uc838\uc624\uae30(&M)
-menu_filter = \ud544\ud130(&I)
-menu_format = \uBAA8\uC591
-menu_group = \ub178\ub4dc \uadf8\ub8f9
-menu_iconView = \uc544\uc774\ucf58
-menu_image = \uc774\ubbf8\uc9c0
-menu_insert = \uc0bd\uc785(&S)
-menu_manageStyles = \uc2a4\ud0c0\uc77c \uad00\ub9ac(&M)
-menu_navigate = \ud0d0\uc0c9(&N)
-menu_newNode = \uc0c8\ub85c\uc6b4 \ub178\ub4dc
-menu_node = \ub178\ub4dc
-menu_node_features = \ub178\ub4dc \uc678\ud615(&U)
-menu_nodes = \ub178\ub4dc(&N)
-menu_noteView = \ub178\ud2b8
-menu_progress = \uc9c4\ud589\uc728 \uc544\uc774\ucf58 (%)
-menu_remove_icons = \uc544\uc774\ucf58 \uc81c\uac70
-menu_removeAttribute = \uc18d\uc131 \uc81c\uac70
-menu_select = \uc120\ud0dd
-menu_time = \uc2dc\uac04 \uad00\ub9ac
-menu_toolbars = \ub3c4\uad6c \uc0c1\uc790
-menu_view = \ubcf4\uae30(&V)
-mindmap = \uB9F5
-MindMapNodesFlavorHandler = \ub178\ub4dc \ub2e8\uacc4\ubcc4 \uad6c\uc870
-mindmaps = \ub9f5(&M)
-mindmaps_desc = \uB9F5 (*.mm)
-mindmaps_filter_desc = \ud544\ud130 (*.mmfilter)
-mode_na = \ubaa8\ub4dc \uc0ac\uc6a9 \ubd88\uac00
-mode_status = {0} \ubaa8\ub4dc\ub85c \uc804\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-mode_title = \ud504\ub9ac\ud50c\ub808\uc778 - {0}
-modes = \uBAA8\uB4DC
-ModesMenuAction.Browse.text = \ub9f5 \ube0c\ub77c\uc6b0\uc800
-ModesMenuAction.File.text = \ud30c\uc77c \ud0d0\uc0c9\uae30
-ModesMenuAction.MindMap.text = \ub9c8\uc778\ub4dc\ub9f5 \ud3b8\uc9d1\uae30
-most_recent_files = \uCD5C\uADFC\uC5D0 \uC5F4\uC5C8\uB358 \uD30C\uC77C
-MoveToRootAction.text = \ub8e8\ud2b8\ub85c \uac00\uae30
-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 \ub9cc\ub4e4\uae30(&T)...
-new_mindmap = \uC0C8\uB85C\uC6B4 \uB9C8\uC778\uB4DC\uB9F5
-new_node = \uc0c8\ub85c\uc6b4 \ub178\ub4dc
-new_node_as_sibling_not_possible_for_the_root = \ub8e8\ud2b8\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 = \uD558\uC704 \uD56D\uBAA9 \uCD94\uAC00
-NewerFileRevisionsFoundDialog.file_name = \ud30c\uc77c
-NewerFileRevisionsFoundDialog.file_size = \ubc14\uc774\ud2b8
-NewerFileRevisionsFoundDialog.open = \uc5f4\uae30(&O)
-NewerFileRevisionsFoundDialog.restore = \ub418\uc0b4\ub9ac\uae30(&O)
-NewerFileRevisionsFoundDialog.restore.tooltip = {0}\uc744 {1}(\uc73c)\ub85c \ub300\uccb4
-NewLevelStyleAction.text = \ub2e8\uacc4\ubcc4 \uc2a4\ud0c0\uc77c \ucd94\uac00
-NewMapAction.text = \uc0c8\ub85c\uc6b4 \ub9f5(&N)
-NewParentNode.text = \uc0c8\ub85c\uc6b4 \ubd80\ubaa8 \ub178\ub4dc
-NewParentNode.tooltip = <html>\uC120\uD0DD\uB41C \uBAA8\uB4E0 \uD56D\uBAA9\uC774 \uC0C1\uC704\uB85C \uC774\uB3D9\uB429\uB2C8\uB2E4.</html>
-NewPreviousSiblingAction.text = \uc0c8\ub85c\uc6b4 \uc190\uc704 \ud615\uc81c \ub178\ub4dc
-NewSiblingAction.text = \uc0c8\ub85c\uc6b4 \uc190\uc544\ub798 \ud615\uc81c \ub178\ub4dc
-NextNodeAction.BACK.text = \uc774\uc804 \ub178\ub4dc\ub85c \uac00\uae30
-NextNodeAction.FORWARD.text = \ub2e4\uc74c \ub178\ub4dc\ub85c \uac00\uae30
-no = \uC544\uB2C8\uC624
-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 = "{1}" \uC5D0\uC11C "{0}"\uC744 \uCC3E\uC9C0\uBABB\uD588\uC2B5\uB2C8\uB2E4..
-no_more_found_from = "{1}" \uC5D0\uC11C "{0}"\uC744 \uB354\uC774\uC0C1 \uBABB\uD588\uC2B5\uB2C8\uB2E4..
-no_previous_find = \uC774\uC804\uC5D0\uC11C \uB354\uC774\uC0C1 \uCC3E\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.
-node = \ub178\ub4dc
-node_changed_discard_changes = \uC218\uC815\uB0B4\uC6A9\uC774 \uC788\uC2B5\uB2C8\uB2E4. \uBC14\uB010\uB0B4\uC6A9\uC744 \uC800\uC7A5\uD558\uC9C0 \uC54A\uACA0\uC2B5\uB2C8\uAE4C?
-node_is_write_protected = \ub300\uc0c1 \ub178\ub4dc\ub294 \uc4f0\uae30 \ubc29\uc9c0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.
-node_location_help = Dragging changes node location, ctrl+dragging changes distances, double click and ctrl+double click reset them.
-node_selector = \ub178\ub4dc \uc120\ud0dd
-node_selector_message = \ub354\ube14 \ud074\ub9ad\ud558\uc5ec \ub178\ub4dc \uc120\ud0dd
-node_styles = \ub178\ub4dc \uc2a4\ud0c0\uc77c
-NodeBackgroundColorAction.text = \ub178\ub4dc \ubc30\uacbd\uc0c9(&N)...
-NodeColorAction.text = \ub178\ub4dc \uc0c9\uc0c1...
-NodeColorBlendAction.text = \uC0C9\uC0C1 \uD63C\uD569
-NodeDownAction.text = \ub178\ub4dc \uc774\ub3d9\ud558\uae30 (\ud615\uc81c \uc544\ub798\ub85c)
-NodeExtensions.EditNodeExtensions = \ub178\ub4dc \ud655\uc7a5 \uae30\ub2a5 \ud3b8\uc9d1
-NodeExtensions.RemoveNodeExtensions = \ub178\ub4dc \ud655\uc7a5 \uae30\ub2a5 \uc81c\uac70
-NodeListAction.text = \ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30...
-NodeShapeAction.bubble.text = \uac70\ud488\ud615\ud0dc\uc758 \uc678\uacfd\uc120(&B)
-NodeShapeAction.fork.text = \uc678\uacfd\uc120 \uc5c6\uc560\uae30(&F)
-NodeUpAction.text = \ub178\ub4dc \uc774\ub3d9\ud558\uae30 (\ud615\uc81c \uc704\ub85c)
-nonboldify_branch = \uAD75\uC9C0 \uC54A\uAC8C
-nonitalicise_branch = \uae30\uc6b8\uc784 \ud574\uc81c
-normal = \ubcf4\ud1b5
-not_saved_for_link_error = \ub9c1\ud06c \uc624\ub958: \uc774 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uae30 \uc704\ud574\uc11c\ub294 \ud30c\uc77c\uc120\ud0dd\uc5d0 \uc758\ud574 \ub9c1\ud06c\ub97c \uc124\uc815\ud574\uc57c \ud569\ub2c8\ub2e4.
-note_window_location = \ub178\ud2b8 \ud328\ub110 \uc704\uce58
-ok = \ud655\uc778(&O)
-OKAction.text = \ud655\uc778(&O)
-OpenAction.text = \uc800\uc7a5\ub41c \ub9f5 \uc5f4\uae30(&O)...
-OpenFreeplaneSiteAction.text = \ud504\ub9ac\ud50c\ub808\uc778 \ud648\ud398\uc774\uc9c0
-OpenPathAction.text = \ud30c\uc77c \uc5f4\uae30
-OpenUserDirAction.text = \uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac \uc5f4\uae30
-option_changes_may_require_restart = \uBCC0\uACBD\uB41C \uC124\uC815\uC744 \uC801\uC6A9\uD558\uB824\uBA74 \uD504\uB9AC\uB9C8\uC778\uB4DC\uB97C \uC7AC\uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4.
-OptionalDontShowMeAgainDialog.cancel = \uC544\uB2C8\uC624(&N)
-OptionalDontShowMeAgainDialog.dontShowAgain = \uB2E4\uC74C\uBD80\uD130 \uBB3C\uC5B4\uBCF4\uC9C0 \uC54A\uC74C(&D).
-OptionalDontShowMeAgainDialog.ok = \uC608(&Y)
-OptionalDontShowMeAgainDialog.rememberMyDescision = \uACB0\uC815\uC744 \uAE30\uC5B5\uD568(&R).
-OptionPanel.absolute = \uc808\ub300 \uacbd\ub85c
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = \uC790\uB3D9 \uB808\uC774\uC544\uC6C3 \uD328\uD134
-OptionPanel.ADD_CHILD = \uc790\uc2dd \ub178\ub4dc \ucd94\uac00
-OptionPanel.ADD_SIBLING = \ud615\uc81c \ub178\ub4dc \ucd94\uac00
-OptionPanel.addons = \ubd80\uac00 \uae30\ub2a5
-OptionPanel.always_fold_all_after_load = \ubaa8\ub450 \uc811\uae30
-OptionPanel.always_save_folding = \ud56d\uc0c1 \uc800\uc7a5
-OptionPanel.antialias = \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2f1
-OptionPanel.antialias.tooltip = <html>\ub9f5\uc758 \ud654\uc9c8\uc744 \uacb0\uc815\ud569\ub2c8\ub2e4. \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2f1\ub97c \ub9ce\uc774 \uc0ac\uc6a9\ud558\uba74 \ub354 \ub290\ub824\uc9d1\ub2c8\ub2e4.</html>
-OptionPanel.antialias_all = \ubaa8\ub450 \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2f1
-OptionPanel.antialias_edges = \uc5f0\uacb0 \uc120\ub9cc \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2f1
-OptionPanel.antialias_none = \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2f1 \uc0ac\uc6a9 \uc548\ud568
-OptionPanel.Appearance = \uc0dd\uae40\uc0c8
-OptionPanel.ar = \uc544\ub78d\uc5b4 / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
-OptionPanel.ARC = \uc6d0\ud638
-OptionPanel.as_parent = \uBD80\uBAA8 \uAC12
-OptionPanel.ask = \ubb3c\uc5b4\ubcf4\uae30
-OptionPanel.automatic = \uC790\uB3D9\uC120\uD0DD
-OptionPanel.automaticFormat_level = \uC790\uB3D9 \uB808\uC774\uC544\uC6C3 \uC2A4\uD0C0\uC77C
-OptionPanel.automaticFormat_level1 = \uB8E8\uD2B8\uB178\uB4DC \uBAA8\uC591
-OptionPanel.automaticFormat_level2 = 1\uB2E8\uACC4 \uB178\uB4DC \uBAA8\uC591
-OptionPanel.Behaviour = \ub3d9\uc791 \uc124\uc815
-OptionPanel.bezier = \ubca0\uc9c0\uc5b4 \uace1\uc120
-OptionPanel.bubble = \uac70\ud488 \ubaa8\uc591
-OptionPanel.Cancel = \uCDE8\uC18C
-OptionPanel.center_selected_node = \uc790\ub3d9\uc73c\ub85c \uc120\ud0dd\ub41c \ub178\ub4dc\ub97c \uc911\uc559 \uc815\ub82c
-OptionPanel.check_updates_automatically = \ud504\ub85c\uadf8\ub7a8 \uc2dc\uc791 \uc2dc \uc5c5\ub370\uc774\ud2b8 \ud655\uc778
-OptionPanel.childpattern = \uc790\uc2dd \ud328\ud134
-OptionPanel.childpattern.tooltip = \uC120\uD0DD\uB41C \uD328\uD134\uC740 \uBAA8\uB4E0 \uD558\uC704\uB178\uB4DC\uC5D0 \uC801\uC6A9\uB429\uB2C8\uB2E4.
-OptionPanel.clear_all_setters = \ubaa8\ub450 \uc804\ud658
-OptionPanel.clear_all_setters.tooltip = \uBCC0\uACBD\uC0AC\uD56D \uC9C0\uC2DC\uC790\uB97C \uBAA8\uB450 \uD65C\uC131\uD654 \uB610\uB294 \uBE44\uD65C\uC131\uD654 \uD569\uB2C8\uB2E4.
-OptionPanel.cloud = \uad6c\ub984
-OptionPanel.cloudcolor = \uad6c\ub984 \uc0c9\uc0c1
-OptionPanel.cloudshape = \uad6c\ub984 \ubaa8\uc591
-OptionPanel.combined = \uACB0\uD569
-OptionPanel.compare_as_number = \uc218\uce58\ub85c \ube44\uad50
-OptionPanel.convert_to_current_version = <html>Automatically convert maps of older Freeplane versions <br>to the current version?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Only for very big maps that don't need to be converted <br>(this is expert knowledge) you can open the maps without conversion.</html>
-OptionPanel.cs = \uccb4\ucf54\uc5b4 / \u010desky
-OptionPanel.cut_nodes_without_question = \uD655\uC778\uD558\uC9C0 \uC54A\uACE0 \uB178\uB4DC\uB97C \uC790\uB97C\uAE4C\uC694?
-OptionPanel.cut_nodes_without_question.tooltip = \uCCB4\uD06C\uBC15\uC2A4\uB97C \uC124\uC815\uD558\uBA74 \uB178\uB4DC\uB294 \uD655\uC778\uD558\uC9C0 \uC54A\uACE0 \uC798\uB77C\uB0C5\uB2C8\uB2E4. \uC758\uB3C4\uD558\uC9C0 \uC798\uB77C\uB0B4\uB294 \uACBD\uC6B0 \uC815\uBCF4\uB97C \uC190\uC2E4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
-OptionPanel.da = \ub374\ub9c8\ud06c\uc5b4 / dansk
-OptionPanel.date_format = \ud45c\uc900 \ub0a0\uc9dc \ud615\uc2dd
-OptionPanel.datetime_format = \ud45c\uc900 \ub0a0\uc9dc-\uc2dc\uac04 \ud615\uc2dd
-OptionPanel.de = \ub3c5\uc77c\uc5b4 / Deutsch
-OptionPanel.default = \uAE30\uBCF8\uAC12
-OptionPanel.default_browser_command_mac = \uB9E4\uD0A8\uD1A0\uC2DC \uAE30\uBCF8 \uBD80\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
-OptionPanel.default_browser_command_mac.tooltip = <html> and MAC: (thanks to Nick!)</html>
-OptionPanel.default_browser_command_other_os = \uB2E4\uB978 \uC6B4\uC601\uCCB4\uC81C\uC758 \uAE30\uBCF8 \uBE0C\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
-OptionPanel.default_browser_command_other_os.tooltip = <html> \uC77C\uBC18\uC801\uC73C\uB85C \uB9AC\uB205\uC2A4 \uC785\uB2C8\uB2E4:</html>
-OptionPanel.default_browser_command_windows_9x = Windows 9x \uAE30\uBCF8 \uBE0C\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_browser_command_windows_nt = Windows NT \uAE30\uBCF8 \uBE0C\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_charset = \ubb38\uc790\uc9d1\ud569
-OptionPanel.Defaults = \uae30\ubcf8 \uc124\uc815
-OptionPanel.delete_automatic_saves_at_exit = \uC885\uB8CC\uC2DC \uC784\uC2DC \uC790\uB3D9\uC800\uC7A5 \uD30C\uC77C \uC0AD\uC81C
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> If the files should be deleted automatically on a normal shutdown of Freeplane set the following variable to true</html>
-OptionPanel.delete_nodes_without_question = Delete nodes without confirmation?
-OptionPanel.delete_nodes_without_question.tooltip = If this check box is set the nodes are deleted without confirmation. This can cause loss of information if pressed without intention.
-OptionPanel.disable_cursor_move_paper = \uB9C8\uC778\uB4DC\uB9F5 \uD654\uBA74\uC744 \uB9C8\uC6B0\uC2A4 \uB4DC\uB798\uADF8\uB85C \uC6C0\uC9C1\uC774\uC9C0 \uBABB\uD558\uAC8C
-OptionPanel.disable_cursor_move_paper.tooltip = <html>\uB9C8\uC778\uB4DC\uB9F5 \uD654\uBA74\uC744 \uB4DC\uB798\uADF8\uD560 \uB54C \uC774\uB3D9 \uCEE4\uC11C\uB97C \uBCF4\uC774\uC9C0 \uC54A\uC74C</html>
-OptionPanel.display_node_id = \ub178\ub4dc\uc758 ID \ud45c\uc2dc
-OptionPanel.edgecolor = \uc5f0\uacb0 \uc120 \uc0c9\uc0c1
-OptionPanel.edgecolor.tooltip = \ubd80\ubaa8 \ub178\ub4dc\ub85c \uac00\ub294 \uc5f0\uacb0 \uc120\uc758 \uc18d\uc131 (\ubaa8\ub4e0 \ud558\uc704\ub178\ub4dc\uc5d0 \uc801\uc6a9 \ub428)
-OptionPanel.edgestyle = \uc5f0\uacb0 \uc120 \uc2a4\ud0c0\uc77c
-OptionPanel.edgestyle.tooltip = \ubd80\ubaa8 \ub178\ub4dc\ub85c \uac00\ub294 \uc5f0\uacb0 \uc120\uc758 \uc18d\uc131 (\ubaa8\ub4e0 \ud558\uc704\ub178\ub4dc\uc5d0 \uc801\uc6a9 \ub428)
-OptionPanel.edgewidth = \uc5f0\uacb0 \uc120 \uad74\uae30
-OptionPanel.edgewidth.tooltip = \ubd80\ubaa8 \ub178\ub4dc\ub85c \uac00\ub294 \uc5f0\uacb0 \uc120\uc758 \uc18d\uc131 (\ubaa8\ub4e0 \ud558\uc704\ub178\ub4dc\uc5d0 \uc801\uc6a9 \ub428)
-OptionPanel.EDIT_CURRENT = \ub0b4\uc6a9 \ub36e\uc5b4\uc4f0\uae30
-OptionPanel.el = \uadf8\ub9ac\uc2a4\uc5b4 / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__enter_confirms_by_default = Enter Confirms By Default
-OptionPanel.el__max_default_window_height = \uC708\uB3C4\uC6B0\uCC3D \uCD5C\uB300 \uB192\uC774
-OptionPanel.el__max_default_window_width = \uC708\uB3C4\uC6B0\uCC3D \uCD5C\uB300 \uAC00\uB85C\uAE38\uC774
-OptionPanel.el__min_default_window_height = \uC708\uB3C4\uC6B0\uCC3D \uCD5C\uC18C \uB192\uC774
-OptionPanel.el__min_default_window_width = \uC708\uB3C4\uC6B0\uCC3D \uCD5C\uC18C \uAC00\uB85C\uAE38\uC774
-OptionPanel.el__position_window_below_node = Position Window Below Node
-OptionPanel.en = \uc601\uc5b4 / English
-OptionPanel.Environment = \uD658\uACBD\uC124\uC815
-OptionPanel.es = \uc2a4\ud398\uc778\uc5b4 / espa\u00f1ol, castellano
-OptionPanel.et = \uc5d0\uc2a4\ud1a0\ub2c8\uc544\uc5b4 / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking = Scripts should be carried out without confirmation?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Freeplane scripts are principally able to perform any action on your computer. <br>Thus, you shouldn't execute scripts you don't know to be safe.</html>
-OptionPanel.experimental_file_locking_on = \uD30C\uC77C \uC7A0\uADF8\uAE30 (\uD14C\uC2A4\uD2B8\uC911\uC778 \uAE30\uB2A5\uC784)
-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> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
-OptionPanel.Files = \uD30C\uC77C
-OptionPanel.first = \uCC98\uC74C
-OptionPanel.foldingsymbolwidth = \uC811\uD798 \uD45C\uC2DC \uB108\uBE44
-OptionPanel.foldingsymbolwidth.tooltip = <html>\uC811\uD798 \uD45C\uC2DC \uB3D9\uADF8\uB77C\uBBF8\uC758 \uB108\uBE44 \uC9C0\uC815</html>
-OptionPanel.fork = \uc678\uacfd\uc120 \uc5c6\uc74c
-OptionPanel.format_locale = \ubb38\uc790\uc5f4 \ud615\ud0dc\uc5d0 \uc801\uc6a9\ud560 \uad6d\uac00 \uc124\uc815
-OptionPanel.fr = \ud504\ub791\uc2a4\uc5b4 / Fran\u00e7ais
-OptionPanel.gl = Gl
-OptionPanel.gtk = Gtk
-OptionPanel.hr = \ud06c\ub85c\uc544\ud2f0\uc544\uc5b4 / hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Based On Headings
-OptionPanel.html_export_fold_all = \uBAA8\uB4E0 \uB0B4\uC6A9 \uC811\uAE30
-OptionPanel.html_export_fold_currently_folded = \uC811\uD78C \uAC00\uC9C0\uB4E4\uC740 \uC811\uD788\uAC8C
-OptionPanel.html_export_folding = Html Export Folding
-OptionPanel.html_export_no_folding = \uAC00\uC9C0\uAC00 \uC811\uD788\uC9C0 \uC54A\uAC8C
-OptionPanel.hu = \ud5dd\uac00\ub9ac\uc5b4 / Magyar
-OptionPanel.icon = \uC544\uC774\uCF58
-OptionPanel.icon.tooltip = \uC801\uC6A9\uB418\uBA74 \uD574\uB2F9 \uB178\uB4DC\uB294 \uC774 \uC544\uC774\uCF58\uC73C\uB85C \uC124\uC815\uB429\uB2C8\uB2E4.
-OptionPanel.id = \uc778\ub3c4\ub124\uc2dc\uc544\uc5b4 / Bahasa Indonesia
-OptionPanel.it = \uc774\ud0c8\ub9ac\uc544\uc5b4 / Italiano
-OptionPanel.ja = \uc77c\ubcf8\uc5b4 / \u65e5\u672c\u8a9e
-OptionPanel.Keystrokes = \uB2E8\uCD95\uD0A4
-OptionPanel.ko = \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-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.last = \uB9C8\uC9C0\uB9C9
-OptionPanel.last_opened_list_length = \uC5F4\uC5C8\uB358 \uBB38\uC11C \uBCF4\uAD00 \uAC2F\uC218
-OptionPanel.links = \uB9C1\uD06C
-OptionPanel.links.tooltip = <html>Set Links either relative or absolute </html>
-OptionPanel.load_last_map = \uB9C8\uC9C0\uB9C9\uC5D0 \uC5F4\uC5C8\uB358 \uBB38\uC11C \uC790\uB3D9\uC73C\uB85C \uC5F4\uAE30
-OptionPanel.load_last_map.tooltip = <html>\uCCB4\uD06C\uD558\uC2DC\uBA74 Freeplane \uC2DC\uC791\uC2DC, \uB9C8\uC9C0\uB9C9\uC5D0 \uC5F4\uC5C8\uB358 \uBB38\uC11C\uB97C \uC790\uB3D9\uC73C\uB85C \uBD88\uB7EC\uC635\uB2C8\uB2E4.</html>
-OptionPanel.lookandfeel = \uC2A4\uD0A8\uC120\uD0DD
-OptionPanel.lookandfeel.tooltip = <html>The Look&Feel to use. 'metal','windows','motif', 'gtk' are supported, 'mac' is available only on MacOS. default means, that the default look and feel is used. If you want to put your own L&F, please, enter the class name here and assure that the corresponding jar file(s) are loaded. If there are problems with the look and feel, then choose 'nothing' here. It work for applets</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = \ucd5c\ub300 \ub178\ub4dc \ub108\ube44
-OptionPanel.max_node_width.tooltip = <html>The default maximal node width in pixels</html>
-OptionPanel.max_shortened_text_length = \ub2e8\ucd95\ub41c \ubb38\uc790\uc5f4\uc758 \ucd5c\ub300 \ub108\ube44
-OptionPanel.metal = \uBA54\uD0C8
-OptionPanel.min_node_width = \ucd5c\uc18c \ub178\ub4dc \ub108\ube44
-OptionPanel.motif = \uBAA8\uD2F0\uD504(\uD478\uB978\uACC4\uC5F4)
-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 = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = \uB178\uB4DC \uC0C9\uC0C1
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = \uAD75\uAC8C
-OptionPanel.nodefontitalic = \uae30\uc6b8\uc784
-OptionPanel.nodefontname = \uAE00\uAF34
-OptionPanel.nodefontsize = \uae00\uc790 \ud06c\uae30
-OptionPanel.nodeformat = \uc11c\uc2dd
-OptionPanel.nodeshape = \ub178\ub4dc \uc2a4\ud0c0\uc77c
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = \uB178\uB4DC \uAE00\uC790
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = \uc5c6\uc74c
-OptionPanel.number_of_different_files_for_automatic_save = \uC784\uC2DC \uC790\uB3D9\uC800\uC7A5 \uD30C\uC77C \uC22B\uC790
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> 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.OK = \uC800\uC7A5
-OptionPanel.org.freeplane.plugin.bugreport.allowed = \ud56d\uc0c1 \ubcf4\ub0b4\uae30
-OptionPanel.org.freeplane.plugin.bugreport.ask = \ubc84\uadf8 \uc2e0\uace0 \ub300\ud654 \uc0c1\uc790 \ubcf4\uc774\uae30
-OptionPanel.org.freeplane.plugin.bugreport.denied = \uc808\ub300 \uc548 \ubcf4\ub0b4\uae30
-OptionPanel.outline_hgap = \uc218\ud3c9 \uac70\ub9ac
-OptionPanel.outline_vgap = \uc218\uc9c1 \uac70\ub9ac
-OptionPanel.patternname = \uC774\uB984
-OptionPanel.patternname.tooltip = \uC911\uBCF5\uB418\uC9C0 \uC54A\uC740 \uD328\uD134 \uC774\uB984
-OptionPanel.pl = \ud3f4\ub780\ub4dc\uc5b4 / polski
-OptionPanel.placenewbranches = \uC0C8\uB85C\uC6B4 \uAC00\uC9C0 \uB9CC\uB4E4\uAE30
-OptionPanel.placenewbranches.tooltip = <html>Where to place new branches. Valid values are 'first' and 'last' </html>
-OptionPanel.plugins = \ud50c\ub7ec\uadf8\uc778
-OptionPanel.pt_BR = \ud3ec\ub974\ud22c\uac08\uc5b4 (\ube0c\ub77c\uc9c8) / Portugu\u00eas (Brasil)
-OptionPanel.pt_PT = \ud3ec\ub974\ud22c\uac08\uc5b4 (\ud3ec\ub974\ud22c\uac08) / Portugu\u00eas (Portugal)
-OptionPanel.RECT = \uc9c1\uc0ac\uac01\ud615
-OptionPanel.relative = \uc0c1\ub300 \uacbd\ub85c
-OptionPanel.ROUND_RECT = \uc9c1\uc0ac\uac01\ud615 (\ub465\uadfc \uaf2d\uc9c0\uc810)
-OptionPanel.ru = \ub7ec\uc2dc\uc544\uc5b4 / \u0420\u0443\u0441\u0441\u043a\u0438\u0439
-OptionPanel.save_folding_if_map_is_changed = \ub9f5\uc774 \ubcc0\uacbd\ub420 \uacbd\uc6b0
-OptionPanel.scrollbar_increment = \uc18d\ub3c4
-OptionPanel.selection_method = \ub178\ub4dc \uc120\ud0dd \ubc29\ubc95
-OptionPanel.selection_method.tooltip = <html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
-OptionPanel.selection_method_by_click = \ud074\ub9ad\uc73c\ub85c
-OptionPanel.selection_method_delayed = \ub9c8\uc6b0\uc2a4\ub97c \uac00\uc838\uac00\uace0 \uc57d\uac04\uc758 \uc9c0\uc5f0 \ud6c4
-OptionPanel.selection_method_direct = \ub9c8\uc6b0\uc2a4\ub97c \uac00\uc838\uac00\uba74 \ubc14\ub85c \uc120\ud0dd
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \uD328\uD134
-OptionPanel.separator.anti_alias = \uc564\ud2f0\uc5d0\uc77c\ub9ac\uc5b4\uc2f1
-OptionPanel.separator.attributes = \uc18d\uc131
-OptionPanel.separator.automatic_save = \uc790\ub3d9 \uc800\uc7a5
-OptionPanel.separator.behaviour = \ub3d9\uc791 \uc124\uc815
-OptionPanel.separator.browser = \uBE0C\uB77C\uC6B0\uC800
-OptionPanel.separator.CloudControls = \uad6c\ub984
-OptionPanel.separator.commands_for_the_program = \ud504\ub85c\uadf8\ub7a8 \uba85\ub839\uc5b4
-OptionPanel.separator.default_colors = \uAE30\uBCF8 \uC0C9\uC0C1
-OptionPanel.separator.default_fonts = \uae30\ubcf8 \uae00\uaf34
-OptionPanel.separator.default_styles = \uAE30\uBCF8 \uC2A4\uD0C0\uC77C
-OptionPanel.separator.EdgeControls = \uc5f0\uacb0 \uc120
-OptionPanel.separator.edit_long_node_window = \uc790\uc138\ud788 \ud3b8\uc9d1\ud558\uae30
-OptionPanel.separator.editing = \ud3b8\uc9d1\uae30 \uc124\uc815
-OptionPanel.separator.files = \uD30C\uC77C
-OptionPanel.separator.formula = \uc218\uc2dd
-OptionPanel.separator.General = \uC77C\uBC18
-OptionPanel.separator.html_export = Html \uB0B4\uBCF4\uB0B4\uAE30
-OptionPanel.separator.html_import = Html \uac00\uc838\uc624\uae30
-OptionPanel.separator.hyperlink_types = \uB9C1\uD06C \uD615\uD0DC
-OptionPanel.separator.icon_properties = \uC544\uC774\uCF58
-OptionPanel.separator.initial_map_size = \uC2DC\uC791\uC2DC \uAE30\uBCF8 \uB9F5\uD30C\uC77C \uC0AC\uC774\uC988
-OptionPanel.separator.key_typing = \uD0A4 \uC785\uB825
-OptionPanel.separator.language = \uC5B8\uC5B4
-OptionPanel.separator.load = \ubd88\ub7ec\uc624\uae30
-OptionPanel.separator.look_and_feel = \uC2A4\uD0A8\uC120\uD0DD
-OptionPanel.separator.mouse_wheel = \uB9C8\uC6B0\uC2A4 \uD720
-OptionPanel.separator.new_node_commands = \ub178\ub4dc \ucd94\uac00 \uba85\ub839\uc5b4
-OptionPanel.separator.node_editing_commands = \ub178\ub4dc \ud3b8\uc9d1 \uba85\ub839\uc5b4
-OptionPanel.separator.node_navigation_commands = \ub178\ub4dc \uc0ac\uc774 \uc774\ub3d9 \uba85\ub839\uc5b4
-OptionPanel.separator.NodeColors = \uB178\uB4DC \uC0C9\uC0C1
-OptionPanel.separator.NodeFont = \uB178\uB4DC \uAE00\uAF34
-OptionPanel.separator.notifications = Confirmations
-OptionPanel.separator.other_defaults = \uAE30\uD0C0 \uAE30\uBCF8\uAC12
-OptionPanel.separator.others = Other key bindings
-OptionPanel.separator.patterns = \uD328\uD134
-OptionPanel.separator.root_node_appearance = Root node appearance
-OptionPanel.separator.save = \uC800\uC7A5
-OptionPanel.separator.selection_method = \ub178\ub4dc \uc120\ud0dd \ubc29\ubc95
-OptionPanel.separator.undo = \uC2E4\uD589 \uCDE8\uC18C
-OptionPanel.set_property_text = \uBCC0\uACBD
-OptionPanel.set_property_text.tooltip = \uBE48 \uAC12: \uBCC0\uACBD\uC548\uD568; \uC74C\uC218=\uC18D\uC131 \uC81C\uAC70(\uAE30\uBCF8\uAC12\uC73C\uB85C \uC124\uC815); \uC591\uC218=\uC18D\uC131 \uBCC0\uACBD
-OptionPanel.setscript = \uBCC0\uACBD\uD560\uAE4C\uC694?
-OptionPanel.setscript.tooltip = \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC2A4\uD0C0\uC77C\uACFC \uC5F0\uACB0\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
-OptionPanel.sharp_bezier = \uC608\uB9AC\uD55C \uACE1\uC120
-OptionPanel.sharp_linear = \uC608\uB9AC\uD55C \uC9C1\uC120
-OptionPanel.sk = \uc2ac\ub85c\ubc14\ud0a4\uc544\uc5b4 / sloven\u010dina
-OptionPanel.sl = \uc2ac\ub85c\ubca0\ub2c8\uc544\uc5b4 / sloven\u0161\u010dina
-OptionPanel.sr = \uc138\ub974\ube44\uc544\uc5b4 / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standardbackgroundcolor = \ub178\ub4dc \ud45c\uc900 \ubc30\uacbd\uc0c9
-OptionPanel.standardbackgroundcolor.tooltip = <html>The standard background color in html notation </html>
-OptionPanel.standardcloudcolor = \uad6c\ub984 \ud45c\uc900 \uc0c9\uc0c1
-OptionPanel.standardcloudcolor.tooltip = <html>The standard cloud color in html notation </html>
-OptionPanel.standardcloudestyle = \uad6c\ub984 \ud45c\uc900 \uc2a4\ud0c0\uc77c
-OptionPanel.standardcloudestyle.tooltip = <html>The standard cloud style. currently, only 'bezier' is supported</html>
-OptionPanel.standardlinkcolor = \ub9c1\ud06c \ud45c\uc900 \uc0c9\uc0c1
-OptionPanel.standardlinkcolor.tooltip = <html>The standard link color in html notation </html>
-OptionPanel.standardlinkestyle = \ub9c1\ud06c \ud45c\uc900 \uc2a4\ud0c0\uc77c
-OptionPanel.standardlinkestyle.tooltip = <html>The standard link style. currently, only 'bezier' is supported</html>
-OptionPanel.standardselectednodecolor = \uc120\ud0dd\ub41c \ub178\ub4dc\uc758 \ud45c\uc900 \uae00\uc790\uc0c9
-OptionPanel.standardselectednodecolor.tooltip = <html>The standard node color if selected. In html notation (#RRGGBB in hex values) </html>
-OptionPanel.STAR = \ubcc4 \ubaa8\uc591
-OptionPanel.sv = \uc2a4\uc6e8\ub374\uc5b4 / svenska
-OptionPanel.time_for_automatic_save = \uC790\uB3D9\uC800\uC7A5\uD560 \uC2DC\uAC04\uC124\uC815
-OptionPanel.time_for_automatic_save.tooltip = <html> \uC790\uB3D9\uC800\uC7A5 \uD65C\uC131\uD654\uC2DC \uC2DC\uAC04\uAC04\uACA9\uC785\uB2C8\uB2E4.(1/1000\uCD08): \uC790\uB3D9\uC800\uC7A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uC774 \uAC12\uC744 2000000000\uC73C\uB85C \uC124\uC815\uD558\uC138\uC694.</html>
-OptionPanel.time_for_delayed_selection = \uC120\uD0DD\uC2DC \uC9C0\uC5F0\uC2DC\uAC04
-OptionPanel.time_for_delayed_selection.tooltip = <html> Selection time delay of nodes when mouse is over (in msec). Change this value to 1 if you want direct selection on mouse over.</html>
-OptionPanel.toolTipManager.max_tooltip_width = \uD234\uD301 \uB108\uBE44
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>\uB514\uD3F4\uD2B8 \uD234\uD301 \uB108\uBE44\uB97C \uD53D\uC140\uB2E8\uC704\uB85C \uC785\uB825\uD558\uC138\uC694.</html>
-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
-OptionPanel.undo_levels.tooltip = <html>\uC2E4\uD589\uCDE8\uC18C \uB0B4\uC5ED\uC744 \uC5BC\uB9C8\uB9CC\uD07C\uC758 \uB2E8\uACC4\uAE4C\uC9C0 \uC800\uC7A5\uD560\uAC83\uC778\uC9C0 \uC124\uC815\uD569\uB2C8\uB2E4.</html>
-OptionPanel.unfold_on_paste = \uB178\uB4DC\uB97C \uC811\uC740 \uC0C1\uD0DC\uB85C \uBD99\uC5EC\uB123\uAE30
-OptionPanel.unfold_on_paste.tooltip = \uBD99\uC5EC\uB123\uAE30\uB098 \uB4DC\uB798\uADF8\uC564\uB4DC\uB86D\uC2DC \uB178\uB4DC\uB97C \uC811\uC2B5\uB2C8\uB2E4.
-OptionPanel.use_common_out_point_for_root_node = Edges start from one point at root node
-OptionPanel.use_common_out_point_for_root_node.tooltip = Edges start from one point at root node
-OptionPanel.use_tabbed_pane = \uD0ED \uC0AC\uC6A9
-OptionPanel.use_tabbed_pane.tooltip = \uC120\uD0DD\uD558\uC2DC\uBA74 \uBB38\uC11C\uAC00 \uD0ED\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4 (FireFox \uCC98\uB7FC :-) ).
-OptionPanel.vi = \ubca0\ud2b8\ub0a8\uc5b4 / Ti\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = \uC18D\uB3C4
-OptionPanel.wheel_velocity.tooltip = \uAC12\uC774 \uB192\uC73C\uBA74 \uBB38\uC11C\uC5D0\uC11C \uB9C8\uC6B0\uC2A4 \uD720\uC774 \uBE60\uB974\uAC8C \uC6C0\uC9C1\uC774\uB294 \uD6A8\uACFC\uAC00 \uC788\uC2B5\uB2C8\uB2E4.
-OptionPanel.windows = \uC708\uB3C4\uC6B0
-OptionPanel.zh_CN = \uc911\uad6d\uc5b4 \uac04\uccb4 / \u7b80\u4f53\u5b57
-OptionPanel.zh_TW = \uc911\uad6d\uc5b4 \ubc88\uccb4 / \u7e41\u9ad4\u5b57
-PageAction.text = \uD398\uC774\uC9C0 \uC124\uC815...
-PasteAction.text = \ubd99\uc5ec\ub123\uae30(&P)
-PatternNewNameProperty = \uC0C8 \uD328\uD134
-PatternToString.backgroundColor = \uBC30\uACBD\uC0C9
-PatternToString.Child = \uD558\uC704\uB178\uB4DC \uC2A4\uD0C0\uC77C
-PatternToString.color = \uC0C9
-PatternToString.EdgeColor = \uD14C\uB450\uB9AC \uC0C9\uC0C1
-PatternToString.EdgeStyle = \uAC00\uC9C0\uC2A4\uD0C0\uC77C -
-PatternToString.EdgeWidth = \uAC00\uC9C0\uD615\uD0DC -
-PatternToString.FontBold = \uAD75\uAC8C
-PatternToString.FontItalic = \uAE30\uC6B8\uAC8C
-PatternToString.FontName = \uAE00\uAF34\uC774\uB984
-PatternToString.Icon = \uC544\uC774\uCF58
-PatternToString.NodeFontSize = \uAE00\uC790\uD06C\uAE30
-plugins/latex/LatexNodeHook.editorTitle = LaTeX \uc218\uc2dd \ud3b8\uc9d1
-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.menu_actions = \ub3d9\uc791(&A)
-plugins/ScriptEditor.new_script = \uC0C8 \uC2A4\uD06C\uB9BD\uD2B8
-plugins/ScriptEditor.run = \uC2E4\uD589(&R)
-plugins/ScriptEditor.sign = \uc2a4\ud06c\ub9bd\ud2b8 \uc11c\uba85\ud558\uae30...
-plugins/ScriptEditor/window.Result = \uACB0\uACFC:
-plugins/ScriptEditor/window.title = \uC2A4\uD06C\uB9BD\uD2B8 \uD3B8\uC9D1\uAE30
-plugins/TimeList.xml_Created = \uC0DD\uC131\uB428
-plugins/TimeList.xml_Date = \uC77C
-plugins/TimeList.xml_Icons = \uC544\uC774\uCF58
-plugins/TimeList.xml_Modified = \uC218\uC815\uB428
-plugins/TimeList.xml_Notes = \uB178\uD2B8
-plugins/TimeList.xml_Text = \uD14D\uC2A4\uD2B8
-plugins/TimeManagement.xml_appendButton = \uc120\ud0dd\ub41c \ub178\ub4dc\uc5d0 \ub0a0\uc9dc \uc0bd\uc785
-plugins/TimeManagement.xml_Cancel = \uCDE8\uC18C
-plugins/TimeManagement.xml_cancelButton = \uCDE8\uC18C
-plugins/TimeManagement.xml_closeButton = \uB2EB\uAE30
-plugins/TimeManagement.xml_Export = \uC120\uD0DD\uB41C \uB178\uB4DC \uB0B4\uBCF4\uB0B4\uAE30
-plugins/TimeManagement.xml_Find = \uCC3E\uAE30
-plugins/TimeManagement.xml_Goto = \uAC00\uAE30
-plugins/TimeManagement.xml_hour = \uC2DC\uAC04:
-plugins/TimeManagement.xml_menu_actions = \uC561\uC158
-plugins/TimeManagement.xml_minute = \uBD84:
-plugins/TimeManagement.xml_reminderButton = \uC9C0\uC815\uB41C \uB0A0\uC9DC\uC5D0 \uC54C\uB9AC\uAE30
-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\ub2c8\uba74 \uae30\uc874\uc758 \ud0c0\uc774\uba38\ub97c \uc720\uc9c0\ud560\uae4c\uc694? (NO)</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = {0,\uC77C} {0,\uC2DC} \uC5D0 \uC54C\uB824\uC8FC\uAE30
-plugins/TimeManagement.xml_removeReminderButton = \uC54C\uB9BC\uAE30\uB2A5 \uC81C\uAC70
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \uc120\ud0dd\ub41c \ub178\ub4dc\uc5d0 \uc5f0\uacb0\ub41c \ubaa8\ub4e0 \uc54c\ub9bc \uae30\ub2a5 \uc81c\uac70.
-plugins/TimeManagement.xml_Replace = \uBC14\uAFB8\uAE30
-plugins/TimeManagement.xml_Replace_All = \uBAA8\uB450 \uBC14\uAFB8\uAE30
-plugins/TimeManagement.xml_Replace_Selected = \uC120\uD0DD\uB41C \uC601\uC5ED \uBC14\uAFB8\uAE30
-plugins/TimeManagement.xml_Select = \uC120\uD0DD
-plugins/TimeManagement.xml_todayButton = \uC624\uB298
-plugins/TimeManagement.xml_WindowTitle = \uC2DC\uAC04 \uAD00\uB9AC
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = \ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30
-preferences = \ud658\uacbd \uc124\uc815
-print_preview_title = \uc778\uc1c4 \ubbf8\ub9ac\ubcf4\uae30
-PrintAction.text = \ub9f5 \uc778\uc1c4\ud558\uae30(&P)...
-PrintDirectAction.text = \uC778\uC1C4...
-printing_settings = \uC778\uC1C4 \uBE44\uC728
-PrintPreviewAction.text = \uc778\uc1c4 \ubbf8\ub9ac\ubcf4\uae30(&V)...
-PropertyAction.dialog = \ud658\uacbd\uc124\uc815
-PropertyAction.text = \uD658\uACBD\uC124\uC815 ...
-QuitAction.text = \uc885\ub8cc(&Q)
-read_only = \uC77D\uAE30 \uC804\uC6A9
-really_convert_to_current_version = <html>This map was created with an older version of Freeplane. <br>Should it be converted (recommended)? <br>(Otherwise it is taken as it is without guarantee.) </html>
-really_cut_node = \uB178\uB4DC\uB97C \uC815\uB9D0\uB85C \uC790\uB97C\uAE4C\uC694?
-really_execute_script = Do you really want to execute the scripts included in this map? It is possible that they hurt your computer.
-really_remove_node = \uB178\uB4DC\uB97C \uC815\uB9D0\uB85C \uC0AD\uC81C\uD560\uAE4C\uC694?
-RedoAction.text = \ub2e4\uc2dc \uc2e4\ud589(&R)
-RedoFilterAction.text = \uB2E4\uC2DC \uC2E4\uD589
-ReminderHookAction.text = \uc54c\ub9bc \ud45c\uc2dc \uc81c\uac70
-ReminderHookAction.tooltip = \ub178\ub4dc\uc5d0\uc11c \uc54c\ub9bc \ud45c\uc2dc \uc81c\uac70
-RemoveAllIconsAction.text = \uBAA8\uB4E0 \uC544\uC774\uCF58 \uC0AD\uC81C
-RemoveIcon_0_Action.text = \uccab\ubc88\uc9f8 \uc544\uc774\ucf58 \uc81c\uac70
-RemoveIconAction.text = \uB9C8\uC9C0\uB9C9 \uC544\uC774\uCF58 \uC0AD\uC81C
-rename = \uc774\ub984 \ubc14\uafb8\uae30(&R)
-repair_link = \uB9C1\uD06C \uC218\uC815
-repair_link_question = \uB9C1\uD06C\uB41C \uB9F5\uC744 \uC77D\uC744\uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uB9C1\uD06C\uB97C \uC218\uC815\uD558\uACA0\uC2B5\uB2C8\uAE4C?
-replace = \uBC14\uAFB8\uAE30
-ResetNodeLocationAction.text = \uC704\uCE58 \uB9AC\uC14B
-save_failed = \uB9F5 \uC800\uC7A5\uC791\uC5C5\uC774 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.
-save_unsaved = \uB2E4\uC74C\uC758 \uB9C8\uC778\uB4DC\uB9F5\uC744 \uC800\uC7A5\uD560\uAE4C\uC694? :
-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.
-SaveAsAction.text = \ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc800\uc7a5(&A)...
-saved = \uC800\uC7A5\uB428
-scheme_evaluate = \uD3C9\uAC00!
-ScriptEditor.text = \uC2A4\uD06C\uB9BD\uD2B8 \uD3B8\uC9D1\uAE30(&C)...
-ScriptEditor.tooltip = Freeplane\uC5D0\uC11C \uB354 \uD070 \uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC791\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
-ScriptEditorPanel.changed_cancel = \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBCC0\uACBD\uB41C \uB0B4\uC6A9\uC744 \uBB34\uC2DC\uD560\uAE4C\uC694?
-select_favorites_folder = \uC990\uACA8\uCC3E\uB294 \uD3F4\uB354 \uC120\uD0DD
-select_folder_for_importing = \uB0B4\uBCF4\uB0BC \uD3F4\uB354 \uC120\uD0DD
-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)
-SelectedPasteAction.text = \uc120\ud0dd\ud558\uc5ec \ubd99\uc5ec\ub123\uae30(&A)...
-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 = Note Edit Switch
-SelectNoteAction.tooltip = Switch to resp. from note window
-SetImageByFileChooserAction.text = \uC774\uBBF8\uC9C0 (\uD30C\uC77C\uC120\uD0DD \uB610\uB294 \uB9C1\uD06C \uCD94\uAC00)...
-SetLinkByFileChooserAction.text = \uB9C1\uD06C (\uD30C\uC77C\uC120\uD0DD)...
-SetLinkByTextFieldAction.text = \uB9C1\uD06C (\uD14D\uC2A4\uD2B8)...
-ShowHideNoteAction.text = \uB178\uD2B8 \uCC3D
-ShowHideNoteAction.tooltip = Lets the note window appear resp. disappear.
-ShowSelectionAsRectangleAction.text = \uC0AC\uAC01\uD615 \uBAA8\uC591\uC73C\uB85C \uC120\uD0DD \uCF1C\uAE30/\uB044\uAE30
-simplyhtml.aboutFrameTitle = \uD504\uB85C\uADF8\uB7A8 \uC815\uBCF4
-simplyhtml.aboutLabel = SimplyHTML \uC815\uBCF4...
-simplyhtml.alignCenter = \uAC00\uC6B4\uB370
-simplyhtml.alignLabel = \uC815\uB82C:
-simplyhtml.alignLeft = \uC67C\uCABD
-simplyhtml.alignRight = \uC624\uB978\uCABD
-simplyhtml.allCellsRangeLabel = \uBAA8\uB4E0 \uC140
-simplyhtml.allOccurrencesReplaced = \uBAA8\uB4E0 \uD56D\uBAA9\uC744 \uBC14\uAFE8\uC2B5\uB2C8\uB2E4
-simplyhtml.appendTableColLabel = \uCE78 \uCD94\uAC00
-simplyhtml.appendTableRowLabel = \uC904 \uCD94\uAC00
-simplyhtml.applyCellAttrLabel = \uC801\uC6A9
-simplyhtml.backgroundLabel = \uBC30\uACBD:
-simplyhtml.boldItalicName = \uAD75\uACE0 \uAE30\uC6B8\uAC8C
-simplyhtml.boldName = \uAD75\uAC8C
-simplyhtml.borderColorLabel = \uC0C9\uC0C1:
-simplyhtml.borderWidthLabel = \uB108\uBE44
-simplyhtml.bottomLabel = \uD558\uB2E8:
-simplyhtml.cancelBtnName = \uCDE8\uC18C
-simplyhtml.cellBorderTabLabel = \uD14C\uB450\uB9AC
-simplyhtml.cellGenTabLabel = \uC77C\uBC18
-simplyhtml.cellMarginTabLabel = \uC5EC\uBC31
-simplyhtml.cellPanelTitle = \uC140 \uBAA8\uC591
-simplyhtml.clearFormatLabel = \uAE00\uC790 \uBAA8\uC591 \uC81C\uAC70
-simplyhtml.clearFormatTip = \uAE00\uC790 \uBAA8\uC591 \uC81C\uAC70
-simplyhtml.close = \uB2EB\uAE30
-simplyhtml.closeBtnName = \uB2EB\uAE30
-simplyhtml.colorLabel = \uC0C9
-simplyhtml.copyLabel = \uD558\uC704\uB97C \uD3EC\uD568\uD55C \uBCF5\uC0AC
-simplyhtml.copyTip = \uBCF5\uC0AC
-simplyhtml.cTagNameHead1 = Heading 1
-simplyhtml.cTagNameHead2 = Heading 2
-simplyhtml.cTagNameHead3 = Heading 3
-simplyhtml.cTagNameHead4 = Heading 4
-simplyhtml.cTagNameHead5 = Heading 5
-simplyhtml.cTagNameHead6 = Heading 6
-simplyhtml.cTagNameLink = \uB9C1\uD06C
-simplyhtml.cTagNameOL = \uC21C\uC11C\uC788\uB294 \uBAA9\uB85D
-simplyhtml.cTagNamePara = \uBB38\uB2E8
-simplyhtml.cTagNameUL = \uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D
-simplyhtml.cutLabel = \uC798\uB77C\uB0B4\uAE30
-simplyhtml.cutTip = \uC798\uB77C\uB0B4\uAE30
-simplyhtml.defaultDocName = \uC81C\uBAA9\uC5C6\uC74C
-simplyhtml.deleteTableColLabel = \uCE78 \uC0AD\uC81C
-simplyhtml.deleteTableRowLabel = \uC904 \uC0AD\uC81C
-simplyhtml.docTitleQuery = \uC81C\uBAA9 \uC124\uC815:
-simplyhtml.docTitleTitle = \uBB38\uC11C\uC81C\uBAA9 \uD3B8\uC9D1
-simplyhtml.editLabel = \uD3B8\uC9D1
-simplyhtml.effectLabel = \uD6A8\uACFC
-simplyhtml.familyLabel = \uAE00\uAF34
-simplyhtml.findNext = \uB2E4\uC74C \uCC3E\uAE30...
-simplyhtml.findReplaceDialogTitle = \ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30
-simplyhtml.findReplaceLabel = \ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30
-simplyhtml.findReplaceTip = \ucc3e\uae30 \ubc0f \ubc14\uafb8\uae30
-simplyhtml.fontBoldLabel = \uAD75\uAC8C
-simplyhtml.fontBoldTip = \uAD75\uAC8C \uC124\uC815/\uCDE8\uC18C
-simplyhtml.fontColorLabel = \ubb38\uc790 \uc0c9
-simplyhtml.fontColorTip = \ubb38\uc790 \uc0c9
-simplyhtml.fontDialogTitle = \uAE00\uC790\uBAA8\uC591
-simplyhtml.fontItalicLabel = \uae30\uc6b8\uc784
-simplyhtml.fontItalicTip = \uAE30\uC6B8\uAC8C \uC124\uC815/\uCDE8\uC18C
-simplyhtml.fontLabel = \uae00\uaf34...
-simplyhtml.fontTabLabel = \uAE00\uAF34
-simplyhtml.fontTip = \uAE00\uC790\uBAA8\uC591 \uC124\uC815...
-simplyhtml.fontUnderlineLabel = \uBC11\uC904
-simplyhtml.fontUnderlineTip = \uBC11\uC904 \uC124\uC815/\uCDE8\uC18C
-simplyhtml.foregroundLabel = \uAE00\uC790:
-simplyhtml.formatLabel = \uBAA8\uC591
-simplyhtml.formatListLabel = \uBAA9\uB85D...
-simplyhtml.formatListTip = \uBAA9\uB85D \uD615\uD0DC \uBCC0\uACBD
-simplyhtml.formatParaLabel = \uBB38\uB2E8...
-simplyhtml.formatParaTip = \uBB38\uB2E8 \uBAA8\uC591 \uBCC0\uACBD
-simplyhtml.formatTableLabel = \uD45C...
-simplyhtml.formatTableTip = \uD45C \uBAA8\uC591
-simplyhtml.helpLabel = \uB3C4\uC6C0\uB9D0
-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.insertTableRowLabel = \ud589 \uc0bd\uc785
-simplyhtml.insertTableTitle = \ud45c \uc0bd\uc785
-simplyhtml.italicName = \uae30\uc6b8\uc784
-simplyhtml.layoutTabTitle = \uD3B8\uC9D1\uD654\uBA74 \uBCF4\uAE30
-simplyhtml.leftLabel = \uC67C\uCABD:
-simplyhtml.listDialogTitle = \uD615\uD0DC \uBAA9\uB85D
-simplyhtml.listIndentTitle = \uB4E4\uC5EC\uC4F0\uAE30:
-simplyhtml.listPosInside = \uC548\uCABD
-simplyhtml.listPositionLabel = \uC704\uCE58:
-simplyhtml.listPosOutside = \uBC14\uAE65\uCABD
-simplyhtml.listTypeCircle = \uC6D0
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = file symbol as bullet
-simplyhtml.listTypeLabel = \uc885\ub958:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \uC5C6\uC74C
-simplyhtml.listTypeSquare = \uC0AC\uAC01\uD615
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = \uBC14\uAE65\uCABD
-simplyhtml.matchCase = \uB300\uC18C\uBB38\uC790 \uAD6C\uBD84
-simplyhtml.newStyleDefaultName = \uC0C8 \uC2A4\uD0C0\uC77C
-simplyhtml.nextTableCellLabel = \uB2E4\uC74C \uC140
-simplyhtml.noLineLabel = \uC5C6\uC74C
-simplyhtml.noMoreOccurrencesFound = \uB354 \uC774\uC0C1 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
-simplyhtml.okBtnName = \uD655\uC778
-simplyhtml.paddingLabel = \uC548\uCABD
-simplyhtml.paraAlignCenterLabel = \uAC00\uC6B4\uB370 \uC815\uB82C
-simplyhtml.paraAlignCenterTip = \uAC00\uC6B4\uB370\uB85C \uBB38\uB2E8 \uC815\uB82C
-simplyhtml.paraAlignLeftLabel = \uC67C\uCABD \uC815\uB82C
-simplyhtml.paraAlignLeftTip = \uC67C\uCABD\uC73C\uB85C \uBB38\uB2E8 \uC815\uB82C
-simplyhtml.paraAlignRightLabel = \uC624\uB978\uCABD \uC815\uB82C
-simplyhtml.paraAlignRightTip = \uC624\uB978\uCABD\uC73C\uB85C \uBB38\uB2E8 \uC815\uB82C
-simplyhtml.paraStyleDialogTitle = \uBB38\uB2E8 \uC2A4\uD0C0\uC77C
-simplyhtml.paraTabLabel = \uBB38\uB2E8
-simplyhtml.pasteLabel = \uBD99\uC5EC\uB123\uAE30
-simplyhtml.pasteTip = \uBD99\uC5EC\uB123\uAE30
-simplyhtml.plainName = \uBCF4\uD1B5
-simplyhtml.previewLabel = \uBBF8\uB9AC\uBCF4\uAE30
-simplyhtml.previewText = \ubb38\uc790\uc5f4 \ubbf8\ub9ac\ubcf4\uae30
-simplyhtml.prevTableCellLabel = \uC774\uC804 \uC140
-simplyhtml.printLabel = \uc778\uc1c4...
-simplyhtml.redoLabel = \uB2E4\uC2DC \uC2E4\uD589
-simplyhtml.redoTip = \uB2E4\uC2DC \uC2E4\uD589
-simplyhtml.replace = \uBC14\uAFB8\uAE30...
-simplyhtml.replaceAll = \uBAA8\uB450
-simplyhtml.replaceDone = \uC644\uB8CC
-simplyhtml.replaceNo = \uC544\uB2C8\uC624
-simplyhtml.replaceThisQuery = \ucc3e\uc744 \ubb38\uc790\uc5f4:
-simplyhtml.replaceWith = \uBC14\uAFC0 \uBB38\uC790\uC5F4:
-simplyhtml.replaceYes = \uC608
-simplyhtml.rightLabel = \uC624\uB978\uCABD:
-simplyhtml.searchDown = \uC544\uB798\uB85C \uAC80\uC0C9
-simplyhtml.searchFromStart = \uCC98\uC74C\uBD80\uD130 \uAC80\uC0C9
-simplyhtml.searchUp = \uC704\uB85C \uAC80\uC0C9
-simplyhtml.selectAllLabel = \uBAA8\uB450 \uC120\uD0DD
-simplyhtml.sizeLabel = \uD06C\uAE30
-simplyhtml.standardStyleName = \uD45C\uC900
-simplyhtml.strikeLabel = \uCDE8\uC18C\uC120
-simplyhtml.styleLabel = \uC2A4\uD0C0\uC77C
-simplyhtml.styleNameInputText = \uC0C8 \uC2A4\uD0C0\uC77C \uC774\uB984?
-simplyhtml.styleNameInputTitle = \uC2A4\uD0C0\uC77C\uC800\uC7A5
-simplyhtml.tableBgColLabel = \uBC30\uACBD\uC0C9:
-simplyhtml.tableDialogTitle = \uD14C\uC774\uBE14 \uBAA8\uC591
-simplyhtml.tableLabel = \uD45C
-simplyhtml.tablePanelTitle = \uD14C\uC774\uBE14 \uBAA8\uC591
-simplyhtml.tableWidthLabel = \uB108\uBE44:
-simplyhtml.textIndentLabel = \uB4E4\uC5EC\uC4F0\uAE30:
-simplyhtml.textToFind = \uCC3E\uC744 \uBB38\uC790\uC5F4:
-simplyhtml.thisCellRangeLabel = \uD604\uC7AC \uC140
-simplyhtml.thisColRangeLabel = \uD604\uC7AC \uC5F4
-simplyhtml.thisRowRangeLabel = \uD604\uC7AC \uD589
-simplyhtml.toggleBulletsLabel = \uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
-simplyhtml.toggleBulletsTip = \uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
-simplyhtml.toggleNumbersLabel = \uC21C\uC11C\uC788\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
-simplyhtml.toggleNumbersTip = \uC21C\uC11C\uC788\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
-simplyhtml.topLabel = \uC0C1\uB2E8:
-simplyhtml.uLineLabel = \uBC11\uC904
-simplyhtml.unableToOpenFileError = \uD30C\uC77C\uC744 \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
-simplyhtml.unableToRedoError = \uB2E4\uC2DC \uC2E4\uD589\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4:
-simplyhtml.unableToUndoError = \uC2E4\uD589\uCDE8\uC18C \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4:
-simplyhtml.undoLabel = \uC2E4\uD589 \uCDE8\uC18C
-simplyhtml.undoTip = \uC2E4\uD589 \uCDE8\uC18C
-simplyhtml.valignBaseline = \uBCA0\uC774\uC2A4\uB77C\uC778
-simplyhtml.valignBottom = \uC544\uB798
-simplyhtml.valignLabel = \uC138\uB85C\uC815\uB82C:
-simplyhtml.valignMiddle = \uC911\uAC04
-simplyhtml.valignTop = \uC704
-simplyhtml.wholeWordsOnly = \uC804\uCCB4 \uB2E8\uC5B4 \uC77C\uCE58
-SortNodes.text = \uD558\uC704 \uB178\uB4DC \uC815\uB82C(&S)
-SortNodes.tooltip = \uBAA8\uB4E0 \uD558\uC704 \uB178\uB4DC\uB4E4\uC744 \uC54C\uD30C\uBCB3 \uC21C\uC73C\uB85C \uC815\uB82C\uD569\uB2C8\uB2E4.
-split = \ub098\ub204\uae30(&S)
-SplitConditionAction.text = \ub098\ub204\uae30
-SplitNode.text = \ub178\ub4dc \ub098\ub204\uae30(&S)
-style = \uC2A4\uD0C0\uC77C
-styles = \uc2a4\ud0c0\uc77c(&Y)
-styles.date = \ub0a0\uc9dc
-styles.definition = \uc6a9\uc5b4 \uc815\uc758
-styles.floating_node = \ub5a0 \uc788\ub294 \ub178\ub4dc
-styles.idea = \uc544\uc774\ub514\uc5b4
-styles.important = \uc911\uc694
-styles.key = \uc5f4\uc1e0
-styles.list = \ubaa9\ub85d
-styles.note = \ub178\ud2b8
-styles.ok = OK
-styles.question = \uc9c8\ubb38
-styles.quotation = \uc778\uc6a9
-styles.root_node = \uc2a4\ud0c0\uc77c
-styles.subsubtopic = \uc18c\uc18c\uc8fc\uc81c
-styles.subtopic = \uc18c\uc8fc\uc81c
-styles.topic = \uc8fc\uc81c
-styles.user-defined = \uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc2a4\ud0c0\uc77c
-styles.website = \uc6f9\uc0ac\uc774\ud2b8
-svg = SVG
-TimeListAction.text = \uC2DC\uAC04 \uAD00\uB9AC\uBAA9\uB85D\uCC3D \uC5F4\uAE30 ...
-TimeListAction.tooltip = \uBAA8\uB4E0 \uC2A4\uCF00\uC904 \uD56D\uBAA9\uACFC \uC5F0\uACB0\uD56D\uBAA9 \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 \uB2E8\uACC4\uB97C \uC811\uAE30(\uD3B4\uAE30)
-ToggleFoldedAction.text = \uD558\uC704 \uD56D\uBAA9 \uC811\uAE30
-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
-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.
-underline = \uBC11\uC904
-UnderlineAction.text = \ubc11\uc904
-underlined = \uBC11\uC904
-UndoAction.text = \uc2e4\ud589 \ucde8\uc18c(&U)
-UndoFilterAction.text = \uC2E4\uD589 \uCDE8\uC18C
-unfold = \uD3BC\uCE58\uAE30
-UnfoldAllAction.text = \uBAA8\uB4E0 \uB0B4\uC6A9 \uD3BC\uCE58\uAE30
-UnfoldAllAction.tooltip = <html>\uc120\ud0dd\ub41c \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 = <html>\uc120\ud0dd\ub41c \ub178\ub4dc\ub85c\ubd80\ud130 \ud55c \ub2e8\uacc4\uae4c\uc9c0\ub9cc \ud3bc\uce69\ub2c8\ub2e4.</html>
-url_error = \uC774 \uACBD\uB85C\uB294 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4!
-url_load_error = \ud574\ub2f9 URL\uc758 \ub9f5\uc744 \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4:
-UsePlainTextAction.text = \uC77C\uBC18 \uD14D\uC2A4\uD2B8
-user_defined_zoom = \uc0ac\uc6a9\uc790 \uc9c0\uc815
-user_defined_zoom_status_bar = \uC0AC\uC6A9\uC790\uAC00 \uC9C0\uC815\uD55C {0}% \uC758 \uBE44\uC728\uB85C \uD655\uB300/\uCD95\uC18C
-user_zoom = \uC0AC\uC6A9\uC790 \uC815\uC758 \uD504\uB9B0\uD2B8 \uBE44\uC728 (0.0 - 2.0):
-width = \uB108\uBE44
-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_word = \uc6cc\ub4dc (2003 \uc774\ud6c4) XML \ud615\uc2dd
-xslt_export_not_possible = \ud504\ub9ac\ud50c\ub808\uc778 XSLT \ub0b4\ubcf4\ub0b4\uae30 \ubd88\uac00
-yes = \uC608
-ZoomInAction.text = \uD655\uB300
-ZoomOutAction.text = \uCD95\uC18C
+about_text=\uD504\uB9AC\uD50C\uB808\uC778 - \uB9C8\uC778\uB4DC\uB9F5 \uBC0F \uC9C0\uC2DD \uC815\uB9AC\uB97C \uC704\uD55C \uC790\uC720 \uC18C\uD504\uD2B8\uC6E8\uC5B4
+AboutAction.text=\uD504\uB85C\uADF8\uB7A8 \uC815\uBCF4
+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_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/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.
+accessories/plugins/ExportWithXSLT_Applet.text=\uC790\uBC14 \uC560\uD50C\uB9BF\uC73C\uB85C...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=\uC790\uBC14 \uC560\uD50C\uB9BF\uC73C\uB85C \uB9F5\uC744 \uB0B4\uBCF4\uB0C5\uB2C8\uB2E4.
+accessories/plugins/ExportWithXSLT_Flash.text=\uD50C\uB798\uC2DC\uB85C...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=\uD50C\uB798\uC2DC \uC751\uC6A9 \uD504\uB85C\uADF8\uB7A8\uC73C\uB85C \uB9F5\uC744 \uB0B4\uBCF4\uB0C5\uB2C8\uB2E4.
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML\uB85C \uC800\uC7A5 (JavaScript \uD615\uD0DC)...
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML(\uD074\uB9AD \uAC00\uB2A5\uD55C \uB9F5 \uC774\uBBF8\uC9C0 \uD615\uD0DC)\uB85C \uC800\uC7A5...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=RESOURCES \uB178\uB4DC\uC5D0\uC11C TaskJuggler \uD30C\uC77C\uB85C \uC790\uC6D0\uC744 \uC81C\uACF5\uD569\uB2C8\uB2E4.???...
+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.
+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
+add=\uCD94\uAC00(&A)
+AddConnectorAction.text=\uC5F0\uACB0
+AddElementaryConditionAction.text=\uCD94\uAC00
+AddLocalLinkAction.text=\uB85C\uCEEC \uB9C1\uD06C \uCD94\uAC00
+AddMenuItemLinkAction.text=\uBA54\uB274 \uD56D\uBAA9 \uB9C1\uD06C \uCD94\uAC00...
+AddOnDetailsPanel.authored.by=?? By {0}
+AddOnDetailsPanel.header.function=\uAE30\uB2A5
+AddOnDetailsPanel.header.menu=\uBA54\uB274\uC704\uCE58
+AddOnDetailsPanel.header.shortcut=\uB2E8\uCD95\uD0A4
+AddOnDetailsPanel.homepage=\uD648\uD398\uC774\uC9C0:
+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.groovy.script.name=\uC2A4\uD06C\uB9BD\uD2B8 \uC774\uB984 {0}\uC774(\uAC00) ".groovy" \uB85C \uB05D\uB098\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
+addons.installer.html.script=\uC2A4\uD06C\uB9BD\uD2B8 \uBCF8\uBB38\uC740 HTML \uD615\uC2DD\uD654\uD560 \uC218 \uC5C6\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.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}
+addons.installer.missing.permission.attribute=\uC2A4\uD06C\uB9BD\uD2B8 {0} : \uB204\uB77D \uB41C \uAD8C\uD55C \uC18D\uC131 {1}
+addons.installer.missing.properties=\uB204\uB77D\uB41C \uC18D\uC131: {0}
+addons.installer.missing.translation={1} \uC9C0\uC5ED \uC124\uC815\uC5D0 \uB300\uD55C {0}\uC758 \uBC88\uC5ED\uC774 \uC5C6\uC74C
+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.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
+addons.installer.script.no.permissions={0}\uC5D0 \uB300\uD574 \uC9C0\uC815\uB41C \uAD8C\uD55C\uC774 \uC5C6\uC74C
+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.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.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
+AllMapsNodeListAction.text=\uBAA8\uB4E0 \uB9F5\uC5D0\uC11C \uCC3E\uACE0 \uBC14\uAFB8\uAE30
+always=\uD56D\uC0C1
+AlwaysUnfoldedNodeAction.text=\uD56D\uC0C1 \uB178\uB4DC\uB97C \uD3B4\uAE30(\uC124\uC815/\uC7AC\uC124\uC815)
+antialias_all=\uBAA8\uB450 \uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2A4 \uC801\uC6A9
+antialias_edges=\uC904\uAE30\uB9CC \uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2A4 \uC801\uC6A9
+antialias_none=\uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2A4 \uC0AC\uC6A9 \uC548\uD568
+apply=\uC801\uC6A9(&A)
+ApplyAction.text=\uC801\uC6A9(&A)
+ApplyFormatPlugin.text=\uC11C\uC2DD \uBC14\uAFB8\uAE30(&C) ...
+ApplyFormatPlugin.tooltip=\uB178\uB4DC\uC640 \uC904\uAE30 \uD2B9\uC131\uC744 \uD55C \uBC88\uC5D0 \uBCC0\uACBD\uD560 \uC218 \uC788\uB294 \uB300\uD654\uC0C1\uC790\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.
+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
+AssignAttributesAction.text=\uC18D\uC131 \uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30...
+attribute_delete=\uBAA8\uB4E0 \uAC12 \uC0AD\uC81C
+attribute_delete_value=\uC774 \uAC12 \uC0AD\uC81C
+attribute_font_size_tooltip=\uAE00\uAF34 \uD06C\uAE30 \uC18D\uC131
+attribute_list_box_label_text=\uC874\uC7AC\uD55C \uAC12
+attribute_name=\uC18D\uC131 \uC774\uB984
+attribute_replace=\uB300\uCE58\uD560 \uC18D\uC131\uAC12
+attribute_top=\uC5F4\uB824 \uC788\uB294 \uB9F5\uC5D0 \uC54C\uB824\uC9C4 \uBAA8\uB4E0 \uC18D\uC131
+attribute_value=\uC18D\uC131 \uAC12
+attributes_AddAttributeAction.text=\uB300\uD654\uC0C1\uC790\uC5D0 \uC18D\uC131 \uCD94\uAC00...
+attributes_adding_empty_attribute_error=\uC18D\uC131\uBA85\uC73C\uB85C \uBE48 \uBB38\uC790\uC5F4\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC74C
+attributes_all=\uBAA8\uB4E0 \uC18D\uC131
+attributes_assign_dialog=\uD655\uC7A5\uB41C \uC18D\uC131 \uD3B8\uC9D1\uAE30
+attributes_attribute=\uC18D\uC131
+attributes_close=\uB2EB\uAE30
+attributes_deselect_all=\uC2A4\uD0A8\uC5C6\uC74C
+attributes_dialog_title=\uC18D\uC131 \uAD00\uB9AC\uC790
+attributes_edit=\uD3B8\uC9D1
+attributes_edit_tooltip=\uC124\uC815 \uD3B8\uC9D1
+attributes_for_selected=\uC120\uD0DD\uD55C \uB178\uB4DC
+attributes_for_visible=\uD45C\uC2DC\uB41C \uBAA8\uB4E0 \uB178\uB4DC
+attributes_import=\uAC00\uC838\uC624\uAE30(&I)
+attributes_import_tooltip=\uC5F4\uB824 \uC788\uB294 \uB2E4\uB978 \uB9F5\uC73C\uB85C\uBD80\uD130 \uC18D\uC131 \uAC00\uC838\uC624\uAE30
+attributes_no_import_candidates_found=\uC0C8\uB85C\uC6B4 \uC18D\uC131\uC774 \uBC1C\uACAC\uB418\uC9C0 \uC54A\uC74C
+attributes_popup_delete=\uC0AD\uC81C
+attributes_popup_down=\uC544\uB798
+attributes_popup_edit=\uD3B8\uC9D1
+attributes_popup_hide=\uC228\uAE30\uAE30
+attributes_popup_new=\uC0C8\uB85C\uC6B4 \uC18D\uC131
+attributes_popup_optimal_width=\uCD5C\uC801 \uB108\uBE44
+attributes_popup_up=\uC704\uB85C
+attributes_refresh=\uC0C8\uB85C\uACE0\uCE68
+attributes_RemoveAllAttributesAction.text=\uBAA8\uB4E0 \uC18D\uC131 \uC81C\uAC70
+attributes_RemoveFirstAttributeAction.text=\uCCAB\uBC88\uC9F8 \uC18D\uC131 \uC81C\uAC70
+attributes_RemoveLastAttributeAction.text=\uB9C8\uC9C0\uB9C9 \uC18D\uC131 \uC81C\uAC70
+attributes_restricted_attributes_tooltip=\uC18D\uC131 \uC9D1\uD569\uC5D0 \uC81C\uD55C\uC744 \uAC78\uAE30
+attributes_restricted_values_tooltip=\uD604\uC7AC \uC18D\uC131\uC73C\uB85C \uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uAC12\uC744 \uC81C\uD55C\uD558\uAE30
+attributes_restriction=\uC81C\uD55C\uB41C \uC124\uC815
+attributes_select_all=\uBAA8\uB450
+attributes_select_all_tooltip=\uBAA8\uB450 \uC120\uD0DD / \uD574\uC81C
+attributes_show=\uBCF4\uC774\uAE30
+attributes_skip_root=\uCD5C\uC0C1\uC704 \uB178\uB4DC \uAC74\uB108\uB6F0\uAE30
+attributes_visible=\uC120\uD0DD \uD45C\uC2DC
+attributes_visible_tooltip=\uC120\uD0DD \uD45C\uC2DC
+automatic_layout=\uC790\uB3D9 \uB808\uC774\uC544\uC6C3
+automatic_layout_disabled=\uBE44\uD65C\uC131\uD654\uB428
+automatically_save_message=\uB9F5\uC774 \uC790\uB3D9\uC73C\uB85C \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4 (\uD30C\uC77C\uBA85 {0})...
+AutomaticEdgeColorHookAction.text=\uC790\uB3D9 \uC904\uAE30 \uC0C9\uC0C1
+AutomaticLayout.ALL=\uBAA8\uB4E0 \uB178\uB4DC\uC5D0
+AutomaticLayout.HEADINGS=\uBE44? \uB5A0\uB098\uC9C0 \uC54A\uB294 \uB178\uB4DC\uC5D0\uB300\uD574
+AutomaticLayout.level=\uB2E8\uACC4 {0}
+AutomaticLayout.level.root=\uCD5C\uC0C1\uC704 \uB178\uB4DC
+AutomaticLayoutAction.text=\uB2E8\uACC4\uBCC4 \uC2A4\uD0C0\uC77C \uC801\uC6A9(&A)
+AutomaticLayoutAction.tooltip=<html>\uB9F5\uC758 \uBC30\uCE58 \uD615\uD0DC\uB97C \uACE0\uC815\uD569\uB2C8\uB2E4.<br>\uCD5C\uC0C1\uC704 \uB2E8\uACC4\uB294 \uAC80\uC740\uC0C9, \uB450\uBC88\uC9F8\uB294 \uD30C\uB780\uC0C9 \uB4F1\uC73C\uB85C \uBCC0\uACBD\uB429\uB2C8\uB2E4.</html>
+AutomaticLayoutControllerAction.ALL.text=\uBAA8\uB4E0 \uB178\uB4DC\uC5D0
+AutomaticLayoutControllerAction.HEADINGS.text=\uCD5C\uD558\uC704\uAC00 \uC544\uB2CC \uB178\uB4DC\uC5D0
+AutomaticLayoutControllerAction.null.text=\uBE44\uD65C\uC131\uD654\uB428
+BackAction.text=\uB4A4\uB85C
+BackAction.tooltip=\uB2E4\uC911 \uC120\uD0DD \uACFC\uC815\uC5D0\uC11C \uB4A4\uB85C \uAC00\uAE30
+background=\uBC30\uACBD
+bitmaps=\uBE44\uD2B8\uB9F5
+black=\uAC80\uC815
+BlinkingNodeHookAction.text=\uBC18\uC9DD\uC774\uB294 \uB178\uB4DC
+BlinkingNodeHookAction.tooltip=<html>\uB178\uB4DC\uB97C \uBC18\uC9DD\uC774\uAC8C \uD569\uB2C8\uB2E4. \uD558\uC9C0\uB9CC \uB108\uBB34 \uB9CE\uC740 \uB178\uB4DC\uC5D0 \uC801\uC6A9\uD558\uAC70\uB098 <strong>\uB2E4\uB978 \uD615\uC2DD \uC790\uB3D9 \uC124\uC815 \uAE30\uB2A5\uC744 \uAC19\uC740 \uB178\uB4DC\uC5D0 \uB3D9\uC2DC \uC801\uC6A9</strong>\uC2DC\uD0A4\uC9C0 \uC54A\uB3C4\uB85D \uC8FC\uC758\uD558\uC138\uC694.</html>
+blue=\uD30C\uB791
+BoldAction.text=\uAC15\uC870
+boldify_branch=\uAC00\uC9C0\uB97C \uAD75\uAC8C
+branch=\uAC00\uC9C0
+browse=\uCC3E\uC544\uBCF4\uAE30...
+calendar_attributes_panel=\uB2EC\uB825 \uBC0F \uD2B9\uC131
+calendar_panel=\uB2EC\uB825
+can_not_connect_to_info_server=\uC815\uBCF4 \uC11C\uBC84\uB85C \uC5F0\uACB0\uD560 \uC218 \uC5C6\uC74C
+can_not_delete_predefined_style=\uBBF8\uB9AC \uC815\uC758\uB41C \uC2A4\uD0C0\uC77C\uC744 \uC0AD\uC81C\uD560 \uC218 \uC5C6\uC74C
+can_not_delete_root_style=\uCD5C\uC0C1\uC704 \uB178\uB4DC \uC2A4\uD0C0\uC77C\uC744 \uC0AD\uC81C\uD560 \uC218 \uC5C6\uC74C
+can_not_delete_style_group=\uC2A4\uD0C0\uC77C \uADF8\uB8F9\uC744 \uC0AD\uC81C\uD560 \uC218 \uC5C6\uC74C
+can_not_save_key_set=\uB2E8\uCD95\uD0A4 \uC124\uC815\uC744 \uC800\uC7A5\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
+cancel=\uCDE8\uC18C(&C)
+CancelAction.text=\uCDE8\uC18C(&C)
+cannot_add_parent_diff_parents=\uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uB824\uBA74 \uBAA8\uB4E0 \uB178\uB4DC\uAC00 \uAC19\uC740 \uC0C1\uC704 \uB178\uB4DC\uB97C \uAC00\uC838\uC57C \uD569\uB2C8\uB2E4.
+cannot_add_parent_to_root=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uB97C \uC0C8\uB85C\uC6B4 \uC0C1\uC704 \uB178\uB4DC\uC5D0 \uCD94\uAC00\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+cannot_delete_root=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uB294 \uC0AD\uC81C\uB418\uAC70\uB098 \uC624\uB824\uB458 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+cannot_join_nodes_with_children=\uD558\uC704 \uB0B4\uC6A9\uC774 \uC788\uB294 \uB178\uB4DC\uB294 \uD569\uCE60 \uC218 \uC5C6\uC74C
+cannot_move_to_child=\uB178\uB4DC\uB97C \uC790\uC2E0\uC758 \uD558\uC704 \uB178\uB4DC\uB85C \uC62E\uAE38 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+CenterAction.text=\uC911\uC559\uC815\uB82C
+CenterSelectedNodeAction.text=\uC120\uD0DD\uD55C \uB178\uB4DC\uB97C \uC911\uC559 \uC815\uB82C
+ChangeConnectorArrowsAction.backward.text=\uC5ED\uBC29\uD5A5 \uD654\uC0B4\uD45C \uADF8\uB9AC\uAE30
+ChangeConnectorArrowsAction.both.text=\uC591\uBC29\uD5A5 \uD654\uC0B4\uD45C \uADF8\uB9AC\uAE30
+ChangeConnectorArrowsAction.forward.text=\uC815\uBC29\uD5A5 \uD654\uC0B4\uD45C \uADF8\uB9AC\uAE30
+ChangeConnectorArrowsAction.none.text=\uC5C6\uC74C
+ChangeConnectorArrowsAction.text=\uC5F0\uACB0\uC120 \uD654\uC0B4\uD45C \uBCC0\uACBD
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\uACE1\uC120
+ChangeConnectorShapeAction.EDGE_LIKE.text=\uC904\uAE30 \uD749\uB0B4\uB0B4\uAE30
+ChangeConnectorShapeAction.LINE.text=\uC120
+ChangeConnectorShapeAction.LINEAR_PATH.text=\uC120\uD615 \uACBD\uB85C
+ChangeNodeLevelLeftsAction.text=\uB178\uB4DC \uC774\uB3D9\uD558\uAE30 (\uBD80\uBAA8\uC758 \uD615\uC81C \uB178\uB4DC\uB85C)
+ChangeNodeLevelLeftsAction.tooltip=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC758 \uC67C\uCABD\uC5D0\uC11C\uB294 \uB178\uB4DC\uAC00 \uC544\uB798\uB85C \uBC00\uB9BD\uB2C8\uB2E4. \uC190\uC704 \uD615\uC81C \uB178\uB4DC\uC758 \uD558\uC704 \uB178\uB4DC\uB85C \uBCC0\uD569\uB2C8\uB2E4. \uCD5C\uC0C1\uC704 \uB178\uB4DC\uC758 \uC624\uB978\uCABD\uC5D0\uC11C\uB294 \uB178\uB4DC\uAC00 \uC704\uCABD\uC73C\uB85C \uBC00\uB9BD\uB2C8\uB2E4. \uCD5C\uC0C1\uC704 \uB178\uB4DC \uC790\uCCB4\uC5D0\uC11C\uB294 \uB178\uB4DC\uC758 \uC88C\uC6B0\uAC00 \uBC14\uB01D\uB2C8\uB2E4.
+ChangeNodeLevelRightsAction.text=\uB178\uB4DC \uC774\uB3D9\uD558\uAE30 (\uC190\uC704 \uD615\uC81C\uC758 \uD558\uC704 \uB178\uB4DC\uB85C)
+ChangeNodeLevelRightsAction.tooltip=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC758 \uC67C\uCABD\uC5D0\uC11C\uB294 \uB178\uB4DC\uAC00 \uC544\uB798\uB85C \uBC00\uB9BD\uB2C8\uB2E4. \uC190\uC704 \uD615\uC81C \uB178\uB4DC\uC758 \uD558\uC704 \uB178\uB4DC\uB85C \uBCC0\uD569\uB2C8\uB2E4. \uCD5C\uC0C1\uC704 \uB178\uB4DC\uC758 \uC624\uB978\uCABD\uC5D0\uC11C\uB294 \uB178\uB4DC\uAC00 \uC704\uCABD\uC73C\uB85C \uBC00\uB9BD\uB2C8\uB2E4. \uCD5C\uC0C1\uC704 \uB178\uB4DC \uC790\uCCB4\uC5D0\uC11C\uB294 \uB178\uB4DC\uC758 \uC88C\uC6B0\uAC00 \uBC14\uB01D\uB2C8\uB2E4.
+choose_background_color=\uBC30\uACBD\uC0C9 \uC120\uD0DD:
+choose_cloud_color=\uAD6C\uB984 \uC0C9\uC0C1 \uC120\uD0DD:
+choose_edge_color=\uC904\uAE30 \uC0C9 \uC120\uD0DD
+choose_map_background_color=\uB9F5 \uBC30\uACBD\uC0C9 \uACE0\uB974\uAE30
+choose_node_background_color=\uB178\uB4DC \uBC30\uACBD\uC0C9 \uC120\uD0DD:
+choose_node_color=\uAE00\uC790\uC0C9 \uC120\uD0DD:
+ClearLinkAnchorAction.text=\uC5F0\uACB0 \uC575\uCEE4?? \uC9C0\uC6B0\uAE30
+ClearLinkAnchorAction.tooltip=<html>\uC774\uC804\uC5D0 \uC124\uC815\uD55C \uB178\uB4DC \uC575\uCEE4 \uC9C0\uC6B0\uAE30</html>
+close_btn=\uB2EB\uAE30(&C)
+CloseAction.text=\uD604\uC7AC \uB9F5 \uB2EB\uAE30(&C)
+CloudAction.text=\uAD6C\uB984 \uCD94\uAC00 / \uC81C\uAC70 (\uAE30\uBCF8 \uC124\uC815)
+CloudColorAction.text=\uAD6C\uB984 \uC0C9\uC0C1...
+CloudShapeAction.ARC.text=\uC6D0\uD638
+CloudShapeAction.RECT.text=\uC9C1\uC0AC\uAC01\uD615
+CloudShapeAction.ROUND_RECT.text=\uC9C1\uC0AC\uAC01\uD615 (\uB465\uADFC \uBAA8\uC11C\uB9AC)
+CloudShapeAction.STAR.text=\uBCC4 \uBAA8\uC591
+ColorProperty.ResetColor=\uC0C9\uC0C1 \uCD08\uAE30\uD654
+combined=\uACB0\uD569
+condition=\uC870\uAC74
+confirmation=\uD655\uC778
+connector=\uC5F0\uACB0\uC120
+connector_arrows=\uC5F0\uACB0\uC120 \uD654\uC0B4\uD45C
+connector_label=\uC5F0\uACB0\uC120 \uB77C\uBCA8
+connector_lines=\uC5F0\uACB0\uC120 \uC885\uB958
+connector_shapes=\uC5F0\uACB0\uC120 \uBAA8\uC591
+ConnectorColorAction.text=\uC5F0\uACB0\uC120 \uC0C9\uC0C1...
+CopyAction.text=\uBCA0\uAEF4\uB450\uAE30(&C)
+CopyAction.tooltip=\uC120\uD0DD\uD55C \uAC00\uC9C0 \uBCA0\uAEF4\uB450\uAE30
+CopyAttributes.text=\uC18D\uC131 \uBCA0\uAEF4\uB450\uAE30(&A)
+CopyIDAction.text=\uB178\uB4DC I&D \uBCA0\uAEF4\uB450\uAE30
+CopyMapStylesAction.text=\uB9F5 \uC2A4\uD0C0\uC77C \uBCA0\uAEF4\uC624\uAE30...
+CopyNodeURIAction.text=\uB178\uB4DC URI \uBCA0\uAEF4\uB450\uAE30
+copyright=\uC800\uC791\uAD8C \u00A9 2000-2012 \uD504\uB9AC\uD50C\uB808\uC778 \uD300\uACFC \uB3C4\uC640\uC8FC\uC2E0\uBD84\uB4E4
+CopySingleAction.text=\uB178\uB4DC \uBCA0\uAEF4\uB450\uAE30(&S)
+CopySingleAction.tooltip=\uC120\uD0DD\uD55C \uB178\uB4DC\uB9CC \uBCA0\uAEF4\uB450\uAE30
+CopyStyleExtensionsAction.text=\uC2A4\uD0C0\uC77C \uB178\uB4DC \uD655\uC7A5 \uD56D\uBAA9 \uBCA0\uAEF4\uB450\uAE30
+corrupt_map=\uB9F5 \uB0B4\uC6A9\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4
+CreateConjunctConditionAction.text=\uADF8\uB9AC\uACE0
+CreateDisjunctConditionAction.text=\uB610\uB294
+CreateNotSatisfiedConditionAction.text=\uC544\uB2D8
+CreationModificationPluginAction.text=\uC218\uC815\uB41C \uC2DC\uAC04 \uD45C\uC2DC(&M)
+CreationModificationPluginAction.tooltip=<html>\uC774 \uAE30\uB2A5\uC740 \uB178\uB4DC\uC758 \uC218\uC815/\uBCC0\uACBD \uC2DC\uAC04\uC744 \uAE30\uB85D\uD569\uB2C8\uB2E4.</html>
+current_dir=\uB9F5
+CutAction.text=\uC798\uB77C\uB0B4\uAE30(&T)
+decrease_branch_font_size=\uAC00\uC9C0\uC758 \uD3F0\uD2B8 \uC791\uAC8C
+DecreaseNodeFontAction.text=\uAC00\uC9C0\uC758 \uD3F0\uD2B8 \uC791\uAC8C
+default=\uAE30\uBCF8 \uC124\uC815
+DefaultColorAction.text=\uAE30\uBCF8 \uC0C9
+defaultstyle.details=\uC0C1\uC138
+defaultstyle.floating=\uB5A0\uC788\uB294 \uB178\uB4DC
+defaultstyle.note=\uB178\uD2B8
+delete=\uC0AD\uC81C(&D)
+delete_child=\uB178\uB4DC \uC0AD\uC81C
+DeleteAction.text=\uB178\uB4DC \uC81C\uAC70(&O)
+DeleteConditionAction.text=\uC0AD\uC81C
+DeleteDetailsAction.text=\uB178\uB4DC \uC815\uBCF4\uB97C \uC81C\uAC70
+DeleteLevelStyleAction.text=\uB2E8\uACC4\uBCC4 \uC2A4\uD0C0\uC77C \uC81C\uAC70
+DeleteStyleAction.text=\uC2A4\uD0C0\uC77C \uC81C\uAC70
+DeleteUserStyleAction.text=\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC2A4\uD0C0\uC77C \uC81C\uAC70
+dialect_info.app=\uB9C8\uC778\uB4DC\uB9F5 \uD30C\uC77C {0}\uC740(\uB294) {1} \uD504\uB85C\uADF8\uB7A8\uC73C\uB85C \uB9CC\uB4E4\uC5B4\uC84C\uC2B5\uB2C8\uB2E4.
+dialect_info.later_version=\uB9C8\uC778\uB4DC\uB9F5 \uD30C\uC77C {0}\uC740(\uB294) \uC0C8\uB85C\uC6B4 \uBC84\uC804\uC758 \uD504\uB85C\uADF8\uB7A8\uC73C\uB85C \uB9CC\uB4E4\uC5B4\uC84C\uC2B5\uB2C8\uB2E4.
+dialect_info.unknownApp=\uB9C8\uC778\uB4DC\uB9F5 \uD30C\uC77C {0}\uC740(\uB294) \uC54C\uC218 \uC5C6\uB294 \uD504\uB85C\uADF8\uB7A8\uC73C\uB85C \uB9CC\uB4E4\uC5B4\uC84C\uC2B5\uB2C8\uB2E4.
+dialect_info.unknownURL=\uADF8 \uC6F9 \uC0AC\uC774\uD2B8\uB294 \uC54C\uB824\uC838 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
+dialect_info.url=\uB354\uB9CE\uC740 \uC815\uBCF4\uB97C \uC704\uD574 \uC6F9\uC0AC\uC774\uD2B8 {0} \uC5D0 \uBC29\uBB38 \uD569\uB2C8\uB2E4.
+dialect_info.warning=\uD504\uB9AC\uD50C\uB808\uC778\uC740 \uADF8\uAC83\uC744 \uC5F4\uACE0, \uD45C\uC2DC\uD558\uACE0, \uC800\uC7A5\uD558\uAE30\uB97C \uC62C\uBC14\uB974\uAC8C \uD560\uC218 \uC5C6\uC744\uAC83\uC785\uB2C8\uB2E4.
+DirectHtmlFlavorHandler=\uB2E8\uC77C \uB178\uB4DC HTML
+DocumentationAction.text=\uBB38\uC11C\uD654
+down=\uC544\uB798(&D)
+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
+edge_is_formatted_by_style=\uC904\uAE30 \uD615\uC2DD\uC740 \uC2A4\uD0C0\uC77C\uC5D0 \uC758\uD574 \uC81C\uC5B4\uB429\uB2C8\uB2E4. \uD544\uC694\uC5D0 \uB530\uB77C \uAD00\uB828 \uC2A4\uD0C0\uC77C\uC744 \uD3B8\uC9D1\uD558\uC138\uC694.
+edge_style=\uC904\uAE30 \uC2A4\uD0C0\uC77C
+edge_width=\uC904\uAE30 \uB108\uBE44
+EdgeColorAction.text=\uC904\uAE30 \uC0C9\uC0C1...
+EdgeStyleAction.bezier.text=\uBCA0\uC9C0\uC5B4 \uACE1\uC120
+EdgeStyleAction.bezier.tooltip=<html>\uC904\uAE30\uB97C \uBD80\uB4DC\uB7EC\uC6B4 \uACE1\uC120\uC73C\uB85C \uD45C\uC2DC</html>
+EdgeStyleAction.hide_edge.text=\uC904\uAE30 \uC228\uAE30\uAE30
+EdgeStyleAction.hide_edge.tooltip=<html>\uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0 \uB300\uD574 \uC0C1\uC704 \uB178\uB4DC\uB85C \uAC00\uB294 \uC904\uAE30\uB97C \uC810\uC120\uC73C\uB85C \uBCF4\uC5EC\uC90D\uB2C8\uB2E4. \uD574\uB2F9\uB418\uC9C0 \uC54A\uC744 \uACBD\uC6B0 \uC904\uAE30\uB97C \uC228\uAE41\uB2C8\uB2E4.</html>
+EdgeStyleAction.horizontal.text=\uC218\uD3C9\uBA74
+EdgeStyleAction.horizontal.tooltip=<html>\uC904\uAE30\uC5D0 \uC218\uC9C1\uC120\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4.</html>
+EdgeStyleAction.linear.text=\uC9C1\uC120
+EdgeStyleAction.linear.tooltip=<html>\uC904\uAE30\uB97C \uC9C1\uC120\uC73C\uB85C \uD45C\uC2DC</html>
+EdgeStyleAction.sharp_bezier.text=\uB0A0\uCE74\uB85C\uC6B4 \uC120\uD615
+EdgeStyleAction.sharp_bezier.tooltip=<html>\uC904\uAE30\uB97C \uB05D\uC774 \uBFB0\uC871\uD55C \uACE1\uC120\uC73C\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.</html>
+EdgeStyleAction.sharp_linear.text=\uB0A0\uCE74\uB85C\uC6B4 \uC9C1\uC120
+EdgeStyleAction.sharp_linear.tooltip=<html>\uC904\uAE30\uB97C \uB05D\uC774 \uBFB0\uC871\uD55C \uC9C1\uC120\uC73C\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.</html>
+EdgeStyleAsParentAction.text=\uC0C1\uC704 \uB2E8\uACC4\uB85C
+EdgeStyleAsParentAction.tooltip=<html>\uC0C1\uC704 \uB178\uB4DC\uC758 \uC904\uAE30 \uC2A4\uD0C0\uC77C\uC744 \uC774\uC6A9\uD569\uB2C8\uB2E4.</html>[\uD3D0\uAE30\uC608\uC815]
+EdgeWidthAction_width_parent.text=\uC0C1\uC704 \uB178\uB4DC\uCC98\uB7FC
+EdgeWidthAction_width_thin.text=\uC587\uAC8C
+edit=\uD3B8\uC9D1(&E)
+edit.decision=HTML \uD3B8\uC9D1\uAE30
+edit.edit_rich_text=\uAC15\uC870 \uB610\uB294 \uAE30\uC6B8\uC784\uAF34\uACFC \uAC19\uC740 \uD615\uD0DC\uB97C \uC0AC\uC6A9\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+edit_details=\uC0C1\uC138 \uB178\uB4DC \uD3B8\uC9D1
+edit_end_label=<html>\uC5F0\uACB0\uC120<br>\uB77C\uBCA8
+edit_label_font_family=\uAE00\uAF34
+edit_label_font_size=\uAE00\uAF34 \uD06C\uAE30
+edit_link_manually=\uB9C1\uD06C \uC218\uB3D9\uC73C\uB85C \uD3B8\uC9D1...
+edit_long_node=\uB300\uD654\uC0C1\uC790\uC5D0\uC11C \uB178\uB4DC \uD45C\uC81C \uD3B8\uC9D1
+edit_middle_label=<html>\uC911\uAC04<br>\uB77C\uBCA8
+edit_note=\uB178\uB4DC \uD3B8\uC9D1
+edit_source_label=<html>\uCD9C\uBC1C\uC810<br>\uB77C\uBCA8
+edit_target_label=<html>\uB3C4\uCC29\uC810<br>\uB77C\uBCA8
+edit_transparency_label=\uBD88\uD22C\uBA85\uB3C4
+edit_width_label=\uB108\uBE44
+EditAction.text=\uB178\uB4DC \uD45C\uC81C \uC989\uC11D \uD3B8\uC9D1
+EditAttributesAction.text=\uC778\uB77C\uC778 \uC18D\uC131 \uD3B8\uC9D1
+EditDetailsAction.text=\uC0C1\uC138 \uC778 \uB77C\uC778 \uB178\uB4DC \uD3B8\uC9D1
+EditDetailsInDialogAction.text=\uB300\uD654\uC0C1\uC790\uC758 \uC0C1\uC138 \uB178\uB4DC \uD3B8\uC9D1
+EditFilterAction.text=\uD544\uD130 \uC791\uC131\uD558\uAE30
+EditLongAction.text=\uB178\uB4DC \uD45C\uC81C\uB97C \uB300\uD654 \uC0C1\uC790\uC5D0\uC11C \uD3B8\uC9D1
+EditNoteInDialogAction.text=\uB300\uD654\uC0C1\uC790\uC758 \uBA54\uBAA8 \uD3B8\uC9D1
+EditScript=\uC2A4\uD06C\uB9BD\uD2B8 \uD3B8\uC9D1...
+EditStylesAction.text=\uC2A4\uD0C0\uC77C \uD3B8\uC9D1
+EncryptedMap.text=\uC554\uD638\uD654\uB41C \uB9F5\uC73C\uB85C \uC800\uC7A5(&Y) ...
+EncryptedMap.tooltip=\uC554\uD638\uD654\uB41C \uC0C8\uB85C\uC6B4 \uB9F5 \uC791\uC131
+enter_base_url=\uC5F0\uAD00\uB41C \uB9C1\uD06C\uB97C \uBD99\uC5EC\uB123\uC2B5\uB2C8\uB2E4. \uAE30\uBCF8 URL\uC744 \uC785\uB825\uD558\uC138\uC694.
+enter_condition_name=\uC0C8\uB85C\uC6B4 \uC870\uAC74\uBA85\uC744 \uC785\uB825
+enter_confirms=\uC5D4\uD130 \uD0A4\uB85C \uD655\uC778(&E)
+enter_keyset_name=\uB2E8\uCD95\uD0A4 \uC124\uC815 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694
+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
+error=\uC624\uB958
+error_applying_template=XSL \uD15C\uD50C\uB9BF \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.
+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
+ExecuteScriptForSelectionAction.text=\uC120\uD0DD\uD55C \uB178\uB4DC \uC2A4\uD06C\uB9BD\uD2B8 \uC2E4\uD589
+ExecuteScriptOnSelectedNode.text=\uC120\uD0DD\uD55C \uBAA8\uB4E0 \uB178\uB4DC\uC5D0\uC11C {0} \uB97C \uC2E4\uD589
+ExecuteScriptOnSelectedNodeRecursively.text=\uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0\uC11C {0} \uB97C \uBC18\uBCF5\uC801\uC73C\uB85C \uC2E4\uD589
+ExecuteScriptOnSingleNode.text=\uD55C\uAC1C\uC758 \uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0\uC11C \uC2E4\uD589?? : {0}
+ExecuteScripts.noScriptsAvailable=\uC774\uC6A9 \uAC00\uB2A5 \uC2A4\uD06C\uB9BD\uD2B8 \uC5C6\uC74C
+ExecuteScripts.text=\uC2A4\uD06C\uB9BD\uD2B8
+ExecuteScriptSecurityError.text=\uC2A4\uD06C\uB9BD\uD2B8 \uC2E4\uD589 \uD558\uB294 \uB3D9\uC548 \uC624\uB958\uAC00 \uBC1C\uC0DD \uD588\uC2B5\uB2C8\uB2E4: {0}
+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 ...
+ExportBranchToHTMLAction.text=\uAC00\uC9C0\uB97C HTML\uB85C \uB0B4\uBCF4\uB0B4\uAE30
+exported_file=\uD30C\uC77C {0}
+ExportPdf.text=PDF
+ExportSvg.text=SVG
+ExportToHTMLAction.text=HTML
+ExportToImage.jpg.text=JPEG
+ExportToImage.png.text=PNG
+ExportToOoWriter.text=\uC624\uD508\uC624\uD53C\uC2A4 Writer \uBB38\uC11C\uB85C...
+extension_menu=\uC900\uBE44\uB41C \uC2A4\uD0C0\uC77C \uC801\uC6A9
+ExternalImage_popupMenu_Change=\uBCC0\uACBD...
+ExternalImage_popupMenu_Open=\uBDF0\uC5B4\uB85C \uC5F4\uAE30
+ExternalImage_popupMenu_Remove=\uC81C\uAC70
+ExternalImage_popupMenu_ResetZoom=\uD655\uB300\uC728 \uCD08\uAE30\uD654
+ExternalImageAddAction.text=\uC774\uBBF8\uC9C0 \uCD94\uAC00...
+ExternalImageChangeAction.text=\uC774\uBBF8\uC9C0 \uBCC0\uACBD...
+ExternalImageRemoveAction.text=\uC774\uBBF8\uC9C0 \uC81C\uAC70
+ExtractLinkFromTextAction.text=\uD14D\uC2A4\uD2B8 \uB0B4\uBD80\uC5D0\uC11C \uB9C1\uD06C \uBCC0\uD658
+ExtractLinkFromTextAction.tooltip=\uC8FC\uC18C n \uB178\uB4DC \uD14D\uC2A4\uD2B8\uC5D0\uC11C \uD558\uC774\uD37C \uB9C1\uD06C\uB97C \uC124\uC815
+f_button_unassigned=<\uB3D9\uC791 \uC5C6\uC74C>
+FaqOpenURLAction.text=\uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38
+file=\uD30C\uC77C(&F)
+file_already_exists=\uD30C\uC77C {0} \uC740 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4. \uB36E\uC5B4\uC50C\uC6B8\uAE4C\uC694?
+file_not_found={0} \uD30C\uC77C\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC74C
+FileListFlavorHandler=\uD30C\uC77C\uB85C \uB9C1\uD06C
+FileProperties_BranchLeafCount=\uC120\uD0DD\uB41C \uAC00\uC9C0\uC758 \uCD5C\uD558\uC704 \uB178\uB4DC \uC218:
+FileProperties_BranchNodeCount=\uC120\uD0DD\uD55C \uAC00\uC9C0\uC758 \uB178\uB4DC \uC218:
+FileProperties_ChangesSinceLastSave=\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC800\uC7A5 \uD55C \uC774\uD6C4 \uBCC0\uACBD\uC0AC\uD56D:
+FileProperties_FileName=\uD30C\uC77C\uBA85:
+FileProperties_FileSaved=\uC800\uC7A5\uB41C \uD30C\uC77C:
+FileProperties_FileSize=\uD30C\uC77C \uD06C\uAE30:
+FileProperties_MainBranchCount=\uBA54\uC778 \uAC00\uC9C0\uC758 \uAC2F\uC218:
+FileProperties_NeverSaved=\uC800\uC7A5\uB41C \uC801 \uC5C6\uC74C
+FileProperties_NodeChildCount=\uC120\uD0DD\uD55C \uD558\uC704 \uB178\uB4DC\uC758 \uC218:
+FileProperties_NodeSelectionCount=\uC120\uD0DD\uD55C \uB178\uB4DC \uC218:
+FileProperties_TotalFilteredCount=\uD544\uD130\uB97C \uB9CC\uC871\uD558\uB294 \uB178\uB4DC \uC218:
+FileProperties_TotalLeafCount=\uCD5C\uD558\uC704 \uB178\uB4DC \uC218 \uD569\uACC4:
+FileProperties_TotalNodeCount=\uCD1D \uB178\uB4DC \uC218:
+FilePropertiesAction.text=\uB9F5 \uAD00\uB828 \uD1B5\uACC4(&I)...
+FileRevisionsDialog.cancel=\uCDE8\uC18C (&C)
+FileRevisionsDialog.file_last_modified=\uD0C0\uC784\uC2A4\uD0EC\uD504
+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.restore=\uBCF5\uC6D0(&o)
+FileRevisionsDialog.restore.tooltip={0}\uC744(\uB97C) {1}(\uC73C)\uB85C \uB300\uCE58
+FileRevisionsDialog.title=\uD30C\uC77C \uAC1C\uC815\uD310
+filter=\uD544\uD130
+filter_add=\uCD94\uAC00(&A)
+filter_and=\uADF8\uB9AC\uACE0( &n)
+filter_any_text=\uD45C\uC81C, \uC138\uBD80 \uC0AC\uD56D \uB610\uB294 \uB178\uD2B8
+filter_conditions=\uD544\uD130
+filter_contains=\uB2E4\uC74C \uBB38\uC790\uC5F4\uC744 \uD3EC\uD568
+filter_created_after=\uB2E4\uC74C \uB0A0\uC9DC \uC774\uD6C4\uC5D0 \uC0DD\uC131
+filter_created_before=\uB2E4\uC74C \uB0A0\uC9DC \uC774\uC804\uC5D0 \uC0DD\uC131
+filter_delete=\uC0AD\uC81C(&D)
+filter_details=\uC0C1\uC138
+filter_dialog=\uD544\uD130 \uC791\uC131\uAE30
+filter_does_not_exist=\uC874\uC7AC\uD558\uC9C0 \uC54A\uC74C
+filter_edit_description=\uD544\uD130 \uBAA9\uB85D \uD3B8\uC9D1
+filter_enter_value=\uAC12 \uC785\uB825
+filter_even_level=\uD640\uC218 \uB2E8\uACC4 \uB178\uB4DC
+filter_exist=\uC874\uC7AC\uD568
+filter_icon=\uC544\uC774\uCF58
+filter_is_equal_to=\uC77C\uCE58\uD568
+filter_is_not_equal_to=\uC77C\uCE58\uD558\uC9C0 \uC54A\uC74C
+filter_leaf=\uCD5C\uD558\uC704 \uB178\uB4DC
+filter_link=\uD558\uC774\uD37C\uB9C1\uD06C
+filter_match_approximately=\uADFC\uC0AC\uCE58\uAC12(&A)
+filter_match_approximately_tooltip=<html>\uADFC\uC811\uD55C \uAC80\uC0C9 \uACB0\uACFC\uB97C \uD3EC\uD568\uD560 \uAC83\uC778\uC9C0 \uC124\uC815\uD569\uB2C8\uB2E4.<br/>\uC608: 'files' \uAC80\uC0C9 \uACB0\uACFC\uC5D0 'flies'\uB3C4 \uD3EC\uD568\uB429\uB2C8\uB2E4.</html>
+filter_match_case=\uB300\uC18C\uBB38\uC790 \uAD6C\uBD84(&C)
+filter_match_case_tooltip=\uC77C\uCE58 \uD560\uACBD\uC6B0 \uC874\uC911\uC5EC\uBD80\uB97C \uC9C0\uC815 \uD569\uB2C8\uB2E4.
+filter_modified_after=\uBCC0\uACBD \uD6C4
+filter_modified_before=\uBCC0\uACBD \uC804
+filter_no_filtering=\uD544\uD130 \uBBF8\uC801\uC6A9(\uC81C\uAC70)
+filter_node=\uD45C\uC81C \uB0B4\uC6A9
+filter_node_level=\uB178\uB4DC\uC758 \uB2E8\uACC4
+filter_not=\uC544\uB2D8( &N)
+filter_note=\uB178\uD2B8
+filter_odd_level=\uD640\uC218 \uB2E8\uACC4\uC758 \uB178\uB4DC
+filter_or=\uB610\uB294(&r)
+filter_parent=\uC0C1\uC704 \uB178\uB4DC \uB0B4\uC6A9
+filter_periodic_level=\uB2E8\uACC4\uC5D0 \uB530\uB77C \uC8FC\uAE30\uC801
+filter_priority=\uC6B0\uC120\uC21C\uC704
+filter_regexp_matches=\uC77C\uCE58\uD558\uB294 regexp
+filter_reminder=\uACBD\uC885
+filter_reminder_after=\uC77C\uC815 \uD6C4
+filter_reminder_before=\uC77C\uC815 \uC804
+filter_reminder_executed=\uC774\uBBF8 \uC2E4\uD589\uB428
+filter_reminder_later=\uCD94\uD6C4\uC5D0 \uC6B8\uB9AC\uB3C4\uB85D \uC124\uC815
+filter_root=\uCD5C\uC0C1\uC704 \uB178\uB4DC
+filter_script=\uC2A4\uD06C\uB9BD\uD2B8 \uD544\uD130
+filter_select=\uC120\uD0DD(&S)
+filter_selected_node_view=\uD604\uC7AC \uC120\uD0DD\uB41C \uB178\uB4DC
+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.
+find_what=\uCC3E\uC744 \uB0B4\uC6A9
+FindAction.text=\uCC3E\uAE30...
+FirstGroupNodeAction.text=\uC694\uC57D \uB178\uB4DC (begin of group)
+fit_map_to_page=\uD55C \uD398\uC774\uC9C0\uC5D0 \uB9DE\uCD94\uAE30(&F)
+fit_map_to_page_height=\uD55C \uD398\uC774\uC9C0\uC5D0 \uB192\uC774\uB97C \uB9DE\uCD94\uAE30(&H)
+fit_map_to_page_width=\uD55C \uD398\uC774\uC9C0\uC5D0 \uB108\uBE44\uB97C \uB9DE\uCD94\uAE30(&W)
+FitToPage.text=\uD398\uC774\uC9C0\uC5D0 \uB9DE\uAC8C \uD655\uB300/\uCD95\uC18C(&F)
+FitToPage.tooltip=\uD604\uC7AC \uC708\uB3C4\uC6B0\uC5D0 \uB9F5 \uC804\uCCB4\uAC00 \uB4E4\uC5B4\uAC00\uB3C4\uB85D \uD655\uB300\uC728\uC744 \uC870\uC815\uD569\uB2C8\uB2E4.
+fold=\uC811\uAE30
+FoldAllAction.text=\uBAA8\uB450 \uC811\uAE30
+FoldAllAction.tooltip=<html>\uC120\uD0DD\uD55C \uB178\uB4DC\uC640 \uD558\uC704 \uB178\uB4DC\uB97C \uBAA8\uB450 \uC811\uC2B5\uB2C8\uB2E4.</html>
+FoldOneLevelAction.text=1\uB2E8\uACC4\uB9CC \uC811\uAE30
+FoldOneLevelAction.tooltip=<html>\uC120\uD0DD\uD55C \uB178\uB4DC\uB85C\uBD80\uD130 \uD55C \uB2E8\uACC4\uAE4C\uC9C0\uB9CC \uC811\uC2B5\uB2C8\uB2E4.</html>
+follow_graphical_link=\uAC00\uAE30:
+FollowLinkAction.text=\uB9C1\uD06C \uB530\uB77C\uAC00\uAE30
+font=\uAE00\uAF34
+FontFamilyAction.text=\uD3F0\uD2B8 \uC885\uB958
+FontSizeAction.text=\uD3F0\uD2B8 \uD06C\uAE30
+format_invalid_pattern=\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uD328\uD134
+format_menu_cloud_shapes=\uAD6C\uB984\uC744 \uCD94\uAC00\uD558\uAC70\uB098 \uC2A4\uD0C0\uC77C \uBCC0\uACBD
+format_menu_edge_styles=\uC904\uAE30 \uC2A4\uD0C0\uC77C(&E)
+format_menu_edge_widths=\uC904\uAE30 \uB450\uAED8(&W)
+format_panel=\uC11C\uC2DD
+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.
+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
+formula.EvaluateAllAction.tooltip=\uD604\uC7AC\uC758 \uB9F5\uC5D0 \uC788\uB294 \uBAA8\uB4E0 \uC218\uC2DD \uD3C9\uAC00\uD558\uAE30
+formula.menuname=\uC218\uC2DD
+formula_editor=\uC218\uC2DD \uD3B8\uC9D1\uD558\uAE30
+ForwardAction.text=\uC55E\uC73C\uB85C
+ForwardAction.tooltip=\uB2E4\uC911 \uC120\uD0DD \uACFC\uC815\uC5D0\uC11C \uC55E\uC73C\uB85C \uAC00\uAE30
+FreeNodeAction.text=\uC790\uC720\uB86D\uAC8C \uC704\uCE58\uD55C \uB178\uB4DC (\uC124\uC815/\uB2E4\uC2DC \uC124\uC815)
+Freeplane.progress.buildScreen=\uD654\uBA74 \uB9CC\uB4E4\uAE30...
+Freeplane.progress.createController=\uD070\uD2B8\uB864\uB7EC \uC0DD\uC131...
+Freeplane.progress.createInitialMode=\uCD08\uAE30 \uBAA8\uB4DC \uC0DD\uC131...
+Freeplane.progress.endStartup=\uC2DC\uC791\uD558\uAE30 \uC885\uB8CC.
+Freeplane.progress.gettingPreferenceDirectories=\uC124\uC815 \uB514\uB809\uD1A0\uB9AC \uAC00\uC838\uC624\uAE30...
+Freeplane.progress.gettingPreferences=\uC124\uC815\uAC12 \uAC00\uC838\uC624\uAE30...
+Freeplane.progress.loadMaps=\uB9F5 \uBD88\uB7EC\uC624\uAE30...
+Freeplane.progress.propagateLookAndFeel=\uC2A4\uD0A8 \uC804\uB2EC...
+Freeplane.progress.settingPreferences=\uC124\uC815\uAC12 \uC801\uC6A9\uD558\uAE30...
+Freeplane.progress.startCreateController=\uCEE8\uD2B8\uB864\uB7EC \uC0DD\uC131 \uC2DC\uC791...
+Freeplane.progress.updateLookAndFeel=\uC2A4\uD0A8 \uAC31\uC2E0...
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=\uC628\uB77C\uC778 \uB3C4\uC6C0\uB9D0...
+FreeplaneHelpStarter.tooltip=\uD504\uB9AC\uD50C\uB808\uC778 \uD655\uC7A5 \uB3C4\uC6C0\uB9D0
+GettingStartedAction.text=\uC790\uC2B5\uC11C
+GotoLinkNodeAction.text=\uB9C1\uD06C\uB85C \uAC00\uAE30
+GotoNodeAction.text=ID\uB85C \uB178\uB4DC \uC120\uD0DD...
+GrabKeyDialog.common.cancel=\uCDE8\uC18C
+GrabKeyDialog.common.ok=\uD655\uC778
+GrabKeyDialog.grab-key.assigned-to=\uD560\uB2F9\uD558\uAE30
+GrabKeyDialog.grab-key.assigned-to.none=\uD604\uC7AC \uC9C0\uC815\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC74C
+GrabKeyDialog.grab-key.clear=\uC9C0\uC6B0\uAE30
+GrabKeyDialog.grab-key.remove=\uC81C\uAC70
+GrabKeyDialog.grab-key.remove-ask=\uC774 \uB2E8\uCD95\uD0A4\uB97C \uC9C0\uC6B8\uAE4C\uC694?
+GrabKeyDialog.grab-key.title=\uC0C8\uB85C\uC6B4 \uD0A4\uAC12\uC744 \uC785\uB825\uD558\uC138\uC694
+green=\uCD08\uB85D\uC0C9
+help=\uB3C4\uC6C0\uB9D0(&H)
+HideableAction.tooltip=<html>\uAC01\uAC01 \uBC14\uB010 \uB178\uB4DC\uC758 \uBC30\uACBD\uC744 \uCCB4\uD06C\uD45C\uC2DC\uD569\uB2C8\uB2E4.</html>
+HideAllAttributesAction.text=\uBAA8\uB4E0 \uC18D\uC131 \uC228\uAE30\uAE30
+HierarchicalIcons2Action.text=\uD558\uC704 \uB178\uB4DC \uC544\uC774\uCF58\uC758 \uAD50\uC9D1\uD569 \uBCF4\uC774\uAE30
+HierarchicalIconsAction.text=\uC544\uC774\uCF58 \uACC4\uCE35\uC801\uC73C\uB85C \uBCF4\uAE30
+HierarchicalIconsAction.tooltip=\uB098\uC758 \uD558\uC704 \uB178\uB4DC \uC911\uC5D0 \uC544\uC774\uCF58\uC774 \uC788\uC744 \uACBD\uC6B0 \uB098\uB3C4 \uADF8 \uC544\uC774\uCF58\uC744 \uC791\uAC8C \uD45C\uC2DC\uD569\uB2C8\uB2E4.
+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_problem=<html>HTML\uC744 \uB80C\uB354\uB9C1 \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=\uB367\uC148
+icon_attach=\uC8FC\uBAA9
+icon_audio=\uC624\uB514\uC624
+icon_back=\uB4A4\uB85C
+icon_bee=\uD504\uB9AC\uD50C\uB808\uC778
+icon_bell=\uAE30\uC5B5\uD558\uC138\uC694
+icon_bookmark=\uD6CC\uB96D\uD568
+icon_broken-line=\uC798\uB9BC
+icon_button_cancel=\uCDE8\uC18C
+icon_button_ok=\uD655\uC778
+icon_calendar=\uB0A0\uC9DC
+icon_checked=\uCCB4\uD06C \uD45C\uC2DC
+icon_clanbomber=\uC704\uD5D8
+icon_clock=\uC2DC\uAC04
+icon_clock2=\uBBF8\uB9AC\uC54C\uB9BC
+icon_closed=\uD56D\uBAA9 \uC5C6\uC74C
+icon_decrypted=\uC7A0\uAE08 \uD574\uC81C
+icon_desktop_new=\uC78A\uC9C0 \uB9C8\uC138\uC694
+icon_division=\uB098\uB217\uC148
+icon_down=\uC544\uB798
+icon_edit=\uAD6C\uCCB4\uD654
+icon_encrypted=\uC7A0\uAE40
+icon_executable=\uC2E4\uD589 \uAC00\uB2A5
+icon_family=\uAE00\uAF34
+icon_fema=\uB0A8\uC790\uC640 \uC5EC\uC790
+icon_female1=\uC5EC\uC7901
+icon_female2=\uC5EC\uC7902
+icon_females=\uC5EC\uC790\uB4E4
+icon_flag=\uBE68\uAC04\uC0C9 \uAE43\uBC1C
+icon_flag-black=\uAC80\uC740\uC0C9 \uAE43\uBC1C
+icon_flag-blue=\uD30C\uB780\uC0C9 \uAE43\uBC1C
+icon_flag-green=\uCD08\uB85D\uC0C9 \uAE43\uBC1C
+icon_flag-orange=\uC8FC\uD669\uC0C9 \uAE43\uBC1C
+icon_flag-pink=\uBD84\uD64D\uC0C9 \uAE43\uBC1C
+icon_flag-yellow=\uB178\uB780\uC0C9 \uAE43\uBC1C
+icon_folder=\uD3F4\uB354
+icon_forward=\uC55E\uC73C\uB85C
+icon_freemind_butterfly=\uD504\uB9AC\uB9C8\uC778\uB4DC
+icon_full-0=\uC6B0\uC120\uC21C\uC704 0
+icon_full-1=\uC6B0\uC120\uC21C\uC704 1
+icon_full-2=\uC6B0\uC120\uC21C\uC704 2
+icon_full-3=\uC6B0\uC120\uC21C\uC704 3
+icon_full-4=\uC6B0\uC120\uC21C\uC704 4
+icon_full-5=\uC6B0\uC120\uC21C\uC704 5
+icon_full-6=\uC6B0\uC120\uC21C\uC704 6
+icon_full-7=\uC6B0\uC120\uC21C\uC704 7
+icon_full-8=\uC6B0\uC120\uC21C\uC704 8
+icon_full-9=\uC6B0\uC120\uC21C\uC704 9
+icon_go=\uCD08\uB85D\uC0C9 \uC2E0\uD638\uB4F1
+icon_gohome=\uC9D1
+icon_group=\uADF8\uB8F9
+icon_help=\uC9C8\uBB38
+icon_hourglass=\uAE30\uB2E4\uB9AC\uB294 \uC911
+icon_icon_not_found=\uC544\uC774\uCF58\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC74C
+icon_idea=\uC544\uC774\uB514\uC5B4
+icon_image=\uC774\uBBF8\uC9C0
+icon_info=\uC815\uBCF4
+icon_internet=\uC778\uD130\uB137
+icon_internet_warning=\uC778\uD130\uB137 \uACBD\uACE0
+icon_kaddressbook=\uC804\uD654
+icon_kmail=\uC774\uBA54\uC77C
+icon_knotify=\uC74C\uC545
+icon_korn=\uBA54\uC77C\uD568
+icon_ksmiletris=\uD589\uBCF5
+icon_launch=\uC2E4\uD589
+icon_licq=\uBA4B\uC9D0
+icon_list=\uBAA9\uB85D
+icon_Mail=\uBA54\uC77C
+icon_male1=\uB0A8\uC7901
+icon_male2=\uB0A8\uC7902
+icon_males=\uB0A8\uC790\uB4E4
+icon_menu=\uC544\uC774\uCF58
+icon_messagebox_warning=\uC911\uC694
+icon_mindmap=\uB9C8\uC778\uB4DC\uB9F5
+icon_multiplication=\uACF1\uC148
+icon_narrative=\uC774\uC57C\uAE30
+icon_negative=\uBD80\uC815
+icon_neutral=\uC911\uB9BD
+icon_password=\uC5F4\uC1E0
+icon_pencil=\uC880\uB354 \uB2E4\uB4EC\uC744 \uAC83
+icon_penguin=\uB9AC\uB205\uC2A4
+icon_positive=\uAE0D\uC815
+icon_prepare=\uB178\uB780\uC0C9 \uC2E0\uD638\uB4F1
+icon_revision=\uAC1C\uC815\uD310
+icon_smiley-angry=\uD654\uB0A8
+icon_smiley-neutral=\uBB34\uD45C\uC815
+icon_smiley-oh=\uB180\uB78C
+icon_smily_bad=\uC7AC\uBBF8 \uC5C6\uC5B4
+icon_stop=\uBE68\uAC04 \uC2E0\uD638\uB4F1
+icon_stop-sign=\uC815\uC9C0
+icon_subtraction=\uBE84\uC148
+icon_unchecked=\uCCB4\uD06C \uD574\uC81C
+icon_up=\uC704
+icon_user_icon=\uC0AC\uC6A9\uC790 \uC544\uC774\uCF58
+icon_very_negative=\uAC15\uD558\uAC8C \uBD80\uC815
+icon_very_positive=\uAC15\uD558\uAC8C \uAE0D\uC815
+icon_video=\uB3D9\uC601\uC0C1
+icon_wizard=\uB9C8\uC220
+icon_xmag=\uC758\uB17C\uB418\uC5B4\uC57C \uD568
+icon_yes=\uC911\uC694
+IconGroupPopupAction.arrows.text=\uD654\uC0B4\uD45C
+IconGroupPopupAction.docs_folders.text=\uBB38\uC11C \uBC0F \uD3F4\uB354
+IconGroupPopupAction.flags.text=\uAE43\uBC1C
+IconGroupPopupAction.math.text=\uC218\uD559
+IconGroupPopupAction.media.text=\uB9E4\uCCB4
+IconGroupPopupAction.miscellaneous.text=\uAE30\uD0C0
+IconGroupPopupAction.nature.text=\uC790\uC5F0
+IconGroupPopupAction.numbers.text=\uC22B\uC790
+IconGroupPopupAction.office.text=\uC0AC\uBB34\uC2E4
+IconGroupPopupAction.people.text=\uC0AC\uB78C\uB4E4
+IconGroupPopupAction.rating.text=\uD3C9\uAC00
+IconGroupPopupAction.signs.text=\uD45C\uC9C0\uD310
+IconGroupPopupAction.smiley.text=\uD45C\uC815
+IconGroupPopupAction.time.text=\uC2DC\uAC04
+IconGroupPopupAction.user.text=\uC0AC\uC6A9\uC790 \uC544\uC774\uCF58
+IconProgressExtended10Action.text=\uD655\uC7A5\uB41C \uC9C4\uD589\uC728 10%
+IconProgressExtended10Action.tooltip=<html>\uC67C\uCABD \uB354\uBE14 \uD074\uB9AD\uC2DC 10% \uC99D\uAC00 \uC9C4\uD589 \uD45C\uC2DC\uB97C \uCD94\uAC00\uD569\uB2C8\uB2E4.<br> \uCEE8\uD2B8\uB864 + \uB354\uBE14 \uC67C\uCABD \uD074\uB9AD\uC740 \uADF8\uAC83\uC744 \uAC10\uC18C / \uC81C\uAC70\uD569\uB2C8\uB2E4.</html>
+IconProgressExtended25Action.text=\uD655\uC7A5\uB41C \uC9C4\uD589\uC728 25%
+IconProgressExtended25Action.tooltip=<html>\uC67C\uCABD \uB354\uBE14 \uD074\uB9AD\uC2DC 25% \uC99D\uAC00 \uC9C4\uD589 \uD45C\uC2DC\uB97C \uCD94\uAC00\uD569\uB2C8\uB2E4.<br> \uCEE8\uD2B8\uB864 + \uB354\uBE14 \uC67C\uCABD \uD074\uB9AD\uC740 \uADF8\uAC83\uC744 \uAC10\uC18C / \uC81C\uAC70\uD569\uB2C8\uB2E4.</html>
+IconProgressIconDownAction.text=\uC9C4\uD589\uC728 \uB0AE\uCDA4
+IconProgressIconDownAction.tooltip=\uC9C4\uD589\uB960 \uC544\uC774\uCF58\uC744 \uAC10\uC18C/\uCD94\uAC00.\uC81C\uAC70\uD569\uB2C8\uB2E4.  (100% -> 75% -> 50% -> 25% -> 0% -> \uC81C\uAC70).
+IconProgressIconUpAction.text=\uC9C4\uD589\uB960?? \uC704\uB85C
+IconProgressIconUpAction.tooltip=\uC9C4\uD589 \uC544\uC774\uCF58\uC744 \uC99D\uAC00/\uCD94\uAC00 \uD569\uB2C8\uB2E4. (0% -> 25% -> 50% -> 75% -> 100% + \uD655\uC778).
+IconProgressRemoveAction.text=\uC9C4\uD589\uB960 \uC81C\uAC70
+IconProgressRemoveAction.tooltip=\uC9C4\uD589 \uC544\uC774\uCF58 \uBC0F \uD655\uC7A5\uB41C \uC9C4\uD589 \uC544\uC774\uCF58\uC744 \uC81C\uAC70\uD569\uB2C8\uB2E4.
+IconSelectionPlugin.text=\uC544\uC774\uCF58 \uC120\uD0DD...
+IconSelectionPlugin.tooltip=<html>\uBCC4\uB3C4\uC758 \uCC3D\uC5D0\uC11C \uC544\uC774\uCF58\uC744 \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.</html>
+image_covertLink=\uB9C1\uD06C\uB97C \uC774\uBBF8\uC9C0\uB85C \uBCC0\uD658
+ImageFlavorHandler=\uC774\uBBF8\uC9C0 (use separate file)
+import=\uAC00\uC838\uC624\uAE30
+import_linked_branch_no_link=\uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0\uB294 \uAC00\uC838\uC62C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
+ImportAction.text=\uB9F5 \uAC00\uC838\uC624\uAE30(&I)
+ImportBranchAction.text=\uAC00\uC9C0(&B)...
+ImportExplorerFavoritesAction.text=\uC990\uACA8\uCC3E\uAE30 \uD0D0\uC0C9(&E)...
+ImportFolderStructureAction.text=\uD3F4\uB354 \uAD6C\uC870(&F)...
+ImportLinkedBranchAction.text=\uC5F0\uACB0\uB41C \uAC00\uC9C0(&L)
+ImportLinkedBranchWithoutRootAction.text=\uCD5C\uC0C1\uC704 \uB178\uB4DC \uC81C\uC678 \uC5F0\uACB0\uB41C \uAC00\uC9C0(&W)...
+ImportMindmanagerFiles.text=&MindManager X5 \uD615\uD0DC\uC758 \uB9F5...
+increase_branch_font_size=\uB354 \uD070 \uAE00\uAF34
+IncreaseNodeFontAction.text=\uB354 \uD070 \uAE00\uAF34
+internal_error_tooltip=\uB0B4\uBD80 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uC815\uBCF4\uB97C \uD655\uC778\uD558\uAE30 \uC704\uD574 \uCD5C\uC2E0 \uB85C\uADF8\uD30C\uC77C log.0\uB97C \uC5F4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.
+invalid_export_file=\uC798\uBABB\uB41C \uB0B4\uBCF4\uB0B4\uAE30 \uD30C\uC77C\uBA85
+invalid_file_msg={0} \uD30C\uC77C\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC74C
+invalid_uri=\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 URI {0}
+invalid_url=\uC720\uD6A8\uD55C URL\uC744 \uC0DD\uC131\uD560 \uC218 \uC5C6\uC74C
+invalid_url_msg={0}\uC5D0 \uB300\uD55C \uC720\uD6A8\uD55C URL\uC744 \uC0DD\uC131\uD560 \uC218 \uC5C6\uC74C
+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
+LatexDeleteLatexAction.text=LaTe&X \uC218\uC2DD \uC81C\uAC70
+LatexEditLatexAction.text=&LaTeX \uC218\uC2DD \uD3B8\uC9D1...
+LatexInsertLatexAction.text=&LaTeX \uC218\uC2DD \uCD94\uAC00...
+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>\uC774 \uD504\uB85C\uADF8\uB7A8\uC774 \uC720\uC6A9\uD558\uAC8C \uC0AC\uC6A9\uB420 \uC218 \uC788\uAE30\uB97C \uBC14\uB77C\uC9C0\uB9CC <br>\uC0C1\uC6A9\uC73C\uB85C \uC0AC\uC6A9\uB418\uAC70\uB098 <br>\uD2B9\uC815 \uBAA9\uC801\uC5D0 \uB9DE\uC744 \uAC83\uC774\uB77C\uB294 \uAC83\uC744 \uBCF4\uC99D\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.<br>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 GNU \uC77C\uBC18 \uACF5\uC911 \uC0AC\uC6A9 \uD5C8\uAC00\uC11C \uBC84\uC804 2\uB098 \uCD5C\uADFC \uBC84\uC804 \uC804\uBB38\uC744 \uCC38\uACE0\uD558\uC2ED\uC2DC\uC624.<br>\uC774 \uD504\uB85C\uADF8\uB7A8\uC740 \uC720\uC6A9\uD558\uAC8C \uC0AC\uC6A9 \uB420 \uC218 \uC788\uC744 \uAC83\uC774\uB77C\uB294 \uD76C\uB9DD\uC5D0\uC11C \uBC30\uD3EC\uB418\uACE0 \uC788\uC9C0\uB9CC \uC5B4\uB5A0\uD55C \uD615\uD0DC\uC758 \uBCF4\uC99D\uB3C4 \uC81C\uACF5\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. <br>\uC0C1\uD488\uC131 \uB610\uB294 \uD2B9\uC815 \uBAA9\uC801 \uC801\uD569\uC131\uC5D0 \uB300\uD55C \uBB35\uC2DC\uC801 \uBCF4\uC99D \uC5ED\uC2DC \uC81C\uACF5\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.<br> \uBCF4\uB2E4 \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 GNU \uC77C\uBC18 \uACF5\uC911 \uB77C\uC774\uC120\uC2A4\uB97C \uCC38\uACE0\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4<br><br>GNU \uC77C\uBC18 \uACF5\uC911 \uB77C\uC774\uC120\uC2A4\uB294 \uC774 \uD504\uB85C\uADF8\uB7A8\uACFC \uD568\uAED8 \uC81C\uACF5\uB429\uB2C8\uB2E4. \uB9CC\uC57D, \uB77C\uC774\uC120\uC2A4\uB97C \uBC1B\uC9C0 \uBABB\uD588\uB2E4\uBA74, \uC790\uC720 \uC18C\uD504\uD2B8\uC6E8\uC5B4 \uC7AC\uB2E8\uC73C\uB85C \uBB38\uC758\uD558\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC8FC\uC18C: Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+link_error=\uC798\uBABB\uB41C \uB9C1\uD06C "{0}"\uC740(\uB294) \uBD88\uB7EC\uC624\uC9C0 \uC54A\uC74C
+link_not_available_any_more=\uC5F0\uACB0\uB418\uC5C8\uB358 \uB178\uB4DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC73C\uBBC0\uB85C \uC774 \uB9C1\uD06C\uB294 \uB354\uC774\uC0C1 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
+link_not_found={0} \uB9C1\uD06C\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+load=\uBD88\uB7EC\uC624\uAE30(&L)
+load_accelerator_presets=\uBD88\uB7EC\uC624\uAE30
+LoadAcceleratorPresetsAction.textPatterns.text=\uAE00\uC790 \uD328\uD134
+locking_failed_by_open={0} \uB9F5\uC758 \uC7A0\uAE08 \uC791\uC5C5\uC774 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC77D\uAE30 \uC804\uC6A9 \uBAA8\uB4DC\uB85C \uC5F4\uB9BD\uB2C8\uB2E4.
+locking_failed_by_save_as={0} \uB9F5\uC758 \uC7A0\uAE08 \uC791\uC5C5\uC774 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uBCC4\uB3C4\uB85C \uC800\uC7A5 \uC791\uC5C5\uC774 \uCDE8\uC18C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+locking_old_lock_removed={0} \uB9F5\uC740 \uC0AC\uC6A9\uC790 {1}\uC5D0 \uC758\uD574 \uC7A0\uACA8 \uC788\uC5C8\uC2B5\uB2C8\uB2E4. \uC2DC\uAC04\uC774 \uC624\uB798 \uC9C0\uB0AC\uC73C\uBBC0\uB85C \uC7A0\uAE08\uC744 \uD574\uC81C\uD558\uC600\uC2B5\uB2C8\uB2E4.
+long_node_changed_cancel=\uC218\uC815\uB0B4\uC6A9\uC774 \uC788\uC2B5\uB2C8\uB2E4. \uBC14\uB010\uB0B4\uC6A9\uC744 \uC800\uC7A5\uD558\uC9C0 \uC54A\uACA0\uC2B5\uB2C8\uAE4C?
+long_node_changed_submit=\uB178\uB4DC\uAC00 \uBC14\uB00C\uC5C8\uC2B5\uB2C8\uB2E4. \uBC14\uB010\uAC83\uC744 \uC800\uC7A5\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+lots_of_links_warning=\uAC19\uC740 \uB2E8\uACC4\uC758 \uB178\uB4DC\uAC04\uC5D0 \uB108\uBB34 \uB9CE\uC740 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD558\uB824\uACE0 \uD569\uB2C8\uB2E4. \uC774 \uB9C1\uD06C\uB97C \uC815\uB9D0 \uC0DD\uC131\uD560\uAE4C\uC694?
+main_resource_directory=\uC124\uCE58 \uC790\uC6D0:{0}
+MainView.errorUpdateText=\uB2E4\uC74C\uACFC \uAC19\uC740 \uC785\uB825\uC744 \uC704\uD55C \uD14D\uC2A4\uD2B8\uB97C \uC124\uC815\uD558\uB294 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4: {0}.
+MakeLinkFromAnchorAction.text=\uB2FB\uC73C\uB85C\uBD80\uD130 \uB9C1\uD06C \uB9CC\uB4E4\uAE30
+MakeLinkFromAnchorAction.tooltip=<html>\uC575\uCEE4 \uB178\uB4DC\uC5D0\uC11C \uC120\uD0DD\uD55C \uB178\uB4DC\uB85C <br/> \uC9C0\uC5ED\uB610\uB294 \uC804\uC5ED \uB9C1\uD06C\uB97C \uB9CC\uB4E4\uAE30?? \uB9CC\uB4ED\uB2C8\uB2E4.??</html>
+MakeLinkToAnchorAction.text=\uC575\uCEE4\uB85C \uB9C1\uD06C \uB9CC\uB4E4\uAE30
+MakeLinkToAnchorAction.tooltip=<html>\uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0\uC11C \uC575\uCEE4\uB178\uB4DC\uB85C <br/>\uC9C0\uC5ED \uB610\uB294 \uC804\uC5ED \uB9C1\uD06C\uB97C \uB9CC\uB4E4\uAE30?? \uB9CC\uB4ED\uB2C8\uB2E4.??</html>
+ManageAddOnsAction.text=\uBD80\uAC00 \uAE30\uB2A5
+ManageAddOnsDialog.activate=\uD65C\uC131\uD654
+ManageAddOnsDialog.activation.success={0} \uB294 \uC7AC\uC2DC\uC791\uD6C4 \uD65C\uC131\uD654 \uB420\uAC83\uC785\uB2C8\uB2E4.
+ManageAddOnsDialog.authored.by=????  by {0}
+ManageAddOnsDialog.cannot.activate=\uD65C\uC131\uD654 \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: {0} \uB294 \uC774\uBBF8 \uD65C\uC131\uD654 \uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+ManageAddOnsDialog.cannot.configure={0} \uB97C \uAD6C\uC131\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+ManageAddOnsDialog.cannot.deactivate=\uBE44\uD65C\uC131\uD654 \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: {0} \uC740 \uD65C\uC131\uD654 \uB418\uC9C0\uC54A\uC558\uC2B5\uB2C8\uB2E4.
+ManageAddOnsDialog.cannot.deinstall={0} \uB97C \uC81C\uAC70\uD560\uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+ManageAddOnsDialog.configure=\uC124\uC815
+ManageAddOnsDialog.deactivate=\uBE44\uD65C\uC131\uD654
+ManageAddOnsDialog.deactivation.success={0} \uB294 \uC7AC\uC2DC\uC791\uD6C4 \uBE44\uD65C\uC131\uD654 \uB420\uAC83\uC785\uB2C8\uB2E4.
+ManageAddOnsDialog.deinstall=\uC81C\uAC70
+ManageAddOnsDialog.deinstallation.success={0} \uB294 \uC7AC\uC2DC\uC791\uD6C4 \uC81C\uAC70\uB420 \uAC83\uC785\uB2C8\uB2E4.
+ManageAddOnsDialog.error=\uC124\uCE58 \uC911 \uC624\uB958: {0}.
+ManageAddOnsDialog.install=\uC124\uCE58(&I)
+ManageAddOnsDialog.install.from.known.location=\uC54C\uB824\uC9C4 \uC704\uCE58\uC5D0\uC11C \uBD80\uAC00 \uAE30\uB2A5 \uC124\uCE58
+ManageAddOnsDialog.install.tooltip=\uC5EC\uAE30\uC5D0 \uBD80\uAC00 \uAE30\uB2A5 \uC124\uCE58 \uD30C\uC77C\uC758 URL\uC744 \uC0BD\uC785
+ManageAddOnsDialog.map.not.opened={0} \uB9F5\uC740 \uC5F4\uB824 \uC788\uC9C0 \uC54A\uC740 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4.
+ManageAddOnsDialog.really.deinstall=\uC815\uB9D0\uB85C {0}\uC744(\uB97C) \uC81C\uAC70\uD560\uAE4C\uC694?
+ManageAddOnsDialog.search=\uBD80\uAC00 \uAE30\uB2A5 \uAC80\uC0C9
+ManageAddOnsDialog.search.file=\uAC80\uC0C9
+ManageAddOnsDialog.select.tooltip=\uD30C\uC77C \uC120\uD0DD
+ManageAddOnsDialog.status.downloading=\uD30C\uC77C \uB2E4\uC6B4\uB85C\uB4DC \uC911...
+ManageAddOnsDialog.status.installing=\uBD80\uAC00 \uAE30\uB2A5 \uC124\uCE58 \uC911...
+ManageAddOnsDialog.status.success=\uC124\uCE58 \uC644\uB8CC {0}.
+ManageAddOnsDialog.tab.install=\uAC80\uC0C9 \uBC0F \uC124\uCE58
+ManageAddOnsDialog.tab.install.tooltip=\uAC80\uC0C9 \uBC0F \uC0C8\uB85C \uBD80\uAC00 \uAE30\uB2A5 \uC124\uCE58
+ManageAddOnsDialog.tab.manage=\uBD80\uAC00\uAE30\uB2A5
+ManageAddOnsDialog.tab.manage.themes=\uD14C\uB9C8
+ManageAddOnsDialog.tab.manage.themes.tooltip=\uC124\uCE58\uB41C \uD14C\uB9C8 \uAD00\uB9AC
+ManageAddOnsDialog.tab.manage.tooltip=\uC124\uCE58\uB41C \uBD80\uAC00 \uAE30\uB2A5 \uAD00\uB9AC
+ManageAddOnsDialog.visit.addon.page=\uBD80\uAC00 \uAE30\uB2A5 \uD398\uC774\uC9C0 \uBC29\uBB38...
+ManageConditionalStylesAction.text=\uB9F5\uC758 \uC870\uAC74\uBCC4 \uC2A4\uD0C0\uC77C \uAD00\uB9AC(&M)
+ManageNodeConditionalStylesAction.text=\uB178\uB4DC\uC758 \uC870\uAC74\uBCC4 \uC2A4\uD0C0\uC77C \uAD00\uB9AC(&A)
+map_already_exists=\uC774 \uB9F5\uC740 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4. \uB36E\uC5B4\uC4F8\uAE4C\uC694?
+map_corrupted=\uB9F5\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC744 \uBCF4\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+map_load_error={0} \uB9F5\uC744 \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC74C
+map_locked_by_open={0} \uB9F5\uC740 \uC774\uBBF8 \uC0AC\uC6A9\uC790 {1}\uC5D0 \uC758\uD574 \uD3B8\uC9D1\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC77D\uAE30 \uC804\uC6A9\uC73C\uB85C \uC5F4\uB9BD\uB2C8\uB2E4.
+map_locked_by_save_as={0} \uB9F5\uC740 \uC0AC\uC6A9\uC790 {1}\uC5D0 \uC758\uD574 \uD3B8\uC9D1\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uBCC4\uB3C4 \uC800\uC7A5 \uC791\uC5C5\uC774 \uCDE8\uC18C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+map_not_saved=\uC774\uC804\uC5D0 \uC800\uC7A5\uB41C \uC801\uC774 \uC5C6\uB294 \uB9F5\uC785\uB2C8\uB2E4.
+MapBackgroundColorAction.text=\uB9F5 \uBC30\uACBD\uC0C9
+MaxNodeWidth.text=\uCD5C\uB300 \uB178\uB4DC \uB113\uC774 \uC124\uC815
+menu_applyStyle=\uC2A4\uD0C0\uC77C \uC801\uC6A9
+menu_attributes=\uC18D\uC131(&A)
+menu_clouds=\uAD6C\uB984
+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_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)
+menu_file_import=\uAC00\uC838\uC624\uAE30(&M)
+menu_filter=\uD544\uD130(&I)
+menu_format=\uBAA8\uC591
+menu_group=\uB178\uB4DC \uADF8\uB8F9
+menu_hoverView=\uB3C4\uAD6C \uD301
+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_links=\uB9C1\uD06C
+menu_manageStyles=\uC2A4\uD0C0\uC77C \uAD00\uB9AC(&M)
+menu_moveNode=\uC774\uB3D9 \uBC0F \uC815\uB82C
+menu_navigate=\uD0D0\uC0C9(&N)
+menu_newNode=\uC0C8\uB85C\uC6B4 \uB178\uB4DC
+menu_node=\uB178\uB4DC
+menu_node_features=\uB178\uB4DC \uC678\uD615(&U)
+menu_nodes=\uB178\uB4DC(&N)
+menu_nodeView=\uB178\uB4DC \uD45C\uC81C
+menu_notes=\uBA54\uBAA8
+menu_noteView=\uB178\uD2B8
+menu_progress=\uC9C4\uD589\uC728 \uC544\uC774\uCF58 (%)
+menu_remove_icons=\uC544\uC774\uCF58 \uC81C\uAC70
+menu_removeAttribute=\uC18D\uC131 \uC81C\uAC70
+menu_select=\uC120\uD0DD
+menu_time=\uC2DC\uAC04 \uAD00\uB9AC
+menu_title=\uB178\uB4DC \uD45C\uC81C
+menu_toolbars=\uB3C4\uAD6C \uC0C1\uC790
+menu_view=\uBCF4\uAE30(&V)
+menu_viewmode=\uBCF4\uAE30 \uBAA8\uB4DC \uC124\uC815
+MenuUtils.invalid_menuitem={0} \uC740  \uC720\uD6A8\uD55C \uBA54\uB274 \uD56D\uBAA9 \uD0A4\uAC00 \uC544\uB2D9\uB2C8\uB2E4.
+mindmap=\uB9F5
+MindMapNodesFlavorHandler=\uB178\uB4DC \uB2E8\uACC4\uBCC4 \uAD6C\uC870
+mindmaps=\uB9F5(&M)
+mindmaps_desc=\uB9F5 (*.mm)
+mindmaps_filter_desc=\uD544\uD130 (*.mmfilter)
+MinNodeWidth.text=\uCD5C\uC18C \uB178\uB4DC \uB113\uC774 \uC124\uC815
+mode_Browse=\uBCF4\uAE30 \uBAA8\uB4DC
+mode_File=\uD30C\uC77C \uBAA8\uB4DC
+mode_MindMap=\uB9C8\uC778\uB4DC\uB9F5 \uBAA8\uB4DC
+mode_na=\uBAA8\uB4DC \uC0AC\uC6A9 \uBD88\uAC00
+mode_status={0} \uBAA8\uB4DC\uB85C \uC804\uD658\uB428
+mode_title=\uD504\uB9AC\uD50C\uB808\uC778 - {0}
+modes=\uBAA8\uB4DC
+ModesMenuAction.Browse.text=\uB9F5 \uCC3E\uC544\uBCF4\uAE30
+ModesMenuAction.File.text=\uD30C\uC77C \uD0D0\uC0C9\uAE30
+ModesMenuAction.MindMap.text=\uB9C8\uC778\uB4DC\uB9F5 \uD3B8\uC9D1\uAE30
+most_recent_files=\uCD5C\uADFC \uB9F5
+MoveToRootAction.text=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uB85C \uAC00\uAE30
+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_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.
+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
+NewerFileRevisionsFoundDialog.file_last_modified=\uC2DC\uAC04\uAE30\uB85D
+NewerFileRevisionsFoundDialog.file_name=\uD30C\uC77C
+NewerFileRevisionsFoundDialog.file_size=\uBC14\uC774\uD2B8
+NewerFileRevisionsFoundDialog.open=\uC5F4\uAE30(&O)
+NewerFileRevisionsFoundDialog.open.tooltip=\uC624\uB798\uB41C \uB0A0\uC9DC\uC758 \uD30C\uC77C\uC77C \uACBD\uC6B0\uB77C\uB3C4 \uC5F4\uAE30
+NewerFileRevisionsFoundDialog.question={0}\uAC1C\uC758 \uCD5C\uC2E0 \uAC1C\uC815\uC744 \uCC3E\uC558\uC2B5\uB2C8\uB2E4!
+NewerFileRevisionsFoundDialog.restore=\uB418\uB3CC\uB9AC\uAE30(&o)
+NewerFileRevisionsFoundDialog.restore.tooltip={0}\uC744 {1}(\uC73C)\uB85C \uB300\uCCB4
+NewerFileRevisionsFoundDialog.title=\uCD5C\uADFC \uD30C\uC77C \uBC84\uC804\uC774 \uBC1C\uACAC\uB418\uC5C8\uC2B5\uB2C8\uB2E4!
+NewFreeNodeAction.text=\uC0C8\uB85C\uC6B4 \uC790\uC720 \uB178\uB4DC
+NewLevelStyleAction.text=\uB2E8\uACC4\uBCC4 \uC2A4\uD0C0\uC77C \uCD94\uAC00
+newmap.install.addon.question={0} \uC740 \uBD80\uAC00 \uAE30\uB2A5 \uAFB8\uB7EC\uBBF8 \uAC19\uC2B5\uB2C8\uB2E4.\n \uC124\uCE58\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?\n("\uC544\uB2C8\uC624" \uC120\uD0DD\uC2DC \uC77C\uBC18 \uC5F4\uAE30.)
+newmap.install.addon.title=\uBD80\uAC00 \uAE30\uB2A5\uC744 \uC124\uCE58\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+NewMapAction.text=\uC0C8\uB85C\uC6B4 \uB9F5(&N)
+NewMapViewAction.text=\uC0C8\uB85C\uC6B4 \uB9F5 \uC8FC\uC2DC\uC810
+NewParentNode.text=\uC0C8\uB85C\uC6B4 \uC0C1\uC704 \uB178\uB4DC
+NewParentNode.tooltip=<html>\uC120\uD0DD\uD55C \uBAA8\uB4E0 \uD56D\uBAA9\uC774 \uC0C8\uB85C\uC6B4 \uC0C1\uC704 \uB178\uB4DC\uB85C \uBCF4\uB0B4\uC9D1\uB2C8\uB2E4.</html>
+NewPreviousSiblingAction.text=\uC0C8\uB85C\uC6B4 \uC190\uC704 \uD615\uC81C \uB178\uB4DC
+NewSiblingAction.text=\uC0C8\uB85C\uC6B4 \uC190\uC544\uB798 \uD615\uC81C \uB178\uB4DC
+NewSummaryAction.text=\uC0C8 \uC694\uC57D \uB178\uB4DC(\uC120\uD0DD\uD55C \uB178\uB4DC\uB4E4)
+NewUserStyleAction.text=\uC120\uD0DD\uC5D0\uC11C \uC0C8 \uC2A4\uD0C0\uC77C
+NextNodeAction.BACK.text=\uC774\uC804 \uB178\uB4DC\uB85C \uAC00\uAE30
+NextNodeAction.BACK_N_FOLD.text=\uC774\uC804 \uB178\uB4DC \uC774\uB3D9 (\uC811\uD798)
+NextNodeAction.FORWARD.text=\uB2E4\uC74C \uB178\uB4DC\uB85C \uAC00\uAE30
+NextNodeAction.FORWARD_N_FOLD.text=\uB2E4\uC74C \uB178\uB4DC\uB85C \uC774\uB3D9 (\uC811\uAE30)
+NextPresentationItemAction.text=\uB2E4\uC74C \uBC1C\uD45C \uD56D\uBAA9\uC744 \uD3B4\uAE30
+no=\uC544\uB2C8\uC624
+no_copy_attributes_before_paste_attributes=\uBA87\uAC1C\uB97C \uBCF5\uC0AC\uD558\uB294 \uB3D9\uC548, \uC18D\uC131\uC744 \uBD99\uC5EC\uB123\uAE30 \uD560\uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+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_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
+node_changed_discard_changes=\uC218\uC815\uB0B4\uC6A9\uC774 \uC788\uC2B5\uB2C8\uB2E4. \uBC14\uB010\uB0B4\uC6A9\uC744 \uC800\uC7A5\uD558\uC9C0 \uC54A\uACA0\uC2B5\uB2C8\uAE4C?
+node_is_write_protected=\uB300\uC0C1 \uB178\uB4DC\uB294 \uC4F0\uAE30 \uBC29\uC9C0\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4.
+node_location_help=\uB4DC\uB798\uADF8\uB294 \uB178\uB4DC\uC758 \uC704\uCE58\uB97C \uBC14\uAFB8\uACE0, \uCEE8\uD2B8\uB864 + \uB4DC\uB798\uADF8 \uAC70\uB9AC\uB97C \uBC14\uAFB8\uACE0, "\uB354\uBE14 \uD074\uB9AD"\uACFC \uCEE8\uD2B8\uB864+"\uB354\uBE14 \uD074\uB9AD"\uC740 \uADF8\uAC83\uB4E4\uC744 \uB2E4\uC2DC \uC124\uC815\uD569\uB2C8\uB2E4.
+node_selector=\uB178\uB4DC \uC120\uD0DD
+node_selector_message=\uB354\uBE14 \uD074\uB9AD\uD558\uC5EC \uB178\uB4DC \uC120\uD0DD
+node_styles=\uB178\uB4DC \uC2A4\uD0C0\uC77C
+NodeBackgroundColorAction.text=\uB178\uB4DC \uBC30\uACBD\uC0C9(&N)...
+NodeColorAction.text=\uB178\uB4DC \uC0C9\uC0C1...
+NodeColorBlendAction.text=\uC0C9\uC0C1 \uD63C\uD569
+NodeDownAction.text=\uB178\uB4DC \uC774\uB3D9\uD558\uAE30 (\uD615\uC81C \uC544\uB798\uB85C)
+NodeExtensions.EditNodeExtensions=\uB178\uB4DC \uD655\uC7A5 \uAE30\uB2A5 \uD3B8\uC9D1
+NodeExtensions.RemoveNodeExtensions=\uB178\uB4DC \uD655\uC7A5 \uAE30\uB2A5 \uC81C\uAC70
+NodeListAction.text=\uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30...
+NodeListAction.tooltip=\uBAA8\uB4E0 \uB178\uB4DC\uB97C \uD544\uD130 \uC18D\uC131\uACFC \uD568\uAED8 \uAC80\uC0C9 \uAC00\uB2A5\uD55C \uBAA9\uB85D\uC73C\uB85C \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.
+NodeShapeAction.bubble.text=\uAC70\uD488\uD615\uD0DC\uC758 \uC678\uACFD\uC120(&B)
+NodeShapeAction.fork.text=\uC678\uACFD\uC120 \uC5C6\uC560\uAE30(&F)
+NodeUpAction.text=\uB178\uB4DC \uC774\uB3D9\uD558\uAE30 (\uD615\uC81C \uC704\uB85C)
+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.
+note_window_location=\uB178\uD2B8 \uD328\uB110 \uC704\uCE58
+ok=\uD655\uC778(&O)
+OKAction.text=\uD655\uC778(&O)
+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
+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
+option_changes_may_require_restart=\uBCC0\uACBD\uB41C \uC124\uC815\uC744 \uC801\uC6A9\uD558\uB824\uBA74 \uD504\uB9AC\uB9C8\uC778\uB4DC\uB97C \uC7AC\uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4.
+OptionalDontShowMeAgainDialog.cancel=\uC544\uB2C8\uC624(&N)
+OptionalDontShowMeAgainDialog.dontShowAgain=\uB2E4\uC74C\uBD80\uD130 \uBB3C\uC5B4\uBCF4\uC9C0 \uC54A\uC74C(&D).
+OptionalDontShowMeAgainDialog.ok=\uC608(&Y)
+OptionalDontShowMeAgainDialog.rememberMyDescision=\uACB0\uC815\uC744 \uAE30\uC5B5\uD568(&R).
+OptionPanel.absolute=\uC808\uB300 \uACBD\uB85C
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\uC790\uB3D9 \uB808\uC774\uC544\uC6C3 \uD328\uD134
+OptionPanel.ADD_CHILD=\uD558\uC704 \uB178\uB4DC \uCD94\uAC00
+OptionPanel.ADD_SIBLING=\uD615\uC81C \uB178\uB4DC \uCD94\uAC00
+OptionPanel.addons=\uBD80\uAC00 \uAE30\uB2A5
+OptionPanel.always_fold_all_after_load=\uBAA8\uB450 \uC811\uAE30
+OptionPanel.always_load_last_maps=\uCD5C\uADFC, \uCD5C\uC2E0\uC758 \uB9F5 \uBD88\uB7EC\uC624\uAE30
+OptionPanel.always_load_last_maps.tooltip=\uC704\uC5D0\uC11C \uC124\uC815\uD55C \uC635\uC158\uC5D0 \uD574\uB2F9\uD558\uB294 \uB9C8\uC9C0\uB9C9 \uD30C\uC77C\uC744 \uC5FD\uB2C8\uB2E4. \uC120\uD0DD\uB41C \uB9F5 \uD30C\uC77C\uC744 \uC5F4\uAE30 \uC704\uD574 \uD504\uB9AC\uD50C\uB808\uC778\uB3C4 \uC2DC\uC791\uD569\uB2C8\uB2E4.
+OptionPanel.always_save_folding=\uD56D\uC0C1 \uC800\uC7A5
+OptionPanel.always_save_folding_state=\uC811\uD78C \uC0C1\uD0DC \uBCC0\uD654\uB97C \uD56D\uC0C1 \uC800\uC7A5
+OptionPanel.always_save_folding_state.tooltip=\uC120\uD0DD\uD588\uC744 \uACBD\uC6B0, \uC811\uAE30 \uB3D9\uC791 \uD558\uB098\uD558\uB098\uAC00 \uB9F5 \uD30C\uC77C\uC744 \uBCC0\uD654\uC2DC\uD0A4\uACE0, \uC800\uC7A5\uC744 \uD558\uB3C4\uB85D \uC54C\uB824\uC90D\uB2C8\uB2E4.
+OptionPanel.always_unfold_all_after_load=\uBAA8\uB450 \uD3BC\uCE58\uAE30
+OptionPanel.antialias=\uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2F1
+OptionPanel.antialias.tooltip=<html>\uB9F5 \uD654\uC9C8\uC744 \uACB0\uC815\uD569\uB2C8\uB2E4. \uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2F1\uC744 \uB9CE\uC774 \uC0AC\uC6A9\uD560 \uC218\uB85D \uC2DC\uAC04\uC774 \uB354 \uAC78\uB9BD\uB2C8\uB2E4.</html>
+OptionPanel.antialias_all=\uBAA8\uB450 \uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2F1
+OptionPanel.antialias_edges=\uC904\uAE30 \uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2F1
+OptionPanel.antialias_none=\uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2F1 \uC0AC\uC6A9 \uC548\uD568
+OptionPanel.Appearance=\uC0DD\uAE40\uC0C8
+OptionPanel.apply_system_screen_resolution=\uC2DC\uC2A4\uD15C \uAE30\uBCF8 \uD574\uC0C1\uB3C4\uB97C \uC801\uC6A9\uD558\uAE30
+OptionPanel.approximate_search_threshold=\uADFC\uC811\uD55C \uAC80\uC0C9 \uACB0\uACFC \uD45C\uC2DC \uC784\uACC4\uAC12
+OptionPanel.approximate_search_threshold.tooltip=<html>\uB300\uB7B5\uC801\uC778 \uAC80\uC0C9\uC5D0 \uB300\uD55C \uC784\uACC4 \uAC12\uC740 <br/><font size="2"> http://freeplane.sf.net/wiki/index.php/Approximate_search</font> \uC744 \uCC38\uACE0\uD558\uC2ED\uC2DC\uC694.<br/>(\uAC80\uC0C9\uC5B4\uC758 \uB354\uB192\uACE0 \uB354\uC801\uC740 \uC801\uC740 \uBCC0\uD654\uB294<br/> \uCC3E\uC544\uC9C8 \uAC83\uC785\uB2C8\uB2E4.)</html>
+OptionPanel.ar=\uC544\uB78D\uC5B4 / \u0627\u0644\u0639\u0631\u0628\u064A\u0629
+OptionPanel.ARC=\uC6D0\uD638
+OptionPanel.as_parent=\uC0C1\uC704 \uB178\uB4DC\uCC98\uB7FC
+OptionPanel.ask=\uBB3C\uC5B4\uBCF4\uAE30
+OptionPanel.automatic=\uC790\uB3D9\uC120\uD0DD
+OptionPanel.automaticFormat_level=\uC790\uB3D9 \uB808\uC774\uC544\uC6C3 \uC2A4\uD0C0\uC77C
+OptionPanel.automaticFormat_level1=\uCD5C\uC0C1\uC704 \uB178\uB4DC \uD615\uD0DC
+OptionPanel.automaticFormat_level2=1\uB2E8\uACC4 \uB178\uB4DC \uBAA8\uC591
+OptionPanel.backup_file_number=\uBCF4\uAD00\uB41C \uBC31\uC5C5\uD30C\uC77C \uAC2F\uC218
+OptionPanel.Behaviour=\uB3D9\uC791 \uC124\uC815
+OptionPanel.bezier=\uBCA0\uC9C0\uC5B4 \uACE1\uC120
+OptionPanel.bubble=\uAC70\uD488 \uBAA8\uC591
+OptionPanel.ca=\uCE74\uD0C8\uB85C\uB2C8\uC544, Valencian / Catal\u00E0
+OptionPanel.Cancel=\uCDE8\uC18C
+OptionPanel.center_selected_node=\uC790\uB3D9\uC73C\uB85C \uC120\uD0DD\uD55C \uB178\uB4DC\uB97C \uC911\uC559 \uC815\uB82C
+OptionPanel.check_updates_automatically=\uD504\uB85C\uADF8\uB7A8 \uC2DC\uC791 \uC2DC \uC5C5\uB370\uC774\uD2B8 \uD655\uC778
+OptionPanel.childpattern=\uD558\uC704 \uB178\uB4DC \uD328\uD134
+OptionPanel.childpattern.tooltip=\uC120\uD0DD\uD55C \uD328\uD134\uC740 \uBAA8\uB4E0 \uD558\uC704 \uB178\uB4DC\uC5D0 \uC801\uC6A9\uB429\uB2C8\uB2E4.
+OptionPanel.clear_all_setters=\uBAA8\uB450 \uC804\uD658
+OptionPanel.clear_all_setters.tooltip=\uBCC0\uACBD\uC0AC\uD56D \uC9C0\uC2DC\uC790\uB97C \uBAA8\uB450 \uD65C\uC131\uD654 \uB610\uB294 \uBE44\uD65C\uC131\uD654 \uD569\uB2C8\uB2E4.
+OptionPanel.cloud=\uAD6C\uB984
+OptionPanel.cloudcolor=\uAD6C\uB984 \uC0C9\uC0C1
+OptionPanel.cloudshape=\uAD6C\uB984 \uBAA8\uC591
+OptionPanel.combined=\uACB0\uD569
+OptionPanel.compare_as_number=\uC218\uCE58\uB85C \uBE44\uAD50
+OptionPanel.convert_to_current_version=<html>\uC790\uB3D9\uC73C\uB85C \uC774\uC804 \uBC84\uC804 \uD504\uB9AC\uD50C\uB808\uC778 \uB9F5\uC744<br>\uD604\uC7AC \uBC84\uC804\uC73C\uB85C \uBCC0\uD658\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>\uB9E4\uC6B0 \uD070 \uB9F5\uC740 \uBCC0\uD658\uD560 \uD544\uC694\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.<br>(\uC774\uAC83\uC740 \uC804\uBB38\uC9C0\uC2DD\uC785\uB2C8\uB2E4.) \uBCC0\uD658 \uC5C6\uC774\uB3C4 \uB9F5\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.</html>
+OptionPanel.cs=\uCCB4\uCF54\uC5B4 / \u010Desky
+OptionPanel.cut_nodes_without_question=\uD655\uC778\uD558\uC9C0 \uC54A\uACE0 \uB178\uB4DC\uB97C \uC790\uB97C\uAE4C\uC694?
+OptionPanel.cut_nodes_without_question.tooltip=\uCCB4\uD06C\uBC15\uC2A4\uB97C \uC124\uC815\uD558\uBA74 \uB178\uB4DC\uB294 \uD655\uC778\uD558\uC9C0 \uC54A\uACE0 \uC798\uB77C\uB0C5\uB2C8\uB2E4. \uC758\uB3C4\uD558\uC9C0 \uC798\uB77C\uB0B4\uB294 \uACBD\uC6B0 \uC815\uBCF4\uB97C \uC190\uC2E4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
+OptionPanel.da=\uB374\uB9C8\uD06C\uC5B4 / dansk
+OptionPanel.date_format=\uD45C\uC900 \uB0A0\uC9DC \uD615\uC2DD
+OptionPanel.date_format.tooltip=SHORT, MEDIUM, LONG \uB610\uB294 FULL \uB610\uB294 "MM/dd/yyyy"\uC640 \uAC19\uC740 \uD328\uD134 \uB458\uC911 \uD558\uB098
+OptionPanel.datetime_format=\uD45C\uC900 \uB0A0\uC9DC-\uC2DC\uAC04 \uD615\uC2DD
+OptionPanel.datetime_format.tooltip=<datestyle>,<timestyle> (SHORT MEDIUM, LONG \uB610\uB294 FULL \uC2A4\uD0C0\uC77C)\uB610\uB294 "M/d/yyyy hh:mm" \uAC19\uC740 \uC804\uCCB4 \uD328\uD134 \uB458\uC911 \uD558\uB098
+OptionPanel.de=\uB3C5\uC77C\uC5B4 / Deutsch
+OptionPanel.default=\uAE30\uBCF8\uAC12
+OptionPanel.default_attribute_key_column_width=\uD45C\uC900 \uC18D\uC131 \uD0A4 \uB113\uC774
+OptionPanel.default_attribute_value_column_width=\uD45C\uC900 \uC18D\uC131 \uAC12 \uB113\uC774
+OptionPanel.default_browser_command_mac=\uB9E4\uD0A8\uD1A0\uC2DC \uAE30\uBCF8 \uBD80\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
+OptionPanel.default_browser_command_mac.tooltip=<html> \uADF8\uB9AC\uACE0 MAC: (Nick \uB355\uBD84\uC5D0!)</html>
+OptionPanel.default_browser_command_other_os=\uB2E4\uB978 \uC6B4\uC601\uCCB4\uC81C\uC758 \uAE30\uBCF8 \uBE0C\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
+OptionPanel.default_browser_command_other_os.tooltip=<html> \uC77C\uBC18\uC801\uC73C\uB85C \uB9AC\uB205\uC2A4 \uC785\uB2C8\uB2E4:</html>
+OptionPanel.default_browser_command_windows_9x=Windows 9x \uAE30\uBCF8 \uBE0C\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Windows\uC758 \uACBD\uC6B0 (""\uAE30\uD638\uB294 \uB9C1\uD06C\uB54C\uBB38\uC5D0 \uADF8\uB4E4 URL\uC5D0\uC11C "=" \uB97C \uD544\uC694\uB85C \uD569\uB2C8\uB2E4).</html>
+OptionPanel.default_browser_command_windows_nt=Windows NT \uAE30\uBCF8 \uBE0C\uB77C\uC6B0\uC800 \uBA85\uB839\uC5B4
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Windows\uC758 \uACBD\uC6B0 (""\uAE30\uD638\uB294 \uB9C1\uD06C\uB54C\uBB38\uC5D0 \uADF8\uB4E4 URL\uC5D0\uC11C "=" \uB97C \uD544\uC694\uB85C \uD569\uB2C8\uB2E4).</html>
+OptionPanel.default_charset=\uBB38\uC790\uC9D1\uD569
+OptionPanel.Defaults=\uAE30\uBCF8 \uC124\uC815
+OptionPanel.delete_automatic_saves_at_exit=\uC885\uB8CC\uC2DC \uC784\uC2DC \uC790\uB3D9\uC800\uC7A5 \uD30C\uC77C \uC0AD\uC81C
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \uD30C\uC77C\uC774 \uD504\uB9AC\uD50C\uB808\uC778\uC758 \uC815\uC0C1\uC801\uC778 \uC885\uB8CC\uB54C \uC790\uB3D9\uC73C\uB85C \uC0AD\uC81C\uD574\uC57C\uD558\uB294 \uACBD\uC6B0, \uB2E4\uC74C\uACFC\uAC19\uC740 \uBCC0\uC218\uB97C true\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC694. </html>
+OptionPanel.delete_nodes_without_question=\uD655\uC778\uD558\uC9C0 \uC54A\uACE0 \uB178\uB4DC\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+OptionPanel.delete_nodes_without_question.tooltip=\uC774 \uD655\uC778\uB780\uC744 \uC124\uC815\uD558\uBA74 \uB178\uB4DC\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.disable_cursor_move_paper=\uB9C8\uC778\uB4DC\uC9C0\uB3C4 \uD654\uBA74\uC744 \uB9C8\uC6B0\uC2A4 \uB4DC\uB798\uADF8\uB85C \uC6C0\uC9C1\uC774\uC9C0 \uBABB\uD558\uAC8C
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\uB9C8\uC778\uB4DC\uC9C0\uB3C4 \uD654\uBA74\uC744 \uB4DC\uB798\uADF8\uD560 \uB54C \uC774\uB3D9 \uCEE4\uC11C\uB97C \uBCF4\uC774\uC9C0 \uC54A\uC74C</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=\uBAA8\uB4E0 \uC0C8\uB85C\uC6B4 \uB178\uB4DC\uC5D0 \uB300\uD574 \uC989\uC11D \uD3B8\uC9D1\uAE30\uB97C \uD45C\uC2DC\uD558\uAE30
+OptionPanel.display_node_id=\uB178\uB4DC\uC758 ID \uD45C\uC2DC
+OptionPanel.edgecolor=\uC904\uAE30 \uC0C9\uC0C1
+OptionPanel.edgecolor.tooltip=\uC0C1\uC704 \uB178\uB4DC\uB85C \uAC00\uB294 \uC904\uAE30\uC758 \uC18D\uC131 (\uBAA8\uB4E0 \uD558\uC704 \uB178\uB4DC\uC5D0\uB3C4 \uC801\uC6A9\uB428)
+OptionPanel.edgestyle=\uC904\uAE30 \uC2A4\uD0C0\uC77C
+OptionPanel.edgestyle.tooltip=\uC0C1\uC704 \uB178\uB4DC\uB85C \uAC00\uB294 \uC904\uAE30\uC758 \uC18D\uC131 (\uBAA8\uB4E0 \uD558\uC704 \uB178\uB4DC\uC5D0\uB3C4 \uC801\uC6A9\uB428)
+OptionPanel.edgewidth=\uC904\uAE30 \uB108\uBE44
+OptionPanel.edgewidth.tooltip=\uC0C1\uC704 \uB178\uB4DC\uB85C \uAC00\uB294 \uC904\uAE30\uC758 \uC18D\uC131 (\uBAA8\uB4E0 \uD558\uC704 \uB178\uB4DC\uC5D0\uB3C4 \uC801\uC6A9\uB428)
+OptionPanel.EDIT_CURRENT=\uB0B4\uC6A9 \uB36E\uC5B4\uC4F0\uAE30
+OptionPanel.edit_on_double_click=\uB354\uBE14\uD074\uB9AD\uC73C\uB85C \uD3B8\uC9D1
+OptionPanel.editor_extra_width=\uCD94\uAC00 \uB108\uBE44 \uC99D\uAC10\uCE58
+OptionPanel.editor_extra_width.tooltip=<html>\uD14D\uC2A4\uD2B8\uAC00 \uD604\uC7AC \uB113\uC774\uC744 \uD655\uC7A5 \uD560 \uACBD\uC6B0 \uB178\uB4DC\uC758 \uB113\uC774\uC744 \uB192\uC774\uAE30 \uC704\uD574 \uD53D\uC140\uC758 \uC218\uB97C \uACB0\uC815\uD569\uB2C8\uB2E4.</html>
+OptionPanel.el=\uADF8\uB9AC\uC2A4\uC5B4 / \u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC
+OptionPanel.el__buttons_above=\uC0C1\uB2E8\uC5D0\uC788\uB294 \uBC84\uD2BC
+OptionPanel.el__enter_confirms_by_default=\uAE30\uBCF8\uC73C\uB85C \uC785\uB825 \uD655\uC778
+OptionPanel.el__max_default_window_height=\uC708\uB3C4\uC6B0\uCC3D \uCD5C\uB300 \uB192\uC774
+OptionPanel.el__max_default_window_width=\uC708\uB3C4\uC6B0\uCC3D \uCD5C\uB300 \uAC00\uB85C\uAE38\uC774
+OptionPanel.el__min_default_window_height=\uC708\uB3C4\uC6B0\uCC3D \uCD5C\uC18C \uB192\uC774
+OptionPanel.el__min_default_window_width=\uC708\uB3C4\uC6B0\uCC3D \uCD5C\uC18C \uAC00\uB85C\uAE38\uC774
+OptionPanel.el__position_window_below_node=\uC704\uCE58 \uCC3D \uC544\uB798 \uB178\uB4DC
+OptionPanel.en=\uC601\uC5B4 / English
+OptionPanel.Environment=\uD658\uACBD\uC124\uC815
+OptionPanel.es=\uC2A4\uD398\uC778\uC5B4 / espa\u00F1ol, castellano
+OptionPanel.et=\uC5D0\uC2A4\uD1A0\uB2C8\uC544\uC5B4 / eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=\uC2A4\uD06C\uB9BD\uD2B8 \uC2E4\uD589 \uD5C8\uAC00
+OptionPanel.execute_scripts_without_asking.tooltip=<html>\uD504\uB9AC\uD50C\uB808\uC778 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uB300\uCCB4\uB85C \uC0AC\uC6A9\uC790\uC758 \uCEF4\uD4E8\uD130\uC5D0\uC11C \uC5B4\uB5A0\uD55C \uC791\uC5C5\uB3C4 \uC2E4\uD589 \uAC00\uB2A5\uD569\uB2C8\uB2E4. <br>\uB530\uB77C\uC11C, \uC548\uC804\uC131\uC774 \uC54C\uB824\uC9C0\uC9C0 \uC54A\uC740 \uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC2E4\uD589\uD574\uC11C\uB294 \uC548\uB429\uB2C8\uB2E4.</html>
+OptionPanel.execute_scripts_without_exec_restriction=\uB2E4\uB978 \uC751\uC6A9\uD504\uB85C\uADF8\uB7A8 \uC2E4\uD589\uC744 \uD5C8\uAC00 (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>\uADF8\uB8E8\uBE44 \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uAE30\uD0C0 \uD2B9\uC815 \uC751\uC6A9\uD504\uB85C\uADF8\uB7A8(\uBE0C\uB77C\uC6B0\uC838 \uAC19\uC740 )\uC744 \uBB3B\uC9C0 \uC54A\uACE0 \uC2E4\uD589\uD560 \uD544\uC694\uAC00 \uC788\uB294 \uACBD\uC6B0,<br>\uC774 \uC635\uC158\uC744 \uD65C\uC131\uD654 \uD558\uC2ED\uC2DC\uC694.<br>\uADF8\uB7EC\uB098 \uC9C0\uAE08\uACFC \uAC19\uC774 \uC545\uC131 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uC0AC\uC6A9\uC790\uC758 \uCEF4\uD4E8\uD130\uB97C \uC190\uC0C1\uC2DC\uD0AC\uC218 \uC788\uC73C\uBBC0\uB85C \uC8FC\uC758\uD574\uC11C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694!!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=\uD30C\uC77C/\uC77D\uAE30 \uC791\uC5C5 \uD5C8\uAC00 (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>\uADF8\uB8E8\uBE44 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uC77D\uAE30 \uAD8C\uD55C(\uC5F4\uAE30, \uB2EB\uAE30, \uC77D\uAE30)\uC744 \uD544\uC694\uB85C \uD560 \uACBD\uC6B0 <br>\uC774 \uC635\uC158\uC744 \uD65C\uC131\uD654 \uD574\uC918\uC57C \uD569\uB2C8\uB2E4. <br>\uADF8\uB7EC\uB098 \uC9C0\uAE08\uACFC \uAC19\uC774 \uC545\uC131 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uCEF4\uD4E8\uD130\uC5D0 \uC190\uC0C1\uC744 \uC904 \uC218 \uC788\uC73C\uBBC0\uB85C \uC8FC\uC758\uD574\uC11C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=\uB124\uD2B8\uC6CC\uD06C \uC791\uC5C5\uC744 \uD5C8\uC6A9 (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>\uADF8\uB8E8\uBE44 \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uD2B9\uC218 \uB124\uD2B8\uC6CC\uD06C \uC791\uC5C5\uC744 \uC2E4\uD589\uD560 \uD544\uC694\uAC00 \uC788\uB294 \uACBD\uC6B0,<br>  \uC774 \uC635\uC158\uC744 \uD65C\uC131\uD654 \uD574\uC918\uC57C \uD569\uB2C8\uB2E4.<br>\uADF8\uB7EC\uB098 \uC9C0\uAE08\uACFC \uAC19\uC774 \uC545\uC131 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uC0AC\uC6A9\uC790\uC758 \uBCF4\uC548\uC744 \uB178\uCD9C\uC2DC\uD0AC \uC218 \uC788\uC73C\uBBC0\uB85C \uC8FC\uC758\uD574\uC11C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=\uD30C\uC77C/\uC4F0\uAE30 \uC791\uC5C5\uC744 \uD5C8\uC6A9 (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\uADF8\uB8E8\uBE44 \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uD30C\uC77C(\uC4F0\uAE30 \uC9C0\uC6B0\uAE30(!))\uC5D0 \uC4F0\uAE30 \uAD8C\uD55C\uC774 \uD544\uC694\uD560 \uACBD\uC6B0,<br>\uC774 \uC635\uC158\uC744 \uD65C\uC131\uD654 \uD574\uC918\uC57C\uD569\uB2C8\uB2E4. <br>\uC77C\uBC18\uC801\uC73C\uB85C \uC77D\uAE30 \uAD8C\uD55C\uC744 \uC0AC\uC6A9\uD588\uC2B5\uB2C8\uB2E4.<br>\uADF8\uB7EC\uB098 \uC9C0\uAE08\uACFC \uAC19\uC774 \uC545\uC131 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uC0AC\uC6A9\uC790\uC758 \uCEF4\uD4E8\uD130\uB97C \uC190\uC0C1\uC2DC\uD0AC \uC218 \uC788\uC73C\uBBC0\uB85C \uC8FC\uC758\uD574\uC11C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694!</body></html>
+OptionPanel.experimental_file_locking_on=\uD30C\uC77C \uC7A0\uADF8\uAE30 (\uD14C\uC2A4\uD2B8\uC911\uC778 \uAE30\uB2A5\uC784)
+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.Files=\uD30C\uC77C
+OptionPanel.first=\uCC98\uC74C
+OptionPanel.fold_on_click_inside=\uD074\uB9AD \uC548\uCABD\uC73C\uB85C \uC811\uAE30
+OptionPanel.foldingsymbolwidth=\uC811\uD798 \uD45C\uC2DC \uB108\uBE44
+OptionPanel.foldingsymbolwidth.tooltip=<html>\uC811\uD798 \uD45C\uC2DC \uB3D9\uADF8\uB77C\uBBF8\uC758 \uB108\uBE44 \uC9C0\uC815</html>
+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_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.gtk=Gtk
+OptionPanel.hide_edge=\uC904\uAE30 \uC228\uAE30\uAE30
+OptionPanel.highlight_formulas=\uC218\uC2DD \uB4DC\uB7EC\uB0B4\uAE30
+OptionPanel.horizontal=\uC9C0\uD3C9\uC120
+OptionPanel.hr=\uD06C\uB85C\uC544\uD2F0\uC544\uC5B4 / hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\uC81C\uBAA9\uC5D0 \uB530\uB77C
+OptionPanel.html_export_fold_all=\uBAA8\uB4E0 \uB0B4\uC6A9 \uC811\uAE30
+OptionPanel.html_export_fold_currently_folded=\uC811\uD78C \uAC00\uC9C0\uB4E4\uC740 \uC811\uD788\uAC8C
+OptionPanel.html_export_folding=\uC811\uD78C \uC0C1\uD0DC\uB97C HTML\uB85C \uB0B4\uBCF4\uB0B4\uAE30
+OptionPanel.html_export_no_folding=\uAC00\uC9C0\uAC00 \uC811\uD788\uC9C0 \uC54A\uAC8C
+OptionPanel.hu=\uD5DD\uAC00\uB9AC\uC5B4 / Magyar
+OptionPanel.ic_disable=\uBE44\uD65C\uC131\uD654
+OptionPanel.ic_file=\uB514\uC2A4\uD06C \uC0AC\uC6A9
+OptionPanel.ic_ram=\uB7A8\uC5D0\uC11C
+OptionPanel.icon=\uC544\uC774\uCF58
+OptionPanel.icon.tooltip=\uC801\uC6A9\uB418\uBA74 \uD574\uB2F9 \uB178\uB4DC\uB294 \uC774 \uC544\uC774\uCF58\uC73C\uB85C \uC124\uC815\uB429\uB2C8\uB2E4.
+OptionPanel.icons.list=\uD45C\uC2DC\uB41C \uD45C\uC900 \uC544\uC774\uCF58 \uBAA9\uB85D
+OptionPanel.icons.list.tooltip=\uC5EC\uAE30, \uD45C\uC900 \uC544\uC774\uCF58\uC744 \uC8FC\uBB38\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC544\uC774\uCF58\uB4E4\uC740 ';'\uC73C\uB85C \uAD6C\uBD84\uD574\uC57C\uD569\uB2C8\uB2E4.
+OptionPanel.id=\uC778\uB3C4\uB124\uC2DC\uC544\uC5B4 / Bahasa Indonesia
+OptionPanel.IGNORE=\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0\uC54A\uC74C
+OptionPanel.il__enter_confirms_by_default=\uC5D4\uD130\uB97C \uB20C\uB7EC \uD655\uC815\uD569\uB2C8\uB2E4
+OptionPanel.image_cache=\uC774\uBBF8\uC9C0\uC5D0 \uB300\uD574
+OptionPanel.it=\uC774\uD0C8\uB9AC\uC544\uC5B4 / Italiano
+OptionPanel.ja=\uC77C\uBCF8\uC5B4 / \u65E5\u672C\u8A9E
+OptionPanel.key_type_action=\uD0A4 \uC785\uB825 \uC2DC
+OptionPanel.Keystrokes=\uB2E8\uCD95\uD0A4
+OptionPanel.ko=\uD55C\uAD6D\uC5B4 (\u97D3\u570B\u8A9E), \uC870\uC120\uB9D0 (\u671D\u9BAE\u8A9E)
+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.last=\uB9C8\uC9C0\uB9C9
+OptionPanel.last_opened_list_length=\uC5F4\uC5C8\uB358 \uBB38\uC11C \uBCF4\uAD00 \uAC2F\uC218
+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
+OptionPanel.links=\uB9C1\uD06C
+OptionPanel.links.tooltip=<html>\uC0C1\uB300\uC801 \uB610\uB294 \uC808\uB300\uC801 \uB9C1\uD06C\uC911 \uD558\uB098\uB97C \uC124\uC815\uD558\uAE30</html>
+OptionPanel.load_folding=\uBD88\uB7EC\uC624\uB294 \uC989\uC2DC
+OptionPanel.load_folding_from_map_default_fold_all=\uB9F5\uC5D0\uC11C \uBD88\uB7EC\uC624\uAC70\uB098 \uBAA8\uB450 \uC811\uAE30
+OptionPanel.load_folding_from_map_default_unfold_all=\uB9F5\uC5D0\uC11C \uBD88\uB7EC\uC624\uAC70\uB098 \uBAA8\uB450 \uD3BC\uCE58\uAE30
+OptionPanel.load_last_map=\uCD5C\uADFC\uC758 \uB9F5 \uC790\uB3D9\uC73C\uB85C \uC5F4\uAE30
+OptionPanel.load_last_map.tooltip=<html>\uC120\uD0DD\uD558\uC2DC\uBA74 \uD504\uB9AC\uD50C\uB808\uC778 \uC2DC\uC791 \uC2DC, \uB9C8\uC9C0\uB9C9\uC5D0 \uC5F4\uC5C8\uB358 \uB9F5\uC744 \uC790\uB3D9\uC73C\uB85C \uBD88\uB7EC\uC635\uB2C8\uB2E4.</html>
+OptionPanel.load_last_maps=\uCD5C\uADFC \uB9F5 \uBAA8\uB450 \uBD88\uB7EC\uC624\uAE30
+OptionPanel.lookandfeel=\uC2A4\uD0A8\uC120\uD0DD
+OptionPanel.lookandfeel.tooltip=<html>\uBAA8\uC591\uACFC \uB290\uB08C. \uC0AC\uC6A9\uD558\uAE30'\uAE08\uC18D','\uCC3D','\uBAA8\uD2F0\uBE0C','GTK'\uB97C \uC9C0\uC6D0\uD558\uACE0, '\uB9E5'\uC740 \uB9E5 OS\uC5D0\uC11C\uB9CC \uC0AC\uC6A9\uD560\uC218\uC788\uC2B5\uB2C8\uB2E4. \uAE30\uBCF8\uAC12\uC740 \uAE30\uBCF8 \uBAA8\uC591\uACFC \uB290\uB08C\uC774 \uC0AC\uC6A9\uB429\uB2C8\uB2E4. \uC790\uC2E0\uC758 \uBAA8\uC591\uACFC \uB290\uB08C\uC744 \uB123\uAE38 \uC6D0\uD560\uACBD\uC6B0, \uC5EC\uAE30\uC5D0 \uD074\uB798\uC2A4 \uC774\uB984\uC744 \uCD94\uAC00\uD558\uACE0, \uD574\uB2F9 jar \uD30C\uC77C\uC744 \uBD88\uB7EC\uC624\uC138\uC694. \uB9CC\uC57D \uBAA8\uC591\uACFC \uB290\uB08C\uC774 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD560\uACBD\uC6B0, \uC5EC\uAE30\uC758 '\uC5C6\uC74C'\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC694. \uC560\uD50C\uB9BF\uC740 \uC791\uB3D9\uD569\uB2C8\uB2E4.</html>
+OptionPanel.lt=Lt
+OptionPanel.max_displayed_node_count=\uCD5C\uB300 \uD45C\uC2DC\uB41C \uB178\uB4DC \uC218
+OptionPanel.max_image_width=\uCD5C\uB300 \uCD08\uAE30 \uC774\uBBF8\uC9C0 \uB113\uC774
+OptionPanel.max_image_width.tooltip=\uC0C8\uB85C\uC6B4 \uC774\uBBF8\uC9C0\uB294 \uC774 \uB113\uC774\uB85C \uCD95\uC18C \uC870\uC815\uB429\uB2C8\uB2E4
+OptionPanel.max_menu_item_count=\uCD5C\uB300 \uBA54\uB274 \uD56D\uBAA9 \uC218
+OptionPanel.max_menu_item_count.tooltip=\uD55C \uD558\uC704 \uBA54\uB274\uC5D0 \uC788\uB294 \uD56D\uBAA9\uC758 \uACBD\uC6B0 \uD55C\uB3C4 \uC22B\uC790, \uCD5C\uC18C 10
+OptionPanel.max_node_width=\uCD5C\uB300 \uB178\uB4DC \uB108\uBE44
+OptionPanel.max_node_width.tooltip=<html>\uD53D\uC140\uC5D0\uC11C \uAE30\uBCF8 \uCD5C\uB300 \uB178\uB4DC \uB113\uC774</html>
+OptionPanel.max_shortened_text_length=\uB2E8\uCD95\uB41C \uBB38\uC790\uC5F4\uC758 \uCD5C\uB300 \uB108\uBE44
+OptionPanel.metal=\uBA54\uD0C8
+OptionPanel.min_node_width=\uCD5C\uC18C \uB178\uB4DC \uB108\uBE44
+OptionPanel.motif=\uBAA8\uD2F0\uD504(\uD478\uB978\uACC4\uC5F4)
+OptionPanel.nb=\uB178\uB974\uC6E8\uC774\uC5B4 Bokm\u00E5l / Norsk bokm\u00E5l
+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.nodecolor=\uB178\uB4DC \uC0C9\uC0C1
+OptionPanel.nodecolor.tooltip=\uC120\uD0DD\uB418\uC9C0 \uC54A\uC558\uC744 \uB54C \uB178\uB4DC\uC758 \uAE00\uC790 \uC0C9
+OptionPanel.nodefontbold=\uAC15\uC870
+OptionPanel.nodefonthyperlink=\uD558\uC774\uD37C\uB9C1\uD06C
+OptionPanel.nodefontitalic=\uAE30\uC6B8\uC784
+OptionPanel.nodefontname=\uAE00\uAF34
+OptionPanel.nodefontsize=\uAE00\uC790 \uD06C\uAE30
+OptionPanel.nodeformat=\uC11C\uC2DD
+OptionPanel.nodeformat.tooltip=<html>\uD14D\uC2A4\uD2B8 \uAD50\uCCB4 \uBC0F/\uB610\uB294 \uD615\uC2DD:<ul><li><em>\uD655\uC7A5 \uC11C\uC2DD</em> (<tt>%s</tt> \uB294 \uC6D0\uBCF8 \uD14D\uC2A4\uD2B8\uC785\uB2C8\uB2E4), \uC608\uB97C \uB4E4\uBA74, <tt>\uC8FC\uC758: %s</tt><li><em>\uB0A0\uC9DC \uBC0F \uC22B\uC790 \uC11C\uC2DD</em> - \uC120\uD0DD \uC0C1\uC790\uC5D0\uC11C \uC608\uC81C\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.</ul></html>
+OptionPanel.nodenumbering=\uB178\uB4DC \uBC88\uD638\uBD80\uC5EC
+OptionPanel.nodenumbering.tooltip=\uB178\uB4DC \uD14D\uC2A4\uD2B8\uC5D0 \uC77C\uB828 \uBC88\uD638(\uC608: 1.3.1)\uB97C \uCD94\uAC00 \uD569\uB2C8\uB2E4.
+OptionPanel.nodeshape=\uB178\uB4DC \uC2A4\uD0C0\uC77C
+OptionPanel.nodeshape.tooltip=<html>\uC774 \uC2A4\uD0C0\uC77C\uC740 \uB178\uB4DC\uC758 \uC678\uC591\uC744 \uACB0\uC815\uD569\uB2C8\uB2E4. <br>\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uAC12:<br><table border="1"><tr><td>\uAC08\uB9BC\uAE38: </td><td> \uB458\uB7EC\uC2F8\uB294 \uC2E4\uC120 \uC5C6\uC74C,</td></tr><tr><td>\uD48D\uC120: </td><td> \uB458\uB7EC\uC2F8\uB294 \uC2E4\uC120 \uC9C1\uC0AC\uAC01\uD615,</td></tr><tr><td>\uC0C1\uC704 \uB178\uB4DC\uCC98\uB7FC: </td><td> \uC0C1\uC704 \uB178\uB4DC\uC758 \uC2A4\uD0C0\uC77C\uC774\uB098 <br>\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC758 \uAE30\uBCF8 \uC124\uC815 \uC2A4\uD0C0\uC77C \uBB3C\uB824\uBC1B\uAE30,</td></tr><tr><td>\uB458 \uB2E4: </td><td> \uC811\uD788\uBA74 \uD48D\uC120, \uD3BC\uCCD0\uC9C0\uBA74 \uAC08\uB9BC\uAE38.</td></tr></table></html>
+OptionPanel.nodetext=\uD45C\uC81C \uB0B4\uC6A9
+OptionPanel.nodetext.tooltip=\uB178\uB4DC\uC758 \uAE00\uC790 \uBAA8\uC591\uC744 \uC774\uACF3\uC5D0\uC11C \uC815\uC758\uD569\uB2C8\uB2E4. \uD574\uB2F9 \uD328\uD134\uC774 \uC801\uC6A9\uB418\uBA74 \uC774\uC804 \uB0B4\uC6A9\uC740 \uD3D0\uAE30\uB429\uB2C8\uB2E4.
+OptionPanel.nothing=\uC5C6\uC74C
+OptionPanel.number_format=\uD45C\uC900 \uBC88\uD638 \uD615\uC2DD
+OptionPanel.number_format.tooltip=\uBC18\uB4DC\uC2DC \uB4E4\uC5B4\uAC00\uC57C\uD560 \uC22B\uC790\uB294 '0' \uC744 \uC120\uD0DD\uC801\uC778 \uACBD\uC6B0'#'\uC744 \uD3EC\uD568\uD558\uB294 \uD328\uD134\uC785\uB2C8\uB2E4.\r\n\uC608\uC81C: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=\uC784\uC2DC \uC790\uB3D9\uC800\uC7A5 \uD30C\uC77C \uC22B\uC790
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>\uB9F5 \uC790\uB3D9 \uC800\uC7A5\uC5D0 \uC0AC\uC6A9\uB420 \uD30C\uC77C \uC218 n. \uCCAB\uBC88\uC9F8 \uC790\uB3D9 \uC800\uC7A5\uC740 \uCCAB\uBC88\uC9F8 \uD30C\uC77C\uC5D0\uC11C \uB429\uB2C8\uB2E4. \uADF8\uB9AC\uACE0 n+1\uBC88\uC9F8 \uC800\uC7A5\uC740 \uCCAB\uBC88\uC9F8 \uD30C\uC77C\uC5D0 \uB2E4\uC2DC \uC800\uC7A5\uB429\uB2C8\uB2E4(\uC21C\uD658\uD615).</html>
+OptionPanel.OK=\uC800\uC7A5
+OptionPanel.org.freeplane.plugin.bugreport=\uC815\uCC45
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\uD56D\uC0C1 \uBCF4\uB0B4\uAE30
+OptionPanel.org.freeplane.plugin.bugreport.ask=\uBC84\uADF8 \uC2E0\uACE0 \uB300\uD654 \uC0C1\uC790 \uBCF4\uC774\uAE30
+OptionPanel.org.freeplane.plugin.bugreport.denied=\uC808\uB300 \uC548 \uBCF4\uB0B4\uAE30
+OptionPanel.org.freeplane.plugin.bugreport.userid=\uBCF4\uB0B4\uC5B4\uC9C8 \uC120\uD0DD\uC801 \uC2DD\uBCC4\uC790
+OptionPanel.outline_hgap=\uC218\uD3C9 \uAC70\uB9AC
+OptionPanel.outline_vgap=\uC218\uC9C1 \uAC70\uB9AC
+OptionPanel.paint_connectors_behind=\uB178\uB4DC \uB4A4\uCABD\uC73C\uB85C \uC5F0\uACB0\uC790 \uADF8\uB9AC\uAE30
+OptionPanel.parse_data=\uC22B\uC790\uC640 \uB0A0\uC9DC-\uC2DC\uAC04 \uC785\uB825\uC744 \uC778\uC2DD
+OptionPanel.parse_data.tooltip=\uB0A0\uC9DC, \uB0A0\uC9DC-\uC2DC\uAC04 \uADF8\uB9AC\uACE0 \uC22B\uC790 \uC785\uB825\uC5D0\uB300\uD55C \uAD6C\uBB38\uBD84\uC11D\uC744 \uD558\uACE0 \uD45C\uC900\uD615\uC2DD\uC744 \uC801\uC6A9\uD569\uB2C8\uB2E4. \uC608: 100,000.00, 12/31, 12/31/99, 1999-12-31 \uC640 1999-12-31 23:59
+OptionPanel.PASTE_HTML=HTML\uB85C \uBD99\uC5EC\uB123\uAE30
+OptionPanel.PASTE_PLAIN_TEXT=\uC77C\uBC18 \uD14D\uC2A4\uD2B8\uB85C \uBD99\uC5EC\uB123\uAE30
+OptionPanel.path_property_may_not_be_empty=\uACBD\uB85C \uC18D\uC131\uC740 \uBE44\uC6CC \uC9C0\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4! \uBCC0\uACBD \uB0B4\uC6A9\uC774 \uBCF5\uADC0 \uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+OptionPanel.patternname=\uC774\uB984
+OptionPanel.patternname.tooltip=\uC911\uBCF5\uB418\uC9C0 \uC54A\uC740 \uD328\uD134 \uC774\uB984
+OptionPanel.pl=\uD3F4\uB780\uB4DC\uC5B4 / polski
+OptionPanel.placenewbranches=\uC0C8\uB85C\uC6B4 \uAC00\uC9C0 \uB9CC\uB4E4\uAE30
+OptionPanel.placenewbranches.tooltip=<html>\uC0C8\uB85C\uC6B4 \uC9C0\uC810\uC744 \uBC30\uCE58 \uD560 \uACF3. \uC720\uD6A8\uD55C \uAC12\uC740 '\uCCAB \uBC88\uC9F8'\uACFC '\uB9C8\uC9C0\uB9C9'\uC785\uB2C8\uB2E4</html>
+OptionPanel.plugin.tooltip=\uBE44 \uD575\uC2EC \uD50C\uB7EC\uADF8\uC778.
+OptionPanel.plugins=\uD50C\uB7EC\uADF8\uC778
+OptionPanel.presentation_dimmer_transparency=\uBC1C\uD45C \uBAA8\uB4DC \uD22C\uBA85\uB3C4 \uC870\uC808
+OptionPanel.presentation_mode=\uBC1C\uD45C \uBAA8\uB4DC
+OptionPanel.printonwhitebackground=<html>\uC778\uC1C4\uD558\uAE30\uC704\uD55C \uD770\uC0C9 \uBC30\uACBD</html>
+OptionPanel.printonwhitebackground.tooltip=<html>\uC778\uC1C4\uD560\uB54C \uD56D\uC0C1 \uD770\uC0C9 \uBC30\uACBD\uC744 \uC0AC\uC6A9\uD558\uAE30??</html>
+OptionPanel.pt_BR=\uD3EC\uB974\uD22C\uAC08\uC5B4 (\uBE0C\uB77C\uC9C8) / Portugu\u00EAs (Brasil)
+OptionPanel.pt_PT=\uD3EC\uB974\uD22C\uAC08\uC5B4 (\uD3EC\uB974\uD22C\uAC08) / Portugu\u00EAs (Portugal)
+OptionPanel.RECT=\uC9C1\uC0AC\uAC01\uD615
+OptionPanel.relative=\uC0C1\uB300 \uACBD\uB85C
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"\uC9C8\uBB38\uD558\uAE30"\uB294 (\uAD81\uAE08\uD55C\uAC83\uC774 \uC788\uC744\uB54C) \uC0AC\uC6A9\uD560\uC218 \uC788\uC2B5\uB2C8\uB2E4. <BR>"\uC608"\uB294 \uC11C\uC2DD\uC788\uB294 \uD14D\uC2A4\uD2B8 \uD3B8\uC9D1\uAE30\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.<BR>"\uC544\uB2C8\uC624"\uB294 \uC77C\uBC18 \uD14D\uC2A4\uD2B8 \uD3B8\uC9D1\uAE30\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.</html>
+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_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.
+OptionPanel.ROUND_RECT=\uC9C1\uC0AC\uAC01\uD615 (\uB465\uADFC \uBAA8\uC11C\uB9AC)
+OptionPanel.ru=\uB7EC\uC2DC\uC544\uC5B4 / \u0420\u0443\u0441\u0441\u043A\u0438\u0439
+OptionPanel.save_folding=\uC811\uD798 \uC800\uC7A5
+OptionPanel.save_folding_if_map_is_changed=\uB9F5\uC774 \uBCC0\uACBD\uB420 \uACBD\uC6B0
+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 \uD30C\uC77C\uB4E4\uC744 \uAC80\uC0C9\uB418\uC5B4\uC9C8 \uAC83\uC785\uB2C8\uB2E4.<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. \uB9CC\uC57D \uD074\uB798\uC2A4 \uACBD\uB85C\uB97C \uC124\uC815\uD55C\uB2E4\uBA74, \uC77D\uAE30\uAD8C\uD55C\uB3C4 \uD5C8\uC6A9\uD574\uC57C\uD569\uB2C8\uB2E4!</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_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. (\uAE30\uBCF8\uAC12 \uC784. ) </ HTML>
+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
+OptionPanel.selection_method.tooltip=<html>\uB2E4\uC74C \uC2A4\uC704\uCE58\uC640 \uD568\uAED8 \uC9C0\uC5F0\uB420 \uC120\uD0DD \uC2A4\uD0A4\uB9C8.\uC790\uB3D9 \uC635\uC158\uC744 \uD65C\uC131\uD654 / \uBE44\uD65C\uC131\uD654 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC5B4\uCA0C\uB4E0 auto.properties\uC5D0 \uC800\uC7A5\uB418\uB294 \uAC83\uB4E4\uC744 \uC218\uC815 \uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.</html>
+OptionPanel.selection_method_by_click=\uD074\uB9AD\uC73C\uB85C
+OptionPanel.selection_method_delayed=\uB9C8\uC6B0\uC2A4\uB97C \uAC00\uC838\uAC00\uACE0 \uC57D\uAC04\uC758 \uC9C0\uC5F0 \uD6C4
+OptionPanel.selection_method_direct=\uB9C8\uC6B0\uC2A4\uB97C \uAC00\uC838\uAC00\uBA74 \uBC14\uB85C \uC120\uD0DD
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\uD328\uD134
+OptionPanel.separator.anti_alias=\uC564\uD2F0\uC5D0\uC77C\uB9AC\uC5B4\uC2F1
+OptionPanel.separator.attributes=\uC18D\uC131
+OptionPanel.separator.automatic_save=\uC790\uB3D9 \uC800\uC7A5
+OptionPanel.separator.behaviour=\uB3D9\uC791 \uC124\uC815
+OptionPanel.separator.browser=\uBE0C\uB77C\uC6B0\uC800
+OptionPanel.separator.cache=\uCE90\uC26C
+OptionPanel.separator.CloudControls=\uAD6C\uB984
+OptionPanel.separator.commands_for_the_program=\uD504\uB85C\uADF8\uB7A8 \uBA85\uB839\uC5B4
+OptionPanel.separator.connectors=\uC5F0\uACB0\uC120
+OptionPanel.separator.data_formats=\uB370\uC774\uD130 \uBC30\uCE58 \uBC0F \uC778\uC2DD
+OptionPanel.separator.default_colors=\uAE30\uBCF8 \uC0C9\uC0C1
+OptionPanel.separator.default_fonts=\uAE30\uBCF8 \uAE00\uAF34
+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.files=\uD30C\uC77C
+OptionPanel.separator.formula=\uC218\uC2DD
+OptionPanel.separator.General=\uC77C\uBC18
+OptionPanel.separator.html_export=Html \uB0B4\uBCF4\uB0B4\uAE30
+OptionPanel.separator.html_import=Html \uAC00\uC838\uC624\uAE30
+OptionPanel.separator.hyperlink_types=\uB9C1\uD06C \uD615\uD0DC
+OptionPanel.separator.icon_properties=\uC544\uC774\uCF58
+OptionPanel.separator.icons="\uC544\uC774\uCF58 \uC120\uD0DD..."\uC5D0\uC11C\uC758 \uC544\uC774\uCF58
+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.load=\uBD88\uB7EC\uC624\uAE30
+OptionPanel.separator.look_and_feel=\uC2A4\uD0A8\uC120\uD0DD
+OptionPanel.separator.mouse_wheel=\uB9C8\uC6B0\uC2A4 \uD720
+OptionPanel.separator.new_node_commands=\uB178\uB4DC \uCD94\uAC00 \uBA85\uB839\uC5B4
+OptionPanel.separator.node_editing_commands=\uB178\uB4DC \uD3B8\uC9D1 \uBA85\uB839\uC5B4
+OptionPanel.separator.node_navigation_commands=\uB178\uB4DC \uC0AC\uC774 \uC774\uB3D9 \uBA85\uB839\uC5B4
+OptionPanel.separator.NodeColors=\uD45C\uC81C \uBD80\uBD84 \uC804\uCCB4\uC758 \uC0C9\uC0C1
+OptionPanel.separator.NodeFont=\uD45C\uC81C \uBD80\uBD84 \uC804\uCCB4\uC758 \uAE00\uAF34
+OptionPanel.separator.NodeShape=\uB178\uB4DC \uBAA8\uC591
+OptionPanel.separator.NodeStyle=\uB178\uB4DC \uC2A4\uD0C0\uC77C
+OptionPanel.separator.NodeText=\uD45C\uC81C \uB0B4\uC6A9
+OptionPanel.separator.notifications=\uD655\uC778\uC0AC\uD56D
+OptionPanel.separator.org.freeplane.plugin.bugreport=\uC790\uB3D9\uC73C\uB85C \uACB0\uD568 \uBCF4\uACE0
+OptionPanel.separator.other_defaults=\uAE30\uD0C0 \uAE30\uBCF8\uAC12
+OptionPanel.separator.others=\uB2E4\uB978 \uD0A4 \uBC14\uC778\uB529
+OptionPanel.separator.outline_view=\uAC1C\uC694 \uBCF4\uAE30
+OptionPanel.separator.patterns=\uD328\uD134
+OptionPanel.separator.RichTextEditor=\uC11C\uC2DD \uC788\uB294 \uD14D\uC2A4\uD2B8 \uD3B8\uC9D1\uAE30
+OptionPanel.separator.root_node_appearance=\uCD5C\uC0C1\uC704 \uB178\uB4DC \uBAA8\uC591
+OptionPanel.separator.save=\uC800\uC7A5
+OptionPanel.separator.scripting=\uC2A4\uD06C\uB9BD\uD2B8
+OptionPanel.separator.scrollbar=\uC2A4\uD06C\uB864 \uB9C9\uB300
+OptionPanel.separator.search=\uAC80\uC0C9
+OptionPanel.separator.selection_colors=\uC120\uD0DD \uC0C9\uC0C1
+OptionPanel.separator.selection_method=\uB178\uB4DC \uC120\uD0DD \uBC29\uBC95
+OptionPanel.separator.single_instance_mode=\uB2E8\uC77C \uD504\uB85C\uADF8\uB7A8 \uC2E4\uD589
+OptionPanel.separator.size_limits=\uD06C\uAE30 \uC81C\uD55C
+OptionPanel.separator.spelling=\uC2A4\uD3A0 \uCCB4\uD06C \uC635\uC158
+OptionPanel.separator.status=\uC0C1\uD0DC \uC904
+OptionPanel.separator.tooltip=\uB3C4\uAD6C \uD301 \uC2DC\uAC04
+OptionPanel.separator.undo=\uC2E4\uD589 \uCDE8\uC18C
+OptionPanel.separator.updates=\uD504\uB85C\uADF8\uB7A8 \uAC31\uC2E0
+OptionPanel.set_property_text=\uBCC0\uACBD
+OptionPanel.set_property_text.tooltip=\uBE48 \uAC12: \uBCC0\uACBD\uC548\uD568; \uC74C\uC218=\uC18D\uC131 \uC81C\uAC70(\uAE30\uBCF8\uAC12\uC73C\uB85C \uC124\uC815); \uC591\uC218=\uC18D\uC131 \uBCC0\uACBD
+OptionPanel.setscript=\uBCC0\uACBD\uD560\uAE4C\uC694?
+OptionPanel.setscript.tooltip=\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC2A4\uD0C0\uC77C\uACFC \uC5F0\uACB0\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
+OptionPanel.sharp_bezier=\uC608\uB9AC\uD55C \uACE1\uC120
+OptionPanel.sharp_linear=\uC608\uB9AC\uD55C \uC9C1\uC120
+OptionPanel.show_icon_for_attributes=\uC18D\uC131 \uAD00\uB828 \uC544\uC774\uCF58 \uBCF4\uAE30
+OptionPanel.show_node_tooltips=\uB3C4\uAD6C \uD301 \uD45C\uC2DC
+OptionPanel.show_note_icons=\uBA54\uBAA8 \uC544\uC774\uCF58 \uBCF4\uAE30
+OptionPanel.show_styles_in_tooltip=\uB3C4\uAD6C \uB3C4\uC6C0\uB9D0\uC5D0\uC11C \uB178\uB4DC \uC2A4\uD0C0\uC77C \uBCF4\uAE30
+OptionPanel.signed_script_are_trusted=\uC2E0\uB8B0 \uC11C\uBA85\uB41C \uC2A4\uD06C\uB9BD\uD2B8 (\uAD8C\uC7A5\uD568).
+OptionPanel.signed_script_are_trusted.tooltip=\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC2E0\uB8B0\uD560 \uC218 \uC788\uB294 \uC790(\uC608\uB97C \uB4E4\uC5B4 \uD504\uB9AC\uD50C\uB808\uC778\uC758 \uC81C\uC791\uC790\uB098 \uB2F9\uC2E0)\uC5D0 \uC758\uD574 \uC11C\uBA85\uB418\uC5C8\uB2E4\uBA74, \uC81C\uD55C\uC5C6\uC774 \uC2E4\uD589\uB429\uB2C8\uB2E4.
+OptionPanel.simplyhtml.default_paste_mode=\uAE30\uBCF8 \uBD99\uC5EC\uB123\uAE30 \uBAA8\uB4DC
+OptionPanel.single_backup_directory=\uBC31\uC5C5\uD30C\uC77C\uC744 \uC704\uD55C \uB2E8\uC77C \uB514\uB809\uD1A0\uB9AC \uC0AC\uC6A9
+OptionPanel.single_backup_directory.tooltip=<html>\uBC31\uC5C5 \uBC0F \uC790\uB3D9 \uC800\uC7A5 \uD30C\uC77C\uC744 \uAE30\uC874 \uB9F5 \uD30C\uC77C\uACFC \uAC19\uC740 \uB514\uB809\uD1A0\uB9AC\uC5D0 \uB123\uC744 \uAC83\uC778\uC9C0, \uD558\uC704 \uB514\uB809\uD1A0\uB9AC\uB97C \uC0DD\uC131\uD558\uC5EC \uB123\uC744 \uAC83\uC778\uC9C0 \uACB0\uC815</html>
+OptionPanel.single_backup_directory_path=\uBC31\uC5C5 \uB514\uB809\uD1A0\uB9AC (\uC704\uC758 \uC635\uC158\uC744 \uC120\uD0DD\uD558\uB294 \uACBD\uC6B0)
+OptionPanel.single_backup_directory_path.tooltip=<html>\uAE30\uBCF8\uC0AC\uD56D \uC7AC\uC815\uC758???<freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=\uC2E4\uD589\uC911\uC778 \uD504\uB85C\uADF8\uB7A8\uC5D0\uC11C\uC5D0\uC11C \uD30C\uC77C \uC5F4\uAE30
+OptionPanel.single_instance_force=\uC5B4\uB5A0\uD55C \uACBD\uC6B0\uC5D0 \uB450 \uBC88\uC9F8 \uC2E4\uD589 \uBC29\uC9C0
+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.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_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
+OptionPanel.spelling_opt_suggestions_limit_menu=\uBA54\uB274\uC5D0 \uCD5C\uB300 \uC81C\uC548\uC758 \uAC2F\uC218
+OptionPanel.sr=\uC138\uB974\uBE44\uC544\uC5B4 / \u0441\u0440\u043F\u0441\u043A\u0438
+OptionPanel.standard_template=\uD45C\uC900 \uC11C\uC2DD \uD30C\uC77C
+OptionPanel.standardbackgroundcolor=\uB178\uB4DC \uD45C\uC900 \uBC30\uACBD\uC0C9
+OptionPanel.standardbackgroundcolor.tooltip=<html>HTML \uD45C\uAE30\uBC95\uC758 \uD45C\uC900 \uBC30\uACBD \uC0C9\uC0C1</html>
+OptionPanel.standardcloudcolor=\uAD6C\uB984 \uD45C\uC900 \uC0C9\uC0C1
+OptionPanel.standardcloudcolor.tooltip=<html>HTML \uD45C\uAE30\uBC95\uC758 \uD45C\uC900 \uAD6C\uB984 \uC0C9\uC0C1 </html>
+OptionPanel.standardcloudestyle=\uAD6C\uB984 \uD45C\uC900 \uC2A4\uD0C0\uC77C
+OptionPanel.standardcloudestyle.tooltip=<html>\uD45C\uC900 \uAD6C\uB984 \uC2A4\uD0C0\uC77C. \uD604\uC7AC, '\uBCA0\uC9C0\uC5B4??'\uAC00 \uC9C0\uC6D0\uB429\uB2C8\uB2E4</html>
+OptionPanel.standarddrawrectangleforselection=\uAC70\uD488\uC5D0\uC11C \uC120\uD0DD\uD55C \uB178\uB4DC\uB97C \uBCF4\uAE30
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>\uCCB4\uD06C\uD45C\uC2DC\uB294 \uAC70\uD488 \uC8FC\uBCC0\uC5D0\uC758\uD574 \uC120\uD0DD\uD55C \uB178\uB4DC\uB4E4 \uC785\uB2C8\uB2E4.</html>
+OptionPanel.standardlinkcolor=\uB9C1\uD06C \uD45C\uC900 \uC0C9\uC0C1
+OptionPanel.standardlinkcolor.tooltip=<html>HTML \uD45C\uAE30\uBC95\uC758 \uD45C\uC900 \uC5F0\uACB0 \uC0C9\uC0C1</html>
+OptionPanel.standardlinkestyle=\uB9C1\uD06C \uD45C\uC900 \uC2A4\uD0C0\uC77C
+OptionPanel.standardlinkestyle.tooltip=<html>\uD45C\uC900 \uC5F0\uACB0 \uC2A4\uD0C0\uC77C. \uD604\uC7AC, '\uBCA0\uC9C0\uC5B4??'\uAC00 \uC9C0\uC6D0\uB429\uB2C8\uB2E4.</html>
+OptionPanel.standardselectednodecolor=\uC120\uD0DD\uD55C \uB178\uB4DC\uC758 \uD45C\uC900 \uAE00\uC790\uC0C9
+OptionPanel.standardselectednodecolor.tooltip=<html>\uC120\uD0DD\uD55C \uACBD\uC6B0 \uD45C\uC900 \uB178\uB4DC \uC0C9\uC0C1. HTML \uD45C\uAE30\uBC95 (16 \uC9C4\uC218 \uAC12\uC73C\uB85C #RRGGBB)</html>
+OptionPanel.standardselectednoderectanglecolor=\uC120\uD0DD\uD55C \uB178\uB4DC \uAC70\uD488 \uC0C9\uC0C1
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\uC120\uD0DD\uD55C \uB178\uB4DC\uC758 \uD45C\uC2DC\uD558\uB294 \uAC70\uD488\uC0C9\uC0C1. HTML \uD45C\uAE30\uBC95\uC73C\uB85C (16 \uC9C4\uC218 \uAC12\uC73C\uB85C #RRGGBB)</html>
+OptionPanel.STAR=\uBCC4 \uBAA8\uC591
+OptionPanel.structured_html_import=\uB178\uB4DC \uAD6C\uC870\uB85C HTML \uAC00\uC838\uC624\uAE30\uAE30
+OptionPanel.structured_icon_toolbar=\uAD6C\uC870\uD654\uB41C \uC544\uC774\uCF58 \uB3C4\uAD6C\uBAA8\uC74C
+OptionPanel.summary=\uC694\uC57D
+OptionPanel.sv=\uC2A4\uC6E8\uB374\uC5B4 / svenska
+OptionPanel.text.use_ctrl_key=\uB3C4\uAD6C \uBA54\uB274\uC5D0\uC11C '\uB2E8\uCD95\uD0A4 \uC9C0\uC815'\uC744 \uC774\uC6A9
+OptionPanel.time_for_automatic_save=\uC790\uB3D9\uC800\uC7A5\uD560 \uC2DC\uAC04\uC124\uC815
+OptionPanel.time_for_automatic_save.tooltip=<html> \uC790\uB3D9\uC800\uC7A5 \uD65C\uC131\uD654\uC2DC \uC2DC\uAC04\uAC04\uACA9\uC785\uB2C8\uB2E4.(1/1000\uCD08): \uC790\uB3D9\uC800\uC7A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uC774 \uAC12\uC744 2000000000\uC73C\uB85C \uC124\uC815\uD558\uC138\uC694.</html>
+OptionPanel.time_for_delayed_selection=\uC120\uD0DD\uC2DC \uC9C0\uC5F0\uC2DC\uAC04
+OptionPanel.time_for_delayed_selection.tooltip=<html>\uC120\uD0DD \uB178\uB4DC  (\uBC00\uB9AC\uCD08)\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uAC00 \uB54C\uC758 \uC9C0\uC5F0 \uC2DC\uAC04\uC785\uB2C8\uB2E4.???? \uB9CC\uC57D \uB9C8\uC6B0\uC2A4\uC624\uBC84\uC5D0\uC11C \uC9C1\uC811 \uC120\uD0DD\uD558\uAE30\uB97C \uC6D0\uD55C\uB2E4\uBA74 \uC774 \uAC12\uC744 1\uB85C \uBCC0\uACBD \uD558\uC138\uC694.</html>
+OptionPanel.toolTipManager.dismissDelay=\uC9C0\uC5F0 \uD574\uC81C, ms
+OptionPanel.toolTipManager.initialDelay=\uC9C0\uC5F0 \uCD08\uAE30\uD654 [\uBC00\uB9AC\uCD08]
+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
+OptionPanel.undo_levels.tooltip=<html>\uC2E4\uD589\uCDE8\uC18C \uB0B4\uC5ED\uC744 \uC5BC\uB9C8\uB9CC\uD07C\uC758 \uB2E8\uACC4\uAE4C\uC9C0 \uC800\uC7A5\uD560\uAC83\uC778\uC9C0 \uC124\uC815\uD569\uB2C8\uB2E4.</html>
+OptionPanel.unfold_on_paste=\uB178\uB4DC\uB97C \uC811\uC740 \uC0C1\uD0DC\uB85C \uBD99\uC5EC\uB123\uAE30
+OptionPanel.unfold_on_paste.tooltip=\uBD99\uC5EC\uB123\uAE30\uB098 \uB4DC\uB798\uADF8-\uC564-\uB4DC\uB86D \uC2DC \uB178\uB4DC \uD3BC\uCE58\uAE30
+OptionPanel.use_common_out_point_for_root_node=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC5D0\uC11C \uBAA8\uB4E0 \uC904\uAE30\uB97C \uC2DC\uC791
+OptionPanel.use_common_out_point_for_root_node.tooltip=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC5D0\uC11C \uBAA8\uB4E0 \uC904\uAE30\uB97C \uC2DC\uC791
+OptionPanel.use_tabbed_pane=\uD0ED \uC0AC\uC6A9
+OptionPanel.use_tabbed_pane.tooltip=\uC120\uD0DD\uD558\uC2DC\uBA74 \uB9F5\uC774 \uD0ED\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4 (FireFox \uCC98\uB7FC :-) ).
+OptionPanel.user_defined_screen_resolution=\uC0AC\uC6A9\uC790 \uC815\uC758 \uD654\uBA74 \uD574\uC0C1\uB3C4 (dpi)
+OptionPanel.validate_classpath_needs_readaccess=\uC2A4\uD06C\uB9BD\uD305 : \uD074\uB798\uC2A4 \uACBD\uB85C\uB97C \uC124\uC815\uD560 \uB54C\uC774 \uD30C\uC77C\uC5D0 \uB300\uD55C \uC77D\uAE30 \uAD8C\uD55C\uC744 \uD5C8\uC6A9\uD574\uC57C\uD569\uB2C8\uB2E4!
+OptionPanel.validate_invalid_date_format=\uC798\uBABB\uB41C \uD45C\uC900 \uB0A0\uC9DC \uD615\uC2DD
+OptionPanel.validate_invalid_datetime_format=\uC798\uBABB\uB41C \uD45C\uC900 \uB0A0\uC9DC-\uC2DC\uAC04 \uD615\uC2DD
+OptionPanel.validate_invalid_number_format=\uC798\uBABB\uB41C \uD45C\uC900 \uC22B\uC790 \uD615\uC2DD
+OptionPanel.validate_write_without_read=\uC2A4\uD06C\uB9BD\uD305 : \uC4F0\uAE30/\uD30C\uC77C\uC5D0 \uC77D\uAE30/\uD30C\uC77C\uC744 \uCD94\uAC00\uD558\uB294\uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.
+OptionPanel.validation_error=<html><body>\uC720\uD6A8\uC131 \uC624\uB958:<p><em>{0}</em><p> \uC624\uB958\uB97C \uD574\uACB0 \uD558\uB824\uBA74 \uD658\uACBD\uC124\uC815\uC744 \uBCC0\uACBD \uD558\uC138\uC694.</body></html>
+OptionPanel.validation_warning=<html><body>\uC720\uD6A8\uC131 \uACBD\uACE0:<p><em>{0}</em></body></html>
+OptionPanel.vi=\uBCA0\uD2B8\uB0A8\uC5B4 / Ti\u1EBFng Vi\u1EC7t
+OptionPanel.wheel_velocity=\uC18D\uB3C4
+OptionPanel.wheel_velocity.tooltip=\uB192\uC740 \uAC12\uC740 \uB9F5\uC5D0\uC11C \uB9C8\uC6B0\uC2A4 \uD720\uB85C \uC778\uD55C \uC2A4\uD06C\uB864\uC774 \uBE68\uB77C\uC9C0\uAC8C \uD569\uB2C8\uB2E4.
+OptionPanel.windows=\uC708\uB3C4\uC6B0
+OptionPanel.zh_CN=\uC911\uAD6D\uC5B4 \uAC04\uCCB4 / \u7B80\u4F53\u5B57
+OptionPanel.zh_TW=\uC911\uAD6D\uC5B4 \uBC88\uCCB4 / \u7E41\u9AD4\u5B57
+org.freeplane.plugin.bugreport.agree=\uBCF4\uB0C4
+org.freeplane.plugin.bugreport.always_agree=\uD56D\uC0C1 \uBCF4\uB0C4
+org.freeplane.plugin.bugreport.always_deny=\uC55E\uC73C\uB85C\uB3C4 \uBCF4\uB0B4\uC9C0 \uC54A\uC74C
+org.freeplane.plugin.bugreport.deny=\uBCF4\uB0B4\uC9C0 \uC54A\uC74C
+org.freeplane.plugin.bugreport.dialog.title=\uC790\uB3D9\uC73C\uB85C \uACB0\uD568 \uBCF4\uACE0
+org.freeplane.plugin.bugreport.freeplane_team=\uD504\uB9AC\uD50C\uB808\uC778 \uD300 \uBA54\uC2DC\uC9C0
+org.freeplane.plugin.bugreport.lastreport=\uBC1B\uC740 \uBCF4\uACE0\uC11C
+org.freeplane.plugin.bugreport.never=\uC55E\uC73C\uB85C\uB3C4 \uB3C4\uC6C0 \uC694\uCCAD \uC0AC\uC808
+org.freeplane.plugin.bugreport.question=\uD504\uB9AC\uD50C\uB808\uC778\uC740 \uC790\uB3D9 \uACB0\uD568 \uCD94\uC801 \uC5D4\uC9C4\uC744 \uD0D1\uC81C\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.
+org.freeplane.plugin.bugreport.report=\uD604\uC7AC \uBC84\uADF8 \uC2E0\uACE0\uC11C
+org.freeplane.plugin.bugreport.wanted_bug=\uB0B4\uBD80 \uC624\uB958\uAC00 \uBC1C\uC0DD \uD588\uACE0 \uC774\uB97C \uC790\uB3D9\uC73C\uB85C \uC54C\uB838\uC2B5\uB2C8\uB2E4.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\uB178\uB4DC {0} \uB294 \uC9C0\uC815 \uB418\uC9C0\uC54A\uC558\uC2B5\uB2C8\uB2E4
+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.
+PasteAction.text=\uBD99\uC5EC\uB123\uAE30(&P)
+PasteAttributes.text=\uC18D\uC131 \uBD99\uC5EC\uB123\uAE30(&r)
+PatternNewNameProperty=\uC0C8 \uD328\uD134
+PatternToString.backgroundColor=\uBC30\uACBD\uC0C9
+PatternToString.Child=\uD558\uC704 \uB178\uB4DC \uC2A4\uD0C0\uC77C
+PatternToString.color=\uC0C9
+PatternToString.EdgeColor=\uC904\uAE30 \uC0C9\uC0C1
+PatternToString.EdgeStyle=\uC904\uAE30 \uC2A4\uD0C0\uC77C
+PatternToString.EdgeWidth=\uC904\uAE30 \uB108\uBE44
+PatternToString.FontBold=\uAC15\uC870
+PatternToString.FontItalic=\uAE30\uC6B8\uAC8C
+PatternToString.FontName=\uAE00\uAF34\uC774\uB984
+PatternToString.Icon=\uC544\uC774\uCF58
+PatternToString.NodeFontSize=\uAE00\uC790\uD06C\uAE30
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=\uC77C
+PeriodUnit.HOUR=\uC2DC
+PeriodUnit.MINUTE=\uBD84
+PeriodUnit.MONTH=\uC6D4
+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/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.
+plugins/ScriptEditor.menu_actions=\uB3D9\uC791(&A)
+plugins/ScriptEditor.new_script=\uC0C8 \uC2A4\uD06C\uB9BD\uD2B8
+plugins/ScriptEditor.run=\uC2E4\uD589(&R)
+plugins/ScriptEditor.sign=\uC2A4\uD06C\uB9BD\uD2B8 \uC11C\uBA85\uD558\uAE30...
+plugins/ScriptEditor/window.Result=\uACB0\uACFC:
+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_Icons=\uC544\uC774\uCF58
+plugins/TimeList.xml_Modified=\uC218\uC815\uB428
+plugins/TimeList.xml_Notes=\uB178\uD2B8
+plugins/TimeList.xml_Text=\uD14D\uC2A4\uD2B8
+plugins/TimeManagement.xml_appendButton=\uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0 \uB0A0\uC9DC \uC0BD\uC785
+plugins/TimeManagement.xml_Cancel=\uCDE8\uC18C
+plugins/TimeManagement.xml_cancelButton=\uCDE8\uC18C
+plugins/TimeManagement.xml_closeButton=\uB2EB\uAE30
+plugins/TimeManagement.xml_Export=\uC120\uD0DD\uD55C \uB178\uB4DC \uB0B4\uBCF4\uB0B4\uAE30
+plugins/TimeManagement.xml_Find=\uCC3E\uAE30
+plugins/TimeManagement.xml_Goto=\uAC00\uAE30
+plugins/TimeManagement.xml_hour=\uC2DC\uAC04:
+plugins/TimeManagement.xml_menu_actions=\uC561\uC158
+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\uB2C8\uBA74 \uAE30\uC874\uC758 \uD0C0\uC774\uBA38\uB97C \uC720\uC9C0\uD560\uAE4C\uC694? (NO)</html>
+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
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0 \uC5F0\uACB0\uB41C \uBAA8\uB4E0 \uC54C\uB9BC \uAE30\uB2A5 \uC81C\uAC70.
+plugins/TimeManagement.xml_Replace=\uBC14\uAFB8\uAE30
+plugins/TimeManagement.xml_Replace_All=\uBAA8\uB450 \uBC14\uAFB8\uAE30
+plugins/TimeManagement.xml_Replace_Selected=\uC120\uD0DD\uD55C \uC601\uC5ED \uBC14\uAFB8\uAE30
+plugins/TimeManagement.xml_Select=\uC120\uD0DD
+plugins/TimeManagement.xml_todayButton=\uC624\uB298
+plugins/TimeManagement.xml_WindowTitle=\uC2DC\uAC04 \uAD00\uB9AC
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30
+preferences=\uD658\uACBD \uC124\uC815
+print_preview_title=\uC778\uC1C4 \uBBF8\uB9AC\uBCF4\uAE30
+PrintAction.text=\uB9F5 \uC778\uC1C4(&P)...
+PrintDirectAction.text=\uC778\uC1C4
+printing_settings=\uC778\uC1C4 \uBE44\uC728
+PrintPreviewAction.text=\uC778\uC1C4 \uBBF8\uB9AC\uBCF4\uAE30(&V)...
+PropertyAction.dialog=\uD658\uACBD\uC124\uC815
+PropertyAction.text=\uD658\uACBD\uC124\uC815...
+QuickFilterAction.text=\uBE60\uB978 \uD544\uD130
+QuickFindAction.BACK.text=\uC774\uC804 \uCC3E\uAE30
+QuickFindAction.FORWARD.text=\uB2E4\uC74C \uCC3E\uAE30
+QuickFindAllAction.text=\uBAA8\uB4E0 \uC77C\uCE58\uD558\uB294 \uB178\uB4DC \uC120\uD0DD
+QuickHighlightAction.text=\uBAA8\uB4E0 \uC77C\uCE58\uD558\uB294 \uB178\uB4DC \uB4DC\uB7EC\uB0B4\uAE30
+QuitAction.text=\uC885\uB8CC(&Q)
+read_only=\uC77D\uAE30 \uC804\uC6A9
+ReadScriptError.text=\uC2A4\uD06C\uB9BD\uD2B8 \uC77D\uAE30 \uC624\uB958
+really_convert_to_current_version=<html>\uC774 \uB9F5\uC740 \uC774\uC804 \uBC84\uC804\uC758 \uD504\uB9AC\uD50C\uB808\uC778\uC73C\uB85C \uB9CC\uB4E4\uC5B4\uC84C\uC2B5\uB2C8\uB2E4. <br>\uBCC0\uD658\uD560\uAE4C\uC694(\uAD8C\uC7A5\uD568)? <br>(\uBCC0\uD658\uD558\uC9C0 \uC54A\uC73C\uBA74 \uC9C0\uAE08 \uD615\uD0DC \uADF8\uB300\uB85C \uC778\uC2DD\uB418\uBA70, \uC190\uC0C1\uC758 \uC6B0\uB824\uAC00 \uC788\uC74C) </html>
+really_cut_node=\uB178\uB4DC\uB97C \uC798\uB77C\uB0B4\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+really_execute_script=\uC774 \uB9F5\uC5D0 \uD3EC\uD568\uB41C \uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC815\uB9D0\uB85C \uC2E4\uD589\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uB2F9\uC2E0\uC758 \uCEF4\uD4E8\uD130\uB97C \uC190\uC0C1\uC2DC\uD0AC \uC218 \uC788\uC2B5\uB2C8\uB2E4.
+really_remove_node=\uB178\uB4DC\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+really_remove_notes=\uBA54\uBAA8\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+ReapplyFilterAction.text=\uD544\uD130 \uB3D9\uC791\uC744 \uB2E4\uC2DC \uC801\uC6A9
+red=\uBE68\uAC15
+RedefineStyleAction.text=\uC7AC\uC815\uC758 \uC2A4\uD0C0\uC77C
+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
+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?
+RemoveAllIconsAction.text=\uBAA8\uB4E0 \uC544\uC774\uCF58 \uC0AD\uC81C
+RemoveConnectorAction.text=\uC5F0\uACB0\uC120 \uC81C\uAC70
+RemoveEncryption.text=\uC554\uD638\uC81C\uAC70
+RemoveFormatAction.text=\uD615\uC2DD \uC81C\uAC70
+RemoveIcon_0_Action.text=\uCCAB\uBC88\uC9F8 \uC544\uC774\uCF58 \uC81C\uAC70
+RemoveIconAction.text=\uB9C8\uC9C0\uB9C9 \uC544\uC774\uCF58 \uC0AD\uC81C
+RemoveNoteAction.text=\uBA54\uBAA8 \uC0AD\uC81C
+RemoveNoteAction.tooltip=<html>\uAC00\uB2A5\uD55C?? \uC77C\uBD80\uC758 \uBA54\uBAA8 \uB0B4\uC6A9\uC744 \uC0AD\uC81C\uD569\uB2C8\uB2E4.</html>
+rename=\uC774\uB984 \uBC14\uAFB8\uAE30(&R)
+repair_link=\uB9C1\uD06C \uC218\uC815
+repair_link_question=\uB9C1\uD06C\uB41C \uB9F5\uC744 \uC77D\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC218\uB3D9\uC73C\uB85C \uB9C1\uD06C\uB97C \uC218\uC815\uD558\uACA0\uC2B5\uB2C8\uAE4C?
+replace=\uBC14\uAFB8\uAE30
+replace_shortcut_question=\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4\uB294 \uD604\uC7AC {0} \uC73C\uB85C \uC9C0\uC815\uB418\uC5C8\uC2B5\uB2C8\uB2E4.\n \uBC14\uAFB8\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+replace_shortcut_title=\uB2E8\uCD95\uD0A4\uB97C \uBC14\uAFB8\uACA0\uC2B5\uB2C8\uAE4C?
+ReportBugAction.text=\uACB0\uD568 \uBCF4\uACE0\uD558\uAE30
+RequestFeatureAction.text=\uAE30\uB2A5\uC744 \uC694\uCCAD\uD558\uAE30
+reset_to_default=\uAE30\uBCF8 \uC124\uC815 \uC0AC\uC6A9
+ResetNodeLocationAction.text=\uB178\uB4DC \uC704\uCE58 \uCD08\uAE30\uD654(&P)
+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_styles=\uC2A4\uD0C0\uC77C\uC744 \uC800\uC7A5\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+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.
+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.
+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)...
+ScriptEditor.tooltip=\uD504\uB9AC\uD50C\uB808\uC778\uC5D0\uC11C \uB354 \uD070 \uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC791\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
+ScriptEditorPanel.changed_cancel=\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBCC0\uACBD\uB41C \uB0B4\uC6A9\uC744 \uBB34\uC2DC\uD560\uAE4C\uC694?
+scripting_api_generator_legend=\uBC94\uB840
+scripting_api_generator_proxy=\uD504\uB85D\uC2DC
+scripting_api_generator_title=\uC2A4\uD06C\uB9BD\uD305 API
+scripting_api_generator_utilities=\uC720\uD2F8\uB9AC\uD2F0
+scripting_api_generator_web=\uC6F9 \uC790\uC6D0
+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_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)
+SelectedPasteAction.text=\uC120\uD0DD\uD558\uC5EC \uBD99\uC5EC\uB123\uAE30(&A)...
+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
+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.
+SetLinkAnchorAction.tooltip_anchored=<html>\uBBF8\uB798\uC5D0 \uB300 \uD55C \uC575\uCEE4\uB85C \uC120\uD0DD \uB41C \uB178\uB4DC\uB97C \uC124\uC815 \uD569\uB2C8\uB2E4. <br/>\uB85C\uCEEC \uB610\uB294 \uAE00\uB85C\uBC8C \uB9C1\uD06C\uC758 \uC0DD\uC131.\uD604\uC7AC \uC575\uCEE4:<br/>{0}
+SetLinkByFileChooserAction.text=\uB9C1\uD06C (\uD30C\uC77C\uC120\uD0DD)...
+SetLinkByTextFieldAction.text=\uB9C1\uD06C (\uD14D\uC2A4\uD2B8)...
+SetNodeLink.text=\uB178\uB4DC \uB9C1\uD06C \uC124\uC815...
+SetNoteWindowPosition.bottom.text=\uC544\uB798
+SetNoteWindowPosition.left.text=\uC67C\uCABD
+SetNoteWindowPosition.right.text=\uC624\uB978\uCABD
+SetNoteWindowPosition.top.text=\uC704
+SetShortenerStateAction.text=\uB178\uB4DC \uCD5C\uC18C\uD654
+sf_login_required=\uC18C\uC2A4\uD3EC\uC9C0( http://sourceforge.net )\uC758 \uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
+ShowAllAttributesAction.text=\uBAA8\uB4E0 \uC18D\uC131 \uBCF4\uAE30
+ShowAncestorsAction.text=\uC0C1\uC704 \uB178\uB4DC \uBCF4\uAE30
+ShowAttributeDialogAction.text=\uC18D\uC131(\uC560\uD2B8\uB9AC\uBDF0\uD2B8) \uAD00\uB9AC\uC790 ...
+ShowDescendantsAction.text=\uD558\uC704 \uB178\uB4DC \uBCF4\uAE30
+ShowFilterToolbarAction.text=\uD544\uD130 \uB3C4\uAD6C \uBAA8\uC6C0
+ShowFormatPanel.text=\uC18D\uC131 \uD328\uB110
+ShowFormatPanel.tooltip=\uB178\uB4DC\uC640 \uC904\uAE30\uC758 \uC18D\uC131\uC744 \uD55C \uBC88\uC5D0 \uBCC0\uACBD\uD560 \uC218 \uC788\uB294 \uB300\uD654\uC0C1\uC790\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.
+ShowHideNoteAction.text=\uB178\uD2B8 \uCC3D
+ShowHideNoteAction.tooltip=\uB178\uD2B8 \uD328\uB110\uC774 \uB098\uD0C0\uB098\uAC70\uB098 \uC0AC\uB77C\uC9C0\uAC8C \uD569\uB2C8\uB2E4.
+ShowNextChildAction.text=\uB2E4\uC74C \uD558\uC704 \uB178\uB4DC \uBCF4\uAE30
+ShowNotesInMapAction.text=\uB9F5\uC5D0 \uBA54\uBAA8\uB97C \uD45C\uC2DC
+ShowSelectedAttributesAction.text=\uC120\uD0DD\uD55C \uC18D\uC131 \uBCF4\uAE30
+ShowSelectionAsRectangleAction.text=\uC0AC\uAC01\uD615 \uBAA8\uC591\uC73C\uB85C \uC120\uD0DD \uCF1C\uAE30/\uB044\uAE30
+simplyhtml.aboutFrameTitle=\uD504\uB85C\uADF8\uB7A8 \uC815\uBCF4
+simplyhtml.aboutLabel=SimplyHTML \uC815\uBCF4...
+simplyhtml.alignCenter=\uAC00\uC6B4\uB370
+simplyhtml.alignLabel=\uC815\uB82C:
+simplyhtml.alignLeft=\uC67C\uCABD
+simplyhtml.alignRight=\uC624\uB978\uCABD
+simplyhtml.allCellsRangeLabel=\uBAA8\uB4E0 \uC140
+simplyhtml.allOccurrencesReplaced=\uBAA8\uB4E0 \uD56D\uBAA9\uC744 \uBC14\uAFE8\uC2B5\uB2C8\uB2E4
+simplyhtml.appendTableColLabel=\uCE78 \uCD94\uAC00
+simplyhtml.appendTableRowLabel=\uC904 \uCD94\uAC00
+simplyhtml.applyCellAttrLabel=\uC801\uC6A9
+simplyhtml.backgroundLabel=\uBC30\uACBD:
+simplyhtml.boldItalicName=\uAC15\uC870 \uAE30\uC6B8\uC784
+simplyhtml.boldName=\uAC15\uC870
+simplyhtml.borderColorLabel=\uC0C9\uC0C1:
+simplyhtml.borderWidthLabel=\uB108\uBE44
+simplyhtml.bottomLabel=\uD558\uB2E8:
+simplyhtml.cancelBtnName=\uCDE8\uC18C
+simplyhtml.cellBorderTabLabel=\uD14C\uB450\uB9AC
+simplyhtml.cellGenTabLabel=\uC77C\uBC18
+simplyhtml.cellMarginTabLabel=\uC5EC\uBC31
+simplyhtml.cellPanelTitle=\uC140 \uBAA8\uC591
+simplyhtml.clearFormatLabel=\uAE00\uC790 \uBAA8\uC591 \uC81C\uAC70
+simplyhtml.clearFormatTip=\uAE00\uC790 \uBAA8\uC591 \uC81C\uAC70
+simplyhtml.close=\uB2EB\uAE30
+simplyhtml.closeBtnName=\uB2EB\uAE30
+simplyhtml.colorLabel=\uC0C9
+simplyhtml.copyLabel=\uBCA0\uAEF4\uB450\uAE30
+simplyhtml.copyTip=\uBCA0\uAEF4\uB450\uAE30
+simplyhtml.cTagNameHead1=\uC81C\uBAA9 1
+simplyhtml.cTagNameHead2=\uC81C\uBAA9 2
+simplyhtml.cTagNameHead3=\uC81C\uBAA9 3
+simplyhtml.cTagNameHead4=\uC81C\uBAA9 4
+simplyhtml.cTagNameHead5=\uC81C\uBAA9 5
+simplyhtml.cTagNameHead6=\uC81C\uBAA9 6
+simplyhtml.cTagNameLink=\uB9C1\uD06C
+simplyhtml.cTagNameOL=\uC21C\uC11C\uC788\uB294 \uBAA9\uB85D
+simplyhtml.cTagNamePara=\uBB38\uB2E8
+simplyhtml.cTagNameUL=\uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D
+simplyhtml.cutLabel=\uC798\uB77C\uB0B4\uAE30
+simplyhtml.cutTip=\uC798\uB77C\uB0B4\uAE30
+simplyhtml.defaultDocName=\uC81C\uBAA9\uC5C6\uC74C
+simplyhtml.deleteTableColLabel=\uCE78 \uC0AD\uC81C
+simplyhtml.deleteTableRowLabel=\uC904 \uC0AD\uC81C
+simplyhtml.docTitleQuery=\uC81C\uBAA9 \uC124\uC815:
+simplyhtml.docTitleTitle=\uBB38\uC11C\uC81C\uBAA9 \uD3B8\uC9D1
+simplyhtml.editLabel=\uD3B8\uC9D1
+simplyhtml.effectLabel=\uD6A8\uACFC
+simplyhtml.familyLabel=\uAE00\uAF34
+simplyhtml.findNext=\uB2E4\uC74C \uCC3E\uAE30...
+simplyhtml.findReplaceDialogTitle=\uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30
+simplyhtml.findReplaceLabel=\uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30
+simplyhtml.findReplaceTip=\uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30
+simplyhtml.fontBoldLabel=\uAC15\uC870
+simplyhtml.fontBoldTip=\uAC15\uC870 \uC124\uC815/\uD574\uC81C
+simplyhtml.fontColorLabel=\uBB38\uC790 \uC0C9
+simplyhtml.fontColorTip=\uBB38\uC790 \uC0C9
+simplyhtml.fontDialogTitle=\uAE00\uC790\uBAA8\uC591
+simplyhtml.fontItalicLabel=\uAE30\uC6B8\uC784
+simplyhtml.fontItalicTip=\uAE30\uC6B8\uC784 \uC124\uC815/\uD574\uC81C
+simplyhtml.fontLabel=\uAE00\uAF34...
+simplyhtml.fontTabLabel=\uAE00\uAF34
+simplyhtml.fontTip=\uAE00\uC790\uBAA8\uC591 \uC124\uC815...
+simplyhtml.fontUnderlineLabel=\uBC11\uC904
+simplyhtml.fontUnderlineTip=\uBC11\uC904 \uC124\uC815/\uCDE8\uC18C
+simplyhtml.foregroundLabel=\uAE00\uC790:
+simplyhtml.formatLabel=\uBAA8\uC591
+simplyhtml.formatListLabel=\uBAA9\uB85D...
+simplyhtml.formatListTip=\uBAA9\uB85D \uD615\uD0DC \uBCC0\uACBD
+simplyhtml.formatParaLabel=\uBB38\uB2E8...
+simplyhtml.formatParaTip=\uBB38\uB2E8 \uBAA8\uC591 \uBCC0\uACBD
+simplyhtml.formatTableLabel=\uD45C...
+simplyhtml.formatTableTip=\uD45C \uBAA8\uC591
+simplyhtml.helpLabel=\uB3C4\uC6C0\uB9D0
+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.insertTableRowLabel=\uD589 \uC0BD\uC785
+simplyhtml.insertTableTitle=\uD45C \uC0BD\uC785
+simplyhtml.italicName=\uAE30\uC6B8\uC784
+simplyhtml.layoutTabTitle=\uD3B8\uC9D1\uD654\uBA74 \uBCF4\uAE30
+simplyhtml.leftLabel=\uC67C\uCABD:
+simplyhtml.listDialogTitle=\uD615\uD0DC \uBAA9\uB85D
+simplyhtml.listIndentTitle=\uB4E4\uC5EC\uC4F0\uAE30:
+simplyhtml.listPosInside=\uC548\uCABD
+simplyhtml.listPositionLabel=\uC704\uCE58:
+simplyhtml.listPosOutside=\uBC14\uAE65\uCABD
+simplyhtml.listTypeCircle=\uC6D0
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\uB3D9\uADF8\uB780 \uD30C\uC77C \uC2EC\uBCFC
+simplyhtml.listTypeLabel=\uC885\uB958:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\uC5C6\uC74C
+simplyhtml.listTypeSquare=\uC0AC\uAC01\uD615
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+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.newStyleDefaultName=\uC0C8 \uC2A4\uD0C0\uC77C
+simplyhtml.nextTableCellLabel=\uB2E4\uC74C \uC140
+simplyhtml.noLineLabel=\uC5C6\uC74C
+simplyhtml.noMoreOccurrencesFound=\uB354 \uC774\uC0C1 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
+simplyhtml.okBtnName=\uD655\uC778
+simplyhtml.paddingLabel=\uC548\uCABD
+simplyhtml.paraAlignCenterLabel=\uAC00\uC6B4\uB370 \uC815\uB82C
+simplyhtml.paraAlignCenterTip=\uAC00\uC6B4\uB370\uB85C \uBB38\uB2E8 \uC815\uB82C
+simplyhtml.paraAlignLeftLabel=\uC67C\uCABD \uC815\uB82C
+simplyhtml.paraAlignLeftTip=\uC67C\uCABD\uC73C\uB85C \uBB38\uB2E8 \uC815\uB82C
+simplyhtml.paraAlignRightLabel=\uC624\uB978\uCABD \uC815\uB82C
+simplyhtml.paraAlignRightTip=\uC624\uB978\uCABD\uC73C\uB85C \uBB38\uB2E8 \uC815\uB82C
+simplyhtml.paraStyleDialogTitle=\uBB38\uB2E8 \uC2A4\uD0C0\uC77C
+simplyhtml.paraTabLabel=\uBB38\uB2E8
+simplyhtml.pasteHTMLLabel=HTML \uBD99\uC5EC\uB123\uAE30
+simplyhtml.pasteLabel=\uBD99\uC5EC\uB123\uAE30
+simplyhtml.pastePlainTextLabel=\uC77C\uBC18 \uD14D\uC2A4\uD2B8 \uBD99\uC5EC\uB123\uAE30
+simplyhtml.pasteTip=\uBD99\uC5EC\uB123\uAE30
+simplyhtml.plainName=\uBCF4\uD1B5
+simplyhtml.previewLabel=\uBBF8\uB9AC\uBCF4\uAE30
+simplyhtml.previewText=\uBB38\uC790\uC5F4 \uBBF8\uB9AC\uBCF4\uAE30
+simplyhtml.prevTableCellLabel=\uC774\uC804 \uC140
+simplyhtml.printLabel=\uC778\uC1C4...
+simplyhtml.redoLabel=\uB2E4\uC2DC \uC2E4\uD589
+simplyhtml.redoTip=\uB2E4\uC2DC \uC2E4\uD589
+simplyhtml.replace=\uBC14\uAFB8\uAE30...
+simplyhtml.replaceAll=\uBAA8\uB450
+simplyhtml.replaceDone=\uC644\uB8CC
+simplyhtml.replaceNo=\uC544\uB2C8\uC624
+simplyhtml.replaceThisQuery=\uB300\uCE58\uD560 \uBB38\uC790\uC5F4
+simplyhtml.replaceWith=\uBC14\uAFC0 \uBB38\uC790\uC5F4:
+simplyhtml.replaceYes=\uC608
+simplyhtml.rightLabel=\uC624\uB978\uCABD:
+simplyhtml.searchDown=\uC544\uB798\uB85C \uAC80\uC0C9
+simplyhtml.searchDown.tooltip=\uC704\uC5D0\uC11C \uC544\uB798\uB85C \uAC80\uC0C9\uD569\uB2C8\uB2E4.
+simplyhtml.searchFromStart=\uCC98\uC74C\uBD80\uD130 \uAC80\uC0C9
+simplyhtml.searchFromStart.tooltip=\uCEE4\uC11C \uC704\uCE58 \uB300\uC2E0 \uB9E8 \uC704\uC5D0\uC11C \uAC80\uC0C9\uC744 \uC2DC\uC791\uD569\uB2C8\uB2E4.
+simplyhtml.searchUp=\uC704\uB85C \uAC80\uC0C9
+simplyhtml.searchUp.tooltip=\uC544\uB798\uC5D0\uC11C \uC704\uB85C \uAC80\uC0C9\uD569\uB2C8\uB2E4.
+simplyhtml.selectAllLabel=\uBAA8\uB450 \uC120\uD0DD
+simplyhtml.sizeLabel=\uD06C\uAE30
+simplyhtml.standardStyleName=\uD45C\uC900
+simplyhtml.strikeLabel=\uCDE8\uC18C\uC120
+simplyhtml.styleLabel=\uC2A4\uD0C0\uC77C
+simplyhtml.styleNameInputText=\uC0C8 \uC2A4\uD0C0\uC77C \uC774\uB984?
+simplyhtml.styleNameInputTitle=\uC2A4\uD0C0\uC77C\uC800\uC7A5
+simplyhtml.tableBgColLabel=\uBC30\uACBD\uC0C9:
+simplyhtml.tableDialogTitle=\uD14C\uC774\uBE14 \uBAA8\uC591
+simplyhtml.tableLabel=\uD45C
+simplyhtml.tablePanelTitle=\uD14C\uC774\uBE14 \uBAA8\uC591
+simplyhtml.tableWidthLabel=\uB108\uBE44:
+simplyhtml.textIndentLabel=\uB4E4\uC5EC\uC4F0\uAE30:
+simplyhtml.textToFind=\uCC3E\uC744 \uBB38\uC790\uC5F4:
+simplyhtml.thisCellRangeLabel=\uD604\uC7AC \uC140
+simplyhtml.thisColRangeLabel=\uD604\uC7AC \uC5F4
+simplyhtml.thisRowRangeLabel=\uD604\uC7AC \uD589
+simplyhtml.toggleBulletsLabel=\uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
+simplyhtml.toggleBulletsTip=\uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
+simplyhtml.toggleNumbersLabel=\uC21C\uC11C\uC788\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
+simplyhtml.toggleNumbersTip=\uC21C\uC11C\uC788\uB294 \uBAA9\uB85D \uCF1C\uAE30/\uB044\uAE30
+simplyhtml.topLabel=\uC0C1\uB2E8:
+simplyhtml.uLineLabel=\uBC11\uC904
+simplyhtml.unableToOpenFileError=\uD30C\uC77C\uC744 \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
+simplyhtml.unableToRedoError=\uB2E4\uC2DC \uC2E4\uD589\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4:
+simplyhtml.unableToUndoError=\uC2E4\uD589\uCDE8\uC18C \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4:
+simplyhtml.undoLabel=\uC2E4\uD589 \uCDE8\uC18C
+simplyhtml.undoTip=\uC2E4\uD589 \uCDE8\uC18C
+simplyhtml.valignBaseline=\uBCA0\uC774\uC2A4\uB77C\uC778
+simplyhtml.valignBottom=\uC544\uB798
+simplyhtml.valignLabel=\uC138\uB85C\uC815\uB82C:
+simplyhtml.valignMiddle=\uC911\uAC04
+simplyhtml.valignTop=\uC704
+simplyhtml.wholeWordsOnly=\uC804\uCCB4 \uB2E8\uC5B4 \uC77C\uCE58
+simplyhtml.wholeWordsOnly.tooltip=\uC77C\uCE58\uD558\uB294 \uD56D\uBAA9\uC744 \uC644\uC804\uD55C \uB2E8\uC5B4\uB9CC\uC73C\uB85C \uC81C\uD55C\uD569\uB2C8\uB2E4.
+SortNodes.text=\uD558\uC704 \uB178\uB4DC \uC815\uB82C(&S)
+SortNodes.tooltip=\uBAA8\uB4E0 \uD558\uC704 \uB178\uB4DC\uB4E4\uC744 \uC54C\uD30C\uBCB3 \uC21C\uC73C\uB85C \uC815\uB82C\uD569\uB2C8\uB2E4.
+split=\uB098\uB204\uAE30(&S)
+SplitConditionAction.text=\uB098\uB204\uAE30
+SplitNode.text=\uB178\uB4DC \uB098\uB204\uAE30(&S)
+SplitNode.tooltip=<html>\uB178\uB4DC\uB294 \uB098\uB20C\uC218 \uC5C6\uC2B5\uB2C8\uB2E4.</html>
+STANDARD_FORMAT=\uD45C\uC900
+stop_processing=\uBA48\uCDA4
+StringFlavorHandler=\uB178\uB4DC \uACC4\uCE35 \uAD6C\uC870\uB85C \uC77C\uBC18 \uD14D\uC2A4\uD2B8
+StructuredHtmlFlavorHandler=\uB178\uB4DC \uACC4\uCE35 \uAD6C\uC870\uB85C HTML
+style=\uC2A4\uD0C0\uC77C
+style_already_exists=\uC2A4\uD0C0\uC77C\uC774 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4.
+styledialog.cancel.text=\uCDE8\uC18C
+styledialog.ok.text=\uD655\uC778
+styles=\uC2A4\uD0C0\uC77C(&Y)
+styles.AutomaticLayout=\uB77C\uBCA8 \uC2A4\uD0C0\uC77C\uC744 \uC801\uC6A9
+styles.connection=\uC5F0\uACB0
+styles.date=\uB0A0\uC9DC
+styles.definition=\uC6A9\uC5B4 \uC815\uC758
+styles.description=\uC124\uBA85
+styles.floating_node=\uB5A0 \uC788\uB294 \uB178\uB4DC
+styles.idea=\uC544\uC774\uB514\uC5B4
+styles.important=\uC911\uC694
+styles.key=\uC5F4\uC1E0
+styles.list=\uBAA9\uB85D
+styles.needs_action=\uD589\uB3D9 \uD544\uC694
+styles.note=\uBA54\uBAA8
+styles.ok=\uD655\uC778
+styles.pending=\uBCF4\uB958 \uC911
+styles.predefined=\uBBF8\uB9AC \uC815\uC758 \uB41C \uC2A4\uD0C0\uC77C
+styles.question=\uC9C8\uBB38
+styles.quotation=\uC778\uC6A9
+styles.root_node=\uC2A4\uD0C0\uC77C
+styles.subsubtopic=\uC18C\uC18C\uC8FC\uC81C
+styles.subtopic=\uC18C\uC8FC\uC81C
+styles.topic=\uC8FC\uC81C
+styles.user-defined=\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC2A4\uD0C0\uC77C
+styles.website=\uC6F9\uC0AC\uC774\uD2B8
+styles_menu=\uAC00\uB2A5\uD55C \uC2A4\uD0C0\uC77C
+submenu_keystroke_in_use_error=\uD558\uC704 \uBA54\uB274 {1} \uC5D0 \uB300 \uD55C \uD0A4 {0} \uB97C \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD0A4\uB97C \uC81C\uAC70 \uD569\uB2C8\uB2E4.
+summary_nodes=\uC694\uC57D \uB178\uB4DC
+summary_not_possible=\uD604\uC7AC \uC120\uD0DD \uC601\uC5ED\uC5D0 \uB300\uD574 \uC694\uC57D \uB178\uB4DC\uB97C \uB9CC\uB4E4 \uC218 \uC5C6\uC74C
+SummaryNodeAction.text=\uC694\uC57D \uB178\uB4DC (\uC124\uC815/\uC7AC\uC124\uC815)
+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
+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)
+ToggleDetailsAction.text=\uC138\uBD80\uC815\uBCF4 \uC228\uAE30\uAE30
+ToggleFBarAction.text=F-Bar(\uAE30\uB2A5\uB9C9\uB300)
+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
+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.
+underline=\uBC11\uC904
+UnderlineAction.text=\uBC11\uC904
+underlined=\uBC11\uC904
+UndoAction.text=\uC2E4\uD589 \uCDE8\uC18C(&U)
+UndoFilterAction.text=\uD544\uD130 \uB3D9\uC791 \uB418\uB3CC\uB9AC\uAE30
+unfold=\uD3BC\uCE58\uAE30
+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.
+up=\uC704(&U)
+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
+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_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_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.
+ViewerControllerAction.text=\uC678\uBD80 \uAC1D\uCCB4...
+ViewLayoutTypeAction.OUTLINE.text=\uAC1C\uC694 \uBCF4\uAE30
+WebDocuAction.text=\uC6F9 \uBB38\uC11C
+width=\uB108\uBE44
+wrong_regexp="{0}"\uC740 \uC798\uBABB\uB41C \uC815\uADDC\uC2DD\uC785\uB2C8\uB2E4, \uC624\uB958 {1}
+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.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.
+yes=\uC608
+ZoomInAction.text=\uD655\uB300
+ZoomOutAction.text=\uCD95\uC18C
diff --git a/freeplane/resources/translations/Resources_lt.properties b/freeplane/resources/translations/Resources_lt.properties
index b3aac7c..deb47e1 100644
--- a/freeplane/resources/translations/Resources_lt.properties
+++ b/freeplane/resources/translations/Resources_lt.properties
@@ -1,579 +1,579 @@
-AboutAction.text = Apie
-accessories/plugins/EncryptNode.properties_0 = \u012Eveskite u\u017Ekoduotos at\u0161akos slapta\u017Eod\u012F
-accessories/plugins/EncryptNode.properties_1 = Slapta\u017Eod\u017Eiai nesutampa arba yra per trumpi.
-accessories/plugins/EncryptNode.properties_2 = \u012Eveskite slapta\u017Eod\u012F:
-accessories/plugins/EncryptNode.properties_3 = Pakartokite slapta\u017Eod\u012F:
-accessories/plugins/EncryptNode.properties_4 = \u012Eveskite slapta\u017Eod\u012F.
-accessories/plugins/EncryptNode.properties_5 = <html>Atkreipkite d\u0117mesi, koduot\u0117s stiprumas<br> beveik absoliu\u010Diai priklauso nuo slapta\u017Eod\u017Eio sud\u0117tingumo.
-accessories/plugins/EncryptNode.properties_6 = Gerai
-accessories/plugins/EncryptNode.properties_7 = At\u0161aukti
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Atrakinti ar u\u017Erakinti galite tik u\u017Ekoduotas at\u0161akas. Pirma sukurkite toki\u0105 i\u0161 \u012Eranki\u0173 meniu.
-accessories/plugins/EncryptNode.properties_select_me = Pasirink mane ir prat\u0119sime!
-accessories/plugins/EncryptNode.properties_wrong_password = Klaidingas slapta\u017Eodis.
-accessories/plugins/ExportWithXSLT.tooltip = Standartinis eksportavimo metodas naudojant XSLT skriptus.
-accessories/plugins/ExportWithXSLT_HTML.text = \u012E XHTML (JavaScript versija)...
-accessories/plugins/ExportWithXSLT_HTML3.text = \u012E XHTML (versija su \u017Eem\u0117lapio atvaizdu)...
-add = prid\u0117ti
-AddLocalLinkAction.text = Prid\u0117ti vietin\u0119 nuorod\u0105
-antialias_all = I\u0161lyginti visk\u0105
-antialias_edges = I\u0161lyginti kra\u0161tines
-antialias_none = Nelyginti nieko
-as_parent = Kaip motinin\u0117s
-attributes_attribute = atributai
-attributes_close = u\u017Edaryti
-attributes_deselect_all = Nieko
-attributes_edit = redaguoti
-attributes_popup_edit = redaguoti
-attributes_refresh = atnaujinti
-attributes_visible = matomi
-attributes_visible_tooltip = matomi
-AutomaticLayoutAction.text = Automatinis schemos stilius
-AutomaticLayoutAction.tooltip = <html>Sutvarko \u017Eem\u0117lapio schemos stili\u0173. <br>Pirmas lygis - juodas, antras - m\u0117lynas, etc.</html>
-BackAction.text = Atgal
-background = Fonas
-BlinkingNodeHookAction.text = Mirksinti at\u0161aka
-BlinkingNodeHookAction.tooltip = <html>At\u0161aka ima mirks\u0117ti. B\u016Bkite atsarg\u016Bs. Nesusiekite su daugybe at\u0161ak\u0173 ir <strong> negali b\u016Bti taikomas tai pa\u010Diai at\u0161akai drauge su kitais automatiniais stiliais</strong></html>
-BoldAction.text = Sodrinti
-boldify_branch = Sodrinti
-branch = \u0160aka
-cancel = At\u0161aukti
-CancelAction.text = At\u0161aukti
-cannot_add_parent_diff_parents = Norint panaudoti \u0161i\u0105 funkcij\u0105 visos at\u0161akos turi tur\u0117ti t\u0105 pa\u010Di\u0105 motinin\u0119.
-cannot_add_parent_to_root = \u0160aknis negali tur\u0117ti motinin\u0117s at\u0161akos.
-cannot_join_nodes_with_children = Negaliu sujungti motinini\u0173 ir dukterini\u0173 at\u0161ak\u0173
-cannot_move_to_child = Perkelti motinin\u0119 at\u0161ak\u0105 \u012F dukterin\u0119 - ne\u012Fmanoma.
-CenterAction.text = Centruoti
-ChangeConnectorArrowsAction.backward.text = Atgal
-ChangeConnectorArrowsAction.forward.text = Pirmyn
-choose_background_color = Pasirinkite fono spalv\u0105:
-choose_cloud_color = Pasirinkite debesies spalv\u0105:
-choose_edge_color = Pasirinkite kra\u0161tin\u0117s spalv\u0105
-choose_node_background_color = Pasirinkite fonin\u0119 at\u0161akos spalv\u0105:
-choose_node_color = Pasirinkite at\u0161akos spalv\u0105:
-CloseAction.text = U\u017Edaryti
-CloudAction.text = Debesis
-CloudColorAction.text = Debesies spalva...
-ColorProperty.ResetColor = Atstatyti spalv\u0105
-combined = Kombinuotas
-CopyAction.text = Kopijuoti
-CopySingleAction.text = Kopijuoti vienetin\u012F
-CreationModificationPluginAction.text = Rodyti modifikavimo laikus
-CreationModificationPluginAction.tooltip = <html>\u0160i funkcija seka at\u0161akos suk\u016Brimo ir modifikavimo laikus.</html>
-CutAction.text = I\u0161kirpti
-decrease_branch_font_size = Ma\u017Einti \u0161rift\u0105
-DecreaseNodeFontAction.text = Ma\u017Einti \u0161rift\u0105
-delete = i\u0161trinti
-delete_child = I\u0161trinti at\u0161ak\u0105
-DeleteAction.text = Pa\u0161alinti at\u0161ak\u0105
-DocumentationAction.text = Dokumentacija
-edge = Kra\u0161tin\u0117
-edge_style = Kra\u0161tin\u0117s stilius
-edge_width = Kra\u0161tin\u0117s plotis
-EdgeColorAction.text = Kra\u0161tin\u0117s spalva...
-EdgeStyleAction.bezier.text = Lenktas
-EdgeStyleAction.linear.text = Linijinis
-EdgeStyleAction.sharp_bezier.text = Smailas lenktas
-EdgeStyleAction.sharp_linear.text = Smailas linijinis
-EdgeStyleAsParentAction.text = Kaip motinin\u0117s
-EdgeWidthAction_width_parent.text = Kaip motinin\u0117s
-EdgeWidthAction_width_thin.text = Plonas
-edit = Redaguoti
-edit_link_manually = Redaguoti nuorod\u0105 rankomis...
-EditAction.text = Redaguoti at\u0161ak\u0105
-EditFilterAction.text = redaguoti
-EditLongAction.text = Redaguoti ilg\u0105 at\u0161ak\u0105...
-EncryptedMap.text = Sukurti u\u017Ekoduot\u0105 \u017Eem\u0117lap\u012F ...
-EncryptedMap.tooltip = Sukurti nauj\u0105 u\u017Ekoduot\u0105 \u017Eem\u0117lap\u012F
-enter_base_url = Ketinu \u012Fkelti reliatyvias nuorodas. \u012Eveskite bazin\u0119 URL.
-enter_confirms = 'Enter' patvirtina
-EnterPassword.text = Atrakinti/u\u017Erakinti u\u017Ekoduot\u0105 at\u0161ak\u0105 / \u017Eem\u0117lap\u012F
-error_creating_directory = Nepavyksta sukurti aplanko eksportavimui.
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = Eksportuoti
-ExportBranchToHTMLAction.text = \u0160ak\u0105 \u012F HTML
-ExportPdf.text = \u012E PDF...
-ExportSvg.text = \u012E SVG...
-ExportToHTMLAction.text = \u012E HTML
-ExportToImage.jpg.text = \u012E JPEG...
-ExportToImage.png.text = \u012E PNG...
-ExportToOoWriter.text = \u012E Open Office Writer dokument\u0105...
-ExportToOoWriter.tooltip = I\u0161skleistos at\u0161akos formuoja strukt\u016Br\u0105, suskleistos - dokumento turin\u012F.
-extension_menu = Fizinis stilius
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ
-file = Byla
-file_already_exists = Byla {0} yra sukurta. Ar norite j\u0105 perra\u0161yti?
-file_not_found = Byla {0} nerasta
-filter = filtras
-filter_add = prid\u0117ti
-filter_and = ir
-filter_contains = turi
-filter_delete = i\u0161trinti
-filter_does_not_exist = neegzistuoja
-filter_enter_value = \u012Evesti vert\u0119
-filter_exist = egzistuoja
-filter_icon = piktograma
-filter_is_equal_to = yra tapatus
-filter_is_not_equal_to = n\u0117ra tapatus
-filter_node = at\u0161akos tekstas
-filter_not = ne
-filter_or = ar
-filter_select = pasirinkti
-find_what = Ko ie\u0161koti
-FindAction.text = Rasti...
-fit_map_to_page = Talpinti \u012F vien\u0105 puslap\u012F
-FitToPage.text = Talpinti \u012F puslap\u012F
-FitToPage.tooltip = Nustato rodymo dydi taip, kad visas \u017Eem\u0117lapis tilpt\u0173 lange.
-fold = Suskleisti
-FoldAllAction.text = Suskleisti visk\u0105
-FoldAllAction.tooltip = <html>Suskleid\u017Eia pasirinktas ir visas j\u0173 dukterines at\u0161akas.</html>
-FoldOneLevelAction.text = Suskleisti vienu lygiu
-FoldOneLevelAction.tooltip = <html>Suskleid\u017Eia pasirinktas at\u0161akas vienu lygiu.</html>
-font = \u0160riftas
-FontFamilyAction.text = \u0161riftas
-FontSizeAction.text = \u0161rifto dydis
-format_menu_edge_styles = Kra\u0161tini\u0173 stiliai
-format_menu_edge_widths = Kra\u0161tini\u0173 plo\u010Diai
-FormatCopy.text = Kopijuoti stili\u0173
-FormatCopy.tooltip = <html>Kopijuoja at\u0161akos stili\u0173.</html>
-FormatPaste.text = \u012Ekelti stili\u0173
-FormatPaste.tooltip = <html>\u012Ekelia at\u0161akos stili\u0173.</html>
-ForwardAction.text = Pirmyn
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = Pagalba...
-FreeplaneHelpStarter.tooltip = Freeplane i\u0161pl\u0117stin\u0117 pagalba
-GotoLinkNodeAction.text = Goto nuoroda
-GrabKeyDialog.common.cancel = At\u0161aukti
-GrabKeyDialog.common.ok = Gerai
-GrabKeyDialog.grab-key.assigned-to = Susietas su
-GrabKeyDialog.grab-key.assigned-to.none = Nesusietas
-GrabKeyDialog.grab-key.clear = I\u0161valyti
-GrabKeyDialog.grab-key.remove = Pa\u0161alinti
-GrabKeyDialog.grab-key.remove-ask = Ar tikrai norite pa\u0161alinti \u0161\u012F klavi\u0161o veiksm\u0105?
-GrabKeyDialog.grab-key.title = \u012Eveskite nauj\u0105 klavi\u0161\u0105
-help = Pagalba
-HierarchicalIconsAction.text = Piktogramas rodyti hierarchi\u0161kai
-HierarchicalIconsAction.tooltip = Jei kuri nors mano dukterin\u0117 at\u0161aka turi piktogram\u0105, a\u0161 j\u0105 irgi rodysiu.
-html_export_based_on_headings = HTML Eksportas - Pagal antra\u0161tes
-html_export_fold_all = HTML Eksportas - Suskleisti visk\u0105
-html_export_fold_currently_folded = HTML Eksportas - Suskleisti, kas suskleista
-html_export_no_folding = HTML Eksportas - Nesuskleisti
-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_attach = Pa\u017Ei\u016Br\u0117ti
-icon_back = Atgal
-icon_bee = Freeplane[translate me]
-icon_bell = Prisiminti
-icon_bookmark = Puiku
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Blogai
-icon_button_ok = Gerai
-icon_calendar = Data
-icon_clanbomber = Pavojinga
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Nepamir\u0161ti
-icon_fema = Females[translate me]
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_females = Females[translate me]
-icon_flag = V\u0117liava
-icon_flag-black = Black Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_forward = Pirmyn
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Prioritetas 1
-icon_full-2 = Prioritetas 2
-icon_full-3 = Prioritetas 3
-icon_full-4 = Prioritetas 4
-icon_full-5 = Prioritetas 5
-icon_full-6 = Prioritetas 6
-icon_full-7 = Prioritetas 7
-icon_gohome = Namai
-icon_help = Klausimas
-icon_idea = Id\u0117ja
-icon_info = Info[translate me]
-icon_kaddressbook = Telefonas
-icon_knotify = Muzika
-icon_korn = Pa\u0161to d\u0117\u017Eut\u0117
-icon_ksmiletris = Man linksma
-icon_licq = Smagu
-icon_Mail = Pa\u0161tas
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = Piktogramos
-icon_messagebox_warning = Svarbu
-icon_password = Raktas
-icon_pencil = Per\u017Ei\u016Br\u0117ti
-icon_penguin = Linux
-icon_smily_bad = I'm not amused[translate me]
-icon_stop = Stop
-icon_wizard = Stebuklinga
-icon_xmag = Aptarti
-icon_yes = Svarbu
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Pasirinkti piktogram\u0105...
-IconSelectionPlugin.tooltip = <html>\u010Cia galite pasirinkti piktogram\u0105 i\u0161 sublango.</html>
-import = Importuoti
-import_linked_branch_no_link = Pasirinkta at\u0161aka neturi nuorodos i\u0161 kurios b\u016Bt\u0173 galima importuoti.
-ImportBranchAction.text = \u0160ak\u0105...
-ImportExplorerFavoritesAction.text = Explorerio Favoritus...
-ImportFolderStructureAction.text = Aplank\u0173 strukt\u016Br\u0105...
-ImportLinkedBranchAction.text = Susiet\u0105 \u0161ak\u0105
-ImportLinkedBranchWithoutRootAction.text = (Susiet\u0105 \u0161ak\u0105) be \u0161aknies...
-ImportMindmanagerFiles.text = MindManager X5 \u017Eem\u0117lap\u012F...
-increase_branch_font_size = Didinti \u0161rift\u0105
-IncreaseNodeFontAction.text = Didinti \u0161rift\u0105
-ItalicAction.text = Paversti
-italicise_branch = Paversti
-JoinNodesAction.text = Sujungti at\u0161akas
-less_than_two_selected_nodes = Norint sujungti reikia pasirinkti bent dvi at\u0161akas.
-link_not_available_any_more = Nuoroda nebegalioja. At\u0161aka buvo i\u0161trinta.
-locking_failed_by_open = Nepavyko u\u017Erakinti \u017Eem\u0117lapio {0}. Atidarau kaip read-only.
-locking_failed_by_save_as = Nepavyko u\u017Erakinti \u017Eem\u0117lapio {0}. ''I\u0161saugoti kaip'' sustabdoma.
-locking_old_lock_removed = \u017Dem\u0117lap\u012F {0} u\u017Erakino vartotojas {1}. U\u017Eraktas d\u0117l senaties pa\u0161alintas.
-long_node_changed_cancel = J\u016Bs pakeit\u0117t\u0117 at\u0161ak\u0105. Ar norite at\u0161aukti pakeitimus?
-lots_of_links_warning = J\u016Bs kuriate daug nuorod\u0173 \u012F t\u0105 pa\u010Di\u0105 at\u0161ak\u0105. Ar tikrai norite sukurti \u0161ias nuorodas?
-map_already_exists = Toks \u017Eem\u0117lapis jau sukurtas. Ar norite i\u0161saugoti vietoje jo?
-map_corrupted = \u017Dem\u0117lapis pa\u017Eeistas. Rodyti detales?
-map_locked_by_open = \u017Dem\u0117lapis {0} redaguojamas vartotojo {1}. Atidarau kaip read-only.
-map_locked_by_save_as = \u017Dem\u0117lapis {0} redaguojamas vartotojo {1}. ''I\u0161saugoti kaip'' sustabdoma.
-menu_extras = \u012Erankiai
-menu_file_import = Importuoti
-menu_format = Stilius
-menu_insert = \u012Eterpti
-menu_navigate = Navigacija
-menu_view = \u017Di\u016Bra
-mindmap = \u017Dem\u0117lapis
-mindmaps = \u017Dem\u0117lapiai
-mindmaps_desc = \u017Dem\u0117lapiai (*.mm)
-mode_na = Re\u017Eimas nepasiekiamas
-mode_status = Re\u017Eimas pakeistas \u012F {0} re\u017Eim\u0105
-mode_title = Freeplane - {0} Re\u017Eimas
-modes = Re\u017Eimai
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Pastarosios bylos
-MoveToRootAction.text = Kelti \u012F \u0161akn\u012F
-NavigationNextMapAction.text = Kitas \u017Eem\u0117lapis
-NavigationPreviousMapAction.text = Ankstesnis \u017Eem\u0117lapis
-new_mindmap = Naujas \u017Eem\u0117lapis
-new_node = Nauja at\u0161aka
-new_node_as_sibling_not_possible_for_the_root = \u0160aknis negali tur\u0117ti broli\u0161k\u0173 at\u0161ak\u0173
-NewChildAction.text = Nauja dukterin\u0117 at\u0161aka
-NewMapAction.text = Nauji
-NewParentNode.text = Nauja motinin\u0117 at\u0161aka
-NewParentNode.tooltip = <html>Pasirinktos at\u0161akos jungiamos prie naujos motinin\u0117s.</html>
-NewPreviousSiblingAction.text = Nauja ankstesn\u0117 broli\u0161ka at\u0161aka
-NewSiblingAction.text = Nauja broli\u0161ka at\u0161aka
-no = Ne
-no_format_copy_before_format_paste = Negalite \u012Fkelti stiliaus, kol jis n\u0117ra nukopijuotas.
-no_found_from = Nerastas "{0}" i\u0161 "{1}".
-no_more_found_from = Daugiau "{0}" nerasta i\u0161 "{1}".
-no_previous_find = Ankstesni\u0173 nerasta.
-node = At\u0161aka
-node_changed_discard_changes = J\u016Bs pakeit\u0117t\u0117 at\u0161ak\u0105. Ar norite at\u0161aukti pakeitimus?
-NodeBackgroundColorAction.text = Fonin\u0117 at\u0161akos spalva...
-NodeColorAction.text = At\u0161akos spalva...
-NodeColorBlendAction.text = Atskiesti spalv\u0105
-NodeDownAction.text = At\u0161ak\u0105 \u017Eemyn
-NodeListAction.text = Rodyti \u017Eem\u0117lapio istorij\u0105 ...
-NodeListAction.tooltip = Visos at\u0161akos rodomos su suk\u016Brimo/modifikavimo laiku.
-NodeShapeAction.bubble.text = Balionas
-NodeShapeAction.fork.text = \u0160akut\u0117
-NodeUpAction.text = At\u0161ak\u0105 auk\u0161tyn
-nonboldify_branch = At\u0161aukti sodrinim\u0105
-nonitalicise_branch = At\u0161aukti pvertim\u0105
-normal = Normaliai
-not_saved_for_link_error = \u017Dem\u0117lapis turi b\u016Bti i\u0161saugotas, prie\u0161 nustatant nuoroda bylos pasirinkimo b\u016Bdu
-ok = Gerai
-OKAction.text = Gerai
-OpenAction.text = Atverti...
-OpenFreeplaneSiteAction.text = Freeplane's Homepage[translate me]
-option_changes_may_require_restart = Norint aktyvuoti pakeitimus, veikiausiai reik\u0117s perkrauti Freeplane.
-OptionalDontShowMeAgainDialog.dontShowAgain = Don't ask me again.[translate me]
-OptionPanel.absolute = Absoliutus
-OptionPanel.antialias = I\u0161lyginimas
-OptionPanel.antialias.tooltip = <html>Vizualin\u0117 \u017Eem\u0117lapio kokyb\u0117. Kuo daugiau i\u0161lyginimo, tuo didesnis kompiuterio apkrovimas.</html>
-OptionPanel.antialias_all = I\u0161lyginti visk\u0105
-OptionPanel.antialias_edges = I\u0161lyginti kra\u0161tines
-OptionPanel.antialias_none = Jokio i\u0161lyginimo
-OptionPanel.Appearance = I\u0161vaizda
-OptionPanel.ar = Ar[translate me]
-OptionPanel.as_parent = Kaip motinin\u0117
-OptionPanel.automatic = Automatin\u0117
-OptionPanel.Behaviour = Elgsena
-OptionPanel.bezier = Lenktas
-OptionPanel.bubble = Balionas
-OptionPanel.Cancel = At\u0161aukti
-OptionPanel.combined = Kombinuotas
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Standartinis
-OptionPanel.default_browser_command_mac = Standartin\u0117s nar\u0161ykl\u0117s komanda Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> ir MAC: (a\u010Di\u016B Nick!)</html>
-OptionPanel.default_browser_command_other_os = Standartin\u0117s nar\u0161ykl\u0117s komanda kitoms OS
-OptionPanel.default_browser_command_other_os.tooltip = <html> Tai da\u017Eniausiai yra Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Standartin\u0117s nar\u0161ykl\u0117s komanda Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Windows ("" simboliai reikalingi d\u0117l nuorod\u0173 turin\u010Di\u0173 "=" savo URL).</html>
-OptionPanel.default_browser_command_windows_nt = Standartin\u0117s nar\u0161ykl\u0117s komanda Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Windows ("" simboliai reikalingi d\u0117l nuorod\u0173 turin\u010Di\u0173 "=" savo URL).</html>
-OptionPanel.Defaults = Standartai
-OptionPanel.delete_automatic_saves_at_exit = I\u0161jungiant program\u0105 i\u0161trinti automatinius i\u0161saugojimus
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Jei automatiniai i\u0161saugojimai turi b\u016Bti i\u0161trinami normaliai i\u0161jungiant program\u0105 Freeplane kintam\u0105j\u012F nustato kaip 'true'</html>
-OptionPanel.disable_cursor_move_paper = I\u0161jungti ne\u0161ant\u012F kursori\u0173
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Nerodyti ne\u0161an\u010Dio kursoriaus piktogramos, kol "ne\u0161amas" \u017Eem\u0117lapis</html>
-OptionPanel.el__enter_confirms_by_default = Standarti\u0161kai 'Enter' patvirtina
-OptionPanel.el__max_default_window_height = Maksimalus standartinis lango auk\u0161tis
-OptionPanel.el__max_default_window_width = Maksimalus standartinis lango plotis
-OptionPanel.el__min_default_window_height = Minimalus standartinis lango auk\u0161tis
-OptionPanel.el__min_default_window_width = Minimalus standartinis lango plotis
-OptionPanel.el__position_window_below_node = Lang\u0105 d\u0117ti \u017Eemiau at\u0161akos
-OptionPanel.en = En
-OptionPanel.Environment = Aplinka
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Eksperimentinis bylos rakinimas
-OptionPanel.experimental_file_locking_on.tooltip = <html> Eksperimentin\u0117 galimyb\u0117</html>
-OptionPanel.export_icons_in_html = Eksportuoti piktogramas \u012F HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Nurodyti ar HTML eksportuoti i\u0161 Freeplane turi b\u016Bti su piktogramomis. Problema yra, kad gana da\u017Enai eksportuotose HTML nuorodos \u012F piktogramas nerandamos.</html>
-OptionPanel.Files = Bylos
-OptionPanel.first = Pirmas
-OptionPanel.foldingsymbolwidth = Suskleidimo simbolio plotis
-OptionPanel.foldingsymbolwidth.tooltip = <html>Diametras apskritimo, \u017Eymin\u010Dio suskleistas \u0161akas</html>
-OptionPanel.fork = \u0160akut\u0117
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr[translate me]
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Pagal antra\u0161tes
-OptionPanel.html_export_fold_all = Suskleisti visk\u0105
-OptionPanel.html_export_fold_currently_folded = Suskleisti, kas suskleista
-OptionPanel.html_export_folding = HTML eksportavimas suskleidus
-OptionPanel.html_export_no_folding = Nesuskleisti
-OptionPanel.hu = Hu
-OptionPanel.icon = piktograma
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Klavi\u0161ai
-OptionPanel.ko = Kr
-OptionPanel.label_font_size = Font Size[translate me]
-OptionPanel.language = Kalba
-OptionPanel.language.tooltip = <html>Pasirenkama programos naudojama kalba. 'automatin\u0117' bando \u012Fkrauti vartotojo sistemoje nustatyt\u0105 kalb\u0105. </html>
-OptionPanel.last = Paskutinis
-OptionPanel.last_opened_list_length = Pastar\u0173j\u0173 byl\u0173 s\u0105ra\u0161o ilgis
-OptionPanel.linear = Linijinis
-OptionPanel.links = Nuorodos
-OptionPanel.links.tooltip = <html>Nustatykite absoliu\u010Dias arba reliatyvias nuorodas </html>
-OptionPanel.lookandfeel = Look and Feel
-OptionPanel.lookandfeel.tooltip = <html>Look&Feel. Palaikomi - 'metal', 'windows', 'motif', 'gtk', 'mac' skirtas tik MacOS. Jei norite \u012Fjungti savo L&F, \u012Fveskite class vard\u0105 ir \u012Fsitikinkite ar atatinkamos jar bylos \u012Fkrautos. Jei susiduriate su problemomis, pasirinkitie 'nieko'.</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Maksimalus at\u0161akos plotis
-OptionPanel.max_node_width.tooltip = <html>Maksimalus at\u0161akos plotis ta\u0161kais</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn[translate me]
-OptionPanel.nothing = Nieko
-OptionPanel.number_of_different_files_for_automatic_save = Automatiniam i\u0161saugojimui skirt\u0173 skirting\u0173 byl\u0173 skai\u010Dius
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> skai\u010Dius n skirting\u0173 byl\u0173, kur bus i\u0161saugojami \u017Eem\u0117lapiai. Pirmas automatinis i\u0161saugojimas daromas \u012F pirm\u0105 byl\u0105, antras - \u012F antr\u0105, ir taip iki n+1, kuris v\u0117l i\u0161saugojamas \u012F pirm\u0105j\u0105 byl\u0105 (cikli\u0161kumas)</html>
-OptionPanel.OK = I\u0161saugoti
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Nauj\u0173 \u0161ak\u0173 vieta
-OptionPanel.placenewbranches.tooltip = <html>Kur d\u0117ti naujas \u0161akas. Palaikomos vert\u0117s - 'pirmas' ir 'paskutinis' </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Reliatyvus
-OptionPanel.ru = Ru
-OptionPanel.selection_method = Pasirinkimo metodas
-OptionPanel.selection_method.tooltip = <html> galite ijungti/i\u0161jungti u\u017Edelsto pasirinkimo schem\u0105. Auto parinktys. Nemodifikuokite j\u0173, nes jos bus i\u0161saugotos \u012F auto.properties bet kokiu atveju.</html>
-OptionPanel.selection_method_by_click = Spragtelint
-OptionPanel.selection_method_delayed = U\u017Edelstas
-OptionPanel.selection_method_direct = Rodant
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Modeliai
-OptionPanel.separator.anti_alias = I\u0161lyginimas
-OptionPanel.separator.attributes = atributai
-OptionPanel.separator.automatic_save = Automatinis i\u0161saugojimas
-OptionPanel.separator.behaviour = Elgsena
-OptionPanel.separator.browser = Nar\u0161ykl\u0117
-OptionPanel.separator.commands_for_the_program = Komandos programai
-OptionPanel.separator.default_colors = Standartin\u0117s spalvos
-OptionPanel.separator.default_fonts = Standartiniai \u0161riftai
-OptionPanel.separator.default_styles = Standartiniai stiliai
-OptionPanel.separator.edit_long_node_window = Ilgos at\u0161akos redagavimo langas
-OptionPanel.separator.files = Bylos
-OptionPanel.separator.html_export = HTML eksportas
-OptionPanel.separator.hyperlink_types = Nuorod\u0173 tipai
-OptionPanel.separator.icon_properties = Piktogramos
-OptionPanel.separator.initial_map_size = Pradinis \u017Eem\u0117lapio dydis
-OptionPanel.separator.key_typing = U\u017Era\u0161ymas
-OptionPanel.separator.language = Kalba
-OptionPanel.separator.look_and_feel = Look and Feel
-OptionPanel.separator.new_node_commands = Naujos at\u0161akos komandos
-OptionPanel.separator.node_editing_commands = At\u0161akos redagavimo komandos
-OptionPanel.separator.node_navigation_commands = At\u0161akos navigavimo komandos
-OptionPanel.separator.other_defaults = Kiti standartiniai nustatymai
-OptionPanel.separator.patterns = Modeliai
-OptionPanel.separator.save = I\u0161saugoti
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = Pasirinkimo metodas
-OptionPanel.separator.undo = At\u0161aukti
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Standartin\u0117 fono spalva
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standartin\u0117 fono spalva pagal html \u017Eym\u0117jim\u0105 </html>
-OptionPanel.standardcloudcolor = Standartin\u0117 debesies spalva
-OptionPanel.standardcloudcolor.tooltip = <html>Standartin\u0117 debesies spalva pagal html \u017Eym\u0117jim\u0105 </html>
-OptionPanel.standardcloudestyle = Standartinis debesies stilius
-OptionPanel.standardcloudestyle.tooltip = <html>Standartinis debesies stilius. Kol kas palaikomas tik 'lenktas'</html>
-OptionPanel.standardlinkcolor = Standartin\u0117 jungties spalva
-OptionPanel.standardlinkcolor.tooltip = <html>Standartin\u0117 jungties spalva pagal html \u017Eym\u0117jim\u0105 </html>
-OptionPanel.standardlinkestyle = Standartinis jungties stilius
-OptionPanel.standardlinkestyle.tooltip = <html>Standartinis jungties stilius. Kol kas palaikomas tik 'lenktas'</html>
-OptionPanel.standardselectednodecolor = Standartin\u0117 pasirinktos at\u0161akos spalva
-OptionPanel.standardselectednodecolor.tooltip = <html>Standartin\u0117 pasirinktos at\u0161akos spalva. Pagal html \u017Eym\u0117jim\u0105 (#RRGGBB hex vert\u0117se) </html>
-OptionPanel.sv = Se[translate me]
-OptionPanel.time_for_automatic_save = Automatinio i\u0161saugojimo laikas
-OptionPanel.time_for_automatic_save.tooltip = <html> laikas tarp automatini\u0173 i\u0161saugojim\u0173 (msek): Jei norite i\u0161jungti automatin\u012F i\u0161saugojim\u0105, nustatykite skai\u010Di\u0173 2000000000.</html>
-OptionPanel.time_for_delayed_selection = U\u017Edelsimo laikas
-OptionPanel.time_for_delayed_selection.tooltip = <html> Pasirinkimo u\u017Edelsimo laikas (msek), kai pelyt\u0117 yra vir\u0161 at\u0161akos. Nustatykite 1 jei norite tu\u010Dtuojau pasirinkti tik u\u017Evedus pelyt\u0119.</html>
-OptionPanel.tr = Tr[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Puslapio nustatymas...
-PasteAction.text = \u012Ekelti
-PatternToString.EdgeStyle = Kra\u0161tin\u0117s stilius
-PatternToString.EdgeWidth = Kra\u0161tin\u0117s plotis
-PatternToString.FontBold = Sodrinti
-PatternToString.Icon = piktograma
-PatternToString.NodeFontSize = Font Size[translate me]
-plugins/ScriptEditor.exit = Save and Exit[translate me]
-plugins/ScriptEditor/window.title = Script Editor[translate me]
-plugins/TimeList.xml_Created = Sukurtas
-plugins/TimeList.xml_Date = Data
-plugins/TimeList.xml_Icons = Piktogramos
-plugins/TimeList.xml_Modified = Modifikuotas
-plugins/TimeList.xml_Text = Tekstas
-plugins/TimeManagement.xml_appendButton = \u012Eterpti dat\u0105 \u012F pasirinktas at\u0161akas
-plugins/TimeManagement.xml_Cancel = At\u0161aukti
-plugins/TimeManagement.xml_cancelButton = At\u0161aukti
-plugins/TimeManagement.xml_closeButton = u\u017Edaryti
-plugins/TimeManagement.xml_hour = Valandos:
-plugins/TimeManagement.xml_minute = Minut\u0117s:
-plugins/TimeManagement.xml_reminderButton = Priminimas nurodyt\u0105 dat\u0105
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Paspaudus nustatoma nurodyta data. Mirksin\u010Dios piktogramos atkreips j\u016Bs\u0173 d\u0117mes\u012F.<br> U\u017Edarius \u017Eem\u0117lap\u012F, taimeriai aktyvuojami v\u0117l j\u012F atidarius.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Kol kas at\u0161akai gali b\u016Bti nustatomas tik vienas priminimas. <br>Dabartinis priminimas nustatytas {0,date} {0,time}, j\u016Bs\u0173 pasirinkimas yra {1,date} {1,time}. <br><br>Ar norite pakeisti priminimo laik\u0105 (TAIP) <br>ar nor\u0117tum\u0117te palikti sen\u0105j\u012F (NE)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Priminimas nustatytas {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Pa\u0161alinti priminim\u0105
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Pa\u0161alinti visus priminimus susietus su pasirinktomis at\u0161akomis.
-plugins/TimeManagement.xml_todayButton = \u0160iandien
-plugins/TimeManagement.xml_WindowTitle = Laiko valdymas
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Search & Replace[translate me]
-preferences = Pasirinkimai
-PrintAction.text = Spausdinti...
-PrintDirectAction.text = Spausdinti
-printing_settings = Spausdinimo mastelis
-PropertyAction.text = Pasirinkimai ...
-QuitAction.text = Palikti
-read_only = Read Only
-RedoAction.text = Gr\u0105\u017Einti
-RedoFilterAction.text = Gr\u0105\u017Einti
-ReminderHookAction.text = Pa\u0161alinti priminim\u0105
-ReminderHookAction.tooltip = Pa\u0161alina priminim\u0105 i\u0161 at\u0161akos.
-RemoveAllIconsAction.text = Pa\u0161alinti visas piktogramas
-RemoveIconAction.text = Pa\u0161alinti paskutin\u0119 piktogram\u0105
-repair_link = Taisyti nuorod\u0105
-repair_link_question = Negaliu \u012Fkrauti nurodyto \u017Eem\u0117lapio. Taisyti nuorod\u0105 rankomis?
-ResetNodeLocationAction.text = Gr\u0105\u017Einti \u012Fprastin\u0119 pozicij\u0105
-save_failed = Nepavyko i\u0161saugoti \u017Eem\u0117lapio {0}.
-save_unsaved = I\u0161saugoti \u0161\u012F \u017Eem\u0117lap\u012F? :
-SaveAction.text = I\u0161saugoti
-SaveAsAction.text = I\u0161saugoti kaip...
-saved = I\u0161saugotas
-scheme_evaluate = \u012Evertinkite!
-select_favorites_folder = Pasirinkite aplank\u0105, kuriame bus laikomi j\u016Bs\u0173 favoritai
-select_folder_for_importing = Pasirinkite aplank\u0105 importavimui
-SelectAllAction.text = Pasirinkti visk\u0105 kas matoma
-SelectBranchAction.text = Pasirinkti matom\u0105 \u0161ak\u0105
-selection_method_by_click = Pasirinkimas spragtel\u0117jimu
-selection_method_delayed = U\u017Edelstas automatinis pasirinkimas
-selection_method_direct = Pasirinkimas rodymu
-SetImageByFileChooserAction.text = Paveiksl\u0117lis (Bylos pasirinkimas arba nuoroda)...
-SetLinkByFileChooserAction.text = Nuoroda (Bylos pasirinkimas)...
-SetLinkByTextFieldAction.text = Nuoroda (Teksto laukelis)...
-ShowAncestorsAction.text = rodyti prot\u0117vius
-simplyhtml.alignLabel = Alignment\:[translate me]
-simplyhtml.boldName = bold[translate me]
-simplyhtml.borderWidthLabel = Plotis
-simplyhtml.cancelBtnName = At\u0161aukti
-simplyhtml.close = u\u017Edaryti
-simplyhtml.closeBtnName = u\u017Edaryti
-simplyhtml.copyLabel = Kopijuoti
-simplyhtml.cTagNameHead3 = Heading 3[translate me]
-simplyhtml.cutLabel = I\u0161kirpti
-simplyhtml.defaultDocName = Untitled[translate me]
-simplyhtml.editLabel = redaguoti
-simplyhtml.fontBoldLabel = Sodrinti
-simplyhtml.fontColorLabel = Text Color[translate me]
-simplyhtml.fontColorTip = Text Color[translate me]
-simplyhtml.fontItalicLabel = Paversti
-simplyhtml.fontTabLabel = \u0160riftas
-simplyhtml.fontUnderlineLabel = Pabraukti
-simplyhtml.foregroundLabel = Foreground\:[translate me]
-simplyhtml.helpLabel = Pagalba
-simplyhtml.listTypeSquare = square bullet[translate me]
-simplyhtml.okBtnName = Gerai
-simplyhtml.pasteLabel = \u012Ekelti
-simplyhtml.redoLabel = Gr\u0105\u017Einti
-simplyhtml.replaceNo = Ne
-simplyhtml.replaceYes = Taip
-simplyhtml.styleLabel = Stilius
-simplyhtml.styleNameInputText = Name of new style?[translate me]
-simplyhtml.topLabel = top\:[translate me]
-simplyhtml.uLineLabel = Pabraukti
-simplyhtml.undoLabel = At\u0161aukti
-simplyhtml.valignLabel = Vert. Alignment\:[translate me]
-split = Perskirti
-style = Stilius
-svg = SVG[translate me]
-TimeListAction.text = Rodyti laiko tvarkara\u0161t\u012F ...
-TimeListAction.tooltip = Rodo visus nustatytus laikus ir atatinkamas at\u0161akas.
-TimeManagementAction.text = Rodyti kalendori\u0173...
-TimeManagementAction.tooltip = <html>Rodo kalendoriaus modul\u012F sukurta Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = (i\u0161/su)skleisti dukterines at\u0161akas
-ToggleFoldedAction.text = I\u0161skleisti/suskleisti
-ToggleFullScreenAction.text = Full screen mode[translate me]
-ToggleLeftToolbarAction.text = \u012Ejungti/i\u0161jungti \u012Frankius kair\u0117je
-ToggleMenubarAction.text = \u012Ejungti/i\u0161jungti meniu
-ToggleToolbarAction.text = \u012Ejungti/i\u0161jungti \u012Frankius
-undefined_error = Netik\u0117ta klaida. Pra\u0161ome prane\u0161ti programos k\u016Br\u0117jams.
-underline = Pabraukti
-underlined = Pabrauktas
-UndoAction.text = At\u0161aukti
-UndoFilterAction.text = At\u0161aukti
-unfold = I\u0161skleisti
-UnfoldAllAction.text = I\u0161skleisti visk\u0105
-UnfoldAllAction.tooltip = <html>I\u0161skleid\u017Eia pasirinktas ir visas j\u0173 dukterines at\u0161akas.</html>
-UnfoldOneLevelAction.text = I\u0161skleisti vienu lygiu
-UnfoldOneLevelAction.tooltip = <html>I\u0161skleid\u017Eia pasirinktas at\u0161akas vienu lygiu.</html>
-UpdateCheckAction.text = Check for Updates[translate me]
-url_error = \u0160is URL blogai suformuotas!
-url_load_error = Negaliu \u012Fkrauti \u017Eem\u0117lapio pagal URL:
-UsePlainTextAction.text = Use Plain Text[translate me]
-user_defined_zoom = Vartotojo nustatytas.
-user_defined_zoom_status_bar = Kei\u010Diu artinim\u0105 \u012F vartotojo nustatyt\u0105j\u012F: {0}%.
-user_zoom = Spausdinimo m\u0105stelis: (0.0 - 2.0):
-width = Plotis
-yes = Taip
-ZoomInAction.text = Priartinti
-ZoomOutAction.text = Nutolinti
+AboutAction.text=Apie
+accessories/plugins/EncryptNode.properties_0=\u012Eveskite u\u017Ekoduotos at\u0161akos slapta\u017Eod\u012F
+accessories/plugins/EncryptNode.properties_1=Slapta\u017Eod\u017Eiai nesutampa arba yra per trumpi.
+accessories/plugins/EncryptNode.properties_2=\u012Eveskite slapta\u017Eod\u012F:
+accessories/plugins/EncryptNode.properties_3=Pakartokite slapta\u017Eod\u012F:
+accessories/plugins/EncryptNode.properties_4=\u012Eveskite slapta\u017Eod\u012F.
+accessories/plugins/EncryptNode.properties_5=<html>Atkreipkite d\u0117mesi, koduot\u0117s stiprumas<br> beveik absoliu\u010Diai priklauso nuo slapta\u017Eod\u017Eio sud\u0117tingumo.
+accessories/plugins/EncryptNode.properties_6=Gerai
+accessories/plugins/EncryptNode.properties_7=At\u0161aukti
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Atrakinti ar u\u017Erakinti galite tik u\u017Ekoduotas at\u0161akas. Pirma sukurkite toki\u0105 i\u0161 \u012Eranki\u0173 meniu.
+accessories/plugins/EncryptNode.properties_select_me=Pasirink mane ir prat\u0119sime!
+accessories/plugins/EncryptNode.properties_wrong_password=Klaidingas slapta\u017Eodis.
+accessories/plugins/ExportWithXSLT.tooltip=Standartinis eksportavimo metodas naudojant XSLT skriptus.
+accessories/plugins/ExportWithXSLT_HTML.text=\u012E XHTML (JavaScript versija)...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u012E XHTML (versija su \u017Eem\u0117lapio atvaizdu)...
+add=prid\u0117ti
+AddLocalLinkAction.text=Prid\u0117ti vietin\u0119 nuorod\u0105
+antialias_all=I\u0161lyginti visk\u0105
+antialias_edges=I\u0161lyginti kra\u0161tines
+antialias_none=Nelyginti nieko
+as_parent=Kaip motinin\u0117s
+attributes_attribute=atributai
+attributes_close=u\u017Edaryti
+attributes_deselect_all=Nieko
+attributes_edit=redaguoti
+attributes_popup_edit=redaguoti
+attributes_refresh=atnaujinti
+attributes_visible=matomi
+attributes_visible_tooltip=matomi
+AutomaticLayoutAction.text=Automatinis schemos stilius
+AutomaticLayoutAction.tooltip=<html>Sutvarko \u017Eem\u0117lapio schemos stili\u0173. <br>Pirmas lygis - juodas, antras - m\u0117lynas, etc.</html>
+BackAction.text=Atgal
+background=Fonas
+BlinkingNodeHookAction.text=Mirksinti at\u0161aka
+BlinkingNodeHookAction.tooltip=<html>At\u0161aka ima mirks\u0117ti. B\u016Bkite atsarg\u016Bs. Nesusiekite su daugybe at\u0161ak\u0173 ir <strong> negali b\u016Bti taikomas tai pa\u010Diai at\u0161akai drauge su kitais automatiniais stiliais</strong></html>
+BoldAction.text=Sodrinti
+boldify_branch=Sodrinti
+branch=\u0160aka
+cancel=At\u0161aukti
+CancelAction.text=At\u0161aukti
+cannot_add_parent_diff_parents=Norint panaudoti \u0161i\u0105 funkcij\u0105 visos at\u0161akos turi tur\u0117ti t\u0105 pa\u010Di\u0105 motinin\u0119.
+cannot_add_parent_to_root=\u0160aknis negali tur\u0117ti motinin\u0117s at\u0161akos.
+cannot_join_nodes_with_children=Negaliu sujungti motinini\u0173 ir dukterini\u0173 at\u0161ak\u0173
+cannot_move_to_child=Perkelti motinin\u0119 at\u0161ak\u0105 \u012F dukterin\u0119 - ne\u012Fmanoma.
+CenterAction.text=Centruoti
+ChangeConnectorArrowsAction.backward.text=Atgal
+ChangeConnectorArrowsAction.forward.text=Pirmyn
+choose_background_color=Pasirinkite fono spalv\u0105:
+choose_cloud_color=Pasirinkite debesies spalv\u0105:
+choose_edge_color=Pasirinkite kra\u0161tin\u0117s spalv\u0105
+choose_node_background_color=Pasirinkite fonin\u0119 at\u0161akos spalv\u0105:
+choose_node_color=Pasirinkite at\u0161akos spalv\u0105:
+CloseAction.text=U\u017Edaryti
+CloudAction.text=Debesis
+CloudColorAction.text=Debesies spalva...
+ColorProperty.ResetColor=Atstatyti spalv\u0105
+combined=Kombinuotas
+CopyAction.text=Kopijuoti
+CopySingleAction.text=Kopijuoti vienetin\u012F
+CreationModificationPluginAction.text=Rodyti modifikavimo laikus
+CreationModificationPluginAction.tooltip=<html>\u0160i funkcija seka at\u0161akos suk\u016Brimo ir modifikavimo laikus.</html>
+CutAction.text=I\u0161kirpti
+decrease_branch_font_size=Ma\u017Einti \u0161rift\u0105
+DecreaseNodeFontAction.text=Ma\u017Einti \u0161rift\u0105
+delete=i\u0161trinti
+delete_child=I\u0161trinti at\u0161ak\u0105
+DeleteAction.text=Pa\u0161alinti at\u0161ak\u0105
+DocumentationAction.text=Dokumentacija
+edge=Kra\u0161tin\u0117
+edge_style=Kra\u0161tin\u0117s stilius
+edge_width=Kra\u0161tin\u0117s plotis
+EdgeColorAction.text=Kra\u0161tin\u0117s spalva...
+EdgeStyleAction.bezier.text=Lenktas
+EdgeStyleAction.linear.text=Linijinis
+EdgeStyleAction.sharp_bezier.text=Smailas lenktas
+EdgeStyleAction.sharp_linear.text=Smailas linijinis
+EdgeStyleAsParentAction.text=Kaip motinin\u0117s
+EdgeWidthAction_width_parent.text=Kaip motinin\u0117s
+EdgeWidthAction_width_thin.text=Plonas
+edit=Redaguoti
+edit_link_manually=Redaguoti nuorod\u0105 rankomis...
+EditAction.text=Redaguoti at\u0161ak\u0105
+EditFilterAction.text=redaguoti
+EditLongAction.text=Redaguoti ilg\u0105 at\u0161ak\u0105...
+EncryptedMap.text=Sukurti u\u017Ekoduot\u0105 \u017Eem\u0117lap\u012F ...
+EncryptedMap.tooltip=Sukurti nauj\u0105 u\u017Ekoduot\u0105 \u017Eem\u0117lap\u012F
+enter_base_url=Ketinu \u012Fkelti reliatyvias nuorodas. \u012Eveskite bazin\u0119 URL.
+enter_confirms='Enter' patvirtina
+EnterPassword.text=Atrakinti/u\u017Erakinti u\u017Ekoduot\u0105 at\u0161ak\u0105 / \u017Eem\u0117lap\u012F
+error_creating_directory=Nepavyksta sukurti aplanko eksportavimui.
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+ExportAction.text=Eksportuoti
+ExportBranchToHTMLAction.text=\u0160ak\u0105 \u012F HTML
+ExportPdf.text=\u012E PDF...
+ExportSvg.text=\u012E SVG...
+ExportToHTMLAction.text=\u012E HTML
+ExportToImage.jpg.text=\u012E JPEG...
+ExportToImage.png.text=\u012E PNG...
+ExportToOoWriter.text=\u012E Open Office Writer dokument\u0105...
+ExportToOoWriter.tooltip=I\u0161skleistos at\u0161akos formuoja strukt\u016Br\u0105, suskleistos - dokumento turin\u012F.
+extension_menu=Fizinis stilius
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=FAQ
+file=Byla
+file_already_exists=Byla {0} yra sukurta. Ar norite j\u0105 perra\u0161yti?
+file_not_found=Byla {0} nerasta
+filter=filtras
+filter_add=prid\u0117ti
+filter_and=ir
+filter_contains=turi
+filter_delete=i\u0161trinti
+filter_does_not_exist=neegzistuoja
+filter_enter_value=\u012Evesti vert\u0119
+filter_exist=egzistuoja
+filter_icon=piktograma
+filter_is_equal_to=yra tapatus
+filter_is_not_equal_to=n\u0117ra tapatus
+filter_node=at\u0161akos tekstas
+filter_not=ne
+filter_or=ar
+filter_select=pasirinkti
+find_what=Ko ie\u0161koti
+FindAction.text=Rasti...
+fit_map_to_page=Talpinti \u012F vien\u0105 puslap\u012F
+FitToPage.text=Talpinti \u012F puslap\u012F
+FitToPage.tooltip=Nustato rodymo dydi taip, kad visas \u017Eem\u0117lapis tilpt\u0173 lange.
+fold=Suskleisti
+FoldAllAction.text=Suskleisti visk\u0105
+FoldAllAction.tooltip=<html>Suskleid\u017Eia pasirinktas ir visas j\u0173 dukterines at\u0161akas.</html>
+FoldOneLevelAction.text=Suskleisti vienu lygiu
+FoldOneLevelAction.tooltip=<html>Suskleid\u017Eia pasirinktas at\u0161akas vienu lygiu.</html>
+font=\u0160riftas
+FontFamilyAction.text=\u0161riftas
+FontSizeAction.text=\u0161rifto dydis
+format_menu_edge_styles=Kra\u0161tini\u0173 stiliai
+format_menu_edge_widths=Kra\u0161tini\u0173 plo\u010Diai
+FormatCopy.text=Kopijuoti stili\u0173
+FormatCopy.tooltip=<html>Kopijuoja at\u0161akos stili\u0173.</html>
+FormatPaste.text=\u012Ekelti stili\u0173
+FormatPaste.tooltip=<html>\u012Ekelia at\u0161akos stili\u0173.</html>
+ForwardAction.text=Pirmyn
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=Pagalba...
+FreeplaneHelpStarter.tooltip=Freeplane i\u0161pl\u0117stin\u0117 pagalba
+GotoLinkNodeAction.text=Goto nuoroda
+GrabKeyDialog.common.cancel=At\u0161aukti
+GrabKeyDialog.common.ok=Gerai
+GrabKeyDialog.grab-key.assigned-to=Susietas su
+GrabKeyDialog.grab-key.assigned-to.none=Nesusietas
+GrabKeyDialog.grab-key.clear=I\u0161valyti
+GrabKeyDialog.grab-key.remove=Pa\u0161alinti
+GrabKeyDialog.grab-key.remove-ask=Ar tikrai norite pa\u0161alinti \u0161\u012F klavi\u0161o veiksm\u0105?
+GrabKeyDialog.grab-key.title=\u012Eveskite nauj\u0105 klavi\u0161\u0105
+help=Pagalba
+HierarchicalIconsAction.text=Piktogramas rodyti hierarchi\u0161kai
+HierarchicalIconsAction.tooltip=Jei kuri nors mano dukterin\u0117 at\u0161aka turi piktogram\u0105, a\u0161 j\u0105 irgi rodysiu.
+html_export_based_on_headings=HTML Eksportas - Pagal antra\u0161tes
+html_export_fold_all=HTML Eksportas - Suskleisti visk\u0105
+html_export_fold_currently_folded=HTML Eksportas - Suskleisti, kas suskleista
+html_export_no_folding=HTML Eksportas - Nesuskleisti
+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_attach=Pa\u017Ei\u016Br\u0117ti
+icon_back=Atgal
+icon_bee=Freeplane[translate me]
+icon_bell=Prisiminti
+icon_bookmark=Puiku
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Blogai
+icon_button_ok=Gerai
+icon_calendar=Data
+icon_clanbomber=Pavojinga
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Nepamir\u0161ti
+icon_fema=Females[translate me]
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_females=Females[translate me]
+icon_flag=V\u0117liava
+icon_flag-black=Black Flag[translate me]
+icon_flag-orange=Orange Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_forward=Pirmyn
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=Prioritetas 1
+icon_full-2=Prioritetas 2
+icon_full-3=Prioritetas 3
+icon_full-4=Prioritetas 4
+icon_full-5=Prioritetas 5
+icon_full-6=Prioritetas 6
+icon_full-7=Prioritetas 7
+icon_gohome=Namai
+icon_help=Klausimas
+icon_idea=Id\u0117ja
+icon_info=Info[translate me]
+icon_kaddressbook=Telefonas
+icon_knotify=Muzika
+icon_korn=Pa\u0161to d\u0117\u017Eut\u0117
+icon_ksmiletris=Man linksma
+icon_licq=Smagu
+icon_Mail=Pa\u0161tas
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=Piktogramos
+icon_messagebox_warning=Svarbu
+icon_password=Raktas
+icon_pencil=Per\u017Ei\u016Br\u0117ti
+icon_penguin=Linux
+icon_smily_bad=I'm not amused[translate me]
+icon_stop=Stop
+icon_wizard=Stebuklinga
+icon_xmag=Aptarti
+icon_yes=Svarbu
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Pasirinkti piktogram\u0105...
+IconSelectionPlugin.tooltip=<html>\u010Cia galite pasirinkti piktogram\u0105 i\u0161 sublango.</html>
+import=Importuoti
+import_linked_branch_no_link=Pasirinkta at\u0161aka neturi nuorodos i\u0161 kurios b\u016Bt\u0173 galima importuoti.
+ImportBranchAction.text=\u0160ak\u0105...
+ImportExplorerFavoritesAction.text=Explorerio Favoritus...
+ImportFolderStructureAction.text=Aplank\u0173 strukt\u016Br\u0105...
+ImportLinkedBranchAction.text=Susiet\u0105 \u0161ak\u0105
+ImportLinkedBranchWithoutRootAction.text=(Susiet\u0105 \u0161ak\u0105) be \u0161aknies...
+ImportMindmanagerFiles.text=MindManager X5 \u017Eem\u0117lap\u012F...
+increase_branch_font_size=Didinti \u0161rift\u0105
+IncreaseNodeFontAction.text=Didinti \u0161rift\u0105
+ItalicAction.text=Paversti
+italicise_branch=Paversti
+JoinNodesAction.text=Sujungti at\u0161akas
+less_than_two_selected_nodes=Norint sujungti reikia pasirinkti bent dvi at\u0161akas.
+link_not_available_any_more=Nuoroda nebegalioja. At\u0161aka buvo i\u0161trinta.
+locking_failed_by_open=Nepavyko u\u017Erakinti \u017Eem\u0117lapio {0}. Atidarau kaip read-only.
+locking_failed_by_save_as=Nepavyko u\u017Erakinti \u017Eem\u0117lapio {0}. ''I\u0161saugoti kaip'' sustabdoma.
+locking_old_lock_removed=\u017Dem\u0117lap\u012F {0} u\u017Erakino vartotojas {1}. U\u017Eraktas d\u0117l senaties pa\u0161alintas.
+long_node_changed_cancel=J\u016Bs pakeit\u0117t\u0117 at\u0161ak\u0105. Ar norite at\u0161aukti pakeitimus?
+lots_of_links_warning=J\u016Bs kuriate daug nuorod\u0173 \u012F t\u0105 pa\u010Di\u0105 at\u0161ak\u0105. Ar tikrai norite sukurti \u0161ias nuorodas?
+map_already_exists=Toks \u017Eem\u0117lapis jau sukurtas. Ar norite i\u0161saugoti vietoje jo?
+map_corrupted=\u017Dem\u0117lapis pa\u017Eeistas. Rodyti detales?
+map_locked_by_open=\u017Dem\u0117lapis {0} redaguojamas vartotojo {1}. Atidarau kaip read-only.
+map_locked_by_save_as=\u017Dem\u0117lapis {0} redaguojamas vartotojo {1}. ''I\u0161saugoti kaip'' sustabdoma.
+menu_extras=\u012Erankiai
+menu_file_import=Importuoti
+menu_format=Stilius
+menu_insert=\u012Eterpti
+menu_navigate=Navigacija
+menu_view=\u017Di\u016Bra
+mindmap=\u017Dem\u0117lapis
+mindmaps=\u017Dem\u0117lapiai
+mindmaps_desc=\u017Dem\u0117lapiai (*.mm)
+mode_na=Re\u017Eimas nepasiekiamas
+mode_status=Re\u017Eimas pakeistas \u012F {0} re\u017Eim\u0105
+mode_title=Freeplane - {0} Re\u017Eimas
+modes=Re\u017Eimai
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Pastarosios bylos
+MoveToRootAction.text=Kelti \u012F \u0161akn\u012F
+NavigationNextMapAction.text=Kitas \u017Eem\u0117lapis
+NavigationPreviousMapAction.text=Ankstesnis \u017Eem\u0117lapis
+new_mindmap=Naujas \u017Eem\u0117lapis
+new_node=Nauja at\u0161aka
+new_node_as_sibling_not_possible_for_the_root=\u0160aknis negali tur\u0117ti broli\u0161k\u0173 at\u0161ak\u0173
+NewChildAction.text=Nauja dukterin\u0117 at\u0161aka
+NewMapAction.text=Nauji
+NewParentNode.text=Nauja motinin\u0117 at\u0161aka
+NewParentNode.tooltip=<html>Pasirinktos at\u0161akos jungiamos prie naujos motinin\u0117s.</html>
+NewPreviousSiblingAction.text=Nauja ankstesn\u0117 broli\u0161ka at\u0161aka
+NewSiblingAction.text=Nauja broli\u0161ka at\u0161aka
+no=Ne
+no_format_copy_before_format_paste=Negalite \u012Fkelti stiliaus, kol jis n\u0117ra nukopijuotas.
+no_found_from=Nerastas "{0}" i\u0161 "{1}".
+no_more_found_from=Daugiau "{0}" nerasta i\u0161 "{1}".
+no_previous_find=Ankstesni\u0173 nerasta.
+node=At\u0161aka
+node_changed_discard_changes=J\u016Bs pakeit\u0117t\u0117 at\u0161ak\u0105. Ar norite at\u0161aukti pakeitimus?
+NodeBackgroundColorAction.text=Fonin\u0117 at\u0161akos spalva...
+NodeColorAction.text=At\u0161akos spalva...
+NodeColorBlendAction.text=Atskiesti spalv\u0105
+NodeDownAction.text=At\u0161ak\u0105 \u017Eemyn
+NodeListAction.text=Rodyti \u017Eem\u0117lapio istorij\u0105 ...
+NodeListAction.tooltip=Visos at\u0161akos rodomos su suk\u016Brimo/modifikavimo laiku.
+NodeShapeAction.bubble.text=Balionas
+NodeShapeAction.fork.text=\u0160akut\u0117
+NodeUpAction.text=At\u0161ak\u0105 auk\u0161tyn
+nonboldify_branch=At\u0161aukti sodrinim\u0105
+nonitalicise_branch=At\u0161aukti pvertim\u0105
+normal=Normaliai
+not_saved_for_link_error=\u017Dem\u0117lapis turi b\u016Bti i\u0161saugotas, prie\u0161 nustatant nuoroda bylos pasirinkimo b\u016Bdu
+ok=Gerai
+OKAction.text=Gerai
+OpenAction.text=Atverti...
+OpenFreeplaneSiteAction.text=Freeplane's Homepage[translate me]
+option_changes_may_require_restart=Norint aktyvuoti pakeitimus, veikiausiai reik\u0117s perkrauti Freeplane.
+OptionalDontShowMeAgainDialog.dontShowAgain=Don't ask me again.[translate me]
+OptionPanel.absolute=Absoliutus
+OptionPanel.antialias=I\u0161lyginimas
+OptionPanel.antialias.tooltip=<html>Vizualin\u0117 \u017Eem\u0117lapio kokyb\u0117. Kuo daugiau i\u0161lyginimo, tuo didesnis kompiuterio apkrovimas.</html>
+OptionPanel.antialias_all=I\u0161lyginti visk\u0105
+OptionPanel.antialias_edges=I\u0161lyginti kra\u0161tines
+OptionPanel.antialias_none=Jokio i\u0161lyginimo
+OptionPanel.Appearance=I\u0161vaizda
+OptionPanel.ar=Ar[translate me]
+OptionPanel.as_parent=Kaip motinin\u0117
+OptionPanel.automatic=Automatin\u0117
+OptionPanel.Behaviour=Elgsena
+OptionPanel.bezier=Lenktas
+OptionPanel.bubble=Balionas
+OptionPanel.Cancel=At\u0161aukti
+OptionPanel.combined=Kombinuotas
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Standartinis
+OptionPanel.default_browser_command_mac=Standartin\u0117s nar\u0161ykl\u0117s komanda Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> ir MAC: (a\u010Di\u016B Nick!)</html>
+OptionPanel.default_browser_command_other_os=Standartin\u0117s nar\u0161ykl\u0117s komanda kitoms OS
+OptionPanel.default_browser_command_other_os.tooltip=<html> Tai da\u017Eniausiai yra Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Standartin\u0117s nar\u0161ykl\u0117s komanda Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Windows ("" simboliai reikalingi d\u0117l nuorod\u0173 turin\u010Di\u0173 "=" savo URL).</html>
+OptionPanel.default_browser_command_windows_nt=Standartin\u0117s nar\u0161ykl\u0117s komanda Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Windows ("" simboliai reikalingi d\u0117l nuorod\u0173 turin\u010Di\u0173 "=" savo URL).</html>
+OptionPanel.Defaults=Standartai
+OptionPanel.delete_automatic_saves_at_exit=I\u0161jungiant program\u0105 i\u0161trinti automatinius i\u0161saugojimus
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Jei automatiniai i\u0161saugojimai turi b\u016Bti i\u0161trinami normaliai i\u0161jungiant program\u0105 Freeplane kintam\u0105j\u012F nustato kaip 'true'</html>
+OptionPanel.disable_cursor_move_paper=I\u0161jungti ne\u0161ant\u012F kursori\u0173
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Nerodyti ne\u0161an\u010Dio kursoriaus piktogramos, kol "ne\u0161amas" \u017Eem\u0117lapis</html>
+OptionPanel.el__enter_confirms_by_default=Standarti\u0161kai 'Enter' patvirtina
+OptionPanel.el__max_default_window_height=Maksimalus standartinis lango auk\u0161tis
+OptionPanel.el__max_default_window_width=Maksimalus standartinis lango plotis
+OptionPanel.el__min_default_window_height=Minimalus standartinis lango auk\u0161tis
+OptionPanel.el__min_default_window_width=Minimalus standartinis lango plotis
+OptionPanel.el__position_window_below_node=Lang\u0105 d\u0117ti \u017Eemiau at\u0161akos
+OptionPanel.en=En
+OptionPanel.Environment=Aplinka
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Eksperimentinis bylos rakinimas
+OptionPanel.experimental_file_locking_on.tooltip=<html> Eksperimentin\u0117 galimyb\u0117</html>
+OptionPanel.export_icons_in_html=Eksportuoti piktogramas \u012F HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Nurodyti ar HTML eksportuoti i\u0161 Freeplane turi b\u016Bti su piktogramomis. Problema yra, kad gana da\u017Enai eksportuotose HTML nuorodos \u012F piktogramas nerandamos.</html>
+OptionPanel.Files=Bylos
+OptionPanel.first=Pirmas
+OptionPanel.foldingsymbolwidth=Suskleidimo simbolio plotis
+OptionPanel.foldingsymbolwidth.tooltip=<html>Diametras apskritimo, \u017Eymin\u010Dio suskleistas \u0161akas</html>
+OptionPanel.fork=\u0160akut\u0117
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr[translate me]
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Pagal antra\u0161tes
+OptionPanel.html_export_fold_all=Suskleisti visk\u0105
+OptionPanel.html_export_fold_currently_folded=Suskleisti, kas suskleista
+OptionPanel.html_export_folding=HTML eksportavimas suskleidus
+OptionPanel.html_export_no_folding=Nesuskleisti
+OptionPanel.hu=Hu
+OptionPanel.icon=piktograma
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Klavi\u0161ai
+OptionPanel.ko=Kr
+OptionPanel.label_font_size=Font Size[translate me]
+OptionPanel.language=Kalba
+OptionPanel.language.tooltip=<html>Pasirenkama programos naudojama kalba. 'automatin\u0117' bando \u012Fkrauti vartotojo sistemoje nustatyt\u0105 kalb\u0105. </html>
+OptionPanel.last=Paskutinis
+OptionPanel.last_opened_list_length=Pastar\u0173j\u0173 byl\u0173 s\u0105ra\u0161o ilgis
+OptionPanel.linear=Linijinis
+OptionPanel.links=Nuorodos
+OptionPanel.links.tooltip=<html>Nustatykite absoliu\u010Dias arba reliatyvias nuorodas </html>
+OptionPanel.lookandfeel=Look and Feel
+OptionPanel.lookandfeel.tooltip=<html>Look&Feel. Palaikomi - 'metal', 'windows', 'motif', 'gtk', 'mac' skirtas tik MacOS. Jei norite \u012Fjungti savo L&F, \u012Fveskite class vard\u0105 ir \u012Fsitikinkite ar atatinkamos jar bylos \u012Fkrautos. Jei susiduriate su problemomis, pasirinkitie 'nieko'.</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Maksimalus at\u0161akos plotis
+OptionPanel.max_node_width.tooltip=<html>Maksimalus at\u0161akos plotis ta\u0161kais</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn[translate me]
+OptionPanel.nothing=Nieko
+OptionPanel.number_of_different_files_for_automatic_save=Automatiniam i\u0161saugojimui skirt\u0173 skirting\u0173 byl\u0173 skai\u010Dius
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> skai\u010Dius n skirting\u0173 byl\u0173, kur bus i\u0161saugojami \u017Eem\u0117lapiai. Pirmas automatinis i\u0161saugojimas daromas \u012F pirm\u0105 byl\u0105, antras - \u012F antr\u0105, ir taip iki n+1, kuris v\u0117l i\u0161saugojamas \u012F pirm\u0105j\u0105 byl\u0105 (cikli\u0161kumas)</html>
+OptionPanel.OK=I\u0161saugoti
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Nauj\u0173 \u0161ak\u0173 vieta
+OptionPanel.placenewbranches.tooltip=<html>Kur d\u0117ti naujas \u0161akas. Palaikomos vert\u0117s - 'pirmas' ir 'paskutinis' </html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Reliatyvus
+OptionPanel.ru=Ru
+OptionPanel.selection_method=Pasirinkimo metodas
+OptionPanel.selection_method.tooltip=<html> galite ijungti/i\u0161jungti u\u017Edelsto pasirinkimo schem\u0105. Auto parinktys. Nemodifikuokite j\u0173, nes jos bus i\u0161saugotos \u012F auto.properties bet kokiu atveju.</html>
+OptionPanel.selection_method_by_click=Spragtelint
+OptionPanel.selection_method_delayed=U\u017Edelstas
+OptionPanel.selection_method_direct=Rodant
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Modeliai
+OptionPanel.separator.anti_alias=I\u0161lyginimas
+OptionPanel.separator.attributes=atributai
+OptionPanel.separator.automatic_save=Automatinis i\u0161saugojimas
+OptionPanel.separator.behaviour=Elgsena
+OptionPanel.separator.browser=Nar\u0161ykl\u0117
+OptionPanel.separator.commands_for_the_program=Komandos programai
+OptionPanel.separator.default_colors=Standartin\u0117s spalvos
+OptionPanel.separator.default_fonts=Standartiniai \u0161riftai
+OptionPanel.separator.default_styles=Standartiniai stiliai
+OptionPanel.separator.edit_long_node_window=Ilgos at\u0161akos redagavimo langas
+OptionPanel.separator.files=Bylos
+OptionPanel.separator.html_export=HTML eksportas
+OptionPanel.separator.hyperlink_types=Nuorod\u0173 tipai
+OptionPanel.separator.icon_properties=Piktogramos
+OptionPanel.separator.initial_map_size=Pradinis \u017Eem\u0117lapio dydis
+OptionPanel.separator.key_typing=U\u017Era\u0161ymas
+OptionPanel.separator.language=Kalba
+OptionPanel.separator.look_and_feel=Look and Feel
+OptionPanel.separator.new_node_commands=Naujos at\u0161akos komandos
+OptionPanel.separator.node_editing_commands=At\u0161akos redagavimo komandos
+OptionPanel.separator.node_navigation_commands=At\u0161akos navigavimo komandos
+OptionPanel.separator.other_defaults=Kiti standartiniai nustatymai
+OptionPanel.separator.patterns=Modeliai
+OptionPanel.separator.save=I\u0161saugoti
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=Pasirinkimo metodas
+OptionPanel.separator.undo=At\u0161aukti
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Standartin\u0117 fono spalva
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standartin\u0117 fono spalva pagal html \u017Eym\u0117jim\u0105 </html>
+OptionPanel.standardcloudcolor=Standartin\u0117 debesies spalva
+OptionPanel.standardcloudcolor.tooltip=<html>Standartin\u0117 debesies spalva pagal html \u017Eym\u0117jim\u0105 </html>
+OptionPanel.standardcloudestyle=Standartinis debesies stilius
+OptionPanel.standardcloudestyle.tooltip=<html>Standartinis debesies stilius. Kol kas palaikomas tik 'lenktas'</html>
+OptionPanel.standardlinkcolor=Standartin\u0117 jungties spalva
+OptionPanel.standardlinkcolor.tooltip=<html>Standartin\u0117 jungties spalva pagal html \u017Eym\u0117jim\u0105 </html>
+OptionPanel.standardlinkestyle=Standartinis jungties stilius
+OptionPanel.standardlinkestyle.tooltip=<html>Standartinis jungties stilius. Kol kas palaikomas tik 'lenktas'</html>
+OptionPanel.standardselectednodecolor=Standartin\u0117 pasirinktos at\u0161akos spalva
+OptionPanel.standardselectednodecolor.tooltip=<html>Standartin\u0117 pasirinktos at\u0161akos spalva. Pagal html \u017Eym\u0117jim\u0105 (#RRGGBB hex vert\u0117se) </html>
+OptionPanel.sv=Se[translate me]
+OptionPanel.time_for_automatic_save=Automatinio i\u0161saugojimo laikas
+OptionPanel.time_for_automatic_save.tooltip=<html> laikas tarp automatini\u0173 i\u0161saugojim\u0173 (msek): Jei norite i\u0161jungti automatin\u012F i\u0161saugojim\u0105, nustatykite skai\u010Di\u0173 2000000000.</html>
+OptionPanel.time_for_delayed_selection=U\u017Edelsimo laikas
+OptionPanel.time_for_delayed_selection.tooltip=<html> Pasirinkimo u\u017Edelsimo laikas (msek), kai pelyt\u0117 yra vir\u0161 at\u0161akos. Nustatykite 1 jei norite tu\u010Dtuojau pasirinkti tik u\u017Evedus pelyt\u0119.</html>
+OptionPanel.tr=Tr[translate me]
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Puslapio nustatymas...
+PasteAction.text=\u012Ekelti
+PatternToString.EdgeStyle=Kra\u0161tin\u0117s stilius
+PatternToString.EdgeWidth=Kra\u0161tin\u0117s plotis
+PatternToString.FontBold=Sodrinti
+PatternToString.Icon=piktograma
+PatternToString.NodeFontSize=Font Size[translate me]
+plugins/ScriptEditor.exit=Save and Exit[translate me]
+plugins/ScriptEditor/window.title=Script Editor[translate me]
+plugins/TimeList.xml_Created=Sukurtas
+plugins/TimeList.xml_Date=Data
+plugins/TimeList.xml_Icons=Piktogramos
+plugins/TimeList.xml_Modified=Modifikuotas
+plugins/TimeList.xml_Text=Tekstas
+plugins/TimeManagement.xml_appendButton=\u012Eterpti dat\u0105 \u012F pasirinktas at\u0161akas
+plugins/TimeManagement.xml_Cancel=At\u0161aukti
+plugins/TimeManagement.xml_cancelButton=At\u0161aukti
+plugins/TimeManagement.xml_closeButton=u\u017Edaryti
+plugins/TimeManagement.xml_hour=Valandos:
+plugins/TimeManagement.xml_minute=Minut\u0117s:
+plugins/TimeManagement.xml_reminderButton=Priminimas nurodyt\u0105 dat\u0105
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Paspaudus nustatoma nurodyta data. Mirksin\u010Dios piktogramos atkreips j\u016Bs\u0173 d\u0117mes\u012F.<br> U\u017Edarius \u017Eem\u0117lap\u012F, taimeriai aktyvuojami v\u0117l j\u012F atidarius.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Kol kas at\u0161akai gali b\u016Bti nustatomas tik vienas priminimas. <br>Dabartinis priminimas nustatytas {0,date} {0,time}, j\u016Bs\u0173 pasirinkimas yra {1,date} {1,time}. <br><br>Ar norite pakeisti priminimo laik\u0105 (TAIP) <br>ar nor\u0117tum\u0117te palikti sen\u0105j\u012F (NE)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Priminimas nustatytas {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Pa\u0161alinti priminim\u0105
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Pa\u0161alinti visus priminimus susietus su pasirinktomis at\u0161akomis.
+plugins/TimeManagement.xml_todayButton=\u0160iandien
+plugins/TimeManagement.xml_WindowTitle=Laiko valdymas
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Search & Replace[translate me]
+preferences=Pasirinkimai
+PrintAction.text=Spausdinti...
+PrintDirectAction.text=Spausdinti
+printing_settings=Spausdinimo mastelis
+PropertyAction.text=Pasirinkimai ...
+QuitAction.text=Palikti
+read_only=Read Only
+RedoAction.text=Gr\u0105\u017Einti
+RedoFilterAction.text=Gr\u0105\u017Einti
+ReminderHookAction.text=Pa\u0161alinti priminim\u0105
+ReminderHookAction.tooltip=Pa\u0161alina priminim\u0105 i\u0161 at\u0161akos.
+RemoveAllIconsAction.text=Pa\u0161alinti visas piktogramas
+RemoveIconAction.text=Pa\u0161alinti paskutin\u0119 piktogram\u0105
+repair_link=Taisyti nuorod\u0105
+repair_link_question=Negaliu \u012Fkrauti nurodyto \u017Eem\u0117lapio. Taisyti nuorod\u0105 rankomis?
+ResetNodeLocationAction.text=Gr\u0105\u017Einti \u012Fprastin\u0119 pozicij\u0105
+save_failed=Nepavyko i\u0161saugoti \u017Eem\u0117lapio {0}.
+save_unsaved=I\u0161saugoti \u0161\u012F \u017Eem\u0117lap\u012F? :
+SaveAction.text=I\u0161saugoti
+SaveAsAction.text=I\u0161saugoti kaip...
+saved=I\u0161saugotas
+scheme_evaluate=\u012Evertinkite!
+select_favorites_folder=Pasirinkite aplank\u0105, kuriame bus laikomi j\u016Bs\u0173 favoritai
+select_folder_for_importing=Pasirinkite aplank\u0105 importavimui
+SelectAllAction.text=Pasirinkti visk\u0105 kas matoma
+SelectBranchAction.text=Pasirinkti matom\u0105 \u0161ak\u0105
+selection_method_by_click=Pasirinkimas spragtel\u0117jimu
+selection_method_delayed=U\u017Edelstas automatinis pasirinkimas
+selection_method_direct=Pasirinkimas rodymu
+SetImageByFileChooserAction.text=Paveiksl\u0117lis (Bylos pasirinkimas arba nuoroda)...
+SetLinkByFileChooserAction.text=Nuoroda (Bylos pasirinkimas)...
+SetLinkByTextFieldAction.text=Nuoroda (Teksto laukelis)...
+ShowAncestorsAction.text=rodyti prot\u0117vius
+simplyhtml.alignLabel=Alignment\:[translate me]
+simplyhtml.boldName=bold[translate me]
+simplyhtml.borderWidthLabel=Plotis
+simplyhtml.cancelBtnName=At\u0161aukti
+simplyhtml.close=u\u017Edaryti
+simplyhtml.closeBtnName=u\u017Edaryti
+simplyhtml.copyLabel=Kopijuoti
+simplyhtml.cTagNameHead3=Heading 3[translate me]
+simplyhtml.cutLabel=I\u0161kirpti
+simplyhtml.defaultDocName=Untitled[translate me]
+simplyhtml.editLabel=redaguoti
+simplyhtml.fontBoldLabel=Sodrinti
+simplyhtml.fontColorLabel=Text Color[translate me]
+simplyhtml.fontColorTip=Text Color[translate me]
+simplyhtml.fontItalicLabel=Paversti
+simplyhtml.fontTabLabel=\u0160riftas
+simplyhtml.fontUnderlineLabel=Pabraukti
+simplyhtml.foregroundLabel=Foreground\:[translate me]
+simplyhtml.helpLabel=Pagalba
+simplyhtml.listTypeSquare=square bullet[translate me]
+simplyhtml.okBtnName=Gerai
+simplyhtml.pasteLabel=\u012Ekelti
+simplyhtml.redoLabel=Gr\u0105\u017Einti
+simplyhtml.replaceNo=Ne
+simplyhtml.replaceYes=Taip
+simplyhtml.styleLabel=Stilius
+simplyhtml.styleNameInputText=Name of new style?[translate me]
+simplyhtml.topLabel=top\:[translate me]
+simplyhtml.uLineLabel=Pabraukti
+simplyhtml.undoLabel=At\u0161aukti
+simplyhtml.valignLabel=Vert. Alignment\:[translate me]
+split=Perskirti
+style=Stilius
+svg=SVG[translate me]
+TimeListAction.text=Rodyti laiko tvarkara\u0161t\u012F ...
+TimeListAction.tooltip=Rodo visus nustatytus laikus ir atatinkamas at\u0161akas.
+TimeManagementAction.text=Rodyti kalendori\u0173...
+TimeManagementAction.tooltip=<html>Rodo kalendoriaus modul\u012F sukurta Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=(i\u0161/su)skleisti dukterines at\u0161akas
+ToggleFoldedAction.text=I\u0161skleisti/suskleisti
+ToggleFullScreenAction.text=Full screen mode[translate me]
+ToggleLeftToolbarAction.text=\u012Ejungti/i\u0161jungti \u012Frankius kair\u0117je
+ToggleMenubarAction.text=\u012Ejungti/i\u0161jungti meniu
+ToggleToolbarAction.text=\u012Ejungti/i\u0161jungti \u012Frankius
+undefined_error=Netik\u0117ta klaida. Pra\u0161ome prane\u0161ti programos k\u016Br\u0117jams.
+underline=Pabraukti
+underlined=Pabrauktas
+UndoAction.text=At\u0161aukti
+UndoFilterAction.text=At\u0161aukti
+unfold=I\u0161skleisti
+UnfoldAllAction.text=I\u0161skleisti visk\u0105
+UnfoldAllAction.tooltip=<html>I\u0161skleid\u017Eia pasirinktas ir visas j\u0173 dukterines at\u0161akas.</html>
+UnfoldOneLevelAction.text=I\u0161skleisti vienu lygiu
+UnfoldOneLevelAction.tooltip=<html>I\u0161skleid\u017Eia pasirinktas at\u0161akas vienu lygiu.</html>
+UpdateCheckAction.text=Check for Updates[translate me]
+url_error=\u0160is URL blogai suformuotas!
+url_load_error=Negaliu \u012Fkrauti \u017Eem\u0117lapio pagal URL:
+UsePlainTextAction.text=Use Plain Text[translate me]
+user_defined_zoom=Vartotojo nustatytas.
+user_defined_zoom_status_bar=Kei\u010Diu artinim\u0105 \u012F vartotojo nustatyt\u0105j\u012F: {0}%.
+user_zoom=Spausdinimo m\u0105stelis: (0.0 - 2.0):
+width=Plotis
+yes=Taip
+ZoomInAction.text=Priartinti
+ZoomOutAction.text=Nutolinti
diff --git a/freeplane/resources/translations/Resources_nb.properties b/freeplane/resources/translations/Resources_nb.properties
index 0190455..0a479c3 100644
--- a/freeplane/resources/translations/Resources_nb.properties
+++ b/freeplane/resources/translations/Resources_nb.properties
@@ -1,885 +1,885 @@
-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_2 = Passord:
-accessories/plugins/EncryptNode.properties_3 = Gjenta passord:
-accessories/plugins/EncryptNode.properties_4 = Skriv inn passord.
-accessories/plugins/EncryptNode.properties_5 = <html>Husk at kvaliteten p\u00E5 krypteringer er helt<br> avhengig av kvaliteten p\u00E5 passordet.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Avbryt
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Du kan bare velge kryptering for en kryptert node. Sett inn en kryptert node ved \u00E5 velge i verkt\u00F8ymenyen.
-accessories/plugins/EncryptNode.properties_select_me = Trykk her for \u00E5 fortsette!
-accessories/plugins/EncryptNode.properties_wrong_password = Passordet er ikke korrekt.
-accessories/plugins/ExportWithTWiki.text = Som TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Eksporterer kartet som et TWiki-dokument.
-accessories/plugins/ExportWithXSLT.tooltip = Eksporterer kartet ved hjelp av XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Som Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Eksporterer kartet som en java nettleser applet.
-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_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>
-add = Legg til
-AddLocalLinkAction.text = Legg til lokal hyperlink
-antialias_all = Antialias alt
-antialias_edges = Antialias kanter
-antialias_none = Ingen antialiasing
-apply = Utf\u00F8r
-ApplyAction.text = Utf\u00F8r
-ApplyFormatPlugin.text = Endre format ...
-ApplyFormatPlugin.tooltip = Presenterer en dialog der node- og ramme-atributter kan endres.
-ApplyNoFilteringAction.text = Ingen filtrering
-as_parent = Som foreldre
-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_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
-attributes_all = Alle atributter
-attributes_attribute = Atributter
-attributes_close = Lukk
-attributes_deselect_all = Ingen
-attributes_edit = Redigere
-attributes_edit_tooltip = Redigere sett
-attributes_for_selected = Valgte noder
-attributes_for_visible = Alle synlige noder
-attributes_import = Import
-attributes_import_tooltip = Importer atributter fra de andre \u00E5pne kartene
-attributes_no_import_candidates_found = Ingen nye atributter funnet
-attributes_popup_delete = Slett
-attributes_popup_down = Ned
-attributes_popup_edit = Redigere
-attributes_popup_hide = Skjul
-attributes_popup_new = Ny atributt
-attributes_popup_optimal_width = Optimal bredde
-attributes_popup_up = Opp
-attributes_refresh = Oppfrisk
-attributes_restricted_attributes_tooltip = Begrenset sett med atributter
-attributes_restricted_values_tooltip = Begrens verdier for disse atributtene
-attributes_restriction = Begrenset sett
-attributes_select_all = Alt
-attributes_select_all_tooltip = Velg / Velg bort alt
-attributes_show = Vis
-attributes_skip_root = Drop rotnoden
-attributes_visible = Valgte synlige
-attributes_visible_tooltip = Valgte synlige
-automatically_save_message = Kartet ble automatisk lagret (ved bruk av filnavnet {0}) ...
-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>
-BackAction.text = Tilbake
-BackAction.tooltip = Hopper bakover i den valgte kjeden
-background = Bakgrunn
-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>
-BoldAction.text = Uthevet
-boldify_branch = Uthev
-branch = Gren
-cancel = Avbryt
-CancelAction.text = Avbryt
-cannot_add_parent_diff_parents = Alle noder m\u00E5 ha samme foreldre for \u00E5 benytte denne funksjonen.
-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
-ChangeConnectorArrowsAction.backward.text = Tilbake
-ChangeConnectorArrowsAction.forward.text = Frem
-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
-ChangeNodeLevelRightsAction.tooltip = Til h\u00F8yre for roten er noden(e) vendt nedover. De(n) blir barn til sine s\u00F8sken over. Til venstre for roten er noden(e) vendt oppover. Direkte p\u00E5 roten bytter noden(e) side.
-choose_background_color = Velg bakgrunnsfarge:
-choose_cloud_color = Velg Sky-farge:
-choose_edge_color = Velg rammefarge
-choose_node_background_color = Velg bakgrunnsfarge for noden:
-choose_node_color = Velg skriftfarge:
-CloseAction.text = Lukk
-CloudAction.text = Sky
-CloudColorAction.text = Skyens farge...
-ColorProperty.ResetColor = Tilbakestill farge
-combined = Kombinert
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = Kopier
-CopySingleAction.text = Kopier bare en
-CreationModificationPluginAction.text = Vis tid for siste endring
-CreationModificationPluginAction.tooltip = <html>Denne funksjonen viser tidspunkter for endring av noden.</html>
-CutAction.text = Klipp
-decrease_branch_font_size = Mindre grenskrift
-DecreaseNodeFontAction.text = Mindre grenskrift
-delete = Slett
-delete_child = Slett node
-DeleteAction.text = Fjern node
-DeleteConditionAction.text = Slett
-DocumentationAction.text = Dokumentasjon
-edge = Kant
-edge_style = Rammestil
-edge_width = Rammetykkelse
-EdgeColorAction.text = Kantfarge
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.linear.text = Line\u00E6r
-EdgeStyleAction.sharp_bezier.text = Skarp Bezier
-EdgeStyleAction.sharp_linear.text = Skarp Line\u00E6r
-EdgeStyleAsParentAction.text = Som foreldre
-EdgeWidthAction_width_parent.text = Eier
-EdgeWidthAction_width_thin.text = Tynn
-edit = Endre
-edit.decision = HTML Editor[translate me]
-edit_link_manually = Endre link manuelt
-EditAction.text = Rediger node
-EditAttributesAction.text = Redigere atributter
-EditFilterAction.text = Redigere
-EditLongAction.text = Endre en lang node
-EncryptedMap.text = Opprett kryptert hjernekart ...
-EncryptedMap.tooltip = Opprette et kryptert kart
-enter_base_url = Jeg setter inn relative linker. Sett inn start-URL.
-enter_confirms = Enter bekrefter
-EnterPassword.text = Skift mellom kryptert / ukryptert
-error = Feil
-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
-ExportBranchToHTMLAction.text = Eksporter gren til HTML
-ExportPdf.text = Som PDF...
-ExportSvg.text = Som SVG...
-ExportToHTMLAction.text = Eksporter til HTML
-ExportToImage.jpg.text = Som JPEG...
-ExportToImage.png.text = Som PNG...
-ExportToOoWriter.text = Som Open Office Writer dokument...
-ExportToOoWriter.tooltip = Utfoldede noder danner strukturen, foldede danner dokumentets innhold.
-extension_menu = Fysisk stil
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ (Ofte stilte sp\u00F8rsm\u00E5l)
-file = Fil
-file_already_exists = Filen {0} finnes. Overskrive?
-file_not_found = Filen {0} finnes ikke
-filter = Filter
-filter_add = Legg til
-filter_and = Og
-filter_conditions = Filtere
-filter_contains = Inneholder
-filter_delete = Slett
-filter_dialog = Filterdesign
-filter_does_not_exist = Eksisterer ikke
-filter_edit_description = Redigere filterlisten
-filter_enter_value = Skriv inn verdi
-filter_exist = Eksisterer
-filter_icon = Ikon
-filter_is_equal_to = Er lik
-filter_is_not_equal_to = Er ulik
-filter_no_filtering = Ingen filtrering
-filter_node = Nodetekst
-filter_not = Ikke
-filter_or = Eller
-filter_select = Velg
-filter_selected_node_view = Valgte noder
-find_what = Finn hva
-FindAction.text = Finn
-fit_map_to_page = Tilpass til siden
-FitToPage.text = Tilpass til side
-FitToPage.tooltip = Justerer kartet til skjermst\u00F8rrelsen.
-fold = Fold inn
-FoldAllAction.text = Fold inn alle
-FoldAllAction.tooltip = <html>Folder inn de valgte nodene og alle deres barn.</html>
-FoldOneLevelAction.text = Fold inn et niv\u00E5
-FoldOneLevelAction.tooltip = <html>Folder inn de valgte nodene ett niv\u00E5.</html>
-font = Font
-FontFamilyAction.text = Skriftfamilie
-FontSizeAction.text = Skriftst\u00F8rrelse
-format_menu_edge_styles = Kantstiler
-format_menu_edge_widths = Kantbredder
-FormatCopy.text = Kopier format
-FormatCopy.tooltip = <html>Kopierer formatet p\u00E5 noden.</html>
-FormatPaste.text = Lim inn format
-FormatPaste.tooltip = <html>Lim inn formatet p\u00E5 noden.</html>
-ForwardAction.text = Frem
-ForwardAction.tooltip = Hopper forover i den valgte kjeden
-Freeplane.progress.buildScreen = Bygger skjermbilde...
-Freeplane.progress.createController = Oppretter kontrollerontroller...
-Freeplane.progress.createInitialMode = Oppretter startfasen...
-Freeplane.progress.endStartup = Ferdig med oppstart.
-Freeplane.progress.gettingPreferenceDirectories = Finner foretrukket mappe...
-Freeplane.progress.gettingPreferences = Finner foretrukne innstillinger...
-Freeplane.progress.loadMaps = Laster kart...
-Freeplane.progress.propagateLookAndFeel = Utvikler brukergrensesnittet...
-Freeplane.progress.settingPreferences = Setter foretrukne innstillinger...
-Freeplane.progress.startCreateController = Starter opprettelse av kontroller...
-Freeplane.progress.updateLookAndFeel = Oppdaterer brukergrensesnittet...
-freeplane_reverted = Freeplane_Gjen\u00C5pnet_
-FreeplaneHelpStarter.text = Hjelp...
-FreeplaneHelpStarter.tooltip = Freeplane ekstra hjelp
-GotoLinkNodeAction.text = G\u00E5 til lenke
-GrabKeyDialog.common.cancel = Avbryt
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Tilordnet til
-GrabKeyDialog.grab-key.assigned-to.none = Ikke tilordnet
-GrabKeyDialog.grab-key.clear = Slett
-GrabKeyDialog.grab-key.remove = Fjern
-GrabKeyDialog.grab-key.remove-ask = Er du sikker p\u00E5 at du vil fjerne dette tastetrykket?
-GrabKeyDialog.grab-key.title = Skriv inn ny n\u00F8kkel
-help = Hjelp
-HideAllAttributesAction.text = Skjul alle atributter
-HierarchicalIconsAction.text = Vis ikonene i hele hierarkiet
-HierarchicalIconsAction.tooltip = Hvis et av barna eller barnebarna mine har ikoner vil jeg ogs\u00E5 vise dem.
-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_100% = 100%[translate me]
-icon_25% = 25%[translate me]
-icon_50% = 50%[translate me]
-icon_75% = 75%[translate me]
-icon_attach = Se her
-icon_back = Tilbake
-icon_bee = Freeplane[translate me]
-icon_bell = Husk
-icon_bookmark = Flott
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Avbryt
-icon_button_ok = OK
-icon_calendar = Dato
-icon_clanbomber = Farlig
-icon_desktop_new = Husk
-icon_down = Ned
-icon_family = Familie
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = Flagg
-icon_flag-black = Black Flag[translate me]
-icon_flag-blue = Blue Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_flag-yellow = Yellow Flag[translate me]
-icon_forward = Frem
-icon_freemind_butterfly = FreeMind[translate me]
-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_gohome = Hjem
-icon_help = Sp\u00F8rsm\u00E5l
-icon_idea = Ide
-icon_info = Info[translate me]
-icon_kaddressbook = Telefon
-icon_knotify = Musikk
-icon_korn = Mailboks
-icon_ksmiletris = Jeg er glad
-icon_licq = Flott
-icon_Mail = Mail
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = Ikoner
-icon_messagebox_warning = Viktig
-icon_password = N\u00F8kkel
-icon_pencil = Skal beskrives
-icon_penguin = Linux
-icon_smiley-angry = Angry[translate me]
-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]
-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
-ImportLinkedBranchAction.text = Importer lenkede grener
-ImportLinkedBranchWithoutRootAction.text = Importer uten rot
-ImportMindmanagerFiles.text = MindManager X5 Map...
-increase_branch_font_size = St\u00F8rre (gren) skrift
-IncreaseNodeFontAction.text = St\u00F8rre (gren) skrift
-ItalicAction.text = Kursiv
-italicise_branch = Kursiver
-JoinNodesAction.text = Knyt sammen noder
-less_than_two_selected_nodes = Du m\u00E5 velge minst to noder for \u00E5 lenke dem.
-link_not_available_any_more = Linken er ikke lenger tilgjengelig, den er slettet.
-link_not_found = Link {0} ble ikke funnet.
-load = Load[translate me]
-locking_failed_by_open = L\u00E5sing av map {0} mislykkes. \u00C5pner den read-only.
-locking_failed_by_save_as = L\u00E5sing av map {0} mislykkes. Kan ikke Lagre Som...
-locking_old_lock_removed = Mappen {0} var l\u00E5st av bruker {1}. L\u00E5sen er fjernet, da den var gammel.
-long_node_changed_cancel = Du har endret denne noden. Vil du oppheve endringene?
-long_node_changed_submit = Du har endret denne noden. Vil du lagre endringene?
-lots_of_links_warning = Du er i ferd med \u00E5 lage mange linker til samme node. Er du sikker p\u00E5 at du vil opprette disse linkene?
-map_already_exists = Mappen eksisterer. Vil du overskrive den?
-map_corrupted = Mappen er \u00F8delagt. Vil du se detaljer?
-map_locked_by_open = Mappen {0} blir rettet av bruker {1}. \u00C5pner den for l\u00E5sing.
-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_extras = Verkt\u00F8y
-menu_file_import = Import
-menu_filter = Filter[translate me]
-menu_format = Format
-menu_insert = Sett inn
-menu_navigate = Naviger
-menu_view = Vis
-mindmap = Hjernekart
-mindmaps = Hjernekart
-mindmaps_desc = Hjernekart (*.mm)
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Kan ikke benytte visning
-mode_status = Visning skiftet {0} Visning
-mode_title = Freeplane - {0} Visning
-modes = Visninger
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Sist brukte filer
-MoveToRootAction.text = Flytt til rot
-NavigationNextMapAction.text = Neste kart
-NavigationPreviousMapAction.text = Forrige kart
-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
-NewChildAction.text = Ny bladnode
-NewMapAction.text = Ny
-NewParentNode.text = Ny foreldrenode
-NewParentNode.tooltip = <html>Alle valgte noder blir flyttet til nye foreldre.</html>
-NewPreviousSiblingAction.text = Ny node h\u00F8yere niv\u00E5
-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 = Ingen "{0}" funnet fra "{1}".
-no_more_found_from = Ikke flere "{0}" funnet fra "{1}".
-no_previous_find = Ingen funnet tidligere.
-node = Node
-node_changed_discard_changes = Du har endret denne noden. Vil du oppheve endringene?
-NodeBackgroundColorAction.text = Bakgrunnsfarge for node...
-NodeColorAction.text = Nodefarge...
-NodeColorBlendAction.text = Bland farger
-NodeDownAction.text = Node ned
-NodeListAction.text = Finn og bytt ut...
-NodeListAction.tooltip = Viser alle noder som en s\u00F8kbar liste med filtreringsmuligheter.
-NodeShapeAction.bubble.text = Boble
-NodeShapeAction.fork.text = Gaffel
-NodeUpAction.text = Node opp
-nonboldify_branch = Normal
-nonitalicise_branch = Ikke kursiv
-normal = Normal
-not_saved_for_link_error = Mappen  m\u00E5 lagres f\u00F8r du kan sette inn link fra filvelgeren
-ok = OK
-OKAction.text = OK
-OpenAction.text = \u00C5pne...
-option_changes_may_require_restart = For \u00E5 se effekten av endringen, m\u00E5 du sannsynligvis restarte Freeplane.
-OptionPanel.absolute = Absolutt
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatisk layout m\u00F8nstre
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Bestemmer kartets kvalitet. Mer antialias trenger mer tid.</html>
-OptionPanel.antialias_all = Antialias alt
-OptionPanel.antialias_edges = Antialias kanter
-OptionPanel.antialias_none = Ingen antialias
-OptionPanel.Appearance = Oppf\u00F8rsel
-OptionPanel.ar = Ar
-OptionPanel.as_parent = Som foreldre
-OptionPanel.automatic = Automatisk
-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.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.combined = Kombinert
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Standard
-OptionPanel.default_browser_command_mac = Standard kommando for web-leser i MacOS
-OptionPanel.default_browser_command_mac.tooltip = <html> og MAC: </html>
-OptionPanel.default_browser_command_other_os = Standard kommando for web-leser i andre OS
-OptionPanel.default_browser_command_other_os.tooltip = <html> Typisk Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Standard kommando for web-leser i Windows 9x
-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.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>
-OptionPanel.display_node_id = Display node ID[translate me]
-OptionPanel.edgecolor = Rammefarge
-OptionPanel.edgecolor.tooltip = Egenskap til rammen rundt foreldrenoden (Blir ogs\u00E5 brukt for alle barnenodene)
-OptionPanel.edgestyle = Rammestil
-OptionPanel.edgestyle.tooltip = Egenskap til rammen rundt foreldrenoden (Blir ogs\u00E5 brukt for alle barnenodene)
-OptionPanel.edgewidth = Rammebredde
-OptionPanel.edgewidth.tooltip = Egenskap til rammen rundt foreldrenoden (Blir ogs\u00E5 brukt for alle barnenodene)
-OptionPanel.el__enter_confirms_by_default = Retur-tasten stenger vinduet
-OptionPanel.el__max_default_window_height = Maks vindush\u00F8yde
-OptionPanel.el__max_default_window_width = Maks vindusbredde
-OptionPanel.el__min_default_window_height = Min vindush\u00F8yde
-OptionPanel.el__min_default_window_width = Min vindusbredde
-OptionPanel.el__position_window_below_node = Legg vindu under node
-OptionPanel.en = En
-OptionPanel.Environment = Milj\u00F8
-OptionPanel.es = Es
-OptionPanel.experimental_file_locking_on = Eksperimentell fill\u00E5sing
-OptionPanel.experimental_file_locking_on.tooltip = <html> Eksperimentell egenskap</html>
-OptionPanel.export_icons_in_html = Eksport Ikoner i Html
-OptionPanel.export_icons_in_html.tooltip = <html> Angi om ikoner skal tas med i eksport av Html. Problemet er at ganske ofte vil ikke lenken til ikonene fungere.</html>
-OptionPanel.Files = Filer
-OptionPanel.first = F\u00F8rste
-OptionPanel.foldingsymbolwidth = Symbol ved lukking av grener
-OptionPanel.foldingsymbolwidth.tooltip = <html>St\u00F8rrelsen p\u00E5 sirkelen som vises ved lukking av grener</html>
-OptionPanel.fr = Fr
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Basert p\u00E5 overskrifter
-OptionPanel.html_export_fold_all = Fold inn alle
-OptionPanel.html_export_fold_currently_folded = Lukk de som er lukkede
-OptionPanel.html_export_folding = Html Eksport Lukking
-OptionPanel.html_export_no_folding = Ingen lukking
-OptionPanel.hu = Hu
-OptionPanel.icon = Ikon
-OptionPanel.icon.tooltip = Hvis brukt, vil noden bruke dette ikonet.
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Tastetrykk
-OptionPanel.ko = Kr
-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.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
-OptionPanel.load_last_map.tooltip = <html>Hvis avkrysset, vil Freeplane under oppstart automatisk \u00E5pne det sist brukte kartet.</html>
-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_node_width = Maks bredde for noden
-OptionPanel.max_node_width.tooltip = <html>Maksimal nodebredde i pixler</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Nodens bakgrunnsfarge
-OptionPanel.nodebackgroundcolor.tooltip = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = Nodens farge
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = Fet skrift
-OptionPanel.nodefontitalic = Kursiv skrift
-OptionPanel.nodefontname = Nodens skriftnavn
-OptionPanel.nodefontsize = Nodens skriftst\u00F8rrelse
-OptionPanel.nodeshape = Nodens stil
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = Nodens tekst
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = Ingen
-OptionPanel.number_of_different_files_for_automatic_save = Antall automatisk lagrede filer
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Angi antall automatisk lagrede filer. N\u00E5r antallet n\u00E5s, vil systemet overskrive f\u00F8rste fil (syklisk)</html>
-OptionPanel.OK = Lagre
-OptionPanel.org.freeplane.plugin.bugreport = Policy[translate me]
-OptionPanel.patternname = Navn
-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.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relativ
-OptionPanel.ru = Ru
-OptionPanel.selection_method = Metode for valg
-OptionPanel.selection_method.tooltip = <html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
-OptionPanel.selection_method_by_click = Ved \u00E5 klikke
-OptionPanel.selection_method_delayed = Forsinket
-OptionPanel.selection_method_direct = Direkte
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = M\u00F8nstre
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.attributes = Atributter
-OptionPanel.separator.automatic_save = Automatisk lagring
-OptionPanel.separator.behaviour = Oppf\u00F8rsel
-OptionPanel.separator.browser = Webleser
-OptionPanel.separator.commands_for_the_program = Programkommandoer
-OptionPanel.separator.default_colors = Standard farger
-OptionPanel.separator.default_fonts = Standard skrifttyper
-OptionPanel.separator.default_styles = Standard stiler
-OptionPanel.separator.EdgeControls = Rammer
-OptionPanel.separator.edit_long_node_window = Vindu for redigering av lange tekster
-OptionPanel.separator.files = Filer
-OptionPanel.separator.General = Generell
-OptionPanel.separator.html_export = Html-eksport
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.hyperlink_types = Hyperlinktyper
-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.look_and_feel = Tema
-OptionPanel.separator.mouse_wheel = Musehjul
-OptionPanel.separator.new_node_commands = Kommando for nye noder
-OptionPanel.separator.node_editing_commands = Kommandoer for redigering av noder
-OptionPanel.separator.node_navigation_commands = Kommandoer for navigering mellom noder
-OptionPanel.separator.NodeColors = Nodefarger
-OptionPanel.separator.NodeFont = Nodeskrift
-OptionPanel.separator.other_defaults = Andre standardverdier
-OptionPanel.separator.others = Andre hurtigtaster
-OptionPanel.separator.patterns = M\u00F8nstre
-OptionPanel.separator.save = Lagre
-OptionPanel.separator.selection_method = Metode for valg
-OptionPanel.separator.undo = Angre
-OptionPanel.set_property_text = Endre
-OptionPanel.set_property_text.tooltip = Tom: Ikke r\u00F8r; Minus=Fjern egenskap (sett standardverdi); Pluss=Endre egenskap
-OptionPanel.sharp_bezier = skarp bezier
-OptionPanel.sharp_linear = skarp line\u00E6r
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Standard bakgrunnsfarge
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standard bakgrunnsfarge. I html notasjon (#RRGGBB i hex-verdier) </html>
-OptionPanel.standardcloudcolor = Standard skyfarge
-OptionPanel.standardcloudcolor.tooltip = <html>Standard skyfarge. I html-notasjon (#RRGGBB i hex-verdier) </html>
-OptionPanel.standardcloudestyle = Standard stil for sky
-OptionPanel.standardcloudestyle.tooltip = <html>Standard stil for sky. Bare 'bezier' er st\uFFFDttet i denne versjonen</html>
-OptionPanel.standardlinkcolor = Standard lenkefarge
-OptionPanel.standardlinkcolor.tooltip = <html>Standard lenkefarge. I html-notasjon (#RRGGBB i hex-verdier) </html>
-OptionPanel.standardlinkestyle = Standard stil for lenker
-OptionPanel.standardlinkestyle.tooltip = <html>Standard stil for lenker. Bare 'bezier' er st\uFFFDttet i denne versjonen</html>
-OptionPanel.standardselectednodecolor = Standardfarge for valgte noder
-OptionPanel.standardselectednodecolor.tooltip = <html>Standard nodefarge for valgte noder. I html-notasjon (#RRGGBB i hex-verdier)  </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Tid for automatisk lagring
-OptionPanel.time_for_automatic_save.tooltip = <html>Tiden mellom automatisk lagring (i millisekunder): For \u00E5 skru av automatisk lagring, sett verdien til 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tid f\u00F8r noden velges ved forsinket valg
-OptionPanel.time_for_delayed_selection.tooltip = <html> Tid f\u00F8r noden blir valgt n\u00E5r musen f\u00F8res over, sett til 1 for \u00F8yeblikkelig valg</html>
-OptionPanel.toolTipManager.max_tooltip_width = ToolTip-bredde
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Standard tooltip-bredde i piksler.</html>
-OptionPanel.tr = Tr
-OptionPanel.undefined_font = Udefinert skrifttype
-OptionPanel.undo_levels = Angre niv\u00E5er
-OptionPanel.undo_levels.tooltip = <html>Bestemmer hvor mange trekk som er lagret og kan derfor angres med "Angre".</html>
-OptionPanel.use_tabbed_pane = Bruk tabber
-OptionPanel.use_tabbed_pane.tooltip = Hvis avkrysset, blir kartet vist som tabber (som i FireFox :-) ).
-OptionPanel.wheel_velocity = Utveksling
-OptionPanel.wheel_velocity.tooltip = En h\u00F8yere verdi resulterer i at bevegelse p\u00E5 kartet krever mindre bevegelse med musen.
-OptionPanel.windows = Vindu
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-org.freeplane.plugin.bugreport.agree = Send[translate me]
-PageAction.text = Sideoppsett...
-PasteAction.text = Lim inn
-PatternNewNameProperty = Nytt m\u00F8nster
-PatternToString.backgroundColor = Bakgrunnsfarge
-PatternToString.color = Farge
-PatternToString.EdgeColor = Edge Color[translate me]
-PatternToString.EdgeStyle = Rammestil
-PatternToString.EdgeWidth = Rammetykkelse
-PatternToString.FontBold = Uthevet
-PatternToString.Icon = Ikon
-PatternToString.NodeFontSize = Skriftst\u00F8rrelse
-plugins/ScriptEditor.exit = Avslutt
-plugins/ScriptEditor.menu_actions = Actions
-plugins/ScriptEditor.run = Kj\u00F8r
-plugins/ScriptEditor/window.Result = Resultat:
-plugins/ScriptEditor/window.title = Skriptredigering
-plugins/TimeList.xml_Created = Opprettet
-plugins/TimeList.xml_Date = Dato
-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_Cancel = Avbryt
-plugins/TimeManagement.xml_cancelButton = Avbryt
-plugins/TimeManagement.xml_closeButton = Lukk
-plugins/TimeManagement.xml_Export = Eksporter valgte noder
-plugins/TimeManagement.xml_Find = Finn
-plugins/TimeManagement.xml_Goto = G\u00E5 til
-plugins/TimeManagement.xml_hour = Time:
-plugins/TimeManagement.xml_menu_actions = Actions
-plugins/TimeManagement.xml_minute = Minutt:
-plugins/TimeManagement.xml_reminderButton = P\u00E5minnelse
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Forel\u00F8pig finnes det bare en p\u00E5minnelse per node. <br>Den n\u00E5v\u00E6rende p\u00E5minnelsen er satt til {0,date} {0,time}, ditt valg var {1,date} {1,time}. <br><br>Vil du endre tid for p\u00E5minnelsen (JA) <br>eller beholde den gamle (NEI)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = P\u00E5minnelse satt til {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Fjern p\u00E5minnelse
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Fjerne alle p\u00E5minnelser for noden.
-plugins/TimeManagement.xml_Replace = Bytt ut
-plugins/TimeManagement.xml_Replace_All = Bytt ut alle
-plugins/TimeManagement.xml_Replace_Selected = Bytt ut den valgte
-plugins/TimeManagement.xml_Select = Velg
-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...
-printing_settings = Utskriftsskalering
-PrintPreviewAction.text = Forh\u00E5ndsvisning...
-PropertyAction.text = Foretrekkes ...
-QuitAction.text = Lukk
-read_only = Read Only
-RedoAction.text = Gjenta
-RedoFilterAction.text = Gjenta
-ReminderHookAction.text = Fjern p\u00E5minnelse
-ReminderHookAction.tooltip = Fjerner en p\u00E5minnelse fra en node.
-RemoveAllIconsAction.text = Fjern alle ikoner
-RemoveIconAction.text = Fjern siste ikon
-repair_link = Reparer link
-repair_link_question = Kunne ikke \u00C5pne det lenkede kartet. Vil du reparere linken manuelt?
-replace = Bytt ut
-ResetNodeLocationAction.text = Tilbakestill posisjon
-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
-saved = Lagret
-scheme_evaluate = Evaluer!
-ScriptEditor.text = Skriptredigering...
-ScriptEditor.tooltip = Lar deg skrive st\u00F8rre skript i Freeplane.
-ScriptEditorPanel.changed_cancel = Skriptet ble endret. Er du sikker p\u00E5 at du ikke vil lagre disse endringene?
-select_favorites_folder = Velg mappen der du har dine favoritter
-select_folder_for_importing = Velg mappen du vil importere
-SelectAllAction.text = Velg alt synlig
-SelectBranchAction.text = Velg synlig gren
-selection_method_by_click = Enkeltklikk for \u00E5 velge
-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]
-ShowAllAttributesAction.text = Vis alle atributter
-ShowAncestorsAction.text = Vis forfedre
-ShowAttributeDialogAction.text = Atributth\u00E5ndterer
-ShowDescendantsAction.text = Vis etterkommere
-ShowFilterToolbarAction.text = Filter Toolbar[translate me]
-ShowHideNoteAction.text = Vis/skjul notatvindu
-ShowHideNoteAction.tooltip = Er et menyhurtigvalg for de sm\uFFFD pilene p\uFFFD delelinjen.
-ShowSelectedAttributesAction.text = Vis valgte atributter
-simplyhtml.aboutFrameTitle = Om dette programmet
-simplyhtml.alignCenter = senter
-simplyhtml.alignLabel = Posisjon:
-simplyhtml.alignLeft = venstre
-simplyhtml.alignRight = h\u00F8yre
-simplyhtml.allCellsRangeLabel = alle celler
-simplyhtml.allOccurrencesReplaced = Alle instanser er byttet ut
-simplyhtml.appendTableColLabel = Legg til kolonne
-simplyhtml.appendTableRowLabel = Legg til rad
-simplyhtml.applyCellAttrLabel = Brukes til
-simplyhtml.backgroundLabel = Bakgrunn:
-simplyhtml.boldItalicName = fet kursiv
-simplyhtml.boldName = fet
-simplyhtml.borderColorLabel = Farge:
-simplyhtml.borderWidthLabel = Bredde
-simplyhtml.bottomLabel = bunn:
-simplyhtml.cancelBtnName = Avbryt
-simplyhtml.cellBorderTabLabel = Kantlinjer
-simplyhtml.cellGenTabLabel = Generell
-simplyhtml.cellMarginTabLabel = Margin
-simplyhtml.cellPanelTitle = Celleformat
-simplyhtml.clearFormatLabel = Fjern formatering
-simplyhtml.clearFormatTip = Fjern formatering
-simplyhtml.close = Lukk
-simplyhtml.closeBtnName = Lukk
-simplyhtml.colorLabel = Farge
-simplyhtml.copyLabel = Kopier
-simplyhtml.copyTip = kopier
-simplyhtml.cTagNameHead1 = Overskrift 1
-simplyhtml.cTagNameHead2 = Overskrift 2
-simplyhtml.cTagNameHead3 = Overskrift 3
-simplyhtml.cTagNameHead4 = Overskrift 4
-simplyhtml.cTagNameHead5 = Overskrift 5
-simplyhtml.cTagNameHead6 = Overskrift 6
-simplyhtml.cTagNameLink = Link
-simplyhtml.cTagNameOL = Sortert liste
-simplyhtml.cTagNamePara = Avsnitt
-simplyhtml.cTagNameUL = Usortert liste
-simplyhtml.cutLabel = Klipp
-simplyhtml.cutTip = klipp ut
-simplyhtml.defaultDocName = Uten tittel
-simplyhtml.deleteTableColLabel = Slett kolonne
-simplyhtml.deleteTableRowLabel = Slett rad
-simplyhtml.docTitleQuery = Sett tittelen til:
-simplyhtml.docTitleTitle = Redigere dokumenttittel
-simplyhtml.editLabel = Redigere
-simplyhtml.effectLabel = Effekt
-simplyhtml.familyLabel = Familie
-simplyhtml.findNext = Finn neste
-simplyhtml.findReplaceDialogTitle = Finn og bytt ut
-simplyhtml.findReplaceLabel = Finn og bytt ut
-simplyhtml.findReplaceTip = finn & bytt ut
-simplyhtml.fontBoldLabel = Uthevet
-simplyhtml.fontBoldTip = bytt fet av/p\u00E5
-simplyhtml.fontDialogTitle = Format skrift
-simplyhtml.fontItalicLabel = Kursiv
-simplyhtml.fontItalicTip = bytt kursiv av/p\u00E5
-simplyhtml.fontLabel = Skrift...
-simplyhtml.fontTabLabel = Font
-simplyhtml.fontTip = Format skrift...
-simplyhtml.fontUnderlineLabel = Understreket
-simplyhtml.fontUnderlineTip = bytt understreket av/p\u00E5
-simplyhtml.foregroundLabel = Forgrunn:
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = Liste...
-simplyhtml.formatListTip = endre listeformat
-simplyhtml.formatParaLabel = Avsnitt...
-simplyhtml.formatParaTip = Endre avsnittsformatet
-simplyhtml.formatTableLabel = Tabell...
-simplyhtml.formatTableTip = Format tabell
-simplyhtml.helpLabel = Hjelp
-simplyhtml.htmlTabTitle = HTML-kodevisning
-simplyhtml.imageFileDesc = Bildefiler
-simplyhtml.insertTableColLabel = Sett inn kolonne
-simplyhtml.insertTableLabel = Tabell...
-simplyhtml.insertTableMsg = Hvor mange kolonner?
-simplyhtml.insertTableRowLabel = Sett inn rad
-simplyhtml.insertTableTitle = insertTable
-simplyhtml.italicName = kursiv
-simplyhtml.layoutTabTitle = Layout-visning
-simplyhtml.leftLabel = venstre:
-simplyhtml.listDialogTitle = Format liste
-simplyhtml.listIndentTitle = Innrykk:
-simplyhtml.listPosInside = innenfor
-simplyhtml.listPositionLabel = Posisjon:
-simplyhtml.listPosOutside = utenfor
-simplyhtml.listTypeCircle = runde punkter
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = punkt som filsymbol
-simplyhtml.listTypeLabel = Type:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = Ingen
-simplyhtml.listTypeSquare = firkantede punkter
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Ytre
-simplyhtml.matchCase = Ta hensyn til sm\u00E5 og store bokstaver
-simplyhtml.newStyleDefaultName = Ny stil
-simplyhtml.nextTableCellLabel = Neste celle
-simplyhtml.noLineLabel = Ingen
-simplyhtml.noMoreOccurrencesFound = Ingen (flere) instanser funnet
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Indre
-simplyhtml.paraAlignCenterLabel = Senterstilt
-simplyhtml.paraAlignCenterTip = Sett avsnitt senterstilt
-simplyhtml.paraAlignLeftLabel = Venstrestilt
-simplyhtml.paraAlignLeftTip = Sett avsnitt venstrestilt
-simplyhtml.paraAlignRightLabel = H\u00F8yrestilt
-simplyhtml.paraAlignRightTip = Sett avsnitt h\u00F8yrestilt
-simplyhtml.paraStyleDialogTitle = Avsnitt-stil
-simplyhtml.paraTabLabel = Avsnitt
-simplyhtml.pasteLabel = Lim inn
-simplyhtml.pasteTip = lim inn
-simplyhtml.plainName = normal
-simplyhtml.previewLabel = Forh\u00E5ndsvisning
-simplyhtml.previewText = Forh\u00E5ndsvisning av tekst
-simplyhtml.prevTableCellLabel = Forrige celle
-simplyhtml.redoLabel = Gjenta
-simplyhtml.redoTip = gjenta
-simplyhtml.replace = Bytt ut...
-simplyhtml.replaceAll = Alt
-simplyhtml.replaceDone = Ferdig
-simplyhtml.replaceNo = Nei
-simplyhtml.replaceThisQuery = Bytt ut denne instansen av
-simplyhtml.replaceWith = Bytt ut med:
-simplyhtml.replaceYes = Ja
-simplyhtml.rightLabel = h\u00F8yre:
-simplyhtml.searchDown = S\u00F8k ned
-simplyhtml.searchFromStart = S\u00F8k fra start
-simplyhtml.searchUp = S\u00F8k opp
-simplyhtml.selectAllLabel = Velg alt
-simplyhtml.sizeLabel = St\u00F8rrelse
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = Strek gjennom
-simplyhtml.styleLabel = Stil
-simplyhtml.styleNameInputText = Navnet p\u00E5 den nye stilen?
-simplyhtml.styleNameInputTitle = Lagre stil
-simplyhtml.tableBgColLabel = Bakgrunnsfarge:
-simplyhtml.tableDialogTitle = Format tabell
-simplyhtml.tableLabel = Tabell
-simplyhtml.tablePanelTitle = Tabellformat
-simplyhtml.tableWidthLabel = Bredde:
-simplyhtml.textIndentLabel = Innrykk:
-simplyhtml.textToFind = Tekst som skal finnes:
-simplyhtml.thisCellRangeLabel = denne cellen
-simplyhtml.thisColRangeLabel = denne kolonnen
-simplyhtml.thisRowRangeLabel = denne raden
-simplyhtml.toggleBulletsLabel = Punktmarkert liste av/p\u00E5
-simplyhtml.toggleBulletsTip = punktmarkert liste av/p\u00E5
-simplyhtml.toggleNumbersLabel = Nummerert liste av/p\u00E5
-simplyhtml.toggleNumbersTip = nummerert liste av/p\u00E5
-simplyhtml.topLabel = topp:
-simplyhtml.uLineLabel = Understreket
-simplyhtml.unableToOpenFileError = Filen kan ikke \u00E5pnes
-simplyhtml.unableToRedoError = Kan ikke gjenta:
-simplyhtml.unableToUndoError = Kan ikke angre:
-simplyhtml.undoLabel = Angre
-simplyhtml.undoTip = angre
-simplyhtml.valignBaseline = grunnlinje
-simplyhtml.valignBottom = bunn
-simplyhtml.valignLabel = Vertikal posisjon:
-simplyhtml.valignMiddle = midten
-simplyhtml.valignTop = topp
-simplyhtml.wholeWordsOnly = Kun hele ord
-SortNodes.text = Sorter barn
-SortNodes.tooltip = Sorter alle barn til en node alfabetisk.
-split = Del
-SplitNode.text = Del node
-SplitNode.tooltip = <html>Noden er delt</html>
-style = Stil
-svg = SVG[translate me]
-TimeListAction.text = Vis p\u00E5minnelsesliste ...
-TimeListAction.tooltip = Vis alle p\u00E5minnelser og tilh\u00F8rende noder.
-TimeManagementAction.text = Vis kalender...
-TimeManagementAction.tooltip = <html>Viser kalendermodulen til Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Fold barn inn/ut
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Skift mellom inn- og utfoldet
-ToggleLeftToolbarAction.text = Skift venstre verkt\u00F8ylinje
-ToggleMenubarAction.text = Skift menylinje
-ToggleToolbarAction.text = Skift verkt\u00F8ylinje
-undefined_error = En uventet feil har oppst\u00E5tt. V\u00E6r s\u00E5 snill \u00E5 sende en feilrapportering.
-underline = Understreket
-underlined = Understreket
-UndoAction.text = Angre
-UndoFilterAction.text = Angre
-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
-url_load_error = Kunne ikke \u00C5pne hjernekartet fra URL:
-UsePlainTextAction.text = Bruk normal tekst
-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
-width = Bredde
-yes = Ja
-ZoomInAction.text = Zoom Inn
-ZoomOutAction.text = Zoom Ut
+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_2=Passord:
+accessories/plugins/EncryptNode.properties_3=Gjenta passord:
+accessories/plugins/EncryptNode.properties_4=Skriv inn passord.
+accessories/plugins/EncryptNode.properties_5=<html>Husk at kvaliteten p\u00E5 krypteringer er helt<br> avhengig av kvaliteten p\u00E5 passordet.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Avbryt
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Du kan bare velge kryptering for en kryptert node. Sett inn en kryptert node ved \u00E5 velge i verkt\u00F8ymenyen.
+accessories/plugins/EncryptNode.properties_select_me=Trykk her for \u00E5 fortsette!
+accessories/plugins/EncryptNode.properties_wrong_password=Passordet er ikke korrekt.
+accessories/plugins/ExportWithTWiki.text=Som TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Eksporterer kartet som et TWiki-dokument.
+accessories/plugins/ExportWithXSLT.tooltip=Eksporterer kartet ved hjelp av XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Som Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Eksporterer kartet som en java nettleser applet.
+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_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>
+add=Legg til
+AddLocalLinkAction.text=Legg til lokal hyperlink
+antialias_all=Antialias alt
+antialias_edges=Antialias kanter
+antialias_none=Ingen antialiasing
+apply=Utf\u00F8r
+ApplyAction.text=Utf\u00F8r
+ApplyFormatPlugin.text=Endre format ...
+ApplyFormatPlugin.tooltip=Presenterer en dialog der node- og ramme-atributter kan endres.
+ApplyNoFilteringAction.text=Ingen filtrering
+as_parent=Som foreldre
+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_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
+attributes_all=Alle atributter
+attributes_attribute=Atributter
+attributes_close=Lukk
+attributes_deselect_all=Ingen
+attributes_edit=Redigere
+attributes_edit_tooltip=Redigere sett
+attributes_for_selected=Valgte noder
+attributes_for_visible=Alle synlige noder
+attributes_import=Import
+attributes_import_tooltip=Importer atributter fra de andre \u00E5pne kartene
+attributes_no_import_candidates_found=Ingen nye atributter funnet
+attributes_popup_delete=Slett
+attributes_popup_down=Ned
+attributes_popup_edit=Redigere
+attributes_popup_hide=Skjul
+attributes_popup_new=Ny atributt
+attributes_popup_optimal_width=Optimal bredde
+attributes_popup_up=Opp
+attributes_refresh=Oppfrisk
+attributes_restricted_attributes_tooltip=Begrenset sett med atributter
+attributes_restricted_values_tooltip=Begrens verdier for disse atributtene
+attributes_restriction=Begrenset sett
+attributes_select_all=Alt
+attributes_select_all_tooltip=Velg / Velg bort alt
+attributes_show=Vis
+attributes_skip_root=Drop rotnoden
+attributes_visible=Valgte synlige
+attributes_visible_tooltip=Valgte synlige
+automatically_save_message=Kartet ble automatisk lagret (ved bruk av filnavnet {0}) ...
+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>
+BackAction.text=Tilbake
+BackAction.tooltip=Hopper bakover i den valgte kjeden
+background=Bakgrunn
+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>
+BoldAction.text=Uthevet
+boldify_branch=Uthev
+branch=Gren
+cancel=Avbryt
+CancelAction.text=Avbryt
+cannot_add_parent_diff_parents=Alle noder m\u00E5 ha samme foreldre for \u00E5 benytte denne funksjonen.
+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
+ChangeConnectorArrowsAction.backward.text=Tilbake
+ChangeConnectorArrowsAction.forward.text=Frem
+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
+ChangeNodeLevelRightsAction.tooltip=Til h\u00F8yre for roten er noden(e) vendt nedover. De(n) blir barn til sine s\u00F8sken over. Til venstre for roten er noden(e) vendt oppover. Direkte p\u00E5 roten bytter noden(e) side.
+choose_background_color=Velg bakgrunnsfarge:
+choose_cloud_color=Velg Sky-farge:
+choose_edge_color=Velg rammefarge
+choose_node_background_color=Velg bakgrunnsfarge for noden:
+choose_node_color=Velg skriftfarge:
+CloseAction.text=Lukk
+CloudAction.text=Sky
+CloudColorAction.text=Skyens farge...
+ColorProperty.ResetColor=Tilbakestill farge
+combined=Kombinert
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=Kopier
+CopySingleAction.text=Kopier bare en
+CreationModificationPluginAction.text=Vis tid for siste endring
+CreationModificationPluginAction.tooltip=<html>Denne funksjonen viser tidspunkter for endring av noden.</html>
+CutAction.text=Klipp
+decrease_branch_font_size=Mindre grenskrift
+DecreaseNodeFontAction.text=Mindre grenskrift
+delete=Slett
+delete_child=Slett node
+DeleteAction.text=Fjern node
+DeleteConditionAction.text=Slett
+DocumentationAction.text=Dokumentasjon
+edge=Kant
+edge_style=Rammestil
+edge_width=Rammetykkelse
+EdgeColorAction.text=Kantfarge
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.linear.text=Line\u00E6r
+EdgeStyleAction.sharp_bezier.text=Skarp Bezier
+EdgeStyleAction.sharp_linear.text=Skarp Line\u00E6r
+EdgeStyleAsParentAction.text=Som foreldre
+EdgeWidthAction_width_parent.text=Eier
+EdgeWidthAction_width_thin.text=Tynn
+edit=Endre
+edit.decision=HTML Editor[translate me]
+edit_link_manually=Endre link manuelt
+EditAction.text=Rediger node
+EditAttributesAction.text=Redigere atributter
+EditFilterAction.text=Redigere
+EditLongAction.text=Endre en lang node
+EncryptedMap.text=Opprett kryptert hjernekart ...
+EncryptedMap.tooltip=Opprette et kryptert kart
+enter_base_url=Jeg setter inn relative linker. Sett inn start-URL.
+enter_confirms=Enter bekrefter
+EnterPassword.text=Skift mellom kryptert / ukryptert
+error=Feil
+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
+ExportBranchToHTMLAction.text=Eksporter gren til HTML
+ExportPdf.text=Som PDF...
+ExportSvg.text=Som SVG...
+ExportToHTMLAction.text=Eksporter til HTML
+ExportToImage.jpg.text=Som JPEG...
+ExportToImage.png.text=Som PNG...
+ExportToOoWriter.text=Som Open Office Writer dokument...
+ExportToOoWriter.tooltip=Utfoldede noder danner strukturen, foldede danner dokumentets innhold.
+extension_menu=Fysisk stil
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=FAQ (Ofte stilte sp\u00F8rsm\u00E5l)
+file=Fil
+file_already_exists=Filen {0} finnes. Overskrive?
+file_not_found=Filen {0} finnes ikke
+filter=Filter
+filter_add=Legg til
+filter_and=Og
+filter_conditions=Filtere
+filter_contains=Inneholder
+filter_delete=Slett
+filter_dialog=Filterdesign
+filter_does_not_exist=Eksisterer ikke
+filter_edit_description=Redigere filterlisten
+filter_enter_value=Skriv inn verdi
+filter_exist=Eksisterer
+filter_icon=Ikon
+filter_is_equal_to=Er lik
+filter_is_not_equal_to=Er ulik
+filter_no_filtering=Ingen filtrering
+filter_node=Nodetekst
+filter_not=Ikke
+filter_or=Eller
+filter_select=Velg
+filter_selected_node_view=Valgte noder
+find_what=Finn hva
+FindAction.text=Finn
+fit_map_to_page=Tilpass til siden
+FitToPage.text=Tilpass til side
+FitToPage.tooltip=Justerer kartet til skjermst\u00F8rrelsen.
+fold=Fold inn
+FoldAllAction.text=Fold inn alle
+FoldAllAction.tooltip=<html>Folder inn de valgte nodene og alle deres barn.</html>
+FoldOneLevelAction.text=Fold inn et niv\u00E5
+FoldOneLevelAction.tooltip=<html>Folder inn de valgte nodene ett niv\u00E5.</html>
+font=Font
+FontFamilyAction.text=Skriftfamilie
+FontSizeAction.text=Skriftst\u00F8rrelse
+format_menu_edge_styles=Kantstiler
+format_menu_edge_widths=Kantbredder
+FormatCopy.text=Kopier format
+FormatCopy.tooltip=<html>Kopierer formatet p\u00E5 noden.</html>
+FormatPaste.text=Lim inn format
+FormatPaste.tooltip=<html>Lim inn formatet p\u00E5 noden.</html>
+ForwardAction.text=Frem
+ForwardAction.tooltip=Hopper forover i den valgte kjeden
+Freeplane.progress.buildScreen=Bygger skjermbilde...
+Freeplane.progress.createController=Oppretter kontrollerontroller...
+Freeplane.progress.createInitialMode=Oppretter startfasen...
+Freeplane.progress.endStartup=Ferdig med oppstart.
+Freeplane.progress.gettingPreferenceDirectories=Finner foretrukket mappe...
+Freeplane.progress.gettingPreferences=Finner foretrukne innstillinger...
+Freeplane.progress.loadMaps=Laster kart...
+Freeplane.progress.propagateLookAndFeel=Utvikler brukergrensesnittet...
+Freeplane.progress.settingPreferences=Setter foretrukne innstillinger...
+Freeplane.progress.startCreateController=Starter opprettelse av kontroller...
+Freeplane.progress.updateLookAndFeel=Oppdaterer brukergrensesnittet...
+freeplane_reverted=Freeplane_Gjen\u00C5pnet_
+FreeplaneHelpStarter.text=Hjelp...
+FreeplaneHelpStarter.tooltip=Freeplane ekstra hjelp
+GotoLinkNodeAction.text=G\u00E5 til lenke
+GrabKeyDialog.common.cancel=Avbryt
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Tilordnet til
+GrabKeyDialog.grab-key.assigned-to.none=Ikke tilordnet
+GrabKeyDialog.grab-key.clear=Slett
+GrabKeyDialog.grab-key.remove=Fjern
+GrabKeyDialog.grab-key.remove-ask=Er du sikker p\u00E5 at du vil fjerne dette tastetrykket?
+GrabKeyDialog.grab-key.title=Skriv inn ny n\u00F8kkel
+help=Hjelp
+HideAllAttributesAction.text=Skjul alle atributter
+HierarchicalIconsAction.text=Vis ikonene i hele hierarkiet
+HierarchicalIconsAction.tooltip=Hvis et av barna eller barnebarna mine har ikoner vil jeg ogs\u00E5 vise dem.
+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_100%=100%[translate me]
+icon_25%=25%[translate me]
+icon_50%=50%[translate me]
+icon_75%=75%[translate me]
+icon_attach=Se her
+icon_back=Tilbake
+icon_bee=Freeplane[translate me]
+icon_bell=Husk
+icon_bookmark=Flott
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Avbryt
+icon_button_ok=OK
+icon_calendar=Dato
+icon_clanbomber=Farlig
+icon_desktop_new=Husk
+icon_down=Ned
+icon_family=Familie
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=Flagg
+icon_flag-black=Black Flag[translate me]
+icon_flag-blue=Blue Flag[translate me]
+icon_flag-green=Green Flag[translate me]
+icon_flag-orange=Orange Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_flag-yellow=Yellow Flag[translate me]
+icon_forward=Frem
+icon_freemind_butterfly=FreeMind[translate me]
+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_gohome=Hjem
+icon_help=Sp\u00F8rsm\u00E5l
+icon_idea=Ide
+icon_info=Info[translate me]
+icon_kaddressbook=Telefon
+icon_knotify=Musikk
+icon_korn=Mailboks
+icon_ksmiletris=Jeg er glad
+icon_licq=Flott
+icon_Mail=Mail
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=Ikoner
+icon_messagebox_warning=Viktig
+icon_password=N\u00F8kkel
+icon_pencil=Skal beskrives
+icon_penguin=Linux
+icon_smiley-angry=Angry[translate me]
+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]
+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
+ImportLinkedBranchAction.text=Importer lenkede grener
+ImportLinkedBranchWithoutRootAction.text=Importer uten rot
+ImportMindmanagerFiles.text=MindManager X5 Map...
+increase_branch_font_size=St\u00F8rre (gren) skrift
+IncreaseNodeFontAction.text=St\u00F8rre (gren) skrift
+ItalicAction.text=Kursiv
+italicise_branch=Kursiver
+JoinNodesAction.text=Knyt sammen noder
+less_than_two_selected_nodes=Du m\u00E5 velge minst to noder for \u00E5 lenke dem.
+link_not_available_any_more=Linken er ikke lenger tilgjengelig, den er slettet.
+link_not_found=Link {0} ble ikke funnet.
+load=Load[translate me]
+locking_failed_by_open=L\u00E5sing av map {0} mislykkes. \u00C5pner den read-only.
+locking_failed_by_save_as=L\u00E5sing av map {0} mislykkes. Kan ikke Lagre Som...
+locking_old_lock_removed=Mappen {0} var l\u00E5st av bruker {1}. L\u00E5sen er fjernet, da den var gammel.
+long_node_changed_cancel=Du har endret denne noden. Vil du oppheve endringene?
+long_node_changed_submit=Du har endret denne noden. Vil du lagre endringene?
+lots_of_links_warning=Du er i ferd med \u00E5 lage mange linker til samme node. Er du sikker p\u00E5 at du vil opprette disse linkene?
+map_already_exists=Mappen eksisterer. Vil du overskrive den?
+map_corrupted=Mappen er \u00F8delagt. Vil du se detaljer?
+map_locked_by_open=Mappen {0} blir rettet av bruker {1}. \u00C5pner den for l\u00E5sing.
+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_extras=Verkt\u00F8y
+menu_file_import=Import
+menu_filter=Filter[translate me]
+menu_format=Format
+menu_insert=Sett inn
+menu_navigate=Naviger
+menu_view=Vis
+mindmap=Hjernekart
+mindmaps=Hjernekart
+mindmaps_desc=Hjernekart (*.mm)
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Kan ikke benytte visning
+mode_status=Visning skiftet {0} Visning
+mode_title=Freeplane - {0} Visning
+modes=Visninger
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Sist brukte filer
+MoveToRootAction.text=Flytt til rot
+NavigationNextMapAction.text=Neste kart
+NavigationPreviousMapAction.text=Forrige kart
+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
+NewChildAction.text=Ny bladnode
+NewMapAction.text=Ny
+NewParentNode.text=Ny foreldrenode
+NewParentNode.tooltip=<html>Alle valgte noder blir flyttet til nye foreldre.</html>
+NewPreviousSiblingAction.text=Ny node h\u00F8yere niv\u00E5
+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=Ingen "{0}" funnet fra "{1}".
+no_more_found_from=Ikke flere "{0}" funnet fra "{1}".
+no_previous_find=Ingen funnet tidligere.
+node=Node
+node_changed_discard_changes=Du har endret denne noden. Vil du oppheve endringene?
+NodeBackgroundColorAction.text=Bakgrunnsfarge for node...
+NodeColorAction.text=Nodefarge...
+NodeColorBlendAction.text=Bland farger
+NodeDownAction.text=Node ned
+NodeListAction.text=Finn og bytt ut...
+NodeListAction.tooltip=Viser alle noder som en s\u00F8kbar liste med filtreringsmuligheter.
+NodeShapeAction.bubble.text=Boble
+NodeShapeAction.fork.text=Gaffel
+NodeUpAction.text=Node opp
+nonboldify_branch=Normal
+nonitalicise_branch=Ikke kursiv
+normal=Normal
+not_saved_for_link_error=Mappen  m\u00E5 lagres f\u00F8r du kan sette inn link fra filvelgeren
+ok=OK
+OKAction.text=OK
+OpenAction.text=\u00C5pne...
+option_changes_may_require_restart=For \u00E5 se effekten av endringen, m\u00E5 du sannsynligvis restarte Freeplane.
+OptionPanel.absolute=Absolutt
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatisk layout m\u00F8nstre
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Bestemmer kartets kvalitet. Mer antialias trenger mer tid.</html>
+OptionPanel.antialias_all=Antialias alt
+OptionPanel.antialias_edges=Antialias kanter
+OptionPanel.antialias_none=Ingen antialias
+OptionPanel.Appearance=Oppf\u00F8rsel
+OptionPanel.ar=Ar
+OptionPanel.as_parent=Som foreldre
+OptionPanel.automatic=Automatisk
+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.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.combined=Kombinert
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Standard
+OptionPanel.default_browser_command_mac=Standard kommando for web-leser i MacOS
+OptionPanel.default_browser_command_mac.tooltip=<html> og MAC: </html>
+OptionPanel.default_browser_command_other_os=Standard kommando for web-leser i andre OS
+OptionPanel.default_browser_command_other_os.tooltip=<html> Typisk Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Standard kommando for web-leser i Windows 9x
+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.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>
+OptionPanel.display_node_id=Display node ID[translate me]
+OptionPanel.edgecolor=Rammefarge
+OptionPanel.edgecolor.tooltip=Egenskap til rammen rundt foreldrenoden (Blir ogs\u00E5 brukt for alle barnenodene)
+OptionPanel.edgestyle=Rammestil
+OptionPanel.edgestyle.tooltip=Egenskap til rammen rundt foreldrenoden (Blir ogs\u00E5 brukt for alle barnenodene)
+OptionPanel.edgewidth=Rammebredde
+OptionPanel.edgewidth.tooltip=Egenskap til rammen rundt foreldrenoden (Blir ogs\u00E5 brukt for alle barnenodene)
+OptionPanel.el__enter_confirms_by_default=Retur-tasten stenger vinduet
+OptionPanel.el__max_default_window_height=Maks vindush\u00F8yde
+OptionPanel.el__max_default_window_width=Maks vindusbredde
+OptionPanel.el__min_default_window_height=Min vindush\u00F8yde
+OptionPanel.el__min_default_window_width=Min vindusbredde
+OptionPanel.el__position_window_below_node=Legg vindu under node
+OptionPanel.en=En
+OptionPanel.Environment=Milj\u00F8
+OptionPanel.es=Es
+OptionPanel.experimental_file_locking_on=Eksperimentell fill\u00E5sing
+OptionPanel.experimental_file_locking_on.tooltip=<html> Eksperimentell egenskap</html>
+OptionPanel.export_icons_in_html=Eksport Ikoner i Html
+OptionPanel.export_icons_in_html.tooltip=<html> Angi om ikoner skal tas med i eksport av Html. Problemet er at ganske ofte vil ikke lenken til ikonene fungere.</html>
+OptionPanel.Files=Filer
+OptionPanel.first=F\u00F8rste
+OptionPanel.foldingsymbolwidth=Symbol ved lukking av grener
+OptionPanel.foldingsymbolwidth.tooltip=<html>St\u00F8rrelsen p\u00E5 sirkelen som vises ved lukking av grener</html>
+OptionPanel.fr=Fr
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Basert p\u00E5 overskrifter
+OptionPanel.html_export_fold_all=Fold inn alle
+OptionPanel.html_export_fold_currently_folded=Lukk de som er lukkede
+OptionPanel.html_export_folding=Html Eksport Lukking
+OptionPanel.html_export_no_folding=Ingen lukking
+OptionPanel.hu=Hu
+OptionPanel.icon=Ikon
+OptionPanel.icon.tooltip=Hvis brukt, vil noden bruke dette ikonet.
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Tastetrykk
+OptionPanel.ko=Kr
+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.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
+OptionPanel.load_last_map.tooltip=<html>Hvis avkrysset, vil Freeplane under oppstart automatisk \u00E5pne det sist brukte kartet.</html>
+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_node_width=Maks bredde for noden
+OptionPanel.max_node_width.tooltip=<html>Maksimal nodebredde i pixler</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Nodens bakgrunnsfarge
+OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodecolor=Nodens farge
+OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodefontbold=Fet skrift
+OptionPanel.nodefontitalic=Kursiv skrift
+OptionPanel.nodefontname=Nodens skriftnavn
+OptionPanel.nodefontsize=Nodens skriftst\u00F8rrelse
+OptionPanel.nodeshape=Nodens stil
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=Nodens tekst
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=Ingen
+OptionPanel.number_of_different_files_for_automatic_save=Antall automatisk lagrede filer
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Angi antall automatisk lagrede filer. N\u00E5r antallet n\u00E5s, vil systemet overskrive f\u00F8rste fil (syklisk)</html>
+OptionPanel.OK=Lagre
+OptionPanel.org.freeplane.plugin.bugreport=Policy[translate me]
+OptionPanel.patternname=Navn
+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.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Relativ
+OptionPanel.ru=Ru
+OptionPanel.selection_method=Metode for valg
+OptionPanel.selection_method.tooltip=<html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
+OptionPanel.selection_method_by_click=Ved \u00E5 klikke
+OptionPanel.selection_method_delayed=Forsinket
+OptionPanel.selection_method_direct=Direkte
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=M\u00F8nstre
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.attributes=Atributter
+OptionPanel.separator.automatic_save=Automatisk lagring
+OptionPanel.separator.behaviour=Oppf\u00F8rsel
+OptionPanel.separator.browser=Webleser
+OptionPanel.separator.commands_for_the_program=Programkommandoer
+OptionPanel.separator.default_colors=Standard farger
+OptionPanel.separator.default_fonts=Standard skrifttyper
+OptionPanel.separator.default_styles=Standard stiler
+OptionPanel.separator.EdgeControls=Rammer
+OptionPanel.separator.edit_long_node_window=Vindu for redigering av lange tekster
+OptionPanel.separator.files=Filer
+OptionPanel.separator.General=Generell
+OptionPanel.separator.html_export=Html-eksport
+OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.hyperlink_types=Hyperlinktyper
+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.look_and_feel=Tema
+OptionPanel.separator.mouse_wheel=Musehjul
+OptionPanel.separator.new_node_commands=Kommando for nye noder
+OptionPanel.separator.node_editing_commands=Kommandoer for redigering av noder
+OptionPanel.separator.node_navigation_commands=Kommandoer for navigering mellom noder
+OptionPanel.separator.NodeColors=Nodefarger
+OptionPanel.separator.NodeFont=Nodeskrift
+OptionPanel.separator.other_defaults=Andre standardverdier
+OptionPanel.separator.others=Andre hurtigtaster
+OptionPanel.separator.patterns=M\u00F8nstre
+OptionPanel.separator.save=Lagre
+OptionPanel.separator.selection_method=Metode for valg
+OptionPanel.separator.undo=Angre
+OptionPanel.set_property_text=Endre
+OptionPanel.set_property_text.tooltip=Tom: Ikke r\u00F8r; Minus=Fjern egenskap (sett standardverdi); Pluss=Endre egenskap
+OptionPanel.sharp_bezier=skarp bezier
+OptionPanel.sharp_linear=skarp line\u00E6r
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Standard bakgrunnsfarge
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standard bakgrunnsfarge. I html notasjon (#RRGGBB i hex-verdier) </html>
+OptionPanel.standardcloudcolor=Standard skyfarge
+OptionPanel.standardcloudcolor.tooltip=<html>Standard skyfarge. I html-notasjon (#RRGGBB i hex-verdier) </html>
+OptionPanel.standardcloudestyle=Standard stil for sky
+OptionPanel.standardcloudestyle.tooltip=<html>Standard stil for sky. Bare 'bezier' er st\uFFFDttet i denne versjonen</html>
+OptionPanel.standardlinkcolor=Standard lenkefarge
+OptionPanel.standardlinkcolor.tooltip=<html>Standard lenkefarge. I html-notasjon (#RRGGBB i hex-verdier) </html>
+OptionPanel.standardlinkestyle=Standard stil for lenker
+OptionPanel.standardlinkestyle.tooltip=<html>Standard stil for lenker. Bare 'bezier' er st\uFFFDttet i denne versjonen</html>
+OptionPanel.standardselectednodecolor=Standardfarge for valgte noder
+OptionPanel.standardselectednodecolor.tooltip=<html>Standard nodefarge for valgte noder. I html-notasjon (#RRGGBB i hex-verdier)  </html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Tid for automatisk lagring
+OptionPanel.time_for_automatic_save.tooltip=<html>Tiden mellom automatisk lagring (i millisekunder): For \u00E5 skru av automatisk lagring, sett verdien til 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tid f\u00F8r noden velges ved forsinket valg
+OptionPanel.time_for_delayed_selection.tooltip=<html> Tid f\u00F8r noden blir valgt n\u00E5r musen f\u00F8res over, sett til 1 for \u00F8yeblikkelig valg</html>
+OptionPanel.toolTipManager.max_tooltip_width=ToolTip-bredde
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Standard tooltip-bredde i piksler.</html>
+OptionPanel.tr=Tr
+OptionPanel.undefined_font=Udefinert skrifttype
+OptionPanel.undo_levels=Angre niv\u00E5er
+OptionPanel.undo_levels.tooltip=<html>Bestemmer hvor mange trekk som er lagret og kan derfor angres med "Angre".</html>
+OptionPanel.use_tabbed_pane=Bruk tabber
+OptionPanel.use_tabbed_pane.tooltip=Hvis avkrysset, blir kartet vist som tabber (som i FireFox :-) ).
+OptionPanel.wheel_velocity=Utveksling
+OptionPanel.wheel_velocity.tooltip=En h\u00F8yere verdi resulterer i at bevegelse p\u00E5 kartet krever mindre bevegelse med musen.
+OptionPanel.windows=Vindu
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+org.freeplane.plugin.bugreport.agree=Send[translate me]
+PageAction.text=Sideoppsett...
+PasteAction.text=Lim inn
+PatternNewNameProperty=Nytt m\u00F8nster
+PatternToString.backgroundColor=Bakgrunnsfarge
+PatternToString.color=Farge
+PatternToString.EdgeColor=Edge Color[translate me]
+PatternToString.EdgeStyle=Rammestil
+PatternToString.EdgeWidth=Rammetykkelse
+PatternToString.FontBold=Uthevet
+PatternToString.Icon=Ikon
+PatternToString.NodeFontSize=Skriftst\u00F8rrelse
+plugins/ScriptEditor.exit=Avslutt
+plugins/ScriptEditor.menu_actions=Actions
+plugins/ScriptEditor.run=Kj\u00F8r
+plugins/ScriptEditor/window.Result=Resultat:
+plugins/ScriptEditor/window.title=Skriptredigering
+plugins/TimeList.xml_Created=Opprettet
+plugins/TimeList.xml_Date=Dato
+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_Cancel=Avbryt
+plugins/TimeManagement.xml_cancelButton=Avbryt
+plugins/TimeManagement.xml_closeButton=Lukk
+plugins/TimeManagement.xml_Export=Eksporter valgte noder
+plugins/TimeManagement.xml_Find=Finn
+plugins/TimeManagement.xml_Goto=G\u00E5 til
+plugins/TimeManagement.xml_hour=Time:
+plugins/TimeManagement.xml_menu_actions=Actions
+plugins/TimeManagement.xml_minute=Minutt:
+plugins/TimeManagement.xml_reminderButton=P\u00E5minnelse
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Forel\u00F8pig finnes det bare en p\u00E5minnelse per node. <br>Den n\u00E5v\u00E6rende p\u00E5minnelsen er satt til {0,date} {0,time}, ditt valg var {1,date} {1,time}. <br><br>Vil du endre tid for p\u00E5minnelsen (JA) <br>eller beholde den gamle (NEI)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=P\u00E5minnelse satt til {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Fjern p\u00E5minnelse
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Fjerne alle p\u00E5minnelser for noden.
+plugins/TimeManagement.xml_Replace=Bytt ut
+plugins/TimeManagement.xml_Replace_All=Bytt ut alle
+plugins/TimeManagement.xml_Replace_Selected=Bytt ut den valgte
+plugins/TimeManagement.xml_Select=Velg
+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...
+printing_settings=Utskriftsskalering
+PrintPreviewAction.text=Forh\u00E5ndsvisning...
+PropertyAction.text=Foretrekkes ...
+QuitAction.text=Lukk
+read_only=Read Only
+RedoAction.text=Gjenta
+RedoFilterAction.text=Gjenta
+ReminderHookAction.text=Fjern p\u00E5minnelse
+ReminderHookAction.tooltip=Fjerner en p\u00E5minnelse fra en node.
+RemoveAllIconsAction.text=Fjern alle ikoner
+RemoveIconAction.text=Fjern siste ikon
+repair_link=Reparer link
+repair_link_question=Kunne ikke \u00C5pne det lenkede kartet. Vil du reparere linken manuelt?
+replace=Bytt ut
+ResetNodeLocationAction.text=Tilbakestill posisjon
+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
+saved=Lagret
+scheme_evaluate=Evaluer!
+ScriptEditor.text=Skriptredigering...
+ScriptEditor.tooltip=Lar deg skrive st\u00F8rre skript i Freeplane.
+ScriptEditorPanel.changed_cancel=Skriptet ble endret. Er du sikker p\u00E5 at du ikke vil lagre disse endringene?
+select_favorites_folder=Velg mappen der du har dine favoritter
+select_folder_for_importing=Velg mappen du vil importere
+SelectAllAction.text=Velg alt synlig
+SelectBranchAction.text=Velg synlig gren
+selection_method_by_click=Enkeltklikk for \u00E5 velge
+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]
+ShowAllAttributesAction.text=Vis alle atributter
+ShowAncestorsAction.text=Vis forfedre
+ShowAttributeDialogAction.text=Atributth\u00E5ndterer
+ShowDescendantsAction.text=Vis etterkommere
+ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowHideNoteAction.text=Vis/skjul notatvindu
+ShowHideNoteAction.tooltip=Er et menyhurtigvalg for de sm\uFFFD pilene p\uFFFD delelinjen.
+ShowSelectedAttributesAction.text=Vis valgte atributter
+simplyhtml.aboutFrameTitle=Om dette programmet
+simplyhtml.alignCenter=senter
+simplyhtml.alignLabel=Posisjon:
+simplyhtml.alignLeft=venstre
+simplyhtml.alignRight=h\u00F8yre
+simplyhtml.allCellsRangeLabel=alle celler
+simplyhtml.allOccurrencesReplaced=Alle instanser er byttet ut
+simplyhtml.appendTableColLabel=Legg til kolonne
+simplyhtml.appendTableRowLabel=Legg til rad
+simplyhtml.applyCellAttrLabel=Brukes til
+simplyhtml.backgroundLabel=Bakgrunn:
+simplyhtml.boldItalicName=fet kursiv
+simplyhtml.boldName=fet
+simplyhtml.borderColorLabel=Farge:
+simplyhtml.borderWidthLabel=Bredde
+simplyhtml.bottomLabel=bunn:
+simplyhtml.cancelBtnName=Avbryt
+simplyhtml.cellBorderTabLabel=Kantlinjer
+simplyhtml.cellGenTabLabel=Generell
+simplyhtml.cellMarginTabLabel=Margin
+simplyhtml.cellPanelTitle=Celleformat
+simplyhtml.clearFormatLabel=Fjern formatering
+simplyhtml.clearFormatTip=Fjern formatering
+simplyhtml.close=Lukk
+simplyhtml.closeBtnName=Lukk
+simplyhtml.colorLabel=Farge
+simplyhtml.copyLabel=Kopier
+simplyhtml.copyTip=kopier
+simplyhtml.cTagNameHead1=Overskrift 1
+simplyhtml.cTagNameHead2=Overskrift 2
+simplyhtml.cTagNameHead3=Overskrift 3
+simplyhtml.cTagNameHead4=Overskrift 4
+simplyhtml.cTagNameHead5=Overskrift 5
+simplyhtml.cTagNameHead6=Overskrift 6
+simplyhtml.cTagNameLink=Link
+simplyhtml.cTagNameOL=Sortert liste
+simplyhtml.cTagNamePara=Avsnitt
+simplyhtml.cTagNameUL=Usortert liste
+simplyhtml.cutLabel=Klipp
+simplyhtml.cutTip=klipp ut
+simplyhtml.defaultDocName=Uten tittel
+simplyhtml.deleteTableColLabel=Slett kolonne
+simplyhtml.deleteTableRowLabel=Slett rad
+simplyhtml.docTitleQuery=Sett tittelen til:
+simplyhtml.docTitleTitle=Redigere dokumenttittel
+simplyhtml.editLabel=Redigere
+simplyhtml.effectLabel=Effekt
+simplyhtml.familyLabel=Familie
+simplyhtml.findNext=Finn neste
+simplyhtml.findReplaceDialogTitle=Finn og bytt ut
+simplyhtml.findReplaceLabel=Finn og bytt ut
+simplyhtml.findReplaceTip=finn & bytt ut
+simplyhtml.fontBoldLabel=Uthevet
+simplyhtml.fontBoldTip=bytt fet av/p\u00E5
+simplyhtml.fontDialogTitle=Format skrift
+simplyhtml.fontItalicLabel=Kursiv
+simplyhtml.fontItalicTip=bytt kursiv av/p\u00E5
+simplyhtml.fontLabel=Skrift...
+simplyhtml.fontTabLabel=Font
+simplyhtml.fontTip=Format skrift...
+simplyhtml.fontUnderlineLabel=Understreket
+simplyhtml.fontUnderlineTip=bytt understreket av/p\u00E5
+simplyhtml.foregroundLabel=Forgrunn:
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=Liste...
+simplyhtml.formatListTip=endre listeformat
+simplyhtml.formatParaLabel=Avsnitt...
+simplyhtml.formatParaTip=Endre avsnittsformatet
+simplyhtml.formatTableLabel=Tabell...
+simplyhtml.formatTableTip=Format tabell
+simplyhtml.helpLabel=Hjelp
+simplyhtml.htmlTabTitle=HTML-kodevisning
+simplyhtml.imageFileDesc=Bildefiler
+simplyhtml.insertTableColLabel=Sett inn kolonne
+simplyhtml.insertTableLabel=Tabell...
+simplyhtml.insertTableMsg=Hvor mange kolonner?
+simplyhtml.insertTableRowLabel=Sett inn rad
+simplyhtml.insertTableTitle=insertTable
+simplyhtml.italicName=kursiv
+simplyhtml.layoutTabTitle=Layout-visning
+simplyhtml.leftLabel=venstre:
+simplyhtml.listDialogTitle=Format liste
+simplyhtml.listIndentTitle=Innrykk:
+simplyhtml.listPosInside=innenfor
+simplyhtml.listPositionLabel=Posisjon:
+simplyhtml.listPosOutside=utenfor
+simplyhtml.listTypeCircle=runde punkter
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=punkt som filsymbol
+simplyhtml.listTypeLabel=Type:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=Ingen
+simplyhtml.listTypeSquare=firkantede punkter
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Ytre
+simplyhtml.matchCase=Ta hensyn til sm\u00E5 og store bokstaver
+simplyhtml.newStyleDefaultName=Ny stil
+simplyhtml.nextTableCellLabel=Neste celle
+simplyhtml.noLineLabel=Ingen
+simplyhtml.noMoreOccurrencesFound=Ingen (flere) instanser funnet
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Indre
+simplyhtml.paraAlignCenterLabel=Senterstilt
+simplyhtml.paraAlignCenterTip=Sett avsnitt senterstilt
+simplyhtml.paraAlignLeftLabel=Venstrestilt
+simplyhtml.paraAlignLeftTip=Sett avsnitt venstrestilt
+simplyhtml.paraAlignRightLabel=H\u00F8yrestilt
+simplyhtml.paraAlignRightTip=Sett avsnitt h\u00F8yrestilt
+simplyhtml.paraStyleDialogTitle=Avsnitt-stil
+simplyhtml.paraTabLabel=Avsnitt
+simplyhtml.pasteLabel=Lim inn
+simplyhtml.pasteTip=lim inn
+simplyhtml.plainName=normal
+simplyhtml.previewLabel=Forh\u00E5ndsvisning
+simplyhtml.previewText=Forh\u00E5ndsvisning av tekst
+simplyhtml.prevTableCellLabel=Forrige celle
+simplyhtml.redoLabel=Gjenta
+simplyhtml.redoTip=gjenta
+simplyhtml.replace=Bytt ut...
+simplyhtml.replaceAll=Alt
+simplyhtml.replaceDone=Ferdig
+simplyhtml.replaceNo=Nei
+simplyhtml.replaceThisQuery=Bytt ut denne instansen av
+simplyhtml.replaceWith=Bytt ut med:
+simplyhtml.replaceYes=Ja
+simplyhtml.rightLabel=h\u00F8yre:
+simplyhtml.searchDown=S\u00F8k ned
+simplyhtml.searchFromStart=S\u00F8k fra start
+simplyhtml.searchUp=S\u00F8k opp
+simplyhtml.selectAllLabel=Velg alt
+simplyhtml.sizeLabel=St\u00F8rrelse
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=Strek gjennom
+simplyhtml.styleLabel=Stil
+simplyhtml.styleNameInputText=Navnet p\u00E5 den nye stilen?
+simplyhtml.styleNameInputTitle=Lagre stil
+simplyhtml.tableBgColLabel=Bakgrunnsfarge:
+simplyhtml.tableDialogTitle=Format tabell
+simplyhtml.tableLabel=Tabell
+simplyhtml.tablePanelTitle=Tabellformat
+simplyhtml.tableWidthLabel=Bredde:
+simplyhtml.textIndentLabel=Innrykk:
+simplyhtml.textToFind=Tekst som skal finnes:
+simplyhtml.thisCellRangeLabel=denne cellen
+simplyhtml.thisColRangeLabel=denne kolonnen
+simplyhtml.thisRowRangeLabel=denne raden
+simplyhtml.toggleBulletsLabel=Punktmarkert liste av/p\u00E5
+simplyhtml.toggleBulletsTip=punktmarkert liste av/p\u00E5
+simplyhtml.toggleNumbersLabel=Nummerert liste av/p\u00E5
+simplyhtml.toggleNumbersTip=nummerert liste av/p\u00E5
+simplyhtml.topLabel=topp:
+simplyhtml.uLineLabel=Understreket
+simplyhtml.unableToOpenFileError=Filen kan ikke \u00E5pnes
+simplyhtml.unableToRedoError=Kan ikke gjenta:
+simplyhtml.unableToUndoError=Kan ikke angre:
+simplyhtml.undoLabel=Angre
+simplyhtml.undoTip=angre
+simplyhtml.valignBaseline=grunnlinje
+simplyhtml.valignBottom=bunn
+simplyhtml.valignLabel=Vertikal posisjon:
+simplyhtml.valignMiddle=midten
+simplyhtml.valignTop=topp
+simplyhtml.wholeWordsOnly=Kun hele ord
+SortNodes.text=Sorter barn
+SortNodes.tooltip=Sorter alle barn til en node alfabetisk.
+split=Del
+SplitNode.text=Del node
+SplitNode.tooltip=<html>Noden er delt</html>
+style=Stil
+svg=SVG[translate me]
+TimeListAction.text=Vis p\u00E5minnelsesliste ...
+TimeListAction.tooltip=Vis alle p\u00E5minnelser og tilh\u00F8rende noder.
+TimeManagementAction.text=Vis kalender...
+TimeManagementAction.tooltip=<html>Viser kalendermodulen til Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Fold barn inn/ut
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Skift mellom inn- og utfoldet
+ToggleLeftToolbarAction.text=Skift venstre verkt\u00F8ylinje
+ToggleMenubarAction.text=Skift menylinje
+ToggleToolbarAction.text=Skift verkt\u00F8ylinje
+undefined_error=En uventet feil har oppst\u00E5tt. V\u00E6r s\u00E5 snill \u00E5 sende en feilrapportering.
+underline=Understreket
+underlined=Understreket
+UndoAction.text=Angre
+UndoFilterAction.text=Angre
+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
+url_load_error=Kunne ikke \u00C5pne hjernekartet fra URL:
+UsePlainTextAction.text=Bruk normal tekst
+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
+width=Bredde
+yes=Ja
+ZoomInAction.text=Zoom Inn
+ZoomOutAction.text=Zoom Ut
diff --git a/freeplane/resources/translations/Resources_nl.properties b/freeplane/resources/translations/Resources_nl.properties
index 5e049ca..d3ae7e9 100644
--- a/freeplane/resources/translations/Resources_nl.properties
+++ b/freeplane/resources/translations/Resources_nl.properties
@@ -1,1769 +1,1769 @@
-about_text = Freeplane van Joerg Mueller\nEen programma voor het maken en bekijken van mindmaps.\nCopyright (C) 2000-2004 Joerg Mueller\nDeze software is gratis (GPL)\nHome: http://freeplane.sourceforge.net/\nVersion:
-AboutAction.text = Over Freeplane
-acceleratorPresets = Sneltoetsenset
-accelerators_loading_error = Kan de sneltoetsen niet laden uit {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Wijzig de opmaak van knopen
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Wijzig opmaakrofiel
-accessories/plugins/EncryptNode.properties_0 = Kies wachtwoord om knoop te beveiligen
-accessories/plugins/EncryptNode.properties_1 = De wachtwoorden verschillen of zijn te kort.
-accessories/plugins/EncryptNode.properties_2 = Geef een wachtwoord:
-accessories/plugins/EncryptNode.properties_3 = Geef het nog eens:
-accessories/plugins/EncryptNode.properties_4 = Geef je wachtwoord.
-accessories/plugins/EncryptNode.properties_5 = <html> Let op: de sterkte van de beveiliging<br> hangt af van de kwaliteit (voorspelbaarheid) van je wachtwoord.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Annuleer
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Je kunt alleen de beveiliging van een knoop met wachtwoord  in- en uitschakelen. Voeg een wachtwoord toe via het menu Extra.
-accessories/plugins/EncryptNode.properties_select_me = Kies mij om verder te gaan!
-accessories/plugins/EncryptNode.properties_wrong_password = Het wachtwoord is onjuist.
-accessories/plugins/ExportWithTWiki.text = TWiki
-accessories/plugins/ExportWithTWiki.tooltip = Exporteren mindmap als TWiki document.
-accessories/plugins/ExportWithXSLT.tooltip = Dit is een algemene export methode
-accessories/plugins/ExportWithXSLT_Applet.text = Java Applet
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exporteren mindmap als java browser applet.
-accessories/plugins/ExportWithXSLT_Flash.text = Flash
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exporteren mindmap als flash toepassing.
-accessories/plugins/ExportWithXSLT_HTML.text = XHTML, JavaScript
-accessories/plugins/ExportWithXSLT_HTML3.text = XHTML, Klikbare mindmap
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = TJI, Bronnen Taskjuggler
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html> Exporteert bronnen (resources) uit knoop RESOURCES naar Taskjuggler module. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = TJI, Taken TaskJuggler
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html> Exporteert taken uit TAKEN-knoop naar Taskjuggler module. </html>
-action_keystroke_in_use_error = Toets {0} voor actie {1} is al in gebruik voor actie {2}
-active = Aktief
-actual_map_styles = Conditionele stijl op mindmapniveau
-actual_node_styles = Conditionele stijl op knoopniveau
-add = &Toevoegen
-AddConnectorAction.text = Toevoegen verbindingslijn
-AddElementaryConditionAction.text = Toevoegen
-AddLocalLinkAction.text = Snelkoppeling naar andere knoop
-AddMenuItemLinkAction.text = Snelkoppeling naar menutoegang...
-AddOnDetailsPanel.authored.by = Door {0}
-AddOnDetailsPanel.header.function = Functie
-AddOnDetailsPanel.header.menu = Plaats van het menu
-AddOnDetailsPanel.header.shortcut = Sneltoets
-AddOnDetailsPanel.homepage = Homepagina
-addons.installer.canceled = Installatie afgebroken
-addons.installer.confirm.licence = <html><body><h1>Licentie</h1>{0}<p><p><em>Accepteer je deze licentie?</em></p></body></html>
-addons.installer.failed = Installatie mislukt: {0}
-addons.installer.freeplaneversion.format.error = Format error in {0} (waarde: {1})
-addons.installer.groovy.script.name = Script naam {0} eindigt niet met ".groovy"
-addons.installer.html.script = Script kern mag geen HTML zijn
-addons.installer.install = Installeren
-addons.installer.invalid.keyboard.shortcut = Onjuiste sneltoets {0}.
-addons.installer.licence.unchanged = Licentie is niet veranderd
-addons.installer.map.structure = Fout in mindmap structuur: {0}
-addons.installer.missing.child.nodes = Ontbrekende kindknopen: {0}
-addons.installer.missing.permission.attribute = Script {0}: missing permission attributes {1}
-addons.installer.missing.properties = Missende eigenschappen: {0}
-addons.installer.missing.translation = Ontbrekende vertaling {0} voor locale {1}
-addons.installer.no.scripts = Geen scripts aanwezig
-addons.installer.no.zipdata = Geen zip data gevonden
-addons.installer.nonstandard.permissions = Het script vereist de volgende permissie die op dit moment niet zijn ingeschakeled: {0}. \nMoeten ze standaard worden ingeschakeld ?
-addons.installer.one.child.expected = Er zou precies \u00e9\u00e9n kind van {0} moeten zijn.
-addons.installer.script.no.execution_mode = Geen  "execution_mode" attribuut gedefinieer voor {0}
-addons.installer.script.no.menulocation = Geen "menuLocation" attribuut gedefinieerd voor {0}
-addons.installer.script.no.menutitle = Geen "menuTitleKey" attribuut gedefinieerd voor {0}
-addons.installer.script.no.permissions = Geen permissies gedefinieerd voor {0}
-addons.installer.success = Installatie geslaagd.\nDe plugin zal beschikbaar zijn na een herstart.
-addons.installer.success.update = Update van {0} naar {1} geslaagd.\nSommige functies zijn pas beschikbaar na een herstart.
-addons.installer.title = Add-ons installatieprogramma
-addons.installer.too.new = Huidige Freeplane versie {0} is te nieuw. Deze plug-in ondersteunt maximaal {1}
-addons.installer.too.old = Huidige Freeplane versie {0} is te oud. Deze plug-in vereist tenminste {1}
-addons.installer.unknown.deinstallation.rules = Onbekende regels voor deinstallatie {0}
-addons.installer.update = Update van versie {0}
-addons.installer.warning = <html><body><em>Je moet alleen add-ons installeren van een bron die je vertrouwt. Kwaadaardige software kan schade toebrengen aan gegevens of je privacy.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = Toevoegen attributen uit stijl
-AddStyleAttributes.tooltip = Toevoegen attributen uit stijl
-AllMapsNodeListAction.text = Zoeken en vervangen alle mindmaps
-always = Altijd
-AlwaysUnfoldedNodeAction.text = Knoop atijd opengevouwen(wel/niet)
-antialias_all = Alles verzachten
-antialias_edges = Takken verzachten
-antialias_none = Niets verzachten
-apply = &Toepassen
-ApplyAction.text = &Toepassen
-ApplyFormatPlugin.text = &Algemene knoopstijl wijzigen...
-ApplyFormatPlugin.tooltip = Toont dialoogvenster waarin alle eigenschappen van knopen en lijnen  in \u00e9\u00e9n keer gewijzigd kunnen worden....
-ApplyNoFilteringAction.text = Stoppen filteren
-ApplySelectedViewConditionAction.text = Niet-geselecteerde knopen verbergen
-ApplyToVisibleAction.text = Verder filteren (verfijnen)
-as_parent = Als ouder (Niveau hoger)
-AskForHelp.text = Hulp vragen
-AssignAttributesAction.text = Zoeken en vervangen attributen...
-attribute_delete = Alle waarden wissen
-attribute_delete_value = Deze waarde wissen
-attribute_font_size_tooltip = Tekengrootte van attribuut
-attribute_list_box_label_text = Bestaande waarden
-attribute_name = Attribuutnaam
-attribute_replace = Vervangen door
-attribute_top = Alle bekende attributen voor de geladen Mindmaps
-attribute_value = Attribuutwaarde
-attributes_AddAttributeAction.text = Toevoegen attribuut...
-attributes_adding_empty_attribute_error = Attribuutnaam mag niet leeg zijn
-attributes_all = Alle attributen
-attributes_assign_dialog = Attributen toekennen
-attributes_attribute = Attribuut
-attributes_close = Sluiten
-attributes_deselect_all = Niets
-attributes_dialog_title = Attributenbeheerder
-attributes_edit = Bewerken attributen
-attributes_edit_tooltip = Set bewerken
-attributes_for_selected = Geslecteerde knopen
-attributes_for_visible = Alle zichtbare knopen
-attributes_import = & Importeren
-attributes_import_tooltip = Importeren attributen uit alle geladen mindmaps
-attributes_no_import_candidates_found = Geen nieuwe attributen gevonden
-attributes_popup_delete = Wissen attribuut
-attributes_popup_down = Naar beneden
-attributes_popup_edit = Bewerken attributen
-attributes_popup_hide = Verbergen attributen
-attributes_popup_new = Nieuw attribuut
-attributes_popup_optimal_width = Optimale breedte
-attributes_popup_up = Naar boven
-attributes_refresh = Vernieuwen
-attributes_RemoveAllAttributesAction.text = Alle attributen verwijderen
-attributes_RemoveFirstAttributeAction.text = Eerste attribuut verwijderen
-attributes_RemoveLastAttributeAction.text = Laatste attribuut verwijderen
-attributes_restricted_attributes_tooltip = Beperk de set attributen
-attributes_restricted_values_tooltip = Beperk waardenbereik voor huidig attribuut
-attributes_restriction = Beperkte set
-attributes_select_all = Alle attributen
-attributes_select_all_tooltip = Alle attributen (de)selecteren
-attributes_show = Tonen
-attributes_skip_root = Overslaan stamknoop
-attributes_visible = Geselecteerde attibuten tonen
-attributes_visible_tooltip = Geselecteerde attibuten tonen
-automatic_layout = Automatische layout
-automatic_layout_disabled = Uitgeschakeld
-automatically_save_message = De Mindmap werd automatisch opgeslagen met de bestandsnaam {0} ...
-AutomaticEdgeColorHookAction.text = Automatische takkleur
-AutomaticLayout.ALL = Voor alles
-AutomaticLayout.HEADINGS = Voor kopjes (headings)
-AutomaticLayout.level = Kop {0}.
-AutomaticLayout.level.root = Titel
-AutomaticLayoutAction.text = &Opmaken per knoopniveau
-AutomaticLayoutAction.tooltip = <html> Herstelt de standaardopmaak van de  mindmap. <br>Het eerste niveau is zwart, het tweede blauw enz.</html>
-AutomaticLayoutControllerAction.ALL.text = voor alle knopen
-AutomaticLayoutControllerAction.HEADINGS.text = voor niet-bladeren
-AutomaticLayoutControllerAction.null.text = uitgeschakeld
-BackAction.text = Achteruit in sequentie
-BackAction.tooltip = Terug in de selectiehistorie
-background = Achtergrond
-bitmaps = Afbeeldingen (bitmaps)
-black = Zwart
-BlinkingNodeHookAction.text = Knipperende knoop
-BlinkingNodeHookAction.tooltip = <html> Dit laat de knoop knipperen. Maar wees voorzichtig: pas dit niet op teveel knopen toe, en <strong> niet samen met andere automatische opmaakmogelijkheden op dezelfde knoop</strong></html>
-blue = Blauw
-BoldAction.text = Vet
-boldify_branch = Vet maken
-branch = Tak
-browse = Verkennen...
-calendar_attributes_panel = Agenda en attributen
-calendar_panel = Agenda
-can_not_connect_to_info_server = Kan geen verbinding maken met de server
-can_not_delete_predefined_style = Kan voorgedefinieerde opmaakstijl niet wissen
-can_not_delete_root_style = Kan opmaakstijl stamknoop niet wissen
-can_not_delete_style_group = Kan sijlgroep niet wissen
-can_not_save_key_set = Kan de set met sneltoetsen niet bewaren
-cancel = &Annuleren
-CancelAction.text = &Annuleren
-cannot_add_parent_diff_parents = Alle knopen moeten dezelfde ouder hebben om deze functie te kunnen gebruiken.
-cannot_add_parent_to_root = De stamknoop kan niet aan een nieuwe ouderknoop worden gekoppeld.
-cannot_delete_root = De stamknoop kan niet worden gewist
-cannot_join_nodes_with_children = Knopen met takken (kindknopen) kunnen niet worden samengevoegd
-cannot_move_to_child = Een ouderknoop kan niet direkt aan zijn kindknoop worden gehangen.
-CenterAction.text = Centreren
-CenterSelectedNodeAction.text = Geselecteerde knoop centreren
-ChangeConnectorArrowsAction.backward.text = Pijl achteruit
-ChangeConnectorArrowsAction.both.text = Pijlen naar beide kanten
-ChangeConnectorArrowsAction.forward.text = Pijl vooruit
-ChangeConnectorArrowsAction.none.text = Lijn zonder pijl
-ChangeConnectorArrowsAction.text = Wijzig pijlen verbindingslijn
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Bocht
-ChangeConnectorShapeAction.EDGE_LIKE.text = Als tak
-ChangeConnectorShapeAction.LINE.text = Lijn
-ChangeConnectorShapeAction.LINEAR_PATH.text = Rechthoekige lijn
-ChangeNodeLevelLeftsAction.text = Naar beneden en ouderniveau
-ChangeNodeLevelLeftsAction.tooltip = Geselecteerde knopen links van de stamknoop verplaatsen naar boven en worden kindknopen van de knoop boven de huidige knoop. Knopen rechts van de stamknoop verplaatsen naar boven. Hierop is een uitzondering: knopen direct links of rechts van de stamknoop verplaatsen naar de andere zijde van de stamknoop.
-ChangeNodeLevelRightsAction.text = Naar boven en kindniveau
-ChangeNodeLevelRightsAction.tooltip = Geselecteerde knopen rechts van de stamknoop verplaatsen naar beneden en worden kindknopen van de knoop onder de huidge knoop. Knopen links van de stamknoop verplaatsen naar boven. Hierop is een uitzondering: knopen direct links of rechts van de stamknoop verplaatsen naar de andere zijde van de stamknoop.
-choose_background_color = Kies achtergrondkleur:
-choose_cloud_color = Kies wolkkleur:
-choose_edge_color = Kies takkleur
-choose_map_background_color = Kies achtergrondkleur mindmap
-choose_node_background_color = Kies achtergrondkleur knoop:
-choose_node_color = Kies tekstkleur voor de knoop:
-ClearLinkAnchorAction.text = Wissen koppelingsanker
-ClearLinkAnchorAction.tooltip = <html>wis eerder ingesteld knoopanker</html>
-close_btn = Sluiten
-CloseAction.text = &Sluiten mindmap
-CloudAction.text = Maken/verwijderen wolk
-CloudColorAction.text = Kleur wolk...
-CloudShapeAction.ARC.text = Boog
-CloudShapeAction.RECT.text = Rechthoek
-CloudShapeAction.ROUND_RECT.text = Afgeronde rechthoek
-CloudShapeAction.STAR.text = Ster
-ColorProperty.ResetColor = Kleur herstellen
-combined = Gecombineerd
-condition = Conditie
-confirmation = Bevestiging
-connector = Verbindingslijn
-connector_arrows = Pijlvorm verbindingslijn
-connector_label = Label bij verbindingslijn
-connector_lines = Lijnvorm verbindingslijn
-connector_shapes = Bochtvorm verbindingslijn
-ConnectorColorAction.text = Kleur verbindingslijn...
-CopyAction.text = Kopi\u00ebren
-CopyAction.tooltip = Kopieer geselecteerde tak
-CopyAttributes.text = Kopi\u00ebren attributen
-CopyIDAction.text = Kopi\u00ebren knoop-ID
-CopyMapStylesAction.text = Mindmapstijl toepassen
-CopyNodeURIAction.text = Kopieer URI van knoop
-copyright = Copyright \u00a9 2000-2012 Freeplane team en anderen
-CopySingleAction.text = Kopi\u00ebren zonder zijtakken
-CopySingleAction.tooltip = Kopieer alleen de geselecteerde knoop
-CopyStyleExtensionsAction.text = Toevoegen uit stijlsjabloon
-corrupt_map = De inhoud van de mindmap is beschadigd
-CreateConjunctConditionAction.text = En
-CreateDisjunctConditionAction.text = Of
-CreateNotSatisfiedConditionAction.text = Niet
-CreationModificationPluginAction.text = &Tonen wanneer gewijzigd
-CreationModificationPluginAction.tooltip = <html> Deze functie houdt bij wanneer knopen gemaakt en gewijzigd zijn.</html>
-current_dir = Mindmaps
-CutAction.text = Knippen
-decrease_branch_font_size = Lettertype verkleinen
-DecreaseNodeFontAction.text = Lettertype verkleinen
-default = Standaardstijl
-DefaultColorAction.text = Standaardkleur
-defaultstyle.details = Knoopdetails
-defaultstyle.floating = Zwevende knoop
-defaultstyle.note = Knoopnotitie
-delete = &Wissen
-delete_child = Wissen kindknoop
-DeleteAction.text = Verwijderen knoop
-DeleteConditionAction.text = Wissen
-DeleteDetailsAction.text = Verwijderen knoopdetails
-DeleteLevelStyleAction.text = Wissen automatische opmaakstijl voor niveau
-DeleteStyleAction.text = Wissen opmaakstijl
-DeleteUserStyleAction.text = Wissen van door de gebruiker defefinieerde opmaakstijl
-dialect_info.app = Mindmap bestand {0} is gemaakt met programma {1}.
-dialect_info.unknownApp = Het geladen mindmap bestand is gemaakt met een onbekend programma.
-dialect_info.unknownURL = Zijn website is onbekend.
-dialect_info.url = Bezoek programmawebsite {0} voor meer informatie.
-dialect_info.warning = Freeplane kan onjuist worden geopend, getoond of bewaard.
-DirectHtmlFlavorHandler = HTML als enkele knoop
-DocumentationAction.text = Documentatie
-down = N&aar beneden
-download = Laad
-dropped_file_error = Kon het geplakte bestand(en) niet openen. Oorzaak: {0}
-edge = Tak
-edge_is_formatted_by_style = Takopmaak bepaald door stijl...
-edge_style = Vorm tak
-edge_width = Dikte tak
-EdgeColorAction.text = Kleur tak
-EdgeStyleAction.bezier.text = Ronde bocht
-EdgeStyleAction.bezier.tooltip = <html>Toon de tak als bocht.</html>
-EdgeStyleAction.hide_edge.text = Verborgen
-EdgeStyleAction.hide_edge.tooltip = <html>Toon voor de geselecteerde knopen de verbinding naar de ouder als<br>stippellijn en verberg de verbinding in andere gevallen..</html>
-EdgeStyleAction.horizontal.text = Rechthoekige bocht
-EdgeStyleAction.horizontal.tooltip = <html>Gebruik loodrechte rechte lijnen voor de takken.</html>
-EdgeStyleAction.linear.text = Rechte lijn
-EdgeStyleAction.linear.tooltip = <html>Toon de tak als rechte lijn.</html>
-EdgeStyleAction.sharp_bezier.text = Taps toelopend ronde bocht
-EdgeStyleAction.sharp_bezier.tooltip = <html>Toon de tak als bocht met scherpe uiteinden.</html>
-EdgeStyleAction.sharp_linear.text = Tapstoelopend recht
-EdgeStyleAction.sharp_linear.tooltip = <html>Toon de tak als rechte lijn met scherpe uiteinden.</html>
-EdgeStyleAsParentAction.text = Als ouderknoop
-EdgeStyleAsParentAction.tooltip = <html>Use edge style of parent node.</html>[obsolete]
-EdgeWidthAction_width_parent.text = Als ouderknoop
-EdgeWidthAction_width_thin.text = Dun
-edit = Be&werken
-edit.decision = HTML Editor
-edit.edit_rich_text = Wil je opmaak zoals Vet en Schuin gebruiken ?
-edit_details = Bewerken knoopdetails
-edit_end_label = <html>Connector<br>label
-edit_label_font_family = Lettertype
-edit_label_font_size = Lettergrootte
-edit_link_manually = De koppeling intypen...
-edit_long_node = Bewerken knoopkern in apart venster
-edit_middle_label = Tekstlabel midden
-edit_note = Bewerken notitie
-edit_source_label = Tekstabel begindzijde
-edit_target_label = Tekstlabel eindzijde
-edit_transparency_label = Doorschijnendheid
-edit_width_label = Dikte
-EditAction.text = Bewerken knoopkern (snel)
-EditAttributesAction.text = Toevoegen en bewerken attribuut
-EditDetailsAction.text = Bewerken knoopdetails (snel)
-EditDetailsInDialogAction.text = Bewerken knoopdetails in apart venster
-EditFilterAction.text = Componeren filter
-EditLongAction.text = Bewerken knoopkern in apart venster
-EditNoteInDialogAction.text = Bewerken knoopnotitie
-EditScript = Bewerken script...
-EditStylesAction.text = Bewerken knoopstijlen
-EncryptedMap.text = Nieuwe beveiligde mindmap ...
-EncryptedMap.tooltip = Maken beveiligde mindmap
-enter_base_url = Ik ga relatieve koppelingen plakken. Geef uw basis URL op.
-enter_condition_name = Voer niewe naam in voor de conditie
-enter_confirms = &Entertoets bevestigt
-enter_keyset_name = Invoeren naam voor set met sneltoetsen
-enter_map_url = Vul URL van mindmap in.
-enter_new_style_name = Invoeren naam voor opmaakstijl
-enter_node_id = Voer knoop ID in
-enter_zoom = Invoeren zoom factor
-EnterPassword.text = Opgeven wachtwoord
-error = Er is een fout opgetreden
-error_applying_template = Fout bij het toepassen van XSL template
-error_creating_directory = Kan geen map voor export maken.
-error_in_template = Fouten in standaard mindmap template {0}. Probeer dit bestand te verwijderen.
-errornumber = {0} fouten
-ExecuteScriptError.text = Fout bij uitvoeren script \n {0}Controleer het log-bestand voor details.
-ExecuteScriptForAllNodes.text = Uitvoeren alle scripts
-ExecuteScriptForSelectionAction.text = Uitvoeren scripts van geselecteerde knopen
-ExecuteScriptOnSelectedNode.text = Uitvoeren {0} voor alle geselecteerde knopen
-ExecuteScriptOnSelectedNodeRecursively.text = Recursief uitvoeren {0} voor alle knopen
-ExecuteScriptOnSingleNode.text = Uitvoeren {0} voor \u00e9\u00e9n geselecteerde knoop
-ExecuteScripts.noScriptsAvailable = Niet aanwezig
-ExecuteScripts.text = Beschikbare groovy scripts
-ExecuteScriptSecurityError.text = Er is een fout opgetreden bij de uitvoering van script: {0}
-export_failed = xporteren is mislukt
-export_pdf_text = PDF, Portable Document Format
-export_svg_text = SVG, Scalable Vector Graphic
-export_using_xslt = Exporteren naar:
-ExportAction.text = &Exporteren...
-ExportBranchAction.text = Exporteren tak als nieuwe mindmap
-ExportBranchToHTMLAction.text = HTML, volledige tak
-exported_file = {0} bestand
-ExportPdf.text = PDF, Portable Document Format
-ExportSvg.text = SVG, Scalable Vector Graphics
-ExportToHTMLAction.text = HTML, hele mindmap
-ExportToImage.jpg.text = JPEG, gecomprimeerd beeld
-ExportToImage.png.text = PNG, Portable Network Graphic
-ExportToOoWriter.text = ODT, Open Office Text
-extension_menu = &Opmaakpatronen...
-ExternalImage_popupMenu_Change = Wijzig...
-ExternalImage_popupMenu_Open = Open in viewer
-ExternalImage_popupMenu_Remove = Verwijder
-ExternalImage_popupMenu_ResetZoom = Herstel zoom
-ExternalImageAddAction.text = Toevoegen afbeelding
-ExternalImageChangeAction.text = Wijzigen afbeeldingsgrootte
-ExternalImageRemoveAction.text = Verwijderen afbeelding
-ExtractLinkFromTextAction.text = Koppeling uit tekstadres
-ExtractLinkFromTextAction.tooltip = Maak snelkoppeling van adres in kern
-f_button_unassigned = <geen actie>
-FaqOpenURLAction.text = FAQ
-file = &Bestand
-file_already_exists = Het bestand {0} bestaat al. Wil je het overschrijven?
-file_not_found = Bestand {0} niet gevonden
-FileListFlavorHandler = Hyperlinks naar bestanden
-FileProperties_BranchLeafCount = Aaantal bladknopen in geselecteerde tak(ken)
-FileProperties_BranchNodeCount = Aantal knopen in geselecteerde tak(ken):
-FileProperties_ChangesSinceLastSave = Wijzigingen na laatste keer bewaren:
-FileProperties_FileName = Bestandsnaam:
-FileProperties_FileSaved = Opgeslagen bestand:
-FileProperties_FileSize = Bestandsgrootte:
-FileProperties_MainBranchCount = Aantal hoofdtakken:
-FileProperties_NeverSaved = Nooit opgeslagen
-FileProperties_NodeChildCount = Aantal kinderen van geselecteerde knop/knopen:
-FileProperties_NodeSelectionCount = Aantal geselecteerde knopen:
-FileProperties_TotalFilteredCount = Aantal knopen dat aan filtercriterium voldoet:
-FileProperties_TotalLeafCount = Totaal aantal bladknopen:
-FileProperties_TotalNodeCount = Totaal aantal knopen:
-FilePropertiesAction.text = Mindmapeigenschappen
-FileRevisionsDialog.cancel = Niet uitvoeren
-FileRevisionsDialog.file_last_modified = Tijdstempel
-FileRevisionsDialog.file_name = Bestand
-FileRevisionsDialog.file_size = Bytes
-FileRevisionsDialog.open = Open
-FileRevisionsDialog.open.tooltip = Open bestand ook indien verouderd
-FileRevisionsDialog.question = Versies (Revisies) gevonden van {0}
-FileRevisionsDialog.restore = Herstellen
-FileRevisionsDialog.restore.tooltip = Vervangen {0} door {1}
-FileRevisionsDialog.title = Bestandsversies(revisies)
-filter = Filter
-filter_add = &Toevoegen
-filter_and = &En
-filter_any_text = Kern, details of notitie
-filter_conditions = Filters
-filter_contains = Bevat
-filter_created_after = Gemaakt na
-filter_created_before = Gemaakt voor
-filter_delete = &Wissen
-filter_details = Knoopdetails
-filter_dialog = Filter samenstellen
-filter_does_not_exist = Bestaat niet
-filter_edit_description = Bewerken filterlijst
-filter_enter_value = Invoeren waarde
-filter_even_level = Knoop op oneven niveau
-filter_exist = Bestaat
-filter_icon = Pictogram
-filter_is_equal_to = Is gelijk aan
-filter_is_not_equal_to = Is niet gelijk aan
-filter_leaf = Bladknoop
-filter_link = Koppeling
-filter_match_approximately = Benaderen
-filter_match_approximately_tooltip = <html>Of benaderingen zijn toegestaan,<br/>bijv zoeken naar 'bestand' vindt ook ''berand''.</html>
-filter_match_case = Hoofdlettergevoelig
-filter_match_case_tooltip = Of rekening moet worden gehouden met hoofd/kleine letters.
-filter_modified_after = Gewijzigd na
-filter_modified_before = Gewijzigd voor
-filter_no_filtering = Geen filter
-filter_node = Knoopkern
-filter_node_level = Knoopniveau
-filter_not = &Niet
-filter_note = Knoopnotitie
-filter_odd_level = Knoop op even niveau
-filter_or = &Of
-filter_parent = Knoopkern van ouder
-filter_periodic_level = Periodiciteit
-filter_priority = Pioriteit
-filter_regexp_matches = Komt overeen met reguliere expressie
-filter_reminder = Herinnering
-filter_reminder_after = vindt plaats na
-filter_reminder_before = vindt plaats voor
-filter_reminder_executed = al uitgevoerd
-filter_reminder_later = later ingesteld
-filter_root = stamknoop
-filter_script = Script filter
-filter_select = &Selecteren
-filter_selected_node_view = Huidige geselecteerde knopen
-filter_selected_node_view_snapshot = Opgeslagen selectie
-filter_style = Opmaakstijl
-filter_time = Tijdstip
-FilterComposerDialog.save = Bewaren
-filters_not_loaded = Filter kon niet worden geladen, bestand is beschadigd.
-find_what = Wat wil je zoeken?
-FindAction.text = Zoeken...
-FirstGroupNodeAction.text = Eerste knoop van groep
-fit_map_to_page = Op \u00e9\u00e9n pagina laten passen
-fit_map_to_page_height = Maak de hoogte passend op de pagina
-fit_map_to_page_width = Maak de breedte passend op de pagina
-FitToPage.text = Maak passend op de pagina
-FitToPage.tooltip = Grootte van de mindmap aanpassen aan de huidige venstergrootte.
-fold = Dichtvouwen (verbergen)
-FoldAllAction.text = Alle afstammelingen dichtvouwen
-FoldAllAction.tooltip = <html> Alle afstammelingen dichtvouwen.</html>
-FoldOneLevelAction.text = E\u00e9n niveau dichtvouwen
-FoldOneLevelAction.tooltip = <html>  E\u00e9n niveau dichtvouwen.</html>
-follow_graphical_link = Ga naar:
-FollowLinkAction.text = Openen hyperlink
-font = Lettertype
-FontFamilyAction.text = Lettertypenaam (font)
-FontSizeAction.text = Lettertypegrootte
-format_invalid_pattern = Geen geldig patroon
-format_menu_cloud_shapes = Toevoegen wolk of veranderen vorm
-format_menu_edge_styles = Vorm tak
-format_menu_edge_widths = Dikte tak
-format_panel = Opmaak
-FormatCopy.text = Kopi\u00ebren opmaak (kern)
-FormatCopy.tooltip = <html> Hiermee kopi\u00eber je alleen de opmaak van een knoop.</html>
-FormatPaste.text = Plakken opmaak
-FormatPaste.tooltip = <html> Hiermee plak je de opmaak van een knoop.</html>
-formats_not_loaded = Formaten konden niet worden geladen, bestand is beschadigd
-formula.error.attributeValueIsNull = Attribuutwaarde "{0}" is leeg na evaluatie
-formula.error.circularReference = Cirkelverwijzing: De formule in knoop "{0}"verwijst naar zichzelf.
-formula.EvaluateAllAction.text = Alles uitrekenen
-formula.EvaluateAllAction.tooltip = Alle formules in de huidige map uitrekenen
-formula.menuname = Formules
-formula_editor = Bewerken formule
-ForwardAction.text = Vooruit in sequentie
-ForwardAction.tooltip = Vooruit in de selectiehistorie
-FreeNodeAction.text = Vrije knoop (aan/uit)
-Freeplane.progress.buildScreen = Scherm opbouwen...
-Freeplane.progress.createController = Controller aanmaken...
-Freeplane.progress.createInitialMode = Initi\u00ebleInitiele modus bepalen...
-Freeplane.progress.endStartup = Opstarten be\u00ebindigen
-Freeplane.progress.gettingPreferenceDirectories = Mappen met voorkeuren ophalen...
-Freeplane.progress.gettingPreferences = Voorkeuren ophalen...
-Freeplane.progress.loadMaps = Mindmap bestanden openen
-Freeplane.progress.propagateLookAndFeel = Verspreid verschijningvorm over kindknopen...
-Freeplane.progress.settingPreferences = Voorkeuren instellen
-Freeplane.progress.startCreateController = Begin met aanmaken van een Controller...
-Freeplane.progress.updateLookAndFeel = Bijwerken verschijningsvorm...
-freeplane_reverted = Freeplane_Teruggezet_
-FreeplaneHelpStarter.text = On line help...
-FreeplaneHelpStarter.tooltip = Uitgebreide help voor Freeplane op het Internet.
-GettingStartedAction.text = Handleiding
-GotoLinkNodeAction.text = Open snelkoppeling
-GotoNodeAction.text = Naar knoop met ID...
-GrabKeyDialog.common.cancel = Annuleren
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Toegewezen aan
-GrabKeyDialog.grab-key.assigned-to.none = Nog niet toegewezen
-GrabKeyDialog.grab-key.clear = Wissen
-GrabKeyDialog.grab-key.remove = Verwijderen
-GrabKeyDialog.grab-key.remove-ask = Weet je zeker dat je deze toets wilt verwijderen?
-GrabKeyDialog.grab-key.title = Nieuwe toetsactie bepalen
-green = Groen
-help = &Help
-HideableAction.tooltip = <htm>Markeren van de achtergrond van elke vernaderde knoop. <html>
-HideAllAttributesAction.text = Verbergen van alle atributen
-HierarchicalIcons2Action.text = Toon kruispunt kind-pictogrammen
-HierarchicalIconsAction.text = Pictogrammenhi\u00ebrarchie
-HierarchicalIconsAction.tooltip = Als \u00e9\u00e9n van mijn onderliggende mappen een icoontje heeft, dan zal ik dat ook in het klein tonen
-hot_keys = Sneltoetsen
-hot_keys_table = Overzicht sneltoetsen
-HotKeyInfoAction.text = Overzicht van sneltoetsen
-html_export_based_on_headings = HTML-export - Gebaseerd op koppen
-html_export_fold_all = HTML-export - Alleen hoofdtakken tonen, andere takken dichtvouwen
-html_export_fold_currently_folded = HTML-export - Alleen openvouwen wat nu op de mindmap zichtbaar is
-html_export_no_folding = HTML-export - Alle takken opengevouwen
-html_problem = <html>Kan geen html genereren<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Optelling
-icon_attach = Kijk hier
-icon_audio = Audio
-icon_back = Terug
-icon_bee = Freeplane
-icon_bell = Onthouden
-icon_bookmark = Uitstekend
-icon_broken-line = Kapot
-icon_button_cancel = Niet OK
-icon_button_ok = OK
-icon_calendar = Datum
-icon_checked = Vinkje
-icon_clanbomber = Gevaarlijk
-icon_clock = Tijd
-icon_clock2 = Herinnering
-icon_closed = Geen toegang
-icon_decrypted = Niet beveiligd, open
-icon_desktop_new = Niet vergeten
-icon_division = Deling
-icon_down = Naar beneden
-icon_edit = Uitwerken
-icon_encrypted = Op slot
-icon_executable = Uitvoerbaar programma
-icon_family = Familie
-icon_fema = Man & vrouw
-icon_female1 = Vrouw1
-icon_female2 = Vrouw2
-icon_females = Vrouwen
-icon_flag = Rode vlag
-icon_flag-black = Zwarte vlag
-icon_flag-blue = Blauwe vlag
-icon_flag-green = Groene vlag
-icon_flag-orange = Oranje vlag
-icon_flag-pink = Roze vlag
-icon_flag-yellow = Gele vlag
-icon_folder = Map
-icon_forward = Vooruit
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Prioriteit 0
-icon_full-1 = Prioriteit 1
-icon_full-2 = Prioriteit 2
-icon_full-3 = Prioriteit 3
-icon_full-4 = Prioriteit 4
-icon_full-5 = Prioriteit 5
-icon_full-6 = Prioriteit 6
-icon_full-7 = Prioriteit 7
-icon_full-8 = Prioriteit 8
-icon_full-9 = Prioriteit 9
-icon_go = Groen stoplicht
-icon_gohome = Thuis
-icon_group = Groep
-icon_help = Vraag
-icon_hourglass = Wachten
-icon_icon_not_found = Pictogram niet gevonden
-icon_idea = Idee
-icon_image = Afbeelding
-icon_info = Informatie
-icon_internet = Internet
-icon_internet_warning = Internetwaarschuwing
-icon_kaddressbook = Telefoon
-icon_kmail = E-Mail
-icon_knotify = Muziek
-icon_korn = Postbus
-icon_ksmiletris = Ik ben gelukkig
-icon_launch = Lancering
-icon_licq = Leuk
-icon_list = Lijst
-icon_Mail = Post
-icon_male1 = Man1
-icon_male2 = Man2
-icon_males = Mannen
-icon_menu = Pictogram
-icon_messagebox_warning = Belangrijk
-icon_mindmap = Mindmap
-icon_multiplication = Vermenigvuldiging
-icon_narrative = Vertelling
-icon_negative = Negatief
-icon_neutral = Neutraal
-icon_password = Sleutel
-icon_pencil = Verder uitwerken
-icon_penguin = Linux
-icon_positive = Positief
-icon_prepare = Geel verkeerslicht
-icon_revision = Revisie
-icon_smiley-angry = Boos
-icon_smiley-neutral = Geen idee
-icon_smiley-oh = Verrassing
-icon_smily_bad = Vind ik niet leuk
-icon_stop = Rood verkeerslicht
-icon_stop-sign = Stop
-icon_subtraction = Aftrekking
-icon_unchecked = Zonder vinkje
-icon_up = Naar boven
-icon_user_icon = Gebruikerpictogrammen
-icon_very_negative = Zeer negatief
-icon_very_positive = Zeer positief
-icon_video = Video
-icon_wizard = Magie
-icon_xmag = Discussie nodig
-icon_yes = Belangrijk
-IconGroupPopupAction.arrows.text = Pijlen
-IconGroupPopupAction.docs_folders.text = Documenten en mappen
-IconGroupPopupAction.flags.text = Vlaggen
-IconGroupPopupAction.math.text = Berekening
-IconGroupPopupAction.media.text = Media
-IconGroupPopupAction.miscellaneous.text = Allerhande
-IconGroupPopupAction.nature.text = Natuur
-IconGroupPopupAction.numbers.text = Getallen
-IconGroupPopupAction.office.text = Kantoor
-IconGroupPopupAction.people.text = Mensen
-IconGroupPopupAction.rating.text = Score
-IconGroupPopupAction.signs.text = Tekens
-IconGroupPopupAction.smiley.text = Smiley
-IconGroupPopupAction.time.text = Tijd
-IconGroupPopupAction.user.text = Gebruikerpictogrammen
-IconProgressExtended10Action.text = Grote schijf  met 10% punt
-IconProgressExtended10Action.tooltip = <html>Voegt schijf toe met punt die 10% groter wordt bij dubbel rechtsklikken. .<br>Control + dubbel rechtsklikken vermindert het percentage of verwijdert de schijfpunt..</html>
-IconProgressExtended25Action.text = Grote schijf met 25% punt
-IconProgressExtended25Action.tooltip = <html>Voegt %schijf toe punt die 25% groter wordt bij dubbel rechtsklikken..<br> Control +dubbel linksklikken verkleint of verwijdert de schijfpunt.</html>
-IconProgressIconDownAction.text = Verminderen %
-IconProgressIconDownAction.tooltip = Vermindert/verwijdert schijfpunten (100%->75%->50%->25%->0%->verwijder).
-IconProgressIconUpAction.text = Vermeerderen %
-IconProgressIconUpAction.tooltip = Vermeerder schijfpunt pictogram (0%->25%->50%->100% + OK)
-IconProgressRemoveAction.text = Verwijder schijfpunt
-IconProgressRemoveAction.tooltip = Verwijder %schijf (pictogram en grote schijf).
-IconSelectionPlugin.text = Kiezen pictogram uit tabel...
-IconSelectionPlugin.tooltip = <html> Hier kun je een pictogram kiezen..</html>
-image_covertLink = Converteer koppeling naar afbeelding
-ImageFlavorHandler = Afbeelding (gebruik apart bestand)
-import = Importeren
-import_linked_branch_no_link = De geselecteerde knoop heeft geen hyperlink om de afbeelding te importeren.
-ImportAction.text = &Importeren
-ImportBranchAction.text = Importeren volledige tak...
-ImportExplorerFavoritesAction.text = Importeren Explorer-favorieten...
-ImportFolderStructureAction.text = Importeren mappenstructuur...
-ImportLinkedBranchAction.text = Importeren gekoppelde tak...
-ImportLinkedBranchWithoutRootAction.text = Importeren gekoppelde tak zonder stamknoop...
-ImportMindmanagerFiles.text = Importeren MindManager X5 Map...
-increase_branch_font_size = Lettertype vergroten
-IncreaseNodeFontAction.text = Lettertype vergroten
-internal_error_tooltip = Interne fout. Raadpleeg laatste log bestand in {0} voor meer informatie.
-invalid_export_file = Ongeldige bestandsnaam voor exporteren
-invalid_file_msg = Kon bestand voor {0} niet vinden
-invalid_uri = Ongeldige URI {0}
-invalid_url = Kon geen geldige URL maken
-invalid_url_msg = Kon geen geldige URL maken voor (0)
-ItalicAction.text = Schuin
-italicise_branch = Schuin
-java_version = Java versie: {0}
-JoinNodesAction.text = Samenvoegen knopen
-LatexDeleteLatexAction.text = Verwijderen formule (LaTex)
-LatexEditLatexAction.text = Bewerken formule (LaTeX)...
-LatexInsertLatexAction.text = Toevoegen formule (LaTeX)...
-less_than_two_selected_nodes = Je moet minstens twee knopen selecteren om een snelkoppeling te maken.
-license = Licentie
-license_text = Freeplane - Een programma om Mindmaps te maken en te bekijken\nCopyright (C) 2000-2010  Joerg Mueller <joergmueller at bigfoot.com>\nBekijk COPYING voor details\n\nDit programma is gratis software; U kunt het opnieuw distribueren en- of\naanpassen onder de voorwaarden van de GNU General Public License\nzoals gepubliceerd door de Free Software Foundation; versie 2\nvan de licentie, of (naar eigen keuze) een latere versie.\n\nDit programma is verstrekt in de hoop dat het bruikbaar is ,\nmaar zonder enige garantie te geven over de\nverhandelbaarheid of geschiktheid voor een specifiek doel. Zie de \nGNU General Public License voor meer details.\n\nU moet een kopie van de GNU General Public License\nhebben ontvangen bij dit programma; Als dat niet zo is, schrijf naar de Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = Onjuiste koppeling "{0}" niet geopend.
-link_not_available_any_more = De koppeling werkt niet meer. De knoop is ondertussen verwijderd.
-link_not_found = Koppeling {0} niet gevonden.
-load = Laden
-load_accelerator_presets = Laden
-LoadAcceleratorPresetsAction.textPatterns.text = Sets met sneltoetsen:
-locking_failed_by_open = Mindmap {0} is in gebruik en wordt daarom als alleen-lezen geopend.
-locking_failed_by_save_as = Mindmap {0} is in gebruik en daarom wordt de actie bewaren-als afgebroken.
-locking_old_lock_removed = Mindmap {0} was geblokkeerd omdat deze in gebruik was door gebruiker {1}. De blokkering is nu ongedaan gemaakt.
-long_node_changed_cancel = U heeft de knoop gewijzigd. Wilt u de wijzigingen annuleren?
-long_node_changed_submit = U heeft de knoop gewijzigd. Wilt u de wijzigingen bewaren?
-lots_of_links_warning = Je gaat veel koppelingen naar dezelfde knoop maken. Wilt je deze koppelingen werkelijk aanmaken?
-main_resource_directory = Installeren bronnen: {0}
-MainView.errorUpdateText = Fout bij het instellen van de tekst voor input: {0}.\n De fout was: {1}
-MakeLinkFromAnchorAction.text = Maken koppeling vanaf anker
-MakeLinkFromAnchorAction.tooltip = <html>maken koppeling van <br/>de ankerknoop naar de geselekteerde knoop; ook tussen mindmaps</html>
-MakeLinkToAnchorAction.text = Maken koppeling naar anker
-MakeLinkToAnchorAction.tooltip = <html>maken van een koppeling  van<br/>de geselekteerde knoop naar de ankerknoop;ook tussen mind maps</html>
-ManageAddOnsAction.text = Add-ons
-ManageAddOnsDialog.activate = Activeren
-ManageAddOnsDialog.activation.success = {0} wordt actief na een herstart
-ManageAddOnsDialog.authored.by = door {0}
-ManageAddOnsDialog.cannot.activate = Kan niet aktiveren: {0} is al aktief.
-ManageAddOnsDialog.cannot.configure = Kan niet configureren {0}.
-ManageAddOnsDialog.cannot.deactivate = Kan niet deactiveren: {0} is niet aktief.
-ManageAddOnsDialog.cannot.deinstall = Kanniet deinstalleren {0}.
-ManageAddOnsDialog.configure = Instellen
-ManageAddOnsDialog.deactivate = Deaktiveren
-ManageAddOnsDialog.deactivation.success = deacktiveren {0} vereist een herstart
-ManageAddOnsDialog.deinstall = Deinstallleren
-ManageAddOnsDialog.deinstallation.success = {0} wordt door herstarten gedeinstalleerd.
-ManageAddOnsDialog.error = Fout bij installeren: {0}
-ManageAddOnsDialog.install = &Installeren
-ManageAddOnsDialog.install.from.known.location = Installeren add-on van een bekende locatie
-ManageAddOnsDialog.install.tooltip = Vul hier de URL van een add-on installatie in
-ManageAddOnsDialog.map.not.opened = Mindmap {0} lijkt niet geopend.
-ManageAddOnsDialog.really.deinstall = Echt {0} dinstalleren ?
-ManageAddOnsDialog.search = Add-ons zoeken
-ManageAddOnsDialog.search.file = Zoeken
-ManageAddOnsDialog.select.tooltip = Selecteren bestand
-ManageAddOnsDialog.status.downloading = Downloaden bestand...
-ManageAddOnsDialog.status.installing = Installeren plug-in...
-ManageAddOnsDialog.status.success = Installeren geslaagd
-ManageAddOnsDialog.tab.install = Zoeken en installeren
-ManageAddOnsDialog.tab.install.tooltip = Zoeken en installeren niewue add-ons
-ManageAddOnsDialog.tab.manage = Beheren add-ons
-ManageAddOnsDialog.tab.manage.themes = Thema's
-ManageAddOnsDialog.tab.manage.themes.tooltip = Beheren geinstalleerde thema's
-ManageAddOnsDialog.tab.manage.tooltip = Beheren add-ons
-ManageAddOnsDialog.visit.addon.page = Ga naar add-on pagina
-ManageConditionalStylesAction.text = Beheren conditionele stijlen op mindmapniveau
-ManageNodeConditionalStylesAction.text = Beheren conditionele stijlen op knoopniveau
-map_already_exists = De mindmap bestaat al. Wilt u deze overschrijven?
-map_corrupted = De mindmap is beschadigd. Details bekijken?
-map_load_error = Kon mindmap niet laden.
-map_locked_by_open = De mindmap {0} wordt al bewerkt door gebruiker {1} en wordt als alleen-lezen geopend.
-map_locked_by_save_as = De mindmap {0} wordt al bewerkt door gebruiker {1}. De actie bewaren-als is afgebroken.
-map_not_saved = De mindmap was niet opgeslagen.
-MapBackgroundColorAction.text = Achtergrondkleur mindmap...
-MaxNodeWidth.text = Bepaal maximum knoopbreedte
-menu_applyStyle = Toepassen stijl
-menu_attributes = Attributen
-menu_clouds = Wolk
-menu_copy = Kopieren
-menu_coreFormat = Knoopkern
-menu_details = Knoopuitbreiding
-menu_displayAttributes = Knoopattributen
-menu_encryption = Knoopbeveiliging
-menu_error = Fout in door de gebruiker defefinieerde menustructuur {0}:\n{1}\nAborting
-menu_extensions = Knoopuitbreiding
-menu_extras = Extra
-menu_file_import = Importeren
-menu_filter = Filteren
-menu_format = O&pmaken
-menu_group = Knoopgroep
-menu_hoverView = Tooltips (zweeftekst)
-menu_iconByCategory = Pictogram per categorie
-menu_iconView = Pictogrammen
-menu_image = Afbeelding
-menu_insert = Invoegen
-menu_latex_formula = Formule tonen (LaTeX)
-menu_links = Koppeling
-menu_manageStyles = Beheren stijlen
-menu_moveNode = Verplaatsen en sorteren
-menu_navigate = Navigeren
-menu_newNode = Nieuwe knoop
-menu_node = Knoop
-menu_node_features = Knoopkenmerken
-menu_nodes = Knoop
-menu_nodeView = Knoopkern
-menu_notes = Knoopnotitie
-menu_noteView = Knoopnotitie
-menu_progress = %Schijf
-menu_remove_icons = Verwijderen pictogrammen
-menu_removeAttribute = Verwijderen attribuut
-menu_select = Selecteren
-menu_time = Agenda
-menu_title = Knoopkern
-menu_toolbars = Werkbalken
-menu_view = Beel&d
-menu_viewmode = Beeldinstelling
-MenuUtils.invalid_menuitem = {0} is geen geldig menu item sleutel
-mindmap = Mindmap
-MindMapNodesFlavorHandler = Knoop hi\u00ebrarchie (afstamming)
-mindmaps = &Mindmaps
-mindmaps_desc = Mindmaps (*.mm)
-mindmaps_filter_desc = Filters (*.mmfilter)
-MinNodeWidth.text = Instellen minimum knoopbreedte
-mode_Browse = Bladermodus
-mode_File = Bestandsmodus
-mode_MindMap = Mindmapmodus
-mode_na = Modus is niet beschikbaar
-mode_status = Modus gewijzigd naar {0}
-mode_title = Freeplane - {0} Modus
-modes = Modus
-ModesMenuAction.Browse.text = Mindmaplezer
-ModesMenuAction.File.text = Bestandsverkenner
-ModesMenuAction.MindMap.text = Mindmapbewerker
-most_recent_files = &Onlangs geopend
-MoveToRootAction.text = Naar stamknoop
-NameConditionAction.text = Naam toekennen
-NavigationNextMapAction.text = Volgende mindmap
-NavigationPreviousMapAction.text = Vorige mindmap
-new = &Nieuw
-new_map_from_user_templates.text = Nieuwe mindmap met stijl...
-new_mindmap = Nieuwe mindmap
-new_node = Nieuwe knoop
-new_node_as_sibling_not_possible_for_the_root = Nieuwe knoop op dit niveau (stamknoop) is niet mogelijk
-new_version_available = Nieuwe versie ''{0}''beschikbaar
-NewChildAction.text = Nieuwe kindknoop (niveau lager)
-NewerFileRevisionsFoundDialog.cancel = Overslaan
-NewerFileRevisionsFoundDialog.cancel.tooltip = Dit bestand niet openen
-NewerFileRevisionsFoundDialog.file_last_modified = Tijdstip
-NewerFileRevisionsFoundDialog.file_name = Bestand
-NewerFileRevisionsFoundDialog.file_size = Bytes
-NewerFileRevisionsFoundDialog.open = Openen
-NewerFileRevisionsFoundDialog.open.tooltip = Open ook indien verouderd
-NewerFileRevisionsFoundDialog.question = Nieuwere versie gevonden van: {0}!\nWil je {0} openen?\nOm {0} te vervangen door een automatisch bewaard bestand uit de lijst\nkies het bestand en klik ''Herstellen''.
-NewerFileRevisionsFoundDialog.restore = Herst&ellen
-NewerFileRevisionsFoundDialog.restore.tooltip = Vervangen {0} door {1}
-NewerFileRevisionsFoundDialog.title = Er zijn nieuwere bestandsversies gevonden!
-NewFreeNodeAction.text = Nieuwe vrije knoop
-NewLevelStyleAction.text = Toevoegen automatische opmaakstijlniveau
-newmap.install.addon.question = {0} lijkt een add-on \nWilje deze installeren?\n(Kies "Nee" om normaal te openen.)
-newmap.install.addon.title = Add-on installeren ?
-NewMapAction.text = Nieuwe mindmap
-NewMapViewAction.text = Nieuwe mindmap afbeelding
-NewParentNode.text = Nieuwe ouderknoop (niveau hoger)
-NewParentNode.tooltip = <html> Alle geselecteerde knopen worden naar nieuwe ouderknoop verplaatst.</html>
-NewPreviousSiblingAction.text = Nieuwe knoop boven de huidige
-NewSiblingAction.text = Nieuwe knoop onder de huidige
-NewSummaryAction.text = Nieuwe groepsknoop met accolade
-NewUserStyleAction.text = Selectie bewaren als nieuwe gebruikerstijl
-NextNodeAction.BACK.text = Naar vorige knoop
-NextNodeAction.BACK_N_FOLD.text = Naar vorige knoop (dichtvouwen)
-NextNodeAction.FORWARD.text = Naar volgende knoop
-NextNodeAction.FORWARD_N_FOLD.text = Naar volgende knoop (dichtvouwen)
-NextPresentationItemAction.text = Uitvouwen volgend presentatieitem
-no = Nee
-no_copy_attributes_before_paste_attributes = Het is niet mogelijk attributen te plakken voordat deze zijn gekopieerd.
-NO_FORMAT = Tekst
-no_format_copy_before_format_paste = Je kunt geen opmaak plakken voor je opmaak gekopi\u00eberd hebt.
-no_found_from = <html> Geen <b>{0}</b> gevonden van <b>{1}</b>.
-no_more_found_from = <html> Geen <b>{0}</b> meer gevonden van <b>{1}</b>.
-no_previous_find = Niet opnieuw gevonden
-no_styles_found_in_map = Geen stijlen in de mindmap gevonden
-node = Knoop
-node_changed_discard_changes = U heeft de knoop gewijzigd. Wilt u de wijzigingen annuleren?
-node_is_write_protected = De doelknoop is beveiligd tegen schrijven
-node_location_help = Slepen verandert de plaats van de knoop, ctrl+slepen verandert de afstand, dubbel klikken en ctrl+dubbel klikken herstellen de positie.
-node_selector = Knoopselectie
-node_selector_message = Klik dubbel om knoop te selekteren
-node_styles = Knoop stijlen
-NodeBackgroundColorAction.text = &Knoopachtergrondkleur...
-NodeColorAction.text = &Tekstkleur...
-NodeColorBlendAction.text = K&leiner kleurcontrast
-NodeDownAction.text = Knoop naar beneden
-NodeExtensions.EditNodeExtensions = Bewerken tekstextenties
-NodeExtensions.RemoveNodeExtensions = Verwijderen tekstextenties
-NodeListAction.text = Zoeken en vervangen...
-NodeListAction.tooltip = Tonen alle knopen als doorzoekbare lijst met filterkenmerken.
-NodeShapeAction.bubble.text = Knoop met &omlijning
-NodeShapeAction.fork.text = Knoop zonder omlijning
-NodeUpAction.text = Knoop naar boven
-NodeWidthAction.text = Instellen grenzen knoopbreedte
-nonboldify_branch = Vet uitschakelen
-nonitalicise_branch = Schuin uitschakelen
-normal = Normaal
-not_saved_for_image_error = De mindmap moet opgeslagen worden voordat je een afbeelding kunt toevoegen met  de bestandskiezer of via een hyperlink
-not_saved_for_link_error = De mindmap moet zijn voor je met de bestandskiezer een hyperlink kunt toevoegen
-note_window_location = Positie notitiehulpvenster
-ok = OK
-OKAction.text = &OK
-OnlineReference.text = Online documentatiemindmaps
-open_asMindMap = Miindmap
-OpenAction.text = Openen mindmap...
-OpenFreeplaneSiteAction.text = Thuispagina op Internet van Freeplane
-OpenPathAction.text = Openen bestand
-OpenURLMapAction.text = Open mindmap voor URL...
-OpenUserDirAction.text = Openen gebruikersdirectory
-option_changes_may_require_restart = Om de gewijzigde instellingen te laten werken, zul je waarschijnlijk Freeplane moeten sluiten en opnieuw starten.
-OptionalDontShowMeAgainDialog.cancel = &Nee
-OptionalDontShowMeAgainDialog.dontShowAgain = &Vraag dit niet nog eens
-OptionalDontShowMeAgainDialog.ok = &Ja
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Onthoud mijn beslissing
-OptionPanel.absolute = Absoluut
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Stijlen voor automatisch-opmaken
-OptionPanel.ADD_CHILD = Toevoegen kindknoop
-OptionPanel.ADD_SIBLING = Toevoegen onderliggende knoop (sibling)
-OptionPanel.addons = Add-ons
-OptionPanel.always_fold_all_after_load = Alles dichtvouwen
-OptionPanel.always_load_last_maps = Openen laatste en nieuwe mindmapbestanden
-OptionPanel.always_load_last_maps.tooltip = Open de laatste bestanden zoals aangegeven door bovenstaande opties en start FP met een geselecteerde mindmap
-OptionPanel.always_save_folding = Altijd
-OptionPanel.always_save_folding_state = Laatste toestand van open/dichtvouwen onthouden
-OptionPanel.always_save_folding_state.tooltip = Bij open/dichtvouwen vragen om de mindmap op te slaan.
-OptionPanel.always_unfold_all_after_load = Alles openvouwen
-OptionPanel.antialias = Verzachten
-OptionPanel.antialias.tooltip = <html> Bepaalt de kwaliteit van de mindmap. Meer verzachten duurt langer.</html>
-OptionPanel.antialias_all = Alles verzachten
-OptionPanel.antialias_edges = (Afstammings)lijnen verzachten
-OptionPanel.antialias_none = Niets verzachten
-OptionPanel.Appearance = Voorkomen
-OptionPanel.apply_system_screen_resolution = Toepassen standaard beeldschermresolutie
-OptionPanel.approximate_search_threshold = Drempel voor zoeken bij benadering
-OptionPanel.approximate_search_threshold.tooltip = <html>Drempel voor benaderend passen<br/><font size="2">zie http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(groter betekent dat de gevonden term meer lijkt op de zoekterm<br/>)</html>
-OptionPanel.ar = Arabisch / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
-OptionPanel.ARC = Boog
-OptionPanel.as_parent = Als ouderknoop
-OptionPanel.ask = Vraag
-OptionPanel.automatic = Automatisch
-OptionPanel.automaticFormat_level = Opmaak knopen op verschillende niveaus
-OptionPanel.automaticFormat_level1 = Opmaak van de stamknoop
-OptionPanel.automaticFormat_level2 = Opmaak van een knoop op niveau 1
-OptionPanel.backup_file_number = Aantal permanent bewaarde back-up bestanden
-OptionPanel.Behaviour = Gedrag
-OptionPanel.bezier = Ronde bocht
-OptionPanel.bubble = Knoopomlijning
-OptionPanel.ca = Catalaans  / Catal\u00e0
-OptionPanel.Cancel = Annuleren
-OptionPanel.center_selected_node = Centreren geselecteerde knopen
-OptionPanel.check_updates_automatically = Bij de start controleren of er nieuwe programmaonderdelen zijn
-OptionPanel.childpattern = Opmaakprofiel kindknoop
-OptionPanel.childpattern.tooltip = De gekozen opmaak toepassen op alle kindknopen van de huidige knoop.
-OptionPanel.clear_all_setters = Wissen alle instellingen
-OptionPanel.clear_all_setters.tooltip = In/uitschakelen van alle wijzigingsindicatoren (plus, min of leeg)
-OptionPanel.cloud = Wolk
-OptionPanel.cloudcolor = Kleur wolk
-OptionPanel.cloudshape = Vorm wolk
-OptionPanel.combined = Gecombineerd
-OptionPanel.compare_as_number = Vergelijken als getallen
-OptionPanel.convert_to_current_version = <html>  Automatisch oudere Freeplane versies <br> naar de huidige versie converteren ?</html>
-OptionPanel.convert_to_current_version.tooltip = <html> Alleen voor gevorderde gebruikers die weten wat ze doen:<br>alleen heel grote mindmaps die niet geconverteerd hoeven worden<br>kun je openen zonder conversie.</html>
-OptionPanel.cs = Tsjechisch  \u010desky
-OptionPanel.cut_nodes_without_question = Knopen knippen zonder bevestiging?
-OptionPanel.cut_nodes_without_question.tooltip = Indien het vinkje is gezet worden alle knopen zonder bevestigingsvraag gekipt. Per ongeluk knippen geeft informatieverlies.
-OptionPanel.da = Deens  / Dansk
-OptionPanel.date_format = Standaard datumformaat
-OptionPanel.date_format.tooltip = Either SHORT, MEDIUM, LONG or FULL or a pattern like "MM/dd/yyyy"
-OptionPanel.datetime_format = Staandaard datum-tijdformaat
-OptionPanel.datetime_format.tooltip = <datestyle>,<timestyle> (with KORT, MEDIUM, LONG or FULL as style) or a full pattern like "M/d/yyyy hh:mm"
-OptionPanel.de = Duits  / Deutsch
-OptionPanel.default = Standaard knoopstijl
-OptionPanel.default_attribute_key_column_width = Standaarbreedte attribuutnaam
-OptionPanel.default_attribute_value_column_width = Standaardbreedte attribuutwaarde
-OptionPanel.default_browser_command_mac = Standaard browsercommando Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> Standaard browsercommando voor Mac OS</html>
-OptionPanel.default_browser_command_other_os = Standaard browsercommando ander besturingssysteem
-OptionPanel.default_browser_command_other_os.tooltip = <html>  Dit is typisch voor Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Standaard browsercommando voor Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html> Voor Windows (de "" tekens zijn noodzakelijk voor links die een "=" in de URL hebben).</html>
-OptionPanel.default_browser_command_windows_nt = Standaard browsercommando Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html> Voor Windows (de "" tekens zijn noodzakelijk voor links die een "=" in de URL hebben).</html>
-OptionPanel.default_charset = Karakterset
-OptionPanel.Defaults = Instellingen
-OptionPanel.delete_automatic_saves_at_exit = Verwijderen reservekopie bij afsluiten
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html>  Als de reservebestanden tijdens het normaal afsluiten van Freeplane moeten worden verwijderd, zet deze instelling op ja</html>
-OptionPanel.delete_nodes_without_question = Knopen verwijderen zonder bevestiging ?
-OptionPanel.delete_nodes_without_question.tooltip = Als het vinkje is gezet worden knopen zonder bevestigingsvraag verwijderd. Bij vergissingen leidt dit tot informatieverlies.
-OptionPanel.disable_cursor_move_paper = Met de cursor verschuiven van mindmap(pagina)uitschakelen
-OptionPanel.disable_cursor_move_paper.tooltip = <html> De cursor voor verschuiven van de mindmap(pagina) niet tonen tijdens het verslepen</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Standaard: kern bewerken binnen knoop (in-line)
-OptionPanel.display_node_id = Tonen knoop-ID
-OptionPanel.edgecolor = Kleur tak
-OptionPanel.edgecolor.tooltip = Opmaak van de tak naar de ouderknoop; deze wordt ook toegpast naar de eigen kindknopen.
-OptionPanel.edgestyle = Vorm tak
-OptionPanel.edgestyle.tooltip = Opmaak van de tak naar de ouderknoop; deze wordt ook toegepast op de eigen kindknopen
-OptionPanel.edgewidth = Dikte tak
-OptionPanel.edgewidth.tooltip = Opmaak van de tak naar de ouderknoop; deze wordt ook toegepast naar de eigen kindknopen
-OptionPanel.EDIT_CURRENT = Inhoud overschrijven
-OptionPanel.edit_on_double_click = Bewerkinsmode na dubbelklikken
-OptionPanel.editor_extra_width = Extra diktestap
-OptionPanel.editor_extra_width.tooltip = <html>Bepaalt het aantal pixels waarmee de knoopbreedte groter wordt als de tekst te breed is..</html>
-OptionPanel.el = Grieks \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__buttons_above = Knoppen aan de bovenkant
-OptionPanel.el__enter_confirms_by_default = Entertoets dient standaard als bevestiging
-OptionPanel.el__max_default_window_height = Maximum hoogte standaardvenster
-OptionPanel.el__max_default_window_width = Maximum breedte standaardvenster
-OptionPanel.el__min_default_window_height = Minimum hoogte standaardvenster
-OptionPanel.el__min_default_window_width = Minimum breedte standaardvenster
-OptionPanel.el__position_window_below_node = Positie venster onder knoop
-OptionPanel.en = Engels  / English
-OptionPanel.Environment = Omgeving
-OptionPanel.es = Spaans  / espa\u00f1ol, castellano
-OptionPanel.et = Ests  / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking = Moeten scripts worden uitgevoerd zonder bevestiging ?
-OptionPanel.execute_scripts_without_asking.tooltip = <html> Freeplane scripts kunnen bijna elke actie uitvoeren op je computer. <br>Voer dus geen scripts uit waarvan je niet zeker bent dat ze veilig zijn.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Toestaan om andere applicaties uit te voeren (NIET aanbevolen)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html> <body> Kies deze optie als je Groovy script (zonder vragen !) een andere applicatie nodig heeft (zoals een browswer). <br> Gebruik met beleid, want een onveilig script kan je computer beschadigen</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Sta bestandsacties toe (NIET aanbevolen)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html> <body> Kies deze optie als je Groovy script bestandsfuncties (openen, sluiten, lezen, verwijdern (!) nodig heeft. <br> Gebruik met beleid, want een onveilig script kan je computer beschadigen</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Netwerkacties toestaan (NIET aanbevolen)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html> <body> Toestaan netwerkacties <br> Gebruik met beleid, want een onveilig script kan je computer beschadigen</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Bestandsoperaties toestaan (NIET aanbevolen)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html> <body>Als je Groovy scrips schrijftoegang tot bestanden nodig hebben (schrijven, wissen (!)),<br>moet je deze optie toestaan.<br>Normaal met leestoegang.<br>Maar gebruik met zorg omdat kwaadaardige scripts je computer kunnen beschadigen!</body></html>
-OptionPanel.experimental_file_locking_on = Experimenteel: bestanden beveiligen
-OptionPanel.experimental_file_locking_on.tooltip = <html>  Experimentele functie</html>
-OptionPanel.export_icons_in_html = Exporteren pictogrammen in HTML
-OptionPanel.export_icons_in_html.tooltip = <html>  Aangeven of de HTML uit Freeplane ge\u00ebxporteerd ook pictogrammen moet bevatten. Het probleem met pictogrammen is dat de links naar pictogrammen in de ge\u00ebxporteerde HTML dikwijls niet werken.</html>
-OptionPanel.Files = Bestanden
-OptionPanel.first = Eerste
-OptionPanel.fold_on_click_inside = Vouwen na klikken knoopkern
-OptionPanel.foldingsymbolwidth = Breedte van het pictogram voor dichtvouwen (verbergen)
-OptionPanel.foldingsymbolwidth.tooltip = <html> Breedte van de cirkel die het dichtvouwen (verbergen) markeert</html>
-OptionPanel.fork = Geen omlijning
-OptionPanel.format_locale = Plaats voor formaten
-OptionPanel.format_locale.tooltip = Localization setting for formatting and data parsing
-OptionPanel.formula_disable_caching = Uitschakelen cache formuleberekening (cache)
-OptionPanel.formula_disable_plugin = Uitschakelen formule plugin
-OptionPanel.fr = Frans  / Fran\u00e7ais
-OptionPanel.gl = Galician / Galego
-OptionPanel.goto_note_end_on_edit = Veplaats notietiecursor naar het eind
-OptionPanel.grid_size = Raster afstand
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Verborgen
-OptionPanel.highlight_formulas = Accentueren furmules
-OptionPanel.horizontal = Rechte bocht
-OptionPanel.hr = Kroatisch / Hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Gebaseerd op koppen
-OptionPanel.html_export_fold_all = Alles dichtvouwen
-OptionPanel.html_export_fold_currently_folded = Alleen openvouwen wat nu op de mindmap zichtbaar is
-OptionPanel.html_export_folding = HTML-export met dichtvouwen
-OptionPanel.html_export_no_folding = Alle takken openvouwen
-OptionPanel.hu = Hongaars /  / Magyar
-OptionPanel.ic_disable = Uitschakelen
-OptionPanel.ic_file = Gebruik schijf
-OptionPanel.ic_ram = In RAM
-OptionPanel.icon = Pictogram
-OptionPanel.icon.tooltip = De knoop krijgt dit pictogram
-OptionPanel.icons.list = Lijst met stadaardpictogrammen
-OptionPanel.icons.list.tooltip = Hier kun je de standaardpictogrammen instellen. De pictogrammen moeten worden gescheiden door ';'.
-OptionPanel.id = Indonesisch / Bahasa Indonesia
-OptionPanel.IGNORE = Doe niets
-OptionPanel.il__enter_confirms_by_default = Standaard bevestiging met Enter
-OptionPanel.image_cache = voor afbeeldingen
-OptionPanel.it = Italiaans  / Italiano
-OptionPanel.ja = Japans  / \u65e5\u672c\u8a9e
-OptionPanel.key_type_action = Bij toetsindruk
-OptionPanel.Keystrokes = Sneltoetsen
-OptionPanel.ko = Koreaans  / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-OptionPanel.label_font_family = Naam lettertype
-OptionPanel.label_font_size = Grootte lettertype
-OptionPanel.language = Taal
-OptionPanel.language.tooltip = <html> Dit is de taal die het programma zou moeten gebruiken. 'Automatisch' probeert de huidige taal van de gebruiker te laden.</html>
-OptionPanel.last = Laatste
-OptionPanel.last_opened_list_length = Lengte van de lijst van recent geopende bestanden
-OptionPanel.layout_map_on_text_change = Map layout bij bewerken
-OptionPanel.layout_map_on_text_change.tooltip = Schakel uit voor betere werking
-OptionPanel.linear = Rechte lijn
-OptionPanel.links = Hyperlinks
-OptionPanel.links.tooltip = <html> Stel kyperlinks in als relatief of absoluuut</html>
-OptionPanel.load_folding = Bij openen
-OptionPanel.load_folding_from_map_default_fold_all = Uit mindmap overnemen om alles open/dicht te vouwen
-OptionPanel.load_folding_from_map_default_unfold_all = Uit mindmap overnemen of alles openvouwen
-OptionPanel.load_last_map = Automatisch laatste mindmap openen
-OptionPanel.load_last_map.tooltip = <html> Als Freeplane start, wordt automatisch de laatste gebruikte mindmap geopend. </html>
-OptionPanel.load_last_maps = Open bij opstarten alle laatstgeopende mindmaps opnieuw
-OptionPanel.lookandfeel = Gebruiksomgeving
-OptionPanel.lookandfeel.tooltip = <html> De gebruiksomgeving waarin je wil werken. 'metaal, 'windows', 'motief' en 'gtk' worden ondersteund, 'mac' kan enkel gebruikt worden bij MacOS. Standaard betekent dat de standaard gebruikersomgeving wordt gebruikt. Als je hier je eigen gebruiksomgeving wil gebruiken, vul dan hier de klassenaam in en zorg er voor dat de benodigde jar-bestanden geladen worden. Als er problemen zijn met de gebruiksomgeving, kies hier dan 'niets'. Dat werkt voor applets</html>
-OptionPanel.lt = Lithuanian / Kalba
-OptionPanel.max_displayed_node_count = Maximum aantal zichtbare knopen
-OptionPanel.max_image_width = Maximum beginbreedte afbeelding
-OptionPanel.max_image_width.tooltip = Nieuwe afbeeldingen verkleind tot deze breedte
-OptionPanel.max_menu_item_count = Maximum aantal menu's
-OptionPanel.max_menu_item_count.tooltip = Beperken aantal items per submenu, minimaal 10
-OptionPanel.max_node_width = Maximum knoopbreedte
-OptionPanel.max_shortened_text_length = Maximale beperking knooplengte
-OptionPanel.metal = Metaal
-OptionPanel.min_node_width = Minimum knoopbreedte
-OptionPanel.motif = Motief
-OptionPanel.nb = Noors / Norsk bokm\u00e5l
-OptionPanel.never_save_folding = Nooit
-OptionPanel.nl = Nederlands, Vlaams  / Nederlands, Vlaams
-OptionPanel.nn = Noors  / Norsk nynorsk
-OptionPanel.nodebackgroundcolor = Achtergrondkleur
-OptionPanel.nodebackgroundcolor.tooltip = Achtergrondkleur knoop indien niet geselecteerd
-OptionPanel.nodecolor = Tekstkleur
-OptionPanel.nodecolor.tooltip = Tekstkleur knoop indien niet geselecteerd
-OptionPanel.nodefontbold = Vet lettertype
-OptionPanel.nodefonthyperlink = Hyperlink
-OptionPanel.nodefontitalic = Schuin lettertype
-OptionPanel.nodefontname = Naam lettertype
-OptionPanel.nodefontsize = Grootte lettertype
-OptionPanel.nodeformat = Sjabloon / Formaat
-OptionPanel.nodeformat.tooltip = <htm>Text replacement and/or formatting:<ul><li><em>Template expansion</em> (<tt>%s</tt> is the original text), e.g. <tt>BEWARE: %s</tt><li><em>Formatting of dates and numbers</em> - see the examples in the selection box</ul></html>
-OptionPanel.nodenumbering = Knoop nummering
-OptionPanel.nodenumbering.tooltip = Toevoegen volgnummer (b.v. 1.3.1) aan basis knooptekst.
-OptionPanel.nodeshape = Omlijning
-OptionPanel.nodeshape.tooltip = <html> De knoop kan wel of niet omlijnd zijn en de takken tussen knopen kunnen verschillende vormen hebben. Zie handleiding. </html>
-OptionPanel.nodetext = Basistekst
-OptionPanel.nodetext.tooltip = Hier kun je de knooptekst intypen. De tekst die al in de knoop stond wordt daarbij gewist.
-OptionPanel.nothing = Niets
-OptionPanel.number_format = Standaard getalformaat
-OptionPanel.number_format.tooltip = Een patroon met '#' voor optionele of '0' voor verplichte cijfers. Voorbeelden: "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = Aantal verschillende reservebestanden bij automatisch bewaren
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html>  Aantal verschillende reservebestanden dat tijdens het werken automatisch wordt bewaard. De eerste keer automatisch bewaren gebeurt in het eerste bestand enz. Wanneer het laatste bestand gevuld is, wordt het eerste reservebestand overschreven, enz.</html>
-OptionPanel.OK = Bewaren
-OptionPanel.org.freeplane.plugin.bugreport = Beleid
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Altijd verzenden
-OptionPanel.org.freeplane.plugin.bugreport.ask = Tonen dialoog voor foutenmelding
-OptionPanel.org.freeplane.plugin.bugreport.denied = Nooit verzenden
-OptionPanel.org.freeplane.plugin.bugreport.userid = Optional identifier to be sent
-OptionPanel.outline_hgap = Horizontale afstand
-OptionPanel.outline_vgap = Verticale afstand
-OptionPanel.paint_connectors_behind = Tekenen verbinding achter knopen
-OptionPanel.parse_data = Herkenning van ivoer van getalen en datum-tijd notatie
-OptionPanel.parse_data.tooltip = Probeer datum, datum-tijd en getalswaarden te vinden en pas hierop de standaardformaten toe. Voorbeelden: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.PASTE_HTML = Plakken als opgemaakte tekst (HTML)
-OptionPanel.PASTE_PLAIN_TEXT = Plakken zonder opmaak
-OptionPanel.path_property_may_not_be_empty = Pad mag niet leeg zijn!/Wijziging is ongedaan gemaakt.
-OptionPanel.patternname = Naam
-OptionPanel.patternname.tooltip = Unieke naam voor opmaakprofiel
-OptionPanel.pl = Pools  / Polski
-OptionPanel.placenewbranches = Nieuwe takken maken
-OptionPanel.placenewbranches.tooltip = <html> Waar nieuwe takken gemaakt moeten worden. Geldige waarden zijn 'eerst' en 'laatst' </html>
-OptionPanel.plugin.tooltip = Non-core plugins.
-OptionPanel.plugins = Plugins
-OptionPanel.presentation_dimmer_transparency = Presentatie minder transparantie
-OptionPanel.presentation_mode = Presentatiemode
-OptionPanel.printonwhitebackground = <html> Witte achtergrond bij het printen</html>
-OptionPanel.printonwhitebackground.tooltip = <html> Altijd een witte achtergrond bij het printen</html>
-OptionPanel.pt_BR = Portugees (Brazilie) / Portugu\u00eas (Brasil)
-OptionPanel.pt_PT = Portugees (Portugal) / Portugu\u00eas (Portugal)
-OptionPanel.RECT = Rechthoek
-OptionPanel.relative = Relatief
-OptionPanel.remind_type_of_new_nodes.tooltip = <html> "Vragen" vraagt om bevestiging (gebruiken als je twijfelt).<br>"Ja" toont tekstopmaakvenster. <br>"Nee" toont knoopvenster. </html>
-OptionPanel.remind_use_rich_text_in_new_nodes = Gebruik uitgebreide tekstopmaak voor geplakte knopen
-OptionPanel.remove_notes_without_question = Notitie(venster) verwijderen zonder bevestiging ?
-OptionPanel.remove_notes_without_question.tooltip = Indien ingesteld: geselecteerde knopen verwijderen zonder te vragen.
-OptionPanel.resources_use_default_font_for_notes_too = Gebruik standaard lettertype ook voor notities
-OptionPanel.resources_use_margin_top_zero_for_notes = Verwijderen bovenmarge voor notities
-OptionPanel.revision_color = Revisiekleur
-OptionPanel.revision_color.tooltip = Achtergrondkleur voor gewijzigde knopen
-OptionPanel.ROUND_RECT = Afgeronde rechthoek
-OptionPanel.ru = Russisch   / \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
-OptionPanel.save_folding = Bewaar de situatie van open/dichtvouwen
-OptionPanel.save_folding_if_map_is_changed = Als mindamap is veranderd
-OptionPanel.save_modification_times = Bewaren bewerkingstijdstippen
-OptionPanel.script_classpath = Script klasse pad: Mappen die klassen en/of JARs (separate by ;;) bevatten
-OptionPanel.script_classpath.tooltip = <html> Een lijst van JARs en/of directories om toe te voegen aan het klassepad van scripts en formules.<br>Gebruik ; (Windows) of : (Linux, Mac) om elementen te scheiden. <br>Directories zullen worden onderzocht op JARs en .class bestanden.<br>Paden die niet absoluut zijn, worden beschouwd als relatief tot Freeplane gebruikersdirectory.<br> Als je het klassepad instelt moet je ook leestoegang geven !</html>
-OptionPanel.script_directories = Zoekpad voor scripts (ingangen gescheiden door ;;)
-OptionPanel.script_directories.tooltip = <html> Een lijst van directories.<br>Gebruik ; (Windows) of : (Linus, Mac) om elementen te scheiden. <br>Paden die niet absolut zijn, worden opgevat als relatief tot de Freeplane gebruikersdirectory</html>
-OptionPanel.script_user_key_name_for_signing = Optionele gebruikersleutel voor ondertekening
-OptionPanel.script_user_key_name_for_signing.tooltip = <html> Als je je scripts wilt ondertekenen, voer de alias van de sleutel hier in. <br>De sleutel dient zich in de standaard sleutelopslag te bevinden. <br>Het wachtwoord voor de geheime sleutel van de sleutel moet overeenkomen met het wachtwoord van de sleutelopslag (dit is de standaard).</html>
-OptionPanel.scrollbar_increment = Snelheid
-OptionPanel.scrolling_speed = Automatische scroll-snelheid van mindmap
-OptionPanel.selection_method = Selectiemethode
-OptionPanel.selection_method.tooltip = <html>  Met volgende schakelaar kun je het vertraagde selectieschema inschakelen/uitschakelen. Automatische opties. Wijzig deze  niet omdat ze toch in auto.properties bewaard zullen worden.</html>
-OptionPanel.selection_method_by_click = Door te klikken
-OptionPanel.selection_method_delayed = Vertraagd
-OptionPanel.selection_method_direct = Onmiddellijk
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Stijlen
-OptionPanel.separator.anti_alias = Verzachten
-OptionPanel.separator.attributes = Attributen
-OptionPanel.separator.automatic_save = Automatisch bewaren
-OptionPanel.separator.behaviour = Gedrag
-OptionPanel.separator.browser = Browser
-OptionPanel.separator.cache = Cache
-OptionPanel.separator.CloudControls = Opmaak wolk
-OptionPanel.separator.commands_for_the_program = Commando's voor het programma
-OptionPanel.separator.connectors = Verbindingslijnen en labels
-OptionPanel.separator.data_formats = Datum herkenning en formatering
-OptionPanel.separator.default_colors = Standaard kleuren
-OptionPanel.separator.default_fonts = Standaard lettertype
-OptionPanel.separator.default_styles = Standaard stijlen
-OptionPanel.separator.EdgeControls = Opmaak tak
-OptionPanel.separator.edit_long_node_window = Bewerken knoopkern in hulpvenster
-OptionPanel.separator.editing = Bewerkingsinstellingen
-OptionPanel.separator.files = Bestanden
-OptionPanel.separator.formula = Plugin voor formules
-OptionPanel.separator.General = Algemeen
-OptionPanel.separator.html_export = HTML-exporteren
-OptionPanel.separator.html_import = HTML Importeren
-OptionPanel.separator.hyperlink_types = Hyperlinktypes
-OptionPanel.separator.icon_properties = Pictogrammen
-OptionPanel.separator.icons = Pictogrammen in "Selecteren pictogram..."
-OptionPanel.separator.initial_map_size = Initi\u00eble grootte mindmap
-OptionPanel.separator.inline_editor = Geintegreerd knoopbewerkingsvenster
-OptionPanel.separator.key_typing = Typen
-OptionPanel.separator.language = Taal
-OptionPanel.separator.load = Laden
-OptionPanel.separator.look_and_feel = Kenmerken gebruiksomgeving
-OptionPanel.separator.mouse_wheel = Muiswiel
-OptionPanel.separator.new_node_commands = Commando's voor nieuwe knopen
-OptionPanel.separator.node_editing_commands = Commando's voor het bewerken van knopen
-OptionPanel.separator.node_navigation_commands = Commando's voor navigatie
-OptionPanel.separator.NodeColors = Kleur hele kern
-OptionPanel.separator.NodeFont = Lettertype hele kern
-OptionPanel.separator.NodeShape = Vorm knoop
-OptionPanel.separator.NodeStyle = Opmaakstijl knoop
-OptionPanel.separator.NodeText = Opmaak kern
-OptionPanel.separator.notifications = Bevestigingen
-OptionPanel.separator.org.freeplane.plugin.bugreport = Automatische foutmelding
-OptionPanel.separator.other_defaults = Andere standaardinstellingen
-OptionPanel.separator.others = Andere sneltoetsen
-OptionPanel.separator.outline_view = Overzichtsweergave
-OptionPanel.separator.patterns = Opmaakpatronen
-OptionPanel.separator.RichTextEditor = Bewerken in dialoogvenster 
-OptionPanel.separator.root_node_appearance = Opmaak stamknoop
-OptionPanel.separator.save = Bewaren...
-OptionPanel.separator.scripting = Rechten voor scripts
-OptionPanel.separator.scrollbar = Schuifbalk
-OptionPanel.separator.search = Zoeken
-OptionPanel.separator.selection_colors = Selectiekleuren
-OptionPanel.separator.selection_method = Selectiemethode
-OptionPanel.separator.single_instance_mode = Enkele programma instantie
-OptionPanel.separator.size_limits = Grootte beperking
-OptionPanel.separator.spelling = Opties voor spellingscontrole
-OptionPanel.separator.status = Statuslijn
-OptionPanel.separator.tooltip = Tijdsintervallen voor tooltips
-OptionPanel.separator.undo = Ongedaan maken bewerken
-OptionPanel.separator.updates = Nieuwe programmaonderdelen
-OptionPanel.set_property_text = Aanpassen
-OptionPanel.set_property_text.tooltip = Vinkje = eigenschap wijzigen
-OptionPanel.setscript = Aanpassen?
-OptionPanel.setscript.tooltip = Er kan een script worden gekoppeld aan de stijl.
-OptionPanel.sharp_bezier = Taps toelopend bocht
-OptionPanel.sharp_linear = Tapstoelopend recht
-OptionPanel.show_icon_for_attributes = Tonen pictogram voor attributen
-OptionPanel.show_node_tooltips = Tonen tooltip van knoop
-OptionPanel.show_note_icons = Tonen notitieicons
-OptionPanel.show_styles_in_tooltip = Tonen knoopstijl in tooltip
-OptionPanel.signed_script_are_trusted = Vertrouw ondertekende scripts (aanbevolen)
-OptionPanel.signed_script_are_trusted.tooltip = Uitvoeren script zonder beperkingen indien getekend door een vertouwde partij zoals Freeplane's auteurs of jijzelf.
-OptionPanel.simplyhtml.default_paste_mode = Standaardwijze voor plakken
-OptionPanel.single_backup_directory = Gebruik dezelfde directory voor back-up bestanden
-OptionPanel.single_backup_directory.tooltip = <html>  Als bestanden van backups en automatisch bewaren in bijelkaar in een directory geplaatst moeten worden, in plaats van in een subdirectory in de directory waarin de mindmap staat. </html>
-OptionPanel.single_backup_directory_path = Backup directory (als bovenstaande optie geselecteerd is)
-OptionPanel.single_backup_directory_path.tooltip = <html>  Gaat boven defaut <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Open bestanden van lopende instantie
-OptionPanel.single_instance_force = Vermijd in ieder geval tweede instantie
-OptionPanel.single_instance_force.tooltip = Voorkom tweede instantie ook als geen file wordt geladen
-OptionPanel.sk = Slovaaks  / sloven\u010dina
-OptionPanel.sl = Slowenisch  / sloven\u0161\u010dina
-OptionPanel.spelling_opt_case_sensitive = Hoofdlettergevoelig
-OptionPanel.spelling_opt_ignore_all_caps_words = Negeer alle hoofdletterwoorden.
-OptionPanel.spelling_opt_ignore_capitalization = Negeer hoofdletter aan het begin van een woord.
-OptionPanel.spelling_opt_ignore_words_with_numbers = Negeer woorden met een getal.
-OptionPanel.spelling_opt_suggestions_limit_dialog = Maximum aantal suggesties in het dialoogvenster.
-OptionPanel.spelling_opt_suggestions_limit_menu = Maximum aantal suggesties in het menu
-OptionPanel.sr = Servisch / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = Standaard  stijlbestand
-OptionPanel.standardbackgroundcolor = Standaard achtergrondkleur
-OptionPanel.standardbackgroundcolor.tooltip = <html> De standaard achtergrondkleur in html-notatie </html>
-OptionPanel.standardcloudcolor = Standaard wolkkleur
-OptionPanel.standardcloudcolor.tooltip = <html> De standaard wolkkleur in html-notatie </html>
-OptionPanel.standardcloudestyle = Standaard wolkstijl
-OptionPanel.standardcloudestyle.tooltip = <html> De standaard wolkstijl. Op dit moment is enkel 'bocht' mogelijk</html>
-OptionPanel.standarddrawrectangleforselection = Tonen geselecteerde knopen met een omlijning
-OptionPanel.standarddrawrectangleforselection.tooltip = <html> Markeren geselecteerde knopen met een omlijning.</html>
-OptionPanel.standardlinkcolor = Standaard kleur van een hyperlink
-OptionPanel.standardlinkcolor.tooltip = <html> De standaardkleur van de hyperlink in html-notatie </html>
-OptionPanel.standardlinkestyle = Standaardstijl hyperlink
-OptionPanel.standardlinkestyle.tooltip = <html> De standaarstijl voor hyperlink: op dit moment wordt alleen 'bocht' ondersteund</html>
-OptionPanel.standardselectednodecolor = Standaardkleur geselecteerde knoop
-OptionPanel.standardselectednodecolor.tooltip = <html> De standaard tekstkleur indien geselecteerd. In html-notatie (#RRGGBB in hex waarden) </html>
-OptionPanel.standardselectednoderectanglecolor = Kleur knoopomlijning geselecteerde knoop
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html> De kleur van de omlijning van geselecteerde knopen. In HTML notatie (#RRGGBB in hex waarden) </html>
-OptionPanel.STAR = Ster
-OptionPanel.structured_html_import = Importeren HTML als knoop structuur
-OptionPanel.structured_icon_toolbar = Gestructureerde werkbalk pictogrammenmenu
-OptionPanel.summary = Samenvatting/Groep
-OptionPanel.sv = Zweeds/ svenska
-OptionPanel.text.use_ctrl_key = Gebruik 'Toewijzen sneltoets' van het menu Extra
-OptionPanel.time_for_automatic_save = Tijdsinterval voor automatisch bewaren
-OptionPanel.time_for_automatic_save.tooltip = <html>  tussentijd voor automatisch bewaren in miliseconden; Om automatisch bewaren uit te schakelen, zet je dit getal op 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tijd voor vertraagde selectie
-OptionPanel.time_for_delayed_selection.tooltip = <html>  Tijd voor de vertraagde selectie van knopen wanneer de muis er over gaat (in msec). Wijzig deze waarde naar 1 wanneer je onmiddellijke selectie wil wanneer de muis over een knoop gaat.</html>
-OptionPanel.toolTipManager.dismissDelay = Vertraging voor het laten verdwijnen, ms
-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.uk_UA = Ukrainisch /  \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430
-OptionPanel.undefined_font = Niet-gedefinieerd lettertype
-OptionPanel.undo_levels = Aantal stappen
-OptionPanel.undo_levels.tooltip = <html> Bepaalt hoeveel stappen bewaard worden en zo ongedaan kunnen worden gemaakt met de "Ongedaan maken" knop.</html>
-OptionPanel.unfold_on_paste = Openvouwen bij plakken
-OptionPanel.unfold_on_paste.tooltip = Openvouwen bij plakken of bij verplaatsen
-OptionPanel.use_common_out_point_for_root_node = Alle takken beginnen bij de stamknoop
-OptionPanel.use_common_out_point_for_root_node.tooltip = Alle takken beginnen de stamknoop
-OptionPanel.use_tabbed_pane = Gebruiken tabbladen
-OptionPanel.use_tabbed_pane.tooltip = Als deze is aangevinkt, worden de mindmaps onder tabbladen weergegeven (net zoals in Firefox :-)).
-OptionPanel.user_defined_screen_resolution = Gebruikersinstelling schermresolutie (dpi)
-OptionPanel.validate_classpath_needs_readaccess = Scripting: Wanneer je het klassepad instelt moet je ook leestoegang geven!
-OptionPanel.validate_invalid_date_format = Onjuist standaard datumformaat
-OptionPanel.validate_invalid_datetime_format = Onjuist datum-tijdformaat
-OptionPanel.validate_invalid_number_format = Onjuist getalformaat
-OptionPanel.validate_write_without_read = Scripting: overweeg om Lezen/Bestand toe te voegen aan Schrijven/Bestand
-OptionPanel.validation_error = <html> <body>Controle fouten:<p><em>{0}</em><p>Verander de instellingen om de fout te voorkomen.</body></html>
-OptionPanel.validation_warning = <html> <body>Controle foutwaarschuwing:<p><em>{0}</em></body></html>
-OptionPanel.vi = Vietnamees / Ti\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = Snelheid
-OptionPanel.wheel_velocity.tooltip = Een hogere waarde geeft snellere respons op het muiswiel in de map.
-OptionPanel.windows = Vensters
-OptionPanel.zh_CN = Chinees vereenvoudigd / \u7b80\u4f53\u5b57
-OptionPanel.zh_TW = Chinees, traditioneel / \u7e41\u9ad4\u5b57
-org.freeplane.plugin.bugreport.agree = Verzenden
-org.freeplane.plugin.bugreport.always_agree = Altijd verzenden
-org.freeplane.plugin.bugreport.always_deny = Nooit verzenden
-org.freeplane.plugin.bugreport.deny = Niet verzenden
-org.freeplane.plugin.bugreport.dialog.title = Automatische melding van een fout
-org.freeplane.plugin.bugreport.freeplane_team = Bericht van Freeplane's team
-org.freeplane.plugin.bugreport.lastreport = De ontvangen melding
-org.freeplane.plugin.bugreport.never = Vraag me nooit om hulp
-org.freeplane.plugin.bugreport.question = Freeplane verstuurt automatisch een melding in het geval van een fout (bug).\nEr zullen nooit persoonlijke gegevens of de inhoud van een mindmap verstuurd worden.\nMeldingen over fouten helpen ons de software te verbeteren.
-org.freeplane.plugin.bugreport.report = Huidige melding
-org.freeplane.plugin.bugreport.wanted_bug = Er deed zich een interne fout voor en deze werd automatisch gemeld.\nWe zouden graag meer informatie willen hebben om dit onverwachte gedrag te kunnen reproduceren\nHelp ons alsjeblieft door een melding op te voeren in onze Mantis bug tracker:\nleg uit wat je op dat moment aan het doen was, zodat we de bug kunnen reproduceren.\n\nSelecteer OK om de bug tracker pagina in je web browser te kunnen openen.\n\Bedankt voor je hulp bij het oplossen van een bug.\nJouw Freeplane Team.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = Knoop {0} is niet gedefinieerd
-out_of_memory = Onvoldoende geheugen beschikbaar
-overwrite_keyset_question = Bestaande set met sneltoetsen overschrijven?
-PageAction.text = &Afdrukinstellingen...
-password_is_not_ascii = Wachtwoord bevat andere tekes dan ASCII
-PasteAction.text = Plakken
-PasteAttributes.text = Plakken attributen
-PatternNewNameProperty = Nieuw opmaakprofiel
-PatternToString.backgroundColor = Achtergrondkleur
-PatternToString.Child = Opmaakprofiel kindknoop
-PatternToString.color = Kleur
-PatternToString.EdgeColor = Takkleur
-PatternToString.EdgeStyle = Takvorm
-PatternToString.EdgeWidth = Takdikte
-PatternToString.FontBold = Vet
-PatternToString.FontItalic = Schuin
-PatternToString.FontName = Naam lettertype
-PatternToString.Icon = Pictogram
-PatternToString.NodeFontSize = Grootte letterype
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = dagen
-PeriodUnit.HOUR = uren
-PeriodUnit.MINUTE = minuten
-PeriodUnit.MONTH = maanden
-PeriodUnit.WEEK = weken
-PeriodUnit.YEAR = jaren
-plugins/latex/LatexNodeHook.editorTitle = Bewerken LaTex
-plugins/script_filter = Script filter {0}
-plugins/script_filter_error = {0} moest een boolean waarde geven voor {1} maar gaf {2}
-plugins/ScriptEditor.cancel = &Vergeten veranderingen en stoppen
-plugins/ScriptEditor.exit = &Bewaren en sluiten
-plugins/ScriptEditor.FORBIDDEN_ACTION = Freeplane groovy scripts zijn begrensd. De volgende {0,choice,0#File|1#Network|2#Exec} operatie is verboden: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Je kan dit veranderen in de programma opties.
-plugins/ScriptEditor.menu_actions = &Acties
-plugins/ScriptEditor.new_script = Nieuw script
-plugins/ScriptEditor.run = &Uitvoeren
-plugins/ScriptEditor.sign = Beveiligen script
-plugins/ScriptEditor/window.Result = Resultaat:
-plugins/ScriptEditor/window.title = Scriptbewerker
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Toegang tot interne API  (package {0} niet toegestaan). - Neem contact op met het Freeplane team als de API voor scripts niet krachtig genoeg is.
-plugins/TimeList.xml_Created = Gemaakt
-plugins/TimeList.xml_Date = Datum
-plugins/TimeList.xml_Icons = Pictogrammen
-plugins/TimeList.xml_Modified = Gewijzigd
-plugins/TimeList.xml_Notes = Knoopnotities
-plugins/TimeList.xml_Text = Tekst
-plugins/TimeManagement.xml_appendButton = Datum toevoegen aan geselecteerde knopen
-plugins/TimeManagement.xml_Cancel = Annuleren
-plugins/TimeManagement.xml_cancelButton = Annuleren
-plugins/TimeManagement.xml_closeButton = Sluiten
-plugins/TimeManagement.xml_Export = Geselcteerde knopen exporteren
-plugins/TimeManagement.xml_Find = Zoeken
-plugins/TimeManagement.xml_Goto = Naar
-plugins/TimeManagement.xml_hour = Uren:
-plugins/TimeManagement.xml_menu_actions = Functies
-plugins/TimeManagement.xml_minute = Minuten:
-plugins/TimeManagement.xml_reminderButton = Toevoegen herinnering
-plugins/TimeManagement.xml_reminderButton_tooltip = <html> Wanneer je hier klikt, wordt er een timer ingeschakeld op de gegeven datum. Dan zullen knipperende pictogrammen je aandacht trekken.<br> Als je deze mindmap sluit, dan zullen de timers opnieuw geactiveerd worden als je de volgende keer deze mindmap opent.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html> Nu kan er maar \u00e9\u00e9n herinnering per knoop ingesteld worden. <br>De herinnering voor deze knoop is al ingesteld op {0,date} {0,time}, jouw keuze was {1,date} {1,time}. <br><br>Wil je de herinneringstijd van de knoop wijzigen (JA) <br>of wil je de vorige instelling behouden (NEE)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Herinnering gepland op {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = Later herinneren
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Later herinneren
-plugins/TimeManagement.xml_removeReminderButton = Verwijderen herinnering
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Wis alle herinneringen die gekoppeld zijn aan de geselecteerde knopen.
-plugins/TimeManagement.xml_Replace = Vervangen
-plugins/TimeManagement.xml_Replace_All = Alles vervangen
-plugins/TimeManagement.xml_Replace_Selected = Selectie vervangen
-plugins/TimeManagement.xml_Select = Selecteren
-plugins/TimeManagement.xml_todayButton = Vandaag
-plugins/TimeManagement.xml_WindowTitle = Agenda
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Zoeken en vervangen
-preferences = Voorkeuren
-print_preview_title = Afdrukvoorbeeld
-PrintAction.text = Afdrukken mindmap...
-PrintDirectAction.text = Afdrukken...
-printing_settings = Pagina-afdrukinstellingen
-PrintPreviewAction.text = &Afdrukvoorbeeld
-PropertyAction.dialog = Instellingen
-PropertyAction.text = Instellingen...
-QuickFilterAction.text = Filteren mindmap
-QuickFindAction.BACK.text = Vorige zoeken
-QuickFindAction.FORWARD.text = Volgende zoeken
-QuickFindAllAction.text = Filteren en selecteren
-QuickHighlightAction.text = Alle passende knopen selecteren
-QuitAction.text = Afsluiten Freeplane
-read_only = Alleen lezen
-ReadScriptError.text = Fout bij het lezen van het script\nControleer het log bestand voor details.
-really_convert_to_current_version = <html> Deze mindmap is met een oudere versie van Freeplane gemaakt. <br> Wilt u de mindmap vertalen naar het nieuwste formaat ? <br> Anders wordt het in het oude formaat geladen en kunnen er onverwachte dingen gebeuren.</html>
-really_cut_node = Knoop/knopen werkelijk knippen ?
-really_execute_script = Ben je zeker dat je de scripts in deze mindmap wil uitvoeren ? Het is mogelijk dat je computer wordt beschadigd.
-really_remove_node = Knopen echt verwijderen ?
-really_remove_notes = Knoopnotitie echt verwijderen ?
-ReapplyFilterAction.text = Opnieuw filteren (bijwerken)
-red = Rood
-RedefineStyleAction.text = Tot standaardknoopstijl maken
-RedoAction.text = Filteractie opnieuw doen
-RedoFilterAction.text = Herhalen laatste filteractie
-regular_expressions = Gangbare uitdrukking
-ReminderHookAction.text = Verwijderen herinnering
-ReminderHookAction.tooltip = Verwijderen herinnering uit een knoop.
-remove_file_from_list_on_error = Bestand (0) kon niet geopend worden. Verwijderen van de laatst gebruikte bestanden lijst?
-remove_shortcut_question = Sneltoets verwijderen ?
-RemoveAllIconsAction.text = Verwijderen alle pictogrammen
-RemoveConnectorAction.text = Verwijderen verbindindingslijn
-RemoveEncryption.text = Verwijderen wachtwoord
-RemoveFormatAction.text = Verwijderen opmaak
-RemoveIcon_0_Action.text = Verwijderen eerste pictogram
-RemoveIconAction.text = Verwijderen laatste pictogram
-RemoveNoteAction.text = Verwijderen knoopnotitie
-RemoveNoteAction.tooltip = <html> Verwijderen inhoud van notitievenster.</html>
-rename = &Hernoemen
-repair_link = Herstellen hyperlink
-repair_link_question = Kan de gekoppelde mindmap niet laden. Wilt u de koppeling handmatig herstellen?
-replace = Vervangen
-replace_shortcut_question = Deze sneltoets is op dit moment verbonden mer\n {0}.\nDeze koppeling verwijderen ?
-replace_shortcut_title = Sneltoets vervangen ?
-ReportBugAction.text = Melden van een fout
-RequestFeatureAction.text = Vragen om een nieuwe functie
-reset_to_default = Terug naar de standaardinstelling
-ResetNodeLocationAction.text = &Herstellen oorspronkelijke knoopposities
-ResetStyleAction.text = Herstel knoopstijl
-RevertAction.text = &Terug gaan naar opgeslagen versie
-RevisionPluginAction.text = Tonen revisies door achtergrondkleur
-save_failed = Bewaren van mindmap {0} is mislukt.
-save_unsaved = De volgende mindmap bewaren? :
-save_unsaved_styles = Niet-bewaarde stijlen bewaren?
-SaveAcceleratorPresetsAction.text = Bewaren set met sneltoetsen
-SaveAction.text = Bewaren
-SaveAll.text = &Bewaren alle open mindmaps
-SaveAll.tooltip = Bewaren alle open mindmaps
-SaveAsAction.text = Bewaren als...
-saved = Opgeslagen
-saving_canceled = Bewaren is geannuleerd
-scanners_not_loaded = Scanners niet geladen, bestand is beschadigd
-scheme_evaluate = Bereken!
-script_execution_disabled = Geen uivoering van script
-ScriptEditor.text = Groovy scripts bewerken
-ScriptEditor.tooltip = Laat toe om grotere scripts te maken in Freeplane.
-ScriptEditorPanel.changed_cancel = De scripts werden veranderd. Ben je zeker dat je de aanpassingen niet wil bewaren ?
-scripting_api_generator_legend = Legenda
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = API voor scripts
-scripting_api_generator_utilities = Utilities
-scripting_api_generator_web = Web bronnen
-select_favorites_folder = Selecteren map waarin je favorieten staan
-select_file_export_to = Selecteren bestand voor exporteren
-select_folder_for_importing = Selecteren map voor importeren
-select_icon = Selecteren pictogram
-select_menu_item_dialog = Kiezen menuoptie
-select_menu_item_root_node = Menu
-SelectAllAction.text = Selecteren alle zichtbare knopen
-SelectBranchAction.text = Selecteren zichtbare tak
-SelectedPasteAction.text = Plakken als...
-selection_method_by_click = Enkele klik om te selecteren
-selection_method_delayed = Uitgestelde automatische selectie
-selection_method_direct = Aanwijzen om te selecteren
-SelectNoteAction.text = Bewerken notitiehulpvenster
-SelectNoteAction.tooltip = Wissel naar/van notitievenster
-set_accelerator_on_next_click_action = Klik op het gewenste menuitem om een nieuwe sneltoets toe te wijzen
-SetAcceleratorOnNextClickAction.text = Toewijzen sneltoets
-SetImageByFileChooserAction.text = Toevoegen afbeelding of converteren link...
-SetLinkAnchorAction.text = Zetten koppelingsanker
-SetLinkAnchorAction.tooltip = <html>instellen geselekteerde knoop als anker voor later te<br/>maken van een hyperlink tussen knopen (ook tussen mindmaps).
-SetLinkAnchorAction.tooltip_anchored = <html>instellen geselekteerde knoop als anker voor later te<br/>maken hyperlink tussen knopen. Huidig anker:<br/>{0}
-SetLinkByFileChooserAction.text = Koppeling kiezen...
-SetLinkByTextFieldAction.text = Koppeling typen of wijzigen
-SetNodeLink.text = Maak knoopkoppeling
-SetNoteWindowPosition.bottom.text = Onder
-SetNoteWindowPosition.left.text = Links
-SetNoteWindowPosition.right.text = Rechts
-SetNoteWindowPosition.top.text = Boven
-SetShortenerStateAction.text = Minimaliseren knoop
-sf_login_required = Loging bij Source Forge vereist. Doorgaan?
-ShowAllAttributesAction.text = Tonen alle attibuten
-ShowAncestorsAction.text = Ook voorouders tonen
-ShowAttributeDialogAction.text = &Tonen en verbergen attributen....
-ShowDescendantsAction.text = Ook afstammelingen tonen
-ShowFilterToolbarAction.text = Tonen filtermenu
-ShowFormatPanel.text = Tonen opmaakpaneel
-ShowFormatPanel.tooltip = Toont een dialoogvenster waarin de opmaak van een knoop en tak in tegelijkertijd kunnen worden veranderd.
-ShowHideNoteAction.text = Tonen notitiehulpvenster
-ShowHideNoteAction.tooltip = Laat het notitiehulpvenster verschijnen of verdwijnen
-ShowNextChildAction.text = Tonen volgend kind
-ShowNotesInMapAction.text = Tonen notities bij knopen
-ShowSelectedAttributesAction.text = Attributenbeheer
-ShowSelectionAsRectangleAction.text = Tonen rechthoekig selectiekader
-simplyhtml.aboutFrameTitle = Over deze toepassing
-simplyhtml.aboutLabel = Over SimplyHTML...
-simplyhtml.alignCenter = Centreren
-simplyhtml.alignLabel = Uitlijning
-simplyhtml.alignLeft = links
-simplyhtml.alignRight = rechts
-simplyhtml.allCellsRangeLabel = alle cellen
-simplyhtml.allOccurrencesReplaced = Alle voorkomens vervangen
-simplyhtml.appendTableColLabel = Toevoegen kolom
-simplyhtml.appendTableRowLabel = Toevoegen rij
-simplyhtml.applyCellAttrLabel = Toepassen op
-simplyhtml.backgroundLabel = Achtergrond:
-simplyhtml.boldItalicName = Vet Schuin
-simplyhtml.boldName = Vet
-simplyhtml.borderColorLabel = Kleur:
-simplyhtml.borderWidthLabel = Breedte
-simplyhtml.bottomLabel = onderaan:
-simplyhtml.cancelBtnName = Annuleren
-simplyhtml.cellBorderTabLabel = Randen
-simplyhtml.cellGenTabLabel = Algemeen
-simplyhtml.cellMarginTabLabel = Marge
-simplyhtml.cellPanelTitle = Celopmaak
-simplyhtml.clearFormatLabel = Verwijderen opmaak
-simplyhtml.clearFormatTip = Verwijderen opmaak
-simplyhtml.close = Sluiten
-simplyhtml.closeBtnName = Sluiten
-simplyhtml.colorLabel = Kleur
-simplyhtml.copyLabel = Kopi\u00ebren
-simplyhtml.copyTip = Kopi\u00ebren
-simplyhtml.cTagNameHead1 = Kop 1
-simplyhtml.cTagNameHead2 = Kop 2
-simplyhtml.cTagNameHead3 = Kop 3
-simplyhtml.cTagNameHead4 = Kop 4
-simplyhtml.cTagNameHead5 = Kop 5
-simplyhtml.cTagNameHead6 = Kop 6
-simplyhtml.cTagNameLink = Koppeling
-simplyhtml.cTagNameOL = Geordende lijst
-simplyhtml.cTagNamePara = Paragraaf
-simplyhtml.cTagNameUL = Ongenummerde lijst
-simplyhtml.cutLabel = Knippen
-simplyhtml.cutTip = Knippen
-simplyhtml.defaultDocName = Zonder kern
-simplyhtml.deleteTableColLabel = Verwijderen kolom
-simplyhtml.deleteTableRowLabel = Verwijderen rij
-simplyhtml.docTitleQuery = Wijzig de titel :
-simplyhtml.docTitleTitle = Bewerken titel van het document
-simplyhtml.editLabel = Bewerken label
-simplyhtml.effectLabel = Effekt
-simplyhtml.familyLabel = Naam lettertype
-simplyhtml.findNext = Zoek volgende...
-simplyhtml.findReplaceDialogTitle = Zoeken en vervangen
-simplyhtml.findReplaceLabel = Zoeken en vervangen
-simplyhtml.findReplaceTip = Zoeken en vervangen
-simplyhtml.fontBoldLabel = Vet
-simplyhtml.fontBoldTip = Vet aan/uit
-simplyhtml.fontColorLabel = Tekstkleur
-simplyhtml.fontColorTip = Tekstkleur
-simplyhtml.fontDialogTitle = Opmaak lettertype
-simplyhtml.fontItalicLabel = Schuin
-simplyhtml.fontItalicTip = Schuin aan/uit
-simplyhtml.fontLabel = Lettertype...
-simplyhtml.fontTabLabel = Lettertype
-simplyhtml.fontTip = Opmaak lettertype
-simplyhtml.fontUnderlineLabel = Onderlijnd
-simplyhtml.fontUnderlineTip = Onderlijning aan/uit
-simplyhtml.foregroundLabel = Voorgrond:
-simplyhtml.formatLabel = Opmaken
-simplyhtml.formatListLabel = Lijst...
-simplyhtml.formatListTip = Wijzigen lijstopmaak
-simplyhtml.formatParaLabel = Paragraaf...
-simplyhtml.formatParaTip = Wijzigen paragraafopmaak
-simplyhtml.formatTableLabel = Tabel...
-simplyhtml.formatTableTip = Tabel opmaken
-simplyhtml.helpLabel = Help
-simplyhtml.htmlTabTitle = Venster met HTML
-simplyhtml.imageFileDesc = Afbeeldingsbestanden
-simplyhtml.insertTableColLabel = Kolom invoegen
-simplyhtml.insertTableLabel = Tabel...
-simplyhtml.insertTableMsg = Hoeveel kolommen ?
-simplyhtml.insertTableRowLabel = Rij invoegen
-simplyhtml.insertTableTitle = Rij invoegen
-simplyhtml.italicName = Schuin
-simplyhtml.layoutTabTitle = Met opmaak
-simplyhtml.leftLabel = links:
-simplyhtml.listDialogTitle = Lijstopmaak:
-simplyhtml.listIndentTitle = Inspringen:
-simplyhtml.listPosInside = binnen
-simplyhtml.listPositionLabel = Positie:
-simplyhtml.listPosOutside = buiten
-simplyhtml.listTypeCircle = stip als opsommingsteken
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = bestandssymbool als opsommingsteken
-simplyhtml.listTypeLabel = Type\:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = geen
-simplyhtml.listTypeSquare = vierkant opsommingsteken
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Buitenste
-simplyhtml.matchApproximately = Benaderend passen
-simplyhtml.matchApproximately.tooltip = <html>Al dan niet toestaan van benaderingen,<br/>bijv. zoeken naar 'files' vindt ook 'flies'.</html>
-simplyhtml.matchCase = Identieke hoofd- en kleine letters
-simplyhtml.matchCase.tooltip = Al dan niet letten op hoofdletters bij het vergelijken
-simplyhtml.newStyleDefaultName = Nieuw opmaakprofiel
-simplyhtml.nextTableCellLabel = Volgende cel
-simplyhtml.noLineLabel = geen
-simplyhtml.noMoreOccurrencesFound = geen (andere) gevallen gevonden
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Binnenste
-simplyhtml.paraAlignCenterLabel = Centreren
-simplyhtml.paraAlignCenterTip = Centreren
-simplyhtml.paraAlignLeftLabel = Links uitlijnen
-simplyhtml.paraAlignLeftTip = Links uitlijnen
-simplyhtml.paraAlignRightLabel = Rechts uitlijnen
-simplyhtml.paraAlignRightTip = Rechts uitlijnen
-simplyhtml.paraStyleDialogTitle = Paragraafopmaak
-simplyhtml.paraTabLabel = Paragraaf
-simplyhtml.pasteHTMLLabel = Plakken met HTML opmaak
-simplyhtml.pasteLabel = Plakken
-simplyhtml.pastePlainTextLabel = Plakken zonder HTML opmaak
-simplyhtml.pasteTip = Plakken
-simplyhtml.plainName = platte
-simplyhtml.previewLabel = Voorbeeld
-simplyhtml.previewText = Voorbeeld tekst
-simplyhtml.prevTableCellLabel = Vorige cel
-simplyhtml.printLabel = Afdrukken...
-simplyhtml.redoLabel = Opnieuw
-simplyhtml.redoTip = Opnieuw
-simplyhtml.replace = Vervangen...
-simplyhtml.replaceAll = Selecteren alle attributen
-simplyhtml.replaceDone = Uitgevoerd
-simplyhtml.replaceNo = Nee
-simplyhtml.replaceThisQuery = vervang deze
-simplyhtml.replaceWith = Vervangen door:
-simplyhtml.replaceYes = Ja
-simplyhtml.rightLabel = rechts:
-simplyhtml.searchDown = Zoek omlaag
-simplyhtml.searchDown.tooltip = Van boven naar beneden zoeken.
-simplyhtml.searchFromStart = Zoek vanaf het begin
-simplyhtml.searchFromStart.tooltip = Zoeken vanaf het begin in plaats vanaf de cursor.
-simplyhtml.searchUp = Zoek omhoog
-simplyhtml.searchUp.tooltip = Terugzoeken (bottom up)
-simplyhtml.selectAllLabel = Alles selecteren
-simplyhtml.sizeLabel = Grootte
-simplyhtml.standardStyleName = Standaard
-simplyhtml.strikeLabel = Doorhaling
-simplyhtml.styleLabel = Opmaakprofiel
-simplyhtml.styleNameInputText = Naam van het nieuwe opmaakprofiel ?
-simplyhtml.styleNameInputTitle = Bewaar het opmaakprofiel
-simplyhtml.tableBgColLabel = Achtergrondkleur:
-simplyhtml.tableDialogTitle = Opmaken tabel
-simplyhtml.tableLabel = Tabel
-simplyhtml.tablePanelTitle = Tabelopmaak
-simplyhtml.tableWidthLabel = Breedte:
-simplyhtml.textIndentLabel = Inspringen:
-simplyhtml.textToFind = Te zoeken tekst:
-simplyhtml.thisCellRangeLabel = deze cel
-simplyhtml.thisColRangeLabel = deze kolom
-simplyhtml.thisRowRangeLabel = deze rij
-simplyhtml.toggleBulletsLabel = Lijst met opsommingstekens
-simplyhtml.toggleBulletsTip = Lijst met opsommingstekens aan/uit
-simplyhtml.toggleNumbersLabel = Lijst met nummers
-simplyhtml.toggleNumbersTip = Lijst met nummers aan/uit
-simplyhtml.topLabel = bovenaan:
-simplyhtml.uLineLabel = Onderlijnd
-simplyhtml.unableToOpenFileError = Bestand kan niet worden geopend
-simplyhtml.unableToRedoError = Kan niet opnieuw
-simplyhtml.unableToUndoError = Kan niet ongedaan maken:
-simplyhtml.undoLabel = Ongedaan maken
-simplyhtml.undoTip = Ongedaan maken
-simplyhtml.valignBaseline = basislijn
-simplyhtml.valignBottom = Onder
-simplyhtml.valignLabel = Vertikaal uitlijnen
-simplyhtml.valignMiddle = Midden
-simplyhtml.valignTop = Boven
-simplyhtml.wholeWordsOnly = Alleen volledige woorden
-simplyhtml.wholeWordsOnly.tooltip = Beperk het zoeken tot hele woorden.
-SortNodes.text = Alfabetisch sorteren kinderen
-SortNodes.tooltip = Alfabetisch sorteren alle kinknopen
-split = &Splitsen
-SplitConditionAction.text = Splitsen
-SplitNode.text = Splitsen knoop
-SplitNode.tooltip = <html> Knoop is gesplitst</html>
-STANDARD_FORMAT = Standaard
-stop_processing = Stoppen
-StringFlavorHandler = Van platte tekst naar hi\u00ebrarchie van knopen
-StructuredHtmlFlavorHandler = Van HTML maar hi\u00ebrarchie van knopen
-style = Stijlnaam
-style_already_exists = Opmaakprofiel bestaat al
-styledialog.cancel.text = Annuleren
-styledialog.ok.text = OK
-styles = Stijlen
-styles.AutomaticLayout = Knoopniveaustijl toepassen...
-styles.connection = Verbindingslijn
-styles.date = Datum
-styles.definition = Definitie
-styles.description = Beschrijving
-styles.floating_node = Zwevende knoop
-styles.idea = Idee
-styles.important = Belangrijk
-styles.key = Sleutel
-styles.list = Lijst
-styles.needs_action = Te doen
-styles.note = Opmerking
-styles.ok = OK
-styles.pending = In afwachting
-styles.predefined = Knoopprofiel toepassen...
-styles.question = Vraag
-styles.quotation = Citaat
-styles.root_node = Opmaakprofiel
-styles.subsubtopic = Deeldeelonderwerp
-styles.subtopic = Deelonderwerp
-styles.topic = Onderwerp
-styles.user-defined = Gebruikerstijl toepassen...
-styles.website = Website
-styles_menu = Stijlen
-submenu_keystroke_in_use_error = Toets  {0} kan niet voor submenu {1} worden gebruikt. Toets vewijderd.
-summary_nodes = Groepsknopen
-summary_not_possible = Kan voor huidige selectie geen groepsknoop maken
-SummaryNodeAction.text = Groepsknoop aan/uitzetten
-svg = SVG
-template_dir = Standaard mindmapstijlen
-TimeListAction.text = Managen taken...
-TimeListAction.tooltip = Toont alle geplande herinneringen en de bijhorende knopen.
-TimeManagementAction.text = Managen tijd...
-TimeManagementAction.tooltip = <html> Start de agendamodule.</html>
-ToggleChildrenFoldedAction.text = Kleinkinderen open/dichtvouwen
-ToggleDetailsAction.text = Tonen knoopdetails
-ToggleFBarAction.text = Tonen F-balk (functietoetsen)
-ToggleFoldedAction.text = Open/dichtvouwen
-ToggleFullScreenAction.text = Tonen volledig scherm
-ToggleLeftToolbarAction.text = Tonen pictogrammenbalk
-ToggleMenubarAction.text = Tonen hoofdmenu
-ToggleStatusAction.text = Tonen statuslijn
-ToggleToolbarAction.text = Tonen werkmenu
-undefined_error = Er is een onverwachte fout opgetreden. Probeer er een foutmelding van te maken.
-underline = Onderstreept
-UnderlineAction.text = Onderstrepen
-underlined = Onderstreept
-UndoAction.text = Ongedaan maken laatse filteractie
-UndoFilterAction.text = Ongedaan maken laatste filteractie
-unfold = Openvouwen
-UnfoldAllAction.text = Alle afstammelingen openvouwen
-UnfoldAllAction.tooltip = <html> Alle afstammelingen openvouwen.</html>
-UnfoldOneLevelAction.text = E\u00e9n niveau openvouwen
-UnfoldOneLevelAction.tooltip = <html> E\u00e9n niveau openvouwen.</html>
-up = &Op
-update_failed = Het laden van nieuwe onderdelen is mislukt met bericht {0}
-UpdateCheckAction.text = Controleren op nieuwe onderdelen
-updatecheckdialog = Dialoogvenster voor nieuwe onderdelen
-url_error = Deze URL is onjuist!
-url_open_error = Kon URL {0} niet openen.
-used_in_menu = Deze sneltoets kan niet worden ingesteld omdat deze al in gebruik is.
-UsePlainTextAction.text = Platte tekstopmaak
-user_config_folder = Configuratiemap van de gebruiker: {0}
-user_defined_scale = Door de gebruiker gedefinieerde schaal
-user_defined_zoom = Door gebruiker gedefinieerd.
-user_defined_zoom_status_bar = De zoomfactor wijzigen naar het door de gebruiker opgegeven percentage van {0}%.
-user_icon = Gebruiker pictogram "{0}"
-user_template_dir = Door de gebruiker gedefinieerde mindmapstijlen
-user_zoom = Zoomfactor (0.0 - 2.0) voor afdrukken:
-value_format = Waardeformaat
-version_up_to_date = Je gebruikt al de meest recente versie
-ViewerControllerAction.text = Schaalbare afbeelding...
-ViewLayoutTypeAction.OUTLINE.text = Tonen overzichtsweergave
-WebDocuAction.text = Web Documentatie
-width = Breedte
-wrong_regexp = Verkeerde reguliere uitdrukking "{0}", fout {1}
-xslt_export.html = HTML document
-xslt_export.latex = LaTex document
-xslt_export.latexbook = LaTex boek
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 en hoger) XML formaat
-xslt_export.ms_project = MS Project (2003 en hoger) XML formaat
-xslt_export.ms_word = Word (2003 en hoger) XML formaat
-xslt_export.text = Platte tekst
-xslt_export_not_possible = Exporteren Freeplane XLST is niet mogelijk
-yes = Ja
-ZoomInAction.text = Inzoomen
-ZoomOutAction.text = Uitzoomen
+about_text=Freeplane van Joerg Mueller\nEen programma voor het maken en bekijken van mindmaps.\nCopyright (C) 2000-2004 Joerg Mueller\nDeze software is gratis (GPL)\nHome: http://freeplane.sourceforge.net/\nVersion:
+AboutAction.text=Over Freeplane
+acceleratorPresets=Sneltoetsenset
+accelerators_loading_error=Kan de sneltoetsen niet laden uit {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Wijzig de opmaak van knopen
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Wijzig opmaakrofiel
+accessories/plugins/EncryptNode.properties_0=Kies wachtwoord om knoop te beveiligen
+accessories/plugins/EncryptNode.properties_1=De wachtwoorden verschillen of zijn te kort.
+accessories/plugins/EncryptNode.properties_2=Geef een wachtwoord:
+accessories/plugins/EncryptNode.properties_3=Geef het nog eens:
+accessories/plugins/EncryptNode.properties_4=Geef je wachtwoord.
+accessories/plugins/EncryptNode.properties_5=<html> Let op: de sterkte van de beveiliging<br> hangt af van de kwaliteit (voorspelbaarheid) van je wachtwoord.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Annuleer
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Je kunt alleen de beveiliging van een knoop met wachtwoord  in- en uitschakelen. Voeg een wachtwoord toe via het menu Extra.
+accessories/plugins/EncryptNode.properties_select_me=Kies mij om verder te gaan!
+accessories/plugins/EncryptNode.properties_wrong_password=Het wachtwoord is onjuist.
+accessories/plugins/ExportWithTWiki.text=TWiki
+accessories/plugins/ExportWithTWiki.tooltip=Exporteren mindmap als TWiki document.
+accessories/plugins/ExportWithXSLT.tooltip=Dit is een algemene export methode
+accessories/plugins/ExportWithXSLT_Applet.text=Java Applet
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporteren mindmap als java browser applet.
+accessories/plugins/ExportWithXSLT_Flash.text=Flash
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporteren mindmap als flash toepassing.
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML, JavaScript
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML, Klikbare mindmap
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=TJI, Bronnen Taskjuggler
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html> Exporteert bronnen (resources) uit knoop RESOURCES naar Taskjuggler module. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=TJI, Taken TaskJuggler
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html> Exporteert taken uit TAKEN-knoop naar Taskjuggler module. </html>
+action_keystroke_in_use_error=Toets {0} voor actie {1} is al in gebruik voor actie {2}
+active=Aktief
+actual_map_styles=Conditionele stijl op mindmapniveau
+actual_node_styles=Conditionele stijl op knoopniveau
+add=&Toevoegen
+AddConnectorAction.text=Toevoegen verbindingslijn
+AddElementaryConditionAction.text=Toevoegen
+AddLocalLinkAction.text=Snelkoppeling naar andere knoop
+AddMenuItemLinkAction.text=Snelkoppeling naar menutoegang...
+AddOnDetailsPanel.authored.by=Door {0}
+AddOnDetailsPanel.header.function=Functie
+AddOnDetailsPanel.header.menu=Plaats van het menu
+AddOnDetailsPanel.header.shortcut=Sneltoets
+AddOnDetailsPanel.homepage=Homepagina
+addons.installer.canceled=Installatie afgebroken
+addons.installer.confirm.licence=<html><body><h1>Licentie</h1>{0}<p><p><em>Accepteer je deze licentie?</em></p></body></html>
+addons.installer.failed=Installatie mislukt: {0}
+addons.installer.freeplaneversion.format.error=Format error in {0} (waarde: {1})
+addons.installer.groovy.script.name=Script naam {0} eindigt niet met ".groovy"
+addons.installer.html.script=Script kern mag geen HTML zijn
+addons.installer.install=Installeren
+addons.installer.invalid.keyboard.shortcut=Onjuiste sneltoets {0}.
+addons.installer.licence.unchanged=Licentie is niet veranderd
+addons.installer.map.structure=Fout in mindmap structuur: {0}
+addons.installer.missing.child.nodes=Ontbrekende kindknopen: {0}
+addons.installer.missing.permission.attribute=Script {0}: missing permission attributes {1}
+addons.installer.missing.properties=Missende eigenschappen: {0}
+addons.installer.missing.translation=Ontbrekende vertaling {0} voor locale {1}
+addons.installer.no.scripts=Geen scripts aanwezig
+addons.installer.no.zipdata=Geen zip data gevonden
+addons.installer.nonstandard.permissions=Het script vereist de volgende permissie die op dit moment niet zijn ingeschakeled: {0}. \nMoeten ze standaard worden ingeschakeld ?
+addons.installer.one.child.expected=Er zou precies \u00e9\u00e9n kind van {0} moeten zijn.
+addons.installer.script.no.execution_mode=Geen  "execution_mode" attribuut gedefinieer voor {0}
+addons.installer.script.no.menulocation=Geen "menuLocation" attribuut gedefinieerd voor {0}
+addons.installer.script.no.menutitle=Geen "menuTitleKey" attribuut gedefinieerd voor {0}
+addons.installer.script.no.permissions=Geen permissies gedefinieerd voor {0}
+addons.installer.success=Installatie geslaagd.\nDe plugin zal beschikbaar zijn na een herstart.
+addons.installer.success.update=Update van {0} naar {1} geslaagd.\nSommige functies zijn pas beschikbaar na een herstart.
+addons.installer.title=Add-ons installatieprogramma
+addons.installer.too.new=Huidige Freeplane versie {0} is te nieuw. Deze plug-in ondersteunt maximaal {1}
+addons.installer.too.old=Huidige Freeplane versie {0} is te oud. Deze plug-in vereist tenminste {1}
+addons.installer.unknown.deinstallation.rules=Onbekende regels voor deinstallatie {0}
+addons.installer.update=Update van versie {0}
+addons.installer.warning=<html><body><em>Je moet alleen add-ons installeren van een bron die je vertrouwt. Kwaadaardige software kan schade toebrengen aan gegevens of je privacy.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Toevoegen attributen uit stijl
+AddStyleAttributes.tooltip=Toevoegen attributen uit stijl
+AllMapsNodeListAction.text=Zoeken en vervangen alle mindmaps
+always=Altijd
+AlwaysUnfoldedNodeAction.text=Knoop atijd opengevouwen(wel/niet)
+antialias_all=Alles verzachten
+antialias_edges=Takken verzachten
+antialias_none=Niets verzachten
+apply=&Toepassen
+ApplyAction.text=&Toepassen
+ApplyFormatPlugin.text=&Algemene knoopstijl wijzigen...
+ApplyFormatPlugin.tooltip=Toont dialoogvenster waarin alle eigenschappen van knopen en lijnen  in \u00e9\u00e9n keer gewijzigd kunnen worden....
+ApplyNoFilteringAction.text=Stoppen filteren
+ApplySelectedViewConditionAction.text=Niet-geselecteerde knopen verbergen
+ApplyToVisibleAction.text=Verder filteren (verfijnen)
+as_parent=Als ouder (Niveau hoger)
+AskForHelp.text=Hulp vragen
+AssignAttributesAction.text=Zoeken en vervangen attributen...
+attribute_delete=Alle waarden wissen
+attribute_delete_value=Deze waarde wissen
+attribute_font_size_tooltip=Tekengrootte van attribuut
+attribute_list_box_label_text=Bestaande waarden
+attribute_name=Attribuutnaam
+attribute_replace=Vervangen door
+attribute_top=Alle bekende attributen voor de geladen Mindmaps
+attribute_value=Attribuutwaarde
+attributes_AddAttributeAction.text=Toevoegen attribuut...
+attributes_adding_empty_attribute_error=Attribuutnaam mag niet leeg zijn
+attributes_all=Alle attributen
+attributes_assign_dialog=Attributen toekennen
+attributes_attribute=Attribuut
+attributes_close=Sluiten
+attributes_deselect_all=Niets
+attributes_dialog_title=Attributenbeheerder
+attributes_edit=Bewerken attributen
+attributes_edit_tooltip=Set bewerken
+attributes_for_selected=Geslecteerde knopen
+attributes_for_visible=Alle zichtbare knopen
+attributes_import=& Importeren
+attributes_import_tooltip=Importeren attributen uit alle geladen mindmaps
+attributes_no_import_candidates_found=Geen nieuwe attributen gevonden
+attributes_popup_delete=Wissen attribuut
+attributes_popup_down=Naar beneden
+attributes_popup_edit=Bewerken attributen
+attributes_popup_hide=Verbergen attributen
+attributes_popup_new=Nieuw attribuut
+attributes_popup_optimal_width=Optimale breedte
+attributes_popup_up=Naar boven
+attributes_refresh=Vernieuwen
+attributes_RemoveAllAttributesAction.text=Alle attributen verwijderen
+attributes_RemoveFirstAttributeAction.text=Eerste attribuut verwijderen
+attributes_RemoveLastAttributeAction.text=Laatste attribuut verwijderen
+attributes_restricted_attributes_tooltip=Beperk de set attributen
+attributes_restricted_values_tooltip=Beperk waardenbereik voor huidig attribuut
+attributes_restriction=Beperkte set
+attributes_select_all=Alle attributen
+attributes_select_all_tooltip=Alle attributen (de)selecteren
+attributes_show=Tonen
+attributes_skip_root=Overslaan stamknoop
+attributes_visible=Geselecteerde attibuten tonen
+attributes_visible_tooltip=Geselecteerde attibuten tonen
+automatic_layout=Automatische layout
+automatic_layout_disabled=Uitgeschakeld
+automatically_save_message=De Mindmap werd automatisch opgeslagen met de bestandsnaam {0} ...
+AutomaticEdgeColorHookAction.text=Automatische takkleur
+AutomaticLayout.ALL=Voor alles
+AutomaticLayout.HEADINGS=Voor kopjes (headings)
+AutomaticLayout.level=Kop {0}.
+AutomaticLayout.level.root=Titel
+AutomaticLayoutAction.text=&Opmaken per knoopniveau
+AutomaticLayoutAction.tooltip=<html> Herstelt de standaardopmaak van de  mindmap. <br>Het eerste niveau is zwart, het tweede blauw enz.</html>
+AutomaticLayoutControllerAction.ALL.text=voor alle knopen
+AutomaticLayoutControllerAction.HEADINGS.text=voor niet-bladeren
+AutomaticLayoutControllerAction.null.text=uitgeschakeld
+BackAction.text=Achteruit in sequentie
+BackAction.tooltip=Terug in de selectiehistorie
+background=Achtergrond
+bitmaps=Afbeeldingen (bitmaps)
+black=Zwart
+BlinkingNodeHookAction.text=Knipperende knoop
+BlinkingNodeHookAction.tooltip=<html> Dit laat de knoop knipperen. Maar wees voorzichtig: pas dit niet op teveel knopen toe, en <strong> niet samen met andere automatische opmaakmogelijkheden op dezelfde knoop</strong></html>
+blue=Blauw
+BoldAction.text=Vet
+boldify_branch=Vet maken
+branch=Tak
+browse=Verkennen...
+calendar_attributes_panel=Agenda en attributen
+calendar_panel=Agenda
+can_not_connect_to_info_server=Kan geen verbinding maken met de server
+can_not_delete_predefined_style=Kan voorgedefinieerde opmaakstijl niet wissen
+can_not_delete_root_style=Kan opmaakstijl stamknoop niet wissen
+can_not_delete_style_group=Kan sijlgroep niet wissen
+can_not_save_key_set=Kan de set met sneltoetsen niet bewaren
+cancel=&Annuleren
+CancelAction.text=&Annuleren
+cannot_add_parent_diff_parents=Alle knopen moeten dezelfde ouder hebben om deze functie te kunnen gebruiken.
+cannot_add_parent_to_root=De stamknoop kan niet aan een nieuwe ouderknoop worden gekoppeld.
+cannot_delete_root=De stamknoop kan niet worden gewist
+cannot_join_nodes_with_children=Knopen met takken (kindknopen) kunnen niet worden samengevoegd
+cannot_move_to_child=Een ouderknoop kan niet direkt aan zijn kindknoop worden gehangen.
+CenterAction.text=Centreren
+CenterSelectedNodeAction.text=Geselecteerde knoop centreren
+ChangeConnectorArrowsAction.backward.text=Pijl achteruit
+ChangeConnectorArrowsAction.both.text=Pijlen naar beide kanten
+ChangeConnectorArrowsAction.forward.text=Pijl vooruit
+ChangeConnectorArrowsAction.none.text=Lijn zonder pijl
+ChangeConnectorArrowsAction.text=Wijzig pijlen verbindingslijn
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Bocht
+ChangeConnectorShapeAction.EDGE_LIKE.text=Als tak
+ChangeConnectorShapeAction.LINE.text=Lijn
+ChangeConnectorShapeAction.LINEAR_PATH.text=Rechthoekige lijn
+ChangeNodeLevelLeftsAction.text=Naar beneden en ouderniveau
+ChangeNodeLevelLeftsAction.tooltip=Geselecteerde knopen links van de stamknoop verplaatsen naar boven en worden kindknopen van de knoop boven de huidige knoop. Knopen rechts van de stamknoop verplaatsen naar boven. Hierop is een uitzondering: knopen direct links of rechts van de stamknoop verplaatsen naar de andere zijde van de stamknoop.
+ChangeNodeLevelRightsAction.text=Naar boven en kindniveau
+ChangeNodeLevelRightsAction.tooltip=Geselecteerde knopen rechts van de stamknoop verplaatsen naar beneden en worden kindknopen van de knoop onder de huidge knoop. Knopen links van de stamknoop verplaatsen naar boven. Hierop is een uitzondering: knopen direct links of rechts van de stamknoop verplaatsen naar de andere zijde van de stamknoop.
+choose_background_color=Kies achtergrondkleur:
+choose_cloud_color=Kies wolkkleur:
+choose_edge_color=Kies takkleur
+choose_map_background_color=Kies achtergrondkleur mindmap
+choose_node_background_color=Kies achtergrondkleur knoop:
+choose_node_color=Kies tekstkleur voor de knoop:
+ClearLinkAnchorAction.text=Wissen koppelingsanker
+ClearLinkAnchorAction.tooltip=<html>wis eerder ingesteld knoopanker</html>
+close_btn=Sluiten
+CloseAction.text=&Sluiten mindmap
+CloudAction.text=Maken/verwijderen wolk
+CloudColorAction.text=Kleur wolk...
+CloudShapeAction.ARC.text=Boog
+CloudShapeAction.RECT.text=Rechthoek
+CloudShapeAction.ROUND_RECT.text=Afgeronde rechthoek
+CloudShapeAction.STAR.text=Ster
+ColorProperty.ResetColor=Kleur herstellen
+combined=Gecombineerd
+condition=Conditie
+confirmation=Bevestiging
+connector=Verbindingslijn
+connector_arrows=Pijlvorm verbindingslijn
+connector_label=Label bij verbindingslijn
+connector_lines=Lijnvorm verbindingslijn
+connector_shapes=Bochtvorm verbindingslijn
+ConnectorColorAction.text=Kleur verbindingslijn...
+CopyAction.text=Kopi\u00ebren
+CopyAction.tooltip=Kopieer geselecteerde tak
+CopyAttributes.text=Kopi\u00ebren attributen
+CopyIDAction.text=Kopi\u00ebren knoop-ID
+CopyMapStylesAction.text=Mindmapstijl toepassen
+CopyNodeURIAction.text=Kopieer URI van knoop
+copyright=Copyright \u00a9 2000-2012 Freeplane team en anderen
+CopySingleAction.text=Kopi\u00ebren zonder zijtakken
+CopySingleAction.tooltip=Kopieer alleen de geselecteerde knoop
+CopyStyleExtensionsAction.text=Toevoegen uit stijlsjabloon
+corrupt_map=De inhoud van de mindmap is beschadigd
+CreateConjunctConditionAction.text=En
+CreateDisjunctConditionAction.text=Of
+CreateNotSatisfiedConditionAction.text=Niet
+CreationModificationPluginAction.text=&Tonen wanneer gewijzigd
+CreationModificationPluginAction.tooltip=<html> Deze functie houdt bij wanneer knopen gemaakt en gewijzigd zijn.</html>
+current_dir=Mindmaps
+CutAction.text=Knippen
+decrease_branch_font_size=Lettertype verkleinen
+DecreaseNodeFontAction.text=Lettertype verkleinen
+default=Standaardstijl
+DefaultColorAction.text=Standaardkleur
+defaultstyle.details=Knoopdetails
+defaultstyle.floating=Zwevende knoop
+defaultstyle.note=Knoopnotitie
+delete=&Wissen
+delete_child=Wissen kindknoop
+DeleteAction.text=Verwijderen knoop
+DeleteConditionAction.text=Wissen
+DeleteDetailsAction.text=Verwijderen knoopdetails
+DeleteLevelStyleAction.text=Wissen automatische opmaakstijl voor niveau
+DeleteStyleAction.text=Wissen opmaakstijl
+DeleteUserStyleAction.text=Wissen van door de gebruiker defefinieerde opmaakstijl
+dialect_info.app=Mindmap bestand {0} is gemaakt met programma {1}.
+dialect_info.unknownApp=Het geladen mindmap bestand is gemaakt met een onbekend programma.
+dialect_info.unknownURL=Zijn website is onbekend.
+dialect_info.url=Bezoek programmawebsite {0} voor meer informatie.
+dialect_info.warning=Freeplane kan onjuist worden geopend, getoond of bewaard.
+DirectHtmlFlavorHandler=HTML als enkele knoop
+DocumentationAction.text=Documentatie
+down=N&aar beneden
+download=Laad
+dropped_file_error=Kon het geplakte bestand(en) niet openen. Oorzaak: {0}
+edge=Tak
+edge_is_formatted_by_style=Takopmaak bepaald door stijl...
+edge_style=Vorm tak
+edge_width=Dikte tak
+EdgeColorAction.text=Kleur tak
+EdgeStyleAction.bezier.text=Ronde bocht
+EdgeStyleAction.bezier.tooltip=<html>Toon de tak als bocht.</html>
+EdgeStyleAction.hide_edge.text=Verborgen
+EdgeStyleAction.hide_edge.tooltip=<html>Toon voor de geselecteerde knopen de verbinding naar de ouder als<br>stippellijn en verberg de verbinding in andere gevallen..</html>
+EdgeStyleAction.horizontal.text=Rechthoekige bocht
+EdgeStyleAction.horizontal.tooltip=<html>Gebruik loodrechte rechte lijnen voor de takken.</html>
+EdgeStyleAction.linear.text=Rechte lijn
+EdgeStyleAction.linear.tooltip=<html>Toon de tak als rechte lijn.</html>
+EdgeStyleAction.sharp_bezier.text=Taps toelopend ronde bocht
+EdgeStyleAction.sharp_bezier.tooltip=<html>Toon de tak als bocht met scherpe uiteinden.</html>
+EdgeStyleAction.sharp_linear.text=Tapstoelopend recht
+EdgeStyleAction.sharp_linear.tooltip=<html>Toon de tak als rechte lijn met scherpe uiteinden.</html>
+EdgeStyleAsParentAction.text=Als ouderknoop
+EdgeStyleAsParentAction.tooltip=<html>Use edge style of parent node.</html>[obsolete]
+EdgeWidthAction_width_parent.text=Als ouderknoop
+EdgeWidthAction_width_thin.text=Dun
+edit=Be&werken
+edit.decision=HTML Editor
+edit.edit_rich_text=Wil je opmaak zoals Vet en Schuin gebruiken ?
+edit_details=Bewerken knoopdetails
+edit_end_label=<html>Connector<br>label
+edit_label_font_family=Lettertype
+edit_label_font_size=Lettergrootte
+edit_link_manually=De koppeling intypen...
+edit_long_node=Bewerken knoopkern in apart venster
+edit_middle_label=Tekstlabel midden
+edit_note=Bewerken notitie
+edit_source_label=Tekstabel begindzijde
+edit_target_label=Tekstlabel eindzijde
+edit_transparency_label=Doorschijnendheid
+edit_width_label=Dikte
+EditAction.text=Bewerken knoopkern (snel)
+EditAttributesAction.text=Toevoegen en bewerken attribuut
+EditDetailsAction.text=Bewerken knoopdetails (snel)
+EditDetailsInDialogAction.text=Bewerken knoopdetails in apart venster
+EditFilterAction.text=Componeren filter
+EditLongAction.text=Bewerken knoopkern in apart venster
+EditNoteInDialogAction.text=Bewerken knoopnotitie
+EditScript=Bewerken script...
+EditStylesAction.text=Bewerken knoopstijlen
+EncryptedMap.text=Nieuwe beveiligde mindmap ...
+EncryptedMap.tooltip=Maken beveiligde mindmap
+enter_base_url=Ik ga relatieve koppelingen plakken. Geef uw basis URL op.
+enter_condition_name=Voer niewe naam in voor de conditie
+enter_confirms=&Entertoets bevestigt
+enter_keyset_name=Invoeren naam voor set met sneltoetsen
+enter_map_url=Vul URL van mindmap in.
+enter_new_style_name=Invoeren naam voor opmaakstijl
+enter_node_id=Voer knoop ID in
+enter_zoom=Invoeren zoom factor
+EnterPassword.text=Opgeven wachtwoord
+error=Er is een fout opgetreden
+error_applying_template=Fout bij het toepassen van XSL template
+error_creating_directory=Kan geen map voor export maken.
+error_in_template=Fouten in standaard mindmap template {0}. Probeer dit bestand te verwijderen.
+errornumber={0} fouten
+ExecuteScriptError.text=Fout bij uitvoeren script \n {0}Controleer het log-bestand voor details.
+ExecuteScriptForAllNodes.text=Uitvoeren alle scripts
+ExecuteScriptForSelectionAction.text=Uitvoeren scripts van geselecteerde knopen
+ExecuteScriptOnSelectedNode.text=Uitvoeren {0} voor alle geselecteerde knopen
+ExecuteScriptOnSelectedNodeRecursively.text=Recursief uitvoeren {0} voor alle knopen
+ExecuteScriptOnSingleNode.text=Uitvoeren {0} voor \u00e9\u00e9n geselecteerde knoop
+ExecuteScripts.noScriptsAvailable=Niet aanwezig
+ExecuteScripts.text=Beschikbare groovy scripts
+ExecuteScriptSecurityError.text=Er is een fout opgetreden bij de uitvoering van script: {0}
+export_failed=xporteren is mislukt
+export_pdf_text=PDF, Portable Document Format
+export_svg_text=SVG, Scalable Vector Graphic
+export_using_xslt=Exporteren naar:
+ExportAction.text=&Exporteren...
+ExportBranchAction.text=Exporteren tak als nieuwe mindmap
+ExportBranchToHTMLAction.text=HTML, volledige tak
+exported_file={0} bestand
+ExportPdf.text=PDF, Portable Document Format
+ExportSvg.text=SVG, Scalable Vector Graphics
+ExportToHTMLAction.text=HTML, hele mindmap
+ExportToImage.jpg.text=JPEG, gecomprimeerd beeld
+ExportToImage.png.text=PNG, Portable Network Graphic
+ExportToOoWriter.text=ODT, Open Office Text
+extension_menu=&Opmaakpatronen...
+ExternalImage_popupMenu_Change=Wijzig...
+ExternalImage_popupMenu_Open=Open in viewer
+ExternalImage_popupMenu_Remove=Verwijder
+ExternalImage_popupMenu_ResetZoom=Herstel zoom
+ExternalImageAddAction.text=Toevoegen afbeelding
+ExternalImageChangeAction.text=Wijzigen afbeeldingsgrootte
+ExternalImageRemoveAction.text=Verwijderen afbeelding
+ExtractLinkFromTextAction.text=Koppeling uit tekstadres
+ExtractLinkFromTextAction.tooltip=Maak snelkoppeling van adres in kern
+f_button_unassigned=<geen actie>
+FaqOpenURLAction.text=FAQ
+file=&Bestand
+file_already_exists=Het bestand {0} bestaat al. Wil je het overschrijven?
+file_not_found=Bestand {0} niet gevonden
+FileListFlavorHandler=Hyperlinks naar bestanden
+FileProperties_BranchLeafCount=Aaantal bladknopen in geselecteerde tak(ken)
+FileProperties_BranchNodeCount=Aantal knopen in geselecteerde tak(ken):
+FileProperties_ChangesSinceLastSave=Wijzigingen na laatste keer bewaren:
+FileProperties_FileName=Bestandsnaam:
+FileProperties_FileSaved=Opgeslagen bestand:
+FileProperties_FileSize=Bestandsgrootte:
+FileProperties_MainBranchCount=Aantal hoofdtakken:
+FileProperties_NeverSaved=Nooit opgeslagen
+FileProperties_NodeChildCount=Aantal kinderen van geselecteerde knop/knopen:
+FileProperties_NodeSelectionCount=Aantal geselecteerde knopen:
+FileProperties_TotalFilteredCount=Aantal knopen dat aan filtercriterium voldoet:
+FileProperties_TotalLeafCount=Totaal aantal bladknopen:
+FileProperties_TotalNodeCount=Totaal aantal knopen:
+FilePropertiesAction.text=Mindmapeigenschappen
+FileRevisionsDialog.cancel=Niet uitvoeren
+FileRevisionsDialog.file_last_modified=Tijdstempel
+FileRevisionsDialog.file_name=Bestand
+FileRevisionsDialog.file_size=Bytes
+FileRevisionsDialog.open=Open
+FileRevisionsDialog.open.tooltip=Open bestand ook indien verouderd
+FileRevisionsDialog.question=Versies (Revisies) gevonden van {0}
+FileRevisionsDialog.restore=Herstellen
+FileRevisionsDialog.restore.tooltip=Vervangen {0} door {1}
+FileRevisionsDialog.title=Bestandsversies(revisies)
+filter=Filter
+filter_add=&Toevoegen
+filter_and=&En
+filter_any_text=Kern, details of notitie
+filter_conditions=Filters
+filter_contains=Bevat
+filter_created_after=Gemaakt na
+filter_created_before=Gemaakt voor
+filter_delete=&Wissen
+filter_details=Knoopdetails
+filter_dialog=Filter samenstellen
+filter_does_not_exist=Bestaat niet
+filter_edit_description=Bewerken filterlijst
+filter_enter_value=Invoeren waarde
+filter_even_level=Knoop op oneven niveau
+filter_exist=Bestaat
+filter_icon=Pictogram
+filter_is_equal_to=Is gelijk aan
+filter_is_not_equal_to=Is niet gelijk aan
+filter_leaf=Bladknoop
+filter_link=Koppeling
+filter_match_approximately=Benaderen
+filter_match_approximately_tooltip=<html>Of benaderingen zijn toegestaan,<br/>bijv zoeken naar 'bestand' vindt ook ''berand''.</html>
+filter_match_case=Hoofdlettergevoelig
+filter_match_case_tooltip=Of rekening moet worden gehouden met hoofd/kleine letters.
+filter_modified_after=Gewijzigd na
+filter_modified_before=Gewijzigd voor
+filter_no_filtering=Geen filter
+filter_node=Knoopkern
+filter_node_level=Knoopniveau
+filter_not=&Niet
+filter_note=Knoopnotitie
+filter_odd_level=Knoop op even niveau
+filter_or=&Of
+filter_parent=Knoopkern van ouder
+filter_periodic_level=Periodiciteit
+filter_priority=Pioriteit
+filter_regexp_matches=Komt overeen met reguliere expressie
+filter_reminder=Herinnering
+filter_reminder_after=vindt plaats na
+filter_reminder_before=vindt plaats voor
+filter_reminder_executed=al uitgevoerd
+filter_reminder_later=later ingesteld
+filter_root=stamknoop
+filter_script=Script filter
+filter_select=&Selecteren
+filter_selected_node_view=Huidige geselecteerde knopen
+filter_selected_node_view_snapshot=Opgeslagen selectie
+filter_style=Opmaakstijl
+filter_time=Tijdstip
+FilterComposerDialog.save=Bewaren
+filters_not_loaded=Filter kon niet worden geladen, bestand is beschadigd.
+find_what=Wat wil je zoeken?
+FindAction.text=Zoeken...
+FirstGroupNodeAction.text=Eerste knoop van groep
+fit_map_to_page=Op \u00e9\u00e9n pagina laten passen
+fit_map_to_page_height=Maak de hoogte passend op de pagina
+fit_map_to_page_width=Maak de breedte passend op de pagina
+FitToPage.text=Maak passend op de pagina
+FitToPage.tooltip=Grootte van de mindmap aanpassen aan de huidige venstergrootte.
+fold=Dichtvouwen (verbergen)
+FoldAllAction.text=Alle afstammelingen dichtvouwen
+FoldAllAction.tooltip=<html> Alle afstammelingen dichtvouwen.</html>
+FoldOneLevelAction.text=E\u00e9n niveau dichtvouwen
+FoldOneLevelAction.tooltip=<html>  E\u00e9n niveau dichtvouwen.</html>
+follow_graphical_link=Ga naar:
+FollowLinkAction.text=Openen hyperlink
+font=Lettertype
+FontFamilyAction.text=Lettertypenaam (font)
+FontSizeAction.text=Lettertypegrootte
+format_invalid_pattern=Geen geldig patroon
+format_menu_cloud_shapes=Toevoegen wolk of veranderen vorm
+format_menu_edge_styles=Vorm tak
+format_menu_edge_widths=Dikte tak
+format_panel=Opmaak
+FormatCopy.text=Kopi\u00ebren opmaak (kern)
+FormatCopy.tooltip=<html> Hiermee kopi\u00eber je alleen de opmaak van een knoop.</html>
+FormatPaste.text=Plakken opmaak
+FormatPaste.tooltip=<html> Hiermee plak je de opmaak van een knoop.</html>
+formats_not_loaded=Formaten konden niet worden geladen, bestand is beschadigd
+formula.error.attributeValueIsNull=Attribuutwaarde "{0}" is leeg na evaluatie
+formula.error.circularReference=Cirkelverwijzing: De formule in knoop "{0}"verwijst naar zichzelf.
+formula.EvaluateAllAction.text=Alles uitrekenen
+formula.EvaluateAllAction.tooltip=Alle formules in de huidige map uitrekenen
+formula.menuname=Formules
+formula_editor=Bewerken formule
+ForwardAction.text=Vooruit in sequentie
+ForwardAction.tooltip=Vooruit in de selectiehistorie
+FreeNodeAction.text=Vrije knoop (aan/uit)
+Freeplane.progress.buildScreen=Scherm opbouwen...
+Freeplane.progress.createController=Controller aanmaken...
+Freeplane.progress.createInitialMode=Initi\u00ebleInitiele modus bepalen...
+Freeplane.progress.endStartup=Opstarten be\u00ebindigen
+Freeplane.progress.gettingPreferenceDirectories=Mappen met voorkeuren ophalen...
+Freeplane.progress.gettingPreferences=Voorkeuren ophalen...
+Freeplane.progress.loadMaps=Mindmap bestanden openen
+Freeplane.progress.propagateLookAndFeel=Verspreid verschijningvorm over kindknopen...
+Freeplane.progress.settingPreferences=Voorkeuren instellen
+Freeplane.progress.startCreateController=Begin met aanmaken van een Controller...
+Freeplane.progress.updateLookAndFeel=Bijwerken verschijningsvorm...
+freeplane_reverted=Freeplane_Teruggezet_
+FreeplaneHelpStarter.text=On line help...
+FreeplaneHelpStarter.tooltip=Uitgebreide help voor Freeplane op het Internet.
+GettingStartedAction.text=Handleiding
+GotoLinkNodeAction.text=Open snelkoppeling
+GotoNodeAction.text=Naar knoop met ID...
+GrabKeyDialog.common.cancel=Annuleren
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Toegewezen aan
+GrabKeyDialog.grab-key.assigned-to.none=Nog niet toegewezen
+GrabKeyDialog.grab-key.clear=Wissen
+GrabKeyDialog.grab-key.remove=Verwijderen
+GrabKeyDialog.grab-key.remove-ask=Weet je zeker dat je deze toets wilt verwijderen?
+GrabKeyDialog.grab-key.title=Nieuwe toetsactie bepalen
+green=Groen
+help=&Help
+HideableAction.tooltip=<htm>Markeren van de achtergrond van elke vernaderde knoop. <html>
+HideAllAttributesAction.text=Verbergen van alle atributen
+HierarchicalIcons2Action.text=Toon kruispunt kind-pictogrammen
+HierarchicalIconsAction.text=Pictogrammenhi\u00ebrarchie
+HierarchicalIconsAction.tooltip=Als \u00e9\u00e9n van mijn onderliggende mappen een icoontje heeft, dan zal ik dat ook in het klein tonen
+hot_keys=Sneltoetsen
+hot_keys_table=Overzicht sneltoetsen
+HotKeyInfoAction.text=Overzicht van sneltoetsen
+html_export_based_on_headings=HTML-export - Gebaseerd op koppen
+html_export_fold_all=HTML-export - Alleen hoofdtakken tonen, andere takken dichtvouwen
+html_export_fold_currently_folded=HTML-export - Alleen openvouwen wat nu op de mindmap zichtbaar is
+html_export_no_folding=HTML-export - Alle takken opengevouwen
+html_problem=<html>Kan geen html genereren<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Optelling
+icon_attach=Kijk hier
+icon_audio=Audio
+icon_back=Terug
+icon_bee=Freeplane
+icon_bell=Onthouden
+icon_bookmark=Uitstekend
+icon_broken-line=Kapot
+icon_button_cancel=Niet OK
+icon_button_ok=OK
+icon_calendar=Datum
+icon_checked=Vinkje
+icon_clanbomber=Gevaarlijk
+icon_clock=Tijd
+icon_clock2=Herinnering
+icon_closed=Geen toegang
+icon_decrypted=Niet beveiligd, open
+icon_desktop_new=Niet vergeten
+icon_division=Deling
+icon_down=Naar beneden
+icon_edit=Uitwerken
+icon_encrypted=Op slot
+icon_executable=Uitvoerbaar programma
+icon_family=Familie
+icon_fema=Man & vrouw
+icon_female1=Vrouw1
+icon_female2=Vrouw2
+icon_females=Vrouwen
+icon_flag=Rode vlag
+icon_flag-black=Zwarte vlag
+icon_flag-blue=Blauwe vlag
+icon_flag-green=Groene vlag
+icon_flag-orange=Oranje vlag
+icon_flag-pink=Roze vlag
+icon_flag-yellow=Gele vlag
+icon_folder=Map
+icon_forward=Vooruit
+icon_freemind_butterfly=FreeMind
+icon_full-0=Prioriteit 0
+icon_full-1=Prioriteit 1
+icon_full-2=Prioriteit 2
+icon_full-3=Prioriteit 3
+icon_full-4=Prioriteit 4
+icon_full-5=Prioriteit 5
+icon_full-6=Prioriteit 6
+icon_full-7=Prioriteit 7
+icon_full-8=Prioriteit 8
+icon_full-9=Prioriteit 9
+icon_go=Groen stoplicht
+icon_gohome=Thuis
+icon_group=Groep
+icon_help=Vraag
+icon_hourglass=Wachten
+icon_icon_not_found=Pictogram niet gevonden
+icon_idea=Idee
+icon_image=Afbeelding
+icon_info=Informatie
+icon_internet=Internet
+icon_internet_warning=Internetwaarschuwing
+icon_kaddressbook=Telefoon
+icon_kmail=E-Mail
+icon_knotify=Muziek
+icon_korn=Postbus
+icon_ksmiletris=Ik ben gelukkig
+icon_launch=Lancering
+icon_licq=Leuk
+icon_list=Lijst
+icon_Mail=Post
+icon_male1=Man1
+icon_male2=Man2
+icon_males=Mannen
+icon_menu=Pictogram
+icon_messagebox_warning=Belangrijk
+icon_mindmap=Mindmap
+icon_multiplication=Vermenigvuldiging
+icon_narrative=Vertelling
+icon_negative=Negatief
+icon_neutral=Neutraal
+icon_password=Sleutel
+icon_pencil=Verder uitwerken
+icon_penguin=Linux
+icon_positive=Positief
+icon_prepare=Geel verkeerslicht
+icon_revision=Revisie
+icon_smiley-angry=Boos
+icon_smiley-neutral=Geen idee
+icon_smiley-oh=Verrassing
+icon_smily_bad=Vind ik niet leuk
+icon_stop=Rood verkeerslicht
+icon_stop-sign=Stop
+icon_subtraction=Aftrekking
+icon_unchecked=Zonder vinkje
+icon_up=Naar boven
+icon_user_icon=Gebruikerpictogrammen
+icon_very_negative=Zeer negatief
+icon_very_positive=Zeer positief
+icon_video=Video
+icon_wizard=Magie
+icon_xmag=Discussie nodig
+icon_yes=Belangrijk
+IconGroupPopupAction.arrows.text=Pijlen
+IconGroupPopupAction.docs_folders.text=Documenten en mappen
+IconGroupPopupAction.flags.text=Vlaggen
+IconGroupPopupAction.math.text=Berekening
+IconGroupPopupAction.media.text=Media
+IconGroupPopupAction.miscellaneous.text=Allerhande
+IconGroupPopupAction.nature.text=Natuur
+IconGroupPopupAction.numbers.text=Getallen
+IconGroupPopupAction.office.text=Kantoor
+IconGroupPopupAction.people.text=Mensen
+IconGroupPopupAction.rating.text=Score
+IconGroupPopupAction.signs.text=Tekens
+IconGroupPopupAction.smiley.text=Smiley
+IconGroupPopupAction.time.text=Tijd
+IconGroupPopupAction.user.text=Gebruikerpictogrammen
+IconProgressExtended10Action.text=Grote schijf  met 10% punt
+IconProgressExtended10Action.tooltip=<html>Voegt schijf toe met punt die 10% groter wordt bij dubbel rechtsklikken. .<br>Control + dubbel rechtsklikken vermindert het percentage of verwijdert de schijfpunt..</html>
+IconProgressExtended25Action.text=Grote schijf met 25% punt
+IconProgressExtended25Action.tooltip=<html>Voegt %schijf toe punt die 25% groter wordt bij dubbel rechtsklikken..<br> Control +dubbel linksklikken verkleint of verwijdert de schijfpunt.</html>
+IconProgressIconDownAction.text=Verminderen %
+IconProgressIconDownAction.tooltip=Vermindert/verwijdert schijfpunten (100%->75%->50%->25%->0%->verwijder).
+IconProgressIconUpAction.text=Vermeerderen %
+IconProgressIconUpAction.tooltip=Vermeerder schijfpunt pictogram (0%->25%->50%->100% + OK)
+IconProgressRemoveAction.text=Verwijder schijfpunt
+IconProgressRemoveAction.tooltip=Verwijder %schijf (pictogram en grote schijf).
+IconSelectionPlugin.text=Kiezen pictogram uit tabel...
+IconSelectionPlugin.tooltip=<html> Hier kun je een pictogram kiezen..</html>
+image_covertLink=Converteer koppeling naar afbeelding
+ImageFlavorHandler=Afbeelding (gebruik apart bestand)
+import=Importeren
+import_linked_branch_no_link=De geselecteerde knoop heeft geen hyperlink om de afbeelding te importeren.
+ImportAction.text=&Importeren
+ImportBranchAction.text=Importeren volledige tak...
+ImportExplorerFavoritesAction.text=Importeren Explorer-favorieten...
+ImportFolderStructureAction.text=Importeren mappenstructuur...
+ImportLinkedBranchAction.text=Importeren gekoppelde tak...
+ImportLinkedBranchWithoutRootAction.text=Importeren gekoppelde tak zonder stamknoop...
+ImportMindmanagerFiles.text=Importeren MindManager X5 Map...
+increase_branch_font_size=Lettertype vergroten
+IncreaseNodeFontAction.text=Lettertype vergroten
+internal_error_tooltip=Interne fout. Raadpleeg laatste log bestand in {0} voor meer informatie.
+invalid_export_file=Ongeldige bestandsnaam voor exporteren
+invalid_file_msg=Kon bestand voor {0} niet vinden
+invalid_uri=Ongeldige URI {0}
+invalid_url=Kon geen geldige URL maken
+invalid_url_msg=Kon geen geldige URL maken voor (0)
+ItalicAction.text=Schuin
+italicise_branch=Schuin
+java_version=Java versie: {0}
+JoinNodesAction.text=Samenvoegen knopen
+LatexDeleteLatexAction.text=Verwijderen formule (LaTex)
+LatexEditLatexAction.text=Bewerken formule (LaTeX)...
+LatexInsertLatexAction.text=Toevoegen formule (LaTeX)...
+less_than_two_selected_nodes=Je moet minstens twee knopen selecteren om een snelkoppeling te maken.
+license=Licentie
+license_text=Freeplane - Een programma om Mindmaps te maken en te bekijken\nCopyright (C) 2000-2010  Joerg Mueller <joergmueller at bigfoot.com>\nBekijk COPYING voor details\n\nDit programma is gratis software; U kunt het opnieuw distribueren en- of\naanpassen onder de voorwaarden van de GNU General Public License\nzoals gepubliceerd door de Free Software Foundation; versie 2\nvan de licentie, of (naar eigen keuze) een latere versie.\n\nDit programma is verstrekt in de hoop dat het bruikbaar is ,\nmaar zonder enige garantie te geven over de\nverhandelbaarheid of geschiktheid voor een specifiek doel. Zie de \nGNU General Public License voor meer details.\n\nU moet een kopie van de GNU General Public License\nhebben ontvangen bij dit programma; Als dat niet zo is, schrijf naar de Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Onjuiste koppeling "{0}" niet geopend.
+link_not_available_any_more=De koppeling werkt niet meer. De knoop is ondertussen verwijderd.
+link_not_found=Koppeling {0} niet gevonden.
+load=Laden
+load_accelerator_presets=Laden
+LoadAcceleratorPresetsAction.textPatterns.text=Sets met sneltoetsen:
+locking_failed_by_open=Mindmap {0} is in gebruik en wordt daarom als alleen-lezen geopend.
+locking_failed_by_save_as=Mindmap {0} is in gebruik en daarom wordt de actie bewaren-als afgebroken.
+locking_old_lock_removed=Mindmap {0} was geblokkeerd omdat deze in gebruik was door gebruiker {1}. De blokkering is nu ongedaan gemaakt.
+long_node_changed_cancel=U heeft de knoop gewijzigd. Wilt u de wijzigingen annuleren?
+long_node_changed_submit=U heeft de knoop gewijzigd. Wilt u de wijzigingen bewaren?
+lots_of_links_warning=Je gaat veel koppelingen naar dezelfde knoop maken. Wilt je deze koppelingen werkelijk aanmaken?
+main_resource_directory=Installeren bronnen: {0}
+MainView.errorUpdateText=Fout bij het instellen van de tekst voor input: {0}.\n De fout was: {1}
+MakeLinkFromAnchorAction.text=Maken koppeling vanaf anker
+MakeLinkFromAnchorAction.tooltip=<html>maken koppeling van <br/>de ankerknoop naar de geselekteerde knoop; ook tussen mindmaps</html>
+MakeLinkToAnchorAction.text=Maken koppeling naar anker
+MakeLinkToAnchorAction.tooltip=<html>maken van een koppeling  van<br/>de geselekteerde knoop naar de ankerknoop;ook tussen mind maps</html>
+ManageAddOnsAction.text=Add-ons
+ManageAddOnsDialog.activate=Activeren
+ManageAddOnsDialog.activation.success={0} wordt actief na een herstart
+ManageAddOnsDialog.authored.by=door {0}
+ManageAddOnsDialog.cannot.activate=Kan niet aktiveren: {0} is al aktief.
+ManageAddOnsDialog.cannot.configure=Kan niet configureren {0}.
+ManageAddOnsDialog.cannot.deactivate=Kan niet deactiveren: {0} is niet aktief.
+ManageAddOnsDialog.cannot.deinstall=Kanniet deinstalleren {0}.
+ManageAddOnsDialog.configure=Instellen
+ManageAddOnsDialog.deactivate=Deaktiveren
+ManageAddOnsDialog.deactivation.success=deacktiveren {0} vereist een herstart
+ManageAddOnsDialog.deinstall=Deinstallleren
+ManageAddOnsDialog.deinstallation.success={0} wordt door herstarten gedeinstalleerd.
+ManageAddOnsDialog.error=Fout bij installeren: {0}
+ManageAddOnsDialog.install=&Installeren
+ManageAddOnsDialog.install.from.known.location=Installeren add-on van een bekende locatie
+ManageAddOnsDialog.install.tooltip=Vul hier de URL van een add-on installatie in
+ManageAddOnsDialog.map.not.opened=Mindmap {0} lijkt niet geopend.
+ManageAddOnsDialog.really.deinstall=Echt {0} dinstalleren ?
+ManageAddOnsDialog.search=Add-ons zoeken
+ManageAddOnsDialog.search.file=Zoeken
+ManageAddOnsDialog.select.tooltip=Selecteren bestand
+ManageAddOnsDialog.status.downloading=Downloaden bestand...
+ManageAddOnsDialog.status.installing=Installeren plug-in...
+ManageAddOnsDialog.status.success=Installeren geslaagd
+ManageAddOnsDialog.tab.install=Zoeken en installeren
+ManageAddOnsDialog.tab.install.tooltip=Zoeken en installeren niewue add-ons
+ManageAddOnsDialog.tab.manage=Beheren add-ons
+ManageAddOnsDialog.tab.manage.themes=Thema's
+ManageAddOnsDialog.tab.manage.themes.tooltip=Beheren geinstalleerde thema's
+ManageAddOnsDialog.tab.manage.tooltip=Beheren add-ons
+ManageAddOnsDialog.visit.addon.page=Ga naar add-on pagina
+ManageConditionalStylesAction.text=Beheren conditionele stijlen op mindmapniveau
+ManageNodeConditionalStylesAction.text=Beheren conditionele stijlen op knoopniveau
+map_already_exists=De mindmap bestaat al. Wilt u deze overschrijven?
+map_corrupted=De mindmap is beschadigd. Details bekijken?
+map_load_error=Kon mindmap niet laden.
+map_locked_by_open=De mindmap {0} wordt al bewerkt door gebruiker {1} en wordt als alleen-lezen geopend.
+map_locked_by_save_as=De mindmap {0} wordt al bewerkt door gebruiker {1}. De actie bewaren-als is afgebroken.
+map_not_saved=De mindmap was niet opgeslagen.
+MapBackgroundColorAction.text=Achtergrondkleur mindmap...
+MaxNodeWidth.text=Bepaal maximum knoopbreedte
+menu_applyStyle=Toepassen stijl
+menu_attributes=Attributen
+menu_clouds=Wolk
+menu_copy=Kopieren
+menu_coreFormat=Knoopkern
+menu_details=Knoopuitbreiding
+menu_displayAttributes=Knoopattributen
+menu_encryption=Knoopbeveiliging
+menu_error=Fout in door de gebruiker defefinieerde menustructuur {0}:\n{1}\nAborting
+menu_extensions=Knoopuitbreiding
+menu_extras=Extra
+menu_file_import=Importeren
+menu_filter=Filteren
+menu_format=O&pmaken
+menu_group=Knoopgroep
+menu_hoverView=Tooltips (zweeftekst)
+menu_iconByCategory=Pictogram per categorie
+menu_iconView=Pictogrammen
+menu_image=Afbeelding
+menu_insert=Invoegen
+menu_latex_formula=Formule tonen (LaTeX)
+menu_links=Koppeling
+menu_manageStyles=Beheren stijlen
+menu_moveNode=Verplaatsen en sorteren
+menu_navigate=Navigeren
+menu_newNode=Nieuwe knoop
+menu_node=Knoop
+menu_node_features=Knoopkenmerken
+menu_nodes=Knoop
+menu_nodeView=Knoopkern
+menu_notes=Knoopnotitie
+menu_noteView=Knoopnotitie
+menu_progress=%Schijf
+menu_remove_icons=Verwijderen pictogrammen
+menu_removeAttribute=Verwijderen attribuut
+menu_select=Selecteren
+menu_time=Agenda
+menu_title=Knoopkern
+menu_toolbars=Werkbalken
+menu_view=Beel&d
+menu_viewmode=Beeldinstelling
+MenuUtils.invalid_menuitem={0} is geen geldig menu item sleutel
+mindmap=Mindmap
+MindMapNodesFlavorHandler=Knoop hi\u00ebrarchie (afstamming)
+mindmaps=&Mindmaps
+mindmaps_desc=Mindmaps (*.mm)
+mindmaps_filter_desc=Filters (*.mmfilter)
+MinNodeWidth.text=Instellen minimum knoopbreedte
+mode_Browse=Bladermodus
+mode_File=Bestandsmodus
+mode_MindMap=Mindmapmodus
+mode_na=Modus is niet beschikbaar
+mode_status=Modus gewijzigd naar {0}
+mode_title=Freeplane - {0} Modus
+modes=Modus
+ModesMenuAction.Browse.text=Mindmaplezer
+ModesMenuAction.File.text=Bestandsverkenner
+ModesMenuAction.MindMap.text=Mindmapbewerker
+most_recent_files=&Onlangs geopend
+MoveToRootAction.text=Naar stamknoop
+NameConditionAction.text=Naam toekennen
+NavigationNextMapAction.text=Volgende mindmap
+NavigationPreviousMapAction.text=Vorige mindmap
+new=&Nieuw
+new_map_from_user_templates.text=Nieuwe mindmap met stijl...
+new_mindmap=Nieuwe mindmap
+new_node=Nieuwe knoop
+new_node_as_sibling_not_possible_for_the_root=Nieuwe knoop op dit niveau (stamknoop) is niet mogelijk
+new_version_available=Nieuwe versie ''{0}''beschikbaar
+NewChildAction.text=Nieuwe kindknoop (niveau lager)
+NewerFileRevisionsFoundDialog.cancel=Overslaan
+NewerFileRevisionsFoundDialog.cancel.tooltip=Dit bestand niet openen
+NewerFileRevisionsFoundDialog.file_last_modified=Tijdstip
+NewerFileRevisionsFoundDialog.file_name=Bestand
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=Openen
+NewerFileRevisionsFoundDialog.open.tooltip=Open ook indien verouderd
+NewerFileRevisionsFoundDialog.question=Nieuwere versie gevonden van: {0}!\nWil je {0} openen?\nOm {0} te vervangen door een automatisch bewaard bestand uit de lijst\nkies het bestand en klik ''Herstellen''.
+NewerFileRevisionsFoundDialog.restore=Herst&ellen
+NewerFileRevisionsFoundDialog.restore.tooltip=Vervangen {0} door {1}
+NewerFileRevisionsFoundDialog.title=Er zijn nieuwere bestandsversies gevonden!
+NewFreeNodeAction.text=Nieuwe vrije knoop
+NewLevelStyleAction.text=Toevoegen automatische opmaakstijlniveau
+newmap.install.addon.question={0} lijkt een add-on \nWilje deze installeren?\n(Kies "Nee" om normaal te openen.)
+newmap.install.addon.title=Add-on installeren ?
+NewMapAction.text=Nieuwe mindmap
+NewMapViewAction.text=Nieuwe mindmap afbeelding
+NewParentNode.text=Nieuwe ouderknoop (niveau hoger)
+NewParentNode.tooltip=<html> Alle geselecteerde knopen worden naar nieuwe ouderknoop verplaatst.</html>
+NewPreviousSiblingAction.text=Nieuwe knoop boven de huidige
+NewSiblingAction.text=Nieuwe knoop onder de huidige
+NewSummaryAction.text=Nieuwe groepsknoop met accolade
+NewUserStyleAction.text=Selectie bewaren als nieuwe gebruikerstijl
+NextNodeAction.BACK.text=Naar vorige knoop
+NextNodeAction.BACK_N_FOLD.text=Naar vorige knoop (dichtvouwen)
+NextNodeAction.FORWARD.text=Naar volgende knoop
+NextNodeAction.FORWARD_N_FOLD.text=Naar volgende knoop (dichtvouwen)
+NextPresentationItemAction.text=Uitvouwen volgend presentatieitem
+no=Nee
+no_copy_attributes_before_paste_attributes=Het is niet mogelijk attributen te plakken voordat deze zijn gekopieerd.
+NO_FORMAT=Tekst
+no_format_copy_before_format_paste=Je kunt geen opmaak plakken voor je opmaak gekopi\u00eberd hebt.
+no_found_from=<html> Geen <b>{0}</b> gevonden van <b>{1}</b>.
+no_more_found_from=<html> Geen <b>{0}</b> meer gevonden van <b>{1}</b>.
+no_previous_find=Niet opnieuw gevonden
+no_styles_found_in_map=Geen stijlen in de mindmap gevonden
+node=Knoop
+node_changed_discard_changes=U heeft de knoop gewijzigd. Wilt u de wijzigingen annuleren?
+node_is_write_protected=De doelknoop is beveiligd tegen schrijven
+node_location_help=Slepen verandert de plaats van de knoop, ctrl+slepen verandert de afstand, dubbel klikken en ctrl+dubbel klikken herstellen de positie.
+node_selector=Knoopselectie
+node_selector_message=Klik dubbel om knoop te selekteren
+node_styles=Knoop stijlen
+NodeBackgroundColorAction.text=&Knoopachtergrondkleur...
+NodeColorAction.text=&Tekstkleur...
+NodeColorBlendAction.text=K&leiner kleurcontrast
+NodeDownAction.text=Knoop naar beneden
+NodeExtensions.EditNodeExtensions=Bewerken tekstextenties
+NodeExtensions.RemoveNodeExtensions=Verwijderen tekstextenties
+NodeListAction.text=Zoeken en vervangen...
+NodeListAction.tooltip=Tonen alle knopen als doorzoekbare lijst met filterkenmerken.
+NodeShapeAction.bubble.text=Knoop met &omlijning
+NodeShapeAction.fork.text=Knoop zonder omlijning
+NodeUpAction.text=Knoop naar boven
+NodeWidthAction.text=Instellen grenzen knoopbreedte
+nonboldify_branch=Vet uitschakelen
+nonitalicise_branch=Schuin uitschakelen
+normal=Normaal
+not_saved_for_image_error=De mindmap moet opgeslagen worden voordat je een afbeelding kunt toevoegen met  de bestandskiezer of via een hyperlink
+not_saved_for_link_error=De mindmap moet zijn voor je met de bestandskiezer een hyperlink kunt toevoegen
+note_window_location=Positie notitiehulpvenster
+ok=OK
+OKAction.text=&OK
+OnlineReference.text=Online documentatiemindmaps
+open_asMindMap=Miindmap
+OpenAction.text=Openen mindmap...
+OpenFreeplaneSiteAction.text=Thuispagina op Internet van Freeplane
+OpenPathAction.text=Openen bestand
+OpenURLMapAction.text=Open mindmap voor URL...
+OpenUserDirAction.text=Openen gebruikersdirectory
+option_changes_may_require_restart=Om de gewijzigde instellingen te laten werken, zul je waarschijnlijk Freeplane moeten sluiten en opnieuw starten.
+OptionalDontShowMeAgainDialog.cancel=&Nee
+OptionalDontShowMeAgainDialog.dontShowAgain=&Vraag dit niet nog eens
+OptionalDontShowMeAgainDialog.ok=&Ja
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Onthoud mijn beslissing
+OptionPanel.absolute=Absoluut
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Stijlen voor automatisch-opmaken
+OptionPanel.ADD_CHILD=Toevoegen kindknoop
+OptionPanel.ADD_SIBLING=Toevoegen onderliggende knoop (sibling)
+OptionPanel.addons=Add-ons
+OptionPanel.always_fold_all_after_load=Alles dichtvouwen
+OptionPanel.always_load_last_maps=Openen laatste en nieuwe mindmapbestanden
+OptionPanel.always_load_last_maps.tooltip=Open de laatste bestanden zoals aangegeven door bovenstaande opties en start FP met een geselecteerde mindmap
+OptionPanel.always_save_folding=Altijd
+OptionPanel.always_save_folding_state=Laatste toestand van open/dichtvouwen onthouden
+OptionPanel.always_save_folding_state.tooltip=Bij open/dichtvouwen vragen om de mindmap op te slaan.
+OptionPanel.always_unfold_all_after_load=Alles openvouwen
+OptionPanel.antialias=Verzachten
+OptionPanel.antialias.tooltip=<html> Bepaalt de kwaliteit van de mindmap. Meer verzachten duurt langer.</html>
+OptionPanel.antialias_all=Alles verzachten
+OptionPanel.antialias_edges=(Afstammings)lijnen verzachten
+OptionPanel.antialias_none=Niets verzachten
+OptionPanel.Appearance=Voorkomen
+OptionPanel.apply_system_screen_resolution=Toepassen standaard beeldschermresolutie
+OptionPanel.approximate_search_threshold=Drempel voor zoeken bij benadering
+OptionPanel.approximate_search_threshold.tooltip=<html>Drempel voor benaderend passen<br/><font size="2">zie http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(groter betekent dat de gevonden term meer lijkt op de zoekterm<br/>)</html>
+OptionPanel.ar=Arabisch / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
+OptionPanel.ARC=Boog
+OptionPanel.as_parent=Als ouderknoop
+OptionPanel.ask=Vraag
+OptionPanel.automatic=Automatisch
+OptionPanel.automaticFormat_level=Opmaak knopen op verschillende niveaus
+OptionPanel.automaticFormat_level1=Opmaak van de stamknoop
+OptionPanel.automaticFormat_level2=Opmaak van een knoop op niveau 1
+OptionPanel.backup_file_number=Aantal permanent bewaarde back-up bestanden
+OptionPanel.Behaviour=Gedrag
+OptionPanel.bezier=Ronde bocht
+OptionPanel.bubble=Knoopomlijning
+OptionPanel.ca=Catalaans  / Catal\u00e0
+OptionPanel.Cancel=Annuleren
+OptionPanel.center_selected_node=Centreren geselecteerde knopen
+OptionPanel.check_updates_automatically=Bij de start controleren of er nieuwe programmaonderdelen zijn
+OptionPanel.childpattern=Opmaakprofiel kindknoop
+OptionPanel.childpattern.tooltip=De gekozen opmaak toepassen op alle kindknopen van de huidige knoop.
+OptionPanel.clear_all_setters=Wissen alle instellingen
+OptionPanel.clear_all_setters.tooltip=In/uitschakelen van alle wijzigingsindicatoren (plus, min of leeg)
+OptionPanel.cloud=Wolk
+OptionPanel.cloudcolor=Kleur wolk
+OptionPanel.cloudshape=Vorm wolk
+OptionPanel.combined=Gecombineerd
+OptionPanel.compare_as_number=Vergelijken als getallen
+OptionPanel.convert_to_current_version=<html>  Automatisch oudere Freeplane versies <br> naar de huidige versie converteren ?</html>
+OptionPanel.convert_to_current_version.tooltip=<html> Alleen voor gevorderde gebruikers die weten wat ze doen:<br>alleen heel grote mindmaps die niet geconverteerd hoeven worden<br>kun je openen zonder conversie.</html>
+OptionPanel.cs=Tsjechisch  \u010desky
+OptionPanel.cut_nodes_without_question=Knopen knippen zonder bevestiging?
+OptionPanel.cut_nodes_without_question.tooltip=Indien het vinkje is gezet worden alle knopen zonder bevestigingsvraag gekipt. Per ongeluk knippen geeft informatieverlies.
+OptionPanel.da=Deens  / Dansk
+OptionPanel.date_format=Standaard datumformaat
+OptionPanel.date_format.tooltip=Either SHORT, MEDIUM, LONG or FULL or a pattern like "MM/dd/yyyy"
+OptionPanel.datetime_format=Staandaard datum-tijdformaat
+OptionPanel.datetime_format.tooltip=<datestyle>,<timestyle> (with KORT, MEDIUM, LONG or FULL as style) or a full pattern like "M/d/yyyy hh:mm"
+OptionPanel.de=Duits  / Deutsch
+OptionPanel.default=Standaard knoopstijl
+OptionPanel.default_attribute_key_column_width=Standaarbreedte attribuutnaam
+OptionPanel.default_attribute_value_column_width=Standaardbreedte attribuutwaarde
+OptionPanel.default_browser_command_mac=Standaard browsercommando Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> Standaard browsercommando voor Mac OS</html>
+OptionPanel.default_browser_command_other_os=Standaard browsercommando ander besturingssysteem
+OptionPanel.default_browser_command_other_os.tooltip=<html>  Dit is typisch voor Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Standaard browsercommando voor Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html> Voor Windows (de "" tekens zijn noodzakelijk voor links die een "=" in de URL hebben).</html>
+OptionPanel.default_browser_command_windows_nt=Standaard browsercommando Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html> Voor Windows (de "" tekens zijn noodzakelijk voor links die een "=" in de URL hebben).</html>
+OptionPanel.default_charset=Karakterset
+OptionPanel.Defaults=Instellingen
+OptionPanel.delete_automatic_saves_at_exit=Verwijderen reservekopie bij afsluiten
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>  Als de reservebestanden tijdens het normaal afsluiten van Freeplane moeten worden verwijderd, zet deze instelling op ja</html>
+OptionPanel.delete_nodes_without_question=Knopen verwijderen zonder bevestiging ?
+OptionPanel.delete_nodes_without_question.tooltip=Als het vinkje is gezet worden knopen zonder bevestigingsvraag verwijderd. Bij vergissingen leidt dit tot informatieverlies.
+OptionPanel.disable_cursor_move_paper=Met de cursor verschuiven van mindmap(pagina)uitschakelen
+OptionPanel.disable_cursor_move_paper.tooltip=<html> De cursor voor verschuiven van de mindmap(pagina) niet tonen tijdens het verslepen</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Standaard: kern bewerken binnen knoop (in-line)
+OptionPanel.display_node_id=Tonen knoop-ID
+OptionPanel.edgecolor=Kleur tak
+OptionPanel.edgecolor.tooltip=Opmaak van de tak naar de ouderknoop; deze wordt ook toegpast naar de eigen kindknopen.
+OptionPanel.edgestyle=Vorm tak
+OptionPanel.edgestyle.tooltip=Opmaak van de tak naar de ouderknoop; deze wordt ook toegepast op de eigen kindknopen
+OptionPanel.edgewidth=Dikte tak
+OptionPanel.edgewidth.tooltip=Opmaak van de tak naar de ouderknoop; deze wordt ook toegepast naar de eigen kindknopen
+OptionPanel.EDIT_CURRENT=Inhoud overschrijven
+OptionPanel.edit_on_double_click=Bewerkinsmode na dubbelklikken
+OptionPanel.editor_extra_width=Extra diktestap
+OptionPanel.editor_extra_width.tooltip=<html>Bepaalt het aantal pixels waarmee de knoopbreedte groter wordt als de tekst te breed is..</html>
+OptionPanel.el=Grieks \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
+OptionPanel.el__buttons_above=Knoppen aan de bovenkant
+OptionPanel.el__enter_confirms_by_default=Entertoets dient standaard als bevestiging
+OptionPanel.el__max_default_window_height=Maximum hoogte standaardvenster
+OptionPanel.el__max_default_window_width=Maximum breedte standaardvenster
+OptionPanel.el__min_default_window_height=Minimum hoogte standaardvenster
+OptionPanel.el__min_default_window_width=Minimum breedte standaardvenster
+OptionPanel.el__position_window_below_node=Positie venster onder knoop
+OptionPanel.en=Engels  / English
+OptionPanel.Environment=Omgeving
+OptionPanel.es=Spaans  / espa\u00f1ol, castellano
+OptionPanel.et=Ests  / eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=Moeten scripts worden uitgevoerd zonder bevestiging ?
+OptionPanel.execute_scripts_without_asking.tooltip=<html> Freeplane scripts kunnen bijna elke actie uitvoeren op je computer. <br>Voer dus geen scripts uit waarvan je niet zeker bent dat ze veilig zijn.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Toestaan om andere applicaties uit te voeren (NIET aanbevolen)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html> <body> Kies deze optie als je Groovy script (zonder vragen !) een andere applicatie nodig heeft (zoals een browswer). <br> Gebruik met beleid, want een onveilig script kan je computer beschadigen</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Sta bestandsacties toe (NIET aanbevolen)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html> <body> Kies deze optie als je Groovy script bestandsfuncties (openen, sluiten, lezen, verwijdern (!) nodig heeft. <br> Gebruik met beleid, want een onveilig script kan je computer beschadigen</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Netwerkacties toestaan (NIET aanbevolen)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html> <body> Toestaan netwerkacties <br> Gebruik met beleid, want een onveilig script kan je computer beschadigen</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Bestandsoperaties toestaan (NIET aanbevolen)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html> <body>Als je Groovy scrips schrijftoegang tot bestanden nodig hebben (schrijven, wissen (!)),<br>moet je deze optie toestaan.<br>Normaal met leestoegang.<br>Maar gebruik met zorg omdat kwaadaardige scripts je computer kunnen beschadigen!</body></html>
+OptionPanel.experimental_file_locking_on=Experimenteel: bestanden beveiligen
+OptionPanel.experimental_file_locking_on.tooltip=<html>  Experimentele functie</html>
+OptionPanel.export_icons_in_html=Exporteren pictogrammen in HTML
+OptionPanel.export_icons_in_html.tooltip=<html>  Aangeven of de HTML uit Freeplane ge\u00ebxporteerd ook pictogrammen moet bevatten. Het probleem met pictogrammen is dat de links naar pictogrammen in de ge\u00ebxporteerde HTML dikwijls niet werken.</html>
+OptionPanel.Files=Bestanden
+OptionPanel.first=Eerste
+OptionPanel.fold_on_click_inside=Vouwen na klikken knoopkern
+OptionPanel.foldingsymbolwidth=Breedte van het pictogram voor dichtvouwen (verbergen)
+OptionPanel.foldingsymbolwidth.tooltip=<html> Breedte van de cirkel die het dichtvouwen (verbergen) markeert</html>
+OptionPanel.fork=Geen omlijning
+OptionPanel.format_locale=Plaats voor formaten
+OptionPanel.format_locale.tooltip=Localization setting for formatting and data parsing
+OptionPanel.formula_disable_caching=Uitschakelen cache formuleberekening (cache)
+OptionPanel.formula_disable_plugin=Uitschakelen formule plugin
+OptionPanel.fr=Frans  / Fran\u00e7ais
+OptionPanel.gl=Galician / Galego
+OptionPanel.goto_note_end_on_edit=Veplaats notietiecursor naar het eind
+OptionPanel.grid_size=Raster afstand
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Verborgen
+OptionPanel.highlight_formulas=Accentueren furmules
+OptionPanel.horizontal=Rechte bocht
+OptionPanel.hr=Kroatisch / Hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Gebaseerd op koppen
+OptionPanel.html_export_fold_all=Alles dichtvouwen
+OptionPanel.html_export_fold_currently_folded=Alleen openvouwen wat nu op de mindmap zichtbaar is
+OptionPanel.html_export_folding=HTML-export met dichtvouwen
+OptionPanel.html_export_no_folding=Alle takken openvouwen
+OptionPanel.hu=Hongaars /  / Magyar
+OptionPanel.ic_disable=Uitschakelen
+OptionPanel.ic_file=Gebruik schijf
+OptionPanel.ic_ram=In RAM
+OptionPanel.icon=Pictogram
+OptionPanel.icon.tooltip=De knoop krijgt dit pictogram
+OptionPanel.icons.list=Lijst met stadaardpictogrammen
+OptionPanel.icons.list.tooltip=Hier kun je de standaardpictogrammen instellen. De pictogrammen moeten worden gescheiden door ';'.
+OptionPanel.id=Indonesisch / Bahasa Indonesia
+OptionPanel.IGNORE=Doe niets
+OptionPanel.il__enter_confirms_by_default=Standaard bevestiging met Enter
+OptionPanel.image_cache=voor afbeeldingen
+OptionPanel.it=Italiaans  / Italiano
+OptionPanel.ja=Japans  / \u65e5\u672c\u8a9e
+OptionPanel.key_type_action=Bij toetsindruk
+OptionPanel.Keystrokes=Sneltoetsen
+OptionPanel.ko=Koreaans  / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
+OptionPanel.label_font_family=Naam lettertype
+OptionPanel.label_font_size=Grootte lettertype
+OptionPanel.language=Taal
+OptionPanel.language.tooltip=<html> Dit is de taal die het programma zou moeten gebruiken. 'Automatisch' probeert de huidige taal van de gebruiker te laden.</html>
+OptionPanel.last=Laatste
+OptionPanel.last_opened_list_length=Lengte van de lijst van recent geopende bestanden
+OptionPanel.layout_map_on_text_change=Map layout bij bewerken
+OptionPanel.layout_map_on_text_change.tooltip=Schakel uit voor betere werking
+OptionPanel.linear=Rechte lijn
+OptionPanel.links=Hyperlinks
+OptionPanel.links.tooltip=<html> Stel kyperlinks in als relatief of absoluuut</html>
+OptionPanel.load_folding=Bij openen
+OptionPanel.load_folding_from_map_default_fold_all=Uit mindmap overnemen om alles open/dicht te vouwen
+OptionPanel.load_folding_from_map_default_unfold_all=Uit mindmap overnemen of alles openvouwen
+OptionPanel.load_last_map=Automatisch laatste mindmap openen
+OptionPanel.load_last_map.tooltip=<html> Als Freeplane start, wordt automatisch de laatste gebruikte mindmap geopend. </html>
+OptionPanel.load_last_maps=Open bij opstarten alle laatstgeopende mindmaps opnieuw
+OptionPanel.lookandfeel=Gebruiksomgeving
+OptionPanel.lookandfeel.tooltip=<html> De gebruiksomgeving waarin je wil werken. 'metaal, 'windows', 'motief' en 'gtk' worden ondersteund, 'mac' kan enkel gebruikt worden bij MacOS. Standaard betekent dat de standaard gebruikersomgeving wordt gebruikt. Als je hier je eigen gebruiksomgeving wil gebruiken, vul dan hier de klassenaam in en zorg er voor dat de benodigde jar-bestanden geladen worden. Als er problemen zijn met de gebruiksomgeving, kies hier dan 'niets'. Dat werkt voor applets</html>
+OptionPanel.lt=Lithuanian / Kalba
+OptionPanel.max_displayed_node_count=Maximum aantal zichtbare knopen
+OptionPanel.max_image_width=Maximum beginbreedte afbeelding
+OptionPanel.max_image_width.tooltip=Nieuwe afbeeldingen verkleind tot deze breedte
+OptionPanel.max_menu_item_count=Maximum aantal menu's
+OptionPanel.max_menu_item_count.tooltip=Beperken aantal items per submenu, minimaal 10
+OptionPanel.max_node_width=Maximum knoopbreedte
+OptionPanel.max_shortened_text_length=Maximale beperking knooplengte
+OptionPanel.metal=Metaal
+OptionPanel.min_node_width=Minimum knoopbreedte
+OptionPanel.motif=Motief
+OptionPanel.nb=Noors / Norsk bokm\u00e5l
+OptionPanel.never_save_folding=Nooit
+OptionPanel.nl=Nederlands, Vlaams  / Nederlands, Vlaams
+OptionPanel.nn=Noors  / Norsk nynorsk
+OptionPanel.nodebackgroundcolor=Achtergrondkleur
+OptionPanel.nodebackgroundcolor.tooltip=Achtergrondkleur knoop indien niet geselecteerd
+OptionPanel.nodecolor=Tekstkleur
+OptionPanel.nodecolor.tooltip=Tekstkleur knoop indien niet geselecteerd
+OptionPanel.nodefontbold=Vet lettertype
+OptionPanel.nodefonthyperlink=Hyperlink
+OptionPanel.nodefontitalic=Schuin lettertype
+OptionPanel.nodefontname=Naam lettertype
+OptionPanel.nodefontsize=Grootte lettertype
+OptionPanel.nodeformat=Sjabloon / Formaat
+OptionPanel.nodeformat.tooltip=<htm>Text replacement and/or formatting:<ul><li><em>Template expansion</em> (<tt>%s</tt> is the original text), e.g. <tt>BEWARE: %s</tt><li><em>Formatting of dates and numbers</em> - see the examples in the selection box</ul></html>
+OptionPanel.nodenumbering=Knoop nummering
+OptionPanel.nodenumbering.tooltip=Toevoegen volgnummer (b.v. 1.3.1) aan basis knooptekst.
+OptionPanel.nodeshape=Omlijning
+OptionPanel.nodeshape.tooltip=<html> De knoop kan wel of niet omlijnd zijn en de takken tussen knopen kunnen verschillende vormen hebben. Zie handleiding. </html>
+OptionPanel.nodetext=Basistekst
+OptionPanel.nodetext.tooltip=Hier kun je de knooptekst intypen. De tekst die al in de knoop stond wordt daarbij gewist.
+OptionPanel.nothing=Niets
+OptionPanel.number_format=Standaard getalformaat
+OptionPanel.number_format.tooltip=Een patroon met '#' voor optionele of '0' voor verplichte cijfers. Voorbeelden: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Aantal verschillende reservebestanden bij automatisch bewaren
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>  Aantal verschillende reservebestanden dat tijdens het werken automatisch wordt bewaard. De eerste keer automatisch bewaren gebeurt in het eerste bestand enz. Wanneer het laatste bestand gevuld is, wordt het eerste reservebestand overschreven, enz.</html>
+OptionPanel.OK=Bewaren
+OptionPanel.org.freeplane.plugin.bugreport=Beleid
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Altijd verzenden
+OptionPanel.org.freeplane.plugin.bugreport.ask=Tonen dialoog voor foutenmelding
+OptionPanel.org.freeplane.plugin.bugreport.denied=Nooit verzenden
+OptionPanel.org.freeplane.plugin.bugreport.userid=Optional identifier to be sent
+OptionPanel.outline_hgap=Horizontale afstand
+OptionPanel.outline_vgap=Verticale afstand
+OptionPanel.paint_connectors_behind=Tekenen verbinding achter knopen
+OptionPanel.parse_data=Herkenning van ivoer van getalen en datum-tijd notatie
+OptionPanel.parse_data.tooltip=Probeer datum, datum-tijd en getalswaarden te vinden en pas hierop de standaardformaten toe. Voorbeelden: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Plakken als opgemaakte tekst (HTML)
+OptionPanel.PASTE_PLAIN_TEXT=Plakken zonder opmaak
+OptionPanel.path_property_may_not_be_empty=Pad mag niet leeg zijn!/Wijziging is ongedaan gemaakt.
+OptionPanel.patternname=Naam
+OptionPanel.patternname.tooltip=Unieke naam voor opmaakprofiel
+OptionPanel.pl=Pools  / Polski
+OptionPanel.placenewbranches=Nieuwe takken maken
+OptionPanel.placenewbranches.tooltip=<html> Waar nieuwe takken gemaakt moeten worden. Geldige waarden zijn 'eerst' en 'laatst' </html>
+OptionPanel.plugin.tooltip=Non-core plugins.
+OptionPanel.plugins=Plugins
+OptionPanel.presentation_dimmer_transparency=Presentatie minder transparantie
+OptionPanel.presentation_mode=Presentatiemode
+OptionPanel.printonwhitebackground=<html> Witte achtergrond bij het printen</html>
+OptionPanel.printonwhitebackground.tooltip=<html> Altijd een witte achtergrond bij het printen</html>
+OptionPanel.pt_BR=Portugees (Brazilie) / Portugu\u00eas (Brasil)
+OptionPanel.pt_PT=Portugees (Portugal) / Portugu\u00eas (Portugal)
+OptionPanel.RECT=Rechthoek
+OptionPanel.relative=Relatief
+OptionPanel.remind_type_of_new_nodes.tooltip=<html> "Vragen" vraagt om bevestiging (gebruiken als je twijfelt).<br>"Ja" toont tekstopmaakvenster. <br>"Nee" toont knoopvenster. </html>
+OptionPanel.remind_use_rich_text_in_new_nodes=Gebruik uitgebreide tekstopmaak voor geplakte knopen
+OptionPanel.remove_notes_without_question=Notitie(venster) verwijderen zonder bevestiging ?
+OptionPanel.remove_notes_without_question.tooltip=Indien ingesteld: geselecteerde knopen verwijderen zonder te vragen.
+OptionPanel.resources_use_default_font_for_notes_too=Gebruik standaard lettertype ook voor notities
+OptionPanel.resources_use_margin_top_zero_for_notes=Verwijderen bovenmarge voor notities
+OptionPanel.revision_color=Revisiekleur
+OptionPanel.revision_color.tooltip=Achtergrondkleur voor gewijzigde knopen
+OptionPanel.ROUND_RECT=Afgeronde rechthoek
+OptionPanel.ru=Russisch   / \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a
+OptionPanel.save_folding=Bewaar de situatie van open/dichtvouwen
+OptionPanel.save_folding_if_map_is_changed=Als mindamap is veranderd
+OptionPanel.save_modification_times=Bewaren bewerkingstijdstippen
+OptionPanel.script_classpath=Script klasse pad: Mappen die klassen en/of JARs (separate by ;;) bevatten
+OptionPanel.script_classpath.tooltip=<html> Een lijst van JARs en/of directories om toe te voegen aan het klassepad van scripts en formules.<br>Gebruik ; (Windows) of : (Linux, Mac) om elementen te scheiden. <br>Directories zullen worden onderzocht op JARs en .class bestanden.<br>Paden die niet absoluut zijn, worden beschouwd als relatief tot Freeplane gebruikersdirectory.<br> Als je het klassepad instelt moet je ook leestoegang geven !</html>
+OptionPanel.script_directories=Zoekpad voor scripts (ingangen gescheiden door ;;)
+OptionPanel.script_directories.tooltip=<html> Een lijst van directories.<br>Gebruik ; (Windows) of : (Linus, Mac) om elementen te scheiden. <br>Paden die niet absolut zijn, worden opgevat als relatief tot de Freeplane gebruikersdirectory</html>
+OptionPanel.script_user_key_name_for_signing=Optionele gebruikersleutel voor ondertekening
+OptionPanel.script_user_key_name_for_signing.tooltip=<html> Als je je scripts wilt ondertekenen, voer de alias van de sleutel hier in. <br>De sleutel dient zich in de standaard sleutelopslag te bevinden. <br>Het wachtwoord voor de geheime sleutel van de sleutel moet overeenkomen met het wachtwoord van de sleutelopslag (dit is de standaard).</html>
+OptionPanel.scrollbar_increment=Snelheid
+OptionPanel.scrolling_speed=Automatische scroll-snelheid van mindmap
+OptionPanel.selection_method=Selectiemethode
+OptionPanel.selection_method.tooltip=<html>  Met volgende schakelaar kun je het vertraagde selectieschema inschakelen/uitschakelen. Automatische opties. Wijzig deze  niet omdat ze toch in auto.properties bewaard zullen worden.</html>
+OptionPanel.selection_method_by_click=Door te klikken
+OptionPanel.selection_method_delayed=Vertraagd
+OptionPanel.selection_method_direct=Onmiddellijk
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Stijlen
+OptionPanel.separator.anti_alias=Verzachten
+OptionPanel.separator.attributes=Attributen
+OptionPanel.separator.automatic_save=Automatisch bewaren
+OptionPanel.separator.behaviour=Gedrag
+OptionPanel.separator.browser=Browser
+OptionPanel.separator.cache=Cache
+OptionPanel.separator.CloudControls=Opmaak wolk
+OptionPanel.separator.commands_for_the_program=Commando's voor het programma
+OptionPanel.separator.connectors=Verbindingslijnen en labels
+OptionPanel.separator.data_formats=Datum herkenning en formatering
+OptionPanel.separator.default_colors=Standaard kleuren
+OptionPanel.separator.default_fonts=Standaard lettertype
+OptionPanel.separator.default_styles=Standaard stijlen
+OptionPanel.separator.EdgeControls=Opmaak tak
+OptionPanel.separator.edit_long_node_window=Bewerken knoopkern in hulpvenster
+OptionPanel.separator.editing=Bewerkingsinstellingen
+OptionPanel.separator.files=Bestanden
+OptionPanel.separator.formula=Plugin voor formules
+OptionPanel.separator.General=Algemeen
+OptionPanel.separator.html_export=HTML-exporteren
+OptionPanel.separator.html_import=HTML Importeren
+OptionPanel.separator.hyperlink_types=Hyperlinktypes
+OptionPanel.separator.icon_properties=Pictogrammen
+OptionPanel.separator.icons=Pictogrammen in "Selecteren pictogram..."
+OptionPanel.separator.initial_map_size=Initi\u00eble grootte mindmap
+OptionPanel.separator.inline_editor=Geintegreerd knoopbewerkingsvenster
+OptionPanel.separator.key_typing=Typen
+OptionPanel.separator.language=Taal
+OptionPanel.separator.load=Laden
+OptionPanel.separator.look_and_feel=Kenmerken gebruiksomgeving
+OptionPanel.separator.mouse_wheel=Muiswiel
+OptionPanel.separator.new_node_commands=Commando's voor nieuwe knopen
+OptionPanel.separator.node_editing_commands=Commando's voor het bewerken van knopen
+OptionPanel.separator.node_navigation_commands=Commando's voor navigatie
+OptionPanel.separator.NodeColors=Kleur hele kern
+OptionPanel.separator.NodeFont=Lettertype hele kern
+OptionPanel.separator.NodeShape=Vorm knoop
+OptionPanel.separator.NodeStyle=Opmaakstijl knoop
+OptionPanel.separator.NodeText=Opmaak kern
+OptionPanel.separator.notifications=Bevestigingen
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatische foutmelding
+OptionPanel.separator.other_defaults=Andere standaardinstellingen
+OptionPanel.separator.others=Andere sneltoetsen
+OptionPanel.separator.outline_view=Overzichtsweergave
+OptionPanel.separator.patterns=Opmaakpatronen
+OptionPanel.separator.RichTextEditor=Bewerken in dialoogvenster 
+OptionPanel.separator.root_node_appearance=Opmaak stamknoop
+OptionPanel.separator.save=Bewaren...
+OptionPanel.separator.scripting=Rechten voor scripts
+OptionPanel.separator.scrollbar=Schuifbalk
+OptionPanel.separator.search=Zoeken
+OptionPanel.separator.selection_colors=Selectiekleuren
+OptionPanel.separator.selection_method=Selectiemethode
+OptionPanel.separator.single_instance_mode=Enkele programma instantie
+OptionPanel.separator.size_limits=Grootte beperking
+OptionPanel.separator.spelling=Opties voor spellingscontrole
+OptionPanel.separator.status=Statuslijn
+OptionPanel.separator.tooltip=Tijdsintervallen voor tooltips
+OptionPanel.separator.undo=Ongedaan maken bewerken
+OptionPanel.separator.updates=Nieuwe programmaonderdelen
+OptionPanel.set_property_text=Aanpassen
+OptionPanel.set_property_text.tooltip=Vinkje = eigenschap wijzigen
+OptionPanel.setscript=Aanpassen?
+OptionPanel.setscript.tooltip=Er kan een script worden gekoppeld aan de stijl.
+OptionPanel.sharp_bezier=Taps toelopend bocht
+OptionPanel.sharp_linear=Tapstoelopend recht
+OptionPanel.show_icon_for_attributes=Tonen pictogram voor attributen
+OptionPanel.show_node_tooltips=Tonen tooltip van knoop
+OptionPanel.show_note_icons=Tonen notitieicons
+OptionPanel.show_styles_in_tooltip=Tonen knoopstijl in tooltip
+OptionPanel.signed_script_are_trusted=Vertrouw ondertekende scripts (aanbevolen)
+OptionPanel.signed_script_are_trusted.tooltip=Uitvoeren script zonder beperkingen indien getekend door een vertouwde partij zoals Freeplane's auteurs of jijzelf.
+OptionPanel.simplyhtml.default_paste_mode=Standaardwijze voor plakken
+OptionPanel.single_backup_directory=Gebruik dezelfde directory voor back-up bestanden
+OptionPanel.single_backup_directory.tooltip=<html>  Als bestanden van backups en automatisch bewaren in bijelkaar in een directory geplaatst moeten worden, in plaats van in een subdirectory in de directory waarin de mindmap staat. </html>
+OptionPanel.single_backup_directory_path=Backup directory (als bovenstaande optie geselecteerd is)
+OptionPanel.single_backup_directory_path.tooltip=<html>  Gaat boven defaut <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Open bestanden van lopende instantie
+OptionPanel.single_instance_force=Vermijd in ieder geval tweede instantie
+OptionPanel.single_instance_force.tooltip=Voorkom tweede instantie ook als geen file wordt geladen
+OptionPanel.sk=Slovaaks  / sloven\u010dina
+OptionPanel.sl=Slowenisch  / sloven\u0161\u010dina
+OptionPanel.spelling_opt_case_sensitive=Hoofdlettergevoelig
+OptionPanel.spelling_opt_ignore_all_caps_words=Negeer alle hoofdletterwoorden.
+OptionPanel.spelling_opt_ignore_capitalization=Negeer hoofdletter aan het begin van een woord.
+OptionPanel.spelling_opt_ignore_words_with_numbers=Negeer woorden met een getal.
+OptionPanel.spelling_opt_suggestions_limit_dialog=Maximum aantal suggesties in het dialoogvenster.
+OptionPanel.spelling_opt_suggestions_limit_menu=Maximum aantal suggesties in het menu
+OptionPanel.sr=Servisch / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=Standaard  stijlbestand
+OptionPanel.standardbackgroundcolor=Standaard achtergrondkleur
+OptionPanel.standardbackgroundcolor.tooltip=<html> De standaard achtergrondkleur in html-notatie </html>
+OptionPanel.standardcloudcolor=Standaard wolkkleur
+OptionPanel.standardcloudcolor.tooltip=<html> De standaard wolkkleur in html-notatie </html>
+OptionPanel.standardcloudestyle=Standaard wolkstijl
+OptionPanel.standardcloudestyle.tooltip=<html> De standaard wolkstijl. Op dit moment is enkel 'bocht' mogelijk</html>
+OptionPanel.standarddrawrectangleforselection=Tonen geselecteerde knopen met een omlijning
+OptionPanel.standarddrawrectangleforselection.tooltip=<html> Markeren geselecteerde knopen met een omlijning.</html>
+OptionPanel.standardlinkcolor=Standaard kleur van een hyperlink
+OptionPanel.standardlinkcolor.tooltip=<html> De standaardkleur van de hyperlink in html-notatie </html>
+OptionPanel.standardlinkestyle=Standaardstijl hyperlink
+OptionPanel.standardlinkestyle.tooltip=<html> De standaarstijl voor hyperlink: op dit moment wordt alleen 'bocht' ondersteund</html>
+OptionPanel.standardselectednodecolor=Standaardkleur geselecteerde knoop
+OptionPanel.standardselectednodecolor.tooltip=<html> De standaard tekstkleur indien geselecteerd. In html-notatie (#RRGGBB in hex waarden) </html>
+OptionPanel.standardselectednoderectanglecolor=Kleur knoopomlijning geselecteerde knoop
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html> De kleur van de omlijning van geselecteerde knopen. In HTML notatie (#RRGGBB in hex waarden) </html>
+OptionPanel.STAR=Ster
+OptionPanel.structured_html_import=Importeren HTML als knoop structuur
+OptionPanel.structured_icon_toolbar=Gestructureerde werkbalk pictogrammenmenu
+OptionPanel.summary=Samenvatting/Groep
+OptionPanel.sv=Zweeds/ svenska
+OptionPanel.text.use_ctrl_key=Gebruik 'Toewijzen sneltoets' van het menu Extra
+OptionPanel.time_for_automatic_save=Tijdsinterval voor automatisch bewaren
+OptionPanel.time_for_automatic_save.tooltip=<html>  tussentijd voor automatisch bewaren in miliseconden; Om automatisch bewaren uit te schakelen, zet je dit getal op 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tijd voor vertraagde selectie
+OptionPanel.time_for_delayed_selection.tooltip=<html>  Tijd voor de vertraagde selectie van knopen wanneer de muis er over gaat (in msec). Wijzig deze waarde naar 1 wanneer je onmiddellijke selectie wil wanneer de muis over een knoop gaat.</html>
+OptionPanel.toolTipManager.dismissDelay=Vertraging voor het laten verdwijnen, ms
+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.uk_UA=Ukrainisch /  \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430
+OptionPanel.undefined_font=Niet-gedefinieerd lettertype
+OptionPanel.undo_levels=Aantal stappen
+OptionPanel.undo_levels.tooltip=<html> Bepaalt hoeveel stappen bewaard worden en zo ongedaan kunnen worden gemaakt met de "Ongedaan maken" knop.</html>
+OptionPanel.unfold_on_paste=Openvouwen bij plakken
+OptionPanel.unfold_on_paste.tooltip=Openvouwen bij plakken of bij verplaatsen
+OptionPanel.use_common_out_point_for_root_node=Alle takken beginnen bij de stamknoop
+OptionPanel.use_common_out_point_for_root_node.tooltip=Alle takken beginnen de stamknoop
+OptionPanel.use_tabbed_pane=Gebruiken tabbladen
+OptionPanel.use_tabbed_pane.tooltip=Als deze is aangevinkt, worden de mindmaps onder tabbladen weergegeven (net zoals in Firefox :-)).
+OptionPanel.user_defined_screen_resolution=Gebruikersinstelling schermresolutie (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripting: Wanneer je het klassepad instelt moet je ook leestoegang geven!
+OptionPanel.validate_invalid_date_format=Onjuist standaard datumformaat
+OptionPanel.validate_invalid_datetime_format=Onjuist datum-tijdformaat
+OptionPanel.validate_invalid_number_format=Onjuist getalformaat
+OptionPanel.validate_write_without_read=Scripting: overweeg om Lezen/Bestand toe te voegen aan Schrijven/Bestand
+OptionPanel.validation_error=<html> <body>Controle fouten:<p><em>{0}</em><p>Verander de instellingen om de fout te voorkomen.</body></html>
+OptionPanel.validation_warning=<html> <body>Controle foutwaarschuwing:<p><em>{0}</em></body></html>
+OptionPanel.vi=Vietnamees / Ti\u1ebfng Vi\u1ec7t
+OptionPanel.wheel_velocity=Snelheid
+OptionPanel.wheel_velocity.tooltip=Een hogere waarde geeft snellere respons op het muiswiel in de map.
+OptionPanel.windows=Vensters
+OptionPanel.zh_CN=Chinees vereenvoudigd / \u7b80\u4f53\u5b57
+OptionPanel.zh_TW=Chinees, traditioneel / \u7e41\u9ad4\u5b57
+org.freeplane.plugin.bugreport.agree=Verzenden
+org.freeplane.plugin.bugreport.always_agree=Altijd verzenden
+org.freeplane.plugin.bugreport.always_deny=Nooit verzenden
+org.freeplane.plugin.bugreport.deny=Niet verzenden
+org.freeplane.plugin.bugreport.dialog.title=Automatische melding van een fout
+org.freeplane.plugin.bugreport.freeplane_team=Bericht van Freeplane's team
+org.freeplane.plugin.bugreport.lastreport=De ontvangen melding
+org.freeplane.plugin.bugreport.never=Vraag me nooit om hulp
+org.freeplane.plugin.bugreport.question=Freeplane verstuurt automatisch een melding in het geval van een fout (bug).\nEr zullen nooit persoonlijke gegevens of de inhoud van een mindmap verstuurd worden.\nMeldingen over fouten helpen ons de software te verbeteren.
+org.freeplane.plugin.bugreport.report=Huidige melding
+org.freeplane.plugin.bugreport.wanted_bug=Er deed zich een interne fout voor en deze werd automatisch gemeld.\nWe zouden graag meer informatie willen hebben om dit onverwachte gedrag te kunnen reproduceren\nHelp ons alsjeblieft door een melding op te voeren in onze Mantis bug tracker:\nleg uit wat je op dat moment aan het doen was, zodat we de bug kunnen reproduceren.\n\nSelecteer OK om de bug tracker pagina in je web browser te kunnen openen.\n\Bedankt voor je hulp bij het oplossen van een bug.\nJouw Freeplane Team.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=Knoop {0} is niet gedefinieerd
+out_of_memory=Onvoldoende geheugen beschikbaar
+overwrite_keyset_question=Bestaande set met sneltoetsen overschrijven?
+PageAction.text=&Afdrukinstellingen...
+password_is_not_ascii=Wachtwoord bevat andere tekes dan ASCII
+PasteAction.text=Plakken
+PasteAttributes.text=Plakken attributen
+PatternNewNameProperty=Nieuw opmaakprofiel
+PatternToString.backgroundColor=Achtergrondkleur
+PatternToString.Child=Opmaakprofiel kindknoop
+PatternToString.color=Kleur
+PatternToString.EdgeColor=Takkleur
+PatternToString.EdgeStyle=Takvorm
+PatternToString.EdgeWidth=Takdikte
+PatternToString.FontBold=Vet
+PatternToString.FontItalic=Schuin
+PatternToString.FontName=Naam lettertype
+PatternToString.Icon=Pictogram
+PatternToString.NodeFontSize=Grootte letterype
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=dagen
+PeriodUnit.HOUR=uren
+PeriodUnit.MINUTE=minuten
+PeriodUnit.MONTH=maanden
+PeriodUnit.WEEK=weken
+PeriodUnit.YEAR=jaren
+plugins/latex/LatexNodeHook.editorTitle=Bewerken LaTex
+plugins/script_filter=Script filter {0}
+plugins/script_filter_error={0} moest een boolean waarde geven voor {1} maar gaf {2}
+plugins/ScriptEditor.cancel=&Vergeten veranderingen en stoppen
+plugins/ScriptEditor.exit=&Bewaren en sluiten
+plugins/ScriptEditor.FORBIDDEN_ACTION=Freeplane groovy scripts zijn begrensd. De volgende {0,choice,0#File|1#Network|2#Exec} operatie is verboden: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Je kan dit veranderen in de programma opties.
+plugins/ScriptEditor.menu_actions=&Acties
+plugins/ScriptEditor.new_script=Nieuw script
+plugins/ScriptEditor.run=&Uitvoeren
+plugins/ScriptEditor.sign=Beveiligen script
+plugins/ScriptEditor/window.Result=Resultaat:
+plugins/ScriptEditor/window.title=Scriptbewerker
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Toegang tot interne API  (package {0} niet toegestaan). - Neem contact op met het Freeplane team als de API voor scripts niet krachtig genoeg is.
+plugins/TimeList.xml_Created=Gemaakt
+plugins/TimeList.xml_Date=Datum
+plugins/TimeList.xml_Icons=Pictogrammen
+plugins/TimeList.xml_Modified=Gewijzigd
+plugins/TimeList.xml_Notes=Knoopnotities
+plugins/TimeList.xml_Text=Tekst
+plugins/TimeManagement.xml_appendButton=Datum toevoegen aan geselecteerde knopen
+plugins/TimeManagement.xml_Cancel=Annuleren
+plugins/TimeManagement.xml_cancelButton=Annuleren
+plugins/TimeManagement.xml_closeButton=Sluiten
+plugins/TimeManagement.xml_Export=Geselcteerde knopen exporteren
+plugins/TimeManagement.xml_Find=Zoeken
+plugins/TimeManagement.xml_Goto=Naar
+plugins/TimeManagement.xml_hour=Uren:
+plugins/TimeManagement.xml_menu_actions=Functies
+plugins/TimeManagement.xml_minute=Minuten:
+plugins/TimeManagement.xml_reminderButton=Toevoegen herinnering
+plugins/TimeManagement.xml_reminderButton_tooltip=<html> Wanneer je hier klikt, wordt er een timer ingeschakeld op de gegeven datum. Dan zullen knipperende pictogrammen je aandacht trekken.<br> Als je deze mindmap sluit, dan zullen de timers opnieuw geactiveerd worden als je de volgende keer deze mindmap opent.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html> Nu kan er maar \u00e9\u00e9n herinnering per knoop ingesteld worden. <br>De herinnering voor deze knoop is al ingesteld op {0,date} {0,time}, jouw keuze was {1,date} {1,time}. <br><br>Wil je de herinneringstijd van de knoop wijzigen (JA) <br>of wil je de vorige instelling behouden (NEE)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Herinnering gepland op {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Later herinneren
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Later herinneren
+plugins/TimeManagement.xml_removeReminderButton=Verwijderen herinnering
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Wis alle herinneringen die gekoppeld zijn aan de geselecteerde knopen.
+plugins/TimeManagement.xml_Replace=Vervangen
+plugins/TimeManagement.xml_Replace_All=Alles vervangen
+plugins/TimeManagement.xml_Replace_Selected=Selectie vervangen
+plugins/TimeManagement.xml_Select=Selecteren
+plugins/TimeManagement.xml_todayButton=Vandaag
+plugins/TimeManagement.xml_WindowTitle=Agenda
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Zoeken en vervangen
+preferences=Voorkeuren
+print_preview_title=Afdrukvoorbeeld
+PrintAction.text=Afdrukken mindmap...
+PrintDirectAction.text=Afdrukken...
+printing_settings=Pagina-afdrukinstellingen
+PrintPreviewAction.text=&Afdrukvoorbeeld
+PropertyAction.dialog=Instellingen
+PropertyAction.text=Instellingen...
+QuickFilterAction.text=Filteren mindmap
+QuickFindAction.BACK.text=Vorige zoeken
+QuickFindAction.FORWARD.text=Volgende zoeken
+QuickFindAllAction.text=Filteren en selecteren
+QuickHighlightAction.text=Alle passende knopen selecteren
+QuitAction.text=Afsluiten Freeplane
+read_only=Alleen lezen
+ReadScriptError.text=Fout bij het lezen van het script\nControleer het log bestand voor details.
+really_convert_to_current_version=<html> Deze mindmap is met een oudere versie van Freeplane gemaakt. <br> Wilt u de mindmap vertalen naar het nieuwste formaat ? <br> Anders wordt het in het oude formaat geladen en kunnen er onverwachte dingen gebeuren.</html>
+really_cut_node=Knoop/knopen werkelijk knippen ?
+really_execute_script=Ben je zeker dat je de scripts in deze mindmap wil uitvoeren ? Het is mogelijk dat je computer wordt beschadigd.
+really_remove_node=Knopen echt verwijderen ?
+really_remove_notes=Knoopnotitie echt verwijderen ?
+ReapplyFilterAction.text=Opnieuw filteren (bijwerken)
+red=Rood
+RedefineStyleAction.text=Tot standaardknoopstijl maken
+RedoAction.text=Filteractie opnieuw doen
+RedoFilterAction.text=Herhalen laatste filteractie
+regular_expressions=Gangbare uitdrukking
+ReminderHookAction.text=Verwijderen herinnering
+ReminderHookAction.tooltip=Verwijderen herinnering uit een knoop.
+remove_file_from_list_on_error=Bestand (0) kon niet geopend worden. Verwijderen van de laatst gebruikte bestanden lijst?
+remove_shortcut_question=Sneltoets verwijderen ?
+RemoveAllIconsAction.text=Verwijderen alle pictogrammen
+RemoveConnectorAction.text=Verwijderen verbindindingslijn
+RemoveEncryption.text=Verwijderen wachtwoord
+RemoveFormatAction.text=Verwijderen opmaak
+RemoveIcon_0_Action.text=Verwijderen eerste pictogram
+RemoveIconAction.text=Verwijderen laatste pictogram
+RemoveNoteAction.text=Verwijderen knoopnotitie
+RemoveNoteAction.tooltip=<html> Verwijderen inhoud van notitievenster.</html>
+rename=&Hernoemen
+repair_link=Herstellen hyperlink
+repair_link_question=Kan de gekoppelde mindmap niet laden. Wilt u de koppeling handmatig herstellen?
+replace=Vervangen
+replace_shortcut_question=Deze sneltoets is op dit moment verbonden mer\n {0}.\nDeze koppeling verwijderen ?
+replace_shortcut_title=Sneltoets vervangen ?
+ReportBugAction.text=Melden van een fout
+RequestFeatureAction.text=Vragen om een nieuwe functie
+reset_to_default=Terug naar de standaardinstelling
+ResetNodeLocationAction.text=&Herstellen oorspronkelijke knoopposities
+ResetStyleAction.text=Herstel knoopstijl
+RevertAction.text=&Terug gaan naar opgeslagen versie
+RevisionPluginAction.text=Tonen revisies door achtergrondkleur
+save_failed=Bewaren van mindmap {0} is mislukt.
+save_unsaved=De volgende mindmap bewaren? :
+save_unsaved_styles=Niet-bewaarde stijlen bewaren?
+SaveAcceleratorPresetsAction.text=Bewaren set met sneltoetsen
+SaveAction.text=Bewaren
+SaveAll.text=&Bewaren alle open mindmaps
+SaveAll.tooltip=Bewaren alle open mindmaps
+SaveAsAction.text=Bewaren als...
+saved=Opgeslagen
+saving_canceled=Bewaren is geannuleerd
+scanners_not_loaded=Scanners niet geladen, bestand is beschadigd
+scheme_evaluate=Bereken!
+script_execution_disabled=Geen uivoering van script
+ScriptEditor.text=Groovy scripts bewerken
+ScriptEditor.tooltip=Laat toe om grotere scripts te maken in Freeplane.
+ScriptEditorPanel.changed_cancel=De scripts werden veranderd. Ben je zeker dat je de aanpassingen niet wil bewaren ?
+scripting_api_generator_legend=Legenda
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=API voor scripts
+scripting_api_generator_utilities=Utilities
+scripting_api_generator_web=Web bronnen
+select_favorites_folder=Selecteren map waarin je favorieten staan
+select_file_export_to=Selecteren bestand voor exporteren
+select_folder_for_importing=Selecteren map voor importeren
+select_icon=Selecteren pictogram
+select_menu_item_dialog=Kiezen menuoptie
+select_menu_item_root_node=Menu
+SelectAllAction.text=Selecteren alle zichtbare knopen
+SelectBranchAction.text=Selecteren zichtbare tak
+SelectedPasteAction.text=Plakken als...
+selection_method_by_click=Enkele klik om te selecteren
+selection_method_delayed=Uitgestelde automatische selectie
+selection_method_direct=Aanwijzen om te selecteren
+SelectNoteAction.text=Bewerken notitiehulpvenster
+SelectNoteAction.tooltip=Wissel naar/van notitievenster
+set_accelerator_on_next_click_action=Klik op het gewenste menuitem om een nieuwe sneltoets toe te wijzen
+SetAcceleratorOnNextClickAction.text=Toewijzen sneltoets
+SetImageByFileChooserAction.text=Toevoegen afbeelding of converteren link...
+SetLinkAnchorAction.text=Zetten koppelingsanker
+SetLinkAnchorAction.tooltip=<html>instellen geselekteerde knoop als anker voor later te<br/>maken van een hyperlink tussen knopen (ook tussen mindmaps).
+SetLinkAnchorAction.tooltip_anchored=<html>instellen geselekteerde knoop als anker voor later te<br/>maken hyperlink tussen knopen. Huidig anker:<br/>{0}
+SetLinkByFileChooserAction.text=Koppeling kiezen...
+SetLinkByTextFieldAction.text=Koppeling typen of wijzigen
+SetNodeLink.text=Maak knoopkoppeling
+SetNoteWindowPosition.bottom.text=Onder
+SetNoteWindowPosition.left.text=Links
+SetNoteWindowPosition.right.text=Rechts
+SetNoteWindowPosition.top.text=Boven
+SetShortenerStateAction.text=Minimaliseren knoop
+sf_login_required=Loging bij Source Forge vereist. Doorgaan?
+ShowAllAttributesAction.text=Tonen alle attibuten
+ShowAncestorsAction.text=Ook voorouders tonen
+ShowAttributeDialogAction.text=&Tonen en verbergen attributen....
+ShowDescendantsAction.text=Ook afstammelingen tonen
+ShowFilterToolbarAction.text=Tonen filtermenu
+ShowFormatPanel.text=Tonen opmaakpaneel
+ShowFormatPanel.tooltip=Toont een dialoogvenster waarin de opmaak van een knoop en tak in tegelijkertijd kunnen worden veranderd.
+ShowHideNoteAction.text=Tonen notitiehulpvenster
+ShowHideNoteAction.tooltip=Laat het notitiehulpvenster verschijnen of verdwijnen
+ShowNextChildAction.text=Tonen volgend kind
+ShowNotesInMapAction.text=Tonen notities bij knopen
+ShowSelectedAttributesAction.text=Attributenbeheer
+ShowSelectionAsRectangleAction.text=Tonen rechthoekig selectiekader
+simplyhtml.aboutFrameTitle=Over deze toepassing
+simplyhtml.aboutLabel=Over SimplyHTML...
+simplyhtml.alignCenter=Centreren
+simplyhtml.alignLabel=Uitlijning
+simplyhtml.alignLeft=links
+simplyhtml.alignRight=rechts
+simplyhtml.allCellsRangeLabel=alle cellen
+simplyhtml.allOccurrencesReplaced=Alle voorkomens vervangen
+simplyhtml.appendTableColLabel=Toevoegen kolom
+simplyhtml.appendTableRowLabel=Toevoegen rij
+simplyhtml.applyCellAttrLabel=Toepassen op
+simplyhtml.backgroundLabel=Achtergrond:
+simplyhtml.boldItalicName=Vet Schuin
+simplyhtml.boldName=Vet
+simplyhtml.borderColorLabel=Kleur:
+simplyhtml.borderWidthLabel=Breedte
+simplyhtml.bottomLabel=onderaan:
+simplyhtml.cancelBtnName=Annuleren
+simplyhtml.cellBorderTabLabel=Randen
+simplyhtml.cellGenTabLabel=Algemeen
+simplyhtml.cellMarginTabLabel=Marge
+simplyhtml.cellPanelTitle=Celopmaak
+simplyhtml.clearFormatLabel=Verwijderen opmaak
+simplyhtml.clearFormatTip=Verwijderen opmaak
+simplyhtml.close=Sluiten
+simplyhtml.closeBtnName=Sluiten
+simplyhtml.colorLabel=Kleur
+simplyhtml.copyLabel=Kopi\u00ebren
+simplyhtml.copyTip=Kopi\u00ebren
+simplyhtml.cTagNameHead1=Kop 1
+simplyhtml.cTagNameHead2=Kop 2
+simplyhtml.cTagNameHead3=Kop 3
+simplyhtml.cTagNameHead4=Kop 4
+simplyhtml.cTagNameHead5=Kop 5
+simplyhtml.cTagNameHead6=Kop 6
+simplyhtml.cTagNameLink=Koppeling
+simplyhtml.cTagNameOL=Geordende lijst
+simplyhtml.cTagNamePara=Paragraaf
+simplyhtml.cTagNameUL=Ongenummerde lijst
+simplyhtml.cutLabel=Knippen
+simplyhtml.cutTip=Knippen
+simplyhtml.defaultDocName=Zonder kern
+simplyhtml.deleteTableColLabel=Verwijderen kolom
+simplyhtml.deleteTableRowLabel=Verwijderen rij
+simplyhtml.docTitleQuery=Wijzig de titel :
+simplyhtml.docTitleTitle=Bewerken titel van het document
+simplyhtml.editLabel=Bewerken label
+simplyhtml.effectLabel=Effekt
+simplyhtml.familyLabel=Naam lettertype
+simplyhtml.findNext=Zoek volgende...
+simplyhtml.findReplaceDialogTitle=Zoeken en vervangen
+simplyhtml.findReplaceLabel=Zoeken en vervangen
+simplyhtml.findReplaceTip=Zoeken en vervangen
+simplyhtml.fontBoldLabel=Vet
+simplyhtml.fontBoldTip=Vet aan/uit
+simplyhtml.fontColorLabel=Tekstkleur
+simplyhtml.fontColorTip=Tekstkleur
+simplyhtml.fontDialogTitle=Opmaak lettertype
+simplyhtml.fontItalicLabel=Schuin
+simplyhtml.fontItalicTip=Schuin aan/uit
+simplyhtml.fontLabel=Lettertype...
+simplyhtml.fontTabLabel=Lettertype
+simplyhtml.fontTip=Opmaak lettertype
+simplyhtml.fontUnderlineLabel=Onderlijnd
+simplyhtml.fontUnderlineTip=Onderlijning aan/uit
+simplyhtml.foregroundLabel=Voorgrond:
+simplyhtml.formatLabel=Opmaken
+simplyhtml.formatListLabel=Lijst...
+simplyhtml.formatListTip=Wijzigen lijstopmaak
+simplyhtml.formatParaLabel=Paragraaf...
+simplyhtml.formatParaTip=Wijzigen paragraafopmaak
+simplyhtml.formatTableLabel=Tabel...
+simplyhtml.formatTableTip=Tabel opmaken
+simplyhtml.helpLabel=Help
+simplyhtml.htmlTabTitle=Venster met HTML
+simplyhtml.imageFileDesc=Afbeeldingsbestanden
+simplyhtml.insertTableColLabel=Kolom invoegen
+simplyhtml.insertTableLabel=Tabel...
+simplyhtml.insertTableMsg=Hoeveel kolommen ?
+simplyhtml.insertTableRowLabel=Rij invoegen
+simplyhtml.insertTableTitle=Rij invoegen
+simplyhtml.italicName=Schuin
+simplyhtml.layoutTabTitle=Met opmaak
+simplyhtml.leftLabel=links:
+simplyhtml.listDialogTitle=Lijstopmaak:
+simplyhtml.listIndentTitle=Inspringen:
+simplyhtml.listPosInside=binnen
+simplyhtml.listPositionLabel=Positie:
+simplyhtml.listPosOutside=buiten
+simplyhtml.listTypeCircle=stip als opsommingsteken
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=bestandssymbool als opsommingsteken
+simplyhtml.listTypeLabel=Type\:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=geen
+simplyhtml.listTypeSquare=vierkant opsommingsteken
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Buitenste
+simplyhtml.matchApproximately=Benaderend passen
+simplyhtml.matchApproximately.tooltip=<html>Al dan niet toestaan van benaderingen,<br/>bijv. zoeken naar 'files' vindt ook 'flies'.</html>
+simplyhtml.matchCase=Identieke hoofd- en kleine letters
+simplyhtml.matchCase.tooltip=Al dan niet letten op hoofdletters bij het vergelijken
+simplyhtml.newStyleDefaultName=Nieuw opmaakprofiel
+simplyhtml.nextTableCellLabel=Volgende cel
+simplyhtml.noLineLabel=geen
+simplyhtml.noMoreOccurrencesFound=geen (andere) gevallen gevonden
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Binnenste
+simplyhtml.paraAlignCenterLabel=Centreren
+simplyhtml.paraAlignCenterTip=Centreren
+simplyhtml.paraAlignLeftLabel=Links uitlijnen
+simplyhtml.paraAlignLeftTip=Links uitlijnen
+simplyhtml.paraAlignRightLabel=Rechts uitlijnen
+simplyhtml.paraAlignRightTip=Rechts uitlijnen
+simplyhtml.paraStyleDialogTitle=Paragraafopmaak
+simplyhtml.paraTabLabel=Paragraaf
+simplyhtml.pasteHTMLLabel=Plakken met HTML opmaak
+simplyhtml.pasteLabel=Plakken
+simplyhtml.pastePlainTextLabel=Plakken zonder HTML opmaak
+simplyhtml.pasteTip=Plakken
+simplyhtml.plainName=platte
+simplyhtml.previewLabel=Voorbeeld
+simplyhtml.previewText=Voorbeeld tekst
+simplyhtml.prevTableCellLabel=Vorige cel
+simplyhtml.printLabel=Afdrukken...
+simplyhtml.redoLabel=Opnieuw
+simplyhtml.redoTip=Opnieuw
+simplyhtml.replace=Vervangen...
+simplyhtml.replaceAll=Selecteren alle attributen
+simplyhtml.replaceDone=Uitgevoerd
+simplyhtml.replaceNo=Nee
+simplyhtml.replaceThisQuery=vervang deze
+simplyhtml.replaceWith=Vervangen door:
+simplyhtml.replaceYes=Ja
+simplyhtml.rightLabel=rechts:
+simplyhtml.searchDown=Zoek omlaag
+simplyhtml.searchDown.tooltip=Van boven naar beneden zoeken.
+simplyhtml.searchFromStart=Zoek vanaf het begin
+simplyhtml.searchFromStart.tooltip=Zoeken vanaf het begin in plaats vanaf de cursor.
+simplyhtml.searchUp=Zoek omhoog
+simplyhtml.searchUp.tooltip=Terugzoeken (bottom up)
+simplyhtml.selectAllLabel=Alles selecteren
+simplyhtml.sizeLabel=Grootte
+simplyhtml.standardStyleName=Standaard
+simplyhtml.strikeLabel=Doorhaling
+simplyhtml.styleLabel=Opmaakprofiel
+simplyhtml.styleNameInputText=Naam van het nieuwe opmaakprofiel ?
+simplyhtml.styleNameInputTitle=Bewaar het opmaakprofiel
+simplyhtml.tableBgColLabel=Achtergrondkleur:
+simplyhtml.tableDialogTitle=Opmaken tabel
+simplyhtml.tableLabel=Tabel
+simplyhtml.tablePanelTitle=Tabelopmaak
+simplyhtml.tableWidthLabel=Breedte:
+simplyhtml.textIndentLabel=Inspringen:
+simplyhtml.textToFind=Te zoeken tekst:
+simplyhtml.thisCellRangeLabel=deze cel
+simplyhtml.thisColRangeLabel=deze kolom
+simplyhtml.thisRowRangeLabel=deze rij
+simplyhtml.toggleBulletsLabel=Lijst met opsommingstekens
+simplyhtml.toggleBulletsTip=Lijst met opsommingstekens aan/uit
+simplyhtml.toggleNumbersLabel=Lijst met nummers
+simplyhtml.toggleNumbersTip=Lijst met nummers aan/uit
+simplyhtml.topLabel=bovenaan:
+simplyhtml.uLineLabel=Onderlijnd
+simplyhtml.unableToOpenFileError=Bestand kan niet worden geopend
+simplyhtml.unableToRedoError=Kan niet opnieuw
+simplyhtml.unableToUndoError=Kan niet ongedaan maken:
+simplyhtml.undoLabel=Ongedaan maken
+simplyhtml.undoTip=Ongedaan maken
+simplyhtml.valignBaseline=basislijn
+simplyhtml.valignBottom=Onder
+simplyhtml.valignLabel=Vertikaal uitlijnen
+simplyhtml.valignMiddle=Midden
+simplyhtml.valignTop=Boven
+simplyhtml.wholeWordsOnly=Alleen volledige woorden
+simplyhtml.wholeWordsOnly.tooltip=Beperk het zoeken tot hele woorden.
+SortNodes.text=Alfabetisch sorteren kinderen
+SortNodes.tooltip=Alfabetisch sorteren alle kinknopen
+split=&Splitsen
+SplitConditionAction.text=Splitsen
+SplitNode.text=Splitsen knoop
+SplitNode.tooltip=<html> Knoop is gesplitst</html>
+STANDARD_FORMAT=Standaard
+stop_processing=Stoppen
+StringFlavorHandler=Van platte tekst naar hi\u00ebrarchie van knopen
+StructuredHtmlFlavorHandler=Van HTML maar hi\u00ebrarchie van knopen
+style=Stijlnaam
+style_already_exists=Opmaakprofiel bestaat al
+styledialog.cancel.text=Annuleren
+styledialog.ok.text=OK
+styles=Stijlen
+styles.AutomaticLayout=Knoopniveaustijl toepassen...
+styles.connection=Verbindingslijn
+styles.date=Datum
+styles.definition=Definitie
+styles.description=Beschrijving
+styles.floating_node=Zwevende knoop
+styles.idea=Idee
+styles.important=Belangrijk
+styles.key=Sleutel
+styles.list=Lijst
+styles.needs_action=Te doen
+styles.note=Opmerking
+styles.ok=OK
+styles.pending=In afwachting
+styles.predefined=Knoopprofiel toepassen...
+styles.question=Vraag
+styles.quotation=Citaat
+styles.root_node=Opmaakprofiel
+styles.subsubtopic=Deeldeelonderwerp
+styles.subtopic=Deelonderwerp
+styles.topic=Onderwerp
+styles.user-defined=Gebruikerstijl toepassen...
+styles.website=Website
+styles_menu=Stijlen
+submenu_keystroke_in_use_error=Toets  {0} kan niet voor submenu {1} worden gebruikt. Toets vewijderd.
+summary_nodes=Groepsknopen
+summary_not_possible=Kan voor huidige selectie geen groepsknoop maken
+SummaryNodeAction.text=Groepsknoop aan/uitzetten
+svg=SVG
+template_dir=Standaard mindmapstijlen
+TimeListAction.text=Managen taken...
+TimeListAction.tooltip=Toont alle geplande herinneringen en de bijhorende knopen.
+TimeManagementAction.text=Managen tijd...
+TimeManagementAction.tooltip=<html> Start de agendamodule.</html>
+ToggleChildrenFoldedAction.text=Kleinkinderen open/dichtvouwen
+ToggleDetailsAction.text=Tonen knoopdetails
+ToggleFBarAction.text=Tonen F-balk (functietoetsen)
+ToggleFoldedAction.text=Open/dichtvouwen
+ToggleFullScreenAction.text=Tonen volledig scherm
+ToggleLeftToolbarAction.text=Tonen pictogrammenbalk
+ToggleMenubarAction.text=Tonen hoofdmenu
+ToggleStatusAction.text=Tonen statuslijn
+ToggleToolbarAction.text=Tonen werkmenu
+undefined_error=Er is een onverwachte fout opgetreden. Probeer er een foutmelding van te maken.
+underline=Onderstreept
+UnderlineAction.text=Onderstrepen
+underlined=Onderstreept
+UndoAction.text=Ongedaan maken laatse filteractie
+UndoFilterAction.text=Ongedaan maken laatste filteractie
+unfold=Openvouwen
+UnfoldAllAction.text=Alle afstammelingen openvouwen
+UnfoldAllAction.tooltip=<html> Alle afstammelingen openvouwen.</html>
+UnfoldOneLevelAction.text=E\u00e9n niveau openvouwen
+UnfoldOneLevelAction.tooltip=<html> E\u00e9n niveau openvouwen.</html>
+up=&Op
+update_failed=Het laden van nieuwe onderdelen is mislukt met bericht {0}
+UpdateCheckAction.text=Controleren op nieuwe onderdelen
+updatecheckdialog=Dialoogvenster voor nieuwe onderdelen
+url_error=Deze URL is onjuist!
+url_open_error=Kon URL {0} niet openen.
+used_in_menu=Deze sneltoets kan niet worden ingesteld omdat deze al in gebruik is.
+UsePlainTextAction.text=Platte tekstopmaak
+user_config_folder=Configuratiemap van de gebruiker: {0}
+user_defined_scale=Door de gebruiker gedefinieerde schaal
+user_defined_zoom=Door gebruiker gedefinieerd.
+user_defined_zoom_status_bar=De zoomfactor wijzigen naar het door de gebruiker opgegeven percentage van {0}%.
+user_icon=Gebruiker pictogram "{0}"
+user_template_dir=Door de gebruiker gedefinieerde mindmapstijlen
+user_zoom=Zoomfactor (0.0 - 2.0) voor afdrukken:
+value_format=Waardeformaat
+version_up_to_date=Je gebruikt al de meest recente versie
+ViewerControllerAction.text=Schaalbare afbeelding...
+ViewLayoutTypeAction.OUTLINE.text=Tonen overzichtsweergave
+WebDocuAction.text=Web Documentatie
+width=Breedte
+wrong_regexp=Verkeerde reguliere uitdrukking "{0}", fout {1}
+xslt_export.html=HTML document
+xslt_export.latex=LaTex document
+xslt_export.latexbook=LaTex boek
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 en hoger) XML formaat
+xslt_export.ms_project=MS Project (2003 en hoger) XML formaat
+xslt_export.ms_word=Word (2003 en hoger) XML formaat
+xslt_export.text=Platte tekst
+xslt_export_not_possible=Exporteren Freeplane XLST is niet mogelijk
+yes=Ja
+ZoomInAction.text=Inzoomen
+ZoomOutAction.text=Uitzoomen
diff --git a/freeplane/resources/translations/Resources_nn.properties b/freeplane/resources/translations/Resources_nn.properties
index ed02435..9eaf46b 100644
--- a/freeplane/resources/translations/Resources_nn.properties
+++ b/freeplane/resources/translations/Resources_nn.properties
@@ -1,590 +1,590 @@
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/EncryptNode.properties_0 = Vel passord for kryptert node
-accessories/plugins/EncryptNode.properties_1 = Passorda er ikkje like eller for korte.
-accessories/plugins/EncryptNode.properties_2 = Skriv inn passordet:
-accessories/plugins/EncryptNode.properties_3 = Skriv inn passordet p\u00E5 nytt:
-accessories/plugins/EncryptNode.properties_4 = Skriv inn passordet ditt.
-accessories/plugins/EncryptNode.properties_5 = <html>Hugs at krypteringsstyrken<br> er s\u00E5 godt som heilt avhengig av kvaliteten p\u00E5 passordet
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Avbryt
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Du kan berre endra krypteringsstatusen til krypterte nodar. Du bruker verkt\u00F8ymenyen for \u00E5 setja inn ein slik nodetype.
-accessories/plugins/EncryptNode.properties_select_me = Vel meg for \u00E5 halde fram!
-accessories/plugins/EncryptNode.properties_wrong_password = Feil passord.
-accessories/plugins/ExportWithXSLT.tooltip = Dette er ein sams eksportmetode som nyttar XSLT-skript.
-accessories/plugins/ExportWithXSLT_HTML.text = Som XHTML (JavaScript-versjon) ...
-accessories/plugins/ExportWithXSLT_HTML3.text = Som XHTML (kartbilete med peikarar)...
-add = legg til
-AddLocalLinkAction.text = Legg til lokal hyperlenkje
-antialias_all = Kantutjamning p\u00E5 alt
-antialias_edges = Kantutjamning (berre p\u00E5 kantar)
-antialias_none = Ingen kantutjamning
-as_parent = Som forelder
-attributes_attribute = atributt
-attributes_close = lukk
-attributes_deselect_all = Ingenting
-attributes_edit = endra
-attributes_import = Import[translate me]
-attributes_popup_edit = endra
-attributes_refresh = frisk opp att
-attributes_select_all = Alle
-attributes_visible = synleg
-attributes_visible_tooltip = synleg
-AutomaticLayoutAction.text = Automatisk utforming
-AutomaticLayoutAction.tooltip = <html>Ordnar kartutforminga. <br>F\u00F8rste niv\u00E5 er svart, det andre er bl\u00E5tt, osv.</html>
-BackAction.text = Tilbake
-background = Bakgrunn
-BlinkingNodeHookAction.text = Blinkande node
-BlinkingNodeHookAction.tooltip = <html>Dette gjer at noden blinkar, men ver varsam. Knyt det ikkje til mange nodar og <strong> ikkje saman med andre automatiske formatteringar av den same noden.</strong></html>
-BoldAction.text = Feit
-boldify_branch = Gjer feit
-branch = Grein
-cancel = Avbryt
-CancelAction.text = Avbryt
-cannot_add_parent_diff_parents = All nodar m\u00E5 ha same forelder for \u00E5 kunne bruka denne funksjonen.
-cannot_add_parent_to_root = Rotnoden kan ikkje leggjast til ein ny forelder.
-cannot_join_nodes_with_children = Klarer ikkje \u00E5 kopla nodar med undernodar
-cannot_move_to_child = Kan ikkje flytta ein node til eit underordna niv\u00E5.
-CenterAction.text = Midtstill
-ChangeConnectorArrowsAction.backward.text = Tilbake
-ChangeConnectorArrowsAction.forward.text = Fram
-choose_background_color = Vel bakgrunnsfarge:
-choose_cloud_color = Vel skyfarge:
-choose_edge_color = Vel kantfarge
-choose_node_background_color = Vel bakgrunnsfarge for noden:
-choose_node_color = Vel nodefarge:
-CloseAction.text = Lukk
-CloudAction.text = Sky
-CloudColorAction.text = Skyfarge ...
-ColorProperty.ResetColor = Nullstill farge
-combined = Kombinert
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = Kopier
-CopySingleAction.text = Kopier \u00E9in
-CreationModificationPluginAction.text = Vis endringstidene
-CreationModificationPluginAction.tooltip = <html>Denne funksjonen held orden p\u00E5 opprettings- og endringstidene til noden.</html>
-CutAction.text = Klypp ut
-decrease_branch_font_size = Mindre skrift
-DecreaseNodeFontAction.text = Mindre skrift
-delete = slett
-delete_child = Slett node
-DeleteAction.text = Fjern node
-DocumentationAction.text = Dokumentasjon
-edge = Kant
-edge_style = Kantstil
-edge_width = Kantbreidd
-EdgeColorAction.text = Kantfarge ...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.linear.text = Linjeforma
-EdgeStyleAction.sharp_bezier.text = Bratt Bezier
-EdgeStyleAction.sharp_linear.text = Bratt line\u00E6r
-EdgeStyleAsParentAction.text = Som forelder
-EdgeWidthAction_width_parent.text = Forelder
-EdgeWidthAction_width_thin.text = Tynn
-edit = Endra
-edit.decision = HTML Editor[translate me]
-edit_link_manually = Endra hyperlenkje manuelt ...
-EditAction.text = Endra node
-EditFilterAction.text = endra
-EditLongAction.text = Endra langnode ...
-EncryptedMap.text = Lag kryptert kart ...
-EncryptedMap.tooltip = Lag eit nytt krypter kart
-enter_base_url = Eg vil lima inn relative peikarar. Skriv inn grunnadressa (URL).
-enter_confirms = Enter stadfestar
-EnterPassword.text = Sl\u00E5 av/p\u00E5 kryptert/ukryptert
-error_creating_directory = Klarer ikkje laga eksportkatalog.
-export_pdf_text = Portabelt dokumentformat (PDF)
-export_svg_text = Skalerbar vektorgrafikk (SVG)
-ExportAction.text = Eksport
-ExportBranchToHTMLAction.text = Grein som HTML
-ExportPdf.text = Som PDF ...
-ExportSvg.text = Som SVG ...
-ExportToHTMLAction.text = Som HTML
-ExportToImage.jpg.text = Som JPEG ...
-ExportToImage.png.text = Som PNG ...
-ExportToOoWriter.text = Som Open Office Writer-dokument ...
-ExportToOoWriter.tooltip = Samanbretta noder viser strukturen, utbretta noder viser innhaldet i dokumentet.
-extension_menu = Fysisk stil
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = SOS - Sp\u00F8rsm\u00E5l og svar (FAQ)
-file = Fil
-file_already_exists = Fila {0} finst allereie. Vil du skriva over ho?
-file_not_found = Fann ikkje fila {0}
-filter = filter
-filter_add = legg til
-filter_and = og
-filter_contains = inneheld
-filter_delete = slett
-filter_does_not_exist = finst ikkje
-filter_enter_value = Skriv inn verdi
-filter_exist = finst
-filter_icon = ikon
-filter_is_equal_to = er lik med
-filter_is_not_equal_to = er ulik med
-filter_node = nodetekst
-filter_not = ikkje
-filter_or = eller
-filter_select = vel
-find_what = Finna kva
-FindAction.text = S\u00F8k ...
-fit_map_to_page = Skaler til \u00E9i side
-FitToPage.text = Skaler til \u00E5 passa til sida
-FitToPage.tooltip = Skaler slik at heile kartet passar til det noverande vindauget.
-fold = Brett saman
-FoldAllAction.text = Brett saman alle
-FoldAllAction.tooltip = <html>Bretter saman alle valde nodar og alle barna deira.</html>
-FoldOneLevelAction.text = Brett saman eitt niv\u00E5
-FoldOneLevelAction.tooltip = <html>Bretter saman dei valde nodane med eitt niv\u00E5.</html>
-font = Skrifttype
-FontFamilyAction.text = skrifttypefamilie
-FontSizeAction.text = skriftstorleik
-format_menu_edge_styles = Linjestilar
-format_menu_edge_widths = Linjebreidder
-FormatCopy.text = Kopiformat
-FormatCopy.tooltip = <html>Kopierer nodeformatet.</html>
-FormatPaste.text = Limformat
-FormatPaste.tooltip = <html>Limer inn nodeformatet.</html>
-ForwardAction.text = Fram
-freeplane_reverted = Freeplane_endra tilbake_
-FreeplaneHelpStarter.text = Hjelp ...
-FreeplaneHelpStarter.tooltip = Freeplane utvida hjelp
-GotoLinkNodeAction.text = G\u00E5 til-lenkje
-GrabKeyDialog.common.cancel = Avbryt
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Bunden til
-GrabKeyDialog.grab-key.assigned-to.none = Enno ikkje bunden
-GrabKeyDialog.grab-key.clear = Nullstill
-GrabKeyDialog.grab-key.remove = Fjern
-GrabKeyDialog.grab-key.remove-ask = Er du sikker p\u00E5 at du fjerna tasten?
-GrabKeyDialog.grab-key.title = Legg til ny tast
-help = Hjelp
-HierarchicalIconsAction.text = Vis ikon hierarkisk
-HierarchicalIconsAction.tooltip = Dersom nokre av (barne)barna mine har eit ikon vil eg visa det i lite format \u00F2g.
-html_export_based_on_headings = HTML-eksport - basert p\u00E5 overskrifter
-html_export_fold_all = HTML-eksport - brett saman alt
-html_export_fold_currently_folded = HTML-eksport - som noverande samanbretting
-html_export_no_folding = HTML-eksport - inga samanbretting
-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_attach = Sj\u00E5 her
-icon_back = Tilbake
-icon_bee = Freeplane[translate me]
-icon_bell = Hugs
-icon_bookmark = Flott
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Ikkje OK
-icon_button_ok = OK
-icon_calendar = Dato
-icon_clanbomber = Farleg
-icon_desktop_new = Gl\u00F8ym ikke
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = Flagg
-icon_flag-black = Black Flag[translate me]
-icon_flag-blue = Blue Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_flag-yellow = Yellow Flag[translate me]
-icon_forward = Fram
-icon_freemind_butterfly = FreeMind[translate me]
-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_gohome = Heim
-icon_help = Sp\u00F8rsm\u00E5l
-icon_idea = Id\u00E9
-icon_info = Info[translate me]
-icon_kaddressbook = Telefon
-icon_knotify = Musikk
-icon_korn = Postkasse
-icon_ksmiletris = Eg er glad
-icon_licq = Kjekt
-icon_Mail = Post
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = Ikon
-icon_messagebox_warning = Viktig
-icon_password = N\u00F8kkel
-icon_pencil = For gjennomg\u00E5ing
-icon_penguin = Linux
-icon_smiley-angry = Angry[translate me]
-icon_stop = Stopp
-icon_wizard = Magi
-icon_xmag = Skal diskuterast
-icon_yes = Viktig
-IconGroupPopupAction.office.text = Office[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Vel ikon ...
-IconSelectionPlugin.tooltip = <html>Her kan du bruka eit undervindauge til \u00E5 velja eit ikon.</html>
-import = Importer
-import_linked_branch_no_link = Den valde noden har ingen peikar \u00E5 importera fr\u00E5.
-ImportAction.text = Import[translate me]
-ImportBranchAction.text = Grein ...
-ImportExplorerFavoritesAction.text = IE-favorittar ...
-ImportFolderStructureAction.text = Mappetre ...
-ImportLinkedBranchAction.text = Lenka grein
-ImportLinkedBranchWithoutRootAction.text = (Lenka grein) utan rota ...
-ImportMindmanagerFiles.text = MindManager X5-kart ...
-increase_branch_font_size = St\u00F8rre skrift
-IncreaseNodeFontAction.text = St\u00F8rre skrift
-ItalicAction.text = Kursiv
-italicise_branch = Kursiver
-JoinNodesAction.text = Sl\u00E5 saman nodar
-less_than_two_selected_nodes = Du m\u00E5 velja minst to nodar for \u00E5 laga peikarar.
-link_not_available_any_more = Peikaren er ikkje lenger gyldig. Noden er blitt sletta.
-load = Load[translate me]
-locking_failed_by_open = Klarte ikkje \u00E5 l\u00E5sa kartet {0}. Blir opna som skrivebeskytta.
-locking_failed_by_save_as = Klarte ikkje \u00E5 l\u00E5sa kartet {0}. Handlinga "Lagra som" avbroten.
-locking_old_lock_removed = Kartet {0} var l\u00E5st av brukaren {1}. L\u00E5singa blei oppheva d\u00E5 han var for gammal.
-long_node_changed_cancel = Du har endra noden. Vil du sj\u00E5 vekk fr\u00E5 endringane?
-lots_of_links_warning = Du er p\u00E5 veg til \u00E5 laga mange peikarar til same node. Vil du verkeleg gjera dette?
-map_already_exists = Kartet finst allereie. Vil du skriva over det?
-map_corrupted = \u00D8ydelagt kart. Vil du sj\u00E5 detaljar?
-map_locked_by_open = Kartet {0} blir brukt av brukaren {1}. Blir opna som skrivebeskytta.
-map_locked_by_save_as = Kartet {0} blir brukt av brukaren {1}. Handlinga "Lagra som" avbroten.
-menu_extras = Verkt\u00F8y
-menu_file_import = Import
-menu_filter = Filter[translate me]
-menu_format = Format
-menu_insert = Set inn
-menu_navigate = Navigasjon
-menu_view = Vising
-mindmap = Kart
-mindmaps = Kart
-mindmaps_desc = Kart (*.mm)
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Modus er ikkje tilgjengeleg
-mode_status = Modus er endra til {0}-modus
-mode_title = Freeplane - {0}-modus
-modes = Modusar
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Siste filer
-MoveToRootAction.text = Flytt til rot
-NavigationNextMapAction.text = Nytt kart
-NavigationPreviousMapAction.text = Tidlegare kart
-new_mindmap = Nytt tankekart
-new_node = Ny node
-new_node_as_sibling_not_possible_for_the_root = Rota kan ikkje ha s\u00F8skennodar
-NewChildAction.text = Ny barnenode
-NewMapAction.text = Nytt
-NewParentNode.text = Ny foreldrenode
-NewParentNode.tooltip = <html>Alle valde er sende til til ein ny forelder.</html>
-NewPreviousSiblingAction.text = Ny tidlegare s\u00F8skennode
-NewSiblingAction.text = Ny s\u00F8skennode
-no = Nei
-no_format_copy_before_format_paste = Du m\u00E5 f\u00F8rst kopiera formatet f\u00F8r du kan lima det inn.
-no_found_from = Ingen "{0}" funnen i "{1}".
-no_more_found_from = Ingen fleire "{0}" funnen i "{1}".
-no_previous_find = Ingen tidlegare treff.
-node = Node
-node_changed_discard_changes = Du har endra noden. Vil du sj\u00E5 vekk fr\u00E5 endringane?
-NodeBackgroundColorAction.text = Bakgrunnsfarge node ...
-NodeColorAction.text = Nodefarge ...
-NodeColorBlendAction.text = Bland farge
-NodeDownAction.text = Node ned
-NodeListAction.text = Vis karthistorikk ...
-NodeListAction.tooltip = Vis alle nodar med opprettings-/endringsdatoane.
-NodeShapeAction.bubble.text = Boble
-NodeShapeAction.fork.text = Forgreining
-NodeUpAction.text = Node opp
-nonboldify_branch = Ikkje feit
-nonitalicise_branch = Ikkje kursiv
-normal = Normal
-not_saved_for_link_error = Kartet m\u00E5 lagrast f\u00F8r filveljaren kan laga ein peikar
-ok = OK
-OKAction.text = OK
-OpenAction.text = Opna ...
-option_changes_may_require_restart = Du m\u00E5 sannsynlegvis starta Freeplane p\u00E5 nytt f\u00F8r endringane verkar.
-OptionPanel.absolute = Absolutt
-OptionPanel.antialias = Kantutjamning
-OptionPanel.antialias.tooltip = <html>Bestemmer kvaliteten til kartet. Meir kantutjamning krev meir tid.</html>
-OptionPanel.antialias_all = Kantutjamning p\u00E5 alt
-OptionPanel.antialias_edges = Kantutjamning (berre p\u00E5 kantar)
-OptionPanel.antialias_none = Inga kantutjamning
-OptionPanel.Appearance = Utsj\u00E5nad
-OptionPanel.as_parent = Som forelder
-OptionPanel.automatic = Automatisk
-OptionPanel.automaticFormat_level1 = Root Node Format[translate me]
-OptionPanel.Behaviour = Oppf\u00F8rsel
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Boble
-OptionPanel.Cancel = Avbryt
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Kombinert
-OptionPanel.cs = CS
-OptionPanel.da = DK
-OptionPanel.de = DE
-OptionPanel.default = Sgtandard
-OptionPanel.default_browser_command_mac = Standard nettlesarkommando (Mac)
-OptionPanel.default_browser_command_mac.tooltip = <html> og MAC: (takk til Nick!)</html>
-OptionPanel.default_browser_command_other_os = Standard nettlesarkommando (andre operativsystem)
-OptionPanel.default_browser_command_other_os.tooltip = <html> Dette gjeld typisk for Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Standard nettlesarkommando (Windows 9x)
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>For Windows (""-teikna er n\u00F8dvendige for peikarar som har "=" i adressa deira).</html>
-OptionPanel.default_browser_command_windows_nt = Standard nettlesarkommando (Windows NT-familien)
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>For Windows (""-teikna er n\u00F8dvendige for peikarar som har "=" i adressa deira).</html>
-OptionPanel.Defaults = Standardverdiar
-OptionPanel.delete_automatic_saves_at_exit = Sl\u00E5 av automatisk lagring ved avslutning
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Dersom du vil at filene skal slettast automatisk n\u00E5r Freeplane lukkast m\u00E5 du setja f\u00F8lgjande variabel til \u00E5 vera "sann"</html>
-OptionPanel.disable_cursor_move_paper = Sl\u00E5 av peikar under flytting
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Vis ikkje 'move'-peikaren under flytting</html>
-OptionPanel.display_node_id = Display node ID[translate me]
-OptionPanel.el__enter_confirms_by_default = Retur-tasten stadfestar (standardverdi)
-OptionPanel.el__max_default_window_height = Maksimum standard vindaugsh\u00F8gd
-OptionPanel.el__max_default_window_width = Maksimum standard vindaugsbreidd
-OptionPanel.el__min_default_window_height = Minimum standard vindaugsh\u00F8gd
-OptionPanel.el__min_default_window_width = Minimum standard vindaugsbreidd
-OptionPanel.el__position_window_below_node = Posisjon vindauge under node
-OptionPanel.en = EN
-OptionPanel.Environment = Omgjevnad
-OptionPanel.es = ES
-OptionPanel.experimental_file_locking_on = Eksperimentell fill\u00E5sing
-OptionPanel.experimental_file_locking_on.tooltip = <html> Eksperimentell eigenskap</html>
-OptionPanel.export_icons_in_html = Eksporter ikon
-OptionPanel.export_icons_in_html.tooltip = <html> Fortel om HTML eksportert fr\u00E5 Freeplane skal innehalda ikon. Problemet er ofte at peikarane til ikona ikkje blir funnen i den eksporterte HTML.</html>
-OptionPanel.Files = Filer
-OptionPanel.first = F\u00F8rste
-OptionPanel.foldingsymbolwidth = Brettesymbolbreidd
-OptionPanel.foldingsymbolwidth.tooltip = <html>Breidda p\u00E5 brettemarkeringssymbolet</html>
-OptionPanel.fork = Gaffel
-OptionPanel.fr = FR
-OptionPanel.gtk = GTK
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Basert p\u00E5 overskrifter
-OptionPanel.html_export_fold_all = Brett saman alle
-OptionPanel.html_export_fold_currently_folded = Brett saman noverande bretta
-OptionPanel.html_export_folding = Bretting ved HTML-eksport
-OptionPanel.html_export_no_folding = Inga bretting
-OptionPanel.hu = HU
-OptionPanel.icon = ikon
-OptionPanel.it = IT
-OptionPanel.ja = JA
-OptionPanel.Keystrokes = Tastetrykk
-OptionPanel.ko = KR
-OptionPanel.language = Spr\u00E5k
-OptionPanel.language.tooltip = <html>Dette er spr\u00E5ket som b\u00F8r brukast i programmet. "Automatisk" pr\u00F8ver \u00E5 nytta same spr\u00E5k som noverande brukar.</html>
-OptionPanel.last = Siste
-OptionPanel.last_opened_list_length = Siste opna listelengd
-OptionPanel.linear = Line\u00E6r
-OptionPanel.links = Peikarar
-OptionPanel.links.tooltip = <html>L\u00E8t peikarane vera anten relative eller absolutte</html>
-OptionPanel.lookandfeel = Utsj\u00E5nad og verkem\u00E5te
-OptionPanel.lookandfeel.tooltip = <html>Kva for utsj\u00E5nad og verkem\u00E5te ein vil bruka. Ein kan nytta 'Metal','Windows','Motif' og 'GTK'. 'Mac' er berre tilgjengeleg der ein nyttar MacOS. Standard betyr at einbruker standard utsj\u00E5nad og verkem\u00E5te. \u00D8nskjer du \u00E5 leggja inn eit eige oppsett m\u00E5 du skriva inn klassenamnet her og sj\u00E5 til at tilh\u00F8rande jar-fil(er) blir lasta. Om det er eit problem med oppsette kan du velja "Ingenting". Fungerer med miniprogram.</html>
-OptionPanel.lt = LT
-OptionPanel.max_node_width = Maksimal nodebreidd
-OptionPanel.max_node_width.tooltip = <html>Standard maksimumsverdi for nodebreidda (i pikslar)</html>
-OptionPanel.metal = Metall
-OptionPanel.motif = Motif
-OptionPanel.nb = NO
-OptionPanel.nl = NL
-OptionPanel.nothing = Ingenting
-OptionPanel.number_of_different_files_for_automatic_save = Tal p\u00E5 filversjonar ved automatisk lagring
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> H\u00F8gste tal p\u00E5 filversjonar ved automatisk lagring er talet n. F\u00F8rste lagring skjer i den f\u00F8rste fila opptil n+1. D\u00E5 startar ein fr\u00E5 f\u00F8rste fil att (syklisk sekvens)</html>
-OptionPanel.OK = Lagra
-OptionPanel.org.freeplane.plugin.bugreport = Policy[translate me]
-OptionPanel.pl = PL
-OptionPanel.placenewbranches = Plasser ny grein
-OptionPanel.placenewbranches.tooltip = <html>Kor ein skal plassera nye greiner. Gyldige verdiar er 'f\u00F8rst' and 'sist' </html>
-OptionPanel.pt_BR = PT-BR
-OptionPanel.pt_PT = PT-PT
-OptionPanel.relative = Relativ
-OptionPanel.ru = RU
-OptionPanel.selection_method = Valmetode
-OptionPanel.selection_method.tooltip = <html> Med denne brytaren kan du sl\u00E5 av/p\u00E5 forseinka val. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
-OptionPanel.selection_method_by_click = Ved klikk
-OptionPanel.selection_method_delayed = Forseinka
-OptionPanel.selection_method_direct = Direkte
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = M\u00F8nster
-OptionPanel.separator.anti_alias = Kantutjamning
-OptionPanel.separator.attributes = atributt
-OptionPanel.separator.automatic_save = Automatisk lagring
-OptionPanel.separator.behaviour = Oppf\u00F8rsel
-OptionPanel.separator.browser = Nettlesar
-OptionPanel.separator.commands_for_the_program = Program
-OptionPanel.separator.default_colors = Standardfargar
-OptionPanel.separator.default_fonts = Standardskrifter
-OptionPanel.separator.default_styles = Standardstiler
-OptionPanel.separator.EdgeControls = Edges[translate me]
-OptionPanel.separator.edit_long_node_window = Endra langnodevindauge
-OptionPanel.separator.files = Filer
-OptionPanel.separator.html_export = HTML-eksport
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.hyperlink_types = Hyperlenkjetypar
-OptionPanel.separator.icon_properties = Ikon
-OptionPanel.separator.initial_map_size = Standard kartstorleik
-OptionPanel.separator.key_typing = Skriving
-OptionPanel.separator.language = Spr\u00E5k
-OptionPanel.separator.load = Load[translate me]
-OptionPanel.separator.look_and_feel = Utsj\u00E5nad og verkem\u00E5te
-OptionPanel.separator.new_node_commands = Ny node
-OptionPanel.separator.node_editing_commands = Noderedigering
-OptionPanel.separator.node_navigation_commands = Nodenavigering
-OptionPanel.separator.NodeFont = Node Font[translate me]
-OptionPanel.separator.other_defaults = Andre standarverdiar
-OptionPanel.separator.patterns = M\u00F8nster
-OptionPanel.separator.save = Lagra
-OptionPanel.separator.selection_method = Valmetode
-OptionPanel.separator.undo = Angra
-OptionPanel.sl = SL
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Standard bakgrunnsfarge
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standard bakgrunnsfarge (i HTML-notasjon) </html>
-OptionPanel.standardcloudcolor = Standard skyfarge
-OptionPanel.standardcloudcolor.tooltip = <html>Standard skyfarge (i HTML-notasjon) </html>
-OptionPanel.standardcloudestyle = Standard skystil
-OptionPanel.standardcloudestyle.tooltip = <html>Standard skystil. Ein kan berre bruka 'Bezier'</html>
-OptionPanel.standardlinkcolor = Standard peikarfarge
-OptionPanel.standardlinkcolor.tooltip = <html>Standard peikarfarge (i HTML-notasjon) </html>
-OptionPanel.standardlinkestyle = Standard peikarstil
-OptionPanel.standardlinkestyle.tooltip = <html>Standard peikarstil. Ein kan berre bruka 'Bezier'</html>
-OptionPanel.standardselectednodecolor = Standard vald nodefarge
-OptionPanel.standardselectednodecolor.tooltip = <html>Standard nodefarge om vald. Bruker HTML-format (#RRGGBB i heks-verdi) </html>
-OptionPanel.time_for_automatic_save = Tid mellom automatiske lagringar
-OptionPanel.time_for_automatic_save.tooltip = <html> tid mellom to automatiske lagringar (i ms): du sl\u00E5r av automatisk lagring ved \u00E5 f\u00F8ra inn talet 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tid f\u00F8r noden blir vald
-OptionPanel.time_for_delayed_selection.tooltip = <html> Tidsforseinking f\u00F8r noden blir vald n\u00E5r musepeikaren er over han (i ms). Endra denne verdien til "1" om du \u00F8nskjer \u00E5 velja noden direkte n\u00E5r musa kviler over han.</html>
-OptionPanel.undo_levels = Angreniv\u00E5
-OptionPanel.undo_levels.tooltip = <html>Bestemmer kor mange lagra handlingar som kan gjerast om via "Angra".</html>
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = ZH-CN
-OptionPanel.zh_TW = ZH
-org.freeplane.plugin.bugreport.agree = Send[translate me]
-PageAction.text = Sideinnstillingar ...
-PasteAction.text = Lim inn
-PatternToString.EdgeColor = Edge Color[translate me]
-PatternToString.EdgeStyle = Kantstil
-PatternToString.EdgeWidth = Kantbreidd
-PatternToString.FontBold = Feit
-PatternToString.Icon = ikon
-plugins/ScriptEditor/window.title = Script Editor[translate me]
-plugins/TimeList.xml_Created = Oppretta
-plugins/TimeList.xml_Date = Dato
-plugins/TimeList.xml_Icons = Ikon
-plugins/TimeList.xml_Modified = Endra
-plugins/TimeList.xml_Text = Tekst
-plugins/TimeManagement.xml_appendButton = Legg til dato p\u00E5 valde nodar
-plugins/TimeManagement.xml_Cancel = Avbryt
-plugins/TimeManagement.xml_cancelButton = Avbryt
-plugins/TimeManagement.xml_closeButton = lukk
-plugins/TimeManagement.xml_Goto = Goto[translate me]
-plugins/TimeManagement.xml_hour = Time:
-plugins/TimeManagement.xml_minute = Minutt:
-plugins/TimeManagement.xml_reminderButton = Varsla denne datoen
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>N\u00E5r trykt ned vil nedteljinga g\u00E5 til den gjevne datoen. Blinkande ikon vil d\u00E5 varsla.<br> Lukker du kartet vil teljarane setjast i gang att neste gong du opnar det.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>For tida kan det berre vera eitt varsel per node. <br>Noverande varsel er planlagt til {0,date} {0,time}, valet ditt var {1,date} {1,time}. <br><br>\u00D8nskjer du \u00E5 endra varseltida til noden (JA) <br>eller vil du bruka den gamle (NEI)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Planlagt varsel {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Fjern varsel
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Fjern alle varsel knytte til dei valde nodane.
-plugins/TimeManagement.xml_todayButton = I dag
-plugins/TimeManagement.xml_WindowTitle = Tidsstyring
-preferences = Innstillingar
-PrintAction.text = Skriv ut ...
-PrintDirectAction.text = Skriv ut
-printing_settings = Utskriftskalering
-PropertyAction.text = Innstillingar ...
-QuitAction.text = Avslutt
-read_only = Berre lesing
-RedoAction.text = Gjer om att
-RedoFilterAction.text = Gjer om att
-ReminderHookAction.text = Fjern varsel
-ReminderHookAction.tooltip = Fjerna varsel fr\u00E5 ein node
-RemoveAllIconsAction.text = Fjern alle ikon
-RemoveIconAction.text = Fjern siste ikon
-repair_link = Reparer peikar
-repair_link_question = Klarte ikkje \u00E5 lasta det lenkja kartet. Vil du reparera peikaren manuelt?
-ResetNodeLocationAction.text = Nullstill posisjon
-save_failed = Klarte ikkje \u00E5 lagra kartet {0}.
-save_unsaved = Lagra tankekartet?:
-SaveAction.text = Lagra
-SaveAsAction.text = Lagra som ...
-saved = Lagra
-scheme_evaluate = Evaluer!
-select_favorites_folder = Vel mappa der favorittane dine er
-select_folder_for_importing = Vel mappa du vil importera
-SelectAllAction.text = Vel alle synlege
-SelectBranchAction.text = Vis synleg grein
-selection_method_by_click = Klikk \u00E9in gong for \u00E5 velja
-selection_method_delayed = Forseinka automatisk val
-selection_method_direct = Peik for \u00E5 velja
-SetImageByFileChooserAction.text = Bilete (filveljaren eller peikar) ...
-SetLinkByFileChooserAction.text = Hyperlenkje (filveljaren) ...
-SetLinkByTextFieldAction.text = Hyperlenkje (tekstfelt) ...
-SetNoteWindowPosition.bottom.text = Bottom[translate me]
-ShowAncestorsAction.text = vis fordre
-ShowFilterToolbarAction.text = Filter Toolbar[translate me]
-simplyhtml.borderWidthLabel = Breidd
-simplyhtml.cancelBtnName = Avbryt
-simplyhtml.cellMarginTabLabel = Margin[translate me]
-simplyhtml.close = lukk
-simplyhtml.closeBtnName = lukk
-simplyhtml.copyLabel = Kopier
-simplyhtml.cTagNameLink = Link[translate me]
-simplyhtml.cutLabel = Klypp ut
-simplyhtml.editLabel = endra
-simplyhtml.fontBoldLabel = Feit
-simplyhtml.fontDialogTitle = Format Font[translate me]
-simplyhtml.fontItalicLabel = Kursiv
-simplyhtml.fontTabLabel = Skrifttype
-simplyhtml.fontUnderlineLabel = Strek under
-simplyhtml.formatLabel = Format[translate me]
-simplyhtml.helpLabel = Hjelp
-simplyhtml.listIndentTitle = Indent\:[translate me]
-simplyhtml.listTypeLabel = Type\:[translate me]
-simplyhtml.listTypeNone = none[translate me]
-simplyhtml.noLineLabel = none[translate me]
-simplyhtml.okBtnName = OK
-simplyhtml.pasteLabel = Lim inn
-simplyhtml.redoLabel = Gjer om att
-simplyhtml.replaceAll = Alle
-simplyhtml.replaceNo = Nei
-simplyhtml.replaceYes = Ja
-simplyhtml.standardStyleName = standard[translate me]
-simplyhtml.styleLabel = Stil
-simplyhtml.textIndentLabel = Indent\:[translate me]
-simplyhtml.topLabel = top\:[translate me]
-simplyhtml.uLineLabel = Strek under
-simplyhtml.undoLabel = Angra
-simplyhtml.valignBaseline = baseline[translate me]
-split = Splitt
-SplitNode.text = Split Node[translate me]
-style = Stil
-svg = SVG[translate me]
-TimeListAction.text = Vis tidsplanleggarlista ...
-TimeListAction.tooltip = Vis alle planlagte tider og tilh\u00F8rande noder.
-TimeManagementAction.text = Vis kalender ...
-TimeManagementAction.tooltip = <html>Viser kalendermodulen til Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Barn brett saman/brett ut
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Samanbretta av/p\u00E5
-ToggleLeftToolbarAction.text = Venstre verkt\u00F8ylinje av/p\u00E5
-ToggleMenubarAction.text = Menylinja av/p\u00E5
-ToggleToolbarAction.text = Verkt\u00F8ylinja av/p\u00E5
-undefined_error = Det oppstod ein uventa feil. Pr\u00F8v \u00E5 laga ein feilrapport.
-underline = Strek under
-underlined = Undertreka
-UndoAction.text = Angra
-UndoFilterAction.text = Angra
-unfold = Brett ut
-UnfoldAllAction.text = Brett ut alle
-UnfoldAllAction.tooltip = <html>Bretter ut alle valde nodar og alle barna deira.</html>
-UnfoldOneLevelAction.text = Brett ut eitt niv\u00E5
-UnfoldOneLevelAction.tooltip = <html>Bretter ut dei valde nodane med eitt niv\u00E5.</html>
-url_error = Ugyldig adresse (URL)
-url_load_error = Klarte ikkje \u00E5 lasta kartet fr\u00E5 adressa:
-user_defined_zoom = Brukarstyrt.
-user_defined_zoom_status_bar = Endrar skaleringa til den brukarstyrte verdien {0}%.
-user_zoom = Skaleringsfaktor for utskrift (0.0 - 2.0):
-width = Breidd
-yes = Ja
-ZoomInAction.text = Gjer st\u00F8rre
-ZoomOutAction.text = Gjer mindre
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/EncryptNode.properties_0=Vel passord for kryptert node
+accessories/plugins/EncryptNode.properties_1=Passorda er ikkje like eller for korte.
+accessories/plugins/EncryptNode.properties_2=Skriv inn passordet:
+accessories/plugins/EncryptNode.properties_3=Skriv inn passordet p\u00E5 nytt:
+accessories/plugins/EncryptNode.properties_4=Skriv inn passordet ditt.
+accessories/plugins/EncryptNode.properties_5=<html>Hugs at krypteringsstyrken<br> er s\u00E5 godt som heilt avhengig av kvaliteten p\u00E5 passordet
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Avbryt
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Du kan berre endra krypteringsstatusen til krypterte nodar. Du bruker verkt\u00F8ymenyen for \u00E5 setja inn ein slik nodetype.
+accessories/plugins/EncryptNode.properties_select_me=Vel meg for \u00E5 halde fram!
+accessories/plugins/EncryptNode.properties_wrong_password=Feil passord.
+accessories/plugins/ExportWithXSLT.tooltip=Dette er ein sams eksportmetode som nyttar XSLT-skript.
+accessories/plugins/ExportWithXSLT_HTML.text=Som XHTML (JavaScript-versjon) ...
+accessories/plugins/ExportWithXSLT_HTML3.text=Som XHTML (kartbilete med peikarar)...
+add=legg til
+AddLocalLinkAction.text=Legg til lokal hyperlenkje
+antialias_all=Kantutjamning p\u00E5 alt
+antialias_edges=Kantutjamning (berre p\u00E5 kantar)
+antialias_none=Ingen kantutjamning
+as_parent=Som forelder
+attributes_attribute=atributt
+attributes_close=lukk
+attributes_deselect_all=Ingenting
+attributes_edit=endra
+attributes_import=Import[translate me]
+attributes_popup_edit=endra
+attributes_refresh=frisk opp att
+attributes_select_all=Alle
+attributes_visible=synleg
+attributes_visible_tooltip=synleg
+AutomaticLayoutAction.text=Automatisk utforming
+AutomaticLayoutAction.tooltip=<html>Ordnar kartutforminga. <br>F\u00F8rste niv\u00E5 er svart, det andre er bl\u00E5tt, osv.</html>
+BackAction.text=Tilbake
+background=Bakgrunn
+BlinkingNodeHookAction.text=Blinkande node
+BlinkingNodeHookAction.tooltip=<html>Dette gjer at noden blinkar, men ver varsam. Knyt det ikkje til mange nodar og <strong> ikkje saman med andre automatiske formatteringar av den same noden.</strong></html>
+BoldAction.text=Feit
+boldify_branch=Gjer feit
+branch=Grein
+cancel=Avbryt
+CancelAction.text=Avbryt
+cannot_add_parent_diff_parents=All nodar m\u00E5 ha same forelder for \u00E5 kunne bruka denne funksjonen.
+cannot_add_parent_to_root=Rotnoden kan ikkje leggjast til ein ny forelder.
+cannot_join_nodes_with_children=Klarer ikkje \u00E5 kopla nodar med undernodar
+cannot_move_to_child=Kan ikkje flytta ein node til eit underordna niv\u00E5.
+CenterAction.text=Midtstill
+ChangeConnectorArrowsAction.backward.text=Tilbake
+ChangeConnectorArrowsAction.forward.text=Fram
+choose_background_color=Vel bakgrunnsfarge:
+choose_cloud_color=Vel skyfarge:
+choose_edge_color=Vel kantfarge
+choose_node_background_color=Vel bakgrunnsfarge for noden:
+choose_node_color=Vel nodefarge:
+CloseAction.text=Lukk
+CloudAction.text=Sky
+CloudColorAction.text=Skyfarge ...
+ColorProperty.ResetColor=Nullstill farge
+combined=Kombinert
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=Kopier
+CopySingleAction.text=Kopier \u00E9in
+CreationModificationPluginAction.text=Vis endringstidene
+CreationModificationPluginAction.tooltip=<html>Denne funksjonen held orden p\u00E5 opprettings- og endringstidene til noden.</html>
+CutAction.text=Klypp ut
+decrease_branch_font_size=Mindre skrift
+DecreaseNodeFontAction.text=Mindre skrift
+delete=slett
+delete_child=Slett node
+DeleteAction.text=Fjern node
+DocumentationAction.text=Dokumentasjon
+edge=Kant
+edge_style=Kantstil
+edge_width=Kantbreidd
+EdgeColorAction.text=Kantfarge ...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.linear.text=Linjeforma
+EdgeStyleAction.sharp_bezier.text=Bratt Bezier
+EdgeStyleAction.sharp_linear.text=Bratt line\u00E6r
+EdgeStyleAsParentAction.text=Som forelder
+EdgeWidthAction_width_parent.text=Forelder
+EdgeWidthAction_width_thin.text=Tynn
+edit=Endra
+edit.decision=HTML Editor[translate me]
+edit_link_manually=Endra hyperlenkje manuelt ...
+EditAction.text=Endra node
+EditFilterAction.text=endra
+EditLongAction.text=Endra langnode ...
+EncryptedMap.text=Lag kryptert kart ...
+EncryptedMap.tooltip=Lag eit nytt krypter kart
+enter_base_url=Eg vil lima inn relative peikarar. Skriv inn grunnadressa (URL).
+enter_confirms=Enter stadfestar
+EnterPassword.text=Sl\u00E5 av/p\u00E5 kryptert/ukryptert
+error_creating_directory=Klarer ikkje laga eksportkatalog.
+export_pdf_text=Portabelt dokumentformat (PDF)
+export_svg_text=Skalerbar vektorgrafikk (SVG)
+ExportAction.text=Eksport
+ExportBranchToHTMLAction.text=Grein som HTML
+ExportPdf.text=Som PDF ...
+ExportSvg.text=Som SVG ...
+ExportToHTMLAction.text=Som HTML
+ExportToImage.jpg.text=Som JPEG ...
+ExportToImage.png.text=Som PNG ...
+ExportToOoWriter.text=Som Open Office Writer-dokument ...
+ExportToOoWriter.tooltip=Samanbretta noder viser strukturen, utbretta noder viser innhaldet i dokumentet.
+extension_menu=Fysisk stil
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=SOS - Sp\u00F8rsm\u00E5l og svar (FAQ)
+file=Fil
+file_already_exists=Fila {0} finst allereie. Vil du skriva over ho?
+file_not_found=Fann ikkje fila {0}
+filter=filter
+filter_add=legg til
+filter_and=og
+filter_contains=inneheld
+filter_delete=slett
+filter_does_not_exist=finst ikkje
+filter_enter_value=Skriv inn verdi
+filter_exist=finst
+filter_icon=ikon
+filter_is_equal_to=er lik med
+filter_is_not_equal_to=er ulik med
+filter_node=nodetekst
+filter_not=ikkje
+filter_or=eller
+filter_select=vel
+find_what=Finna kva
+FindAction.text=S\u00F8k ...
+fit_map_to_page=Skaler til \u00E9i side
+FitToPage.text=Skaler til \u00E5 passa til sida
+FitToPage.tooltip=Skaler slik at heile kartet passar til det noverande vindauget.
+fold=Brett saman
+FoldAllAction.text=Brett saman alle
+FoldAllAction.tooltip=<html>Bretter saman alle valde nodar og alle barna deira.</html>
+FoldOneLevelAction.text=Brett saman eitt niv\u00E5
+FoldOneLevelAction.tooltip=<html>Bretter saman dei valde nodane med eitt niv\u00E5.</html>
+font=Skrifttype
+FontFamilyAction.text=skrifttypefamilie
+FontSizeAction.text=skriftstorleik
+format_menu_edge_styles=Linjestilar
+format_menu_edge_widths=Linjebreidder
+FormatCopy.text=Kopiformat
+FormatCopy.tooltip=<html>Kopierer nodeformatet.</html>
+FormatPaste.text=Limformat
+FormatPaste.tooltip=<html>Limer inn nodeformatet.</html>
+ForwardAction.text=Fram
+freeplane_reverted=Freeplane_endra tilbake_
+FreeplaneHelpStarter.text=Hjelp ...
+FreeplaneHelpStarter.tooltip=Freeplane utvida hjelp
+GotoLinkNodeAction.text=G\u00E5 til-lenkje
+GrabKeyDialog.common.cancel=Avbryt
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Bunden til
+GrabKeyDialog.grab-key.assigned-to.none=Enno ikkje bunden
+GrabKeyDialog.grab-key.clear=Nullstill
+GrabKeyDialog.grab-key.remove=Fjern
+GrabKeyDialog.grab-key.remove-ask=Er du sikker p\u00E5 at du fjerna tasten?
+GrabKeyDialog.grab-key.title=Legg til ny tast
+help=Hjelp
+HierarchicalIconsAction.text=Vis ikon hierarkisk
+HierarchicalIconsAction.tooltip=Dersom nokre av (barne)barna mine har eit ikon vil eg visa det i lite format \u00F2g.
+html_export_based_on_headings=HTML-eksport - basert p\u00E5 overskrifter
+html_export_fold_all=HTML-eksport - brett saman alt
+html_export_fold_currently_folded=HTML-eksport - som noverande samanbretting
+html_export_no_folding=HTML-eksport - inga samanbretting
+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_attach=Sj\u00E5 her
+icon_back=Tilbake
+icon_bee=Freeplane[translate me]
+icon_bell=Hugs
+icon_bookmark=Flott
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Ikkje OK
+icon_button_ok=OK
+icon_calendar=Dato
+icon_clanbomber=Farleg
+icon_desktop_new=Gl\u00F8ym ikke
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=Flagg
+icon_flag-black=Black Flag[translate me]
+icon_flag-blue=Blue Flag[translate me]
+icon_flag-green=Green Flag[translate me]
+icon_flag-orange=Orange Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_flag-yellow=Yellow Flag[translate me]
+icon_forward=Fram
+icon_freemind_butterfly=FreeMind[translate me]
+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_gohome=Heim
+icon_help=Sp\u00F8rsm\u00E5l
+icon_idea=Id\u00E9
+icon_info=Info[translate me]
+icon_kaddressbook=Telefon
+icon_knotify=Musikk
+icon_korn=Postkasse
+icon_ksmiletris=Eg er glad
+icon_licq=Kjekt
+icon_Mail=Post
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=Ikon
+icon_messagebox_warning=Viktig
+icon_password=N\u00F8kkel
+icon_pencil=For gjennomg\u00E5ing
+icon_penguin=Linux
+icon_smiley-angry=Angry[translate me]
+icon_stop=Stopp
+icon_wizard=Magi
+icon_xmag=Skal diskuterast
+icon_yes=Viktig
+IconGroupPopupAction.office.text=Office[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Vel ikon ...
+IconSelectionPlugin.tooltip=<html>Her kan du bruka eit undervindauge til \u00E5 velja eit ikon.</html>
+import=Importer
+import_linked_branch_no_link=Den valde noden har ingen peikar \u00E5 importera fr\u00E5.
+ImportAction.text=Import[translate me]
+ImportBranchAction.text=Grein ...
+ImportExplorerFavoritesAction.text=IE-favorittar ...
+ImportFolderStructureAction.text=Mappetre ...
+ImportLinkedBranchAction.text=Lenka grein
+ImportLinkedBranchWithoutRootAction.text=(Lenka grein) utan rota ...
+ImportMindmanagerFiles.text=MindManager X5-kart ...
+increase_branch_font_size=St\u00F8rre skrift
+IncreaseNodeFontAction.text=St\u00F8rre skrift
+ItalicAction.text=Kursiv
+italicise_branch=Kursiver
+JoinNodesAction.text=Sl\u00E5 saman nodar
+less_than_two_selected_nodes=Du m\u00E5 velja minst to nodar for \u00E5 laga peikarar.
+link_not_available_any_more=Peikaren er ikkje lenger gyldig. Noden er blitt sletta.
+load=Load[translate me]
+locking_failed_by_open=Klarte ikkje \u00E5 l\u00E5sa kartet {0}. Blir opna som skrivebeskytta.
+locking_failed_by_save_as=Klarte ikkje \u00E5 l\u00E5sa kartet {0}. Handlinga "Lagra som" avbroten.
+locking_old_lock_removed=Kartet {0} var l\u00E5st av brukaren {1}. L\u00E5singa blei oppheva d\u00E5 han var for gammal.
+long_node_changed_cancel=Du har endra noden. Vil du sj\u00E5 vekk fr\u00E5 endringane?
+lots_of_links_warning=Du er p\u00E5 veg til \u00E5 laga mange peikarar til same node. Vil du verkeleg gjera dette?
+map_already_exists=Kartet finst allereie. Vil du skriva over det?
+map_corrupted=\u00D8ydelagt kart. Vil du sj\u00E5 detaljar?
+map_locked_by_open=Kartet {0} blir brukt av brukaren {1}. Blir opna som skrivebeskytta.
+map_locked_by_save_as=Kartet {0} blir brukt av brukaren {1}. Handlinga "Lagra som" avbroten.
+menu_extras=Verkt\u00F8y
+menu_file_import=Import
+menu_filter=Filter[translate me]
+menu_format=Format
+menu_insert=Set inn
+menu_navigate=Navigasjon
+menu_view=Vising
+mindmap=Kart
+mindmaps=Kart
+mindmaps_desc=Kart (*.mm)
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Modus er ikkje tilgjengeleg
+mode_status=Modus er endra til {0}-modus
+mode_title=Freeplane - {0}-modus
+modes=Modusar
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Siste filer
+MoveToRootAction.text=Flytt til rot
+NavigationNextMapAction.text=Nytt kart
+NavigationPreviousMapAction.text=Tidlegare kart
+new_mindmap=Nytt tankekart
+new_node=Ny node
+new_node_as_sibling_not_possible_for_the_root=Rota kan ikkje ha s\u00F8skennodar
+NewChildAction.text=Ny barnenode
+NewMapAction.text=Nytt
+NewParentNode.text=Ny foreldrenode
+NewParentNode.tooltip=<html>Alle valde er sende til til ein ny forelder.</html>
+NewPreviousSiblingAction.text=Ny tidlegare s\u00F8skennode
+NewSiblingAction.text=Ny s\u00F8skennode
+no=Nei
+no_format_copy_before_format_paste=Du m\u00E5 f\u00F8rst kopiera formatet f\u00F8r du kan lima det inn.
+no_found_from=Ingen "{0}" funnen i "{1}".
+no_more_found_from=Ingen fleire "{0}" funnen i "{1}".
+no_previous_find=Ingen tidlegare treff.
+node=Node
+node_changed_discard_changes=Du har endra noden. Vil du sj\u00E5 vekk fr\u00E5 endringane?
+NodeBackgroundColorAction.text=Bakgrunnsfarge node ...
+NodeColorAction.text=Nodefarge ...
+NodeColorBlendAction.text=Bland farge
+NodeDownAction.text=Node ned
+NodeListAction.text=Vis karthistorikk ...
+NodeListAction.tooltip=Vis alle nodar med opprettings-/endringsdatoane.
+NodeShapeAction.bubble.text=Boble
+NodeShapeAction.fork.text=Forgreining
+NodeUpAction.text=Node opp
+nonboldify_branch=Ikkje feit
+nonitalicise_branch=Ikkje kursiv
+normal=Normal
+not_saved_for_link_error=Kartet m\u00E5 lagrast f\u00F8r filveljaren kan laga ein peikar
+ok=OK
+OKAction.text=OK
+OpenAction.text=Opna ...
+option_changes_may_require_restart=Du m\u00E5 sannsynlegvis starta Freeplane p\u00E5 nytt f\u00F8r endringane verkar.
+OptionPanel.absolute=Absolutt
+OptionPanel.antialias=Kantutjamning
+OptionPanel.antialias.tooltip=<html>Bestemmer kvaliteten til kartet. Meir kantutjamning krev meir tid.</html>
+OptionPanel.antialias_all=Kantutjamning p\u00E5 alt
+OptionPanel.antialias_edges=Kantutjamning (berre p\u00E5 kantar)
+OptionPanel.antialias_none=Inga kantutjamning
+OptionPanel.Appearance=Utsj\u00E5nad
+OptionPanel.as_parent=Som forelder
+OptionPanel.automatic=Automatisk
+OptionPanel.automaticFormat_level1=Root Node Format[translate me]
+OptionPanel.Behaviour=Oppf\u00F8rsel
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Boble
+OptionPanel.Cancel=Avbryt
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Kombinert
+OptionPanel.cs=CS
+OptionPanel.da=DK
+OptionPanel.de=DE
+OptionPanel.default=Sgtandard
+OptionPanel.default_browser_command_mac=Standard nettlesarkommando (Mac)
+OptionPanel.default_browser_command_mac.tooltip=<html> og MAC: (takk til Nick!)</html>
+OptionPanel.default_browser_command_other_os=Standard nettlesarkommando (andre operativsystem)
+OptionPanel.default_browser_command_other_os.tooltip=<html> Dette gjeld typisk for Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Standard nettlesarkommando (Windows 9x)
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows (""-teikna er n\u00F8dvendige for peikarar som har "=" i adressa deira).</html>
+OptionPanel.default_browser_command_windows_nt=Standard nettlesarkommando (Windows NT-familien)
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows (""-teikna er n\u00F8dvendige for peikarar som har "=" i adressa deira).</html>
+OptionPanel.Defaults=Standardverdiar
+OptionPanel.delete_automatic_saves_at_exit=Sl\u00E5 av automatisk lagring ved avslutning
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Dersom du vil at filene skal slettast automatisk n\u00E5r Freeplane lukkast m\u00E5 du setja f\u00F8lgjande variabel til \u00E5 vera "sann"</html>
+OptionPanel.disable_cursor_move_paper=Sl\u00E5 av peikar under flytting
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Vis ikkje 'move'-peikaren under flytting</html>
+OptionPanel.display_node_id=Display node ID[translate me]
+OptionPanel.el__enter_confirms_by_default=Retur-tasten stadfestar (standardverdi)
+OptionPanel.el__max_default_window_height=Maksimum standard vindaugsh\u00F8gd
+OptionPanel.el__max_default_window_width=Maksimum standard vindaugsbreidd
+OptionPanel.el__min_default_window_height=Minimum standard vindaugsh\u00F8gd
+OptionPanel.el__min_default_window_width=Minimum standard vindaugsbreidd
+OptionPanel.el__position_window_below_node=Posisjon vindauge under node
+OptionPanel.en=EN
+OptionPanel.Environment=Omgjevnad
+OptionPanel.es=ES
+OptionPanel.experimental_file_locking_on=Eksperimentell fill\u00E5sing
+OptionPanel.experimental_file_locking_on.tooltip=<html> Eksperimentell eigenskap</html>
+OptionPanel.export_icons_in_html=Eksporter ikon
+OptionPanel.export_icons_in_html.tooltip=<html> Fortel om HTML eksportert fr\u00E5 Freeplane skal innehalda ikon. Problemet er ofte at peikarane til ikona ikkje blir funnen i den eksporterte HTML.</html>
+OptionPanel.Files=Filer
+OptionPanel.first=F\u00F8rste
+OptionPanel.foldingsymbolwidth=Brettesymbolbreidd
+OptionPanel.foldingsymbolwidth.tooltip=<html>Breidda p\u00E5 brettemarkeringssymbolet</html>
+OptionPanel.fork=Gaffel
+OptionPanel.fr=FR
+OptionPanel.gtk=GTK
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Basert p\u00E5 overskrifter
+OptionPanel.html_export_fold_all=Brett saman alle
+OptionPanel.html_export_fold_currently_folded=Brett saman noverande bretta
+OptionPanel.html_export_folding=Bretting ved HTML-eksport
+OptionPanel.html_export_no_folding=Inga bretting
+OptionPanel.hu=HU
+OptionPanel.icon=ikon
+OptionPanel.it=IT
+OptionPanel.ja=JA
+OptionPanel.Keystrokes=Tastetrykk
+OptionPanel.ko=KR
+OptionPanel.language=Spr\u00E5k
+OptionPanel.language.tooltip=<html>Dette er spr\u00E5ket som b\u00F8r brukast i programmet. "Automatisk" pr\u00F8ver \u00E5 nytta same spr\u00E5k som noverande brukar.</html>
+OptionPanel.last=Siste
+OptionPanel.last_opened_list_length=Siste opna listelengd
+OptionPanel.linear=Line\u00E6r
+OptionPanel.links=Peikarar
+OptionPanel.links.tooltip=<html>L\u00E8t peikarane vera anten relative eller absolutte</html>
+OptionPanel.lookandfeel=Utsj\u00E5nad og verkem\u00E5te
+OptionPanel.lookandfeel.tooltip=<html>Kva for utsj\u00E5nad og verkem\u00E5te ein vil bruka. Ein kan nytta 'Metal','Windows','Motif' og 'GTK'. 'Mac' er berre tilgjengeleg der ein nyttar MacOS. Standard betyr at einbruker standard utsj\u00E5nad og verkem\u00E5te. \u00D8nskjer du \u00E5 leggja inn eit eige oppsett m\u00E5 du skriva inn klassenamnet her og sj\u00E5 til at tilh\u00F8rande jar-fil(er) blir lasta. Om det er eit problem med oppsette kan du velja "Ingenting". Fungerer med miniprogram.</html>
+OptionPanel.lt=LT
+OptionPanel.max_node_width=Maksimal nodebreidd
+OptionPanel.max_node_width.tooltip=<html>Standard maksimumsverdi for nodebreidda (i pikslar)</html>
+OptionPanel.metal=Metall
+OptionPanel.motif=Motif
+OptionPanel.nb=NO
+OptionPanel.nl=NL
+OptionPanel.nothing=Ingenting
+OptionPanel.number_of_different_files_for_automatic_save=Tal p\u00E5 filversjonar ved automatisk lagring
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> H\u00F8gste tal p\u00E5 filversjonar ved automatisk lagring er talet n. F\u00F8rste lagring skjer i den f\u00F8rste fila opptil n+1. D\u00E5 startar ein fr\u00E5 f\u00F8rste fil att (syklisk sekvens)</html>
+OptionPanel.OK=Lagra
+OptionPanel.org.freeplane.plugin.bugreport=Policy[translate me]
+OptionPanel.pl=PL
+OptionPanel.placenewbranches=Plasser ny grein
+OptionPanel.placenewbranches.tooltip=<html>Kor ein skal plassera nye greiner. Gyldige verdiar er 'f\u00F8rst' and 'sist' </html>
+OptionPanel.pt_BR=PT-BR
+OptionPanel.pt_PT=PT-PT
+OptionPanel.relative=Relativ
+OptionPanel.ru=RU
+OptionPanel.selection_method=Valmetode
+OptionPanel.selection_method.tooltip=<html> Med denne brytaren kan du sl\u00E5 av/p\u00E5 forseinka val. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
+OptionPanel.selection_method_by_click=Ved klikk
+OptionPanel.selection_method_delayed=Forseinka
+OptionPanel.selection_method_direct=Direkte
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=M\u00F8nster
+OptionPanel.separator.anti_alias=Kantutjamning
+OptionPanel.separator.attributes=atributt
+OptionPanel.separator.automatic_save=Automatisk lagring
+OptionPanel.separator.behaviour=Oppf\u00F8rsel
+OptionPanel.separator.browser=Nettlesar
+OptionPanel.separator.commands_for_the_program=Program
+OptionPanel.separator.default_colors=Standardfargar
+OptionPanel.separator.default_fonts=Standardskrifter
+OptionPanel.separator.default_styles=Standardstiler
+OptionPanel.separator.EdgeControls=Edges[translate me]
+OptionPanel.separator.edit_long_node_window=Endra langnodevindauge
+OptionPanel.separator.files=Filer
+OptionPanel.separator.html_export=HTML-eksport
+OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.hyperlink_types=Hyperlenkjetypar
+OptionPanel.separator.icon_properties=Ikon
+OptionPanel.separator.initial_map_size=Standard kartstorleik
+OptionPanel.separator.key_typing=Skriving
+OptionPanel.separator.language=Spr\u00E5k
+OptionPanel.separator.load=Load[translate me]
+OptionPanel.separator.look_and_feel=Utsj\u00E5nad og verkem\u00E5te
+OptionPanel.separator.new_node_commands=Ny node
+OptionPanel.separator.node_editing_commands=Noderedigering
+OptionPanel.separator.node_navigation_commands=Nodenavigering
+OptionPanel.separator.NodeFont=Node Font[translate me]
+OptionPanel.separator.other_defaults=Andre standarverdiar
+OptionPanel.separator.patterns=M\u00F8nster
+OptionPanel.separator.save=Lagra
+OptionPanel.separator.selection_method=Valmetode
+OptionPanel.separator.undo=Angra
+OptionPanel.sl=SL
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Standard bakgrunnsfarge
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standard bakgrunnsfarge (i HTML-notasjon) </html>
+OptionPanel.standardcloudcolor=Standard skyfarge
+OptionPanel.standardcloudcolor.tooltip=<html>Standard skyfarge (i HTML-notasjon) </html>
+OptionPanel.standardcloudestyle=Standard skystil
+OptionPanel.standardcloudestyle.tooltip=<html>Standard skystil. Ein kan berre bruka 'Bezier'</html>
+OptionPanel.standardlinkcolor=Standard peikarfarge
+OptionPanel.standardlinkcolor.tooltip=<html>Standard peikarfarge (i HTML-notasjon) </html>
+OptionPanel.standardlinkestyle=Standard peikarstil
+OptionPanel.standardlinkestyle.tooltip=<html>Standard peikarstil. Ein kan berre bruka 'Bezier'</html>
+OptionPanel.standardselectednodecolor=Standard vald nodefarge
+OptionPanel.standardselectednodecolor.tooltip=<html>Standard nodefarge om vald. Bruker HTML-format (#RRGGBB i heks-verdi) </html>
+OptionPanel.time_for_automatic_save=Tid mellom automatiske lagringar
+OptionPanel.time_for_automatic_save.tooltip=<html> tid mellom to automatiske lagringar (i ms): du sl\u00E5r av automatisk lagring ved \u00E5 f\u00F8ra inn talet 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tid f\u00F8r noden blir vald
+OptionPanel.time_for_delayed_selection.tooltip=<html> Tidsforseinking f\u00F8r noden blir vald n\u00E5r musepeikaren er over han (i ms). Endra denne verdien til "1" om du \u00F8nskjer \u00E5 velja noden direkte n\u00E5r musa kviler over han.</html>
+OptionPanel.undo_levels=Angreniv\u00E5
+OptionPanel.undo_levels.tooltip=<html>Bestemmer kor mange lagra handlingar som kan gjerast om via "Angra".</html>
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=ZH-CN
+OptionPanel.zh_TW=ZH
+org.freeplane.plugin.bugreport.agree=Send[translate me]
+PageAction.text=Sideinnstillingar ...
+PasteAction.text=Lim inn
+PatternToString.EdgeColor=Edge Color[translate me]
+PatternToString.EdgeStyle=Kantstil
+PatternToString.EdgeWidth=Kantbreidd
+PatternToString.FontBold=Feit
+PatternToString.Icon=ikon
+plugins/ScriptEditor/window.title=Script Editor[translate me]
+plugins/TimeList.xml_Created=Oppretta
+plugins/TimeList.xml_Date=Dato
+plugins/TimeList.xml_Icons=Ikon
+plugins/TimeList.xml_Modified=Endra
+plugins/TimeList.xml_Text=Tekst
+plugins/TimeManagement.xml_appendButton=Legg til dato p\u00E5 valde nodar
+plugins/TimeManagement.xml_Cancel=Avbryt
+plugins/TimeManagement.xml_cancelButton=Avbryt
+plugins/TimeManagement.xml_closeButton=lukk
+plugins/TimeManagement.xml_Goto=Goto[translate me]
+plugins/TimeManagement.xml_hour=Time:
+plugins/TimeManagement.xml_minute=Minutt:
+plugins/TimeManagement.xml_reminderButton=Varsla denne datoen
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>N\u00E5r trykt ned vil nedteljinga g\u00E5 til den gjevne datoen. Blinkande ikon vil d\u00E5 varsla.<br> Lukker du kartet vil teljarane setjast i gang att neste gong du opnar det.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>For tida kan det berre vera eitt varsel per node. <br>Noverande varsel er planlagt til {0,date} {0,time}, valet ditt var {1,date} {1,time}. <br><br>\u00D8nskjer du \u00E5 endra varseltida til noden (JA) <br>eller vil du bruka den gamle (NEI)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Planlagt varsel {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Fjern varsel
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Fjern alle varsel knytte til dei valde nodane.
+plugins/TimeManagement.xml_todayButton=I dag
+plugins/TimeManagement.xml_WindowTitle=Tidsstyring
+preferences=Innstillingar
+PrintAction.text=Skriv ut ...
+PrintDirectAction.text=Skriv ut
+printing_settings=Utskriftskalering
+PropertyAction.text=Innstillingar ...
+QuitAction.text=Avslutt
+read_only=Berre lesing
+RedoAction.text=Gjer om att
+RedoFilterAction.text=Gjer om att
+ReminderHookAction.text=Fjern varsel
+ReminderHookAction.tooltip=Fjerna varsel fr\u00E5 ein node
+RemoveAllIconsAction.text=Fjern alle ikon
+RemoveIconAction.text=Fjern siste ikon
+repair_link=Reparer peikar
+repair_link_question=Klarte ikkje \u00E5 lasta det lenkja kartet. Vil du reparera peikaren manuelt?
+ResetNodeLocationAction.text=Nullstill posisjon
+save_failed=Klarte ikkje \u00E5 lagra kartet {0}.
+save_unsaved=Lagra tankekartet?:
+SaveAction.text=Lagra
+SaveAsAction.text=Lagra som ...
+saved=Lagra
+scheme_evaluate=Evaluer!
+select_favorites_folder=Vel mappa der favorittane dine er
+select_folder_for_importing=Vel mappa du vil importera
+SelectAllAction.text=Vel alle synlege
+SelectBranchAction.text=Vis synleg grein
+selection_method_by_click=Klikk \u00E9in gong for \u00E5 velja
+selection_method_delayed=Forseinka automatisk val
+selection_method_direct=Peik for \u00E5 velja
+SetImageByFileChooserAction.text=Bilete (filveljaren eller peikar) ...
+SetLinkByFileChooserAction.text=Hyperlenkje (filveljaren) ...
+SetLinkByTextFieldAction.text=Hyperlenkje (tekstfelt) ...
+SetNoteWindowPosition.bottom.text=Bottom[translate me]
+ShowAncestorsAction.text=vis fordre
+ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+simplyhtml.borderWidthLabel=Breidd
+simplyhtml.cancelBtnName=Avbryt
+simplyhtml.cellMarginTabLabel=Margin[translate me]
+simplyhtml.close=lukk
+simplyhtml.closeBtnName=lukk
+simplyhtml.copyLabel=Kopier
+simplyhtml.cTagNameLink=Link[translate me]
+simplyhtml.cutLabel=Klypp ut
+simplyhtml.editLabel=endra
+simplyhtml.fontBoldLabel=Feit
+simplyhtml.fontDialogTitle=Format Font[translate me]
+simplyhtml.fontItalicLabel=Kursiv
+simplyhtml.fontTabLabel=Skrifttype
+simplyhtml.fontUnderlineLabel=Strek under
+simplyhtml.formatLabel=Format[translate me]
+simplyhtml.helpLabel=Hjelp
+simplyhtml.listIndentTitle=Indent\:[translate me]
+simplyhtml.listTypeLabel=Type\:[translate me]
+simplyhtml.listTypeNone=none[translate me]
+simplyhtml.noLineLabel=none[translate me]
+simplyhtml.okBtnName=OK
+simplyhtml.pasteLabel=Lim inn
+simplyhtml.redoLabel=Gjer om att
+simplyhtml.replaceAll=Alle
+simplyhtml.replaceNo=Nei
+simplyhtml.replaceYes=Ja
+simplyhtml.standardStyleName=standard[translate me]
+simplyhtml.styleLabel=Stil
+simplyhtml.textIndentLabel=Indent\:[translate me]
+simplyhtml.topLabel=top\:[translate me]
+simplyhtml.uLineLabel=Strek under
+simplyhtml.undoLabel=Angra
+simplyhtml.valignBaseline=baseline[translate me]
+split=Splitt
+SplitNode.text=Split Node[translate me]
+style=Stil
+svg=SVG[translate me]
+TimeListAction.text=Vis tidsplanleggarlista ...
+TimeListAction.tooltip=Vis alle planlagte tider og tilh\u00F8rande noder.
+TimeManagementAction.text=Vis kalender ...
+TimeManagementAction.tooltip=<html>Viser kalendermodulen til Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Barn brett saman/brett ut
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Samanbretta av/p\u00E5
+ToggleLeftToolbarAction.text=Venstre verkt\u00F8ylinje av/p\u00E5
+ToggleMenubarAction.text=Menylinja av/p\u00E5
+ToggleToolbarAction.text=Verkt\u00F8ylinja av/p\u00E5
+undefined_error=Det oppstod ein uventa feil. Pr\u00F8v \u00E5 laga ein feilrapport.
+underline=Strek under
+underlined=Undertreka
+UndoAction.text=Angra
+UndoFilterAction.text=Angra
+unfold=Brett ut
+UnfoldAllAction.text=Brett ut alle
+UnfoldAllAction.tooltip=<html>Bretter ut alle valde nodar og alle barna deira.</html>
+UnfoldOneLevelAction.text=Brett ut eitt niv\u00E5
+UnfoldOneLevelAction.tooltip=<html>Bretter ut dei valde nodane med eitt niv\u00E5.</html>
+url_error=Ugyldig adresse (URL)
+url_load_error=Klarte ikkje \u00E5 lasta kartet fr\u00E5 adressa:
+user_defined_zoom=Brukarstyrt.
+user_defined_zoom_status_bar=Endrar skaleringa til den brukarstyrte verdien {0}%.
+user_zoom=Skaleringsfaktor for utskrift (0.0 - 2.0):
+width=Breidd
+yes=Ja
+ZoomInAction.text=Gjer st\u00F8rre
+ZoomOutAction.text=Gjer mindre
diff --git a/freeplane/resources/translations/Resources_pl.properties b/freeplane/resources/translations/Resources_pl.properties
index 904c62a..bb4abf7 100644
--- a/freeplane/resources/translations/Resources_pl.properties
+++ b/freeplane/resources/translations/Resources_pl.properties
@@ -1,1688 +1,1688 @@
-about_text = Freeplane - wolne oprogramowanie do budowania map pami\u0119ci i baz wiedzy
-AboutAction.text = O programie
-acceleratorPresets = Ustawienia skr\u00f3t\u00f3w klawiszowych
-accelerators_loading_error = Nie mog\u0119 za\u0142adowa\u0107 skr\u00f3t\u00f3w klawiszowych z {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Zmien format w\u0119z\u0142\u00f3w
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Zmie\u0144 szablon
-accessories/plugins/EncryptNode.properties_0 = Podaj has\u0142o dla zakodowanego w\u0119z\u0142a
-accessories/plugins/EncryptNode.properties_1 = Has\u0142a nie s\u0105 zgodne lub s\u0105 zbyt kr\u00F3tkie.
-accessories/plugins/EncryptNode.properties_2 = Wprowad\u017a has\u0142o:
-accessories/plugins/EncryptNode.properties_3 = Powt\u00F3rz has\u0142o:
-accessories/plugins/EncryptNode.properties_4 = Podaj has\u0142o dla zaszyfrowanego w\u0119z\u0142a.
-accessories/plugins/EncryptNode.properties_5 = Pami\u0119taj, \u017Ce si\u0142a szyfrowania zale\u017Cy prawie ca\u0142kowicie od trudno\u015Bci has\u0142a.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Anuluj
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Stan szyfrowania mo\u017Cna prze\u0142\u0105cza\u0107 tylko dla zaszyfrowanego w\u0119z\u0142a, kt\u00F3ry mo\u017Cesz wstawi\u0107 z menu Narz\u0119dzia.
-accessories/plugins/EncryptNode.properties_select_me = Nowa mindmapa
-accessories/plugins/EncryptNode.properties_wrong_password = Has\u0142o nie jest prawid\u0142owe.
-accessories/plugins/ExportWithTWiki.text = Jako TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Eksportuje map\u0119 jako dokument TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = <html> To og\u00F3lna metoda eksportu przy u\u017Cyciu skrypt\u00F3w XSLT</html>
-accessories/plugins/ExportWithXSLT_Applet.text = Do apletu Javy ...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Eksportuj map\u0119 do apletu javy.
-accessories/plugins/ExportWithXSLT_Flash.text = Do animacji Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Eksportuj map\u0119 do aplikacji flash.
-accessories/plugins/ExportWithXSLT_HTML.text = Do dokumentu XHTML (wersja JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Do dokumentu XHTML (widok ca\u0142ej mindmapy)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Zasoby z w\u0119z\u0142a RESOURCES do pliku TJI...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Eksportuje zasoby z w\u0119z\u0142a RESOURCES do modu\u0142u Taskjugglera. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Zadania z w\u0119z\u0142a TASKS do pliku TJI...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Eksportuje zadania z w\u0119z\u0142a TASKS do modu\u0142u Taskjugglera. </html>
-action_keystroke_in_use_error = Klawisz {0} wybrany dla polecenia {1} jest ju\u017c u\u017cywany przez polecenie {2}
-active = Aktywny
-actual_map_styles = Warunkowe style mapy zastosowane do w\u0119z\u0142a
-actual_node_styles = Warunkowe style w\u0119z\u0142a zastosowane do w\u0119z\u0142a
-add = Dodaj
-AddConnectorAction.text = Po\u0142\u0105cz
-AddElementaryConditionAction.text = Dodaj
-AddLocalLinkAction.text = Dodaj odno\u015bnik do innego w\u0119z\u0142a
-AddMenuItemLinkAction.text = Dodaj odno\u015bnik do polecenia z menu...
-AddOnDetailsPanel.authored.by = autorstwa {0}
-AddOnDetailsPanel.header.function = Funkcja
-AddOnDetailsPanel.header.menu = Po\u0142o\u017cenie menu
-AddOnDetailsPanel.header.shortcut = Skr\u00f3t
-AddOnDetailsPanel.homepage = Strona domowa:
-addons.installer.canceled = Instalacja anulowana
-addons.installer.confirm.licence = <html><body><h1>Licencja</h1>{0}<p><p><em>Czy akceptujesz warunki licencji?</em></p></body></html>
-addons.installer.failed = Instalacja nie powiod\u0142a si\u0119: {0}
-addons.installer.freeplaneversion.format.error = B\u0142\u0105d formatu w {0} (warto\u015b\u0107: {1})
-addons.installer.groovy.script.name = Nazwa skryptu {0} nie ko\u0144czy si\u0119 na ".groovy"
-addons.installer.html.script = Tre\u015b\u0107 skryptu nie mo\u017ce by\u0107 sformatowana jako HTML
-addons.installer.install = Zainstaluj
-addons.installer.invalid.keyboard.shortcut = Nieprawid\u0142owy skr\u00f3t {0}.
-addons.installer.licence.unchanged = Licencja niezmieniona
-addons.installer.map.structure = B\u0142\u0105d w strukturze mapy: {0}
-addons.installer.missing.child.nodes = Brakuj\u0105ce w\u0119z\u0142y potomne: {0}
-addons.installer.missing.permission.attribute = Skrypt {0}: brakuj\u0105ce atrybuty uprawnie\u0144 {1}
-addons.installer.missing.properties = Brakuj\u0105ce w\u0142a\u015bciwo\u015bci: {0}
-addons.installer.missing.translation = Brakuj\u0105ce t\u0142umaczenie {0} dla lokalizacji {1}
-addons.installer.no.scripts = Nie znaleziono skrypt\u00f3w
-addons.installer.no.zipdata = Nie znaleziono spakowanych danych (zip)
-addons.installer.nonstandard.permissions = Skrypt wymaga nast\u0119puj\u0105cych uprawnie\u0144, kt\u00f3re nie s\u0105 aktualnie w\u0142\u0105czone: {0}.\nCzy maj\u0105 by\u0107 dodane do standardowych uprawnie\u0144?
-addons.installer.one.child.expected = Oczekiwany dok\u0142adnie jeden potomek {0}, ale otrzymano {1}.
-addons.installer.script.no.execution_mode = Atrybut "execution_mode" nie zdefiniowany dla {0}
-addons.installer.script.no.menulocation = Atrybut "menuLocation" nie zdefiniowany dla {0}
-addons.installer.script.no.menutitle = Atrybut "menuTitleKey" nie zdefiniowany dla {0}
-addons.installer.script.no.permissions = Nie zdefiniowane uprawnienia dla {0}
-addons.installer.success = Instalacja powiod\u0142a si\u0119.\nNowy dodatek b\u0119dzie dost\u0119pny po ponownym uruchomieniu aplikacji.
-addons.installer.success.update = Aktualizacja z {0} do {1} powiod\u0142a si\u0119.\nNiekt\u00f3re funkcje mog\u0105 by\u0107 dost\u0119pne dopiero po ponownym uruchomieniu aplikacji.
-addons.installer.title = Instalator dodatk\u00f3w
-addons.installer.too.new = Aktualna wersja Freeplane {0} jest zbyt nowa. Ten dodatek dzia\u0142a do wersji {1}
-addons.installer.too.old = Aktualna wersja Freeplane {0} jest zbyt stara. Ten dodatek dzia\u0142a dopiero od wersji {1}
-addons.installer.unknown.deinstallation.rules = Nieznane regu\u0142y odinstalowania {0}
-addons.installer.update = Aktualizacja z wersji {0}
-addons.installer.warning = <html><body><em>Instalacja dodatk\u00f3w powinna odbywa\u0107 si\u0119 tylko z zaufanych \u017ar\u00f3de\u0142. Z\u0142o\u015bliwe oprogramowanie mo\u017ce uszkodzi\u0107 twoje dane lub naruszy\u0107 twoj\u0105 prywatno\u015b\u0107.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = Dodaj atrybuty ze stylu
-AddStyleAttributes.tooltip = Dodaj atrybuty z w\u0119z\u0142a stylu
-AllMapsNodeListAction.text = Znajd\u017a i zast\u0105p we wszystkich mapach
-always = Zawsze
-AlwaysUnfoldedNodeAction.text = Zawsze rozwini\u0119ty w\u0119ze\u0142 (w\u0142./wy\u0142.)
-antialias_all = Antyaliasing wszystkiego
-antialias_edges = Antyaliasing ga\u0142\u0119zi
-antialias_none = Bez antyaliasingu
-apply = Zastosuj
-ApplyAction.text = Zastosuj
-ApplyFormatPlugin.text = Zmie\u0144 format...
-ApplyFormatPlugin.tooltip = Wy\u015bwietla okno, w kt\u00f3rym w\u0142a\u015bciwo\u015bci w\u0119z\u0142a i ga\u0142\u0119zi mog\u0105 zosta\u0107 zmienione jednocze\u015bnie.
-ApplyNoFilteringAction.text = Nie filtruj
-ApplySelectedViewConditionAction.text = Filtruj wybrane w\u0119z\u0142y
-ApplyToVisibleAction.text = Stosuj do przefiltrowanych w\u0119z\u0142\u00f3w
-as_parent = Jako rodzic
-AskForHelp.text = Popro\u015b o pomoc
-AssignAttributesAction.text = Znajd\u017a i zamie\u0144 atrybuty...
-attribute_delete = Usu\u0144 wszystkie warto\u015Bci
-attribute_delete_value = Usu\u0144 warto\u015B\u0107
-attribute_font_size_tooltip = Rozmiar czcionki atrybut\u00F3w
-attribute_list_box_label_text = Istniej\u0105ce warto\u015Bci
-attribute_replace = Zamie\u0144 na
-attribute_top = Wszystkie znane atrybuty wczytanych map
-attributes_AddAttributeAction.text = Atrybuty w oknie dialogowym...
-attributes_adding_empty_attribute_error = Nazwa atrybutu musi sk\u0142ada\u0107 si\u0119 przynajmniej z jednego znaku.
-attributes_all = Wszystkie atrybuty
-attributes_assign_dialog = Przypisz atrybuty (edytor)...
-attributes_attribute = Atrybuty
-attributes_close = Zamknij
-attributes_deselect_all = Nic
-attributes_dialog_title = Mened\u017cer atrybut\u00f3w
-attributes_edit = Edytuj
-attributes_edit_tooltip = Edytuj zestaw
-attributes_for_selected = Zaznaczone w\u0119z\u0142y
-attributes_for_visible = Wszystkie widoczne w\u0119z\u0142y
-attributes_import = Importuj
-attributes_import_tooltip = Importuj atrybuty z innych otwartych map
-attributes_no_import_candidates_found = Nie znaleziono nowych atrybut\u00F3w
-attributes_popup_delete = Usu\u0144
-attributes_popup_down = D\u00F3\u0142
-attributes_popup_edit = Edytuj
-attributes_popup_hide = Ukryj
-attributes_popup_new = Nowy atrybut
-attributes_popup_optimal_width = Optymalna szeroko\u015B\u0107
-attributes_popup_up = G\u00F3ra
-attributes_refresh = Od\u015Bwie\u017C
-attributes_RemoveAllAttributesAction.text = Usu\u0144 wszystkie atrybuty
-attributes_RemoveFirstAttributeAction.text = Usu\u0144 pierwszy atrybut
-attributes_RemoveLastAttributeAction.text = Usu\u0144 ostatni atrybut
-attributes_restricted_attributes_tooltip = Ogranicz zestaw atrybut\u00f3w
-attributes_restricted_values_tooltip = Ogranicz zakres warto\u015Bci dla aktywnego atrybutu.
-attributes_restriction = Ograniczony zbi\u00F3r warto\u015Bci
-attributes_select_all = Wszystkie
-attributes_select_all_tooltip = Zaznacz / Odzancz wszystkie
-attributes_show = Poka\u017C
-attributes_skip_root = Pomi\u0144 korze\u0144
-attributes_visible = Zazanczone widoczne
-attributes_visible_tooltip = Zazanczone widoczne
-automatic_layout = Uk\u0142ad automatyczny
-automatic_layout_disabled = Wy\u0142\u0105czony
-automatically_save_message = Mapa zosta\u0142a automatycznie zapisana (pod nazw\u0105 {0}) ...
-AutomaticEdgeColorHookAction.text = Automatyczny kolor ga\u0142\u0119zi
-AutomaticLayout.ALL = Dla wszystkich
-AutomaticLayout.HEADINGS = Dla nag\u0142\u00f3wk\u00f3w
-AutomaticLayout.level = Nag\u0142\u00f3wek {0}
-AutomaticLayout.level.root = Tytu\u0142
-AutomaticLayoutAction.text = Zastosuj automatyczne formatowanie
-AutomaticLayoutAction.tooltip = <html> Ustala wygl\u0105d mindmapy. Pierwszy poziom jest czarny, drugi niebieski, itd.</html>
-AutomaticLayoutControllerAction.ALL.text = dla wszystkich w\u0119z\u0142\u00f3w
-AutomaticLayoutControllerAction.HEADINGS.text = dla w\u0119z\u0142\u00f3w nie b\u0119d\u0105cych li\u015b\u0107mi
-AutomaticLayoutControllerAction.null.text = wy\u0142\u0105czone
-BackAction.text = Wstecz
-BackAction.tooltip = Przechodzi do poprzednio zaznaczonego w\u0119z\u0142a
-background = T\u0142o
-bitmaps = Bitmapy
-black = Czarny
-BlinkingNodeHookAction.text = Migaj\u0105cy w\u0119ze\u0142
-BlinkingNodeHookAction.tooltip = <html> Spowoduje, \u017Ce w\u0119ze\u0142 b\u0119dzie miga\u0107. B\u0105d\u017A ostro\u017Cny. Nie u\u017Cywaj na zbyt wielu w\u0119z\u0142ach i <strong>nie razem z innym formatowaniem automatycznym</strong></html>
-blue = Niebieski
-BoldAction.text = Pogrubienie
-boldify_branch = Pogrubienie
-branch = Ga\u0142\u0105\u017A
-browse = Przegl\u0105daj...
-calendar_attributes_panel = Kalendarz i atrybuty
-calendar_panel = Kalendarz
-can_not_connect_to_info_server = Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z serwerem
-can_not_delete_predefined_style = Nie mo\u017cna usun\u0105\u0107 predefiniowanych styl\u00f3w
-can_not_delete_root_style = Nie mo\u017cna usun\u0105\u0107 stylu korzenia
-can_not_delete_style_group = Nie mo\u017cna usun\u0105\u0107 grupy styl\u00f3w
-can_not_save_key_set = Nie mo\u017cna zapisa\u0107 zestawu skr\u00f3t\u00f3w klawiszowych
-cancel = Anuluj
-CancelAction.text = Anuluj
-cannot_add_parent_diff_parents = Wszystkie w\u0119z\u0142y musz\u0105 mie\u0107 tego samego rodzica, aby u\u017Cy\u0107 tej funkcji.
-cannot_add_parent_to_root = Dla w\u0119z\u0142a korzenia (root) nie mo\u017Cna doda\u0107 rodzica.
-cannot_delete_root = W\u0119ze\u0142 korzenia (root) nie mo\u017ce zosta\u0107 skasowany ani wyci\u0119ty.
-cannot_join_nodes_with_children = Nie mo\u017Cna \u0142\u0105czy\u0107 w\u0119z\u0142\u00F3w, kt\u00F3re posiadaj\u0105 potomk\u00F3w.
-cannot_move_to_child = Nie mo\u017cna przenie\u015b\u0107 w\u0119z\u0142a do jego potomka.
-CenterAction.text = Wy\u015Brodkuj
-CenterSelectedNodeAction.text = Wy\u015brodkuj na zaznaczonym w\u0119\u017ale
-ChangeConnectorArrowsAction.backward.text = Wstecz
-ChangeConnectorArrowsAction.both.text = Obie strza\u0142ki
-ChangeConnectorArrowsAction.forward.text = Dalej
-ChangeConnectorArrowsAction.none.text = Brak strza\u0142ek
-ChangeConnectorArrowsAction.text = Zmie\u0144 strza\u0142ki po\u0142\u0105czenia
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Krzywa
-ChangeConnectorShapeAction.EDGE_LIKE.text = Udawaj ga\u0142\u0105\u017a
-ChangeConnectorShapeAction.LINE.text = Linia
-ChangeConnectorShapeAction.LINEAR_PATH.text = \u015acie\u017cka liniowa
-ChangeNodeLevelLeftsAction.text = W\u0119ze\u0142 w lewo
-ChangeNodeLevelLeftsAction.tooltip = Je\u017Celi w\u0119z\u0142y s\u0105 z lewej strony to staj\u0105 si\u0119 potomkami swojego, znajduj\u0105cego si\u0119 powy\u017Cej s\u0105siada. Id\u0105c w prawo w\u0119z\u0142y przemieszczaj\u0105 si\u0119 wy\u017Cej, a gdy s\u00B9 najwy\u017Cszego poziomu zmieniaj\u0105 po\u0142o\u017Cenie na praw\u0105 stron\u0119.
-ChangeNodeLevelRightsAction.text = W\u0119ze\u0142 w prawo
-ChangeNodeLevelRightsAction.tooltip = Je\u017Celi w\u0119z\u0142y s\u0105 z prawej strony to staj\u0105 si\u0119 potomkami swojego, znajduj\u0105cego si\u0119 powy\u017Cej s\u0105siada. Id\u0105c w lewo w\u0119z\u0142y przemieszczaj\u0105 si\u0119 wy\u017Cej, a gdy s\u00B9 najwy\u017Cszego poziomu zmieniaj\u0105 po\u0142o\u017Cenie na lew\u0105 stron\u0119.
-choose_background_color = Wybierz kolor t\u0142a:
-choose_cloud_color = Wybierz kolor chmurki:
-choose_edge_color = Wybierz kolor ga\u0142\u0119zi
-choose_map_background_color = Wybierz kolor t\u0142a mapy
-choose_node_background_color = Wybierz kolor t\u0142a w\u0119z\u0142a:
-choose_node_color = Wybierz kolor w\u0119z\u0142a:
-close_btn = Zamknij
-CloseAction.text = Zamknij
-CloudAction.text = Chmurka
-CloudColorAction.text = Kolor chmurki...
-CloudShapeAction.ARC.text = \u0141uk
-CloudShapeAction.RECT.text = Prostok\u0105t
-CloudShapeAction.ROUND_RECT.text = Zaokr\u0105glony prostok\u0105t
-CloudShapeAction.STAR.text = Gwiazda
-ColorProperty.ResetColor = Domy\u015Blny
-combined = Ramka/bez ramki
-condition = Warunek
-confirmation = Potwierdzenie
-connector = Po\u0142\u0105czenie
-connector_arrows = Strza\u0142ki po\u0142\u0105czenia
-connector_label = Etykieta po\u0142\u0105czenia
-connector_lines = Linie po\u0142\u0105czenia
-connector_shapes = Kszta\u0142ty po\u0142\u0105czenia
-ConnectorColorAction.text = Kolor po\u0142\u0105czenia...
-CopyAction.text = Kopiuj
-CopyAction.tooltip = Kopiuj zaznaczon\u0105 ga\u0142\u0105\u017a
-CopyAttributes.text = Kopiuj atrybuty
-CopyIDAction.text = Kopiuj ID w\u0119z\u0142a
-CopyMapStylesAction.text = Kopiuj style mapy z...
-CopyNodeURIAction.text = Kopiuj URI w\u0119z\u0142a
-CopySingleAction.text = Kopiuj bez potomk\u00F3w
-CopySingleAction.tooltip = Kopiuje tylko zaznaczony w\u0119ze\u0142 bez ga\u0142\u0119zi
-CopyStyleExtensionsAction.text = Kopiuj rozszerzenia ze stylu
-corrupt_map = Zawarto\u015b\u0107 mapy jest uszkodzona
-CreateConjunctConditionAction.text = I (And)
-CreateDisjunctConditionAction.text = Lub (Or)
-CreateNotSatisfiedConditionAction.text = Nie (Not)
-CreationModificationPluginAction.text = Poka\u017C czas modyfikacji (po wskazaniu myszk\u0105)
-CreationModificationPluginAction.tooltip = <html> Ta funkcja \u015Bledzi czas tworzenia i modyfikacji w\u0119z\u0142\u00F3w</html>
-current_dir = Mapy
-CutAction.text = Wytnij
-decrease_branch_font_size = Zmniejsz czcionk\u0119
-DecreaseNodeFontAction.text = Zmniejsz czcionk\u0119
-default = Domy\u015blny
-DefaultColorAction.text = Domy\u015blny kolor
-defaultstyle.details = Detale
-defaultstyle.floating = Swobodny w\u0119ze\u0142
-defaultstyle.note = Notatka
-delete = Usu\u0144
-delete_child = Usu\u0144 w\u0119ze\u0142
-DeleteAction.text = Usu\u0144 w\u0119ze\u0142
-DeleteConditionAction.text = Usu\u0144
-DeleteDetailsAction.text = Usu\u0144 detale w\u0119z\u0142a
-DeleteLevelStyleAction.text = Usu\u0144 styl poziomu
-DeleteStyleAction.text = Usu\u0144 styl
-DeleteUserStyleAction.text = Usu\u0144 styl zdefiniowany przez u\u017cytkownika
-dialect_info.app = Plik mapy {0} by\u0142 utworzony w programie {1}.
-dialect_info.unknownApp = Za\u0142adowana mapa by\u0142a utworzona w nieznanym programie.
-dialect_info.unknownURL = Strona internetowa jest nieznana.
-dialect_info.url = Odwied\u017a stron\u0119 internetow\u0105 programu {0} w celu uzyskania dodatkowych informacji.
-dialect_info.warning = Freeplane mo\u017ce w niepoprawny spos\u00f3b otworzy\u0107, wy\u015bwietli\u0107 lub zapisa\u0107 ten plik.
-DirectHtmlFlavorHandler = HTML jako pojedynczy w\u0119ze\u0142
-DocumentationAction.text = Dokumentacja
-down = D\u00f3\u0142
-download = Pobierz
-dropped_file_error = Nie mo\u017cna by\u0142o otworzy\u0107 przeci\u0105gni\u0119tych plik\u00f3w. Pow\u00f3d: {0}
-edge = Ga\u0142\u0105\u017A
-edge_is_formatted_by_style = Formatowanie ga\u0142\u0119zi jest kontrolowane przez styl. W razie potrzeby edytuj odpowiednie style.
-edge_style = Styl ga\u0142\u0119zi
-edge_width = Szeroko\u015B\u0107 ga\u0142\u0119zi
-EdgeColorAction.text = Kolor ga\u0142\u0119zi...
-EdgeStyleAction.bezier.text = Krzywa B\u00E9ziera
-EdgeStyleAction.bezier.tooltip = Wy\u015bwietla ga\u0142\u0105\u017a jako g\u0142adk\u0105 krzyw\u0105.
-EdgeStyleAction.hide_edge.text = Ukryj ga\u0142\u0105\u017a
-EdgeStyleAction.horizontal.text = Pionowa
-EdgeStyleAction.linear.text = Linia
-EdgeStyleAction.sharp_bezier.text = Ostra krzywa B\u00E9ziera
-EdgeStyleAction.sharp_linear.text = Ostra linia
-EdgeStyleAsParentAction.text = Jak rodzic
-EdgeWidthAction_width_parent.text = Jak rodzic
-EdgeWidthAction_width_thin.text = Cienka
-edit = Edycja
-edit.decision = Edytor HTML
-edit.edit_rich_text = Czy chcesz u\u017cywa\u0107 formatowania czcionek takiego jak pogrubienie lub kursywa?
-edit_details = Edytuj detale w\u0119z\u0142a in-line...
-edit_end_label = <html>Etykieta<br>po\u0142\u0105czenia
-edit_label_font_family = Czcionka
-edit_label_font_size = Wielko\u015b\u0107 czcionki
-edit_link_manually = Edytuj odno\u015bnik...
-edit_long_node = Edytor tekstu w\u0119z\u0142a...
-edit_middle_label = <html>Etykieta<br>\u015brodkowa
-edit_source_label = <html>Etykieta<br>\u017ar\u00f3d\u0142a
-edit_target_label = <html>Etykieta<br>celu
-edit_transparency_label = Przezroczysto\u015b\u0107
-edit_width_label = Szeroko\u015b\u0107
-EditAction.text = Edytuj tekst w\u0119z\u0142a
-EditAttributesAction.text = Edytuj atrybuty
-EditDetailsAction.text = Edytuj detale w\u0119z\u0142a in-line
-EditDetailsInDialogAction.text = Edytor detali w\u0119z\u0142a...
-EditFilterAction.text = Edytuj filtr
-EditLongAction.text = Edytor tekstu w\u0119z\u0142a...
-EditNoteInDialogAction.text = Edytor notatki...
-EditScript = Edytor skryptu...
-EditStylesAction.text = Edytuj style
-EncryptedMap.text = Utw\u00F3rz zaszyfrowan\u0105 mindmap\u0119...
-EncryptedMap.tooltip = <html> Tworzy now\u0105 zaszyfrowan\u0105 mindmap\u0119</html>
-enter_base_url = Freeplane automatycznie wklei linki wzgl\u0119dne. Podaj bazowy URL.
-enter_condition_name = Wprowad\u017a nazw\u0119 nowego warunku
-enter_confirms = [Enter] potwierdza
-enter_keyset_name = Podaj nazw\u0119 zestawu skr\u00f3t\u00f3w klawiszowych
-enter_map_url = Wprowad\u017a adres URL mapy
-enter_new_style_name = Wprowad\u017a nazw\u0119 nowego stylu
-enter_node_id = Wprowad\u017a ID w\u0119z\u0142a
-EnterPassword.text = W\u0142\u0105cz/wy\u0142\u0105cz szyfrowanie
-error = B\u0142\u0105d
-error_applying_template = B\u0142\u0105d aplikowania szablonu XSL.
-error_creating_directory = Nie mo\u017Cna utworzy\u0107 katalogu.
-errornumber = {0} b\u0142\u0119d\u00f3w
-ExecuteScriptError.text = B\u0142\u0105d podczas wykonywania skryptu:\n{0}
-ExecuteScriptForAllNodes.text = Wykonaj wszystkie skrypty
-ExecuteScriptForSelectionAction.text = Wykonaj skrypty zaznaczonego w\u0119z\u0142a
-ExecuteScriptOnSelectedNode.text = Wykonaj {0} na wszystkich zaznaczonych w\u0119z\u0142ach
-ExecuteScriptOnSelectedNodeRecursively.text = Wykonaj rekursywnie {0} na zaznaczonych w\u0119z\u0142ach
-ExecuteScriptOnSingleNode.text = Wykonaj {0} na zaznaczonym w\u0119\u017ale
-ExecuteScripts.noScriptsAvailable = Brak dost\u0119pnych skrypt\u00f3w
-ExecuteScripts.text = Skrypty
-ExecuteScriptSecurityError.text = B\u0142\u0105d podczas wykonywania skryptu: {0}
-export_failed = Eksportowanie nie powiod\u0142o si\u0119
-export_pdf_text = Dokument PDF
-export_svg_text = Skalowalna grafika wektorowa (SVG)
-export_using_xslt = Eksportowanie u\u017cywaj\u0105c XSLT
-ExportAction.text = Eksport
-ExportBranchAction.text = Ga\u0142\u0105\u017a jako nowa mapa...
-ExportBranchToHTMLAction.text = Ga\u0142\u0105\u017A do dokumentu HTML...
-exported_file = Plik {0}
-ExportPdf.text = Do dokumentu PDF...
-ExportSvg.text = Do obrazu SVG...
-ExportToHTMLAction.text = Do dokumentu HTML...
-ExportToImage.jpg.text = Do obrazu JPEG...
-ExportToImage.png.text = Do obrazu PNG...
-ExportToOoWriter.text = Do dokumentu OpenOffice Writer...
-ExportToOoWriter.tooltip = <html> Rozwini\u0119te ga\u0142\u0119zie tworz\u0105 struktur\u0119 dokumentu, a zwini\u0119te zawarto\u015B\u0107</html>
-extension_menu = Styl
-ExternalImage_popupMenu_Change = Zmie\u0144...
-ExternalImage_popupMenu_Open = Otw\u00f3rz w przegl\u0105darce
-ExternalImage_popupMenu_Remove = Usu\u0144
-ExternalImage_popupMenu_ResetZoom = Powi\u0119kszenie 1:1
-ExternalImageAddAction.text = Dodaj obrazek...
-ExternalImageChangeAction.text = Zmie\u0144 obrazek...
-ExternalImageRemoveAction.text = Usu\u0144 obrazek
-ExtractLinkFromTextAction.text = Odno\u015bnik z tekstu w\u0119z\u0142a
-ExtractLinkFromTextAction.tooltip = Tworzy odno\u015bnik na podstawie adresu w tek\u015bcie w\u0119z\u0142a
-f_button_unassigned = <brak>
-FaqOpenURLAction.text = FAQ
-file = Plik
-file_already_exists = Plik {0} ju\u017C istnieje. Czy chcesz go nadpisa\u0107?
-file_not_found = Plik {0} nie zosta\u0142 znaleziony.
-FileListFlavorHandler = Odno\u015bniki do plik\u00f3w
-FileProperties_BranchLeafCount = Liczba li\u015bci w zaznaczonych ga\u0142\u0119ziach:
-FileProperties_BranchNodeCount = Liczba w\u0119z\u0142\u00f3w w zaznaczonych ga\u0142\u0119ziach:
-FileProperties_ChangesSinceLastSave = Zmiany od ostatniego zapisania:
-FileProperties_FileName = Nazwa pliku:
-FileProperties_FileSaved = Zapisany plik:
-FileProperties_FileSize = Rozmiar pliku:
-FileProperties_MainBranchCount = Liczba g\u0142\u00f3wnych ga\u0142\u0119zi:
-FileProperties_NeverSaved = Jeszcze nie zapisany
-FileProperties_NodeChildCount = Liczba potomk\u00f3w zaznaczonych w\u0119z\u0142\u00f3w:
-FileProperties_NodeSelectionCount = Liczba zaznaczonych w\u0119z\u0142\u00f3w:
-FileProperties_TotalFilteredCount = Liczba w\u0119z\u0142\u00f3w spe\u0142niaj\u0105cych kryteria filtrowania:
-FileProperties_TotalLeafCount = Og\u00f3lna liczba li\u015bci:
-FileProperties_TotalNodeCount = Og\u00f3lna liczba w\u0119z\u0142\u00f3w:
-FilePropertiesAction.text = Statystyki mapy...
-FileRevisionsDialog.cancel = Anuluj
-FileRevisionsDialog.file_last_modified = Znacznik czasowy
-FileRevisionsDialog.file_name = Plik
-FileRevisionsDialog.file_size = Rozmiar
-FileRevisionsDialog.open = Otw\u00f3rz
-FileRevisionsDialog.open.tooltip = Otwiera plik, nawet je\u017celi jest nieaktualny
-FileRevisionsDialog.question = Znaleziono wersje {0}
-FileRevisionsDialog.restore = Odtw\u00f3rz
-FileRevisionsDialog.restore.tooltip = Zamienia {0} na {1}
-FileRevisionsDialog.title = Wersje plik\u00f3w
-filter = Filtr
-filter_add = Dodaj
-filter_and = I
-filter_any_text = Tekst, detale lub notatka
-filter_conditions = Filtry
-filter_contains = Zawiera
-filter_created_after = Stworzono po
-filter_created_before = Stworzono przed
-filter_delete = Usu\u0144
-filter_details = Detale
-filter_dialog = Kreator filtr\u00F3w
-filter_does_not_exist = Nie istnieje
-filter_edit_description = Edytuj list\u0119 filtr\u00f3w
-filter_enter_value = Wprowad\u017A warto\u015B\u0107
-filter_even_level = W\u0119ze\u0142 nieparzystego poziomu
-filter_exist = Istnieje
-filter_icon = Ikona
-filter_is_equal_to = Jest r\u00F3wny
-filter_is_not_equal_to = Nie jest r\u00F3wny
-filter_leaf = Li\u015b\u0107
-filter_link = Odno\u015bnik
-filter_match_case = Uwzgl\u0119dnij wielko\u015b\u0107 liter
-filter_modified_after = Zmodyfikowano po
-filter_modified_before = Zmodyfikowano przed
-filter_no_filtering = Nie filtruj
-filter_node = Tekst w\u0119z\u0142a
-filter_node_level = Poziom w\u0119z\u0142a
-filter_not = Nie jest
-filter_note = Notatka
-filter_odd_level = W\u0119ze\u0142 parzystego poziomu
-filter_or = Lub
-filter_parent = Tekst rodzica
-filter_periodic_level = Okresowo
-filter_priority = Priorytet
-filter_regexp_matches = Wyra\u017cenie regularne (regexp)
-filter_reminder = Przypomnienie
-filter_reminder_after = zaplanowane po
-filter_reminder_before = zaplanowane przed
-filter_reminder_executed = ju\u017c uaktywnione
-filter_reminder_later = zaplanowane p\u00f3\u017cniej
-filter_root = Korze\u0144
-filter_script = Skrypt
-filter_select = Zaznacz
-filter_selected_node_view = Aktualnie zaznaczone w\u0119z\u0142y
-filter_selected_node_view_snapshot = Zachowane zaznaczenie
-filter_style = Styl
-filter_time = Filtr daty
-filters_not_loaded = Nie mo\u017cna wczyta\u0107 filtru, plik uszkodzony
-find_what = Szukaj:
-FindAction.text = Znajd\u017A...
-FirstGroupNodeAction.text = W\u0119ze\u0142 zbiorczy (pocz\u0105tek grupy)
-fit_map_to_page = Dopasuj do strony
-fit_map_to_page_height = Dopasuj wysoko\u015b\u0107 do strony
-fit_map_to_page_width = Dopasuj szeroko\u015b\u0107 do strony
-FitToPage.text = Dopasuj do strony
-FitToPage.tooltip = <html> Ustawia powi\u0119kszenie tak, by ca\u0142a mindmapa zmie\u015Bci\u0142a si\u0119 w aktualnym oknie</html>
-fold = Zwi\u0144
-FoldAllAction.text = Zwi\u0144 wszystko
-FoldAllAction.tooltip = <html> Zwija zaznaczone w\u0119z\u0142y i ich w\u0119z\u0142y potomne</html>
-FoldOneLevelAction.text = Zwi\u0144 jeden poziom
-FoldOneLevelAction.tooltip = <html> Zwija zaznaczone w\u0119z\u0142y o jeden poziom</html>
-follow_graphical_link = Id\u017a do:
-FollowLinkAction.text = Otw\u00F3rz odno\u015Bnik
-font = Czcionka
-FontFamilyAction.text = Czcionka
-FontSizeAction.text = Rozmiar
-format_invalid_pattern = Nieprawid\u0142owy wzorzec
-format_menu_cloud_shapes = Dodaj chmurk\u0119 lub zmie\u0144 jej styl
-format_menu_edge_styles = Styl ga\u0142\u0119zi
-format_menu_edge_widths = Szeroko\u015B\u0107 ga\u0142\u0119zi
-format_panel = Formatowanie
-FormatCopy.text = Kopiuj formatowanie
-FormatCopy.tooltip = <html> Kopiuje formatowanie w\u0119z\u0142a</html>
-FormatPaste.text = Wklej formatowanie
-FormatPaste.tooltip = <html> Wkleja formatowanie w\u0119z\u0142a. Pami\u0119taj o wcze\u015Bniejszym skopiowaniu go z innego w\u0119z\u0142a</html>
-formats_not_loaded = Formatowania nie mog\u0105 by\u0107 za\u0142adowane, plik uszkodzony
-formula.error.attributeValueIsNull = Po wykonaniu warto\u015bci\u0105 atrybutu "{0}" jest null
-formula.error.circularReference = Odwo\u0142anie cykliczne: Foru\u0142a w w\u0119\u017ale "{0}" odwo\u0142uje si\u0119 do samej siebie.
-formula.EvaluateAllAction.text = Wykonaj wszystko
-formula.EvaluateAllAction.tooltip = Wykonaj wszystkie formu\u0142y w bie\u017c\u0105cej mapie
-formula.menuname = Formu\u0142y
-formula_editor = Edytuj formu\u0142\u0119
-ForwardAction.text = Dalej
-ForwardAction.tooltip = Przechodzi do przodu w historii zaznaczenia
-FreeNodeAction.text = Swobodne po\u0142o\u017cenie w\u0119z\u0142a (w\u0142./wy\u0142.)
-Freeplane.progress.buildScreen = Budowanie interfejsu...
-Freeplane.progress.createController = Tworzenie kontrolera...
-Freeplane.progress.createInitialMode = Tryb inicjacji...
-Freeplane.progress.endStartup = Uruchamianie...
-Freeplane.progress.gettingPreferenceDirectories = Pobieranie katalogow ustawie\u00F1...
-Freeplane.progress.gettingPreferences = Pobieranie ustawie\u00F1...
-Freeplane.progress.loadMaps = Wczytywanie map...
-Freeplane.progress.propagateLookAndFeel = Ustawianie Look And Feel...
-Freeplane.progress.settingPreferences = Wczytywanie ustawie\u00F1...
-Freeplane.progress.startCreateController = Start kontrolera...
-Freeplane.progress.updateLookAndFeel = Aktualizowanie Look And Feel...
-freeplane_reverted = Freeplane_odtworzona_
-FreeplaneHelpStarter.text = Pomoc...
-FreeplaneHelpStarter.tooltip = <html> Rozszerzona pomoc Freeplane</html>
-GettingStartedAction.text = Szybkie wprowadzenie do Freeplane'a
-GotoLinkNodeAction.text = Id\u017A do odno\u015Bnika
-GotoNodeAction.text = Id\u017a do w\u0119z\u0142a o numrze ID...
-GrabKeyDialog.common.cancel = Anuluj
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Przypisany do
-GrabKeyDialog.grab-key.assigned-to.none = Obecnie nie przypisany
-GrabKeyDialog.grab-key.clear = Wyczy\u015B\u0107
-GrabKeyDialog.grab-key.remove = Usu\u0144
-GrabKeyDialog.grab-key.remove-ask = Czy na pewno chcesz usun\u0105\u0107 ten skr\u00F3t klawiszowy?
-GrabKeyDialog.grab-key.title = Wybierz nowy skr\u00F3t klawiaturowy
-green = Zielony
-help = Pomoc
-HideableAction.tooltip = <html>Zaznacza t\u0142o ka\u017cdego zmodyfikowanego w\u0119z\u0142a.</html>
-HideAllAttributesAction.text = Ukryj wszystkie atrybuty
-HierarchicalIcons2Action.text = Poka\u017c wsp\u00f3lne ikony potomk\u00f3w
-HierarchicalIconsAction.text = Poka\u017c ikony hierarchicznie
-HierarchicalIconsAction.tooltip = <html> Je\u015Bli jeden z potomk\u00F3w w\u0119z\u0142a ma ikon\u0119, to zostanie ona r\u00F3wnie\u017C wy\u015Bwietlona w w\u0119\u017Ale (rodzicu)</html>
-hot_keys = Skr\u00f3ty klawiszowe
-hot_keys_table = Lista skr\u00f3t\u00f3w klawiszowych
-HotKeyInfoAction.text = Lista skr\u00f3t\u00f3w klawiszowych
-html_export_based_on_headings = Eksport HTML - jako esej
-html_export_fold_all = Eksport HTML - zwijanie wszystkich w\u0119z\u0142\u00F3w
-html_export_fold_currently_folded = Eksport HTML - zwijanie aktualnie zwini\u0119tych
-html_export_no_folding = Eksport HTML - bez zwijania
-html_problem = <html>Nie mog\u0119 przetworzy\u0107 kodu HTML<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Dodawanie
-icon_attach = Za\u0142\u0105cznik
-icon_back = Wstecz
-icon_bee = Freeplane
-icon_bell = Pami\u0119taj
-icon_bookmark = Wspania\u0142e
-icon_broken-line = Przerwane
-icon_button_cancel = \u0179le
-icon_button_ok = OK
-icon_calendar = Data
-icon_checked = Zaznaczone
-icon_clanbomber = Niebezpieczne
-icon_clock = Czas
-icon_clock2 = Przypomnienie
-icon_closed = Zakaz wej\u015bcia
-icon_decrypted = Odbezpieczone
-icon_desktop_new = Nie zapomnij
-icon_division = Dzielenie
-icon_down = D\u00F3\u0142
-icon_edit = Poprawka
-icon_encrypted = Zabezpieczone
-icon_family = Rodzina
-icon_fema = Kobiety
-icon_female1 = Kobieta1
-icon_female2 = Kobieta2
-icon_females = Kobiety
-icon_flag = Flaga
-icon_flag-black = Czarna flaga
-icon_flag-blue = Niebieska flaga
-icon_flag-green = Zielona flaga
-icon_flag-orange = Pomara\u0144czowa flaga
-icon_flag-pink = R\u00f3\u017cowa flaga
-icon_flag-yellow = \u017b\u00f3\u0142ta flaga
-icon_folder = Katalog
-icon_forward = Dalej
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Priorytet 0
-icon_full-1 = Priorytet 1
-icon_full-2 = Priorytet 2
-icon_full-3 = Priorytet 3
-icon_full-4 = Priorytet 4
-icon_full-5 = Priorytet 5
-icon_full-6 = Priorytet 6
-icon_full-7 = Priorytet 7
-icon_full-8 = Priorytet 8
-icon_full-9 = Priorytet 9
-icon_go = Zielone \u015bwiat\u0142o
-icon_gohome = Dom
-icon_group = Grupa
-icon_help = Pytanie
-icon_hourglass = Oczekuj\u0105cy
-icon_icon_not_found = Ikona nie znaleziona
-icon_idea = Pomys\u0142
-icon_info = Informacja
-icon_kaddressbook = Telefon
-icon_kmail = E-Mail
-icon_knotify = Muzyka
-icon_korn = Skrzynka pocztowa
-icon_ksmiletris = Szcz\u0119\u015Bliwy
-icon_launch = Start
-icon_licq = Przyjemne
-icon_list = Lista
-icon_Mail = Poczta
-icon_male1 = M\u0119\u017cczyzna1
-icon_male2 = M\u0119\u017cczyzna2
-icon_males = M\u0119\u017cczy\u017ani
-icon_menu = Ikony
-icon_messagebox_warning = Uwaga!
-icon_multiplication = Mno\u017cenie
-icon_negative = Negatywne
-icon_neutral = Neutralne
-icon_password = Has\u0142o
-icon_pencil = O\u0142\u00F3wek
-icon_penguin = Linux
-icon_positive = Pozytywne
-icon_prepare = \u017b\u00f3\u0142te \u015bwiat\u0142o
-icon_revision = Poprawka
-icon_smiley-angry = Z\u0142y
-icon_smiley-neutral = Oboj\u0119tny
-icon_smiley-oh = Zaskoczony
-icon_smily_bad = Nie jestem rozbawiony
-icon_stop = Czerwone \u015bwiat\u0142o
-icon_stop-sign = Stop
-icon_subtraction = Odejmowanie
-icon_unchecked = Niezaznaczone
-icon_up = G\u00F3ra
-icon_user_icon = Ikony u\u017cytkownika
-icon_very_negative = Bardzo negatywne
-icon_very_positive = Bardzo pozytywne
-icon_wizard = Magiczny
-icon_xmag = Do przemy\u015Blenia
-icon_yes = Uwaga!
-IconGroupPopupAction.arrows.text = Strza\u0142ki
-IconGroupPopupAction.docs_folders.text = Dokumenty i katalogi
-IconGroupPopupAction.flags.text = Flagi
-IconGroupPopupAction.math.text = Matematyka
-IconGroupPopupAction.miscellaneous.text = R\u00f3\u017cne
-IconGroupPopupAction.nature.text = Natura
-IconGroupPopupAction.numbers.text = Priorytety
-IconGroupPopupAction.office.text = Biuro
-IconGroupPopupAction.people.text = Ludzie
-IconGroupPopupAction.rating.text = Ocena
-IconGroupPopupAction.signs.text = Znaki
-IconGroupPopupAction.smiley.text = Emotikony
-IconGroupPopupAction.time.text = Czas
-IconGroupPopupAction.user.text = Ikony u\u017cytkownika
-IconProgressExtended10Action.text = Znacznik post\u0119pu +10%
-IconProgressExtended25Action.text = Znacznik postepu +25%
-IconProgressIconDownAction.text = Ikona post\u0119pu: dalej
-IconProgressIconUpAction.text = Ikona post\u0119pu: cofnij
-IconProgressRemoveAction.text = Usu\u0144 znacznik/ikon\u0119 post\u0119pu
-IconSelectionPlugin.text = Wybierz ikon\u0119...
-IconSelectionPlugin.tooltip = <html> Otwiera okienko z dost\u0119pnymi ikonami</html>
-image_covertLink = Zamie\u0144 odno\u015bnik na obrazek
-ImageFlavorHandler = Obrazek (osobny plik)
-import = Import
-import_linked_branch_no_link = Wybrany w\u0119ze\u0142 nie zawiera odno\u015Bnika do pliku, kt\u00F3ry mo\u017Cna zaimportowa\u0107.
-ImportAction.text = Importuj
-ImportBranchAction.text = Mindmapy jako nowej ga\u0142\u0119zi...
-ImportExplorerFavoritesAction.text = Ulubionych z Internet Explorer...
-ImportFolderStructureAction.text = Struktury katalog\u00F3w...
-ImportLinkedBranchAction.text = Odno\u015Bnika z zaznaczonego w\u0119z\u0142a...
-ImportLinkedBranchWithoutRootAction.text = Odno\u015Bnika z zaznaczonego w\u0119z\u0142a (bez korzenia)...
-ImportMindmanagerFiles.text = Mindmapa programu MindManager X5...
-increase_branch_font_size = Zwi\u0119ksz czcionk\u0119
-IncreaseNodeFontAction.text = Zwi\u0119ksz czcionk\u0119
-internal_error_tooltip = B\u0142\u0105d wewn\u0119trzny. Klinij aby otworzy\u0107 ostatni plik logowania log.0
-invalid_export_file = Nieprawid\u0142owa nazwa eksportowanego pliku
-invalid_file_msg = Nie mog\u0119 znale\u017a\u0107 pliku dla {0}
-invalid_uri = Nieprawid\u0142owy URI {0}
-invalid_url = Nie mog\u0119 utworzy\u0107 prawid\u0142owego URL
-invalid_url_msg = Nie mog\u0119 utworzy\u0107 prawid\u0142owego URL dla {0}
-ItalicAction.text = Pochylenie
-italicise_branch = Pochyl
-java_version = Wersja Java-y: {0}
-JoinNodesAction.text = Po\u0142\u0105cz w\u0119z\u0142y
-LatexDeleteLatexAction.text = Usu\u0144 formu\u0142\u0119 LaTeX-u
-LatexEditLatexAction.text = Edytuj formu\u0142\u0119 LaTeX-u...
-LatexInsertLatexAction.text = Wstaw formu\u0142\u0119 LaTeX-u...
-less_than_two_selected_nodes = Wybierz co najmniej dwa w\u0119z\u0142y, aby utworzy\u0107 po\u0142\u0105czenie.
-license = Licencja
-license_text = Freeplane - Program do tworzenia i przegl\u0105dania map pami\u0119ci
-LicenseAction.text = Licencja
-link_error = Nieprawid\u0142owy odno\u015bnik "{0}" nie za\u0142adowany
-link_not_available_any_more = Po\u0142\u0105czenie jest nieaktualne. Jeden z w\u0119z\u0142\u00F3w zosta\u0142 usuni\u0119ty.
-link_not_found = Nie znaleziono odno\u015Bnika {0}.
-load = Wczytywanie
-LoadAcceleratorPresetsAction.textPatterns.text = Wzorce tekstowe
-locking_failed_by_open = Zablokowanie mindmapy {0} niemo\u017Cliwe. Otwieram tylko do odczytu.
-locking_failed_by_save_as = Zablokowanie mindmapy {0} niemo\u017Cliwe. Polecenie "Zapisz jako..." anulowane.
-locking_old_lock_removed = Mindmapa {0} by\u0142a zablokowana przez u\u017Cytkownika {1}. Blokada zosta\u0142a usuni\u0119ta, bo jest zbyt stara.
-long_node_changed_cancel = W\u0119ze\u0142 zosta\u0142 zmieniony. Porzuci\u0107 zmiany?
-long_node_changed_submit = W\u0119ze\u0142 zosta\u0142 zmieniony. Zapisa\u0107 zmiany?
-lots_of_links_warning = Czy na pewno chcesz utworzy\u0107 wiele odno\u015Bnik\u00F3w do tego samego w\u0119z\u0142a?
-main_resource_directory = Zasoby instalacji: {0}
-MainView.errorUpdateText = B\u0142\u0105d ustawienia tekstu dla wej\u015bcia: {0}.
-ManageAddOnsAction.text = Dodatki
-ManageAddOnsDialog.activate = W\u0142\u0105czony
-ManageAddOnsDialog.activation.success = {0} b\u0119dzie w\u0142\u0105czony po ponownym uruchomieniu programu.
-ManageAddOnsDialog.authored.by = autorstwa {0}
-ManageAddOnsDialog.cannot.activate = Nie mog\u0119 uruchomi\u0107: {0} ju\u017c jest uruchomony.
-ManageAddOnsDialog.cannot.configure = Nie mog\u0119 skonfigurowa\u0107 {0}.
-ManageAddOnsDialog.cannot.deactivate = Nie mog\u0119 wy\u0142\u0105czy\u0107: {0} jest wy\u0142\u0105czony.
-ManageAddOnsDialog.cannot.deinstall = Nie mog\u0119 odinstalowa\u0107 {0}.
-ManageAddOnsDialog.configure = Konfiguruj
-ManageAddOnsDialog.deactivate = Wy\u0142\u0105cz
-ManageAddOnsDialog.deactivation.success = {0} b\u0119dzie wy\u0142\u0105czony po ponowym uruchomieniu programu.
-ManageAddOnsDialog.deinstall = Odinstaluj
-ManageAddOnsDialog.deinstallation.success = {0} b\u0119dzie odinstalowany po ponownym uruchomieniu programu.
-ManageAddOnsDialog.error = B\u0142\u0105d podczas instalacji: {0}.
-ManageAddOnsDialog.install = Instaluj
-ManageAddOnsDialog.install.from.known.location = Instaluj dodatek ze znanego miejsca
-ManageAddOnsDialog.install.tooltip = Wprowad\u017a URL pliku instalacyjnego dodatku
-ManageAddOnsDialog.map.not.opened = Mapa {0} nie jest otwarta.
-ManageAddOnsDialog.really.deinstall = Czy na pewno odinstalowa\u0107 {0}?
-ManageAddOnsDialog.search = Przeszukuj dodatki
-ManageAddOnsDialog.search.file = Szukaj
-ManageAddOnsDialog.select.tooltip = Zaznacz plik
-ManageAddOnsDialog.status.downloading = Pobieranie pliku...
-ManageAddOnsDialog.status.installing = Instalowanie dodatku...
-ManageAddOnsDialog.status.success = {0} poprawnie zainstalowany.
-ManageAddOnsDialog.tab.install = Szukaj i zainstaluj
-ManageAddOnsDialog.tab.install.tooltip = Szukaj i instaluj nowe dodatki
-ManageAddOnsDialog.tab.manage = Dodatki
-ManageAddOnsDialog.tab.manage.themes = Motywy
-ManageAddOnsDialog.tab.manage.themes.tooltip = Zarz\u0105dzaj zainstalowanymi motywami
-ManageAddOnsDialog.tab.manage.tooltip = Zarz\u0105dzaj zainstalowanymi dodatkami
-ManageAddOnsDialog.visit.addon.page = Odwied\u017a stron\u0119 dodatku...
-ManageConditionalStylesAction.text = Zarz\u0105dzaj stylami warunkowymi mapy
-ManageNodeConditionalStylesAction.text = Zarz\u0105dzaj stylami warunkowymi w\u0119z\u0142a
-map_already_exists = Mindmapa o podanej nazwie ju\u017C istnieje. Czy chcesz j\u0105 zamieni\u0107?
-map_corrupted = Mindmapa uszkodzona. Wy\u015Bwietli\u0107 szczeg\u00F3\u0142y?
-map_locked_by_open = Mindmapa {0} jest ju\u017C otwarta przez u\u017Cytkownika {1}. Otwieram tylko do odczytu.
-map_locked_by_save_as = Mindmapa {0} jest ju\u017C otwarta przez u\u017Cytkownika {1}. Polecenie "Zapisz jako..." niedost\u0119pne.
-map_not_saved = Mapa nie by\u0142a zapisywana.
-MapBackgroundColorAction.text = T\u0142o mapy
-MaxNodeWidth.text = Ustaw maksymaln\u0105 szeroko\u015b\u0107 w\u0119z\u0142a
-menu_applyStyle = Zastosuj styl
-menu_attributes = Atrybuty
-menu_clouds = Chmurki
-menu_copy = Kopiuj
-menu_coreFormat = Tekst w\u0119z\u0142a
-menu_details = Detale
-menu_displayAttributes = Atrybuty w\u0119z\u0142a
-menu_encryption = Ochrona has\u0142em
-menu_error = B\u0142\u0105d w zdefiniowanej przez u\u017cytkownika strukturze menu {0}:\n{1}\nPrzerwane
-menu_extensions = Rozszerzenia w\u0119z\u0142a
-menu_extras = Narz\u0119dzia
-menu_file_import = Import
-menu_filter = Filtr
-menu_format = Format
-menu_group = Grupa w\u0119z\u0142\u00f3w
-menu_hoverView = Podpowiedzi
-menu_iconByCategory = Wybierz ikon\u0119 (kategorie)
-menu_iconView = Ikony
-menu_image = Obrazek
-menu_insert = Wstaw
-menu_latex_formula = Formu\u0142a LaTeX-u
-menu_links = Odno\u015bnik
-menu_manageStyles = Zarz\u0105dzaj stylami
-menu_moveNode = Przemieszczanie i sortowanie
-menu_navigate = Nawigacja
-menu_newNode = Nowy w\u0119ze\u0142
-menu_node = W\u0119ze\u0142
-menu_node_features = W\u0142a\u015bciwo\u015bci w\u0119z\u0142a
-menu_nodes = W\u0119z\u0142y
-menu_nodeView = Tekst w\u0119z\u0142a
-menu_notes = Notatka
-menu_noteView = Notatki
-menu_progress = Ikona post\u0119pu (%)
-menu_remove_icons = Usu\u0144 ikony
-menu_removeAttribute = Usu\u0144 atrybut
-menu_select = Zaznacz
-menu_time = Zarz\u0105dzanie czasem
-menu_title = Tekst w\u0119z\u0142a
-menu_toolbars = Paski narz\u0119dzi
-menu_view = Widok
-MenuUtils.invalid_menuitem = {0} nie jest prawid\u0142owym kluczem (key) elementu menu.
-mindmap = Mapa
-MindMapNodesFlavorHandler = Hierarchia w\u0119z\u0142\u00f3w
-mindmaps = Mapy
-mindmaps_desc = Mindmapy (*.mm)
-mindmaps_filter_desc = Filtry (*.mmfilter)
-MinNodeWidth.text = Ustaw minimaln\u0105 szeroko\u015b\u0107 w\u0119z\u0142a
-mode_Browse = Tryb przegl\u0105dania map
-mode_File = Tryb przegl\u0105dania plik\u00f3w
-mode_MindMap = Tryb mindmapy
-mode_na = Tryb jest niedost\u0119pny
-mode_status = Tryb zmieniony na {0}
-mode_title = Freeplane - Tryb {0}
-modes = Tryb
-ModesMenuAction.Browse.text = Przegl\u0105darka mapy
-ModesMenuAction.File.text = Drzewo katalog\u00f3w
-ModesMenuAction.MindMap.text = Edytor mapy
-most_recent_files = Ostatnio otwierane
-MoveToRootAction.text = Przejd\u017A do korzenia
-NameConditionAction.text = Ustaw nazw\u0119
-NavigationNextMapAction.text = Nast\u0119pna mapa
-NavigationPreviousMapAction.text = Poprzednia mapa
-new = Nowa mapa
-new_map_from_user_templates.text = Nowa mapa z szablonu...
-new_mindmap = Nowa mindmapa
-new_node = Nowy w\u0119ze\u0142
-new_node_as_sibling_not_possible_for_the_root = Nie mo\u017Cna utworzy\u0107 w\u0119z\u0142a r\u00F3wnorz\u0119dnego z korzeniem.
-new_version_available = Dost\u0119pna nowa wersja ''{0}''
-NewChildAction.text = Nowy w\u0119ze\u0142 potomny
-NewerFileRevisionsFoundDialog.cancel = Pomi\u0144
-NewerFileRevisionsFoundDialog.cancel.tooltip = Nie otwieraj tego pliku
-NewerFileRevisionsFoundDialog.file_last_modified = Znacznik czasowy
-NewerFileRevisionsFoundDialog.file_name = Plik
-NewerFileRevisionsFoundDialog.file_size = Bajt\u00f3w
-NewerFileRevisionsFoundDialog.open = Otw\u00f3rz
-NewerFileRevisionsFoundDialog.open.tooltip = Otwiera plik, nawet je\u017celi jest starsz\u0105 wersj\u0105
-NewerFileRevisionsFoundDialog.question = Znaleziono nowsze wersje {0}!
-NewerFileRevisionsFoundDialog.restore = Odtw\u00f3rz
-NewerFileRevisionsFoundDialog.restore.tooltip = Zast\u0105p {0} przez {1}
-NewerFileRevisionsFoundDialog.title = Znaleziono nowsze wersje pliku!
-NewFreeNodeAction.text = Nowy w\u0119ze\u0142 swobodny
-NewLevelStyleAction.text = Dodaj styl poziomu
-newmap.install.addon.question = {0} prawdopodobnie jest dodatkiem\nCzy chcesz go zainstalowa\u0107?\n(Wybierz "Nie" aby otworzy\u0107 jako map\u0119)
-newmap.install.addon.title = Zainstalowa\u0107 dodatek?
-NewMapAction.text = Nowa mapa
-NewMapViewAction.text = Otw\u00f3rz map\u0119 w nowym widoku
-NewParentNode.text = Utw\u00F3rz nowego rodzica
-NewParentNode.tooltip = <html> Wszystkie zaznaczone w\u0119z\u0142y przenosi do nowego rodzica</html>
-NewPreviousSiblingAction.text = Nowy w\u0119ze\u0142 (powy\u017Cej)
-NewSiblingAction.text = Nowy w\u0119ze\u0142 (poni\u017Cej)
-NewSummaryAction.text = Nowy w\u0119ze\u0142 zbiorczy (zaznaczone w\u0119z\u0142y)
-NewUserStyleAction.text = Nowy styl z zaznaczenia
-NextNodeAction.BACK.text = Id\u017a do poprzedniego w\u0119z\u0142a
-NextNodeAction.BACK_N_FOLD.text = Id\u017a do poprzedniego w\u0119z\u0142a (zwi\u0144)
-NextNodeAction.FORWARD.text = Id\u017a do nast\u0119pnego w\u0119z\u0142a
-NextNodeAction.FORWARD_N_FOLD.text = Id\u017a do nast\u0119pnego w\u0119z\u0142a (zwi\u0144)
-no = Nie
-no_copy_attributes_before_paste_attributes = Nie mo\u017cesz wklei\u0107 atrybut\u00f3w zanim ich nie skopiowano.
-NO_FORMAT = Tekst
-no_format_copy_before_format_paste = Nie mo\u017Cna wklei\u0107 formatowania zanim nie skopiowano go z innego w\u0119z\u0142a.
-no_found_from = Nie znaleziono wyra\u017Cenia "{0}" w w\u0119\u017Ale "{1}".
-no_more_found_from = Nie znaleziono wi\u0119cej wyra\u017Ce\u0144 "{0}" w w\u0119\u017Ale "{1}".
-no_previous_find = Nie wprowadzono wyra\u017cenia do wyszukiwania.
-no_styles_found_in_map = Nie znaleziono \u017cadnych styl\u00f3w w mapie.
-node = W\u0119ze\u0142
-node_changed_discard_changes = W\u0119ze\u0142 zosta\u0142 zmieniony. Porzuci\u0107 zmiany?
-node_is_write_protected = Docelowy w\u0119ze\u0142 jest zabezpieczony przed zapisem.
-node_location_help = Przeci\u0105ganie zmienia po\u0142o\u017cenie w\u0119z\u0142a, ctrl+przeci\u0105ganie zmienia odleg\u0142o\u015bci mi\u0119dzy ga\u0142\u0119ziami, dwuklik i ctrl+dwuklik resetuje po\u0142o\u017cenia.
-node_selector = Zaznaczenie w\u0119z\u0142\u00f3w
-node_selector_message = Kliknij dwa razy aby zaznaczy\u0107 w\u0119ze\u0142
-node_styles = Style w\u0119z\u0142\u00f3w
-NodeBackgroundColorAction.text = Kolor t\u0142a w\u0119z\u0142a...
-NodeColorAction.text = Kolor w\u0119z\u0142a...
-NodeColorBlendAction.text = Rozja\u015Bnij
-NodeDownAction.text = Przesu\u0144 w\u0119ze\u0142 w d\u00F3\u0142
-NodeExtensions.EditNodeExtensions = Edytur rozszedzenia w\u0119z\u0142a
-NodeExtensions.RemoveNodeExtensions = Usu\u0144 rozszerzenia w\u0119z\u0142a
-NodeListAction.text = Znajd\u017a i zast\u0105p...
-NodeListAction.tooltip = <html> Wy\u015Bwietla daty utworzenia i modyfikacji wszystkich w\u0119z\u0142\u00F3w</html>
-NodeShapeAction.bubble.text = Ramka
-NodeShapeAction.fork.text = Bez ramki
-NodeUpAction.text = Przesu\u0144 w\u0119ze\u0142 w g\u00F3r\u0119
-NodeWidthAction.text = Ustaw granice szeroko\u015bci w\u0119z\u0142a
-nonboldify_branch = Bez wyt\u0142uszczenia
-nonitalicise_branch = Bez kursywy
-normal = Zwyk\u0142y
-not_saved_for_image_error = Mapa musi by\u0107 zapisana zanim b\u0119dziesz m\u00f3g\u0142 wstawi\u0107 obrazek z okna wyboru pliku
-not_saved_for_link_error = Mindmapa musi zosta\u0107 zapisana przed wybraniem odno\u015Bnika do pliku.
-note_window_location = Po\u0142o\u017cenie okna notatnika
-ok = OK
-OKAction.text = OK
-OnlineReference.text = Dokumentacja mapy online
-OpenAction.text = Otw\u00F3rz...
-OpenFreeplaneSiteAction.text = Strona domowa Freeplane
-OpenPathAction.text = Otw\u00f3rz plik
-OpenURLMapAction.text = Otw\u00f3rz map\u0119 z URL...
-OpenUserDirAction.text = Otw\u00f3rz katalog u\u017cytkownika
-option_changes_may_require_restart = Zmiany prawdopodobnie pojawi\u0105 si\u0119 dopiero po ponownym uruchomieniu programu Freeplane.
-OptionalDontShowMeAgainDialog.cancel = Nie
-OptionalDontShowMeAgainDialog.dontShowAgain = Nie pytaj ponownie
-OptionalDontShowMeAgainDialog.ok = Tak
-OptionalDontShowMeAgainDialog.rememberMyDescision = Zapami\u0119taj moj\u0105 decyzj\u0119
-OptionPanel.absolute = bezwzgl\u0119dny
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Formatowanie automatyczne
-OptionPanel.ADD_CHILD = Dodaj potomka
-OptionPanel.ADD_SIBLING = Dodaj w\u0119ze\u0142 na tym samym poziomie
-OptionPanel.addons = Dodatki
-OptionPanel.always_fold_all_after_load = Zwi\u0144 wszystko
-OptionPanel.always_load_last_maps = \u0141aduj ostatnie i nowe mapy
-OptionPanel.always_load_last_maps.tooltip = Otwiera ostnie pliki wg powy\u017cszych ustawie\u0144, nawet otwieraj\u0105c FP wybrany plik mapy
-OptionPanel.always_save_folding = zawsze
-OptionPanel.always_save_folding_state = Zawsze zapisuj zmiany stanu zwini\u0119\u0107
-OptionPanel.always_save_folding_state.tooltip = Je\u017celi w\u0142\u0105czone, ka\u017cda zmiana zwini\u0119cia zaznacza map\u0119 jako zmodyfikowan\u0105 i przypomina o konieczno\u015bci jej zapisania.
-OptionPanel.always_unfold_all_after_load = Rozwi\u0144 wszystko
-OptionPanel.antialias = Antyaliasing
-OptionPanel.antialias.tooltip = <html> Okre\u015Bla jako\u015B\u0107 wy\u015Bwietlania mindmapy. Im wi\u0119cej antyaliasingu, tym wolniej dzia\u0142a Freeplane</html>
-OptionPanel.antialias_all = Antyaliasing wszystkiego
-OptionPanel.antialias_edges = Antyaliasing ga\u0142\u0119zi
-OptionPanel.antialias_none = brak
-OptionPanel.Appearance = Wygl\u0105d
-OptionPanel.ar = Arabski
-OptionPanel.ARC = \u0141uk
-OptionPanel.as_parent = Jak rodzic
-OptionPanel.ask = Pytaj
-OptionPanel.automatic = automatyczny
-OptionPanel.automaticFormat_level = Formatowanie automatyczne
-OptionPanel.automaticFormat_level1 = Format korzenia
-OptionPanel.automaticFormat_level2 = Format w\u0119z\u0142a pierwszego poziomu
-OptionPanel.backup_file_number = Ilo\u015b\u0107 przechowywanych kopii zapasowych
-OptionPanel.Behaviour = Spos\u00F3b dzia\u0142ania
-OptionPanel.bezier = bezier
-OptionPanel.bubble = ramka
-OptionPanel.ca = Katalo\u0144ski
-OptionPanel.Cancel = Anuluj
-OptionPanel.center_selected_node = Wy\u015brodkuj wybrane w\u0119z\u0142y
-OptionPanel.check_updates_automatically = Sprawdzaj dost\u0119pno\u015b\u0107 aktualizacji przy uruchomieniu
-OptionPanel.childpattern = Szablon potomka
-OptionPanel.childpattern.tooltip = Wybrany szablon zostanie zastosowany dla wszystkich potomk\u00F3w.
-OptionPanel.clear_all_setters = Prze\u0142\u0105cz wszystkie
-OptionPanel.clear_all_setters.tooltip = Enables or disables all change indications.
-OptionPanel.cloud = Chmurka
-OptionPanel.cloudcolor = Chmurka i kolor
-OptionPanel.cloudshape = Kszta\u0142t chmurki
-OptionPanel.combined = Ramka/bez ramki
-OptionPanel.compare_as_number = Por\u00f3wnaj jako liczby
-OptionPanel.convert_to_current_version = <html>Konwertowa\u0107 automatycznie mapy w starszej wersji Freeplane <br>do obecnej wersji?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Tylko dla bardzo du\u017cych map, kt\u00f3re nie musz\u0105 by\u0107 konwertowane <br>(to jest wiedza ekspercka) mo\u017cesz otwiera\u0107 mapy bez konwertowania.</html>
-OptionPanel.cs = Czeski
-OptionPanel.cut_nodes_without_question = Wycina\u0107 w\u0119z\u0142y bez potwierdzania?
-OptionPanel.cut_nodes_without_question.tooltip = Je\u017celi w\u0142\u0105czone, w\u0119z\u0142y b\u0119d\u0105 wycinane bez potwierdzania. Mo\u017ce to spowodowa\u0107 utrat\u0119 danych przy przypadkowym u\u017cyciu.
-OptionPanel.da = Du\u0144ski
-OptionPanel.date_format = Standardowe formatowanie daty
-OptionPanel.date_format.tooltip = Mo\u017cliwe opcje: SHORT, MEDIUM, LONG, FULL lub wz\u00f3r typu "MM/dd/yyyy"
-OptionPanel.datetime_format = Standardowe formatowanie daty i czasu
-OptionPanel.datetime_format.tooltip = Zar\u00f3wno: <styl daty>,<styl czasu> (style: SHORT, MEDIUM, LONG lub FULL) lub pe\u0142ny wz\u00f3r typu "M/d/yyyy hh:mm"
-OptionPanel.de = Niemiecki
-OptionPanel.default = domy\u015Blny
-OptionPanel.default_attribute_key_column_width = Domy\u015blna szeroko\u015b\u0107 klucza atrybutu
-OptionPanel.default_attribute_value_column_width = Domy\u015blna szeroko\u015b\u0107 warto\u015bci atrybutu
-OptionPanel.default_browser_command_mac = Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> Dla Mac'a: (dzi\u0119kujemy Nickowi!)</html>
-OptionPanel.default_browser_command_other_os = Inne systemy operacyjne
-OptionPanel.default_browser_command_other_os.tooltip = <html> G\u0142\u00F3wnie odnosi si\u0119 do Linuxa</html>
-OptionPanel.default_browser_command_windows_9x = Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html> Dla Windows (znaki "" s\u0105 konieczne z powodu odno\u015Bnik\u00F3w, kt\u00F3re zawieraj\u0105 "=" w sobie)</html>
-OptionPanel.default_browser_command_windows_nt = Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html> Dla Windows (znaki "" s\u0105 konieczne z powodu odno\u015Bnik\u00F3w, kt\u00F3re zawieraj\u0105 "=" w sobie)</html>
-OptionPanel.default_charset = Zestaw znak\u00f3w
-OptionPanel.Defaults = Domy\u015Blne
-OptionPanel.delete_automatic_saves_at_exit = Usu\u0144 automatyczne kopie po zako\u0144czeniu programu
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Po normalnym zamkni\u0119ciu Freeplane b\u0119dzie usuwa\u0142 wszystkie automatycznie utworzone pliki</html>
-OptionPanel.delete_nodes_without_question = Usuwa\u0107 w\u0119z\u0142y bez potwierdzania?
-OptionPanel.delete_nodes_without_question.tooltip = Je\u017celi w\u0142\u0105czone, w\u0119z\u0142y b\u0119d\u0105 usuwane bez potwierdzania. Mo\u017ce to spowodowa\u0107 utrat\u0119 danych przy przypadkowym u\u017cyciu.
-OptionPanel.disable_cursor_move_paper = Wy\u0142\u0105cz specjalny kursor podczas przewijania
-OptionPanel.disable_cursor_move_paper.tooltip = <html> Nie wy\u015Bwietlaj specjalnego kursora podczas przewijania za pomoc\u0105 przeci\u0105gania t\u0142a</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Wy\u015bwietlaj edytor w mapie (inline)  dla wszystkich nowych w\u0119z\u0142\u00f3w
-OptionPanel.display_node_id = Wy\u015bwietlaj ID w\u0119z\u0142a
-OptionPanel.edgecolor = Kolor ga\u0142\u0119zi
-OptionPanel.edgecolor.tooltip = Kopiuj w\u0142a\u015Bciwo\u015B\u0107 ga\u0142\u0119zi do w\u0119z\u0142a rodzica (dzia\u0142a te\u017C na wszytkich potomk\u00F3w)
-OptionPanel.edgestyle = Styl ga\u0142\u0119zi
-OptionPanel.edgestyle.tooltip = Kopiuj w\u0142a\u015Bciwo\u015B\u0107 ga\u0142\u0119zi do w\u0119z\u0142a rodzica (dzia\u0142a te\u017C na wszytkich potomk\u00F3w)
-OptionPanel.edgewidth = Szeroko\u015B\u0107 ga\u0142\u0119zi
-OptionPanel.edgewidth.tooltip = Kopiuj w\u0142a\u015Bciwo\u015B\u0107 ga\u0142\u0119zi do w\u0119z\u0142a rodzica (dzia\u0142a te\u017C na wszytkich potomk\u00F3w)
-OptionPanel.EDIT_CURRENT = Nadpisuj zawarto\u015b\u0107
-OptionPanel.editor_extra_width = Krok zwi\u0119kszania szeroko\u015bci w\u0119z\u0142a
-OptionPanel.editor_extra_width.tooltip = <html>Okre\u015bla liczb\u0119 pikseli, o kt\u00f3r\u0105 zwi\u0119ksza si\u0119 szeroko\u015b\u0107 w\u0119z\u0142a je\u017celi tekst wychodzi poza aktualn\u0105 szeroko\u015b\u0107.</html>
-OptionPanel.el = Grecki
-OptionPanel.el__buttons_above = Przyciski u g\u00f3ry
-OptionPanel.el__enter_confirms_by_default = Enter domy\u015Blnie zamyka edytorek
-OptionPanel.el__max_default_window_height = Maksymalna wysoko\u015B\u0107 okna
-OptionPanel.el__max_default_window_width = Maksymalna szeroko\u015B\u0107 okna
-OptionPanel.el__min_default_window_height = Minimalna wysoko\u015B\u0107 okna
-OptionPanel.el__min_default_window_width = Minimalna szeroko\u015B\u0107 okna
-OptionPanel.el__position_window_below_node = Umie\u015B\u0107 okno pod edytowanym w\u0119z\u0142em
-OptionPanel.en = Angielski
-OptionPanel.Environment = \u015Arodowisko
-OptionPanel.es = Hiszpa\u0144ski
-OptionPanel.et = Esto\u0144ski
-OptionPanel.execute_scripts_without_asking = Wykonywa\u0107 skrypty bez potwierdzania?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Skrypty Freeplane s\u0105 w zasadzie w stanie wykona\u0107 ka\u017cd\u0105 czynno\u015b\u0107 na Twoim komputerze. <br>Tak wi\u0119c nie powiniene\u015b uruchamia\u0107 skrypt\u00f3w z niepewnych \u017ar\u00f3de\u0142.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Zezwalaj na uruchamianie zewn\u0119trznych aplikacji (NIE zalecane)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>Je\u017celi Twoje skrypty Groovy musz\u0105 uruchamia\u0107 zewn\u0119trzne aplikacje (takie jak przegl\u0105darka) bez pytania(!),<br>musisz w\u0142\u0105czy\u0107 t\u0105 opcj\u0119. <br>Ale u\u017cywaj jej ostro\u017cnie, poniewa\u017c z\u0142o\u015bliwe skrypty mog\u0105 zagra\u017ca\u0107 Twojemu komputerowi!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Zezwalaj na operacje na plikach (NIE zalecane)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>Je\u017celi Twoje skrypty Groovy musz\u0105 wykonywa\u0107 operacje na plikach (takie jak otwarcie, zamkni\u0119cie, czytanie, zapis, kasowanie(!)),<br>musisz w\u0142\u0105czy\u0107 t\u0105 opcj\u0119. <br>Ale u\u017cywaj jej ostro\u017cnie, poniewa\u017c z\u0142o\u015bliwe skrypty mog\u0105 zagra\u017ca\u0107 Twojemu komputerowi!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Zezwalaj na operacje sieciowe (NIE zalecane)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>Je\u017celi Twoje skrypty Groovy musz\u0105 wykonywa\u0107 operacje sieciowe,<br>musisz w\u0142\u0105czy\u0107 t\u0105 opcj\u0119. <br>Ale u\u017cywaj jej ostro\u017cnie, poniewa\u017c z\u0142o\u015bliwe skrypty mog\u0105 odczyta\u0107 Twoje prywatne informacje!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Pozw\u00f3l na operacje zapisywania plik\u00f3w (NIE polecane)
-OptionPanel.experimental_file_locking_on = Eksperymentalne blokowanie plik\u00F3w
-OptionPanel.experimental_file_locking_on.tooltip = <html> Funkcja testowa. U\u017Cywasz na w\u0142asne ryzyko</html>
-OptionPanel.export_icons_in_html = Eksport ikon razem z HTML
-OptionPanel.export_icons_in_html.tooltip = <html>  Okre\u015Bla czy podczas eksportu do HTML maj\u0105 by\u0107 do\u0142\u0105czane ikony. Problem z ikonami polega na tym,<br>\u017Ce cz\u0119sto odno\u015Bniki do nich przestaj\u0105 by\u0107 prawid\u0142owe po przeniesieniu na inny komputer</html>
-OptionPanel.Files = Pliki
-OptionPanel.first = pierwsza
-OptionPanel.foldingsymbolwidth = \u015Arednica symbolu zwini\u0119tych w\u0119z\u0142\u00F3w
-OptionPanel.foldingsymbolwidth.tooltip = <html> \u015Arednica okr\u0119gu obok zwini\u0119tych w\u0119z\u0142\u00F3w</html>
-OptionPanel.fork = bez ramki
-OptionPanel.format_locale = Lokalizacja formatowania
-OptionPanel.format_locale.tooltip = Ustawienia lokalizacji dla formatowania i przetwarzania danych
-OptionPanel.formula_disable_caching = Wy\u0142\u0105cz cache'owanie wykonywania formu\u0142
-OptionPanel.formula_disable_plugin = Wy\u0142\u0105cz wykonywanie formu\u0142
-OptionPanel.fr = Francuski
-OptionPanel.gl = Galicyjski
-OptionPanel.goto_note_end_on_edit = Przenie\u015b w notatce kursor na koniec
-OptionPanel.grid_size = Odleg\u0142o\u015bci mi\u0119dzy punktami siatki(przyci\u0105ganie)
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = ukryj kraw\u0119d\u017a
-OptionPanel.horizontal = poziomo
-OptionPanel.hr = Horwacki
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = jako esej
-OptionPanel.html_export_fold_all = Zwi\u0144 wszystko
-OptionPanel.html_export_fold_currently_folded = zwi\u0144 obecnie zwini\u0119te
-OptionPanel.html_export_folding = Zwijanie dokument\u00F3w HTML
-OptionPanel.html_export_no_folding = bez zwijania
-OptionPanel.hu = W\u0119gierski
-OptionPanel.icon = Ikona
-OptionPanel.icon.tooltip = Je\u017Celi zaaplikujesz w\u0119ze\u0142 b\u0119dzie mia\u0142 dok\u0142adnie t\u0105 ikon\u0119.
-OptionPanel.icons.list = Lista wy\u015bwietlanych standardowych ikon
-OptionPanel.icons.list.tooltip = Tutaj mo\u017cesz uporz\u0105dkowa\u0107 lub wy\u0142\u0105czy\u0107 standardowe ikony. Ikony musz\u0105 by\u0107 oddzielane znakiem ";".
-OptionPanel.id = Indonezyjski
-OptionPanel.IGNORE = Nic nie r\u00f3b
-OptionPanel.il__enter_confirms_by_default = Domy\u015blnie Enter potwierdza
-OptionPanel.it = W\u0142oski
-OptionPanel.ja = Japo\u0144ski
-OptionPanel.key_type_action = Przy naci\u015bni\u0119ciu klawisza
-OptionPanel.Keystrokes = Klawiatura
-OptionPanel.ko = Korea\u0144ski
-OptionPanel.label_font_family = Rodzina czcionek
-OptionPanel.label_font_size = Rozmiar czcionki
-OptionPanel.language = J\u0119zyk
-OptionPanel.language.tooltip = <html> To jest j\u0119zyk, kt\u00F3ry powinien zosta\u0107 u\u017Cyty przez program. 'automatyczny' pr\u00F3buje za\u0142adowa\u0107 j\u0119zyk systemowy</html>
-OptionPanel.last = ostatnia
-OptionPanel.last_opened_list_length = D\u0142ugo\u015B\u0107 listy ostatnio otwieranych
-OptionPanel.layout_map_on_text_change = Aktualizuj uk\u0142ad mapy podczas edycji
-OptionPanel.layout_map_on_text_change.tooltip = Wy\u0142\u0105cz, aby program dzia\u0142a\u0142 p\u0142ynniej
-OptionPanel.linear = liniowy
-OptionPanel.links = Odno\u015Bnik
-OptionPanel.links.tooltip = <html> Tworzenie wzgl\u0119dnych lub bezwzgl\u0119dnych odno\u015Bnik\u00F3w</html>
-OptionPanel.load_folding = Przy wczytywaniu
-OptionPanel.load_folding_from_map_default_fold_all = Za\u0142aduj z mapy, lub zwi\u0144 wszystko
-OptionPanel.load_folding_from_map_default_unfold_all = Za\u0142aduj z mapy, lub rozwi\u0144 wszystko
-OptionPanel.load_last_map = Automatycznie otw\u00F3rz ostatni\u0105 map\u0119
-OptionPanel.load_last_map.tooltip = <html>Je\u017celi zaznaczone, podczas uruchamiania Freeplanea zostanie za\u0142adowana ostatnio otworzona mapa.</html>
-OptionPanel.load_last_maps = Otw\u00f3rz wszystkie mapy z poprzedzniej sesji
-OptionPanel.lookandfeel = Styl interfejsu u\u017cytkownika (Look&Feel)
-OptionPanel.lookandfeel.tooltip = <html> Look&Feel - wygl\u0105d programu. Je\u015Bli chcesz u\u017Cy\u0107 w\u0142asnego, wprowad\u017A nazw\u0119 klasy i upewnij si\u0119, \u017Ce odpowiednie pliki *.jar s\u0105 \u0142adowane.<br>Je\u015Bli masz jaki\u015B problem z Look&Feel wybierz '\u017Baden'. Dzia\u0142a r\u00F3wnie\u017C z appletami</html>
-OptionPanel.lt = Litewski
-OptionPanel.max_displayed_node_count = Maksymalna liczba wy\u015bwietlanych w\u0119z\u0142\u00f3w
-OptionPanel.max_menu_item_count = Maksymalna liczba element\u00f3w menu
-OptionPanel.max_menu_item_count.tooltip = Ogranicza liczb\u0119 element\u00f3w w pojedynczym podmenu, najmniej 10
-OptionPanel.max_node_width = Maksymalna szeroko\u015B\u0107 w\u0119z\u0142a
-OptionPanel.max_node_width.tooltip = <html> Domy\u015Blna maksymalna szeroko\u015B\u0107 w\u0119z\u0142a w pikselach</html>
-OptionPanel.max_shortened_text_length = Maksymalna szeroko\u015b\u0107 skr\u00f3conego w\u0119z\u0142a
-OptionPanel.metal = Metal
-OptionPanel.min_node_width = Minimalna szeroko\u015b\u0107 w\u0119z\u0142a
-OptionPanel.motif = Motif
-OptionPanel.nb = Norweski Bokm\u00e5l
-OptionPanel.never_save_folding = nigdy
-OptionPanel.nl = Du\u0144ski, Flamandzki
-OptionPanel.nn = Norweski Nynorsk
-OptionPanel.nodebackgroundcolor = Kolor t\u0142a w\u0119z\u0142a...
-OptionPanel.nodebackgroundcolor.tooltip = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = Kolor w\u0119z\u0142a
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = Pogrubienie czcionki
-OptionPanel.nodefontitalic = Kursywa
-OptionPanel.nodefontname = Czcionka w\u0119z\u0142a
-OptionPanel.nodefontsize = Wielko\u015B\u0107 czcionki w\u0119z\u0142a
-OptionPanel.nodeformat = Formatowanie
-OptionPanel.nodenumbering = Numeracja w\u0119z\u0142\u00f3w
-OptionPanel.nodenumbering.tooltip = Dodaje numer (np. 1.3.1) do tekstu w\u0119z\u0142a
-OptionPanel.nodeshape = Styl w\u0119z\u0142a
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = Edytuj w\u0119ze\u0142
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = Nic
-OptionPanel.number_format = Standardowe formatowanie liczb
-OptionPanel.number_format.tooltip = Wzr\u00f3 zawieraj\u0105cy '#' dla opcjonalnych lub '0' dla obowi\u0105zkowych cyfr. Przyk\u0142ady:  "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = Ilo\u015B\u0107 przechowywanych automatycznych kopii
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> Liczba plik\u00F3w u\u017Cywanych do przechowywania automatycznych zapis\u00F3w (n-plik\u00F3w).<br>Pierwsza kopia jest przechowywana w pliku 1, a\u017C  do n+1-kopii, kt\u00F3ra jest zapisywana znowu w pliku 1 (cyklicznie)</html>
-OptionPanel.OK = Zapisz ustawienia
-OptionPanel.org.freeplane.plugin.bugreport = Polityka
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Zawsze wysy\u0142aj
-OptionPanel.org.freeplane.plugin.bugreport.ask = Poka\u017c okno dialogowe raportu
-OptionPanel.org.freeplane.plugin.bugreport.denied = Nigdy nie wysy\u0142aj
-OptionPanel.outline_hgap = Pozioma odleg\u0142o\u015b\u0107
-OptionPanel.outline_vgap = Pionowa odleg\u0142o\u015b\u0107
-OptionPanel.paint_connectors_behind = Rysuj po\u0142\u0105czenia za (poni\u017cej) w\u0119z\u0142ami
-OptionPanel.parse_data = Rozpoznawaj liczby i dat\u0119-godzin\u0119
-OptionPanel.parse_data.tooltip = Pr\u00f3buje przetworzy\u0107 dat\u0119, dat\u0119-godzin\u0119 i liczby i zastosowa\u0107 stoandardowe formatowania. Przyk\u0142ady: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.path_property_may_not_be_empty = W\u0142a\u015bciwo\u015bci \u015bcie\u017cki nie mog\u0105 by\u0107 puste. Zmiana zosta\u0142a anulowana.
-OptionPanel.patternname = Nazwa
-OptionPanel.patternname.tooltip = Unikatowa nazwa szablonu
-OptionPanel.pl = *Polski*
-OptionPanel.placenewbranches = Po\u0142o\u017Cenie nowych ga\u0142\u0119zi
-OptionPanel.placenewbranches.tooltip = <html> Gdzie umieszcza\u0107 nowe ga\u0142\u0119zie</html>
-OptionPanel.plugins = Wtyczki
-OptionPanel.printonwhitebackground = <html>Bia\u0142e t\u0142o przy wydruku</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Zawsze u\u017cywaj bia\u0142ego t\u0142a przy wydruku</html>
-OptionPanel.pt_BR = Portugalski (Brazylia)
-OptionPanel.pt_PT = Portugalski (Portugalia)
-OptionPanel.RECT = Prostok\u0105t
-OptionPanel.relative = wzgl\u0119dny
-OptionPanel.remind_use_rich_text_in_new_nodes = U\u017cywaj tekstu sformatowanego dla wklejanych w\u0119z\u0142\u00f3w
-OptionPanel.remove_notes_without_question = Usuwa\u0107 notatki bez potwierdzania?
-OptionPanel.remove_notes_without_question.tooltip = Je\u017celi w\u0142\u0105czone, notatki nale\u017c\u0105ce do wybranych w\u0119z\u0142\u00f3w b\u0119d\u0105 usuwane bez potwierdzania. Mo\u017ce to spowodowa\u0107 utrat\u0119 danych przy przypadkowym u\u017cyciu.
-OptionPanel.resources_use_default_font_for_notes_too = U\u017cywaj domy\u015blnej czcionki tak\u017ce dla notatek.
-OptionPanel.resources_use_margin_top_zero_for_notes = Usu\u0144 g\u00f3rny margines dla notatek
-OptionPanel.revision_color = Kolor wersji
-OptionPanel.revision_color.tooltip = Kolor t\u0142a dla zmodyfikowanych w\u0119z\u0142\u00f3w.
-OptionPanel.ROUND_RECT = Zaokr\u0105glony prostok\u0105t
-OptionPanel.ru = Rosyjski
-OptionPanel.save_folding = Zapisuj zwini\u0119cia
-OptionPanel.save_folding_if_map_is_changed = je\u017celi mapa zosta\u0142a zmodyfikowana
-OptionPanel.save_modification_times = Zapisuj czas modyfikacji
-OptionPanel.script_classpath = classpath skrytpu: Katalogi zawieraj\u0105ce klasy lub/i JARy
-OptionPanel.script_classpath.tooltip = <html>Lista JAR\u00f3w i/lub katalog\u00f3w do dodania do \u015bcie\u017cki klas (classpath) skrypt\u00f3w i formu\u0142. <br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Directories will be scanned for JARs and for .class files.<br>Paths that are not absolute are considered relative to the Freeplane user directory.<br>If you set the classpath you have to permit read access too!</html>
-OptionPanel.script_directories = \u015acie\u017cka wyszukiwania skrypt\u00f3w
-OptionPanel.script_directories.tooltip = <html>Lista katalog\u00f3w.<br>U\u017cyj ; (Windows) lub : (Linux, Mac) aby rozdzieli\u0107 wpisy.<br>\u015acie\u017cki nie b\u0119d\u0105ce bezwzgl\u0119dnymi s\u0105 traktowane jako wzgl\u0119de do katalogu u\u017cytkownika Freeplane'a.</html>
-OptionPanel.script_user_key_name_for_signing = Opcjonalny alias klucza u\u017cytkownika dla podpisywania skrypt\u00f3w
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>Je\u017celi chcesz podpisywa\u0107 swoje skrypty, wpisz tutaj alias klucza. <br>Oczekuje si\u0119, \u017ce klucz jest przechowywany w domy\u015blnej bazie kluczy. <br>Has\u0142o tajnego klucza musi si\u0119 zgadza\u0107 z has\u0142em bazy kluczy (domy\u015blnie).</html>
-OptionPanel.scrollbar_increment = Szybko\u015b\u0107 przewijania
-OptionPanel.selection_method = Metoda zaznaczania
-OptionPanel.selection_method.tooltip = <html> Bezpo\u015Brednio: w\u0119ze\u0142 jest zaznaczany od razu po wskazaniu myszk\u0105<br>Z op\u00F3\u017Anieniem: w\u0119ze\u0142 jest zaznaczany po up\u0142yni\u0119ciu okre\u015Blonego czasu od wskazania myszk\u0105<br>Przez klikni\u0119cie: w\u0119ze\u0142 jest zaznaczany klikni\u0119ciu na nim myszk\u0105</html>
-OptionPanel.selection_method_by_click = przez klikni\u0119cie
-OptionPanel.selection_method_delayed = z op\u00F3\u017Anieniem
-OptionPanel.selection_method_direct = bezpo\u015Brednio
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Szablony
-OptionPanel.separator.anti_alias = Antyaliasing
-OptionPanel.separator.attributes = Atrybuty
-OptionPanel.separator.automatic_save = Automatyczne zapisywanie
-OptionPanel.separator.behaviour = Spos\u00F3b dzia\u0142ania
-OptionPanel.separator.browser = Domy\u015Blne polecenie przegl\u0105dania
-OptionPanel.separator.CloudControls = Chmurki
-OptionPanel.separator.commands_for_the_program = Polecenia programu
-OptionPanel.separator.connectors = Po\u0142\u0105czenia
-OptionPanel.separator.data_formats = Formatowanie i przetwarzanie danych
-OptionPanel.separator.default_colors = Domy\u015Blne kolory
-OptionPanel.separator.default_fonts = Domy\u015Blne czcionki
-OptionPanel.separator.default_styles = Domy\u015Blne style
-OptionPanel.separator.EdgeControls = Ga\u0142\u0119zie
-OptionPanel.separator.edit_long_node_window = Edytor w\u0119z\u0142\u00f3w
-OptionPanel.separator.editing = Ustawienia edytora
-OptionPanel.separator.files = Pliki
-OptionPanel.separator.formula = Formu\u0142y
-OptionPanel.separator.General = Og\u00F3lne
-OptionPanel.separator.html_export = Eksport HTML
-OptionPanel.separator.html_import = Import Html
-OptionPanel.separator.hyperlink_types = Typ odno\u015Bnika
-OptionPanel.separator.icon_properties = Ikony
-OptionPanel.separator.icons = Ikony w "Wybierz ikon\u0119..."
-OptionPanel.separator.initial_map_size = Pocz\u0105tkowy rozmiar mapy
-OptionPanel.separator.inline_editor = Edytor in-line w\u0119z\u0142a
-OptionPanel.separator.key_typing = Klawiatura
-OptionPanel.separator.language = J\u0119zyk
-OptionPanel.separator.load = Wczytaj
-OptionPanel.separator.look_and_feel = Look and Feel
-OptionPanel.separator.mouse_wheel = K\u00F3\u0142ko myszy
-OptionPanel.separator.new_node_commands = Polecenia tworzenia nowych w\u0119z\u0142\u00F3w
-OptionPanel.separator.node_editing_commands = Polecenia edycji w\u0119z\u0142\u00F3w
-OptionPanel.separator.node_navigation_commands = Polecenia nawigacyjne
-OptionPanel.separator.NodeColors = Kolory w\u0119z\u0142a
-OptionPanel.separator.NodeFont = Czcionka w\u0119z\u0142a
-OptionPanel.separator.NodeShape = Kszta\u0142t w\u0119z\u0142a
-OptionPanel.separator.NodeStyle = Styl w\u0119z\u0142a
-OptionPanel.separator.NodeText = Tekst w\u0119z\u0142a
-OptionPanel.separator.notifications = Potwierdzenia
-OptionPanel.separator.org.freeplane.plugin.bugreport = Automatyczne raportowanie b\u0142\u0119d\u00f3w
-OptionPanel.separator.other_defaults = Inne ustawienia domy\u015Blne
-OptionPanel.separator.others = Inne skr\u00F3ty klawiszowe
-OptionPanel.separator.outline_view = Widok konspektu
-OptionPanel.separator.patterns = Szablony
-OptionPanel.separator.root_node_appearance = Wygl\u0105d w\u0119z\u0142a korzenia (Root)
-OptionPanel.separator.save = Zapisz ustawienia
-OptionPanel.separator.scripting = Skrypty
-OptionPanel.separator.scrollbar = Pasek przewijania
-OptionPanel.separator.search = Wyszukiwanie
-OptionPanel.separator.selection_colors = Kolory zaznaczenia
-OptionPanel.separator.selection_method = Metoda zaznaczania
-OptionPanel.separator.single_instance_mode = Pojedyncza instancja programu
-OptionPanel.separator.size_limits = Ograniczenie wielko\u015bci
-OptionPanel.separator.spelling = Opcje sprawdzania pisowni
-OptionPanel.separator.status = Wiersz statusu
-OptionPanel.separator.tooltip = Czas dymk\u00f3w podpowiedzi
-OptionPanel.separator.undo = Cofnij
-OptionPanel.separator.updates = Aktualizacja programu
-OptionPanel.set_property_text = Zmie\u0144
-OptionPanel.set_property_text.tooltip = Pusty: nie dotykaj; Minus=Usu\u0144 w\u0142a\u015Bciwo\u015B\u0107 (ustaw warto\u015B\u0107 domy\u015Bln\u0105); Plus=Zmie\u0144 w\u0142a\u015Bciwo\u015B\u0107
-OptionPanel.setscript = Zmieni\u0107?
-OptionPanel.setscript.tooltip = Skrypt mo\u017ce zosta\u0107 powi\u0105zany ze stylem.
-OptionPanel.sharp_bezier = Ostra krzywa B\u00E9ziera
-OptionPanel.sharp_linear = Ostra linia
-OptionPanel.show_icon_for_attributes = Poka\u017c ikony atrybut\u00f3w
-OptionPanel.show_node_tooltips = Wy\u015bwietlaj dymki podpowiedzi dla w\u0119z\u0142\u00f3w
-OptionPanel.show_note_icons = Poka\u017c ikony notatek
-OptionPanel.show_styles_in_tooltip = Wy\u015bwietlaj style w\u0119z\u0142a w dymkach podpowiedzi
-OptionPanel.signed_script_are_trusted = Ufaj podpisanym skryptom (zalecane).
-OptionPanel.signed_script_are_trusted.tooltip = Je\u017celi skrypty s\u0105 podpisane przez zaufanych dostawc\u00f3w (np. przez autor\u00f3w Freeplane lub przez Ciebie), s\u0105 wykowywane bez ogranicze\u0144.
-OptionPanel.single_backup_directory = U\u017cyj pojedynczego katalogo dla kopii bezpiecze\u0144stwa plik\u00f3w
-OptionPanel.single_backup_directory.tooltip = Okre\u015bla czy pliki kopii bezpiecze\u0144stwa i automatycznego zapisywania maj\u0105 by\u0107 zapisywane w jednym (globalnie) katalogu zamiast w podkatalogu katalogu w kt\u00f3rym znajduje si\u0119 mapa.
-OptionPanel.single_backup_directory_path = Katalog kopii bezpiecze\u0144stwa (je\u017celi powy\u017csze jest zaznaczone)
-OptionPanel.single_backup_directory_path.tooltip = <html>Zast\u0119puje domy\u015blny <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Otwieraj pliki w dzia\u0142aj\u0105cej instancji
-OptionPanel.single_instance_force = Tylko jedna instancja programu
-OptionPanel.sk = S\u0142owacki
-OptionPanel.sl = S\u0142owe\u0144ski
-OptionPanel.spelling_opt_case_sensitive = Uwzgl\u0119dniaj wielko\u015b\u0107 znak\u00f3w
-OptionPanel.spelling_opt_ignore_all_caps_words = Ignoruj s\u0142owa pisane wielkimi literami
-OptionPanel.spelling_opt_ignore_words_with_numbers = Ignoruj s\u0142owa z cyframi
-OptionPanel.spelling_opt_suggestions_limit_dialog = Maksymalna ilo\u015b\u0107 sugestii w oknie dialogowym
-OptionPanel.spelling_opt_suggestions_limit_menu = Maksymalna ilo\u015b\u0107 sugestii w oknie w menu
-OptionPanel.sr = Serbski
-OptionPanel.standard_template = Standardowy szablon
-OptionPanel.standardbackgroundcolor = Kolor t\u0142a
-OptionPanel.standardbackgroundcolor.tooltip = <html> Domy\u015Blny kolor t\u0142a (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
-OptionPanel.standardcloudcolor = Kolor chmurki
-OptionPanel.standardcloudcolor.tooltip = <html> Domy\u015Blny kolor chmurki (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
-OptionPanel.standardcloudestyle = Styl chmurki
-OptionPanel.standardcloudestyle.tooltip = <html> Domy\u015Blny styl chmurki. Obecnie tylko "Krzywa B\u00E9ziera" jest obs\u0142ugiwana</html>
-OptionPanel.standarddrawrectangleforselection = Wy\u015bwietlaj zaznaczone w\u0119z\u0142y w balonach.
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Zaznaczaj wybrane w\u0119z\u0142y poprzez otoczenie balonem.</html>
-OptionPanel.standardlinkcolor = Kolor po\u0142\u0105cze\u0144
-OptionPanel.standardlinkcolor.tooltip = <html> Domy\u015Blny kolor po\u0142\u0105cze\u0144 (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
-OptionPanel.standardlinkestyle = Styl po\u0142\u0105czenia
-OptionPanel.standardlinkestyle.tooltip = <html> Domy\u015Blny styl po\u0142\u0105czenia. Obecnie tylko "Krzywa B\u00E9ziera" jest obs\u0142ugiwana</html>
-OptionPanel.standardselectednodecolor = Kolor zaznaczonego w\u0119z\u0142a
-OptionPanel.standardselectednodecolor.tooltip = <html> Domy\u015Blny kolor zaznaczonego w\u0119z\u0142a (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
-OptionPanel.standardselectednoderectanglecolor = Kolor balonu wybranego w\u0119z\u0142a
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Kolor balonu zaznaczaj\u0105cego wybrane w\u0119z\u0142y. W notacji html (#RRGGBB w warto\u015bciach szesnastkowych) </html>
-OptionPanel.STAR = Gwiazda
-OptionPanel.structured_html_import = Importuj HTML jako struktur\u0119 w\u0119z\u0142\u00f3w.
-OptionPanel.structured_icon_toolbar = Grupuj ikony w pasku narz\u0119dziowym
-OptionPanel.summary = Podsumowanie
-OptionPanel.sv = Szwedzki
-OptionPanel.text.use_ctrl_key = U\u017cyj 'Przypisz do skr\u00f3tu klawiszowego' z menu Narz\u0119dzia
-OptionPanel.time_for_automatic_save = Czas pomi\u0119dzy zapisami (ms)
-OptionPanel.time_for_automatic_save.tooltip = <html> Czas pomi\u0119dzy kolejnymi automatycznymi zapisami. Ustaw na 2000000000, aby wy\u0142\u0105czy\u0107</html>
-OptionPanel.time_for_delayed_selection = Op\u00F3\u017Anienie (ms)
-OptionPanel.time_for_delayed_selection.tooltip = <html> Zmienia op\u00F3\u017Anienie zaznaczania. Ustaw na 1, je\u015Bli chcesz zaznacza\u0107 od razu po najechaniu myszk\u0105</html>
-OptionPanel.toolTipManager.dismissDelay = Czas wy\u015bwietlania, ms
-OptionPanel.toolTipManager.initialDelay = Op\u00f3\u017anienie pocz\u0105tkowe, ms
-OptionPanel.toolTipManager.max_tooltip_width = Szeroko\u015B\u0107 dymk\u00F3w podpowiedzi
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Domy\u015Blna szeroko\u015B\u0107 dymku podpowiedzi w pikselach</html>
-OptionPanel.toolTipManager.reshowDelay = Op\u00f3\u017anienie ponownego wy\u015bwietlenia, ms
-OptionPanel.tr = Turecki
-OptionPanel.uk_UA = Ukrai\u0144ski
-OptionPanel.undefined_font = Niezdefiniowana czcionka
-OptionPanel.undo_levels = Ilo\u015B\u0107 zapami\u0119tanych operacji
-OptionPanel.undo_levels.tooltip = <html> Opisuje ile ostatnich operacji mo\u017Ce zosta\u0107 cofni\u0119tych</html>
-OptionPanel.unfold_on_paste = Rozwi\u0144 w\u0119ze\u0142 przy wklejaniu
-OptionPanel.unfold_on_paste.tooltip = Rozwi\u0144 w\u0119ze\u0142 przy wklejaniu lub przeci\u0105ganiu
-OptionPanel.use_common_out_point_for_root_node = Ga\u0142\u0119zie wychodz\u0105 z jednego punktu z w\u0119z\u0142a korzenia (Root)
-OptionPanel.use_common_out_point_for_root_node.tooltip = Ga\u0142\u0119zie wychodz\u0105 z jednego punktu z w\u0119z\u0142a korzenia (Root)
-OptionPanel.use_tabbed_pane = U\u017cuwaj kart
-OptionPanel.use_tabbed_pane.tooltip = Je\u017celi w\u0142\u0105czone, mapy b\u0119d\u0105 wy\u015bwietlane w kartach (jak w Firefoksie).
-OptionPanel.validate_classpath_needs_readaccess = Skrypty: Kiedy ustawiasz \u015bcie\u017ck\u0119 klas 'classpath' musisz mie\u0107 prawa odczytu w tym katalogu!
-OptionPanel.validate_invalid_date_format = Nieprawid\u0142owy standardowy format dnia
-OptionPanel.validate_invalid_datetime_format = Nieprawid\u0142owy standardowy format dnia-godziny
-OptionPanel.validate_invalid_number_format = Nieprawid\u0142owy standardowy format liczby
-OptionPanel.validate_write_without_read = Skrypty rozwa\u017c dodanie Read/File do Write/File.
-OptionPanel.validation_error = <html><body>B\u0142\u0119dy walidacji:<p><em>{0}</em><p>Zmie\u0144 ustawienia w preferecjach, \u017ceby naprawi\u0107 b\u0142\u0119dy.</body></html>
-OptionPanel.validation_warning = <html><body>Ostrze\u017cenia walidacji:<p><em>{0}</em></body></html>
-OptionPanel.vi = Wietnamski
-OptionPanel.wheel_velocity = Pr\u0119dko\u015B\u0107 k\u00F3\u0142ka
-OptionPanel.wheel_velocity.tooltip = Wy\u017Csza warto\u015B\u0107 powoduje szybsze poruszanie si\u0119 k\u00F3\u0142kiem myszy po mapie
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Chi\u0144ski (uproszczony)
-OptionPanel.zh_TW = Chi\u0144ski (tradycyjny)
-org.freeplane.plugin.bugreport.agree = Wy\u015blij
-org.freeplane.plugin.bugreport.always_agree = Zawsze wysy\u0142aj
-org.freeplane.plugin.bugreport.always_deny = Nigdy nie wysy\u0142aj
-org.freeplane.plugin.bugreport.deny = Nie wysy\u0142aj
-org.freeplane.plugin.bugreport.dialog.title = Automatyczne raportowanie b\u0142\u0119d\u00f3w
-org.freeplane.plugin.bugreport.freeplane_team = Wiadomo\u015b\u0107 zespo\u0142u Freeplane
-org.freeplane.plugin.bugreport.lastreport = Otrzymany raport
-org.freeplane.plugin.bugreport.never = Nigdy nie pytaj mnie o pomoc
-org.freeplane.plugin.bugreport.question = <html>Freeplane posiada mechanizm automatycznego raportowania b\u0142\u0119d\u00f3w.<br>Zawarto\u015b\u0107 mapy ani \u017cadne dane osobiste nie b\u0119d\u0105 nigdy wysy\u0142ane.<br>Raporty b\u0142\u0119d\u00f3w pomog\u0105 nam ulepszy\u0107 program.
-org.freeplane.plugin.bugreport.report = Aktualny raport
-org.freeplane.plugin.bugreport.wanted_bug = Wyst\u0105pi\u0142 b\u0142\u0105d wewn\u0119trzny i zosta\u0142 automatycznie zg\u0142oszony.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = W\u0119ze\u0142 {0} nie jes zdefiniowany
-out_of_memory = Brak pami\u0119ci.
-overwrite_keyset_question = Nadpisa\u0107 istniej\u0105cy zestaw skr\u00f3t\u00f3w klawiszowych?
-PageAction.text = Ustawienia strony...
-password_is_not_ascii = Has\u0142o nie jest ASCII
-PasteAction.text = Wklej
-PasteAttributes.text = Wklej atrybuty
-PatternNewNameProperty = Nowy szablon
-PatternToString.backgroundColor = Kolor t\u0142a
-PatternToString.Child = Styl w\u0119z\u0142a potomnego
-PatternToString.color = Kolor
-PatternToString.EdgeColor = Kolor ga\u0142\u0119zi
-PatternToString.EdgeStyle = Styl ga\u0142\u0119zi
-PatternToString.EdgeWidth = Szeroko\u015B\u0107 ga\u0142\u0119zi
-PatternToString.FontBold = Pogrubienie
-PatternToString.FontItalic = Kursywa
-PatternToString.FontName = Nazwa czcionki
-PatternToString.Icon = Ikona
-PatternToString.NodeFontSize = Rozmiar czcionki
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = dni
-PeriodUnit.HOUR = godzin
-PeriodUnit.MINUTE = minut
-PeriodUnit.MONTH = miesi\u0119cy
-PeriodUnit.WEEK = tygodni
-PeriodUnit.YEAR = lat
-plugins/latex/LatexNodeHook.editorTitle = Edytuj formu\u0142\u0119 LaTeX-u
-plugins/script_filter = Filtr skryptowy {0}
-plugins/script_filter_error = {0} powinien by\u0142 zwr\u00f3ci\u0107 warto\u015b\u0107 logiczn\u0105 dla {1}, ale zwr\u00f3ci\u0142 {2}
-plugins/ScriptEditor.cancel = Anuluj zmiany i wyjd\u017a
-plugins/ScriptEditor.exit = Koniec
-plugins/ScriptEditor.FORBIDDEN_ACTION = Skrypty groovy maj\u0105 ograniczone uprawnienia. Nast\u0119puj\u0105ce {0,choice,0#File|1#Network|2#Exec} operacje s\u0105 zabronione: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Mo\u017cesz zmieni\u0107 te ustawienia w preferencjach.
-plugins/ScriptEditor.menu_actions = Akcje
-plugins/ScriptEditor.new_script = Nowy skrypt
-plugins/ScriptEditor.run = Uruchom
-plugins/ScriptEditor.sign = Podpisz skrypt...
-plugins/ScriptEditor/window.Result = Wynik:
-plugins/ScriptEditor/window.title = Edytor skrypt\u00F3w
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Nieprawid\u0142owy dost\u0119p do wewn\u0119trznego API (package {0}). - Prosimy o kontakt z zespo\u0142em Freeplane je\u017celi obecne API nie udost\u0119pnia wystarczaj\u0105cych mo\u017cliwo\u015bci.
-plugins/TimeList.xml_Created = Utworzony
-plugins/TimeList.xml_Date = Data
-plugins/TimeList.xml_Icons = Ikony
-plugins/TimeList.xml_Modified = Zmieniony
-plugins/TimeList.xml_Notes = Notatki
-plugins/TimeList.xml_Text = Tekst
-plugins/TimeManagement.xml_appendButton = Dodaj dat\u0119 do wybranych w\u0119z\u0142\u00F3w
-plugins/TimeManagement.xml_Cancel = Anuluj
-plugins/TimeManagement.xml_cancelButton = Anuluj
-plugins/TimeManagement.xml_closeButton = Zamknij
-plugins/TimeManagement.xml_Export = Eksportuj zaznaczone w\u0119z\u0142y
-plugins/TimeManagement.xml_Find = Znajd\u017A
-plugins/TimeManagement.xml_Goto = Id\u017A do
-plugins/TimeManagement.xml_hour = Godzina:
-plugins/TimeManagement.xml_menu_actions = Akcje
-plugins/TimeManagement.xml_minute = Minuta:
-plugins/TimeManagement.xml_reminderButton = Przypomnij mi tego dnia
-plugins/TimeManagement.xml_reminderButton_tooltip = <html> Po naci\u015Bni\u0119ciu alarm jest ustawiany na podany czas. Migaj\u0105ca ikona oznacza alarm.<br>Je\u015Bli zamkniesz mindmap\u0119, alarm zostanie odtworzony po jej ponownym otwarciu</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html> Aktualnie mo\u017Ce by\u0107 tylko jedno przypomnienie dla w\u0119z\u0142a.<br>Aktualne przypomnienie jest zaplanowane na {0,date} {0,time}, tw\u00F3j wyb\u00F3r to {1,date} {1,time}.<br><br>Czy chcesz zmieni\u0107 przypomnienie w\u0119z\u0142a  (TAK) <br>lub zachowa\u0107 poprzednie (NIE)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = <html> Przypomnienie zaplanowane na {0,date} {0,time}</html>
-plugins/TimeManagement.xml_remindLaterButton = Przypomnij p\u00f3\u017aniej
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Przypomnij p\u00f3\u017aniej
-plugins/TimeManagement.xml_removeReminderButton = Usu\u0144 przypomnienie
-plugins/TimeManagement.xml_removeReminderButton_tooltip = <html> Usu\u0144 wszystkie przypomnienia dla zaznaczonych w\u0119z\u0142\u00F3w</html>
-plugins/TimeManagement.xml_Replace = Zamie\u0144
-plugins/TimeManagement.xml_Replace_All = Zamie\u0144 wszystko
-plugins/TimeManagement.xml_Replace_Selected = Zamie\u0144 zaznaczone
-plugins/TimeManagement.xml_Select = Zaznacz
-plugins/TimeManagement.xml_todayButton = Dzisiaj
-plugins/TimeManagement.xml_WindowTitle = Wybierz dat\u0119 przypomnienia
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Znajd\u017a i zast\u0105p
-preferences = Preferencje...
-print_preview_title = Podgl\u0105d wydruku
-PrintAction.text = Drukuj...
-PrintDirectAction.text = Drukuj
-printing_settings = Ustawienia drukowania
-PrintPreviewAction.text = Podgl\u0105d wydruku...
-PropertyAction.dialog = Preferencje
-PropertyAction.text = Preferencje...
-QuickFilterAction.text = Szybki filtr
-QuickFindAction.BACK.text = Znajd\u017a poprzedni
-QuickFindAction.FORWARD.text = Znajd\u017a nast\u0119pny
-QuickFindAllAction.text = Zaznacz wszystkie pasuj\u0105ce w\u0119z\u0142y
-QuickHighlightAction.text = Pod\u015bwietl wszystkie pasuj\u0105ce w\u0119z\u0142y
-QuitAction.text = Zako\u0144cz
-read_only = Tylko do odczytu
-ReadScriptError.text = B\u0142\u0105d podczas czytania skryptu
-really_convert_to_current_version = <html>Ta mapa zosta\u0142a utworzona w starszej wersji Freeplane. <br>Czy powinna zosta\u0107 skonwertowana (zalecane)? <br>(W przeciwnym przypadku nie ma gwarancji poprawnego dzia\u0142ania.) </html>
-really_cut_node = Wyci\u0105\u0107 w\u0119ze\u0142 (w\u0119z\u0142y)?
-really_execute_script = Czy wykona\u0107 skrypty zawarte w tej mapie? Skrypty mog\u0105 by\u0107 niebezpieczne dla Twojego komputera.
-really_remove_node = Usun\u0105\u0107 w\u0119ze\u0142 (w\u0119z\u0142y)?
-really_remove_notes = Usun\u0105\u0107 notatk\u0119 (notatki)?
-ReapplyFilterAction.text = Zastosuj ponownie
-red = Czerwony
-RedefineStyleAction.text = Przedefiniuj styl
-RedoAction.text = Powt\u00F3rz
-RedoFilterAction.text = Powt\u00F3rz
-regular_expressions = Wyra\u017cenia regularne
-ReminderHookAction.text = Usu\u0144 przypomnienie
-ReminderHookAction.tooltip = <html> Usuwa zaplanowane zadanie z w\u0119z\u0142a</html>
-remove_file_from_list_on_error = Plik {0} nie otwarty. Czy usun\u0105\u0107 go z listy ostatio otwieranych plik\u00f3w?
-remove_shortcut_question = Wymie\u0144 skr\u00f3t klawiszowy?
-RemoveAllIconsAction.text = Usu\u0144 wszystkie ikony
-RemoveConnectorAction.text = Usu\u0144 po\u0142\u0105czenie
-RemoveEncryption.text = Usu\u0144 has\u0142o
-RemoveFormatAction.text = Usu\u0144 formatowanie
-RemoveIcon_0_Action.text = Usu\u0144 pierwsz\u0105 ikon\u0119
-RemoveIconAction.text = Usu\u0144 ostatni\u0105 ikon\u0119
-RemoveNoteAction.text = Usu\u0144 notatk\u0119
-RemoveNoteAction.tooltip = <html>Usuwa zawarto\u015b\u0107 notatek.</html>
-rename = Zmie\u0144 nazw\u0119
-repair_link = Popraw odno\u015Bnik
-repair_link_question = Nie mo\u017cna za\u0142adowa\u0107 mapy. Naprawi\u0107 odno\u015bnik r\u0119cznie?
-replace = Zamie\u0144
-replace_shortcut_question = Ten skr\u00f3t klawiaturowy jest obecnie przypisany do\n {0}.\nZmieni\u0107 przypisanie?
-replace_shortcut_title = Zamieni\u0107 skr\u00f3t?
-ReportBugAction.text = Zg\u0142o\u015b problem
-RequestFeatureAction.text = Zaproponuj now\u0105 funkcj\u0119
-reset_to_default = U\u017cyj domy\u015blnych
-ResetNodeLocationAction.text = Przywr\u00F3\u0107 domy\u015Blne po\u0142o\u017Cenie
-RevertAction.text = Odtw\u00f3rz z lokalnej historii.
-RevisionPluginAction.text = Pod\u015bwietlaj zmienione w\u0119z\u0142y
-save_failed = Zapisywanie mapy {0} nie powiod\u0142o si\u0119.
-save_unsaved = Zapisa\u0107 nast\u0119puj\u0105c\u0105 mindmap\u0119? :
-save_unsaved_styles = Zapisa\u0107 style?
-SaveAcceleratorPresetsAction.text = Zapisz zestaw skr\u00f3t\u00f3w klawiszowych
-SaveAction.text = Zapisz
-SaveAll.text = Zapisz wszystko
-SaveAll.tooltip = Zapisz wszystkie otwarte mapy.
-SaveAsAction.text = Zapisz jako...
-saved = Zapisane
-saving_canceled = Zapisywanie anulowane
-scanners_not_loaded = Skanery nie mog\u0142y by\u0107 za\u0142adowane, plik uszkodzony
-scheme_evaluate = Oce\u0144!
-script_execution_disabled = Wykonywanie skrypt\u00f3w wy\u0142\u0105czone (patrz Preferencje -> Wtyczki)
-ScriptEditor.text = Edytor skrypt\u00F3w...
-ScriptEditor.tooltip = Pozwala tworzy\u0107 wi\u0119ksze skrypty w programie Freeplane
-ScriptEditorPanel.changed_cancel = Skrypty zosta\u0142y zmienione. Czy rzeczywi\u015Bcie chcesz porzuci\u0107 te zmiany?
-scripting_api_generator_legend = Legenda
-scripting_api_generator_proxy = Proxy
-scripting_api_generator_title = API skrypt\u00f3w
-scripting_api_generator_utilities = Narz\u0119dzia
-scripting_api_generator_web = Zasoby sieciowe
-select_favorites_folder = Wska\u017C katalog, w kt\u00F3rym znajduj\u0105 si\u0119 ulubione
-select_file_export_to = Wybierz plik do kt\u00f3rego wyeksportowa\u0107
-select_folder_for_importing = Wska\u017C katalog do zaimportowania
-select_icon = Wybierz ikon\u0119
-select_menu_item_dialog = Wybierz pozycj\u0119 z menu
-select_menu_item_root_node = Menu
-SelectAllAction.text = Zaznacz wszystkie widoczne w\u0119z\u0142y
-SelectBranchAction.text = Zaznacz potomk\u00F3w wybranego w\u0119z\u0142a
-SelectedPasteAction.text = Wklej jako...
-selection_method_by_click = Zaznaczanie przez pojedyncze klikni\u0119cie
-selection_method_delayed = Z op\u00F3\u017Anieniem
-selection_method_direct = Zaznaczanie przez wskazanie mysz\u0105
-SelectNoteAction.text = Prze\u0142\u0105czenie edycji notatki
-SelectNoteAction.tooltip = Przej\u015Bcie z/do okienka edycji notatki
-set_accelerator_on_next_click_action = Kliknij na dowolnej pozycji menu aby przypisa\u0107 nowy skr\u00f3t
-SetAcceleratorOnNextClickAction.text = Przypisz skr\u00f3t klawiszowy
-SetImageByFileChooserAction.text = Obraz (wybierz plik)...
-SetLinkByFileChooserAction.text = Odno\u015Bnik (wybierz plik)...
-SetLinkByTextFieldAction.text = Odno\u015Bnik (wprowad\u017A r\u0119cznie)...
-SetNodeLink.text = Ustaw odno\u015bnik w\u0119z\u0142a...
-SetNoteWindowPosition.bottom.text = D\u00f3\u0142
-SetNoteWindowPosition.left.text = Lewo
-SetNoteWindowPosition.right.text = Prawo
-SetNoteWindowPosition.top.text = G\u00f3ra
-SetShortenerStateAction.text = Minimalizuj w\u0119ze\u0142
-sf_login_required = Potrzebny login Source Forge. Kontynuowa\u0107?
-ShowAllAttributesAction.text = Poka\u017C wszystkie atrybuty
-ShowAncestorsAction.text = Poka\u017C przodk\u00F3w
-ShowAttributeDialogAction.text = Mened\u017Cer atrybut\u00F3w
-ShowDescendantsAction.text = Poka\u017C potomk\u00F3w
-ShowFilterToolbarAction.text = Pasek filtr\u00f3w
-ShowFormatPanel.text = Panel formatowania
-ShowFormatPanel.tooltip = Otwiera okno dialowe, w kt\u00f3rym mog\u0105 by\u0107 zmieniane w\u0142a\u015bciow\u015bci w\u0119z\u0142\u00f3w i ga\u0142\u0119zi.
-ShowHideNoteAction.text = Poka\u017C/schowaj okno notatek
-ShowHideNoteAction.tooltip = Skr\u00F3t w menu do ma\u0142ych strza\u0142ek na linii oddzielaj\u0105cej
-ShowNotesInMapAction.text = Wy\u015bwietlaj notatki w obszarze mapy
-ShowSelectedAttributesAction.text = Poka\u017c wybrane atrybuty
-ShowSelectionAsRectangleAction.text = Zaznaczaj pod\u015bwietleniem t\u0142a w\u0119z\u0142a
-simplyhtml.aboutFrameTitle = O programie
-simplyhtml.aboutLabel = O SimplyHTML...
-simplyhtml.alignCenter = do \u015Brodka
-simplyhtml.alignLabel = Wyr\u00F3wnanie:
-simplyhtml.alignLeft = do lewej
-simplyhtml.alignRight = do prawej
-simplyhtml.allCellsRangeLabel = wszystkich kom\u00F3rek
-simplyhtml.allOccurrencesReplaced = Zamieniono wszystkie wyst\u0105pienia
-simplyhtml.appendTableColLabel = Dodaj kolumn\u0119
-simplyhtml.appendTableRowLabel = Dodaj wiersz
-simplyhtml.applyCellAttrLabel = Zastosuj do
-simplyhtml.backgroundLabel = T\u0142o:
-simplyhtml.boldItalicName = wyt\u0142uszczony+kursywa
-simplyhtml.boldName = wyt\u0142uszczony
-simplyhtml.borderColorLabel = Kolor ramki:
-simplyhtml.borderWidthLabel = Szeroko\u015B\u0107 ramki:
-simplyhtml.bottomLabel = na dole:
-simplyhtml.cancelBtnName = Anuluj
-simplyhtml.cellBorderTabLabel = Obramowanie
-simplyhtml.cellGenTabLabel = Og\u00F3lne
-simplyhtml.cellMarginTabLabel = Margines kom\u00F3rki
-simplyhtml.cellPanelTitle = Format kom\u00F3rki
-simplyhtml.clearFormatLabel = Usu\u0144 formatowanie
-simplyhtml.clearFormatTip = Usu\u0144 formatowanie
-simplyhtml.close = Zamknij
-simplyhtml.closeBtnName = Zamknij
-simplyhtml.colorLabel = Kolor
-simplyhtml.copyLabel = Kopiuj
-simplyhtml.copyTip = kopiuj do schowka
-simplyhtml.cTagNameHead1 = Nag\u0142\u00F3wek 1
-simplyhtml.cTagNameHead2 = Nag\u0142\u00F3wek 2
-simplyhtml.cTagNameHead3 = Nag\u0142\u00F3wek 3
-simplyhtml.cTagNameHead4 = Nag\u0142\u00F3wek 4
-simplyhtml.cTagNameHead5 = Nag\u0142\u00F3wek 5
-simplyhtml.cTagNameHead6 = Nag\u0142\u00F3wek 6
-simplyhtml.cTagNameLink = Hiper\u0142\u0105cze
-simplyhtml.cTagNameOL = Lista numerowana
-simplyhtml.cTagNamePara = Akapit
-simplyhtml.cTagNameUL = Lista wypunktowana
-simplyhtml.cutLabel = Wytnij
-simplyhtml.cutTip = wytnij do schowka
-simplyhtml.defaultDocName = Bez tytu\u0142u
-simplyhtml.deleteTableColLabel = Skasuj kolumn\u0119
-simplyhtml.deleteTableRowLabel = Skasuj wiersz
-simplyhtml.docTitleQuery = Ustaw tytu\u0142 na:
-simplyhtml.docTitleTitle = Edycja tytu\u0142u dokumentu
-simplyhtml.editLabel = Edytuj
-simplyhtml.effectLabel = Efekt
-simplyhtml.familyLabel = Rodzina
-simplyhtml.findNext = Znajd\u017A nast\u0119pne...
-simplyhtml.findReplaceDialogTitle = Znajd\u017A i zamie\u0144
-simplyhtml.findReplaceLabel = Znajd\u017A i zamie\u0144
-simplyhtml.findReplaceTip = znajd\u017A i zast\u0105p fragment tekstu
-simplyhtml.fontBoldLabel = Pogrubienie
-simplyhtml.fontBoldTip = w\u0142\u0105cz/wy\u0142\u0105cz wyt\u0142uszczenie
-simplyhtml.fontColorLabel = Kolor tekstu
-simplyhtml.fontColorTip = Kolor tekstu
-simplyhtml.fontDialogTitle = Formatuj czcionk\u0119
-simplyhtml.fontItalicLabel = Pochylenie
-simplyhtml.fontItalicTip = w\u0142\u0105cz/wy\u0142\u0105cz kursyw\u0119
-simplyhtml.fontLabel = Czcionka...
-simplyhtml.fontTabLabel = Czcionka
-simplyhtml.fontTip = Formatuj czcionk\u0119...
-simplyhtml.fontUnderlineLabel = Podkre\u015Blenie
-simplyhtml.fontUnderlineTip = w\u0142\u0105cz/wy\u0142\u0105cz podkre\u015Blenie
-simplyhtml.foregroundLabel = Tekst:
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = zmiana formatu listy
-simplyhtml.formatParaLabel = Akapit...
-simplyhtml.formatParaTip = Zmiana format akapitu
-simplyhtml.formatTableLabel = Tabela...
-simplyhtml.formatTableTip = formatuj tabel\u0119
-simplyhtml.helpLabel = Pomoc
-simplyhtml.htmlTabTitle = Kod HTML
-simplyhtml.imageFileDesc = Pliki z obrazkami
-simplyhtml.insertTableColLabel = Wstaw kolumn\u0119
-simplyhtml.insertTableLabel = Tabela...
-simplyhtml.insertTableMsg = Ile kolumn?
-simplyhtml.insertTableRowLabel = Wstaw wiersz
-simplyhtml.insertTableTitle = Wstaw tabel\u0119
-simplyhtml.italicName = kursywa
-simplyhtml.layoutTabTitle = Podgl\u0105d
-simplyhtml.leftLabel = po lewej:
-simplyhtml.listDialogTitle = Format listy
-simplyhtml.listIndentTitle = Wysuni\u0119cie:
-simplyhtml.listPosInside = wewn\u0105trz
-simplyhtml.listPositionLabel = Pozycja:
-simplyhtml.listPosOutside = na zewn\u0105trz
-simplyhtml.listTypeCircle = okr\u0105g\u0142e wypunktowanie
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = wypunktowanie symbolem pliku
-simplyhtml.listTypeLabel = Typ:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = brak
-simplyhtml.listTypeSquare = kwadratowe wypunktowanie
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Zewn\u0119trzny
-simplyhtml.matchCase = Rozr\u00F3\u017Cniaj du\u017Ce/ma\u0142e litery
-simplyhtml.newStyleDefaultName = nowy styl
-simplyhtml.nextTableCellLabel = Nast\u0119pna kom\u00F3rka
-simplyhtml.noLineLabel = brak
-simplyhtml.noMoreOccurrencesFound = nie ma (wi\u0119cej) wyst\u0105pie\u0144
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Wewn\u0119trzny
-simplyhtml.paraAlignCenterLabel = Do \u015Brodka
-simplyhtml.paraAlignCenterTip = Wyr\u00F3wnaj akapit do \u015Brodka
-simplyhtml.paraAlignLeftLabel = Do lewej
-simplyhtml.paraAlignLeftTip = Wyr\u00F3wnaj akapit do lewej
-simplyhtml.paraAlignRightLabel = Do prawej
-simplyhtml.paraAlignRightTip = Wyr\u00F3wnaj akapit do prawej
-simplyhtml.paraStyleDialogTitle = Styl akapitu
-simplyhtml.paraTabLabel = Akapit
-simplyhtml.pasteLabel = Wklej
-simplyhtml.pasteTip = wklej ze schowka
-simplyhtml.plainName = zwyk\u0142y
-simplyhtml.previewLabel = Podgl\u0105d
-simplyhtml.previewText = Tekst pogl\u0105du
-simplyhtml.prevTableCellLabel = Poprzednia kom\u00F3rka
-simplyhtml.printLabel = Drukuj...
-simplyhtml.redoLabel = Powt\u00F3rz
-simplyhtml.redoTip = powt\u00F3rz
-simplyhtml.replace = Zamie\u0144...
-simplyhtml.replaceAll = Wszystkie
-simplyhtml.replaceDone = Wykonane
-simplyhtml.replaceNo = Nie
-simplyhtml.replaceThisQuery = zamieni\u0107 to wyst\u0105pienie
-simplyhtml.replaceWith = Zast\u0105p przez:
-simplyhtml.replaceYes = Tak
-simplyhtml.rightLabel = po prawej:
-simplyhtml.searchDown = Szukaj w prz\u00F3d
-simplyhtml.searchFromStart = Szukaj od pocz\u0105tku
-simplyhtml.searchUp = Szukaj wstecz
-simplyhtml.selectAllLabel = Wybierz wszystko
-simplyhtml.sizeLabel = Rozmiar
-simplyhtml.standardStyleName = standardowy
-simplyhtml.strikeLabel = Przekre\u015Blenie
-simplyhtml.styleLabel = Styl
-simplyhtml.styleNameInputText = Nazwa nowego stylu?
-simplyhtml.styleNameInputTitle = Zapisz styl
-simplyhtml.tableBgColLabel = Kolor t\u0142a:
-simplyhtml.tableDialogTitle = Formatuj tabel\u0119
-simplyhtml.tableLabel = Tabela
-simplyhtml.tablePanelTitle = Format tabeli
-simplyhtml.tableWidthLabel = Szeroko\u015B\u0107:
-simplyhtml.textIndentLabel = Wysuni\u0119cie:
-simplyhtml.textToFind = Tekst do odnalezienia:
-simplyhtml.thisCellRangeLabel = tej kom\u00F3rki
-simplyhtml.thisColRangeLabel = tej kolumny
-simplyhtml.thisRowRangeLabel = tego wiersza
-simplyhtml.toggleBulletsLabel = W\u0142\u0105cz/wy\u0142\u0105cz wypunktowanie
-simplyhtml.toggleBulletsTip = w\u0142\u0105cz/wy\u0142\u0105cz wypunktowanie
-simplyhtml.toggleNumbersLabel = W\u0142\u0105cz/wy\u0142\u0105cz numerowanie
-simplyhtml.toggleNumbersTip = w\u0142\u0105cz/wy\u0142\u0105cz numerowanie
-simplyhtml.topLabel = u g\u00F3ry:
-simplyhtml.uLineLabel = Podkre\u015Blenie
-simplyhtml.unableToOpenFileError = Nie uda\u0142o sie otworzy\u0107 pliku
-simplyhtml.unableToRedoError = Nie da si\u0119 powt\u00F3rzy\u0107:
-simplyhtml.unableToUndoError = Nie da si\u0119 wycofa\u0107:
-simplyhtml.undoLabel = Cofnij
-simplyhtml.undoTip = cofnij
-simplyhtml.valignBaseline = do linii
-simplyhtml.valignBottom = do do\u0142u
-simplyhtml.valignLabel = Wyr\u00F3wnanie pionowe:
-simplyhtml.valignMiddle = do \u015Brodka
-simplyhtml.valignTop = do g\u00F3ry
-simplyhtml.wholeWordsOnly = Tylko ca\u0142e s\u0142owa
-SortNodes.text = Sortuj potomne
-SortNodes.tooltip = Sortuje w\u0119z\u0142y potomne automatycznie
-split = Podziel
-SplitConditionAction.text = Podziel
-SplitNode.text = Podziel w\u0119ze\u0142
-SplitNode.tooltip = <html>W\u0119ze\u0142 jest podzielony</html>
-STANDARD_FORMAT = Standardowe
-stop_processing = Stop
-StringFlavorHandler = Tekst niesformatowany jako hierarchia w\u0119z\u0142\u00f3w
-StructuredHtmlFlavorHandler = HTML jako hierarchia w\u0119z\u0142\u00f3w
-style = Styl
-style_already_exists = Styl ju\u017c istnieje.
-styledialog.cancel.text = Anuluj
-styledialog.ok.text = OK
-styles = Style
-styles.AutomaticLayout = Zastosuj style poziom\u00f3w
-styles.connection = Po\u0142\u0105czenie
-styles.date = Data
-styles.definition = Definicja
-styles.description = Opis
-styles.floating_node = W\u0119ze\u0142 swobodny
-styles.idea = Pomys\u0142
-styles.important = Wa\u017cne
-styles.key = Klucz
-styles.list = Lista
-styles.needs_action = Wymaga dzia\u0142ania
-styles.note = Notatka
-styles.ok = OK
-styles.pending = Zawieszony
-styles.predefined = Style predefiniowane
-styles.question = Pytanie
-styles.quotation = Cytat
-styles.root_node = Style
-styles.subsubtopic = Podpodtytu\u0142
-styles.subtopic = Podtytu\u0142
-styles.topic = Tytu\u0142
-styles.user-defined = Style zdefiniowane przez u\u017cytkownika
-styles.website = Strona sieciowa
-styles_menu = Dost\u0119pne style
-submenu_keystroke_in_use_error = Naci\u015bni\u0119cie klawiszy {0} nie mo\u017ce by\u0107 u\u017cyty dla podmenu {1}. Naci\u015bni\u0119cie klawiszy usuni\u0119te.
-summary_nodes = W\u0119z\u0142y zbiorcze
-summary_not_possible = Nie mo\u017cna utworzy\u0107 w\u0119z\u0142a zbiorczego dla aktualnego zaznaczenia
-SummaryNodeAction.text = W\u0119ze\u0142 zbiorczy (w\u0142./wy\u0142.)
-svg = SVG
-template_dir = Szablony standardowe
-TimeListAction.text = Poka\u017C zaplanowane zadania...
-TimeListAction.tooltip = <html> Wy\u015Bwietla wszystkie zaplanowane zadania wraz z odpowiednimi w\u0119z\u0142ami</html>
-TimeManagementAction.text = Poka\u017C kalendarz...
-TimeManagementAction.tooltip = <html> Pokazuje modu\u0142 kalendarza autorstwa Kai Toedter</html>
-ToggleChildrenFoldedAction.text = Zwi\u0144/rozwi\u0144 w\u0119z\u0142y potomne
-ToggleDetailsAction.text = Ukryj detale
-ToggleFBarAction.text = Pasek klawiszy funkcyjnych (F-Bar)
-ToggleFoldedAction.text = Zwi\u0144/rozwi\u0144 w\u0119ze\u0142
-ToggleFullScreenAction.text = Tryb pe\u0142noekranowy
-ToggleLeftToolbarAction.text = Pasek ikon
-ToggleMenubarAction.text = W\u0142\u0105cz/wy\u0142\u0105cz menu
-ToggleStatusAction.text = Wiersz statusu
-ToggleToolbarAction.text = Pasek narz\u0119dzi
-undefined_error = Nieoczekiwany b\u0142\u0105d. Prosz\u0119 prze\u015Blij o nim wiadomo\u015B\u0107.
-underline = Podkre\u015Blenie
-UnderlineAction.text = Podkre\u015blenie
-underlined = Podkre\u015Blony
-UndoAction.text = Cofnij
-UndoFilterAction.text = Cofnij
-unfold = Rozwi\u0144
-UnfoldAllAction.text = Rozwi\u0144 wszystko
-UnfoldAllAction.tooltip = <html> Rozwija zaznaczone w\u0119z\u0142y i ich w\u0119z\u0142y potomne</html>
-UnfoldOneLevelAction.text = Rozwi\u0144 jeden poziom
-UnfoldOneLevelAction.tooltip = <html> Rozwija zaznaczone w\u0119z\u0142y o jeden poziom</html>
-up = Do g\u00f3ry
-update_failed = Aktualizacja nie powiod\u0142a si\u0119 z komunikatem {0}
-UpdateCheckAction.text = Sprawd\u017a dost\u0119pno\u015b\u0107 aktualizacji
-updatecheckdialog = Sprawdzanie aktualizacji
-url_error = B\u0142\u0105d! Niepoprawny URL.
-url_load_error = Nie mo\u017Cna za\u0142adowa\u0107 mindmapy z URL:
-url_open_error = Nie mo\u017cna otworzy\u0107 URL {0}
-used_in_menu = Ten skr\u00f3t nie mo\u017ce by\u0107 ustawiony, bo jest u\u017cywany jako skr\u00f3t menu.
-UsePlainTextAction.text = Przekszta\u0142\u0107 na tekst niesformatowany
-user_config_folder = Katalog konfiguracji u\u017cytkownika: {0}
-user_defined_scale = Skala zdefiniowana przez u\u017cytkownika
-user_defined_zoom = u\u017Cytkownika...
-user_defined_zoom_status_bar = Zmiana powi\u0119kszenia do warto\u015Bci {0}%.
-user_icon = Ikona u\u017cytkownika "{0}"
-user_template_dir = Szablony u\u017cytkownika
-user_zoom = Powi\u0119kszenie wydruku (0.0 - 2.0):
-version_up_to_date = Ju\u017c u\u017cywasz najnowszej wersji programu
-ViewerControllerAction.text = Obiekt zewn\u0119trzny...
-ViewLayoutTypeAction.OUTLINE.text = Widok konspektu
-WebDocuAction.text = Dokumentacja webowa
-width = Szeroko\u015B\u0107 ramki:
-wrong_regexp = Nieprawid\u0142owe wyra\u017cenie regularne "{0}", b\u0142\u0105d {1}
-xslt_export.html = Dokument HTML
-xslt_export.latex = Dokument LaTeX
-xslt_export.latexbook = Ksi\u0105\u017cka LaTeX
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel XML (od 2003)
-xslt_export.ms_project = MS Project XML (od 2003)
-xslt_export.ms_word = Word XML (od 2003)
-xslt_export.text = Tekst niesformatowany
-xslt_export_not_possible = Eksport Freeplane XSLT niemo\u017cliwy
-yes = Tak
-ZoomInAction.text = Powi\u0119ksz
-ZoomOutAction.text = Pomniejsz
+about_text=Freeplane - wolne oprogramowanie do budowania map pami\u0119ci i baz wiedzy
+AboutAction.text=O programie
+acceleratorPresets=Ustawienia skr\u00f3t\u00f3w klawiszowych
+accelerators_loading_error=Nie mog\u0119 za\u0142adowa\u0107 skr\u00f3t\u00f3w klawiszowych z {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Zmien format w\u0119z\u0142\u00f3w
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Zmie\u0144 szablon
+accessories/plugins/EncryptNode.properties_0=Podaj has\u0142o dla zakodowanego w\u0119z\u0142a
+accessories/plugins/EncryptNode.properties_1=Has\u0142a nie s\u0105 zgodne lub s\u0105 zbyt kr\u00F3tkie.
+accessories/plugins/EncryptNode.properties_2=Wprowad\u017a has\u0142o:
+accessories/plugins/EncryptNode.properties_3=Powt\u00F3rz has\u0142o:
+accessories/plugins/EncryptNode.properties_4=Podaj has\u0142o dla zaszyfrowanego w\u0119z\u0142a.
+accessories/plugins/EncryptNode.properties_5=Pami\u0119taj, \u017Ce si\u0142a szyfrowania zale\u017Cy prawie ca\u0142kowicie od trudno\u015Bci has\u0142a.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Anuluj
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Stan szyfrowania mo\u017Cna prze\u0142\u0105cza\u0107 tylko dla zaszyfrowanego w\u0119z\u0142a, kt\u00F3ry mo\u017Cesz wstawi\u0107 z menu Narz\u0119dzia.
+accessories/plugins/EncryptNode.properties_select_me=Nowa mindmapa
+accessories/plugins/EncryptNode.properties_wrong_password=Has\u0142o nie jest prawid\u0142owe.
+accessories/plugins/ExportWithTWiki.text=Jako TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Eksportuje map\u0119 jako dokument TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=<html> To og\u00F3lna metoda eksportu przy u\u017Cyciu skrypt\u00F3w XSLT</html>
+accessories/plugins/ExportWithXSLT_Applet.text=Do apletu Javy ...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Eksportuj map\u0119 do apletu javy.
+accessories/plugins/ExportWithXSLT_Flash.text=Do animacji Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Eksportuj map\u0119 do aplikacji flash.
+accessories/plugins/ExportWithXSLT_HTML.text=Do dokumentu XHTML (wersja JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Do dokumentu XHTML (widok ca\u0142ej mindmapy)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Zasoby z w\u0119z\u0142a RESOURCES do pliku TJI...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Eksportuje zasoby z w\u0119z\u0142a RESOURCES do modu\u0142u Taskjugglera. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Zadania z w\u0119z\u0142a TASKS do pliku TJI...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Eksportuje zadania z w\u0119z\u0142a TASKS do modu\u0142u Taskjugglera. </html>
+action_keystroke_in_use_error=Klawisz {0} wybrany dla polecenia {1} jest ju\u017c u\u017cywany przez polecenie {2}
+active=Aktywny
+actual_map_styles=Warunkowe style mapy zastosowane do w\u0119z\u0142a
+actual_node_styles=Warunkowe style w\u0119z\u0142a zastosowane do w\u0119z\u0142a
+add=Dodaj
+AddConnectorAction.text=Po\u0142\u0105cz
+AddElementaryConditionAction.text=Dodaj
+AddLocalLinkAction.text=Dodaj odno\u015bnik do innego w\u0119z\u0142a
+AddMenuItemLinkAction.text=Dodaj odno\u015bnik do polecenia z menu...
+AddOnDetailsPanel.authored.by=autorstwa {0}
+AddOnDetailsPanel.header.function=Funkcja
+AddOnDetailsPanel.header.menu=Po\u0142o\u017cenie menu
+AddOnDetailsPanel.header.shortcut=Skr\u00f3t
+AddOnDetailsPanel.homepage=Strona domowa:
+addons.installer.canceled=Instalacja anulowana
+addons.installer.confirm.licence=<html><body><h1>Licencja</h1>{0}<p><p><em>Czy akceptujesz warunki licencji?</em></p></body></html>
+addons.installer.failed=Instalacja nie powiod\u0142a si\u0119: {0}
+addons.installer.freeplaneversion.format.error=B\u0142\u0105d formatu w {0} (warto\u015b\u0107: {1})
+addons.installer.groovy.script.name=Nazwa skryptu {0} nie ko\u0144czy si\u0119 na ".groovy"
+addons.installer.html.script=Tre\u015b\u0107 skryptu nie mo\u017ce by\u0107 sformatowana jako HTML
+addons.installer.install=Zainstaluj
+addons.installer.invalid.keyboard.shortcut=Nieprawid\u0142owy skr\u00f3t {0}.
+addons.installer.licence.unchanged=Licencja niezmieniona
+addons.installer.map.structure=B\u0142\u0105d w strukturze mapy: {0}
+addons.installer.missing.child.nodes=Brakuj\u0105ce w\u0119z\u0142y potomne: {0}
+addons.installer.missing.permission.attribute=Skrypt {0}: brakuj\u0105ce atrybuty uprawnie\u0144 {1}
+addons.installer.missing.properties=Brakuj\u0105ce w\u0142a\u015bciwo\u015bci: {0}
+addons.installer.missing.translation=Brakuj\u0105ce t\u0142umaczenie {0} dla lokalizacji {1}
+addons.installer.no.scripts=Nie znaleziono skrypt\u00f3w
+addons.installer.no.zipdata=Nie znaleziono spakowanych danych (zip)
+addons.installer.nonstandard.permissions=Skrypt wymaga nast\u0119puj\u0105cych uprawnie\u0144, kt\u00f3re nie s\u0105 aktualnie w\u0142\u0105czone: {0}.\nCzy maj\u0105 by\u0107 dodane do standardowych uprawnie\u0144?
+addons.installer.one.child.expected=Oczekiwany dok\u0142adnie jeden potomek {0}, ale otrzymano {1}.
+addons.installer.script.no.execution_mode=Atrybut "execution_mode" nie zdefiniowany dla {0}
+addons.installer.script.no.menulocation=Atrybut "menuLocation" nie zdefiniowany dla {0}
+addons.installer.script.no.menutitle=Atrybut "menuTitleKey" nie zdefiniowany dla {0}
+addons.installer.script.no.permissions=Nie zdefiniowane uprawnienia dla {0}
+addons.installer.success=Instalacja powiod\u0142a si\u0119.\nNowy dodatek b\u0119dzie dost\u0119pny po ponownym uruchomieniu aplikacji.
+addons.installer.success.update=Aktualizacja z {0} do {1} powiod\u0142a si\u0119.\nNiekt\u00f3re funkcje mog\u0105 by\u0107 dost\u0119pne dopiero po ponownym uruchomieniu aplikacji.
+addons.installer.title=Instalator dodatk\u00f3w
+addons.installer.too.new=Aktualna wersja Freeplane {0} jest zbyt nowa. Ten dodatek dzia\u0142a do wersji {1}
+addons.installer.too.old=Aktualna wersja Freeplane {0} jest zbyt stara. Ten dodatek dzia\u0142a dopiero od wersji {1}
+addons.installer.unknown.deinstallation.rules=Nieznane regu\u0142y odinstalowania {0}
+addons.installer.update=Aktualizacja z wersji {0}
+addons.installer.warning=<html><body><em>Instalacja dodatk\u00f3w powinna odbywa\u0107 si\u0119 tylko z zaufanych \u017ar\u00f3de\u0142. Z\u0142o\u015bliwe oprogramowanie mo\u017ce uszkodzi\u0107 twoje dane lub naruszy\u0107 twoj\u0105 prywatno\u015b\u0107.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Dodaj atrybuty ze stylu
+AddStyleAttributes.tooltip=Dodaj atrybuty z w\u0119z\u0142a stylu
+AllMapsNodeListAction.text=Znajd\u017a i zast\u0105p we wszystkich mapach
+always=Zawsze
+AlwaysUnfoldedNodeAction.text=Zawsze rozwini\u0119ty w\u0119ze\u0142 (w\u0142./wy\u0142.)
+antialias_all=Antyaliasing wszystkiego
+antialias_edges=Antyaliasing ga\u0142\u0119zi
+antialias_none=Bez antyaliasingu
+apply=Zastosuj
+ApplyAction.text=Zastosuj
+ApplyFormatPlugin.text=Zmie\u0144 format...
+ApplyFormatPlugin.tooltip=Wy\u015bwietla okno, w kt\u00f3rym w\u0142a\u015bciwo\u015bci w\u0119z\u0142a i ga\u0142\u0119zi mog\u0105 zosta\u0107 zmienione jednocze\u015bnie.
+ApplyNoFilteringAction.text=Nie filtruj
+ApplySelectedViewConditionAction.text=Filtruj wybrane w\u0119z\u0142y
+ApplyToVisibleAction.text=Stosuj do przefiltrowanych w\u0119z\u0142\u00f3w
+as_parent=Jako rodzic
+AskForHelp.text=Popro\u015b o pomoc
+AssignAttributesAction.text=Znajd\u017a i zamie\u0144 atrybuty...
+attribute_delete=Usu\u0144 wszystkie warto\u015Bci
+attribute_delete_value=Usu\u0144 warto\u015B\u0107
+attribute_font_size_tooltip=Rozmiar czcionki atrybut\u00F3w
+attribute_list_box_label_text=Istniej\u0105ce warto\u015Bci
+attribute_replace=Zamie\u0144 na
+attribute_top=Wszystkie znane atrybuty wczytanych map
+attributes_AddAttributeAction.text=Atrybuty w oknie dialogowym...
+attributes_adding_empty_attribute_error=Nazwa atrybutu musi sk\u0142ada\u0107 si\u0119 przynajmniej z jednego znaku.
+attributes_all=Wszystkie atrybuty
+attributes_assign_dialog=Przypisz atrybuty (edytor)...
+attributes_attribute=Atrybuty
+attributes_close=Zamknij
+attributes_deselect_all=Nic
+attributes_dialog_title=Mened\u017cer atrybut\u00f3w
+attributes_edit=Edytuj
+attributes_edit_tooltip=Edytuj zestaw
+attributes_for_selected=Zaznaczone w\u0119z\u0142y
+attributes_for_visible=Wszystkie widoczne w\u0119z\u0142y
+attributes_import=Importuj
+attributes_import_tooltip=Importuj atrybuty z innych otwartych map
+attributes_no_import_candidates_found=Nie znaleziono nowych atrybut\u00F3w
+attributes_popup_delete=Usu\u0144
+attributes_popup_down=D\u00F3\u0142
+attributes_popup_edit=Edytuj
+attributes_popup_hide=Ukryj
+attributes_popup_new=Nowy atrybut
+attributes_popup_optimal_width=Optymalna szeroko\u015B\u0107
+attributes_popup_up=G\u00F3ra
+attributes_refresh=Od\u015Bwie\u017C
+attributes_RemoveAllAttributesAction.text=Usu\u0144 wszystkie atrybuty
+attributes_RemoveFirstAttributeAction.text=Usu\u0144 pierwszy atrybut
+attributes_RemoveLastAttributeAction.text=Usu\u0144 ostatni atrybut
+attributes_restricted_attributes_tooltip=Ogranicz zestaw atrybut\u00f3w
+attributes_restricted_values_tooltip=Ogranicz zakres warto\u015Bci dla aktywnego atrybutu.
+attributes_restriction=Ograniczony zbi\u00F3r warto\u015Bci
+attributes_select_all=Wszystkie
+attributes_select_all_tooltip=Zaznacz / Odzancz wszystkie
+attributes_show=Poka\u017C
+attributes_skip_root=Pomi\u0144 korze\u0144
+attributes_visible=Zazanczone widoczne
+attributes_visible_tooltip=Zazanczone widoczne
+automatic_layout=Uk\u0142ad automatyczny
+automatic_layout_disabled=Wy\u0142\u0105czony
+automatically_save_message=Mapa zosta\u0142a automatycznie zapisana (pod nazw\u0105 {0}) ...
+AutomaticEdgeColorHookAction.text=Automatyczny kolor ga\u0142\u0119zi
+AutomaticLayout.ALL=Dla wszystkich
+AutomaticLayout.HEADINGS=Dla nag\u0142\u00f3wk\u00f3w
+AutomaticLayout.level=Nag\u0142\u00f3wek {0}
+AutomaticLayout.level.root=Tytu\u0142
+AutomaticLayoutAction.text=Zastosuj automatyczne formatowanie
+AutomaticLayoutAction.tooltip=<html> Ustala wygl\u0105d mindmapy. Pierwszy poziom jest czarny, drugi niebieski, itd.</html>
+AutomaticLayoutControllerAction.ALL.text=dla wszystkich w\u0119z\u0142\u00f3w
+AutomaticLayoutControllerAction.HEADINGS.text=dla w\u0119z\u0142\u00f3w nie b\u0119d\u0105cych li\u015b\u0107mi
+AutomaticLayoutControllerAction.null.text=wy\u0142\u0105czone
+BackAction.text=Wstecz
+BackAction.tooltip=Przechodzi do poprzednio zaznaczonego w\u0119z\u0142a
+background=T\u0142o
+bitmaps=Bitmapy
+black=Czarny
+BlinkingNodeHookAction.text=Migaj\u0105cy w\u0119ze\u0142
+BlinkingNodeHookAction.tooltip=<html> Spowoduje, \u017Ce w\u0119ze\u0142 b\u0119dzie miga\u0107. B\u0105d\u017A ostro\u017Cny. Nie u\u017Cywaj na zbyt wielu w\u0119z\u0142ach i <strong>nie razem z innym formatowaniem automatycznym</strong></html>
+blue=Niebieski
+BoldAction.text=Pogrubienie
+boldify_branch=Pogrubienie
+branch=Ga\u0142\u0105\u017A
+browse=Przegl\u0105daj...
+calendar_attributes_panel=Kalendarz i atrybuty
+calendar_panel=Kalendarz
+can_not_connect_to_info_server=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z serwerem
+can_not_delete_predefined_style=Nie mo\u017cna usun\u0105\u0107 predefiniowanych styl\u00f3w
+can_not_delete_root_style=Nie mo\u017cna usun\u0105\u0107 stylu korzenia
+can_not_delete_style_group=Nie mo\u017cna usun\u0105\u0107 grupy styl\u00f3w
+can_not_save_key_set=Nie mo\u017cna zapisa\u0107 zestawu skr\u00f3t\u00f3w klawiszowych
+cancel=Anuluj
+CancelAction.text=Anuluj
+cannot_add_parent_diff_parents=Wszystkie w\u0119z\u0142y musz\u0105 mie\u0107 tego samego rodzica, aby u\u017Cy\u0107 tej funkcji.
+cannot_add_parent_to_root=Dla w\u0119z\u0142a korzenia (root) nie mo\u017Cna doda\u0107 rodzica.
+cannot_delete_root=W\u0119ze\u0142 korzenia (root) nie mo\u017ce zosta\u0107 skasowany ani wyci\u0119ty.
+cannot_join_nodes_with_children=Nie mo\u017Cna \u0142\u0105czy\u0107 w\u0119z\u0142\u00F3w, kt\u00F3re posiadaj\u0105 potomk\u00F3w.
+cannot_move_to_child=Nie mo\u017cna przenie\u015b\u0107 w\u0119z\u0142a do jego potomka.
+CenterAction.text=Wy\u015Brodkuj
+CenterSelectedNodeAction.text=Wy\u015brodkuj na zaznaczonym w\u0119\u017ale
+ChangeConnectorArrowsAction.backward.text=Wstecz
+ChangeConnectorArrowsAction.both.text=Obie strza\u0142ki
+ChangeConnectorArrowsAction.forward.text=Dalej
+ChangeConnectorArrowsAction.none.text=Brak strza\u0142ek
+ChangeConnectorArrowsAction.text=Zmie\u0144 strza\u0142ki po\u0142\u0105czenia
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Krzywa
+ChangeConnectorShapeAction.EDGE_LIKE.text=Udawaj ga\u0142\u0105\u017a
+ChangeConnectorShapeAction.LINE.text=Linia
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u015acie\u017cka liniowa
+ChangeNodeLevelLeftsAction.text=W\u0119ze\u0142 w lewo
+ChangeNodeLevelLeftsAction.tooltip=Je\u017Celi w\u0119z\u0142y s\u0105 z lewej strony to staj\u0105 si\u0119 potomkami swojego, znajduj\u0105cego si\u0119 powy\u017Cej s\u0105siada. Id\u0105c w prawo w\u0119z\u0142y przemieszczaj\u0105 si\u0119 wy\u017Cej, a gdy s\u00B9 najwy\u017Cszego poziomu zmieniaj\u0105 po\u0142o\u017Cenie na praw\u0105 stron\u0119.
+ChangeNodeLevelRightsAction.text=W\u0119ze\u0142 w prawo
+ChangeNodeLevelRightsAction.tooltip=Je\u017Celi w\u0119z\u0142y s\u0105 z prawej strony to staj\u0105 si\u0119 potomkami swojego, znajduj\u0105cego si\u0119 powy\u017Cej s\u0105siada. Id\u0105c w lewo w\u0119z\u0142y przemieszczaj\u0105 si\u0119 wy\u017Cej, a gdy s\u00B9 najwy\u017Cszego poziomu zmieniaj\u0105 po\u0142o\u017Cenie na lew\u0105 stron\u0119.
+choose_background_color=Wybierz kolor t\u0142a:
+choose_cloud_color=Wybierz kolor chmurki:
+choose_edge_color=Wybierz kolor ga\u0142\u0119zi
+choose_map_background_color=Wybierz kolor t\u0142a mapy
+choose_node_background_color=Wybierz kolor t\u0142a w\u0119z\u0142a:
+choose_node_color=Wybierz kolor w\u0119z\u0142a:
+close_btn=Zamknij
+CloseAction.text=Zamknij
+CloudAction.text=Chmurka
+CloudColorAction.text=Kolor chmurki...
+CloudShapeAction.ARC.text=\u0141uk
+CloudShapeAction.RECT.text=Prostok\u0105t
+CloudShapeAction.ROUND_RECT.text=Zaokr\u0105glony prostok\u0105t
+CloudShapeAction.STAR.text=Gwiazda
+ColorProperty.ResetColor=Domy\u015Blny
+combined=Ramka/bez ramki
+condition=Warunek
+confirmation=Potwierdzenie
+connector=Po\u0142\u0105czenie
+connector_arrows=Strza\u0142ki po\u0142\u0105czenia
+connector_label=Etykieta po\u0142\u0105czenia
+connector_lines=Linie po\u0142\u0105czenia
+connector_shapes=Kszta\u0142ty po\u0142\u0105czenia
+ConnectorColorAction.text=Kolor po\u0142\u0105czenia...
+CopyAction.text=Kopiuj
+CopyAction.tooltip=Kopiuj zaznaczon\u0105 ga\u0142\u0105\u017a
+CopyAttributes.text=Kopiuj atrybuty
+CopyIDAction.text=Kopiuj ID w\u0119z\u0142a
+CopyMapStylesAction.text=Kopiuj style mapy z...
+CopyNodeURIAction.text=Kopiuj URI w\u0119z\u0142a
+CopySingleAction.text=Kopiuj bez potomk\u00F3w
+CopySingleAction.tooltip=Kopiuje tylko zaznaczony w\u0119ze\u0142 bez ga\u0142\u0119zi
+CopyStyleExtensionsAction.text=Kopiuj rozszerzenia ze stylu
+corrupt_map=Zawarto\u015b\u0107 mapy jest uszkodzona
+CreateConjunctConditionAction.text=I (And)
+CreateDisjunctConditionAction.text=Lub (Or)
+CreateNotSatisfiedConditionAction.text=Nie (Not)
+CreationModificationPluginAction.text=Poka\u017C czas modyfikacji (po wskazaniu myszk\u0105)
+CreationModificationPluginAction.tooltip=<html> Ta funkcja \u015Bledzi czas tworzenia i modyfikacji w\u0119z\u0142\u00F3w</html>
+current_dir=Mapy
+CutAction.text=Wytnij
+decrease_branch_font_size=Zmniejsz czcionk\u0119
+DecreaseNodeFontAction.text=Zmniejsz czcionk\u0119
+default=Domy\u015blny
+DefaultColorAction.text=Domy\u015blny kolor
+defaultstyle.details=Detale
+defaultstyle.floating=Swobodny w\u0119ze\u0142
+defaultstyle.note=Notatka
+delete=Usu\u0144
+delete_child=Usu\u0144 w\u0119ze\u0142
+DeleteAction.text=Usu\u0144 w\u0119ze\u0142
+DeleteConditionAction.text=Usu\u0144
+DeleteDetailsAction.text=Usu\u0144 detale w\u0119z\u0142a
+DeleteLevelStyleAction.text=Usu\u0144 styl poziomu
+DeleteStyleAction.text=Usu\u0144 styl
+DeleteUserStyleAction.text=Usu\u0144 styl zdefiniowany przez u\u017cytkownika
+dialect_info.app=Plik mapy {0} by\u0142 utworzony w programie {1}.
+dialect_info.unknownApp=Za\u0142adowana mapa by\u0142a utworzona w nieznanym programie.
+dialect_info.unknownURL=Strona internetowa jest nieznana.
+dialect_info.url=Odwied\u017a stron\u0119 internetow\u0105 programu {0} w celu uzyskania dodatkowych informacji.
+dialect_info.warning=Freeplane mo\u017ce w niepoprawny spos\u00f3b otworzy\u0107, wy\u015bwietli\u0107 lub zapisa\u0107 ten plik.
+DirectHtmlFlavorHandler=HTML jako pojedynczy w\u0119ze\u0142
+DocumentationAction.text=Dokumentacja
+down=D\u00f3\u0142
+download=Pobierz
+dropped_file_error=Nie mo\u017cna by\u0142o otworzy\u0107 przeci\u0105gni\u0119tych plik\u00f3w. Pow\u00f3d: {0}
+edge=Ga\u0142\u0105\u017A
+edge_is_formatted_by_style=Formatowanie ga\u0142\u0119zi jest kontrolowane przez styl. W razie potrzeby edytuj odpowiednie style.
+edge_style=Styl ga\u0142\u0119zi
+edge_width=Szeroko\u015B\u0107 ga\u0142\u0119zi
+EdgeColorAction.text=Kolor ga\u0142\u0119zi...
+EdgeStyleAction.bezier.text=Krzywa B\u00E9ziera
+EdgeStyleAction.bezier.tooltip=Wy\u015bwietla ga\u0142\u0105\u017a jako g\u0142adk\u0105 krzyw\u0105.
+EdgeStyleAction.hide_edge.text=Ukryj ga\u0142\u0105\u017a
+EdgeStyleAction.horizontal.text=Pionowa
+EdgeStyleAction.linear.text=Linia
+EdgeStyleAction.sharp_bezier.text=Ostra krzywa B\u00E9ziera
+EdgeStyleAction.sharp_linear.text=Ostra linia
+EdgeStyleAsParentAction.text=Jak rodzic
+EdgeWidthAction_width_parent.text=Jak rodzic
+EdgeWidthAction_width_thin.text=Cienka
+edit=Edycja
+edit.decision=Edytor HTML
+edit.edit_rich_text=Czy chcesz u\u017cywa\u0107 formatowania czcionek takiego jak pogrubienie lub kursywa?
+edit_details=Edytuj detale w\u0119z\u0142a in-line...
+edit_end_label=<html>Etykieta<br>po\u0142\u0105czenia
+edit_label_font_family=Czcionka
+edit_label_font_size=Wielko\u015b\u0107 czcionki
+edit_link_manually=Edytuj odno\u015bnik...
+edit_long_node=Edytor tekstu w\u0119z\u0142a...
+edit_middle_label=<html>Etykieta<br>\u015brodkowa
+edit_source_label=<html>Etykieta<br>\u017ar\u00f3d\u0142a
+edit_target_label=<html>Etykieta<br>celu
+edit_transparency_label=Przezroczysto\u015b\u0107
+edit_width_label=Szeroko\u015b\u0107
+EditAction.text=Edytuj tekst w\u0119z\u0142a
+EditAttributesAction.text=Edytuj atrybuty
+EditDetailsAction.text=Edytuj detale w\u0119z\u0142a in-line
+EditDetailsInDialogAction.text=Edytor detali w\u0119z\u0142a...
+EditFilterAction.text=Edytuj filtr
+EditLongAction.text=Edytor tekstu w\u0119z\u0142a...
+EditNoteInDialogAction.text=Edytor notatki...
+EditScript=Edytor skryptu...
+EditStylesAction.text=Edytuj style
+EncryptedMap.text=Utw\u00F3rz zaszyfrowan\u0105 mindmap\u0119...
+EncryptedMap.tooltip=<html> Tworzy now\u0105 zaszyfrowan\u0105 mindmap\u0119</html>
+enter_base_url=Freeplane automatycznie wklei linki wzgl\u0119dne. Podaj bazowy URL.
+enter_condition_name=Wprowad\u017a nazw\u0119 nowego warunku
+enter_confirms=[Enter] potwierdza
+enter_keyset_name=Podaj nazw\u0119 zestawu skr\u00f3t\u00f3w klawiszowych
+enter_map_url=Wprowad\u017a adres URL mapy
+enter_new_style_name=Wprowad\u017a nazw\u0119 nowego stylu
+enter_node_id=Wprowad\u017a ID w\u0119z\u0142a
+EnterPassword.text=W\u0142\u0105cz/wy\u0142\u0105cz szyfrowanie
+error=B\u0142\u0105d
+error_applying_template=B\u0142\u0105d aplikowania szablonu XSL.
+error_creating_directory=Nie mo\u017Cna utworzy\u0107 katalogu.
+errornumber={0} b\u0142\u0119d\u00f3w
+ExecuteScriptError.text=B\u0142\u0105d podczas wykonywania skryptu:\n{0}
+ExecuteScriptForAllNodes.text=Wykonaj wszystkie skrypty
+ExecuteScriptForSelectionAction.text=Wykonaj skrypty zaznaczonego w\u0119z\u0142a
+ExecuteScriptOnSelectedNode.text=Wykonaj {0} na wszystkich zaznaczonych w\u0119z\u0142ach
+ExecuteScriptOnSelectedNodeRecursively.text=Wykonaj rekursywnie {0} na zaznaczonych w\u0119z\u0142ach
+ExecuteScriptOnSingleNode.text=Wykonaj {0} na zaznaczonym w\u0119\u017ale
+ExecuteScripts.noScriptsAvailable=Brak dost\u0119pnych skrypt\u00f3w
+ExecuteScripts.text=Skrypty
+ExecuteScriptSecurityError.text=B\u0142\u0105d podczas wykonywania skryptu: {0}
+export_failed=Eksportowanie nie powiod\u0142o si\u0119
+export_pdf_text=Dokument PDF
+export_svg_text=Skalowalna grafika wektorowa (SVG)
+export_using_xslt=Eksportowanie u\u017cywaj\u0105c XSLT
+ExportAction.text=Eksport
+ExportBranchAction.text=Ga\u0142\u0105\u017a jako nowa mapa...
+ExportBranchToHTMLAction.text=Ga\u0142\u0105\u017A do dokumentu HTML...
+exported_file=Plik {0}
+ExportPdf.text=Do dokumentu PDF...
+ExportSvg.text=Do obrazu SVG...
+ExportToHTMLAction.text=Do dokumentu HTML...
+ExportToImage.jpg.text=Do obrazu JPEG...
+ExportToImage.png.text=Do obrazu PNG...
+ExportToOoWriter.text=Do dokumentu OpenOffice Writer...
+ExportToOoWriter.tooltip=<html> Rozwini\u0119te ga\u0142\u0119zie tworz\u0105 struktur\u0119 dokumentu, a zwini\u0119te zawarto\u015B\u0107</html>
+extension_menu=Styl
+ExternalImage_popupMenu_Change=Zmie\u0144...
+ExternalImage_popupMenu_Open=Otw\u00f3rz w przegl\u0105darce
+ExternalImage_popupMenu_Remove=Usu\u0144
+ExternalImage_popupMenu_ResetZoom=Powi\u0119kszenie 1:1
+ExternalImageAddAction.text=Dodaj obrazek...
+ExternalImageChangeAction.text=Zmie\u0144 obrazek...
+ExternalImageRemoveAction.text=Usu\u0144 obrazek
+ExtractLinkFromTextAction.text=Odno\u015bnik z tekstu w\u0119z\u0142a
+ExtractLinkFromTextAction.tooltip=Tworzy odno\u015bnik na podstawie adresu w tek\u015bcie w\u0119z\u0142a
+f_button_unassigned=<brak>
+FaqOpenURLAction.text=FAQ
+file=Plik
+file_already_exists=Plik {0} ju\u017C istnieje. Czy chcesz go nadpisa\u0107?
+file_not_found=Plik {0} nie zosta\u0142 znaleziony.
+FileListFlavorHandler=Odno\u015bniki do plik\u00f3w
+FileProperties_BranchLeafCount=Liczba li\u015bci w zaznaczonych ga\u0142\u0119ziach:
+FileProperties_BranchNodeCount=Liczba w\u0119z\u0142\u00f3w w zaznaczonych ga\u0142\u0119ziach:
+FileProperties_ChangesSinceLastSave=Zmiany od ostatniego zapisania:
+FileProperties_FileName=Nazwa pliku:
+FileProperties_FileSaved=Zapisany plik:
+FileProperties_FileSize=Rozmiar pliku:
+FileProperties_MainBranchCount=Liczba g\u0142\u00f3wnych ga\u0142\u0119zi:
+FileProperties_NeverSaved=Jeszcze nie zapisany
+FileProperties_NodeChildCount=Liczba potomk\u00f3w zaznaczonych w\u0119z\u0142\u00f3w:
+FileProperties_NodeSelectionCount=Liczba zaznaczonych w\u0119z\u0142\u00f3w:
+FileProperties_TotalFilteredCount=Liczba w\u0119z\u0142\u00f3w spe\u0142niaj\u0105cych kryteria filtrowania:
+FileProperties_TotalLeafCount=Og\u00f3lna liczba li\u015bci:
+FileProperties_TotalNodeCount=Og\u00f3lna liczba w\u0119z\u0142\u00f3w:
+FilePropertiesAction.text=Statystyki mapy...
+FileRevisionsDialog.cancel=Anuluj
+FileRevisionsDialog.file_last_modified=Znacznik czasowy
+FileRevisionsDialog.file_name=Plik
+FileRevisionsDialog.file_size=Rozmiar
+FileRevisionsDialog.open=Otw\u00f3rz
+FileRevisionsDialog.open.tooltip=Otwiera plik, nawet je\u017celi jest nieaktualny
+FileRevisionsDialog.question=Znaleziono wersje {0}
+FileRevisionsDialog.restore=Odtw\u00f3rz
+FileRevisionsDialog.restore.tooltip=Zamienia {0} na {1}
+FileRevisionsDialog.title=Wersje plik\u00f3w
+filter=Filtr
+filter_add=Dodaj
+filter_and=I
+filter_any_text=Tekst, detale lub notatka
+filter_conditions=Filtry
+filter_contains=Zawiera
+filter_created_after=Stworzono po
+filter_created_before=Stworzono przed
+filter_delete=Usu\u0144
+filter_details=Detale
+filter_dialog=Kreator filtr\u00F3w
+filter_does_not_exist=Nie istnieje
+filter_edit_description=Edytuj list\u0119 filtr\u00f3w
+filter_enter_value=Wprowad\u017A warto\u015B\u0107
+filter_even_level=W\u0119ze\u0142 nieparzystego poziomu
+filter_exist=Istnieje
+filter_icon=Ikona
+filter_is_equal_to=Jest r\u00F3wny
+filter_is_not_equal_to=Nie jest r\u00F3wny
+filter_leaf=Li\u015b\u0107
+filter_link=Odno\u015bnik
+filter_match_case=Uwzgl\u0119dnij wielko\u015b\u0107 liter
+filter_modified_after=Zmodyfikowano po
+filter_modified_before=Zmodyfikowano przed
+filter_no_filtering=Nie filtruj
+filter_node=Tekst w\u0119z\u0142a
+filter_node_level=Poziom w\u0119z\u0142a
+filter_not=Nie jest
+filter_note=Notatka
+filter_odd_level=W\u0119ze\u0142 parzystego poziomu
+filter_or=Lub
+filter_parent=Tekst rodzica
+filter_periodic_level=Okresowo
+filter_priority=Priorytet
+filter_regexp_matches=Wyra\u017cenie regularne (regexp)
+filter_reminder=Przypomnienie
+filter_reminder_after=zaplanowane po
+filter_reminder_before=zaplanowane przed
+filter_reminder_executed=ju\u017c uaktywnione
+filter_reminder_later=zaplanowane p\u00f3\u017cniej
+filter_root=Korze\u0144
+filter_script=Skrypt
+filter_select=Zaznacz
+filter_selected_node_view=Aktualnie zaznaczone w\u0119z\u0142y
+filter_selected_node_view_snapshot=Zachowane zaznaczenie
+filter_style=Styl
+filter_time=Filtr daty
+filters_not_loaded=Nie mo\u017cna wczyta\u0107 filtru, plik uszkodzony
+find_what=Szukaj:
+FindAction.text=Znajd\u017A...
+FirstGroupNodeAction.text=W\u0119ze\u0142 zbiorczy (pocz\u0105tek grupy)
+fit_map_to_page=Dopasuj do strony
+fit_map_to_page_height=Dopasuj wysoko\u015b\u0107 do strony
+fit_map_to_page_width=Dopasuj szeroko\u015b\u0107 do strony
+FitToPage.text=Dopasuj do strony
+FitToPage.tooltip=<html> Ustawia powi\u0119kszenie tak, by ca\u0142a mindmapa zmie\u015Bci\u0142a si\u0119 w aktualnym oknie</html>
+fold=Zwi\u0144
+FoldAllAction.text=Zwi\u0144 wszystko
+FoldAllAction.tooltip=<html> Zwija zaznaczone w\u0119z\u0142y i ich w\u0119z\u0142y potomne</html>
+FoldOneLevelAction.text=Zwi\u0144 jeden poziom
+FoldOneLevelAction.tooltip=<html> Zwija zaznaczone w\u0119z\u0142y o jeden poziom</html>
+follow_graphical_link=Id\u017a do:
+FollowLinkAction.text=Otw\u00F3rz odno\u015Bnik
+font=Czcionka
+FontFamilyAction.text=Czcionka
+FontSizeAction.text=Rozmiar
+format_invalid_pattern=Nieprawid\u0142owy wzorzec
+format_menu_cloud_shapes=Dodaj chmurk\u0119 lub zmie\u0144 jej styl
+format_menu_edge_styles=Styl ga\u0142\u0119zi
+format_menu_edge_widths=Szeroko\u015B\u0107 ga\u0142\u0119zi
+format_panel=Formatowanie
+FormatCopy.text=Kopiuj formatowanie
+FormatCopy.tooltip=<html> Kopiuje formatowanie w\u0119z\u0142a</html>
+FormatPaste.text=Wklej formatowanie
+FormatPaste.tooltip=<html> Wkleja formatowanie w\u0119z\u0142a. Pami\u0119taj o wcze\u015Bniejszym skopiowaniu go z innego w\u0119z\u0142a</html>
+formats_not_loaded=Formatowania nie mog\u0105 by\u0107 za\u0142adowane, plik uszkodzony
+formula.error.attributeValueIsNull=Po wykonaniu warto\u015bci\u0105 atrybutu "{0}" jest null
+formula.error.circularReference=Odwo\u0142anie cykliczne: Foru\u0142a w w\u0119\u017ale "{0}" odwo\u0142uje si\u0119 do samej siebie.
+formula.EvaluateAllAction.text=Wykonaj wszystko
+formula.EvaluateAllAction.tooltip=Wykonaj wszystkie formu\u0142y w bie\u017c\u0105cej mapie
+formula.menuname=Formu\u0142y
+formula_editor=Edytuj formu\u0142\u0119
+ForwardAction.text=Dalej
+ForwardAction.tooltip=Przechodzi do przodu w historii zaznaczenia
+FreeNodeAction.text=Swobodne po\u0142o\u017cenie w\u0119z\u0142a (w\u0142./wy\u0142.)
+Freeplane.progress.buildScreen=Budowanie interfejsu...
+Freeplane.progress.createController=Tworzenie kontrolera...
+Freeplane.progress.createInitialMode=Tryb inicjacji...
+Freeplane.progress.endStartup=Uruchamianie...
+Freeplane.progress.gettingPreferenceDirectories=Pobieranie katalogow ustawie\u00F1...
+Freeplane.progress.gettingPreferences=Pobieranie ustawie\u00F1...
+Freeplane.progress.loadMaps=Wczytywanie map...
+Freeplane.progress.propagateLookAndFeel=Ustawianie Look And Feel...
+Freeplane.progress.settingPreferences=Wczytywanie ustawie\u00F1...
+Freeplane.progress.startCreateController=Start kontrolera...
+Freeplane.progress.updateLookAndFeel=Aktualizowanie Look And Feel...
+freeplane_reverted=Freeplane_odtworzona_
+FreeplaneHelpStarter.text=Pomoc...
+FreeplaneHelpStarter.tooltip=<html> Rozszerzona pomoc Freeplane</html>
+GettingStartedAction.text=Szybkie wprowadzenie do Freeplane'a
+GotoLinkNodeAction.text=Id\u017A do odno\u015Bnika
+GotoNodeAction.text=Id\u017a do w\u0119z\u0142a o numrze ID...
+GrabKeyDialog.common.cancel=Anuluj
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Przypisany do
+GrabKeyDialog.grab-key.assigned-to.none=Obecnie nie przypisany
+GrabKeyDialog.grab-key.clear=Wyczy\u015B\u0107
+GrabKeyDialog.grab-key.remove=Usu\u0144
+GrabKeyDialog.grab-key.remove-ask=Czy na pewno chcesz usun\u0105\u0107 ten skr\u00F3t klawiszowy?
+GrabKeyDialog.grab-key.title=Wybierz nowy skr\u00F3t klawiaturowy
+green=Zielony
+help=Pomoc
+HideableAction.tooltip=<html>Zaznacza t\u0142o ka\u017cdego zmodyfikowanego w\u0119z\u0142a.</html>
+HideAllAttributesAction.text=Ukryj wszystkie atrybuty
+HierarchicalIcons2Action.text=Poka\u017c wsp\u00f3lne ikony potomk\u00f3w
+HierarchicalIconsAction.text=Poka\u017c ikony hierarchicznie
+HierarchicalIconsAction.tooltip=<html> Je\u015Bli jeden z potomk\u00F3w w\u0119z\u0142a ma ikon\u0119, to zostanie ona r\u00F3wnie\u017C wy\u015Bwietlona w w\u0119\u017Ale (rodzicu)</html>
+hot_keys=Skr\u00f3ty klawiszowe
+hot_keys_table=Lista skr\u00f3t\u00f3w klawiszowych
+HotKeyInfoAction.text=Lista skr\u00f3t\u00f3w klawiszowych
+html_export_based_on_headings=Eksport HTML - jako esej
+html_export_fold_all=Eksport HTML - zwijanie wszystkich w\u0119z\u0142\u00F3w
+html_export_fold_currently_folded=Eksport HTML - zwijanie aktualnie zwini\u0119tych
+html_export_no_folding=Eksport HTML - bez zwijania
+html_problem=<html>Nie mog\u0119 przetworzy\u0107 kodu HTML<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Dodawanie
+icon_attach=Za\u0142\u0105cznik
+icon_back=Wstecz
+icon_bee=Freeplane
+icon_bell=Pami\u0119taj
+icon_bookmark=Wspania\u0142e
+icon_broken-line=Przerwane
+icon_button_cancel=\u0179le
+icon_button_ok=OK
+icon_calendar=Data
+icon_checked=Zaznaczone
+icon_clanbomber=Niebezpieczne
+icon_clock=Czas
+icon_clock2=Przypomnienie
+icon_closed=Zakaz wej\u015bcia
+icon_decrypted=Odbezpieczone
+icon_desktop_new=Nie zapomnij
+icon_division=Dzielenie
+icon_down=D\u00F3\u0142
+icon_edit=Poprawka
+icon_encrypted=Zabezpieczone
+icon_family=Rodzina
+icon_fema=Kobiety
+icon_female1=Kobieta1
+icon_female2=Kobieta2
+icon_females=Kobiety
+icon_flag=Flaga
+icon_flag-black=Czarna flaga
+icon_flag-blue=Niebieska flaga
+icon_flag-green=Zielona flaga
+icon_flag-orange=Pomara\u0144czowa flaga
+icon_flag-pink=R\u00f3\u017cowa flaga
+icon_flag-yellow=\u017b\u00f3\u0142ta flaga
+icon_folder=Katalog
+icon_forward=Dalej
+icon_freemind_butterfly=FreeMind
+icon_full-0=Priorytet 0
+icon_full-1=Priorytet 1
+icon_full-2=Priorytet 2
+icon_full-3=Priorytet 3
+icon_full-4=Priorytet 4
+icon_full-5=Priorytet 5
+icon_full-6=Priorytet 6
+icon_full-7=Priorytet 7
+icon_full-8=Priorytet 8
+icon_full-9=Priorytet 9
+icon_go=Zielone \u015bwiat\u0142o
+icon_gohome=Dom
+icon_group=Grupa
+icon_help=Pytanie
+icon_hourglass=Oczekuj\u0105cy
+icon_icon_not_found=Ikona nie znaleziona
+icon_idea=Pomys\u0142
+icon_info=Informacja
+icon_kaddressbook=Telefon
+icon_kmail=E-Mail
+icon_knotify=Muzyka
+icon_korn=Skrzynka pocztowa
+icon_ksmiletris=Szcz\u0119\u015Bliwy
+icon_launch=Start
+icon_licq=Przyjemne
+icon_list=Lista
+icon_Mail=Poczta
+icon_male1=M\u0119\u017cczyzna1
+icon_male2=M\u0119\u017cczyzna2
+icon_males=M\u0119\u017cczy\u017ani
+icon_menu=Ikony
+icon_messagebox_warning=Uwaga!
+icon_multiplication=Mno\u017cenie
+icon_negative=Negatywne
+icon_neutral=Neutralne
+icon_password=Has\u0142o
+icon_pencil=O\u0142\u00F3wek
+icon_penguin=Linux
+icon_positive=Pozytywne
+icon_prepare=\u017b\u00f3\u0142te \u015bwiat\u0142o
+icon_revision=Poprawka
+icon_smiley-angry=Z\u0142y
+icon_smiley-neutral=Oboj\u0119tny
+icon_smiley-oh=Zaskoczony
+icon_smily_bad=Nie jestem rozbawiony
+icon_stop=Czerwone \u015bwiat\u0142o
+icon_stop-sign=Stop
+icon_subtraction=Odejmowanie
+icon_unchecked=Niezaznaczone
+icon_up=G\u00F3ra
+icon_user_icon=Ikony u\u017cytkownika
+icon_very_negative=Bardzo negatywne
+icon_very_positive=Bardzo pozytywne
+icon_wizard=Magiczny
+icon_xmag=Do przemy\u015Blenia
+icon_yes=Uwaga!
+IconGroupPopupAction.arrows.text=Strza\u0142ki
+IconGroupPopupAction.docs_folders.text=Dokumenty i katalogi
+IconGroupPopupAction.flags.text=Flagi
+IconGroupPopupAction.math.text=Matematyka
+IconGroupPopupAction.miscellaneous.text=R\u00f3\u017cne
+IconGroupPopupAction.nature.text=Natura
+IconGroupPopupAction.numbers.text=Priorytety
+IconGroupPopupAction.office.text=Biuro
+IconGroupPopupAction.people.text=Ludzie
+IconGroupPopupAction.rating.text=Ocena
+IconGroupPopupAction.signs.text=Znaki
+IconGroupPopupAction.smiley.text=Emotikony
+IconGroupPopupAction.time.text=Czas
+IconGroupPopupAction.user.text=Ikony u\u017cytkownika
+IconProgressExtended10Action.text=Znacznik post\u0119pu +10%
+IconProgressExtended25Action.text=Znacznik postepu +25%
+IconProgressIconDownAction.text=Ikona post\u0119pu: dalej
+IconProgressIconUpAction.text=Ikona post\u0119pu: cofnij
+IconProgressRemoveAction.text=Usu\u0144 znacznik/ikon\u0119 post\u0119pu
+IconSelectionPlugin.text=Wybierz ikon\u0119...
+IconSelectionPlugin.tooltip=<html> Otwiera okienko z dost\u0119pnymi ikonami</html>
+image_covertLink=Zamie\u0144 odno\u015bnik na obrazek
+ImageFlavorHandler=Obrazek (osobny plik)
+import=Import
+import_linked_branch_no_link=Wybrany w\u0119ze\u0142 nie zawiera odno\u015Bnika do pliku, kt\u00F3ry mo\u017Cna zaimportowa\u0107.
+ImportAction.text=Importuj
+ImportBranchAction.text=Mindmapy jako nowej ga\u0142\u0119zi...
+ImportExplorerFavoritesAction.text=Ulubionych z Internet Explorer...
+ImportFolderStructureAction.text=Struktury katalog\u00F3w...
+ImportLinkedBranchAction.text=Odno\u015Bnika z zaznaczonego w\u0119z\u0142a...
+ImportLinkedBranchWithoutRootAction.text=Odno\u015Bnika z zaznaczonego w\u0119z\u0142a (bez korzenia)...
+ImportMindmanagerFiles.text=Mindmapa programu MindManager X5...
+increase_branch_font_size=Zwi\u0119ksz czcionk\u0119
+IncreaseNodeFontAction.text=Zwi\u0119ksz czcionk\u0119
+internal_error_tooltip=B\u0142\u0105d wewn\u0119trzny. Klinij aby otworzy\u0107 ostatni plik logowania log.0
+invalid_export_file=Nieprawid\u0142owa nazwa eksportowanego pliku
+invalid_file_msg=Nie mog\u0119 znale\u017a\u0107 pliku dla {0}
+invalid_uri=Nieprawid\u0142owy URI {0}
+invalid_url=Nie mog\u0119 utworzy\u0107 prawid\u0142owego URL
+invalid_url_msg=Nie mog\u0119 utworzy\u0107 prawid\u0142owego URL dla {0}
+ItalicAction.text=Pochylenie
+italicise_branch=Pochyl
+java_version=Wersja Java-y: {0}
+JoinNodesAction.text=Po\u0142\u0105cz w\u0119z\u0142y
+LatexDeleteLatexAction.text=Usu\u0144 formu\u0142\u0119 LaTeX-u
+LatexEditLatexAction.text=Edytuj formu\u0142\u0119 LaTeX-u...
+LatexInsertLatexAction.text=Wstaw formu\u0142\u0119 LaTeX-u...
+less_than_two_selected_nodes=Wybierz co najmniej dwa w\u0119z\u0142y, aby utworzy\u0107 po\u0142\u0105czenie.
+license=Licencja
+license_text=Freeplane - Program do tworzenia i przegl\u0105dania map pami\u0119ci
+LicenseAction.text=Licencja
+link_error=Nieprawid\u0142owy odno\u015bnik "{0}" nie za\u0142adowany
+link_not_available_any_more=Po\u0142\u0105czenie jest nieaktualne. Jeden z w\u0119z\u0142\u00F3w zosta\u0142 usuni\u0119ty.
+link_not_found=Nie znaleziono odno\u015Bnika {0}.
+load=Wczytywanie
+LoadAcceleratorPresetsAction.textPatterns.text=Wzorce tekstowe
+locking_failed_by_open=Zablokowanie mindmapy {0} niemo\u017Cliwe. Otwieram tylko do odczytu.
+locking_failed_by_save_as=Zablokowanie mindmapy {0} niemo\u017Cliwe. Polecenie "Zapisz jako..." anulowane.
+locking_old_lock_removed=Mindmapa {0} by\u0142a zablokowana przez u\u017Cytkownika {1}. Blokada zosta\u0142a usuni\u0119ta, bo jest zbyt stara.
+long_node_changed_cancel=W\u0119ze\u0142 zosta\u0142 zmieniony. Porzuci\u0107 zmiany?
+long_node_changed_submit=W\u0119ze\u0142 zosta\u0142 zmieniony. Zapisa\u0107 zmiany?
+lots_of_links_warning=Czy na pewno chcesz utworzy\u0107 wiele odno\u015Bnik\u00F3w do tego samego w\u0119z\u0142a?
+main_resource_directory=Zasoby instalacji: {0}
+MainView.errorUpdateText=B\u0142\u0105d ustawienia tekstu dla wej\u015bcia: {0}.
+ManageAddOnsAction.text=Dodatki
+ManageAddOnsDialog.activate=W\u0142\u0105czony
+ManageAddOnsDialog.activation.success={0} b\u0119dzie w\u0142\u0105czony po ponownym uruchomieniu programu.
+ManageAddOnsDialog.authored.by=autorstwa {0}
+ManageAddOnsDialog.cannot.activate=Nie mog\u0119 uruchomi\u0107: {0} ju\u017c jest uruchomony.
+ManageAddOnsDialog.cannot.configure=Nie mog\u0119 skonfigurowa\u0107 {0}.
+ManageAddOnsDialog.cannot.deactivate=Nie mog\u0119 wy\u0142\u0105czy\u0107: {0} jest wy\u0142\u0105czony.
+ManageAddOnsDialog.cannot.deinstall=Nie mog\u0119 odinstalowa\u0107 {0}.
+ManageAddOnsDialog.configure=Konfiguruj
+ManageAddOnsDialog.deactivate=Wy\u0142\u0105cz
+ManageAddOnsDialog.deactivation.success={0} b\u0119dzie wy\u0142\u0105czony po ponowym uruchomieniu programu.
+ManageAddOnsDialog.deinstall=Odinstaluj
+ManageAddOnsDialog.deinstallation.success={0} b\u0119dzie odinstalowany po ponownym uruchomieniu programu.
+ManageAddOnsDialog.error=B\u0142\u0105d podczas instalacji: {0}.
+ManageAddOnsDialog.install=Instaluj
+ManageAddOnsDialog.install.from.known.location=Instaluj dodatek ze znanego miejsca
+ManageAddOnsDialog.install.tooltip=Wprowad\u017a URL pliku instalacyjnego dodatku
+ManageAddOnsDialog.map.not.opened=Mapa {0} nie jest otwarta.
+ManageAddOnsDialog.really.deinstall=Czy na pewno odinstalowa\u0107 {0}?
+ManageAddOnsDialog.search=Przeszukuj dodatki
+ManageAddOnsDialog.search.file=Szukaj
+ManageAddOnsDialog.select.tooltip=Zaznacz plik
+ManageAddOnsDialog.status.downloading=Pobieranie pliku...
+ManageAddOnsDialog.status.installing=Instalowanie dodatku...
+ManageAddOnsDialog.status.success={0} poprawnie zainstalowany.
+ManageAddOnsDialog.tab.install=Szukaj i zainstaluj
+ManageAddOnsDialog.tab.install.tooltip=Szukaj i instaluj nowe dodatki
+ManageAddOnsDialog.tab.manage=Dodatki
+ManageAddOnsDialog.tab.manage.themes=Motywy
+ManageAddOnsDialog.tab.manage.themes.tooltip=Zarz\u0105dzaj zainstalowanymi motywami
+ManageAddOnsDialog.tab.manage.tooltip=Zarz\u0105dzaj zainstalowanymi dodatkami
+ManageAddOnsDialog.visit.addon.page=Odwied\u017a stron\u0119 dodatku...
+ManageConditionalStylesAction.text=Zarz\u0105dzaj stylami warunkowymi mapy
+ManageNodeConditionalStylesAction.text=Zarz\u0105dzaj stylami warunkowymi w\u0119z\u0142a
+map_already_exists=Mindmapa o podanej nazwie ju\u017C istnieje. Czy chcesz j\u0105 zamieni\u0107?
+map_corrupted=Mindmapa uszkodzona. Wy\u015Bwietli\u0107 szczeg\u00F3\u0142y?
+map_locked_by_open=Mindmapa {0} jest ju\u017C otwarta przez u\u017Cytkownika {1}. Otwieram tylko do odczytu.
+map_locked_by_save_as=Mindmapa {0} jest ju\u017C otwarta przez u\u017Cytkownika {1}. Polecenie "Zapisz jako..." niedost\u0119pne.
+map_not_saved=Mapa nie by\u0142a zapisywana.
+MapBackgroundColorAction.text=T\u0142o mapy
+MaxNodeWidth.text=Ustaw maksymaln\u0105 szeroko\u015b\u0107 w\u0119z\u0142a
+menu_applyStyle=Zastosuj styl
+menu_attributes=Atrybuty
+menu_clouds=Chmurki
+menu_copy=Kopiuj
+menu_coreFormat=Tekst w\u0119z\u0142a
+menu_details=Detale
+menu_displayAttributes=Atrybuty w\u0119z\u0142a
+menu_encryption=Ochrona has\u0142em
+menu_error=B\u0142\u0105d w zdefiniowanej przez u\u017cytkownika strukturze menu {0}:\n{1}\nPrzerwane
+menu_extensions=Rozszerzenia w\u0119z\u0142a
+menu_extras=Narz\u0119dzia
+menu_file_import=Import
+menu_filter=Filtr
+menu_format=Format
+menu_group=Grupa w\u0119z\u0142\u00f3w
+menu_hoverView=Podpowiedzi
+menu_iconByCategory=Wybierz ikon\u0119 (kategorie)
+menu_iconView=Ikony
+menu_image=Obrazek
+menu_insert=Wstaw
+menu_latex_formula=Formu\u0142a LaTeX-u
+menu_links=Odno\u015bnik
+menu_manageStyles=Zarz\u0105dzaj stylami
+menu_moveNode=Przemieszczanie i sortowanie
+menu_navigate=Nawigacja
+menu_newNode=Nowy w\u0119ze\u0142
+menu_node=W\u0119ze\u0142
+menu_node_features=W\u0142a\u015bciwo\u015bci w\u0119z\u0142a
+menu_nodes=W\u0119z\u0142y
+menu_nodeView=Tekst w\u0119z\u0142a
+menu_notes=Notatka
+menu_noteView=Notatki
+menu_progress=Ikona post\u0119pu (%)
+menu_remove_icons=Usu\u0144 ikony
+menu_removeAttribute=Usu\u0144 atrybut
+menu_select=Zaznacz
+menu_time=Zarz\u0105dzanie czasem
+menu_title=Tekst w\u0119z\u0142a
+menu_toolbars=Paski narz\u0119dzi
+menu_view=Widok
+MenuUtils.invalid_menuitem={0} nie jest prawid\u0142owym kluczem (key) elementu menu.
+mindmap=Mapa
+MindMapNodesFlavorHandler=Hierarchia w\u0119z\u0142\u00f3w
+mindmaps=Mapy
+mindmaps_desc=Mindmapy (*.mm)
+mindmaps_filter_desc=Filtry (*.mmfilter)
+MinNodeWidth.text=Ustaw minimaln\u0105 szeroko\u015b\u0107 w\u0119z\u0142a
+mode_Browse=Tryb przegl\u0105dania map
+mode_File=Tryb przegl\u0105dania plik\u00f3w
+mode_MindMap=Tryb mindmapy
+mode_na=Tryb jest niedost\u0119pny
+mode_status=Tryb zmieniony na {0}
+mode_title=Freeplane - Tryb {0}
+modes=Tryb
+ModesMenuAction.Browse.text=Przegl\u0105darka mapy
+ModesMenuAction.File.text=Drzewo katalog\u00f3w
+ModesMenuAction.MindMap.text=Edytor mapy
+most_recent_files=Ostatnio otwierane
+MoveToRootAction.text=Przejd\u017A do korzenia
+NameConditionAction.text=Ustaw nazw\u0119
+NavigationNextMapAction.text=Nast\u0119pna mapa
+NavigationPreviousMapAction.text=Poprzednia mapa
+new=Nowa mapa
+new_map_from_user_templates.text=Nowa mapa z szablonu...
+new_mindmap=Nowa mindmapa
+new_node=Nowy w\u0119ze\u0142
+new_node_as_sibling_not_possible_for_the_root=Nie mo\u017Cna utworzy\u0107 w\u0119z\u0142a r\u00F3wnorz\u0119dnego z korzeniem.
+new_version_available=Dost\u0119pna nowa wersja ''{0}''
+NewChildAction.text=Nowy w\u0119ze\u0142 potomny
+NewerFileRevisionsFoundDialog.cancel=Pomi\u0144
+NewerFileRevisionsFoundDialog.cancel.tooltip=Nie otwieraj tego pliku
+NewerFileRevisionsFoundDialog.file_last_modified=Znacznik czasowy
+NewerFileRevisionsFoundDialog.file_name=Plik
+NewerFileRevisionsFoundDialog.file_size=Bajt\u00f3w
+NewerFileRevisionsFoundDialog.open=Otw\u00f3rz
+NewerFileRevisionsFoundDialog.open.tooltip=Otwiera plik, nawet je\u017celi jest starsz\u0105 wersj\u0105
+NewerFileRevisionsFoundDialog.question=Znaleziono nowsze wersje {0}!
+NewerFileRevisionsFoundDialog.restore=Odtw\u00f3rz
+NewerFileRevisionsFoundDialog.restore.tooltip=Zast\u0105p {0} przez {1}
+NewerFileRevisionsFoundDialog.title=Znaleziono nowsze wersje pliku!
+NewFreeNodeAction.text=Nowy w\u0119ze\u0142 swobodny
+NewLevelStyleAction.text=Dodaj styl poziomu
+newmap.install.addon.question={0} prawdopodobnie jest dodatkiem\nCzy chcesz go zainstalowa\u0107?\n(Wybierz "Nie" aby otworzy\u0107 jako map\u0119)
+newmap.install.addon.title=Zainstalowa\u0107 dodatek?
+NewMapAction.text=Nowa mapa
+NewMapViewAction.text=Otw\u00f3rz map\u0119 w nowym widoku
+NewParentNode.text=Utw\u00F3rz nowego rodzica
+NewParentNode.tooltip=<html> Wszystkie zaznaczone w\u0119z\u0142y przenosi do nowego rodzica</html>
+NewPreviousSiblingAction.text=Nowy w\u0119ze\u0142 (powy\u017Cej)
+NewSiblingAction.text=Nowy w\u0119ze\u0142 (poni\u017Cej)
+NewSummaryAction.text=Nowy w\u0119ze\u0142 zbiorczy (zaznaczone w\u0119z\u0142y)
+NewUserStyleAction.text=Nowy styl z zaznaczenia
+NextNodeAction.BACK.text=Id\u017a do poprzedniego w\u0119z\u0142a
+NextNodeAction.BACK_N_FOLD.text=Id\u017a do poprzedniego w\u0119z\u0142a (zwi\u0144)
+NextNodeAction.FORWARD.text=Id\u017a do nast\u0119pnego w\u0119z\u0142a
+NextNodeAction.FORWARD_N_FOLD.text=Id\u017a do nast\u0119pnego w\u0119z\u0142a (zwi\u0144)
+no=Nie
+no_copy_attributes_before_paste_attributes=Nie mo\u017cesz wklei\u0107 atrybut\u00f3w zanim ich nie skopiowano.
+NO_FORMAT=Tekst
+no_format_copy_before_format_paste=Nie mo\u017Cna wklei\u0107 formatowania zanim nie skopiowano go z innego w\u0119z\u0142a.
+no_found_from=Nie znaleziono wyra\u017Cenia "{0}" w w\u0119\u017Ale "{1}".
+no_more_found_from=Nie znaleziono wi\u0119cej wyra\u017Ce\u0144 "{0}" w w\u0119\u017Ale "{1}".
+no_previous_find=Nie wprowadzono wyra\u017cenia do wyszukiwania.
+no_styles_found_in_map=Nie znaleziono \u017cadnych styl\u00f3w w mapie.
+node=W\u0119ze\u0142
+node_changed_discard_changes=W\u0119ze\u0142 zosta\u0142 zmieniony. Porzuci\u0107 zmiany?
+node_is_write_protected=Docelowy w\u0119ze\u0142 jest zabezpieczony przed zapisem.
+node_location_help=Przeci\u0105ganie zmienia po\u0142o\u017cenie w\u0119z\u0142a, ctrl+przeci\u0105ganie zmienia odleg\u0142o\u015bci mi\u0119dzy ga\u0142\u0119ziami, dwuklik i ctrl+dwuklik resetuje po\u0142o\u017cenia.
+node_selector=Zaznaczenie w\u0119z\u0142\u00f3w
+node_selector_message=Kliknij dwa razy aby zaznaczy\u0107 w\u0119ze\u0142
+node_styles=Style w\u0119z\u0142\u00f3w
+NodeBackgroundColorAction.text=Kolor t\u0142a w\u0119z\u0142a...
+NodeColorAction.text=Kolor w\u0119z\u0142a...
+NodeColorBlendAction.text=Rozja\u015Bnij
+NodeDownAction.text=Przesu\u0144 w\u0119ze\u0142 w d\u00F3\u0142
+NodeExtensions.EditNodeExtensions=Edytur rozszedzenia w\u0119z\u0142a
+NodeExtensions.RemoveNodeExtensions=Usu\u0144 rozszerzenia w\u0119z\u0142a
+NodeListAction.text=Znajd\u017a i zast\u0105p...
+NodeListAction.tooltip=<html> Wy\u015Bwietla daty utworzenia i modyfikacji wszystkich w\u0119z\u0142\u00F3w</html>
+NodeShapeAction.bubble.text=Ramka
+NodeShapeAction.fork.text=Bez ramki
+NodeUpAction.text=Przesu\u0144 w\u0119ze\u0142 w g\u00F3r\u0119
+NodeWidthAction.text=Ustaw granice szeroko\u015bci w\u0119z\u0142a
+nonboldify_branch=Bez wyt\u0142uszczenia
+nonitalicise_branch=Bez kursywy
+normal=Zwyk\u0142y
+not_saved_for_image_error=Mapa musi by\u0107 zapisana zanim b\u0119dziesz m\u00f3g\u0142 wstawi\u0107 obrazek z okna wyboru pliku
+not_saved_for_link_error=Mindmapa musi zosta\u0107 zapisana przed wybraniem odno\u015Bnika do pliku.
+note_window_location=Po\u0142o\u017cenie okna notatnika
+ok=OK
+OKAction.text=OK
+OnlineReference.text=Dokumentacja mapy online
+OpenAction.text=Otw\u00F3rz...
+OpenFreeplaneSiteAction.text=Strona domowa Freeplane
+OpenPathAction.text=Otw\u00f3rz plik
+OpenURLMapAction.text=Otw\u00f3rz map\u0119 z URL...
+OpenUserDirAction.text=Otw\u00f3rz katalog u\u017cytkownika
+option_changes_may_require_restart=Zmiany prawdopodobnie pojawi\u0105 si\u0119 dopiero po ponownym uruchomieniu programu Freeplane.
+OptionalDontShowMeAgainDialog.cancel=Nie
+OptionalDontShowMeAgainDialog.dontShowAgain=Nie pytaj ponownie
+OptionalDontShowMeAgainDialog.ok=Tak
+OptionalDontShowMeAgainDialog.rememberMyDescision=Zapami\u0119taj moj\u0105 decyzj\u0119
+OptionPanel.absolute=bezwzgl\u0119dny
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Formatowanie automatyczne
+OptionPanel.ADD_CHILD=Dodaj potomka
+OptionPanel.ADD_SIBLING=Dodaj w\u0119ze\u0142 na tym samym poziomie
+OptionPanel.addons=Dodatki
+OptionPanel.always_fold_all_after_load=Zwi\u0144 wszystko
+OptionPanel.always_load_last_maps=\u0141aduj ostatnie i nowe mapy
+OptionPanel.always_load_last_maps.tooltip=Otwiera ostnie pliki wg powy\u017cszych ustawie\u0144, nawet otwieraj\u0105c FP wybrany plik mapy
+OptionPanel.always_save_folding=zawsze
+OptionPanel.always_save_folding_state=Zawsze zapisuj zmiany stanu zwini\u0119\u0107
+OptionPanel.always_save_folding_state.tooltip=Je\u017celi w\u0142\u0105czone, ka\u017cda zmiana zwini\u0119cia zaznacza map\u0119 jako zmodyfikowan\u0105 i przypomina o konieczno\u015bci jej zapisania.
+OptionPanel.always_unfold_all_after_load=Rozwi\u0144 wszystko
+OptionPanel.antialias=Antyaliasing
+OptionPanel.antialias.tooltip=<html> Okre\u015Bla jako\u015B\u0107 wy\u015Bwietlania mindmapy. Im wi\u0119cej antyaliasingu, tym wolniej dzia\u0142a Freeplane</html>
+OptionPanel.antialias_all=Antyaliasing wszystkiego
+OptionPanel.antialias_edges=Antyaliasing ga\u0142\u0119zi
+OptionPanel.antialias_none=brak
+OptionPanel.Appearance=Wygl\u0105d
+OptionPanel.ar=Arabski
+OptionPanel.ARC=\u0141uk
+OptionPanel.as_parent=Jak rodzic
+OptionPanel.ask=Pytaj
+OptionPanel.automatic=automatyczny
+OptionPanel.automaticFormat_level=Formatowanie automatyczne
+OptionPanel.automaticFormat_level1=Format korzenia
+OptionPanel.automaticFormat_level2=Format w\u0119z\u0142a pierwszego poziomu
+OptionPanel.backup_file_number=Ilo\u015b\u0107 przechowywanych kopii zapasowych
+OptionPanel.Behaviour=Spos\u00F3b dzia\u0142ania
+OptionPanel.bezier=bezier
+OptionPanel.bubble=ramka
+OptionPanel.ca=Katalo\u0144ski
+OptionPanel.Cancel=Anuluj
+OptionPanel.center_selected_node=Wy\u015brodkuj wybrane w\u0119z\u0142y
+OptionPanel.check_updates_automatically=Sprawdzaj dost\u0119pno\u015b\u0107 aktualizacji przy uruchomieniu
+OptionPanel.childpattern=Szablon potomka
+OptionPanel.childpattern.tooltip=Wybrany szablon zostanie zastosowany dla wszystkich potomk\u00F3w.
+OptionPanel.clear_all_setters=Prze\u0142\u0105cz wszystkie
+OptionPanel.clear_all_setters.tooltip=Enables or disables all change indications.
+OptionPanel.cloud=Chmurka
+OptionPanel.cloudcolor=Chmurka i kolor
+OptionPanel.cloudshape=Kszta\u0142t chmurki
+OptionPanel.combined=Ramka/bez ramki
+OptionPanel.compare_as_number=Por\u00f3wnaj jako liczby
+OptionPanel.convert_to_current_version=<html>Konwertowa\u0107 automatycznie mapy w starszej wersji Freeplane <br>do obecnej wersji?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Tylko dla bardzo du\u017cych map, kt\u00f3re nie musz\u0105 by\u0107 konwertowane <br>(to jest wiedza ekspercka) mo\u017cesz otwiera\u0107 mapy bez konwertowania.</html>
+OptionPanel.cs=Czeski
+OptionPanel.cut_nodes_without_question=Wycina\u0107 w\u0119z\u0142y bez potwierdzania?
+OptionPanel.cut_nodes_without_question.tooltip=Je\u017celi w\u0142\u0105czone, w\u0119z\u0142y b\u0119d\u0105 wycinane bez potwierdzania. Mo\u017ce to spowodowa\u0107 utrat\u0119 danych przy przypadkowym u\u017cyciu.
+OptionPanel.da=Du\u0144ski
+OptionPanel.date_format=Standardowe formatowanie daty
+OptionPanel.date_format.tooltip=Mo\u017cliwe opcje: SHORT, MEDIUM, LONG, FULL lub wz\u00f3r typu "MM/dd/yyyy"
+OptionPanel.datetime_format=Standardowe formatowanie daty i czasu
+OptionPanel.datetime_format.tooltip=Zar\u00f3wno: <styl daty>,<styl czasu> (style: SHORT, MEDIUM, LONG lub FULL) lub pe\u0142ny wz\u00f3r typu "M/d/yyyy hh:mm"
+OptionPanel.de=Niemiecki
+OptionPanel.default=domy\u015Blny
+OptionPanel.default_attribute_key_column_width=Domy\u015blna szeroko\u015b\u0107 klucza atrybutu
+OptionPanel.default_attribute_value_column_width=Domy\u015blna szeroko\u015b\u0107 warto\u015bci atrybutu
+OptionPanel.default_browser_command_mac=Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> Dla Mac'a: (dzi\u0119kujemy Nickowi!)</html>
+OptionPanel.default_browser_command_other_os=Inne systemy operacyjne
+OptionPanel.default_browser_command_other_os.tooltip=<html> G\u0142\u00F3wnie odnosi si\u0119 do Linuxa</html>
+OptionPanel.default_browser_command_windows_9x=Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html> Dla Windows (znaki "" s\u0105 konieczne z powodu odno\u015Bnik\u00F3w, kt\u00F3re zawieraj\u0105 "=" w sobie)</html>
+OptionPanel.default_browser_command_windows_nt=Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html> Dla Windows (znaki "" s\u0105 konieczne z powodu odno\u015Bnik\u00F3w, kt\u00F3re zawieraj\u0105 "=" w sobie)</html>
+OptionPanel.default_charset=Zestaw znak\u00f3w
+OptionPanel.Defaults=Domy\u015Blne
+OptionPanel.delete_automatic_saves_at_exit=Usu\u0144 automatyczne kopie po zako\u0144czeniu programu
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Po normalnym zamkni\u0119ciu Freeplane b\u0119dzie usuwa\u0142 wszystkie automatycznie utworzone pliki</html>
+OptionPanel.delete_nodes_without_question=Usuwa\u0107 w\u0119z\u0142y bez potwierdzania?
+OptionPanel.delete_nodes_without_question.tooltip=Je\u017celi w\u0142\u0105czone, w\u0119z\u0142y b\u0119d\u0105 usuwane bez potwierdzania. Mo\u017ce to spowodowa\u0107 utrat\u0119 danych przy przypadkowym u\u017cyciu.
+OptionPanel.disable_cursor_move_paper=Wy\u0142\u0105cz specjalny kursor podczas przewijania
+OptionPanel.disable_cursor_move_paper.tooltip=<html> Nie wy\u015Bwietlaj specjalnego kursora podczas przewijania za pomoc\u0105 przeci\u0105gania t\u0142a</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Wy\u015bwietlaj edytor w mapie (inline)  dla wszystkich nowych w\u0119z\u0142\u00f3w
+OptionPanel.display_node_id=Wy\u015bwietlaj ID w\u0119z\u0142a
+OptionPanel.edgecolor=Kolor ga\u0142\u0119zi
+OptionPanel.edgecolor.tooltip=Kopiuj w\u0142a\u015Bciwo\u015B\u0107 ga\u0142\u0119zi do w\u0119z\u0142a rodzica (dzia\u0142a te\u017C na wszytkich potomk\u00F3w)
+OptionPanel.edgestyle=Styl ga\u0142\u0119zi
+OptionPanel.edgestyle.tooltip=Kopiuj w\u0142a\u015Bciwo\u015B\u0107 ga\u0142\u0119zi do w\u0119z\u0142a rodzica (dzia\u0142a te\u017C na wszytkich potomk\u00F3w)
+OptionPanel.edgewidth=Szeroko\u015B\u0107 ga\u0142\u0119zi
+OptionPanel.edgewidth.tooltip=Kopiuj w\u0142a\u015Bciwo\u015B\u0107 ga\u0142\u0119zi do w\u0119z\u0142a rodzica (dzia\u0142a te\u017C na wszytkich potomk\u00F3w)
+OptionPanel.EDIT_CURRENT=Nadpisuj zawarto\u015b\u0107
+OptionPanel.editor_extra_width=Krok zwi\u0119kszania szeroko\u015bci w\u0119z\u0142a
+OptionPanel.editor_extra_width.tooltip=<html>Okre\u015bla liczb\u0119 pikseli, o kt\u00f3r\u0105 zwi\u0119ksza si\u0119 szeroko\u015b\u0107 w\u0119z\u0142a je\u017celi tekst wychodzi poza aktualn\u0105 szeroko\u015b\u0107.</html>
+OptionPanel.el=Grecki
+OptionPanel.el__buttons_above=Przyciski u g\u00f3ry
+OptionPanel.el__enter_confirms_by_default=Enter domy\u015Blnie zamyka edytorek
+OptionPanel.el__max_default_window_height=Maksymalna wysoko\u015B\u0107 okna
+OptionPanel.el__max_default_window_width=Maksymalna szeroko\u015B\u0107 okna
+OptionPanel.el__min_default_window_height=Minimalna wysoko\u015B\u0107 okna
+OptionPanel.el__min_default_window_width=Minimalna szeroko\u015B\u0107 okna
+OptionPanel.el__position_window_below_node=Umie\u015B\u0107 okno pod edytowanym w\u0119z\u0142em
+OptionPanel.en=Angielski
+OptionPanel.Environment=\u015Arodowisko
+OptionPanel.es=Hiszpa\u0144ski
+OptionPanel.et=Esto\u0144ski
+OptionPanel.execute_scripts_without_asking=Wykonywa\u0107 skrypty bez potwierdzania?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Skrypty Freeplane s\u0105 w zasadzie w stanie wykona\u0107 ka\u017cd\u0105 czynno\u015b\u0107 na Twoim komputerze. <br>Tak wi\u0119c nie powiniene\u015b uruchamia\u0107 skrypt\u00f3w z niepewnych \u017ar\u00f3de\u0142.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Zezwalaj na uruchamianie zewn\u0119trznych aplikacji (NIE zalecane)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Je\u017celi Twoje skrypty Groovy musz\u0105 uruchamia\u0107 zewn\u0119trzne aplikacje (takie jak przegl\u0105darka) bez pytania(!),<br>musisz w\u0142\u0105czy\u0107 t\u0105 opcj\u0119. <br>Ale u\u017cywaj jej ostro\u017cnie, poniewa\u017c z\u0142o\u015bliwe skrypty mog\u0105 zagra\u017ca\u0107 Twojemu komputerowi!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Zezwalaj na operacje na plikach (NIE zalecane)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Je\u017celi Twoje skrypty Groovy musz\u0105 wykonywa\u0107 operacje na plikach (takie jak otwarcie, zamkni\u0119cie, czytanie, zapis, kasowanie(!)),<br>musisz w\u0142\u0105czy\u0107 t\u0105 opcj\u0119. <br>Ale u\u017cywaj jej ostro\u017cnie, poniewa\u017c z\u0142o\u015bliwe skrypty mog\u0105 zagra\u017ca\u0107 Twojemu komputerowi!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Zezwalaj na operacje sieciowe (NIE zalecane)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Je\u017celi Twoje skrypty Groovy musz\u0105 wykonywa\u0107 operacje sieciowe,<br>musisz w\u0142\u0105czy\u0107 t\u0105 opcj\u0119. <br>Ale u\u017cywaj jej ostro\u017cnie, poniewa\u017c z\u0142o\u015bliwe skrypty mog\u0105 odczyta\u0107 Twoje prywatne informacje!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Pozw\u00f3l na operacje zapisywania plik\u00f3w (NIE polecane)
+OptionPanel.experimental_file_locking_on=Eksperymentalne blokowanie plik\u00F3w
+OptionPanel.experimental_file_locking_on.tooltip=<html> Funkcja testowa. U\u017Cywasz na w\u0142asne ryzyko</html>
+OptionPanel.export_icons_in_html=Eksport ikon razem z HTML
+OptionPanel.export_icons_in_html.tooltip=<html>  Okre\u015Bla czy podczas eksportu do HTML maj\u0105 by\u0107 do\u0142\u0105czane ikony. Problem z ikonami polega na tym,<br>\u017Ce cz\u0119sto odno\u015Bniki do nich przestaj\u0105 by\u0107 prawid\u0142owe po przeniesieniu na inny komputer</html>
+OptionPanel.Files=Pliki
+OptionPanel.first=pierwsza
+OptionPanel.foldingsymbolwidth=\u015Arednica symbolu zwini\u0119tych w\u0119z\u0142\u00F3w
+OptionPanel.foldingsymbolwidth.tooltip=<html> \u015Arednica okr\u0119gu obok zwini\u0119tych w\u0119z\u0142\u00F3w</html>
+OptionPanel.fork=bez ramki
+OptionPanel.format_locale=Lokalizacja formatowania
+OptionPanel.format_locale.tooltip=Ustawienia lokalizacji dla formatowania i przetwarzania danych
+OptionPanel.formula_disable_caching=Wy\u0142\u0105cz cache'owanie wykonywania formu\u0142
+OptionPanel.formula_disable_plugin=Wy\u0142\u0105cz wykonywanie formu\u0142
+OptionPanel.fr=Francuski
+OptionPanel.gl=Galicyjski
+OptionPanel.goto_note_end_on_edit=Przenie\u015b w notatce kursor na koniec
+OptionPanel.grid_size=Odleg\u0142o\u015bci mi\u0119dzy punktami siatki(przyci\u0105ganie)
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=ukryj kraw\u0119d\u017a
+OptionPanel.horizontal=poziomo
+OptionPanel.hr=Horwacki
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=jako esej
+OptionPanel.html_export_fold_all=Zwi\u0144 wszystko
+OptionPanel.html_export_fold_currently_folded=zwi\u0144 obecnie zwini\u0119te
+OptionPanel.html_export_folding=Zwijanie dokument\u00F3w HTML
+OptionPanel.html_export_no_folding=bez zwijania
+OptionPanel.hu=W\u0119gierski
+OptionPanel.icon=Ikona
+OptionPanel.icon.tooltip=Je\u017Celi zaaplikujesz w\u0119ze\u0142 b\u0119dzie mia\u0142 dok\u0142adnie t\u0105 ikon\u0119.
+OptionPanel.icons.list=Lista wy\u015bwietlanych standardowych ikon
+OptionPanel.icons.list.tooltip=Tutaj mo\u017cesz uporz\u0105dkowa\u0107 lub wy\u0142\u0105czy\u0107 standardowe ikony. Ikony musz\u0105 by\u0107 oddzielane znakiem ";".
+OptionPanel.id=Indonezyjski
+OptionPanel.IGNORE=Nic nie r\u00f3b
+OptionPanel.il__enter_confirms_by_default=Domy\u015blnie Enter potwierdza
+OptionPanel.it=W\u0142oski
+OptionPanel.ja=Japo\u0144ski
+OptionPanel.key_type_action=Przy naci\u015bni\u0119ciu klawisza
+OptionPanel.Keystrokes=Klawiatura
+OptionPanel.ko=Korea\u0144ski
+OptionPanel.label_font_family=Rodzina czcionek
+OptionPanel.label_font_size=Rozmiar czcionki
+OptionPanel.language=J\u0119zyk
+OptionPanel.language.tooltip=<html> To jest j\u0119zyk, kt\u00F3ry powinien zosta\u0107 u\u017Cyty przez program. 'automatyczny' pr\u00F3buje za\u0142adowa\u0107 j\u0119zyk systemowy</html>
+OptionPanel.last=ostatnia
+OptionPanel.last_opened_list_length=D\u0142ugo\u015B\u0107 listy ostatnio otwieranych
+OptionPanel.layout_map_on_text_change=Aktualizuj uk\u0142ad mapy podczas edycji
+OptionPanel.layout_map_on_text_change.tooltip=Wy\u0142\u0105cz, aby program dzia\u0142a\u0142 p\u0142ynniej
+OptionPanel.linear=liniowy
+OptionPanel.links=Odno\u015Bnik
+OptionPanel.links.tooltip=<html> Tworzenie wzgl\u0119dnych lub bezwzgl\u0119dnych odno\u015Bnik\u00F3w</html>
+OptionPanel.load_folding=Przy wczytywaniu
+OptionPanel.load_folding_from_map_default_fold_all=Za\u0142aduj z mapy, lub zwi\u0144 wszystko
+OptionPanel.load_folding_from_map_default_unfold_all=Za\u0142aduj z mapy, lub rozwi\u0144 wszystko
+OptionPanel.load_last_map=Automatycznie otw\u00F3rz ostatni\u0105 map\u0119
+OptionPanel.load_last_map.tooltip=<html>Je\u017celi zaznaczone, podczas uruchamiania Freeplanea zostanie za\u0142adowana ostatnio otworzona mapa.</html>
+OptionPanel.load_last_maps=Otw\u00f3rz wszystkie mapy z poprzedzniej sesji
+OptionPanel.lookandfeel=Styl interfejsu u\u017cytkownika (Look&Feel)
+OptionPanel.lookandfeel.tooltip=<html> Look&Feel - wygl\u0105d programu. Je\u015Bli chcesz u\u017Cy\u0107 w\u0142asnego, wprowad\u017A nazw\u0119 klasy i upewnij si\u0119, \u017Ce odpowiednie pliki *.jar s\u0105 \u0142adowane.<br>Je\u015Bli masz jaki\u015B problem z Look&Feel wybierz '\u017Baden'. Dzia\u0142a r\u00F3wnie\u017C z appletami</html>
+OptionPanel.lt=Litewski
+OptionPanel.max_displayed_node_count=Maksymalna liczba wy\u015bwietlanych w\u0119z\u0142\u00f3w
+OptionPanel.max_menu_item_count=Maksymalna liczba element\u00f3w menu
+OptionPanel.max_menu_item_count.tooltip=Ogranicza liczb\u0119 element\u00f3w w pojedynczym podmenu, najmniej 10
+OptionPanel.max_node_width=Maksymalna szeroko\u015B\u0107 w\u0119z\u0142a
+OptionPanel.max_node_width.tooltip=<html> Domy\u015Blna maksymalna szeroko\u015B\u0107 w\u0119z\u0142a w pikselach</html>
+OptionPanel.max_shortened_text_length=Maksymalna szeroko\u015b\u0107 skr\u00f3conego w\u0119z\u0142a
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=Minimalna szeroko\u015b\u0107 w\u0119z\u0142a
+OptionPanel.motif=Motif
+OptionPanel.nb=Norweski Bokm\u00e5l
+OptionPanel.never_save_folding=nigdy
+OptionPanel.nl=Du\u0144ski, Flamandzki
+OptionPanel.nn=Norweski Nynorsk
+OptionPanel.nodebackgroundcolor=Kolor t\u0142a w\u0119z\u0142a...
+OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodecolor=Kolor w\u0119z\u0142a
+OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodefontbold=Pogrubienie czcionki
+OptionPanel.nodefontitalic=Kursywa
+OptionPanel.nodefontname=Czcionka w\u0119z\u0142a
+OptionPanel.nodefontsize=Wielko\u015B\u0107 czcionki w\u0119z\u0142a
+OptionPanel.nodeformat=Formatowanie
+OptionPanel.nodenumbering=Numeracja w\u0119z\u0142\u00f3w
+OptionPanel.nodenumbering.tooltip=Dodaje numer (np. 1.3.1) do tekstu w\u0119z\u0142a
+OptionPanel.nodeshape=Styl w\u0119z\u0142a
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=Edytuj w\u0119ze\u0142
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=Nic
+OptionPanel.number_format=Standardowe formatowanie liczb
+OptionPanel.number_format.tooltip=Wzr\u00f3 zawieraj\u0105cy '#' dla opcjonalnych lub '0' dla obowi\u0105zkowych cyfr. Przyk\u0142ady:  "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Ilo\u015B\u0107 przechowywanych automatycznych kopii
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> Liczba plik\u00F3w u\u017Cywanych do przechowywania automatycznych zapis\u00F3w (n-plik\u00F3w).<br>Pierwsza kopia jest przechowywana w pliku 1, a\u017C  do n+1-kopii, kt\u00F3ra jest zapisywana znowu w pliku 1 (cyklicznie)</html>
+OptionPanel.OK=Zapisz ustawienia
+OptionPanel.org.freeplane.plugin.bugreport=Polityka
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Zawsze wysy\u0142aj
+OptionPanel.org.freeplane.plugin.bugreport.ask=Poka\u017c okno dialogowe raportu
+OptionPanel.org.freeplane.plugin.bugreport.denied=Nigdy nie wysy\u0142aj
+OptionPanel.outline_hgap=Pozioma odleg\u0142o\u015b\u0107
+OptionPanel.outline_vgap=Pionowa odleg\u0142o\u015b\u0107
+OptionPanel.paint_connectors_behind=Rysuj po\u0142\u0105czenia za (poni\u017cej) w\u0119z\u0142ami
+OptionPanel.parse_data=Rozpoznawaj liczby i dat\u0119-godzin\u0119
+OptionPanel.parse_data.tooltip=Pr\u00f3buje przetworzy\u0107 dat\u0119, dat\u0119-godzin\u0119 i liczby i zastosowa\u0107 stoandardowe formatowania. Przyk\u0142ady: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.path_property_may_not_be_empty=W\u0142a\u015bciwo\u015bci \u015bcie\u017cki nie mog\u0105 by\u0107 puste. Zmiana zosta\u0142a anulowana.
+OptionPanel.patternname=Nazwa
+OptionPanel.patternname.tooltip=Unikatowa nazwa szablonu
+OptionPanel.pl=*Polski*
+OptionPanel.placenewbranches=Po\u0142o\u017Cenie nowych ga\u0142\u0119zi
+OptionPanel.placenewbranches.tooltip=<html> Gdzie umieszcza\u0107 nowe ga\u0142\u0119zie</html>
+OptionPanel.plugins=Wtyczki
+OptionPanel.printonwhitebackground=<html>Bia\u0142e t\u0142o przy wydruku</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Zawsze u\u017cywaj bia\u0142ego t\u0142a przy wydruku</html>
+OptionPanel.pt_BR=Portugalski (Brazylia)
+OptionPanel.pt_PT=Portugalski (Portugalia)
+OptionPanel.RECT=Prostok\u0105t
+OptionPanel.relative=wzgl\u0119dny
+OptionPanel.remind_use_rich_text_in_new_nodes=U\u017cywaj tekstu sformatowanego dla wklejanych w\u0119z\u0142\u00f3w
+OptionPanel.remove_notes_without_question=Usuwa\u0107 notatki bez potwierdzania?
+OptionPanel.remove_notes_without_question.tooltip=Je\u017celi w\u0142\u0105czone, notatki nale\u017c\u0105ce do wybranych w\u0119z\u0142\u00f3w b\u0119d\u0105 usuwane bez potwierdzania. Mo\u017ce to spowodowa\u0107 utrat\u0119 danych przy przypadkowym u\u017cyciu.
+OptionPanel.resources_use_default_font_for_notes_too=U\u017cywaj domy\u015blnej czcionki tak\u017ce dla notatek.
+OptionPanel.resources_use_margin_top_zero_for_notes=Usu\u0144 g\u00f3rny margines dla notatek
+OptionPanel.revision_color=Kolor wersji
+OptionPanel.revision_color.tooltip=Kolor t\u0142a dla zmodyfikowanych w\u0119z\u0142\u00f3w.
+OptionPanel.ROUND_RECT=Zaokr\u0105glony prostok\u0105t
+OptionPanel.ru=Rosyjski
+OptionPanel.save_folding=Zapisuj zwini\u0119cia
+OptionPanel.save_folding_if_map_is_changed=je\u017celi mapa zosta\u0142a zmodyfikowana
+OptionPanel.save_modification_times=Zapisuj czas modyfikacji
+OptionPanel.script_classpath=classpath skrytpu: Katalogi zawieraj\u0105ce klasy lub/i JARy
+OptionPanel.script_classpath.tooltip=<html>Lista JAR\u00f3w i/lub katalog\u00f3w do dodania do \u015bcie\u017cki klas (classpath) skrypt\u00f3w i formu\u0142. <br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Directories will be scanned for JARs and for .class files.<br>Paths that are not absolute are considered relative to the Freeplane user directory.<br>If you set the classpath you have to permit read access too!</html>
+OptionPanel.script_directories=\u015acie\u017cka wyszukiwania skrypt\u00f3w
+OptionPanel.script_directories.tooltip=<html>Lista katalog\u00f3w.<br>U\u017cyj ; (Windows) lub : (Linux, Mac) aby rozdzieli\u0107 wpisy.<br>\u015acie\u017cki nie b\u0119d\u0105ce bezwzgl\u0119dnymi s\u0105 traktowane jako wzgl\u0119de do katalogu u\u017cytkownika Freeplane'a.</html>
+OptionPanel.script_user_key_name_for_signing=Opcjonalny alias klucza u\u017cytkownika dla podpisywania skrypt\u00f3w
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Je\u017celi chcesz podpisywa\u0107 swoje skrypty, wpisz tutaj alias klucza. <br>Oczekuje si\u0119, \u017ce klucz jest przechowywany w domy\u015blnej bazie kluczy. <br>Has\u0142o tajnego klucza musi si\u0119 zgadza\u0107 z has\u0142em bazy kluczy (domy\u015blnie).</html>
+OptionPanel.scrollbar_increment=Szybko\u015b\u0107 przewijania
+OptionPanel.selection_method=Metoda zaznaczania
+OptionPanel.selection_method.tooltip=<html> Bezpo\u015Brednio: w\u0119ze\u0142 jest zaznaczany od razu po wskazaniu myszk\u0105<br>Z op\u00F3\u017Anieniem: w\u0119ze\u0142 jest zaznaczany po up\u0142yni\u0119ciu okre\u015Blonego czasu od wskazania myszk\u0105<br>Przez klikni\u0119cie: w\u0119ze\u0142 jest zaznaczany klikni\u0119ciu na nim myszk\u0105</html>
+OptionPanel.selection_method_by_click=przez klikni\u0119cie
+OptionPanel.selection_method_delayed=z op\u00F3\u017Anieniem
+OptionPanel.selection_method_direct=bezpo\u015Brednio
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Szablony
+OptionPanel.separator.anti_alias=Antyaliasing
+OptionPanel.separator.attributes=Atrybuty
+OptionPanel.separator.automatic_save=Automatyczne zapisywanie
+OptionPanel.separator.behaviour=Spos\u00F3b dzia\u0142ania
+OptionPanel.separator.browser=Domy\u015Blne polecenie przegl\u0105dania
+OptionPanel.separator.CloudControls=Chmurki
+OptionPanel.separator.commands_for_the_program=Polecenia programu
+OptionPanel.separator.connectors=Po\u0142\u0105czenia
+OptionPanel.separator.data_formats=Formatowanie i przetwarzanie danych
+OptionPanel.separator.default_colors=Domy\u015Blne kolory
+OptionPanel.separator.default_fonts=Domy\u015Blne czcionki
+OptionPanel.separator.default_styles=Domy\u015Blne style
+OptionPanel.separator.EdgeControls=Ga\u0142\u0119zie
+OptionPanel.separator.edit_long_node_window=Edytor w\u0119z\u0142\u00f3w
+OptionPanel.separator.editing=Ustawienia edytora
+OptionPanel.separator.files=Pliki
+OptionPanel.separator.formula=Formu\u0142y
+OptionPanel.separator.General=Og\u00F3lne
+OptionPanel.separator.html_export=Eksport HTML
+OptionPanel.separator.html_import=Import Html
+OptionPanel.separator.hyperlink_types=Typ odno\u015Bnika
+OptionPanel.separator.icon_properties=Ikony
+OptionPanel.separator.icons=Ikony w "Wybierz ikon\u0119..."
+OptionPanel.separator.initial_map_size=Pocz\u0105tkowy rozmiar mapy
+OptionPanel.separator.inline_editor=Edytor in-line w\u0119z\u0142a
+OptionPanel.separator.key_typing=Klawiatura
+OptionPanel.separator.language=J\u0119zyk
+OptionPanel.separator.load=Wczytaj
+OptionPanel.separator.look_and_feel=Look and Feel
+OptionPanel.separator.mouse_wheel=K\u00F3\u0142ko myszy
+OptionPanel.separator.new_node_commands=Polecenia tworzenia nowych w\u0119z\u0142\u00F3w
+OptionPanel.separator.node_editing_commands=Polecenia edycji w\u0119z\u0142\u00F3w
+OptionPanel.separator.node_navigation_commands=Polecenia nawigacyjne
+OptionPanel.separator.NodeColors=Kolory w\u0119z\u0142a
+OptionPanel.separator.NodeFont=Czcionka w\u0119z\u0142a
+OptionPanel.separator.NodeShape=Kszta\u0142t w\u0119z\u0142a
+OptionPanel.separator.NodeStyle=Styl w\u0119z\u0142a
+OptionPanel.separator.NodeText=Tekst w\u0119z\u0142a
+OptionPanel.separator.notifications=Potwierdzenia
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatyczne raportowanie b\u0142\u0119d\u00f3w
+OptionPanel.separator.other_defaults=Inne ustawienia domy\u015Blne
+OptionPanel.separator.others=Inne skr\u00F3ty klawiszowe
+OptionPanel.separator.outline_view=Widok konspektu
+OptionPanel.separator.patterns=Szablony
+OptionPanel.separator.root_node_appearance=Wygl\u0105d w\u0119z\u0142a korzenia (Root)
+OptionPanel.separator.save=Zapisz ustawienia
+OptionPanel.separator.scripting=Skrypty
+OptionPanel.separator.scrollbar=Pasek przewijania
+OptionPanel.separator.search=Wyszukiwanie
+OptionPanel.separator.selection_colors=Kolory zaznaczenia
+OptionPanel.separator.selection_method=Metoda zaznaczania
+OptionPanel.separator.single_instance_mode=Pojedyncza instancja programu
+OptionPanel.separator.size_limits=Ograniczenie wielko\u015bci
+OptionPanel.separator.spelling=Opcje sprawdzania pisowni
+OptionPanel.separator.status=Wiersz statusu
+OptionPanel.separator.tooltip=Czas dymk\u00f3w podpowiedzi
+OptionPanel.separator.undo=Cofnij
+OptionPanel.separator.updates=Aktualizacja programu
+OptionPanel.set_property_text=Zmie\u0144
+OptionPanel.set_property_text.tooltip=Pusty: nie dotykaj; Minus=Usu\u0144 w\u0142a\u015Bciwo\u015B\u0107 (ustaw warto\u015B\u0107 domy\u015Bln\u0105); Plus=Zmie\u0144 w\u0142a\u015Bciwo\u015B\u0107
+OptionPanel.setscript=Zmieni\u0107?
+OptionPanel.setscript.tooltip=Skrypt mo\u017ce zosta\u0107 powi\u0105zany ze stylem.
+OptionPanel.sharp_bezier=Ostra krzywa B\u00E9ziera
+OptionPanel.sharp_linear=Ostra linia
+OptionPanel.show_icon_for_attributes=Poka\u017c ikony atrybut\u00f3w
+OptionPanel.show_node_tooltips=Wy\u015bwietlaj dymki podpowiedzi dla w\u0119z\u0142\u00f3w
+OptionPanel.show_note_icons=Poka\u017c ikony notatek
+OptionPanel.show_styles_in_tooltip=Wy\u015bwietlaj style w\u0119z\u0142a w dymkach podpowiedzi
+OptionPanel.signed_script_are_trusted=Ufaj podpisanym skryptom (zalecane).
+OptionPanel.signed_script_are_trusted.tooltip=Je\u017celi skrypty s\u0105 podpisane przez zaufanych dostawc\u00f3w (np. przez autor\u00f3w Freeplane lub przez Ciebie), s\u0105 wykowywane bez ogranicze\u0144.
+OptionPanel.single_backup_directory=U\u017cyj pojedynczego katalogo dla kopii bezpiecze\u0144stwa plik\u00f3w
+OptionPanel.single_backup_directory.tooltip=Okre\u015bla czy pliki kopii bezpiecze\u0144stwa i automatycznego zapisywania maj\u0105 by\u0107 zapisywane w jednym (globalnie) katalogu zamiast w podkatalogu katalogu w kt\u00f3rym znajduje si\u0119 mapa.
+OptionPanel.single_backup_directory_path=Katalog kopii bezpiecze\u0144stwa (je\u017celi powy\u017csze jest zaznaczone)
+OptionPanel.single_backup_directory_path.tooltip=<html>Zast\u0119puje domy\u015blny <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Otwieraj pliki w dzia\u0142aj\u0105cej instancji
+OptionPanel.single_instance_force=Tylko jedna instancja programu
+OptionPanel.sk=S\u0142owacki
+OptionPanel.sl=S\u0142owe\u0144ski
+OptionPanel.spelling_opt_case_sensitive=Uwzgl\u0119dniaj wielko\u015b\u0107 znak\u00f3w
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignoruj s\u0142owa pisane wielkimi literami
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ignoruj s\u0142owa z cyframi
+OptionPanel.spelling_opt_suggestions_limit_dialog=Maksymalna ilo\u015b\u0107 sugestii w oknie dialogowym
+OptionPanel.spelling_opt_suggestions_limit_menu=Maksymalna ilo\u015b\u0107 sugestii w oknie w menu
+OptionPanel.sr=Serbski
+OptionPanel.standard_template=Standardowy szablon
+OptionPanel.standardbackgroundcolor=Kolor t\u0142a
+OptionPanel.standardbackgroundcolor.tooltip=<html> Domy\u015Blny kolor t\u0142a (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
+OptionPanel.standardcloudcolor=Kolor chmurki
+OptionPanel.standardcloudcolor.tooltip=<html> Domy\u015Blny kolor chmurki (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
+OptionPanel.standardcloudestyle=Styl chmurki
+OptionPanel.standardcloudestyle.tooltip=<html> Domy\u015Blny styl chmurki. Obecnie tylko "Krzywa B\u00E9ziera" jest obs\u0142ugiwana</html>
+OptionPanel.standarddrawrectangleforselection=Wy\u015bwietlaj zaznaczone w\u0119z\u0142y w balonach.
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Zaznaczaj wybrane w\u0119z\u0142y poprzez otoczenie balonem.</html>
+OptionPanel.standardlinkcolor=Kolor po\u0142\u0105cze\u0144
+OptionPanel.standardlinkcolor.tooltip=<html> Domy\u015Blny kolor po\u0142\u0105cze\u0144 (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
+OptionPanel.standardlinkestyle=Styl po\u0142\u0105czenia
+OptionPanel.standardlinkestyle.tooltip=<html> Domy\u015Blny styl po\u0142\u0105czenia. Obecnie tylko "Krzywa B\u00E9ziera" jest obs\u0142ugiwana</html>
+OptionPanel.standardselectednodecolor=Kolor zaznaczonego w\u0119z\u0142a
+OptionPanel.standardselectednodecolor.tooltip=<html> Domy\u015Blny kolor zaznaczonego w\u0119z\u0142a (zapis HTML -  #RRGGBB z warto\u015Bciami szestnastkowymi)</html>
+OptionPanel.standardselectednoderectanglecolor=Kolor balonu wybranego w\u0119z\u0142a
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Kolor balonu zaznaczaj\u0105cego wybrane w\u0119z\u0142y. W notacji html (#RRGGBB w warto\u015bciach szesnastkowych) </html>
+OptionPanel.STAR=Gwiazda
+OptionPanel.structured_html_import=Importuj HTML jako struktur\u0119 w\u0119z\u0142\u00f3w.
+OptionPanel.structured_icon_toolbar=Grupuj ikony w pasku narz\u0119dziowym
+OptionPanel.summary=Podsumowanie
+OptionPanel.sv=Szwedzki
+OptionPanel.text.use_ctrl_key=U\u017cyj 'Przypisz do skr\u00f3tu klawiszowego' z menu Narz\u0119dzia
+OptionPanel.time_for_automatic_save=Czas pomi\u0119dzy zapisami (ms)
+OptionPanel.time_for_automatic_save.tooltip=<html> Czas pomi\u0119dzy kolejnymi automatycznymi zapisami. Ustaw na 2000000000, aby wy\u0142\u0105czy\u0107</html>
+OptionPanel.time_for_delayed_selection=Op\u00F3\u017Anienie (ms)
+OptionPanel.time_for_delayed_selection.tooltip=<html> Zmienia op\u00F3\u017Anienie zaznaczania. Ustaw na 1, je\u015Bli chcesz zaznacza\u0107 od razu po najechaniu myszk\u0105</html>
+OptionPanel.toolTipManager.dismissDelay=Czas wy\u015bwietlania, ms
+OptionPanel.toolTipManager.initialDelay=Op\u00f3\u017anienie pocz\u0105tkowe, ms
+OptionPanel.toolTipManager.max_tooltip_width=Szeroko\u015B\u0107 dymk\u00F3w podpowiedzi
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Domy\u015Blna szeroko\u015B\u0107 dymku podpowiedzi w pikselach</html>
+OptionPanel.toolTipManager.reshowDelay=Op\u00f3\u017anienie ponownego wy\u015bwietlenia, ms
+OptionPanel.tr=Turecki
+OptionPanel.uk_UA=Ukrai\u0144ski
+OptionPanel.undefined_font=Niezdefiniowana czcionka
+OptionPanel.undo_levels=Ilo\u015B\u0107 zapami\u0119tanych operacji
+OptionPanel.undo_levels.tooltip=<html> Opisuje ile ostatnich operacji mo\u017Ce zosta\u0107 cofni\u0119tych</html>
+OptionPanel.unfold_on_paste=Rozwi\u0144 w\u0119ze\u0142 przy wklejaniu
+OptionPanel.unfold_on_paste.tooltip=Rozwi\u0144 w\u0119ze\u0142 przy wklejaniu lub przeci\u0105ganiu
+OptionPanel.use_common_out_point_for_root_node=Ga\u0142\u0119zie wychodz\u0105 z jednego punktu z w\u0119z\u0142a korzenia (Root)
+OptionPanel.use_common_out_point_for_root_node.tooltip=Ga\u0142\u0119zie wychodz\u0105 z jednego punktu z w\u0119z\u0142a korzenia (Root)
+OptionPanel.use_tabbed_pane=U\u017cuwaj kart
+OptionPanel.use_tabbed_pane.tooltip=Je\u017celi w\u0142\u0105czone, mapy b\u0119d\u0105 wy\u015bwietlane w kartach (jak w Firefoksie).
+OptionPanel.validate_classpath_needs_readaccess=Skrypty: Kiedy ustawiasz \u015bcie\u017ck\u0119 klas 'classpath' musisz mie\u0107 prawa odczytu w tym katalogu!
+OptionPanel.validate_invalid_date_format=Nieprawid\u0142owy standardowy format dnia
+OptionPanel.validate_invalid_datetime_format=Nieprawid\u0142owy standardowy format dnia-godziny
+OptionPanel.validate_invalid_number_format=Nieprawid\u0142owy standardowy format liczby
+OptionPanel.validate_write_without_read=Skrypty rozwa\u017c dodanie Read/File do Write/File.
+OptionPanel.validation_error=<html><body>B\u0142\u0119dy walidacji:<p><em>{0}</em><p>Zmie\u0144 ustawienia w preferecjach, \u017ceby naprawi\u0107 b\u0142\u0119dy.</body></html>
+OptionPanel.validation_warning=<html><body>Ostrze\u017cenia walidacji:<p><em>{0}</em></body></html>
+OptionPanel.vi=Wietnamski
+OptionPanel.wheel_velocity=Pr\u0119dko\u015B\u0107 k\u00F3\u0142ka
+OptionPanel.wheel_velocity.tooltip=Wy\u017Csza warto\u015B\u0107 powoduje szybsze poruszanie si\u0119 k\u00F3\u0142kiem myszy po mapie
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Chi\u0144ski (uproszczony)
+OptionPanel.zh_TW=Chi\u0144ski (tradycyjny)
+org.freeplane.plugin.bugreport.agree=Wy\u015blij
+org.freeplane.plugin.bugreport.always_agree=Zawsze wysy\u0142aj
+org.freeplane.plugin.bugreport.always_deny=Nigdy nie wysy\u0142aj
+org.freeplane.plugin.bugreport.deny=Nie wysy\u0142aj
+org.freeplane.plugin.bugreport.dialog.title=Automatyczne raportowanie b\u0142\u0119d\u00f3w
+org.freeplane.plugin.bugreport.freeplane_team=Wiadomo\u015b\u0107 zespo\u0142u Freeplane
+org.freeplane.plugin.bugreport.lastreport=Otrzymany raport
+org.freeplane.plugin.bugreport.never=Nigdy nie pytaj mnie o pomoc
+org.freeplane.plugin.bugreport.question=<html>Freeplane posiada mechanizm automatycznego raportowania b\u0142\u0119d\u00f3w.<br>Zawarto\u015b\u0107 mapy ani \u017cadne dane osobiste nie b\u0119d\u0105 nigdy wysy\u0142ane.<br>Raporty b\u0142\u0119d\u00f3w pomog\u0105 nam ulepszy\u0107 program.
+org.freeplane.plugin.bugreport.report=Aktualny raport
+org.freeplane.plugin.bugreport.wanted_bug=Wyst\u0105pi\u0142 b\u0142\u0105d wewn\u0119trzny i zosta\u0142 automatycznie zg\u0142oszony.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=W\u0119ze\u0142 {0} nie jes zdefiniowany
+out_of_memory=Brak pami\u0119ci.
+overwrite_keyset_question=Nadpisa\u0107 istniej\u0105cy zestaw skr\u00f3t\u00f3w klawiszowych?
+PageAction.text=Ustawienia strony...
+password_is_not_ascii=Has\u0142o nie jest ASCII
+PasteAction.text=Wklej
+PasteAttributes.text=Wklej atrybuty
+PatternNewNameProperty=Nowy szablon
+PatternToString.backgroundColor=Kolor t\u0142a
+PatternToString.Child=Styl w\u0119z\u0142a potomnego
+PatternToString.color=Kolor
+PatternToString.EdgeColor=Kolor ga\u0142\u0119zi
+PatternToString.EdgeStyle=Styl ga\u0142\u0119zi
+PatternToString.EdgeWidth=Szeroko\u015B\u0107 ga\u0142\u0119zi
+PatternToString.FontBold=Pogrubienie
+PatternToString.FontItalic=Kursywa
+PatternToString.FontName=Nazwa czcionki
+PatternToString.Icon=Ikona
+PatternToString.NodeFontSize=Rozmiar czcionki
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=dni
+PeriodUnit.HOUR=godzin
+PeriodUnit.MINUTE=minut
+PeriodUnit.MONTH=miesi\u0119cy
+PeriodUnit.WEEK=tygodni
+PeriodUnit.YEAR=lat
+plugins/latex/LatexNodeHook.editorTitle=Edytuj formu\u0142\u0119 LaTeX-u
+plugins/script_filter=Filtr skryptowy {0}
+plugins/script_filter_error={0} powinien by\u0142 zwr\u00f3ci\u0107 warto\u015b\u0107 logiczn\u0105 dla {1}, ale zwr\u00f3ci\u0142 {2}
+plugins/ScriptEditor.cancel=Anuluj zmiany i wyjd\u017a
+plugins/ScriptEditor.exit=Koniec
+plugins/ScriptEditor.FORBIDDEN_ACTION=Skrypty groovy maj\u0105 ograniczone uprawnienia. Nast\u0119puj\u0105ce {0,choice,0#File|1#Network|2#Exec} operacje s\u0105 zabronione: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. Mo\u017cesz zmieni\u0107 te ustawienia w preferencjach.
+plugins/ScriptEditor.menu_actions=Akcje
+plugins/ScriptEditor.new_script=Nowy skrypt
+plugins/ScriptEditor.run=Uruchom
+plugins/ScriptEditor.sign=Podpisz skrypt...
+plugins/ScriptEditor/window.Result=Wynik:
+plugins/ScriptEditor/window.title=Edytor skrypt\u00F3w
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Nieprawid\u0142owy dost\u0119p do wewn\u0119trznego API (package {0}). - Prosimy o kontakt z zespo\u0142em Freeplane je\u017celi obecne API nie udost\u0119pnia wystarczaj\u0105cych mo\u017cliwo\u015bci.
+plugins/TimeList.xml_Created=Utworzony
+plugins/TimeList.xml_Date=Data
+plugins/TimeList.xml_Icons=Ikony
+plugins/TimeList.xml_Modified=Zmieniony
+plugins/TimeList.xml_Notes=Notatki
+plugins/TimeList.xml_Text=Tekst
+plugins/TimeManagement.xml_appendButton=Dodaj dat\u0119 do wybranych w\u0119z\u0142\u00F3w
+plugins/TimeManagement.xml_Cancel=Anuluj
+plugins/TimeManagement.xml_cancelButton=Anuluj
+plugins/TimeManagement.xml_closeButton=Zamknij
+plugins/TimeManagement.xml_Export=Eksportuj zaznaczone w\u0119z\u0142y
+plugins/TimeManagement.xml_Find=Znajd\u017A
+plugins/TimeManagement.xml_Goto=Id\u017A do
+plugins/TimeManagement.xml_hour=Godzina:
+plugins/TimeManagement.xml_menu_actions=Akcje
+plugins/TimeManagement.xml_minute=Minuta:
+plugins/TimeManagement.xml_reminderButton=Przypomnij mi tego dnia
+plugins/TimeManagement.xml_reminderButton_tooltip=<html> Po naci\u015Bni\u0119ciu alarm jest ustawiany na podany czas. Migaj\u0105ca ikona oznacza alarm.<br>Je\u015Bli zamkniesz mindmap\u0119, alarm zostanie odtworzony po jej ponownym otwarciu</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html> Aktualnie mo\u017Ce by\u0107 tylko jedno przypomnienie dla w\u0119z\u0142a.<br>Aktualne przypomnienie jest zaplanowane na {0,date} {0,time}, tw\u00F3j wyb\u00F3r to {1,date} {1,time}.<br><br>Czy chcesz zmieni\u0107 przypomnienie w\u0119z\u0142a  (TAK) <br>lub zachowa\u0107 poprzednie (NIE)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=<html> Przypomnienie zaplanowane na {0,date} {0,time}</html>
+plugins/TimeManagement.xml_remindLaterButton=Przypomnij p\u00f3\u017aniej
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Przypomnij p\u00f3\u017aniej
+plugins/TimeManagement.xml_removeReminderButton=Usu\u0144 przypomnienie
+plugins/TimeManagement.xml_removeReminderButton_tooltip=<html> Usu\u0144 wszystkie przypomnienia dla zaznaczonych w\u0119z\u0142\u00F3w</html>
+plugins/TimeManagement.xml_Replace=Zamie\u0144
+plugins/TimeManagement.xml_Replace_All=Zamie\u0144 wszystko
+plugins/TimeManagement.xml_Replace_Selected=Zamie\u0144 zaznaczone
+plugins/TimeManagement.xml_Select=Zaznacz
+plugins/TimeManagement.xml_todayButton=Dzisiaj
+plugins/TimeManagement.xml_WindowTitle=Wybierz dat\u0119 przypomnienia
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Znajd\u017a i zast\u0105p
+preferences=Preferencje...
+print_preview_title=Podgl\u0105d wydruku
+PrintAction.text=Drukuj...
+PrintDirectAction.text=Drukuj
+printing_settings=Ustawienia drukowania
+PrintPreviewAction.text=Podgl\u0105d wydruku...
+PropertyAction.dialog=Preferencje
+PropertyAction.text=Preferencje...
+QuickFilterAction.text=Szybki filtr
+QuickFindAction.BACK.text=Znajd\u017a poprzedni
+QuickFindAction.FORWARD.text=Znajd\u017a nast\u0119pny
+QuickFindAllAction.text=Zaznacz wszystkie pasuj\u0105ce w\u0119z\u0142y
+QuickHighlightAction.text=Pod\u015bwietl wszystkie pasuj\u0105ce w\u0119z\u0142y
+QuitAction.text=Zako\u0144cz
+read_only=Tylko do odczytu
+ReadScriptError.text=B\u0142\u0105d podczas czytania skryptu
+really_convert_to_current_version=<html>Ta mapa zosta\u0142a utworzona w starszej wersji Freeplane. <br>Czy powinna zosta\u0107 skonwertowana (zalecane)? <br>(W przeciwnym przypadku nie ma gwarancji poprawnego dzia\u0142ania.) </html>
+really_cut_node=Wyci\u0105\u0107 w\u0119ze\u0142 (w\u0119z\u0142y)?
+really_execute_script=Czy wykona\u0107 skrypty zawarte w tej mapie? Skrypty mog\u0105 by\u0107 niebezpieczne dla Twojego komputera.
+really_remove_node=Usun\u0105\u0107 w\u0119ze\u0142 (w\u0119z\u0142y)?
+really_remove_notes=Usun\u0105\u0107 notatk\u0119 (notatki)?
+ReapplyFilterAction.text=Zastosuj ponownie
+red=Czerwony
+RedefineStyleAction.text=Przedefiniuj styl
+RedoAction.text=Powt\u00F3rz
+RedoFilterAction.text=Powt\u00F3rz
+regular_expressions=Wyra\u017cenia regularne
+ReminderHookAction.text=Usu\u0144 przypomnienie
+ReminderHookAction.tooltip=<html> Usuwa zaplanowane zadanie z w\u0119z\u0142a</html>
+remove_file_from_list_on_error=Plik {0} nie otwarty. Czy usun\u0105\u0107 go z listy ostatio otwieranych plik\u00f3w?
+remove_shortcut_question=Wymie\u0144 skr\u00f3t klawiszowy?
+RemoveAllIconsAction.text=Usu\u0144 wszystkie ikony
+RemoveConnectorAction.text=Usu\u0144 po\u0142\u0105czenie
+RemoveEncryption.text=Usu\u0144 has\u0142o
+RemoveFormatAction.text=Usu\u0144 formatowanie
+RemoveIcon_0_Action.text=Usu\u0144 pierwsz\u0105 ikon\u0119
+RemoveIconAction.text=Usu\u0144 ostatni\u0105 ikon\u0119
+RemoveNoteAction.text=Usu\u0144 notatk\u0119
+RemoveNoteAction.tooltip=<html>Usuwa zawarto\u015b\u0107 notatek.</html>
+rename=Zmie\u0144 nazw\u0119
+repair_link=Popraw odno\u015Bnik
+repair_link_question=Nie mo\u017cna za\u0142adowa\u0107 mapy. Naprawi\u0107 odno\u015bnik r\u0119cznie?
+replace=Zamie\u0144
+replace_shortcut_question=Ten skr\u00f3t klawiaturowy jest obecnie przypisany do\n {0}.\nZmieni\u0107 przypisanie?
+replace_shortcut_title=Zamieni\u0107 skr\u00f3t?
+ReportBugAction.text=Zg\u0142o\u015b problem
+RequestFeatureAction.text=Zaproponuj now\u0105 funkcj\u0119
+reset_to_default=U\u017cyj domy\u015blnych
+ResetNodeLocationAction.text=Przywr\u00F3\u0107 domy\u015Blne po\u0142o\u017Cenie
+RevertAction.text=Odtw\u00f3rz z lokalnej historii.
+RevisionPluginAction.text=Pod\u015bwietlaj zmienione w\u0119z\u0142y
+save_failed=Zapisywanie mapy {0} nie powiod\u0142o si\u0119.
+save_unsaved=Zapisa\u0107 nast\u0119puj\u0105c\u0105 mindmap\u0119? :
+save_unsaved_styles=Zapisa\u0107 style?
+SaveAcceleratorPresetsAction.text=Zapisz zestaw skr\u00f3t\u00f3w klawiszowych
+SaveAction.text=Zapisz
+SaveAll.text=Zapisz wszystko
+SaveAll.tooltip=Zapisz wszystkie otwarte mapy.
+SaveAsAction.text=Zapisz jako...
+saved=Zapisane
+saving_canceled=Zapisywanie anulowane
+scanners_not_loaded=Skanery nie mog\u0142y by\u0107 za\u0142adowane, plik uszkodzony
+scheme_evaluate=Oce\u0144!
+script_execution_disabled=Wykonywanie skrypt\u00f3w wy\u0142\u0105czone (patrz Preferencje -> Wtyczki)
+ScriptEditor.text=Edytor skrypt\u00F3w...
+ScriptEditor.tooltip=Pozwala tworzy\u0107 wi\u0119ksze skrypty w programie Freeplane
+ScriptEditorPanel.changed_cancel=Skrypty zosta\u0142y zmienione. Czy rzeczywi\u015Bcie chcesz porzuci\u0107 te zmiany?
+scripting_api_generator_legend=Legenda
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=API skrypt\u00f3w
+scripting_api_generator_utilities=Narz\u0119dzia
+scripting_api_generator_web=Zasoby sieciowe
+select_favorites_folder=Wska\u017C katalog, w kt\u00F3rym znajduj\u0105 si\u0119 ulubione
+select_file_export_to=Wybierz plik do kt\u00f3rego wyeksportowa\u0107
+select_folder_for_importing=Wska\u017C katalog do zaimportowania
+select_icon=Wybierz ikon\u0119
+select_menu_item_dialog=Wybierz pozycj\u0119 z menu
+select_menu_item_root_node=Menu
+SelectAllAction.text=Zaznacz wszystkie widoczne w\u0119z\u0142y
+SelectBranchAction.text=Zaznacz potomk\u00F3w wybranego w\u0119z\u0142a
+SelectedPasteAction.text=Wklej jako...
+selection_method_by_click=Zaznaczanie przez pojedyncze klikni\u0119cie
+selection_method_delayed=Z op\u00F3\u017Anieniem
+selection_method_direct=Zaznaczanie przez wskazanie mysz\u0105
+SelectNoteAction.text=Prze\u0142\u0105czenie edycji notatki
+SelectNoteAction.tooltip=Przej\u015Bcie z/do okienka edycji notatki
+set_accelerator_on_next_click_action=Kliknij na dowolnej pozycji menu aby przypisa\u0107 nowy skr\u00f3t
+SetAcceleratorOnNextClickAction.text=Przypisz skr\u00f3t klawiszowy
+SetImageByFileChooserAction.text=Obraz (wybierz plik)...
+SetLinkByFileChooserAction.text=Odno\u015Bnik (wybierz plik)...
+SetLinkByTextFieldAction.text=Odno\u015Bnik (wprowad\u017A r\u0119cznie)...
+SetNodeLink.text=Ustaw odno\u015bnik w\u0119z\u0142a...
+SetNoteWindowPosition.bottom.text=D\u00f3\u0142
+SetNoteWindowPosition.left.text=Lewo
+SetNoteWindowPosition.right.text=Prawo
+SetNoteWindowPosition.top.text=G\u00f3ra
+SetShortenerStateAction.text=Minimalizuj w\u0119ze\u0142
+sf_login_required=Potrzebny login Source Forge. Kontynuowa\u0107?
+ShowAllAttributesAction.text=Poka\u017C wszystkie atrybuty
+ShowAncestorsAction.text=Poka\u017C przodk\u00F3w
+ShowAttributeDialogAction.text=Mened\u017Cer atrybut\u00F3w
+ShowDescendantsAction.text=Poka\u017C potomk\u00F3w
+ShowFilterToolbarAction.text=Pasek filtr\u00f3w
+ShowFormatPanel.text=Panel formatowania
+ShowFormatPanel.tooltip=Otwiera okno dialowe, w kt\u00f3rym mog\u0105 by\u0107 zmieniane w\u0142a\u015bciow\u015bci w\u0119z\u0142\u00f3w i ga\u0142\u0119zi.
+ShowHideNoteAction.text=Poka\u017C/schowaj okno notatek
+ShowHideNoteAction.tooltip=Skr\u00F3t w menu do ma\u0142ych strza\u0142ek na linii oddzielaj\u0105cej
+ShowNotesInMapAction.text=Wy\u015bwietlaj notatki w obszarze mapy
+ShowSelectedAttributesAction.text=Poka\u017c wybrane atrybuty
+ShowSelectionAsRectangleAction.text=Zaznaczaj pod\u015bwietleniem t\u0142a w\u0119z\u0142a
+simplyhtml.aboutFrameTitle=O programie
+simplyhtml.aboutLabel=O SimplyHTML...
+simplyhtml.alignCenter=do \u015Brodka
+simplyhtml.alignLabel=Wyr\u00F3wnanie:
+simplyhtml.alignLeft=do lewej
+simplyhtml.alignRight=do prawej
+simplyhtml.allCellsRangeLabel=wszystkich kom\u00F3rek
+simplyhtml.allOccurrencesReplaced=Zamieniono wszystkie wyst\u0105pienia
+simplyhtml.appendTableColLabel=Dodaj kolumn\u0119
+simplyhtml.appendTableRowLabel=Dodaj wiersz
+simplyhtml.applyCellAttrLabel=Zastosuj do
+simplyhtml.backgroundLabel=T\u0142o:
+simplyhtml.boldItalicName=wyt\u0142uszczony+kursywa
+simplyhtml.boldName=wyt\u0142uszczony
+simplyhtml.borderColorLabel=Kolor ramki:
+simplyhtml.borderWidthLabel=Szeroko\u015B\u0107 ramki:
+simplyhtml.bottomLabel=na dole:
+simplyhtml.cancelBtnName=Anuluj
+simplyhtml.cellBorderTabLabel=Obramowanie
+simplyhtml.cellGenTabLabel=Og\u00F3lne
+simplyhtml.cellMarginTabLabel=Margines kom\u00F3rki
+simplyhtml.cellPanelTitle=Format kom\u00F3rki
+simplyhtml.clearFormatLabel=Usu\u0144 formatowanie
+simplyhtml.clearFormatTip=Usu\u0144 formatowanie
+simplyhtml.close=Zamknij
+simplyhtml.closeBtnName=Zamknij
+simplyhtml.colorLabel=Kolor
+simplyhtml.copyLabel=Kopiuj
+simplyhtml.copyTip=kopiuj do schowka
+simplyhtml.cTagNameHead1=Nag\u0142\u00F3wek 1
+simplyhtml.cTagNameHead2=Nag\u0142\u00F3wek 2
+simplyhtml.cTagNameHead3=Nag\u0142\u00F3wek 3
+simplyhtml.cTagNameHead4=Nag\u0142\u00F3wek 4
+simplyhtml.cTagNameHead5=Nag\u0142\u00F3wek 5
+simplyhtml.cTagNameHead6=Nag\u0142\u00F3wek 6
+simplyhtml.cTagNameLink=Hiper\u0142\u0105cze
+simplyhtml.cTagNameOL=Lista numerowana
+simplyhtml.cTagNamePara=Akapit
+simplyhtml.cTagNameUL=Lista wypunktowana
+simplyhtml.cutLabel=Wytnij
+simplyhtml.cutTip=wytnij do schowka
+simplyhtml.defaultDocName=Bez tytu\u0142u
+simplyhtml.deleteTableColLabel=Skasuj kolumn\u0119
+simplyhtml.deleteTableRowLabel=Skasuj wiersz
+simplyhtml.docTitleQuery=Ustaw tytu\u0142 na:
+simplyhtml.docTitleTitle=Edycja tytu\u0142u dokumentu
+simplyhtml.editLabel=Edytuj
+simplyhtml.effectLabel=Efekt
+simplyhtml.familyLabel=Rodzina
+simplyhtml.findNext=Znajd\u017A nast\u0119pne...
+simplyhtml.findReplaceDialogTitle=Znajd\u017A i zamie\u0144
+simplyhtml.findReplaceLabel=Znajd\u017A i zamie\u0144
+simplyhtml.findReplaceTip=znajd\u017A i zast\u0105p fragment tekstu
+simplyhtml.fontBoldLabel=Pogrubienie
+simplyhtml.fontBoldTip=w\u0142\u0105cz/wy\u0142\u0105cz wyt\u0142uszczenie
+simplyhtml.fontColorLabel=Kolor tekstu
+simplyhtml.fontColorTip=Kolor tekstu
+simplyhtml.fontDialogTitle=Formatuj czcionk\u0119
+simplyhtml.fontItalicLabel=Pochylenie
+simplyhtml.fontItalicTip=w\u0142\u0105cz/wy\u0142\u0105cz kursyw\u0119
+simplyhtml.fontLabel=Czcionka...
+simplyhtml.fontTabLabel=Czcionka
+simplyhtml.fontTip=Formatuj czcionk\u0119...
+simplyhtml.fontUnderlineLabel=Podkre\u015Blenie
+simplyhtml.fontUnderlineTip=w\u0142\u0105cz/wy\u0142\u0105cz podkre\u015Blenie
+simplyhtml.foregroundLabel=Tekst:
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=zmiana formatu listy
+simplyhtml.formatParaLabel=Akapit...
+simplyhtml.formatParaTip=Zmiana format akapitu
+simplyhtml.formatTableLabel=Tabela...
+simplyhtml.formatTableTip=formatuj tabel\u0119
+simplyhtml.helpLabel=Pomoc
+simplyhtml.htmlTabTitle=Kod HTML
+simplyhtml.imageFileDesc=Pliki z obrazkami
+simplyhtml.insertTableColLabel=Wstaw kolumn\u0119
+simplyhtml.insertTableLabel=Tabela...
+simplyhtml.insertTableMsg=Ile kolumn?
+simplyhtml.insertTableRowLabel=Wstaw wiersz
+simplyhtml.insertTableTitle=Wstaw tabel\u0119
+simplyhtml.italicName=kursywa
+simplyhtml.layoutTabTitle=Podgl\u0105d
+simplyhtml.leftLabel=po lewej:
+simplyhtml.listDialogTitle=Format listy
+simplyhtml.listIndentTitle=Wysuni\u0119cie:
+simplyhtml.listPosInside=wewn\u0105trz
+simplyhtml.listPositionLabel=Pozycja:
+simplyhtml.listPosOutside=na zewn\u0105trz
+simplyhtml.listTypeCircle=okr\u0105g\u0142e wypunktowanie
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=wypunktowanie symbolem pliku
+simplyhtml.listTypeLabel=Typ:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=brak
+simplyhtml.listTypeSquare=kwadratowe wypunktowanie
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Zewn\u0119trzny
+simplyhtml.matchCase=Rozr\u00F3\u017Cniaj du\u017Ce/ma\u0142e litery
+simplyhtml.newStyleDefaultName=nowy styl
+simplyhtml.nextTableCellLabel=Nast\u0119pna kom\u00F3rka
+simplyhtml.noLineLabel=brak
+simplyhtml.noMoreOccurrencesFound=nie ma (wi\u0119cej) wyst\u0105pie\u0144
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Wewn\u0119trzny
+simplyhtml.paraAlignCenterLabel=Do \u015Brodka
+simplyhtml.paraAlignCenterTip=Wyr\u00F3wnaj akapit do \u015Brodka
+simplyhtml.paraAlignLeftLabel=Do lewej
+simplyhtml.paraAlignLeftTip=Wyr\u00F3wnaj akapit do lewej
+simplyhtml.paraAlignRightLabel=Do prawej
+simplyhtml.paraAlignRightTip=Wyr\u00F3wnaj akapit do prawej
+simplyhtml.paraStyleDialogTitle=Styl akapitu
+simplyhtml.paraTabLabel=Akapit
+simplyhtml.pasteLabel=Wklej
+simplyhtml.pasteTip=wklej ze schowka
+simplyhtml.plainName=zwyk\u0142y
+simplyhtml.previewLabel=Podgl\u0105d
+simplyhtml.previewText=Tekst pogl\u0105du
+simplyhtml.prevTableCellLabel=Poprzednia kom\u00F3rka
+simplyhtml.printLabel=Drukuj...
+simplyhtml.redoLabel=Powt\u00F3rz
+simplyhtml.redoTip=powt\u00F3rz
+simplyhtml.replace=Zamie\u0144...
+simplyhtml.replaceAll=Wszystkie
+simplyhtml.replaceDone=Wykonane
+simplyhtml.replaceNo=Nie
+simplyhtml.replaceThisQuery=zamieni\u0107 to wyst\u0105pienie
+simplyhtml.replaceWith=Zast\u0105p przez:
+simplyhtml.replaceYes=Tak
+simplyhtml.rightLabel=po prawej:
+simplyhtml.searchDown=Szukaj w prz\u00F3d
+simplyhtml.searchFromStart=Szukaj od pocz\u0105tku
+simplyhtml.searchUp=Szukaj wstecz
+simplyhtml.selectAllLabel=Wybierz wszystko
+simplyhtml.sizeLabel=Rozmiar
+simplyhtml.standardStyleName=standardowy
+simplyhtml.strikeLabel=Przekre\u015Blenie
+simplyhtml.styleLabel=Styl
+simplyhtml.styleNameInputText=Nazwa nowego stylu?
+simplyhtml.styleNameInputTitle=Zapisz styl
+simplyhtml.tableBgColLabel=Kolor t\u0142a:
+simplyhtml.tableDialogTitle=Formatuj tabel\u0119
+simplyhtml.tableLabel=Tabela
+simplyhtml.tablePanelTitle=Format tabeli
+simplyhtml.tableWidthLabel=Szeroko\u015B\u0107:
+simplyhtml.textIndentLabel=Wysuni\u0119cie:
+simplyhtml.textToFind=Tekst do odnalezienia:
+simplyhtml.thisCellRangeLabel=tej kom\u00F3rki
+simplyhtml.thisColRangeLabel=tej kolumny
+simplyhtml.thisRowRangeLabel=tego wiersza
+simplyhtml.toggleBulletsLabel=W\u0142\u0105cz/wy\u0142\u0105cz wypunktowanie
+simplyhtml.toggleBulletsTip=w\u0142\u0105cz/wy\u0142\u0105cz wypunktowanie
+simplyhtml.toggleNumbersLabel=W\u0142\u0105cz/wy\u0142\u0105cz numerowanie
+simplyhtml.toggleNumbersTip=w\u0142\u0105cz/wy\u0142\u0105cz numerowanie
+simplyhtml.topLabel=u g\u00F3ry:
+simplyhtml.uLineLabel=Podkre\u015Blenie
+simplyhtml.unableToOpenFileError=Nie uda\u0142o sie otworzy\u0107 pliku
+simplyhtml.unableToRedoError=Nie da si\u0119 powt\u00F3rzy\u0107:
+simplyhtml.unableToUndoError=Nie da si\u0119 wycofa\u0107:
+simplyhtml.undoLabel=Cofnij
+simplyhtml.undoTip=cofnij
+simplyhtml.valignBaseline=do linii
+simplyhtml.valignBottom=do do\u0142u
+simplyhtml.valignLabel=Wyr\u00F3wnanie pionowe:
+simplyhtml.valignMiddle=do \u015Brodka
+simplyhtml.valignTop=do g\u00F3ry
+simplyhtml.wholeWordsOnly=Tylko ca\u0142e s\u0142owa
+SortNodes.text=Sortuj potomne
+SortNodes.tooltip=Sortuje w\u0119z\u0142y potomne automatycznie
+split=Podziel
+SplitConditionAction.text=Podziel
+SplitNode.text=Podziel w\u0119ze\u0142
+SplitNode.tooltip=<html>W\u0119ze\u0142 jest podzielony</html>
+STANDARD_FORMAT=Standardowe
+stop_processing=Stop
+StringFlavorHandler=Tekst niesformatowany jako hierarchia w\u0119z\u0142\u00f3w
+StructuredHtmlFlavorHandler=HTML jako hierarchia w\u0119z\u0142\u00f3w
+style=Styl
+style_already_exists=Styl ju\u017c istnieje.
+styledialog.cancel.text=Anuluj
+styledialog.ok.text=OK
+styles=Style
+styles.AutomaticLayout=Zastosuj style poziom\u00f3w
+styles.connection=Po\u0142\u0105czenie
+styles.date=Data
+styles.definition=Definicja
+styles.description=Opis
+styles.floating_node=W\u0119ze\u0142 swobodny
+styles.idea=Pomys\u0142
+styles.important=Wa\u017cne
+styles.key=Klucz
+styles.list=Lista
+styles.needs_action=Wymaga dzia\u0142ania
+styles.note=Notatka
+styles.ok=OK
+styles.pending=Zawieszony
+styles.predefined=Style predefiniowane
+styles.question=Pytanie
+styles.quotation=Cytat
+styles.root_node=Style
+styles.subsubtopic=Podpodtytu\u0142
+styles.subtopic=Podtytu\u0142
+styles.topic=Tytu\u0142
+styles.user-defined=Style zdefiniowane przez u\u017cytkownika
+styles.website=Strona sieciowa
+styles_menu=Dost\u0119pne style
+submenu_keystroke_in_use_error=Naci\u015bni\u0119cie klawiszy {0} nie mo\u017ce by\u0107 u\u017cyty dla podmenu {1}. Naci\u015bni\u0119cie klawiszy usuni\u0119te.
+summary_nodes=W\u0119z\u0142y zbiorcze
+summary_not_possible=Nie mo\u017cna utworzy\u0107 w\u0119z\u0142a zbiorczego dla aktualnego zaznaczenia
+SummaryNodeAction.text=W\u0119ze\u0142 zbiorczy (w\u0142./wy\u0142.)
+svg=SVG
+template_dir=Szablony standardowe
+TimeListAction.text=Poka\u017C zaplanowane zadania...
+TimeListAction.tooltip=<html> Wy\u015Bwietla wszystkie zaplanowane zadania wraz z odpowiednimi w\u0119z\u0142ami</html>
+TimeManagementAction.text=Poka\u017C kalendarz...
+TimeManagementAction.tooltip=<html> Pokazuje modu\u0142 kalendarza autorstwa Kai Toedter</html>
+ToggleChildrenFoldedAction.text=Zwi\u0144/rozwi\u0144 w\u0119z\u0142y potomne
+ToggleDetailsAction.text=Ukryj detale
+ToggleFBarAction.text=Pasek klawiszy funkcyjnych (F-Bar)
+ToggleFoldedAction.text=Zwi\u0144/rozwi\u0144 w\u0119ze\u0142
+ToggleFullScreenAction.text=Tryb pe\u0142noekranowy
+ToggleLeftToolbarAction.text=Pasek ikon
+ToggleMenubarAction.text=W\u0142\u0105cz/wy\u0142\u0105cz menu
+ToggleStatusAction.text=Wiersz statusu
+ToggleToolbarAction.text=Pasek narz\u0119dzi
+undefined_error=Nieoczekiwany b\u0142\u0105d. Prosz\u0119 prze\u015Blij o nim wiadomo\u015B\u0107.
+underline=Podkre\u015Blenie
+UnderlineAction.text=Podkre\u015blenie
+underlined=Podkre\u015Blony
+UndoAction.text=Cofnij
+UndoFilterAction.text=Cofnij
+unfold=Rozwi\u0144
+UnfoldAllAction.text=Rozwi\u0144 wszystko
+UnfoldAllAction.tooltip=<html> Rozwija zaznaczone w\u0119z\u0142y i ich w\u0119z\u0142y potomne</html>
+UnfoldOneLevelAction.text=Rozwi\u0144 jeden poziom
+UnfoldOneLevelAction.tooltip=<html> Rozwija zaznaczone w\u0119z\u0142y o jeden poziom</html>
+up=Do g\u00f3ry
+update_failed=Aktualizacja nie powiod\u0142a si\u0119 z komunikatem {0}
+UpdateCheckAction.text=Sprawd\u017a dost\u0119pno\u015b\u0107 aktualizacji
+updatecheckdialog=Sprawdzanie aktualizacji
+url_error=B\u0142\u0105d! Niepoprawny URL.
+url_load_error=Nie mo\u017Cna za\u0142adowa\u0107 mindmapy z URL:
+url_open_error=Nie mo\u017cna otworzy\u0107 URL {0}
+used_in_menu=Ten skr\u00f3t nie mo\u017ce by\u0107 ustawiony, bo jest u\u017cywany jako skr\u00f3t menu.
+UsePlainTextAction.text=Przekszta\u0142\u0107 na tekst niesformatowany
+user_config_folder=Katalog konfiguracji u\u017cytkownika: {0}
+user_defined_scale=Skala zdefiniowana przez u\u017cytkownika
+user_defined_zoom=u\u017Cytkownika...
+user_defined_zoom_status_bar=Zmiana powi\u0119kszenia do warto\u015Bci {0}%.
+user_icon=Ikona u\u017cytkownika "{0}"
+user_template_dir=Szablony u\u017cytkownika
+user_zoom=Powi\u0119kszenie wydruku (0.0 - 2.0):
+version_up_to_date=Ju\u017c u\u017cywasz najnowszej wersji programu
+ViewerControllerAction.text=Obiekt zewn\u0119trzny...
+ViewLayoutTypeAction.OUTLINE.text=Widok konspektu
+WebDocuAction.text=Dokumentacja webowa
+width=Szeroko\u015B\u0107 ramki:
+wrong_regexp=Nieprawid\u0142owe wyra\u017cenie regularne "{0}", b\u0142\u0105d {1}
+xslt_export.html=Dokument HTML
+xslt_export.latex=Dokument LaTeX
+xslt_export.latexbook=Ksi\u0105\u017cka LaTeX
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel XML (od 2003)
+xslt_export.ms_project=MS Project XML (od 2003)
+xslt_export.ms_word=Word XML (od 2003)
+xslt_export.text=Tekst niesformatowany
+xslt_export_not_possible=Eksport Freeplane XSLT niemo\u017cliwy
+yes=Tak
+ZoomInAction.text=Powi\u0119ksz
+ZoomOutAction.text=Pomniejsz
diff --git a/freeplane/resources/translations/Resources_pt_BR.properties b/freeplane/resources/translations/Resources_pt_BR.properties
index b0c485c..2b609dd 100644
--- a/freeplane/resources/translations/Resources_pt_BR.properties
+++ b/freeplane/resources/translations/Resources_pt_BR.properties
@@ -1,924 +1,1341 @@
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = Muda a formata\u00E7\u00E3o dos n\u00F3s
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Altera padr\u00E3o
-accessories/plugins/EncryptNode.properties_0 = Escolha uma senha para o n\u00F3 criptografado
-accessories/plugins/EncryptNode.properties_1 = Senhas s\u00E3o diferentes ou muito curtas.
-accessories/plugins/EncryptNode.properties_2 = Digite a senha:
-accessories/plugins/EncryptNode.properties_3 = Redigite a senha:
-accessories/plugins/EncryptNode.properties_4 = Digite a sua senha.
-accessories/plugins/EncryptNode.properties_5 = <html>Lembre-se que a qualidade da criptografia<br> depende quase completamente da qualidade da sua senha</br>.</html>
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Cancelar
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Voc\u00EA s\u00F3 pode ativar ou desativar a criptografia de um n\u00F3 criptografado. Por favor insira um n\u00F3 desse tipo usando o menu Ferramentas.
-accessories/plugins/EncryptNode.properties_select_me = Me selecione para continuar!
-accessories/plugins/EncryptNode.properties_wrong_password = A senha est\u00E1 incorreta.
-accessories/plugins/ExportWithTWiki.text = Como TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Exporta o mapa como um documento TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = Este \u00E9 um m\u00E9todo uniforme de exportar utilizando scripts XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Como um applet Java...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exporta o mapa como um applet Java
-accessories/plugins/ExportWithXSLT_Flash.text = Como Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exporta o mapa como uma aplica\u00E7\u00E3o em Flash.
-accessories/plugins/ExportWithXSLT_HTML.text = Como XHTML (vers\u00E3o JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Como XHTML (Vers\u00E3o com uma imagem clic\u00E1vel)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Recursos do n\u00F3 RESOURCES para um arquivo do TaskJuggler...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exporta recursos do n\u00F3 RESOURCES para o m\u00F3dulo do TaskJuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tarefas do n\u00F3 TASKS para um arquivo do TaskJuggler...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exporta tarefas do n\u00F3 TASKS para o m\u00F3dulo TaskJuggler. </html>
-add = Adicionar
-AddLocalLinkAction.text = Adiciona um link local
-antialias_all = Suaviza tudo
-antialias_edges = Suaviza bordas
-antialias_none = Sem suaviza\u00E7\u00E3o
-apply = Aplicar
-ApplyAction.text = Aplicar
-ApplyFormatPlugin.text = Muda a formata\u00E7\u00E3o ...
-ApplyFormatPlugin.tooltip = Mostra um quadro de di\u00E1logo onde os atributos dos n\u00F3s e das bordas pode ser alterado ao mesmo tempo.
-ApplyNoFilteringAction.text = Sem filtragem
-as_parent = Como o pai
-AssignAttributesAction.text = Atribuir atributos...
-attribute_delete = Apaga todos os valores
-attribute_delete_value = Apaga este valar
-attribute_font_size_tooltip = Tamanho de fonte do atributo
-attribute_list_box_label_text = Valores existentes
-attribute_replace = Substituir por
-attribute_top = Todos os atributos conhecidos para os n\u00F3s selecionados
-attributes_adding_empty_attribute_error = N\u00E3o posso usar vazio como nome de um atributo
-attributes_all = Todos os atributos
-attributes_attribute = Atributos
-attributes_close = Fechar
-attributes_deselect_all = Nenhum
-attributes_dialog_title = Gerenciador de Atributos
-attributes_edit = Editar
-attributes_edit_tooltip = Editar conjunto
-attributes_for_selected = N\u00F3s selecionados
-attributes_for_visible = Todos os n\u00F3s vis\u00EDveis
-attributes_import = Importar
-attributes_import_tooltip = Importar atributos de outros mapas abertos
-attributes_no_import_candidates_found = Nenhum atributo novo encontrado
-attributes_popup_delete = Deletar
-attributes_popup_down = Abaixo
-attributes_popup_edit = Editar
-attributes_popup_hide = Esconder
-attributes_popup_new = Novo atributo
-attributes_popup_optimal_width = Largura \u00F3tima
-attributes_popup_up = Acima
-attributes_refresh = Redesenhar
-attributes_restricted_attributes_tooltip = Restrinje conjunto de atributos
-attributes_restricted_values_tooltip = Restrinje conjunto de valores para o atributo atual
-attributes_restriction = Conjunto restrito
-attributes_select_all = Todos
-attributes_select_all_tooltip = Seleciona / Desceleciona tudo
-attributes_show = Mostrar
-attributes_skip_root = Exclui n\u00F3 raiz
-attributes_visible = Selecionar vis\u00EDveis
-attributes_visible_tooltip = Selecionar vis\u00EDveis
-automatically_save_message = Mapa foi salvo automaticamente (no arquivo {0}) ...
-AutomaticLayoutAction.text = Layout autom\u00E1tico
-AutomaticLayoutAction.tooltip = <html>Concerta o layout do mapa. <br>O primeiro n\u00EDvel \u00E9 preto, o segundo azul, etc</html>
-BackAction.text = Voltar
-BackAction.tooltip = Pula de volta para cadeia selecionada
-background = Fundo
-bitmaps = bitmaps[translate me]
-BlinkingNodeHookAction.text = N\u00F3 piscante
-BlinkingNodeHookAction.tooltip = <html>Isto torna o n\u00F3 piscante. Mas seja cuidadoso. N\u00E3o aplique isto a muitos n\u00F3s, e <strong>n\u00E3o com outras formata\u00E7\u00F5es autom\u00E1ticas ao mesmo n\u00F3</strong></html>
-BoldAction.text = Negrito
-boldify_branch = Galho em negrito
-branch = Galho
-cancel = Cancelar
-CancelAction.text = Cancelar
-cannot_add_parent_diff_parents = Todos os n\u00F3s precisam ter o mesmo pai para usar esta fun\u00E7\u00E3o.
-cannot_add_parent_to_root = O n\u00F3 raiz n\u00E3o pode ser adicionado a um pai.
-cannot_join_nodes_with_children = N\u00E3o pode unir n\u00F3 com seus filhos
-cannot_move_to_child = N\u00E3o posso mover o n\u00F3 para um de seus filhos.
-CenterAction.text = Centralizar
-ChangeConnectorArrowsAction.backward.text = Voltar
-ChangeNodeLevelLeftsAction.text = Node left
-ChangeNodeLevelRightsAction.text = Node right
-ChangeNodeLevelRightsAction.tooltip = On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-choose_background_color = Escolha a cor de fundo:
-choose_cloud_color = Escolha a cor da nuvem:
-choose_edge_color = Escolha a cor da borda
-choose_node_background_color = Escolha a cor de fundo do n\u00F3:
-choose_node_color = Escolha a cor do n\u00F3:
-CloseAction.text = Fechar
-CloudAction.text = Nuvem
-CloudColorAction.text = Cor da nuvem...
-ColorProperty.ResetColor = Redefinir cor
-combined = Combinedo
-confirmation = Confirma??o
-CopyAction.text = Copiar
-CopyIDAction.text = Copy Node ID[translate me]
-CopySingleAction.text = Copiar Simples
-CreationModificationPluginAction.text = Mostra as datas de modifica\u00E7\u00E3o
-CreationModificationPluginAction.tooltip = <html>Esta fun\u00E7\u00E3o controla os tempos de cria\u00E7\u00E3o e modifica\u00E7\u00E3o dos n\u00F3s.</html>
-CutAction.text = Recortar
-decrease_branch_font_size = Fonte Menor
-DecreaseNodeFontAction.text = Fonte Menor
-delete = Deletar
-delete_child = Apagar n\u00F3
-DeleteAction.text = Remover n\u00F3
-DeleteConditionAction.text = Deletar
-DocumentationAction.text = Documenta\u00E7\u00E3o
-edge = Borda
-edge_style = Estilo da borda
-edge_width = largura da borda
-EdgeColorAction.text = Cor da borda...
-EdgeStyleAction.bezier.text = curva Bezier
-EdgeStyleAction.horizontal.text = Horizontal[translate me]
-EdgeStyleAction.linear.text = Linear
-EdgeStyleAction.sharp_bezier.text = Sharp Bezier
-EdgeStyleAction.sharp_linear.text = Sharp Linear
-EdgeStyleAsParentAction.text = Como o pai
-EdgeWidthAction_width_parent.text = Igual ao pai
-EdgeWidthAction_width_thin.text = Fina
-edit = Editar
-edit.decision = Editor HTML
-edit.edit_rich_text = Deseja usar formata??o como negrito e italico?
-edit_link_manually = Editar link manualmente...
-edit_middle_label = Edit Middle Label[translate me]
-edit_source_label = Edit Source Label[translate me]
-edit_target_label = Edit Target Label[translate me]
-EditAction.text = Editar n\u00F3
-EditAttributesAction.text = Editar atributos
-EditFilterAction.text = Editar
-EditLongAction.text = Editar n\u00F3 longo...
-EncryptedMap.text = Criar mapa criptografado ...
-EncryptedMap.tooltip = Criar um novo mapa criptografado
-enter_base_url = Colar link relativo. Por favor informe a URL de base.
-enter_confirms = Enter Confirma
-EnterPassword.text = (Des)criptografa n\u00F3
-error = Erro
-error_applying_template = Erro aplicando template XSL.
-error_creating_directory = N\u00E3o foi poss\u00EDvel criar o diret\u00F3rio para exportar.
-ExecuteScripts.text = Scripts[translate me]
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = Exportar
-ExportBranchToHTMLAction.text = Exportar galho  para HTML
-ExportPdf.text = Como PDF...
-ExportSvg.text = Como SVG...
-ExportToHTMLAction.text = Como HTML
-ExportToImage.jpg.text = Como JPEG...
-ExportToImage.png.text = Como PNG...
-ExportToOoWriter.text = Como documento do Open Office Writer ...
-ExportToOoWriter.tooltip = N\u00F3s expandidos formam a estrutura, n\u00F3s contra\u00EDdos formam o conte\u00FAdo do documento.
-extension_menu = Estilo f\u00EDsico
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ
-file = Arquivo
-file_already_exists = O arquivo {0} j\u00E1 existe. Voc\u00EA quer apag\u00E1-lo?
-file_not_found = Arquivo {0} n\u00E3o encontrado
-filter = Filtro
-filter_add = Adicionar
-filter_and = E
-filter_conditions = Filtros
-filter_contains = Cont\u00E9m
-filter_delete = Deletar
-filter_dialog = Composi\u00E7\u00E3o de filtros
-filter_does_not_exist = N\u00E3o existe
-filter_edit_description = Editar lista de filtros
-filter_enter_value = Digite o valor
-filter_exist = Existe
-filter_icon = \u00CDcone
-filter_is_equal_to = \u00C9 igual a
-filter_is_not_equal_to = N\u00E3o \u00E9 igual a
-filter_link = Hyperlink[translate me]
-filter_no_filtering = Sem filtragem
-filter_node = N\u00F3 de texto
-filter_not = N\u00E3o
-filter_or = Ou
-filter_select = Selecionar
-filter_selected_node_view = N\u00F3s selecionados no momento
-find_what = Procurar por
-FindAction.text = Procurar...
-fit_map_to_page = Justar para uma p\u00E1gina
-FitToPage.text = Amplia para caber na p\u00E1gina
-FitToPage.tooltip = Ajusta a amplia\u00E7\u00E3o de modo que o mapa todo caiba na janela atual.
-fold = Enla\u00E7ar
-FoldAllAction.text = Contrai todos
-FoldAllAction.tooltip = <html>Contrai o n\u00F3 selecionado e todos os seus filhos.</html>
-FoldOneLevelAction.text = Contrai um n\u00EDvel
-FoldOneLevelAction.tooltip = <html>Contrai os n\u00F3s selecionados um n\u00EDvel.</html>
-FollowLinkAction.text = Follow Link[translate me]
-font = Fonte
-FontFamilyAction.text = fam\u00EDlia da fonte
-FontSizeAction.text = tamanho da fonte
-format_menu_edge_styles = Estilo da bordas
-format_menu_edge_widths = Largura da bordas
-FormatCopy.text = Copia a formata\u00E7\u00E3o
-FormatCopy.tooltip = <html>Copia a formata\u00E7\u00E3o de um n\u00F3.</html>
-FormatPaste.text = Cola formata\u00E7\u00E3o
-FormatPaste.tooltip = <html>Cola a formata\u00E7\u00E3o de um n\u00F3.</html>
-ForwardAction.tooltip = Pula para frente para cadeia selecionada
-Freeplane.progress.buildScreen = Construindo telas...
-Freeplane.progress.createController = Criando controlador...
-Freeplane.progress.createInitialMode = Criando modo inicial...
-Freeplane.progress.endStartup = Fim da inicializa\u00E7\u00E3o.
-Freeplane.progress.gettingPreferenceDirectories = Obtendo diret\u00F3rios de prefer\u00EAncias...
-Freeplane.progress.gettingPreferences = Obtendo prefer\u00EAncias...
-Freeplane.progress.loadMaps = Carregando mapas...
-Freeplane.progress.propagateLookAndFeel = Propagando Look And Feel...
-Freeplane.progress.settingPreferences = Definindo prefer\u00EAncias...
-Freeplane.progress.startCreateController = Inicializando controlador de cria\u00E7\u00E3o...
-Freeplane.progress.updateLookAndFeel = Atualizando Look And Feel...
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = Ajuda...
-FreeplaneHelpStarter.tooltip = Ajuda ampliada do Freeplane
-GotoLinkNodeAction.text = Vai para o link
-GrabKeyDialog.common.cancel = Cancelar
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Atribu\u00EDdo para
-GrabKeyDialog.grab-key.assigned-to.none = Atualmente n\u00E3o atribu\u00EDdo
-GrabKeyDialog.grab-key.clear = Limpar
-GrabKeyDialog.grab-key.remove = Remove
-GrabKeyDialog.grab-key.remove-ask = Voc\u00EA est\u00E1 seguro que deseja remover esta tecla de atalho?
-GrabKeyDialog.grab-key.title = Digite nova tecla
-help = Ajuda
-HideAllAttributesAction.text = Esconder todos os atributos
-HierarchicalIconsAction.text = Mostra os \u00EDcones hierarquicamente
-HierarchicalIconsAction.tooltip = Se um dos meus filhos (netos) tem um \u00EDcone, eu mostrarei este \u00EDcone pequeno tamb\u00E9m.
-html_export_based_on_headings = Exportar HTML - Baseado nos cabe\u00E7alhos
-html_export_fold_all = Exportar HTML - Todos os enlaces
-html_export_fold_currently_folded = Exportar HTML - Sem expandir os enlaces
-html_export_no_folding = Exportar HTML - Sem enlace
-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_attach = Veja aqui
-icon_back = Voltar
-icon_bee = Freeplane[translate me]
-icon_bell = Lembrar
-icon_bookmark = Excelente
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Cancelar
-icon_button_ok = OK
-icon_calendar = Data
-icon_clanbomber = Perigoso
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = N\u00E3o Esque\u00E7a
-icon_down = Abaixo
-icon_family = Fam\u00EDlia
-icon_female1 = Female1[translate me]
-icon_flag = Bandeira
-icon_flag-black = Black Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_folder = Folder[translate me]
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Prioridade 1
-icon_full-2 = Prioridade 2
-icon_full-3 = Prioridade 3
-icon_full-4 = Prioridade 4
-icon_full-5 = Prioridade 5
-icon_full-6 = Prioridade 6
-icon_full-7 = Prioridade 7
-icon_go = Green Traffic Light[translate me]
-icon_gohome = Casa
-icon_help = Pergunta
-icon_idea = Id\u00E9ia
-icon_info = Info[translate me]
-icon_kaddressbook = Telefone
-icon_kmail = E-Mail[translate me]
-icon_knotify = M\u00FAsica
-icon_korn = Caixa de correio
-icon_ksmiletris = Estou feliz
-icon_licq = Legal
-icon_Mail = Correio
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_males = Males[translate me]
-icon_menu = \u00CDcones
-icon_messagebox_warning = Importante
-icon_password = Senha
-icon_pencil = Deve ser melhorado
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = N\u00E3o \u00E9 engra\u00E7ado
-icon_stop = Pare
-icon_up = Acima
-icon_wizard = M\u00E1gica
-icon_xmag = Para ser discutido
-icon_yes = Importante
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.office.text = Office[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Selecionar \u00EDcone...
-IconSelectionPlugin.tooltip = <html>Aqui voc\u00EA pode selecionar um \u00EDcone usando uma janela.</html>
-import = Importar
-import_linked_branch_no_link = O n\u00F3 selecionado n\u00E3o tem nenhum link para ser importado.
-ImportAction.text = Importar
-ImportBranchAction.text = Galho...
-ImportExplorerFavoritesAction.text = Favoritos IE...
-ImportFolderStructureAction.text = Estrutura de pastas...
-ImportLinkedBranchAction.text = Galhos referenciados
-ImportLinkedBranchWithoutRootAction.text = (Galhos referenciados) Sem ra\u00EDz...
-ImportMindmanagerFiles.text = MindManager X5 Map...
-increase_branch_font_size = Fonte maior
-IncreaseNodeFontAction.text = Fonte maior
-ItalicAction.text = It\u00E1lica
-italicise_branch = It\u00E1lico
-JoinNodesAction.text = Unir n\u00F3s
-less_than_two_selected_nodes = \u00C9 preciso selecionar ao menos dois n\u00F3s para estabelecer um link.
-link_not_available_any_more = O link n\u00E3o \u00E9 mais v\u00E1lido. Um dos n\u00F3s foi apagado.
-link_not_found = Link {0} n\u00E3o encontrado.
-locking_failed_by_open = Travamento do mapa {0} falhou. Abrindo somente para leitura.
-locking_failed_by_save_as = Travamento do mapa {0} falhou. A\u00E7\u00E3o de Salvar como abortada.
-locking_old_lock_removed = O Mapa {0} foi travado pelo usu\u00E1rio {1}. O travamento foi removido pois era antigo.
-long_node_changed_cancel = Voc\u00EA mudou o n\u00F3. Voc\u00EA quer descartar as mudan\u00E7as?
-long_node_changed_submit = Voc\u00EA mudou o n\u00F3. Voc\u00EA quer salvar as mudan\u00E7as?
-map_already_exists = Esse mapa j\u00E1 existe. Voc\u00EA gostaria de sobrescrev\u00EA-lo?
-map_corrupted = Mapa corrompido. Ver detalhes?
-map_locked_by_open = O Mapa {0} j\u00E1 est\u00E1 sendo editado por {1}. Abrindo somente para leitura.
-map_locked_by_save_as = O Mapa {0} j\u00E1 est\u00E1 sendo editado por {1}. A\u00E7\u00E3o de Salvar como abortada.
-map_not_saved = O mapa n\u00E3o foi salvo anteriormente.
-MapBackgroundColorAction.text = Map Background[translate me]
-menu_attributes = Atributos
-menu_extras = Ferramentas
-menu_file_import = Importar
-menu_format = Formatar
-menu_insert = Inserir
-menu_navigate = Navegar
-menu_view = Visualizar
-mindmap = Mapa
-mindmaps = Mapas
-mindmaps_desc = Mapas (*.mm)
-mode_Browse = Browse Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Modo n\u00E3o dispon\u00EDvel
-mode_status = Modo trocado para modo {0}
-mode_title = Freeplane - Modo {0}
-modes = Modos
-ModesMenuAction.Browse.text = Map Browser[translate me]
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Arquivos mais recentes
-MoveToRootAction.text = Mover para raiz
-NavigationNextMapAction.text = Pr\u00F3ximo mapa
-NavigationPreviousMapAction.text = Mapa anterior
-new_mindmap = Novo mapa da mente
-new_node = Novo n\u00F3
-new_node_as_sibling_not_possible_for_the_root = Novo n\u00F3 irm\u00E3o, n\u00E3o \u00E9 poss\u00EDvel para o n\u00F3 ra\u00EDz.
-NewChildAction.text = Novo n\u00F3 filho
-NewMapAction.text = Novo
-NewParentNode.text = Novo n\u00F3 pai
-NewParentNode.tooltip = <html>Todos os selecionados s\u00E3o enviados para um novo pai.</html>
-NewPreviousSiblingAction.text = Novo n\u00F3 irm\u00E3o acima
-NewSiblingAction.text = Novo n\u00F3 irm\u00E3o abaixo
-no = N\u00E3o
-no_format_copy_before_format_paste = Voc\u00EA n\u00E3o pode colar uma formata\u00E7\u00E3o antes de ter copiado uma.
-no_found_from = <html>N\u00E3o foi encontrado <b>{0}</b> de <b>{1}</b>.
-no_more_found_from = <html>N\u00E3o foi encontrado mais nenhum <b>{0}</b> de <b>{1}</b>.
-no_previous_find = Sem busca anterior.
-node = N\u00F3
-node_changed_discard_changes = Voc\u00EA mudou o n\u00F3. Voc\u00EA quer descartar as mudan\u00E7as?
-node_location_help = Arrastar muda localizacao do n\u00F3, ctrl+arrastar muda distancia, duplo clique e ctrl+duplo clique reinicializam-os.
-NodeBackgroundColorAction.text = Cor de fundo do n\u00F3...
-NodeColorAction.text = Cor do n\u00F3...
-NodeColorBlendAction.text = Cor da mistura
-NodeDownAction.text = Descer o n\u00F3
-NodeListAction.text = Busca e substitui...
-NodeListAction.tooltip = Mostra todos os n\u00F3s como uma lista filtr\u00E1vel.
-NodeShapeAction.bubble.text = Bolha
-NodeShapeAction.fork.text = Ramificar
-NodeUpAction.text = Subir o n\u00F3
-nonboldify_branch = Retirar o negrito
-nonitalicise_branch = Retirar o it\u00E1lico
-normal = Normal
-not_saved_for_link_error = O mapa precisa ser salvo antes que voc\u00EA possa setar uma refer\u00EAncia pelo seletor de arquivos
-ok = OK
-OKAction.text = OK
-OpenAction.text = Abrir...
-OpenPathAction.text = Open File[translate me]
-option_changes_may_require_restart = Para ver os efeitos das mudan\u00E7as de configura\u00E7\u00E3o o Freeplane provavelmente dever\u00E1 ser reiniciado.
-OptionalDontShowMeAgainDialog.cancel = &N?o
-OptionalDontShowMeAgainDialog.dontShowAgain = &Nao me pergunte novamente.
-OptionalDontShowMeAgainDialog.ok = &Sim
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Lembre minha decis?o.
-OptionPanel.absolute = Absoluto
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Faz o layout autom\u00E1tico dos padr\u00F5es
-OptionPanel.antialias = Suaviza\u00E7\u00E3o
-OptionPanel.antialias.tooltip = <html>Determina a qualidade visual do mapa. Mais suaviza\u00E7\u00E3o precisa de mais tempo.</html>
-OptionPanel.antialias_all = Suaviza tudo
-OptionPanel.antialias_edges = Suaviza bordas
-OptionPanel.antialias_none = Sem suaviza\u00E7\u00E3o
-OptionPanel.Appearance = Apar\u00EAncia
-OptionPanel.ar = Ar
-OptionPanel.as_parent = Como o 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.Behaviour = Comportamento
-OptionPanel.bezier = bezier[translate me]
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.Cancel = Cancelar
-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.clear_all_setters.tooltip = Ativa ou desativa todas as indica\u00E7\u00F5es de mudan\u00E7a.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Combinedo
-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.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Padr\u00E3o
-OptionPanel.default_browser_command_mac = Comando padr\u00E3o para o browser no MacOS
-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_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
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Para o Windows (as aspas ("") s\u00E3o necess\u00E1rias para links que tem "=" em suas URLs).</html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = Padr\u00F5es
-OptionPanel.delete_automatic_saves_at_exit = Apaga grava\u00E7\u00F5es autom\u00E1ticas quando sair
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Caso voc\u00EA deseje que as grava\u00E7\u00F5es autom\u00E1ticas sejam apagadas quando o Freeplane for desligado normalmente, selecione esta caixa de di\u00E1logo.</html>
-OptionPanel.delete_nodes_without_question = Remover sem confirma??o?
-OptionPanel.delete_nodes_without_question.tooltip = Se esta op??o for escolhida os n\u00F3s serao removidos sem confirma??o. isto pode causar perda de informa??o se pressionada sem inten??o.
-OptionPanel.disable_cursor_move_paper = Desabilita cursor de movimenta\u00E7\u00E3o da tela
-OptionPanel.disable_cursor_move_paper.tooltip = <html>N\u00E3o mostra o cursor de 'mover' enquanto est\u00E1 movendo a figura</html>
-OptionPanel.edgecolor = Cor da borda
-OptionPanel.edgecolor.tooltip = Propriedade da borda do n\u00F3 pai (tamb\u00E9m ser\u00E1 aplicada a todos os n\u00F3s filhos)
-OptionPanel.edgestyle = Estilo da borda
-OptionPanel.edgestyle.tooltip = Propriedade da borda do n\u00F3 pai (tamb\u00E9m ser\u00E1 aplicada a todos os n\u00F3s filhos)
-OptionPanel.edgewidth = Largura da borda
-OptionPanel.edgewidth.tooltip = Propriedade da borda do n\u00F3 pai (tamb\u00E9m ser\u00E1 aplicada a todos os n\u00F3s filhos)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Enter confirma por padr\u00E3o
-OptionPanel.el__max_default_window_height = Altura padr\u00E3o m\u00E1xima da janela
-OptionPanel.el__max_default_window_width = Largura padr\u00E3o m\u00E1xima da janela
-OptionPanel.el__min_default_window_height = Altura padr\u00E3o m\u00EDnima da janela
-OptionPanel.el__min_default_window_width = Largura padr\u00E3o m\u00EDnima da janela
-OptionPanel.el__position_window_below_node = Posiciona janela abaixo do n\u00F3
-OptionPanel.en = En
-OptionPanel.Environment = Ambiente
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.execute_scripts_without_asking = Scripts devem ser executados sem confirmacao?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Scripts Freeplane sao capazes de executar qualquer acao em seu computador. <br>Desta forma, voc\u00EA nao deve executar scripts que voc\u00EA nao tenha certeza que sejam seguros.</html>
-OptionPanel.experimental_file_locking_on = Travamento experimental de arquivo
-OptionPanel.experimental_file_locking_on.tooltip = <html> Recurso experimental</html>
-OptionPanel.export_icons_in_html = Exporta \u00EDcones para HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
-OptionPanel.Files = Arquivos
-OptionPanel.first = Primeiro
-OptionPanel.foldingsymbolwidth = Largura do s\u00EDmbolo de contra\u00EDdo
-OptionPanel.foldingsymbolwidth.tooltip = <html>Largura do s\u00EDmbolo de marca\u00E7\u00E3o de galho contra\u00EDdo</html>
-OptionPanel.fork = Fork[translate me]
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl
-OptionPanel.gtk = Gtk
-OptionPanel.horizontal = horizontal[translate me]
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Baseado nos cabe\u00E7alhos
-OptionPanel.html_export_fold_all = Contrai todos
-OptionPanel.html_export_fold_currently_folded = Contra\u00ED os atualmente contra\u00EDdos
-OptionPanel.html_export_folding = Exporta os contra\u00EDdos para HTML
-OptionPanel.html_export_no_folding = Sem enlaces
-OptionPanel.hu = Hu
-OptionPanel.icon = \u00CDcone
-OptionPanel.icon.tooltip = Se aplicado, o n\u00F3 ter\u00E1 exatamente este \u00EDcone.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Teclas de atalhoo
-OptionPanel.ko = Kr
-OptionPanel.label_font_family = Font Family[translate me]
-OptionPanel.label_font_size = Tamanho da fonte
-OptionPanel.language = Idioma
-OptionPanel.language.tooltip = <html>Este \u00E9 o idioma que ser\u00E1 utilizado no programa. 'automatico' tenta carregar a linguagem atual do usu\u00E1rio. </html>
-OptionPanel.last = \u00DAltimo
-OptionPanel.last_opened_list_length = Comprimento da lista de arquivos abertos recentemente
-OptionPanel.linear = linear[translate me]
-OptionPanel.links = Links
-OptionPanel.links.tooltip = <html>Define os links como relativos ou absolutos </html>
-OptionPanel.load_last_map = Abre o \u00FAltimo mapa automaticamente.
-OptionPanel.load_last_map.tooltip = <html>Caso selecionado, quando o Freeplane inicializar ele ir\u00E1 abrir automaticamente o \u00FAltimo mapa aberto.</html>
-OptionPanel.lookandfeel = Look and Feel
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Largura m\u00E1xima do n\u00F3
-OptionPanel.max_node_width.tooltip = <html>A largura m\u00E1xima do n\u00F3 em pixels</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Cor de fundo do n\u00F3
-OptionPanel.nodebackgroundcolor.tooltip = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = Cor do n\u00F3
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = Negrito
-OptionPanel.nodefontitalic = It\u00E1lico
-OptionPanel.nodefontname = Fonte do n\u00F3
-OptionPanel.nodefontsize = Fonte do n\u00F3
-OptionPanel.nodeshape = Estilo do n\u00F3
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = Texto do n\u00F3
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = Nenhum
-OptionPanel.number_of_different_files_for_automatic_save = N\u00FAmero de arquivos diferentes para salvamento autom\u00E1tico
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> N\u00FAmero de arquivos diferentes para armazenar os mapas. Quando for realizado este n\u00FAmero de grava\u00E7\u00F5es autom\u00E1ticas o primeiro arquivo gravada ser\u00E1 regravado com o mapa mais recente e o ciclo se reinicia.</html>
-OptionPanel.OK = Salvar
-OptionPanel.patternname = Nome
-OptionPanel.patternname.tooltip = Nome \u00FAnico de padr\u00E3o
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Posi\u00E7\u00E3o dos novos galhos
-OptionPanel.placenewbranches.tooltip = <html>Onde posicionar os novos galhos. Valores v\u00E1lidos s\u00E3o 'primeiro' e '\u00FAltimo' </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relativo
-OptionPanel.ru = Ru
-OptionPanel.selection_method = M\u00E9todo de sele\u00E7\u00E3o
-OptionPanel.selection_method.tooltip = <html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
-OptionPanel.selection_method_by_click = Por clique
-OptionPanel.selection_method_delayed = Atrasado
-OptionPanel.selection_method_direct = Direto
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Padr\u00F5es
-OptionPanel.separator.anti_alias = Suaviza\u00E7\u00E3o
-OptionPanel.separator.attributes = Atributos
-OptionPanel.separator.automatic_save = Salvar autom\u00E1tico
-OptionPanel.separator.behaviour = Comportamento
-OptionPanel.separator.browser = Browser
-OptionPanel.separator.CloudControls = Clouds[translate me]
-OptionPanel.separator.commands_for_the_program = Comandos para o programa
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Cores padr\u00E3o
-OptionPanel.separator.default_fonts = Fontes padr\u00E3o
-OptionPanel.separator.default_styles = Estilos padr\u00E3o
-OptionPanel.separator.EdgeControls = Bordas
-OptionPanel.separator.edit_long_node_window = Janela de edi\u00E7\u00E3o de n\u00F3s longos
-OptionPanel.separator.files = Arquivos
-OptionPanel.separator.General = Geral
-OptionPanel.separator.html_export = Exportar para HTML
-OptionPanel.separator.hyperlink_types = Tipos de links
-OptionPanel.separator.icon_properties = \u00CDcones
-OptionPanel.separator.initial_map_size = Tamanho inicial do mapa
-OptionPanel.separator.key_typing = Digita\u00E7\u00E3o
-OptionPanel.separator.language = Idioma
-OptionPanel.separator.look_and_feel = Look and Feel
-OptionPanel.separator.mouse_wheel = Roda do mouse
-OptionPanel.separator.new_node_commands = Comandos de cria\u00E7\u00E3o de n\u00F3s
-OptionPanel.separator.node_editing_commands = Comandos de edi\u00E7\u00E3o de n\u00F3s
-OptionPanel.separator.node_navigation_commands = Comandos de navega\u00E7\u00E3o nos n\u00F3s
-OptionPanel.separator.NodeColors = Cor do n\u00F3s
-OptionPanel.separator.NodeFont = Fonte do n\u00F3
-OptionPanel.separator.notifications = Confirma??es
-OptionPanel.separator.other_defaults = Outros padr\u00E3o
-OptionPanel.separator.others = Outras teclas de atalho
-OptionPanel.separator.patterns = Padr\u00F5es
-OptionPanel.separator.save = Salvar
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = M\u00E9todo de sele\u00E7\u00E3o
-OptionPanel.separator.undo = Desfazer
-OptionPanel.set_property_text = Mudar
-OptionPanel.set_property_text.tooltip = Vazio:N\u00E3o toque; Menos: Remove a propriedade (define valores padr\u00E3o); Mais:Altera propriedade
-OptionPanel.sharp_bezier = bezier "afiado"
-OptionPanel.sharp_linear = linear "afiado"
-OptionPanel.show_icon_for_attributes = Mostra \u00EDcones para atributos
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Cor padr\u00E3o do fundo
-OptionPanel.standardbackgroundcolor.tooltip = <html>A cor padr\u00E3o do fundo em nota\u00E7\u00E3o HTML </html>
-OptionPanel.standardcloudcolor = Cor padr\u00E3o da nuvem
-OptionPanel.standardcloudcolor.tooltip = <html>A cor padr\u00E3o da nuvem em nota\u00E7\u00E3o HTML </html>
-OptionPanel.standardcloudestyle = Estilo padr\u00E3o da nuvem
-OptionPanel.standardcloudestyle.tooltip = <html>O estilo padr\u00E3o da nuvem. No momento apenas 'bezier' \u00E9 suportado</html>
-OptionPanel.standardlinkcolor = Cor padr\u00E3o do link
-OptionPanel.standardlinkcolor.tooltip = <html>A cor padr\u00E3o do link em nota\u00E7\u00E3o HTML </html>
-OptionPanel.standardlinkestyle = Estilo padr\u00E3o do link
-OptionPanel.standardlinkestyle.tooltip = <html>O estilo padr\u00E3o do link. No momento apenas 'bezier' \u00E9 suportado</html>
-OptionPanel.standardselectednodecolor = Cor padr\u00E3o do n\u00F3 selecionado
-OptionPanel.standardselectednodecolor.tooltip = <html>A cor padr\u00E3o dos n\u00F3s selecionados. Em nota\u00E7\u00E3o HTML (#RRGGBB em valores hexadecimais) </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Per\u00EDodo de salvamento autom\u00E1tico
-OptionPanel.time_for_automatic_save.tooltip = <html> tempo entre duas grava\u00E7\u00F5es autom\u00E1ticas consectivas (em ms). Para desativar a grava\u00E7\u00E3o autom\u00E1tica, defina este n\u00FAmero como 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tempo para sele\u00E7\u00E3o retardada
-OptionPanel.time_for_delayed_selection.tooltip = <html> Tempo at\u00E9 que o n\u00F3 sobre o qual o <it>mouse</it> est\u00E1 seja selecionado automaticamente (em milisegundos). Altere este valor para um caso se deseje sele\u00E7\u00E3o instantanea.</html>
-OptionPanel.toolTipManager.max_tooltip_width = Largura da dica de ferramenta
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>A largura padr\u00E3o da dica de ferramenta em pixels.</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Fonte n\u00E3o definida
-OptionPanel.undo_levels = N\u00EDveis de desfazer
-OptionPanel.undo_levels.tooltip = <html>Determina quantos n\u00EDveis podem ser defeitos com o "Desfazer".</html>
-OptionPanel.use_tabbed_pane = Usar abas
-OptionPanel.use_tabbed_pane.tooltip = Se selecionado os mapas sao mostrados em abas (como no FireFox :-) ).
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Velocidade
-OptionPanel.wheel_velocity.tooltip = Um valor mais alto resulta em um efeito mais r\u00E1pido ao se mover a roda do mouse sobre o mapa.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Configurar p\u00E1gina...
-PasteAction.text = Colar
-PatternNewNameProperty = Novo padr\u00E3o
-PatternToString.backgroundColor = Cor de fundo
-PatternToString.color = Cores
-PatternToString.EdgeColor = Edge Color[translate me]
-PatternToString.EdgeStyle = Estilo da borda
-PatternToString.EdgeWidth = largura da borda
-PatternToString.FontBold = Negrito
-PatternToString.Icon = \u00CDcone
-PatternToString.NodeFontSize = Tamanho da fonte
-plugins/ScriptEditor.exit = Sair
-plugins/ScriptEditor.menu_actions = A\u00E7\u00F5es
-plugins/ScriptEditor.new_script = New Script[translate me]
-plugins/ScriptEditor.run = Executar
-plugins/ScriptEditor/window.Result = Resultado:
-plugins/ScriptEditor/window.title = Editor de scripts
-plugins/TimeList.xml_Created = Criado
-plugins/TimeList.xml_Date = Data
-plugins/TimeList.xml_Icons = \u00CDcones
-plugins/TimeList.xml_Modified = Modificado
-plugins/TimeList.xml_Notes = Notas
-plugins/TimeList.xml_Text = Texto
-plugins/TimeManagement.xml_appendButton = Anexa a data ao n\u00F3 selecionado
-plugins/TimeManagement.xml_Cancel = Cancelar
-plugins/TimeManagement.xml_cancelButton = Cancelar
-plugins/TimeManagement.xml_closeButton = Fechar
-plugins/TimeManagement.xml_Export = Exportar n\u00F3s selecionados
-plugins/TimeManagement.xml_Find = Buscar
-plugins/TimeManagement.xml_Goto = Ir para
-plugins/TimeManagement.xml_hour = Hora:
-plugins/TimeManagement.xml_menu_actions = A\u00E7\u00F5es
-plugins/TimeManagement.xml_minute = Minuto:
-plugins/TimeManagement.xml_reminderButton = Lembre-me nesta data
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Currently, there may only be one reminder per node. <br>The current remnider is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Alarme agendado para {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Remove alarme
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Remove todos os alarmes associados aos n\u00F3s selecionados.
-plugins/TimeManagement.xml_Replace = Substituir
-plugins/TimeManagement.xml_Replace_All = Substituir todos
-plugins/TimeManagement.xml_Replace_Selected = Substituir selecionados
-plugins/TimeManagement.xml_Select = Selecionar
-plugins/TimeManagement.xml_todayButton = Hoje
-plugins/TimeManagement.xml_WindowTitle = Gerenciamento de tempo
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Busca & substitui
-preferences = Prefer\u00EAncias
-PrintAction.text = Imprimir...
-PrintDirectAction.text = Imprimir
-printing_settings = Escala de impress\u00E3o
-PrintPreviewAction.text = Imprimir preview...
-PropertyAction.dialog = Preferences[translate me]
-PropertyAction.text = Prefer\u00EAncias ...
-QuitAction.text = Sair
-read_only = Apenas para leitura
-really_convert_to_current_version = <html>Este mapa foi criado com uma versao anterior do Freeplane. <br>Voc\u00EA deseja converter (recomendado)? <br>(De outra forma ele sera lido como ele esta sem garantia.) </html>
-really_execute_script = Voc\u00EA deseja mesmo executar  os scripts incluidos neste mapa? E possivel que eles prejudiquem seu computador.
-really_remove_node = Deseja mesmo remover n\u00F3(s)?
-RedoAction.text = Refazer
-RedoFilterAction.text = Refazer
-ReminderHookAction.text = Remove alarme
-ReminderHookAction.tooltip = Remove o alarme de um n\u00F3.
-RemoveAllIconsAction.text = Remover todos os \u00EDcones
-RemoveConnectorAction.text = Remove Connector[translate me]
-RemoveIconAction.text = Remover \u00FAltimo \u00EDcone
-repair_link = Recuperar link
-repair_link_question = N\u00E3o foi possivel carregar o mapa referenciado. Corrigir a refer\u00EAncia manualmente?
-replace = Substituir
-ReportBugAction.text = Report a Bug[translate me]
-RequestFeatureAction.text = Request a Feature[translate me]
-ResetNodeLocationAction.text = Redefinir posi\u00E7\u00E3o
-save_failed = Tentativa de salvar o mapa {0} falhou.
-save_unsaved = Salvar o seguinte mapa da mente? :
-SaveAction.text = Salvar
-SaveAll.text = Grava tudo
-SaveAll.tooltip = Grava todos os mapas abertos.
-SaveAsAction.text = Salvar como...
-saved = Salvo
-scheme_evaluate = Avaliar!
-ScriptEditor.text = Editor de scripts...
-ScriptEditor.tooltip = Permite escrever scripts maiores dentro do Freeplane.
-ScriptEditorPanel.changed_cancel = Os scripts foram alterados. Voc\u00EA realmente quer abandonar as altera\u00E7\u00F5es ?
-select_favorites_folder = Selecione a pasta, onde est\u00E3o salvos seus favoritos
-select_folder_for_importing = Selecione a pasta para importar
-SelectAllAction.text = Selecionar todos os vis\u00EDveis
-SelectBranchAction.text = Selecionar n\u00F3s vis\u00EDveis
-selection_method_by_click = Um clique seleciona
-selection_method_delayed = Sele\u00E7\u00E3o autom\u00E1tica com atraso
-selection_method_direct = Apontar seleciona
-SelectNoteAction.text = Note Edit Switch
-SelectNoteAction.tooltip = Switch to resp. from note window
-SetImageByFileChooserAction.text = Indicar imagem (Seletor de arquivos ou refer\u00EAncia)...
-SetLinkByFileChooserAction.text = Indicar refer\u00EAncia (Seletor de arquivos)...
-SetLinkByTextFieldAction.text = Indicar refer\u00EAncia (Campo de texto)...
-ShowAllAttributesAction.text = Mostrar todos os atributos
-ShowAncestorsAction.text = Mostra ancestrais
-ShowAttributeDialogAction.text = Gerenciador de atributos
-ShowDescendantsAction.text = Mostra descendentes
-ShowHideNoteAction.text = Mostra/esconde janela de notas
-ShowHideNoteAction.tooltip = Is a menu short cut for the little arrows on the splitting line.
-ShowSelectedAttributesAction.text = Mostrar n\u00F3s selecionadoos
-simplyhtml.aboutFrameTitle = Sobre esta aplica\u00E7\u00E3o
-simplyhtml.alignCenter = centro
-simplyhtml.alignLabel = Alinhamentoo:
-simplyhtml.alignLeft = esquerda
-simplyhtml.alignRight = direita
-simplyhtml.allCellsRangeLabel = todas as c\u00E9lulas
-simplyhtml.allOccurrencesReplaced = Todas as ocorr\u00EAncias foram substitu\u00EDdas
-simplyhtml.appendTableColLabel = Adicionar coluna
-simplyhtml.appendTableRowLabel = Adicionar linha
-simplyhtml.applyCellAttrLabel = Aplicar em
-simplyhtml.backgroundLabel = Plano de fundo:
-simplyhtml.boldItalicName = Negrito it\u00E1lico
-simplyhtml.boldName = Negrito
-simplyhtml.borderColorLabel = Cor:
-simplyhtml.borderWidthLabel = Largura
-simplyhtml.bottomLabel = abaixo:
-simplyhtml.cancelBtnName = Cancelar
-simplyhtml.cellBorderTabLabel = Bordas
-simplyhtml.cellGenTabLabel = Geral
-simplyhtml.cellMarginTabLabel = Margem
-simplyhtml.cellPanelTitle = Formatar c\u00E9lula
-simplyhtml.clearFormatLabel = Remover formata\u00E7\u00E3o
-simplyhtml.clearFormatTip = Remover formata\u00E7\u00E3o
-simplyhtml.close = Fechar
-simplyhtml.closeBtnName = Fechar
-simplyhtml.colorLabel = Cores
-simplyhtml.copyLabel = Copiar
-simplyhtml.copyTip = Copiar
-simplyhtml.cTagNameHead1 = Cabe\u00E7alho 1
-simplyhtml.cTagNameHead2 = Cabe\u00E7alho 2
-simplyhtml.cTagNameHead3 = Cabe\u00E7alho 3
-simplyhtml.cTagNameHead4 = Cabe\u00E7alho 4
-simplyhtml.cTagNameHead5 = Cabe\u00E7alho 5
-simplyhtml.cTagNameHead6 = Cabe\u00E7alho 6
-simplyhtml.cTagNameLink = Link
-simplyhtml.cTagNameOL = Lista ordenada
-simplyhtml.cTagNamePara = Par\u00E1grafo
-simplyhtml.cTagNameUL = Lista n\u00E3o-ordenada
-simplyhtml.cutLabel = Recortar
-simplyhtml.cutTip = Cortar
-simplyhtml.defaultDocName = Sem nome
-simplyhtml.deleteTableColLabel = Apagar coluna
-simplyhtml.deleteTableRowLabel = Apagar linha
-simplyhtml.docTitleQuery = Altera t\u00EDtulo para:
-simplyhtml.docTitleTitle = Editar t\u00EDtulo do documento
-simplyhtml.editLabel = Editar
-simplyhtml.effectLabel = Efeito
-simplyhtml.familyLabel = Fam\u00EDlia
-simplyhtml.findNext = Buscar pr\u00F3xima...
-simplyhtml.findReplaceDialogTitle = Busca & substitui
-simplyhtml.findReplaceLabel = Busca & substitui
-simplyhtml.findReplaceTip = Busca & substitui
-simplyhtml.fontBoldLabel = Negrito
-simplyhtml.fontBoldTip = liga/desliga negrito
-simplyhtml.fontDialogTitle = Formatar fonte
-simplyhtml.fontItalicLabel = It\u00E1lica
-simplyhtml.fontItalicTip = Liga/desliga it\u00E1lico
-simplyhtml.fontLabel = Fonte...
-simplyhtml.fontTabLabel = Fonte
-simplyhtml.fontTip = Formatar fonte...
-simplyhtml.fontUnderlineLabel = Sublinhado
-simplyhtml.fontUnderlineTip = Liga/desliga sublinhado
-simplyhtml.foregroundLabel = Plano de frente:
-simplyhtml.formatLabel = Formatar
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = Muda formata\u00E7\u00E3o da lista
-simplyhtml.formatParaLabel = Par\u00E1grafo...
-simplyhtml.formatParaTip = Muda formata\u00E7\u00E3o do par\u00E1grafo
-simplyhtml.formatTableLabel = Tabela...
-simplyhtml.formatTableTip = Formatar tabela
-simplyhtml.helpLabel = Ajuda
-simplyhtml.htmlTabTitle = Ver c\u00F3digo HTML
-simplyhtml.imageFileDesc = Arquivos de imagem
-simplyhtml.insertTableColLabel = Inserir coluna
-simplyhtml.insertTableLabel = Tabela...
-simplyhtml.insertTableMsg = Quantas colunas?
-simplyhtml.insertTableRowLabel = Inserir linha
-simplyhtml.insertTableTitle = Inserir tabela
-simplyhtml.italicName = It\u00E1lico
-simplyhtml.layoutTabTitle = Ver layout
-simplyhtml.leftLabel = esquerda:
-simplyhtml.listDialogTitle = Formatar lista
-simplyhtml.listIndentTitle = Indenta\u00E7\u00E3o:
-simplyhtml.listPosInside = dentro
-simplyhtml.listPositionLabel = Posi\u00E7\u00E3o:
-simplyhtml.listPosOutside = fora
-simplyhtml.listTypeCircle = marcador redondo
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = S\u00EDmbolo de arquivo como marcador
-simplyhtml.listTypeLabel = Tipo:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = nenhum
-simplyhtml.listTypeSquare = marcador quadrado
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Exterior
-simplyhtml.matchCase = Diferenciar mai\u00FAsculas de min\u00FAsculas
-simplyhtml.newStyleDefaultName = Novo estilo
-simplyhtml.nextTableCellLabel = Pr\u00F3xima c\u00E9lula
-simplyhtml.noLineLabel = nenhum
-simplyhtml.noMoreOccurrencesFound = n\u00E3o foram encontradas (outras) ocorr\u00EAncias
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Interior
-simplyhtml.paraAlignCenterLabel = Alinhar ao centro
-simplyhtml.paraAlignCenterTip = Definir alinhamento do par\u00E1grafo ao centro
-simplyhtml.paraAlignLeftLabel = Alinhar \u00E0 esquerda
-simplyhtml.paraAlignLeftTip = Definir alinhamento do par\u00E1grafo \u00E0 esquerda
-simplyhtml.paraAlignRightLabel = Alinhar \u00E0 direita
-simplyhtml.paraAlignRightTip = Definir alinhamento do par\u00E1grafo \u00E0 direita
-simplyhtml.paraStyleDialogTitle = Estilo do par\u00E1grafo
-simplyhtml.paraTabLabel = Par\u00E1grafo
-simplyhtml.pasteLabel = Colar
-simplyhtml.pasteTip = Colar
-simplyhtml.plainName = Normal
-simplyhtml.previewLabel = Visualizar
-simplyhtml.previewText = Visualizar texto
-simplyhtml.prevTableCellLabel = C\u00E9lula anterior
-simplyhtml.redoLabel = Refazer
-simplyhtml.redoTip = Refaza \u00FAltima a\u00E7\u00E3o
-simplyhtml.replace = Substituir...
-simplyhtml.replaceAll = Todos
-simplyhtml.replaceDone = Feito
-simplyhtml.replaceNo = N\u00E3o
-simplyhtml.replaceThisQuery = substitui esta ocorr\u00EAncia de
-simplyhtml.replaceWith = Substituir com:
-simplyhtml.replaceYes = Sim
-simplyhtml.rightLabel = direita:
-simplyhtml.searchDown = Para baixo
-simplyhtml.searchFromStart = A partir do in\u00EDcio
-simplyhtml.searchUp = Para cima
-simplyhtml.selectAllLabel = Seleciona tudo
-simplyhtml.sizeLabel = Tamanho
-simplyhtml.standardStyleName = padr\u00E3o
-simplyhtml.strikeLabel = Riscado
-simplyhtml.styleLabel = Estilo
-simplyhtml.styleNameInputText = Nome do novo estilo?
-simplyhtml.styleNameInputTitle = Gravar estilo
-simplyhtml.tableBgColLabel = Cor de fundo:
-simplyhtml.tableDialogTitle = Formatar tabela
-simplyhtml.tableLabel = Tabela
-simplyhtml.tablePanelTitle = Formato da tabela
-simplyhtml.tableWidthLabel = Largura:
-simplyhtml.textIndentLabel = Indenta\u00E7\u00E3o:
-simplyhtml.textToFind = Buscar texto:
-simplyhtml.thisCellRangeLabel = Esta c\u00E9lula
-simplyhtml.thisColRangeLabel = esta coluna
-simplyhtml.thisRowRangeLabel = esta linha
-simplyhtml.toggleBulletsLabel = Liga/desliga lista com marcadores
-simplyhtml.toggleBulletsTip = Liga/desliga lista com marcadores
-simplyhtml.toggleNumbersLabel = Liga/desliga lista numerada
-simplyhtml.toggleNumbersTip = Liga/desliga lista numerada
-simplyhtml.topLabel = acima:
-simplyhtml.uLineLabel = Sublinhado
-simplyhtml.unableToOpenFileError = Arquivo n\u00E3o p\u00F4de ser aberto
-simplyhtml.undoLabel = Desfazer
-simplyhtml.undoTip = Desfaz a \u00FAltima a\u00E7\u00E3o
-simplyhtml.valignBaseline = baseline
-simplyhtml.valignBottom = Base
-simplyhtml.valignLabel = Alinhamento vertical:
-simplyhtml.valignMiddle = Meio
-simplyhtml.valignTop = Topo
-simplyhtml.wholeWordsOnly = Apenas palavras inteiras
-SortNodes.text = Ordena filhos
-SortNodes.tooltip = Ordena todos os filhos de um n\u00F3 alfabeticamente.
-split = Dividir
-SplitNode.text = Divide n\u00F3
-SplitNode.tooltip = <html>N\u00F3 est\u00E1 dividido</html>
-style = Estilo
-svg = SVG[translate me]
-TimeListAction.text = Mostra a lista da agenda ...
-TimeListAction.tooltip = Mostra todos os tempos agendados e os n\u00F3s correspondentes.
-TimeManagementAction.text = Mostra calend\u00E1rio...
-TimeManagementAction.tooltip = <html>Mostra o m\u00F3dulo calend\u00E1rio feito por Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Fechar os filhos
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Fechar
-ToggleLeftToolbarAction.text = Ativar barra da esquerda
-ToggleMenubarAction.text = Ativar barra de menis
-ToggleToolbarAction.text = Ativar barra de ferramentas
-undefined_error = Um erro inesperado ocorreu. Por favor tente reportar um erro.
-underline = Sublinhado
-underlined = Sublinhado
-UndoAction.text = Desfazer
-UndoFilterAction.text = Desfazer
-unfold = Fechar
-UnfoldAllAction.text = Expande todos
-UnfoldAllAction.tooltip = <html>Expande o n\u00F3 atual e todos os seus filhos.</html>
-UnfoldOneLevelAction.text = Expande um n\u00EDvel
-UnfoldOneLevelAction.tooltip = <html>Expande os n\u00F3s selecionados um n\u00EDvel.</html>
-UpdateCheckAction.text = Check for Updates[translate me]
-url_error = Essa URL n\u00E3o \u00E9 bem formada!
-url_load_error = N\u00E3o posso ler o mapa da URL:
-UsePlainTextAction.text = Usa texto puro
-user_defined_zoom = Definido pelo usu\u00E1rio.
-user_defined_zoom_status_bar = Mudando a amplia\u00E7\u00E3o para {0}%.
-user_zoom = Fator de amplia\u00E7\u00E3o da impress\u00E3o (0.0 - 2.0):
-WebDocuAction.text = Documenta\u00E7\u00E3o na internet
-width = Largura
-yes = Sim
-ZoomInAction.text = Zoom In[translate me]
-ZoomOutAction.text = Zoom Out[translate me]
+about_text=Freeplane - Software para mapeamento de id\u00E9ias e de constru\u00E7\u00E3o de conhecimento
+AboutAction.text=A respeito
+acceleratorPresets=Ajuste de teclas de atalho
+accelerators_loading_error=N\u00E3o \u00E9 poss\u00EDvel carregar os aceleradores de {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Muda a formata\u00E7\u00E3o dos n\u00F3s
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Altera padr\u00E3o
+accessories/plugins/EncryptNode.properties_0=Escolha uma senha para o n\u00F3 criptografado
+accessories/plugins/EncryptNode.properties_1=Senhas s\u00E3o diferentes ou muito curtas.
+accessories/plugins/EncryptNode.properties_2=Digite a senha:
+accessories/plugins/EncryptNode.properties_3=Redigite a senha:
+accessories/plugins/EncryptNode.properties_4=Digite a sua senha.
+accessories/plugins/EncryptNode.properties_5=<html>Lembre-se que a qualidade da criptografia<br> depende quase completamente da qualidade da sua senha</br>.</html>
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Cancelar
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Voc\u00EA s\u00F3 pode ativar ou desativar a criptografia de um n\u00F3 criptografado. Por favor insira um n\u00F3 desse tipo usando o menu Ferramentas.
+accessories/plugins/EncryptNode.properties_select_me=Me selecione para continuar!
+accessories/plugins/EncryptNode.properties_wrong_password=A senha est\u00E1 incorreta.
+accessories/plugins/ExportWithTWiki.text=TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Exporta o mapa como um documento TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=Este \u00E9 um m\u00E9todo padr\u00E3o de exportar utilizando scripts XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Applet Java...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporta o mapa como um applet Java
+accessories/plugins/ExportWithXSLT_Flash.text=Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporta o mapa como uma aplica\u00E7\u00E3o em Flash.
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML (vers\u00E3o JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML (Vers\u00E3o com uma imagem clic\u00E1vel)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Recursos do n\u00F3 RESOURCES para um arquivo do tipo TaskJuggler...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporta recursos do n\u00F3 RESOURCES para o m\u00F3dulo do TaskJuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tarefas do n\u00F3 TASKS para um arquivo do TaskJuggler...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exporta tarefas do n\u00F3 TASKS para o m\u00F3dulo TaskJuggler. </html>
+action_keystroke_in_use_error=A tecla {0} necess\u00E1ria para a\u00E7\u00E3o {1} j\u00E1 est\u00E1 em uso pela a\u00E7\u00E3o {2}
+active=Ativo
+actual_map_styles=Estilos condicionais de mapa aplicados ao n\u00F3
+actual_node_styles=Estilos condicionais de n\u00F3s aplicados ao n\u00F3
+add=&Adicionar
+AddConnectorAction.text=Conectar
+AddElementaryConditionAction.text=Adicionar
+AddLocalLinkAction.text=Adiciona um hiperlink local
+AddMenuItemLinkAction.text=Adiciona hiperlink ao item do menu\u2026
+AddOnDetailsPanel.authored.by=Por {0}
+AddOnDetailsPanel.header.function=Fun\u00E7\u00E3o
+AddOnDetailsPanel.header.menu=Menu localiza\u00E7\u00E3o
+AddOnDetailsPanel.header.shortcut=Atalho
+AddOnDetailsPanel.homepage=P\u00E1gina Inicial:
+addons.installer.canceled=Instala\u00E7\u00E3o cancelada
+addons.installer.confirm.licence=<html><body><h1>Licen\u00E7a</h1>{0}<p><p><em>Voc\u00EA aceita essa licen\u00E7a?</em></p></body></html>
+addons.installer.failed=A instala\u00E7\u00E3o falhou: {0}
+addons.installer.freeplaneversion.format.error=Erro de Formato em {0} (value: {1})
+addons.installer.groovy.script.name=Nome do script {0} n\u00E3o termina com ".groovy"
+addons.installer.html.script=Corpo do "Script" pode n\u00E3o estar formatado como HTML
+addons.installer.install=Instalar
+addons.installer.invalid.keyboard.shortcut=Atalho inv\u00E1lido {0}.
+addons.installer.licence.unchanged=Licen\u00E7a est\u00E1 inalterada
+addons.installer.map.structure=Erro na estrutura do mapa: {0}
+addons.installer.missing.child.nodes=N\u00F3s filhos/inferiores/dependentes perdidos:{0}
+addons.installer.missing.permission.attribute=Script {0}: Atributos de permiss\u00E3o perdidos {1}
+addons.installer.missing.properties=Propriedades perdidas: {0}
+addons.installer.missing.translation=Tradu\u00E7\u00F5es perdidas de {0} para local {1}
+addons.installer.no.scripts=Nenhum "script" encontrado
+addons.installer.no.zipdata=Nenhum dado compactado (zip) encontrado
+addons.installer.nonstandard.permissions=O "script" requer que as seguintes permiss\u00F5es que atualmente n\u00E3o est\u00E3o habilitadas: {0}\nElas devem ser adisionadas \u00E0s permiss\u00F5es padr\u00E3o?
+addons.installer.one.child.expected=Era esperado exatamente um filho de {0} mas foram obtidos {1}.
+addons.installer.script.no.execution_mode=Nnehum atributo "modo_de_execu\u00E7\u00E3o" definido para {0}
+addons.installer.script.no.menulocation=Nenhum atributo "MenuLocaliza\u00E7\u00E3o" definido para {0}
+addons.installer.script.no.menutitle=Nenhum atributo "MenuT\u00EDtuloChave" definido para {0}
+addons.installer.script.no.permissions=Nenhuma permiss\u00E3o definida para {0}
+addons.installer.success=Instala\u00E7\u00E3o bem sucedida.\nA nova adi\u00E7\u00E3o estar\u00E1 dispon\u00EDvel depois de reiniciar.
+addons.installer.success.update=Atualizado de {0} para {1} bem sucedida.\nAlgumas fun\u00E7\u00F5es podem s\u00F3 estar dispon\u00EDveis ap\u00F3s o rein\u00EDcio.
+addons.installer.title=Instalador de adi\u00E7\u00F5es
+addons.installer.too.new=A vers\u00E3o atual do Freeplane {0} \u00E9 muito nova. Esse adicional suporta no m\u00E1ximo a vers\u00E3o {1}
+addons.installer.too.old=A vers\u00E3o atual do Freeplane {0} \u00E9 muito antiga. Esse adicional precisa ao menos da vers\u00E3o {1}
+addons.installer.unknown.deinstallation.rules=Regra(s) de desinstala\u00E7\u00E3o desconhecida(s) {0}
+addons.installer.update=Atualiza\u00E7\u00E3o da vers\u00E3o {0}
+addons.installer.warning=<html><body><em>Voc\u00EA s\u00F3 deve instalar adi\u00E7\u00F5es de fontes confi\u00E1veis. Software malicioso pode danificar seus dados ou violar sua privacidade.</em></body></html>
+AddStyleAttributes.text=Atributos de estilo
+AddStyleAttributes.tooltip=Adicionar atributos do n\u00F3 de estilo
+AllMapsNodeListAction.text=Acha e modifica em todos os mapas
+always=Sempre
+AlwaysUnfoldedNodeAction.text=N\u00F3 sempre desdobrado (ligar/desligar)
+antialias_all=Suaviza tudo
+antialias_edges=Suaviza bordas
+antialias_none=Sem suaviza\u00E7\u00E3o
+apply=&Aplicar
+ApplyAction.text=&Aplicar
+ApplyFormatPlugin.text=&Muda a formata\u00E7\u00E3o ...
+ApplyFormatPlugin.tooltip=Mostra um quadro de di\u00E1logo onde os atributos dos n\u00F3s e das bordas pode ser alterado ao mesmo tempo.
+ApplyNoFilteringAction.text=Sem filtragem
+ApplySelectedViewConditionAction.text=Filtra n\u00F3s selecionados
+ApplyToVisibleAction.text=Aplica-se aos n\u00F3s filtrados
+as_parent=Como pai
+AskForHelp.text=Pedir ajuda
+AssignAttributesAction.text=Encontrar e mudar atributos...
+attribute_delete=Apaga todos os valores
+attribute_delete_value=Apaga este valor
+attribute_font_size_tooltip=Atributo tamanho de fonte
+attribute_list_box_label_text=Valores existentes
+attribute_name=Atribuir Nome
+attribute_replace=Substituir por
+attribute_top=Todos os atributos conhecidos para os n\u00F3s carregados
+attribute_value=Atribuir Valor
+attributes_AddAttributeAction.text=Adicionar atributo ao di\u00E1logo...
+attributes_adding_empty_attribute_error=N\u00E3o pode ser usada uma "string" vazia como nome de um atributo
+attributes_all=Todos os atributos
+attributes_assign_dialog=Atributo editor extendido
+attributes_attribute=Atributos
+attributes_close=Fechar
+attributes_deselect_all=Nada
+attributes_dialog_title=Gerenciador de Atributos
+attributes_edit=Editar
+attributes_edit_tooltip=Editar conjunto
+attributes_for_selected=N\u00F3s selecionados
+attributes_for_visible=Todos os n\u00F3s vis\u00EDveis
+attributes_import=&Importar
+attributes_import_tooltip=Importar atributos de outros mapas abertos
+attributes_no_import_candidates_found=Nenhum atributo novo encontrado
+attributes_popup_delete=Deletar
+attributes_popup_down=Abaixo
+attributes_popup_edit=Editar
+attributes_popup_hide=Esconder
+attributes_popup_new=Novo atributo
+attributes_popup_optimal_width=Largura \u00F3tima
+attributes_popup_up=Acima
+attributes_refresh=Atualizar
+attributes_RemoveAllAttributesAction.text=Remover todos os atributos
+attributes_RemoveFirstAttributeAction.text=Remover o primeiro atributo
+attributes_RemoveLastAttributeAction.text=Remover o \u00FAltimo atributo
+attributes_restricted_attributes_tooltip=Restringe conjunto de atributos
+attributes_restricted_values_tooltip=Restringe conjunto de valores para o atributo atual
+attributes_restriction=Conjunto restrito
+attributes_select_all=Todos
+attributes_select_all_tooltip=Seleciona/Desseleciona tudo
+attributes_show=Mostrar
+attributes_skip_root=Pular n\u00F3 raiz
+attributes_visible=Selecionar vis\u00EDveis
+attributes_visible_tooltip=Vis\u00EDveis Selecionados
+automatic_layout=Desenho autom\u00E1tico
+automatic_layout_disabled=Desabilitado
+automatically_save_message=Mapa foi salvo automaticamente (com o nome de {0}) ...
+AutomaticEdgeColorHookAction.text=Colorido de borda autom\u00E1tico
+AutomaticLayout.ALL=para todos os n\u00F3s
+AutomaticLayout.HEADINGS=Para n\u00F3s n\u00E3o-folhas
+AutomaticLayout.level=N\u00EDvel {0}
+AutomaticLayout.level.root=Raiz
+AutomaticLayoutAction.text=&Aplicar estilos de n\u00EDvel
+AutomaticLayoutAction.tooltip=<html>Conserta o layout do mapa. <br>O primeiro n\u00EDvel \u00E9 preto, o segundo azul, etc</html>
+AutomaticLayoutControllerAction.ALL.text=para todos os n\u00F3s
+AutomaticLayoutControllerAction.HEADINGS.text=para n\u00F3s n\u00E3o-folhas
+AutomaticLayoutControllerAction.null.text=desabilitado
+BackAction.text=Voltar
+BackAction.tooltip=Pula de volta para cadeia selecionada
+background=Fundo
+bitmaps=bitmaps
+black=Preto
+BlinkingNodeHookAction.text=N\u00F3 piscante
+BlinkingNodeHookAction.tooltip=<html>Isto torna o n\u00F3 piscante. Mas seja cuidadoso. N\u00E3o aplique isto a muitos n\u00F3s, e <strong> n\u00E3o com outras formata\u00E7\u00F5es autom\u00E1ticas ao mesmo n\u00F3</strong></html>
+blue=Azul
+BoldAction.text=Negrito
+boldify_branch=Negritar
+branch=Galho
+browse=browse...
+calendar_attributes_panel=Calend\u00E1rio e atributos
+calendar_panel=Calend\u00E1rio
+can_not_connect_to_info_server=N\u00E3o \u00E9 poss\u00EDvel conectar ao servidor de informa\u00E7\u00F5es
+can_not_delete_predefined_style=N\u00E3o \u00E9 poss\u00EDvel apagar estilo pr\u00E9-definido
+can_not_delete_root_style=ao \u00E9 poss\u00EDvel apagar estilo raiz
+can_not_delete_style_group=N\u00E3o \u00E9 poss\u00EDvel apagar estilo de grupo
+can_not_save_key_set=N\u00E3o \u00E9 poss\u00EDvel salvar defini\u00E7\u00E3o de tecla de atalho
+cancel=&Cancelar
+CancelAction.text=&Cancelar
+cannot_add_parent_diff_parents=Todos os n\u00F3s precisam ter o mesmo pai para usar esta fun\u00E7\u00E3o.
+cannot_add_parent_to_root=O n\u00F3 raiz n\u00E3o pode ser adicionado a um novo pai.
+cannot_delete_root=O n\u00F3 raiz n\u00E3o pode ser apagado ou cortado.
+cannot_join_nodes_with_children=N\u00E3o \u00E9 poss\u00EDvel unir n\u00F3s com seus filhos
+cannot_move_to_child=N\u00E3o \u00E9 poss\u00EDvel mover o n\u00F3 para um de seus filhos.
+CenterAction.text=Centralizar
+CenterSelectedNodeAction.text=Centrar n\u00F3 selecionado
+ChangeConnectorArrowsAction.backward.text=Desenhar seta de volta
+ChangeConnectorArrowsAction.both.text=Desenhar setas para frente e para tr\u00E1s
+ChangeConnectorArrowsAction.forward.text=Desenhar setas para frente
+ChangeConnectorArrowsAction.none.text=Nenhum
+ChangeConnectorArrowsAction.text=Alterar setas de conectores
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Curvar
+ChangeConnectorShapeAction.EDGE_LIKE.text=Simular limite
+ChangeConnectorShapeAction.LINE.text=Linha
+ChangeConnectorShapeAction.LINEAR_PATH.text=Caminho linear
+ChangeNodeLevelLeftsAction.text=Mover n\u00F3s (Pais g\u00EAmeos)
+ChangeNodeLevelLeftsAction.tooltip=No lado esquerdo da raiz os n\u00F3s s\u00E3o deslocados para baixo. Eles se tornam filhos das crian\u00E7as acima. No lado direito da raiz os n\u00F3s s\u00E3o deslocados para cima. Diretamente na raiz, os n\u00F3s mudam de lado.
+ChangeNodeLevelRightsAction.text=Mover n\u00F3 (filhos irm\u00E3os)
+ChangeNodeLevelRightsAction.tooltip=No lado direito da raiz os n\u00F3s s\u00E3o deslocados para baixo. Eles se tornam filhos da crian\u00E7a acima. No lado esquerdo da raiz os n\u00F3s s\u00E3o deslocados para cima. Diretamente na raiz, os n\u00F3s mudam de lado.
+choose_background_color=Escolha a cor de fundo:
+choose_cloud_color=Escolha a cor da nuvem:
+choose_edge_color=Escolha a cor da borda
+choose_map_background_color=Escolha a cor de fundo do mapa
+choose_node_background_color=Escolha a cor de fundo do n\u00F3:
+choose_node_color=Escolha a cor do n\u00F3:
+ClearLinkAnchorAction.text=Limpar a \u00E2ncora do link
+ClearLinkAnchorAction.tooltip=<html>Limpar a \u00E2ncora do conjunto de n\u00F3s anterior</html>
+close_btn=&Fechar
+CloseAction.text=&Fechar mapa atual
+CloudAction.text=Adicionar / remover nuvem (padr\u00E3o)
+CloudColorAction.text=Cor da nuvem...
+CloudShapeAction.ARC.text=Arco
+CloudShapeAction.RECT.text=Ret\u00E2ngulo
+CloudShapeAction.ROUND_RECT.text=Ret\u00E2ngulo arredondado
+CloudShapeAction.STAR.text=Estrela
+ColorProperty.ResetColor=Redefinir cor
+combined=Combinado
+condition=Condi\u00E7\u00E3o
+confirmation=Confirma\u00E7\u00E3o
+connector=Conector
+connector_arrows=Seta de conex\u00E3o
+connector_label=R\u00F3tulo de conex\u00E3o
+connector_lines=Linhas de conex\u00E3o
+connector_shapes=Formas de conex\u00E3o
+ConnectorColorAction.text=Cor de conector...
+CopyAction.text=&Copiar
+CopyAction.tooltip=Copiar galho selecionado
+CopyAttributes.text=Copiar &atributos
+CopyIDAction.text=Copiar I&D do n\u00F3
+CopyMapStylesAction.text=Copiar estilo do mapa de...
+CopyNodeURIAction.text=Copiar URI do n\u00F3
+copyright=Direitos autorais 2000-2012 Time Freeplane e outros
+CopySingleAction.text=Copiar n\u00F3 (Simples)
+CopySingleAction.tooltip=Copiar apenas o n\u00F3 selecionado
+CopyStyleExtensionsAction.text=Copiar extens\u00F5es do estilo de n\u00F3
+corrupt_map=O conte\u00FAdo do mapa est\u00E1 corrompido
+CreateConjunctConditionAction.text=E
+CreateDisjunctConditionAction.text=Ou
+CreateNotSatisfiedConditionAction.text=N\u00E3o
+CreationModificationPluginAction.text=Mostrar datas de modifica\u00E7\u00E3o
+CreationModificationPluginAction.tooltip=<html>Esta fun\u00E7\u00E3o mant\u00E9m registro das datas de cria\u00E7\u00E3o e modifica\u00E7\u00E3o dos n\u00F3s.</html>
+current_dir=Mapas
+CutAction.text=Recortar
+decrease_branch_font_size=Fonte Menor
+DecreaseNodeFontAction.text=Fonte Menor
+default=Padr\u00E3o
+DefaultColorAction.text=Cor padr\u00E3o
+defaultstyle.details=Detalhes
+defaultstyle.floating=N\u00F3 flutuante
+defaultstyle.note=Nota
+delete=&Deletar
+delete_child=Apagar n\u00F3
+DeleteAction.text=Remover n\u00F3
+DeleteConditionAction.text=Deletar
+DeleteDetailsAction.text=Remover detalhes do n\u00F3
+DeleteLevelStyleAction.text=Remover estilo de n\u00EDvel
+DeleteStyleAction.text=Remover estilo
+DeleteUserStyleAction.text=Remover estilo definido pelo usu\u00E1rio
+dialect_info.app=O arquivo de mapa mental {0} foi criado com o programa {1}.
+dialect_info.later_version=O arquivo de mapa mental {0} foi criado com alguma vers\u00E3o posterior desse programa.
+dialect_info.unknownApp=O arquivo de mapa mental {0} foi criado por um programa desconhecido.
+dialect_info.unknownURL=Seu website \u00E9 desconhecido.
+dialect_info.url=Visite o website {0} para mais informa\u00E7\u00F5es.
+dialect_info.warning=O Freeplane pode abr\u00ED-lo, mostr\u00E1-lo ou salv\u00E1-lo incorretamente.
+DirectHtmlFlavorHandler=HTML como um simples n\u00F3
+DocumentationAction.text=Documenta\u00E7\u00E3o
+down=Para baixo
+download=Baixar
+dropped_file_error=N\u00E3o foi poss\u00EDvel abrir arquivo(s) baixado(s). Raz\u00E3o {0}
+edge=Borda
+edge_is_formatted_by_style=O formato da borda \u00E9 controlado por estilo. Modifique os estilos relacionados se necess\u00E1rio.
+edge_style=Estilo da borda
+edge_width=Largura da borda
+EdgeColorAction.text=Cor da borda...
+EdgeStyleAction.bezier.text=Curva suavizada (Bezier)
+EdgeStyleAction.bezier.tooltip=<html>Mostrar a borda como uma curva suavizada.</html>
+EdgeStyleAction.hide_edge.text=Esconder borda
+EdgeStyleAction.hide_edge.tooltip=<html>Para os n\u00F3s selecionados mostrar as bordas com os pais como uma linha pontilhada. Sen\u00E3o esconda a borda.</html>
+EdgeStyleAction.horizontal.text=Horizontal
+EdgeStyleAction.horizontal.tooltip=<html>Usar linhas perpendiculares finas para bordas.</html>
+EdgeStyleAction.linear.text=Linear
+EdgeStyleAction.linear.tooltip=<html>Mostrar as bordas como linhas finas.</html>
+EdgeStyleAction.sharp_bezier.text=Curvas n\u00EDtidas (Bezier)
+EdgeStyleAction.sharp_bezier.tooltip=<html>Mostrar as bordas como curvas suavizadas com finais n\u00EDtidos.</html>
+EdgeStyleAction.sharp_linear.text=Linha n\u00EDtida
+EdgeStyleAction.sharp_linear.tooltip=<html>Mostrar as bordas como linhas finas com final n\u00EDtido.</html>
+EdgeStyleAsParentAction.text=Como o pai
+EdgeStyleAsParentAction.tooltip=<html>Usar estilos de bordas do n\u00F3 pai.</html>[obsoleto]
+EdgeWidthAction_width_parent.text=Pai
+EdgeWidthAction_width_thin.text=Fina
+edit=&Editar
+edit.decision=Editor HTML
+edit.edit_rich_text=Deseja usar formata\u00E7\u00E3o como negrito e it\u00E1lico?
+edit_details=Editar detalhes dos n\u00F3s
+edit_end_label=<html>Conector<br>r\u00F3tulo
+edit_label_font_family=Fonte
+edit_label_font_size=Tamanho de fonte
+edit_link_manually=Editar hiperlink manualmente...
+edit_long_node=Editar o centro do n\u00F3 no di\u00E1logo
+edit_middle_label=<html>Meio<br>r\u00F3tulo
+edit_note=Editar n\u00F3
+edit_source_label=<html>Fonte<br>r\u00F3tulo
+edit_target_label=<html>Destino<br>r\u00F3tulo
+edit_transparency_label=Opacidade
+edit_width_label=Largura
+EditAction.text=Editar n\u00F3 principal em sucess\u00E3o
+EditAttributesAction.text=Editar atributo em sucess\u00E3o
+EditDetailsAction.text=Editar detalhes de n\u00F3s em sucess\u00E3o
+EditDetailsInDialogAction.text=Editar detalhes de n\u00F3 no di\u00E1logo
+EditFilterAction.text=Compor filtro
+EditLongAction.text=Editar n\u00F3 principal no di\u00E1logo
+EditNoteInDialogAction.text=Editar n\u00F3 no di\u00E1logo
+EditScript=Editar script...
+EditStylesAction.text=Editar estilos
+EncryptedMap.text=Novo mapa protegido (criptografado)...
+EncryptedMap.tooltip=Novo mapa protegido
+enter_base_url=Vou colar os links relativos. Por favor informe a URL de base.
+enter_condition_name=Informe nome da nova condi\u00E7\u00E3o
+enter_confirms=&Enter Confirma
+enter_keyset_name=Informe o nome da tecla de atalho
+enter_map_url=Informe a URL do mapa
+enter_new_style_name=Informe o nome do novo estilo
+enter_node_id=Informe o ID do n\u00F3
+enter_zoom=Informe o zoom
+EnterPassword.text=Informe a palavra chave
+error=Erro
+error_applying_template=Erro aplicando template XSL.
+error_creating_directory=N\u00E3o foi poss\u00EDvel criar o diret\u00F3rio para exportar.
+error_in_template=Erros no modelo padr\u00E3o do mapa {0}. Tente remover o arquivo.
+errornumber={0} erros
+ExecuteScriptError.text=Erro executando o "script"\n{0}
+ExecuteScriptForAllNodes.text=Executar todos os "scripts"
+ExecuteScriptForSelectionAction.text=Executar "scripts" dos n\u00F3s selecionados
+ExecuteScriptOnSelectedNode.text=Executar {0} em todos os n\u00F3s selecionados
+ExecuteScriptOnSelectedNodeRecursively.text=Executar {0} nos n\u00F3s selecionados, recursivamente
+ExecuteScriptOnSingleNode.text=Executar {0} em um n\u00F3 selecionado
+ExecuteScripts.noScriptsAvailable=Nenhum dispon\u00EDvel
+ExecuteScripts.text=Scripts
+ExecuteScriptSecurityError.text=Um erro ocorreu durante a execu\u00E7\u00E3o do "script": {0}
+export_failed=A exporta\u00E7\u00E3o falhou
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Exporta\u00E7\u00E3o de arquivo freeplane
+ExportAction.text=&Exportar mapa
+ExportBranchAction.text=Mover galho para um novo mapa...
+ExportBranchToHTMLAction.text=Galho como HTML
+exported_file={0} arquivos
+ExportPdf.text=PDF
+ExportSvg.text=SVG
+ExportToHTMLAction.text=HTML
+ExportToImage.jpg.text=JPEG
+ExportToImage.png.text=PNG
+ExportToOoWriter.text=Documento Open Office Writer...
+ExportToOoWriter.tooltip=N\u00F3s expandidos formam a estrutura, n\u00F3s contra\u00EDdos formam o conte\u00FAdo do documento.
+extension_menu=Estilo f\u00EDsico
+ExternalImage_popupMenu_Change=Mudar...
+ExternalImage_popupMenu_Open=Abrir em visualizador
+ExternalImage_popupMenu_Remove=Remover
+ExternalImage_popupMenu_ResetZoom=Desligar zoom
+ExternalImageAddAction.text=Adicionar imagem...
+ExternalImageChangeAction.text=Mudar imagem...
+ExternalImageRemoveAction.text=Remover imagem
+ExtractLinkFromTextAction.text=Converter link de dentro de texto
+ExtractLinkFromTextAction.tooltip=Definir hiperlink de um endere\u00E7o dentro do texto do n\u00F3
+f_button_unassigned=<Sem a\u00E7\u00E3o>
+FaqOpenURLAction.text=Perguntas feitas frequentemente
+file=&Arquivo
+file_already_exists=O arquivo {0} j\u00E1 existe. Voc\u00EA quer escrever por cima dele?
+file_not_found=Arquivo {0} n\u00E3o encontrado
+FileListFlavorHandler=Lins para arquivos
+FileProperties_BranchLeafCount=N\u00FAmero de n\u00F3s-folhas num galho selecionado:
+FileProperties_BranchNodeCount=N\u00FAmero de n\u00F3s num galho selecionado:
+FileProperties_ChangesSinceLastSave=Altera\u00E7\u00F5es desde a \u00FAltima vez que foi salvo:
+FileProperties_FileName=Nome do arquivo:
+FileProperties_FileSaved=Arquivo salvo:
+FileProperties_FileSize=Tamanho do arquivo:
+FileProperties_MainBranchCount=N\u00FAmero de galhos principais:
+FileProperties_NeverSaved=Nunca foi salvo
+FileProperties_NodeChildCount=N\u00FAmero de crian\u00E7as dos n\u00F3s selecionados:
+FileProperties_NodeSelectionCount=N\u00FAmero de n\u00F3s selecionados:
+FileProperties_TotalFilteredCount=N\u00FAmero de n\u00F3s que satisfazem o filtro:
+FileProperties_TotalLeafCount=N\u00FAmero total de n\u00F3s-folhas:
+FileProperties_TotalNodeCount=N\u00FAmero total de n\u00F3s:
+FilePropertiesAction.text=Estat\u00EDsticas do mapa...
+FileRevisionsDialog.cancel=&Cancelar
+FileRevisionsDialog.file_last_modified=Protocolo
+FileRevisionsDialog.file_name=Arquivo
+FileRevisionsDialog.open=&Abrir
+FileRevisionsDialog.open.tooltip=Abrir arquivo mesmo que ele esteja fora da data
+FileRevisionsDialog.question=Revis\u00F5es encontradas de {0}
+FileRevisionsDialog.restore=Restaurar
+FileRevisionsDialog.restore.tooltip=Trocar {0} por {1}
+FileRevisionsDialog.title=Revis\u00F5es do arquivo
+filter=Filtrar
+filter_add=Adicionar
+filter_and=E
+filter_any_text=Principal, detalhes ou nota
+filter_conditions=Filtros
+filter_contains=Cont\u00E9m
+filter_created_after=Criado ap\u00F3s
+filter_created_before=Criado antes
+filter_delete=Deletar
+filter_details=Detalhes
+filter_dialog=Composi\u00E7\u00E3o de filtros
+filter_does_not_exist=N\u00E3o existe
+filter_edit_description=Editar lista de filtros
+filter_enter_value=Digite o valor
+filter_even_level=N\u00F3 de n\u00EDvel \u00EDmpar
+filter_exist=Existe
+filter_icon=\u00CDcone
+filter_is_equal_to=\u00C9 igual a
+filter_is_not_equal_to=N\u00E3o \u00E9 igual a
+filter_leaf=N\u00F3 folha
+filter_link=Hiperlink
+filter_match_approximately=&Aproximado
+filter_match_approximately_tooltip=<html>Se for permitido acerto aproximado,<br/>i.e. buscar por 'lou\u00E7a' pode trazer 'louca'.</html>
+filter_match_case=Considerar $letras mai\u00FAsculas/min\u00FAsculas ou n\u00E3o
+filter_match_case_tooltip=Se se deve considerar letra mai\u00FAscula/min\u00FAscula na busca.
+filter_modified_after=Modificado ap\u00F3s
+filter_modified_before=Modificado antes
+filter_no_filtering=Sem filtragem
+filter_node=N\u00F3 de texto
+filter_node_level=N\u00EDvel do n\u00F3
+filter_not=N\u00E3o
+filter_note=Nota
+filter_odd_level=N\u00F3 de n\u00EDvel par
+filter_or=Ou
+filter_parent=Texto do pai
+filter_periodic_level=Peri\u00F3dico
+filter_priority=Prioridade
+filter_regexp_matches=Buscar regexp
+filter_reminder=Lembrete
+filter_reminder_after=Programado depois
+filter_reminder_before=Programado antes
+filter_reminder_executed=J\u00E1 iniciado
+filter_reminder_later=Programado mais tarde
+filter_root=N\u00F3 raiz
+filter_script='Script' de filtro
+filter_select=Selecionar
+filter_selected_node_view=N\u00F3s selecionados no momento
+filter_selected_node_view_snapshot=Sele\u00E7\u00E3o salva
+filter_style=Estilo
+filter_time=Filtro de data
+FilterComposerDialog.save=Salvar
+filters_not_loaded=Filtro n\u00E3o pode ser carregado; arquivo corrompido
+find_what=Procurar o qu\u00EA
+FindAction.text=Procurar...
+FirstGroupNodeAction.text=N\u00F3 resumo (come\u00E7o de grupo)
+fit_map_to_page=&Ajustar para uma p\u00E1gina
+fit_map_to_page_height=Ajustar &altura para uma p\u00E1gina
+fit_map_to_page_width=Ajustar &largura para uma p\u00E1gina
+FitToPage.text=Amplia para &caber na p\u00E1gina
+FitToPage.tooltip=Ajusta a amplia\u00E7\u00E3o de modo que o mapa todo caiba na janela atual.
+fold=Contrair
+FoldAllAction.text=Contrai todos
+FoldAllAction.tooltip=<html>Contrai o n\u00F3 selecionado e todos os seus filhos.</html>
+FoldOneLevelAction.text=Contrai um n\u00EDvel
+FoldOneLevelAction.tooltip=<html>Contrai os n\u00F3s selecionados um n\u00EDvel.</html>
+follow_graphical_link=Ir para:
+FollowLinkAction.text=Seguir link
+font=Fonte
+FontFamilyAction.text=fam\u00EDlia da fonte
+FontSizeAction.text=tamanho da fonte
+format_invalid_pattern=N\u00E3o \u00E9 um padr\u00E3o v\u00E1lido
+format_menu_cloud_shapes=Adicionar nuvem ou mudar estilo
+format_menu_edge_styles=Estilo da bordas
+format_menu_edge_widths=Largura da bordas
+format_panel=Formatar
+FormatCopy.text=Copia a formata\u00E7\u00E3o
+FormatCopy.tooltip=<html>Copia a formata\u00E7\u00E3o de um n\u00F3.</html>
+FormatPaste.text=Cola formata\u00E7\u00E3o
+FormatPaste.tooltip=<html>Cola a formata\u00E7\u00E3o de um n\u00F3.</html>
+formats_not_loaded=Formatos n\u00E3o puderam ser carregados; arquivos corrompidos
+formula.error.attributeValueIsNull=Valor do atributo "{0}" \u00E9 nulo depois da avalia\u00E7\u00E3o.
+formula.error.circularReference=Refer\u00EAncia circular: A f\u00F3rmula no n\u00F3 "{0}" referencia a si mesmo.
+formula.EvaluateAllAction.text=Avalia todos
+formula.EvaluateAllAction.tooltip=Avaliar todas as f\u00F3rmulas do mapa atual
+formula.menuname=F\u00F3rmulas
+formula_editor=Editar f\u00F3rmula
+ForwardAction.text=Ir em frente
+ForwardAction.tooltip=Pula para frente para cadeia selecionada
+FreeNodeAction.text=N\u00F3 posicionado livremente (ligar/desligar)
+Freeplane.progress.buildScreen=Construindo telas...
+Freeplane.progress.createController=Criando controlador...
+Freeplane.progress.createInitialMode=Criando modo inicial...
+Freeplane.progress.endStartup=Fim da inicializa\u00E7\u00E3o.
+Freeplane.progress.gettingPreferenceDirectories=Obtendo diret\u00F3rios de prefer\u00EAncias...
+Freeplane.progress.gettingPreferences=Obtendo prefer\u00EAncias...
+Freeplane.progress.loadMaps=Carregando mapas...
+Freeplane.progress.propagateLookAndFeel=Propagando apar\u00EAncia...
+Freeplane.progress.settingPreferences=Definindo prefer\u00EAncias...
+Freeplane.progress.startCreateController=Inicializando controlador de cria\u00E7\u00E3o...
+Freeplane.progress.updateLookAndFeel=Atualizando apar\u00EAncia...
+freeplane_reverted=Freeplane_Revertido_
+FreeplaneHelpStarter.text=Ajuda...
+FreeplaneHelpStarter.tooltip=Ajuda ampliada do Freeplane
+GotoLinkNodeAction.text=Vai para o link
+GotoNodeAction.text=Ir para n\u00F3 com ID...
+GrabKeyDialog.common.cancel=Cancelar
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Atribu\u00EDdo para
+GrabKeyDialog.grab-key.assigned-to.none=Atualmente n\u00E3o atribu\u00EDdo
+GrabKeyDialog.grab-key.clear=Limpar
+GrabKeyDialog.grab-key.remove=Remover
+GrabKeyDialog.grab-key.remove-ask=Voc\u00EA est\u00E1 seguro que deseja remover esta tecla de atalho?
+GrabKeyDialog.grab-key.title=Digite nova tecla
+green=Verde
+help=&Ajuda
+HideableAction.tooltip=<html>Marca o fundo de cada n\u00F3 alterado.</html>
+HideAllAttributesAction.text=Esconder todos os atributos
+HierarchicalIcons2Action.text=Mostrar a intersec\u00E7\u00E3o entre os \u00EDcones dos filhos
+HierarchicalIconsAction.text=Mostra os \u00EDcones hierarquicamente
+HierarchicalIconsAction.tooltip=Se um dos meus filhos (netos) tem um \u00EDcone, eu mostrarei este \u00EDcone pequeno tamb\u00E9m.
+hot_keys=Teclas de atalho
+hot_keys_table=Tabela de teclas de atalho
+HotKeyInfoAction.text=Tecla de refer\u00EAncia
+html_export_based_on_headings=Exportar HTML - Baseado nos cabe\u00E7alhos
+html_export_fold_all=Exportar HTML - Todos os enlaces
+html_export_fold_currently_folded=Exportar HTML - Sem expandir os enlaces
+html_export_no_folding=Exportar HTML - Sem enlace
+html_problem=<html>N\u00E3o \u00E9 poss\u00EDvel tornar em HTML<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Adi\u00E7\u00E3o
+icon_attach=Veja aqui
+icon_audio=Audio
+icon_back=Voltar
+icon_bee=Freeplane[translate me]
+icon_bell=Lembrar
+icon_bookmark=Excelente
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Cancelar
+icon_button_ok=OK
+icon_calendar=Data
+icon_checked=Testado
+icon_clanbomber=Perigoso
+icon_clock=Tempo
+icon_clock2=Lembrete
+icon_closed=Nenhuma entrada
+icon_decrypted=Destravado
+icon_desktop_new=N\u00E3o Esque\u00E7a
+icon_division=Divis\u00E3o
+icon_down=Abaixo
+icon_edit=Refinar
+icon_encrypted=Travado
+icon_executable=Execut\u00E1vel
+icon_family=Fam\u00EDlia
+icon_fema=Macho & f\u00EAmea
+icon_female1=F\u00EAmea1
+icon_female2=F\u00EAmea2
+icon_females=F\u00EAmeas
+icon_flag=Bandeira vermelha
+icon_flag-black=Bandeira preta
+icon_flag-blue=Bandeira azul
+icon_flag-green=Bandeira verde
+icon_flag-orange=Bandeira laranja
+icon_flag-pink=Bandeira rosa
+icon_flag-yellow=Bandeira amarela
+icon_folder=Pasta
+icon_forward=Para frente
+icon_freemind_butterfly=FreeMind
+icon_full-0=Prioridade 0
+icon_full-1=Prioridade 1
+icon_full-2=Prioridade 2
+icon_full-3=Prioridade 3
+icon_full-4=Prioridade 4
+icon_full-5=Prioridade 5
+icon_full-6=Prioridade 6
+icon_full-7=Prioridade 7
+icon_full-8=Prioridade 8
+icon_full-9=Prioridade 9
+icon_go=Luz de tr\u00E2nsito verde
+icon_gohome=Casa
+icon_group=Grupo
+icon_help=Pergunta
+icon_hourglass=Aguardando
+icon_icon_not_found=\u00CDcone n\u00E3o encontrado
+icon_idea=Id\u00E9ia
+icon_image=Imagem
+icon_info=Informa\u00E7\u00E3o
+icon_internet=Internet
+icon_internet_warning=Aviso de internet
+icon_kaddressbook=Telefone
+icon_kmail=E-Mail
+icon_knotify=M\u00FAsica
+icon_korn=Caixa de correio
+icon_ksmiletris=Estou feliz
+icon_launch=Lan\u00E7ar
+icon_licq=Legal
+icon_list=Lista
+icon_Mail=Correio
+icon_male1=Macho1
+icon_male2=Macho2
+icon_males=Machos
+icon_menu=\u00CDcones
+icon_messagebox_warning=Importante
+icon_mindmap=Mapa mental
+icon_multiplication=Multiplica\u00E7\u00E3o
+icon_narrative=Narrativa
+icon_negative=Negativa
+icon_neutral=Neutro
+icon_password=Senha
+icon_pencil=Deve ser melhorado
+icon_penguin=Linux
+icon_positive=Positivo
+icon_prepare=Luz de tr\u00E3nsito amarela
+icon_revision=Revis\u00E3o
+icon_smiley-angry=Zangado
+icon_smiley-neutral=Sem mem\u00F3ria
+icon_smiley-oh=Surpreendente
+icon_smily_bad=N\u00E3o \u00E9 engra\u00E7ado
+icon_stop=Luz de tr\u00E3nsito vermelha
+icon_stop-sign=Pare
+icon_subtraction=Subtra\u00E7\u00E3o
+icon_unchecked=N\u00E3o testado
+icon_up=Acima
+icon_user_icon=\u00CDcones do usu\u00E1rio
+icon_very_negative=Muito negativo
+icon_very_positive=Muito positivo
+icon_video=V\u00EDdeo
+icon_wizard=M\u00E1gica
+icon_xmag=Para ser discutido
+icon_yes=Importante
+IconGroupPopupAction.arrows.text=Setas
+IconGroupPopupAction.docs_folders.text=Pastas & documentos
+IconGroupPopupAction.flags.text=Bandeiras
+IconGroupPopupAction.math.text=Matem\u00E1tica
+IconGroupPopupAction.media.text=M\u00E9dia
+IconGroupPopupAction.miscellaneous.text=Miscel\u00E2nea
+IconGroupPopupAction.nature.text=Natural
+IconGroupPopupAction.numbers.text=N\u00FAmeros
+IconGroupPopupAction.office.text=Escrit\u00F3rio
+IconGroupPopupAction.people.text=Pessoas
+IconGroupPopupAction.rating.text=Classifica\u00E7\u00E3o
+IconGroupPopupAction.signs.text=Sinais
+IconGroupPopupAction.smiley.text=Sorridente
+IconGroupPopupAction.time.text=Tempo
+IconGroupPopupAction.user.text=\u00CDcones do usu\u00E1rio
+IconProgressExtended10Action.text=Progresso extendido em 10%
+IconProgressExtended10Action.tooltip=<html>Adiciona uma indica\u00E7\u00E3o de progresso que \u00E9 incrementada a cada 10% ao se dar um duplo clique no bot\u00E3o esquerdo.<br>Control + duplo clique no bot\u00E3o esquerdo, diminui/remove ela.</html>
+IconProgressExtended25Action.text=Progresso extendido em 25%
+IconProgressExtended25Action.tooltip=<html>Adiciona uma indica\u00E7\u00E3o de progresso que \u00E9 acrescida de 25% quando h\u00E1 um duplo clique no bot\u00E3o esquerdo.<br> Control + duplo clique no bot\u00E3o esquerdo diminui/remove ela.</html>
+IconProgressIconDownAction.text=Redu\u00E7\u00E3o do progresso
+IconProgressIconDownAction.tooltip=Diminui/insere/remove os \u00EDcones de progresso (100% -> 75% -> 50% -> 25% -> 0% -> remover).
+IconProgressIconUpAction.text=Progresso aumentando
+IconProgressIconUpAction.tooltip=Aumenta/insere \u00EDcones de progresso (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Remover progresso
+IconProgressRemoveAction.tooltip=Remove \u00EDcones de progresso e de progresso extendido.
+IconSelectionPlugin.text=Selecionar \u00EDcone...
+IconSelectionPlugin.tooltip=<html>Aqui voc\u00EA pode selecionar um \u00EDcone usando uma janela.</html>
+image_covertLink=Converte link em imagem
+ImageFlavorHandler=Imagem (use arquivo separado)
+import=Importar
+import_linked_branch_no_link=O n\u00F3 selecionado n\u00E3o tem nenhum link para ser importado.
+ImportAction.text=Importar
+ImportBranchAction.text=Galho...
+ImportExplorerFavoritesAction.text=Favoritos IE...
+ImportFolderStructureAction.text=Estrutura de pastas...
+ImportLinkedBranchAction.text=Galhos referenciados
+ImportLinkedBranchWithoutRootAction.text=(Galhos referenciados) Sem ra\u00EDz...
+ImportMindmanagerFiles.text=MindManager X5 Map...
+increase_branch_font_size=Fonte maior
+IncreaseNodeFontAction.text=Fonte maior
+internal_error_tooltip=Ocorreram erros internos. Clique para abrir o \u00FAltimo arquivo de registros log.0 para mais informa\u00E7\u00F5es .
+invalid_export_file=Nome do arquivo de exporta\u00E7\u00E3o inv\u00E1lido
+invalid_file_msg=N\u00E3o foi poss\u00EDvel encontrar arquivo para {0}
+invalid_uri=URI [0} inv\u00E1lida
+invalid_url=N\u00E3o foi poss\u00EDve3l criar uma URL v\u00E1lida
+invalid_url_msg=N\u00E3o foi poss\u00EDvel criar uma URL v\u00E1lida para {0}
+ItalicAction.text=It\u00E1lica
+italicise_branch=It\u00E1lico
+java_version=Vers\u00E3o do java: {0}
+JoinNodesAction.text=Unir n\u00F3s
+LatexDeleteLatexAction.text=Remover f\u00F3rmula LaTeX
+LatexEditLatexAction.text=Editar f\u00F3rmula &LaTeX...
+LatexInsertLatexAction.text=Adicionar f\u00F3rmula LaTeX...
+less_than_two_selected_nodes=\u00C9 preciso selecionar ao menos dois n\u00F3s para estabelecer um link.
+license=Licen\u00E7a: GPL 2 ou posterior
+license_text=<html>Esse programa \u00E9 um software livre; voc\u00EA pode redistribu\u00ED-lo e/ou<br>modific\u00E1-lo sob os termos da GNU - Licen\u00E7a P\u00FAblica Geral<br>como publicado pela Funda\u00E7\u00E3o do Software Livre; mesmo a vers\u00E3o 2<br>da licen\u00E7a, ou(em sua opini\u00E3o) qualquer vers\u00E3o posterior.<br><br>Esse programa \u00E9 distribu\u00EDdo com a esperan\u00E7a de ser \u00FAtil,<br> mas SEM NENHUMA GARANTIA; sem mesmo a garantia impl\u00EDcita de<br>COMERCIALIZA\u00C7\u00C3O ou AJUSTE PARA UM PROP\u00D3SITO PARTICULA.  Veja a See the<br>GNU - Licen\u00E7a P\u00FAblica Geral para mais detalhes.<br><br>Voc\u00EA deveria ter recebido uma c\u00F3pia da GNU - Licen\u00E7a P\u00FAblica Geral<br>juntamente com esse programa; caso contr\u00E1rio, escreva para a Funda\u00E7\u00E3o<br>Software Livre Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Link incorreto "{0}" n\u00E3o carregada
+link_not_available_any_more=O link n\u00E3o \u00E9 mais v\u00E1lido. Um dos n\u00F3s foi apagado.
+link_not_found=Link {0} n\u00E3o encontrado.
+load=&Carregar
+load_accelerator_presets=Carregar
+LoadAcceleratorPresetsAction.textPatterns.text=Padr\u00F5es de texto
+locking_failed_by_open=Travamento do mapa {0} falhou. Abrindo somente para leitura.
+locking_failed_by_save_as=Travamento do mapa {0} falhou. A\u00E7\u00E3o de Salvar como abortada.
+locking_old_lock_removed=O Mapa {0} foi travado pelo usu\u00E1rio {1}. O travamento foi removido pois era antigo.
+long_node_changed_cancel=Voc\u00EA mudou o n\u00F3. Voc\u00EA quer descartar as mudan\u00E7as?
+long_node_changed_submit=Voc\u00EA mudou o n\u00F3. Voc\u00EA quer salvar as mudan\u00E7as?
+lots_of_links_warning=Voc\u00EA est\u00E1 para criar v\u00E1rios links para o mesmo n\u00F3. Voc\u00EA realmente quer criar esses links?
+main_resource_directory=Instala\u00E7\u00E3o de recursos: {0}
+MainView.errorUpdateText=Erro ao definir oo texto para a seguinte entrada: {0}.
+MakeLinkFromAnchorAction.text=Fa\u00E7a um link a partir da \u00E2ncora
+MakeLinkFromAnchorAction.tooltip=<html>Criar um link local ou global a partir<br/> da \u00E2ncora do n\u00F3 para o n\u00F3 selecionado</html>
+MakeLinkToAnchorAction.text=Faz um link para a \u00E2ncora
+MakeLinkToAnchorAction.tooltip=<html>Criar um link local ou global a partir<br/>do n\u00F3 selecionado para a \u00E2ncora do n\u00F3</html>
+ManageAddOnsAction.text=Adicionais
+ManageAddOnsDialog.activate=Ativar
+ManageAddOnsDialog.activation.success={0} ser\u00E1 ativado depois de reiniciar.
+ManageAddOnsDialog.authored.by=por {0}
+ManageAddOnsDialog.cannot.activate=N\u00E3o foi poss\u00EDvel ativar: {0} ainda est\u00E1 ativo.
+ManageAddOnsDialog.cannot.configure=N\u00E3o foi poss\u00EDvel configurar {0}.
+ManageAddOnsDialog.cannot.deactivate=N\u00E3o foi poss\u00EDvel desativar: {0} n\u00E3o est\u00E1 ativo.
+ManageAddOnsDialog.cannot.deinstall=N\u00E3o foi poss\u00EDvel desinstalar {0}.
+ManageAddOnsDialog.configure=Configurar
+ManageAddOnsDialog.deactivate=Desativar
+ManageAddOnsDialog.deactivation.success={0} ser\u00E1 desativado depois de um rein\u00EDcio.
+ManageAddOnsDialog.deinstall=Desinstalar
+ManageAddOnsDialog.deinstallation.success={0} ser\u00E1 desinstalado ap\u00F3s o rein\u00EDcio.
+ManageAddOnsDialog.error=Erro na instala\u00E7\u00E3o: {0}.
+ManageAddOnsDialog.install=$Instalar
+ManageAddOnsDialog.install.from.known.location=Instale o adicional a partir de um local conhecido
+ManageAddOnsDialog.install.tooltip=Insira a URL de um arquivo de instala\u00E7\u00E3o de adicionais aqui
+ManageAddOnsDialog.map.not.opened=Mapa {0} n\u00E3o parece estar aberto.
+ManageAddOnsDialog.really.deinstall=Desinstalar realmente {0}?
+ManageAddOnsDialog.search=Pesquisar adicionais
+ManageAddOnsDialog.search.file=Pesquisar
+ManageAddOnsDialog.select.tooltip=Selecionar arquivo
+ManageAddOnsDialog.status.downloading=Baixando arquivo...
+ManageAddOnsDialog.status.installing=Instalando adicional...
+ManageAddOnsDialog.status.success=Instalado com sucesso {0}.
+ManageAddOnsDialog.tab.install=Pesquisa e instala
+ManageAddOnsDialog.tab.install.tooltip=Pesquisa e instala novas adi\u00E7\u00F5es
+ManageAddOnsDialog.tab.manage=Adicionais
+ManageAddOnsDialog.tab.manage.themes=Temas
+ManageAddOnsDialog.tab.manage.themes.tooltip=Gerenciar temas instalados
+ManageAddOnsDialog.tab.manage.tooltip=Gerenciar adicionais instalados
+ManageAddOnsDialog.visit.addon.page=Visitar a p\u00E1gina do adicional...
+ManageConditionalStylesAction.text=&Gerenciar estilos condicionais para mapa
+ManageNodeConditionalStylesAction.text=&Gerenciar estilos condicionais para n\u00F3
+map_already_exists=Esse mapa j\u00E1 existe. Voc\u00EA gostaria de sobrescrev\u00EA-lo?
+map_corrupted=Mapa corrompido. Ver detalhes?
+map_load_error=N\u00E3o foi poss\u00EDvel carregar o mapa {0}
+map_locked_by_open=O Mapa {0} j\u00E1 est\u00E1 sendo editado por {1}. Abrindo somente para leitura.
+map_locked_by_save_as=O Mapa {0} j\u00E1 est\u00E1 sendo editado por {1}. A\u00E7\u00E3o de Salvar como abortada.
+map_not_saved=O mapa n\u00E3o foi salvo anteriormente.
+MapBackgroundColorAction.text=Cor de fundo do mapa
+MaxNodeWidth.text=Define a largura m\u00E1xima do n\u00F3
+menu_applyStyle=Aplicar estilo
+menu_attributes=&Atributos
+menu_clouds=Nuvens
+menu_copy=Copiar
+menu_coreFormat=O cora\u00E7\u00E3o do n\u00F3
+menu_details=Detalhes
+menu_displayAttributes=Atributos do n\u00F3
+menu_encryption=Prote\u00E7\u00E3o por palavra chave
+menu_error=Erro na estrutura de menu definida pelo usu\u00E1rio {0}.\n{1}\nAbortando
+menu_extensions=Extens\u00F5es do n\u00F3
+menu_extras=&Ferramentas
+menu_file_import=&Importar
+menu_filter=&Fitrar
+menu_format=&Formatar
+menu_group=Grupo do n\u00F3
+menu_hoverView=Dicas de ferramenta
+menu_iconByCategory=\u00CDcone por categoria...
+menu_iconView=\u00CDcones
+menu_image=Imagem
+menu_insert=&Inserir
+menu_latex_formula=F\u00F3rmula LaTeX
+menu_links=Link
+menu_manageStyles=&Gerenciar estilos
+menu_moveNode=Mover e organizar
+menu_navigate=&Navegar
+menu_newNode=Novo n\u00F3
+menu_node=N\u00F3
+menu_node_features=Caracter\u00EDsticas do n\u00F3
+menu_nodes=&N\u00F3
+menu_view=Visualizar
+mindmap=Mapa
+mindmaps=Mapas
+mindmaps_desc=Mapas (*.mm)
+mode_Browse=Browse Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Modo n\u00E3o dispon\u00EDvel
+mode_status=Modo trocado para modo {0}
+mode_title=Freeplane - Modo {0}
+modes=Modos
+ModesMenuAction.Browse.text=Map Browser[translate me]
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Arquivos mais recentes
+MoveToRootAction.text=Mover para raiz
+NavigationNextMapAction.text=Pr\u00F3ximo mapa
+NavigationPreviousMapAction.text=Mapa anterior
+new_mindmap=Novo mapa da mente
+new_node=Novo n\u00F3
+new_node_as_sibling_not_possible_for_the_root=Novo n\u00F3 irm\u00E3o, n\u00E3o \u00E9 poss\u00EDvel para o n\u00F3 ra\u00EDz.
+NewChildAction.text=Novo n\u00F3 filho
+NewMapAction.text=Novo
+NewParentNode.text=Novo n\u00F3 pai
+NewParentNode.tooltip=<html>Todos os selecionados s\u00E3o enviados para um novo pai.</html>
+NewPreviousSiblingAction.text=Novo n\u00F3 irm\u00E3o acima
+NewSiblingAction.text=Novo n\u00F3 irm\u00E3o abaixo
+no=N\u00E3o
+no_format_copy_before_format_paste=Voc\u00EA n\u00E3o pode colar uma formata\u00E7\u00E3o antes de ter copiado uma.
+no_found_from=<html>N\u00E3o foi encontrado <b>{0}</b> de <b>{1}</b>.
+no_more_found_from=<html>N\u00E3o foi encontrado mais nenhum <b>{0}</b> de <b>{1}</b>.
+no_previous_find=Sem busca anterior.
+node=N\u00F3
+node_changed_discard_changes=Voc\u00EA mudou o n\u00F3. Voc\u00EA quer descartar as mudan\u00E7as?
+node_location_help=Arrastar muda localizacao do n\u00F3, ctrl+arrastar muda distancia, duplo clique e ctrl+duplo clique reinicializam-os.
+NodeBackgroundColorAction.text=Cor de fundo do n\u00F3...
+NodeColorAction.text=Cor do n\u00F3...
+NodeColorBlendAction.text=Cor da mistura
+NodeDownAction.text=Descer o n\u00F3
+NodeListAction.text=Busca e substitui...
+NodeListAction.tooltip=Mostra todos os n\u00F3s como uma lista filtr\u00E1vel.
+NodeShapeAction.bubble.text=Bolha
+NodeShapeAction.fork.text=Ramificar
+NodeUpAction.text=Subir o n\u00F3
+nonboldify_branch=Retirar o negrito
+nonitalicise_branch=Retirar o it\u00E1lico
+normal=Normal
+not_saved_for_link_error=O mapa precisa ser salvo antes que voc\u00EA possa setar uma refer\u00EAncia pelo seletor de arquivos
+ok=OK
+OKAction.text=OK
+OpenAction.text=Abrir...
+OpenPathAction.text=Open File[translate me]
+option_changes_may_require_restart=Para ver os efeitos das mudan\u00E7as de configura\u00E7\u00E3o o Freeplane provavelmente dever\u00E1 ser reiniciado.
+OptionalDontShowMeAgainDialog.cancel=&N?o
+OptionalDontShowMeAgainDialog.dontShowAgain=&Nao me pergunte novamente.
+OptionalDontShowMeAgainDialog.ok=&Sim
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Lembre minha decis?o.
+OptionPanel.absolute=Absoluto
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Faz o layout autom\u00E1tico dos padr\u00F5es
+OptionPanel.antialias=Suaviza\u00E7\u00E3o
+OptionPanel.antialias.tooltip=<html>Determina a qualidade visual do mapa. Mais suaviza\u00E7\u00E3o precisa de mais tempo.</html>
+OptionPanel.antialias_all=Suaviza tudo
+OptionPanel.antialias_edges=Suaviza bordas
+OptionPanel.antialias_none=Sem suaviza\u00E7\u00E3o
+OptionPanel.Appearance=Apar\u00EAncia
+OptionPanel.ar=Ar
+OptionPanel.as_parent=Como o 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.Behaviour=Comportamento
+OptionPanel.bezier=bezier[translate me]
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.Cancel=Cancelar
+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.clear_all_setters.tooltip=Ativa ou desativa todas as indica\u00E7\u00F5es de mudan\u00E7a.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Combinedo
+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.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Padr\u00E3o
+OptionPanel.default_browser_command_mac=Comando padr\u00E3o para o browser no MacOS
+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_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
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Para o Windows (as aspas ("") s\u00E3o necess\u00E1rias para links que tem "=" em suas URLs).</html>
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=Padr\u00F5es
+OptionPanel.delete_automatic_saves_at_exit=Apaga grava\u00E7\u00F5es autom\u00E1ticas quando sair
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Caso voc\u00EA deseje que as grava\u00E7\u00F5es autom\u00E1ticas sejam apagadas quando o Freeplane for desligado normalmente, selecione esta caixa de di\u00E1logo.</html>
+OptionPanel.delete_nodes_without_question=Remover sem confirma??o?
+OptionPanel.delete_nodes_without_question.tooltip=Se esta op??o for escolhida os n\u00F3s serao removidos sem confirma??o. isto pode causar perda de informa??o se pressionada sem inten??o.
+OptionPanel.disable_cursor_move_paper=Desabilita cursor de movimenta\u00E7\u00E3o da tela
+OptionPanel.disable_cursor_move_paper.tooltip=<html>N\u00E3o mostra o cursor de 'mover' enquanto est\u00E1 movendo a figura</html>
+OptionPanel.edgecolor=Cor da borda
+OptionPanel.edgecolor.tooltip=Propriedade da borda do n\u00F3 pai (tamb\u00E9m ser\u00E1 aplicada a todos os n\u00F3s filhos)
+OptionPanel.edgestyle=Estilo da borda
+OptionPanel.edgestyle.tooltip=Propriedade da borda do n\u00F3 pai (tamb\u00E9m ser\u00E1 aplicada a todos os n\u00F3s filhos)
+OptionPanel.edgewidth=Largura da borda
+OptionPanel.edgewidth.tooltip=Propriedade da borda do n\u00F3 pai (tamb\u00E9m ser\u00E1 aplicada a todos os n\u00F3s filhos)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Enter confirma por padr\u00E3o
+OptionPanel.el__max_default_window_height=Altura padr\u00E3o m\u00E1xima da janela
+OptionPanel.el__max_default_window_width=Largura padr\u00E3o m\u00E1xima da janela
+OptionPanel.el__min_default_window_height=Altura padr\u00E3o m\u00EDnima da janela
+OptionPanel.el__min_default_window_width=Largura padr\u00E3o m\u00EDnima da janela
+OptionPanel.el__position_window_below_node=Posiciona janela abaixo do n\u00F3
+OptionPanel.en=En
+OptionPanel.Environment=Ambiente
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.execute_scripts_without_asking=Scripts devem ser executados sem confirmacao?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Scripts Freeplane sao capazes de executar qualquer acao em seu computador. <br>Desta forma, voc\u00EA nao deve executar scripts que voc\u00EA nao tenha certeza que sejam seguros.</html>
+OptionPanel.experimental_file_locking_on=Travamento experimental de arquivo
+OptionPanel.experimental_file_locking_on.tooltip=<html> Recurso experimental</html>
+OptionPanel.export_icons_in_html=Exporta \u00EDcones para HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
+OptionPanel.Files=Arquivos
+OptionPanel.first=Primeiro
+OptionPanel.foldingsymbolwidth=Largura do s\u00EDmbolo de contra\u00EDdo
+OptionPanel.foldingsymbolwidth.tooltip=<html>Largura do s\u00EDmbolo de marca\u00E7\u00E3o de galho contra\u00EDdo</html>
+OptionPanel.fork=Fork[translate me]
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl
+OptionPanel.gtk=Gtk
+OptionPanel.horizontal=horizontal[translate me]
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Baseado nos cabe\u00E7alhos
+OptionPanel.html_export_fold_all=Contrai todos
+OptionPanel.html_export_fold_currently_folded=Contra\u00ED os atualmente contra\u00EDdos
+OptionPanel.html_export_folding=Exporta os contra\u00EDdos para HTML
+OptionPanel.html_export_no_folding=Sem enlaces
+OptionPanel.hu=Hu
+OptionPanel.icon=\u00CDcone
+OptionPanel.icon.tooltip=Se aplicado, o n\u00F3 ter\u00E1 exatamente este \u00EDcone.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Teclas de atalhoo
+OptionPanel.ko=Kr
+OptionPanel.label_font_family=Font Family[translate me]
+OptionPanel.label_font_size=Tamanho da fonte
+OptionPanel.language=Idioma
+OptionPanel.language.tooltip=<html>Este \u00E9 o idioma que ser\u00E1 utilizado no programa. 'automatico' tenta carregar a linguagem atual do usu\u00E1rio. </html>
+OptionPanel.last=\u00DAltimo
+OptionPanel.last_opened_list_length=Comprimento da lista de arquivos abertos recentemente
+OptionPanel.linear=linear[translate me]
+OptionPanel.links=Links
+OptionPanel.links.tooltip=<html>Define os links como relativos ou absolutos </html>
+OptionPanel.load_last_map=Abre o \u00FAltimo mapa automaticamente.
+OptionPanel.load_last_map.tooltip=<html>Caso selecionado, quando o Freeplane inicializar ele ir\u00E1 abrir automaticamente o \u00FAltimo mapa aberto.</html>
+OptionPanel.lookandfeel=Look and Feel
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Largura m\u00E1xima do n\u00F3
+OptionPanel.max_node_width.tooltip=<html>A largura m\u00E1xima do n\u00F3 em pixels</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Cor de fundo do n\u00F3
+OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodecolor=Cor do n\u00F3
+OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodefontbold=Negrito
+OptionPanel.nodefontitalic=It\u00E1lico
+OptionPanel.nodefontname=Fonte do n\u00F3
+OptionPanel.nodefontsize=Fonte do n\u00F3
+OptionPanel.nodeshape=Estilo do n\u00F3
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=Texto do n\u00F3
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=Nenhum
+OptionPanel.number_of_different_files_for_automatic_save=N\u00FAmero de arquivos diferentes para salvamento autom\u00E1tico
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> N\u00FAmero de arquivos diferentes para armazenar os mapas. Quando for realizado este n\u00FAmero de grava\u00E7\u00F5es autom\u00E1ticas o primeiro arquivo gravada ser\u00E1 regravado com o mapa mais recente e o ciclo se reinicia.</html>
+OptionPanel.OK=Salvar
+OptionPanel.patternname=Nome
+OptionPanel.patternname.tooltip=Nome \u00FAnico de padr\u00E3o
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Posi\u00E7\u00E3o dos novos galhos
+OptionPanel.placenewbranches.tooltip=<html>Onde posicionar os novos galhos. Valores v\u00E1lidos s\u00E3o 'primeiro' e '\u00FAltimo' </html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Relativo
+OptionPanel.ru=Ru
+OptionPanel.selection_method=M\u00E9todo de sele\u00E7\u00E3o
+OptionPanel.selection_method.tooltip=<html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
+OptionPanel.selection_method_by_click=Por clique
+OptionPanel.selection_method_delayed=Atrasado
+OptionPanel.selection_method_direct=Direto
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Padr\u00F5es
+OptionPanel.separator.anti_alias=Suaviza\u00E7\u00E3o
+OptionPanel.separator.attributes=Atributos
+OptionPanel.separator.automatic_save=Salvar autom\u00E1tico
+OptionPanel.separator.behaviour=Comportamento
+OptionPanel.separator.browser=Browser
+OptionPanel.separator.CloudControls=Clouds[translate me]
+OptionPanel.separator.commands_for_the_program=Comandos para o programa
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Cores padr\u00E3o
+OptionPanel.separator.default_fonts=Fontes padr\u00E3o
+OptionPanel.separator.default_styles=Estilos padr\u00E3o
+OptionPanel.separator.EdgeControls=Bordas
+OptionPanel.separator.edit_long_node_window=Janela de edi\u00E7\u00E3o de n\u00F3s longos
+OptionPanel.separator.files=Arquivos
+OptionPanel.separator.General=Geral
+OptionPanel.separator.html_export=Exportar para HTML
+OptionPanel.separator.hyperlink_types=Tipos de links
+OptionPanel.separator.icon_properties=\u00CDcones
+OptionPanel.separator.initial_map_size=Tamanho inicial do mapa
+OptionPanel.separator.key_typing=Digita\u00E7\u00E3o
+OptionPanel.separator.language=Idioma
+OptionPanel.separator.look_and_feel=Look and Feel
+OptionPanel.separator.mouse_wheel=Roda do mouse
+OptionPanel.separator.new_node_commands=Comandos de cria\u00E7\u00E3o de n\u00F3s
+OptionPanel.separator.node_editing_commands=Comandos de edi\u00E7\u00E3o de n\u00F3s
+OptionPanel.separator.node_navigation_commands=Comandos de navega\u00E7\u00E3o nos n\u00F3s
+OptionPanel.separator.NodeColors=Cor do n\u00F3s
+OptionPanel.separator.NodeFont=Fonte do n\u00F3
+OptionPanel.separator.notifications=Confirma??es
+OptionPanel.separator.other_defaults=Outros padr\u00E3o
+OptionPanel.separator.others=Outras teclas de atalho
+OptionPanel.separator.patterns=Padr\u00F5es
+OptionPanel.separator.save=Salvar
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=M\u00E9todo de sele\u00E7\u00E3o
+OptionPanel.separator.undo=Desfazer
+OptionPanel.set_property_text=Mudar
+OptionPanel.set_property_text.tooltip=Vazio:N\u00E3o toque; Menos: Remove a propriedade (define valores padr\u00E3o); Mais:Altera propriedade
+OptionPanel.sharp_bezier=bezier "afiado"
+OptionPanel.sharp_linear=linear "afiado"
+OptionPanel.show_icon_for_attributes=Mostra \u00EDcones para atributos
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Cor padr\u00E3o do fundo
+OptionPanel.standardbackgroundcolor.tooltip=<html>A cor padr\u00E3o do fundo em nota\u00E7\u00E3o HTML </html>
+OptionPanel.standardcloudcolor=Cor padr\u00E3o da nuvem
+OptionPanel.standardcloudcolor.tooltip=<html>A cor padr\u00E3o da nuvem em nota\u00E7\u00E3o HTML </html>
+OptionPanel.standardcloudestyle=Estilo padr\u00E3o da nuvem
+OptionPanel.standardcloudestyle.tooltip=<html>O estilo padr\u00E3o da nuvem. No momento apenas 'bezier' \u00E9 suportado</html>
+OptionPanel.standardlinkcolor=Cor padr\u00E3o do link
+OptionPanel.standardlinkcolor.tooltip=<html>A cor padr\u00E3o do link em nota\u00E7\u00E3o HTML </html>
+OptionPanel.standardlinkestyle=Estilo padr\u00E3o do link
+OptionPanel.standardlinkestyle.tooltip=<html>O estilo padr\u00E3o do link. No momento apenas 'bezier' \u00E9 suportado</html>
+OptionPanel.standardselectednodecolor=Cor padr\u00E3o do n\u00F3 selecionado
+OptionPanel.standardselectednodecolor.tooltip=<html>A cor padr\u00E3o dos n\u00F3s selecionados. Em nota\u00E7\u00E3o HTML (#RRGGBB em valores hexadecimais) </html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Per\u00EDodo de salvamento autom\u00E1tico
+OptionPanel.time_for_automatic_save.tooltip=<html> tempo entre duas grava\u00E7\u00F5es autom\u00E1ticas consectivas (em ms). Para desativar a grava\u00E7\u00E3o autom\u00E1tica, defina este n\u00FAmero como 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tempo para sele\u00E7\u00E3o retardada
+OptionPanel.time_for_delayed_selection.tooltip=<html> Tempo at\u00E9 que o n\u00F3 sobre o qual o <it>mouse</it> est\u00E1 seja selecionado automaticamente (em milisegundos). Altere este valor para um caso se deseje sele\u00E7\u00E3o instantanea.</html>
+OptionPanel.toolTipManager.max_tooltip_width=Largura da dica de ferramenta
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>A largura padr\u00E3o da dica de ferramenta em pixels.</html>
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Fonte n\u00E3o definida
+OptionPanel.undo_levels=N\u00EDveis de desfazer
+OptionPanel.undo_levels.tooltip=<html>Determina quantos n\u00EDveis podem ser defeitos com o "Desfazer".</html>
+OptionPanel.use_tabbed_pane=Usar abas
+OptionPanel.use_tabbed_pane.tooltip=Se selecionado os mapas sao mostrados em abas (como no FireFox :-) ).
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Velocidade
+OptionPanel.wheel_velocity.tooltip=Um valor mais alto resulta em um efeito mais r\u00E1pido ao se mover a roda do mouse sobre o mapa.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Configurar p\u00E1gina...
+PasteAction.text=Colar
+PatternNewNameProperty=Novo padr\u00E3o
+PatternToString.backgroundColor=Cor de fundo
+PatternToString.color=Cores
+PatternToString.EdgeColor=Edge Color[translate me]
+PatternToString.EdgeStyle=Estilo da borda
+PatternToString.EdgeWidth=largura da borda
+PatternToString.FontBold=Negrito
+PatternToString.Icon=\u00CDcone
+PatternToString.NodeFontSize=Tamanho da fonte
+plugins/ScriptEditor.exit=Sair
+plugins/ScriptEditor.menu_actions=A\u00E7\u00F5es
+plugins/ScriptEditor.new_script=New Script[translate me]
+plugins/ScriptEditor.run=Executar
+plugins/ScriptEditor/window.Result=Resultado:
+plugins/ScriptEditor/window.title=Editor de scripts
+plugins/TimeList.xml_Created=Criado
+plugins/TimeList.xml_Date=Data
+plugins/TimeList.xml_Icons=\u00CDcones
+plugins/TimeList.xml_Modified=Modificado
+plugins/TimeList.xml_Notes=Notas
+plugins/TimeList.xml_Text=Texto
+plugins/TimeManagement.xml_appendButton=Anexa a data ao n\u00F3 selecionado
+plugins/TimeManagement.xml_Cancel=Cancelar
+plugins/TimeManagement.xml_cancelButton=Cancelar
+plugins/TimeManagement.xml_closeButton=Fechar
+plugins/TimeManagement.xml_Export=Exportar n\u00F3s selecionados
+plugins/TimeManagement.xml_Find=Buscar
+plugins/TimeManagement.xml_Goto=Ir para
+plugins/TimeManagement.xml_hour=Hora:
+plugins/TimeManagement.xml_menu_actions=A\u00E7\u00F5es
+plugins/TimeManagement.xml_minute=Minuto:
+plugins/TimeManagement.xml_reminderButton=Lembre-me nesta data
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Currently, there may only be one reminder per node. <br>The current remnider is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Alarme agendado para {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Remove alarme
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Remove todos os alarmes associados aos n\u00F3s selecionados.
+plugins/TimeManagement.xml_Replace=Substituir
+plugins/TimeManagement.xml_Replace_All=Substituir todos
+plugins/TimeManagement.xml_Replace_Selected=Substituir selecionados
+plugins/TimeManagement.xml_Select=Selecionar
+plugins/TimeManagement.xml_todayButton=Hoje
+plugins/TimeManagement.xml_WindowTitle=Gerenciamento de tempo
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Busca & substitui
+preferences=Prefer\u00EAncias
+PrintAction.text=Imprimir...
+PrintDirectAction.text=Imprimir
+printing_settings=Escala de impress\u00E3o
+PrintPreviewAction.text=Imprimir preview...
+PropertyAction.dialog=Preferences[translate me]
+PropertyAction.text=Prefer\u00EAncias ...
+QuitAction.text=Sair
+read_only=Apenas para leitura
+really_convert_to_current_version=<html>Este mapa foi criado com uma versao anterior do Freeplane. <br>Voc\u00EA deseja converter (recomendado)? <br>(De outra forma ele sera lido como ele esta sem garantia.) </html>
+really_execute_script=Voc\u00EA deseja mesmo executar  os scripts incluidos neste mapa? E possivel que eles prejudiquem seu computador.
+really_remove_node=Deseja mesmo remover n\u00F3(s)?
+RedoAction.text=Refazer
+RedoFilterAction.text=Refazer
+ReminderHookAction.text=Remove alarme
+ReminderHookAction.tooltip=Remove o alarme de um n\u00F3.
+RemoveAllIconsAction.text=Remover todos os \u00EDcones
+RemoveConnectorAction.text=Remove Connector[translate me]
+RemoveIconAction.text=Remover \u00FAltimo \u00EDcone
+repair_link=Recuperar link
+repair_link_question=N\u00E3o foi possivel carregar o mapa referenciado. Corrigir a refer\u00EAncia manualmente?
+replace=Substituir
+ReportBugAction.text=Report a Bug[translate me]
+RequestFeatureAction.text=Request a Feature[translate me]
+ResetNodeLocationAction.text=Redefinir posi\u00E7\u00E3o
+save_failed=Tentativa de salvar o mapa {0} falhou.
+save_unsaved=Salvar o seguinte mapa da mente? :
+SaveAction.text=Salvar
+SaveAll.text=Grava tudo
+SaveAll.tooltip=Grava todos os mapas abertos.
+SaveAsAction.text=Salvar como...
+saved=Salvo
+scheme_evaluate=Avaliar!
+ScriptEditor.text=Editor de scripts...
+ScriptEditor.tooltip=Permite escrever scripts maiores dentro do Freeplane.
+ScriptEditorPanel.changed_cancel=Os scripts foram alterados. Voc\u00EA realmente quer abandonar as altera\u00E7\u00F5es ?
+select_favorites_folder=Selecione a pasta, onde est\u00E3o salvos seus favoritos
+select_folder_for_importing=Selecione a pasta para importar
+SelectAllAction.text=Selecionar todos os vis\u00EDveis
+SelectBranchAction.text=Selecionar n\u00F3s vis\u00EDveis
+selection_method_by_click=Um clique seleciona
+selection_method_delayed=Sele\u00E7\u00E3o autom\u00E1tica com atraso
+selection_method_direct=Apontar seleciona
+SelectNoteAction.text=Note Edit Switch
+SelectNoteAction.tooltip=Switch to resp. from note window
+SetImageByFileChooserAction.text=Indicar imagem (Seletor de arquivos ou refer\u00EAncia)...
+SetLinkByFileChooserAction.text=Indicar refer\u00EAncia (Seletor de arquivos)...
+SetLinkByTextFieldAction.text=Indicar refer\u00EAncia (Campo de texto)...
+ShowAllAttributesAction.text=Mostrar todos os atributos
+ShowAncestorsAction.text=Mostra ancestrais
+ShowAttributeDialogAction.text=Gerenciador de atributos
+ShowDescendantsAction.text=Mostra descendentes
+ShowHideNoteAction.text=Mostra/esconde janela de notas
+ShowHideNoteAction.tooltip=Is a menu short cut for the little arrows on the splitting line.
+ShowSelectedAttributesAction.text=Mostrar n\u00F3s selecionadoos
+simplyhtml.aboutFrameTitle=Sobre esta aplica\u00E7\u00E3o
+simplyhtml.alignCenter=centro
+simplyhtml.alignLabel=Alinhamentoo:
+simplyhtml.alignLeft=esquerda
+simplyhtml.alignRight=direita
+simplyhtml.allCellsRangeLabel=todas as c\u00E9lulas
+simplyhtml.allOccurrencesReplaced=Todas as ocorr\u00EAncias foram substitu\u00EDdas
+simplyhtml.appendTableColLabel=Adicionar coluna
+simplyhtml.appendTableRowLabel=Adicionar linha
+simplyhtml.applyCellAttrLabel=Aplicar em
+simplyhtml.backgroundLabel=Plano de fundo:
+simplyhtml.boldItalicName=Negrito it\u00E1lico
+simplyhtml.boldName=Negrito
+simplyhtml.borderColorLabel=Cor:
+simplyhtml.borderWidthLabel=Largura
+simplyhtml.bottomLabel=abaixo:
+simplyhtml.cancelBtnName=Cancelar
+simplyhtml.cellBorderTabLabel=Bordas
+simplyhtml.cellGenTabLabel=Geral
+simplyhtml.cellMarginTabLabel=Margem
+simplyhtml.cellPanelTitle=Formatar c\u00E9lula
+simplyhtml.clearFormatLabel=Remover formata\u00E7\u00E3o
+simplyhtml.clearFormatTip=Remover formata\u00E7\u00E3o
+simplyhtml.close=Fechar
+simplyhtml.closeBtnName=Fechar
+simplyhtml.colorLabel=Cores
+simplyhtml.copyLabel=Copiar
+simplyhtml.copyTip=Copiar
+simplyhtml.cTagNameHead1=Cabe\u00E7alho 1
+simplyhtml.cTagNameHead2=Cabe\u00E7alho 2
+simplyhtml.cTagNameHead3=Cabe\u00E7alho 3
+simplyhtml.cTagNameHead4=Cabe\u00E7alho 4
+simplyhtml.cTagNameHead5=Cabe\u00E7alho 5
+simplyhtml.cTagNameHead6=Cabe\u00E7alho 6
+simplyhtml.cTagNameLink=Link
+simplyhtml.cTagNameOL=Lista ordenada
+simplyhtml.cTagNamePara=Par\u00E1grafo
+simplyhtml.cTagNameUL=Lista n\u00E3o-ordenada
+simplyhtml.cutLabel=Recortar
+simplyhtml.cutTip=Cortar
+simplyhtml.defaultDocName=Sem nome
+simplyhtml.deleteTableColLabel=Apagar coluna
+simplyhtml.deleteTableRowLabel=Apagar linha
+simplyhtml.docTitleQuery=Altera t\u00EDtulo para:
+simplyhtml.docTitleTitle=Editar t\u00EDtulo do documento
+simplyhtml.editLabel=Editar
+simplyhtml.effectLabel=Efeito
+simplyhtml.familyLabel=Fam\u00EDlia
+simplyhtml.findNext=Buscar pr\u00F3xima...
+simplyhtml.findReplaceDialogTitle=Busca & substitui
+simplyhtml.findReplaceLabel=Busca & substitui
+simplyhtml.findReplaceTip=Busca & substitui
+simplyhtml.fontBoldLabel=Negrito
+simplyhtml.fontBoldTip=liga/desliga negrito
+simplyhtml.fontDialogTitle=Formatar fonte
+simplyhtml.fontItalicLabel=It\u00E1lica
+simplyhtml.fontItalicTip=Liga/desliga it\u00E1lico
+simplyhtml.fontLabel=Fonte...
+simplyhtml.fontTabLabel=Fonte
+simplyhtml.fontTip=Formatar fonte...
+simplyhtml.fontUnderlineLabel=Sublinhado
+simplyhtml.fontUnderlineTip=Liga/desliga sublinhado
+simplyhtml.foregroundLabel=Plano de frente:
+simplyhtml.formatLabel=Formatar
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=Muda formata\u00E7\u00E3o da lista
+simplyhtml.formatParaLabel=Par\u00E1grafo...
+simplyhtml.formatParaTip=Muda formata\u00E7\u00E3o do par\u00E1grafo
+simplyhtml.formatTableLabel=Tabela...
+simplyhtml.formatTableTip=Formatar tabela
+simplyhtml.helpLabel=Ajuda
+simplyhtml.htmlTabTitle=Ver c\u00F3digo HTML
+simplyhtml.imageFileDesc=Arquivos de imagem
+simplyhtml.insertTableColLabel=Inserir coluna
+simplyhtml.insertTableLabel=Tabela...
+simplyhtml.insertTableMsg=Quantas colunas?
+simplyhtml.insertTableRowLabel=Inserir linha
+simplyhtml.insertTableTitle=Inserir tabela
+simplyhtml.italicName=It\u00E1lico
+simplyhtml.layoutTabTitle=Ver layout
+simplyhtml.leftLabel=esquerda:
+simplyhtml.listDialogTitle=Formatar lista
+simplyhtml.listIndentTitle=Indenta\u00E7\u00E3o:
+simplyhtml.listPosInside=dentro
+simplyhtml.listPositionLabel=Posi\u00E7\u00E3o:
+simplyhtml.listPosOutside=fora
+simplyhtml.listTypeCircle=marcador redondo
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=S\u00EDmbolo de arquivo como marcador
+simplyhtml.listTypeLabel=Tipo:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=nenhum
+simplyhtml.listTypeSquare=marcador quadrado
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Exterior
+simplyhtml.matchCase=Diferenciar mai\u00FAsculas de min\u00FAsculas
+simplyhtml.newStyleDefaultName=Novo estilo
+simplyhtml.nextTableCellLabel=Pr\u00F3xima c\u00E9lula
+simplyhtml.noLineLabel=nenhum
+simplyhtml.noMoreOccurrencesFound=n\u00E3o foram encontradas (outras) ocorr\u00EAncias
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Interior
+simplyhtml.paraAlignCenterLabel=Alinhar ao centro
+simplyhtml.paraAlignCenterTip=Definir alinhamento do par\u00E1grafo ao centro
+simplyhtml.paraAlignLeftLabel=Alinhar \u00E0 esquerda
+simplyhtml.paraAlignLeftTip=Definir alinhamento do par\u00E1grafo \u00E0 esquerda
+simplyhtml.paraAlignRightLabel=Alinhar \u00E0 direita
+simplyhtml.paraAlignRightTip=Definir alinhamento do par\u00E1grafo \u00E0 direita
+simplyhtml.paraStyleDialogTitle=Estilo do par\u00E1grafo
+simplyhtml.paraTabLabel=Par\u00E1grafo
+simplyhtml.pasteLabel=Colar
+simplyhtml.pasteTip=Colar
+simplyhtml.plainName=Normal
+simplyhtml.previewLabel=Visualizar
+simplyhtml.previewText=Visualizar texto
+simplyhtml.prevTableCellLabel=C\u00E9lula anterior
+simplyhtml.redoLabel=Refazer
+simplyhtml.redoTip=Refaza \u00FAltima a\u00E7\u00E3o
+simplyhtml.replace=Substituir...
+simplyhtml.replaceAll=Todos
+simplyhtml.replaceDone=Feito
+simplyhtml.replaceNo=N\u00E3o
+simplyhtml.replaceThisQuery=substitui esta ocorr\u00EAncia de
+simplyhtml.replaceWith=Substituir com:
+simplyhtml.replaceYes=Sim
+simplyhtml.rightLabel=direita:
+simplyhtml.searchDown=Para baixo
+simplyhtml.searchFromStart=A partir do in\u00EDcio
+simplyhtml.searchUp=Para cima
+simplyhtml.selectAllLabel=Seleciona tudo
+simplyhtml.sizeLabel=Tamanho
+simplyhtml.standardStyleName=padr\u00E3o
+simplyhtml.strikeLabel=Riscado
+simplyhtml.styleLabel=Estilo
+simplyhtml.styleNameInputText=Nome do novo estilo?
+simplyhtml.styleNameInputTitle=Gravar estilo
+simplyhtml.tableBgColLabel=Cor de fundo:
+simplyhtml.tableDialogTitle=Formatar tabela
+simplyhtml.tableLabel=Tabela
+simplyhtml.tablePanelTitle=Formato da tabela
+simplyhtml.tableWidthLabel=Largura:
+simplyhtml.textIndentLabel=Indenta\u00E7\u00E3o:
+simplyhtml.textToFind=Buscar texto:
+simplyhtml.thisCellRangeLabel=Esta c\u00E9lula
+simplyhtml.thisColRangeLabel=esta coluna
+simplyhtml.thisRowRangeLabel=esta linha
+simplyhtml.toggleBulletsLabel=Liga/desliga lista com marcadores
+simplyhtml.toggleBulletsTip=Liga/desliga lista com marcadores
+simplyhtml.toggleNumbersLabel=Liga/desliga lista numerada
+simplyhtml.toggleNumbersTip=Liga/desliga lista numerada
+simplyhtml.topLabel=acima:
+simplyhtml.uLineLabel=Sublinhado
+simplyhtml.unableToOpenFileError=Arquivo n\u00E3o p\u00F4de ser aberto
+simplyhtml.undoLabel=Desfazer
+simplyhtml.undoTip=Desfaz a \u00FAltima a\u00E7\u00E3o
+simplyhtml.valignBaseline=baseline
+simplyhtml.valignBottom=Base
+simplyhtml.valignLabel=Alinhamento vertical:
+simplyhtml.valignMiddle=Meio
+simplyhtml.valignTop=Topo
+simplyhtml.wholeWordsOnly=Apenas palavras inteiras
+SortNodes.text=Ordena filhos
+SortNodes.tooltip=Ordena todos os filhos de um n\u00F3 alfabeticamente.
+split=Dividir
+SplitNode.text=Divide n\u00F3
+SplitNode.tooltip=<html>N\u00F3 est\u00E1 dividido</html>
+style=Estilo
+svg=SVG[translate me]
+TimeListAction.text=Mostra a lista da agenda ...
+TimeListAction.tooltip=Mostra todos os tempos agendados e os n\u00F3s correspondentes.
+TimeManagementAction.text=Mostra calend\u00E1rio...
+TimeManagementAction.tooltip=<html>Mostra o m\u00F3dulo calend\u00E1rio feito por Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Fechar os filhos
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Fechar
+ToggleLeftToolbarAction.text=Ativar barra da esquerda
+ToggleMenubarAction.text=Ativar barra de menis
+ToggleToolbarAction.text=Ativar barra de ferramentas
+undefined_error=Um erro inesperado ocorreu. Por favor tente reportar um erro.
+underline=Sublinhado
+underlined=Sublinhado
+UndoAction.text=Desfazer
+UndoFilterAction.text=Desfazer
+unfold=Fechar
+UnfoldAllAction.text=Expande todos
+UnfoldAllAction.tooltip=<html>Expande o n\u00F3 atual e todos os seus filhos.</html>
+UnfoldOneLevelAction.text=Expande um n\u00EDvel
+UnfoldOneLevelAction.tooltip=<html>Expande os n\u00F3s selecionados um n\u00EDvel.</html>
+UpdateCheckAction.text=Check for Updates[translate me]
+url_error=Essa URL n\u00E3o \u00E9 bem formada!
+url_load_error=N\u00E3o posso ler o mapa da URL:
+UsePlainTextAction.text=Usa texto puro
+user_defined_zoom=Definido pelo usu\u00E1rio.
+user_defined_zoom_status_bar=Mudando a amplia\u00E7\u00E3o para {0}%.
+user_zoom=Fator de amplia\u00E7\u00E3o da impress\u00E3o (0.0 - 2.0):
+WebDocuAction.text=Documenta\u00E7\u00E3o na internet
+width=Largura
+yes=Sim
+ZoomInAction.text=Aproximar
+ZoomOutAction.text=Afastar
diff --git a/freeplane/resources/translations/Resources_pt_PT.properties b/freeplane/resources/translations/Resources_pt_PT.properties
index 0515413..9408179 100644
--- a/freeplane/resources/translations/Resources_pt_PT.properties
+++ b/freeplane/resources/translations/Resources_pt_PT.properties
@@ -1,922 +1,922 @@
-AboutAction.text = Acerca de...
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = Alterar formato dos n\u00F3s
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Alterar padr\u00F5es
-accessories/plugins/EncryptNode.properties_0 = Escolha uma password para o n\u00F3 encriptado
-accessories/plugins/EncryptNode.properties_1 = As passwords s\u00E3o muito curtas ou n\u00E3o coincidem.
-accessories/plugins/EncryptNode.properties_2 = Digite a Password:
-accessories/plugins/EncryptNode.properties_3 = Digite de novo a Password:
-accessories/plugins/EncryptNode.properties_4 = Digite a sua password.
-accessories/plugins/EncryptNode.properties_5 = <html>Lembre-se que o tamanho da encripta\u00E7\u00E3o<br> est\u00E1 directamente relacionado com a qualidade da sua password.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Cancelar
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = S\u00F3 pode alterar o estado de encripta\u00E7\u00E3o de um n\u00F3 encriptado. Insira um n\u00F3 desses a partir do menu Ferramentas.
-accessories/plugins/EncryptNode.properties_select_me = Seleccione-me para continuar!
-accessories/plugins/EncryptNode.properties_wrong_password = A password n\u00E3o est\u00E1 correcta.
-accessories/plugins/ExportWithTWiki.text = Como TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Exporta o mapa como um documento TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = Este \u00E9 um m\u00E9todo de exporta\u00E7\u00E3o \u00E9 uniforme que utiliza scripts XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Como Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exporta o mapa como applet java para o browser.
-accessories/plugins/ExportWithXSLT_Flash.text = Como Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exporta o mapa como aplica\u00E7\u00E3o flash.
-accessories/plugins/ExportWithXSLT_HTML.text = Como XHTML (vers\u00E3o JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Como XHTML (vers\u00E3o imagem de mapa clic\u00E1vel)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Recursos do n\u00F3 RESOURCES para o ficheiro TaskJuggler...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exporta recursos do n\u00F3 RESOURCES para o n\u00F3 do m\u00F3dulo Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tarefas do n\u00F3 TASKS para o ficheiro TaskJuggler...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exporta as tarefas a partir do n\u00F3 TASKS para o n\u00F3 do m\u00F3dulo Taskjuggler. </html>
-add = Adicionar
-AddLocalLinkAction.text = Adicionar hiperliga\u00E7\u00E3o local
-antialias_all = "anti-alias" total
-antialias_edges = Linhas "anti-alias"
-antialias_none = Remover "anti-alias"
-apply = Aplicar
-ApplyAction.text = Aplicar
-ApplyFormatPlugin.text = &Alterar formato ...
-ApplyFormatPlugin.tooltip = Apresenta um di\u00E1logo no qual os atributos do n\u00F3 e do limite padem ser modificados de uma vez s\u00F3.
-ApplyNoFilteringAction.text = Sem filtragem
-as_parent = Como principal
-AssignAttributesAction.text = Atribuir atributos...
-attribute_delete = Apaga todos os valores
-attribute_delete_value = Apaga este valar
-attribute_font_size_tooltip = Tamanho da fonte do atributo
-attribute_list_box_label_text = Valores existentes
-attribute_replace = Substituir por
-attribute_top = Todos os atributos conhecidos para os n\u00F3s seleccionados
-attributes_adding_empty_attribute_error = N\u00E3o pode utilizar vazio como nome de um atributo
-attributes_all = Todos os atributos
-attributes_attribute = Atributos
-attributes_close = Fechar
-attributes_deselect_all = Nenhum
-attributes_dialog_title = Attribute Manager[translate me]
-attributes_edit = Editar
-attributes_edit_tooltip = Editar conjunto
-attributes_for_selected = N\u00F3s seleccionados
-attributes_for_visible = Todos os n\u00F3s vis\u00EDveis
-attributes_import = Importar
-attributes_import_tooltip = Importar atributos de outros mapas abertos
-attributes_popup_delete = Eliminar
-attributes_popup_down = Abaixo
-attributes_popup_edit = Editar
-attributes_popup_hide = Ocultar
-attributes_popup_new = Novo atributo
-attributes_popup_optimal_width = Largura ideal
-attributes_popup_up = Acima
-attributes_refresh = Redesenhar
-attributes_restricted_attributes_tooltip = Conjunto de atributos restritos
-attributes_restricted_values_tooltip = Conjunto restrito de valores para este atributo
-attributes_restriction = Conjunto restrito
-attributes_select_all = Todos
-attributes_select_all_tooltip = Seleccionar tudo / nada
-attributes_show = Mostrar
-attributes_skip_root = Ignora o n\u00F3 raiz
-attributes_visible = Seleccionar vis\u00EDveis
-attributes_visible_tooltip = Seleccionar vis\u00EDveis
-automatically_save_message = O mapa foi guardado automaticamente (com o nome {0}) ...
-AutomaticLayoutAction.text = Layout autom\u00E1tico
-AutomaticLayoutAction.tooltip = <html>Fixa o layout do mapa. <br>O primeiro n\u00EDvel \u00E9 preto, o segundo azul, etc.</html>
-BackAction.tooltip = Volta atr\u00E1s na cadeia seleccionada
-background = Fundo
-bitmaps = bitmaps[translate me]
-BlinkingNodeHookAction.text = N\u00F3 cintilante
-BlinkingNodeHookAction.tooltip = <html>Torna o n\u00F3 cintilante.Tenha cuidado. N\u00E3o associe a muitos n\u00F3s, e <strong> nunca com outras formata\u00E7\u00F5es autom\u00E1ticas no mesmo n\u00F3</strong></html>
-BoldAction.text = Negrito
-boldify_branch = Negrito
-branch = Ramo
-cancel = Cancelar
-CancelAction.text = Cancelar
-cannot_add_parent_diff_parents = Todos os n\u00F3s devem ter o mesmo parente para usar esta fun\u00E7\u00E3o.
-cannot_add_parent_to_root = O n\u00F3 de raiz n\u00E3o pode ser adicionado a um n\u00F3 principal.
-cannot_join_nodes_with_children = N\u00E3o \u00E9 poss\u00EDvel juntar n\u00F3s com descendentes
-cannot_move_to_child = N\u00E3o \u00E9 poss\u00EDvel mover um no para um dos seus descendentes.
-CenterAction.text = Centrar
-ChangeNodeLevelLeftsAction.text = N\u00F3 esquerdo
-ChangeNodeLevelLeftsAction.tooltip = \u00C0 esquerda dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para baixo. Torna/tornam-se descendentes das r\u00E9plicas acima. \u00C0 direita dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para cima. Directamente na raiz, os n\u00F3s mudam de lado.
-ChangeNodeLevelRightsAction.text = N\u00F3 direito
-ChangeNodeLevelRightsAction.tooltip = \u00C0 esquerda dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para baixo. Torna/tornam-se descendentes das r\u00E9plicas acima. \u00C0 direita dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para cima. Directamente na raiz, os n\u00F3s mudam de lado.
-choose_background_color = Seleccione a cor de fundo:
-choose_cloud_color = Seleccione a cor da Nuvem:
-choose_edge_color = Escolher cor do Limite
-choose_node_background_color = Seleccione a cor de fundo do n\u00F3:
-choose_node_color = Seleccione a cor do n\u00F3:
-CloseAction.text = Fechar
-CloudAction.text = Nuvem
-CloudColorAction.text = Nuvem colorida
-ColorProperty.ResetColor = Repor cor
-combined = Combinado
-confirmation = Confirma\u00E7\u00E3o
-CopyAction.text = Copiar
-CopyIDAction.text = Copy Node ID[translate me]
-CopySingleAction.text = Copiar simples
-CreationModificationPluginAction.text = Mostrar informa\u00E7\u00E3o das modifica\u00E7\u00F5es
-CreationModificationPluginAction.tooltip = <html>Esta fun\u00E7\u00E3o mant\u00E9m um registo da cria\u00E7\u00E3o dos n\u00F3s e dados de modifica\u00E7\u00E3o.</html>
-CutAction.text = Cortar
-decrease_branch_font_size = Letra menor
-DecreaseNodeFontAction.text = Letra menor
-delete = eliminar
-delete_child = Eliminar n\u00F3
-DeleteAction.text = Remover n\u00F3
-DeleteConditionAction.text = Eliminar
-DocumentationAction.text = Documenta\u00E7\u00E3o
-edge = Linha
-edge_style = Estilo do limite
-edge_width = Largura do limite
-EdgeColorAction.text = Cor da Linha
-EdgeStyleAction.bezier.text = B\u00E9zier
-EdgeStyleAction.horizontal.text = Horizontal[translate me]
-EdgeStyleAction.linear.text = Linear
-EdgeStyleAction.sharp_bezier.text = B\u00E9zier afiado
-EdgeStyleAction.sharp_linear.text = Linear afiado
-EdgeStyleAsParentAction.text = Como principal
-EdgeWidthAction_width_parent.text = Principal
-EdgeWidthAction_width_thin.text = Fina
-edit = Editar
-edit.decision = HTML Editor
-edit.edit_rich_text = Quer utilizar formata\u00E7\u00F5es como negrito e it\u00E1lico?
-edit_link_manually = Edi\u00E7\u00E3o manual
-edit_middle_label = Edit Middle Label[translate me]
-edit_source_label = Edit Source Label[translate me]
-edit_target_label = Edit Target Label[translate me]
-EditAction.text = Editar n\u00F3
-EditAttributesAction.text = Editar atributos
-EditFilterAction.text = Editar
-EditLongAction.text = Editar n\u00F3 longo
-EncryptedMap.text = Criar um Mapa encriptado ...
-EncryptedMap.tooltip = Criar num novo mapa encriptado
-enter_base_url = Vou colar endere\u00E7os relativos. Por favor indique a URL base.
-enter_confirms = Enter confirma
-EnterPassword.text = Alterna entre Encriptado/Desencriptado
-error_applying_template = Erro ao aplicar o modelo XSL.
-error_creating_directory = N\u00E3o \u00E9 poss\u00EDvel criar o direct\u00F3rio de exporta\u00E7\u00E3o.
-ExecuteScripts.text = Scripts[translate me]
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = Exportar
-ExportBranchToHTMLAction.text = Exportar ramo para HTML
-ExportPdf.text = Como PDF...
-ExportSvg.text = Como SVG...
-ExportToHTMLAction.text = Exportar para HTML
-ExportToImage.jpg.text = Como JPEG...
-ExportToImage.png.text = Como PNG...
-ExportToOoWriter.text = Como documento do Office Writer...
-ExportToOoWriter.tooltip = N\u00F3s desdobrados da estrutura, dobram os n\u00F3s do conte\u00FAdo do documento.
-extension_menu = Estilo f\u00EDsico
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = FAQ
-file = Ficheiro
-file_already_exists = O ficheiro {0} j\u00E1 existe. Deseja substitu\u00ED-lo?
-file_not_found = Ficheiro {0} n\u00E3o encontrado
-filter = Filtro
-filter_add = Adicionar
-filter_and = E
-filter_conditions = Filtros
-filter_contains = Cont\u00E9m
-filter_delete = eliminar
-filter_dialog = Composi\u00E7\u00E3o de filtros
-filter_does_not_exist = N\u00E3o existe
-filter_edit_description = Editar lista de filtros
-filter_enter_value = Digite o valor
-filter_exist = Existe
-filter_icon = \u00CDcone
-filter_is_equal_to = \u00C9 igual a
-filter_is_not_equal_to = N\u00E3o \u00E9 igual a
-filter_link = Hyperlink[translate me]
-filter_no_filtering = Sem filtragem
-filter_node = N\u00F3 de texto
-filter_not = N\u00E3o
-filter_or = Ou
-filter_select = Seleccionar
-filter_selected_node_view = N\u00F3s actualmente seleccionados
-find_what = Procurar...
-FindAction.text = Procurar
-fit_map_to_page = Uma pagina
-FitToPage.text = Zoom para ajuste de p\u00E1gina
-FitToPage.tooltip = Ajusta o zoom para que o mapa caiba todo na janela.
-fold = Expandir
-FoldAllAction.text = Dobrar todos
-FoldAllAction.tooltip = <html>Dobra os n\u00F3s seleccionados e todos os seus descendentes.</html>
-FoldOneLevelAction.text = Dobrar um n\u00EDvel
-FoldOneLevelAction.tooltip = <html>Dobra os n\u00F3s todos um n\u00EDvel.</html>
-FollowLinkAction.text = Follow Link[translate me]
-font = Tipo de letra
-FontFamilyAction.text = fam\u00EDlia do tipo de letra
-FontSizeAction.text = tamanho da letra
-format_menu_edge_styles = Estilo dos Limites
-format_menu_edge_widths = Espessura dos Limites
-FormatCopy.text = Copiar formato
-FormatCopy.tooltip = <html>Copia o formato de um n\u00F3.</html>
-FormatPaste.text = Colar formato
-FormatPaste.tooltip = <html>Cola o formato de um n\u00F3.</html>
-ForwardAction.tooltip = Avan\u00E7a na cadeia seleccionada
-Freeplane.progress.buildScreen = Criar ecr\u00E3...
-Freeplane.progress.createController = Criar controlador...
-Freeplane.progress.createInitialMode = Criar Modo Inicial...
-Freeplane.progress.endStartup = Finalizar inicia\u00E7\u00E3o.
-Freeplane.progress.gettingPreferenceDirectories = A obter prefer\u00EAncias de direct\u00F3rio...
-Freeplane.progress.gettingPreferences = A obter prefer\u00EAncias...
-Freeplane.progress.loadMaps = Carregar Mapas...
-Freeplane.progress.propagateLookAndFeel = Propagar aspecto e estilos...
-Freeplane.progress.settingPreferences = Definir prefer\u00EAncias...
-Freeplane.progress.startCreateController = Iniciar a cria\u00E7\u00E3o do controlador...
-Freeplane.progress.updateLookAndFeel = Actualizar aspecto e estilos...
-freeplane_reverted = Freeplane_Revertido_
-FreeplaneHelpStarter.text = Ajuda...
-FreeplaneHelpStarter.tooltip = Extens\u00E3o de Ajuda Freeplane
-GotoLinkNodeAction.text = Ir para o link
-GrabKeyDialog.common.cancel = Cancelar
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Associado a
-GrabKeyDialog.grab-key.assigned-to.none = Actualmente n\u00E3o atribu\u00EDdo
-GrabKeyDialog.grab-key.clear = Limpar
-GrabKeyDialog.grab-key.remove = Remover
-GrabKeyDialog.grab-key.remove-ask = Tem a certeza que deseja remover esta combina\u00E7\u00E3o de teclas?
-GrabKeyDialog.grab-key.title = Digite nova chave
-help = Ajuda
-HideAllAttributesAction.text = Ocultar todos os atributos
-HierarchicalIconsAction.text = Mostrar \u00EDcones hierarquicamente
-HierarchicalIconsAction.tooltip = Se um dos meus (grand)descendentes tiver um \u00EDcone, eu tamb\u00E9m mostro este \u00EDcone num formato pequeno.
-html_export_based_on_headings = Exportar HTML - Com cabe\u00E7alhos
-html_export_fold_all = Exportar HTML - Com n\u00F3s p/expans\u00E3o
-html_export_fold_currently_folded = Exportar HTML - Respeitar expandidos
-html_export_no_folding = Exportar HTML - Totalmente expandido
-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_attach = Clip
-icon_bee = Freeplane[translate me]
-icon_bell = A Lembrar
-icon_bookmark = Excelente
-icon_broken-line = Broken[translate me]
-icon_button_cancel = N\u00E3o OK
-icon_button_ok = OK
-icon_calendar = Data
-icon_clanbomber = Perigoso
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = N\u00E3o esquecer
-icon_down = Abaixo
-icon_family = Fam\u00EDlia
-icon_female1 = Female1[translate me]
-icon_flag = Bandeira
-icon_flag-black = Black Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_folder = Folder[translate me]
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Prioridade 1
-icon_full-2 = Prioridade 2
-icon_full-3 = Prioridade 3
-icon_full-4 = Prioridade 4
-icon_full-5 = Prioridade 5
-icon_full-6 = Prioridade 6
-icon_full-7 = Prioridade 7
-icon_go = Green Traffic Light[translate me]
-icon_gohome = Casa
-icon_help = Quest\u00E3o
-icon_idea = Ideia
-icon_info = Info[translate me]
-icon_kaddressbook = Telefone
-icon_kmail = E-Mail[translate me]
-icon_knotify = M\u00FAsica
-icon_korn = Caixa de Correio
-icon_ksmiletris = Estou feliz
-icon_licq = Bonito
-icon_Mail = Correio
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_males = Males[translate me]
-icon_menu = \u00CDcones
-icon_messagebox_warning = Importante
-icon_password = Chave
-icon_pencil = A Redefinir
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = N\u00E3o estou contente
-icon_stop = Stop
-icon_up = Acima
-icon_wizard = M\u00E1gico
-icon_xmag = A Discutir
-icon_yes = Importante
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.office.text = Office[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Seleccionar \u00EDcone...
-IconSelectionPlugin.tooltip = <html>Aqui pode seleccionar um \u00EDcone usando uma sub-janela.</html>
-import = Importar
-import_linked_branch_no_link = O n\u00F3 seleccionado n\u00E3o tem nenhum link para importar.
-ImportAction.text = Importar
-ImportBranchAction.text = Importar ramo
-ImportExplorerFavoritesAction.text = Importar favoritos do "Explorador"
-ImportFolderStructureAction.text = Importar estrutura de pastas
-ImportLinkedBranchAction.text = Importar ramo concatenado
-ImportLinkedBranchWithoutRootAction.text = Importar sem raiz
-ImportMindmanagerFiles.text = MindManager X5 Map...
-increase_branch_font_size = Letra maior
-IncreaseNodeFontAction.text = Letra maior
-ItalicAction.text = It\u00E1lico
-italicise_branch = It\u00E1lico
-JoinNodesAction.text = Juntar n\u00F3s
-less_than_two_selected_nodes = Tem que seleccionar pelo menos dois n\u00F3s para criar links.
-link_not_available_any_more = O link j\u00E1 n\u00E3o \u00E9 v\u00E1lido. O n\u00F3 interm\u00E9dio foi eliminado.
-link_not_found = Link {0} n\u00E3o encontrado.
-locking_failed_by_open = Bloqueio do mapa {0} falhou. Vai ser aberto em modo s\u00F3 de leitura.
-locking_failed_by_save_as = Bloqueio do mapa {0} falhou. Opera\u00E7\u00E3o "guardar como" cancelada.
-locking_old_lock_removed = O mapa {0} estava bloqueado pelo utilizador {1}. O bloqueio foi removido por ser muito antigo.
-long_node_changed_cancel = O n\u00F3 foi modificado. Ignorar as altera\u00E7\u00F5es?
-lots_of_links_warning = V\u00E3o ser criadas muitas liga\u00E7\u00F5es ao mesmo n\u00F3. Quer continuar?
-map_already_exists = J\u00E1 existe um mapa com este nome. Quer substituir?
-map_corrupted = Mapa corrompido. Ver detalhes?
-map_locked_by_open = O mapa {0} est\u00E1 a ser editado pelo utilizador {1}. Vai ser aberto em modo s\u00F3 de leitura.
-map_locked_by_save_as = O mapa {0} est\u00E1 a ser editado pelo utilizador {1}. Opera\u00E7\u00E3o "guardar como" cancelada.
-map_not_saved = O mapa ainda n\u00E3o foi guardado.
-MapBackgroundColorAction.text = Map Background[translate me]
-menu_attributes = Atributos
-menu_extras = Ferramentas
-menu_file_import = Importar
-menu_format = Formatar
-menu_insert = Inserir
-menu_navigate = Navegar
-menu_view = Ver
-mindmap = Mapa
-mindmaps = Mapas
-mindmaps_desc = Mapas (*.mm)
-mode_Browse = Browse Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Modo n\u00E3o dispon\u00EDvel
-mode_status = Modo alterado para "{0}"
-mode_title = Freeplane - Modo "{0}"
-modes = Modos
-ModesMenuAction.Browse.text = Map Browser[translate me]
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Ficheiros recentes
-MoveToRootAction.text = Ir para a raiz
-NavigationNextMapAction.text = Mapa seguinte
-NavigationPreviousMapAction.text = Mapa anterior
-new_mindmap = Novo mapa
-new_node = Novo n\u00F3
-new_node_as_sibling_not_possible_for_the_root = Novo n\u00F3 (mesmo ramo) n\u00E3o \u00E9 poss\u00EDvel para a raiz
-NewChildAction.text = Novo n\u00F3 descendente
-NewMapAction.text = Novo
-NewParentNode.text = Novo n\u00F3 principal
-NewParentNode.tooltip = <html>Toda a selec\u00E7\u00E3o ser\u00E1 enviada para um n\u00F3 principal.</html>
-NewPreviousSiblingAction.text = Novo n\u00F3 acima
-NewSiblingAction.text = Novo n\u00F3 abaixo
-no = N\u00E3o
-no_format_copy_before_format_paste = N\u00E3o pode colar um formato sem ter copiado nenhum.
-no_found_from = "{0}" n\u00E3o encontrado a partir de "{1}".
-no_more_found_from = N\u00E3o existe mais "{0}" encontrados a partir de "{1}".
-no_previous_find = Sem ocorr\u00EAncia anterior.
-node = N\u00F3
-node_changed_discard_changes = O n\u00F3 foi modificado. Ignorar as altera\u00E7\u00F5es?
-NodeBackgroundColorAction.text = Cor de fundo do n\u00F3...
-NodeColorAction.text = Cor do n\u00F3
-NodeColorBlendAction.text = Misturar cor
-NodeDownAction.text = N\u00F3 para baixo
-NodeShapeAction.bubble.text = Bolha
-NodeShapeAction.fork.text = Forquilha
-NodeUpAction.text = N\u00F3 para cima
-nonboldify_branch = Anular Negrito
-nonitalicise_branch = Anular It\u00E1lico
-normal = Normal
-not_saved_for_link_error = O mapa tem que ser guardado antes de poder escolher um endere\u00E7o.
-ok = OK
-OKAction.text = OK
-OpenAction.text = Abrir
-OpenPathAction.text = Open File[translate me]
-option_changes_may_require_restart = Para ver o efeito das altera\u00E7\u00F5es efectuadas ter\u00E1, provavelmente, que reiniciar o Freeplane.
-OptionalDontShowMeAgainDialog.cancel = &N\u00E3o
-OptionalDontShowMeAgainDialog.dontShowAgain = &N\u00E3o voltar a perguntar.
-OptionalDontShowMeAgainDialog.ok = &Sim
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Recordar a minha decis\u00E3o.
-OptionPanel.absolute = Absoluto
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Padr\u00F5es de layout atom\u00E1tico
-OptionPanel.antialias = Anti-alias
-OptionPanel.antialias.tooltip = <html>Determina a qualidade do mapa. Mais anti-alias demora mais tempo.</html>
-OptionPanel.antialias_all = "anti-alias" total
-OptionPanel.antialias_edges = Linhas "anti-alias"
-OptionPanel.antialias_none = Sem anti-alias
-OptionPanel.Appearance = Aspecto
-OptionPanel.ar = Ar
-OptionPanel.as_parent = Como principal
-OptionPanel.ask = Pergunte
-OptionPanel.automatic = Autom\u00E1tico
-OptionPanel.automaticFormat_level = Estilos de layout autom\u00E1tico
-OptionPanel.automaticFormat_level1 = Formato do n\u00F3 de raiz
-OptionPanel.automaticFormat_level2 = 1. Formato do n\u00EDvel do n\u00F3
-OptionPanel.Behaviour = Comportamento
-OptionPanel.bezier = bezier[translate me]
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.Cancel = Cancelar
-OptionPanel.childpattern = Padr\u00E3o filho
-OptionPanel.childpattern.tooltip = O padr\u00E3o seleccionado via ser aplicado a todos os descendentes.
-OptionPanel.clear_all_setters = Trocar tudo
-OptionPanel.clear_all_setters.tooltip = Activa ou desactiva todas as indica\u00E7\u00F5es de altera\u00E7\u00E3o.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Combinado
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Predefinido
-OptionPanel.default_browser_command_mac = Comando por defeito do Navegador Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> e MAC: (obrigado Nick!)</html>
-OptionPanel.default_browser_command_other_os = Comando por defeito do Navegador outro SO
-OptionPanel.default_browser_command_other_os.tooltip = <html>Normalmente Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Comando por defeito do Navegador Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Para o Windows (os "" sinais s\u00E3o necess\u00E1rios porque os links t\u00EAm "=" na URL).</html>
-OptionPanel.default_browser_command_windows_nt = Comando por fefeito do Navegador Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Para o Windows (os "" sinais s\u00E3o necess\u00E1rios porque os links t\u00EAm "=" na URL).</html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = Predefinidos
-OptionPanel.delete_automatic_saves_at_exit = Apagar grava\u00E7\u00F5es autom\u00E1ticas ao sair
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Se os ficheiros deverem ser eliminados automaticamente no encerramento normal do Freeplane defina esta vari\u00E1vel como verdadeira</html>
-OptionPanel.delete_nodes_without_question = Eliminar os n\u00F3s sem confirma\u00E7\u00E3o?
-OptionPanel.delete_nodes_without_question.tooltip = Se assinalar esta caixa de verifica\u00E7\u00E3o, os n\u00F3s ser\u00E3o eliminados sem confirma\u00E7\u00E3o. Pode causar perdas de informa\u00E7\u00E3o se pressionado sem inten\u00E7\u00E3o.
-OptionPanel.disable_cursor_move_paper = Desactivar Cursor para Mover Papel
-OptionPanel.disable_cursor_move_paper.tooltip = <html>N\u00E3o mostra o cursor 'mover' quando arrastaro papel</html>
-OptionPanel.edgecolor = Cor do limite
-OptionPanel.edgecolor.tooltip = Propriedade do limite do n\u00F3 principal (tamb\u00E9m \u00E9 aplicado aos n\u00F3s descendentes)
-OptionPanel.edgestyle = Estilo do limite
-OptionPanel.edgestyle.tooltip = Propriedade do limite do n\u00F3 principal (tamb\u00E9m \u00E9 aplicado aos n\u00F3s descendentes)
-OptionPanel.edgewidth = Largura do limite
-OptionPanel.edgewidth.tooltip = Propriedade do limite do n\u00F3 principal (tamb\u00E9m \u00E9 aplicado aos n\u00F3s descendentes)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Enter confirma por defeito
-OptionPanel.el__max_default_window_height = Altura Max predefinida da janela
-OptionPanel.el__max_default_window_width = Largura Max predefinida da janela
-OptionPanel.el__min_default_window_height = Altura Min predefinida da janela
-OptionPanel.el__min_default_window_width = Largura Min predefinida da janela
-OptionPanel.el__position_window_below_node = Posi\u00E7\u00E3o da janela abaixo do n\u00F3
-OptionPanel.en = En
-OptionPanel.Environment = Ambiente
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Bloqueio experimental de Ficheiro
-OptionPanel.experimental_file_locking_on.tooltip = <html> Caracter\u00EDstica experimental</html>
-OptionPanel.export_icons_in_html = Exportar \u00EDcones em HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Informa de o HTML exportado a partir do Freeplane deve conter \u00EDcones. O problema com os \u00EDcones \u00E9 que frequentemente os links para os \u00EDcones n\u00E3o s\u00E3o encontrados no HTML exportado.</html>
-OptionPanel.Files = Ficheiros
-OptionPanel.first = Primeiro
-OptionPanel.foldingsymbolwidth = Largura do S\u00EDmbolo de dobragem
-OptionPanel.foldingsymbolwidth.tooltip = <html>Largura do c\u00EDrculo de dobragem</html>
-OptionPanel.fork = Fork[translate me]
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl
-OptionPanel.gtk = Gtk
-OptionPanel.horizontal = horizontal[translate me]
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Baseado nos cabe\u00E7alhos
-OptionPanel.html_export_fold_all = Dobrar todos
-OptionPanel.html_export_fold_currently_folded = Manter as dobras actuais
-OptionPanel.html_export_folding = Dobragem para exportar HTML
-OptionPanel.html_export_no_folding = N\u00E3o dobrado
-OptionPanel.hu = Hu
-OptionPanel.icon = \u00CDcone
-OptionPanel.icon.tooltip = Se aplicado, o n\u00F3 exibir\u00E1 precisamente este \u00EDcone.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Atalhos
-OptionPanel.ko = Kr
-OptionPanel.label_font_family = Font Family[translate me]
-OptionPanel.label_font_size = Tamanho das letras
-OptionPanel.language = L\u00EDngua
-OptionPanel.language.tooltip = <html>Esta \u00E9 a L\u00EDngua usada pelo programa. 'autom\u00E1tico' tentar\u00E1 carregar o idioma actual do utilizador. </html>
-OptionPanel.last = \u00DAltimo
-OptionPanel.last_opened_list_length = Tamanho da \u00DAltima Lista Aberta
-OptionPanel.linear = linear[translate me]
-OptionPanel.links = Links
-OptionPanel.links.tooltip = <html>Define se os links s\u00E3o relativos ou absolutos </html>
-OptionPanel.load_last_map = Abrir automaticamente o \u00FAltimo mapa
-OptionPanel.load_last_map.tooltip = <html>Quando o Freeplane inicia, tenta abrir automaticamente o \u00FAltimo mapa utilizado.</html>
-OptionPanel.lookandfeel = Visual
-OptionPanel.lookandfeel.tooltip = <html>O Visual a utilizar. S\u00E3o aceites 'metal','windows','motivo', 'gtk', 'mac' s\u00F3 est\u00E1 dispon\u00EDvel em MacOS. Predefinido significa que ser\u00E1 usado o aspecto visual predefinido. Se quiser usar o seu pr\u00F3prio Visual, indique o nome de class e assegure-se que os correspondentes ficheiros jar est\u00E3o caregados. Se tiver problemas, escolha 'nada'. Funciona com applets</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Largura m\u00E1xima do n\u00F3
-OptionPanel.max_node_width.tooltip = <html>O valor m\u00E1ximo da largura do n\u00F3 em pixels</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motivo
-OptionPanel.nb = Nb[translate me]
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Cor de fundo do n\u00F3
-OptionPanel.nodebackgroundcolor.tooltip = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = Cor do n\u00F3
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = Letars a negrito
-OptionPanel.nodefontitalic = Letras a it\u00E1lico
-OptionPanel.nodefontname = Tipo de letra do n\u00F3
-OptionPanel.nodefontsize = Tipo de letra do n\u00F3
-OptionPanel.nodeshape = Estilo do n\u00F3
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = Texto do n\u00F3
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = Nenhum
-OptionPanel.number_of_different_files_for_automatic_save = N\u00FAmero de Ficheiros Diferentes para Grava\u00E7\u00F5es Autom\u00E1ticas
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> n\u00FAmero n de ficheiros diferentes receptores de mapas.  A primeira grava\u00E7\u00E3o autom\u00E1tica ser\u00E1 feita no primeiro ficheiro, e por a\u00ED adiante at\u00E9  n+1-grava\u00E7\u00E3o que ser\u00E1 guardada no primeiro (c\u00EDclico)</html>
-OptionPanel.OK = Guardar
-OptionPanel.patternname = Nome
-OptionPanel.patternname.tooltip = Nome \u00FAnico do padr\u00E3o
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Colocar novos ramos
-OptionPanel.placenewbranches.tooltip = <html>Onde colocar novos bra\u00E7os. Nomes v\u00E1lidos s\u00E3o 'primeiro' e '\u00FAltimo' </html>
-OptionPanel.printonwhitebackground = <html>Fundo branco para impress\u00E3o</html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relativo
-OptionPanel.ru = Ru
-OptionPanel.selection_method = M\u00E9todo de selec\u00E7\u00E3o
-OptionPanel.selection_method.tooltip = <html> com o seguinte interruptor pode activar/desactivar o esquema de retardamento da selec\u00E7\u00E3o. Op\u00E7\u00F5es auto. N\u00E3o modifique estes par\u00E2metros pois ser\u00E3o guardados nas auto.properties de qualquer maneira.</html>
-OptionPanel.selection_method_by_click = Clicando
-OptionPanel.selection_method_delayed = Retardado
-OptionPanel.selection_method_direct = Directo
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Padr\u00F5es
-OptionPanel.separator.anti_alias = Anti-alias
-OptionPanel.separator.attributes = Atributos
-OptionPanel.separator.automatic_save = Grava\u00E7\u00E3o autom\u00E1tica
-OptionPanel.separator.behaviour = Comportamento
-OptionPanel.separator.browser = Navegador
-OptionPanel.separator.CloudControls = Clouds[translate me]
-OptionPanel.separator.commands_for_the_program = Comandos para o programa
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Cores predefinidas
-OptionPanel.separator.default_fonts = Tipo de letra predefinido
-OptionPanel.separator.default_styles = Estilos predefinidos
-OptionPanel.separator.EdgeControls = Limites
-OptionPanel.separator.edit_long_node_window = Janela de edi\u00E7\u00E3o de n\u00F3 longo
-OptionPanel.separator.files = Ficheiros
-OptionPanel.separator.General = Geral
-OptionPanel.separator.html_export = Exportar HTML
-OptionPanel.separator.hyperlink_types = Tipos de hiperliga\u00E7\u00E3o
-OptionPanel.separator.icon_properties = \u00CDcones
-OptionPanel.separator.initial_map_size = Tamanho inicial do Mapa
-OptionPanel.separator.key_typing = Teclas
-OptionPanel.separator.language = L\u00EDngua
-OptionPanel.separator.look_and_feel = Visual
-OptionPanel.separator.mouse_wheel = Roda do rato
-OptionPanel.separator.new_node_commands = Novos comandos do n\u00F3
-OptionPanel.separator.node_editing_commands = Comandos de edi\u00E7\u00E3o do n\u00F3
-OptionPanel.separator.node_navigation_commands = Comandos de navega\u00E7\u00E3o do n\u00F3
-OptionPanel.separator.NodeColors = Cores do n\u00F3
-OptionPanel.separator.NodeFont = Tipo de letra do n\u00F3
-OptionPanel.separator.notifications = Confirma\u00E7\u00F5es
-OptionPanel.separator.other_defaults = Outras predefini\u00E7\u00F5es
-OptionPanel.separator.others = Outros empacotamentos chave
-OptionPanel.separator.patterns = Padr\u00F5es
-OptionPanel.separator.save = Guardar
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_colors = Cores da selec\u00E7\u00E3o
-OptionPanel.separator.selection_method = M\u00E9todo de selec\u00E7\u00E3o
-OptionPanel.separator.undo = Anular
-OptionPanel.set_property_text = Alterar
-OptionPanel.set_property_text.tooltip = Vazio: N\u00E3o mexa; Menos=Remover propriedades (definir valores por defeito); Mais=Alterar propriedades
-OptionPanel.sharp_bezier = B\u00E9zier afiado
-OptionPanel.sharp_linear = Linear afiado
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Case sensitive[translate me]
-OptionPanel.standardbackgroundcolor = Cor standard do fundo
-OptionPanel.standardbackgroundcolor.tooltip = <html>A cor standard do fundo em nota\u00E7\u00E3o HTML </html>
-OptionPanel.standardcloudcolor = Cor standard da Nuvem
-OptionPanel.standardcloudcolor.tooltip = <html>A cor standard da nuvem em nota\u00E7\u00E3o HTML </html>
-OptionPanel.standardcloudestyle = Estilo standard da Nuvem
-OptionPanel.standardcloudestyle.tooltip = <html>O estilo standard da nuvem. Actualmente apenas 'b\u00E9zier' \u00E9 suportado</html>
-OptionPanel.standarddrawrectangleforselection = Mostrar a selec\u00E7\u00E3o como rect\u00E2ngulo
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Assinalar o n\u00F3s seleccionados usando um rect\u00E2ngulo.</html>
-OptionPanel.standardlinkcolor = Cor standard do link
-OptionPanel.standardlinkcolor.tooltip = <html>A cor standard do link em nota\u00E7\u00E3o HTML </html>
-OptionPanel.standardlinkestyle = Estilo standard do link
-OptionPanel.standardlinkestyle.tooltip = <html>O estilo standard do link. Actualmente apenas 'b\u00E9zier' \u00E9 suportado</html>
-OptionPanel.standardselectednodecolor = Cor standard do n\u00F3 seleccionado
-OptionPanel.standardselectednodecolor.tooltip = <html>A cor standard do n\u00F3 seleccionado se mais nenhuma tiver sido especificada. Em nota\u00E7\u00E3o HTML (#RRGGBB valores hexadecimais) </html>
-OptionPanel.standardselectednoderectanglecolor = Cor do rect\u00E2ngulo de selec\u00E7\u00E3o
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>A cor standard do rect\u00E2ngulo que assinala os n\u00F3s seleccionados. Em nota\u00E7\u00E3o html (#RRGGBB em valores hex) </html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = Intervalo de tempo para Guardar automaticamente
-OptionPanel.time_for_automatic_save.tooltip = <html> tempo decorrido entre duas grava\u00E7\u00F5es autom\u00E1ticas (em mseg): Para desactivar grava\u00E7\u00F5es autom\u00E1ticas defina este n\u00FAmero para 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tempo para retardar a selec\u00E7\u00E3o
-OptionPanel.time_for_delayed_selection.tooltip = <html> O tempo de retardamento da selec\u00E7\u00E3o quando o rato passa sobre os n\u00F3s (em mseg). Altere este valor para 1 se pretender que a selec\u00E7\u00E3o se fa\u00E7a imediatamente ao passar do rato.</html>
-OptionPanel.toolTipManager.max_tooltip_width = Comprimento da ToolTip
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>A dimens\u00E3o por defeito da tooltip em pixels.</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Tipo de letra indefinida
-OptionPanel.undo_levels = N\u00EDveis de anula\u00E7\u00E3o
-OptionPanel.undo_levels.tooltip = <html>Determina quantos passos ser\u00E3o guardados para anular atrav\u00E9s de "Anular".</html>
-OptionPanel.unfold_on_paste = Desdobrar o n\u00F3 ao colar
-OptionPanel.unfold_on_paste.tooltip = Desdobrar o n\u00F3 ao colar ou Arrastar-e-Largar
-OptionPanel.use_tabbed_pane = Utilizar Separadores
-OptionPanel.use_tabbed_pane.tooltip = Se seleccionados os mapas s\u00E3o exibidos em separadores (como no FireFox :-) ).
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Velocidade
-OptionPanel.wheel_velocity.tooltip = Um valor alto resulta num movimento mais r\u00E1pido efeito dos movimentos da roda do rato no mapa.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Configurar p\u00E1gina
-PasteAction.text = Colar
-PatternNewNameProperty = Novo Padr\u00E3o
-PatternToString.backgroundColor = Cor de fundo
-PatternToString.color = Cor
-PatternToString.EdgeColor = Edge Color[translate me]
-PatternToString.EdgeStyle = Estilo do limite
-PatternToString.EdgeWidth = Largura do limite
-PatternToString.FontBold = Negrito
-PatternToString.Icon = \u00CDcone
-PatternToString.NodeFontSize = Tamanho das letras
-plugins/ScriptEditor.exit = Sair
-plugins/ScriptEditor.menu_actions = Ac\u00E7\u00F5es
-plugins/ScriptEditor.new_script = New Script[translate me]
-plugins/ScriptEditor.run = Executar
-plugins/ScriptEditor/window.Result = Resultado:
-plugins/ScriptEditor/window.title = Editor de Scripts
-plugins/TimeList.xml_Created = Criado
-plugins/TimeList.xml_Date = Data
-plugins/TimeList.xml_Icons = \u00CDcones
-plugins/TimeList.xml_Modified = Modificado
-plugins/TimeList.xml_Notes = Notas
-plugins/TimeList.xml_Text = Texto
-plugins/TimeManagement.xml_appendButton = Anexar a data aos n\u00F3s seleccionados
-plugins/TimeManagement.xml_Cancel = Cancelar
-plugins/TimeManagement.xml_cancelButton = Cancelar
-plugins/TimeManagement.xml_closeButton = Fechar
-plugins/TimeManagement.xml_Export = Exportar n\u00F3s seleccionados
-plugins/TimeManagement.xml_Find = Procurar
-plugins/TimeManagement.xml_Goto = Ir para
-plugins/TimeManagement.xml_hour = Horas:
-plugins/TimeManagement.xml_menu_actions = Ac\u00E7\u00F5es
-plugins/TimeManagement.xml_minute = Minutos:
-plugins/TimeManagement.xml_reminderButton = Lembrar-me nesta data
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Quando pressionado \u00E9 agendado um cron\u00F3metro para a data. Depois, os \u00EDcones cintilantes chamam-lhe a aten\u00E7\u00E3o.<br> Se fechar o mapa, os cron\u00F3metros s\u00E3o reactivados da pr\u00F3xima vez que o mapa for aberto.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Actualmente, s\u00F3 pode avir um alarme por cada n\u00F3. <br>O lembrete actual est\u00E1 definido para {0,date} {0,time}, a sua op\u00E7\u00E3o \u00E9 {1,date} {1,time}. <br><br>Pretende alterar a hora do lembrete (SIM) <br>ou pretende manter o anterior (N\u00C3O)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Lembrar agendamento em {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Remover lembrete
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Remover todos os lembretes associados aos n\u00F3s seleccionados.
-plugins/TimeManagement.xml_Replace = Substituir
-plugins/TimeManagement.xml_Replace_All = Substituir tudo
-plugins/TimeManagement.xml_Replace_Selected = Substituir seleccionados
-plugins/TimeManagement.xml_Select = Seleccionar
-plugins/TimeManagement.xml_todayButton = Hoje
-plugins/TimeManagement.xml_WindowTitle = Gest\u00E3o do Tempo
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Localizar & Substituir
-preferences = Prefer\u00EAncias
-PrintDirectAction.text = Imprimir...
-printing_settings = Escala
-PrintPreviewAction.text = Pr\u00E9-visualizar impress\u00E3o...
-PropertyAction.dialog = Preferences[translate me]
-PropertyAction.text = Prefer\u00EAncias ...
-QuitAction.text = Sair
-read_only = S\u00F3 Leitura
-really_remove_node = Confirma apagar o(s) n\u00F3(s)?
-RedoAction.text = Refazer
-RedoFilterAction.text = Refazer
-ReminderHookAction.text = Remover lembrete
-ReminderHookAction.tooltip = Remove o lembrete de um n\u00F3.
-RemoveAllIconsAction.text = Remover todos os \u00EDcones
-RemoveConnectorAction.text = Remove Connector[translate me]
-RemoveIconAction.text = Remover \u00FAltimo \u00EDcone
-repair_link = Corrigir Endere\u00E7o
-repair_link_question = Imposs\u00EDvel carregar o Mapa ligado. Reparar o endere\u00E7o de forma manual?
-replace = Substituir
-ReportBugAction.text = Report a Bug[translate me]
-RequestFeatureAction.text = Request a Feature[translate me]
-ResetNodeLocationAction.text = Repor a posi\u00E7\u00E3o
-save_failed = Tentativa de guardar o mapa {0} falhou.
-save_unsaved = Guardar este mapa? :
-SaveAction.text = Guardar
-SaveAll.text = Guardar &tudo
-SaveAll.tooltip = Guardar todos os mapas abertos.
-SaveAsAction.text = Guardar como...
-saved = Guardado
-scheme_evaluate = Avaliar!
-ScriptEditor.text = Editor de S&cripts...
-ScriptEditor.tooltip = Permite criar scripts grandes no Freeplane.
-ScriptEditorPanel.changed_cancel = Os scripts foram alterados. Confirma o abandono destas altera\u00E7\u00F5es?
-select_favorites_folder = Escolha a pasta em que se encontram os seus favoritos
-select_folder_for_importing = Escolha a pasta para importa\u00E7\u00E3o
-SelectAllAction.text = Seleccionar o que estiver vis\u00EDvel
-SelectBranchAction.text = Seleccionar o ramo vis\u00EDvel
-selection_method_by_click = Um clique para selecionar
-selection_method_delayed = Selec\u00E7\u00E3o autom\u00E1tica retardada
-selection_method_direct = Apontar selecciona
-SelectNoteAction.text = Passar para o Editor de Notas
-SelectNoteAction.tooltip = Mudar para a janela da nota
-SetImageByFileChooserAction.text = Incluir imagem (escolha ou "link")
-SetLinkByFileChooserAction.text = Incluir endere\u00E7o (procurar)
-SetLinkByTextFieldAction.text = Incluir endere\u00E7o (texto)
-ShowAllAttributesAction.text = Mostrar todos os atributos
-ShowAncestorsAction.text = Mostra ascendentes
-ShowAttributeDialogAction.text = Gestor de atributos
-ShowDescendantsAction.text = Mostra descendentes
-ShowHideNoteAction.text = Mostra/Oculta a janela de Notas
-ShowHideNoteAction.tooltip = \u00C9 um atalho de menu para as setas da linha divisora.
-ShowSelectedAttributesAction.text = Mostrar n\u00F3s seleccionadoos
-ShowSelectionAsRectangleAction.text = Mostra a selec\u00E7\u00E3o como rect\u00E2ngulo on/off
-simplyhtml.aboutFrameTitle = Acerca desta aplica\u00E7\u00E3o
-simplyhtml.aboutLabel = Acerca de SimplyHTML...
-simplyhtml.alignCenter = centro
-simplyhtml.alignLabel = Alinhamento:
-simplyhtml.alignLeft = esquerda
-simplyhtml.alignRight = direita
-simplyhtml.allCellsRangeLabel = todas as c\u00E9lulas
-simplyhtml.allOccurrencesReplaced = Todas as ocorr\u00EAncias substitu\u00EDdas
-simplyhtml.appendTableColLabel = Adicionar coluna
-simplyhtml.appendTableRowLabel = Adicionar linha
-simplyhtml.applyCellAttrLabel = Aplicar a
-simplyhtml.backgroundLabel = Fundo:
-simplyhtml.boldItalicName = negrito it\u00E1lico
-simplyhtml.boldName = negrito
-simplyhtml.borderColorLabel = Cor:
-simplyhtml.borderWidthLabel = Largura
-simplyhtml.bottomLabel = em baixo:
-simplyhtml.cancelBtnName = Cancelar
-simplyhtml.cellBorderTabLabel = Limites
-simplyhtml.cellGenTabLabel = Geral
-simplyhtml.cellMarginTabLabel = Margem
-simplyhtml.cellPanelTitle = Formato da c\u00E9lula
-simplyhtml.clearFormatLabel = Remover formata\u00E7\u00E3o
-simplyhtml.clearFormatTip = Remover formata\u00E7\u00E3o
-simplyhtml.close = Fechar
-simplyhtml.closeBtnName = Fechar
-simplyhtml.colorLabel = Cor
-simplyhtml.copyLabel = Copiar
-simplyhtml.copyTip = copiar
-simplyhtml.cTagNameHead1 = Heading 1
-simplyhtml.cTagNameHead2 = Heading 2
-simplyhtml.cTagNameHead3 = Heading 3
-simplyhtml.cTagNameHead4 = Heading 4
-simplyhtml.cTagNameHead5 = Heading 5
-simplyhtml.cTagNameHead6 = Heading 6
-simplyhtml.cTagNameLink = Link
-simplyhtml.cTagNameOL = Lista ordenada
-simplyhtml.cTagNamePara = Par\u00E1grafo
-simplyhtml.cTagNameUL = Lista n\u00E3o ordenada
-simplyhtml.cutLabel = Cortar
-simplyhtml.cutTip = cortar
-simplyhtml.defaultDocName = Sem nome
-simplyhtml.deleteTableColLabel = Eliminar coluna
-simplyhtml.deleteTableRowLabel = Eliminar linha
-simplyhtml.docTitleQuery = T\u00EDtulo:
-simplyhtml.docTitleTitle = Editar T\u00EDtulo do Documento
-simplyhtml.editLabel = Editar
-simplyhtml.effectLabel = Efeitos
-simplyhtml.familyLabel = Fam\u00EDlia
-simplyhtml.findNext = Localizar seguinte...
-simplyhtml.findReplaceDialogTitle = Localizar & Substituir
-simplyhtml.findReplaceLabel = Localizar & Substituir
-simplyhtml.findReplaceTip = localizar & substituir
-simplyhtml.fontBoldLabel = Negrito
-simplyhtml.fontBoldTip = comutar negrito on/off
-simplyhtml.fontDialogTitle = Formatar tipo de letra
-simplyhtml.fontItalicLabel = It\u00E1lico
-simplyhtml.fontItalicTip = comutar it\u00E1lico on/off
-simplyhtml.fontLabel = Tipo de letra...
-simplyhtml.fontTabLabel = Tipo de letra
-simplyhtml.fontTip = Formatar fonte...
-simplyhtml.fontUnderlineLabel = Sublinhar
-simplyhtml.fontUnderlineTip = comutar sublinhar on/off
-simplyhtml.foregroundLabel = Primeiro plano:
-simplyhtml.formatLabel = Formatar
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = alterar o formato da lista
-simplyhtml.formatParaLabel = Par\u00E1grafo...
-simplyhtml.formatParaTip = Alterar o formato do par\u00E1grafo
-simplyhtml.formatTableLabel = Tabela...
-simplyhtml.formatTableTip = Formatar tabela
-simplyhtml.helpLabel = Ajuda
-simplyhtml.htmlTabTitle = Ver c\u00F3digo HTML
-simplyhtml.imageFileDesc = Ficheiros de imagem
-simplyhtml.insertTableColLabel = Inserir coluna
-simplyhtml.insertTableLabel = Tabela...
-simplyhtml.insertTableMsg = Quantas colunas?
-simplyhtml.insertTableRowLabel = Inserir linha
-simplyhtml.insertTableTitle = inserir Tabela
-simplyhtml.italicName = it\u00E1lico
-simplyhtml.layoutTabTitle = Vista de Layout
-simplyhtml.leftLabel = esquerda:
-simplyhtml.listDialogTitle = Formatar lista
-simplyhtml.listIndentTitle = Indentar:
-simplyhtml.listPosInside = dentro
-simplyhtml.listPositionLabel = Posi\u00E7\u00E3o:
-simplyhtml.listPosOutside = fora
-simplyhtml.listTypeCircle = marcador redondo
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = s\u00EDmbolo de ficheiro como marcador
-simplyhtml.listTypeLabel = Tipo:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = nenhum
-simplyhtml.listTypeSquare = marcador quadrado
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Exterior
-simplyhtml.matchCase = Coincidir
-simplyhtml.newStyleDefaultName = novo estilo
-simplyhtml.nextTableCellLabel = C\u00E9lula seguinte
-simplyhtml.noLineLabel = nenhum
-simplyhtml.noMoreOccurrencesFound = n\u00E3o foram encontradas (mais) ocorr\u00EAncias
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Interior
-simplyhtml.paraAlignCenterLabel = Alinhar ao centro
-simplyhtml.paraAlignCenterTip = Define alinhamento do par\u00E1grafo ao centro
-simplyhtml.paraAlignLeftLabel = Alinhar \u00E0 esquerda
-simplyhtml.paraAlignLeftTip = Define alinhamento do par\u00E1grafo \u00E0 esquerda
-simplyhtml.paraAlignRightLabel = Alinhar \u00E0 direita
-simplyhtml.paraAlignRightTip = Define alinhamento do par\u00E1grafo \u00E0 direita
-simplyhtml.paraStyleDialogTitle = Estilo de par\u00E1grafo
-simplyhtml.paraTabLabel = Par\u00E1grafo
-simplyhtml.pasteLabel = Colar
-simplyhtml.pasteTip = colar
-simplyhtml.plainName = simples
-simplyhtml.previewLabel = Pr\u00E9-visualizar
-simplyhtml.previewText = Pr\u00E9-visualizar texto
-simplyhtml.prevTableCellLabel = C\u00E9lula anterior
-simplyhtml.redoLabel = Refazer
-simplyhtml.redoTip = refazer
-simplyhtml.replace = Substituir...
-simplyhtml.replaceAll = Todos
-simplyhtml.replaceDone = Feito
-simplyhtml.replaceNo = N\u00E3o
-simplyhtml.replaceThisQuery = substituir estas ocorr\u00EAncias por
-simplyhtml.replaceWith = Substituir por:
-simplyhtml.replaceYes = Sim
-simplyhtml.rightLabel = direita:
-simplyhtml.searchDown = Procurar abaixo
-simplyhtml.searchFromStart = Procurar desde o in\u00EDcio
-simplyhtml.searchUp = Procurar acima
-simplyhtml.selectAllLabel = Seleccionar tudo
-simplyhtml.sizeLabel = Tamanho
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = Riscado
-simplyhtml.styleLabel = Estilo
-simplyhtml.styleNameInputText = Nome do novo estilo?
-simplyhtml.styleNameInputTitle = Guardar estilo
-simplyhtml.tableBgColLabel = Cor de fundo:
-simplyhtml.tableDialogTitle = Formato da tabela
-simplyhtml.tableLabel = Tabela
-simplyhtml.tablePanelTitle = Formato da tabela
-simplyhtml.tableWidthLabel = Largura:
-simplyhtml.textIndentLabel = Indentar:
-simplyhtml.textToFind = Texto a procurar:
-simplyhtml.thisCellRangeLabel = esta c\u00E9lula
-simplyhtml.thisColRangeLabel = esta coluna
-simplyhtml.thisRowRangeLabel = esta linha
-simplyhtml.toggleBulletsLabel = Lista com marcas on/off
-simplyhtml.toggleBulletsTip = lista com marcas on/off
-simplyhtml.toggleNumbersLabel = Lista numerada on/off
-simplyhtml.toggleNumbersTip = lista numerada on/off
-simplyhtml.topLabel = em cima:
-simplyhtml.uLineLabel = Sublinhar
-simplyhtml.unableToOpenFileError = O ficheiro n\u00E3o pode ser aberto
-simplyhtml.unableToRedoError = Imposs\u00EDvel refazer:
-simplyhtml.unableToUndoError = Imposs\u00EDvel anular:
-simplyhtml.undoLabel = Anular
-simplyhtml.undoTip = anular
-simplyhtml.valignBaseline = na linha
-simplyhtml.valignBottom = em baixo
-simplyhtml.valignLabel = Alinhamento Vert.:
-simplyhtml.valignMiddle = ao centro
-simplyhtml.valignTop = em cima
-simplyhtml.wholeWordsOnly = Apenas palavras inteiras
-SortNodes.text = &Listar descendentes
-SortNodes.tooltip = Lista alfabeticamente todos os descendentes de um n\u00F3.
-split = Dividir
-SplitNode.text = Dividir o n\u00F3
-SplitNode.tooltip = <html>O n\u00F3 est\u00E1 dividido*</html>
-style = Estilo
-svg = SVG[translate me]
-TimeListAction.text = Mostra a lista de agendamentos ...
-TimeListAction.tooltip = Mostra todos os agendamentos e os n\u00F3s correspondentes.
-TimeManagementAction.text = Mostrar calend\u00E1rio...
-TimeManagementAction.tooltip = <html>Mostra o m\u00F3dulo Chat e calend\u00E1rio de Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Alternar descendentes
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Alternar pasta
-ToggleLeftToolbarAction.text = Alternar barra de ferramentas esquerda
-ToggleMenubarAction.text = Alternar barra de menu
-ToggleToolbarAction.text = Alternar barra de ferramentas
-undefined_error = Occureu um erro inesperado. Tente criar um relat\u00F3rio de erros.
-underline = Sublinhar
-underlined = Sublinhado
-UndoAction.text = Anular
-UndoFilterAction.text = Anular
-unfold = Expandir
-UnfoldAllAction.text = Desdobra todos
-UnfoldAllAction.tooltip = <html>Desdobra os n\u00F3s seleccionados e todos os seus descendentes.</html>
-UnfoldOneLevelAction.text = Desdobra um n\u00EDvel
-UnfoldOneLevelAction.tooltip = <html>Desdobra os n\u00F3s todos um n\u00EDvel.</html>
-UpdateCheckAction.text = Check for Updates[translate me]
-url_error = Endere\u00E7o mal escrito!
-url_load_error = Imposs\u00EDvel carregar mapa no endere\u00E7o:
-UsePlainTextAction.text = Utilizar Texto simples
-user_defined_zoom = Personalizado.
-user_defined_zoom_status_bar = Alterar o zoom personalizado para {0}%.
-user_zoom = Factor zoom (0.0 - 2.0):
-width = Largura
-yes = Sim
-ZoomInAction.text = Zoom +
-ZoomOutAction.text = Zoom -
+AboutAction.text=Acerca de...
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/ApplyFormatPlugin.dialog.title=Alterar formato dos n\u00F3s
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Alterar padr\u00F5es
+accessories/plugins/EncryptNode.properties_0=Escolha uma password para o n\u00F3 encriptado
+accessories/plugins/EncryptNode.properties_1=As passwords s\u00E3o muito curtas ou n\u00E3o coincidem.
+accessories/plugins/EncryptNode.properties_2=Digite a Password:
+accessories/plugins/EncryptNode.properties_3=Digite de novo a Password:
+accessories/plugins/EncryptNode.properties_4=Digite a sua password.
+accessories/plugins/EncryptNode.properties_5=<html>Lembre-se que o tamanho da encripta\u00E7\u00E3o<br> est\u00E1 directamente relacionado com a qualidade da sua password.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Cancelar
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=S\u00F3 pode alterar o estado de encripta\u00E7\u00E3o de um n\u00F3 encriptado. Insira um n\u00F3 desses a partir do menu Ferramentas.
+accessories/plugins/EncryptNode.properties_select_me=Seleccione-me para continuar!
+accessories/plugins/EncryptNode.properties_wrong_password=A password n\u00E3o est\u00E1 correcta.
+accessories/plugins/ExportWithTWiki.text=Como TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Exporta o mapa como um documento TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=Este \u00E9 um m\u00E9todo de exporta\u00E7\u00E3o \u00E9 uniforme que utiliza scripts XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Como Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporta o mapa como applet java para o browser.
+accessories/plugins/ExportWithXSLT_Flash.text=Como Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporta o mapa como aplica\u00E7\u00E3o flash.
+accessories/plugins/ExportWithXSLT_HTML.text=Como XHTML (vers\u00E3o JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Como XHTML (vers\u00E3o imagem de mapa clic\u00E1vel)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Recursos do n\u00F3 RESOURCES para o ficheiro TaskJuggler...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporta recursos do n\u00F3 RESOURCES para o n\u00F3 do m\u00F3dulo Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tarefas do n\u00F3 TASKS para o ficheiro TaskJuggler...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exporta as tarefas a partir do n\u00F3 TASKS para o n\u00F3 do m\u00F3dulo Taskjuggler. </html>
+add=Adicionar
+AddLocalLinkAction.text=Adicionar hiperliga\u00E7\u00E3o local
+antialias_all="anti-alias" total
+antialias_edges=Linhas "anti-alias"
+antialias_none=Remover "anti-alias"
+apply=Aplicar
+ApplyAction.text=Aplicar
+ApplyFormatPlugin.text=&Alterar formato ...
+ApplyFormatPlugin.tooltip=Apresenta um di\u00E1logo no qual os atributos do n\u00F3 e do limite padem ser modificados de uma vez s\u00F3.
+ApplyNoFilteringAction.text=Sem filtragem
+as_parent=Como principal
+AssignAttributesAction.text=Atribuir atributos...
+attribute_delete=Apaga todos os valores
+attribute_delete_value=Apaga este valar
+attribute_font_size_tooltip=Tamanho da fonte do atributo
+attribute_list_box_label_text=Valores existentes
+attribute_replace=Substituir por
+attribute_top=Todos os atributos conhecidos para os n\u00F3s seleccionados
+attributes_adding_empty_attribute_error=N\u00E3o pode utilizar vazio como nome de um atributo
+attributes_all=Todos os atributos
+attributes_attribute=Atributos
+attributes_close=Fechar
+attributes_deselect_all=Nenhum
+attributes_dialog_title=Attribute Manager[translate me]
+attributes_edit=Editar
+attributes_edit_tooltip=Editar conjunto
+attributes_for_selected=N\u00F3s seleccionados
+attributes_for_visible=Todos os n\u00F3s vis\u00EDveis
+attributes_import=Importar
+attributes_import_tooltip=Importar atributos de outros mapas abertos
+attributes_popup_delete=Eliminar
+attributes_popup_down=Abaixo
+attributes_popup_edit=Editar
+attributes_popup_hide=Ocultar
+attributes_popup_new=Novo atributo
+attributes_popup_optimal_width=Largura ideal
+attributes_popup_up=Acima
+attributes_refresh=Redesenhar
+attributes_restricted_attributes_tooltip=Conjunto de atributos restritos
+attributes_restricted_values_tooltip=Conjunto restrito de valores para este atributo
+attributes_restriction=Conjunto restrito
+attributes_select_all=Todos
+attributes_select_all_tooltip=Seleccionar tudo / nada
+attributes_show=Mostrar
+attributes_skip_root=Ignora o n\u00F3 raiz
+attributes_visible=Seleccionar vis\u00EDveis
+attributes_visible_tooltip=Seleccionar vis\u00EDveis
+automatically_save_message=O mapa foi guardado automaticamente (com o nome {0}) ...
+AutomaticLayoutAction.text=Layout autom\u00E1tico
+AutomaticLayoutAction.tooltip=<html>Fixa o layout do mapa. <br>O primeiro n\u00EDvel \u00E9 preto, o segundo azul, etc.</html>
+BackAction.tooltip=Volta atr\u00E1s na cadeia seleccionada
+background=Fundo
+bitmaps=bitmaps[translate me]
+BlinkingNodeHookAction.text=N\u00F3 cintilante
+BlinkingNodeHookAction.tooltip=<html>Torna o n\u00F3 cintilante.Tenha cuidado. N\u00E3o associe a muitos n\u00F3s, e <strong> nunca com outras formata\u00E7\u00F5es autom\u00E1ticas no mesmo n\u00F3</strong></html>
+BoldAction.text=Negrito
+boldify_branch=Negrito
+branch=Ramo
+cancel=Cancelar
+CancelAction.text=Cancelar
+cannot_add_parent_diff_parents=Todos os n\u00F3s devem ter o mesmo parente para usar esta fun\u00E7\u00E3o.
+cannot_add_parent_to_root=O n\u00F3 de raiz n\u00E3o pode ser adicionado a um n\u00F3 principal.
+cannot_join_nodes_with_children=N\u00E3o \u00E9 poss\u00EDvel juntar n\u00F3s com descendentes
+cannot_move_to_child=N\u00E3o \u00E9 poss\u00EDvel mover um no para um dos seus descendentes.
+CenterAction.text=Centrar
+ChangeNodeLevelLeftsAction.text=N\u00F3 esquerdo
+ChangeNodeLevelLeftsAction.tooltip=\u00C0 esquerda dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para baixo. Torna/tornam-se descendentes das r\u00E9plicas acima. \u00C0 direita dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para cima. Directamente na raiz, os n\u00F3s mudam de lado.
+ChangeNodeLevelRightsAction.text=N\u00F3 direito
+ChangeNodeLevelRightsAction.tooltip=\u00C0 esquerda dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para baixo. Torna/tornam-se descendentes das r\u00E9plicas acima. \u00C0 direita dos n\u00F3s da raiz \u00E9/s\u00E3o empurrados para cima. Directamente na raiz, os n\u00F3s mudam de lado.
+choose_background_color=Seleccione a cor de fundo:
+choose_cloud_color=Seleccione a cor da Nuvem:
+choose_edge_color=Escolher cor do Limite
+choose_node_background_color=Seleccione a cor de fundo do n\u00F3:
+choose_node_color=Seleccione a cor do n\u00F3:
+CloseAction.text=Fechar
+CloudAction.text=Nuvem
+CloudColorAction.text=Nuvem colorida
+ColorProperty.ResetColor=Repor cor
+combined=Combinado
+confirmation=Confirma\u00E7\u00E3o
+CopyAction.text=Copiar
+CopyIDAction.text=Copy Node ID[translate me]
+CopySingleAction.text=Copiar simples
+CreationModificationPluginAction.text=Mostrar informa\u00E7\u00E3o das modifica\u00E7\u00F5es
+CreationModificationPluginAction.tooltip=<html>Esta fun\u00E7\u00E3o mant\u00E9m um registo da cria\u00E7\u00E3o dos n\u00F3s e dados de modifica\u00E7\u00E3o.</html>
+CutAction.text=Cortar
+decrease_branch_font_size=Letra menor
+DecreaseNodeFontAction.text=Letra menor
+delete=eliminar
+delete_child=Eliminar n\u00F3
+DeleteAction.text=Remover n\u00F3
+DeleteConditionAction.text=Eliminar
+DocumentationAction.text=Documenta\u00E7\u00E3o
+edge=Linha
+edge_style=Estilo do limite
+edge_width=Largura do limite
+EdgeColorAction.text=Cor da Linha
+EdgeStyleAction.bezier.text=B\u00E9zier
+EdgeStyleAction.horizontal.text=Horizontal[translate me]
+EdgeStyleAction.linear.text=Linear
+EdgeStyleAction.sharp_bezier.text=B\u00E9zier afiado
+EdgeStyleAction.sharp_linear.text=Linear afiado
+EdgeStyleAsParentAction.text=Como principal
+EdgeWidthAction_width_parent.text=Principal
+EdgeWidthAction_width_thin.text=Fina
+edit=Editar
+edit.decision=HTML Editor
+edit.edit_rich_text=Quer utilizar formata\u00E7\u00F5es como negrito e it\u00E1lico?
+edit_link_manually=Edi\u00E7\u00E3o manual
+edit_middle_label=Edit Middle Label[translate me]
+edit_source_label=Edit Source Label[translate me]
+edit_target_label=Edit Target Label[translate me]
+EditAction.text=Editar n\u00F3
+EditAttributesAction.text=Editar atributos
+EditFilterAction.text=Editar
+EditLongAction.text=Editar n\u00F3 longo
+EncryptedMap.text=Criar um Mapa encriptado ...
+EncryptedMap.tooltip=Criar num novo mapa encriptado
+enter_base_url=Vou colar endere\u00E7os relativos. Por favor indique a URL base.
+enter_confirms=Enter confirma
+EnterPassword.text=Alterna entre Encriptado/Desencriptado
+error_applying_template=Erro ao aplicar o modelo XSL.
+error_creating_directory=N\u00E3o \u00E9 poss\u00EDvel criar o direct\u00F3rio de exporta\u00E7\u00E3o.
+ExecuteScripts.text=Scripts[translate me]
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+ExportAction.text=Exportar
+ExportBranchToHTMLAction.text=Exportar ramo para HTML
+ExportPdf.text=Como PDF...
+ExportSvg.text=Como SVG...
+ExportToHTMLAction.text=Exportar para HTML
+ExportToImage.jpg.text=Como JPEG...
+ExportToImage.png.text=Como PNG...
+ExportToOoWriter.text=Como documento do Office Writer...
+ExportToOoWriter.tooltip=N\u00F3s desdobrados da estrutura, dobram os n\u00F3s do conte\u00FAdo do documento.
+extension_menu=Estilo f\u00EDsico
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=FAQ
+file=Ficheiro
+file_already_exists=O ficheiro {0} j\u00E1 existe. Deseja substitu\u00ED-lo?
+file_not_found=Ficheiro {0} n\u00E3o encontrado
+filter=Filtro
+filter_add=Adicionar
+filter_and=E
+filter_conditions=Filtros
+filter_contains=Cont\u00E9m
+filter_delete=eliminar
+filter_dialog=Composi\u00E7\u00E3o de filtros
+filter_does_not_exist=N\u00E3o existe
+filter_edit_description=Editar lista de filtros
+filter_enter_value=Digite o valor
+filter_exist=Existe
+filter_icon=\u00CDcone
+filter_is_equal_to=\u00C9 igual a
+filter_is_not_equal_to=N\u00E3o \u00E9 igual a
+filter_link=Hyperlink[translate me]
+filter_no_filtering=Sem filtragem
+filter_node=N\u00F3 de texto
+filter_not=N\u00E3o
+filter_or=Ou
+filter_select=Seleccionar
+filter_selected_node_view=N\u00F3s actualmente seleccionados
+find_what=Procurar...
+FindAction.text=Procurar
+fit_map_to_page=Uma pagina
+FitToPage.text=Zoom para ajuste de p\u00E1gina
+FitToPage.tooltip=Ajusta o zoom para que o mapa caiba todo na janela.
+fold=Expandir
+FoldAllAction.text=Dobrar todos
+FoldAllAction.tooltip=<html>Dobra os n\u00F3s seleccionados e todos os seus descendentes.</html>
+FoldOneLevelAction.text=Dobrar um n\u00EDvel
+FoldOneLevelAction.tooltip=<html>Dobra os n\u00F3s todos um n\u00EDvel.</html>
+FollowLinkAction.text=Follow Link[translate me]
+font=Tipo de letra
+FontFamilyAction.text=fam\u00EDlia do tipo de letra
+FontSizeAction.text=tamanho da letra
+format_menu_edge_styles=Estilo dos Limites
+format_menu_edge_widths=Espessura dos Limites
+FormatCopy.text=Copiar formato
+FormatCopy.tooltip=<html>Copia o formato de um n\u00F3.</html>
+FormatPaste.text=Colar formato
+FormatPaste.tooltip=<html>Cola o formato de um n\u00F3.</html>
+ForwardAction.tooltip=Avan\u00E7a na cadeia seleccionada
+Freeplane.progress.buildScreen=Criar ecr\u00E3...
+Freeplane.progress.createController=Criar controlador...
+Freeplane.progress.createInitialMode=Criar Modo Inicial...
+Freeplane.progress.endStartup=Finalizar inicia\u00E7\u00E3o.
+Freeplane.progress.gettingPreferenceDirectories=A obter prefer\u00EAncias de direct\u00F3rio...
+Freeplane.progress.gettingPreferences=A obter prefer\u00EAncias...
+Freeplane.progress.loadMaps=Carregar Mapas...
+Freeplane.progress.propagateLookAndFeel=Propagar aspecto e estilos...
+Freeplane.progress.settingPreferences=Definir prefer\u00EAncias...
+Freeplane.progress.startCreateController=Iniciar a cria\u00E7\u00E3o do controlador...
+Freeplane.progress.updateLookAndFeel=Actualizar aspecto e estilos...
+freeplane_reverted=Freeplane_Revertido_
+FreeplaneHelpStarter.text=Ajuda...
+FreeplaneHelpStarter.tooltip=Extens\u00E3o de Ajuda Freeplane
+GotoLinkNodeAction.text=Ir para o link
+GrabKeyDialog.common.cancel=Cancelar
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Associado a
+GrabKeyDialog.grab-key.assigned-to.none=Actualmente n\u00E3o atribu\u00EDdo
+GrabKeyDialog.grab-key.clear=Limpar
+GrabKeyDialog.grab-key.remove=Remover
+GrabKeyDialog.grab-key.remove-ask=Tem a certeza que deseja remover esta combina\u00E7\u00E3o de teclas?
+GrabKeyDialog.grab-key.title=Digite nova chave
+help=Ajuda
+HideAllAttributesAction.text=Ocultar todos os atributos
+HierarchicalIconsAction.text=Mostrar \u00EDcones hierarquicamente
+HierarchicalIconsAction.tooltip=Se um dos meus (grand)descendentes tiver um \u00EDcone, eu tamb\u00E9m mostro este \u00EDcone num formato pequeno.
+html_export_based_on_headings=Exportar HTML - Com cabe\u00E7alhos
+html_export_fold_all=Exportar HTML - Com n\u00F3s p/expans\u00E3o
+html_export_fold_currently_folded=Exportar HTML - Respeitar expandidos
+html_export_no_folding=Exportar HTML - Totalmente expandido
+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_attach=Clip
+icon_bee=Freeplane[translate me]
+icon_bell=A Lembrar
+icon_bookmark=Excelente
+icon_broken-line=Broken[translate me]
+icon_button_cancel=N\u00E3o OK
+icon_button_ok=OK
+icon_calendar=Data
+icon_clanbomber=Perigoso
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=N\u00E3o esquecer
+icon_down=Abaixo
+icon_family=Fam\u00EDlia
+icon_female1=Female1[translate me]
+icon_flag=Bandeira
+icon_flag-black=Black Flag[translate me]
+icon_flag-orange=Orange Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_folder=Folder[translate me]
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=Prioridade 1
+icon_full-2=Prioridade 2
+icon_full-3=Prioridade 3
+icon_full-4=Prioridade 4
+icon_full-5=Prioridade 5
+icon_full-6=Prioridade 6
+icon_full-7=Prioridade 7
+icon_go=Green Traffic Light[translate me]
+icon_gohome=Casa
+icon_help=Quest\u00E3o
+icon_idea=Ideia
+icon_info=Info[translate me]
+icon_kaddressbook=Telefone
+icon_kmail=E-Mail[translate me]
+icon_knotify=M\u00FAsica
+icon_korn=Caixa de Correio
+icon_ksmiletris=Estou feliz
+icon_licq=Bonito
+icon_Mail=Correio
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_males=Males[translate me]
+icon_menu=\u00CDcones
+icon_messagebox_warning=Importante
+icon_password=Chave
+icon_pencil=A Redefinir
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_smily_bad=N\u00E3o estou contente
+icon_stop=Stop
+icon_up=Acima
+icon_wizard=M\u00E1gico
+icon_xmag=A Discutir
+icon_yes=Importante
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.office.text=Office[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Seleccionar \u00EDcone...
+IconSelectionPlugin.tooltip=<html>Aqui pode seleccionar um \u00EDcone usando uma sub-janela.</html>
+import=Importar
+import_linked_branch_no_link=O n\u00F3 seleccionado n\u00E3o tem nenhum link para importar.
+ImportAction.text=Importar
+ImportBranchAction.text=Importar ramo
+ImportExplorerFavoritesAction.text=Importar favoritos do "Explorador"
+ImportFolderStructureAction.text=Importar estrutura de pastas
+ImportLinkedBranchAction.text=Importar ramo concatenado
+ImportLinkedBranchWithoutRootAction.text=Importar sem raiz
+ImportMindmanagerFiles.text=MindManager X5 Map...
+increase_branch_font_size=Letra maior
+IncreaseNodeFontAction.text=Letra maior
+ItalicAction.text=It\u00E1lico
+italicise_branch=It\u00E1lico
+JoinNodesAction.text=Juntar n\u00F3s
+less_than_two_selected_nodes=Tem que seleccionar pelo menos dois n\u00F3s para criar links.
+link_not_available_any_more=O link j\u00E1 n\u00E3o \u00E9 v\u00E1lido. O n\u00F3 interm\u00E9dio foi eliminado.
+link_not_found=Link {0} n\u00E3o encontrado.
+locking_failed_by_open=Bloqueio do mapa {0} falhou. Vai ser aberto em modo s\u00F3 de leitura.
+locking_failed_by_save_as=Bloqueio do mapa {0} falhou. Opera\u00E7\u00E3o "guardar como" cancelada.
+locking_old_lock_removed=O mapa {0} estava bloqueado pelo utilizador {1}. O bloqueio foi removido por ser muito antigo.
+long_node_changed_cancel=O n\u00F3 foi modificado. Ignorar as altera\u00E7\u00F5es?
+lots_of_links_warning=V\u00E3o ser criadas muitas liga\u00E7\u00F5es ao mesmo n\u00F3. Quer continuar?
+map_already_exists=J\u00E1 existe um mapa com este nome. Quer substituir?
+map_corrupted=Mapa corrompido. Ver detalhes?
+map_locked_by_open=O mapa {0} est\u00E1 a ser editado pelo utilizador {1}. Vai ser aberto em modo s\u00F3 de leitura.
+map_locked_by_save_as=O mapa {0} est\u00E1 a ser editado pelo utilizador {1}. Opera\u00E7\u00E3o "guardar como" cancelada.
+map_not_saved=O mapa ainda n\u00E3o foi guardado.
+MapBackgroundColorAction.text=Map Background[translate me]
+menu_attributes=Atributos
+menu_extras=Ferramentas
+menu_file_import=Importar
+menu_format=Formatar
+menu_insert=Inserir
+menu_navigate=Navegar
+menu_view=Ver
+mindmap=Mapa
+mindmaps=Mapas
+mindmaps_desc=Mapas (*.mm)
+mode_Browse=Browse Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Modo n\u00E3o dispon\u00EDvel
+mode_status=Modo alterado para "{0}"
+mode_title=Freeplane - Modo "{0}"
+modes=Modos
+ModesMenuAction.Browse.text=Map Browser[translate me]
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Ficheiros recentes
+MoveToRootAction.text=Ir para a raiz
+NavigationNextMapAction.text=Mapa seguinte
+NavigationPreviousMapAction.text=Mapa anterior
+new_mindmap=Novo mapa
+new_node=Novo n\u00F3
+new_node_as_sibling_not_possible_for_the_root=Novo n\u00F3 (mesmo ramo) n\u00E3o \u00E9 poss\u00EDvel para a raiz
+NewChildAction.text=Novo n\u00F3 descendente
+NewMapAction.text=Novo
+NewParentNode.text=Novo n\u00F3 principal
+NewParentNode.tooltip=<html>Toda a selec\u00E7\u00E3o ser\u00E1 enviada para um n\u00F3 principal.</html>
+NewPreviousSiblingAction.text=Novo n\u00F3 acima
+NewSiblingAction.text=Novo n\u00F3 abaixo
+no=N\u00E3o
+no_format_copy_before_format_paste=N\u00E3o pode colar um formato sem ter copiado nenhum.
+no_found_from="{0}" n\u00E3o encontrado a partir de "{1}".
+no_more_found_from=N\u00E3o existe mais "{0}" encontrados a partir de "{1}".
+no_previous_find=Sem ocorr\u00EAncia anterior.
+node=N\u00F3
+node_changed_discard_changes=O n\u00F3 foi modificado. Ignorar as altera\u00E7\u00F5es?
+NodeBackgroundColorAction.text=Cor de fundo do n\u00F3...
+NodeColorAction.text=Cor do n\u00F3
+NodeColorBlendAction.text=Misturar cor
+NodeDownAction.text=N\u00F3 para baixo
+NodeShapeAction.bubble.text=Bolha
+NodeShapeAction.fork.text=Forquilha
+NodeUpAction.text=N\u00F3 para cima
+nonboldify_branch=Anular Negrito
+nonitalicise_branch=Anular It\u00E1lico
+normal=Normal
+not_saved_for_link_error=O mapa tem que ser guardado antes de poder escolher um endere\u00E7o.
+ok=OK
+OKAction.text=OK
+OpenAction.text=Abrir
+OpenPathAction.text=Open File[translate me]
+option_changes_may_require_restart=Para ver o efeito das altera\u00E7\u00F5es efectuadas ter\u00E1, provavelmente, que reiniciar o Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&N\u00E3o
+OptionalDontShowMeAgainDialog.dontShowAgain=&N\u00E3o voltar a perguntar.
+OptionalDontShowMeAgainDialog.ok=&Sim
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Recordar a minha decis\u00E3o.
+OptionPanel.absolute=Absoluto
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Padr\u00F5es de layout atom\u00E1tico
+OptionPanel.antialias=Anti-alias
+OptionPanel.antialias.tooltip=<html>Determina a qualidade do mapa. Mais anti-alias demora mais tempo.</html>
+OptionPanel.antialias_all="anti-alias" total
+OptionPanel.antialias_edges=Linhas "anti-alias"
+OptionPanel.antialias_none=Sem anti-alias
+OptionPanel.Appearance=Aspecto
+OptionPanel.ar=Ar
+OptionPanel.as_parent=Como principal
+OptionPanel.ask=Pergunte
+OptionPanel.automatic=Autom\u00E1tico
+OptionPanel.automaticFormat_level=Estilos de layout autom\u00E1tico
+OptionPanel.automaticFormat_level1=Formato do n\u00F3 de raiz
+OptionPanel.automaticFormat_level2=1. Formato do n\u00EDvel do n\u00F3
+OptionPanel.Behaviour=Comportamento
+OptionPanel.bezier=bezier[translate me]
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.Cancel=Cancelar
+OptionPanel.childpattern=Padr\u00E3o filho
+OptionPanel.childpattern.tooltip=O padr\u00E3o seleccionado via ser aplicado a todos os descendentes.
+OptionPanel.clear_all_setters=Trocar tudo
+OptionPanel.clear_all_setters.tooltip=Activa ou desactiva todas as indica\u00E7\u00F5es de altera\u00E7\u00E3o.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Combinado
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Predefinido
+OptionPanel.default_browser_command_mac=Comando por defeito do Navegador Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> e MAC: (obrigado Nick!)</html>
+OptionPanel.default_browser_command_other_os=Comando por defeito do Navegador outro SO
+OptionPanel.default_browser_command_other_os.tooltip=<html>Normalmente Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Comando por defeito do Navegador Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Para o Windows (os "" sinais s\u00E3o necess\u00E1rios porque os links t\u00EAm "=" na URL).</html>
+OptionPanel.default_browser_command_windows_nt=Comando por fefeito do Navegador Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Para o Windows (os "" sinais s\u00E3o necess\u00E1rios porque os links t\u00EAm "=" na URL).</html>
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=Predefinidos
+OptionPanel.delete_automatic_saves_at_exit=Apagar grava\u00E7\u00F5es autom\u00E1ticas ao sair
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Se os ficheiros deverem ser eliminados automaticamente no encerramento normal do Freeplane defina esta vari\u00E1vel como verdadeira</html>
+OptionPanel.delete_nodes_without_question=Eliminar os n\u00F3s sem confirma\u00E7\u00E3o?
+OptionPanel.delete_nodes_without_question.tooltip=Se assinalar esta caixa de verifica\u00E7\u00E3o, os n\u00F3s ser\u00E3o eliminados sem confirma\u00E7\u00E3o. Pode causar perdas de informa\u00E7\u00E3o se pressionado sem inten\u00E7\u00E3o.
+OptionPanel.disable_cursor_move_paper=Desactivar Cursor para Mover Papel
+OptionPanel.disable_cursor_move_paper.tooltip=<html>N\u00E3o mostra o cursor 'mover' quando arrastaro papel</html>
+OptionPanel.edgecolor=Cor do limite
+OptionPanel.edgecolor.tooltip=Propriedade do limite do n\u00F3 principal (tamb\u00E9m \u00E9 aplicado aos n\u00F3s descendentes)
+OptionPanel.edgestyle=Estilo do limite
+OptionPanel.edgestyle.tooltip=Propriedade do limite do n\u00F3 principal (tamb\u00E9m \u00E9 aplicado aos n\u00F3s descendentes)
+OptionPanel.edgewidth=Largura do limite
+OptionPanel.edgewidth.tooltip=Propriedade do limite do n\u00F3 principal (tamb\u00E9m \u00E9 aplicado aos n\u00F3s descendentes)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Enter confirma por defeito
+OptionPanel.el__max_default_window_height=Altura Max predefinida da janela
+OptionPanel.el__max_default_window_width=Largura Max predefinida da janela
+OptionPanel.el__min_default_window_height=Altura Min predefinida da janela
+OptionPanel.el__min_default_window_width=Largura Min predefinida da janela
+OptionPanel.el__position_window_below_node=Posi\u00E7\u00E3o da janela abaixo do n\u00F3
+OptionPanel.en=En
+OptionPanel.Environment=Ambiente
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Bloqueio experimental de Ficheiro
+OptionPanel.experimental_file_locking_on.tooltip=<html> Caracter\u00EDstica experimental</html>
+OptionPanel.export_icons_in_html=Exportar \u00EDcones em HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Informa de o HTML exportado a partir do Freeplane deve conter \u00EDcones. O problema com os \u00EDcones \u00E9 que frequentemente os links para os \u00EDcones n\u00E3o s\u00E3o encontrados no HTML exportado.</html>
+OptionPanel.Files=Ficheiros
+OptionPanel.first=Primeiro
+OptionPanel.foldingsymbolwidth=Largura do S\u00EDmbolo de dobragem
+OptionPanel.foldingsymbolwidth.tooltip=<html>Largura do c\u00EDrculo de dobragem</html>
+OptionPanel.fork=Fork[translate me]
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl
+OptionPanel.gtk=Gtk
+OptionPanel.horizontal=horizontal[translate me]
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Baseado nos cabe\u00E7alhos
+OptionPanel.html_export_fold_all=Dobrar todos
+OptionPanel.html_export_fold_currently_folded=Manter as dobras actuais
+OptionPanel.html_export_folding=Dobragem para exportar HTML
+OptionPanel.html_export_no_folding=N\u00E3o dobrado
+OptionPanel.hu=Hu
+OptionPanel.icon=\u00CDcone
+OptionPanel.icon.tooltip=Se aplicado, o n\u00F3 exibir\u00E1 precisamente este \u00EDcone.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Atalhos
+OptionPanel.ko=Kr
+OptionPanel.label_font_family=Font Family[translate me]
+OptionPanel.label_font_size=Tamanho das letras
+OptionPanel.language=L\u00EDngua
+OptionPanel.language.tooltip=<html>Esta \u00E9 a L\u00EDngua usada pelo programa. 'autom\u00E1tico' tentar\u00E1 carregar o idioma actual do utilizador. </html>
+OptionPanel.last=\u00DAltimo
+OptionPanel.last_opened_list_length=Tamanho da \u00DAltima Lista Aberta
+OptionPanel.linear=linear[translate me]
+OptionPanel.links=Links
+OptionPanel.links.tooltip=<html>Define se os links s\u00E3o relativos ou absolutos </html>
+OptionPanel.load_last_map=Abrir automaticamente o \u00FAltimo mapa
+OptionPanel.load_last_map.tooltip=<html>Quando o Freeplane inicia, tenta abrir automaticamente o \u00FAltimo mapa utilizado.</html>
+OptionPanel.lookandfeel=Visual
+OptionPanel.lookandfeel.tooltip=<html>O Visual a utilizar. S\u00E3o aceites 'metal','windows','motivo', 'gtk', 'mac' s\u00F3 est\u00E1 dispon\u00EDvel em MacOS. Predefinido significa que ser\u00E1 usado o aspecto visual predefinido. Se quiser usar o seu pr\u00F3prio Visual, indique o nome de class e assegure-se que os correspondentes ficheiros jar est\u00E3o caregados. Se tiver problemas, escolha 'nada'. Funciona com applets</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Largura m\u00E1xima do n\u00F3
+OptionPanel.max_node_width.tooltip=<html>O valor m\u00E1ximo da largura do n\u00F3 em pixels</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motivo
+OptionPanel.nb=Nb[translate me]
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Cor de fundo do n\u00F3
+OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodecolor=Cor do n\u00F3
+OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodefontbold=Letars a negrito
+OptionPanel.nodefontitalic=Letras a it\u00E1lico
+OptionPanel.nodefontname=Tipo de letra do n\u00F3
+OptionPanel.nodefontsize=Tipo de letra do n\u00F3
+OptionPanel.nodeshape=Estilo do n\u00F3
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=Texto do n\u00F3
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=Nenhum
+OptionPanel.number_of_different_files_for_automatic_save=N\u00FAmero de Ficheiros Diferentes para Grava\u00E7\u00F5es Autom\u00E1ticas
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> n\u00FAmero n de ficheiros diferentes receptores de mapas.  A primeira grava\u00E7\u00E3o autom\u00E1tica ser\u00E1 feita no primeiro ficheiro, e por a\u00ED adiante at\u00E9  n+1-grava\u00E7\u00E3o que ser\u00E1 guardada no primeiro (c\u00EDclico)</html>
+OptionPanel.OK=Guardar
+OptionPanel.patternname=Nome
+OptionPanel.patternname.tooltip=Nome \u00FAnico do padr\u00E3o
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Colocar novos ramos
+OptionPanel.placenewbranches.tooltip=<html>Onde colocar novos bra\u00E7os. Nomes v\u00E1lidos s\u00E3o 'primeiro' e '\u00FAltimo' </html>
+OptionPanel.printonwhitebackground=<html>Fundo branco para impress\u00E3o</html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Relativo
+OptionPanel.ru=Ru
+OptionPanel.selection_method=M\u00E9todo de selec\u00E7\u00E3o
+OptionPanel.selection_method.tooltip=<html> com o seguinte interruptor pode activar/desactivar o esquema de retardamento da selec\u00E7\u00E3o. Op\u00E7\u00F5es auto. N\u00E3o modifique estes par\u00E2metros pois ser\u00E3o guardados nas auto.properties de qualquer maneira.</html>
+OptionPanel.selection_method_by_click=Clicando
+OptionPanel.selection_method_delayed=Retardado
+OptionPanel.selection_method_direct=Directo
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Padr\u00F5es
+OptionPanel.separator.anti_alias=Anti-alias
+OptionPanel.separator.attributes=Atributos
+OptionPanel.separator.automatic_save=Grava\u00E7\u00E3o autom\u00E1tica
+OptionPanel.separator.behaviour=Comportamento
+OptionPanel.separator.browser=Navegador
+OptionPanel.separator.CloudControls=Clouds[translate me]
+OptionPanel.separator.commands_for_the_program=Comandos para o programa
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Cores predefinidas
+OptionPanel.separator.default_fonts=Tipo de letra predefinido
+OptionPanel.separator.default_styles=Estilos predefinidos
+OptionPanel.separator.EdgeControls=Limites
+OptionPanel.separator.edit_long_node_window=Janela de edi\u00E7\u00E3o de n\u00F3 longo
+OptionPanel.separator.files=Ficheiros
+OptionPanel.separator.General=Geral
+OptionPanel.separator.html_export=Exportar HTML
+OptionPanel.separator.hyperlink_types=Tipos de hiperliga\u00E7\u00E3o
+OptionPanel.separator.icon_properties=\u00CDcones
+OptionPanel.separator.initial_map_size=Tamanho inicial do Mapa
+OptionPanel.separator.key_typing=Teclas
+OptionPanel.separator.language=L\u00EDngua
+OptionPanel.separator.look_and_feel=Visual
+OptionPanel.separator.mouse_wheel=Roda do rato
+OptionPanel.separator.new_node_commands=Novos comandos do n\u00F3
+OptionPanel.separator.node_editing_commands=Comandos de edi\u00E7\u00E3o do n\u00F3
+OptionPanel.separator.node_navigation_commands=Comandos de navega\u00E7\u00E3o do n\u00F3
+OptionPanel.separator.NodeColors=Cores do n\u00F3
+OptionPanel.separator.NodeFont=Tipo de letra do n\u00F3
+OptionPanel.separator.notifications=Confirma\u00E7\u00F5es
+OptionPanel.separator.other_defaults=Outras predefini\u00E7\u00F5es
+OptionPanel.separator.others=Outros empacotamentos chave
+OptionPanel.separator.patterns=Padr\u00F5es
+OptionPanel.separator.save=Guardar
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_colors=Cores da selec\u00E7\u00E3o
+OptionPanel.separator.selection_method=M\u00E9todo de selec\u00E7\u00E3o
+OptionPanel.separator.undo=Anular
+OptionPanel.set_property_text=Alterar
+OptionPanel.set_property_text.tooltip=Vazio: N\u00E3o mexa; Menos=Remover propriedades (definir valores por defeito); Mais=Alterar propriedades
+OptionPanel.sharp_bezier=B\u00E9zier afiado
+OptionPanel.sharp_linear=Linear afiado
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Case sensitive[translate me]
+OptionPanel.standardbackgroundcolor=Cor standard do fundo
+OptionPanel.standardbackgroundcolor.tooltip=<html>A cor standard do fundo em nota\u00E7\u00E3o HTML </html>
+OptionPanel.standardcloudcolor=Cor standard da Nuvem
+OptionPanel.standardcloudcolor.tooltip=<html>A cor standard da nuvem em nota\u00E7\u00E3o HTML </html>
+OptionPanel.standardcloudestyle=Estilo standard da Nuvem
+OptionPanel.standardcloudestyle.tooltip=<html>O estilo standard da nuvem. Actualmente apenas 'b\u00E9zier' \u00E9 suportado</html>
+OptionPanel.standarddrawrectangleforselection=Mostrar a selec\u00E7\u00E3o como rect\u00E2ngulo
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Assinalar o n\u00F3s seleccionados usando um rect\u00E2ngulo.</html>
+OptionPanel.standardlinkcolor=Cor standard do link
+OptionPanel.standardlinkcolor.tooltip=<html>A cor standard do link em nota\u00E7\u00E3o HTML </html>
+OptionPanel.standardlinkestyle=Estilo standard do link
+OptionPanel.standardlinkestyle.tooltip=<html>O estilo standard do link. Actualmente apenas 'b\u00E9zier' \u00E9 suportado</html>
+OptionPanel.standardselectednodecolor=Cor standard do n\u00F3 seleccionado
+OptionPanel.standardselectednodecolor.tooltip=<html>A cor standard do n\u00F3 seleccionado se mais nenhuma tiver sido especificada. Em nota\u00E7\u00E3o HTML (#RRGGBB valores hexadecimais) </html>
+OptionPanel.standardselectednoderectanglecolor=Cor do rect\u00E2ngulo de selec\u00E7\u00E3o
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>A cor standard do rect\u00E2ngulo que assinala os n\u00F3s seleccionados. Em nota\u00E7\u00E3o html (#RRGGBB em valores hex) </html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=Intervalo de tempo para Guardar automaticamente
+OptionPanel.time_for_automatic_save.tooltip=<html> tempo decorrido entre duas grava\u00E7\u00F5es autom\u00E1ticas (em mseg): Para desactivar grava\u00E7\u00F5es autom\u00E1ticas defina este n\u00FAmero para 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tempo para retardar a selec\u00E7\u00E3o
+OptionPanel.time_for_delayed_selection.tooltip=<html> O tempo de retardamento da selec\u00E7\u00E3o quando o rato passa sobre os n\u00F3s (em mseg). Altere este valor para 1 se pretender que a selec\u00E7\u00E3o se fa\u00E7a imediatamente ao passar do rato.</html>
+OptionPanel.toolTipManager.max_tooltip_width=Comprimento da ToolTip
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>A dimens\u00E3o por defeito da tooltip em pixels.</html>
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Tipo de letra indefinida
+OptionPanel.undo_levels=N\u00EDveis de anula\u00E7\u00E3o
+OptionPanel.undo_levels.tooltip=<html>Determina quantos passos ser\u00E3o guardados para anular atrav\u00E9s de "Anular".</html>
+OptionPanel.unfold_on_paste=Desdobrar o n\u00F3 ao colar
+OptionPanel.unfold_on_paste.tooltip=Desdobrar o n\u00F3 ao colar ou Arrastar-e-Largar
+OptionPanel.use_tabbed_pane=Utilizar Separadores
+OptionPanel.use_tabbed_pane.tooltip=Se seleccionados os mapas s\u00E3o exibidos em separadores (como no FireFox :-) ).
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Velocidade
+OptionPanel.wheel_velocity.tooltip=Um valor alto resulta num movimento mais r\u00E1pido efeito dos movimentos da roda do rato no mapa.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Configurar p\u00E1gina
+PasteAction.text=Colar
+PatternNewNameProperty=Novo Padr\u00E3o
+PatternToString.backgroundColor=Cor de fundo
+PatternToString.color=Cor
+PatternToString.EdgeColor=Edge Color[translate me]
+PatternToString.EdgeStyle=Estilo do limite
+PatternToString.EdgeWidth=Largura do limite
+PatternToString.FontBold=Negrito
+PatternToString.Icon=\u00CDcone
+PatternToString.NodeFontSize=Tamanho das letras
+plugins/ScriptEditor.exit=Sair
+plugins/ScriptEditor.menu_actions=Ac\u00E7\u00F5es
+plugins/ScriptEditor.new_script=New Script[translate me]
+plugins/ScriptEditor.run=Executar
+plugins/ScriptEditor/window.Result=Resultado:
+plugins/ScriptEditor/window.title=Editor de Scripts
+plugins/TimeList.xml_Created=Criado
+plugins/TimeList.xml_Date=Data
+plugins/TimeList.xml_Icons=\u00CDcones
+plugins/TimeList.xml_Modified=Modificado
+plugins/TimeList.xml_Notes=Notas
+plugins/TimeList.xml_Text=Texto
+plugins/TimeManagement.xml_appendButton=Anexar a data aos n\u00F3s seleccionados
+plugins/TimeManagement.xml_Cancel=Cancelar
+plugins/TimeManagement.xml_cancelButton=Cancelar
+plugins/TimeManagement.xml_closeButton=Fechar
+plugins/TimeManagement.xml_Export=Exportar n\u00F3s seleccionados
+plugins/TimeManagement.xml_Find=Procurar
+plugins/TimeManagement.xml_Goto=Ir para
+plugins/TimeManagement.xml_hour=Horas:
+plugins/TimeManagement.xml_menu_actions=Ac\u00E7\u00F5es
+plugins/TimeManagement.xml_minute=Minutos:
+plugins/TimeManagement.xml_reminderButton=Lembrar-me nesta data
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Quando pressionado \u00E9 agendado um cron\u00F3metro para a data. Depois, os \u00EDcones cintilantes chamam-lhe a aten\u00E7\u00E3o.<br> Se fechar o mapa, os cron\u00F3metros s\u00E3o reactivados da pr\u00F3xima vez que o mapa for aberto.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Actualmente, s\u00F3 pode avir um alarme por cada n\u00F3. <br>O lembrete actual est\u00E1 definido para {0,date} {0,time}, a sua op\u00E7\u00E3o \u00E9 {1,date} {1,time}. <br><br>Pretende alterar a hora do lembrete (SIM) <br>ou pretende manter o anterior (N\u00C3O)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Lembrar agendamento em {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Remover lembrete
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Remover todos os lembretes associados aos n\u00F3s seleccionados.
+plugins/TimeManagement.xml_Replace=Substituir
+plugins/TimeManagement.xml_Replace_All=Substituir tudo
+plugins/TimeManagement.xml_Replace_Selected=Substituir seleccionados
+plugins/TimeManagement.xml_Select=Seleccionar
+plugins/TimeManagement.xml_todayButton=Hoje
+plugins/TimeManagement.xml_WindowTitle=Gest\u00E3o do Tempo
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Localizar & Substituir
+preferences=Prefer\u00EAncias
+PrintDirectAction.text=Imprimir...
+printing_settings=Escala
+PrintPreviewAction.text=Pr\u00E9-visualizar impress\u00E3o...
+PropertyAction.dialog=Preferences[translate me]
+PropertyAction.text=Prefer\u00EAncias ...
+QuitAction.text=Sair
+read_only=S\u00F3 Leitura
+really_remove_node=Confirma apagar o(s) n\u00F3(s)?
+RedoAction.text=Refazer
+RedoFilterAction.text=Refazer
+ReminderHookAction.text=Remover lembrete
+ReminderHookAction.tooltip=Remove o lembrete de um n\u00F3.
+RemoveAllIconsAction.text=Remover todos os \u00EDcones
+RemoveConnectorAction.text=Remove Connector[translate me]
+RemoveIconAction.text=Remover \u00FAltimo \u00EDcone
+repair_link=Corrigir Endere\u00E7o
+repair_link_question=Imposs\u00EDvel carregar o Mapa ligado. Reparar o endere\u00E7o de forma manual?
+replace=Substituir
+ReportBugAction.text=Report a Bug[translate me]
+RequestFeatureAction.text=Request a Feature[translate me]
+ResetNodeLocationAction.text=Repor a posi\u00E7\u00E3o
+save_failed=Tentativa de guardar o mapa {0} falhou.
+save_unsaved=Guardar este mapa? :
+SaveAction.text=Guardar
+SaveAll.text=Guardar &tudo
+SaveAll.tooltip=Guardar todos os mapas abertos.
+SaveAsAction.text=Guardar como...
+saved=Guardado
+scheme_evaluate=Avaliar!
+ScriptEditor.text=Editor de S&cripts...
+ScriptEditor.tooltip=Permite criar scripts grandes no Freeplane.
+ScriptEditorPanel.changed_cancel=Os scripts foram alterados. Confirma o abandono destas altera\u00E7\u00F5es?
+select_favorites_folder=Escolha a pasta em que se encontram os seus favoritos
+select_folder_for_importing=Escolha a pasta para importa\u00E7\u00E3o
+SelectAllAction.text=Seleccionar o que estiver vis\u00EDvel
+SelectBranchAction.text=Seleccionar o ramo vis\u00EDvel
+selection_method_by_click=Um clique para selecionar
+selection_method_delayed=Selec\u00E7\u00E3o autom\u00E1tica retardada
+selection_method_direct=Apontar selecciona
+SelectNoteAction.text=Passar para o Editor de Notas
+SelectNoteAction.tooltip=Mudar para a janela da nota
+SetImageByFileChooserAction.text=Incluir imagem (escolha ou "link")
+SetLinkByFileChooserAction.text=Incluir endere\u00E7o (procurar)
+SetLinkByTextFieldAction.text=Incluir endere\u00E7o (texto)
+ShowAllAttributesAction.text=Mostrar todos os atributos
+ShowAncestorsAction.text=Mostra ascendentes
+ShowAttributeDialogAction.text=Gestor de atributos
+ShowDescendantsAction.text=Mostra descendentes
+ShowHideNoteAction.text=Mostra/Oculta a janela de Notas
+ShowHideNoteAction.tooltip=\u00C9 um atalho de menu para as setas da linha divisora.
+ShowSelectedAttributesAction.text=Mostrar n\u00F3s seleccionadoos
+ShowSelectionAsRectangleAction.text=Mostra a selec\u00E7\u00E3o como rect\u00E2ngulo on/off
+simplyhtml.aboutFrameTitle=Acerca desta aplica\u00E7\u00E3o
+simplyhtml.aboutLabel=Acerca de SimplyHTML...
+simplyhtml.alignCenter=centro
+simplyhtml.alignLabel=Alinhamento:
+simplyhtml.alignLeft=esquerda
+simplyhtml.alignRight=direita
+simplyhtml.allCellsRangeLabel=todas as c\u00E9lulas
+simplyhtml.allOccurrencesReplaced=Todas as ocorr\u00EAncias substitu\u00EDdas
+simplyhtml.appendTableColLabel=Adicionar coluna
+simplyhtml.appendTableRowLabel=Adicionar linha
+simplyhtml.applyCellAttrLabel=Aplicar a
+simplyhtml.backgroundLabel=Fundo:
+simplyhtml.boldItalicName=negrito it\u00E1lico
+simplyhtml.boldName=negrito
+simplyhtml.borderColorLabel=Cor:
+simplyhtml.borderWidthLabel=Largura
+simplyhtml.bottomLabel=em baixo:
+simplyhtml.cancelBtnName=Cancelar
+simplyhtml.cellBorderTabLabel=Limites
+simplyhtml.cellGenTabLabel=Geral
+simplyhtml.cellMarginTabLabel=Margem
+simplyhtml.cellPanelTitle=Formato da c\u00E9lula
+simplyhtml.clearFormatLabel=Remover formata\u00E7\u00E3o
+simplyhtml.clearFormatTip=Remover formata\u00E7\u00E3o
+simplyhtml.close=Fechar
+simplyhtml.closeBtnName=Fechar
+simplyhtml.colorLabel=Cor
+simplyhtml.copyLabel=Copiar
+simplyhtml.copyTip=copiar
+simplyhtml.cTagNameHead1=Heading 1
+simplyhtml.cTagNameHead2=Heading 2
+simplyhtml.cTagNameHead3=Heading 3
+simplyhtml.cTagNameHead4=Heading 4
+simplyhtml.cTagNameHead5=Heading 5
+simplyhtml.cTagNameHead6=Heading 6
+simplyhtml.cTagNameLink=Link
+simplyhtml.cTagNameOL=Lista ordenada
+simplyhtml.cTagNamePara=Par\u00E1grafo
+simplyhtml.cTagNameUL=Lista n\u00E3o ordenada
+simplyhtml.cutLabel=Cortar
+simplyhtml.cutTip=cortar
+simplyhtml.defaultDocName=Sem nome
+simplyhtml.deleteTableColLabel=Eliminar coluna
+simplyhtml.deleteTableRowLabel=Eliminar linha
+simplyhtml.docTitleQuery=T\u00EDtulo:
+simplyhtml.docTitleTitle=Editar T\u00EDtulo do Documento
+simplyhtml.editLabel=Editar
+simplyhtml.effectLabel=Efeitos
+simplyhtml.familyLabel=Fam\u00EDlia
+simplyhtml.findNext=Localizar seguinte...
+simplyhtml.findReplaceDialogTitle=Localizar & Substituir
+simplyhtml.findReplaceLabel=Localizar & Substituir
+simplyhtml.findReplaceTip=localizar & substituir
+simplyhtml.fontBoldLabel=Negrito
+simplyhtml.fontBoldTip=comutar negrito on/off
+simplyhtml.fontDialogTitle=Formatar tipo de letra
+simplyhtml.fontItalicLabel=It\u00E1lico
+simplyhtml.fontItalicTip=comutar it\u00E1lico on/off
+simplyhtml.fontLabel=Tipo de letra...
+simplyhtml.fontTabLabel=Tipo de letra
+simplyhtml.fontTip=Formatar fonte...
+simplyhtml.fontUnderlineLabel=Sublinhar
+simplyhtml.fontUnderlineTip=comutar sublinhar on/off
+simplyhtml.foregroundLabel=Primeiro plano:
+simplyhtml.formatLabel=Formatar
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=alterar o formato da lista
+simplyhtml.formatParaLabel=Par\u00E1grafo...
+simplyhtml.formatParaTip=Alterar o formato do par\u00E1grafo
+simplyhtml.formatTableLabel=Tabela...
+simplyhtml.formatTableTip=Formatar tabela
+simplyhtml.helpLabel=Ajuda
+simplyhtml.htmlTabTitle=Ver c\u00F3digo HTML
+simplyhtml.imageFileDesc=Ficheiros de imagem
+simplyhtml.insertTableColLabel=Inserir coluna
+simplyhtml.insertTableLabel=Tabela...
+simplyhtml.insertTableMsg=Quantas colunas?
+simplyhtml.insertTableRowLabel=Inserir linha
+simplyhtml.insertTableTitle=inserir Tabela
+simplyhtml.italicName=it\u00E1lico
+simplyhtml.layoutTabTitle=Vista de Layout
+simplyhtml.leftLabel=esquerda:
+simplyhtml.listDialogTitle=Formatar lista
+simplyhtml.listIndentTitle=Indentar:
+simplyhtml.listPosInside=dentro
+simplyhtml.listPositionLabel=Posi\u00E7\u00E3o:
+simplyhtml.listPosOutside=fora
+simplyhtml.listTypeCircle=marcador redondo
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=s\u00EDmbolo de ficheiro como marcador
+simplyhtml.listTypeLabel=Tipo:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=nenhum
+simplyhtml.listTypeSquare=marcador quadrado
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Exterior
+simplyhtml.matchCase=Coincidir
+simplyhtml.newStyleDefaultName=novo estilo
+simplyhtml.nextTableCellLabel=C\u00E9lula seguinte
+simplyhtml.noLineLabel=nenhum
+simplyhtml.noMoreOccurrencesFound=n\u00E3o foram encontradas (mais) ocorr\u00EAncias
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Interior
+simplyhtml.paraAlignCenterLabel=Alinhar ao centro
+simplyhtml.paraAlignCenterTip=Define alinhamento do par\u00E1grafo ao centro
+simplyhtml.paraAlignLeftLabel=Alinhar \u00E0 esquerda
+simplyhtml.paraAlignLeftTip=Define alinhamento do par\u00E1grafo \u00E0 esquerda
+simplyhtml.paraAlignRightLabel=Alinhar \u00E0 direita
+simplyhtml.paraAlignRightTip=Define alinhamento do par\u00E1grafo \u00E0 direita
+simplyhtml.paraStyleDialogTitle=Estilo de par\u00E1grafo
+simplyhtml.paraTabLabel=Par\u00E1grafo
+simplyhtml.pasteLabel=Colar
+simplyhtml.pasteTip=colar
+simplyhtml.plainName=simples
+simplyhtml.previewLabel=Pr\u00E9-visualizar
+simplyhtml.previewText=Pr\u00E9-visualizar texto
+simplyhtml.prevTableCellLabel=C\u00E9lula anterior
+simplyhtml.redoLabel=Refazer
+simplyhtml.redoTip=refazer
+simplyhtml.replace=Substituir...
+simplyhtml.replaceAll=Todos
+simplyhtml.replaceDone=Feito
+simplyhtml.replaceNo=N\u00E3o
+simplyhtml.replaceThisQuery=substituir estas ocorr\u00EAncias por
+simplyhtml.replaceWith=Substituir por:
+simplyhtml.replaceYes=Sim
+simplyhtml.rightLabel=direita:
+simplyhtml.searchDown=Procurar abaixo
+simplyhtml.searchFromStart=Procurar desde o in\u00EDcio
+simplyhtml.searchUp=Procurar acima
+simplyhtml.selectAllLabel=Seleccionar tudo
+simplyhtml.sizeLabel=Tamanho
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=Riscado
+simplyhtml.styleLabel=Estilo
+simplyhtml.styleNameInputText=Nome do novo estilo?
+simplyhtml.styleNameInputTitle=Guardar estilo
+simplyhtml.tableBgColLabel=Cor de fundo:
+simplyhtml.tableDialogTitle=Formato da tabela
+simplyhtml.tableLabel=Tabela
+simplyhtml.tablePanelTitle=Formato da tabela
+simplyhtml.tableWidthLabel=Largura:
+simplyhtml.textIndentLabel=Indentar:
+simplyhtml.textToFind=Texto a procurar:
+simplyhtml.thisCellRangeLabel=esta c\u00E9lula
+simplyhtml.thisColRangeLabel=esta coluna
+simplyhtml.thisRowRangeLabel=esta linha
+simplyhtml.toggleBulletsLabel=Lista com marcas on/off
+simplyhtml.toggleBulletsTip=lista com marcas on/off
+simplyhtml.toggleNumbersLabel=Lista numerada on/off
+simplyhtml.toggleNumbersTip=lista numerada on/off
+simplyhtml.topLabel=em cima:
+simplyhtml.uLineLabel=Sublinhar
+simplyhtml.unableToOpenFileError=O ficheiro n\u00E3o pode ser aberto
+simplyhtml.unableToRedoError=Imposs\u00EDvel refazer:
+simplyhtml.unableToUndoError=Imposs\u00EDvel anular:
+simplyhtml.undoLabel=Anular
+simplyhtml.undoTip=anular
+simplyhtml.valignBaseline=na linha
+simplyhtml.valignBottom=em baixo
+simplyhtml.valignLabel=Alinhamento Vert.:
+simplyhtml.valignMiddle=ao centro
+simplyhtml.valignTop=em cima
+simplyhtml.wholeWordsOnly=Apenas palavras inteiras
+SortNodes.text=&Listar descendentes
+SortNodes.tooltip=Lista alfabeticamente todos os descendentes de um n\u00F3.
+split=Dividir
+SplitNode.text=Dividir o n\u00F3
+SplitNode.tooltip=<html>O n\u00F3 est\u00E1 dividido*</html>
+style=Estilo
+svg=SVG[translate me]
+TimeListAction.text=Mostra a lista de agendamentos ...
+TimeListAction.tooltip=Mostra todos os agendamentos e os n\u00F3s correspondentes.
+TimeManagementAction.text=Mostrar calend\u00E1rio...
+TimeManagementAction.tooltip=<html>Mostra o m\u00F3dulo Chat e calend\u00E1rio de Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Alternar descendentes
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Alternar pasta
+ToggleLeftToolbarAction.text=Alternar barra de ferramentas esquerda
+ToggleMenubarAction.text=Alternar barra de menu
+ToggleToolbarAction.text=Alternar barra de ferramentas
+undefined_error=Occureu um erro inesperado. Tente criar um relat\u00F3rio de erros.
+underline=Sublinhar
+underlined=Sublinhado
+UndoAction.text=Anular
+UndoFilterAction.text=Anular
+unfold=Expandir
+UnfoldAllAction.text=Desdobra todos
+UnfoldAllAction.tooltip=<html>Desdobra os n\u00F3s seleccionados e todos os seus descendentes.</html>
+UnfoldOneLevelAction.text=Desdobra um n\u00EDvel
+UnfoldOneLevelAction.tooltip=<html>Desdobra os n\u00F3s todos um n\u00EDvel.</html>
+UpdateCheckAction.text=Check for Updates[translate me]
+url_error=Endere\u00E7o mal escrito!
+url_load_error=Imposs\u00EDvel carregar mapa no endere\u00E7o:
+UsePlainTextAction.text=Utilizar Texto simples
+user_defined_zoom=Personalizado.
+user_defined_zoom_status_bar=Alterar o zoom personalizado para {0}%.
+user_zoom=Factor zoom (0.0 - 2.0):
+width=Largura
+yes=Sim
+ZoomInAction.text=Zoom +
+ZoomOutAction.text=Zoom -
diff --git a/freeplane/resources/translations/Resources_ru.properties b/freeplane/resources/translations/Resources_ru.properties
index cce5438..d6d0ae0 100644
--- a/freeplane/resources/translations/Resources_ru.properties
+++ b/freeplane/resources/translations/Resources_ru.properties
@@ -1,1591 +1,1591 @@
-AboutAction.text = \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435...
-acceleratorPresets = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0433\u043e\u0440\u044f\u0447\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
-accelerators_loading_error = \u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0430\u043a\u0441\u0435\u043b\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u0432 \u0438\u0437 {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 \u0443\u0437\u043b\u043e\u0432
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
-accessories/plugins/EncryptNode.properties_0 = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-accessories/plugins/EncryptNode.properties_1 = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0438\u043b\u0438 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
-accessories/plugins/EncryptNode.properties_2 = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c:
-accessories/plugins/EncryptNode.properties_3 = \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c:
-accessories/plugins/EncryptNode.properties_4 = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c.
-accessories/plugins/EncryptNode.properties_5 = <html>\u0423\u0447\u0442\u0438\u0442\u0435 \u0447\u0442\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f<br> \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u044f
-accessories/plugins/EncryptNode.properties_6 = \u041e\u041a
-accessories/plugins/EncryptNode.properties_7 = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = <html>\u042d\u0442\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c\u0443 \u0443\u0437\u043b\u0443<br> \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u0443\u0437\u0435\u043b \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u044e "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e"
-accessories/plugins/EncryptNode.properties_select_me = \u0412\u044b\u0431\u0435\u0440\u0438 \u043c\u0435\u043d\u044f.
-accessories/plugins/EncryptNode.properties_wrong_password = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
-accessories/plugins/ExportWithTWiki.text = \u041a\u0430\u043a TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443 \u043a\u0430\u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0447\u0435\u0440\u0435\u0437 XSLT - \u0441\u043a\u0440\u0438\u043f\u0442
-accessories/plugins/ExportWithXSLT_Applet.text = \u041a\u0430\u043a java-\u0430\u043f\u043f\u043b\u0435\u0442...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a java-\u0430\u043f\u043f\u043b\u0435\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.
-accessories/plugins/ExportWithXSLT_Flash.text = \u041a\u0430\u043a Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a flash \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443.
-accessories/plugins/ExportWithXSLT_HTML.text = \u041a\u0430\u043a XHTML (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c JavaScript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = \u041a\u0430\u043a XHTML (\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u043e\u0439)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = \u0420\u0435\u0441\u0443\u0440\u0441\u044b \u0438\u0437 \u0443\u0437\u043b\u0430 RESOURCES \u0432 \u0444\u0430\u0439\u043b \u0434\u043b\u044f Taskjuggler...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0438\u0437 \u0443\u0437\u043b\u0430 RESOURCES \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = \u0417\u0430\u0434\u0430\u0447\u0438 \u0438\u0437 \u0443\u0437\u043b\u0430 TASKS \u0432 \u0444\u0430\u0439\u043b \u0434\u043b\u044f Taskjuggler...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0437\u0430\u0434\u0430\u0447\u0438 \u0438\u0437 \u0443\u0437\u043b\u0430 TASKS \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f Taskjuggler. </html>
-action_keystroke_in_use_error = \u0421\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448 {0}, \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0435\u043c\u0430\u044f \u0434\u043b\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f {1} \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f {2}
-active = \u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439
-actual_map_styles = \u0423\u0441\u043b\u043e\u0432\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 \u043a\u0430\u0440\u0442\u044b \u043f\u0440\u0438\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0435 \u043a \u0443\u0437\u043b\u0443
-actual_node_styles = \u0423\u0441\u043b\u043e\u0432\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 \u0443\u0437\u043b\u0430 \u043f\u0440\u0438\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0435 \u043a \u0443\u0437\u043b\u0443
-add = &\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-AddConnectorAction.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c
-AddElementaryConditionAction.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-AddLocalLinkAction.text = \u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0443\u0437\u0435\u043b
-AddMenuItemLinkAction.text = \u0413\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0430 (\u043a\u043e\u043c\u043c\u0430\u043d\u0434\u0430 \u043c\u0435\u043d\u044e)...
-addons.installer.canceled = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430
-addons.installer.description = \u0423\u0437\u0435\u043b \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-addons.installer.failed = \u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438: {0}
-addons.installer.freeplaneversion.format.error = \u041e\u0448\u0438\u0431\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0432 {0} (\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435: {1})
-addons.installer.groovy.script.name = \u0421\u043a\u0440\u0438\u043f\u0442 {0} \u043d\u0435 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430 ".groovy"
-addons.installer.html.script = \u0422\u0435\u043b\u043e \u0441\u043a\u0440\u0438\u043f\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043a\u0430\u043a HTML
-addons.installer.map.structure = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u043a\u0430\u0440\u0442\u044b: {0}
-addons.installer.missing.child.nodes = \u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b: {0}
-addons.installer.missing.permission.attribute = \u0421\u043a\u0440\u0438\u043f\u0442 {0}: \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0439 {1}
-addons.installer.missing.properties = \u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430: {0}
-addons.installer.missing.translation = \u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0435\u0440\u0435\u0432\u043e\u0434 {0} \u0432 \u044f\u0437\u044b\u043a\u0435 {1}
-addons.installer.no.scripts = \u0421\u043a\u0440\u0438\u043f\u0442\u044b \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b
-addons.installer.success = \u0423\u0441\u043f\u0435\u0448\u043d\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430.\n\u041d\u043e\u0432\u043e\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438.
-addons.installer.title = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0439
-addons.installer.too.new = \u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Freeplane {0} \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043d\u043e\u0432\u0430\u044f. \u042d\u0442\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0435\u0440\u0441\u0438\u044e \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 {1}
-addons.installer.too.old = \u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Freeplane {0} \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0441\u0442\u0430\u0440\u0430\u044f. \u042d\u0442\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0432\u0435\u0440\u0441\u0438\u0438 {1}
-addons.installer.unknown.deinstallation.rules = \u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f {0}
-AddStyleAttributes.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0441\u0442\u0438\u043b\u044f
-AddStyleAttributes.tooltip = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0438\u0437 \u0437\u0430\u0433\u043e\u043b\u0432\u043a\u0430 \u0441\u0442\u0438\u043b\u044f
-AllMapsNodeListAction.text = \u041d\u0430\u0439\u0442\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043e \u0432\u0441\u0435\u0445 \u043a\u0430\u0440\u0442\u0430\u0445
-always = \u0412\u0441\u0435\u0433\u0434\u0430
-antialias_all = \u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0451
-antialias_edges = \u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0451\u0431\u0440\u0430
-antialias_none = \u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c
-apply = &\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c
-ApplyAction.text = &\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c
-ApplyFormatPlugin.text = &\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 ...
-ApplyFormatPlugin.tooltip = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0443\u0437\u043b\u043e\u0432 \u0438 \u043b\u0438\u043d\u0438\u0439
-ApplyNoFilteringAction.text = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440
-ApplySelectedViewConditionAction.text = \u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
-ApplyToVisibleAction.text = \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a \u043e\u0442\u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c
-as_parent = \u041a\u0430\u043a \u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
-AskForHelp.text = \u0417\u0430\u043f\u0440\u043e\u0441 \u043e \u043f\u043e\u043c\u043e\u0449\u0438
-AssignAttributesAction.text = &\u041f\u0440\u0438\u0441\u0432\u043e\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b...
-attribute_delete = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-attribute_delete_value = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435
-attribute_font_size_tooltip = \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432
-attribute_list_box_label_text = \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-attribute_replace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430
-attribute_top = \u0412\u0441\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0441 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u043a\u0430\u0440\u0442
-attributes_AddAttributeAction.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u0435...
-attributes_adding_empty_attribute_error = \u041f\u0443\u0441\u0442\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u043c\u0435\u043d\u0435\u043c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-attributes_all = \u0412\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-attributes_assign_dialog = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-attributes_attribute = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-attributes_close = \u0417\u0430\u043a\u0440\u044b\u0442\u044c
-attributes_deselect_all = \u041d\u0438\u0447\u0435\u0433\u043e
-attributes_dialog_title = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c\u0438
-attributes_edit = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-attributes_edit_tooltip = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e
-attributes_for_selected = \u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
-attributes_for_visible = \u0412\u0441\u0435 \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0443\u0437\u043b\u044b
-attributes_import = &\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-attributes_import_tooltip = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u043a\u0430\u0440\u0442
-attributes_no_import_candidates_found = \u041d\u043e\u0432\u044b\u0445 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e
-attributes_popup_delete = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-attributes_popup_down = \u0412\u043d\u0438\u0437
-attributes_popup_edit = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-attributes_popup_hide = \u0421\u043f\u0440\u044f\u0442\u0430\u0442\u044c
-attributes_popup_new = \u041d\u043e\u0432\u044b\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
-attributes_popup_optimal_width = \u041e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430
-attributes_popup_up = \u0412\u0432\u0435\u0440\u0445
-attributes_refresh = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c
-attributes_RemoveAllAttributesAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-attributes_RemoveFirstAttributeAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u044b\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
-attributes_RemoveLastAttributeAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
-attributes_restricted_attributes_tooltip = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432
-attributes_restricted_values_tooltip = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-attributes_restriction = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c
-attributes_select_all = \u0412\u0441\u0435
-attributes_select_all_tooltip = \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c / \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435
-attributes_show = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c
-attributes_skip_root = \u041a\u0440\u043e\u043c\u0435 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-attributes_visible = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435
-attributes_visible_tooltip = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435
-automatically_save_message = \u041a\u0430\u0440\u0442\u0430 \u0431\u044b\u043b\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 (\u0432 \u0444\u0430\u0439\u043b {0}) ...
-AutomaticEdgeColorHookAction.text = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0446\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
-AutomaticLayoutAction.text = &\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-AutomaticLayoutAction.tooltip = <html>\u0424\u0438\u043a\u0441\u0438\u0440\u0443\u0435\u0442 \u0432\u0438\u0434 \u043a\u0430\u0440\u0442\u044b <br>\u0423\u0437\u043b\u044b \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f \u0441\u0442\u0430\u043d\u0443\u0442 \u0447\u0435\u0440\u043d\u044b\u043c\u0438, \u0432\u0442\u043e\u0440\u043e\u0433\u043e - \u0441\u0438\u043d\u0438\u043c\u0438 \u0438 \u0442.\u0434.</html>
-BackAction.text = \u041d\u0430\u0437\u0430\u0434
-BackAction.tooltip = \u041f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u0443\u0437\u043b\u0443 \u0432 \u0446\u0435\u043f\u0438
-background = \u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430
-bitmaps = \u0422\u043e\u0447\u0435\u0447\u043d\u044b\u0439 \u0440\u0438\u0441\u0443\u043d\u043e\u043a
-black = \u0427\u0435\u0440\u043d\u044b\u0439
-BlinkingNodeHookAction.text = \u041c\u0438\u0433\u0430\u044e\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
-BlinkingNodeHookAction.tooltip = <html>\u0423\u0437\u0435\u043b \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0433\u0430\u0442\u044c. \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435! \u042d\u0442\u043e\u0442 \u0444\u043e\u0440\u043c\u0430\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0447\u0438\u0441\u043b\u0443 \u0443\u0437\u043b\u043e\u0432 \u0438  <strong> \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043b\u044e\u0431\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0430\u043a\u0438\u0445 \u0443\u0437\u043b\u043e\u0432</strong></html>
-blue = \u0421\u0438\u043d\u0438\u0439
-BoldAction.text = \u0416\u0438\u0440\u043d\u044b\u0439
-boldify_branch = \u0412\u0441\u044e \u0432\u0435\u0442\u0432\u044c \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0436\u0438\u0440\u043d\u044b\u043c
-branch = \u0412\u0435\u0442\u0432\u044c
-browse = \u041e\u0431\u0437\u043e\u0440...
-calendar_attributes_panel = \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-calendar_panel = \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c
-can_not_connect_to_info_server = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443
-can_not_delete_predefined_style = \u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f
-can_not_delete_root_style = \u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f
-can_not_delete_style_group = \u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0433\u0440\u0443\u043f\u043f\u044b \u0441\u0442\u0438\u043b\u044f
-can_not_save_key_set = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
-cancel = &\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-CancelAction.text = &\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-cannot_add_parent_diff_parents = \u0414\u043b\u044f \u044d\u0442\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 \u0432\u0441\u0435 \u0443\u0437\u043b\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u043c\u0435\u0442\u044c \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
-cannot_add_parent_to_root = \u041a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c
-cannot_delete_root = \u041a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b \u043d\u0435\u043b\u044c\u0437\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c
-cannot_join_nodes_with_children = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0442\u044c \u0443\u0437\u043b\u044b \u0441 \u0438\u0445 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438
-cannot_move_to_child = \u0423\u0437\u0435\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0441\u0432\u043e\u0439 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0439 \u0443\u0437\u0435\u043b
-CenterAction.text = \u0426\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-CenterSelectedNodeAction.text = \u0426\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-ChangeConnectorArrowsAction.backward.text = \u041d\u0430\u0437\u0430\u0434
-ChangeConnectorArrowsAction.both.text = \u041d\u0430 \u043e\u0431\u043e\u0438\u0445 \u043a\u043e\u043d\u0446\u0430\u0445
-ChangeConnectorArrowsAction.forward.text = \u0412\u043f\u0435\u0440\u0451\u0434
-ChangeConnectorArrowsAction.none.text = \u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442
-ChangeConnectorArrowsAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0435\u043b\u043a\u0438 \u043d\u0430 \u0441\u0432\u044f\u0437\u0438
-ChangeConnectorShapeAction.CUBIC_CURVE.text = \u041a\u0440\u0438\u0432\u0430\u044f
-ChangeConnectorShapeAction.EDGE_LIKE.text = \u041c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0431\u0440\u0430
-ChangeConnectorShapeAction.LINE.text = \u041b\u0438\u043d\u0438\u044f
-ChangeConnectorShapeAction.LINEAR_PATH.text = \u041b\u0438\u043d\u0435\u0439\u043d\u044b\u0439 \u043f\u0443\u0442\u044c
-ChangeNodeLevelLeftsAction.text = \u0423\u0437\u0435\u043b \u0432\u043b\u0435\u0432\u043e
-ChangeNodeLevelLeftsAction.tooltip = \u0421 \u043b\u0435\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u043d\u0438\u0437 \u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438 \u0432\u044b\u0448\u0435\u043b\u0435\u0436\u0430\u0449\u0435\u0433\u043e \u0443\u0437\u043b\u0430. \u0421 \u043f\u0440\u0430\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u0432\u0435\u0440\u0445. \u0420\u044f\u0434\u043e\u043c \u0441 \u043a\u043e\u0440\u043d\u0435\u043c \u0443\u0437\u043b\u044b \u043c\u0435\u043d\u044f\u044e\u0442 \u0441\u0442\u043e\u0440\u043e\u043d\u0443.
-ChangeNodeLevelRightsAction.text = \u0423\u0437\u0435\u043b \u0432\u043f\u0440\u0430\u0432\u043e
-ChangeNodeLevelRightsAction.tooltip = \u0421 \u043f\u0440\u0430\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u043d\u0438\u0437 \u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438 \u0432\u044b\u0448\u0435\u043b\u0435\u0436\u0430\u0449\u0435\u0433\u043e \u0443\u0437\u043b\u0430. \u0421 \u043b\u0435\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u0432\u0435\u0440\u0445. \u0420\u044f\u0434\u043e\u043c \u0441 \u043a\u043e\u0440\u043d\u0435\u043c \u0443\u0437\u043b\u044b \u043c\u0435\u043d\u044f\u044e\u0442 \u0441\u0442\u043e\u0440\u043e\u043d\u0443.
-choose_background_color = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442
-choose_cloud_color = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u0430
-choose_edge_color = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
-choose_map_background_color = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0432\u0435\u0442 \u0444\u043e\u043d\u0430 \u0434\u043b\u044f \u043a\u0430\u0440\u0442\u044b
-choose_node_background_color = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
-choose_node_color = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 \u0443\u0437\u043b\u0430
-CloseAction.text = &\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u043a\u0430\u0440\u0442\u0443
-CloudAction.text = \u041e\u0431\u043b\u0430\u043a\u043e
-CloudColorAction.text = \u0426\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u0430 ...
-CloudShapeAction.ARC.text = \u0414\u0443\u0433\u0430
-CloudShapeAction.RECT.text = \u041f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
-CloudShapeAction.ROUND_RECT.text = \u0417\u0430\u043a\u0440\u0443\u0433\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
-CloudShapeAction.STAR.text = \u0417\u0432\u0435\u0437\u0434\u0430
-ColorProperty.ResetColor = \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0446\u0432\u0435\u0442
-combined = \u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439
-condition = \u0423\u0441\u043b\u043e\u0432\u0438\u0435
-confirmation = \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435
-connector = \u0421\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044c
-connector_arrows = \u0421\u0442\u0440\u0435\u043b\u043a\u0438 \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
-connector_label = \u041c\u0435\u0442\u043a\u0430 \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
-connector_lines = \u041b\u0438\u043d\u0438\u0438 \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
-connector_shapes = \u0424\u043e\u0440\u043c\u044b \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
-ConnectorColorAction.text = \u0426\u0432\u0435\u0442 \u0441\u0432\u044f\u0437\u0438...
-CopyAction.text = &\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-CopyAction.tooltip = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0443\u044e \u0432\u0435\u0442\u0432\u044c
-CopyAttributes.text = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-CopyIDAction.text = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c ID \u0443\u0437\u043b\u0430
-CopyMapStylesAction.text = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u043a\u0430\u0440\u0442\u044b \u0438\u0437...
-CopySingleAction.text = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u0442\u043e\u0442 \u0443\u0437\u0435\u043b
-CopySingleAction.tooltip = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-CopyStyleExtensionsAction.text = \u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0438\u0437 \u0441\u0442\u0438\u043b\u044f
-corrupt_map = \u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043a\u0430\u0440\u0442\u044b \u043d\u0430\u0440\u0443\u0448\u0435\u043d\u043e
-CreateConjunctConditionAction.text = \u0418
-CreateDisjunctConditionAction.text = \u0418\u043b\u0438
-CreateNotSatisfiedConditionAction.text = \u041d\u0435
-CreationModificationPluginAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c &\u0432\u0440\u0435\u043c\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-CreationModificationPluginAction.tooltip = <html>\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u043e\u0432</html>
-current_dir = \u041a\u0430\u0440\u0442\u044b
-CutAction.text = &\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c
-decrease_branch_font_size = \u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
-DecreaseNodeFontAction.text = \u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
-default = \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-DefaultColorAction.text = \u0426\u0432\u0435\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-defaultstyle.details = \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 (\u0434\u0435\u0442\u0430\u043b\u0438)
-defaultstyle.note = \u0417\u0430\u043c\u0435\u0442\u043a\u0430
-delete = &\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-delete_child = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b
-DeleteAction.text = &\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b
-DeleteConditionAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-DeleteDetailsAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
-DeleteLevelStyleAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0442\u0438\u043b\u044c \u0443\u0440\u043e\u0432\u043d\u0435\u0439
-DeleteStyleAction.text = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
-DeleteUserStyleAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-DirectHtmlFlavorHandler = HTML \u043a\u0430\u043a \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-DocumentationAction.text = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f
-down = \u0412&\u043d\u0438\u0437
-download = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
-dropped_file_error = \u041e\u0448\u0438\u0431\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u043f\u0435\u0440\u0435\u0442\u044f\u043d\u0443\u0442\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u0440\u0438\u0447\u0438\u043d\u0430: {0}
-edge = \u0420\u0435\u0431\u0440\u043e
-edge_is_formatted_by_style = \u0424\u043e\u0440\u043c\u0430\u0442 \u0440\u0435\u0431\u043a\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0442\u0438\u043b\u0435\u043c. \u0415\u0441\u043b\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f, \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0441\u0442\u0438\u043b\u044c.
-edge_style = \u0422\u0438\u043f \u043b\u0438\u043d\u0438\u0438 \u0440\u0435\u0431\u0440\u0430
-edge_width = \u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
-EdgeColorAction.text = \u0426\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430...
-EdgeStyleAction.bezier.text = \u041a\u0440\u0438\u0432\u0430\u044f
-EdgeStyleAction.hide_edge.text = \u0421\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0440\u0435\u0431\u0440\u043e
-EdgeStyleAction.horizontal.text = \u041b\u043e\u043c\u0430\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f
-EdgeStyleAction.linear.text = \u041f\u0440\u044f\u043c\u0430\u044f
-EdgeStyleAction.sharp_bezier.text = \u0417\u0430\u043e\u0441\u0442\u0440\u0451\u043d\u043d\u0430\u044f \u043a\u0440\u0438\u0432\u0430\u044f
-EdgeStyleAction.sharp_linear.text = \u0417\u0430\u043e\u0441\u0442\u0440\u0451\u043d\u043d\u0430\u044f \u043f\u0440\u044f\u043c\u0430\u044f
-EdgeStyleAsParentAction.text = \u041a\u0430\u043a \u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
-EdgeWidthAction_width_parent.text = \u041a\u0430\u043a \u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-EdgeWidthAction_width_thin.text = \u0422\u043e\u043d\u043a\u043e\u0435 \u0440\u0435\u0431\u0440\u043e
-edit = &\u041f\u0440\u0430\u0432\u043a\u0430
-edit.decision = \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 HTML
-edit.edit_rich_text = \u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439 \u0438\u043b\u0438 \u043d\u0430\u043a\u043b\u043e\u043d\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442\u044b?
-edit_details = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0437\u043b\u0430
-edit_end_label = <html>\u041c\u0435\u0442\u043a\u0430<br>\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044f
-edit_label_font_family = \u0428\u0440\u0438\u0444\u0442
-edit_label_font_size = \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
-edit_link_manually = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0432\u0440\u0443\u0447\u043d\u0443\u044e...
-edit_long_node = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u0438\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
-edit_middle_label = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u0443\u044e \u043d\u0430\u0434\u043f\u0438\u0441\u044c
-edit_source_label = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0443\u044e \u043d\u0430\u0434\u043f\u0438\u0441\u044c
-edit_target_label = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u043d\u0435\u0447\u043d\u0443\u044e \u043d\u0430\u0434\u043f\u0438\u0441\u044c
-edit_transparency_label = \u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c
-edit_width_label = \u0428\u0438\u0440\u0438\u043d\u0430
-EditAction.text = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-EditAttributesAction.text = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-EditDetailsAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0437\u043b\u0430 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435
-EditDetailsInDialogAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0437\u043b\u0430 \u0432 \u043e\u043a\u043d\u0435
-EditFilterAction.text = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-EditLongAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435...
-EditNoteInDialogAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c &\u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435...
-EditScript = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442...
-EditStylesAction.text = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u0438
-EncryptedMap.text = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u0443\u044e \u043a\u0430\u0440\u0442\u0443...
-EncryptedMap.tooltip = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d
-enter_base_url = \u0411\u0443\u0434\u0435\u0442 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430. \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 URL...
-enter_condition_name = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u044f
-enter_confirms = \u041a\u043b\u0430\u0432\u0438\u0448\u0430 <&\u0412\u0412\u041e\u0414> \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0435\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-enter_keyset_name = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043d\u0430\u0431\u043e\u0440\u0430 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
-enter_new_style_name = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f
-enter_node_id = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 ID \u0443\u0437\u043b\u0430
-EnterPassword.text = &\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e / \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e
-error = \u041e\u0448\u0438\u0431\u043a\u0430
-error_applying_template = \u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 XSLT \u0442\u0440\u0430\u043d\u0441\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
-error_creating_directory = \u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043f\u0430\u043f\u043a\u0438
-errornumber = {0} \u043e\u0448\u0438\u0431\u043a\u0430(\u043e\u043a)
-ExecuteScriptError.text = \u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430:\n   {0}\n\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043b\u043e\u0433 \u0444\u0430\u0439\u043b \u0434\u043b\u044f \u0443\u0442\u043e\u0447\u043d\u0435\u043d\u0438\u044f.
-ExecuteScriptForAllNodes.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b
-ExecuteScriptForSelectionAction.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u043e\u0432\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b
-ExecuteScriptOnSelectedNode.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c {0} \u043d\u0430 \u0432\u0441\u0435\u0445 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u0430\u0445
-ExecuteScriptOnSelectedNodeRecursively.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c {0} \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u0430\u0445, \u0440\u0435\u043a\u0443\u0440\u0441\u0438\u0432\u043d\u043e
-ExecuteScriptOnSingleNode.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c {0} \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0443\u0437\u043b\u0435
-ExecuteScripts.noScriptsAvailable = \u041d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b
-ExecuteScripts.text = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b
-export_failed = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c
-export_pdf_text = \u0424\u043e\u0440\u043c\u0430\u0442 PDF
-export_svg_text = \u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u0430\u044f \u0412\u0435\u043a\u0442\u043e\u0440\u043d\u0430\u044f \u0413\u0440\u0430\u0444\u0438\u043a\u0430 (SVG)
-export_using_xslt = Freeplane \u044d\u043a\u0441\u043f\u043e\u0440\u0442
-ExportAction.text = &\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443
-ExportBranchAction.text = \u0412\u0435\u0442\u0432\u044c \u043a\u0430\u043a \u043d\u043e\u0432\u0443\u044e \u043a\u0430\u0440\u0442\u0443 ...
-ExportBranchToHTMLAction.text = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0442\u0432\u044c \u0432 HTML
-exported_file = {0} \u0444\u0430\u0439\u043b
-ExportPdf.text = \u041a\u0430\u043a PDF
-ExportSvg.text = \u041a\u0430\u043a SVG
-ExportToHTMLAction.text = \u041a\u0430\u043a HTML
-ExportToImage.jpg.text = \u041a\u0430\u043a JPEG
-ExportToImage.png.text = \u041a\u0430\u043a PNG
-ExportToOoWriter.text = \u041a\u0430\u043a Open Office Writer Document...
-extension_menu = &\u0421\u0442\u0438\u043b\u044c
-ExternalImage_popupMenu_Change = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-ExternalImage_popupMenu_Open = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0449\u0438\u043a\u0435
-ExternalImage_popupMenu_Remove = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-ExternalImage_popupMenu_ResetZoom = \u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431
-ExternalImageAddAction.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-ExternalImageChangeAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-ExternalImageRemoveAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-ExtractLinkFromTextAction.text = \u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0443 \u0432 \u0442\u0435\u043a\u0441\u0442
-ExtractLinkFromTextAction.tooltip = \u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432 \u0433\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0443
-f_button_unassigned = <\u043d\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f>
-FaqOpenURLAction.text = \u0427\u0430\u0441\u0442\u043e \u0417\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0412\u043e\u043f\u0440\u043e\u0441\u044b
-file = &\u0424\u0430\u0439\u043b
-file_already_exists = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u0442\u044c?
-file_not_found = \u041e\u0448\u0438\u0431\u043a\u0430: \u0444\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.
-FileListFlavorHandler = \u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0444\u0430\u0439\u043b\u044b
-FileProperties_BranchLeafCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0441 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435(\u0430\u0445):
-FileProperties_BranchNodeCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435(\u0430\u0445):
-FileProperties_ChangesSinceLastSave = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0441 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0435\u043d\u0438\u044f:
-FileProperties_FileName = \u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430:
-FileProperties_FileSaved = \u0424\u0430\u0439\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d:
-FileProperties_FileSize = \u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430:
-FileProperties_MainBranchCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0433\u043b\u0430\u0432\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432:
-FileProperties_NeverSaved = \u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u043b\u0430\u0441\u044c
-FileProperties_NodeChildCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432:
-FileProperties_NodeSelectionCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432:
-FileProperties_TotalFilteredCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0444\u0438\u043b\u044c\u0442\u0440\u0443:
-FileProperties_TotalLeafCount = \u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0441 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438:
-FileProperties_TotalNodeCount = \u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432:
-FilePropertiesAction.text = \u0421\u0432\u043e\u0439\u0441&\u0442\u0432\u0430...
-filter = \u0424\u0438\u043b\u044c\u0442\u0440
-filter_add = &\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-filter_and = &\u0418
-filter_conditions = \u0424\u0438\u043b\u044c\u0442\u0440\u044b
-filter_contains = \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442
-filter_created_after = \u0421\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0441\u043b\u0435
-filter_created_before = \u0421\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043e
-filter_delete = &\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-filter_details = \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
-filter_dialog = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0424\u0438\u043b\u044c\u0442\u0440
-filter_does_not_exist = \u041d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-filter_edit_description = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u044b
-filter_enter_value = \u0412\u0432\u0435\u0441\u0442\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435
-filter_even_level = \u041d\u0435\u0447\u0435\u0442\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0443\u0437\u043b\u0430
-filter_exist = \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-filter_icon = \u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
-filter_is_equal_to = \u0420\u0430\u0432\u0435\u043d
-filter_is_not_equal_to = \u041d\u0435\u0440\u0430\u0432\u0435\u043d
-filter_leaf = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0443\u0437\u0435\u043b
-filter_link = \u0413\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0430
-filter_match_case = \u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c &\u0440\u0435\u0433\u0438\u0441\u0442\u0440
-filter_modified_after = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0435
-filter_modified_before = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u043e \u0434\u043e
-filter_no_filtering = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440
-filter_node = \u0422\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
-filter_node_level = \u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
-filter_not = &\u041d\u0435
-filter_note = \u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435
-filter_odd_level = \u0427\u0435\u0442\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0443\u0437\u043b\u0430
-filter_or = \u0418&\u043b\u0438
-filter_parent = \u0422\u0435\u043a\u0441\u0442 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
-filter_periodic_level = \u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u0435
-filter_priority = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442
-filter_regexp_matches = \u0421\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u043c\u0443 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e
-filter_reminder = \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
-filter_reminder_after = \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043f\u043e\u0441\u043b\u0435
-filter_reminder_before = \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0434\u043e
-filter_reminder_executed = \u0443\u0436\u0435 \u0443\u0432\u043e\u043b\u0438\u043b\u0438
-filter_reminder_later = \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043f\u043e\u0437\u0436\u0435
-filter_root = \u041a\u043e\u0440\u043d\u0435\u0432\u0430\u044f \u0437\u0430\u043c\u0435\u0442\u043a\u0430
-filter_script = \u0424\u0438\u043b\u044c\u0442\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
-filter_select = &\u0412\u044b\u0431\u0440\u0430\u0442\u044c
-filter_selected_node_view = \u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
-filter_selected_node_view_snapshot = \u0421\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0439 \u0432\u044b\u0431\u043e\u0440
-filter_style = \u0421\u0442\u0438\u043b\u044c
-filter_time = \u0424\u0438\u043b\u044c\u0442\u0440 \u0434\u0430\u0442\u044b
-filters_not_loaded = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440, \u0444\u0430\u0439\u043b \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d
-find_what = \u0418\u0441\u043a\u043e\u043c\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-FindAction.text = \u0418\u0441\u043a\u0430\u0442\u044c...
-FirstGroupNodeAction.text = \u041d\u0430\u0447\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u0443\u0437\u043b\u043e\u0432
-fit_map_to_page = &\u0423\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
-fit_map_to_page_height = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c &\u0432\u044b\u0441\u043e\u0442\u0443 \u0432 \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
-fit_map_to_page_width = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c &\u0448\u0438\u0440\u0438\u043d\u0443 \u0432 \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
-FitToPage.text = \u0423\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u044e &\u043a\u0430\u0440\u0442\u0443 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
-FitToPage.tooltip = \u041f\u043e\u0434\u0431\u0438\u0440\u0430\u0435\u0442  \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u0442\u0430\u043a, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u044e \u043a\u0430\u0440\u0442\u0443 \u0432 \u043e\u043a\u043d\u0435
-fold = \u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c
-FoldAllAction.text = \u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451
-FoldAllAction.tooltip = <html>\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u0438 \u0432\u0441\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0443\u0437\u043b\u044b</html>
-FoldOneLevelAction.text = \u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c
-FoldOneLevelAction.tooltip = <html>\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043d\u0430 \u043e\u0434\u0438\u043d \u0443\u0440\u043e\u0432\u0435\u043d\u044c</html>
-follow_graphical_link = \u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a:
-FollowLinkAction.text = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435
-font = \u0428\u0440\u0438\u0444\u0442
-FontFamilyAction.text = \u0428\u0440\u0438\u0444\u0442
-FontSizeAction.text = \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
-format_invalid_pattern = \u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
-format_menu_cloud_shapes = \u041e\u0431\u043b\u0430\u043a\u043e
-format_menu_edge_styles = \u0422\u0438\u043f &\u0440\u0435\u0431\u0440\u0430
-format_menu_edge_widths = \u0422&\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
-format_panel = \u0424\u043e\u0440\u043c\u0430\u0442
-FormatCopy.text = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 (\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a)
-FormatCopy.tooltip = <html>\u041a\u043e\u043f\u0438\u0440\u0443\u0435\u0442 \u0444\u043e\u0440\u043c\u0430\u0442 \u0443\u0437\u043b\u0430</html>
-FormatPaste.text = \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 (\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a)
-FormatPaste.tooltip = <html>\u041f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442 \u043a \u0443\u0437\u043b\u0443 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442</html>
-formats_not_loaded = \u0424\u043e\u0440\u043c\u0430\u0442\u044b \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b, \u0444\u0430\u0439\u043b \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d
-formula.error.attributeValueIsNull = \u041f\u043e\u0441\u043b\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 "{0}" - \u043d\u0443\u043b\u0435\u0432\u043e\u0435.
-formula.error.circularReference = \u0426\u0438\u043a\u043b\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430: \u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u0432 \u0443\u0437\u043b\u0435 "{0}" \u0441\u0441\u044b\u043b\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0441\u0430\u043c\u0443 \u0441\u0435\u0431\u044f.
-formula.EvaluateAllAction.text = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0441\u0451
-formula.EvaluateAllAction.tooltip = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0441\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u044b \u0442\u0435\u043a\u0443\u0449\u0435\u0439 \u043a\u0430\u0440\u0442\u044b \u043f\u0430\u043c\u044f\u0442\u0438
-formula.menuname = \u0424\u043e\u0440\u043c\u0443\u043b\u044b
-formula_editor = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0443\u043b\u0443
-ForwardAction.text = \u0412\u043f\u0435\u0440\u0451\u0434
-ForwardAction.tooltip = \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c\u0443 \u0443\u0437\u043b\u0443
-FreeNodeAction.text = \u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b (\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430/\u0441\u0431\u0440\u043e\u0441)
-Freeplane.progress.buildScreen = \u0424\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d...
-Freeplane.progress.createController = \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430...
-Freeplane.progress.createInitialMode = \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0430
-Freeplane.progress.endStartup = \u0417\u0430\u043f\u0443\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d.
-Freeplane.progress.gettingPreferenceDirectories = \u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0430\u043f\u043e\u043a \u0441 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0435\u0439...
-Freeplane.progress.gettingPreferences = \u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438...
-Freeplane.progress.loadMaps = \u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043a\u0430\u0440\u0442\u044b...
-Freeplane.progress.propagateLookAndFeel = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430...
-Freeplane.progress.settingPreferences = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438...
-Freeplane.progress.startCreateController = \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430...
-Freeplane.progress.updateLookAndFeel = \u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430...
-freeplane_reverted = \u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 Freeplane
-FreeplaneHelpStarter.text = \u041f\u043e\u043c\u043e\u0449\u044c ...
-FreeplaneHelpStarter.tooltip = \u041f\u043e\u043c\u043e\u0449\u044c...
-GettingStartedAction.text = \u041f\u0440\u0438\u0441\u0442\u0443\u043f\u0430\u044f \u043a \u0440\u0430\u0431\u043e\u0442\u0435
-GotoLinkNodeAction.text = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u043e \u0441\u0432\u044f\u0437\u0438
-GotoNodeAction.text = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0443\u0437\u0435\u043b \u0441 ID...
-GrabKeyDialog.common.cancel = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-GrabKeyDialog.common.ok = \u041e\u041a
-GrabKeyDialog.grab-key.assigned-to = \u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e
-GrabKeyDialog.grab-key.assigned-to.none = \u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442
-GrabKeyDialog.grab-key.clear = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-GrabKeyDialog.grab-key.remove = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-GrabKeyDialog.grab-key.remove-ask = \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438?
-GrabKeyDialog.grab-key.title = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043a\u043b\u0430\u0432\u0438\u0448\u0443
-green = \u0417\u0435\u043b\u0451\u043d\u044b\u0439
-help = \u041f\u043e&\u043c\u043e\u0449\u044c
-HideableAction.tooltip = <html>\u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442 \u0444\u043e\u043d \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430.</html>
-HideAllAttributesAction.text = \u0421\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0432\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-HierarchicalIcons2Action.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c
-HierarchicalIconsAction.text = \u0414\u043e\u0447\u0435\u0440\u043d\u0438\u0435 &\u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
-HierarchicalIconsAction.tooltip = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-hot_keys = \u0413\u043e\u0440\u044f\u0447\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
-hot_keys_table = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
-HotKeyInfoAction.text = \u0425\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0430 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
-html_export_based_on_headings = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u041d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432
-html_export_fold_all = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0435
-html_export_fold_currently_folded = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u043a \u0441\u0435\u0439\u0447\u0430\u0441
-html_export_no_folding = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u0411\u0435\u0437 \u0441\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
-icon_attach = \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435
-icon_back = \u041d\u0430\u0437\u0430\u0434
-icon_bee = Freeplane
-icon_bell = \u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c
-icon_bookmark = \u041e\u0442\u043b\u0438\u0447\u043d\u043e
-icon_broken-line = \u0421\u043b\u043e\u043c\u0430\u043d\u044b\u0439
-icon_button_cancel = \u041d\u0435 \u041e\u041a
-icon_button_ok = \u041e\u041a
-icon_calendar = \u0414\u0430\u0442\u0430
-icon_clanbomber = \u041e\u043f\u0430\u0441\u043d\u043e
-icon_clock = \u0412\u0440\u0435\u043c\u044f
-icon_clock2 = \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
-icon_closed = \u0412\u0445\u043e\u0434\u0430 \u043d\u0435\u0442
-icon_decrypted = \u041e\u0442\u043a\u0440\u044b\u0442\u044b\u0439
-icon_desktop_new = \u041d\u0435 \u0437\u0430\u0431\u044b\u0442\u044c
-icon_division = \u0414\u0435\u043b\u0435\u043d\u0438\u0435
-icon_down = \u0412\u043d\u0438\u0437
-icon_edit = \u0423\u0442\u043e\u0447\u043d\u0438\u0442\u044c
-icon_encrypted = \u0417\u0430\u043a\u0440\u044b\u0442\u044b\u0439
-icon_family = \u0421\u0435\u043c\u044c\u044f
-icon_fema = \u0416\u0435\u043d\u0449\u0438\u043d\u044b
-icon_female1 = \u0416\u0435\u043d\u0449\u0438\u043d\u04301
-icon_female2 = \u0416\u0435\u043d\u0449\u0438\u043d\u04302
-icon_females = \u0416\u0435\u043d\u0449\u0438\u043d\u044b
-icon_flag = \u041a\u0440\u0430\u0441\u043d\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_flag-black = \u0427\u0435\u0440\u043d\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_flag-blue = \u0421\u0438\u043d\u0438\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_flag-green = \u0417\u0435\u043b\u0435\u043d\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_flag-orange = \u041e\u0440\u0430\u043d\u0436\u0435\u0432\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_flag-pink = \u0420\u043e\u0437\u043e\u0432\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_flag-yellow = \u0416\u0435\u043b\u0442\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
-icon_folder = \u041f\u0430\u043f\u043a\u0430
-icon_forward = \u0412\u043f\u0435\u0440\u0451\u0434
-icon_freemind_butterfly = FreeMind
-icon_full-0 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 0
-icon_full-1 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 1
-icon_full-2 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 2
-icon_full-3 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 3
-icon_full-4 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 4
-icon_full-5 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 5
-icon_full-6 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 6
-icon_full-7 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 7
-icon_full-8 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 8
-icon_full-9 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 9
-icon_go = \u0417\u0435\u043b\u0435\u043d\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u0430
-icon_gohome = \u0414\u043e\u043c
-icon_group = \u0413\u0440\u0443\u043f\u043f\u0430
-icon_help = \u0412\u043e\u043f\u0440\u043e\u0441
-icon_hourglass = \u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435
-icon_icon_not_found = \u0418\u043a\u043e\u043d\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043b\u0430
-icon_idea = \u0418\u0434\u0435\u044f
-icon_info = \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-icon_kaddressbook = \u0422\u0435\u043b\u0435\u0444\u043e\u043d
-icon_kmail = E-mail
-icon_knotify = \u041c\u0443\u0437\u044b\u043a\u0430
-icon_korn = \u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a
-icon_ksmiletris = \u042f \u0434\u043e\u0432\u043e\u043b\u0435\u043d
-icon_launch = \u0417\u0430\u043f\u0443\u0441\u043a
-icon_licq = \u041c\u0438\u043b\u043e
-icon_list = \u0421\u043f\u0438\u0441\u043e\u043a
-icon_Mail = \u041f\u0438\u0441\u044c\u043c\u043e
-icon_male1 = \u041c\u0443\u0436\u0447\u0438\u043d\u04301
-icon_male2 = \u041c\u0443\u0436\u0447\u0438\u043d\u04302
-icon_males = \u041c\u0443\u0436\u0447\u0438\u043d\u044b
-icon_menu = &\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
-icon_messagebox_warning = \u0412\u0430\u0436\u043d\u043e
-icon_multiplication = \u041c\u0443\u043b\u044c\u0442\u0438\u043f\u043b\u0435\u043a\u0430\u0446\u0438\u044f
-icon_negative = \u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
-icon_neutral = \u041d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u043e
-icon_password = \u041a\u043b\u044e\u0447
-icon_pencil = \u0423\u0442\u043e\u0447\u043d\u0438\u0442\u044c
-icon_penguin = \u041b\u0438\u043d\u0443\u043a\u0441
-icon_positive = \u041f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
-icon_prepare = \u0416\u0435\u043b\u0442\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u0430
-icon_smiley-angry = \u0421\u0435\u0440\u0434\u0438\u0442\u044b\u0439
-icon_smiley-neutral = \u041d\u0435 \u0432\u0430\u0436\u043d\u043e
-icon_smiley-oh = \u0423\u0434\u0438\u0432\u043b\u0435\u043d\u043d\u044b\u0439
-icon_smily_bad = \u041c\u043d\u0435 \u043d\u0435 \u0434\u043e \u0432\u0435\u0441\u0435\u043b\u044c\u044f
-icon_stop = \u041a\u0440\u0430\u0441\u043d\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u0430
-icon_stop-sign = \u0421\u0442\u043e\u043f
-icon_subtraction = \u0412\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435
-icon_up = \u0412\u0432\u0435\u0440\u0445
-icon_user_icon = \u0418\u043a\u043e\u043d\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-icon_very_negative = \u041e\u0447\u0435\u043d\u044c \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
-icon_very_positive = \u041e\u0447\u0435\u043d\u044c \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
-icon_wizard = \u041c\u0430\u0433\u0438\u044f
-icon_xmag = \u041e\u0431\u0441\u0443\u0434\u0438\u0442\u044c
-icon_yes = \u0412\u0430\u0436\u043d\u043e
-IconGroupPopupAction.arrows.text = \u0421\u0442\u0440\u0435\u043b\u043a\u0438
-IconGroupPopupAction.docs_folders.text = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0438 \u043f\u0430\u043f\u043a\u0438
-IconGroupPopupAction.flags.text = \u0424\u043b\u0430\u0433\u0438
-IconGroupPopupAction.math.text = \u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430
-IconGroupPopupAction.miscellaneous.text = \u0420\u0430\u0437\u043d\u044b\u0435
-IconGroupPopupAction.nature.text = \u041f\u0440\u0438\u0440\u043e\u0434\u0430
-IconGroupPopupAction.numbers.text = \u0427\u0438\u0441\u043b\u0430
-IconGroupPopupAction.office.text = \u041e\u0444\u0438\u0441
-IconGroupPopupAction.people.text = \u041b\u044e\u0434\u0438
-IconGroupPopupAction.rating.text = \u0420\u0435\u0439\u0442\u0438\u043d\u0433
-IconGroupPopupAction.signs.text = \u0417\u043d\u0430\u043a\u0438
-IconGroupPopupAction.smiley.text = \u0420\u043e\u0436\u0438\u0446\u044b
-IconGroupPopupAction.time.text = \u0412\u0440\u0435\u043c\u044f
-IconGroupPopupAction.user.text = \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0438\u043a\u043e\u043d\u043a\u0438
-IconProgressExtended10Action.text = \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 10%
-IconProgressExtended25Action.text = \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 25%
-IconProgressIconDownAction.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0432\u043d\u0438\u0437
-IconProgressIconDownAction.tooltip = \u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c/ \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c/ \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f (100% -> 75% -> 50% -> 25% -> 0% -> \u0423\u0434\u0430\u043b\u0438\u0442\u044c).
-IconProgressIconUpAction.text = \u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0440\u0445
-IconProgressIconUpAction.tooltip = \u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c/ \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
-IconProgressRemoveAction.tooltip = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u043a\u043e\u043d\u043a\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
-IconSelectionPlugin.text = \u0412\u044b\u0431\u043e\u0440 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b...
-IconSelectionPlugin.tooltip = <html>\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u043a\u043d\u043e \u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b</html>
-image_covertLink = \u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0432 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-import = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-import_linked_branch_no_link = \u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b \u043d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0443, \u043f\u0440\u0438\u0433\u043e\u0434\u043d\u0443\u044e \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-ImportAction.text = &\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-ImportBranchAction.text = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0442\u0432\u044c \u0438\u0437 (mm-) \u0444\u0430\u0439\u043b\u0430...
-ImportExplorerFavoritesAction.text = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u0438\u0437 IE...
-ImportFolderStructureAction.text = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432...
-ImportLinkedBranchAction.text = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0442\u0432\u044c \u0438\u0437 \u0441\u0441\u044b\u043b\u043a\u0438
-ImportLinkedBranchWithoutRootAction.text = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437 \u0441\u0441\u044b\u043b\u043a\u0438 \u0431\u0435\u0437 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-ImportMindmanagerFiles.text = \u041a\u0430\u0440\u0442\u0430 \u0434\u043b\u044f MindManager X5 ...
-increase_branch_font_size = \u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
-IncreaseNodeFontAction.text = \u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
-internal_error_tooltip = \u0412\u043e\u0437\u043d\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u0435 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0439 \u043e\u0448\u0438\u0431\u043a\u0438. \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 log \u0444\u0430\u0439\u043b {0} \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
-invalid_uri = \u041e\u0448\u0438\u0431\u043a\u0430 URI {0}
-invalid_url = \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e URL
-invalid_url_msg = \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e URL \u0434\u043b\u044f {0}
-ItalicAction.text = \u041a\u0443\u0440\u0441\u0438\u0432
-italicise_branch = \u0428\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438 \u043a\u0443\u0440\u0441\u0438\u0432
-java_version = \u0412\u0435\u0440\u0441\u0438\u044f Java: {0}
-JoinNodesAction.text = \u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0443\u0437\u043b\u044b
-LatexDeleteLatexAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443
-LatexEditLatexAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c &LaTeX \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
-LatexInsertLatexAction.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c &LaTeX \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
-less_than_two_selected_nodes = \u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u044f\u0437\u044c \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0434\u0432\u0430 \u0443\u0437\u043b\u0430
-license = \u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f
-link_error = \u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430 "{0}" \u043d\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430
-link_not_available_any_more = \u0421\u0432\u044f\u0437\u044c \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430, \u0443\u0437\u0435\u043b \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0435\u043d
-link_not_found = \u0421\u0441\u044b\u043b\u043a\u0430 {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.
-load = &\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
-LoadAcceleratorPresetsAction.textPatterns.text = \u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0442\u0435\u043a\u0441\u0442\u0430
-locking_failed_by_open = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439 \u0438 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f
-locking_failed_by_save_as = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439 \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.
-locking_old_lock_removed = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0431\u044b\u043b \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {1}. \u042d\u0442\u0430 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430 \u043a\u0430\u043a \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f
-long_node_changed_cancel = \u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0443\u0437\u0435\u043b. \u0425\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
-long_node_changed_submit = \u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0443\u0437\u0435\u043b. \u0425\u043e\u0442\u0438\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f?
-lots_of_links_warning = \u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043c\u043d\u043e\u0433\u043e \u0441\u0432\u044f\u0437\u0435\u0439 \u0441\u0440\u0430\u0437\u0443. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0445\u043e\u0442\u0438\u0442\u0435?
-main_resource_directory = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044b: {0}
-MainView.errorUpdateText = \u041e\u0448\u0438\u0431\u043a\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0441\u0442\u0430 \u0432 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0432\u0432\u043e\u0434: {0}\n \u041e\u0448\u0438\u0431\u043a\u0430: {1}
-ManageAddOnsAction.text = \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
-ManageAddOnsDialog.actions = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-ManageAddOnsDialog.activate = \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c
-ManageAddOnsDialog.activation.success = {0} \u0431\u0443\u0434\u0435\u0442 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430.
-ManageAddOnsDialog.cannot.activate = \u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438: {0} \u0443\u0436\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d.
-ManageAddOnsDialog.cannot.configure = \u041e\u0448\u0438\u0431\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 {0}.
-ManageAddOnsDialog.cannot.deactivate = \u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438: {0} \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d.
-ManageAddOnsDialog.cannot.deinstall = \u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f {0}.
-ManageAddOnsDialog.deactivate = \u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c
-ManageAddOnsDialog.deactivation.success = {0} \u0431\u0443\u0434\u0435\u0442 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430.
-ManageAddOnsDialog.deinstall = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
-ManageAddOnsDialog.deinstallation.success = {0} \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430.
-ManageAddOnsDialog.description = \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
-ManageAddOnsDialog.error = \u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435: {0}.
-ManageAddOnsDialog.install = &\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-ManageAddOnsDialog.map.not.opened = \u041a\u0430\u0440\u0442\u0430 \u043f\u0430\u043c\u044f\u0442\u0438 {0}, \u043f\u043e\u0445\u043e\u0436\u0435, \u043d\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u0430.
-ManageAddOnsDialog.name = \u0418\u043c\u044f
-ManageAddOnsDialog.PLUGIN = \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
-ManageAddOnsDialog.SCRIPT = \u0421\u043a\u0440\u0438\u043f\u0442
-ManageAddOnsDialog.select.tooltip = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b
-ManageAddOnsDialog.status.downloading = \u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0444\u0430\u0439\u043b\u0430...
-ManageAddOnsDialog.status.installing = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f...
-ManageAddOnsDialog.status.success = \u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e {0}.
-ManageAddOnsDialog.type = \u0422\u0438\u043f
-ManageAddOnsDialog.version = \u0412\u0435\u0440\u0441\u0438\u044f
-ManageConditionalStylesAction.text = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u043c\u0438 \u0441\u0442\u0438\u043b\u044f\u043c\u0438 \u043a\u0430\u0440\u0442\u044b
-ManageNodeConditionalStylesAction.text = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u043c\u0438 \u0441\u0442\u0438\u043b\u044f\u043c\u0438 \u0443\u0437\u043b\u0430
-map_already_exists = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u0442\u044c \u0435\u0433\u043e?
-map_corrupted = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d. \u0421\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438?
-map_locked_by_open = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0443\u0436\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {1}. \u041e\u043d \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043a\u0440\u044b\u0442\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-map_locked_by_save_as = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0443\u0436\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {1} \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.
-map_not_saved = \u042d\u0442\u0430 \u043a\u0430\u0440\u0442\u0430 \u043d\u0435 \u0431\u044b\u043b\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u0440\u0430\u043d\u0435\u0435
-MapBackgroundColorAction.text = \u0424\u043e\u043d \u043a\u0430\u0440\u0442\u044b
-MaxNodeWidthAction.text = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u0448\u0438\u0440\u0438\u043d\u0443 \u0443\u0437\u043b\u0430
-menu_applyStyle = \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
-menu_attributes = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c &\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-menu_clouds = \u041e\u0431\u043b\u0430\u043a\u0430
-menu_copy = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-menu_coreFormat = \u042f\u0434\u0440\u043e \u0443\u0437\u043b\u0430
-menu_details = \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
-menu_displayAttributes = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0443\u0437\u043b\u0430
-menu_encryption = \u0428\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-menu_extensions = \u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u0430
-menu_extras = &\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e
-menu_file_import = &\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-menu_filter = \u0424&\u0438\u043b\u044c\u0442\u0440
-menu_format = \u0424&\u043e\u0440\u043c\u0430\u0442
-menu_group = \u0413\u0440\u0443\u043f\u043f\u0430 \u0443\u0437\u043b\u043e\u0432
-menu_hoverView = \u0412\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
-menu_iconByCategory = \u0418\u043a\u043e\u043d\u043a\u0438 \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c...
-menu_iconView = \u0418\u043a\u043e\u043d\u043a\u0438
-menu_image = \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-menu_insert = \u0412\u0441\u0442&\u0430\u0432\u043a\u0430
-menu_latex_formula = \u0424\u043e\u0440\u043c\u0443\u043b\u0430 LaTeX
-menu_links = \u0421\u0441\u044b\u043b\u043a\u0438
-menu_manageStyles = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0438\u043b\u044f\u043c\u0438
-menu_moveNode = \u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0438 \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430
-menu_navigate = &\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f
-menu_newNode = \u041d\u043e\u0432\u044b\u0439 \u0443\u0437\u0435\u043b
-menu_node = \u0423\u0437\u0435\u043b
-menu_node_features = &\u0424\u0443\u043d\u043a\u0446\u0438\u0438 \u0443\u0437\u043b\u0430
-menu_nodes = &\u0423\u0437\u043b\u044b
-menu_nodeView = \u042f\u0434\u0440\u043e \u0443\u0437\u043b\u0430
-menu_notes = \u0417\u0430\u043c\u0435\u0442\u043a\u0430
-menu_noteView = \u0417\u0430\u043c\u0435\u0442\u043a\u0438
-menu_progress = \u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
-menu_removeAttribute = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442
-menu_select = \u0412\u044b\u0431\u0440\u0430\u0442\u044c
-menu_time = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c
-menu_title = \u042f\u0434\u0440\u043e \u0443\u0437\u043b\u0430
-menu_toolbars = \u041f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-menu_view = &\u0412\u0438\u0434
-mindmap = \u0410\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430
-MindMapNodesFlavorHandler = \u0414\u0435\u0440\u0435\u0432\u043e \u0443\u0437\u043b\u043e\u0432
-mindmaps = &\u041a\u0430\u0440\u0442\u044b
-mindmaps_desc = \u041a\u0430\u0440\u0442\u044b (*.mm)
-mindmaps_filter_desc = \u0424\u0438\u043b\u044c\u0442\u0440\u044b (*.mmfilter)
-mode_Browse = \u0420\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430
-mode_File = \u0424\u0430\u0439\u043b\u043e\u0432\u044b\u0439 \u0440\u0435\u0436\u0438\u043c
-mode_MindMap = \u0420\u0435\u0436\u0438\u043c \u0438\u043d\u0442\u0435\u043b\u043b\u0435\u043a\u0442-\u043a\u0430\u0440\u0442\u044b
-mode_na = \u0420\u0435\u0436\u0438\u043c \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d
-mode_status = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c {0}
-mode_title = Freeplane - {0}
-modes = \u0420\u0435\u0436\u0438\u043c\u044b
-ModesMenuAction.Browse.text = \u041e\u0431\u043e\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c \u043a\u0430\u0440\u0442
-ModesMenuAction.File.text = \u041e\u0431\u043e\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c \u0444\u0430\u0439\u043b\u043e\u0432
-ModesMenuAction.MindMap.text = \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043a\u0430\u0440\u0442 \u043c\u044b\u0448\u043b\u0435\u043d\u0438\u044f
-most_recent_files = &\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b
-MoveToRootAction.text = \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b
-NameConditionAction.text = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043c\u044f
-NavigationNextMapAction.text = \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043a\u0430\u0440\u0442\u0430
-NavigationPreviousMapAction.text = \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043a\u0430\u0440\u0442\u0430
-new = &\u0421\u043e\u0437\u0434\u0430\u0442\u044c
-new_map_from_user_templates.text = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443...
-new_mindmap = \u041d\u043e\u0432\u0430\u044f \u043a\u0430\u0440\u0442\u0430
-new_node = \u041d\u043e\u0432\u044b\u0439 \u0443\u0437\u0435\u043b
-new_node_as_sibling_not_possible_for_the_root = \u0423 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043c\u0435\u0436\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-new_version_available = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f ''{0}''
-NewChildAction.text = \u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-NewerFileRevisionsFoundDialog.cancel = &\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c
-NewerFileRevisionsFoundDialog.cancel.tooltip = \u041d\u0435 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b
-NewerFileRevisionsFoundDialog.file_last_modified = \u0428\u0442\u0430\u043c\u043f \u0432\u0440\u0435\u043c\u0435\u043d\u0438
-NewerFileRevisionsFoundDialog.file_name = \u0424\u0430\u0439\u043b
-NewerFileRevisionsFoundDialog.file_size = \u0411\u0430\u0439\u0442(\u043e\u0432)
-NewerFileRevisionsFoundDialog.open = &\u041e\u0442\u043a\u0440\u044b\u0442\u044c
-NewerFileRevisionsFoundDialog.open.tooltip = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u043e\u043d \u0443\u0441\u0442\u0430\u0440\u0435\u043b
-NewerFileRevisionsFoundDialog.question = \u041d\u0430\u0439\u0434\u0435\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f {0}!\n\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044c {0} (\u0441\u043c. \u043f\u0435\u0440\u0432\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443) \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u044d\u0442\u043e?\n\u0414\u043b\u044f \u0437\u0430\u043c\u0435\u043d\u044b {0} \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u043c \u0444\u0430\u0439\u043b\u043e\u043c \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430\n\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0433\u043e \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c".
-NewerFileRevisionsFoundDialog.restore = \u0412\u043e&\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-NewerFileRevisionsFoundDialog.restore.tooltip = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c {0} \u043d\u0430 {1}
-NewerFileRevisionsFoundDialog.title = \u041e\u0431\u043d\u043e\u0440\u0443\u0436\u0435\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0444\u0430\u0439\u043b\u0430!
-NewLevelStyleAction.text = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0441\u043a\u0438\u0439 \u0441\u0442\u0438\u043b\u044c \u0443\u0440\u043e\u0432\u043d\u044f
-NewMapAction.text = \u0421\u043e\u0437\u0434&\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443
-NewMapViewAction.text = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0432\u0438\u0434 \u043a\u0430\u0440\u0442\u044b
-NewParentNode.text = \u041e\u0431\u0449\u0438\u0439 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0443\u0437\u0435\u043b
-NewParentNode.tooltip = <html>\u0412\u0441\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0442 \u043e\u0431\u0449\u0438\u0439 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0443\u0437\u0435\u043b</html>
-NewPreviousSiblingAction.text = \u041d\u043e\u0432\u044b\u0439 \u0441\u043c\u0435\u0436\u043d\u044b\u0439 \u0443\u0437\u0435\u043b \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043a\u0443\u0449\u0438\u043c
-NewSiblingAction.text = \u041d\u043e\u0432\u044b\u0439 \u0441\u043c\u0435\u0436\u043d\u044b\u0439 \u0443\u0437\u0435\u043b \u043f\u043e\u0441\u043b\u0435 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e
-NewSummaryAction.text = \u041d\u043e\u0432\u044b\u0439 \u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-NewUserStyleAction.text = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u0438\u0437 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e
-NextNodeAction.BACK.text = \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
-NextNodeAction.BACK_N_FOLD.text = \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0448\u0438\u0439 \u0443\u0437\u0435\u043b (\u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c)
-NextNodeAction.FORWARD.text = \u0421\u043b\u0435\u0434\u0443\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
-NextNodeAction.FORWARD_N_FOLD.text = \u0421\u043b\u0435\u0434\u0443\u0449\u0438\u0439 \u0443\u0437\u0435\u043b (\u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c)
-no = \u041d\u0435\u0442
-no_copy_attributes_before_paste_attributes = \u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b, \u043f\u043e\u043a\u0430 \u043d\u0435 \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0435\u0442\u0435 \u043a\u0430\u043a\u0438\u0435-\u043d\u0438\u0431\u0443\u0434\u044c.
-no_format_copy_before_format_paste = \u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442, \u043d\u0443\u0436\u043d\u043e \u0435\u0433\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-no_found_from = <html>\u0422\u0435\u043a\u0441\u0442 <u>{0}</u> \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0432 "{1}".
-no_more_found_from = <html>\u0422\u0435\u043a\u0441\u0442 <u>{0}</u> \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f \u0432 "{1}".
-no_previous_find = \u0411\u043e\u043b\u0435\u0435 \u0440\u0430\u043d\u043d\u0438\u0445 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u0439 \u043d\u0435\u0442.
-node = \u0423\u0437\u0435\u043b
-node_changed_discard_changes = \u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0443\u0437\u0435\u043b. \u0425\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
-node_is_write_protected = \u0423\u0437\u0435\u043b-\u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a \u0437\u0430\u0449\u0438\u0449\u0435\u043d \u043e\u0442 \u0437\u0430\u043f\u0438\u0441\u0438
-node_location_help = \u041f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0443\u0437\u043b\u0430, <ctrl>+\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0443\u0437\u043b\u0430\u043c\u0438, \u0434\u0432\u043e\u0439\u043d\u043e\u0439 \u0449\u0435\u043b\u0447\u043e\u043a \u0438 <ctrl>+\u0434\u0432\u043e\u0439\u043d\u043e\u0439 \u0449\u0435\u043b\u0447\u043e\u043a \u0441\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u044e\u0442 \u0438\u0445.
-node_selector = \u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-node_selector_message = \u0414\u0432\u043e\u0439\u043d\u043e\u0439 \u0449\u0435\u043b\u0447\u0451\u043a \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0443\u0437\u043b\u0435
-node_styles = \u0421\u0442\u0438\u043b\u0438 \u0443\u0437\u043b\u0430
-NodeBackgroundColorAction.text = &\u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
-NodeColorAction.text = \u0426\u0432\u0435\u0442 \u0443\u0437\u043b\u0430...
-NodeColorBlendAction.text = \u0412\u044b\u0441\u0432\u0435\u0442\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b
-NodeDownAction.text = \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u0437
-NodeExtensions.EditNodeExtensions = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u0430
-NodeExtensions.RemoveNodeExtensions = \u0423\u0431\u0440\u0430\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u0430
-NodeListAction.text = \u041d\u0430\u0439\u0442\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c...
-NodeListAction.tooltip = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0443\u0437\u043b\u044b \u043a\u0430\u043a \u0441\u043f\u0438\u0441\u043e\u043a \u0441 \u043f\u043e\u0438\u0441\u043a\u043e\u043c \u0438 \u0444\u0438\u043b\u044c\u0442\u0440\u043e\u043c.
-NodeShapeAction.bubble.text = \u0422\u0438\u043f \u0443\u0437\u043b\u0430 "&\u041e\u0432\u0430\u043b"
-NodeShapeAction.fork.text = \u0422\u0438\u043f \u0443\u0437\u043b\u0430 "&\u041a\u0440\u0438\u0432\u0430\u044f"
-NodeUpAction.text = \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0432\u0435\u0440\u0445
-nonboldify_branch = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u043e\u0435 \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u0435
-nonitalicise_branch = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u0443\u0440\u0441\u0438\u0432\u043d\u043e\u0435 \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u0435
-normal = \u041e\u0431\u044b\u0447\u043d\u044b\u0439
-not_saved_for_image_error = \u041a\u0430\u0440\u0442\u0430 \u0434\u043e\u043b\u0436\u0430 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0444\u0430\u0439\u043b\u0430
-not_saved_for_link_error = \u041a\u0430\u0440\u0442\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0441\u044b\u043b\u043a\u0438
-note_window_location = \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0439
-ok = &\u041e\u041a
-OKAction.text = &\u041e\u041a
-OpenAction.text = &\u041e\u0442\u043a\u0440\u044b\u0442\u044c...
-OpenFreeplaneSiteAction.text = \u0414\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 Freeplane
-OpenPathAction.text = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b
-OpenUserDirAction.text = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-option_changes_may_require_restart = \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432\u0441\u0442\u0443\u043f\u0438\u0442 \u0432 \u0441\u0438\u043b\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b.
-OptionalDontShowMeAgainDialog.cancel = &\u041d\u0435\u0442
-OptionalDontShowMeAgainDialog.dontShowAgain = &\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c.
-OptionalDontShowMeAgainDialog.ok = &\u0414\u0430
-OptionalDontShowMeAgainDialog.rememberMyDescision = &\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043c\u043e\u0439 \u0432\u044b\u0431\u043e\u0440.
-OptionPanel.absolute = \u0410\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = \u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442
-OptionPanel.ADD_CHILD = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0439 \u0443\u0437\u0435\u043b
-OptionPanel.ADD_SIBLING = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-OptionPanel.addons = \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
-OptionPanel.always_fold_all_after_load = \u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
-OptionPanel.always_load_last_maps = \u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0438 \u043d\u043e\u0432\u044b\u0435 \u043a\u0430\u0440\u0442\u044b
-OptionPanel.always_load_last_maps.tooltip = \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c \u0432\u044b\u0448\u0435, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 FP \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439 \u0444\u0430\u0439\u043b\u043e\u043c.
-OptionPanel.always_save_folding = \u0412\u0441\u0435\u0433\u0434\u0430
-OptionPanel.always_save_folding_state = \u0412\u0441\u0435\u0433\u0434\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f
-OptionPanel.always_save_folding_state.tooltip = \u0415\u0441\u043b\u0438 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e, \u043a\u0430\u0436\u0434\u043e\u0435 \u0441\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435/\u0440\u0430\u0437\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043a\u0430\u0440\u0442\u0443 \u0438 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442 \u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.
-OptionPanel.always_unfold_all_after_load = \u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
-OptionPanel.antialias = \u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435
-OptionPanel.antialias.tooltip = <html>\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.</html>
-OptionPanel.antialias_all = \u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0451
-OptionPanel.antialias_edges = \u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0451\u0431\u0440\u0430
-OptionPanel.antialias_none = \u041d\u0435 \u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c
-OptionPanel.Appearance = \u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434
-OptionPanel.ar = \u0410\u0440\u0430\u0431\u0441\u043a\u0438\u0439
-OptionPanel.ARC = \u0414\u0443\u0433\u0430
-OptionPanel.as_parent = \u041a\u0430\u043a \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c
-OptionPanel.ask = \u0421\u043f\u0440\u043e\u0441\u0438\u0442\u044c
-OptionPanel.automatic = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438
-OptionPanel.automaticFormat_level = \u0421\u0442\u0438\u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
-OptionPanel.automaticFormat_level1 = \u0424\u043e\u0440\u043c\u0430\u0442 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.automaticFormat_level2 = \u0424\u043e\u0440\u043c\u0430\u0442 \u0443\u0437\u043b\u0430 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f
-OptionPanel.backup_file_number = \u0427\u0438\u0441\u043b\u043e \u0445\u0440\u0430\u043d\u0438\u043c\u044b\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0445 \u043a\u043e\u043f\u0438\u0439 \u0444\u0430\u0439\u043b\u043e\u0432
-OptionPanel.Behaviour = \u041f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435
-OptionPanel.bezier = \u041a\u0440\u0438\u0432\u0430\u044f
-OptionPanel.bubble = \u041e\u0432\u0430\u043b
-OptionPanel.ca = \u041a\u0430\u0442\u0430\u043b\u0430\u043d\u0441\u043a\u0438\u0439
-OptionPanel.Cancel = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-OptionPanel.center_selected_node = \u0426\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443\u0437\u043b\u044b
-OptionPanel.check_updates_automatically = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435
-OptionPanel.childpattern = \u041e\u0431\u0440\u0430\u0437\u0435\u0446 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.childpattern.tooltip = \u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u043e\u0431\u0440\u0430\u0437\u0435\u0446 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c.
-OptionPanel.clear_all_setters = \u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0435
-OptionPanel.clear_all_setters.tooltip = \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0435 \u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u044b
-OptionPanel.cloud = \u041e\u0431\u043b\u0430\u043a\u043e
-OptionPanel.cloudcolor = \u041e\u0431\u043b\u0430\u043a\u043e \u0438 \u0446\u0432\u0435\u0442
-OptionPanel.cloudshape = \u041e\u0431\u043b\u0430\u043a\u043e \u0438 \u0444\u043e\u0440\u043c\u044b
-OptionPanel.combined = \u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439
-OptionPanel.compare_as_number = \u0421\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u043a \u0447\u0438\u0441\u043b\u0430
-OptionPanel.convert_to_current_version = <html>\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u044b \u0441\u0442\u0430\u0440\u044b\u0445 \u0432\u0435\u0440\u0441\u0438\u0439 Freeplane <br>\u0432 \u0444\u043e\u0440\u043c\u0430\u0442 \u044d\u0442\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438</html>
-OptionPanel.convert_to_current_version.tooltip = <html>\u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u043a\u0430\u0440\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c <br>(\u0434\u043b\u044f \u043e\u043f\u044b\u0442\u043d\u044b\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439) \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u044b \u0431\u0435\u0437 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.</html>
-OptionPanel.cs = \u0427\u0435\u0448\u0441\u043a\u0438\u0439
-OptionPanel.cut_nodes_without_question = \u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0443\u0437\u043b\u044b \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
-OptionPanel.cut_nodes_without_question.tooltip = \u0415\u0441\u043b\u0438 \u044d\u0442\u043e\u0442 \u0444\u043b\u0430\u0433 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0443\u0437\u043b\u044b \u0432\u044b\u0440\u0435\u0437\u0430\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u0440\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0435\u0441\u043b\u0438 \u0432\u044b\u0440\u0435\u0437\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u0431\u0435\u0441\u0446\u0435\u043b\u044c\u043d\u043e.
-OptionPanel.da = \u0414\u0430\u0442\u0441\u043a\u0438\u0439
-OptionPanel.date_format = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b
-OptionPanel.date_format.tooltip = \u041b\u0438\u0431\u043e SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u0438\u043b\u0438 \u043f\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0443 "MM/dd/yyyy"
-OptionPanel.datetime_format = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b/\u0432\u0440\u0435\u043c\u0435\u043d\u0438
-OptionPanel.datetime_format.tooltip = \u041b\u0438\u0431\u043e <datestyle>,<timestyle> (\u0441 SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u043a\u0430\u043a \u0441\u0442\u0438\u043b\u0435\u043c) \u0438\u043b\u0438 \u043f\u043e \u043f\u043e\u043b\u043d\u043e\u043c\u0443 \u0448\u0430\u0431\u043b\u043e\u043d\u0443 "M/d/yyyy hh:mm"
-OptionPanel.de = \u041d\u0435\u043c\u0435\u0446\u043a\u0438\u0439
-OptionPanel.default = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442
-OptionPanel.default_browser_command_mac = \u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> \u0438 MAC: (\u0441\u043f\u0430\u0441\u0438\u0431\u043e \u041d\u0438\u043a\u0443)</html>
-OptionPanel.default_browser_command_other_os = \u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f  \u043f\u0440\u043e\u0447\u0438\u0445 \u041e\u0421
-OptionPanel.default_browser_command_other_os.tooltip = <html> \u041a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e Linux:</html>
-OptionPanel.default_browser_command_windows_9x = \u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>\u0414\u043b\u044f  Windows (\u043a\u0430\u0432\u044b\u0447\u043a\u0438 "" \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b \u0438\u0437-\u0437\u0430 \u0430\u0434\u0440\u0435\u0441\u043e\u0432 (URL), \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 "=").</html>
-OptionPanel.default_browser_command_windows_nt = \u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f  Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>\u0414\u043b\u044f  Windows (\u043a\u0430\u0432\u044b\u0447\u043a\u0438 "" \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b \u0438\u0437-\u0437\u0430 \u0430\u0434\u0440\u0435\u0441\u043e\u0432 (URL), \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 "=").</html>
-OptionPanel.default_charset = \u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430
-OptionPanel.Defaults = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u044b
-OptionPanel.delete_automatic_saves_at_exit = \u0423\u0434\u0430\u043b\u044f\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u0438 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439?
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> \u041f\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0433\u0430\u043b\u043e\u0447\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439</html>
-OptionPanel.delete_nodes_without_question = \u0423\u0434\u0430\u043b\u044f\u0442\u044c \u0443\u0437\u043b\u044b \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
-OptionPanel.delete_nodes_without_question.tooltip = \u0415\u0441\u043b\u0438 \u044d\u0442\u043e\u0442 \u0444\u043b\u0430\u0436\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0443\u0437\u043b\u044b \u0443\u0434\u0430\u043b\u044f\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u043f\u043e\u0442\u0435\u0440\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0435\u0441\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u043d\u0435\u043f\u0440\u0435\u0434\u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e.
-OptionPanel.disable_cursor_move_paper = \u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043a\u0443\u0440\u0441\u043e\u0440 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0438 \u043a\u0430\u0440\u0442\u044b
-OptionPanel.disable_cursor_move_paper.tooltip = <html>\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043a\u0443\u0440\u0441\u043e\u0440 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u043d\u043e\u0432\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.display_node_id = \u041e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c ID \u0443\u0437\u043b\u0430
-OptionPanel.edgecolor = \u0426\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
-OptionPanel.edgecolor.tooltip = \u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430 \u0434\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c)
-OptionPanel.edgestyle = \u0421\u0442\u0438\u043b\u044c \u0440\u0435\u0431\u0440\u0430
-OptionPanel.edgestyle.tooltip = \u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430 \u0434\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c)
-OptionPanel.edgewidth = \u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
-OptionPanel.edgewidth.tooltip = \u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430 \u0434\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c)
-OptionPanel.EDIT_CURRENT = \u041f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435
-OptionPanel.editor_extra_width = \u041e\u0441\u043e\u0431\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0448\u0438\u0440\u0438\u043d\u044b
-OptionPanel.el = \u0413\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0439
-OptionPanel.el__buttons_above = \u041a\u043d\u043e\u043f\u043a\u0438 \u0441\u0432\u0435\u0440\u0445\u0443
-OptionPanel.el__enter_confirms_by_default = <\u0412\u0412\u041e\u0414> \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433
-OptionPanel.el__max_default_window_height = \u041d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430
-OptionPanel.el__max_default_window_width = \u041d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430
-OptionPanel.el__min_default_window_height = \u041d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430
-OptionPanel.el__min_default_window_width = \u041d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430
-OptionPanel.el__position_window_below_node = \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 \u043f\u043e\u0434 \u043a\u043d\u043e\u043f\u043a\u0430\u043c\u0438
-OptionPanel.en = \u0410\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439
-OptionPanel.Environment = \u041e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435
-OptionPanel.es = \u0418\u0441\u043f\u0430\u043d\u0441\u043a\u0438\u0439
-OptionPanel.et = \u042d\u0441\u0442\u043e\u043d\u0441\u043a\u0438\u0439
-OptionPanel.execute_scripts_without_asking = \u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0431\u0435\u0437 \u0437\u0430\u043f\u0440\u043e\u0441\u0430
-OptionPanel.execute_scripts_without_asking.tooltip = <html>\u0421\u043a\u0440\u0438\u043f\u0442\u044b Freeplane \u043e\u0431\u044b\u0447\u043d\u043e \u043c\u043e\u0433\u0443\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u043b\u044e\u0431\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u041f\u041a. <br>\u041f\u043e \u044d\u0442\u043e\u043c\u0443 \u0432\u044b \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u044b \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0432 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0443\u0432\u0435\u0440\u0435\u043d\u044b.</html>
-OptionPanel.execute_scripts_without_exec_restriction = \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0438 \u043e\u0441\u043e\u0431\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0445\u043e\u0442\u044f\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0431\u0440\u0430\u0443\u0437\u0435\u0440) \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f(\!),<br>\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e, \u0437\u043b\u043e\u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0443\!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438 (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 (\u043e\u0442\u043a\u0440\u044b\u0442\u044c, \u0437\u0430\u043a\u0440\u044b\u0442\u044c, \u0441\u0447\u0438\u0442\u0430\u0442\u044c, \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c, \u0443\u0434\u0430\u043b\u0438\u0442\u044c(\!)),<br>\u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e, \u0437\u043b\u043e\u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0443\!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0441\u0435\u0442\u044c\u044e (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0438\u043c \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0435\u0442\u0435\u0432\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f,<br>\u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e, \u0437\u043b\u043e\u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0440\u0430\u0437\u0433\u043b\u0430\u0448\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438/\u0437\u0430\u043f\u0438\u0441\u044c (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>\u0415\u0441\u043b\u0438 \u0412\u0430\u0448\u0438\u043c Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u0434\u043e\u0441\u0443\u043f \u043a \u0437\u0430\u043f\u0438\u0441\u0438 \u0444\u0430\u0439\u043b\u043e\u0432 (\u0437\u0430\u043f\u0438\u0441\u044c, \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435(!)),<br>\u0442\u043e \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.<br>But use it with care, as now malicious scripts can hurt your computer!\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u043e \u0441 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e, \u0442\u0430\u043a \u043a\u0430\u043a \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u0440\u0435\u0434\u043e\u043d\u043e\u0441\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u043d\u0435\u0441\u0442\u0438 \u0432\u0440\u0435\u0434 \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0443!</body></html>
-OptionPanel.experimental_file_locking_on = \u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 (\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442)
-OptionPanel.experimental_file_locking_on.tooltip = <html> \u041f\u0440\u043e\u0431\u043d\u0430\u044f \u0444\u0443\u043d\u043a\u0446\u0438\u044f</html>
-OptionPanel.export_icons_in_html = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c \u0432 HTML
-OptionPanel.export_icons_in_html.tooltip = <html> \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0442\u044c, \u0435\u0441\u043b\u0438 HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b. \u042d\u0442\u0438 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b </html>
-OptionPanel.Files = \u0424\u0430\u0439\u043b\u044b
-OptionPanel.first = \u041f\u0435\u0440\u0432\u044b\u0439
-OptionPanel.foldingsymbolwidth = \u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u043d\u0430\u043a\u0430 \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.foldingsymbolwidth.tooltip = <html> \u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u043d\u0430\u043a\u0430, \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0430\u044e\u0449\u0435\u0433\u043e \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044b\u0439 \u0443\u0437\u0435\u043b<html>
-OptionPanel.fork = \u0412\u0435\u0442\u043a\u0430
-OptionPanel.format_locale = \u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432
-OptionPanel.format_locale.tooltip = \u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445
-OptionPanel.formula_disable_caching = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0435\u0448 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0444\u043e\u0440\u043c\u0443\u043b
-OptionPanel.formula_disable_plugin = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0444\u043e\u0440\u043c\u0443\u043b
-OptionPanel.fr = \u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0439
-OptionPanel.gl = \u0413\u0430\u043b\u0438\u0441\u0438\u0439\u0441\u043a\u0438\u0439
-OptionPanel.goto_note_end_on_edit = \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u0437\u0430\u043c\u0435\u0442\u043e\u043a \u0432 \u043a\u043e\u043d\u0435\u0446
-OptionPanel.grid_size = \u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u0430\u0437\u043e\u0440\u0430 \u0441\u0435\u0442\u043a\u0438
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = \u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0440\u0435\u0431\u0440\u043e
-OptionPanel.horizontal = \u043b\u043e\u043c\u0430\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f
-OptionPanel.hr = \u0425\u043e\u0440\u0432\u0430\u0442\u0441\u043a\u0438\u0439
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u041f\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043c
-OptionPanel.html_export_fold_all = \u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451
-OptionPanel.html_export_fold_currently_folded = \u041a\u0430\u043a \u043d\u0430 \u043a\u0430\u0440\u0442\u0435
-OptionPanel.html_export_folding = \u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 HTML
-OptionPanel.html_export_no_folding = \u0411\u0435\u0437 \u0441\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f
-OptionPanel.hu = \u0412\u0435\u043d\u0433\u0435\u0440\u0441\u043a\u0438\u0439
-OptionPanel.icon = \u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
-OptionPanel.icon.tooltip = \u0423 \u0443\u0437\u043b\u0430 \u0431\u0443\u0434\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u0442\u0430 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
-OptionPanel.icons.list = \u0421\u043f\u0438\u0441\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c
-OptionPanel.icons.list.tooltip = \u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0438\u043b\u0438 \u0443\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0438\u043a\u043e\u043d\u043a\u0438. \u0418\u043a\u043e\u043d\u043a\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u043c ';'.
-OptionPanel.id = \u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0439\u0441\u043a\u0438\u0439
-OptionPanel.IGNORE = \u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0434\u0435\u043b\u0430\u0442\u044c
-OptionPanel.il__enter_confirms_by_default = <\u0412\u0412\u041e\u0414> \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442 \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-OptionPanel.it = \u0418\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0438\u0439
-OptionPanel.ja = \u042f\u043f\u043e\u043d\u0441\u043a\u0438\u0439
-OptionPanel.key_type_action = \u041f\u0440\u0438 \u043d\u0430\u0431\u043e\u0440\u0435
-OptionPanel.Keystrokes = \u041a\u043b\u0430\u0432\u0438\u0448\u0438
-OptionPanel.ko = \u041a\u043e\u0440\u0435\u0439\u0441\u043a\u0438\u0439
-OptionPanel.label_font_family = \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430
-OptionPanel.label_font_size = \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
-OptionPanel.language = \u042f\u0437\u044b\u043a
-OptionPanel.language.tooltip = <html>\u042f\u0437\u044b\u043a, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439. '\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438' \u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u044f\u0437\u044b\u043a \u0441\u0438\u0441\u0442\u0435\u043c\u044b</html>
-OptionPanel.last = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439
-OptionPanel.last_opened_list_length = \u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u0435\u0440\u0435\u0447\u043d\u044f \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-OptionPanel.layout_map_on_text_change = \u041c\u0430\u043a\u0435\u0442 \u043a\u0430\u0440\u0442\u044b \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
-OptionPanel.layout_map_on_text_change.tooltip = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043b\u044f \u043b\u0443\u0447\u0448\u0435\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438
-OptionPanel.linear = \u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0439
-OptionPanel.links = \u0421\u0441\u044b\u043b\u043a\u0438
-OptionPanel.links.tooltip = <html>\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0441\u0441\u044b\u043b\u043a\u0438 \u043b\u0438\u0431\u043e \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438, \u043b\u0438\u0431\u043e \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c\u0438</html>
-OptionPanel.load_folding = \u041f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435
-OptionPanel.load_folding_from_map_default_fold_all = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437 \u043a\u0430\u0440\u0442\u044b \u0438\u043b\u0438 \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
-OptionPanel.load_folding_from_map_default_unfold_all = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437 \u0444\u043e\u0440\u043c\u044b \u0438\u043b\u0438 \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
-OptionPanel.load_last_map = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043a\u0430\u0440\u0442\u0443
-OptionPanel.load_last_map.tooltip = <html>\u041f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043a\u0430\u0440\u0442\u0443.</html>
-OptionPanel.load_last_maps = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043a\u0430\u0440\u0442\u044b
-OptionPanel.lookandfeel = \u0421\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f
-OptionPanel.lookandfeel.tooltip = <html>\u0421\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f 'metal','windows','motif', 'gtk'.<br>\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 'mac' \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 MacOS.<br>"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442" \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e (\u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b).<br>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u0441\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0438\u043c\u044f \u043a\u043b\u0430\u0441\u0441\u0430, \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0435\u043c\u0443 \u0444\u0430\u0439\u043b\u043e\u0432 .jar.<br>\u0415\u0441\u043b\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441\u043e \u0441\u0442\u0438\u043b\u0435\u043c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c "\u041d\u0438\u0447\u0435\u0433\u043e". \u042d\u0442\u043e \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0430\u043f\u043f\u043b\u0435\u0442\u043e\u0432.</html>
-OptionPanel.lt = \u041b\u0438\u0442\u043e\u0432\u0441\u043a\u0438\u0439
-OptionPanel.max_displayed_node_count = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.max_node_width = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.max_node_width.tooltip = <html>\u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u044f\u0445</html>
-OptionPanel.max_shortened_text_length = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u0443\u0437\u043b\u0430
-OptionPanel.metal = \u041c\u0435\u0442\u0430\u043b\u043b
-OptionPanel.motif = \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-OptionPanel.nb = \u041d\u043e\u0440\u0432\u0435\u0436\u0441\u043a\u0438\u0439 Bokm\u00e5l
-OptionPanel.never_save_folding = \u043d\u0438\u043a\u043e\u0433\u0434\u0430
-OptionPanel.nl = \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0441\u043a\u0438\u0439
-OptionPanel.nn = \u041d\u043e\u0440\u0432\u0435\u0436\u0441\u043a\u0438\u0439 Nynorsk
-OptionPanel.nodebackgroundcolor = \u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
-OptionPanel.nodebackgroundcolor.tooltip = \u0424\u043e\u043d \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.nodecolor = \u0426\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
-OptionPanel.nodecolor.tooltip = \u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.nodefontbold = \u0416\u0438\u0440\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
-OptionPanel.nodefontitalic = \u041a\u0443\u0440\u0441\u0438\u0432
-OptionPanel.nodefontname = \u0428\u0440\u0438\u0444\u0442 \u0443\u0437\u043b\u0430
-OptionPanel.nodefontsize = \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0443\u0437\u043b\u0430
-OptionPanel.nodenumbering = \u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f \u0443\u0437\u043b\u043e\u0432
-OptionPanel.nodenumbering.tooltip = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 (\u0442.\u0435. 1.3.1) \u0432 \u0442\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430.
-OptionPanel.nodeshape = \u0421\u0442\u0438\u043b\u044c \u0443\u0437\u043b\u0430
-OptionPanel.nodeshape.tooltip = <html>\u0421\u0442\u0438\u043b\u044c \u043e\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442 \u0432\u043d\u0435\u0448\u043d\u044e\u044e \u0444\u043e\u0440\u043c\u0443 \u0443\u0437\u043b\u0430. <br>\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\:<br><table border\="1"><tr><td>fork\: </td><td>\u0431\u0435\u0437 \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0435\u0439 \u0440\u0430\u043c\u043a\u0438,</td></tr><tr><td>bubble\: </td><td> \u0443\u0437\u0435\u043b \u0441 \u043e\u0431\u0440\u0430\u043c\u043b\u044f\u044e\u044e\u0449\u0435\u0439 \u0440\u0430\u043c\u043a\u043e\u0439,</td></tr><tr><td>As parent\: </td><td> \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u0443\u0437\u043b\u0430-\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f <br>\u0438\u043b\u0438 \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0441\u0442\u0438\u043b\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430,</td></tr><tr><td>Combined\: </td><td> \u041f\u0443\u0437\u044b\u0440\u044c \u043a\u043e\u0433\u0434\u0430 \u0443\u0437\u0435\u043b \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442, \u0438\u043d\u0430\u0447\u0435 - \u0431\u0435\u0437 \u0440\u0430\u043c\u043a\u0438.</td></tr></table></html>
-OptionPanel.nodetext = \u0422\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
-OptionPanel.nodetext.tooltip = \u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u043d\u043e \u0432\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430. \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043c\u0435\u043d\u0451\u043d \u043d\u0430 \u043d\u043e\u0432\u044b\u0439.
-OptionPanel.nothing = \u041d\u0438\u0447\u0435\u0433\u043e
-OptionPanel.number_format = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438
-OptionPanel.number_format.tooltip = \u0428\u0430\u0431\u043b\u043e\u043d, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439  '#' \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0438\u043b\u0438 '0 '\u0434\u043b\u044f \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0446\u0438\u0444\u0440. \u041f\u0440\u0438\u043c\u0435\u0440\u044b: "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = \u0427\u0438\u0441\u043b\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0445 \u0432\u0435\u0440\u0441\u0438\u0439
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> \u0422\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432\u0435\u0440\u0441\u0438\u0439 \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b, \u0432\u0441\u0435 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u044f\u0442\u044c\u0441\u044f.</html>
-OptionPanel.OK = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-OptionPanel.org.freeplane.plugin.bugreport = \u041f\u0440\u0430\u0432\u0438\u043b\u0430
-OptionPanel.org.freeplane.plugin.bugreport.allowed = \u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0432\u0441\u0435\u0433\u0434\u0430
-OptionPanel.org.freeplane.plugin.bugreport.ask = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433 \u043e\u0442\u0447\u0435\u0442\u0430
-OptionPanel.org.freeplane.plugin.bugreport.denied = \u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c
-OptionPanel.outline_hgap = \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0438
-OptionPanel.outline_vgap = \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438
-OptionPanel.paint_connectors_behind = \u0423\u0437\u043b\u044b \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u044e\u0442 \u043b\u0438\u043d\u0438\u0438 \u0441\u0432\u044f\u0437\u0435\u0439
-OptionPanel.parse_data = \u0420\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u0442\u044c \u0432\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0435 \u0447\u0438\u0441\u043b\u0430 \u0438 \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043c\u044f
-OptionPanel.path_property_may_not_be_empty = \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e \u043f\u0443\u0442\u0438 \u043f\u0430\u043f\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c! \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0438 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u044b.
-OptionPanel.patternname = \u0418\u043c\u044f
-OptionPanel.patternname.tooltip = \u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0438\u043c\u044f \u043e\u0431\u0440\u0430\u0437\u0446\u0430
-OptionPanel.pl = \u041f\u043e\u043b\u044c\u0441\u043a\u0438\u0439
-OptionPanel.placenewbranches = \u041f\u043e\u0437\u0438\u0446\u0438\u044f \u043d\u043e\u0432\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.placenewbranches.tooltip = <html>\u0413\u0434\u0435 \u0440\u0430\u0437\u043c\u0435\u0449\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0443\u0437\u043b\u044b. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f "\u043f\u0435\u0440\u0432\u044b\u0439" \u0438 "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439" </html>
-OptionPanel.plugin.tooltip = \u041d\u0435 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
-OptionPanel.plugins = \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
-OptionPanel.printonwhitebackground = <html>\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u043d\u0430 \u0431\u0435\u043b\u043e\u043c \u0444\u043e\u043d\u0435</html>
-OptionPanel.printonwhitebackground.tooltip = <html>\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438 \u0431\u0435\u043b\u044b\u0439 \u0444\u043e\u043d</html>
-OptionPanel.pt_BR = \u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u044c\u0441\u043a\u0438\u0439 (\u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f)
-OptionPanel.pt_PT = \u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u044c\u0441\u043a\u0438\u0439 (\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0438\u044f)
-OptionPanel.RECT = \u041f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
-OptionPanel.relative = \u041e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>"\u0421\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c" \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e (\u043d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442).<br>"\u0414\u0430" \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435.<br>"\u041d\u0435\u0442" \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 (\u043d\u0435\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439) \u0442\u0435\u043a\u0441\u0442.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0442\u0435\u043a\u0441\u0442\u0430 \u0434\u043b\u044f \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.remove_notes_without_question = \u0423\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
-OptionPanel.remove_notes_without_question.tooltip = \u0415\u0441\u043b\u0438 \u0444\u043b\u0430\u0433 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u044f\u0442\u044c\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u0440\u0431 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u0435\u0441\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0431\u0435\u0441\u0446\u0435\u043b\u044c\u043d\u043e.
-OptionPanel.resources_use_default_font_for_notes_too = \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f\u043c \u0448\u0440\u0438\u0444\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-OptionPanel.resources_use_margin_top_zero_for_notes = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0435\u0440\u0445\u043d\u0435\u0435 \u043f\u043e\u043b\u0435 \u0443 \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0439
-OptionPanel.revision_color = \u0426\u0432\u0435\u0442 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439
-OptionPanel.revision_color.tooltip = \u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432.
-OptionPanel.ROUND_RECT = \u0417\u0430\u043a\u0440\u0443\u0433\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
-OptionPanel.ru = \u0420\u0443\u0441\u0441\u043a\u0438\u0439
-OptionPanel.save_folding = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0432\u0451\u0440\u0442\u043a\u0443
-OptionPanel.save_folding_if_map_is_changed = \u0435\u0441\u043b\u0438 \u043a\u0430\u0440\u0442\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430
-OptionPanel.save_modification_times = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439
-OptionPanel.script_classpath = \u041f\u0443\u0442\u0438 \u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u0430\u043f\u043e\u043a \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0438 JAR-\u0444\u0430\u0439\u043b\u043e\u0432 (\u0441\u043c. \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0443)
-OptionPanel.script_classpath.tooltip = <html>\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0430\u043f\u043e\u043a JAR-\u0444\u0430\u0439\u043b\u043e\u0432 \u0438 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 \u0438 \u0444\u043e\u0440\u043c\u0443\u043b.<br>\u0414\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac).<br>\u041f\u0430\u043f\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u043e\u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 .jar \u0438 .class \u0444\u0430\u0439\u043b\u043e\u0432.<br>\u041f\u0443\u0442\u0438 \u043f\u0430\u043f\u043e\u043a \u043d\u0435 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c\u0438, \u0430 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0430\u043f\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f Freeplane.<br>\u0415\u0441\u043b\u0438 \u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0443 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0435\u0433\u043e \u0447\u0442\u0435\u043d\u0438\u044f \u0442\u0430\u043a \u0436\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e!</html>
-OptionPanel.script_directories = \u041f\u0443\u0442\u0438 \u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u0430\u043f\u043e\u043a \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 (\u0441\u043c. \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0443)
-OptionPanel.script_directories.tooltip = <html>C\u043f\u0438\u0441\u043e\u043a \u043f\u0430\u043f\u043e\u043a.<br>\u0414\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac).<br>\u041f\u0443\u0442\u0438 \u043f\u0430\u043f\u043e\u043a \u043d\u0435 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c\u0438, \u0430 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0430\u043f\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f Freeplane.</html>
-OptionPanel.script_user_key_name_for_signing = \u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c \u043a\u043b\u044e\u0447\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0438
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u044b, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c \u043a\u043b\u044e\u0447\u0430 \u0437\u0434\u0435\u0441\u044c. <br>\u041e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u043a\u043b\u044e\u0447 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435 \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. <br>\u041f\u0430\u0440\u043e\u043b\u044c \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 (\u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e).</html>
-OptionPanel.scrollbar_increment = \u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c
-OptionPanel.selection_method = \u041c\u0435\u0442\u043e\u0434 \u0432\u044b\u0431\u043e\u0440\u0430 \u0443\u0437\u043b\u0430
-OptionPanel.selection_method.tooltip = <html> \u0421 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c/\u0437\u0430\u043f\u0440\u0435\u0442\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440 \u0443\u0437\u043b\u0430 \u0441 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439. \u041d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0439\u0442\u0435 \u0435\u0451, \u0442\u0430\u043a \u043a\u0430\u043a \u043e\u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b auto.properties \u0432 \u043b\u044e\u0431\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435.<br><i>\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a\u0430: \u0438\u043c\u0435\u043d\u043d\u043e \u0442\u0430\u043a \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0438 \u0437\u0434\u0435\u0441\u044c \u0438 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438. \u041d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e, \u0437\u0430\u0447\u0435\u043c \u044d\u0442\u0430 \u043e\u043f\u0446\u0438\u044f \u0432\u044b\u043d\u0435\u0441\u0435\u043d\u0430 \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u043e\u0435 \u043e\u043a\u043d\u043e.</i></html>
-OptionPanel.selection_method_by_click = \u0429\u0435\u043b\u0447\u043a\u043e\u043c
-OptionPanel.selection_method_delayed = \u0421 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439
-OptionPanel.selection_method_direct = \u0421\u0440\u0430\u0437\u0443
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u041e\u0431\u0440\u0430\u0437\u0446\u044b
-OptionPanel.separator.anti_alias = \u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435
-OptionPanel.separator.attributes = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-OptionPanel.separator.automatic_save = \u0410\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435
-OptionPanel.separator.behaviour = \u041f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435
-OptionPanel.separator.browser = \u041d\u0430\u0432\u0438\u0433\u0430\u0442\u043e\u0440
-OptionPanel.separator.CloudControls = \u041e\u0431\u043b\u0430\u043a\u0430
-OptionPanel.separator.commands_for_the_program = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439
-OptionPanel.separator.connectors = \u0421\u0432\u044f\u0437\u0438
-OptionPanel.separator.data_formats = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-OptionPanel.separator.default_colors = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0446\u0432\u0435\u0442
-OptionPanel.separator.default_fonts = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
-OptionPanel.separator.default_styles = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0441\u0442\u0438\u043b\u044c
-OptionPanel.separator.EdgeControls = \u0420\u0451\u0431\u0440\u0430
-OptionPanel.separator.edit_long_node_window = \u041e\u043a\u043d\u043e \u0434\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.separator.editing = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430
-OptionPanel.separator.files = \u0424\u0430\u0439\u043b\u044b
-OptionPanel.separator.formula = \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0424\u043e\u0440\u043c\u0443\u043b\u044b
-OptionPanel.separator.General = \u041e\u0431\u0449\u0438\u0435
-OptionPanel.separator.html_export = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML
-OptionPanel.separator.html_import = \u0418\u043c\u043f\u043e\u0440\u0442 HTML
-OptionPanel.separator.hyperlink_types = \u0422\u0438\u043f\u044b \u0441\u0441\u044b\u043b\u043e\u043a
-OptionPanel.separator.icon_properties = \u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
-OptionPanel.separator.icons = \u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0432 "\u0412\u044b\u0431\u043e\u0440 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b..."
-OptionPanel.separator.initial_map_size = \u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b
-OptionPanel.separator.inline_editor = \u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.separator.key_typing = \u0412\u0432\u043e\u0434 \u0441 \u043a\u043b\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044b
-OptionPanel.separator.language = \u042f\u0437\u044b\u043a
-OptionPanel.separator.load = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
-OptionPanel.separator.look_and_feel = \u0421\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f
-OptionPanel.separator.mouse_wheel = \u041a\u043e\u043b\u0435\u0441\u043e \u043c\u044b\u0448\u0438
-OptionPanel.separator.new_node_commands = \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.separator.node_editing_commands = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.separator.node_navigation_commands = \u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f
-OptionPanel.separator.NodeColors = \u0426\u0432\u0435\u0442\u0430 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.separator.NodeFont = \u0428\u0440\u0438\u0444\u0442 \u0443\u0437\u043b\u0430
-OptionPanel.separator.NodeShape = \u0424\u043e\u0440\u043c\u0430 \u0443\u0437\u043b\u0430
-OptionPanel.separator.NodeStyle = \u0421\u0442\u0438\u043b\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
-OptionPanel.separator.NodeText = \u0422\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
-OptionPanel.separator.notifications = \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
-OptionPanel.separator.org.freeplane.plugin.bugreport = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0447\u0435\u0442\u043e\u0432
-OptionPanel.separator.other_defaults = \u041f\u0440\u043e\u0447\u0438\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u044b
-OptionPanel.separator.others = \u041e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0433\u043e\u0440\u044f\u0447\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
-OptionPanel.separator.outline_view = \u0421\u0445\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u044b\u0439 \u0432\u0438\u0434
-OptionPanel.separator.patterns = \u041e\u0431\u0440\u0430\u0437\u0446\u044b
-OptionPanel.separator.root_node_appearance = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.separator.save = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-OptionPanel.separator.scripting = \u0421\u043a\u0440\u0438\u043f\u0442\u044b
-OptionPanel.separator.scrollbar = \u041f\u043e\u043b\u043e\u0441\u0430 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438
-OptionPanel.separator.search = \u041f\u043e\u0438\u0441\u043a
-OptionPanel.separator.selection_colors = \u0426\u0432\u0435\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f
-OptionPanel.separator.selection_method = \u041c\u0435\u0442\u043e\u0434 \u0432\u044b\u0431\u043e\u0440\u0430 \u0443\u0437\u043b\u0430
-OptionPanel.separator.single_instance_mode = \u0417\u0430\u043f\u0443\u0441\u043a \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b
-OptionPanel.separator.size_limits = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043c\u0435\u0440\u0430
-OptionPanel.separator.spelling = \u041e\u043f\u0446\u0438\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0438\u0438
-OptionPanel.separator.status = \u0421\u0442\u0440\u043e\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f
-OptionPanel.separator.tooltip = \u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
-OptionPanel.separator.undo = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-OptionPanel.separator.updates = \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u0435\u0442\u0441\u044f
-OptionPanel.set_property_text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
-OptionPanel.set_property_text.tooltip = \u041f\u0443\u0441\u0442\u043e:\u043d\u0435 \u0442\u0440\u043e\u0433\u0430\u0442\u044c; \u041c\u0438\u043d\u0443\u0441=\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c  (\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435); \u041f\u043b\u044e\u0441=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
-OptionPanel.setscript = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
-OptionPanel.setscript.tooltip = \u0421\u043a\u0440\u0438\u043f\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d \u043a \u0441\u0442\u0438\u043b\u044e.
-OptionPanel.sharp_bezier = \u043e\u0441\u0442\u0440\u0430\u044f \u043a\u0440\u0438\u0432\u0430\u044f
-OptionPanel.sharp_linear = \u043e\u0441\u0442\u0440\u0430\u044f \u043f\u0440\u044f\u043c\u0430\u044f
-OptionPanel.show_icon_for_attributes = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432
-OptionPanel.show_node_tooltips = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0443 \u0434\u043b\u044f \u0443\u0437\u043b\u043e\u0432
-OptionPanel.show_styles_in_tooltip = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u0438 \u0443\u0437\u043b\u0430 \u0432 \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u043c \u0442\u0435\u043a\u0441\u0442\u0435 (\u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430)
-OptionPanel.signed_script_are_trusted = \u0414\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u043c \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u043c (\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f).
-OptionPanel.signed_script_are_trusted.tooltip = \u0415\u0441\u043b\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u043c\u0438 \u043b\u0438\u0446\u0430\u043c\u0438 (\u0442.\u0435. \u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438 Freeplane \u0438\u043b\u0438 \u0432\u0430\u043c\u0438), \u043e\u043d\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.
-OptionPanel.single_backup_directory = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c 1 \u043f\u0430\u043f\u043a\u0443 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0445 \u043a\u043e\u043f\u0438\u0439
-OptionPanel.single_backup_directory.tooltip = <html> \u0420\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0435 \u043a\u043e\u043f\u0438\u0438 \u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0445\u0440\u0430\u043d\u0438\u0442\u044c\u0441\u044f \u0432 \u043e\u0434\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0435, \u0432\u043c\u0435\u0441\u0442\u043e \u043f\u043e\u0434\u043f\u0430\u043f\u043e\u043a \u0432 \u043f\u0430\u043f\u043a\u0435 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430</html>
-OptionPanel.single_backup_directory_path = \u041f\u0430\u043f\u043a\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0445 \u043a\u043e\u043f\u0438\u0439 (\u0435\u0441\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u0432\u044b\u0448\u0435)
-OptionPanel.single_backup_directory_path.tooltip = <html>\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0432 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043d\u043e\u043c \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0435
-OptionPanel.single_instance_force = \u0417\u0430\u043f\u0440\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0445 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432 \u043f\u0440\u0438 \u043b\u044e\u0431\u044b\u0445 \u043e\u0431\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430\u0445
-OptionPanel.sk = \u0421\u043b\u043e\u0432\u0430\u0446\u043a\u0438\u0439
-OptionPanel.sl = \u0421\u043b\u043e\u0432\u0435\u043d\u0441\u043a\u0438\u0439
-OptionPanel.spelling_opt_case_sensitive = \u0427\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043a \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0443
-OptionPanel.spelling_opt_ignore_all_caps_words = \u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u0441\u0435\u0445 \u0441\u043b\u043e\u0432 \u0432 \u0432\u0435\u0440\u0445\u043d\u0435\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435.
-OptionPanel.spelling_opt_ignore_capitalization = \u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u0431\u0443\u043a\u0432\u044b \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 \u0441\u043b\u043e\u0432\u0430
-OptionPanel.spelling_opt_ignore_words_with_numbers = \u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u043e\u0432\u0430 \u0441 \u0446\u0438\u0444\u0440\u0430\u043c\u0438
-OptionPanel.spelling_opt_suggestions_limit_dialog = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043e\u043a \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u0435
-OptionPanel.spelling_opt_suggestions_limit_menu = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043e\u043a \u0432 \u043c\u0435\u043d\u044e
-OptionPanel.sr = \u0421\u0435\u0440\u0431\u0441\u043a\u0438\u0439 / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0448\u0430\u0431\u043b\u043e\u043d\u0430
-OptionPanel.standardbackgroundcolor = \u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430
-OptionPanel.standardbackgroundcolor.tooltip = <html>\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u044f (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
-OptionPanel.standardcloudcolor = \u0426\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u043e\u0432
-OptionPanel.standardcloudcolor.tooltip = <html>\u0426\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u043e\u0432 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u044f (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
-OptionPanel.standardcloudestyle = \u0422\u0438\u043f \u043e\u0431\u043b\u0430\u043a\u043e\u0432
-OptionPanel.standardcloudestyle.tooltip = <html>\u0421\u0442\u0438\u043b\u044c \u043e\u0431\u043b\u0430\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0421\u0435\u0439\u0447\u0430\u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e "\u0411\u0435\u0437\u044c\u0435"</html>
-OptionPanel.standarddrawrectangleforselection = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u0432 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430\u0445
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>\u0420\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u0432\u043e\u043a\u0440\u0443\u0433 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0438.</html>
-OptionPanel.standardlinkcolor = \u0426\u0432\u0435\u0442 \u0441\u0432\u044f\u0437\u0438
-OptionPanel.standardlinkcolor.tooltip = <html>\u0426\u0432\u0435\u0442 \u043b\u0438\u043d\u0438\u0438, \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0435\u0439 \u0441\u0432\u044f\u0437\u044c \u043c\u0435\u0436\u0434\u0443 \u0443\u0437\u043b\u0430\u043c\u0438. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u044f (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
-OptionPanel.standardlinkestyle = \u0421\u0442\u0438\u043b\u044c \u0441\u0432\u044f\u0437\u0438
-OptionPanel.standardlinkestyle.tooltip = <html>\u0421\u0442\u0438\u043b\u044c \u0441\u0432\u044f\u0437\u0435\u0439 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0421\u0435\u0439\u0447\u0430\u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u0440\u0438\u0432\u0430\u044f \u0411\u0435\u0437\u044c\u0435</html>
-OptionPanel.standardselectednodecolor = \u0426\u0432\u0435\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.standardselectednodecolor.tooltip = <html>\u0426\u0432\u0435\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0412 HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u0438 (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 #RRGGBB)</html>
-OptionPanel.standardselectednoderectanglecolor = \u0426\u0432\u0435\u0442 \u043e\u0431\u0432\u043e\u0434\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>\u0426\u0432\u0435\u0442 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430, \u043e\u0442\u043c\u0435\u0447\u0430\u044e\u0449\u0435\u0433\u043e \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b. \u0426\u0432\u0435\u0442 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0432 HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u0438 (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
-OptionPanel.STAR = \u0417\u0432\u0435\u0437\u0434\u0430
-OptionPanel.structured_html_import = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c HTML \u043a\u0430\u043a \u0441\u0445\u0435\u043c\u0443 \u0443\u0437\u043b\u043e\u0432
-OptionPanel.structured_icon_toolbar = \u041c\u0435\u043d\u044e \u0438\u043a\u043e\u043d\u043e\u043a
-OptionPanel.summary = \u0418\u0442\u043e\u0433[*]
-OptionPanel.sv = \u0428\u0432\u0435\u0434\u0441\u043a\u0438\u0439
-OptionPanel.text.use_ctrl_key = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 '\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u044f\u0440\u043b\u044b\u043a' \u0438\u0437 \u043c\u0435\u043d\u044e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a
-OptionPanel.time_for_automatic_save = \u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u043e\u043a\u0443\u043c\u0443\u043d\u0442\u043e\u0432
-OptionPanel.time_for_automatic_save.tooltip = <html> \u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043c\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u043c\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043c\u0438\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445. \u041e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f .</html>
-OptionPanel.time_for_delayed_selection = \u0412\u0440\u0435\u043c\u044f \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0438
-OptionPanel.time_for_delayed_selection.tooltip = <html> \u0417\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0443\u0437\u0435\u043b \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c, \u043a\u043e\u0433\u0434\u0430 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u044b\u0448\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0434 \u043d\u0438\u043c (\u0432 \u043c\u0438\u043b\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445).<br>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435, \u0447\u0442\u043e\u0431 \u0443\u0437\u0435\u043b \u0432\u044b\u0431\u0438\u0440\u0430\u043b\u0441\u044f \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 1.</html>
-OptionPanel.toolTipManager.dismissDelay = \u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043a\u0430\u0437\u0430, \u043c\u0441
-OptionPanel.toolTipManager.initialDelay = \u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0430, \u043c\u0441
-OptionPanel.toolTipManager.max_tooltip_width = \u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438 \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u044f\u0445.</html>
-OptionPanel.toolTipManager.reshowDelay = \u0417\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0430, \u043c\u0441
-OptionPanel.tr = \u0422\u0443\u0440\u0435\u0446\u043a\u0438\u0439
-OptionPanel.uk_UA = \u0423\u043a\u0440\u0430\u0438\u043d\u0441\u043a\u0438\u0439
-OptionPanel.undefined_font = \u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u043e
-OptionPanel.undo_levels = \u0427\u0438\u0441\u043b\u043e \u043e\u0442\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439
-OptionPanel.undo_levels.tooltip = <html>\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u0447\u0438\u0441\u043b\u043e \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.</html>
-OptionPanel.unfold_on_paste = \u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u0443\u0437\u0435\u043b \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435
-OptionPanel.unfold_on_paste.tooltip = \u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u0443\u0437\u0435\u043b \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0438
-OptionPanel.use_common_out_point_for_root_node = \u0412\u0435\u0442\u0432\u0438 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442\u0441\u044f \u043e\u0442 \u043e\u0434\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-OptionPanel.use_common_out_point_for_root_node.tooltip = <html>\u0412\u0435\u0442\u0432\u0438 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442\u0441\u044f \u043e\u0442 \u043e\u0434\u043d\u043e\u0439 \u0438\u0437 \u0442\u043e\u0447\u0435\u043a, \u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u0445\u0441\u044f \u043d\u0430 \u043b\u0435\u0432\u043e\u043c \u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u043e\u043c \u043a\u0440\u0430\u044e \u044d\u043b\u043b\u0438\u043f\u0441\u0430, \u043e\u0431\u0440\u0430\u043c\u043b\u044f\u044e\u0449\u0435\u0433\u043e \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b</html>
-OptionPanel.use_tabbed_pane = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u043a\u043b\u0430\u0434\u043a\u0438
-OptionPanel.use_tabbed_pane.tooltip = \u0415\u0441\u043b\u0438 \u043e\u043f\u0446\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430, \u043a\u0430\u0440\u0442\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0430\u0445 (\u043a\u0430\u043a \u0432 FireFox).
-OptionPanel.validate_classpath_needs_readaccess = \u0421\u043a\u0440\u0438\u043f\u0442\u044b: \u041f\u0440\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u0443\u0442\u0438 \u043a \u043a\u043b\u0430\u0441\u0441\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0447\u0442\u0435\u043d\u0438\u044e \u0444\u0430\u0439\u043b\u043e\u0432!
-OptionPanel.validate_invalid_date_format = \u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b
-OptionPanel.validate_invalid_datetime_format = \u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b/\u0432\u0440\u0435\u043c\u0435\u043d\u0438
-OptionPanel.validate_invalid_number_format = \u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0447\u0438\u0441\u043b\u0430
-OptionPanel.validate_write_without_read = \u0421\u043a\u0440\u0438\u043f\u0442\u044b: \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044c \u0444\u0430\u0439\u043b\u0430 \u043a \u0447\u0442\u0435\u043d\u0438\u044e \u0444\u0430\u0439\u043b\u0430.
-OptionPanel.validation_error = <html><body>\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438(\u043e\u043a):<p><em>{0}</em><p>\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043a\u0438(\u043e\u043a).</body></html>
-OptionPanel.validation_warning = <html><body>\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438(\u043e\u043a):<p><em>{0}</em></body></html>
-OptionPanel.vi = \u0412\u044c\u0435\u0442\u043d\u0430\u043c\u0441\u043a\u0438\u0439
-OptionPanel.wheel_velocity = \u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c
-OptionPanel.wheel_velocity.tooltip = \u0411\u043e\u043b\u044c\u0448\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u043b\u0435\u0441\u0438\u043a\u0430.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = \u0423\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044b\u0439 \u043a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0439
-OptionPanel.zh_TW = \u0422\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0439
-org.freeplane.plugin.bugreport.agree = \u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c
-org.freeplane.plugin.bugreport.always_agree = \u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0432\u0441\u0435\u0433\u0434\u0430
-org.freeplane.plugin.bugreport.always_deny = \u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c
-org.freeplane.plugin.bugreport.deny = \u041d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c
-org.freeplane.plugin.bugreport.dialog.title = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0447\u0435\u0442\u043e\u0432
-org.freeplane.plugin.bugreport.freeplane_team = \u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0430\u043d\u0434\u044b Freeplane
-org.freeplane.plugin.bugreport.lastreport = \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442
-org.freeplane.plugin.bugreport.never = \u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u043c\u043e\u0449\u0438
-org.freeplane.plugin.bugreport.question = <html>Freeplane \u043c\u043e\u0436\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043e\u0442\u0447\u0435\u0442\u044b \u043e \u0441\u0431\u043e\u044f\u0445.<br>\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u0430\u0440\u0442\u044b \u043d\u0435 \u043f\u0435\u0440\u0435\u0441\u044b\u043b\u0430\u044e\u0442\u0441\u044f.<br>\u041e\u0442\u0447\u0435\u0442\u044b \u043e\u0442 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u043f\u043e\u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u043c \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443.
-org.freeplane.plugin.bugreport.report = \u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043e\u0442\u0447\u0435\u0442
-org.freeplane.plugin.bugreport.wanted_bug = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e \u043d\u0435\u0439. \u041c\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e\u0435 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043d\u0430\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u043e\u0442\u0447\u0435\u0442 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0432 \u043d\u0430\u0448 Mantis \u0442\u0440\u0435\u043a\u0435\u0440 \u043e\u0448\u0438\u0431\u043a\u043e\u043a: \u043e\u043f\u0438\u0448\u0438\u0442\u0435 \u0432\u0430\u0448\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u043c\u044b \u043c\u043e\u0433\u043b\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u043e\u0448\u0438\u0431\u043a\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0442\u0440\u0435\u043a\u0435\u0440\u0430 \u043e\u0448\u0438\u0431\u043e\u043a \u0432 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0412\u0430\u0448\u0443 \u043f\u043e\u043c\u043e\u0449\u044c \u0432 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0438. \u0412\u0430\u0448\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 Freeplane
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = \u0423\u0437\u0435\u043b {0} \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d
-out_of_memory = \u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u043f\u0430\u043c\u044f\u0442\u0438.
-overwrite_keyset_question = \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043d\u0430\u0431\u043e\u0440?
-PageAction.text = \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b &\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b...
-PasteAction.text = &\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
-PasteAttributes.text = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0430\u0442&\u0440\u0438\u0431\u0443\u0442\u044b
-PatternNewNameProperty = \u041d\u043e\u0432\u044b\u0439 \u0441\u0442\u0438\u043b\u044c
-PatternToString.backgroundColor = \u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442
-PatternToString.Child = \u0421\u0442\u0438\u043b\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-PatternToString.color = \u0426\u0432\u0435\u0442
-PatternToString.EdgeColor = \u0426\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
-PatternToString.EdgeStyle = \u0422\u0438\u043f \u043b\u0438\u043d\u0438\u0438 \u0440\u0435\u0431\u0440\u0430
-PatternToString.EdgeWidth = \u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
-PatternToString.FontBold = \u0416\u0438\u0440\u043d\u044b\u0439
-PatternToString.FontItalic = \u041d\u0430\u043a\u043b\u043e\u043d\u043d\u044b\u0439
-PatternToString.FontName = \u0418\u043c\u044f \u0448\u0440\u0438\u0444\u0442\u0430
-PatternToString.Icon = \u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
-PatternToString.NodeFontSize = \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
-periodic_formula = {0} * n + {1}
-plugins/latex/LatexNodeHook.editorTitle = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0443\u043b\u0443 LaTeX
-plugins/script_filter = \u0424\u0438\u043b\u044c\u0442\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u0430 {0}
-plugins/script_filter_error = {0} \u0434\u043e\u043b\u0436\u043d\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c \u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u0438 {1}, \u043d\u043e \u0432\u0435\u0440\u043d\u0443\u043b {2}
-plugins/ScriptEditor.cancel = &\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0438 \u0432\u044b\u0439\u0442\u0438
-plugins/ScriptEditor.exit = &\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438 \u0432\u044b\u0439\u0442\u0438
-plugins/ScriptEditor.FORBIDDEN_ACTION = \u041e\u0431\u044b\u0447\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0432 Freeplane \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u044b. \u0421\u043b\u0435\u0434\u0443\u0449\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f {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}. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445.
-plugins/ScriptEditor.menu_actions = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-plugins/ScriptEditor.new_script = \u041d\u043e\u0432\u044b\u0439 \u0441\u043a\u0440\u0438\u043f\u0442
-plugins/ScriptEditor.run = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c
-plugins/ScriptEditor.sign = \u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442...
-plugins/ScriptEditor/window.Result = \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:
-plugins/ScriptEditor/window.title = \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
-plugins/ScriptingEngine.illegalAccessToInternalAPI = \u041d\u0435\u043f\u0440\u0430\u0432\u043e\u043c\u0435\u0440\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u043c API (\u043f\u0430\u043a\u0435\u0442 {0}). - \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 Freeplane \u0435\u0441\u043b\u0438 API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043c\u043e\u0449\u043d\u044b\u043c.
-plugins/TimeList.xml_Created = \u0421\u043e\u0437\u0434\u0430\u043d
-plugins/TimeList.xml_Date = \u0414\u0430\u0442\u0430
-plugins/TimeList.xml_Icons = \u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
-plugins/TimeList.xml_Modified = \u0418\u0437\u043c\u0435\u043d\u0435\u043d
-plugins/TimeList.xml_Notes = \u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f
-plugins/TimeList.xml_Text = \u0422\u0435\u043a\u0441\u0442
-plugins/TimeManagement.xml_appendButton = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0430\u0442\u0443 \u043a \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c
-plugins/TimeManagement.xml_Cancel = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-plugins/TimeManagement.xml_cancelButton = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-plugins/TimeManagement.xml_closeButton = \u0417\u0430\u043a\u0440\u044b\u0442\u044c
-plugins/TimeManagement.xml_Export = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
-plugins/TimeManagement.xml_Find = \u041d\u0430\u0439\u0442\u0438
-plugins/TimeManagement.xml_Goto = \u041f\u0435\u0440\u0435\u0439\u0442\u0438
-plugins/TimeManagement.xml_hour = \u0427\u0430\u0441:
-plugins/TimeManagement.xml_menu_actions = \u041a\u043e\u043c\u0430\u043d\u0434\u044b
-plugins/TimeManagement.xml_minute = \u041c\u0438\u043d\u0443\u0442\u0430:
-plugins/TimeManagement.xml_reminderButton = \u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>\u0412 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f  \u043c\u0438\u0433\u0430\u043d\u0438\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0442 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435\u043c,  - \u0442\u043e\u043b\u044c\u043a\u043e \u0435\u0441\u043b\u0438 \u044d\u0442\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430.<br>\u041f\u0440\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u043c \u0441\u0442\u0430\u0440\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u0442\u0430\u0439\u043c\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0441\u043d\u043e\u0432\u0430.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441 \u0443\u0437\u043b\u043e\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u0434\u0430\u0442\u0443<br>\u0423\u0436\u0435 \u0437\u0430\u043f\u043e\u043c\u043d\u0435\u043d\u043e {0,date} {0,time}, \u0412\u044b \u0432\u0432\u043e\u0434\u0438\u0442\u0435 {1,date} {1,time}. <br><br>\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u0442\u0443 (\u0414\u0410), <br>\u0438\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0440\u0435\u0436\u043d\u044e\u044e \u0434\u0430\u0442\u0443 (\u041d\u0415\u0422)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = \u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e \u043d\u0430 {0,date} \u0432 {0,time}
-plugins/TimeManagement.xml_removeReminderButton = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \u041e\u0442\u043c\u0435\u043d\u0430 \u0432\u0441\u0435\u0445 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
-plugins/TimeManagement.xml_Replace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c
-plugins/TimeManagement.xml_Replace_All = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435
-plugins/TimeManagement.xml_Replace_Selected = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u043e\u0435
-plugins/TimeManagement.xml_Select = \u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c
-plugins/TimeManagement.xml_todayButton = \u0421\u0435\u0433\u043e\u0434\u043d\u044f
-plugins/TimeManagement.xml_WindowTitle = \u0412\u0440\u0435\u043c\u044f
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = \u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
-preferences = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-print_preview_title = \u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440
-PrintAction.text = &\u041f\u0435\u0447\u0430\u0442\u044c...
-PrintDirectAction.text = \u041d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c
-printing_settings = \u041c\u0430\u0441\u0448\u0442\u0430\u0431 \u043f\u0435\u0447\u0430\u0442\u0438
-PrintPreviewAction.text = \u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440...
-PropertyAction.dialog = \u0423\u0441\u0442\u0430\u043d\u0432\u043e\u043a\u0438
-PropertyAction.text = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 ...
-QuickFilterAction.text = \u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u0444\u0438\u043b\u044c\u0442\u0440
-QuickFindAction.BACK.text = \u041d\u0430\u0439\u0442\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435
-QuickFindAction.FORWARD.text = \u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435
-QuickFindAllAction.text = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u044f
-QuitAction.text = \u0412&\u044b\u0445\u043e\u0434
-read_only = \u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f
-ReadScriptError.text = \u041e\u0448\u0438\u0431\u043a\u0430 \u0447\u0442\u0435\u043d\u0438\u044f \u0441\u043a\u0440\u0438\u043f\u0442\u0430.\n\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b \u043b\u043e\u0433\u0430 \u0434\u043b\u044f \u0434\u0435\u0442\u0430\u043b\u0435\u0439.
-really_convert_to_current_version = <html>\u042d\u0442\u0430 \u043a\u0430\u0440\u0442\u044b \u0431\u044b\u043b\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0441\u0442\u0430\u0440\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439 Freeplane. <br>\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0435 (\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)? <br>(\u0418\u043d\u0430\u0447\u0435 \u043e\u043d\u0430 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430 \u0431\u0435\u0437\u043e \u0432\u0441\u044f\u043a\u0438\u0445 \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0439.) </html>
-really_cut_node = \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0443\u0437\u0435\u043b(\u0443\u0437\u043b\u044b)?
-really_execute_script = \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u044b, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0435 \u0432 \u044d\u0442\u0443 \u043a\u0430\u0440\u0442\u0443? \u041e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430.
-really_remove_node = \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b(\u0443\u0437\u043b\u044b)?
-really_remove_notes = \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f?
-ReapplyFilterAction.text = \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e
-red = \u041a\u0440\u0430\u0441\u043d\u044b\u0439
-RedefineStyleAction.text = \u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0438\u043b\u044f
-RedoAction.text = \u0412\u0435\u0440\u043d\u0443\u0442\u044c
-RedoFilterAction.text = \u0412\u0435\u0440\u043d\u0443\u0442\u044c
-regular_expressions = \u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f
-ReminderHookAction.text = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
-ReminderHookAction.tooltip = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
-remove_file_from_list_on_error = \u0424\u0430\u0439\u043b {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432?
-remove_shortcut_question = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0436\u0430\u0442\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438?
-RemoveAllIconsAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
-RemoveConnectorAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c
-RemoveEncryption.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-RemoveFormatAction.text = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442
-RemoveIcon_0_Action.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u0443\u044e \u0438\u043a\u043e\u043d\u043a\u0443
-RemoveIconAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0443
-RemoveNoteAction.text = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f
-RemoveNoteAction.tooltip = <html>\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u0443 \u0432\u0441\u0435\u0445 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432.</html>
-rename = \u041f\u0435&\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c
-repair_link = \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443
-repair_link_question = \u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443. \u0412\u0432\u0435\u0441\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443\u044e?
-replace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c
-ReportBugAction.text = \u0421\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435
-RequestFeatureAction.text = \u0417\u0430\u043f\u0440\u043e\u0441 \u043d\u043e\u0432\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-reset_to_default = \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-ResetNodeLocationAction.text = \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c &\u0438\u0441\u0445\u043e\u0434\u043d\u0443\u044e \u043f\u043e\u0437\u0438\u0446\u0438\u044e
-RevisionPluginAction.text = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0446\u0432\u0435\u0442 &\u0444\u043e\u043d\u0430 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439
-save_failed = \u041f\u043e\u043f\u044b\u0442\u043a\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b {0} \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c.
-save_unsaved = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e \u043a\u0430\u0440\u0442\u0443? :
-save_unsaved_styles = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u0438?
-SaveAcceleratorPresetsAction.text = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
-SaveAction.text = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-SaveAll.text = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c &\u0432\u0441\u0435
-SaveAll.tooltip = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u043a\u0430\u0440\u0442\u044b.
-SaveAsAction.text = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a...
-saved = \u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043e
-saving_canceled = \u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e
-scanners_not_loaded = \u0421\u043a\u0430\u043d\u0435\u0440\u044b \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b, \u0444\u0430\u0439\u043b \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d
-scheme_evaluate = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c!
-script_execution_disabled = \u0417\u0430\u043f\u0443\u0441\u043a \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d
-ScriptEditor.text = \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432...
-ScriptEditor.tooltip = \u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0434\u043b\u0438\u043d\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0432\u043e Freeplane.
-ScriptEditorPanel.changed_cancel = \u0421\u043a\u0440\u0438\u043f\u0442 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
-scripting_api_generator_legend = \u041e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-scripting_api_generator_proxy = \u041f\u0440\u043e\u043a\u0441\u0438
-scripting_api_generator_title = API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
-scripting_api_generator_utilities = \u0423\u0442\u0438\u043b\u0438\u0442\u044b
-scripting_api_generator_web = \u0412\u0435\u0431 \u0440\u0435\u0441\u0443\u0440\u0441\u044b
-select_favorites_folder = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435  \u043f\u0430\u043f\u043a\u0443, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438
-select_file_export_to = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430
-select_folder_for_importing = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435  \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-select_icon = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0443
-select_menu_item_dialog = \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e
-select_menu_item_root_node = \u041c\u0435\u043d\u044e
-SelectAllAction.text = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435
-SelectBranchAction.text = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u044e \u0432\u0435\u0442\u0432\u044c
-SelectedPasteAction.text = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u043a...
-selection_method_by_click = \u0412\u044b\u0431\u043e\u0440 \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c
-selection_method_delayed = \u0412\u044b\u0431\u043e\u0440 \u043d\u0430\u0435\u0437\u0434\u043e\u043c \u0441 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439
-selection_method_direct = \u0412\u044b\u0431\u043e\u0440 \u043d\u0430\u0435\u0437\u0434\u043e\u043c
-SelectNoteAction.text = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044e \u0443\u0437\u043b\u0430
-SelectNoteAction.tooltip = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043e\u0442 \u0443\u0437\u043b\u0430 \u043a \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044e \u0438 \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442
-set_accelerator_on_next_click_action = \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 \u043b\u044e\u0431\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u043c\u0435\u043d\u044e \u0434\u043b\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u044f\u0440\u043b\u044b\u043a\u0430
-SetAcceleratorOnNextClickAction.text = \u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u044f\u0440\u043b\u044b\u043a
-SetImageByFileChooserAction.text = \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0444\u0430\u0439\u043b\u0430
-SetLinkByFileChooserAction.text = \u0421\u0441\u044b\u043b\u043a\u0430 (\u0432\u044b\u0431\u043e\u0440 \u0444\u0430\u0439\u043b\u0430)
-SetLinkByTextFieldAction.text = \u0421\u0441\u044b\u043b\u043a\u0430 (\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435)
-SetNodeLink.text = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0443\u0437\u043b\u0430...
-SetNoteWindowPosition.bottom.text = \u0432\u043d\u0438\u0437\u0443
-SetNoteWindowPosition.left.text = \u0441\u043b\u0435\u0432\u0430
-SetNoteWindowPosition.right.text = \u0441\u043f\u0440\u0430\u0432\u0430
-SetNoteWindowPosition.top.text = \u0432\u0432\u0435\u0440\u0445\u0443
-SetShortenerStateAction.text = \u0421\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0443\u0437\u043b\u0430
-sf_login_required = \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 Sourceforge. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?
-ShowAllAttributesAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-ShowAncestorsAction.text = \u0421 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438
-ShowAttributeDialogAction.text = \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 &\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c\u0438...
-ShowDescendantsAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0451\u043d\u043d\u044b\u0435
-ShowFilterToolbarAction.text = \u041f\u0430\u043d\u0435\u043b\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438
-ShowFormatPanel.text = \u041f\u0430\u043d\u0435\u043b\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
-ShowFormatPanel.tooltip = \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043e\u043a\u043d\u043e, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0443\u0437\u0435\u043b \u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e.
-ShowHideNoteAction.text = \u041e\u043a\u043d\u043e \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0439
-ShowHideNoteAction.tooltip = \u042d\u0442\u043e \u0433\u043e\u0440\u044f\u0447\u0430\u044f \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u0434\u043b\u044f \u0441\u0442\u0440\u0435\u043b\u043e\u0447\u0435\u043a \u043d\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044e\u0449\u0435\u0439 \u043b\u0438\u043d\u0438\u0438.
-ShowNotesInMapAction.text = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0435
-ShowSelectedAttributesAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
-ShowSelectionAsRectangleAction.text = \u041f\u043e\u0434\u0441\u0432\u0435\u0447\u0438\u0432\u0430\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u043e\u043c
-simplyhtml.aboutFrameTitle = \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435...
-simplyhtml.aboutLabel = \u041e SimplyHTML...
-simplyhtml.alignCenter = \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443
-simplyhtml.alignLabel = \u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0433\u043e\u0440.:
-simplyhtml.alignLeft = \u0441\u043b\u0435\u0432\u0430
-simplyhtml.alignRight = \u0441\u043f\u0440\u0430\u0432\u0430
-simplyhtml.allCellsRangeLabel = \u0432\u0441\u0435\u043c \u043a\u043b\u0435\u0442\u043a\u0430\u043c
-simplyhtml.allOccurrencesReplaced = \u0412\u0441\u0435 \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u043e
-simplyhtml.appendTableColLabel = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446
-simplyhtml.appendTableRowLabel = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
-simplyhtml.applyCellAttrLabel = \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a
-simplyhtml.backgroundLabel = \u0424\u043e\u043d:
-simplyhtml.boldItalicName = \u0416\u0438\u0440\u043d\u044b\u0439 \u043a\u0443\u0440\u0441\u0438\u0432
-simplyhtml.boldName = \u0416\u0438\u0440\u043d\u044b\u0439
-simplyhtml.borderColorLabel = \u0426\u0432\u0435\u0442:
-simplyhtml.borderWidthLabel = \u0428\u0438\u0440\u0438\u043d\u0430
-simplyhtml.bottomLabel = \u043d\u0438\u0437:
-simplyhtml.cancelBtnName = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-simplyhtml.cellBorderTabLabel = \u041b\u0438\u043d\u0438\u0438
-simplyhtml.cellGenTabLabel = \u041e\u0431\u0449\u0438\u0435
-simplyhtml.cellMarginTabLabel = \u041f\u043e\u043b\u044f
-simplyhtml.cellPanelTitle = \u0424\u043e\u0440\u043c\u0430\u0442 \u044f\u0447\u0435\u0439\u043a\u0438
-simplyhtml.clearFormatLabel = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-simplyhtml.clearFormatTip = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
-simplyhtml.close = \u0417\u0430\u043a\u0440\u044b\u0442\u044c
-simplyhtml.closeBtnName = \u0417\u0430\u043a\u0440\u044b\u0442\u044c
-simplyhtml.colorLabel = \u0426\u0432\u0435\u0442
-simplyhtml.copyLabel = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-simplyhtml.copyTip = \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-simplyhtml.cTagNameHead1 = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1
-simplyhtml.cTagNameHead2 = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2
-simplyhtml.cTagNameHead3 = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3
-simplyhtml.cTagNameHead4 = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4
-simplyhtml.cTagNameHead5 = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5
-simplyhtml.cTagNameHead6 = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6
-simplyhtml.cTagNameLink = \u0421\u0441\u044b\u043b\u043a\u0430
-simplyhtml.cTagNameOL = \u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a
-simplyhtml.cTagNamePara = \u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444
-simplyhtml.cTagNameUL = \u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a
-simplyhtml.cutLabel = \u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c
-simplyhtml.cutTip = \u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c
-simplyhtml.defaultDocName = \u0411\u0435\u0437\u044b\u043c\u044f\u043d\u043d\u044b\u0439
-simplyhtml.deleteTableColLabel = \u0423\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446
-simplyhtml.deleteTableRowLabel = \u0423\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
-simplyhtml.docTitleQuery = \u041d\u043e\u0432\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435:
-simplyhtml.docTitleTitle = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
-simplyhtml.editLabel = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-simplyhtml.effectLabel = \u042d\u0444\u0444\u0435\u043a\u0442
-simplyhtml.familyLabel = \u0421\u0435\u043c\u044c\u044f
-simplyhtml.findNext = \u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439...
-simplyhtml.findReplaceDialogTitle = \u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
-simplyhtml.findReplaceLabel = \u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
-simplyhtml.findReplaceTip = \u043f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
-simplyhtml.fontBoldLabel = \u0416\u0438\u0440\u043d\u044b\u0439
-simplyhtml.fontBoldTip = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c/\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0436\u0438\u0440\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
-simplyhtml.fontColorLabel = \u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430
-simplyhtml.fontColorTip = \u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430
-simplyhtml.fontDialogTitle = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442
-simplyhtml.fontItalicLabel = \u041a\u0443\u0440\u0441\u0438\u0432
-simplyhtml.fontItalicTip = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c/\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u041a\u0443\u0440\u0441\u0438\u0432
-simplyhtml.fontLabel = \u0428\u0440\u0438\u0444\u0442...
-simplyhtml.fontTabLabel = \u0428\u0440\u0438\u0444\u0442
-simplyhtml.fontTip = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442...
-simplyhtml.fontUnderlineLabel = \u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
-simplyhtml.fontUnderlineTip = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c/\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
-simplyhtml.foregroundLabel = \u0422\u0435\u043a\u0441\u0442:
-simplyhtml.formatLabel = \u0424\u043e\u0440\u043c\u0430\u0442
-simplyhtml.formatListLabel = \u0421\u043f\u0438\u0441\u043e\u043a...
-simplyhtml.formatListTip = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 \u0441\u043f\u0438\u0441\u043a\u0430
-simplyhtml.formatParaLabel = \u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444...
-simplyhtml.formatParaTip = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u0440\u0430\u0433\u0440\u0430\u0444
-simplyhtml.formatTableLabel = \u0422\u0430\u0431\u043b\u0438\u0446\u0430...
-simplyhtml.formatTableTip = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
-simplyhtml.helpLabel = \u041f\u043e&\u043c\u043e\u0449\u044c
-simplyhtml.htmlTabTitle = HTML \u041a\u043e\u0434
-simplyhtml.imageFileDesc = \u0424\u0430\u0439\u043b \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c
-simplyhtml.insertTableColLabel = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446
-simplyhtml.insertTableLabel = \u0422\u0430\u0431\u043b\u0438\u0446\u0430...
-simplyhtml.insertTableMsg = \u0421\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432?
-simplyhtml.insertTableRowLabel = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
-simplyhtml.insertTableTitle = \u0412\u0441\u0442\u0430\u0432\u0438\u0442 \u0442\u0430\u0431\u043b\u0438\u0446\u0443
-simplyhtml.italicName = \u041a\u0443\u0440\u0441\u0438\u0432
-simplyhtml.layoutTabTitle = \u0422\u0435\u043a\u0441\u0442
-simplyhtml.leftLabel = \u043b\u0435\u0432\u043e:
-simplyhtml.listDialogTitle = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430
-simplyhtml.listIndentTitle = \u0421\u043c\u0435\u0449\u0435\u043d\u0438\u0435:
-simplyhtml.listPosInside = \u0432\u043d\u0443\u0442\u0440\u0438
-simplyhtml.listPositionLabel = \u041f\u043e\u0437\u0438\u0446\u0438\u044f:
-simplyhtml.listPosOutside = \u0441\u043d\u0430\u0440\u0443\u0436\u0438
-simplyhtml.listTypeCircle = \u041a\u0440\u0443\u0433
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = \u0441\u0438\u043c\u0432\u043e\u043b \u0444\u0430\u0439\u043b\u0430 \u043a\u0430\u043a \u043f\u0443\u043d\u043a\u0442
-simplyhtml.listTypeLabel = \u0422\u0438\u043f:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-simplyhtml.listTypeSquare = \u043a\u0432\u0430\u0434\u0440\u0430\u0442
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = \u0421\u043d\u0430\u0440\u0443\u0436\u0438
-simplyhtml.matchCase = \u0421 \u0443\u0447\u0451\u0442\u043e\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430
-simplyhtml.newStyleDefaultName = \u043d\u043e\u0432\u044b\u0439 \u0441\u0442\u0438\u043b\u044c
-simplyhtml.nextTableCellLabel = \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u044f\u0447\u0435\u0439\u043a\u0430
-simplyhtml.noLineLabel = \u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-simplyhtml.noMoreOccurrencesFound = (\u0431\u043e\u043b\u044c\u0448\u0435) \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e
-simplyhtml.okBtnName = \u041e\u041a
-simplyhtml.paddingLabel = \u0412\u043d\u0443\u0442\u0440\u0438
-simplyhtml.paraAlignCenterLabel = \u0426\u0435\u043d\u0442\u0440
-simplyhtml.paraAlignCenterTip = \u0420\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u0446\u0435\u043d\u0442\u0440\u0435
-simplyhtml.paraAlignLeftLabel = \u0421\u043b\u0435\u0432\u0430
-simplyhtml.paraAlignLeftTip = \u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e
-simplyhtml.paraAlignRightLabel = \u0421\u043f\u0440\u0430\u0432\u0430
-simplyhtml.paraAlignRightTip = \u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e
-simplyhtml.paraStyleDialogTitle = \u0421\u0442\u0438\u043b\u0438
-simplyhtml.paraTabLabel = \u0410\u0431\u0437\u0430\u0446
-simplyhtml.pasteLabel = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
-simplyhtml.pasteTip = \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c
-simplyhtml.plainName = \u043e\u0431\u044b\u0447\u043d\u044b\u0439
-simplyhtml.previewLabel = \u041f&\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
-simplyhtml.previewText = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0442\u0435\u043a\u0441\u0442
-simplyhtml.prevTableCellLabel = \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043a\u043b\u0435\u0442\u043a\u0430
-simplyhtml.printLabel = \u041f\u0435\u0447\u0430\u0442\u044c...
-simplyhtml.redoLabel = \u0412\u0435\u0440\u043d\u0443\u0442\u044c
-simplyhtml.redoTip = \u0432\u0435\u0440\u043d\u0443\u0442\u044c
-simplyhtml.replace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c...
-simplyhtml.replaceAll = \u0412\u0441\u0435
-simplyhtml.replaceDone = \u0413\u043e\u0442\u043e\u0432\u043e
-simplyhtml.replaceNo = \u041d\u0435\u0442
-simplyhtml.replaceThisQuery = \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-simplyhtml.replaceWith = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430:
-simplyhtml.replaceYes = \u0414\u0430
-simplyhtml.rightLabel = \u043f\u0440\u0430\u0432\u043e:
-simplyhtml.searchDown = \u0418\u0441\u043a\u0430\u0442\u044c \u0432\u043d\u0438\u0437
-simplyhtml.searchFromStart = \u0418\u0441\u043a\u0430\u0442\u044c \u0441\u043d\u0430\u0447\u0430\u043b\u0430
-simplyhtml.searchUp = \u0418\u0441\u043a\u0430\u0442\u044c \u0432\u0432\u0435\u0440\u0445
-simplyhtml.selectAllLabel = \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0441\u0451
-simplyhtml.sizeLabel = \u0420\u0430\u0437\u043c\u0435\u0440
-simplyhtml.standardStyleName = \u043e\u0431\u044b\u0447\u043d\u044b\u0439
-simplyhtml.strikeLabel = \u0417\u0430\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u043e
-simplyhtml.styleLabel = \u0421\u0442\u0438\u043b\u044c
-simplyhtml.styleNameInputText = \u0418\u043c\u044f \u0441\u0442\u0438\u043b\u044f?
-simplyhtml.styleNameInputTitle = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
-simplyhtml.tableBgColLabel = \u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442:
-simplyhtml.tableDialogTitle = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
-simplyhtml.tableLabel = \u0422\u0430\u0431\u043b\u0438\u0446\u0430
-simplyhtml.tablePanelTitle = \u0442\u0430\u0431\u043b\u0438\u0446\u0430
-simplyhtml.tableWidthLabel = \u0428\u0438\u0440\u0438\u043d\u0430:
-simplyhtml.textIndentLabel = \u041e\u0442\u0441\u0442\u0443\u043f:
-simplyhtml.textToFind = \u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442:
-simplyhtml.thisCellRangeLabel = \u044f\u0447\u0435\u0439\u043a\u0435
-simplyhtml.thisColRangeLabel = \u0441\u0442\u043e\u043b\u0431\u0446\u0443
-simplyhtml.thisRowRangeLabel = \u0441\u0442\u0440\u043e\u043a\u0435
-simplyhtml.toggleBulletsLabel = \u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a
-simplyhtml.toggleBulletsTip = \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a
-simplyhtml.toggleNumbersLabel = \u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e
-simplyhtml.toggleNumbersTip = \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e
-simplyhtml.topLabel = \u0432\u0435\u0440\u0445:
-simplyhtml.uLineLabel = \u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
-simplyhtml.unableToOpenFileError = \u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d
-simplyhtml.unableToRedoError = \u041f\u043e\u0432\u0442\u043e\u0440 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d:
-simplyhtml.unableToUndoError = \u041e\u0442\u043c\u0435\u043d\u0430 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430:
-simplyhtml.undoLabel = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-simplyhtml.undoTip = \u043e\u0442\u043c\u0435\u043d\u0430
-simplyhtml.valignBaseline = \u043f\u043e \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u044e
-simplyhtml.valignBottom = \u0441\u043d\u0438\u0437\u0443
-simplyhtml.valignLabel = \u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0432\u0435\u0440\u0442.:
-simplyhtml.valignMiddle = \u0432 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435
-simplyhtml.valignTop = \u0441\u0432\u0435\u0440\u0445\u0443
-simplyhtml.wholeWordsOnly = \u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u043e\u0432\u0430
-SortNodes.text = \u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0443\u0437\u043b\u044b
-SortNodes.tooltip = \u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043f\u043e \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u0443.
-split = \u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c
-SplitConditionAction.text = \u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c
-SplitNode.text = &\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u0443\u0437\u0435\u043b
-SplitNode.tooltip = <html>\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u0437 \u043a\u0430\u0436\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 \u0443\u0437\u043b\u0430 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u0443\u0437\u0435\u043b</html>
-stop_processing = \u0421\u0442\u043e\u043f
-StringFlavorHandler = \u0422\u0435\u043a\u0441\u0442 \u043a\u0430\u043a \u0434\u0435\u0440\u0435\u0432\u043e \u0443\u0437\u043b\u043e\u0432
-StructuredHtmlFlavorHandler = HTML \u043a\u0430\u043a \u0434\u0435\u0440\u0435\u0432\u043e \u0443\u0437\u043b\u043e\u0432
-style = \u0421\u0442\u0438\u043b\u044c
-style_already_exists = \u0421\u0442\u0438\u043b\u044c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-styledialog.cancel.text = \u041e\u0442\u043c\u0435\u043d\u0430
-styledialog.ok.text = \u041e\u041a
-styles = \u0421&\u0442\u0438\u043b\u0438
-styles.AutomaticLayout = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0440\u0430\u0441\u043a\u043b\u0430\u0434\u043a\u0430
-styles.connection = \u0421\u0432\u044f\u0437\u044c
-styles.date = \u0414\u0430\u0442\u0430
-styles.definition = \u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435
-styles.description = \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
-styles.floating_node = \u041f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
-styles.idea = \u0418\u0434\u0435\u044f
-styles.important = \u0412\u0430\u0436\u043d\u043e
-styles.key = \u041a\u043b\u044e\u0447
-styles.list = \u0421\u043f\u0438\u0441\u043e\u043a
-styles.needs_action = \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
-styles.note = \u0417\u0430\u043c\u0435\u0442\u043a\u0430
-styles.ok = \u041e\u041a
-styles.pending = \u0412 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0438
-styles.predefined = \u041f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438
-styles.question = \u0412\u043e\u043f\u0440\u043e\u0441
-styles.quotation = \u0426\u0438\u0442\u0430\u0442\u0430
-styles.root_node = \u0421\u0442\u0438\u043b\u0438
-styles.subsubtopic = \u041f\u043e\u0434\u043f\u043e\u0434\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
-styles.subtopic = \u041f\u043e\u0434\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
-styles.topic = \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
-styles.user-defined = \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0441\u0442\u0438\u043b\u0438
-styles.website = \u0421\u0430\u0439\u0442
-styles_menu = \u0421\u0442\u0438\u043b\u0438
-submenu_keystroke_in_use_error = \u0421\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448 {0} \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0434\u043b\u044f \u043f\u043e\u0434\u043c\u0435\u043d\u044e {1}. \u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448 \u0443\u0431\u0440\u0430\u043d\u043e.
-summary_nodes = \u0423\u0437\u043b\u044b \u0438\u0442\u043e\u0433\u043e\u0432
-summary_not_possible = \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u0432\u043e\u0434\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430 \u0434\u043b\u044f \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f
-SummaryNodeAction.text = \u0421\u0432\u043e\u0434\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
-svg = SVG
-template_dir = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
-TimeListAction.text = &\u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435...
-TimeListAction.tooltip = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439 \u0441\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438
-TimeManagementAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c...
-TimeManagementAction.tooltip = <html>\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u043e\u0442 \u041a\u0430\u044f \u0422\u043e\u0434\u0442\u0435\u0440\u0430.</html>
-ToggleChildrenFoldedAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c / \u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0435  \u0443\u0437\u043b\u044b
-ToggleDetailsAction.text = \u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
-ToggleFBarAction.text = \u041f\u0430\u043d\u0435\u043b\u044c \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-ToggleFoldedAction.text = \u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c / \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c
-ToggleFullScreenAction.text = \u041f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c
-ToggleLeftToolbarAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0441 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430\u043c\u0438
-ToggleMenubarAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u043c\u0435\u043d\u044e
-ToggleStatusAction.text = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f
-ToggleToolbarAction.text = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0432\u0435\u0440\u0445\u043d\u044e\u044e \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-undefined_error = \u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c \u0447\u0435\u0440\u0435\u0437 \u0444\u043e\u0440\u0443\u043c
-underline = \u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
-UnderlineAction.text = \u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
-underlined = \u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u043e
-UndoAction.text = &\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-UndoFilterAction.text = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-unfold = \u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c
-UnfoldAllAction.text = \u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451
-UnfoldAllAction.tooltip = <html>\u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u0438 \u0432\u0441\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0443\u0437\u043b\u044b</html>
-UnfoldOneLevelAction.text = \u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c
-UnfoldOneLevelAction.tooltip = \u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043d\u0430 \u043e\u0434\u0438\u043d \u0443\u0440\u043e\u0432\u0435\u043d\u044c.
-up = &\u0412\u0432\u0435\u0440\u0445
-update_failed = \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u043e\u0441\u044c \u043d\u0435\u0443\u0434\u0430\u0447\u0435\u0439 \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043c {0}
-UpdateCheckAction.text = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-updatecheckdialog = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433
-url_error = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0430\u0434\u0440\u0435\u0441\u0435 URL
-url_load_error = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0440\u0442\u0443 \u0441 \u0430\u0434\u0440\u0435\u0441\u0430 URL:
-url_open_error = \u041e\u0448\u0438\u0431\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f URL {0}.
-used_in_menu = \u0422\u0430\u043a\u0430\u044f \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448 \u043d\u0435\u043b\u044c\u0437\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043c\u0435\u043d\u044e.
-UsePlainTextAction.text = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0442\u0435\u043a\u0441\u0442
-user_config_folder = \u041f\u0430\u043f\u043a\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: {0}
-user_defined_scale = \u041c\u0430\u0441\u0448\u0442\u0430\u0431 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c
-user_defined_zoom = \u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c..
-user_defined_zoom_status_bar = \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430 \u043f\u043e \u0432\u044b\u0431\u043e\u0440\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u043d\u0430 {0}%.
-user_icon = \u0418\u043a\u043e\u043d\u043a\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f "{0}"
-user_template_dir = \u0428\u0430\u0431\u043b\u043e\u043d\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-user_zoom = \u041c\u0430\u0441\u0448\u0442\u0430\u0431 \u043f\u0435\u0447\u0430\u0442\u0438 (0.0 - 2.0):
-version_up_to_date = \u0412\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u0432\u0435\u0440\u0441\u0438\u044e
-ViewerControllerAction.text = \u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u043e\u0431\u044a\u0435\u043a\u0442...
-ViewLayoutTypeAction.OUTLINE.text = \u0421\u0445\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u044b\u0439 \u0432\u0438\u0434
-WebDocuAction.text = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435
-width = \u0428\u0438\u0440\u0438\u043d\u0430
-wrong_regexp = \u0412 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 "{0}", \u043e\u0448\u0438\u0431\u043a\u0430: {1}
-xslt_export.html = HTML \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-xslt_export.latex = LaTeX \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-xslt_export.latexbook = LaTeX \u043a\u043d\u0438\u0433\u0430
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 \u0438 \u0441\u0442\u0430\u0440\u0448\u0435) XML \u0444\u043e\u0440\u043c\u0430\u0442
-xslt_export.ms_project = MS Project (2003 \u0438 \u0441\u0442\u0430\u0440\u0448\u0435) XML \u0444\u043e\u0440\u043c\u0430\u0442
-xslt_export.ms_word = Word (2003 \u0438 \u0441\u0442\u0430\u0440\u0448\u0435) XML \u0444\u043e\u0440\u043c\u0430\u0442
-xslt_export.text = \u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-xslt_export_not_possible = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 XSLT \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d
-yes = \u0414\u0430
-ZoomInAction.text = \u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c
-ZoomOutAction.text = \u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c
+AboutAction.text=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435...
+acceleratorPresets=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0433\u043e\u0440\u044f\u0447\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
+accelerators_loading_error=\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0430\u043a\u0441\u0435\u043b\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u0432 \u0438\u0437 {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 \u0443\u0437\u043b\u043e\u0432
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
+accessories/plugins/EncryptNode.properties_0=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+accessories/plugins/EncryptNode.properties_1=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0438\u043b\u0438 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
+accessories/plugins/EncryptNode.properties_2=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c:
+accessories/plugins/EncryptNode.properties_3=\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c:
+accessories/plugins/EncryptNode.properties_4=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c.
+accessories/plugins/EncryptNode.properties_5=<html>\u0423\u0447\u0442\u0438\u0442\u0435 \u0447\u0442\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f<br> \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u044f
+accessories/plugins/EncryptNode.properties_6=\u041e\u041a
+accessories/plugins/EncryptNode.properties_7=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=<html>\u042d\u0442\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c\u0443 \u0443\u0437\u043b\u0443<br> \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u0443\u0437\u0435\u043b \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u044e "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e"
+accessories/plugins/EncryptNode.properties_select_me=\u0412\u044b\u0431\u0435\u0440\u0438 \u043c\u0435\u043d\u044f.
+accessories/plugins/EncryptNode.properties_wrong_password=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
+accessories/plugins/ExportWithTWiki.text=\u041a\u0430\u043a TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443 \u043a\u0430\u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0447\u0435\u0440\u0435\u0437 XSLT - \u0441\u043a\u0440\u0438\u043f\u0442
+accessories/plugins/ExportWithXSLT_Applet.text=\u041a\u0430\u043a java-\u0430\u043f\u043f\u043b\u0435\u0442...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a java-\u0430\u043f\u043f\u043b\u0435\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.
+accessories/plugins/ExportWithXSLT_Flash.text=\u041a\u0430\u043a Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a flash \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443.
+accessories/plugins/ExportWithXSLT_HTML.text=\u041a\u0430\u043a XHTML (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c JavaScript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u041a\u0430\u043a XHTML (\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u043e\u0439)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u0420\u0435\u0441\u0443\u0440\u0441\u044b \u0438\u0437 \u0443\u0437\u043b\u0430 RESOURCES \u0432 \u0444\u0430\u0439\u043b \u0434\u043b\u044f Taskjuggler...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0438\u0437 \u0443\u0437\u043b\u0430 RESOURCES \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u0417\u0430\u0434\u0430\u0447\u0438 \u0438\u0437 \u0443\u0437\u043b\u0430 TASKS \u0432 \u0444\u0430\u0439\u043b \u0434\u043b\u044f Taskjuggler...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0437\u0430\u0434\u0430\u0447\u0438 \u0438\u0437 \u0443\u0437\u043b\u0430 TASKS \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f Taskjuggler. </html>
+action_keystroke_in_use_error=\u0421\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448 {0}, \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0435\u043c\u0430\u044f \u0434\u043b\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f {1} \u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f {2}
+active=\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439
+actual_map_styles=\u0423\u0441\u043b\u043e\u0432\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 \u043a\u0430\u0440\u0442\u044b \u043f\u0440\u0438\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0435 \u043a \u0443\u0437\u043b\u0443
+actual_node_styles=\u0423\u0441\u043b\u043e\u0432\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438 \u0443\u0437\u043b\u0430 \u043f\u0440\u0438\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0435 \u043a \u0443\u0437\u043b\u0443
+add=&\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
+AddConnectorAction.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c
+AddElementaryConditionAction.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
+AddLocalLinkAction.text=\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0443\u0437\u0435\u043b
+AddMenuItemLinkAction.text=\u0413\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0430 (\u043a\u043e\u043c\u043c\u0430\u043d\u0434\u0430 \u043c\u0435\u043d\u044e)...
+addons.installer.canceled=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430
+addons.installer.description=\u0423\u0437\u0435\u043b \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+addons.installer.failed=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438: {0}
+addons.installer.freeplaneversion.format.error=\u041e\u0448\u0438\u0431\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0432 {0} (\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435: {1})
+addons.installer.groovy.script.name=\u0421\u043a\u0440\u0438\u043f\u0442 {0} \u043d\u0435 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430 ".groovy"
+addons.installer.html.script=\u0422\u0435\u043b\u043e \u0441\u043a\u0440\u0438\u043f\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043a\u0430\u043a HTML
+addons.installer.map.structure=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u043a\u0430\u0440\u0442\u044b: {0}
+addons.installer.missing.child.nodes=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b: {0}
+addons.installer.missing.permission.attribute=\u0421\u043a\u0440\u0438\u043f\u0442 {0}: \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0439 {1}
+addons.installer.missing.properties=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430: {0}
+addons.installer.missing.translation=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0435\u0440\u0435\u0432\u043e\u0434 {0} \u0432 \u044f\u0437\u044b\u043a\u0435 {1}
+addons.installer.no.scripts=\u0421\u043a\u0440\u0438\u043f\u0442\u044b \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b
+addons.installer.success=\u0423\u0441\u043f\u0435\u0448\u043d\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430.\n\u041d\u043e\u0432\u043e\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438.
+addons.installer.title=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0439
+addons.installer.too.new=\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Freeplane {0} \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043d\u043e\u0432\u0430\u044f. \u042d\u0442\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0435\u0440\u0441\u0438\u044e \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 {1}
+addons.installer.too.old=\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Freeplane {0} \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0441\u0442\u0430\u0440\u0430\u044f. \u042d\u0442\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0432\u0435\u0440\u0441\u0438\u0438 {1}
+addons.installer.unknown.deinstallation.rules=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f {0}
+AddStyleAttributes.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0441\u0442\u0438\u043b\u044f
+AddStyleAttributes.tooltip=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0438\u0437 \u0437\u0430\u0433\u043e\u043b\u0432\u043a\u0430 \u0441\u0442\u0438\u043b\u044f
+AllMapsNodeListAction.text=\u041d\u0430\u0439\u0442\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043e \u0432\u0441\u0435\u0445 \u043a\u0430\u0440\u0442\u0430\u0445
+always=\u0412\u0441\u0435\u0433\u0434\u0430
+antialias_all=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0451
+antialias_edges=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0451\u0431\u0440\u0430
+antialias_none=\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c
+apply=&\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c
+ApplyAction.text=&\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c
+ApplyFormatPlugin.text=&\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 ...
+ApplyFormatPlugin.tooltip=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0443\u0437\u043b\u043e\u0432 \u0438 \u043b\u0438\u043d\u0438\u0439
+ApplyNoFilteringAction.text=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440
+ApplySelectedViewConditionAction.text=\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
+ApplyToVisibleAction.text=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a \u043e\u0442\u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c
+as_parent=\u041a\u0430\u043a \u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
+AskForHelp.text=\u0417\u0430\u043f\u0440\u043e\u0441 \u043e \u043f\u043e\u043c\u043e\u0449\u0438
+AssignAttributesAction.text=&\u041f\u0440\u0438\u0441\u0432\u043e\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b...
+attribute_delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
+attribute_delete_value=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435
+attribute_font_size_tooltip=\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432
+attribute_list_box_label_text=\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
+attribute_replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430
+attribute_top=\u0412\u0441\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0441 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u043a\u0430\u0440\u0442
+attributes_AddAttributeAction.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u0435...
+attributes_adding_empty_attribute_error=\u041f\u0443\u0441\u0442\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u043c\u0435\u043d\u0435\u043c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+attributes_all=\u0412\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+attributes_assign_dialog=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+attributes_attribute=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+attributes_close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
+attributes_deselect_all=\u041d\u0438\u0447\u0435\u0433\u043e
+attributes_dialog_title=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c\u0438
+attributes_edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+attributes_edit_tooltip=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e
+attributes_for_selected=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
+attributes_for_visible=\u0412\u0441\u0435 \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0443\u0437\u043b\u044b
+attributes_import=&\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+attributes_import_tooltip=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u043a\u0430\u0440\u0442
+attributes_no_import_candidates_found=\u041d\u043e\u0432\u044b\u0445 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e
+attributes_popup_delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+attributes_popup_down=\u0412\u043d\u0438\u0437
+attributes_popup_edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+attributes_popup_hide=\u0421\u043f\u0440\u044f\u0442\u0430\u0442\u044c
+attributes_popup_new=\u041d\u043e\u0432\u044b\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
+attributes_popup_optimal_width=\u041e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430
+attributes_popup_up=\u0412\u0432\u0435\u0440\u0445
+attributes_refresh=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c
+attributes_RemoveAllAttributesAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+attributes_RemoveFirstAttributeAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u044b\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
+attributes_RemoveLastAttributeAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
+attributes_restricted_attributes_tooltip=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432
+attributes_restricted_values_tooltip=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+attributes_restriction=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c
+attributes_select_all=\u0412\u0441\u0435
+attributes_select_all_tooltip=\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c / \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435
+attributes_show=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c
+attributes_skip_root=\u041a\u0440\u043e\u043c\u0435 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+attributes_visible=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435
+attributes_visible_tooltip=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435
+automatically_save_message=\u041a\u0430\u0440\u0442\u0430 \u0431\u044b\u043b\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 (\u0432 \u0444\u0430\u0439\u043b {0}) ...
+AutomaticEdgeColorHookAction.text=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0446\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
+AutomaticLayoutAction.text=&\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+AutomaticLayoutAction.tooltip=<html>\u0424\u0438\u043a\u0441\u0438\u0440\u0443\u0435\u0442 \u0432\u0438\u0434 \u043a\u0430\u0440\u0442\u044b <br>\u0423\u0437\u043b\u044b \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f \u0441\u0442\u0430\u043d\u0443\u0442 \u0447\u0435\u0440\u043d\u044b\u043c\u0438, \u0432\u0442\u043e\u0440\u043e\u0433\u043e - \u0441\u0438\u043d\u0438\u043c\u0438 \u0438 \u0442.\u0434.</html>
+BackAction.text=\u041d\u0430\u0437\u0430\u0434
+BackAction.tooltip=\u041f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u0443\u0437\u043b\u0443 \u0432 \u0446\u0435\u043f\u0438
+background=\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430
+bitmaps=\u0422\u043e\u0447\u0435\u0447\u043d\u044b\u0439 \u0440\u0438\u0441\u0443\u043d\u043e\u043a
+black=\u0427\u0435\u0440\u043d\u044b\u0439
+BlinkingNodeHookAction.text=\u041c\u0438\u0433\u0430\u044e\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
+BlinkingNodeHookAction.tooltip=<html>\u0423\u0437\u0435\u043b \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0433\u0430\u0442\u044c. \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435! \u042d\u0442\u043e\u0442 \u0444\u043e\u0440\u043c\u0430\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0447\u0438\u0441\u043b\u0443 \u0443\u0437\u043b\u043e\u0432 \u0438  <strong> \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043b\u044e\u0431\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0430\u043a\u0438\u0445 \u0443\u0437\u043b\u043e\u0432</strong></html>
+blue=\u0421\u0438\u043d\u0438\u0439
+BoldAction.text=\u0416\u0438\u0440\u043d\u044b\u0439
+boldify_branch=\u0412\u0441\u044e \u0432\u0435\u0442\u0432\u044c \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0436\u0438\u0440\u043d\u044b\u043c
+branch=\u0412\u0435\u0442\u0432\u044c
+browse=\u041e\u0431\u0437\u043e\u0440...
+calendar_attributes_panel=\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+calendar_panel=\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c
+can_not_connect_to_info_server=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443
+can_not_delete_predefined_style=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f
+can_not_delete_root_style=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f
+can_not_delete_style_group=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0433\u0440\u0443\u043f\u043f\u044b \u0441\u0442\u0438\u043b\u044f
+can_not_save_key_set=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
+cancel=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+CancelAction.text=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+cannot_add_parent_diff_parents=\u0414\u043b\u044f \u044d\u0442\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 \u0432\u0441\u0435 \u0443\u0437\u043b\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0438\u043c\u0435\u0442\u044c \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
+cannot_add_parent_to_root=\u041a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c
+cannot_delete_root=\u041a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b \u043d\u0435\u043b\u044c\u0437\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c
+cannot_join_nodes_with_children=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0442\u044c \u0443\u0437\u043b\u044b \u0441 \u0438\u0445 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438
+cannot_move_to_child=\u0423\u0437\u0435\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d \u0432 \u0441\u0432\u043e\u0439 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0439 \u0443\u0437\u0435\u043b
+CenterAction.text=\u0426\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+CenterSelectedNodeAction.text=\u0426\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+ChangeConnectorArrowsAction.backward.text=\u041d\u0430\u0437\u0430\u0434
+ChangeConnectorArrowsAction.both.text=\u041d\u0430 \u043e\u0431\u043e\u0438\u0445 \u043a\u043e\u043d\u0446\u0430\u0445
+ChangeConnectorArrowsAction.forward.text=\u0412\u043f\u0435\u0440\u0451\u0434
+ChangeConnectorArrowsAction.none.text=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442
+ChangeConnectorArrowsAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0435\u043b\u043a\u0438 \u043d\u0430 \u0441\u0432\u044f\u0437\u0438
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\u041a\u0440\u0438\u0432\u0430\u044f
+ChangeConnectorShapeAction.EDGE_LIKE.text=\u041c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0431\u0440\u0430
+ChangeConnectorShapeAction.LINE.text=\u041b\u0438\u043d\u0438\u044f
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u041b\u0438\u043d\u0435\u0439\u043d\u044b\u0439 \u043f\u0443\u0442\u044c
+ChangeNodeLevelLeftsAction.text=\u0423\u0437\u0435\u043b \u0432\u043b\u0435\u0432\u043e
+ChangeNodeLevelLeftsAction.tooltip=\u0421 \u043b\u0435\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u043d\u0438\u0437 \u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438 \u0432\u044b\u0448\u0435\u043b\u0435\u0436\u0430\u0449\u0435\u0433\u043e \u0443\u0437\u043b\u0430. \u0421 \u043f\u0440\u0430\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u0432\u0435\u0440\u0445. \u0420\u044f\u0434\u043e\u043c \u0441 \u043a\u043e\u0440\u043d\u0435\u043c \u0443\u0437\u043b\u044b \u043c\u0435\u043d\u044f\u044e\u0442 \u0441\u0442\u043e\u0440\u043e\u043d\u0443.
+ChangeNodeLevelRightsAction.text=\u0423\u0437\u0435\u043b \u0432\u043f\u0440\u0430\u0432\u043e
+ChangeNodeLevelRightsAction.tooltip=\u0421 \u043f\u0440\u0430\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u043d\u0438\u0437 \u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438 \u0432\u044b\u0448\u0435\u043b\u0435\u0436\u0430\u0449\u0435\u0433\u043e \u0443\u0437\u043b\u0430. \u0421 \u043b\u0435\u0432\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043e\u0442 \u043a\u043e\u0440\u043d\u044f \u0443\u0437\u043b\u044b \u0441\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f \u0432\u0432\u0435\u0440\u0445. \u0420\u044f\u0434\u043e\u043c \u0441 \u043a\u043e\u0440\u043d\u0435\u043c \u0443\u0437\u043b\u044b \u043c\u0435\u043d\u044f\u044e\u0442 \u0441\u0442\u043e\u0440\u043e\u043d\u0443.
+choose_background_color=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442
+choose_cloud_color=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u0430
+choose_edge_color=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
+choose_map_background_color=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0432\u0435\u0442 \u0444\u043e\u043d\u0430 \u0434\u043b\u044f \u043a\u0430\u0440\u0442\u044b
+choose_node_background_color=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
+choose_node_color=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 \u0443\u0437\u043b\u0430
+CloseAction.text=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u043a\u0430\u0440\u0442\u0443
+CloudAction.text=\u041e\u0431\u043b\u0430\u043a\u043e
+CloudColorAction.text=\u0426\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u0430 ...
+CloudShapeAction.ARC.text=\u0414\u0443\u0433\u0430
+CloudShapeAction.RECT.text=\u041f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
+CloudShapeAction.ROUND_RECT.text=\u0417\u0430\u043a\u0440\u0443\u0433\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
+CloudShapeAction.STAR.text=\u0417\u0432\u0435\u0437\u0434\u0430
+ColorProperty.ResetColor=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0446\u0432\u0435\u0442
+combined=\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439
+condition=\u0423\u0441\u043b\u043e\u0432\u0438\u0435
+confirmation=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435
+connector=\u0421\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044c
+connector_arrows=\u0421\u0442\u0440\u0435\u043b\u043a\u0438 \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
+connector_label=\u041c\u0435\u0442\u043a\u0430 \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
+connector_lines=\u041b\u0438\u043d\u0438\u0438 \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
+connector_shapes=\u0424\u043e\u0440\u043c\u044b \u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u0435\u043b\u044f
+ConnectorColorAction.text=\u0426\u0432\u0435\u0442 \u0441\u0432\u044f\u0437\u0438...
+CopyAction.text=&\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+CopyAction.tooltip=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0443\u044e \u0432\u0435\u0442\u0432\u044c
+CopyAttributes.text=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+CopyIDAction.text=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c ID \u0443\u0437\u043b\u0430
+CopyMapStylesAction.text=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u043a\u0430\u0440\u0442\u044b \u0438\u0437...
+CopySingleAction.text=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u0442\u043e\u0442 \u0443\u0437\u0435\u043b
+CopySingleAction.tooltip=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+CopyStyleExtensionsAction.text=\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0438\u0437 \u0441\u0442\u0438\u043b\u044f
+corrupt_map=\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u043a\u0430\u0440\u0442\u044b \u043d\u0430\u0440\u0443\u0448\u0435\u043d\u043e
+CreateConjunctConditionAction.text=\u0418
+CreateDisjunctConditionAction.text=\u0418\u043b\u0438
+CreateNotSatisfiedConditionAction.text=\u041d\u0435
+CreationModificationPluginAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c &\u0432\u0440\u0435\u043c\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
+CreationModificationPluginAction.tooltip=<html>\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u043e\u0432</html>
+current_dir=\u041a\u0430\u0440\u0442\u044b
+CutAction.text=&\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c
+decrease_branch_font_size=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
+DecreaseNodeFontAction.text=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
+default=\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
+DefaultColorAction.text=\u0426\u0432\u0435\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
+defaultstyle.details=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 (\u0434\u0435\u0442\u0430\u043b\u0438)
+defaultstyle.note=\u0417\u0430\u043c\u0435\u0442\u043a\u0430
+delete=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+delete_child=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b
+DeleteAction.text=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b
+DeleteConditionAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+DeleteDetailsAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
+DeleteLevelStyleAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0442\u0438\u043b\u044c \u0443\u0440\u043e\u0432\u043d\u0435\u0439
+DeleteStyleAction.text=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
+DeleteUserStyleAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
+DirectHtmlFlavorHandler=HTML \u043a\u0430\u043a \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+DocumentationAction.text=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f
+down=\u0412&\u043d\u0438\u0437
+download=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
+dropped_file_error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u043f\u0435\u0440\u0435\u0442\u044f\u043d\u0443\u0442\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u0440\u0438\u0447\u0438\u043d\u0430: {0}
+edge=\u0420\u0435\u0431\u0440\u043e
+edge_is_formatted_by_style=\u0424\u043e\u0440\u043c\u0430\u0442 \u0440\u0435\u0431\u043a\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0442\u0438\u043b\u0435\u043c. \u0415\u0441\u043b\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f, \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0441\u0442\u0438\u043b\u044c.
+edge_style=\u0422\u0438\u043f \u043b\u0438\u043d\u0438\u0438 \u0440\u0435\u0431\u0440\u0430
+edge_width=\u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
+EdgeColorAction.text=\u0426\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430...
+EdgeStyleAction.bezier.text=\u041a\u0440\u0438\u0432\u0430\u044f
+EdgeStyleAction.hide_edge.text=\u0421\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0440\u0435\u0431\u0440\u043e
+EdgeStyleAction.horizontal.text=\u041b\u043e\u043c\u0430\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f
+EdgeStyleAction.linear.text=\u041f\u0440\u044f\u043c\u0430\u044f
+EdgeStyleAction.sharp_bezier.text=\u0417\u0430\u043e\u0441\u0442\u0440\u0451\u043d\u043d\u0430\u044f \u043a\u0440\u0438\u0432\u0430\u044f
+EdgeStyleAction.sharp_linear.text=\u0417\u0430\u043e\u0441\u0442\u0440\u0451\u043d\u043d\u0430\u044f \u043f\u0440\u044f\u043c\u0430\u044f
+EdgeStyleAsParentAction.text=\u041a\u0430\u043a \u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
+EdgeWidthAction_width_parent.text=\u041a\u0430\u043a \u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+EdgeWidthAction_width_thin.text=\u0422\u043e\u043d\u043a\u043e\u0435 \u0440\u0435\u0431\u0440\u043e
+edit=&\u041f\u0440\u0430\u0432\u043a\u0430
+edit.decision=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 HTML
+edit.edit_rich_text=\u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439 \u0438\u043b\u0438 \u043d\u0430\u043a\u043b\u043e\u043d\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442\u044b?
+edit_details=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0437\u043b\u0430
+edit_end_label=<html>\u041c\u0435\u0442\u043a\u0430<br>\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044f
+edit_label_font_family=\u0428\u0440\u0438\u0444\u0442
+edit_label_font_size=\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
+edit_link_manually=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0432\u0440\u0443\u0447\u043d\u0443\u044e...
+edit_long_node=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u0438\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
+edit_middle_label=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u0443\u044e \u043d\u0430\u0434\u043f\u0438\u0441\u044c
+edit_source_label=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0443\u044e \u043d\u0430\u0434\u043f\u0438\u0441\u044c
+edit_target_label=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u043d\u0435\u0447\u043d\u0443\u044e \u043d\u0430\u0434\u043f\u0438\u0441\u044c
+edit_transparency_label=\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c
+edit_width_label=\u0428\u0438\u0440\u0438\u043d\u0430
+EditAction.text=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+EditAttributesAction.text=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+EditDetailsAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0437\u043b\u0430 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435
+EditDetailsInDialogAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0437\u043b\u0430 \u0432 \u043e\u043a\u043d\u0435
+EditFilterAction.text=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+EditLongAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435...
+EditNoteInDialogAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c &\u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435...
+EditScript=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442...
+EditStylesAction.text=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u0438
+EncryptedMap.text=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u0443\u044e \u043a\u0430\u0440\u0442\u0443...
+EncryptedMap.tooltip=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d
+enter_base_url=\u0411\u0443\u0434\u0435\u0442 \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430. \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 URL...
+enter_condition_name=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u044f
+enter_confirms=\u041a\u043b\u0430\u0432\u0438\u0448\u0430 <&\u0412\u0412\u041e\u0414> \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0435\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+enter_keyset_name=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043d\u0430\u0431\u043e\u0440\u0430 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
+enter_new_style_name=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f
+enter_node_id=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 ID \u0443\u0437\u043b\u0430
+EnterPassword.text=&\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e / \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e
+error=\u041e\u0448\u0438\u0431\u043a\u0430
+error_applying_template=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 XSLT \u0442\u0440\u0430\u043d\u0441\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
+error_creating_directory=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043f\u0430\u043f\u043a\u0438
+errornumber={0} \u043e\u0448\u0438\u0431\u043a\u0430(\u043e\u043a)
+ExecuteScriptError.text=\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430:\n   {0}\n\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043b\u043e\u0433 \u0444\u0430\u0439\u043b \u0434\u043b\u044f \u0443\u0442\u043e\u0447\u043d\u0435\u043d\u0438\u044f.
+ExecuteScriptForAllNodes.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b
+ExecuteScriptForSelectionAction.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u043e\u0432\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b
+ExecuteScriptOnSelectedNode.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c {0} \u043d\u0430 \u0432\u0441\u0435\u0445 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u0430\u0445
+ExecuteScriptOnSelectedNodeRecursively.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c {0} \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u0430\u0445, \u0440\u0435\u043a\u0443\u0440\u0441\u0438\u0432\u043d\u043e
+ExecuteScriptOnSingleNode.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c {0} \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0443\u0437\u043b\u0435
+ExecuteScripts.noScriptsAvailable=\u041d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b
+ExecuteScripts.text=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b
+export_failed=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c
+export_pdf_text=\u0424\u043e\u0440\u043c\u0430\u0442 PDF
+export_svg_text=\u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u0430\u044f \u0412\u0435\u043a\u0442\u043e\u0440\u043d\u0430\u044f \u0413\u0440\u0430\u0444\u0438\u043a\u0430 (SVG)
+export_using_xslt=Freeplane \u044d\u043a\u0441\u043f\u043e\u0440\u0442
+ExportAction.text=&\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443
+ExportBranchAction.text=\u0412\u0435\u0442\u0432\u044c \u043a\u0430\u043a \u043d\u043e\u0432\u0443\u044e \u043a\u0430\u0440\u0442\u0443 ...
+ExportBranchToHTMLAction.text=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0442\u0432\u044c \u0432 HTML
+exported_file={0} \u0444\u0430\u0439\u043b
+ExportPdf.text=\u041a\u0430\u043a PDF
+ExportSvg.text=\u041a\u0430\u043a SVG
+ExportToHTMLAction.text=\u041a\u0430\u043a HTML
+ExportToImage.jpg.text=\u041a\u0430\u043a JPEG
+ExportToImage.png.text=\u041a\u0430\u043a PNG
+ExportToOoWriter.text=\u041a\u0430\u043a Open Office Writer Document...
+extension_menu=&\u0421\u0442\u0438\u043b\u044c
+ExternalImage_popupMenu_Change=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
+ExternalImage_popupMenu_Open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0449\u0438\u043a\u0435
+ExternalImage_popupMenu_Remove=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+ExternalImage_popupMenu_ResetZoom=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431
+ExternalImageAddAction.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
+ExternalImageChangeAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
+ExternalImageRemoveAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0435\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
+ExtractLinkFromTextAction.text=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0433\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0443 \u0432 \u0442\u0435\u043a\u0441\u0442
+ExtractLinkFromTextAction.tooltip=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432 \u0433\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0443
+f_button_unassigned=<\u043d\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f>
+FaqOpenURLAction.text=\u0427\u0430\u0441\u0442\u043e \u0417\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0412\u043e\u043f\u0440\u043e\u0441\u044b
+file=&\u0424\u0430\u0439\u043b
+file_already_exists=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u0442\u044c?
+file_not_found=\u041e\u0448\u0438\u0431\u043a\u0430: \u0444\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.
+FileListFlavorHandler=\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0444\u0430\u0439\u043b\u044b
+FileProperties_BranchLeafCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0441 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438 \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435(\u0430\u0445):
+FileProperties_BranchNodeCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u0432\u0435\u0442\u043a\u0435(\u0430\u0445):
+FileProperties_ChangesSinceLastSave=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0441 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0435\u043d\u0438\u044f:
+FileProperties_FileName=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430:
+FileProperties_FileSaved=\u0424\u0430\u0439\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d:
+FileProperties_FileSize=\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430:
+FileProperties_MainBranchCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0433\u043b\u0430\u0432\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432:
+FileProperties_NeverSaved=\u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u043b\u0430\u0441\u044c
+FileProperties_NodeChildCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432:
+FileProperties_NodeSelectionCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432:
+FileProperties_TotalFilteredCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0444\u0438\u043b\u044c\u0442\u0440\u0443:
+FileProperties_TotalLeafCount=\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432 \u0441 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c\u0438:
+FileProperties_TotalNodeCount=\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0437\u043b\u043e\u0432:
+FilePropertiesAction.text=\u0421\u0432\u043e\u0439\u0441&\u0442\u0432\u0430...
+filter=\u0424\u0438\u043b\u044c\u0442\u0440
+filter_add=&\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
+filter_and=&\u0418
+filter_conditions=\u0424\u0438\u043b\u044c\u0442\u0440\u044b
+filter_contains=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442
+filter_created_after=\u0421\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0441\u043b\u0435
+filter_created_before=\u0421\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043e
+filter_delete=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+filter_details=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
+filter_dialog=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0424\u0438\u043b\u044c\u0442\u0440
+filter_does_not_exist=\u041d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
+filter_edit_description=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u044b
+filter_enter_value=\u0412\u0432\u0435\u0441\u0442\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435
+filter_even_level=\u041d\u0435\u0447\u0435\u0442\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0443\u0437\u043b\u0430
+filter_exist=\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
+filter_icon=\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
+filter_is_equal_to=\u0420\u0430\u0432\u0435\u043d
+filter_is_not_equal_to=\u041d\u0435\u0440\u0430\u0432\u0435\u043d
+filter_leaf=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0443\u0437\u0435\u043b
+filter_link=\u0413\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u0430
+filter_match_case=\u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c &\u0440\u0435\u0433\u0438\u0441\u0442\u0440
+filter_modified_after=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0435
+filter_modified_before=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u043e \u0434\u043e
+filter_no_filtering=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440
+filter_node=\u0422\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
+filter_node_level=\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
+filter_not=&\u041d\u0435
+filter_note=\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435
+filter_odd_level=\u0427\u0435\u0442\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0443\u0437\u043b\u0430
+filter_or=\u0418&\u043b\u0438
+filter_parent=\u0422\u0435\u043a\u0441\u0442 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f
+filter_periodic_level=\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u0435
+filter_priority=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442
+filter_regexp_matches=\u0421\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u043c\u0443 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e
+filter_reminder=\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
+filter_reminder_after=\u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043f\u043e\u0441\u043b\u0435
+filter_reminder_before=\u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0434\u043e
+filter_reminder_executed=\u0443\u0436\u0435 \u0443\u0432\u043e\u043b\u0438\u043b\u0438
+filter_reminder_later=\u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043f\u043e\u0437\u0436\u0435
+filter_root=\u041a\u043e\u0440\u043d\u0435\u0432\u0430\u044f \u0437\u0430\u043c\u0435\u0442\u043a\u0430
+filter_script=\u0424\u0438\u043b\u044c\u0442\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
+filter_select=&\u0412\u044b\u0431\u0440\u0430\u0442\u044c
+filter_selected_node_view=\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
+filter_selected_node_view_snapshot=\u0421\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0439 \u0432\u044b\u0431\u043e\u0440
+filter_style=\u0421\u0442\u0438\u043b\u044c
+filter_time=\u0424\u0438\u043b\u044c\u0442\u0440 \u0434\u0430\u0442\u044b
+filters_not_loaded=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440, \u0444\u0430\u0439\u043b \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d
+find_what=\u0418\u0441\u043a\u043e\u043c\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
+FindAction.text=\u0418\u0441\u043a\u0430\u0442\u044c...
+FirstGroupNodeAction.text=\u041d\u0430\u0447\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u0443\u0437\u043b\u043e\u0432
+fit_map_to_page=&\u0423\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
+fit_map_to_page_height=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c &\u0432\u044b\u0441\u043e\u0442\u0443 \u0432 \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
+fit_map_to_page_width=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c &\u0448\u0438\u0440\u0438\u043d\u0443 \u0432 \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
+FitToPage.text=\u0423\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u044e &\u043a\u0430\u0440\u0442\u0443 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
+FitToPage.tooltip=\u041f\u043e\u0434\u0431\u0438\u0440\u0430\u0435\u0442  \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u0442\u0430\u043a, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u044e \u043a\u0430\u0440\u0442\u0443 \u0432 \u043e\u043a\u043d\u0435
+fold=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c
+FoldAllAction.text=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451
+FoldAllAction.tooltip=<html>\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u0438 \u0432\u0441\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0443\u0437\u043b\u044b</html>
+FoldOneLevelAction.text=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c
+FoldOneLevelAction.tooltip=<html>\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043d\u0430 \u043e\u0434\u0438\u043d \u0443\u0440\u043e\u0432\u0435\u043d\u044c</html>
+follow_graphical_link=\u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a:
+FollowLinkAction.text=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435
+font=\u0428\u0440\u0438\u0444\u0442
+FontFamilyAction.text=\u0428\u0440\u0438\u0444\u0442
+FontSizeAction.text=\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
+format_invalid_pattern=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
+format_menu_cloud_shapes=\u041e\u0431\u043b\u0430\u043a\u043e
+format_menu_edge_styles=\u0422\u0438\u043f &\u0440\u0435\u0431\u0440\u0430
+format_menu_edge_widths=\u0422&\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
+format_panel=\u0424\u043e\u0440\u043c\u0430\u0442
+FormatCopy.text=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 (\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a)
+FormatCopy.tooltip=<html>\u041a\u043e\u043f\u0438\u0440\u0443\u0435\u0442 \u0444\u043e\u0440\u043c\u0430\u0442 \u0443\u0437\u043b\u0430</html>
+FormatPaste.text=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 (\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a)
+FormatPaste.tooltip=<html>\u041f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442 \u043a \u0443\u0437\u043b\u0443 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442</html>
+formats_not_loaded=\u0424\u043e\u0440\u043c\u0430\u0442\u044b \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b, \u0444\u0430\u0439\u043b \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d
+formula.error.attributeValueIsNull=\u041f\u043e\u0441\u043b\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 "{0}" - \u043d\u0443\u043b\u0435\u0432\u043e\u0435.
+formula.error.circularReference=\u0426\u0438\u043a\u043b\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430: \u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u0432 \u0443\u0437\u043b\u0435 "{0}" \u0441\u0441\u044b\u043b\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0441\u0430\u043c\u0443 \u0441\u0435\u0431\u044f.
+formula.EvaluateAllAction.text=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0441\u0451
+formula.EvaluateAllAction.tooltip=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0441\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u044b \u0442\u0435\u043a\u0443\u0449\u0435\u0439 \u043a\u0430\u0440\u0442\u044b \u043f\u0430\u043c\u044f\u0442\u0438
+formula.menuname=\u0424\u043e\u0440\u043c\u0443\u043b\u044b
+formula_editor=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0443\u043b\u0443
+ForwardAction.text=\u0412\u043f\u0435\u0440\u0451\u0434
+ForwardAction.tooltip=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c\u0443 \u0443\u0437\u043b\u0443
+FreeNodeAction.text=\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b (\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430/\u0441\u0431\u0440\u043e\u0441)
+Freeplane.progress.buildScreen=\u0424\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d...
+Freeplane.progress.createController=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430...
+Freeplane.progress.createInitialMode=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0430
+Freeplane.progress.endStartup=\u0417\u0430\u043f\u0443\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d.
+Freeplane.progress.gettingPreferenceDirectories=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0430\u043f\u043e\u043a \u0441 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0435\u0439...
+Freeplane.progress.gettingPreferences=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438...
+Freeplane.progress.loadMaps=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043a\u0430\u0440\u0442\u044b...
+Freeplane.progress.propagateLookAndFeel=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430...
+Freeplane.progress.settingPreferences=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438...
+Freeplane.progress.startCreateController=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430...
+Freeplane.progress.updateLookAndFeel=\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430...
+freeplane_reverted=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 Freeplane
+FreeplaneHelpStarter.text=\u041f\u043e\u043c\u043e\u0449\u044c ...
+FreeplaneHelpStarter.tooltip=\u041f\u043e\u043c\u043e\u0449\u044c...
+GettingStartedAction.text=\u041f\u0440\u0438\u0441\u0442\u0443\u043f\u0430\u044f \u043a \u0440\u0430\u0431\u043e\u0442\u0435
+GotoLinkNodeAction.text=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u043e \u0441\u0432\u044f\u0437\u0438
+GotoNodeAction.text=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0443\u0437\u0435\u043b \u0441 ID...
+GrabKeyDialog.common.cancel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+GrabKeyDialog.common.ok=\u041e\u041a
+GrabKeyDialog.grab-key.assigned-to=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e
+GrabKeyDialog.grab-key.assigned-to.none=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442
+GrabKeyDialog.grab-key.clear=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+GrabKeyDialog.grab-key.remove=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+GrabKeyDialog.grab-key.remove-ask=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438?
+GrabKeyDialog.grab-key.title=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043a\u043b\u0430\u0432\u0438\u0448\u0443
+green=\u0417\u0435\u043b\u0451\u043d\u044b\u0439
+help=\u041f\u043e&\u043c\u043e\u0449\u044c
+HideableAction.tooltip=<html>\u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442 \u0444\u043e\u043d \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430.</html>
+HideAllAttributesAction.text=\u0421\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0432\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+HierarchicalIcons2Action.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c
+HierarchicalIconsAction.text=\u0414\u043e\u0447\u0435\u0440\u043d\u0438\u0435 &\u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
+HierarchicalIconsAction.tooltip=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+hot_keys=\u0413\u043e\u0440\u044f\u0447\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
+hot_keys_table=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
+HotKeyInfoAction.text=\u0425\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0430 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
+html_export_based_on_headings=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u041d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432
+html_export_fold_all=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0435
+html_export_fold_currently_folded=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u043a \u0441\u0435\u0439\u0447\u0430\u0441
+html_export_no_folding=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML - \u0411\u0435\u0437 \u0441\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
+icon_attach=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435
+icon_back=\u041d\u0430\u0437\u0430\u0434
+icon_bee=Freeplane
+icon_bell=\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c
+icon_bookmark=\u041e\u0442\u043b\u0438\u0447\u043d\u043e
+icon_broken-line=\u0421\u043b\u043e\u043c\u0430\u043d\u044b\u0439
+icon_button_cancel=\u041d\u0435 \u041e\u041a
+icon_button_ok=\u041e\u041a
+icon_calendar=\u0414\u0430\u0442\u0430
+icon_clanbomber=\u041e\u043f\u0430\u0441\u043d\u043e
+icon_clock=\u0412\u0440\u0435\u043c\u044f
+icon_clock2=\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
+icon_closed=\u0412\u0445\u043e\u0434\u0430 \u043d\u0435\u0442
+icon_decrypted=\u041e\u0442\u043a\u0440\u044b\u0442\u044b\u0439
+icon_desktop_new=\u041d\u0435 \u0437\u0430\u0431\u044b\u0442\u044c
+icon_division=\u0414\u0435\u043b\u0435\u043d\u0438\u0435
+icon_down=\u0412\u043d\u0438\u0437
+icon_edit=\u0423\u0442\u043e\u0447\u043d\u0438\u0442\u044c
+icon_encrypted=\u0417\u0430\u043a\u0440\u044b\u0442\u044b\u0439
+icon_family=\u0421\u0435\u043c\u044c\u044f
+icon_fema=\u0416\u0435\u043d\u0449\u0438\u043d\u044b
+icon_female1=\u0416\u0435\u043d\u0449\u0438\u043d\u04301
+icon_female2=\u0416\u0435\u043d\u0449\u0438\u043d\u04302
+icon_females=\u0416\u0435\u043d\u0449\u0438\u043d\u044b
+icon_flag=\u041a\u0440\u0430\u0441\u043d\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_flag-black=\u0427\u0435\u0440\u043d\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_flag-blue=\u0421\u0438\u043d\u0438\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_flag-green=\u0417\u0435\u043b\u0435\u043d\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_flag-orange=\u041e\u0440\u0430\u043d\u0436\u0435\u0432\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_flag-pink=\u0420\u043e\u0437\u043e\u0432\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_flag-yellow=\u0416\u0435\u043b\u0442\u044b\u0439 \u0444\u043b\u0430\u0436\u043e\u043a
+icon_folder=\u041f\u0430\u043f\u043a\u0430
+icon_forward=\u0412\u043f\u0435\u0440\u0451\u0434
+icon_freemind_butterfly=FreeMind
+icon_full-0=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 0
+icon_full-1=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 1
+icon_full-2=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 2
+icon_full-3=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 3
+icon_full-4=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 4
+icon_full-5=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 5
+icon_full-6=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 6
+icon_full-7=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 7
+icon_full-8=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 8
+icon_full-9=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 9
+icon_go=\u0417\u0435\u043b\u0435\u043d\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u0430
+icon_gohome=\u0414\u043e\u043c
+icon_group=\u0413\u0440\u0443\u043f\u043f\u0430
+icon_help=\u0412\u043e\u043f\u0440\u043e\u0441
+icon_hourglass=\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435
+icon_icon_not_found=\u0418\u043a\u043e\u043d\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043b\u0430
+icon_idea=\u0418\u0434\u0435\u044f
+icon_info=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
+icon_kaddressbook=\u0422\u0435\u043b\u0435\u0444\u043e\u043d
+icon_kmail=E-mail
+icon_knotify=\u041c\u0443\u0437\u044b\u043a\u0430
+icon_korn=\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a
+icon_ksmiletris=\u042f \u0434\u043e\u0432\u043e\u043b\u0435\u043d
+icon_launch=\u0417\u0430\u043f\u0443\u0441\u043a
+icon_licq=\u041c\u0438\u043b\u043e
+icon_list=\u0421\u043f\u0438\u0441\u043e\u043a
+icon_Mail=\u041f\u0438\u0441\u044c\u043c\u043e
+icon_male1=\u041c\u0443\u0436\u0447\u0438\u043d\u04301
+icon_male2=\u041c\u0443\u0436\u0447\u0438\u043d\u04302
+icon_males=\u041c\u0443\u0436\u0447\u0438\u043d\u044b
+icon_menu=&\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
+icon_messagebox_warning=\u0412\u0430\u0436\u043d\u043e
+icon_multiplication=\u041c\u0443\u043b\u044c\u0442\u0438\u043f\u043b\u0435\u043a\u0430\u0446\u0438\u044f
+icon_negative=\u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
+icon_neutral=\u041d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u043e
+icon_password=\u041a\u043b\u044e\u0447
+icon_pencil=\u0423\u0442\u043e\u0447\u043d\u0438\u0442\u044c
+icon_penguin=\u041b\u0438\u043d\u0443\u043a\u0441
+icon_positive=\u041f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
+icon_prepare=\u0416\u0435\u043b\u0442\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u0430
+icon_smiley-angry=\u0421\u0435\u0440\u0434\u0438\u0442\u044b\u0439
+icon_smiley-neutral=\u041d\u0435 \u0432\u0430\u0436\u043d\u043e
+icon_smiley-oh=\u0423\u0434\u0438\u0432\u043b\u0435\u043d\u043d\u044b\u0439
+icon_smily_bad=\u041c\u043d\u0435 \u043d\u0435 \u0434\u043e \u0432\u0435\u0441\u0435\u043b\u044c\u044f
+icon_stop=\u041a\u0440\u0430\u0441\u043d\u044b\u0439 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0432\u0435\u0442\u043e\u0444\u043e\u0440\u0430
+icon_stop-sign=\u0421\u0442\u043e\u043f
+icon_subtraction=\u0412\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435
+icon_up=\u0412\u0432\u0435\u0440\u0445
+icon_user_icon=\u0418\u043a\u043e\u043d\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
+icon_very_negative=\u041e\u0447\u0435\u043d\u044c \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
+icon_very_positive=\u041e\u0447\u0435\u043d\u044c \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
+icon_wizard=\u041c\u0430\u0433\u0438\u044f
+icon_xmag=\u041e\u0431\u0441\u0443\u0434\u0438\u0442\u044c
+icon_yes=\u0412\u0430\u0436\u043d\u043e
+IconGroupPopupAction.arrows.text=\u0421\u0442\u0440\u0435\u043b\u043a\u0438
+IconGroupPopupAction.docs_folders.text=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0438 \u043f\u0430\u043f\u043a\u0438
+IconGroupPopupAction.flags.text=\u0424\u043b\u0430\u0433\u0438
+IconGroupPopupAction.math.text=\u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430
+IconGroupPopupAction.miscellaneous.text=\u0420\u0430\u0437\u043d\u044b\u0435
+IconGroupPopupAction.nature.text=\u041f\u0440\u0438\u0440\u043e\u0434\u0430
+IconGroupPopupAction.numbers.text=\u0427\u0438\u0441\u043b\u0430
+IconGroupPopupAction.office.text=\u041e\u0444\u0438\u0441
+IconGroupPopupAction.people.text=\u041b\u044e\u0434\u0438
+IconGroupPopupAction.rating.text=\u0420\u0435\u0439\u0442\u0438\u043d\u0433
+IconGroupPopupAction.signs.text=\u0417\u043d\u0430\u043a\u0438
+IconGroupPopupAction.smiley.text=\u0420\u043e\u0436\u0438\u0446\u044b
+IconGroupPopupAction.time.text=\u0412\u0440\u0435\u043c\u044f
+IconGroupPopupAction.user.text=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0438\u043a\u043e\u043d\u043a\u0438
+IconProgressExtended10Action.text=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 10%
+IconProgressExtended25Action.text=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 25%
+IconProgressIconDownAction.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0432\u043d\u0438\u0437
+IconProgressIconDownAction.tooltip=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c/ \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c/ \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f (100% -> 75% -> 50% -> 25% -> 0% -> \u0423\u0434\u0430\u043b\u0438\u0442\u044c).
+IconProgressIconUpAction.text=\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0440\u0445
+IconProgressIconUpAction.tooltip=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c/ \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
+IconProgressRemoveAction.tooltip=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u043a\u043e\u043d\u043a\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
+IconSelectionPlugin.text=\u0412\u044b\u0431\u043e\u0440 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b...
+IconSelectionPlugin.tooltip=<html>\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u043a\u043d\u043e \u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b</html>
+image_covertLink=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0432 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
+import=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+import_linked_branch_no_link=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b \u043d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0443, \u043f\u0440\u0438\u0433\u043e\u0434\u043d\u0443\u044e \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
+ImportAction.text=&\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+ImportBranchAction.text=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0442\u0432\u044c \u0438\u0437 (mm-) \u0444\u0430\u0439\u043b\u0430...
+ImportExplorerFavoritesAction.text=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438 \u0438\u0437 IE...
+ImportFolderStructureAction.text=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432...
+ImportLinkedBranchAction.text=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0442\u0432\u044c \u0438\u0437 \u0441\u0441\u044b\u043b\u043a\u0438
+ImportLinkedBranchWithoutRootAction.text=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437 \u0441\u0441\u044b\u043b\u043a\u0438 \u0431\u0435\u0437 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+ImportMindmanagerFiles.text=\u041a\u0430\u0440\u0442\u0430 \u0434\u043b\u044f MindManager X5 ...
+increase_branch_font_size=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
+IncreaseNodeFontAction.text=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438
+internal_error_tooltip=\u0412\u043e\u0437\u043d\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u0435 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0439 \u043e\u0448\u0438\u0431\u043a\u0438. \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 log \u0444\u0430\u0439\u043b {0} \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
+invalid_uri=\u041e\u0448\u0438\u0431\u043a\u0430 URI {0}
+invalid_url=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e URL
+invalid_url_msg=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e URL \u0434\u043b\u044f {0}
+ItalicAction.text=\u041a\u0443\u0440\u0441\u0438\u0432
+italicise_branch=\u0428\u0440\u0438\u0444\u0442 \u0432\u0441\u0435\u0439 \u0432\u0435\u0442\u0432\u0438 \u043a\u0443\u0440\u0441\u0438\u0432
+java_version=\u0412\u0435\u0440\u0441\u0438\u044f Java: {0}
+JoinNodesAction.text=\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0443\u0437\u043b\u044b
+LatexDeleteLatexAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443
+LatexEditLatexAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c &LaTeX \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
+LatexInsertLatexAction.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c &LaTeX \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
+less_than_two_selected_nodes=\u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u044f\u0437\u044c \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0434\u0432\u0430 \u0443\u0437\u043b\u0430
+license=\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f
+link_error=\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430 "{0}" \u043d\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430
+link_not_available_any_more=\u0421\u0432\u044f\u0437\u044c \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430, \u0443\u0437\u0435\u043b \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0435\u043d
+link_not_found=\u0421\u0441\u044b\u043b\u043a\u0430 {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.
+load=&\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
+LoadAcceleratorPresetsAction.textPatterns.text=\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0442\u0435\u043a\u0441\u0442\u0430
+locking_failed_by_open=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439 \u0438 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f
+locking_failed_by_save_as=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439 \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.
+locking_old_lock_removed=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0431\u044b\u043b \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {1}. \u042d\u0442\u0430 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430 \u043a\u0430\u043a \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f
+long_node_changed_cancel=\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0443\u0437\u0435\u043b. \u0425\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
+long_node_changed_submit=\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0443\u0437\u0435\u043b. \u0425\u043e\u0442\u0438\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f?
+lots_of_links_warning=\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043c\u043d\u043e\u0433\u043e \u0441\u0432\u044f\u0437\u0435\u0439 \u0441\u0440\u0430\u0437\u0443. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0445\u043e\u0442\u0438\u0442\u0435?
+main_resource_directory=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044b: {0}
+MainView.errorUpdateText=\u041e\u0448\u0438\u0431\u043a\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0441\u0442\u0430 \u0432 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0432\u0432\u043e\u0434: {0}\n \u041e\u0448\u0438\u0431\u043a\u0430: {1}
+ManageAddOnsAction.text=\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
+ManageAddOnsDialog.actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
+ManageAddOnsDialog.activate=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c
+ManageAddOnsDialog.activation.success={0} \u0431\u0443\u0434\u0435\u0442 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430.
+ManageAddOnsDialog.cannot.activate=\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438: {0} \u0443\u0436\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d.
+ManageAddOnsDialog.cannot.configure=\u041e\u0448\u0438\u0431\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 {0}.
+ManageAddOnsDialog.cannot.deactivate=\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438: {0} \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d.
+ManageAddOnsDialog.cannot.deinstall=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f {0}.
+ManageAddOnsDialog.deactivate=\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c
+ManageAddOnsDialog.deactivation.success={0} \u0431\u0443\u0434\u0435\u0442 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430.
+ManageAddOnsDialog.deinstall=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
+ManageAddOnsDialog.deinstallation.success={0} \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430.
+ManageAddOnsDialog.description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
+ManageAddOnsDialog.error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435: {0}.
+ManageAddOnsDialog.install=&\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
+ManageAddOnsDialog.map.not.opened=\u041a\u0430\u0440\u0442\u0430 \u043f\u0430\u043c\u044f\u0442\u0438 {0}, \u043f\u043e\u0445\u043e\u0436\u0435, \u043d\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u0430.
+ManageAddOnsDialog.name=\u0418\u043c\u044f
+ManageAddOnsDialog.PLUGIN=\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
+ManageAddOnsDialog.SCRIPT=\u0421\u043a\u0440\u0438\u043f\u0442
+ManageAddOnsDialog.select.tooltip=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b
+ManageAddOnsDialog.status.downloading=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0444\u0430\u0439\u043b\u0430...
+ManageAddOnsDialog.status.installing=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f...
+ManageAddOnsDialog.status.success=\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e {0}.
+ManageAddOnsDialog.type=\u0422\u0438\u043f
+ManageAddOnsDialog.version=\u0412\u0435\u0440\u0441\u0438\u044f
+ManageConditionalStylesAction.text=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u043c\u0438 \u0441\u0442\u0438\u043b\u044f\u043c\u0438 \u043a\u0430\u0440\u0442\u044b
+ManageNodeConditionalStylesAction.text=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u043d\u044b\u043c\u0438 \u0441\u0442\u0438\u043b\u044f\u043c\u0438 \u0443\u0437\u043b\u0430
+map_already_exists=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u0442\u044c \u0435\u0433\u043e?
+map_corrupted=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d. \u0421\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438?
+map_locked_by_open=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0443\u0436\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {1}. \u041e\u043d \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043a\u0440\u044b\u0442\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
+map_locked_by_save_as=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0} \u0443\u0436\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {1} \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.
+map_not_saved=\u042d\u0442\u0430 \u043a\u0430\u0440\u0442\u0430 \u043d\u0435 \u0431\u044b\u043b\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u0440\u0430\u043d\u0435\u0435
+MapBackgroundColorAction.text=\u0424\u043e\u043d \u043a\u0430\u0440\u0442\u044b
+MaxNodeWidthAction.text=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u0448\u0438\u0440\u0438\u043d\u0443 \u0443\u0437\u043b\u0430
+menu_applyStyle=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
+menu_attributes=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c &\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+menu_clouds=\u041e\u0431\u043b\u0430\u043a\u0430
+menu_copy=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+menu_coreFormat=\u042f\u0434\u0440\u043e \u0443\u0437\u043b\u0430
+menu_details=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
+menu_displayAttributes=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0443\u0437\u043b\u0430
+menu_encryption=\u0428\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+menu_extensions=\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u0430
+menu_extras=&\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e
+menu_file_import=&\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+menu_filter=\u0424&\u0438\u043b\u044c\u0442\u0440
+menu_format=\u0424&\u043e\u0440\u043c\u0430\u0442
+menu_group=\u0413\u0440\u0443\u043f\u043f\u0430 \u0443\u0437\u043b\u043e\u0432
+menu_hoverView=\u0412\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
+menu_iconByCategory=\u0418\u043a\u043e\u043d\u043a\u0438 \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c...
+menu_iconView=\u0418\u043a\u043e\u043d\u043a\u0438
+menu_image=\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
+menu_insert=\u0412\u0441\u0442&\u0430\u0432\u043a\u0430
+menu_latex_formula=\u0424\u043e\u0440\u043c\u0443\u043b\u0430 LaTeX
+menu_links=\u0421\u0441\u044b\u043b\u043a\u0438
+menu_manageStyles=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0438\u043b\u044f\u043c\u0438
+menu_moveNode=\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0438 \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430
+menu_navigate=&\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f
+menu_newNode=\u041d\u043e\u0432\u044b\u0439 \u0443\u0437\u0435\u043b
+menu_node=\u0423\u0437\u0435\u043b
+menu_node_features=&\u0424\u0443\u043d\u043a\u0446\u0438\u0438 \u0443\u0437\u043b\u0430
+menu_nodes=&\u0423\u0437\u043b\u044b
+menu_nodeView=\u042f\u0434\u0440\u043e \u0443\u0437\u043b\u0430
+menu_notes=\u0417\u0430\u043c\u0435\u0442\u043a\u0430
+menu_noteView=\u0417\u0430\u043c\u0435\u0442\u043a\u0438
+menu_progress=\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
+menu_removeAttribute=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442
+menu_select=\u0412\u044b\u0431\u0440\u0430\u0442\u044c
+menu_time=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c
+menu_title=\u042f\u0434\u0440\u043e \u0443\u0437\u043b\u0430
+menu_toolbars=\u041f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
+menu_view=&\u0412\u0438\u0434
+mindmap=\u0410\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430
+MindMapNodesFlavorHandler=\u0414\u0435\u0440\u0435\u0432\u043e \u0443\u0437\u043b\u043e\u0432
+mindmaps=&\u041a\u0430\u0440\u0442\u044b
+mindmaps_desc=\u041a\u0430\u0440\u0442\u044b (*.mm)
+mindmaps_filter_desc=\u0424\u0438\u043b\u044c\u0442\u0440\u044b (*.mmfilter)
+mode_Browse=\u0420\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430
+mode_File=\u0424\u0430\u0439\u043b\u043e\u0432\u044b\u0439 \u0440\u0435\u0436\u0438\u043c
+mode_MindMap=\u0420\u0435\u0436\u0438\u043c \u0438\u043d\u0442\u0435\u043b\u043b\u0435\u043a\u0442-\u043a\u0430\u0440\u0442\u044b
+mode_na=\u0420\u0435\u0436\u0438\u043c \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d
+mode_status=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c {0}
+mode_title=Freeplane - {0}
+modes=\u0420\u0435\u0436\u0438\u043c\u044b
+ModesMenuAction.Browse.text=\u041e\u0431\u043e\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c \u043a\u0430\u0440\u0442
+ModesMenuAction.File.text=\u041e\u0431\u043e\u0437\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c \u0444\u0430\u0439\u043b\u043e\u0432
+ModesMenuAction.MindMap.text=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043a\u0430\u0440\u0442 \u043c\u044b\u0448\u043b\u0435\u043d\u0438\u044f
+most_recent_files=&\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b
+MoveToRootAction.text=\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b
+NameConditionAction.text=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043c\u044f
+NavigationNextMapAction.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043a\u0430\u0440\u0442\u0430
+NavigationPreviousMapAction.text=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043a\u0430\u0440\u0442\u0430
+new=&\u0421\u043e\u0437\u0434\u0430\u0442\u044c
+new_map_from_user_templates.text=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443...
+new_mindmap=\u041d\u043e\u0432\u0430\u044f \u043a\u0430\u0440\u0442\u0430
+new_node=\u041d\u043e\u0432\u044b\u0439 \u0443\u0437\u0435\u043b
+new_node_as_sibling_not_possible_for_the_root=\u0423 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043c\u0435\u0436\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+new_version_available=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f ''{0}''
+NewChildAction.text=\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+NewerFileRevisionsFoundDialog.cancel=&\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u041d\u0435 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b
+NewerFileRevisionsFoundDialog.file_last_modified=\u0428\u0442\u0430\u043c\u043f \u0432\u0440\u0435\u043c\u0435\u043d\u0438
+NewerFileRevisionsFoundDialog.file_name=\u0424\u0430\u0439\u043b
+NewerFileRevisionsFoundDialog.file_size=\u0411\u0430\u0439\u0442(\u043e\u0432)
+NewerFileRevisionsFoundDialog.open=&\u041e\u0442\u043a\u0440\u044b\u0442\u044c
+NewerFileRevisionsFoundDialog.open.tooltip=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u043e\u043d \u0443\u0441\u0442\u0430\u0440\u0435\u043b
+NewerFileRevisionsFoundDialog.question=\u041d\u0430\u0439\u0434\u0435\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f {0}!\n\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044c {0} (\u0441\u043c. \u043f\u0435\u0440\u0432\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443) \u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u043d\u0430 \u044d\u0442\u043e?\n\u0414\u043b\u044f \u0437\u0430\u043c\u0435\u043d\u044b {0} \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u043c \u0444\u0430\u0439\u043b\u043e\u043c \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430\n\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0433\u043e \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c".
+NewerFileRevisionsFoundDialog.restore=\u0412\u043e&\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
+NewerFileRevisionsFoundDialog.restore.tooltip=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c {0} \u043d\u0430 {1}
+NewerFileRevisionsFoundDialog.title=\u041e\u0431\u043d\u043e\u0440\u0443\u0436\u0435\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0444\u0430\u0439\u043b\u0430!
+NewLevelStyleAction.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0441\u043a\u0438\u0439 \u0441\u0442\u0438\u043b\u044c \u0443\u0440\u043e\u0432\u043d\u044f
+NewMapAction.text=\u0421\u043e\u0437\u0434&\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443
+NewMapViewAction.text=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0432\u0438\u0434 \u043a\u0430\u0440\u0442\u044b
+NewParentNode.text=\u041e\u0431\u0449\u0438\u0439 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0443\u0437\u0435\u043b
+NewParentNode.tooltip=<html>\u0412\u0441\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0442 \u043e\u0431\u0449\u0438\u0439 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0443\u0437\u0435\u043b</html>
+NewPreviousSiblingAction.text=\u041d\u043e\u0432\u044b\u0439 \u0441\u043c\u0435\u0436\u043d\u044b\u0439 \u0443\u0437\u0435\u043b \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043a\u0443\u0449\u0438\u043c
+NewSiblingAction.text=\u041d\u043e\u0432\u044b\u0439 \u0441\u043c\u0435\u0436\u043d\u044b\u0439 \u0443\u0437\u0435\u043b \u043f\u043e\u0441\u043b\u0435 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e
+NewSummaryAction.text=\u041d\u043e\u0432\u044b\u0439 \u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+NewUserStyleAction.text=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u0438\u0437 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e
+NextNodeAction.BACK.text=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
+NextNodeAction.BACK_N_FOLD.text=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0448\u0438\u0439 \u0443\u0437\u0435\u043b (\u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c)
+NextNodeAction.FORWARD.text=\u0421\u043b\u0435\u0434\u0443\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
+NextNodeAction.FORWARD_N_FOLD.text=\u0421\u043b\u0435\u0434\u0443\u0449\u0438\u0439 \u0443\u0437\u0435\u043b (\u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c)
+no=\u041d\u0435\u0442
+no_copy_attributes_before_paste_attributes=\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b, \u043f\u043e\u043a\u0430 \u043d\u0435 \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0435\u0442\u0435 \u043a\u0430\u043a\u0438\u0435-\u043d\u0438\u0431\u0443\u0434\u044c.
+no_format_copy_before_format_paste=\u041f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442, \u043d\u0443\u0436\u043d\u043e \u0435\u0433\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+no_found_from=<html>\u0422\u0435\u043a\u0441\u0442 <u>{0}</u> \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0432 "{1}".
+no_more_found_from=<html>\u0422\u0435\u043a\u0441\u0442 <u>{0}</u> \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f \u0432 "{1}".
+no_previous_find=\u0411\u043e\u043b\u0435\u0435 \u0440\u0430\u043d\u043d\u0438\u0445 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u0439 \u043d\u0435\u0442.
+node=\u0423\u0437\u0435\u043b
+node_changed_discard_changes=\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0443\u0437\u0435\u043b. \u0425\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
+node_is_write_protected=\u0423\u0437\u0435\u043b-\u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a \u0437\u0430\u0449\u0438\u0449\u0435\u043d \u043e\u0442 \u0437\u0430\u043f\u0438\u0441\u0438
+node_location_help=\u041f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0443\u0437\u043b\u0430, <ctrl>+\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0443\u0437\u043b\u0430\u043c\u0438, \u0434\u0432\u043e\u0439\u043d\u043e\u0439 \u0449\u0435\u043b\u0447\u043e\u043a \u0438 <ctrl>+\u0434\u0432\u043e\u0439\u043d\u043e\u0439 \u0449\u0435\u043b\u0447\u043e\u043a \u0441\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u044e\u0442 \u0438\u0445.
+node_selector=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+node_selector_message=\u0414\u0432\u043e\u0439\u043d\u043e\u0439 \u0449\u0435\u043b\u0447\u0451\u043a \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0443\u0437\u043b\u0435
+node_styles=\u0421\u0442\u0438\u043b\u0438 \u0443\u0437\u043b\u0430
+NodeBackgroundColorAction.text=&\u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
+NodeColorAction.text=\u0426\u0432\u0435\u0442 \u0443\u0437\u043b\u0430...
+NodeColorBlendAction.text=\u0412\u044b\u0441\u0432\u0435\u0442\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b
+NodeDownAction.text=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u0437
+NodeExtensions.EditNodeExtensions=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u0430
+NodeExtensions.RemoveNodeExtensions=\u0423\u0431\u0440\u0430\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0443\u0437\u043b\u0430
+NodeListAction.text=\u041d\u0430\u0439\u0442\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c...
+NodeListAction.tooltip=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0443\u0437\u043b\u044b \u043a\u0430\u043a \u0441\u043f\u0438\u0441\u043e\u043a \u0441 \u043f\u043e\u0438\u0441\u043a\u043e\u043c \u0438 \u0444\u0438\u043b\u044c\u0442\u0440\u043e\u043c.
+NodeShapeAction.bubble.text=\u0422\u0438\u043f \u0443\u0437\u043b\u0430 "&\u041e\u0432\u0430\u043b"
+NodeShapeAction.fork.text=\u0422\u0438\u043f \u0443\u0437\u043b\u0430 "&\u041a\u0440\u0438\u0432\u0430\u044f"
+NodeUpAction.text=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0432\u0435\u0440\u0445
+nonboldify_branch=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u043e\u0435 \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u0435
+nonitalicise_branch=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u0443\u0440\u0441\u0438\u0432\u043d\u043e\u0435 \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u0435
+normal=\u041e\u0431\u044b\u0447\u043d\u044b\u0439
+not_saved_for_image_error=\u041a\u0430\u0440\u0442\u0430 \u0434\u043e\u043b\u0436\u0430 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0444\u0430\u0439\u043b\u0430
+not_saved_for_link_error=\u041a\u0430\u0440\u0442\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0441\u044b\u043b\u043a\u0438
+note_window_location=\u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0439
+ok=&\u041e\u041a
+OKAction.text=&\u041e\u041a
+OpenAction.text=&\u041e\u0442\u043a\u0440\u044b\u0442\u044c...
+OpenFreeplaneSiteAction.text=\u0414\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 Freeplane
+OpenPathAction.text=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b
+OpenUserDirAction.text=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
+option_changes_may_require_restart=\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432\u0441\u0442\u0443\u043f\u0438\u0442 \u0432 \u0441\u0438\u043b\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b.
+OptionalDontShowMeAgainDialog.cancel=&\u041d\u0435\u0442
+OptionalDontShowMeAgainDialog.dontShowAgain=&\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c.
+OptionalDontShowMeAgainDialog.ok=&\u0414\u0430
+OptionalDontShowMeAgainDialog.rememberMyDescision=&\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043c\u043e\u0439 \u0432\u044b\u0431\u043e\u0440.
+OptionPanel.absolute=\u0410\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442
+OptionPanel.ADD_CHILD=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0439 \u0443\u0437\u0435\u043b
+OptionPanel.ADD_SIBLING=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+OptionPanel.addons=\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
+OptionPanel.always_fold_all_after_load=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
+OptionPanel.always_load_last_maps=\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0438 \u043d\u043e\u0432\u044b\u0435 \u043a\u0430\u0440\u0442\u044b
+OptionPanel.always_load_last_maps.tooltip=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c \u0432\u044b\u0448\u0435, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 FP \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439 \u0444\u0430\u0439\u043b\u043e\u043c.
+OptionPanel.always_save_folding=\u0412\u0441\u0435\u0433\u0434\u0430
+OptionPanel.always_save_folding_state=\u0412\u0441\u0435\u0433\u0434\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f
+OptionPanel.always_save_folding_state.tooltip=\u0415\u0441\u043b\u0438 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e, \u043a\u0430\u0436\u0434\u043e\u0435 \u0441\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435/\u0440\u0430\u0437\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043a\u0430\u0440\u0442\u0443 \u0438 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442 \u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.
+OptionPanel.always_unfold_all_after_load=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
+OptionPanel.antialias=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435
+OptionPanel.antialias.tooltip=<html>\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.</html>
+OptionPanel.antialias_all=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0451
+OptionPanel.antialias_edges=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0451\u0431\u0440\u0430
+OptionPanel.antialias_none=\u041d\u0435 \u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u0442\u044c
+OptionPanel.Appearance=\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434
+OptionPanel.ar=\u0410\u0440\u0430\u0431\u0441\u043a\u0438\u0439
+OptionPanel.ARC=\u0414\u0443\u0433\u0430
+OptionPanel.as_parent=\u041a\u0430\u043a \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c
+OptionPanel.ask=\u0421\u043f\u0440\u043e\u0441\u0438\u0442\u044c
+OptionPanel.automatic=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438
+OptionPanel.automaticFormat_level=\u0421\u0442\u0438\u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
+OptionPanel.automaticFormat_level1=\u0424\u043e\u0440\u043c\u0430\u0442 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.automaticFormat_level2=\u0424\u043e\u0440\u043c\u0430\u0442 \u0443\u0437\u043b\u0430 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f
+OptionPanel.backup_file_number=\u0427\u0438\u0441\u043b\u043e \u0445\u0440\u0430\u043d\u0438\u043c\u044b\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0445 \u043a\u043e\u043f\u0438\u0439 \u0444\u0430\u0439\u043b\u043e\u0432
+OptionPanel.Behaviour=\u041f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435
+OptionPanel.bezier=\u041a\u0440\u0438\u0432\u0430\u044f
+OptionPanel.bubble=\u041e\u0432\u0430\u043b
+OptionPanel.ca=\u041a\u0430\u0442\u0430\u043b\u0430\u043d\u0441\u043a\u0438\u0439
+OptionPanel.Cancel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+OptionPanel.center_selected_node=\u0426\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443\u0437\u043b\u044b
+OptionPanel.check_updates_automatically=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435
+OptionPanel.childpattern=\u041e\u0431\u0440\u0430\u0437\u0435\u0446 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.childpattern.tooltip=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u043e\u0431\u0440\u0430\u0437\u0435\u0446 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c.
+OptionPanel.clear_all_setters=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0435
+OptionPanel.clear_all_setters.tooltip=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0435 \u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u044b
+OptionPanel.cloud=\u041e\u0431\u043b\u0430\u043a\u043e
+OptionPanel.cloudcolor=\u041e\u0431\u043b\u0430\u043a\u043e \u0438 \u0446\u0432\u0435\u0442
+OptionPanel.cloudshape=\u041e\u0431\u043b\u0430\u043a\u043e \u0438 \u0444\u043e\u0440\u043c\u044b
+OptionPanel.combined=\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439
+OptionPanel.compare_as_number=\u0421\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u043a \u0447\u0438\u0441\u043b\u0430
+OptionPanel.convert_to_current_version=<html>\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u044b \u0441\u0442\u0430\u0440\u044b\u0445 \u0432\u0435\u0440\u0441\u0438\u0439 Freeplane <br>\u0432 \u0444\u043e\u0440\u043c\u0430\u0442 \u044d\u0442\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438</html>
+OptionPanel.convert_to_current_version.tooltip=<html>\u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u043a\u0430\u0440\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u043d\u0443\u0436\u043d\u043e \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c <br>(\u0434\u043b\u044f \u043e\u043f\u044b\u0442\u043d\u044b\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439) \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u044b \u0431\u0435\u0437 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.</html>
+OptionPanel.cs=\u0427\u0435\u0448\u0441\u043a\u0438\u0439
+OptionPanel.cut_nodes_without_question=\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0443\u0437\u043b\u044b \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
+OptionPanel.cut_nodes_without_question.tooltip=\u0415\u0441\u043b\u0438 \u044d\u0442\u043e\u0442 \u0444\u043b\u0430\u0433 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0443\u0437\u043b\u044b \u0432\u044b\u0440\u0435\u0437\u0430\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u0440\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0435\u0441\u043b\u0438 \u0432\u044b\u0440\u0435\u0437\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u0431\u0435\u0441\u0446\u0435\u043b\u044c\u043d\u043e.
+OptionPanel.da=\u0414\u0430\u0442\u0441\u043a\u0438\u0439
+OptionPanel.date_format=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b
+OptionPanel.date_format.tooltip=\u041b\u0438\u0431\u043e SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u0438\u043b\u0438 \u043f\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0443 "MM/dd/yyyy"
+OptionPanel.datetime_format=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b/\u0432\u0440\u0435\u043c\u0435\u043d\u0438
+OptionPanel.datetime_format.tooltip=\u041b\u0438\u0431\u043e <datestyle>,<timestyle> (\u0441 SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u043a\u0430\u043a \u0441\u0442\u0438\u043b\u0435\u043c) \u0438\u043b\u0438 \u043f\u043e \u043f\u043e\u043b\u043d\u043e\u043c\u0443 \u0448\u0430\u0431\u043b\u043e\u043d\u0443 "M/d/yyyy hh:mm"
+OptionPanel.de=\u041d\u0435\u043c\u0435\u0446\u043a\u0438\u0439
+OptionPanel.default=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442
+OptionPanel.default_browser_command_mac=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> \u0438 MAC: (\u0441\u043f\u0430\u0441\u0438\u0431\u043e \u041d\u0438\u043a\u0443)</html>
+OptionPanel.default_browser_command_other_os=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f  \u043f\u0440\u043e\u0447\u0438\u0445 \u041e\u0421
+OptionPanel.default_browser_command_other_os.tooltip=<html> \u041a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e Linux:</html>
+OptionPanel.default_browser_command_windows_9x=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>\u0414\u043b\u044f  Windows (\u043a\u0430\u0432\u044b\u0447\u043a\u0438 "" \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b \u0438\u0437-\u0437\u0430 \u0430\u0434\u0440\u0435\u0441\u043e\u0432 (URL), \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 "=").</html>
+OptionPanel.default_browser_command_windows_nt=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f  Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>\u0414\u043b\u044f  Windows (\u043a\u0430\u0432\u044b\u0447\u043a\u0438 "" \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b \u0438\u0437-\u0437\u0430 \u0430\u0434\u0440\u0435\u0441\u043e\u0432 (URL), \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 "=").</html>
+OptionPanel.default_charset=\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430
+OptionPanel.Defaults=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u044b
+OptionPanel.delete_automatic_saves_at_exit=\u0423\u0434\u0430\u043b\u044f\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u0438 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439?
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u041f\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0433\u0430\u043b\u043e\u0447\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439</html>
+OptionPanel.delete_nodes_without_question=\u0423\u0434\u0430\u043b\u044f\u0442\u044c \u0443\u0437\u043b\u044b \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
+OptionPanel.delete_nodes_without_question.tooltip=\u0415\u0441\u043b\u0438 \u044d\u0442\u043e\u0442 \u0444\u043b\u0430\u0436\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0443\u0437\u043b\u044b \u0443\u0434\u0430\u043b\u044f\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u043f\u043e\u0442\u0435\u0440\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0435\u0441\u043b\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u043d\u0435\u043f\u0440\u0435\u0434\u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e.
+OptionPanel.disable_cursor_move_paper=\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043a\u0443\u0440\u0441\u043e\u0440 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0438 \u043a\u0430\u0440\u0442\u044b
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043a\u0443\u0440\u0441\u043e\u0440 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u043d\u043e\u0432\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.display_node_id=\u041e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c ID \u0443\u0437\u043b\u0430
+OptionPanel.edgecolor=\u0426\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
+OptionPanel.edgecolor.tooltip=\u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430 \u0434\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c)
+OptionPanel.edgestyle=\u0421\u0442\u0438\u043b\u044c \u0440\u0435\u0431\u0440\u0430
+OptionPanel.edgestyle.tooltip=\u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430 \u0434\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c)
+OptionPanel.edgewidth=\u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
+OptionPanel.edgewidth.tooltip=\u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430 \u0434\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0437\u043b\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u043a\u043e \u0432\u0441\u0435\u043c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c)
+OptionPanel.EDIT_CURRENT=\u041f\u0435\u0440\u0435\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435
+OptionPanel.editor_extra_width=\u041e\u0441\u043e\u0431\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0448\u0438\u0440\u0438\u043d\u044b
+OptionPanel.el=\u0413\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0439
+OptionPanel.el__buttons_above=\u041a\u043d\u043e\u043f\u043a\u0438 \u0441\u0432\u0435\u0440\u0445\u0443
+OptionPanel.el__enter_confirms_by_default=<\u0412\u0412\u041e\u0414> \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433
+OptionPanel.el__max_default_window_height=\u041d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430
+OptionPanel.el__max_default_window_width=\u041d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430
+OptionPanel.el__min_default_window_height=\u041d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430
+OptionPanel.el__min_default_window_width=\u041d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0430\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430
+OptionPanel.el__position_window_below_node=\u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 \u043f\u043e\u0434 \u043a\u043d\u043e\u043f\u043a\u0430\u043c\u0438
+OptionPanel.en=\u0410\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439
+OptionPanel.Environment=\u041e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435
+OptionPanel.es=\u0418\u0441\u043f\u0430\u043d\u0441\u043a\u0438\u0439
+OptionPanel.et=\u042d\u0441\u0442\u043e\u043d\u0441\u043a\u0438\u0439
+OptionPanel.execute_scripts_without_asking=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0431\u0435\u0437 \u0437\u0430\u043f\u0440\u043e\u0441\u0430
+OptionPanel.execute_scripts_without_asking.tooltip=<html>\u0421\u043a\u0440\u0438\u043f\u0442\u044b Freeplane \u043e\u0431\u044b\u0447\u043d\u043e \u043c\u043e\u0433\u0443\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u043b\u044e\u0431\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u041f\u041a. <br>\u041f\u043e \u044d\u0442\u043e\u043c\u0443 \u0432\u044b \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u044b \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0432 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0443\u0432\u0435\u0440\u0435\u043d\u044b.</html>
+OptionPanel.execute_scripts_without_exec_restriction=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0438 \u043e\u0441\u043e\u0431\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0445\u043e\u0442\u044f\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0431\u0440\u0430\u0443\u0437\u0435\u0440) \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f(\!),<br>\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e, \u0437\u043b\u043e\u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0443\!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438 (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 (\u043e\u0442\u043a\u0440\u044b\u0442\u044c, \u0437\u0430\u043a\u0440\u044b\u0442\u044c, \u0441\u0447\u0438\u0442\u0430\u0442\u044c, \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c, \u0443\u0434\u0430\u043b\u0438\u0442\u044c(\!)),<br>\u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e, \u0437\u043b\u043e\u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442\u044c \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0443\!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0441\u0435\u0442\u044c\u044e (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>\u0415\u0441\u043b\u0438 \u0432\u0430\u0448\u0438\u043c \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0435\u0442\u0435\u0432\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f,<br>\u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0435\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e, \u0437\u043b\u043e\u0432\u0440\u0435\u0434\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0440\u0430\u0437\u0433\u043b\u0430\u0448\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438/\u0437\u0430\u043f\u0438\u0441\u044c (\u041d\u0415 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u0415\u0441\u043b\u0438 \u0412\u0430\u0448\u0438\u043c Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u0434\u043e\u0441\u0443\u043f \u043a \u0437\u0430\u043f\u0438\u0441\u0438 \u0444\u0430\u0439\u043b\u043e\u0432 (\u0437\u0430\u043f\u0438\u0441\u044c, \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435(!)),<br>\u0442\u043e \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u0443 \u043e\u043f\u0446\u0438\u044e. <br>\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.<br>But use it with care, as now malicious scripts can hurt your computer!\u041d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u043e \u0441 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e, \u0442\u0430\u043a \u043a\u0430\u043a \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u0440\u0435\u0434\u043e\u043d\u043e\u0441\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u043d\u0435\u0441\u0442\u0438 \u0432\u0440\u0435\u0434 \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0443!</body></html>
+OptionPanel.experimental_file_locking_on=\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 (\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442)
+OptionPanel.experimental_file_locking_on.tooltip=<html> \u041f\u0440\u043e\u0431\u043d\u0430\u044f \u0444\u0443\u043d\u043a\u0446\u0438\u044f</html>
+OptionPanel.export_icons_in_html=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c \u0432 HTML
+OptionPanel.export_icons_in_html.tooltip=<html> \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0442\u044c, \u0435\u0441\u043b\u0438 HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b. \u042d\u0442\u0438 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b </html>
+OptionPanel.Files=\u0424\u0430\u0439\u043b\u044b
+OptionPanel.first=\u041f\u0435\u0440\u0432\u044b\u0439
+OptionPanel.foldingsymbolwidth=\u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u043d\u0430\u043a\u0430 \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.foldingsymbolwidth.tooltip=<html> \u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u043d\u0430\u043a\u0430, \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0430\u044e\u0449\u0435\u0433\u043e \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044b\u0439 \u0443\u0437\u0435\u043b<html>
+OptionPanel.fork=\u0412\u0435\u0442\u043a\u0430
+OptionPanel.format_locale=\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432
+OptionPanel.format_locale.tooltip=\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445
+OptionPanel.formula_disable_caching=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0435\u0448 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0444\u043e\u0440\u043c\u0443\u043b
+OptionPanel.formula_disable_plugin=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0444\u043e\u0440\u043c\u0443\u043b
+OptionPanel.fr=\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0439
+OptionPanel.gl=\u0413\u0430\u043b\u0438\u0441\u0438\u0439\u0441\u043a\u0438\u0439
+OptionPanel.goto_note_end_on_edit=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u0437\u0430\u043c\u0435\u0442\u043e\u043a \u0432 \u043a\u043e\u043d\u0435\u0446
+OptionPanel.grid_size=\u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u0430\u0437\u043e\u0440\u0430 \u0441\u0435\u0442\u043a\u0438
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0440\u0435\u0431\u0440\u043e
+OptionPanel.horizontal=\u043b\u043e\u043c\u0430\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f
+OptionPanel.hr=\u0425\u043e\u0440\u0432\u0430\u0442\u0441\u043a\u0438\u0439
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u041f\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043c
+OptionPanel.html_export_fold_all=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451
+OptionPanel.html_export_fold_currently_folded=\u041a\u0430\u043a \u043d\u0430 \u043a\u0430\u0440\u0442\u0435
+OptionPanel.html_export_folding=\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 HTML
+OptionPanel.html_export_no_folding=\u0411\u0435\u0437 \u0441\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f
+OptionPanel.hu=\u0412\u0435\u043d\u0433\u0435\u0440\u0441\u043a\u0438\u0439
+OptionPanel.icon=\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
+OptionPanel.icon.tooltip=\u0423 \u0443\u0437\u043b\u0430 \u0431\u0443\u0434\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u0442\u0430 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
+OptionPanel.icons.list=\u0421\u043f\u0438\u0441\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c
+OptionPanel.icons.list.tooltip=\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0438\u043b\u0438 \u0443\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0438\u043a\u043e\u043d\u043a\u0438. \u0418\u043a\u043e\u043d\u043a\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u043c ';'.
+OptionPanel.id=\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0439\u0441\u043a\u0438\u0439
+OptionPanel.IGNORE=\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0434\u0435\u043b\u0430\u0442\u044c
+OptionPanel.il__enter_confirms_by_default=<\u0412\u0412\u041e\u0414> \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442 \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
+OptionPanel.it=\u0418\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0438\u0439
+OptionPanel.ja=\u042f\u043f\u043e\u043d\u0441\u043a\u0438\u0439
+OptionPanel.key_type_action=\u041f\u0440\u0438 \u043d\u0430\u0431\u043e\u0440\u0435
+OptionPanel.Keystrokes=\u041a\u043b\u0430\u0432\u0438\u0448\u0438
+OptionPanel.ko=\u041a\u043e\u0440\u0435\u0439\u0441\u043a\u0438\u0439
+OptionPanel.label_font_family=\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430
+OptionPanel.label_font_size=\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
+OptionPanel.language=\u042f\u0437\u044b\u043a
+OptionPanel.language.tooltip=<html>\u042f\u0437\u044b\u043a, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439. '\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438' \u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u044f\u0437\u044b\u043a \u0441\u0438\u0441\u0442\u0435\u043c\u044b</html>
+OptionPanel.last=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439
+OptionPanel.last_opened_list_length=\u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u0435\u0440\u0435\u0447\u043d\u044f \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432
+OptionPanel.layout_map_on_text_change=\u041c\u0430\u043a\u0435\u0442 \u043a\u0430\u0440\u0442\u044b \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
+OptionPanel.layout_map_on_text_change.tooltip=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043b\u044f \u043b\u0443\u0447\u0448\u0435\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438
+OptionPanel.linear=\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0439
+OptionPanel.links=\u0421\u0441\u044b\u043b\u043a\u0438
+OptionPanel.links.tooltip=<html>\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0441\u0441\u044b\u043b\u043a\u0438 \u043b\u0438\u0431\u043e \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438, \u043b\u0438\u0431\u043e \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c\u0438</html>
+OptionPanel.load_folding=\u041f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435
+OptionPanel.load_folding_from_map_default_fold_all=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437 \u043a\u0430\u0440\u0442\u044b \u0438\u043b\u0438 \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
+OptionPanel.load_folding_from_map_default_unfold_all=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437 \u0444\u043e\u0440\u043c\u044b \u0438\u043b\u0438 \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435
+OptionPanel.load_last_map=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043a\u0430\u0440\u0442\u0443
+OptionPanel.load_last_map.tooltip=<html>\u041f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043a\u0430\u0440\u0442\u0443.</html>
+OptionPanel.load_last_maps=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043a\u0430\u0440\u0442\u044b
+OptionPanel.lookandfeel=\u0421\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f
+OptionPanel.lookandfeel.tooltip=<html>\u0421\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f 'metal','windows','motif', 'gtk'.<br>\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 'mac' \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 MacOS.<br>"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442" \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e (\u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b).<br>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u0441\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0438\u043c\u044f \u043a\u043b\u0430\u0441\u0441\u0430, \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0435\u043c\u0443 \u0444\u0430\u0439\u043b\u043e\u0432 .jar.<br>\u0415\u0441\u043b\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441\u043e \u0441\u0442\u0438\u043b\u0435\u043c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c "\u041d\u0438\u0447\u0435\u0433\u043e". \u042d\u0442\u043e \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0430\u043f\u043f\u043b\u0435\u0442\u043e\u0432.</html>
+OptionPanel.lt=\u041b\u0438\u0442\u043e\u0432\u0441\u043a\u0438\u0439
+OptionPanel.max_displayed_node_count=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.max_node_width=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.max_node_width.tooltip=<html>\u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u044f\u0445</html>
+OptionPanel.max_shortened_text_length=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u0443\u0437\u043b\u0430
+OptionPanel.metal=\u041c\u0435\u0442\u0430\u043b\u043b
+OptionPanel.motif=\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
+OptionPanel.nb=\u041d\u043e\u0440\u0432\u0435\u0436\u0441\u043a\u0438\u0439 Bokm\u00e5l
+OptionPanel.never_save_folding=\u043d\u0438\u043a\u043e\u0433\u0434\u0430
+OptionPanel.nl=\u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0441\u043a\u0438\u0439
+OptionPanel.nn=\u041d\u043e\u0440\u0432\u0435\u0436\u0441\u043a\u0438\u0439 Nynorsk
+OptionPanel.nodebackgroundcolor=\u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
+OptionPanel.nodebackgroundcolor.tooltip=\u0424\u043e\u043d \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.nodecolor=\u0426\u0432\u0435\u0442 \u0443\u0437\u043b\u0430
+OptionPanel.nodecolor.tooltip=\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.nodefontbold=\u0416\u0438\u0440\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
+OptionPanel.nodefontitalic=\u041a\u0443\u0440\u0441\u0438\u0432
+OptionPanel.nodefontname=\u0428\u0440\u0438\u0444\u0442 \u0443\u0437\u043b\u0430
+OptionPanel.nodefontsize=\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0443\u0437\u043b\u0430
+OptionPanel.nodenumbering=\u041d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f \u0443\u0437\u043b\u043e\u0432
+OptionPanel.nodenumbering.tooltip=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 (\u0442.\u0435. 1.3.1) \u0432 \u0442\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430.
+OptionPanel.nodeshape=\u0421\u0442\u0438\u043b\u044c \u0443\u0437\u043b\u0430
+OptionPanel.nodeshape.tooltip=<html>\u0421\u0442\u0438\u043b\u044c \u043e\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442 \u0432\u043d\u0435\u0448\u043d\u044e\u044e \u0444\u043e\u0440\u043c\u0443 \u0443\u0437\u043b\u0430. <br>\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\:<br><table border\="1"><tr><td>fork\: </td><td>\u0431\u0435\u0437 \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0435\u0439 \u0440\u0430\u043c\u043a\u0438,</td></tr><tr><td>bubble\: </td><td> \u0443\u0437\u0435\u043b \u0441 \u043e\u0431\u0440\u0430\u043c\u043b\u044f\u044e\u044e\u0449\u0435\u0439 \u0440\u0430\u043c\u043a\u043e\u0439,</td></tr><tr><td>As parent\: </td><td> \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c \u0443\u0437\u043b\u0430-\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f <br>\u0438\u043b\u0438 \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0441\u0442\u0438\u043b\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430,</td></tr><tr><td>Combined\: </td><td> \u041f\u0443\u0437\u044b\u0440\u044c \u043a\u043e\u0433\u0434\u0430 \u0443\u0437\u0435\u043b \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442, \u0438\u043d\u0430\u0447\u0435 - \u0431\u0435\u0437 \u0440\u0430\u043c\u043a\u0438.</td></tr></table></html>
+OptionPanel.nodetext=\u0422\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
+OptionPanel.nodetext.tooltip=\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u043d\u043e \u0432\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430. \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043c\u0435\u043d\u0451\u043d \u043d\u0430 \u043d\u043e\u0432\u044b\u0439.
+OptionPanel.nothing=\u041d\u0438\u0447\u0435\u0433\u043e
+OptionPanel.number_format=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438
+OptionPanel.number_format.tooltip=\u0428\u0430\u0431\u043b\u043e\u043d, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439  '#' \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0438\u043b\u0438 '0 '\u0434\u043b\u044f \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0446\u0438\u0444\u0440. \u041f\u0440\u0438\u043c\u0435\u0440\u044b: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=\u0427\u0438\u0441\u043b\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0445 \u0432\u0435\u0440\u0441\u0438\u0439
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> \u0422\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432\u0435\u0440\u0441\u0438\u0439 \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b, \u0432\u0441\u0435 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u044f\u0442\u044c\u0441\u044f.</html>
+OptionPanel.OK=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
+OptionPanel.org.freeplane.plugin.bugreport=\u041f\u0440\u0430\u0432\u0438\u043b\u0430
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0432\u0441\u0435\u0433\u0434\u0430
+OptionPanel.org.freeplane.plugin.bugreport.ask=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433 \u043e\u0442\u0447\u0435\u0442\u0430
+OptionPanel.org.freeplane.plugin.bugreport.denied=\u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c
+OptionPanel.outline_hgap=\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0438
+OptionPanel.outline_vgap=\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438
+OptionPanel.paint_connectors_behind=\u0423\u0437\u043b\u044b \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u044e\u0442 \u043b\u0438\u043d\u0438\u0438 \u0441\u0432\u044f\u0437\u0435\u0439
+OptionPanel.parse_data=\u0420\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u0442\u044c \u0432\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0435 \u0447\u0438\u0441\u043b\u0430 \u0438 \u0434\u0430\u0442\u0443/\u0432\u0440\u0435\u043c\u044f
+OptionPanel.path_property_may_not_be_empty=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e \u043f\u0443\u0442\u0438 \u043f\u0430\u043f\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u043c! \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0438 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u044b.
+OptionPanel.patternname=\u0418\u043c\u044f
+OptionPanel.patternname.tooltip=\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0438\u043c\u044f \u043e\u0431\u0440\u0430\u0437\u0446\u0430
+OptionPanel.pl=\u041f\u043e\u043b\u044c\u0441\u043a\u0438\u0439
+OptionPanel.placenewbranches=\u041f\u043e\u0437\u0438\u0446\u0438\u044f \u043d\u043e\u0432\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.placenewbranches.tooltip=<html>\u0413\u0434\u0435 \u0440\u0430\u0437\u043c\u0435\u0449\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0443\u0437\u043b\u044b. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f "\u043f\u0435\u0440\u0432\u044b\u0439" \u0438 "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439" </html>
+OptionPanel.plugin.tooltip=\u041d\u0435 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
+OptionPanel.plugins=\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
+OptionPanel.printonwhitebackground=<html>\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u043d\u0430 \u0431\u0435\u043b\u043e\u043c \u0444\u043e\u043d\u0435</html>
+OptionPanel.printonwhitebackground.tooltip=<html>\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438 \u0431\u0435\u043b\u044b\u0439 \u0444\u043e\u043d</html>
+OptionPanel.pt_BR=\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u044c\u0441\u043a\u0438\u0439 (\u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f)
+OptionPanel.pt_PT=\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u044c\u0441\u043a\u0438\u0439 (\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0438\u044f)
+OptionPanel.RECT=\u041f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
+OptionPanel.relative=\u041e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"\u0421\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c" \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e (\u043d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442).<br>"\u0414\u0430" \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435.<br>"\u041d\u0435\u0442" \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 (\u043d\u0435\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439) \u0442\u0435\u043a\u0441\u0442.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0442\u0435\u043a\u0441\u0442\u0430 \u0434\u043b\u044f \u0432\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.remove_notes_without_question=\u0423\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
+OptionPanel.remove_notes_without_question.tooltip=\u0415\u0441\u043b\u0438 \u0444\u043b\u0430\u0433 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u044f\u0442\u044c\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u0440\u0431 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u0435\u0441\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0431\u0435\u0441\u0446\u0435\u043b\u044c\u043d\u043e.
+OptionPanel.resources_use_default_font_for_notes_too=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f\u043c \u0448\u0440\u0438\u0444\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
+OptionPanel.resources_use_margin_top_zero_for_notes=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0435\u0440\u0445\u043d\u0435\u0435 \u043f\u043e\u043b\u0435 \u0443 \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0439
+OptionPanel.revision_color=\u0426\u0432\u0435\u0442 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439
+OptionPanel.revision_color.tooltip=\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432.
+OptionPanel.ROUND_RECT=\u0417\u0430\u043a\u0440\u0443\u0433\u043b\u0451\u043d\u043d\u044b\u0439 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
+OptionPanel.ru=\u0420\u0443\u0441\u0441\u043a\u0438\u0439
+OptionPanel.save_folding=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0432\u0451\u0440\u0442\u043a\u0443
+OptionPanel.save_folding_if_map_is_changed=\u0435\u0441\u043b\u0438 \u043a\u0430\u0440\u0442\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430
+OptionPanel.save_modification_times=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439
+OptionPanel.script_classpath=\u041f\u0443\u0442\u0438 \u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u0430\u043f\u043e\u043a \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0438 JAR-\u0444\u0430\u0439\u043b\u043e\u0432 (\u0441\u043c. \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0443)
+OptionPanel.script_classpath.tooltip=<html>\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0430\u043f\u043e\u043a JAR-\u0444\u0430\u0439\u043b\u043e\u0432 \u0438 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 \u0438 \u0444\u043e\u0440\u043c\u0443\u043b.<br>\u0414\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac).<br>\u041f\u0430\u043f\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u043e\u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 .jar \u0438 .class \u0444\u0430\u0439\u043b\u043e\u0432.<br>\u041f\u0443\u0442\u0438 \u043f\u0430\u043f\u043e\u043a \u043d\u0435 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c\u0438, \u0430 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0430\u043f\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f Freeplane.<br>\u0415\u0441\u043b\u0438 \u0412\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0443 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0435\u0433\u043e \u0447\u0442\u0435\u043d\u0438\u044f \u0442\u0430\u043a \u0436\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e!</html>
+OptionPanel.script_directories=\u041f\u0443\u0442\u0438 \u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u0430\u043f\u043e\u043a \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 (\u0441\u043c. \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0443)
+OptionPanel.script_directories.tooltip=<html>C\u043f\u0438\u0441\u043e\u043a \u043f\u0430\u043f\u043e\u043a.<br>\u0414\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac).<br>\u041f\u0443\u0442\u0438 \u043f\u0430\u043f\u043e\u043a \u043d\u0435 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c\u0438, \u0430 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0430\u043f\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f Freeplane.</html>
+OptionPanel.script_user_key_name_for_signing=\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c \u043a\u043b\u044e\u0447\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0438
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u044b, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c \u043a\u043b\u044e\u0447\u0430 \u0437\u0434\u0435\u0441\u044c. <br>\u041e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u043a\u043b\u044e\u0447 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435 \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. <br>\u041f\u0430\u0440\u043e\u043b\u044c \u0441\u0435\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 (\u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e).</html>
+OptionPanel.scrollbar_increment=\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c
+OptionPanel.selection_method=\u041c\u0435\u0442\u043e\u0434 \u0432\u044b\u0431\u043e\u0440\u0430 \u0443\u0437\u043b\u0430
+OptionPanel.selection_method.tooltip=<html> \u0421 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044f \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c/\u0437\u0430\u043f\u0440\u0435\u0442\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440 \u0443\u0437\u043b\u0430 \u0441 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439. \u041d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0439\u0442\u0435 \u0435\u0451, \u0442\u0430\u043a \u043a\u0430\u043a \u043e\u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b auto.properties \u0432 \u043b\u044e\u0431\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435.<br><i>\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a\u0430: \u0438\u043c\u0435\u043d\u043d\u043e \u0442\u0430\u043a \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0438 \u0437\u0434\u0435\u0441\u044c \u0438 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438. \u041d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e, \u0437\u0430\u0447\u0435\u043c \u044d\u0442\u0430 \u043e\u043f\u0446\u0438\u044f \u0432\u044b\u043d\u0435\u0441\u0435\u043d\u0430 \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u043e\u0435 \u043e\u043a\u043d\u043e.</i></html>
+OptionPanel.selection_method_by_click=\u0429\u0435\u043b\u0447\u043a\u043e\u043c
+OptionPanel.selection_method_delayed=\u0421 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439
+OptionPanel.selection_method_direct=\u0421\u0440\u0430\u0437\u0443
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u041e\u0431\u0440\u0430\u0437\u0446\u044b
+OptionPanel.separator.anti_alias=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435
+OptionPanel.separator.attributes=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+OptionPanel.separator.automatic_save=\u0410\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435
+OptionPanel.separator.behaviour=\u041f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435
+OptionPanel.separator.browser=\u041d\u0430\u0432\u0438\u0433\u0430\u0442\u043e\u0440
+OptionPanel.separator.CloudControls=\u041e\u0431\u043b\u0430\u043a\u0430
+OptionPanel.separator.commands_for_the_program=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439
+OptionPanel.separator.connectors=\u0421\u0432\u044f\u0437\u0438
+OptionPanel.separator.data_formats=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+OptionPanel.separator.default_colors=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0446\u0432\u0435\u0442
+OptionPanel.separator.default_fonts=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
+OptionPanel.separator.default_styles=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0441\u0442\u0438\u043b\u044c
+OptionPanel.separator.EdgeControls=\u0420\u0451\u0431\u0440\u0430
+OptionPanel.separator.edit_long_node_window=\u041e\u043a\u043d\u043e \u0434\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.separator.editing=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430
+OptionPanel.separator.files=\u0424\u0430\u0439\u043b\u044b
+OptionPanel.separator.formula=\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0424\u043e\u0440\u043c\u0443\u043b\u044b
+OptionPanel.separator.General=\u041e\u0431\u0449\u0438\u0435
+OptionPanel.separator.html_export=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 HTML
+OptionPanel.separator.html_import=\u0418\u043c\u043f\u043e\u0440\u0442 HTML
+OptionPanel.separator.hyperlink_types=\u0422\u0438\u043f\u044b \u0441\u0441\u044b\u043b\u043e\u043a
+OptionPanel.separator.icon_properties=\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
+OptionPanel.separator.icons=\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0432 "\u0412\u044b\u0431\u043e\u0440 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b..."
+OptionPanel.separator.initial_map_size=\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b
+OptionPanel.separator.inline_editor=\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.separator.key_typing=\u0412\u0432\u043e\u0434 \u0441 \u043a\u043b\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044b
+OptionPanel.separator.language=\u042f\u0437\u044b\u043a
+OptionPanel.separator.load=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
+OptionPanel.separator.look_and_feel=\u0421\u0442\u0438\u043b\u044c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f
+OptionPanel.separator.mouse_wheel=\u041a\u043e\u043b\u0435\u0441\u043e \u043c\u044b\u0448\u0438
+OptionPanel.separator.new_node_commands=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.separator.node_editing_commands=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.separator.node_navigation_commands=\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f
+OptionPanel.separator.NodeColors=\u0426\u0432\u0435\u0442\u0430 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.separator.NodeFont=\u0428\u0440\u0438\u0444\u0442 \u0443\u0437\u043b\u0430
+OptionPanel.separator.NodeShape=\u0424\u043e\u0440\u043c\u0430 \u0443\u0437\u043b\u0430
+OptionPanel.separator.NodeStyle=\u0421\u0442\u0438\u043b\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
+OptionPanel.separator.NodeText=\u0422\u0435\u043a\u0441\u0442 \u0443\u0437\u043b\u0430
+OptionPanel.separator.notifications=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
+OptionPanel.separator.org.freeplane.plugin.bugreport=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0447\u0435\u0442\u043e\u0432
+OptionPanel.separator.other_defaults=\u041f\u0440\u043e\u0447\u0438\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u044b
+OptionPanel.separator.others=\u041e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0433\u043e\u0440\u044f\u0447\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438
+OptionPanel.separator.outline_view=\u0421\u0445\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u044b\u0439 \u0432\u0438\u0434
+OptionPanel.separator.patterns=\u041e\u0431\u0440\u0430\u0437\u0446\u044b
+OptionPanel.separator.root_node_appearance=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.separator.save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
+OptionPanel.separator.scripting=\u0421\u043a\u0440\u0438\u043f\u0442\u044b
+OptionPanel.separator.scrollbar=\u041f\u043e\u043b\u043e\u0441\u0430 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438
+OptionPanel.separator.search=\u041f\u043e\u0438\u0441\u043a
+OptionPanel.separator.selection_colors=\u0426\u0432\u0435\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f
+OptionPanel.separator.selection_method=\u041c\u0435\u0442\u043e\u0434 \u0432\u044b\u0431\u043e\u0440\u0430 \u0443\u0437\u043b\u0430
+OptionPanel.separator.single_instance_mode=\u0417\u0430\u043f\u0443\u0441\u043a \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b
+OptionPanel.separator.size_limits=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043c\u0435\u0440\u0430
+OptionPanel.separator.spelling=\u041e\u043f\u0446\u0438\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0438\u0438
+OptionPanel.separator.status=\u0421\u0442\u0440\u043e\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f
+OptionPanel.separator.tooltip=\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
+OptionPanel.separator.undo=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+OptionPanel.separator.updates=\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u0435\u0442\u0441\u044f
+OptionPanel.set_property_text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
+OptionPanel.set_property_text.tooltip=\u041f\u0443\u0441\u0442\u043e:\u043d\u0435 \u0442\u0440\u043e\u0433\u0430\u0442\u044c; \u041c\u0438\u043d\u0443\u0441=\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c  (\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435); \u041f\u043b\u044e\u0441=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
+OptionPanel.setscript=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c
+OptionPanel.setscript.tooltip=\u0421\u043a\u0440\u0438\u043f\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d \u043a \u0441\u0442\u0438\u043b\u044e.
+OptionPanel.sharp_bezier=\u043e\u0441\u0442\u0440\u0430\u044f \u043a\u0440\u0438\u0432\u0430\u044f
+OptionPanel.sharp_linear=\u043e\u0441\u0442\u0440\u0430\u044f \u043f\u0440\u044f\u043c\u0430\u044f
+OptionPanel.show_icon_for_attributes=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432
+OptionPanel.show_node_tooltips=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0443 \u0434\u043b\u044f \u0443\u0437\u043b\u043e\u0432
+OptionPanel.show_styles_in_tooltip=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u0438 \u0443\u0437\u043b\u0430 \u0432 \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u043c \u0442\u0435\u043a\u0441\u0442\u0435 (\u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430)
+OptionPanel.signed_script_are_trusted=\u0414\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u043c \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u043c (\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f).
+OptionPanel.signed_script_are_trusted.tooltip=\u0415\u0441\u043b\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u043c\u0438 \u043b\u0438\u0446\u0430\u043c\u0438 (\u0442.\u0435. \u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438 Freeplane \u0438\u043b\u0438 \u0432\u0430\u043c\u0438), \u043e\u043d\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.
+OptionPanel.single_backup_directory=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c 1 \u043f\u0430\u043f\u043a\u0443 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0445 \u043a\u043e\u043f\u0438\u0439
+OptionPanel.single_backup_directory.tooltip=<html> \u0420\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0435 \u043a\u043e\u043f\u0438\u0438 \u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0445\u0440\u0430\u043d\u0438\u0442\u044c\u0441\u044f \u0432 \u043e\u0434\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0435, \u0432\u043c\u0435\u0441\u0442\u043e \u043f\u043e\u0434\u043f\u0430\u043f\u043e\u043a \u0432 \u043f\u0430\u043f\u043a\u0435 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430</html>
+OptionPanel.single_backup_directory_path=\u041f\u0430\u043f\u043a\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0445 \u043a\u043e\u043f\u0438\u0439 (\u0435\u0441\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u0432\u044b\u0448\u0435)
+OptionPanel.single_backup_directory_path.tooltip=<html>\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0432 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043d\u043e\u043c \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0435
+OptionPanel.single_instance_force=\u0417\u0430\u043f\u0440\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u0445 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432 \u043f\u0440\u0438 \u043b\u044e\u0431\u044b\u0445 \u043e\u0431\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430\u0445
+OptionPanel.sk=\u0421\u043b\u043e\u0432\u0430\u0446\u043a\u0438\u0439
+OptionPanel.sl=\u0421\u043b\u043e\u0432\u0435\u043d\u0441\u043a\u0438\u0439
+OptionPanel.spelling_opt_case_sensitive=\u0427\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043a \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0443
+OptionPanel.spelling_opt_ignore_all_caps_words=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u0441\u0435\u0445 \u0441\u043b\u043e\u0432 \u0432 \u0432\u0435\u0440\u0445\u043d\u0435\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435.
+OptionPanel.spelling_opt_ignore_capitalization=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u0431\u0443\u043a\u0432\u044b \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 \u0441\u043b\u043e\u0432\u0430
+OptionPanel.spelling_opt_ignore_words_with_numbers=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u043e\u0432\u0430 \u0441 \u0446\u0438\u0444\u0440\u0430\u043c\u0438
+OptionPanel.spelling_opt_suggestions_limit_dialog=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043e\u043a \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u0435
+OptionPanel.spelling_opt_suggestions_limit_menu=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043e\u043a \u0432 \u043c\u0435\u043d\u044e
+OptionPanel.sr=\u0421\u0435\u0440\u0431\u0441\u043a\u0438\u0439 / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0448\u0430\u0431\u043b\u043e\u043d\u0430
+OptionPanel.standardbackgroundcolor=\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430
+OptionPanel.standardbackgroundcolor.tooltip=<html>\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u044f (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
+OptionPanel.standardcloudcolor=\u0426\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u043e\u0432
+OptionPanel.standardcloudcolor.tooltip=<html>\u0426\u0432\u0435\u0442 \u043e\u0431\u043b\u0430\u043a\u043e\u0432 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u044f (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
+OptionPanel.standardcloudestyle=\u0422\u0438\u043f \u043e\u0431\u043b\u0430\u043a\u043e\u0432
+OptionPanel.standardcloudestyle.tooltip=<html>\u0421\u0442\u0438\u043b\u044c \u043e\u0431\u043b\u0430\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0421\u0435\u0439\u0447\u0430\u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e "\u0411\u0435\u0437\u044c\u0435"</html>
+OptionPanel.standarddrawrectangleforselection=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u0432 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430\u0445
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>\u0420\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u0432\u043e\u043a\u0440\u0443\u0433 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0438.</html>
+OptionPanel.standardlinkcolor=\u0426\u0432\u0435\u0442 \u0441\u0432\u044f\u0437\u0438
+OptionPanel.standardlinkcolor.tooltip=<html>\u0426\u0432\u0435\u0442 \u043b\u0438\u043d\u0438\u0438, \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0435\u0439 \u0441\u0432\u044f\u0437\u044c \u043c\u0435\u0436\u0434\u0443 \u0443\u0437\u043b\u0430\u043c\u0438. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u044f (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
+OptionPanel.standardlinkestyle=\u0421\u0442\u0438\u043b\u044c \u0441\u0432\u044f\u0437\u0438
+OptionPanel.standardlinkestyle.tooltip=<html>\u0421\u0442\u0438\u043b\u044c \u0441\u0432\u044f\u0437\u0435\u0439 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0421\u0435\u0439\u0447\u0430\u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u0440\u0438\u0432\u0430\u044f \u0411\u0435\u0437\u044c\u0435</html>
+OptionPanel.standardselectednodecolor=\u0426\u0432\u0435\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.standardselectednodecolor.tooltip=<html>\u0426\u0432\u0435\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0412 HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u0438 (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 #RRGGBB)</html>
+OptionPanel.standardselectednoderectanglecolor=\u0426\u0432\u0435\u0442 \u043e\u0431\u0432\u043e\u0434\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\u0426\u0432\u0435\u0442 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430, \u043e\u0442\u043c\u0435\u0447\u0430\u044e\u0449\u0435\u0433\u043e \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0443\u0437\u0435\u043b. \u0426\u0432\u0435\u0442 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0432 HTML-\u043d\u043e\u0442\u0430\u0446\u0438\u0438 (\u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 #RRGGBB)</html>
+OptionPanel.STAR=\u0417\u0432\u0435\u0437\u0434\u0430
+OptionPanel.structured_html_import=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c HTML \u043a\u0430\u043a \u0441\u0445\u0435\u043c\u0443 \u0443\u0437\u043b\u043e\u0432
+OptionPanel.structured_icon_toolbar=\u041c\u0435\u043d\u044e \u0438\u043a\u043e\u043d\u043e\u043a
+OptionPanel.summary=\u0418\u0442\u043e\u0433[*]
+OptionPanel.sv=\u0428\u0432\u0435\u0434\u0441\u043a\u0438\u0439
+OptionPanel.text.use_ctrl_key=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 '\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u044f\u0440\u043b\u044b\u043a' \u0438\u0437 \u043c\u0435\u043d\u044e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a
+OptionPanel.time_for_automatic_save=\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u043e\u043a\u0443\u043c\u0443\u043d\u0442\u043e\u0432
+OptionPanel.time_for_automatic_save.tooltip=<html> \u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043c\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u043c\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043c\u0438\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445. \u041e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f .</html>
+OptionPanel.time_for_delayed_selection=\u0412\u0440\u0435\u043c\u044f \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0438
+OptionPanel.time_for_delayed_selection.tooltip=<html> \u0417\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0443\u0437\u0435\u043b \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c, \u043a\u043e\u0433\u0434\u0430 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u044b\u0448\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0434 \u043d\u0438\u043c (\u0432 \u043c\u0438\u043b\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445).<br>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435, \u0447\u0442\u043e\u0431 \u0443\u0437\u0435\u043b \u0432\u044b\u0431\u0438\u0440\u0430\u043b\u0441\u044f \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 1.</html>
+OptionPanel.toolTipManager.dismissDelay=\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u043a\u0430\u0437\u0430, \u043c\u0441
+OptionPanel.toolTipManager.initialDelay=\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0430, \u043c\u0441
+OptionPanel.toolTipManager.max_tooltip_width=\u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438 \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u044f\u0445.</html>
+OptionPanel.toolTipManager.reshowDelay=\u0417\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0430, \u043c\u0441
+OptionPanel.tr=\u0422\u0443\u0440\u0435\u0446\u043a\u0438\u0439
+OptionPanel.uk_UA=\u0423\u043a\u0440\u0430\u0438\u043d\u0441\u043a\u0438\u0439
+OptionPanel.undefined_font=\u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u043e
+OptionPanel.undo_levels=\u0427\u0438\u0441\u043b\u043e \u043e\u0442\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439
+OptionPanel.undo_levels.tooltip=<html>\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u0447\u0438\u0441\u043b\u043e \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c.</html>
+OptionPanel.unfold_on_paste=\u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u0443\u0437\u0435\u043b \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435
+OptionPanel.unfold_on_paste.tooltip=\u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u0443\u0437\u0435\u043b \u043f\u0440\u0438 \u0432\u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0438
+OptionPanel.use_common_out_point_for_root_node=\u0412\u0435\u0442\u0432\u0438 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442\u0441\u044f \u043e\u0442 \u043e\u0434\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+OptionPanel.use_common_out_point_for_root_node.tooltip=<html>\u0412\u0435\u0442\u0432\u0438 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442\u0441\u044f \u043e\u0442 \u043e\u0434\u043d\u043e\u0439 \u0438\u0437 \u0442\u043e\u0447\u0435\u043a, \u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u0445\u0441\u044f \u043d\u0430 \u043b\u0435\u0432\u043e\u043c \u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u043e\u043c \u043a\u0440\u0430\u044e \u044d\u043b\u043b\u0438\u043f\u0441\u0430, \u043e\u0431\u0440\u0430\u043c\u043b\u044f\u044e\u0449\u0435\u0433\u043e \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u0443\u0437\u0435\u043b</html>
+OptionPanel.use_tabbed_pane=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u043a\u043b\u0430\u0434\u043a\u0438
+OptionPanel.use_tabbed_pane.tooltip=\u0415\u0441\u043b\u0438 \u043e\u043f\u0446\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430, \u043a\u0430\u0440\u0442\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0430\u0445 (\u043a\u0430\u043a \u0432 FireFox).
+OptionPanel.validate_classpath_needs_readaccess=\u0421\u043a\u0440\u0438\u043f\u0442\u044b: \u041f\u0440\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u0443\u0442\u0438 \u043a \u043a\u043b\u0430\u0441\u0441\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0447\u0442\u0435\u043d\u0438\u044e \u0444\u0430\u0439\u043b\u043e\u0432!
+OptionPanel.validate_invalid_date_format=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b
+OptionPanel.validate_invalid_datetime_format=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b/\u0432\u0440\u0435\u043c\u0435\u043d\u0438
+OptionPanel.validate_invalid_number_format=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0447\u0438\u0441\u043b\u0430
+OptionPanel.validate_write_without_read=\u0421\u043a\u0440\u0438\u043f\u0442\u044b: \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044c \u0444\u0430\u0439\u043b\u0430 \u043a \u0447\u0442\u0435\u043d\u0438\u044e \u0444\u0430\u0439\u043b\u0430.
+OptionPanel.validation_error=<html><body>\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438(\u043e\u043a):<p><em>{0}</em><p>\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043a\u0438(\u043e\u043a).</body></html>
+OptionPanel.validation_warning=<html><body>\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438(\u043e\u043a):<p><em>{0}</em></body></html>
+OptionPanel.vi=\u0412\u044c\u0435\u0442\u043d\u0430\u043c\u0441\u043a\u0438\u0439
+OptionPanel.wheel_velocity=\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c
+OptionPanel.wheel_velocity.tooltip=\u0411\u043e\u043b\u044c\u0448\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u043b\u0435\u0441\u0438\u043a\u0430.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=\u0423\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044b\u0439 \u043a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0439
+OptionPanel.zh_TW=\u0422\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0439
+org.freeplane.plugin.bugreport.agree=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c
+org.freeplane.plugin.bugreport.always_agree=\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0432\u0441\u0435\u0433\u0434\u0430
+org.freeplane.plugin.bugreport.always_deny=\u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c
+org.freeplane.plugin.bugreport.deny=\u041d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c
+org.freeplane.plugin.bugreport.dialog.title=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043e\u0442\u0447\u0435\u0442\u043e\u0432
+org.freeplane.plugin.bugreport.freeplane_team=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0430\u043d\u0434\u044b Freeplane
+org.freeplane.plugin.bugreport.lastreport=\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442
+org.freeplane.plugin.bugreport.never=\u041d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u043c\u043e\u0449\u0438
+org.freeplane.plugin.bugreport.question=<html>Freeplane \u043c\u043e\u0436\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043e\u0442\u0447\u0435\u0442\u044b \u043e \u0441\u0431\u043e\u044f\u0445.<br>\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u0430\u0440\u0442\u044b \u043d\u0435 \u043f\u0435\u0440\u0435\u0441\u044b\u043b\u0430\u044e\u0442\u0441\u044f.<br>\u041e\u0442\u0447\u0435\u0442\u044b \u043e\u0442 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u043f\u043e\u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u043c \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443.
+org.freeplane.plugin.bugreport.report=\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043e\u0442\u0447\u0435\u0442
+org.freeplane.plugin.bugreport.wanted_bug=\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e \u043d\u0435\u0439. \u041c\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e\u0435 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043d\u0430\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044f \u043e\u0442\u0447\u0435\u0442 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0432 \u043d\u0430\u0448 Mantis \u0442\u0440\u0435\u043a\u0435\u0440 \u043e\u0448\u0438\u0431\u043a\u043e\u043a: \u043e\u043f\u0438\u0448\u0438\u0442\u0435 \u0432\u0430\u0448\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u043c\u044b \u043c\u043e\u0433\u043b\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u043e\u0448\u0438\u0431\u043a\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0442\u0440\u0435\u043a\u0435\u0440\u0430 \u043e\u0448\u0438\u0431\u043e\u043a \u0432 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0412\u0430\u0448\u0443 \u043f\u043e\u043c\u043e\u0449\u044c \u0432 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0438. \u0412\u0430\u0448\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 Freeplane
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u0423\u0437\u0435\u043b {0} \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d
+out_of_memory=\u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u043f\u0430\u043c\u044f\u0442\u0438.
+overwrite_keyset_question=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043d\u0430\u0431\u043e\u0440?
+PageAction.text=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b &\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b...
+PasteAction.text=&\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
+PasteAttributes.text=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0430\u0442&\u0440\u0438\u0431\u0443\u0442\u044b
+PatternNewNameProperty=\u041d\u043e\u0432\u044b\u0439 \u0441\u0442\u0438\u043b\u044c
+PatternToString.backgroundColor=\u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442
+PatternToString.Child=\u0421\u0442\u0438\u043b\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+PatternToString.color=\u0426\u0432\u0435\u0442
+PatternToString.EdgeColor=\u0426\u0432\u0435\u0442 \u0440\u0435\u0431\u0440\u0430
+PatternToString.EdgeStyle=\u0422\u0438\u043f \u043b\u0438\u043d\u0438\u0438 \u0440\u0435\u0431\u0440\u0430
+PatternToString.EdgeWidth=\u0422\u043e\u043b\u0449\u0438\u043d\u0430 \u0440\u0435\u0431\u0440\u0430
+PatternToString.FontBold=\u0416\u0438\u0440\u043d\u044b\u0439
+PatternToString.FontItalic=\u041d\u0430\u043a\u043b\u043e\u043d\u043d\u044b\u0439
+PatternToString.FontName=\u0418\u043c\u044f \u0448\u0440\u0438\u0444\u0442\u0430
+PatternToString.Icon=\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430
+PatternToString.NodeFontSize=\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
+periodic_formula={0} * n + {1}
+plugins/latex/LatexNodeHook.editorTitle=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0443\u043b\u0443 LaTeX
+plugins/script_filter=\u0424\u0438\u043b\u044c\u0442\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u0430 {0}
+plugins/script_filter_error={0} \u0434\u043e\u043b\u0436\u043d\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c \u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u0438 {1}, \u043d\u043e \u0432\u0435\u0440\u043d\u0443\u043b {2}
+plugins/ScriptEditor.cancel=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0438 \u0432\u044b\u0439\u0442\u0438
+plugins/ScriptEditor.exit=&\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438 \u0432\u044b\u0439\u0442\u0438
+plugins/ScriptEditor.FORBIDDEN_ACTION=\u041e\u0431\u044b\u0447\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0432 Freeplane \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u044b. \u0421\u043b\u0435\u0434\u0443\u0449\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f {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}. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445.
+plugins/ScriptEditor.menu_actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
+plugins/ScriptEditor.new_script=\u041d\u043e\u0432\u044b\u0439 \u0441\u043a\u0440\u0438\u043f\u0442
+plugins/ScriptEditor.run=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c
+plugins/ScriptEditor.sign=\u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442...
+plugins/ScriptEditor/window.Result=\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:
+plugins/ScriptEditor/window.title=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
+plugins/ScriptingEngine.illegalAccessToInternalAPI=\u041d\u0435\u043f\u0440\u0430\u0432\u043e\u043c\u0435\u0440\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u043c API (\u043f\u0430\u043a\u0435\u0442 {0}). - \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 Freeplane \u0435\u0441\u043b\u0438 API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043c\u043e\u0449\u043d\u044b\u043c.
+plugins/TimeList.xml_Created=\u0421\u043e\u0437\u0434\u0430\u043d
+plugins/TimeList.xml_Date=\u0414\u0430\u0442\u0430
+plugins/TimeList.xml_Icons=\u041f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
+plugins/TimeList.xml_Modified=\u0418\u0437\u043c\u0435\u043d\u0435\u043d
+plugins/TimeList.xml_Notes=\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f
+plugins/TimeList.xml_Text=\u0422\u0435\u043a\u0441\u0442
+plugins/TimeManagement.xml_appendButton=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0430\u0442\u0443 \u043a \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u0443\u0437\u043b\u0430\u043c
+plugins/TimeManagement.xml_Cancel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+plugins/TimeManagement.xml_cancelButton=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+plugins/TimeManagement.xml_closeButton=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
+plugins/TimeManagement.xml_Export=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
+plugins/TimeManagement.xml_Find=\u041d\u0430\u0439\u0442\u0438
+plugins/TimeManagement.xml_Goto=\u041f\u0435\u0440\u0435\u0439\u0442\u0438
+plugins/TimeManagement.xml_hour=\u0427\u0430\u0441:
+plugins/TimeManagement.xml_menu_actions=\u041a\u043e\u043c\u0430\u043d\u0434\u044b
+plugins/TimeManagement.xml_minute=\u041c\u0438\u043d\u0443\u0442\u0430:
+plugins/TimeManagement.xml_reminderButton=\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u0412 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f  \u043c\u0438\u0433\u0430\u043d\u0438\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0442 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435\u043c,  - \u0442\u043e\u043b\u044c\u043a\u043e \u0435\u0441\u043b\u0438 \u044d\u0442\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430.<br>\u041f\u0440\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u043c \u0441\u0442\u0430\u0440\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u0442\u0430\u0439\u043c\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0441\u043d\u043e\u0432\u0430.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441 \u0443\u0437\u043b\u043e\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u0434\u0430\u0442\u0443<br>\u0423\u0436\u0435 \u0437\u0430\u043f\u043e\u043c\u043d\u0435\u043d\u043e {0,date} {0,time}, \u0412\u044b \u0432\u0432\u043e\u0434\u0438\u0442\u0435 {1,date} {1,time}. <br><br>\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u0442\u0443 (\u0414\u0410), <br>\u0438\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0440\u0435\u0436\u043d\u044e\u044e \u0434\u0430\u0442\u0443 (\u041d\u0415\u0422)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e \u043d\u0430 {0,date} \u0432 {0,time}
+plugins/TimeManagement.xml_removeReminderButton=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u041e\u0442\u043c\u0435\u043d\u0430 \u0432\u0441\u0435\u0445 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430
+plugins/TimeManagement.xml_Replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c
+plugins/TimeManagement.xml_Replace_All=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435
+plugins/TimeManagement.xml_Replace_Selected=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u043e\u0435
+plugins/TimeManagement.xml_Select=\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c
+plugins/TimeManagement.xml_todayButton=\u0421\u0435\u0433\u043e\u0434\u043d\u044f
+plugins/TimeManagement.xml_WindowTitle=\u0412\u0440\u0435\u043c\u044f
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
+preferences=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
+print_preview_title=\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440
+PrintAction.text=&\u041f\u0435\u0447\u0430\u0442\u044c...
+PrintDirectAction.text=\u041d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c
+printing_settings=\u041c\u0430\u0441\u0448\u0442\u0430\u0431 \u043f\u0435\u0447\u0430\u0442\u0438
+PrintPreviewAction.text=\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440...
+PropertyAction.dialog=\u0423\u0441\u0442\u0430\u043d\u0432\u043e\u043a\u0438
+PropertyAction.text=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 ...
+QuickFilterAction.text=\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u0444\u0438\u043b\u044c\u0442\u0440
+QuickFindAction.BACK.text=\u041d\u0430\u0439\u0442\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435
+QuickFindAction.FORWARD.text=\u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435
+QuickFindAllAction.text=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u044f
+QuitAction.text=\u0412&\u044b\u0445\u043e\u0434
+read_only=\u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f
+ReadScriptError.text=\u041e\u0448\u0438\u0431\u043a\u0430 \u0447\u0442\u0435\u043d\u0438\u044f \u0441\u043a\u0440\u0438\u043f\u0442\u0430.\n\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b \u043b\u043e\u0433\u0430 \u0434\u043b\u044f \u0434\u0435\u0442\u0430\u043b\u0435\u0439.
+really_convert_to_current_version=<html>\u042d\u0442\u0430 \u043a\u0430\u0440\u0442\u044b \u0431\u044b\u043b\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0441\u0442\u0430\u0440\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439 Freeplane. <br>\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0435 (\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f)? <br>(\u0418\u043d\u0430\u0447\u0435 \u043e\u043d\u0430 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430 \u0431\u0435\u0437\u043e \u0432\u0441\u044f\u043a\u0438\u0445 \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0439.) </html>
+really_cut_node=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0443\u0437\u0435\u043b(\u0443\u0437\u043b\u044b)?
+really_execute_script=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u044b, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0435 \u0432 \u044d\u0442\u0443 \u043a\u0430\u0440\u0442\u0443? \u041e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430.
+really_remove_node=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0437\u0435\u043b(\u0443\u0437\u043b\u044b)?
+really_remove_notes=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f?
+ReapplyFilterAction.text=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e
+red=\u041a\u0440\u0430\u0441\u043d\u044b\u0439
+RedefineStyleAction.text=\u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0438\u043b\u044f
+RedoAction.text=\u0412\u0435\u0440\u043d\u0443\u0442\u044c
+RedoFilterAction.text=\u0412\u0435\u0440\u043d\u0443\u0442\u044c
+regular_expressions=\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f
+ReminderHookAction.text=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
+ReminderHookAction.tooltip=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435
+remove_file_from_list_on_error=\u0424\u0430\u0439\u043b {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432?
+remove_shortcut_question=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0436\u0430\u0442\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438?
+RemoveAllIconsAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b
+RemoveConnectorAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c
+RemoveEncryption.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+RemoveFormatAction.text=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442
+RemoveIcon_0_Action.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0435\u0440\u0432\u0443\u044e \u0438\u043a\u043e\u043d\u043a\u0443
+RemoveIconAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0443
+RemoveNoteAction.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f
+RemoveNoteAction.tooltip=<html>\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u0443 \u0432\u0441\u0435\u0445 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432.</html>
+rename=\u041f\u0435&\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c
+repair_link=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443
+repair_link_question=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443. \u0412\u0432\u0435\u0441\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443\u044e?
+replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c
+ReportBugAction.text=\u0421\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435
+RequestFeatureAction.text=\u0417\u0430\u043f\u0440\u043e\u0441 \u043d\u043e\u0432\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
+reset_to_default=\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
+ResetNodeLocationAction.text=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c &\u0438\u0441\u0445\u043e\u0434\u043d\u0443\u044e \u043f\u043e\u0437\u0438\u0446\u0438\u044e
+RevisionPluginAction.text=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0446\u0432\u0435\u0442 &\u0444\u043e\u043d\u0430 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439
+save_failed=\u041f\u043e\u043f\u044b\u0442\u043a\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b {0} \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c.
+save_unsaved=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e \u043a\u0430\u0440\u0442\u0443? :
+save_unsaved_styles=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u0438?
+SaveAcceleratorPresetsAction.text=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043a\u043b\u0430\u0432\u0438\u0448
+SaveAction.text=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
+SaveAll.text=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c &\u0432\u0441\u0435
+SaveAll.tooltip=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u043a\u0430\u0440\u0442\u044b.
+SaveAsAction.text=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a...
+saved=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043e
+saving_canceled=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e
+scanners_not_loaded=\u0421\u043a\u0430\u043d\u0435\u0440\u044b \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b, \u0444\u0430\u0439\u043b \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d
+scheme_evaluate=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c!
+script_execution_disabled=\u0417\u0430\u043f\u0443\u0441\u043a \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d
+ScriptEditor.text=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432...
+ScriptEditor.tooltip=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0434\u043b\u0438\u043d\u043d\u044b\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0432\u043e Freeplane.
+ScriptEditorPanel.changed_cancel=\u0421\u043a\u0440\u0438\u043f\u0442 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
+scripting_api_generator_legend=\u041e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
+scripting_api_generator_proxy=\u041f\u0440\u043e\u043a\u0441\u0438
+scripting_api_generator_title=API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
+scripting_api_generator_utilities=\u0423\u0442\u0438\u043b\u0438\u0442\u044b
+scripting_api_generator_web=\u0412\u0435\u0431 \u0440\u0435\u0441\u0443\u0440\u0441\u044b
+select_favorites_folder=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435  \u043f\u0430\u043f\u043a\u0443, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0438
+select_file_export_to=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430
+select_folder_for_importing=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435  \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
+select_icon=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0443
+select_menu_item_dialog=\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e
+select_menu_item_root_node=\u041c\u0435\u043d\u044e
+SelectAllAction.text=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435
+SelectBranchAction.text=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u044e \u0432\u0435\u0442\u0432\u044c
+SelectedPasteAction.text=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u043a...
+selection_method_by_click=\u0412\u044b\u0431\u043e\u0440 \u043e\u0434\u0438\u043d\u043e\u0447\u043d\u044b\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c
+selection_method_delayed=\u0412\u044b\u0431\u043e\u0440 \u043d\u0430\u0435\u0437\u0434\u043e\u043c \u0441 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u043e\u0439
+selection_method_direct=\u0412\u044b\u0431\u043e\u0440 \u043d\u0430\u0435\u0437\u0434\u043e\u043c
+SelectNoteAction.text=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044e \u0443\u0437\u043b\u0430
+SelectNoteAction.tooltip=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043e\u0442 \u0443\u0437\u043b\u0430 \u043a \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044e \u0438 \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442
+set_accelerator_on_next_click_action=\u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 \u043b\u044e\u0431\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u043c\u0435\u043d\u044e \u0434\u043b\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u044f\u0440\u043b\u044b\u043a\u0430
+SetAcceleratorOnNextClickAction.text=\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u044f\u0440\u043b\u044b\u043a
+SetImageByFileChooserAction.text=\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0437 \u0444\u0430\u0439\u043b\u0430
+SetLinkByFileChooserAction.text=\u0421\u0441\u044b\u043b\u043a\u0430 (\u0432\u044b\u0431\u043e\u0440 \u0444\u0430\u0439\u043b\u0430)
+SetLinkByTextFieldAction.text=\u0421\u0441\u044b\u043b\u043a\u0430 (\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435)
+SetNodeLink.text=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u0443\u0437\u043b\u0430...
+SetNoteWindowPosition.bottom.text=\u0432\u043d\u0438\u0437\u0443
+SetNoteWindowPosition.left.text=\u0441\u043b\u0435\u0432\u0430
+SetNoteWindowPosition.right.text=\u0441\u043f\u0440\u0430\u0432\u0430
+SetNoteWindowPosition.top.text=\u0432\u0432\u0435\u0440\u0445\u0443
+SetShortenerStateAction.text=\u0421\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0443\u0437\u043b\u0430
+sf_login_required=\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 Sourceforge. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?
+ShowAllAttributesAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+ShowAncestorsAction.text=\u0421 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438
+ShowAttributeDialogAction.text=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 &\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c\u0438...
+ShowDescendantsAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0451\u043d\u043d\u044b\u0435
+ShowFilterToolbarAction.text=\u041f\u0430\u043d\u0435\u043b\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438
+ShowFormatPanel.text=\u041f\u0430\u043d\u0435\u043b\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
+ShowFormatPanel.tooltip=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043e\u043a\u043d\u043e, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0443\u0437\u0435\u043b \u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e.
+ShowHideNoteAction.text=\u041e\u043a\u043d\u043e \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0439
+ShowHideNoteAction.tooltip=\u042d\u0442\u043e \u0433\u043e\u0440\u044f\u0447\u0430\u044f \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u0434\u043b\u044f \u0441\u0442\u0440\u0435\u043b\u043e\u0447\u0435\u043a \u043d\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044e\u0449\u0435\u0439 \u043b\u0438\u043d\u0438\u0438.
+ShowNotesInMapAction.text=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0435
+ShowSelectedAttributesAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b
+ShowSelectionAsRectangleAction.text=\u041f\u043e\u0434\u0441\u0432\u0435\u0447\u0438\u0432\u0430\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u043e\u043c
+simplyhtml.aboutFrameTitle=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435...
+simplyhtml.aboutLabel=\u041e SimplyHTML...
+simplyhtml.alignCenter=\u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443
+simplyhtml.alignLabel=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0433\u043e\u0440.:
+simplyhtml.alignLeft=\u0441\u043b\u0435\u0432\u0430
+simplyhtml.alignRight=\u0441\u043f\u0440\u0430\u0432\u0430
+simplyhtml.allCellsRangeLabel=\u0432\u0441\u0435\u043c \u043a\u043b\u0435\u0442\u043a\u0430\u043c
+simplyhtml.allOccurrencesReplaced=\u0412\u0441\u0435 \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u043e
+simplyhtml.appendTableColLabel=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446
+simplyhtml.appendTableRowLabel=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
+simplyhtml.applyCellAttrLabel=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a
+simplyhtml.backgroundLabel=\u0424\u043e\u043d:
+simplyhtml.boldItalicName=\u0416\u0438\u0440\u043d\u044b\u0439 \u043a\u0443\u0440\u0441\u0438\u0432
+simplyhtml.boldName=\u0416\u0438\u0440\u043d\u044b\u0439
+simplyhtml.borderColorLabel=\u0426\u0432\u0435\u0442:
+simplyhtml.borderWidthLabel=\u0428\u0438\u0440\u0438\u043d\u0430
+simplyhtml.bottomLabel=\u043d\u0438\u0437:
+simplyhtml.cancelBtnName=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+simplyhtml.cellBorderTabLabel=\u041b\u0438\u043d\u0438\u0438
+simplyhtml.cellGenTabLabel=\u041e\u0431\u0449\u0438\u0435
+simplyhtml.cellMarginTabLabel=\u041f\u043e\u043b\u044f
+simplyhtml.cellPanelTitle=\u0424\u043e\u0440\u043c\u0430\u0442 \u044f\u0447\u0435\u0439\u043a\u0438
+simplyhtml.clearFormatLabel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+simplyhtml.clearFormatTip=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
+simplyhtml.close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
+simplyhtml.closeBtnName=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
+simplyhtml.colorLabel=\u0426\u0432\u0435\u0442
+simplyhtml.copyLabel=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+simplyhtml.copyTip=\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+simplyhtml.cTagNameHead1=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1
+simplyhtml.cTagNameHead2=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2
+simplyhtml.cTagNameHead3=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3
+simplyhtml.cTagNameHead4=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4
+simplyhtml.cTagNameHead5=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5
+simplyhtml.cTagNameHead6=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6
+simplyhtml.cTagNameLink=\u0421\u0441\u044b\u043b\u043a\u0430
+simplyhtml.cTagNameOL=\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a
+simplyhtml.cTagNamePara=\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444
+simplyhtml.cTagNameUL=\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a
+simplyhtml.cutLabel=\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c
+simplyhtml.cutTip=\u0432\u044b\u0440\u0435\u0437\u0430\u0442\u044c
+simplyhtml.defaultDocName=\u0411\u0435\u0437\u044b\u043c\u044f\u043d\u043d\u044b\u0439
+simplyhtml.deleteTableColLabel=\u0423\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446
+simplyhtml.deleteTableRowLabel=\u0423\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
+simplyhtml.docTitleQuery=\u041d\u043e\u0432\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435:
+simplyhtml.docTitleTitle=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
+simplyhtml.editLabel=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
+simplyhtml.effectLabel=\u042d\u0444\u0444\u0435\u043a\u0442
+simplyhtml.familyLabel=\u0421\u0435\u043c\u044c\u044f
+simplyhtml.findNext=\u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439...
+simplyhtml.findReplaceDialogTitle=\u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
+simplyhtml.findReplaceLabel=\u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
+simplyhtml.findReplaceTip=\u043f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430
+simplyhtml.fontBoldLabel=\u0416\u0438\u0440\u043d\u044b\u0439
+simplyhtml.fontBoldTip=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c/\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0436\u0438\u0440\u043d\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
+simplyhtml.fontColorLabel=\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430
+simplyhtml.fontColorTip=\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430
+simplyhtml.fontDialogTitle=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442
+simplyhtml.fontItalicLabel=\u041a\u0443\u0440\u0441\u0438\u0432
+simplyhtml.fontItalicTip=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c/\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u041a\u0443\u0440\u0441\u0438\u0432
+simplyhtml.fontLabel=\u0428\u0440\u0438\u0444\u0442...
+simplyhtml.fontTabLabel=\u0428\u0440\u0438\u0444\u0442
+simplyhtml.fontTip=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442...
+simplyhtml.fontUnderlineLabel=\u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
+simplyhtml.fontUnderlineTip=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c/\u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
+simplyhtml.foregroundLabel=\u0422\u0435\u043a\u0441\u0442:
+simplyhtml.formatLabel=\u0424\u043e\u0440\u043c\u0430\u0442
+simplyhtml.formatListLabel=\u0421\u043f\u0438\u0441\u043e\u043a...
+simplyhtml.formatListTip=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 \u0441\u043f\u0438\u0441\u043a\u0430
+simplyhtml.formatParaLabel=\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444...
+simplyhtml.formatParaTip=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u0440\u0430\u0433\u0440\u0430\u0444
+simplyhtml.formatTableLabel=\u0422\u0430\u0431\u043b\u0438\u0446\u0430...
+simplyhtml.formatTableTip=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
+simplyhtml.helpLabel=\u041f\u043e&\u043c\u043e\u0449\u044c
+simplyhtml.htmlTabTitle=HTML \u041a\u043e\u0434
+simplyhtml.imageFileDesc=\u0424\u0430\u0439\u043b \u0441 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c
+simplyhtml.insertTableColLabel=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446
+simplyhtml.insertTableLabel=\u0422\u0430\u0431\u043b\u0438\u0446\u0430...
+simplyhtml.insertTableMsg=\u0421\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432?
+simplyhtml.insertTableRowLabel=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
+simplyhtml.insertTableTitle=\u0412\u0441\u0442\u0430\u0432\u0438\u0442 \u0442\u0430\u0431\u043b\u0438\u0446\u0443
+simplyhtml.italicName=\u041a\u0443\u0440\u0441\u0438\u0432
+simplyhtml.layoutTabTitle=\u0422\u0435\u043a\u0441\u0442
+simplyhtml.leftLabel=\u043b\u0435\u0432\u043e:
+simplyhtml.listDialogTitle=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430
+simplyhtml.listIndentTitle=\u0421\u043c\u0435\u0449\u0435\u043d\u0438\u0435:
+simplyhtml.listPosInside=\u0432\u043d\u0443\u0442\u0440\u0438
+simplyhtml.listPositionLabel=\u041f\u043e\u0437\u0438\u0446\u0438\u044f:
+simplyhtml.listPosOutside=\u0441\u043d\u0430\u0440\u0443\u0436\u0438
+simplyhtml.listTypeCircle=\u041a\u0440\u0443\u0433
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\u0441\u0438\u043c\u0432\u043e\u043b \u0444\u0430\u0439\u043b\u0430 \u043a\u0430\u043a \u043f\u0443\u043d\u043a\u0442
+simplyhtml.listTypeLabel=\u0422\u0438\u043f:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
+simplyhtml.listTypeSquare=\u043a\u0432\u0430\u0434\u0440\u0430\u0442
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=\u0421\u043d\u0430\u0440\u0443\u0436\u0438
+simplyhtml.matchCase=\u0421 \u0443\u0447\u0451\u0442\u043e\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430
+simplyhtml.newStyleDefaultName=\u043d\u043e\u0432\u044b\u0439 \u0441\u0442\u0438\u043b\u044c
+simplyhtml.nextTableCellLabel=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u044f\u0447\u0435\u0439\u043a\u0430
+simplyhtml.noLineLabel=\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
+simplyhtml.noMoreOccurrencesFound=(\u0431\u043e\u043b\u044c\u0448\u0435) \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e
+simplyhtml.okBtnName=\u041e\u041a
+simplyhtml.paddingLabel=\u0412\u043d\u0443\u0442\u0440\u0438
+simplyhtml.paraAlignCenterLabel=\u0426\u0435\u043d\u0442\u0440
+simplyhtml.paraAlignCenterTip=\u0420\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u0446\u0435\u043d\u0442\u0440\u0435
+simplyhtml.paraAlignLeftLabel=\u0421\u043b\u0435\u0432\u0430
+simplyhtml.paraAlignLeftTip=\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e
+simplyhtml.paraAlignRightLabel=\u0421\u043f\u0440\u0430\u0432\u0430
+simplyhtml.paraAlignRightTip=\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e
+simplyhtml.paraStyleDialogTitle=\u0421\u0442\u0438\u043b\u0438
+simplyhtml.paraTabLabel=\u0410\u0431\u0437\u0430\u0446
+simplyhtml.pasteLabel=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
+simplyhtml.pasteTip=\u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c
+simplyhtml.plainName=\u043e\u0431\u044b\u0447\u043d\u044b\u0439
+simplyhtml.previewLabel=\u041f&\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
+simplyhtml.previewText=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0442\u0435\u043a\u0441\u0442
+simplyhtml.prevTableCellLabel=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043a\u043b\u0435\u0442\u043a\u0430
+simplyhtml.printLabel=\u041f\u0435\u0447\u0430\u0442\u044c...
+simplyhtml.redoLabel=\u0412\u0435\u0440\u043d\u0443\u0442\u044c
+simplyhtml.redoTip=\u0432\u0435\u0440\u043d\u0443\u0442\u044c
+simplyhtml.replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c...
+simplyhtml.replaceAll=\u0412\u0441\u0435
+simplyhtml.replaceDone=\u0413\u043e\u0442\u043e\u0432\u043e
+simplyhtml.replaceNo=\u041d\u0435\u0442
+simplyhtml.replaceThisQuery=\u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
+simplyhtml.replaceWith=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430:
+simplyhtml.replaceYes=\u0414\u0430
+simplyhtml.rightLabel=\u043f\u0440\u0430\u0432\u043e:
+simplyhtml.searchDown=\u0418\u0441\u043a\u0430\u0442\u044c \u0432\u043d\u0438\u0437
+simplyhtml.searchFromStart=\u0418\u0441\u043a\u0430\u0442\u044c \u0441\u043d\u0430\u0447\u0430\u043b\u0430
+simplyhtml.searchUp=\u0418\u0441\u043a\u0430\u0442\u044c \u0432\u0432\u0435\u0440\u0445
+simplyhtml.selectAllLabel=\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0441\u0451
+simplyhtml.sizeLabel=\u0420\u0430\u0437\u043c\u0435\u0440
+simplyhtml.standardStyleName=\u043e\u0431\u044b\u0447\u043d\u044b\u0439
+simplyhtml.strikeLabel=\u0417\u0430\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u043e
+simplyhtml.styleLabel=\u0421\u0442\u0438\u043b\u044c
+simplyhtml.styleNameInputText=\u0418\u043c\u044f \u0441\u0442\u0438\u043b\u044f?
+simplyhtml.styleNameInputTitle=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0442\u0438\u043b\u044c
+simplyhtml.tableBgColLabel=\u0424\u043e\u043d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442:
+simplyhtml.tableDialogTitle=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
+simplyhtml.tableLabel=\u0422\u0430\u0431\u043b\u0438\u0446\u0430
+simplyhtml.tablePanelTitle=\u0442\u0430\u0431\u043b\u0438\u0446\u0430
+simplyhtml.tableWidthLabel=\u0428\u0438\u0440\u0438\u043d\u0430:
+simplyhtml.textIndentLabel=\u041e\u0442\u0441\u0442\u0443\u043f:
+simplyhtml.textToFind=\u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442:
+simplyhtml.thisCellRangeLabel=\u044f\u0447\u0435\u0439\u043a\u0435
+simplyhtml.thisColRangeLabel=\u0441\u0442\u043e\u043b\u0431\u0446\u0443
+simplyhtml.thisRowRangeLabel=\u0441\u0442\u0440\u043e\u043a\u0435
+simplyhtml.toggleBulletsLabel=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a
+simplyhtml.toggleBulletsTip=\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a
+simplyhtml.toggleNumbersLabel=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e
+simplyhtml.toggleNumbersTip=\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e
+simplyhtml.topLabel=\u0432\u0435\u0440\u0445:
+simplyhtml.uLineLabel=\u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
+simplyhtml.unableToOpenFileError=\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d
+simplyhtml.unableToRedoError=\u041f\u043e\u0432\u0442\u043e\u0440 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d:
+simplyhtml.unableToUndoError=\u041e\u0442\u043c\u0435\u043d\u0430 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430:
+simplyhtml.undoLabel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+simplyhtml.undoTip=\u043e\u0442\u043c\u0435\u043d\u0430
+simplyhtml.valignBaseline=\u043f\u043e \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u044e
+simplyhtml.valignBottom=\u0441\u043d\u0438\u0437\u0443
+simplyhtml.valignLabel=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0432\u0435\u0440\u0442.:
+simplyhtml.valignMiddle=\u0432 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435
+simplyhtml.valignTop=\u0441\u0432\u0435\u0440\u0445\u0443
+simplyhtml.wholeWordsOnly=\u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043b\u043e\u0432\u0430
+SortNodes.text=\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0443\u0437\u043b\u044b
+SortNodes.tooltip=\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043f\u043e \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u0443.
+split=\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c
+SplitConditionAction.text=\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c
+SplitNode.text=&\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u0443\u0437\u0435\u043b
+SplitNode.tooltip=<html>\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u0437 \u043a\u0430\u0436\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 \u0443\u0437\u043b\u0430 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u0443\u0437\u0435\u043b</html>
+stop_processing=\u0421\u0442\u043e\u043f
+StringFlavorHandler=\u0422\u0435\u043a\u0441\u0442 \u043a\u0430\u043a \u0434\u0435\u0440\u0435\u0432\u043e \u0443\u0437\u043b\u043e\u0432
+StructuredHtmlFlavorHandler=HTML \u043a\u0430\u043a \u0434\u0435\u0440\u0435\u0432\u043e \u0443\u0437\u043b\u043e\u0432
+style=\u0421\u0442\u0438\u043b\u044c
+style_already_exists=\u0421\u0442\u0438\u043b\u044c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
+styledialog.cancel.text=\u041e\u0442\u043c\u0435\u043d\u0430
+styledialog.ok.text=\u041e\u041a
+styles=\u0421&\u0442\u0438\u043b\u0438
+styles.AutomaticLayout=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0440\u0430\u0441\u043a\u043b\u0430\u0434\u043a\u0430
+styles.connection=\u0421\u0432\u044f\u0437\u044c
+styles.date=\u0414\u0430\u0442\u0430
+styles.definition=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435
+styles.description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
+styles.floating_node=\u041f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0439 \u0443\u0437\u0435\u043b
+styles.idea=\u0418\u0434\u0435\u044f
+styles.important=\u0412\u0430\u0436\u043d\u043e
+styles.key=\u041a\u043b\u044e\u0447
+styles.list=\u0421\u043f\u0438\u0441\u043e\u043a
+styles.needs_action=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
+styles.note=\u0417\u0430\u043c\u0435\u0442\u043a\u0430
+styles.ok=\u041e\u041a
+styles.pending=\u0412 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0438
+styles.predefined=\u041f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438
+styles.question=\u0412\u043e\u043f\u0440\u043e\u0441
+styles.quotation=\u0426\u0438\u0442\u0430\u0442\u0430
+styles.root_node=\u0421\u0442\u0438\u043b\u0438
+styles.subsubtopic=\u041f\u043e\u0434\u043f\u043e\u0434\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
+styles.subtopic=\u041f\u043e\u0434\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
+styles.topic=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
+styles.user-defined=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0441\u0442\u0438\u043b\u0438
+styles.website=\u0421\u0430\u0439\u0442
+styles_menu=\u0421\u0442\u0438\u043b\u0438
+submenu_keystroke_in_use_error=\u0421\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448 {0} \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0434\u043b\u044f \u043f\u043e\u0434\u043c\u0435\u043d\u044e {1}. \u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043b\u0430\u0432\u0438\u0448 \u0443\u0431\u0440\u0430\u043d\u043e.
+summary_nodes=\u0423\u0437\u043b\u044b \u0438\u0442\u043e\u0433\u043e\u0432
+summary_not_possible=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u0432\u043e\u0434\u043d\u043e\u0433\u043e \u0443\u0437\u043b\u0430 \u0434\u043b\u044f \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f
+SummaryNodeAction.text=\u0421\u0432\u043e\u0434\u043d\u044b\u0439 \u0443\u0437\u0435\u043b
+svg=SVG
+template_dir=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
+TimeListAction.text=&\u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435...
+TimeListAction.tooltip=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0439 \u0441\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u043c\u0438 \u0443\u0437\u043b\u0430\u043c\u0438
+TimeManagementAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c...
+TimeManagementAction.tooltip=<html>\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u043e\u0442 \u041a\u0430\u044f \u0422\u043e\u0434\u0442\u0435\u0440\u0430.</html>
+ToggleChildrenFoldedAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c / \u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0435  \u0443\u0437\u043b\u044b
+ToggleDetailsAction.text=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
+ToggleFBarAction.text=\u041f\u0430\u043d\u0435\u043b\u044c \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
+ToggleFoldedAction.text=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c / \u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c
+ToggleFullScreenAction.text=\u041f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c
+ToggleLeftToolbarAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0441 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430\u043c\u0438
+ToggleMenubarAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u043c\u0435\u043d\u044e
+ToggleStatusAction.text=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f
+ToggleToolbarAction.text=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043f\u0440\u044f\u0442\u0430\u0442\u044c \u0432\u0435\u0440\u0445\u043d\u044e\u044e \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
+undefined_error=\u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c \u0447\u0435\u0440\u0435\u0437 \u0444\u043e\u0440\u0443\u043c
+underline=\u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
+UnderlineAction.text=\u041f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435
+underlined=\u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u043e
+UndoAction.text=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+UndoFilterAction.text=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
+unfold=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c
+UnfoldAllAction.text=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0451
+UnfoldAllAction.tooltip=<html>\u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u0438 \u0432\u0441\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0443\u0437\u043b\u044b</html>
+UnfoldOneLevelAction.text=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c
+UnfoldOneLevelAction.tooltip=\u0420\u0430\u0437\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b \u043d\u0430 \u043e\u0434\u0438\u043d \u0443\u0440\u043e\u0432\u0435\u043d\u044c.
+up=&\u0412\u0432\u0435\u0440\u0445
+update_failed=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u043e\u0441\u044c \u043d\u0435\u0443\u0434\u0430\u0447\u0435\u0439 \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043c {0}
+UpdateCheckAction.text=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
+updatecheckdialog=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433
+url_error=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0430\u0434\u0440\u0435\u0441\u0435 URL
+url_load_error=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0440\u0442\u0443 \u0441 \u0430\u0434\u0440\u0435\u0441\u0430 URL:
+url_open_error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f URL {0}.
+used_in_menu=\u0422\u0430\u043a\u0430\u044f \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448 \u043d\u0435\u043b\u044c\u0437\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043c\u0435\u043d\u044e.
+UsePlainTextAction.text=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0442\u0435\u043a\u0441\u0442
+user_config_folder=\u041f\u0430\u043f\u043a\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f: {0}
+user_defined_scale=\u041c\u0430\u0441\u0448\u0442\u0430\u0431 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c
+user_defined_zoom=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c..
+user_defined_zoom_status_bar=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430 \u043f\u043e \u0432\u044b\u0431\u043e\u0440\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u043d\u0430 {0}%.
+user_icon=\u0418\u043a\u043e\u043d\u043a\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f "{0}"
+user_template_dir=\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
+user_zoom=\u041c\u0430\u0441\u0448\u0442\u0430\u0431 \u043f\u0435\u0447\u0430\u0442\u0438 (0.0 - 2.0):
+version_up_to_date=\u0412\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u0432\u0435\u0440\u0441\u0438\u044e
+ViewerControllerAction.text=\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u043e\u0431\u044a\u0435\u043a\u0442...
+ViewLayoutTypeAction.OUTLINE.text=\u0421\u0445\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u044b\u0439 \u0432\u0438\u0434
+WebDocuAction.text=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435
+width=\u0428\u0438\u0440\u0438\u043d\u0430
+wrong_regexp=\u0412 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 "{0}", \u043e\u0448\u0438\u0431\u043a\u0430: {1}
+xslt_export.html=HTML \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
+xslt_export.latex=LaTeX \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
+xslt_export.latexbook=LaTeX \u043a\u043d\u0438\u0433\u0430
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 \u0438 \u0441\u0442\u0430\u0440\u0448\u0435) XML \u0444\u043e\u0440\u043c\u0430\u0442
+xslt_export.ms_project=MS Project (2003 \u0438 \u0441\u0442\u0430\u0440\u0448\u0435) XML \u0444\u043e\u0440\u043c\u0430\u0442
+xslt_export.ms_word=Word (2003 \u0438 \u0441\u0442\u0430\u0440\u0448\u0435) XML \u0444\u043e\u0440\u043c\u0430\u0442
+xslt_export.text=\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
+xslt_export_not_possible=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 XSLT \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d
+yes=\u0414\u0430
+ZoomInAction.text=\u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c
+ZoomOutAction.text=\u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c
diff --git a/freeplane/resources/translations/Resources_sk.properties b/freeplane/resources/translations/Resources_sk.properties
index 8d523ae..b11317e 100644
--- a/freeplane/resources/translations/Resources_sk.properties
+++ b/freeplane/resources/translations/Resources_sk.properties
@@ -1,710 +1,710 @@
-AboutAction.text = O programe
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = Zme\u0148 form\u00E1t uzlov
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Zme\u0148 vzor
-accessories/plugins/EncryptNode.properties_0 = Nastav heslo pre za\u0161ifrovan\u00FD uzol
-accessories/plugins/EncryptNode.properties_1 = Hesl\u00E1 sa nerovnaj\u00FA alebo s\u00FA pr\u00EDli\u0161 kr\u00E1tke.
-accessories/plugins/EncryptNode.properties_2 = Zadajte heslo:
-accessories/plugins/EncryptNode.properties_3 = Zopakujte heslo:
-accessories/plugins/EncryptNode.properties_4 = Zadajte heslo.
-accessories/plugins/EncryptNode.properties_5 = <html>Pam\u00E4tajte, \u017Ee sila \u0161ifry<br> z\u00E1vis\u00ED do zna\u010Dnej miery od kvality hesla.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Storno
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Stav za\u0161ifrovania m\u00F4\u017Eete meni\u0165 iba na za\u0161ifrovanom uzle. Pros\u00EDm vlo\u017Ete tak\u00FDto uzol pomocou menu n\u00E1strojov.
-accessories/plugins/EncryptNode.properties_select_me = Vyber ma a pokra\u010Duj!
-accessories/plugins/EncryptNode.properties_wrong_password = Heslo je nespr\u00E1vne.
-accessories/plugins/ExportWithXSLT.tooltip = Toto je jednotn\u00E1 met\u00F3da exportu pomocou skriptov XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Ako Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Vyexportuje mapu ako applet v jazyku Java.
-accessories/plugins/ExportWithXSLT_Flash.text = Ako Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Vyexportuje mapu ako aplik\u00E1ciu v jazyku Flash
-accessories/plugins/ExportWithXSLT_HTML.text = Ako XHTML (verzia s JavaScriptom)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Ako XHTML (verzia s klikate\u013Enou mapou)...
-add = Pridaj
-AddLocalLinkAction.text = Pridaj lok\u00E1lnu hyperlinku
-antialias_all = Vyhla\u010F v\u0161etko
-antialias_edges = Vyhla\u010F hrany
-antialias_none = Nevyhladzuj ni\u010D
-apply = Pou\u017Ei
-ApplyAction.text = Pou\u017Ei
-ApplyFormatPlugin.text = Zme\u0148 form\u00E1t...
-ApplyFormatPlugin.tooltip = Zobraz\u00ED dial\u00F3g, v ktorom mo\u017Eno naraz zmeni\u0165 vlastnosti uzlov aj hr\u00E1n.
-ApplyNoFilteringAction.text = Bez filtra
-as_parent = Ako rodi\u010D
-AskForHelp.text = Ask for Help[translate me]
-AssignAttributesAction.text = Prira\u010F atrib\u00FAty...
-attribute_delete = Vyma\u017E v\u0161etky hodnoty
-attribute_delete_value = Vyma\u017E t\u00FAto hodnotu
-attribute_font_size_tooltip = Ve\u013Ekos\u0165 p\u00EDsma atrib\u00FAtu
-attribute_list_box_label_text = Existuj\u00FAce hodnoty
-attribute_replace = Nahra\u010F
-attribute_top = V\u0161etky zn\u00E1me atrib\u00FAty na\u010D\u00EDtan\u00FDch m\u00E1p
-attributes_adding_empty_attribute_error = Nem\u00F4\u017Eem pou\u017Ei\u0165 pr\u00E1zdny text ako n\u00E1zov atrib\u00FAtu
-attributes_all = V\u0161etky atrib\u00FAty
-attributes_attribute = Atrib\u00FAty
-attributes_close = Zavri
-attributes_deselect_all = Ni\u010D
-attributes_edit = Edituj
-attributes_edit_tooltip = Edituj mno\u017Einu
-attributes_for_selected = Vybran\u00E9 uzly
-attributes_for_visible = V\u0161etky vidite\u013En\u00E9 uzly
-attributes_import = Importuj
-attributes_import_tooltip = Importuj atrib\u00FAty z ostatn\u00FDch na\u010D\u00EDtan\u00FDch m\u00E1p
-attributes_popup_delete = Vyma\u017E
-attributes_popup_down = Dole
-attributes_popup_edit = Edituj
-attributes_popup_hide = Skry
-attributes_popup_new = Nov\u00FD atrib\u00FAt
-attributes_popup_optimal_width = Optim\u00E1lna \u0161\u00EDrka
-attributes_popup_up = Hore
-attributes_refresh = Obnov
-attributes_restricted_attributes_tooltip = Obmedz mno\u017Einu atrib\u00FAtov
-attributes_restricted_values_tooltip = Obmedz mno\u017Einu hodn\u00F4t teraj\u0161ieho atrib\u00FAtu
-attributes_restriction = Obmedzen\u00E1 mno\u017Eina
-attributes_select_all = V\u0161etky
-attributes_select_all_tooltip = Ozna\u010D / Odzna\u010D v\u0161etky
-attributes_show = Uk\u00E1\u017E
-attributes_skip_root = Presko\u010D kore\u0148ov\u00FD uzol
-attributes_visible = Ozna\u010Den\u00E9 vidite\u013En\u00E9
-attributes_visible_tooltip = Ozna\u010Den\u00E9 vidite\u013En\u00E9
-automatically_save_message = Mapa bola automaticky ulo\u017Een\u00E1 (n\u00E1zov s\u00FAboru {0}) ...
-AutomaticLayoutAction.text = Automatick\u00E9 rozlo\u017Eenie
-AutomaticLayoutAction.tooltip = <html>Oprav\u00ED rozlo\u017Eenie mapy. <br>Prv\u00E1 \u00FArove\u0148 je \u010Dierna, druh\u00E1 modr\u00E1, at\u010F.</html>
-BackAction.text = Nasp\u00E4\u0165
-background = Pozadie
-BlinkingNodeHookAction.text = Blikaj\u00FAci uzol
-BlinkingNodeHookAction.tooltip = <html>Teraz bude uzol blika\u0165. Opatrne. Nenastavuje to pr\u00EDli\u0161 mnoh\u00FDm uzlom, a <strong> nie spolu s \u010Fal\u0161\u00EDmi automatick\u00FDmi form\u00E1tmi na rovnakom uzle</strong></html>
-BoldAction.text = Tu\u010Dn\u00E9
-boldify_branch = Zme\u0148 na tu\u010Dn\u00E9
-branch = Vetva
-cancel = Storno
-CancelAction.text = Storno
-cannot_add_parent_diff_parents = V\u0161etky uzly musia ma\u0165 rovnak\u00E9ho rodi\u010Da, aby sa dala pou\u017Ei\u0165 t\u00E1to funkcia.
-cannot_add_parent_to_root = Kore\u0148ov\u00FD uzol nemo\u017Eno prida\u0165 pod nov\u00E9ho rodi\u010Da.
-cannot_join_nodes_with_children = Nem\u00F4\u017Eem spoji\u0165 uzly s de\u0165mi
-cannot_move_to_child = Nem\u00F4\u017Eem posun\u00FA\u0165 uzol do jedn\u00E9ho z jeho det\u00ED.
-CenterAction.text = Centruj
-ChangeConnectorArrowsAction.backward.text = Nasp\u00E4\u0165
-ChangeConnectorArrowsAction.forward.text = Dopredu
-ChangeNodeLevelLeftsAction.text = Uzol do\u013Eava
-ChangeNodeLevelLeftsAction.tooltip = Uzly na\u013Eavo od kore\u0148a sa posun\u00FA nadol. Stan\u00FA sa poduzlami uzla, ktor\u00FD bol nad nimi. Uzly napravo od kore\u0148a sa posun\u00FA nahor. Priamo pri koreni uzly zmenia stranu.
-ChangeNodeLevelRightsAction.text = Uzol doprava
-ChangeNodeLevelRightsAction.tooltip = Uzly napravo od kore\u0148a sa posun\u00FA nadol. Stan\u00FA sa poduzlami uzla, ktor\u00FD bol nad nimi. Uzly na\u013Eavo od kore\u0148a sa posun\u00FA nahor. Priamo pri koreni uzly zmenia stranu.
-choose_background_color = Vyber farbu pozadia
-choose_cloud_color = Vyber farbu oblaku:
-choose_edge_color = Vyber farbu hrany
-choose_node_background_color = Vyber farbu pozadia uzla:
-choose_node_color = Vyber farbu uzla:
-CloseAction.text = Zavri
-CloudAction.text = Oblak
-CloudColorAction.text = Farba oblaku...
-ColorProperty.ResetColor = Vr\u00E1\u0165 p\u00F4vodn\u00FA farbu
-combined = Kombinovan\u00E1
-CopyAction.text = Kop\u00EDruj
-CopySingleAction.text = Kop\u00EDruj jeden
-CreationModificationPluginAction.text = Zobraz \u010Das zmeny
-CreationModificationPluginAction.tooltip = <html>T\u00E1to funkcia zaznamen\u00E1va \u010Das vytvorenia a \u00FApravy uzla.</html>
-CutAction.text = Vystrihni
-decrease_branch_font_size = Men\u0161ie p\u00EDsmo
-DecreaseNodeFontAction.text = Men\u0161ie p\u00EDsmo
-delete = Vyma\u017E
-delete_child = Vyma\u017E uzol
-DeleteAction.text = Odstr\u00E1\u0148 uzol
-DeleteConditionAction.text = Vyma\u017E
-DocumentationAction.text = Dokument\u00E1cia
-edge = Hrana
-edge_style = \u0160t\u00FDl hrany
-edge_width = Hr\u00FAbka hrany
-EdgeColorAction.text = Farba hrany...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.linear.text = Line\u00E1rne
-EdgeStyleAction.sharp_bezier.text = Ostr\u00E1 bezi\u00E9rova
-EdgeStyleAction.sharp_linear.text = Ostr\u00E1 line\u00E1rna
-EdgeStyleAsParentAction.text = Ako rodi\u010D
-EdgeWidthAction_width_parent.text = Rodi\u010D
-EdgeWidthAction_width_thin.text = Tenk\u00E1
-edit = Edituj
-edit_link_manually = Edituj hyperlinku ru\u010Dne...
-edit_middle_label = Edit Middle Label[translate me]
-EditAction.text = Edituj uzol
-EditAttributesAction.text = Edituj atrib\u00FAty
-EditFilterAction.text = Edituj
-EditLongAction.text = Edituj dlh\u00FD uzol...
-EncryptedMap.text = Vytvor za\u0161ifrovan\u00FA mapu...
-EncryptedMap.tooltip = Vytvor nov\u00FA za\u0161ifrovan\u00FA mapu.
-enter_base_url = Idem vlo\u017Ei\u0165 relat\u00EDvne linky. Pros\u00EDm zadajte z\u00E1kladn\u00E9 URL.
-enter_confirms = Enter potvrdzuje
-EnterPassword.text = Zme\u0148 vidite\u013En\u00E9 / za\u0161ifrovan\u00E9
-error = Chyba
-error_applying_template = Chyba pri pou\u017Eit\u00ED \u0161abl\u00F3ny XSL
-error_creating_directory = Neviem vytvori\u0165 adres\u00E1r na export.
-export_pdf_text = Prenosn\u00FD form\u00E1t dokumentu (PDF)
-export_svg_text = \u0160k\u00E1lovate\u013En\u00E1 vektorov\u00E1 grafika (SVG)
-ExportAction.text = Exportuj
-ExportBranchToHTMLAction.text = Vetva ako HTML
-ExportPdf.text = Ako PDF...
-ExportSvg.text = Ako SVG...
-ExportToHTMLAction.text = Ako HTML
-ExportToImage.jpg.text = Ako JPEG...
-ExportToImage.png.text = Ako PNG...
-ExportToOoWriter.text = Ako dokument programu OpenOffice Writer...
-ExportToOoWriter.tooltip = Rozbalen\u00E9 uzly tvoria \u0161trukt\u00FAru, zbalen\u00E9 uzly tvoria obsah dokumentu.
-extension_menu = Fyzick\u00FD \u0161t\u00FDl
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = Ot\u00E1zky
-file = S\u00FAbor
-file_already_exists = S\u00FAbor {0} u\u017E existuje. Chcete ho prep\u00EDsa\u0165?
-file_not_found = S\u00FAbor {0} sa nena\u0161iel
-filter = Filter
-filter_add = Pridaj
-filter_and = A
-filter_conditions = Filtre
-filter_contains = Obsahuje
-filter_delete = Vyma\u017E
-filter_dialog = N\u00E1vrh filtra
-filter_does_not_exist = Neexistuje
-filter_edit_description = Edituj zoznam filtrov
-filter_enter_value = Vlo\u017E hodnotu
-filter_exist = Existuje
-filter_icon = Ikona
-filter_is_equal_to = Sa rovn\u00E1
-filter_is_not_equal_to = Sa nerovn\u00E1
-filter_link = Hyperlink[translate me]
-filter_no_filtering = Bez filtra
-filter_node = Text uzla
-filter_not = Nie
-filter_or = Alebo
-filter_select = V\u00FDber
-filter_selected_node_view = Moment\u00E1lne vybran\u00E9 uzly
-find_what = N\u00E1jdi \u010Do
-FindAction.text = N\u00E1jdi...
-fit_map_to_page = Zmesti na jednu stranu
-FitToPage.text = Zaostri na str\u00E1nku
-FitToPage.tooltip = Prisp\u00F4sob\u00ED zaostrenie, aby sa cel\u00E1 mapa zmestila do s\u00FA\u010Dasn\u00E9ho okna.
-fold = Zba\u013E
-FoldAllAction.text = Zba\u013E v\u0161etko
-FoldAllAction.tooltip = <html>Zbal\u00ED ozna\u010Den\u00FD uzol a v\u0161etky jeho poduzly.</html>
-FoldOneLevelAction.text = Zba\u013E jednu \u00FArove\u0148
-FoldOneLevelAction.tooltip = <html>Zbal\u00ED ozna\u010Den\u00E9 uzly o jednu \u00FArove\u0148.</html>
-FollowLinkAction.text = Otvor hyperlinku:
-font = P\u00EDsmo
-FontFamilyAction.text = typ p\u00EDsma
-FontSizeAction.text = ve\u013Ekos\u0165 p\u00EDsma
-format_menu_edge_styles = \u0160t\u00FDly hr\u00E1n
-format_menu_edge_widths = Hr\u00FAbky hr\u00E1n
-FormatCopy.text = Kop\u00EDruj form\u00E1t
-FormatCopy.tooltip = <html>Skop\u00EDruje form\u00E1t uzla.</html>
-FormatPaste.text = Vlo\u017E form\u00E1t
-FormatPaste.tooltip = <html>Vlo\u017E\u00ED form\u00E1t uzla.</html>
-ForwardAction.text = Dopredu
-Freeplane.progress.buildScreen = Zostavujem obrazovku...
-Freeplane.progress.createController = Vytv\u00E1ram ovl\u00E1da\u010D...
-Freeplane.progress.createInitialMode = Vytv\u00E1ram po\u010Diato\u010Dn\u00FD re\u017Eim...
-Freeplane.progress.endStartup = Dokon\u010Dujem \u0161tart.
-Freeplane.progress.gettingPreferenceDirectories = Zis\u0165ujem adres\u00E1re s nastaveniami...
-Freeplane.progress.gettingPreferences = Zis\u0165ujem nastavenia...
-Freeplane.progress.loadMaps = Na\u010D\u00EDtavam mapy...
-Freeplane.progress.propagateLookAndFeel = Preber\u00E1m v\u00FDzor a spr\u00E1vanie...
-Freeplane.progress.settingPreferences = Aplikujem nastavenia...
-Freeplane.progress.startCreateController = Za\u010D\u00EDnam vytv\u00E1ra\u0165 ovl\u00E1da\u010D...
-Freeplane.progress.updateLookAndFeel = Aktualizujem v\u00FDzor a spr\u00E1vanie...
-freeplane_reverted = Freeplane_Reverted_[translate me]
-FreeplaneHelpStarter.text = Pomoc...
-FreeplaneHelpStarter.tooltip = Podrobn\u00E1 pomoc k programu Freeplane
-GotoLinkNodeAction.text = Cho\u010F na linku
-GrabKeyDialog.common.cancel = Storno
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Pridelen\u00E9 k
-GrabKeyDialog.grab-key.assigned-to.none = Moment\u00E1lne nepridelen\u00E9
-GrabKeyDialog.grab-key.clear = Vy\u010Disti
-GrabKeyDialog.grab-key.remove = Odstr\u00E1\u0148
-GrabKeyDialog.grab-key.remove-ask = Ur\u010Dite chcete odstr\u00E1ni\u0165 t\u00FAto kl\u00E1vesu?
-GrabKeyDialog.grab-key.title = Zadajte nov\u00FA kl\u00E1vesu
-help = Pomoc
-HideAllAttributesAction.text = Ukry v\u0161etky atrib\u00FAty
-HierarchicalIconsAction.text = Zobraz ikony hierarchicky
-HierarchicalIconsAction.tooltip = Ak m\u00E1 niektor\u00FD z mojich pod(pod)uzlov ikonu, zobraz\u00EDm t\u00FAto ikonu v malom form\u00E1te aj ja.
-html_export_based_on_headings = Export do HTML - pod\u013Ea hlavi\u010Diek
-html_export_fold_all = Export do HTML - zba\u013E v\u0161etko
-html_export_fold_currently_folded = Export do HTML - zba\u013E moment\u00E1lne zbalen\u00E9
-html_export_no_folding = Export do HTML - nezba\u013E ni\u010D
-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_attach = Pozri sem
-icon_back = Nasp\u00E4\u0165
-icon_bee = Freeplane[translate me]
-icon_bell = Pam\u00E4taj
-icon_bookmark = Vynikaj\u00FAce
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Nie OK
-icon_button_ok = OK
-icon_calendar = D\u00E1tum
-icon_clanbomber = Nebezpe\u010Dn\u00E9
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Nezabudni
-icon_down = Dole
-icon_fema = Females[translate me]
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_females = Females[translate me]
-icon_flag = Vlajka
-icon_flag-black = Black Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_forward = Dopredu
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = Priorita 1
-icon_full-2 = Priorita 2
-icon_full-3 = Priorita 3
-icon_full-4 = Priorita 4
-icon_full-5 = Priorita 5
-icon_full-6 = Priorita 6
-icon_full-7 = Priorita 7
-icon_gohome = Domov
-icon_help = Ot\u00E1zka
-icon_idea = N\u00E1pad
-icon_info = Info[translate me]
-icon_kaddressbook = Telef\u00F3n
-icon_kmail = E-Mail[translate me]
-icon_knotify = Hudba
-icon_korn = Schr\u00E1nka
-icon_ksmiletris = Som vesel\u00FD
-icon_licq = Pekn\u00E9
-icon_Mail = Po\u0161ta
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_males = Males[translate me]
-icon_menu = Ikony
-icon_messagebox_warning = D\u00F4le\u017Eit\u00E9
-icon_password = K\u013E\u00FA\u010D
-icon_pencil = Treba upresni\u0165
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = To ma nebav\u00ED
-icon_stop = Stop
-icon_stop-sign = Stop[translate me]
-icon_up = Hore
-icon_wizard = K\u00FAzlo
-icon_xmag = Treba prediskutova\u0165
-icon_yes = D\u00F4le\u017Eit\u00E9
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.docs_folders.text = Docs & Folders[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Vyber ikonu...
-IconSelectionPlugin.tooltip = <html>Tu m\u00F4\u017Eete vybra\u0165 ikonu pomocou podokna.</html>
-import = Import
-import_linked_branch_no_link = Ozna\u010Den\u00FD uzol nem\u00E1 linku, z ktorej by sa dalo importova\u0165.
-ImportAction.text = Importuj
-ImportBranchAction.text = Vetva...
-ImportExplorerFavoritesAction.text = Ob\u013E\u00FAben\u00E9 polo\u017Eky z Explorera...
-ImportFolderStructureAction.text = Adres\u00E1rov\u00E1 \u0161trukt\u00FAra...
-ImportLinkedBranchAction.text = Linkovan\u00E1 vetva
-ImportLinkedBranchWithoutRootAction.text = (Linkovan\u00E1 vetva) Bez kore\u0148a...
-ImportMindmanagerFiles.text = Mapa programu MindManager X5...
-increase_branch_font_size = V\u00E4\u010D\u0161ie p\u00EDsmo
-IncreaseNodeFontAction.text = V\u00E4\u010D\u0161ie p\u00EDsmo
-ItalicAction.text = Kurz\u00EDva
-italicise_branch = Zme\u0148 na kurz\u00EDvu
-JoinNodesAction.text = Spoj uzly
-less_than_two_selected_nodes = Aby ste dostali linky, mus\u00EDte vybra\u0165 aspo\u0148 dva uzly.
-link_not_available_any_more = T\u00E1to linka u\u017E neplat\u00ED. Uzol bol medzi\u010Dasom zmazan\u00FD.
-link_not_found = Nena\u0161la sa linka {0}.
-LoadAcceleratorPresetsAction.textPatterns.text = Text Patterns[translate me]
-locking_failed_by_open = Nepodarilo sa zamkn\u00FA\u0165 mapu {0}. Otv\u00E1ram ju iba na \u010D\u00EDtanie.
-locking_failed_by_save_as = Nepodarilo sa zamkn\u00FA\u0165 mapu {0}. Akcia Ulo\u017E ako zru\u0161en\u00E1.
-locking_old_lock_removed = Mapu {0} u\u017E zamkol pou\u017E\u00EDvate\u013E {1}. Z\u00E1mok bol zru\u0161en\u00FD, preto\u017Ee je star\u00FD.
-long_node_changed_cancel = Zmenili ste uzol. Chcete zru\u0161i\u0165 tieto zmeny?
-lots_of_links_warning = Idete vytvori\u0165 mnoho liniek na rovnak\u00FD uzol. Naozaj chcete vytvori\u0165 tieto linky?
-map_already_exists = Mapa u\u017E existuje. Chcete ju prep\u00EDsa\u0165?
-map_corrupted = Mapa je po\u0161koden\u00E1. Zobrazi\u0165 podrobnosti?
-map_locked_by_open = Mapu {0} u\u017E edituje pou\u017E\u00EDvate\u013E {1}. Otv\u00E1ram iba na \u010D\u00EDtanie.
-map_locked_by_save_as = Mapu {0} edituje pou\u017E\u00EDvate\u013E {1}. Akcia Ulo\u017E ako zru\u0161en\u00E1.
-map_not_saved = T\u00E1to mapa e\u0161te nebola ulo\u017Een\u00E1.
-menu_attributes = Vlastnosti
-menu_extras = N\u00E1stroje
-menu_file_import = Importuj
-menu_filter = Filter[translate me]
-menu_format = Form\u00E1t
-menu_insert = Vlo\u017E
-menu_navigate = Naviguj
-menu_view = Poh\u013Ead
-mindmap = Mapa
-mindmaps = Mapy
-mindmaps_desc = Mapy (*.mm)
-mode_na = Re\u017Eim nie je k dispoz\u00EDcii
-mode_status = Re\u017Eim zmenen\u00FD na re\u017Eim {0}
-mode_title = Freeplane - Re\u017Eim {0}
-modes = Re\u017Eimy
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Naposledy pou\u017Eit\u00E9 s\u00FAbory
-MoveToRootAction.text = Presu\u0148 na kore\u0148
-NavigationNextMapAction.text = \u010Eal\u0161ia mapa
-NavigationPreviousMapAction.text = Predch\u00E1dzaj\u00FAca mapa
-new_mindmap = Nov\u00E1 mapa my\u0161lienok
-new_node = Nov\u00FD uzol
-new_node_as_sibling_not_possible_for_the_root = Nemo\u017Eno vytvori\u0165 nov\u00FD uzol ved\u013Ea kore\u0148a
-NewChildAction.text = Nov\u00FD poduzol
-NewMapAction.text = Nov\u00FD
-NewParentNode.text = Nov\u00FD rodi\u010Dovsk\u00FD uzol
-NewParentNode.tooltip = <html>V\u0161etky ozna\u010Den\u00E9 uzly sa po\u0161l\u00FA k nov\u00E9mu rodi\u010Dovsk\u00E9mu.</html>
-NewPreviousSiblingAction.text = Nov\u00FD predch\u00E1dzaj\u00FAci s\u00FArodeneck\u00FD uzol
-NewSiblingAction.text = Nov\u00FD s\u00FArodeneck\u00FD uzol
-no = Nie
-no_format_copy_before_format_paste = Aby ste vlo\u017Eili form\u00E1t, mus\u00EDte najprv nejak\u00FD skop\u00EDrova\u0165.
-no_found_from = <html>Nena\u0161lo sa \u017Eiadne <b>{0}</b> od <b>{1}</b>.
-no_more_found_from = <html>Nena\u0161lo sa \u010Fal\u0161ie <b>{0}</b> od <b>{1}</b>.
-no_previous_find = Nena\u0161lo sa predch\u00E1dzaj\u00FAce.
-node = Uzol
-node_changed_discard_changes = Zmenili ste uzol. Chcete zru\u0161i\u0165 tieto zmeny?
-NodeBackgroundColorAction.text = Farba pozadia uzla...
-NodeColorAction.text = Farba uzla...
-NodeColorBlendAction.text = Zmie\u0161aj farbu
-NodeDownAction.text = Uzol nadol
-NodeListAction.text = Uk\u00E1\u017E hist\u00F3riu mapy...
-NodeListAction.tooltip = Uk\u00E1\u017Ee v\u0161etky uzly s d\u00E1tumami vytvorenia/zmeny
-NodeShapeAction.bubble.text = Bublina
-NodeShapeAction.fork.text = Vetva
-NodeUpAction.text = Uzol nahor
-nonboldify_branch = Zru\u0161 tu\u010Dn\u00E9
-nonitalicise_branch = Zru\u0161 kurz\u00EDvu
-normal = Norm\u00E1lne
-not_saved_for_link_error = Mapa mus\u00ED by\u0165 ulo\u017Een\u00E1 sk\u00F4r ako nastav\u00EDte linku v\u00FDberom s\u00FAboru
-ok = OK
-OKAction.text = OK
-OpenAction.text = Otvor...
-OpenPathAction.text = Open File[translate me]
-option_changes_may_require_restart = Aby ste videli \u00FA\u010Dinok zmenen\u00FDch nastaven\u00ED, mus\u00EDte asi re\u0161tartova\u0165 Freeplane.
-OptionPanel.absolute = Absol\u00FAtne
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatick\u00E9 vzory rozlo\u017Eenia
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Ur\u010Duje kvalitu mapy. V\u00E4\u010D\u0161ie antialiasovanie vy\u017Eaduje viac \u010Dasu.</html>
-OptionPanel.antialias_all = Vyhla\u010F v\u0161etko
-OptionPanel.antialias_edges = Vyhla\u010F hrany
-OptionPanel.antialias_none = Bez antialiasingu
-OptionPanel.Appearance = V\u00FDzor
-OptionPanel.ar = Ar[translate me]
-OptionPanel.as_parent = Ako rodi\u010Dovsk\u00FD uzol
-OptionPanel.automatic = Automatick\u00E9
-OptionPanel.automaticFormat_level = Automatick\u00E9 \u0161t\u00FDly rozlo\u017Eenia
-OptionPanel.automaticFormat_level1 = Form\u00E1t kore\u0148ov\u00E9ho uzla
-OptionPanel.automaticFormat_level2 = Form\u00E1t uzla 1. \u00FArovne
-OptionPanel.Behaviour = Spr\u00E1vanie
-OptionPanel.bubble = Bubble[translate me]
-OptionPanel.Cancel = Storno
-OptionPanel.childpattern = Vzor poduzla
-OptionPanel.childpattern.tooltip = Vybran\u00FD vzor je pou\u017Eit\u00FD na v\u0161etky poduzly.
-OptionPanel.clear_all_setters = Prepni v\u0161etko
-OptionPanel.clear_all_setters.tooltip = Zapne alebo vypne v\u0161etky indik\u00E1tory zmeny.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Kombinovan\u00E1
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = \u0160tandardn\u00E9
-OptionPanel.default_browser_command_mac = \u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> a MAC: (v\u010Faka, Nick!)</html>
-OptionPanel.default_browser_command_other_os = \u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre in\u00FD OS
-OptionPanel.default_browser_command_other_os.tooltip = <html>Toto je zvy\u010Dajne Linux:</html>
-OptionPanel.default_browser_command_windows_9x = \u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Pre Windows (znamienka "" s\u00FA potrebn\u00E9 kv\u00F4li link\u00E1m, ktor\u00E9 maj\u00FA "=" v URL).</html>
-OptionPanel.default_browser_command_windows_nt = \u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Pre Windows (znamienka "" s\u00FA potrebn\u00E9 kv\u00F4li link\u00E1m, ktor\u00E9 maj\u00FA "=" v URL).</html>
-OptionPanel.Defaults = \u0160tandardn\u00E9
-OptionPanel.delete_automatic_saves_at_exit = Vyma\u017E automaticky ulo\u017Een\u00E9 s\u00FAbory pri skon\u010Den\u00ED
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html>Ak by mali by\u0165 s\u00FAbory automaticky vymazan\u00E9 pri norm\u00E1lnom vypnut\u00ED programu Freeplane, nastavte t\u00FAto premenn\u00FA na 'true'</html>
-OptionPanel.disable_cursor_move_paper = Vypni kurzor pri pos\u00FAvan\u00ED papiera
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Nezobrazuj kurzor 'pohyb' po\u010Das pos\u00FAvania papiera</html>
-OptionPanel.edgecolor = Farba hrany
-OptionPanel.edgecolor.tooltip = Vlastnos\u0165 hrany rodi\u010Dovsk\u00E9ho uzla (sa pou\u017Eije aj na v\u0161etky podzuly)
-OptionPanel.edgestyle = \u0160t\u00FDl hrany
-OptionPanel.edgestyle.tooltip = Vlastnos\u0165 hrany rodi\u010Dovsk\u00E9ho uzla (sa pou\u017Eije aj na v\u0161etky podzuly)
-OptionPanel.edgewidth = Hr\u00FAbka hrany
-OptionPanel.edgewidth.tooltip = Vlastnos\u0165 hrany rodi\u010Dovsk\u00E9ho uzla (sa pou\u017Eije aj na v\u0161etky podzuly)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Enter \u0161tandardne potvrdzuje
-OptionPanel.el__max_default_window_height = Max \u0161tandardn\u00E1 v\u00FD\u0161ka okna
-OptionPanel.el__max_default_window_width = Max \u0161tandardn\u00E1 \u0161\u00EDrka okna
-OptionPanel.el__min_default_window_height = Min \u0161tandardn\u00E1 v\u00FD\u0161ka okna
-OptionPanel.el__min_default_window_width = Min \u0161tandardn\u00E1 \u0161\u00EDrka okna
-OptionPanel.el__position_window_below_node = Umiestni okno pod uzlom
-OptionPanel.en = En
-OptionPanel.Environment = Prostredie
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Experiment\u00E1lna zamykanie s\u00FAborov
-OptionPanel.experimental_file_locking_on.tooltip = <html>Experiment\u00E1lna vlastnos\u0165</html>
-OptionPanel.export_icons_in_html = Exportuj ikony v HTML
-OptionPanel.export_icons_in_html.tooltip = <html>\u010Ci by mali HTML s\u00FAbory exportovan\u00E9 z programu Freeplane obsahova\u0165 ikony. Probl\u00E9m s ikonami je, \u017Ee sa v exportovanom HTML \u010Dasto nen\u00E1jdu linky na ikony.</html>
-OptionPanel.Files = S\u00FAbory
-OptionPanel.first = Prv\u00FD
-OptionPanel.foldingsymbolwidth = \u0160\u00EDrka symbolu zbalenia
-OptionPanel.foldingsymbolwidth.tooltip = <html>\u0160\u00EDrka kolieska ozna\u010Duj\u00FAceho zbalenie</html>
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Pod\u013Ea hlavi\u010Dky
-OptionPanel.html_export_fold_all = Zba\u013E v\u0161etko
-OptionPanel.html_export_fold_currently_folded = Zba\u013E moment\u00E1lne zbalen\u00E9
-OptionPanel.html_export_folding = Balenie pri exporte do HTML
-OptionPanel.html_export_no_folding = Bez balenia
-OptionPanel.hu = Hu
-OptionPanel.icon = Ikona
-OptionPanel.icon.tooltip = Ak sa pou\u017Eije, uzol bude ma\u0165 pr\u00E1ve t\u00FAto ikonu.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Kl\u00E1vesy
-OptionPanel.ko = Kr
-OptionPanel.label_font_size = Ve\u013Ekos\u0165 p\u00EDsma
-OptionPanel.language = Jazyk
-OptionPanel.language.tooltip = <html>Toto je jazyk, ktor\u00FD by mal program pou\u017E\u00EDva\u0165. 'automatic' sa pok\u00FAsi na\u010D\u00EDta\u0165 jazyk aktu\u00E1lneho pou\u017E\u00EDvate\u013Ea. </html>
-OptionPanel.last = Posledn\u00FD
-OptionPanel.last_opened_list_length = D\u013A\u017Eka naposledy otvoren\u00E9ho zoznamu
-OptionPanel.links = Linky
-OptionPanel.links.tooltip = <html>Nastav\u00ED linky bu\u010F na relat\u00EDvne alebo absol\u00FAtne</html>
-OptionPanel.load_folding = On Load[translate me]
-OptionPanel.load_last_map = Automaticky otvor posledn\u00FA mapu
-OptionPanel.load_last_map.tooltip = <html>Ke\u010F program Freeplane \u0161tartuje, automaticky na\u010D\u00EDta naposledy otvoren\u00FA mapu, ak je toto zapnut\u00E9.</html>
-OptionPanel.lookandfeel = V\u00FDzor a spr\u00E1vanie
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Max \u0161\u00EDrka uzla
-OptionPanel.max_node_width.tooltip = <html>\u0160tandardn\u00E1 maxim\u00E1lna \u0161\u00EDrka uzla v pixeloch</html>
-OptionPanel.metal = Kov
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb[translate me]
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn
-OptionPanel.nodebackgroundcolor = Farba pozadia uzla
-OptionPanel.nodecolor = Farba uzla
-OptionPanel.nodefontbold = Tu\u010Dn\u00E9 p\u00EDsmo
-OptionPanel.nodefontitalic = Kurz\u00EDva
-OptionPanel.nodefontname = P\u00EDsmo uzla
-OptionPanel.nodefontsize = P\u00EDsmo uzla
-OptionPanel.nodeshape = \u0160t\u00FDl uzla
-OptionPanel.nodetext = Text uzla
-OptionPanel.nothing = Ni\u010D
-OptionPanel.number_of_different_files_for_automatic_save = Po\u010Det r\u00F4znych s\u00FAborov pri automatickom ukladan\u00ED
-OptionPanel.OK = Ulo\u017E
-OptionPanel.patternname = N\u00E1zov
-OptionPanel.patternname.tooltip = Jedine\u010Dn\u00FD n\u00E1zov vzoru
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Umiestni nov\u00E9 vetvy
-OptionPanel.placenewbranches.tooltip = <html>Kam umiestni\u0165 nov\u00E9 vetvy. Mo\u017En\u00E9 hodnoty s\u00FA 'first' (ako prv\u00E9) a 'last' (ako posledn\u00E9)</html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Relat\u00EDvne
-OptionPanel.ru = Ru
-OptionPanel.scrollbar_increment = Speed[translate me]
-OptionPanel.selection_method = Met\u00F3da vyberania
-OptionPanel.selection_method_by_click = Kliknut\u00EDm
-OptionPanel.selection_method_delayed = Spomalen\u00E9
-OptionPanel.selection_method_direct = Priamo
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Vzory
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.attributes = Atrib\u00FAty
-OptionPanel.separator.automatic_save = Automatick\u00E9 ulo\u017Eenie
-OptionPanel.separator.behaviour = Spr\u00E1vanie
-OptionPanel.separator.browser = Prezera\u010D
-OptionPanel.separator.commands_for_the_program = Pr\u00EDkazy programu
-OptionPanel.separator.default_colors = \u0160tandardn\u00E9 farby
-OptionPanel.separator.default_fonts = \u0160tandardn\u00E9 p\u00EDsma
-OptionPanel.separator.default_styles = \u0160tandardn\u00E9 \u0161t\u00FDly
-OptionPanel.separator.EdgeControls = Hrany
-OptionPanel.separator.edit_long_node_window = Edituj dlh\u00FD uzol v okne
-OptionPanel.separator.files = S\u00FAbory
-OptionPanel.separator.General = V\u0161eobecn\u00E9
-OptionPanel.separator.html_export = Export do HTML
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.hyperlink_types = Druhy hyperliniek
-OptionPanel.separator.icon_properties = Ikony
-OptionPanel.separator.initial_map_size = Po\u010Diato\u010Dn\u00E9 rozmery mapy
-OptionPanel.separator.key_typing = P\u00EDsanie z kl\u00E1vesnice
-OptionPanel.separator.language = Jazyk
-OptionPanel.separator.look_and_feel = V\u00FDzor a spr\u00E1vanie
-OptionPanel.separator.new_node_commands = Pr\u00EDkazy na nov\u00FD uzol
-OptionPanel.separator.node_editing_commands = Pr\u00EDkazy na editovanie uzla
-OptionPanel.separator.node_navigation_commands = Pr\u00EDkazy na navig\u00E1ciu uzla
-OptionPanel.separator.NodeColors = Farby uzlov
-OptionPanel.separator.NodeFont = P\u00EDsmo uzla
-OptionPanel.separator.other_defaults = Ostatn\u00E9 \u0161tandardn\u00E9
-OptionPanel.separator.others = Ostatn\u00E9 kl\u00E1vesov\u00E9 skratky
-OptionPanel.separator.patterns = Vzory
-OptionPanel.separator.save = Ulo\u017E
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = Met\u00F3da vyberania
-OptionPanel.separator.undo = Sp\u00E4\u0165
-OptionPanel.set_property_text = Zme\u0148
-OptionPanel.set_property_text.tooltip = Pr\u00E1zdne: nechyta\u0165; m\u00EDnus=zru\u0161 vlastnos\u0165 (nastav \u0161tandardn\u00E9 hodnoty); plus=zme\u0148 vlastnos\u0165
-OptionPanel.show_icon_for_attributes = Zobraz ikony vlastnost\u00ED
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = \u0160tandardn\u00E1 farba pozadia
-OptionPanel.standardbackgroundcolor.tooltip = <html>\u0160tandardn\u00E1 farba pozadia vo form\u00E1te HTML</html>
-OptionPanel.standardcloudcolor = \u0160tandardn\u00E1 farba oblaku
-OptionPanel.standardcloudcolor.tooltip = <html>\u0160tandardn\u00E1 farba oblaku vo form\u00E1te HTML</html>
-OptionPanel.standardcloudestyle = \u0160tandardn\u00FD \u0161t\u00FDl oblaku
-OptionPanel.standardcloudestyle.tooltip = <html>\u0160tandardn\u00FD \u0161t\u00FDl oblaku; moment\u00E1lne iba 'bezier'</html>
-OptionPanel.standardlinkcolor = \u0160tandardn\u00E1 farba linky
-OptionPanel.standardlinkcolor.tooltip = <html>\u0160tandardn\u00E1 farba linky vo form\u00E1te HTML</html>
-OptionPanel.standardlinkestyle = \u0160tandardn\u00FD \u0161t\u00FDl linky
-OptionPanel.standardlinkestyle.tooltip = <html>\u0160tandardn\u00FD \u0161t\u00FDl linky; moment\u00E1lne iba 'bezier'</html>
-OptionPanel.standardselectednodecolor = \u0160tandardn\u00E1 farba ozna\u010Den\u00E9ho uzla
-OptionPanel.standardselectednodecolor.tooltip = <html>\u0160tandardn\u00E1 farba ozna\u010Den\u00E9ho uzla vo form\u00E1te HTML (#\u010C\u010CZZMM v \u0161estn\u00E1stkov\u00FDch \u010D\u00EDslach)</html>
-OptionPanel.sv = Se
-OptionPanel.time_for_automatic_save = \u010Casov\u00FD interval automatick\u00E9ho ulo\u017Eenia
-OptionPanel.time_for_automatic_save.tooltip = <html>\u010Das medzi dvoma nasleduj\u00FAcimi automatick\u00FDmi ulo\u017Eeniami (v milisekund\u00E1ch); automatick\u00E9 uklaanie sa vypne pomocou hodnoty 2000000000.</html>
-OptionPanel.time_for_delayed_selection = \u010Cas oneskorenia ozna\u010Denia
-OptionPanel.time_for_delayed_selection.tooltip = <html>Pauza pred ozna\u010Den\u00EDm uzla, ke\u010F nad n\u00EDm prech\u00E1dza my\u0161 (v milisekund\u00E1ch). Nastavte t\u00FAto hodnotu na 1, ak chcete pri prechode my\u0161ou ponad uzol hne\u010F ozna\u010Di\u0165.</html>
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Nedefinovan\u00E9 p\u00EDsmo
-OptionPanel.undo_levels = Po\u010Det n\u00E1vratov
-OptionPanel.undo_levels.tooltip = <html>Ur\u010Duje ko\u013Eko krokov je ulo\u017Een\u00FDch, aby sa dali vr\u00E1ti\u0165 pr\u00EDkazom "Sp\u00E4\u0165".</html>
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Speed[translate me]
-OptionPanel.windows = Okn\u00E1
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Nastavenie strany...
-PasteAction.text = Vlo\u017E
-PatternNewNameProperty = Nov\u00FD vzor
-PatternToString.backgroundColor = Farba pozadia
-PatternToString.EdgeStyle = \u0160t\u00FDl hrany
-PatternToString.EdgeWidth = Hr\u00FAbka hrany
-PatternToString.FontBold = Tu\u010Dn\u00E9
-PatternToString.FontName = Font Name[translate me]
-PatternToString.Icon = Ikona
-PatternToString.NodeFontSize = Ve\u013Ekos\u0165 p\u00EDsma
-plugins/ScriptEditor.new_script = New Script[translate me]
-plugins/ScriptEditor/window.title = Script Editor[translate me]
-plugins/TimeList.xml_Created = Vytvoren\u00E9
-plugins/TimeList.xml_Date = D\u00E1tum
-plugins/TimeList.xml_Icons = Ikony
-plugins/TimeList.xml_Modified = Zmenen\u00E9
-plugins/TimeList.xml_Notes = Notes[translate me]
-plugins/TimeList.xml_Text = Text
-plugins/TimeManagement.xml_appendButton = Pripoj d\u00E1tum k ozna\u010Den\u00FDm uzlom
-plugins/TimeManagement.xml_Cancel = Storno
-plugins/TimeManagement.xml_cancelButton = Storno
-plugins/TimeManagement.xml_closeButton = Zavri
-plugins/TimeManagement.xml_Export = Exportuj ozna\u010Den\u00E9 uzly
-plugins/TimeManagement.xml_Find = N\u00E1jdi
-plugins/TimeManagement.xml_Goto = Cho\u010F na
-plugins/TimeManagement.xml_hour = Hodina:
-plugins/TimeManagement.xml_minute = Min\u00FAta:
-plugins/TimeManagement.xml_reminderButton = Pripome\u0148 mi v tento d\u00E1tum
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Po stla\u010Den\u00ED sa napl\u00E1nuje \u010Dasova\u010D na dan\u00FD d\u00E1tum. Potom v\u00E1s upozorn\u00ED blikaj\u00FAca ikona.<br> Ak zavriete mapu, \u010Dasova\u010De sa znovu aktivuj\u00FA nabud\u00FAce po jej otvoren\u00ED.</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Napl\u00E1novan\u00E1 pripomienka na {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Odstr\u00E1\u0148 pripomienku
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Odstr\u00E1\u0148 v\u0161etky pripomienky spojen\u00E9 s ozna\u010Den\u00FDmi uzlami.
-plugins/TimeManagement.xml_Replace = Nahra\u010F
-plugins/TimeManagement.xml_Replace_All = Nahra\u010F v\u0161etko
-plugins/TimeManagement.xml_Replace_Selected = Nahra\u010F ozna\u010Den\u00E9
-plugins/TimeManagement.xml_Select = Vyber
-plugins/TimeManagement.xml_todayButton = Dnes
-plugins/TimeManagement.xml_WindowTitle = Riadenie \u010Dasu
-preferences = Nastavenia
-PrintDirectAction.text = Tla\u010D...
-printing_settings = Mierka tla\u010De
-PrintPreviewAction.text = Uk\u00E1\u017Eka tla\u010De...
-PropertyAction.text = Nastavenia...
-QuitAction.text = Ukon\u010Di
-read_only = Iba na \u010D\u00EDtanie
-RedoAction.text = Znova
-RedoFilterAction.text = Znova
-ReminderHookAction.text = Odstr\u00E1\u0148 pripomienku
-ReminderHookAction.tooltip = Odstr\u00E1ni pozn\u00E1mku z uzla
-RemoveAllIconsAction.text = Odstr\u00E1\u0148 v\u0161etky ikony
-RemoveIconAction.text = Odstr\u00E1\u0148 posledn\u00FA ikonu
-repair_link = Oprav linku
-repair_link_question = Nem\u00F4\u017Eem na\u010D\u00EDta\u0165 linkovan\u00FA mapu. Oprav\u00EDte linku ru\u010Dne?
-replace = Nahra\u010F
-ResetNodeLocationAction.text = Vr\u00E1\u0165 poz\u00EDciu
-save_failed = Nepodarilo sa ulo\u017Ei\u0165 mapu {0}.
-save_unsaved = Ulo\u017Ei\u0165 nasleduj\u00FAcu mapu my\u0161lienok? :
-SaveAction.text = Ulo\u017E
-SaveAll.text = Ulo\u017E v\u0161etky
-SaveAll.tooltip = Ulo\u017E\u00ED v\u0161etky otvoren\u00E9 mapy.
-SaveAsAction.text = Ulo\u017E ako...
-saved = Ulo\u017Een\u00E9
-scheme_evaluate = Vyhodno\u0165!
-select_favorites_folder = Vyberte adres\u00E1r, kde sa nach\u00E1dzaj\u00FA va\u0161e ob\u013E\u00FAben\u00E9 polo\u017Eky
-select_folder_for_importing = Vyberte adres\u00E1r na import
-SelectAllAction.text = Ozna\u010D v\u0161etky vidite\u013En\u00E9
-SelectBranchAction.text = Ozna\u010D vidite\u013En\u00FA vetvu
-selection_method_by_click = Ozna\u010Dte jednoduch\u00FDm kliknut\u00EDm
-selection_method_delayed = Spomalen\u00E9 automatick\u00E9 ozna\u010Dovanie
-selection_method_direct = Ozna\u010Dte uk\u00E1zan\u00EDm
-SetImageByFileChooserAction.text = Obr\u00E1zok (vyberte s\u00FAbor alebo linku)...
-SetLinkByFileChooserAction.text = Hyperlinka (vyberte s\u00FAbor)...
-SetLinkByTextFieldAction.text = Hyperlinka (zadajte text)...
-ShowAllAttributesAction.text = Uk\u00E1\u017E v\u0161etky atrib\u00FAty
-ShowAncestorsAction.text = Uk\u00E1\u017E predkov
-ShowAttributeDialogAction.text = Spr\u00E1vca atrib\u00FAtov
-ShowDescendantsAction.text = Uk\u00E1\u017E potomkov
-ShowFilterToolbarAction.text = Filter Toolbar[translate me]
-ShowSelectedAttributesAction.text = Uk\u00E1\u00FD ozna\u010Den\u00E9 atrib\u00FAty
-simplyhtml.boldName = bold[translate me]
-simplyhtml.borderWidthLabel = \u0160\u00EDrka
-simplyhtml.cancelBtnName = Storno
-simplyhtml.cellGenTabLabel = V\u0161eobecn\u00E9
-simplyhtml.close = Zavri
-simplyhtml.closeBtnName = Zavri
-simplyhtml.copyLabel = Kop\u00EDruj
-simplyhtml.cutLabel = Vystrihni
-simplyhtml.defaultDocName = Untitled[translate me]
-simplyhtml.editLabel = Edituj
-simplyhtml.effectLabel = Effect[translate me]
-simplyhtml.fontBoldLabel = Tu\u010Dn\u00E9
-simplyhtml.fontItalicLabel = Kurz\u00EDva
-simplyhtml.fontTabLabel = P\u00EDsmo
-simplyhtml.fontUnderlineLabel = Pod\u010Diarkni
-simplyhtml.helpLabel = Pomoc
-simplyhtml.okBtnName = OK
-simplyhtml.pasteLabel = Vlo\u017E
-simplyhtml.plainName = plain[translate me]
-simplyhtml.redoLabel = Znova
-simplyhtml.replaceAll = V\u0161etky
-simplyhtml.replaceNo = Nie
-simplyhtml.replaceYes = \u00C1no
-simplyhtml.styleLabel = \u0160t\u00FDl
-simplyhtml.uLineLabel = Pod\u010Diarkni
-simplyhtml.undoLabel = Sp\u00E4\u0165
-split = Rozde\u013E
-style = \u0160t\u00FDl
-svg = SVG[translate me]
-TimeListAction.text = Zobraz zoznam pl\u00E1nova\u010Da \u010Dasu...
-TimeListAction.tooltip = Zobraz v\u0161etky napl\u00E1novan\u00E9 \u010Dasy a zodpovedaj\u00FAce uzly.
-TimeManagementAction.text = Zobraz kalend\u00E1r...
-TimeManagementAction.tooltip = <html>Zobraz\u00ED kalend\u00E1rov\u00FD modul od Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Rozba\u013E / Zba\u013E deti
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Prepni zbalen\u00E9
-ToggleLeftToolbarAction.text = Prepni \u013Eav\u00E9 menu
-ToggleMenubarAction.text = Prepni menu
-ToggleToolbarAction.text = Prepni n\u00E1strojov\u00FA li\u0161tu
-undefined_error = Nastava ne\u010Dakan\u00E1 chyba. Pros\u00EDm pok\u00FAste sa nahl\u00E1si\u0165 chybov\u00FA spr\u00E1vu.
-underline = Pod\u010Diarkni
-underlined = Pod\u010Diarknut\u00E9
-UndoAction.text = Sp\u00E4\u0165
-UndoFilterAction.text = Sp\u00E4\u0165
-unfold = Rozba\u013E
-UnfoldAllAction.text = Rozba\u013E v\u0161etky
-UnfoldAllAction.tooltip = <html>Rozbal\u00ED ozna\u010Den\u00FD uzol a v\u0161etky jeho poduzly.</html>
-UnfoldOneLevelAction.text = Rozba\u013E jednu \u00FArove\u0148
-UnfoldOneLevelAction.tooltip = <html>Rozbal\u00ED ozna\u010Den\u00E9 uzly o jednu \u00FArove\u0148.</html>
-url_error = Toto URL je nespr\u00E1vne zap\u00EDsan\u00E9!
-url_load_error = Neviem na\u010D\u00EDta\u0165 mapu z URL:
-UsePlainTextAction.text = Pou\u017Ei \u010Dist\u00FD text
-user_defined_zoom = Zadan\u00FD u\u017E\u00EDvate\u013Eom.
-user_defined_zoom_status_bar = Men\u00EDm zaostrenie na hodnotu zadan\u00FA u\u017E\u00EDvate\u013Eom: {0}%.
-user_zoom = Zadajte koeficient zaostrenia (0.0 - 2.0):
-width = \u0160\u00EDrka
-yes = \u00C1no
-ZoomInAction.text = Zv\u00E4\u010D\u0161i zaostrenie
-ZoomOutAction.text = Zmen\u0161i zaostrenie
+AboutAction.text=O programe
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/ApplyFormatPlugin.dialog.title=Zme\u0148 form\u00E1t uzlov
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Zme\u0148 vzor
+accessories/plugins/EncryptNode.properties_0=Nastav heslo pre za\u0161ifrovan\u00FD uzol
+accessories/plugins/EncryptNode.properties_1=Hesl\u00E1 sa nerovnaj\u00FA alebo s\u00FA pr\u00EDli\u0161 kr\u00E1tke.
+accessories/plugins/EncryptNode.properties_2=Zadajte heslo:
+accessories/plugins/EncryptNode.properties_3=Zopakujte heslo:
+accessories/plugins/EncryptNode.properties_4=Zadajte heslo.
+accessories/plugins/EncryptNode.properties_5=<html>Pam\u00E4tajte, \u017Ee sila \u0161ifry<br> z\u00E1vis\u00ED do zna\u010Dnej miery od kvality hesla.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Storno
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Stav za\u0161ifrovania m\u00F4\u017Eete meni\u0165 iba na za\u0161ifrovanom uzle. Pros\u00EDm vlo\u017Ete tak\u00FDto uzol pomocou menu n\u00E1strojov.
+accessories/plugins/EncryptNode.properties_select_me=Vyber ma a pokra\u010Duj!
+accessories/plugins/EncryptNode.properties_wrong_password=Heslo je nespr\u00E1vne.
+accessories/plugins/ExportWithXSLT.tooltip=Toto je jednotn\u00E1 met\u00F3da exportu pomocou skriptov XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Ako Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Vyexportuje mapu ako applet v jazyku Java.
+accessories/plugins/ExportWithXSLT_Flash.text=Ako Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Vyexportuje mapu ako aplik\u00E1ciu v jazyku Flash
+accessories/plugins/ExportWithXSLT_HTML.text=Ako XHTML (verzia s JavaScriptom)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Ako XHTML (verzia s klikate\u013Enou mapou)...
+add=Pridaj
+AddLocalLinkAction.text=Pridaj lok\u00E1lnu hyperlinku
+antialias_all=Vyhla\u010F v\u0161etko
+antialias_edges=Vyhla\u010F hrany
+antialias_none=Nevyhladzuj ni\u010D
+apply=Pou\u017Ei
+ApplyAction.text=Pou\u017Ei
+ApplyFormatPlugin.text=Zme\u0148 form\u00E1t...
+ApplyFormatPlugin.tooltip=Zobraz\u00ED dial\u00F3g, v ktorom mo\u017Eno naraz zmeni\u0165 vlastnosti uzlov aj hr\u00E1n.
+ApplyNoFilteringAction.text=Bez filtra
+as_parent=Ako rodi\u010D
+AskForHelp.text=Ask for Help[translate me]
+AssignAttributesAction.text=Prira\u010F atrib\u00FAty...
+attribute_delete=Vyma\u017E v\u0161etky hodnoty
+attribute_delete_value=Vyma\u017E t\u00FAto hodnotu
+attribute_font_size_tooltip=Ve\u013Ekos\u0165 p\u00EDsma atrib\u00FAtu
+attribute_list_box_label_text=Existuj\u00FAce hodnoty
+attribute_replace=Nahra\u010F
+attribute_top=V\u0161etky zn\u00E1me atrib\u00FAty na\u010D\u00EDtan\u00FDch m\u00E1p
+attributes_adding_empty_attribute_error=Nem\u00F4\u017Eem pou\u017Ei\u0165 pr\u00E1zdny text ako n\u00E1zov atrib\u00FAtu
+attributes_all=V\u0161etky atrib\u00FAty
+attributes_attribute=Atrib\u00FAty
+attributes_close=Zavri
+attributes_deselect_all=Ni\u010D
+attributes_edit=Edituj
+attributes_edit_tooltip=Edituj mno\u017Einu
+attributes_for_selected=Vybran\u00E9 uzly
+attributes_for_visible=V\u0161etky vidite\u013En\u00E9 uzly
+attributes_import=Importuj
+attributes_import_tooltip=Importuj atrib\u00FAty z ostatn\u00FDch na\u010D\u00EDtan\u00FDch m\u00E1p
+attributes_popup_delete=Vyma\u017E
+attributes_popup_down=Dole
+attributes_popup_edit=Edituj
+attributes_popup_hide=Skry
+attributes_popup_new=Nov\u00FD atrib\u00FAt
+attributes_popup_optimal_width=Optim\u00E1lna \u0161\u00EDrka
+attributes_popup_up=Hore
+attributes_refresh=Obnov
+attributes_restricted_attributes_tooltip=Obmedz mno\u017Einu atrib\u00FAtov
+attributes_restricted_values_tooltip=Obmedz mno\u017Einu hodn\u00F4t teraj\u0161ieho atrib\u00FAtu
+attributes_restriction=Obmedzen\u00E1 mno\u017Eina
+attributes_select_all=V\u0161etky
+attributes_select_all_tooltip=Ozna\u010D / Odzna\u010D v\u0161etky
+attributes_show=Uk\u00E1\u017E
+attributes_skip_root=Presko\u010D kore\u0148ov\u00FD uzol
+attributes_visible=Ozna\u010Den\u00E9 vidite\u013En\u00E9
+attributes_visible_tooltip=Ozna\u010Den\u00E9 vidite\u013En\u00E9
+automatically_save_message=Mapa bola automaticky ulo\u017Een\u00E1 (n\u00E1zov s\u00FAboru {0}) ...
+AutomaticLayoutAction.text=Automatick\u00E9 rozlo\u017Eenie
+AutomaticLayoutAction.tooltip=<html>Oprav\u00ED rozlo\u017Eenie mapy. <br>Prv\u00E1 \u00FArove\u0148 je \u010Dierna, druh\u00E1 modr\u00E1, at\u010F.</html>
+BackAction.text=Nasp\u00E4\u0165
+background=Pozadie
+BlinkingNodeHookAction.text=Blikaj\u00FAci uzol
+BlinkingNodeHookAction.tooltip=<html>Teraz bude uzol blika\u0165. Opatrne. Nenastavuje to pr\u00EDli\u0161 mnoh\u00FDm uzlom, a <strong> nie spolu s \u010Fal\u0161\u00EDmi automatick\u00FDmi form\u00E1tmi na rovnakom uzle</strong></html>
+BoldAction.text=Tu\u010Dn\u00E9
+boldify_branch=Zme\u0148 na tu\u010Dn\u00E9
+branch=Vetva
+cancel=Storno
+CancelAction.text=Storno
+cannot_add_parent_diff_parents=V\u0161etky uzly musia ma\u0165 rovnak\u00E9ho rodi\u010Da, aby sa dala pou\u017Ei\u0165 t\u00E1to funkcia.
+cannot_add_parent_to_root=Kore\u0148ov\u00FD uzol nemo\u017Eno prida\u0165 pod nov\u00E9ho rodi\u010Da.
+cannot_join_nodes_with_children=Nem\u00F4\u017Eem spoji\u0165 uzly s de\u0165mi
+cannot_move_to_child=Nem\u00F4\u017Eem posun\u00FA\u0165 uzol do jedn\u00E9ho z jeho det\u00ED.
+CenterAction.text=Centruj
+ChangeConnectorArrowsAction.backward.text=Nasp\u00E4\u0165
+ChangeConnectorArrowsAction.forward.text=Dopredu
+ChangeNodeLevelLeftsAction.text=Uzol do\u013Eava
+ChangeNodeLevelLeftsAction.tooltip=Uzly na\u013Eavo od kore\u0148a sa posun\u00FA nadol. Stan\u00FA sa poduzlami uzla, ktor\u00FD bol nad nimi. Uzly napravo od kore\u0148a sa posun\u00FA nahor. Priamo pri koreni uzly zmenia stranu.
+ChangeNodeLevelRightsAction.text=Uzol doprava
+ChangeNodeLevelRightsAction.tooltip=Uzly napravo od kore\u0148a sa posun\u00FA nadol. Stan\u00FA sa poduzlami uzla, ktor\u00FD bol nad nimi. Uzly na\u013Eavo od kore\u0148a sa posun\u00FA nahor. Priamo pri koreni uzly zmenia stranu.
+choose_background_color=Vyber farbu pozadia
+choose_cloud_color=Vyber farbu oblaku:
+choose_edge_color=Vyber farbu hrany
+choose_node_background_color=Vyber farbu pozadia uzla:
+choose_node_color=Vyber farbu uzla:
+CloseAction.text=Zavri
+CloudAction.text=Oblak
+CloudColorAction.text=Farba oblaku...
+ColorProperty.ResetColor=Vr\u00E1\u0165 p\u00F4vodn\u00FA farbu
+combined=Kombinovan\u00E1
+CopyAction.text=Kop\u00EDruj
+CopySingleAction.text=Kop\u00EDruj jeden
+CreationModificationPluginAction.text=Zobraz \u010Das zmeny
+CreationModificationPluginAction.tooltip=<html>T\u00E1to funkcia zaznamen\u00E1va \u010Das vytvorenia a \u00FApravy uzla.</html>
+CutAction.text=Vystrihni
+decrease_branch_font_size=Men\u0161ie p\u00EDsmo
+DecreaseNodeFontAction.text=Men\u0161ie p\u00EDsmo
+delete=Vyma\u017E
+delete_child=Vyma\u017E uzol
+DeleteAction.text=Odstr\u00E1\u0148 uzol
+DeleteConditionAction.text=Vyma\u017E
+DocumentationAction.text=Dokument\u00E1cia
+edge=Hrana
+edge_style=\u0160t\u00FDl hrany
+edge_width=Hr\u00FAbka hrany
+EdgeColorAction.text=Farba hrany...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.linear.text=Line\u00E1rne
+EdgeStyleAction.sharp_bezier.text=Ostr\u00E1 bezi\u00E9rova
+EdgeStyleAction.sharp_linear.text=Ostr\u00E1 line\u00E1rna
+EdgeStyleAsParentAction.text=Ako rodi\u010D
+EdgeWidthAction_width_parent.text=Rodi\u010D
+EdgeWidthAction_width_thin.text=Tenk\u00E1
+edit=Edituj
+edit_link_manually=Edituj hyperlinku ru\u010Dne...
+edit_middle_label=Edit Middle Label[translate me]
+EditAction.text=Edituj uzol
+EditAttributesAction.text=Edituj atrib\u00FAty
+EditFilterAction.text=Edituj
+EditLongAction.text=Edituj dlh\u00FD uzol...
+EncryptedMap.text=Vytvor za\u0161ifrovan\u00FA mapu...
+EncryptedMap.tooltip=Vytvor nov\u00FA za\u0161ifrovan\u00FA mapu.
+enter_base_url=Idem vlo\u017Ei\u0165 relat\u00EDvne linky. Pros\u00EDm zadajte z\u00E1kladn\u00E9 URL.
+enter_confirms=Enter potvrdzuje
+EnterPassword.text=Zme\u0148 vidite\u013En\u00E9 / za\u0161ifrovan\u00E9
+error=Chyba
+error_applying_template=Chyba pri pou\u017Eit\u00ED \u0161abl\u00F3ny XSL
+error_creating_directory=Neviem vytvori\u0165 adres\u00E1r na export.
+export_pdf_text=Prenosn\u00FD form\u00E1t dokumentu (PDF)
+export_svg_text=\u0160k\u00E1lovate\u013En\u00E1 vektorov\u00E1 grafika (SVG)
+ExportAction.text=Exportuj
+ExportBranchToHTMLAction.text=Vetva ako HTML
+ExportPdf.text=Ako PDF...
+ExportSvg.text=Ako SVG...
+ExportToHTMLAction.text=Ako HTML
+ExportToImage.jpg.text=Ako JPEG...
+ExportToImage.png.text=Ako PNG...
+ExportToOoWriter.text=Ako dokument programu OpenOffice Writer...
+ExportToOoWriter.tooltip=Rozbalen\u00E9 uzly tvoria \u0161trukt\u00FAru, zbalen\u00E9 uzly tvoria obsah dokumentu.
+extension_menu=Fyzick\u00FD \u0161t\u00FDl
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=Ot\u00E1zky
+file=S\u00FAbor
+file_already_exists=S\u00FAbor {0} u\u017E existuje. Chcete ho prep\u00EDsa\u0165?
+file_not_found=S\u00FAbor {0} sa nena\u0161iel
+filter=Filter
+filter_add=Pridaj
+filter_and=A
+filter_conditions=Filtre
+filter_contains=Obsahuje
+filter_delete=Vyma\u017E
+filter_dialog=N\u00E1vrh filtra
+filter_does_not_exist=Neexistuje
+filter_edit_description=Edituj zoznam filtrov
+filter_enter_value=Vlo\u017E hodnotu
+filter_exist=Existuje
+filter_icon=Ikona
+filter_is_equal_to=Sa rovn\u00E1
+filter_is_not_equal_to=Sa nerovn\u00E1
+filter_link=Hyperlink[translate me]
+filter_no_filtering=Bez filtra
+filter_node=Text uzla
+filter_not=Nie
+filter_or=Alebo
+filter_select=V\u00FDber
+filter_selected_node_view=Moment\u00E1lne vybran\u00E9 uzly
+find_what=N\u00E1jdi \u010Do
+FindAction.text=N\u00E1jdi...
+fit_map_to_page=Zmesti na jednu stranu
+FitToPage.text=Zaostri na str\u00E1nku
+FitToPage.tooltip=Prisp\u00F4sob\u00ED zaostrenie, aby sa cel\u00E1 mapa zmestila do s\u00FA\u010Dasn\u00E9ho okna.
+fold=Zba\u013E
+FoldAllAction.text=Zba\u013E v\u0161etko
+FoldAllAction.tooltip=<html>Zbal\u00ED ozna\u010Den\u00FD uzol a v\u0161etky jeho poduzly.</html>
+FoldOneLevelAction.text=Zba\u013E jednu \u00FArove\u0148
+FoldOneLevelAction.tooltip=<html>Zbal\u00ED ozna\u010Den\u00E9 uzly o jednu \u00FArove\u0148.</html>
+FollowLinkAction.text=Otvor hyperlinku:
+font=P\u00EDsmo
+FontFamilyAction.text=typ p\u00EDsma
+FontSizeAction.text=ve\u013Ekos\u0165 p\u00EDsma
+format_menu_edge_styles=\u0160t\u00FDly hr\u00E1n
+format_menu_edge_widths=Hr\u00FAbky hr\u00E1n
+FormatCopy.text=Kop\u00EDruj form\u00E1t
+FormatCopy.tooltip=<html>Skop\u00EDruje form\u00E1t uzla.</html>
+FormatPaste.text=Vlo\u017E form\u00E1t
+FormatPaste.tooltip=<html>Vlo\u017E\u00ED form\u00E1t uzla.</html>
+ForwardAction.text=Dopredu
+Freeplane.progress.buildScreen=Zostavujem obrazovku...
+Freeplane.progress.createController=Vytv\u00E1ram ovl\u00E1da\u010D...
+Freeplane.progress.createInitialMode=Vytv\u00E1ram po\u010Diato\u010Dn\u00FD re\u017Eim...
+Freeplane.progress.endStartup=Dokon\u010Dujem \u0161tart.
+Freeplane.progress.gettingPreferenceDirectories=Zis\u0165ujem adres\u00E1re s nastaveniami...
+Freeplane.progress.gettingPreferences=Zis\u0165ujem nastavenia...
+Freeplane.progress.loadMaps=Na\u010D\u00EDtavam mapy...
+Freeplane.progress.propagateLookAndFeel=Preber\u00E1m v\u00FDzor a spr\u00E1vanie...
+Freeplane.progress.settingPreferences=Aplikujem nastavenia...
+Freeplane.progress.startCreateController=Za\u010D\u00EDnam vytv\u00E1ra\u0165 ovl\u00E1da\u010D...
+Freeplane.progress.updateLookAndFeel=Aktualizujem v\u00FDzor a spr\u00E1vanie...
+freeplane_reverted=Freeplane_Reverted_[translate me]
+FreeplaneHelpStarter.text=Pomoc...
+FreeplaneHelpStarter.tooltip=Podrobn\u00E1 pomoc k programu Freeplane
+GotoLinkNodeAction.text=Cho\u010F na linku
+GrabKeyDialog.common.cancel=Storno
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Pridelen\u00E9 k
+GrabKeyDialog.grab-key.assigned-to.none=Moment\u00E1lne nepridelen\u00E9
+GrabKeyDialog.grab-key.clear=Vy\u010Disti
+GrabKeyDialog.grab-key.remove=Odstr\u00E1\u0148
+GrabKeyDialog.grab-key.remove-ask=Ur\u010Dite chcete odstr\u00E1ni\u0165 t\u00FAto kl\u00E1vesu?
+GrabKeyDialog.grab-key.title=Zadajte nov\u00FA kl\u00E1vesu
+help=Pomoc
+HideAllAttributesAction.text=Ukry v\u0161etky atrib\u00FAty
+HierarchicalIconsAction.text=Zobraz ikony hierarchicky
+HierarchicalIconsAction.tooltip=Ak m\u00E1 niektor\u00FD z mojich pod(pod)uzlov ikonu, zobraz\u00EDm t\u00FAto ikonu v malom form\u00E1te aj ja.
+html_export_based_on_headings=Export do HTML - pod\u013Ea hlavi\u010Diek
+html_export_fold_all=Export do HTML - zba\u013E v\u0161etko
+html_export_fold_currently_folded=Export do HTML - zba\u013E moment\u00E1lne zbalen\u00E9
+html_export_no_folding=Export do HTML - nezba\u013E ni\u010D
+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_attach=Pozri sem
+icon_back=Nasp\u00E4\u0165
+icon_bee=Freeplane[translate me]
+icon_bell=Pam\u00E4taj
+icon_bookmark=Vynikaj\u00FAce
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Nie OK
+icon_button_ok=OK
+icon_calendar=D\u00E1tum
+icon_clanbomber=Nebezpe\u010Dn\u00E9
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Nezabudni
+icon_down=Dole
+icon_fema=Females[translate me]
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_females=Females[translate me]
+icon_flag=Vlajka
+icon_flag-black=Black Flag[translate me]
+icon_flag-green=Green Flag[translate me]
+icon_forward=Dopredu
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=Priorita 1
+icon_full-2=Priorita 2
+icon_full-3=Priorita 3
+icon_full-4=Priorita 4
+icon_full-5=Priorita 5
+icon_full-6=Priorita 6
+icon_full-7=Priorita 7
+icon_gohome=Domov
+icon_help=Ot\u00E1zka
+icon_idea=N\u00E1pad
+icon_info=Info[translate me]
+icon_kaddressbook=Telef\u00F3n
+icon_kmail=E-Mail[translate me]
+icon_knotify=Hudba
+icon_korn=Schr\u00E1nka
+icon_ksmiletris=Som vesel\u00FD
+icon_licq=Pekn\u00E9
+icon_Mail=Po\u0161ta
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_males=Males[translate me]
+icon_menu=Ikony
+icon_messagebox_warning=D\u00F4le\u017Eit\u00E9
+icon_password=K\u013E\u00FA\u010D
+icon_pencil=Treba upresni\u0165
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_smily_bad=To ma nebav\u00ED
+icon_stop=Stop
+icon_stop-sign=Stop[translate me]
+icon_up=Hore
+icon_wizard=K\u00FAzlo
+icon_xmag=Treba prediskutova\u0165
+icon_yes=D\u00F4le\u017Eit\u00E9
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.docs_folders.text=Docs & Folders[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Vyber ikonu...
+IconSelectionPlugin.tooltip=<html>Tu m\u00F4\u017Eete vybra\u0165 ikonu pomocou podokna.</html>
+import=Import
+import_linked_branch_no_link=Ozna\u010Den\u00FD uzol nem\u00E1 linku, z ktorej by sa dalo importova\u0165.
+ImportAction.text=Importuj
+ImportBranchAction.text=Vetva...
+ImportExplorerFavoritesAction.text=Ob\u013E\u00FAben\u00E9 polo\u017Eky z Explorera...
+ImportFolderStructureAction.text=Adres\u00E1rov\u00E1 \u0161trukt\u00FAra...
+ImportLinkedBranchAction.text=Linkovan\u00E1 vetva
+ImportLinkedBranchWithoutRootAction.text=(Linkovan\u00E1 vetva) Bez kore\u0148a...
+ImportMindmanagerFiles.text=Mapa programu MindManager X5...
+increase_branch_font_size=V\u00E4\u010D\u0161ie p\u00EDsmo
+IncreaseNodeFontAction.text=V\u00E4\u010D\u0161ie p\u00EDsmo
+ItalicAction.text=Kurz\u00EDva
+italicise_branch=Zme\u0148 na kurz\u00EDvu
+JoinNodesAction.text=Spoj uzly
+less_than_two_selected_nodes=Aby ste dostali linky, mus\u00EDte vybra\u0165 aspo\u0148 dva uzly.
+link_not_available_any_more=T\u00E1to linka u\u017E neplat\u00ED. Uzol bol medzi\u010Dasom zmazan\u00FD.
+link_not_found=Nena\u0161la sa linka {0}.
+LoadAcceleratorPresetsAction.textPatterns.text=Text Patterns[translate me]
+locking_failed_by_open=Nepodarilo sa zamkn\u00FA\u0165 mapu {0}. Otv\u00E1ram ju iba na \u010D\u00EDtanie.
+locking_failed_by_save_as=Nepodarilo sa zamkn\u00FA\u0165 mapu {0}. Akcia Ulo\u017E ako zru\u0161en\u00E1.
+locking_old_lock_removed=Mapu {0} u\u017E zamkol pou\u017E\u00EDvate\u013E {1}. Z\u00E1mok bol zru\u0161en\u00FD, preto\u017Ee je star\u00FD.
+long_node_changed_cancel=Zmenili ste uzol. Chcete zru\u0161i\u0165 tieto zmeny?
+lots_of_links_warning=Idete vytvori\u0165 mnoho liniek na rovnak\u00FD uzol. Naozaj chcete vytvori\u0165 tieto linky?
+map_already_exists=Mapa u\u017E existuje. Chcete ju prep\u00EDsa\u0165?
+map_corrupted=Mapa je po\u0161koden\u00E1. Zobrazi\u0165 podrobnosti?
+map_locked_by_open=Mapu {0} u\u017E edituje pou\u017E\u00EDvate\u013E {1}. Otv\u00E1ram iba na \u010D\u00EDtanie.
+map_locked_by_save_as=Mapu {0} edituje pou\u017E\u00EDvate\u013E {1}. Akcia Ulo\u017E ako zru\u0161en\u00E1.
+map_not_saved=T\u00E1to mapa e\u0161te nebola ulo\u017Een\u00E1.
+menu_attributes=Vlastnosti
+menu_extras=N\u00E1stroje
+menu_file_import=Importuj
+menu_filter=Filter[translate me]
+menu_format=Form\u00E1t
+menu_insert=Vlo\u017E
+menu_navigate=Naviguj
+menu_view=Poh\u013Ead
+mindmap=Mapa
+mindmaps=Mapy
+mindmaps_desc=Mapy (*.mm)
+mode_na=Re\u017Eim nie je k dispoz\u00EDcii
+mode_status=Re\u017Eim zmenen\u00FD na re\u017Eim {0}
+mode_title=Freeplane - Re\u017Eim {0}
+modes=Re\u017Eimy
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Naposledy pou\u017Eit\u00E9 s\u00FAbory
+MoveToRootAction.text=Presu\u0148 na kore\u0148
+NavigationNextMapAction.text=\u010Eal\u0161ia mapa
+NavigationPreviousMapAction.text=Predch\u00E1dzaj\u00FAca mapa
+new_mindmap=Nov\u00E1 mapa my\u0161lienok
+new_node=Nov\u00FD uzol
+new_node_as_sibling_not_possible_for_the_root=Nemo\u017Eno vytvori\u0165 nov\u00FD uzol ved\u013Ea kore\u0148a
+NewChildAction.text=Nov\u00FD poduzol
+NewMapAction.text=Nov\u00FD
+NewParentNode.text=Nov\u00FD rodi\u010Dovsk\u00FD uzol
+NewParentNode.tooltip=<html>V\u0161etky ozna\u010Den\u00E9 uzly sa po\u0161l\u00FA k nov\u00E9mu rodi\u010Dovsk\u00E9mu.</html>
+NewPreviousSiblingAction.text=Nov\u00FD predch\u00E1dzaj\u00FAci s\u00FArodeneck\u00FD uzol
+NewSiblingAction.text=Nov\u00FD s\u00FArodeneck\u00FD uzol
+no=Nie
+no_format_copy_before_format_paste=Aby ste vlo\u017Eili form\u00E1t, mus\u00EDte najprv nejak\u00FD skop\u00EDrova\u0165.
+no_found_from=<html>Nena\u0161lo sa \u017Eiadne <b>{0}</b> od <b>{1}</b>.
+no_more_found_from=<html>Nena\u0161lo sa \u010Fal\u0161ie <b>{0}</b> od <b>{1}</b>.
+no_previous_find=Nena\u0161lo sa predch\u00E1dzaj\u00FAce.
+node=Uzol
+node_changed_discard_changes=Zmenili ste uzol. Chcete zru\u0161i\u0165 tieto zmeny?
+NodeBackgroundColorAction.text=Farba pozadia uzla...
+NodeColorAction.text=Farba uzla...
+NodeColorBlendAction.text=Zmie\u0161aj farbu
+NodeDownAction.text=Uzol nadol
+NodeListAction.text=Uk\u00E1\u017E hist\u00F3riu mapy...
+NodeListAction.tooltip=Uk\u00E1\u017Ee v\u0161etky uzly s d\u00E1tumami vytvorenia/zmeny
+NodeShapeAction.bubble.text=Bublina
+NodeShapeAction.fork.text=Vetva
+NodeUpAction.text=Uzol nahor
+nonboldify_branch=Zru\u0161 tu\u010Dn\u00E9
+nonitalicise_branch=Zru\u0161 kurz\u00EDvu
+normal=Norm\u00E1lne
+not_saved_for_link_error=Mapa mus\u00ED by\u0165 ulo\u017Een\u00E1 sk\u00F4r ako nastav\u00EDte linku v\u00FDberom s\u00FAboru
+ok=OK
+OKAction.text=OK
+OpenAction.text=Otvor...
+OpenPathAction.text=Open File[translate me]
+option_changes_may_require_restart=Aby ste videli \u00FA\u010Dinok zmenen\u00FDch nastaven\u00ED, mus\u00EDte asi re\u0161tartova\u0165 Freeplane.
+OptionPanel.absolute=Absol\u00FAtne
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatick\u00E9 vzory rozlo\u017Eenia
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Ur\u010Duje kvalitu mapy. V\u00E4\u010D\u0161ie antialiasovanie vy\u017Eaduje viac \u010Dasu.</html>
+OptionPanel.antialias_all=Vyhla\u010F v\u0161etko
+OptionPanel.antialias_edges=Vyhla\u010F hrany
+OptionPanel.antialias_none=Bez antialiasingu
+OptionPanel.Appearance=V\u00FDzor
+OptionPanel.ar=Ar[translate me]
+OptionPanel.as_parent=Ako rodi\u010Dovsk\u00FD uzol
+OptionPanel.automatic=Automatick\u00E9
+OptionPanel.automaticFormat_level=Automatick\u00E9 \u0161t\u00FDly rozlo\u017Eenia
+OptionPanel.automaticFormat_level1=Form\u00E1t kore\u0148ov\u00E9ho uzla
+OptionPanel.automaticFormat_level2=Form\u00E1t uzla 1. \u00FArovne
+OptionPanel.Behaviour=Spr\u00E1vanie
+OptionPanel.bubble=Bubble[translate me]
+OptionPanel.Cancel=Storno
+OptionPanel.childpattern=Vzor poduzla
+OptionPanel.childpattern.tooltip=Vybran\u00FD vzor je pou\u017Eit\u00FD na v\u0161etky poduzly.
+OptionPanel.clear_all_setters=Prepni v\u0161etko
+OptionPanel.clear_all_setters.tooltip=Zapne alebo vypne v\u0161etky indik\u00E1tory zmeny.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Kombinovan\u00E1
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=\u0160tandardn\u00E9
+OptionPanel.default_browser_command_mac=\u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> a MAC: (v\u010Faka, Nick!)</html>
+OptionPanel.default_browser_command_other_os=\u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre in\u00FD OS
+OptionPanel.default_browser_command_other_os.tooltip=<html>Toto je zvy\u010Dajne Linux:</html>
+OptionPanel.default_browser_command_windows_9x=\u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Pre Windows (znamienka "" s\u00FA potrebn\u00E9 kv\u00F4li link\u00E1m, ktor\u00E9 maj\u00FA "=" v URL).</html>
+OptionPanel.default_browser_command_windows_nt=\u0160tandardn\u00FD pr\u00EDkaz prezera\u010Da pre Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Pre Windows (znamienka "" s\u00FA potrebn\u00E9 kv\u00F4li link\u00E1m, ktor\u00E9 maj\u00FA "=" v URL).</html>
+OptionPanel.Defaults=\u0160tandardn\u00E9
+OptionPanel.delete_automatic_saves_at_exit=Vyma\u017E automaticky ulo\u017Een\u00E9 s\u00FAbory pri skon\u010Den\u00ED
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>Ak by mali by\u0165 s\u00FAbory automaticky vymazan\u00E9 pri norm\u00E1lnom vypnut\u00ED programu Freeplane, nastavte t\u00FAto premenn\u00FA na 'true'</html>
+OptionPanel.disable_cursor_move_paper=Vypni kurzor pri pos\u00FAvan\u00ED papiera
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Nezobrazuj kurzor 'pohyb' po\u010Das pos\u00FAvania papiera</html>
+OptionPanel.edgecolor=Farba hrany
+OptionPanel.edgecolor.tooltip=Vlastnos\u0165 hrany rodi\u010Dovsk\u00E9ho uzla (sa pou\u017Eije aj na v\u0161etky podzuly)
+OptionPanel.edgestyle=\u0160t\u00FDl hrany
+OptionPanel.edgestyle.tooltip=Vlastnos\u0165 hrany rodi\u010Dovsk\u00E9ho uzla (sa pou\u017Eije aj na v\u0161etky podzuly)
+OptionPanel.edgewidth=Hr\u00FAbka hrany
+OptionPanel.edgewidth.tooltip=Vlastnos\u0165 hrany rodi\u010Dovsk\u00E9ho uzla (sa pou\u017Eije aj na v\u0161etky podzuly)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Enter \u0161tandardne potvrdzuje
+OptionPanel.el__max_default_window_height=Max \u0161tandardn\u00E1 v\u00FD\u0161ka okna
+OptionPanel.el__max_default_window_width=Max \u0161tandardn\u00E1 \u0161\u00EDrka okna
+OptionPanel.el__min_default_window_height=Min \u0161tandardn\u00E1 v\u00FD\u0161ka okna
+OptionPanel.el__min_default_window_width=Min \u0161tandardn\u00E1 \u0161\u00EDrka okna
+OptionPanel.el__position_window_below_node=Umiestni okno pod uzlom
+OptionPanel.en=En
+OptionPanel.Environment=Prostredie
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Experiment\u00E1lna zamykanie s\u00FAborov
+OptionPanel.experimental_file_locking_on.tooltip=<html>Experiment\u00E1lna vlastnos\u0165</html>
+OptionPanel.export_icons_in_html=Exportuj ikony v HTML
+OptionPanel.export_icons_in_html.tooltip=<html>\u010Ci by mali HTML s\u00FAbory exportovan\u00E9 z programu Freeplane obsahova\u0165 ikony. Probl\u00E9m s ikonami je, \u017Ee sa v exportovanom HTML \u010Dasto nen\u00E1jdu linky na ikony.</html>
+OptionPanel.Files=S\u00FAbory
+OptionPanel.first=Prv\u00FD
+OptionPanel.foldingsymbolwidth=\u0160\u00EDrka symbolu zbalenia
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u0160\u00EDrka kolieska ozna\u010Duj\u00FAceho zbalenie</html>
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Pod\u013Ea hlavi\u010Dky
+OptionPanel.html_export_fold_all=Zba\u013E v\u0161etko
+OptionPanel.html_export_fold_currently_folded=Zba\u013E moment\u00E1lne zbalen\u00E9
+OptionPanel.html_export_folding=Balenie pri exporte do HTML
+OptionPanel.html_export_no_folding=Bez balenia
+OptionPanel.hu=Hu
+OptionPanel.icon=Ikona
+OptionPanel.icon.tooltip=Ak sa pou\u017Eije, uzol bude ma\u0165 pr\u00E1ve t\u00FAto ikonu.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Kl\u00E1vesy
+OptionPanel.ko=Kr
+OptionPanel.label_font_size=Ve\u013Ekos\u0165 p\u00EDsma
+OptionPanel.language=Jazyk
+OptionPanel.language.tooltip=<html>Toto je jazyk, ktor\u00FD by mal program pou\u017E\u00EDva\u0165. 'automatic' sa pok\u00FAsi na\u010D\u00EDta\u0165 jazyk aktu\u00E1lneho pou\u017E\u00EDvate\u013Ea. </html>
+OptionPanel.last=Posledn\u00FD
+OptionPanel.last_opened_list_length=D\u013A\u017Eka naposledy otvoren\u00E9ho zoznamu
+OptionPanel.links=Linky
+OptionPanel.links.tooltip=<html>Nastav\u00ED linky bu\u010F na relat\u00EDvne alebo absol\u00FAtne</html>
+OptionPanel.load_folding=On Load[translate me]
+OptionPanel.load_last_map=Automaticky otvor posledn\u00FA mapu
+OptionPanel.load_last_map.tooltip=<html>Ke\u010F program Freeplane \u0161tartuje, automaticky na\u010D\u00EDta naposledy otvoren\u00FA mapu, ak je toto zapnut\u00E9.</html>
+OptionPanel.lookandfeel=V\u00FDzor a spr\u00E1vanie
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Max \u0161\u00EDrka uzla
+OptionPanel.max_node_width.tooltip=<html>\u0160tandardn\u00E1 maxim\u00E1lna \u0161\u00EDrka uzla v pixeloch</html>
+OptionPanel.metal=Kov
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb[translate me]
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn
+OptionPanel.nodebackgroundcolor=Farba pozadia uzla
+OptionPanel.nodecolor=Farba uzla
+OptionPanel.nodefontbold=Tu\u010Dn\u00E9 p\u00EDsmo
+OptionPanel.nodefontitalic=Kurz\u00EDva
+OptionPanel.nodefontname=P\u00EDsmo uzla
+OptionPanel.nodefontsize=P\u00EDsmo uzla
+OptionPanel.nodeshape=\u0160t\u00FDl uzla
+OptionPanel.nodetext=Text uzla
+OptionPanel.nothing=Ni\u010D
+OptionPanel.number_of_different_files_for_automatic_save=Po\u010Det r\u00F4znych s\u00FAborov pri automatickom ukladan\u00ED
+OptionPanel.OK=Ulo\u017E
+OptionPanel.patternname=N\u00E1zov
+OptionPanel.patternname.tooltip=Jedine\u010Dn\u00FD n\u00E1zov vzoru
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Umiestni nov\u00E9 vetvy
+OptionPanel.placenewbranches.tooltip=<html>Kam umiestni\u0165 nov\u00E9 vetvy. Mo\u017En\u00E9 hodnoty s\u00FA 'first' (ako prv\u00E9) a 'last' (ako posledn\u00E9)</html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Relat\u00EDvne
+OptionPanel.ru=Ru
+OptionPanel.scrollbar_increment=Speed[translate me]
+OptionPanel.selection_method=Met\u00F3da vyberania
+OptionPanel.selection_method_by_click=Kliknut\u00EDm
+OptionPanel.selection_method_delayed=Spomalen\u00E9
+OptionPanel.selection_method_direct=Priamo
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Vzory
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.attributes=Atrib\u00FAty
+OptionPanel.separator.automatic_save=Automatick\u00E9 ulo\u017Eenie
+OptionPanel.separator.behaviour=Spr\u00E1vanie
+OptionPanel.separator.browser=Prezera\u010D
+OptionPanel.separator.commands_for_the_program=Pr\u00EDkazy programu
+OptionPanel.separator.default_colors=\u0160tandardn\u00E9 farby
+OptionPanel.separator.default_fonts=\u0160tandardn\u00E9 p\u00EDsma
+OptionPanel.separator.default_styles=\u0160tandardn\u00E9 \u0161t\u00FDly
+OptionPanel.separator.EdgeControls=Hrany
+OptionPanel.separator.edit_long_node_window=Edituj dlh\u00FD uzol v okne
+OptionPanel.separator.files=S\u00FAbory
+OptionPanel.separator.General=V\u0161eobecn\u00E9
+OptionPanel.separator.html_export=Export do HTML
+OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.hyperlink_types=Druhy hyperliniek
+OptionPanel.separator.icon_properties=Ikony
+OptionPanel.separator.initial_map_size=Po\u010Diato\u010Dn\u00E9 rozmery mapy
+OptionPanel.separator.key_typing=P\u00EDsanie z kl\u00E1vesnice
+OptionPanel.separator.language=Jazyk
+OptionPanel.separator.look_and_feel=V\u00FDzor a spr\u00E1vanie
+OptionPanel.separator.new_node_commands=Pr\u00EDkazy na nov\u00FD uzol
+OptionPanel.separator.node_editing_commands=Pr\u00EDkazy na editovanie uzla
+OptionPanel.separator.node_navigation_commands=Pr\u00EDkazy na navig\u00E1ciu uzla
+OptionPanel.separator.NodeColors=Farby uzlov
+OptionPanel.separator.NodeFont=P\u00EDsmo uzla
+OptionPanel.separator.other_defaults=Ostatn\u00E9 \u0161tandardn\u00E9
+OptionPanel.separator.others=Ostatn\u00E9 kl\u00E1vesov\u00E9 skratky
+OptionPanel.separator.patterns=Vzory
+OptionPanel.separator.save=Ulo\u017E
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=Met\u00F3da vyberania
+OptionPanel.separator.undo=Sp\u00E4\u0165
+OptionPanel.set_property_text=Zme\u0148
+OptionPanel.set_property_text.tooltip=Pr\u00E1zdne: nechyta\u0165; m\u00EDnus=zru\u0161 vlastnos\u0165 (nastav \u0161tandardn\u00E9 hodnoty); plus=zme\u0148 vlastnos\u0165
+OptionPanel.show_icon_for_attributes=Zobraz ikony vlastnost\u00ED
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=\u0160tandardn\u00E1 farba pozadia
+OptionPanel.standardbackgroundcolor.tooltip=<html>\u0160tandardn\u00E1 farba pozadia vo form\u00E1te HTML</html>
+OptionPanel.standardcloudcolor=\u0160tandardn\u00E1 farba oblaku
+OptionPanel.standardcloudcolor.tooltip=<html>\u0160tandardn\u00E1 farba oblaku vo form\u00E1te HTML</html>
+OptionPanel.standardcloudestyle=\u0160tandardn\u00FD \u0161t\u00FDl oblaku
+OptionPanel.standardcloudestyle.tooltip=<html>\u0160tandardn\u00FD \u0161t\u00FDl oblaku; moment\u00E1lne iba 'bezier'</html>
+OptionPanel.standardlinkcolor=\u0160tandardn\u00E1 farba linky
+OptionPanel.standardlinkcolor.tooltip=<html>\u0160tandardn\u00E1 farba linky vo form\u00E1te HTML</html>
+OptionPanel.standardlinkestyle=\u0160tandardn\u00FD \u0161t\u00FDl linky
+OptionPanel.standardlinkestyle.tooltip=<html>\u0160tandardn\u00FD \u0161t\u00FDl linky; moment\u00E1lne iba 'bezier'</html>
+OptionPanel.standardselectednodecolor=\u0160tandardn\u00E1 farba ozna\u010Den\u00E9ho uzla
+OptionPanel.standardselectednodecolor.tooltip=<html>\u0160tandardn\u00E1 farba ozna\u010Den\u00E9ho uzla vo form\u00E1te HTML (#\u010C\u010CZZMM v \u0161estn\u00E1stkov\u00FDch \u010D\u00EDslach)</html>
+OptionPanel.sv=Se
+OptionPanel.time_for_automatic_save=\u010Casov\u00FD interval automatick\u00E9ho ulo\u017Eenia
+OptionPanel.time_for_automatic_save.tooltip=<html>\u010Das medzi dvoma nasleduj\u00FAcimi automatick\u00FDmi ulo\u017Eeniami (v milisekund\u00E1ch); automatick\u00E9 uklaanie sa vypne pomocou hodnoty 2000000000.</html>
+OptionPanel.time_for_delayed_selection=\u010Cas oneskorenia ozna\u010Denia
+OptionPanel.time_for_delayed_selection.tooltip=<html>Pauza pred ozna\u010Den\u00EDm uzla, ke\u010F nad n\u00EDm prech\u00E1dza my\u0161 (v milisekund\u00E1ch). Nastavte t\u00FAto hodnotu na 1, ak chcete pri prechode my\u0161ou ponad uzol hne\u010F ozna\u010Di\u0165.</html>
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Nedefinovan\u00E9 p\u00EDsmo
+OptionPanel.undo_levels=Po\u010Det n\u00E1vratov
+OptionPanel.undo_levels.tooltip=<html>Ur\u010Duje ko\u013Eko krokov je ulo\u017Een\u00FDch, aby sa dali vr\u00E1ti\u0165 pr\u00EDkazom "Sp\u00E4\u0165".</html>
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Speed[translate me]
+OptionPanel.windows=Okn\u00E1
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Nastavenie strany...
+PasteAction.text=Vlo\u017E
+PatternNewNameProperty=Nov\u00FD vzor
+PatternToString.backgroundColor=Farba pozadia
+PatternToString.EdgeStyle=\u0160t\u00FDl hrany
+PatternToString.EdgeWidth=Hr\u00FAbka hrany
+PatternToString.FontBold=Tu\u010Dn\u00E9
+PatternToString.FontName=Font Name[translate me]
+PatternToString.Icon=Ikona
+PatternToString.NodeFontSize=Ve\u013Ekos\u0165 p\u00EDsma
+plugins/ScriptEditor.new_script=New Script[translate me]
+plugins/ScriptEditor/window.title=Script Editor[translate me]
+plugins/TimeList.xml_Created=Vytvoren\u00E9
+plugins/TimeList.xml_Date=D\u00E1tum
+plugins/TimeList.xml_Icons=Ikony
+plugins/TimeList.xml_Modified=Zmenen\u00E9
+plugins/TimeList.xml_Notes=Notes[translate me]
+plugins/TimeList.xml_Text=Text
+plugins/TimeManagement.xml_appendButton=Pripoj d\u00E1tum k ozna\u010Den\u00FDm uzlom
+plugins/TimeManagement.xml_Cancel=Storno
+plugins/TimeManagement.xml_cancelButton=Storno
+plugins/TimeManagement.xml_closeButton=Zavri
+plugins/TimeManagement.xml_Export=Exportuj ozna\u010Den\u00E9 uzly
+plugins/TimeManagement.xml_Find=N\u00E1jdi
+plugins/TimeManagement.xml_Goto=Cho\u010F na
+plugins/TimeManagement.xml_hour=Hodina:
+plugins/TimeManagement.xml_minute=Min\u00FAta:
+plugins/TimeManagement.xml_reminderButton=Pripome\u0148 mi v tento d\u00E1tum
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Po stla\u010Den\u00ED sa napl\u00E1nuje \u010Dasova\u010D na dan\u00FD d\u00E1tum. Potom v\u00E1s upozorn\u00ED blikaj\u00FAca ikona.<br> Ak zavriete mapu, \u010Dasova\u010De sa znovu aktivuj\u00FA nabud\u00FAce po jej otvoren\u00ED.</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Napl\u00E1novan\u00E1 pripomienka na {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Odstr\u00E1\u0148 pripomienku
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Odstr\u00E1\u0148 v\u0161etky pripomienky spojen\u00E9 s ozna\u010Den\u00FDmi uzlami.
+plugins/TimeManagement.xml_Replace=Nahra\u010F
+plugins/TimeManagement.xml_Replace_All=Nahra\u010F v\u0161etko
+plugins/TimeManagement.xml_Replace_Selected=Nahra\u010F ozna\u010Den\u00E9
+plugins/TimeManagement.xml_Select=Vyber
+plugins/TimeManagement.xml_todayButton=Dnes
+plugins/TimeManagement.xml_WindowTitle=Riadenie \u010Dasu
+preferences=Nastavenia
+PrintDirectAction.text=Tla\u010D...
+printing_settings=Mierka tla\u010De
+PrintPreviewAction.text=Uk\u00E1\u017Eka tla\u010De...
+PropertyAction.text=Nastavenia...
+QuitAction.text=Ukon\u010Di
+read_only=Iba na \u010D\u00EDtanie
+RedoAction.text=Znova
+RedoFilterAction.text=Znova
+ReminderHookAction.text=Odstr\u00E1\u0148 pripomienku
+ReminderHookAction.tooltip=Odstr\u00E1ni pozn\u00E1mku z uzla
+RemoveAllIconsAction.text=Odstr\u00E1\u0148 v\u0161etky ikony
+RemoveIconAction.text=Odstr\u00E1\u0148 posledn\u00FA ikonu
+repair_link=Oprav linku
+repair_link_question=Nem\u00F4\u017Eem na\u010D\u00EDta\u0165 linkovan\u00FA mapu. Oprav\u00EDte linku ru\u010Dne?
+replace=Nahra\u010F
+ResetNodeLocationAction.text=Vr\u00E1\u0165 poz\u00EDciu
+save_failed=Nepodarilo sa ulo\u017Ei\u0165 mapu {0}.
+save_unsaved=Ulo\u017Ei\u0165 nasleduj\u00FAcu mapu my\u0161lienok? :
+SaveAction.text=Ulo\u017E
+SaveAll.text=Ulo\u017E v\u0161etky
+SaveAll.tooltip=Ulo\u017E\u00ED v\u0161etky otvoren\u00E9 mapy.
+SaveAsAction.text=Ulo\u017E ako...
+saved=Ulo\u017Een\u00E9
+scheme_evaluate=Vyhodno\u0165!
+select_favorites_folder=Vyberte adres\u00E1r, kde sa nach\u00E1dzaj\u00FA va\u0161e ob\u013E\u00FAben\u00E9 polo\u017Eky
+select_folder_for_importing=Vyberte adres\u00E1r na import
+SelectAllAction.text=Ozna\u010D v\u0161etky vidite\u013En\u00E9
+SelectBranchAction.text=Ozna\u010D vidite\u013En\u00FA vetvu
+selection_method_by_click=Ozna\u010Dte jednoduch\u00FDm kliknut\u00EDm
+selection_method_delayed=Spomalen\u00E9 automatick\u00E9 ozna\u010Dovanie
+selection_method_direct=Ozna\u010Dte uk\u00E1zan\u00EDm
+SetImageByFileChooserAction.text=Obr\u00E1zok (vyberte s\u00FAbor alebo linku)...
+SetLinkByFileChooserAction.text=Hyperlinka (vyberte s\u00FAbor)...
+SetLinkByTextFieldAction.text=Hyperlinka (zadajte text)...
+ShowAllAttributesAction.text=Uk\u00E1\u017E v\u0161etky atrib\u00FAty
+ShowAncestorsAction.text=Uk\u00E1\u017E predkov
+ShowAttributeDialogAction.text=Spr\u00E1vca atrib\u00FAtov
+ShowDescendantsAction.text=Uk\u00E1\u017E potomkov
+ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowSelectedAttributesAction.text=Uk\u00E1\u00FD ozna\u010Den\u00E9 atrib\u00FAty
+simplyhtml.boldName=bold[translate me]
+simplyhtml.borderWidthLabel=\u0160\u00EDrka
+simplyhtml.cancelBtnName=Storno
+simplyhtml.cellGenTabLabel=V\u0161eobecn\u00E9
+simplyhtml.close=Zavri
+simplyhtml.closeBtnName=Zavri
+simplyhtml.copyLabel=Kop\u00EDruj
+simplyhtml.cutLabel=Vystrihni
+simplyhtml.defaultDocName=Untitled[translate me]
+simplyhtml.editLabel=Edituj
+simplyhtml.effectLabel=Effect[translate me]
+simplyhtml.fontBoldLabel=Tu\u010Dn\u00E9
+simplyhtml.fontItalicLabel=Kurz\u00EDva
+simplyhtml.fontTabLabel=P\u00EDsmo
+simplyhtml.fontUnderlineLabel=Pod\u010Diarkni
+simplyhtml.helpLabel=Pomoc
+simplyhtml.okBtnName=OK
+simplyhtml.pasteLabel=Vlo\u017E
+simplyhtml.plainName=plain[translate me]
+simplyhtml.redoLabel=Znova
+simplyhtml.replaceAll=V\u0161etky
+simplyhtml.replaceNo=Nie
+simplyhtml.replaceYes=\u00C1no
+simplyhtml.styleLabel=\u0160t\u00FDl
+simplyhtml.uLineLabel=Pod\u010Diarkni
+simplyhtml.undoLabel=Sp\u00E4\u0165
+split=Rozde\u013E
+style=\u0160t\u00FDl
+svg=SVG[translate me]
+TimeListAction.text=Zobraz zoznam pl\u00E1nova\u010Da \u010Dasu...
+TimeListAction.tooltip=Zobraz v\u0161etky napl\u00E1novan\u00E9 \u010Dasy a zodpovedaj\u00FAce uzly.
+TimeManagementAction.text=Zobraz kalend\u00E1r...
+TimeManagementAction.tooltip=<html>Zobraz\u00ED kalend\u00E1rov\u00FD modul od Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Rozba\u013E / Zba\u013E deti
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Prepni zbalen\u00E9
+ToggleLeftToolbarAction.text=Prepni \u013Eav\u00E9 menu
+ToggleMenubarAction.text=Prepni menu
+ToggleToolbarAction.text=Prepni n\u00E1strojov\u00FA li\u0161tu
+undefined_error=Nastava ne\u010Dakan\u00E1 chyba. Pros\u00EDm pok\u00FAste sa nahl\u00E1si\u0165 chybov\u00FA spr\u00E1vu.
+underline=Pod\u010Diarkni
+underlined=Pod\u010Diarknut\u00E9
+UndoAction.text=Sp\u00E4\u0165
+UndoFilterAction.text=Sp\u00E4\u0165
+unfold=Rozba\u013E
+UnfoldAllAction.text=Rozba\u013E v\u0161etky
+UnfoldAllAction.tooltip=<html>Rozbal\u00ED ozna\u010Den\u00FD uzol a v\u0161etky jeho poduzly.</html>
+UnfoldOneLevelAction.text=Rozba\u013E jednu \u00FArove\u0148
+UnfoldOneLevelAction.tooltip=<html>Rozbal\u00ED ozna\u010Den\u00E9 uzly o jednu \u00FArove\u0148.</html>
+url_error=Toto URL je nespr\u00E1vne zap\u00EDsan\u00E9!
+url_load_error=Neviem na\u010D\u00EDta\u0165 mapu z URL:
+UsePlainTextAction.text=Pou\u017Ei \u010Dist\u00FD text
+user_defined_zoom=Zadan\u00FD u\u017E\u00EDvate\u013Eom.
+user_defined_zoom_status_bar=Men\u00EDm zaostrenie na hodnotu zadan\u00FA u\u017E\u00EDvate\u013Eom: {0}%.
+user_zoom=Zadajte koeficient zaostrenia (0.0 - 2.0):
+width=\u0160\u00EDrka
+yes=\u00C1no
+ZoomInAction.text=Zv\u00E4\u010D\u0161i zaostrenie
+ZoomOutAction.text=Zmen\u0161i zaostrenie
diff --git a/freeplane/resources/translations/Resources_sl.properties b/freeplane/resources/translations/Resources_sl.properties
index 367d8ce..e041877 100644
--- a/freeplane/resources/translations/Resources_sl.properties
+++ b/freeplane/resources/translations/Resources_sl.properties
@@ -1,971 +1,971 @@
-AboutAction.text = O programu
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/ApplyFormatPlugin.dialog.title = Spremeni obliko vozli\u0161\u010D
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Spremeni vzorec
-accessories/plugins/EncryptNode.properties_0 = Izberite geslo za \u0161ifrirano vozli\u0161\u010De
-accessories/plugins/EncryptNode.properties_1 = Gesli se ne ujemata ali pa sta prekratki.
-accessories/plugins/EncryptNode.properties_2 = Vnesite geslo:
-accessories/plugins/EncryptNode.properties_3 = Ponovno vnesite geslo:
-accessories/plugins/EncryptNode.properties_4 = Vnesite svoje geslo.
-accessories/plugins/EncryptNode.properties_5 = <html>Zapomnite si, da je mo\u010D \u0161ifriranja<br> odvisna skoraj povsem od kvalitete va\u0161ega gesla.
-accessories/plugins/EncryptNode.properties_6 = V redu
-accessories/plugins/EncryptNode.properties_7 = Prekli\u010Di
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Preklapljate lahko le stanje \u0161ifriranja \u0161ifrirnega na\u010Dina. Prosimo vstavite tak\u0161no vozli\u0161\u010De s pomo\u010Djo menija orodja.
-accessories/plugins/EncryptNode.properties_select_me = Izberite za nadaljevanje!
-accessories/plugins/EncryptNode.properties_wrong_password = Geslo ni pravilno.
-accessories/plugins/ExportWithTWiki.text = Kot TWiki ...
-accessories/plugins/ExportWithTWiki.tooltip = Izvozi miselni vzorec kot dokument TWiki.
-accessories/plugins/ExportWithXSLT.tooltip = To je uniformna metoda izvoza z uporabo skript XSLT.
-accessories/plugins/ExportWithXSLT_Applet.text = Kot program\u010Dek v Javi ...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Izvozi miselni vzorec kot program\u010Dek za brskalnik v javi.
-accessories/plugins/ExportWithXSLT_Flash.text = Kot flash ...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Izvozi miselni vzorec kot aplikacijo v flashu.
-accessories/plugins/ExportWithXSLT_HTML.text = Kot XHTML (razli\u010Dica JavaScript) ...
-accessories/plugins/ExportWithXSLT_HTML3.text = Kot XHTML (razli\u010Dica klikalne slike vzorca) ...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Viri iz vozli\u0161\u010Da RESOURCES v datoteko TaskJuggler ...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Izvori vire iz vozli\u0161\u010Da RESOURCES v modul Taskjuggler. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Opravki iz vozli\u0161\u010Da TASKS v datoteko TaskJuggler ...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Izvozi opravila iz vozli\u0161\u010Da TASKS v modul Taskjuggler. </html>
-add = dodaj
-AddLocalLinkAction.text = Dodaj krajevno hiperpovezavo
-antialias_all = Pogladi robove vsega
-antialias_edges = Pogladi le robove
-antialias_none = Ne gladi robov
-apply = Uporabi
-ApplyAction.text = Uporabi
-ApplyFormatPlugin.text = Spremeni obliko ...
-ApplyFormatPlugin.tooltip = Predstavi pogovorno okno, v katerem lahko naenkrat spremenite atribute vozli\u0161\u010Da in robov.
-ApplyNoFilteringAction.text = Brez filtriranja
-as_parent = Kot star\u0161
-AssignAttributesAction.text = Dodeli atribute ...
-attribute_delete = Izbri\u0161i vse vrednosti
-attribute_delete_value = Izbri\u0161i to vrednost
-attribute_font_size_tooltip = Velikost pisave atributa
-attribute_list_box_label_text = Obstoje\u010De vrednosti
-attribute_replace = Zamenjaj z
-attribute_top = Vse znane atribute za nalo\u017Eene miselne vzorce
-attributes_adding_empty_attribute_error = Za ime atributa ni mogo\u010De uporabiti praznega niza
-attributes_all = Vsi atributi
-attributes_attribute = Atributi
-attributes_close = Zapri
-attributes_deselect_all = ni\u010D
-attributes_dialog_title = Upravljalec atributov
-attributes_edit = Uredi
-attributes_edit_tooltip = Uredi mno\u017Eico
-attributes_for_selected = izbrana vozli\u0161\u010Da
-attributes_for_visible = vsa vidna vozli\u0161\u010Da
-attributes_import = Uvozi
-attributes_import_tooltip = Uvozi atribute iz drugih nalo\u017Eenih miselnih vzorcev
-attributes_no_import_candidates_found = Ni najdenih novih atributov
-attributes_popup_delete = Izbri\u0161i
-attributes_popup_down = Navzdol
-attributes_popup_edit = Uredi
-attributes_popup_hide = Skrij
-attributes_popup_new = Nov atribut
-attributes_popup_optimal_width = Optimalna \u0161irina
-attributes_popup_up = Navzgor
-attributes_refresh = osve\u017Ei
-attributes_restricted_attributes_tooltip = Omeji mno\u017Eico atributov
-attributes_restricted_values_tooltip = Omeji mno\u017Eico vrednosti za trenutne atribute
-attributes_restriction = omejena mno\u017Eica
-attributes_select_all = vse
-attributes_select_all_tooltip = Izberi / razberi vse
-attributes_show = Poka\u017Ei
-attributes_skip_root = Presko\u010Di korensko vozli\u0161\u010De
-attributes_visible = Vidno
-attributes_visible_tooltip = Vidno
-automatically_save_message = Miselni vzorec je bil samodejno shranjen (z uporabo imena datoteke {0}) ...
-AutomaticLayoutAction.text = Samodejna postavitev
-AutomaticLayoutAction.tooltip = <html>Popravi izgled miselnega vzorca. <br>Prva stopnja je \u010Drna, druga modra itn.</html>
-BackAction.text = Nazaj
-BackAction.tooltip = Sko\u010Di nazaj v izbrani verigi
-background = Ozadje
-BlinkingNodeHookAction.text = Utripajo\u010Di na\u010Din
-BlinkingNodeHookAction.tooltip = <html>S tem pri\u010Dne vozli\u0161\u010De utripati. Vendar bodite pozorni. Me povezujte ga s preve\u010D vozli\u0161\u010Di in <strong> ne z drugimi samodejnimi oblikovanji k istemu vozli\u0161\u010Du</strong></html>
-BoldAction.text = Krepko
-boldify_branch = Okrepi
-branch = Veja
-cancel = Razveljavi
-CancelAction.text = Razveljavi
-cannot_add_parent_diff_parents = Vsa vozli\u0161\u010Da morajo imeti istega star\u0161a za uporabo te funkcije.
-cannot_add_parent_to_root = Korenskega vozli\u0161\u010Da ni mo\u017Eno dodati k novemu star\u0161u.
-cannot_delete_root = Korenskega vozli\u0161\u010Da ni mo\u017Eno izbrisati ali izrezati.
-cannot_join_nodes_with_children = Vozli\u0161\u010D ni mogo\u010De zdru\u017Eiti z otroci
-cannot_move_to_child = Vozli\u0161\u010Da ni mo\u017Eno premakniti k enemu njegovih otrok.
-CenterAction.text = Sredinski
-ChangeConnectorArrowsAction.backward.text = Nazaj
-ChangeConnectorArrowsAction.forward.text = Naprej
-ChangeNodeLevelLeftsAction.text = Vozli\u0161\u010De na levi
-ChangeNodeLevelLeftsAction.tooltip = Tisti levo od korenskega(ih) vozli\u0161\u010D(a) je/so zamaknjeni navzdol. Postane(jo) otroci svojega gornjega bratskega vozli\u0161\u010Da. Tisti desno od korenskega(ih) vozli\u0161\u010D(a) so zamaknjeni navzgor. Neposredno ob korenu vozli\u0161\u010Da zamenjajo strani.
-ChangeNodeLevelRightsAction.text = Vozli\u0161\u010De na desni
-ChangeNodeLevelRightsAction.tooltip = Tisti desno od korenskega(ih) vozli\u0161\u010D(a) je/so zamaknjeni navzdol. Postane(jo) otroci svojega gornjega bratskega vozli\u0161\u010Da. Tisti levo od korenskega(ih) vozli\u0161\u010D(a) so zamaknjeni navzgor. Neposredno ob korenu vozli\u0161\u010Da zamenjajo strani.
-choose_background_color = Izberite barvo ozadja:
-choose_cloud_color = Izberite barvo obla\u010Dka:
-choose_edge_color = Izberi barvo robu
-choose_node_background_color = Izberite barvo ozadja vozli\u0161\u010Da:
-choose_node_color = Izberite barvo vozli\u0161\u010Da:
-CloseAction.text = Zapri
-CloudAction.text = Obla\u010Dek
-CloudColorAction.text = Barva obla\u010Dka ...
-ColorProperty.ResetColor = Ponastavi barvo
-combined = Zdru\u017Eeno
-confirmation = Potrditev
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = Kopiraj
-CopySingleAction.text = Kopiraj posami\u010Dno
-CreationModificationPluginAction.text = Prika\u017Ei \u010Dase sprememb
-CreationModificationPluginAction.tooltip = <html>Ta funkcija bele\u017Ei nastanek vozli\u0161\u010Da in \u010Dase spreminjanja.</html>
-CutAction.text = Izre\u017Ei
-decrease_branch_font_size = Manj\u0161a pisava
-DecreaseNodeFontAction.text = Manj\u0161a pisava
-delete = izbri\u0161i
-delete_child = Izbri\u0161i vozli\u0161\u010De
-DeleteAction.text = Odstrani vozli\u0161\u010De
-DeleteConditionAction.text = Izbri\u0161i
-DocumentationAction.text = Dokumentacija
-edge = Obroba
-edge_style = Slog roba
-edge_width = \u0160irina roba
-EdgeColorAction.text = Barva obrobe ...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.horizontal.text = Horizontal[translate me]
-EdgeStyleAction.linear.text = Linearno
-EdgeStyleAction.sharp_bezier.text = ostro Bezier
-EdgeStyleAction.sharp_linear.text = ostro linearno
-EdgeStyleAsParentAction.text = Kot star\u0161
-EdgeWidthAction_width_parent.text = Star\u0161a
-EdgeWidthAction_width_thin.text = Tanek
-edit = Uredi
-edit.decision = Urejevalnik HTML
-edit.edit_rich_text = \u017Delite uporabiti oblikovanje, kot je krepko in le\u017Ee\u010De?
-edit_link_manually = Ro\u010Dno uredi hiperpovezavo ...
-edit_long_node = Edit Long Node[translate me]
-edit_middle_label = Edit Middle Label[translate me]
-edit_target_label = Edit Target Label[translate me]
-EditAction.text = Uredi vozli\u0161\u010De
-EditAttributesAction.text = Uredi atribute
-EditFilterAction.text = Uredi
-EditLongAction.text = Uredi dolgo vozli\u0161\u010De ...
-EncryptedMap.text = Ustvari \u0161ifriran miselni vzorec ...
-EncryptedMap.tooltip = Ustvari nov \u0161ifriran miselni vzorec
-enter_base_url = Prilepljene bodo relativne povezave. Prosimo, vnesite osnovni URL.
-enter_confirms = Tipka Enter potrdi
-EnterPassword.text = Preklopi \u0161ifrirano / ne\u0161ifrirano
-error = Napaka
-error_applying_template = Napaka pri uveljavljanju predloge XSL.
-error_creating_directory = Imenika za izvoz ni mogo\u010De ustvariti.
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-ExportAction.text = Izvozi
-ExportBranchToHTMLAction.text = Razvejaj kot HTML
-ExportPdf.text = Kot PDF ...
-ExportSvg.text = Kot SVG ...
-ExportToHTMLAction.text = Kot HTML
-ExportToImage.jpg.text = Kot JPEG ...
-ExportToImage.png.text = Kot PNG ...
-ExportToOoWriter.text = Kot dokument OpenOffice.org Writer ...
-ExportToOoWriter.tooltip = Neprepognjena vozli\u0161\u010Da oblikujejo strukturo, prepognjena vozli\u0161\u010Da pa vsebino dokumenta.
-extension_menu = Fizi\u010Dni slog
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = Pogosto zastavljena vpra\u0161anja (FAQ)
-file = Datoteka
-file_already_exists = Datoteka {0} \u017Ee obstaja. Jo \u017Eelite prepisati?
-file_not_found = Datoteke {0} ni mo\u010D najti
-filter = filter
-filter_add = dodaj
-filter_and = in
-filter_conditions = Filtri
-filter_contains = vsebuje
-filter_delete = izbri\u0161i
-filter_dialog = Sestavljalec filtrov
-filter_does_not_exist = ne obstaja
-filter_edit_description = Uredi seznam filtrov
-filter_enter_value = Vnesite vrednost
-filter_exist = obstaja
-filter_icon = Ikona
-filter_is_equal_to = je enako
-filter_is_not_equal_to = ni enako
-filter_no_filtering = Brez filtriranja
-filter_node = besedilo vozli\u0161\u010Da
-filter_not = ne
-filter_or = ali
-filter_select = izberi
-filter_selected_node_view = Trenutno izbrana vozli\u0161\u010Da
-find_what = Najdi niz
-FindAction.text = Najdi ...
-fit_map_to_page = Prilagodi velikosti ene strani
-FitToPage.text = Prilagodi velikosti strani
-FitToPage.tooltip = Prilagodi zoom tako, da celoten miselni vzorec sodi v trenutno okno.
-fold = Prepogni
-FoldAllAction.text = Prepogni vse
-FoldAllAction.tooltip = <html>Prepogne izbrana vozli\u0161\u010Da in vse njihove otroke.</html>
-FoldOneLevelAction.text = Prepogni eno stopnjo
-FoldOneLevelAction.tooltip = <html>Prepogne izbrana vozli\u0161\u010Da za eno stopnjo.</html>
-follow_graphical_link = Pojdi na:
-FollowLinkAction.text = Follow Link[translate me]
-font = Pisava
-FontFamilyAction.text = dru\u017Eina pisav
-FontSizeAction.text = velikost pisave
-format_menu_edge_styles = Slogi robov
-format_menu_edge_widths = \u0160irine robov
-FormatCopy.text = Kopiraj obliko
-FormatCopy.tooltip = <html>Kopira obliko vozli\u0161\u010Da.</html>
-FormatPaste.text = Prilepi obliko
-FormatPaste.tooltip = <html>Prilepi obliko vozli\u0161\u010Da.</html>
-ForwardAction.text = Naprej
-ForwardAction.tooltip = Sko\u010Di naprej v izbrani verigi
-Freeplane.progress.buildScreen = Zaslon gradnje ...
-Freeplane.progress.createController = Ustvarjanje kontrolnika ...
-Freeplane.progress.createInitialMode = Ustvarjanje za\u010Detnega na\u010Dina ...
-Freeplane.progress.endStartup = Dokon\u010Danje zagona.
-Freeplane.progress.gettingPreferenceDirectories = Pridobivanje nastavitev miselnih vzorcev ...
-Freeplane.progress.gettingPreferences = Pridobivanje nastavitev ...
-Freeplane.progress.loadMaps = Nalaganje miselnih vzorcev ...
-Freeplane.progress.propagateLookAndFeel = Uveljavljanje videza in ob\u010Dutka ...
-Freeplane.progress.settingPreferences = Nastavljanje ...
-Freeplane.progress.startCreateController = Za\u010Detek ustvarjanja kontrolnika ...
-Freeplane.progress.updateLookAndFeel = Posodabljanje videza in ob\u010Dutka ...
-freeplane_reverted = Freeplane_Preobrnjeno_
-FreeplaneHelpStarter.text = Pomo\u010D ...
-FreeplaneHelpStarter.tooltip = Raz\u0161irjena pomo\u010D Freeplane
-GotoLinkNodeAction.text = Pojdi na povezavo
-GrabKeyDialog.common.cancel = Prekli\u010Di
-GrabKeyDialog.common.ok = V redu
-GrabKeyDialog.grab-key.assigned-to = Dodeljeno k
-GrabKeyDialog.grab-key.assigned-to.none = Trenutno nedodeljeno
-GrabKeyDialog.grab-key.clear = Po\u010Disti
-GrabKeyDialog.grab-key.remove = Odstrani
-GrabKeyDialog.grab-key.remove-ask = Ste prepri\u010Dani, da ho\u010Dete odstraniti to akcijo tipke?
-GrabKeyDialog.grab-key.title = Vnesi novo tipko
-help = Pomo\u010D
-HideAllAttributesAction.text = Skrij vse atribute
-HierarchicalIconsAction.text = Prika\u017Ei ikone hierarhi\u010Dno
-HierarchicalIconsAction.tooltip = \u010Ce ima kateri od otrok/vnukov ikono, to ikono prika\u017Ee tudi v majhni obliki.
-HotKeyInfoAction.text = Key Reference[translate me]
-html_export_based_on_headings = Izvoz HTML - Glede na naslove
-html_export_fold_all = Izvoz HTML - Prepogni vse
-html_export_fold_currently_folded = Izvoz HTML - Prepogni trenutno prepognjene
-html_export_no_folding = Izvoz HTML - Brez prepogibanja
-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_attach = Poglej sem
-icon_back = Nazaj
-icon_bee = Freeplane[translate me]
-icon_bell = Zapomni si
-icon_bookmark = Izvrstno
-icon_broken-line = Broken[translate me]
-icon_button_cancel = Ni v redu
-icon_button_ok = V redu
-icon_calendar = Datum
-icon_clanbomber = Nevarno
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Ne pozabi
-icon_down = Navzdol
-icon_family = Dru\u017Eina
-icon_fema = Females[translate me]
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_females = Females[translate me]
-icon_flag = Zastavica
-icon_flag-black = Black Flag[translate me]
-icon_flag-green = Green Flag[translate me]
-icon_flag-orange = Orange Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_flag-yellow = Yellow Flag[translate me]
-icon_forward = Naprej
-icon_full-1 = 1. prioriteta
-icon_full-2 = 2. prioriteta
-icon_full-3 = 3. prioriteta
-icon_full-4 = 4. prioriteta
-icon_full-5 = 5. prioriteta
-icon_full-6 = 6. prioriteta
-icon_full-7 = 7. prioriteta
-icon_go = Green Traffic Light[translate me]
-icon_gohome = Domov
-icon_help = Vpra\u0161anje
-icon_hourglass = Waiting[translate me]
-icon_idea = Ideja
-icon_info = Info[translate me]
-icon_kaddressbook = Telefon
-icon_kmail = E-Mail[translate me]
-icon_knotify = Glasba
-icon_korn = Po\u0161tni nabiralnik
-icon_ksmiletris = Sre\u010Den sem
-icon_licq = Krasno
-icon_list = List[translate me]
-icon_Mail = Po\u0161ta
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_males = Males[translate me]
-icon_menu = Ikone
-icon_messagebox_warning = Pomembno
-icon_password = Klju\u010D
-icon_pencil = Za izbolj\u0161ati
-icon_penguin = Linux
-icon_prepare = Yellow Traffic Light[translate me]
-icon_smiley-neutral = No Mind[translate me]
-icon_smily_bad = Mi ni sme\u0161no
-icon_stop = Ustavi
-icon_up = Navzgor
-icon_wizard = \u010Carovnija
-icon_xmag = Potrebna je razprava
-icon_yes = Pomembno
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.docs_folders.text = Docs & Folders[translate me]
-IconGroupPopupAction.numbers.text = Numbers[translate me]
-IconGroupPopupAction.office.text = Office[translate me]
-IconGroupPopupAction.signs.text = Signs[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Izberi ikono ...
-IconSelectionPlugin.tooltip = <html>Tukaj lahko izberete ikono z uporabo podokna.</html>
-import = Uvozi
-import_linked_branch_no_link = Izbrano vozli\u0161\u010De nima nobene povezave za uvoz.
-ImportAction.text = Uvozi
-ImportBranchAction.text = Veja ...
-ImportExplorerFavoritesAction.text = Priljubljeni ...
-ImportFolderStructureAction.text = Struktura map ...
-ImportLinkedBranchAction.text = Povezana veja
-ImportLinkedBranchWithoutRootAction.text = (Povezana veja) brez korenine ...
-ImportMindmanagerFiles.text = Miselni vzorec MindManager X5 ...
-increase_branch_font_size = Ve\u010Dja pisava
-IncreaseNodeFontAction.text = Ve\u010Dja pisava
-ItalicAction.text = Le\u017Ee\u010De
-italicise_branch = Zale\u017Ei
-JoinNodesAction.text = Zdru\u017Ei vozli\u0161\u010Da
-less_than_two_selected_nodes = Izbrati morate vsaj dve vozli\u0161\u010Di, da bi dobili povezave.
-link_not_available_any_more = Povezava ni ve\u010D veljavna. Medtem je bilo vozli\u0161\u010De \u017Ee izbrisano.
-link_not_found = Povezave {0} ni mogo\u010De najti.
-load = Nalo\u017Ei
-locking_failed_by_open = Zaklep miselnega vzorca {0} ni uspel. Odpiranje samo za branje.
-locking_failed_by_save_as = Zaklep miselnega vzorca {0} ni uspel. Dejanje shranjevanja kot je bilo prekinjeno.
-locking_old_lock_removed = Miselni vzorec {0} je zaklenil uporabnik {1}. Zaklep je bil odstranjen, saj je star.
-long_node_changed_cancel = Spremenili ste vozli\u0161\u010De. \u017Delite zavre\u010Di spremembe?
-long_node_changed_submit = Spremenili ste vozli\u0161\u010De. \u017Delite shraniti spremembe?
-lots_of_links_warning = Ustvarili boste veliko povezav z istim vozli\u0161\u010Dem. Resni\u010Dno \u017Eelite ustvariti te povezave?
-map_already_exists = ;Miselni vzorec \u017Ee obstaja. Ga \u017Eelite prepisati?
-map_corrupted = Miselni vzorec je okvarjen. Si \u017Eelite ogledati podrobnosti?
-map_locked_by_open = Miselni vzorec {0} je \u017Ee urejevan s strani uporabnika {1}. Odpiranje samo za branje.
-map_locked_by_save_as = Miselni vzorec {0} je \u017Ee urejevan s strani uporabnika {1}. Akcija Shrani kot je prekinjena.
-map_not_saved = Miselni vzorec prej ni bil shranjen.
-menu_attributes = Atributi
-menu_extras = Orodja
-menu_file_import = Uvozi
-menu_filter = Filter[translate me]
-menu_format = Oblika
-menu_insert = Vstavi
-menu_navigate = Krmar
-menu_view = Pogled
-mindmap = Miselni vzorec
-mindmaps = Miselni vzorci
-mindmaps_desc = Miselni vzorci (*.mm)
-mindmaps_filter_desc = Filtri (*.mmfilter)
-mode_Browse = Browse Mode[translate me]
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = Na\u010Din ni na voljo
-mode_status = Na\u010Din spremenjen v na\u010Din {0}
-mode_title = Freeplane - Na\u010Din {0}
-modes = Na\u010Dini
-ModesMenuAction.Browse.text = Map Browser[translate me]
-ModesMenuAction.File.text = File Explorer[translate me]
-ModesMenuAction.MindMap.text = Mind Map Editor[translate me]
-most_recent_files = Zadnje odprte datoteke
-MoveToRootAction.text = Premakni k korenskemu vozli\u0161\u010Du
-NavigationNextMapAction.text = Naslednji vzorec
-NavigationPreviousMapAction.text = Prej\u0161nji vzorec
-new_mindmap = Nov miselni vzorec
-new_node = Novo vomgpidpipidzli\u0161\u010De
-new_node_as_sibling_not_possible_for_the_root = Novo vozli\u0161\u010De kot bratsko ni mo\u017Eno kot korensko vozli\u0161\u010De
-NewChildAction.text = Novo otro\u0161ko vozli\u0161\u010De
-NewMapAction.text = Nova
-NewParentNode.text = Novo star\u0161evsko vozli\u0161\u010De
-NewParentNode.tooltip = <html>Vsi izbrani so poslani k novemu star\u0161u.</html>
-NewPreviousSiblingAction.text = Novo predhodno bratsko vozli\u0161\u010De
-NewSiblingAction.text = Novo bratsko vozli\u0161\u010De
-no = Ne
-no_format_copy_before_format_paste = Oblike ne morete prilepiti, \u010De je niste prej kje kopirali.
-no_found_from = "{0}" ni mogo\u010De najti v "{1}".
-no_more_found_from = Nobenih "{0}" ve\u010D ni bilo najdenih v "{1}".
-no_previous_find = Ni bilo zadetkov od prej.
-node = Vozli\u0161\u010De
-node_changed_discard_changes = Spremenili ste vozli\u0161\u010De. \u017Delite zavre\u010Di spremembe?
-node_location_help = Vleka spremeni polo\u017Eaj vozli\u0161\u010Da, ctrl+vleka spremeni razdalje, dvoklik in ctrl+dvoklik ponastavi vozli\u0161\u010De.
-NodeBackgroundColorAction.text = Barva ozadja vozli\u0161\u010Da ...
-NodeColorAction.text = Barva vozli\u0161\u010Da ...
-NodeColorBlendAction.text = Zlij barvo
-NodeDownAction.text = Vozli\u0161\u010De navzdol
-NodeListAction.text = Najdi in zamenjaj ...
-NodeListAction.tooltip = Poka\u017Ei vsa vozli\u0161\u010Da kot iskalni seznam s filtrom lastnosti.
-NodeShapeAction.bubble.text = Mehur\u010Dek
-NodeShapeAction.fork.text = Razvejaj
-NodeUpAction.text = Vozli\u0161\u010De navzgor
-nonboldify_branch = Razveljavi krepko
-nonitalicise_branch = Razveljavi le\u017Ee\u010De
-normal = Obi\u010Dajno
-not_saved_for_link_error = Miselni vzorec mora biti shranjen, preden lahko nastavite povezavo z izbirnikom datotek
-ok = V redu
-OKAction.text = V redu
-OpenAction.text = Odpri ...
-OpenPathAction.text = Open File[translate me]
-option_changes_may_require_restart = Da bi videli u\u010Dinek spremenjenih nastavitev, morate najverjetneje ponovno zagnati Freeplane.
-OptionalDontShowMeAgainDialog.cancel = &Ne
-OptionalDontShowMeAgainDialog.dontShowAgain = &Ne spra\u0161uj ve\u010D.
-OptionalDontShowMeAgainDialog.ok = &Da
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Zapomni si moj odgovor.
-OptionPanel.absolute = absolutne
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Samodejni vzorci postavitve
-OptionPanel.antialias = Glajenje
-OptionPanel.antialias.tooltip = <html>Dolo\u010Da kvaliteto vzorca. Ve\u010D glajenja zahteva ve\u010D \u010Dasa.</html>
-OptionPanel.antialias_all = Pogladi robove vsega
-OptionPanel.antialias_edges = Pogladi le robove
-OptionPanel.antialias_none = brez glajenja
-OptionPanel.Appearance = Izgled
-OptionPanel.ar = arabski
-OptionPanel.as_parent = kot star\u0161
-OptionPanel.ask = Vpra\u0161aj
-OptionPanel.automatic = samodejno
-OptionPanel.automaticFormat_level = Samodejni slogi postavitve
-OptionPanel.automaticFormat_level1 = Oblika korenskega vozli\u0161\u010Da
-OptionPanel.automaticFormat_level2 = Oblika vozli\u0161\u010D 1. ravni
-OptionPanel.Behaviour = Vedenje
-OptionPanel.bezier = Bezier[translate me]
-OptionPanel.bubble = mehur\u010Dek
-OptionPanel.Cancel = Prekli\u010Di
-OptionPanel.childpattern = Vzorec otroka
-OptionPanel.childpattern.tooltip = Izbrani vzorec bo uporabljen na vseh otrocih.
-OptionPanel.clear_all_setters = Preklopi vse
-OptionPanel.clear_all_setters.tooltip = Omogo\u010Di ali onemogo\u010Di vse ozna\u010Dbe sprememb.
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Zdru\u017Eeno
-OptionPanel.convert_to_current_version = <html>Samodejno pretvori miselne vzorce iz starej\u0161ih razli\u010Dic Freeplane <br>v trenutno razli\u010Dico?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Samo zelo obse\u017Ene miselne vzorce, ki ne potrebujejo pretvorbe <br>(to je izvedensko mnenje), lahko odprete brez pretvorbe.</html>
-OptionPanel.cs = \u010De\u0161ki
-OptionPanel.cut_nodes_without_question = \u017Delite izrezati vozli\u0161\u010Da brez potrditve?
-OptionPanel.cut_nodes_without_question.tooltip = \u010Ce je to polje potrjeno, bodo vozli\u0161\u010Da izrezana brez potrditve. \u010Ce gumb pritisnete nenamerno, lahko povzro\u010Dite izgubo informacij.
-OptionPanel.da = danski
-OptionPanel.de = nem\u0161ki
-OptionPanel.default = privzeto
-OptionPanel.default_browser_command_mac = Privzeti ukaz brskalnika - Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> in MAC: (hvala, Nick!)</html>
-OptionPanel.default_browser_command_other_os = Privzeti ukaz brskalnika - drugi OS
-OptionPanel.default_browser_command_other_os.tooltip = <html> To je tipi\u010Dno Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Privzeti ukaz brskalnika - Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Za Windows (znaki "" so obvezni zaradi povezav, ki vsebujejo "=" v svojem naslovu URL).</html>
-OptionPanel.default_browser_command_windows_nt = Privzeti ukaz brskalnika - Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Za Windows (znaki "" so obvezni zaradi povezav, ki vsebujejo "=" v svojem naslovu URL).</html>
-OptionPanel.Defaults = Privzeto
-OptionPanel.delete_automatic_saves_at_exit = Ob izhodu izbri\u0161i samodejno shranjeno
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> \u010Ce naj bodo datoteke samodejno izbrisane ob normalnem zaprtju programa Freeplane, nastavite to spremenljivko na true (resni\u010Dno).</html>
-OptionPanel.delete_nodes_without_question = \u017Delite izbrisati vozli\u0161\u010Da brez potrditve?
-OptionPanel.delete_nodes_without_question.tooltip = \u010Ce je to polje potrjeno, se vozli\u0161\u010Da izbri\u0161ejo brez potrditve. Povzro\u010Dite lahko izgubo podatkov, \u010De nehote pritisnete gumb.
-OptionPanel.disable_cursor_move_paper = Onemogo\u010Di premikanje podlage s kazalko
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Ne prika\u017Ei kazalke 'premakni' med vleko papirja.</html>
-OptionPanel.display_node_id = Display node ID[translate me]
-OptionPanel.edgecolor = Barva robov
-OptionPanel.edgecolor.tooltip = Lastnost roba star\u0161evskega vozli\u0161\u010Da (velja tudi za vsa otro\u0161ka vozli\u0161\u010Da)
-OptionPanel.edgestyle = Slog robov
-OptionPanel.edgestyle.tooltip = Lastnost roba star\u0161evskega vozli\u0161\u010Da (velja tudi za vsa otro\u0161ka vozli\u0161\u010Da)
-OptionPanel.edgewidth = \u0160irina robov
-OptionPanel.edgewidth.tooltip = Lastnost roba star\u0161evskega vozli\u0161\u010Da (velja tudi za vsa otro\u0161ka vozli\u0161\u010Da)
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Tipka Enter potrdi izbiro
-OptionPanel.el__max_default_window_height = Privzeta maksimalna vi\u0161ina okna
-OptionPanel.el__max_default_window_width = Privzeta maksimalna \u0161irina okna
-OptionPanel.el__min_default_window_height = Privzeta minimalna vi\u0161ina okna
-OptionPanel.el__min_default_window_width = Privzeta minimalna \u0161irina okna
-OptionPanel.el__position_window_below_node = Postavi okno pod vozli\u0161\u010De
-OptionPanel.en = angle\u0161ki
-OptionPanel.Environment = Okolje
-OptionPanel.es = \u0161panski
-OptionPanel.et = Et[translate me]
-OptionPanel.execute_scripts_without_asking = Skripti naj bodo izvedeni brez potrditve?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Skripti Freeplane so ve\u010Dinoma sposobni izvesti poljubno dejanje na va\u0161em ra\u010Dunalniku. <br>Zato ni pametno izvajati skriptov, katerih varnosti ne morete oceniti.</html>
-OptionPanel.experimental_file_locking_on = Poskusno zaklepanje datotek
-OptionPanel.experimental_file_locking_on.tooltip = <html> Eksperimentalne mo\u017Enosti</html>
-OptionPanel.export_icons_in_html = Izvozi ikone v HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Dolo\u010Dite, \u010De naj izvo\u017Eeni HTML iz Freeplane-a vsebuje ikone. Te\u017Eava z ikonami je, da povezave z ikonami v izvo\u017Eenem HTML pogosto ne delujejo.</html>
-OptionPanel.Files = Datoteke
-OptionPanel.first = kot prve
-OptionPanel.foldingsymbolwidth = \u0160irina simbola prepogibanja
-OptionPanel.foldingsymbolwidth.tooltip = <html>\u0160irina krogca, ki ozna\u010Duje prepognjenost drevesa.</html>
-OptionPanel.fork = Fork[translate me]
-OptionPanel.fr = francoski
-OptionPanel.gl = galicijski
-OptionPanel.gtk = Gtk
-OptionPanel.hr = hrva\u0161ki
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = glede na naslove
-OptionPanel.html_export_fold_all = Prepogni vse
-OptionPanel.html_export_fold_currently_folded = prepogni trenutno prepognjene
-OptionPanel.html_export_folding = Prepogibanje pri izvozu v HTML
-OptionPanel.html_export_no_folding = brez prepogibanja
-OptionPanel.hu = mad\u017Earski
-OptionPanel.icon = Ikona
-OptionPanel.icon.tooltip = \u010Ce je polje ozna\u010Deno, bo imelo vozli\u0161\u010De natanko to ikono.
-OptionPanel.id = Id[translate me]
-OptionPanel.it = italijanski
-OptionPanel.ja = japonski
-OptionPanel.Keystrokes = Bli\u017Enjice
-OptionPanel.ko = korejski
-OptionPanel.label_font_family = Font Family[translate me]
-OptionPanel.label_font_size = Velikost pisave
-OptionPanel.language = Jezik
-OptionPanel.language.tooltip = <html>To je jezik, ki naj bo uporabljen v programu. 'samodejno' sku\u0161a nalo\u017Eiti trenutni uporabni\u0161ki jezik. </html>
-OptionPanel.last = kot zadnje
-OptionPanel.last_opened_list_length = Dol\u017Eina nazadnje odprtih datotek
-OptionPanel.linear = linearno
-OptionPanel.links = Povezave
-OptionPanel.links.tooltip = <html>Nastavitev povezav kot relativnih ali absolutnih.</html>
-OptionPanel.load_folding = On Load[translate me]
-OptionPanel.load_last_map = Samodejno odpri zadnji odprti miselni vzorec
-OptionPanel.load_last_map.tooltip = <html>Ko se Freeplane za\u017Eene, samodejno odpre nazadnje odprti miselni vzorec.</html>
-OptionPanel.lookandfeel = Izgled in ob\u010Dutek
-OptionPanel.lookandfeel.tooltip = <html>Izgled in ob\u010Dutek, ki naj bo uporabljen. 'meal','windows','motif', 'gtk' so podprti, 'mac' je na voljo le na MacOS. 'privzeto' pomeni, da je uporabljen privzeti izgled in ob\u010Dutek. \u010Ce \u017Eelite nastaviti svoj lasten L&F, prosimo vnesite ime razreda tukaj in zagotovite, da je/so ustrezna/e datoteka/e jar nalo\u017Eena/e. \u010Ce so z izgledom in ob\u010Dutkom problemi, potem tukaj izberite 'ni\u010D'. To deluje za program\u010Dke.</html>
-OptionPanel.lt = litovski
-OptionPanel.max_node_width = Najve\u010Dja \u0161irina vozli\u0161\u010Da
-OptionPanel.max_node_width.tooltip = <html>Privzeta najve\u010Dja \u0161irina vozli\u0161\u010Da v pikslih.</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb[translate me]
-OptionPanel.nl = nizozemski
-OptionPanel.nn = norve\u0161ki Nynorsk
-OptionPanel.nodebackgroundcolor = Barva ozadja vozli\u0161\u010Da
-OptionPanel.nodebackgroundcolor.tooltip = nodebackgroundcolor.tooltip
-OptionPanel.nodecolor = Barva vozli\u0161\u010Da
-OptionPanel.nodecolor.tooltip = nodecolor.tooltip
-OptionPanel.nodefontbold = Krepka pisava
-OptionPanel.nodefontitalic = Le\u017Ee\u010Da pisava
-OptionPanel.nodefontname = Pisava vozli\u0161\u010Da
-OptionPanel.nodefontsize = Pisava vozli\u0161\u010Da
-OptionPanel.nodeshape = Slog vozli\u0161\u010Da
-OptionPanel.nodeshape.tooltip = nodeshape.tooltip
-OptionPanel.nodetext = Besedilo voli\u0161\u010Da
-OptionPanel.nodetext.tooltip = nodetext.tooltip
-OptionPanel.nothing = ni\u010D
-OptionPanel.number_of_different_files_for_automatic_save = \u0160tevilo datotek samodejnega shranjevanja
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> \u0161tevilo n razli\u010Dnih datotek, v katere se shranjujejo miselni vzorci.  Prvo samodejno shranjevanje se izvede v prvo datoteko itn. do n+1-shranjevanja, ki se spet izvede v prvo datoteko (cikli\u010Dno).</html>
-OptionPanel.OK = Shrani
-OptionPanel.patternname = Ime
-OptionPanel.patternname.tooltip = Unikatno ime vzorca
-OptionPanel.pl = poljski
-OptionPanel.placenewbranches = Postavi nove veje
-OptionPanel.placenewbranches.tooltip = <html>Kam naj bodo postavljene nove veje. Veljavne vrednosti so 'prve' in 'zadnje' </html>
-OptionPanel.printonwhitebackground = <html>Belo ozadje pri tiskanju</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Vedno uporabi belo ozadje za tiskanje</html>
-OptionPanel.pt_BR = portugalski BR
-OptionPanel.pt_PT = portugalski PT
-OptionPanel.relative = relativne
-OptionPanel.ru = ruski
-OptionPanel.scrollbar_increment = Speed[translate me]
-OptionPanel.selection_method = Metoda izbire
-OptionPanel.selection_method.tooltip = <html> z naslednjim preklopnikom lahko omogo\u010Dite/onemogo\u010Dite shemo zakasnjenega izbiranja. Samodejne mo\u017Enosti. Teh ne spreminjajte, saj bodo ne glede na to shranjene v auto.properties.</html>
-OptionPanel.selection_method_by_click = s klikom
-OptionPanel.selection_method_delayed = zakasnjeno
-OptionPanel.selection_method_direct = neposredno
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Vzorci
-OptionPanel.separator.anti_alias = Glajenje
-OptionPanel.separator.attributes = Atributi
-OptionPanel.separator.automatic_save = Samodejno shranjevanje
-OptionPanel.separator.behaviour = Vedenje
-OptionPanel.separator.browser = Brskalnik
-OptionPanel.separator.commands_for_the_program = Ukazi programa
-OptionPanel.separator.connectors = Connectors[translate me]
-OptionPanel.separator.default_colors = Privzete barve
-OptionPanel.separator.default_fonts = Privzete pisave
-OptionPanel.separator.default_styles = Privzeti slogi
-OptionPanel.separator.EdgeControls = Robovi
-OptionPanel.separator.edit_long_node_window = Uredi dolgo okno vozli\u0161\u010Da
-OptionPanel.separator.files = Datoteke
-OptionPanel.separator.General = Splo\u0161no
-OptionPanel.separator.html_export = Izvoz HTML
-OptionPanel.separator.html_import = Html Import[translate me]
-OptionPanel.separator.hyperlink_types = Vrste hiperpovezav
-OptionPanel.separator.icon_properties = Ikone
-OptionPanel.separator.icons = Ikone v "Izberi ikono ..."
-OptionPanel.separator.initial_map_size = Za\u010Detna velikost miselnega vzorca
-OptionPanel.separator.inline_editor = In-line node editor[translate me]
-OptionPanel.separator.key_typing = Tipkanje
-OptionPanel.separator.language = Jezik
-OptionPanel.separator.look_and_feel = Izgled in ob\u010Dutek
-OptionPanel.separator.mouse_wheel = Mi\u0161kin kole\u0161\u010Dek
-OptionPanel.separator.new_node_commands = Ukazi novega vozli\u0161\u010Da
-OptionPanel.separator.node_editing_commands = Ukazi urejanja vozli\u0161\u010Da
-OptionPanel.separator.node_navigation_commands = Ukazi krmarjenja vozli\u0161\u010Da
-OptionPanel.separator.NodeColors = Barve vozli\u0161\u010Da
-OptionPanel.separator.NodeFont = Pisava vozli\u0161\u010Da
-OptionPanel.separator.notifications = Potrditve
-OptionPanel.separator.other_defaults = Druge privzete vrednosti
-OptionPanel.separator.others = Druge tipke za bli\u017Enjice
-OptionPanel.separator.patterns = Vzorci
-OptionPanel.separator.root_node_appearance = Videz korenskega vozli\u0161\u010Da
-OptionPanel.separator.save = Shrani
-OptionPanel.separator.selection_colors = Barve izbora
-OptionPanel.separator.selection_method = Metoda izbire
-OptionPanel.separator.undo = Razveljavi
-OptionPanel.set_property_text = Spremeni
-OptionPanel.set_property_text.tooltip = Empty: Don't touch; Minus=Remove property (set default values); Plus=Spremeni lastnost
-OptionPanel.setscript = Spremeni?
-OptionPanel.setscript.tooltip = Skriptu lahko dodelite slog.
-OptionPanel.sharp_bezier = ostro bezier
-OptionPanel.sharp_linear = ostro linearno
-OptionPanel.show_icon_for_attributes = Poka\u017Ei ikono za atribute
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = slovenski
-OptionPanel.standardbackgroundcolor = Barva ozadja
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standardna barva ozadja v zapisu html </html>
-OptionPanel.standardcloudcolor = Barva obla\u010Dka
-OptionPanel.standardcloudcolor.tooltip = <html>Standardna barva obla\u010Dka v zapisu html </html>
-OptionPanel.standardcloudestyle = Slog obla\u010Dka
-OptionPanel.standardcloudestyle.tooltip = <html>Standardni slog obla\u010Dka. Trenutno je podprt le 'bezier'.</html>
-OptionPanel.standarddrawrectangleforselection = Prika\u017Ei izbrana vozli\u0161\u010Da v obla\u010Dkih
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Ozna\u010Di izbrana vozli\u0161\u010Da z obsegajo\u010Dim obla\u010Dkom.</html>
-OptionPanel.standardlinkcolor = Barva povezave
-OptionPanel.standardlinkcolor.tooltip = <html>Standardna barva povezave v zapisu html </html>
-OptionPanel.standardlinkestyle = Slog povezave
-OptionPanel.standardlinkestyle.tooltip = <html>Standardni slog povezave. Trenutno je podprt le 'bezier'.</html>
-OptionPanel.standardselectednodecolor = Barva izbranega vozli\u0161\u010Da
-OptionPanel.standardselectednodecolor.tooltip = <html>Standardna barva vozli\u0161\u010Da, \u010De je izbran. V zapisu HTML (#RRGGBB v \u0161estnajsti\u0161kih vrednostih) </html>
-OptionPanel.standardselectednoderectanglecolor = Barva izbranega obla\u010Dka vozli\u0161\u010Da
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>Barva obla\u010Dka, ki ozna\u010Duje izbrana vozli\u0161\u010Da. V zapisu html (#RRGGBB v \u0161estnajsti\u0161kih vrednostih) </html>
-OptionPanel.sv = \u0161vedski
-OptionPanel.time_for_automatic_save = Interval samodejnega shranjevanja
-OptionPanel.time_for_automatic_save.tooltip = <html> \u010Cas med dvema zaporednima samodejnima shranjevalnima akcijama (v ms): za onemogo\u017Eitev samodejnega shranjevanja to vrednost nastavite na 2000000000.</html>
-OptionPanel.time_for_delayed_selection = \u010Cas za zakasnjeno izbiro
-OptionPanel.time_for_delayed_selection.tooltip = <html> \u010Casovna zakasnitev izbire vozli\u0161\u010D, ko je mi\u0161ka prek (v ms). Spremenite to vrednost na 1, \u010De \u017Eelite neposredno izbiro ob prekritju z mi\u0161ko.</html>
-OptionPanel.toolTipManager.max_tooltip_width = \u0160irina okenca nasveta
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Privzeta \u0161irina okenca nasveta v slikovnih to\u010Dkah.</html>
-OptionPanel.tr = tur\u0161ki
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Nedolo\u010Dena pisava
-OptionPanel.undo_levels = Ravni razveljavitve
-OptionPanel.undo_levels.tooltip = <html>Dolo\u010Da, koliko korakov je shranjenih, da jih lahko razveljavite z "Razveljavi".</html>
-OptionPanel.unfold_on_paste = Razpostri vozli\u0161\u010De ob lepljenju
-OptionPanel.unfold_on_paste.tooltip = Razpostri vozli\u0161\u010De ob lepljenju ali povleci-in-spusti
-OptionPanel.use_common_out_point_for_root_node = Robovi se za\u010Dnejo v eni to\u010Dki v korenskem vozli\u0161\u010Du
-OptionPanel.use_common_out_point_for_root_node.tooltip = Robovi se za\u010Dnejo v eni to\u010Dki v korenskem vozli\u0161\u010Du
-OptionPanel.use_tabbed_pane = Uporabi zavihke
-OptionPanel.use_tabbed_pane.tooltip = Ob izboru naj bodo miselni vzorci prikazani v zavihkih (kot v Firefoxu :-) ).
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Odzivnost
-OptionPanel.wheel_velocity.tooltip = Vi\u0161ja vrednost povzro\u010Di hitrej\u0161e premike mi\u0161kinega kole\u0161\u010Dcka po vzorcu.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = kitajski CN
-OptionPanel.zh_TW = kitajski
-PageAction.text = Nastavitev strani ...
-PasteAction.text = Prilepi
-PatternNewNameProperty = Nov vzorec
-PatternToString.backgroundColor = Barva ozadja
-PatternToString.Child = Slog otro\u0161kega vozli\u0161\u010Da
-PatternToString.color = Barva
-PatternToString.EdgeColor = Barva roba
-PatternToString.EdgeStyle = Slog roba
-PatternToString.EdgeWidth = \u0160irina roba
-PatternToString.FontBold = Krepko
-PatternToString.FontItalic = Le\u017Ee\u010De
-PatternToString.FontName = Ime pisave
-PatternToString.Icon = Ikona
-PatternToString.NodeFontSize = Velikost pisave
-plugins/ScriptEditor.cancel = &Prekli\u010Di
-plugins/ScriptEditor.exit = I&zhod
-plugins/ScriptEditor.menu_actions = &Dejanja
-plugins/ScriptEditor.new_script = Nov skript
-plugins/ScriptEditor.run = Za&\u017Eeni
-plugins/ScriptEditor/window.Result = Rezultat:
-plugins/ScriptEditor/window.title = Urejevalnik skriptov
-plugins/TimeList.xml_Created = Ustvarjeno
-plugins/TimeList.xml_Date = Datum
-plugins/TimeList.xml_Icons = Ikone
-plugins/TimeList.xml_Modified = Spremenjeno
-plugins/TimeList.xml_Notes = Opombe
-plugins/TimeList.xml_Text = Besedilo
-plugins/TimeManagement.xml_appendButton = Dodaj datum k izbranim vozli\u0161\u010Dem
-plugins/TimeManagement.xml_Cancel = Prekli\u010Di
-plugins/TimeManagement.xml_cancelButton = Prekli\u010Di
-plugins/TimeManagement.xml_closeButton = Zapri
-plugins/TimeManagement.xml_Export = Izvozi izbrana vozli\u0161\u010Da
-plugins/TimeManagement.xml_Find = Najdi
-plugins/TimeManagement.xml_Goto = Pojdi na
-plugins/TimeManagement.xml_hour = Ura:
-plugins/TimeManagement.xml_menu_actions = Dejanja
-plugins/TimeManagement.xml_minute = Minuta:
-plugins/TimeManagement.xml_reminderButton = Spomni me na ta dan
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Ob pritisku se za\u017Eene \u010Dasovno od\u0161tevanje na dani datum. Utripajo\u010De ikone opozarjajo na iztek \u010Dasa.<br>\u010Ce zaprete miselni vzorec, se od\u0161tevanje reaktivira naslednji\u010D, ko odprete miselni vzorec.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Trenutno je morda lahko le en opomnik na vozli\u0161\u010De. <br>Trenutni opomnik je na\u010Drtovan ob {0,date} {0,time}, va\u0161a izbira je bila {1,date} {1,time}. <br><br>\u017Delite spremeniti opomnilni \u010Das vozli\u0161\u010Da (DA) <br>ali \u017Eelite ohraniti starega (NE)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Opomnik na\u010Drtovan za {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Odstrani opomnik
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Ostrani vse opomnike, povezane z izbranimi vozli\u0161\u010Di.
-plugins/TimeManagement.xml_Replace = Zamenjaj
-plugins/TimeManagement.xml_Replace_All = Zamenjaj vse
-plugins/TimeManagement.xml_Replace_Selected = Zamenjaj izbrano
-plugins/TimeManagement.xml_Select = Izberi
-plugins/TimeManagement.xml_todayButton = Danes
-plugins/TimeManagement.xml_WindowTitle = \u010Casovni na\u010Drtovalec
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Najdi in zamenjaj
-preferences = Nastavitve
-print_preview_title = Predogled tiskanja
-PrintDirectAction.text = Natisni ...
-printing_settings = Umerjanje tiskanja
-PrintPreviewAction.text = Predogled tiskanja ...
-PropertyAction.dialog = Preferences[translate me]
-PropertyAction.text = Lastnosti ...
-QuitAction.text = Izhod
-read_only = Samo za branje
-really_convert_to_current_version = <html>Ta miselni vzorec je nastal s staro razli\u010Dico programa Freeplane. <br>Ga \u017Eelite pretvoriti (priporo\u010Deno)? <br>(Sicer bo obravnavan tak, kakr\u0161en je, brez zagotovil.) </html>
-really_cut_node = Resni\u010Dno \u017Eelite izrezati vozli\u0161\u010Da?
-really_execute_script = Resni\u010Dno \u017Eelite izvesti skripte, vklju\u010Dene v ta miselni vzorec? Mogo\u010De je, da lahko \u0161kodijo va\u0161emu ra\u010Dunalniku.
-really_remove_node = Resni\u010Dno \u017Eelite izbrisati vozli\u0161\u010Da?
-RedoAction.text = Ponovi
-RedoFilterAction.text = Ponovi
-ReminderHookAction.text = Odstrani opomnik
-ReminderHookAction.tooltip = Odstrani opomnik z vozli\u0161\u010Da.
-RemoveAllIconsAction.text = Odstrani vse ikone
-RemoveIconAction.text = Odstrani zadnjo ikono
-RemoveNoteAction.text = Odstrani opombe
-RemoveNoteAction.tooltip = <html>Odstrani vsebino opomb tudi ve\u010D opomb hkrati.</html>
-repair_link = Popravi povezavo
-repair_link_question = Povezanega miselnega vzorca ni mo\u017Eno nalo\u017Eiti. \u017Delite popraviti povezavo ro\u010Dno?
-replace = Zamenjaj
-reset_to_default = Use default[translate me]
-ResetNodeLocationAction.text = Ponastavi polo\u017Eaj
-save_failed = Poskus shranjevanja miselnega vzorca {0} ni uspel.
-save_unsaved = \u017Delite shraniti naslednji miselni vzorec? :
-SaveAction.text = Shrani
-SaveAll.text = Shrani vse
-SaveAll.tooltip = Shrani vse odprte miselne vzorce.
-SaveAsAction.text = Shrani kot ...
-saved = Shranjeno
-scheme_evaluate = Ovrednoti!
-ScriptEditor.text = Urejevalnik skriptov ...
-ScriptEditor.tooltip = Omogo\u010Da pisanje ve\u010Djih skriptov v okviru Freeplane-a.
-ScriptEditorPanel.changed_cancel = Skripti so bili spremenjeni. Res \u017Eelite opustiti te spremembe?
-select_favorites_folder = Izberite mapo, v kateri se nahajajo va\u0161i priljubljeni
-select_folder_for_importing = Izberite mapo za uvoz
-SelectAllAction.text = Izberi vse vidne
-SelectBranchAction.text = Izberi vidno vejo
-selection_method_by_click = Enkrat klikni za izbiro
-selection_method_delayed = Zakasnjena samodejna izbira
-selection_method_direct = Poka\u017Ei izbiro
-SelectNoteAction.text = Preklopi urejanje opombe
-SelectNoteAction.tooltip = Preklopi na ustrezno okno z opombe
-SetImageByFileChooserAction.text = Slika (izbirnik datotek ali povezava) ...
-SetLinkByFileChooserAction.text = Hiperpovezava (izbirnik datotek) ...
-SetLinkByTextFieldAction.text = Hiperpovezava (polje z besedilom) ...
-ShowAllAttributesAction.text = Poka\u017Ei vse atribute
-ShowAncestorsAction.text = poka\u017Ei prednike
-ShowAttributeDialogAction.text = Upravljalec atributov
-ShowFilterToolbarAction.text = Filter Toolbar[translate me]
-ShowHideNoteAction.text = Okno opombe
-ShowHideNoteAction.tooltip = Okno opomb se pojavi oz. izgine.
-ShowSelectedAttributesAction.text = Poka\u017Ei izbrane atribute
-ShowSelectionAsRectangleAction.text = Pravokotni izbor
-simplyhtml.aboutFrameTitle = O tej aplikaciji
-simplyhtml.aboutLabel = O programu SimplyHTML ...
-simplyhtml.alignCenter = sredinska
-simplyhtml.alignLabel = Poravnava:
-simplyhtml.alignLeft = leva
-simplyhtml.alignRight = desna
-simplyhtml.allCellsRangeLabel = vse celice
-simplyhtml.allOccurrencesReplaced = Vse pojavitve so bile zamenjane
-simplyhtml.appendTableColLabel = Dodaj stolpec
-simplyhtml.appendTableRowLabel = Dodaj vrstico
-simplyhtml.applyCellAttrLabel = Uporabi za
-simplyhtml.backgroundLabel = Ozadje:
-simplyhtml.boldItalicName = krepko le\u017Ee\u010De
-simplyhtml.boldName = krepko
-simplyhtml.borderColorLabel = Barva:
-simplyhtml.borderWidthLabel = \u0160irina
-simplyhtml.bottomLabel = dno:
-simplyhtml.cancelBtnName = Prekli\u010Di
-simplyhtml.cellBorderTabLabel = Obrobe
-simplyhtml.cellGenTabLabel = Splo\u0161no
-simplyhtml.cellMarginTabLabel = Robovi
-simplyhtml.cellPanelTitle = Oblika celice
-simplyhtml.clearFormatLabel = Odstrani oblikovanje
-simplyhtml.clearFormatTip = Odstrani oblikovanje
-simplyhtml.close = Zapri
-simplyhtml.closeBtnName = Zapri
-simplyhtml.colorLabel = Barva
-simplyhtml.copyLabel = Kopiraj
-simplyhtml.copyTip = Kopiraj
-simplyhtml.cTagNameHead1 = Naslov 1
-simplyhtml.cTagNameHead2 = Naslov 2
-simplyhtml.cTagNameHead3 = Naslov 3
-simplyhtml.cTagNameHead4 = Naslov 4
-simplyhtml.cTagNameHead5 = Naslov 5
-simplyhtml.cTagNameHead6 = Naslov 6
-simplyhtml.cTagNameLink = Povezava
-simplyhtml.cTagNameOL = O\u0161tevil\u010Den seznam
-simplyhtml.cTagNamePara = Odstavek
-simplyhtml.cTagNameUL = Neo\u0161tevil\u010Den seznam
-simplyhtml.cutLabel = Izre\u017Ei
-simplyhtml.cutTip = Izre\u017Ei
-simplyhtml.defaultDocName = Neimenovano
-simplyhtml.deleteTableColLabel = Izbri\u0161i stolpec
-simplyhtml.deleteTableRowLabel = Izbri\u0161i vrstico
-simplyhtml.docTitleQuery = Naslov naj bo:
-simplyhtml.docTitleTitle = Uredi naslov dokumenta
-simplyhtml.editLabel = Uredi
-simplyhtml.effectLabel = U\u010Dinek
-simplyhtml.familyLabel = Dru\u017Eina
-simplyhtml.findNext = Najdi naslednje ...
-simplyhtml.findReplaceDialogTitle = Najdi in zamenjaj
-simplyhtml.findReplaceLabel = Najdi in zamenjaj
-simplyhtml.findReplaceTip = Najdi in zamenjaj
-simplyhtml.fontBoldLabel = Krepko
-simplyhtml.fontBoldTip = Vklju\u010Di/izklju\u010Di krepko pisavo
-simplyhtml.fontDialogTitle = Oblikovanje pisave
-simplyhtml.fontItalicLabel = Le\u017Ee\u010De
-simplyhtml.fontItalicTip = Vklju\u010Di/izklju\u010Di le\u017Ee\u010Do pisavo
-simplyhtml.fontLabel = Pisava ...
-simplyhtml.fontTabLabel = Pisava
-simplyhtml.fontTip = Oblikuj pisavo ...
-simplyhtml.fontUnderlineLabel = Pod\u010Drtano
-simplyhtml.fontUnderlineTip = Vklju\u010Di/izklju\u010Di pod\u010Drtano pisavo
-simplyhtml.foregroundLabel = Ospredje:
-simplyhtml.formatLabel = Oblika
-simplyhtml.formatListLabel = Seznam ...
-simplyhtml.formatListTip = Spremeni obliko seznama
-simplyhtml.formatParaLabel = Odstavek ...
-simplyhtml.formatParaTip = Spremeni obliko odstavka
-simplyhtml.formatTableLabel = Tabela ...
-simplyhtml.formatTableTip = Oblikovanje tabele
-simplyhtml.helpLabel = Pomo\u010D
-simplyhtml.htmlTabTitle = Pogled kode HTML
-simplyhtml.imageFileDesc = Datoteke slik
-simplyhtml.insertTableColLabel = Vstavi stolpec
-simplyhtml.insertTableLabel = Tabela ...
-simplyhtml.insertTableMsg = Koliko stolpcev?
-simplyhtml.insertTableRowLabel = Vstavi vrstico
-simplyhtml.insertTableTitle = vstaviTabelo
-simplyhtml.italicName = le\u017Ee\u010De
-simplyhtml.layoutTabTitle = Pogled postavitve
-simplyhtml.leftLabel = levo:
-simplyhtml.listDialogTitle = Oblikovanje seznama
-simplyhtml.listIndentTitle = Zamik:
-simplyhtml.listPosInside = znotraj
-simplyhtml.listPositionLabel = Polo\u017Eaj:
-simplyhtml.listPosOutside = zunaj
-simplyhtml.listTypeCircle = okrogla oznaka
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = simbol za datoteko kot oznaka
-simplyhtml.listTypeLabel = Vrsta:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = brez
-simplyhtml.listTypeSquare = kvadratna oznaka
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Zunanja
-simplyhtml.matchCase = Razlikuj male/velike \u010Drke
-simplyhtml.newStyleDefaultName = nov slog
-simplyhtml.nextTableCellLabel = Naslednja celica
-simplyhtml.noLineLabel = brez
-simplyhtml.noMoreOccurrencesFound = ni (ve\u010D) zadetkov
-simplyhtml.okBtnName = V redu
-simplyhtml.paddingLabel = Notranja
-simplyhtml.paraAlignCenterLabel = Poravnaj sredinsko
-simplyhtml.paraAlignCenterTip = Odstavku dolo\u010Di sredinsko poravnavo
-simplyhtml.paraAlignLeftLabel = Poravnaj levo
-simplyhtml.paraAlignLeftTip = Odstavku dolo\u010Di levo poravnavo
-simplyhtml.paraAlignRightLabel = Poravnaj desno
-simplyhtml.paraAlignRightTip = Odstavku dolo\u010Di desno poravnavo
-simplyhtml.paraStyleDialogTitle = Slog odstavka
-simplyhtml.paraTabLabel = Odstavek
-simplyhtml.pasteLabel = Prilepi
-simplyhtml.pasteTip = Prilepi
-simplyhtml.plainName = navadno
-simplyhtml.previewLabel = Predogled
-simplyhtml.previewText = Predogled besedila
-simplyhtml.prevTableCellLabel = Prej\u0161nja celica
-simplyhtml.redoLabel = Ponovi
-simplyhtml.redoTip = Ponovi
-simplyhtml.replace = Zamenjaj ...
-simplyhtml.replaceAll = vse
-simplyhtml.replaceDone = Opravljeno
-simplyhtml.replaceNo = Ne
-simplyhtml.replaceThisQuery = zamenjaj to pojavitev
-simplyhtml.replaceWith = Zamenjaj z:
-simplyhtml.replaceYes = Da
-simplyhtml.rightLabel = desno:
-simplyhtml.searchDown = I\u0161\u010Di proti koncu
-simplyhtml.searchFromStart = I\u0161\u010Di od zac\u010Detka
-simplyhtml.searchUp = I\u0161\u010Di proti zacetku
-simplyhtml.selectAllLabel = Izberi vse
-simplyhtml.sizeLabel = Velikost
-simplyhtml.standardStyleName = navaden
-simplyhtml.strikeLabel = Pre\u010Drtano
-simplyhtml.styleLabel = Slog
-simplyhtml.styleNameInputText = Ime novega sloga?
-simplyhtml.styleNameInputTitle = Shrani slog
-simplyhtml.tableBgColLabel = Barva ozadja:
-simplyhtml.tableDialogTitle = Oblikovanje tabele
-simplyhtml.tableLabel = Tabela
-simplyhtml.tablePanelTitle = Oblika tabele
-simplyhtml.tableWidthLabel = \u0160irina:
-simplyhtml.textIndentLabel = Zamik:
-simplyhtml.textToFind = Iskano besedilo:
-simplyhtml.thisCellRangeLabel = to celico
-simplyhtml.thisColRangeLabel = ta stolpec
-simplyhtml.thisRowRangeLabel = to vrstico
-simplyhtml.toggleBulletsLabel = Ozna\u010Den seznam vklju\u010Den/izklju\u010Den
-simplyhtml.toggleBulletsTip = Ozna\u010Den seznam vklju\u010Den/izklju\u010Den
-simplyhtml.toggleNumbersLabel = O\u0161tevil\u010Den seznam vklju\u010Den/izklju\u010Den
-simplyhtml.toggleNumbersTip = O\u0161tevil\u010Den seznam vklju\u010Den/izklju\u010Den
-simplyhtml.topLabel = vrh:
-simplyhtml.uLineLabel = Pod\u010Drtano
-simplyhtml.unableToOpenFileError = Datoteke ni mogo\u010De odpreti
-simplyhtml.unableToRedoError = Ni mogo\u010De ponoviti:
-simplyhtml.unableToUndoError = Ni mogo\u010De razveljaviti:
-simplyhtml.undoLabel = Razveljavi
-simplyhtml.undoTip = Razveljavi
-simplyhtml.valignBaseline = na osnovno \u010Drto
-simplyhtml.valignBottom = na dno
-simplyhtml.valignLabel = Navp. poravnava:
-simplyhtml.valignMiddle = sredinska
-simplyhtml.valignTop = na vrh
-simplyhtml.wholeWordsOnly = Samo cele besede
-SortNodes.text = Razvrsti otroke
-SortNodes.tooltip = Razvrsti vse otroke vozli\u0161\u010Da po abecedi.
-split = Razdeli
-SplitNode.text = Razdeli vozli\u0161\u010De
-SplitNode.tooltip = <html>Vozli\u0161\u010De je razdeljeno</html>
-style = Slog
-svg = SVG[translate me]
-TimeListAction.text = Prika\u017Ei seznam \u010Dasovnega na\u010Drtovalca ...
-TimeListAction.tooltip = Prika\u017Ee vse na\u010Drtovane \u010Dase in ustrezajo\u010Da vozli\u0161\u010Da.
-TimeManagementAction.text = Prika\u017Ei koledar ...
-TimeManagementAction.tooltip = <html>Prika\u017Ee koledarski modul, avtor Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = (Raz)postri otroke
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Preklopi prepognjene
-ToggleFullScreenAction.text = Full screen mode[translate me]
-ToggleLeftToolbarAction.text = &Drugotna vrstica
-ToggleMenubarAction.text = Menijska vrstica
-ToggleToolbarAction.text = &Orodna vrstica
-undefined_error = Pri\u0161lo je do nepri\u010Dakovane napake. Prosimo poskusite oddati poro\u010Dilo o hro\u0161\u010Du.
-underline = Pod\u010Drtano
-underlined = Pod\u010Drtano
-UndoAction.text = Razveljavi
-UndoFilterAction.text = Razveljavi
-unfold = Razpostri
-UnfoldAllAction.text = Razpostri vse
-UnfoldAllAction.tooltip = <html>Razpostre izbrana vozli\u0161\u010Da in vse njihove otroke.</html>
-UnfoldOneLevelAction.text = Razpostri za eno stopnjo
-UnfoldOneLevelAction.tooltip = <html>Razpostre izbrana vozli\u0161\u010Da za eno stopnjo.</html>
-updatecheckdialog = Update Check Dialog[translate me]
-url_error = Ta URL je nepravilno oblikovan!
-url_load_error = Ni mogo\u010De nalo\u017Eiti miselnega vzorca z URL:
-UsePlainTextAction.text = Uporabi navadno besedilo
-user_defined_zoom = Uporabni\u0161ko dolo\u010Deno.
-user_defined_zoom_status_bar = Spreminjanje pogleda na uporabni\u0161ko dolo\u010Deno vrednost {0}%.
-user_zoom = Faktor pove\u010Dave tiskanja (0.0 - 2.0):
-WebDocuAction.text = Spletna dokumentacija
-width = \u0160irina
-yes = Da
-ZoomInAction.text = Pove\u010Daj
-ZoomOutAction.text = Pomanj\u0161aj
+AboutAction.text=O programu
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/ApplyFormatPlugin.dialog.title=Spremeni obliko vozli\u0161\u010D
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Spremeni vzorec
+accessories/plugins/EncryptNode.properties_0=Izberite geslo za \u0161ifrirano vozli\u0161\u010De
+accessories/plugins/EncryptNode.properties_1=Gesli se ne ujemata ali pa sta prekratki.
+accessories/plugins/EncryptNode.properties_2=Vnesite geslo:
+accessories/plugins/EncryptNode.properties_3=Ponovno vnesite geslo:
+accessories/plugins/EncryptNode.properties_4=Vnesite svoje geslo.
+accessories/plugins/EncryptNode.properties_5=<html>Zapomnite si, da je mo\u010D \u0161ifriranja<br> odvisna skoraj povsem od kvalitete va\u0161ega gesla.
+accessories/plugins/EncryptNode.properties_6=V redu
+accessories/plugins/EncryptNode.properties_7=Prekli\u010Di
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Preklapljate lahko le stanje \u0161ifriranja \u0161ifrirnega na\u010Dina. Prosimo vstavite tak\u0161no vozli\u0161\u010De s pomo\u010Djo menija orodja.
+accessories/plugins/EncryptNode.properties_select_me=Izberite za nadaljevanje!
+accessories/plugins/EncryptNode.properties_wrong_password=Geslo ni pravilno.
+accessories/plugins/ExportWithTWiki.text=Kot TWiki ...
+accessories/plugins/ExportWithTWiki.tooltip=Izvozi miselni vzorec kot dokument TWiki.
+accessories/plugins/ExportWithXSLT.tooltip=To je uniformna metoda izvoza z uporabo skript XSLT.
+accessories/plugins/ExportWithXSLT_Applet.text=Kot program\u010Dek v Javi ...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Izvozi miselni vzorec kot program\u010Dek za brskalnik v javi.
+accessories/plugins/ExportWithXSLT_Flash.text=Kot flash ...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Izvozi miselni vzorec kot aplikacijo v flashu.
+accessories/plugins/ExportWithXSLT_HTML.text=Kot XHTML (razli\u010Dica JavaScript) ...
+accessories/plugins/ExportWithXSLT_HTML3.text=Kot XHTML (razli\u010Dica klikalne slike vzorca) ...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Viri iz vozli\u0161\u010Da RESOURCES v datoteko TaskJuggler ...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Izvori vire iz vozli\u0161\u010Da RESOURCES v modul Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Opravki iz vozli\u0161\u010Da TASKS v datoteko TaskJuggler ...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Izvozi opravila iz vozli\u0161\u010Da TASKS v modul Taskjuggler. </html>
+add=dodaj
+AddLocalLinkAction.text=Dodaj krajevno hiperpovezavo
+antialias_all=Pogladi robove vsega
+antialias_edges=Pogladi le robove
+antialias_none=Ne gladi robov
+apply=Uporabi
+ApplyAction.text=Uporabi
+ApplyFormatPlugin.text=Spremeni obliko ...
+ApplyFormatPlugin.tooltip=Predstavi pogovorno okno, v katerem lahko naenkrat spremenite atribute vozli\u0161\u010Da in robov.
+ApplyNoFilteringAction.text=Brez filtriranja
+as_parent=Kot star\u0161
+AssignAttributesAction.text=Dodeli atribute ...
+attribute_delete=Izbri\u0161i vse vrednosti
+attribute_delete_value=Izbri\u0161i to vrednost
+attribute_font_size_tooltip=Velikost pisave atributa
+attribute_list_box_label_text=Obstoje\u010De vrednosti
+attribute_replace=Zamenjaj z
+attribute_top=Vse znane atribute za nalo\u017Eene miselne vzorce
+attributes_adding_empty_attribute_error=Za ime atributa ni mogo\u010De uporabiti praznega niza
+attributes_all=Vsi atributi
+attributes_attribute=Atributi
+attributes_close=Zapri
+attributes_deselect_all=ni\u010D
+attributes_dialog_title=Upravljalec atributov
+attributes_edit=Uredi
+attributes_edit_tooltip=Uredi mno\u017Eico
+attributes_for_selected=izbrana vozli\u0161\u010Da
+attributes_for_visible=vsa vidna vozli\u0161\u010Da
+attributes_import=Uvozi
+attributes_import_tooltip=Uvozi atribute iz drugih nalo\u017Eenih miselnih vzorcev
+attributes_no_import_candidates_found=Ni najdenih novih atributov
+attributes_popup_delete=Izbri\u0161i
+attributes_popup_down=Navzdol
+attributes_popup_edit=Uredi
+attributes_popup_hide=Skrij
+attributes_popup_new=Nov atribut
+attributes_popup_optimal_width=Optimalna \u0161irina
+attributes_popup_up=Navzgor
+attributes_refresh=osve\u017Ei
+attributes_restricted_attributes_tooltip=Omeji mno\u017Eico atributov
+attributes_restricted_values_tooltip=Omeji mno\u017Eico vrednosti za trenutne atribute
+attributes_restriction=omejena mno\u017Eica
+attributes_select_all=vse
+attributes_select_all_tooltip=Izberi / razberi vse
+attributes_show=Poka\u017Ei
+attributes_skip_root=Presko\u010Di korensko vozli\u0161\u010De
+attributes_visible=Vidno
+attributes_visible_tooltip=Vidno
+automatically_save_message=Miselni vzorec je bil samodejno shranjen (z uporabo imena datoteke {0}) ...
+AutomaticLayoutAction.text=Samodejna postavitev
+AutomaticLayoutAction.tooltip=<html>Popravi izgled miselnega vzorca. <br>Prva stopnja je \u010Drna, druga modra itn.</html>
+BackAction.text=Nazaj
+BackAction.tooltip=Sko\u010Di nazaj v izbrani verigi
+background=Ozadje
+BlinkingNodeHookAction.text=Utripajo\u010Di na\u010Din
+BlinkingNodeHookAction.tooltip=<html>S tem pri\u010Dne vozli\u0161\u010De utripati. Vendar bodite pozorni. Me povezujte ga s preve\u010D vozli\u0161\u010Di in <strong> ne z drugimi samodejnimi oblikovanji k istemu vozli\u0161\u010Du</strong></html>
+BoldAction.text=Krepko
+boldify_branch=Okrepi
+branch=Veja
+cancel=Razveljavi
+CancelAction.text=Razveljavi
+cannot_add_parent_diff_parents=Vsa vozli\u0161\u010Da morajo imeti istega star\u0161a za uporabo te funkcije.
+cannot_add_parent_to_root=Korenskega vozli\u0161\u010Da ni mo\u017Eno dodati k novemu star\u0161u.
+cannot_delete_root=Korenskega vozli\u0161\u010Da ni mo\u017Eno izbrisati ali izrezati.
+cannot_join_nodes_with_children=Vozli\u0161\u010D ni mogo\u010De zdru\u017Eiti z otroci
+cannot_move_to_child=Vozli\u0161\u010Da ni mo\u017Eno premakniti k enemu njegovih otrok.
+CenterAction.text=Sredinski
+ChangeConnectorArrowsAction.backward.text=Nazaj
+ChangeConnectorArrowsAction.forward.text=Naprej
+ChangeNodeLevelLeftsAction.text=Vozli\u0161\u010De na levi
+ChangeNodeLevelLeftsAction.tooltip=Tisti levo od korenskega(ih) vozli\u0161\u010D(a) je/so zamaknjeni navzdol. Postane(jo) otroci svojega gornjega bratskega vozli\u0161\u010Da. Tisti desno od korenskega(ih) vozli\u0161\u010D(a) so zamaknjeni navzgor. Neposredno ob korenu vozli\u0161\u010Da zamenjajo strani.
+ChangeNodeLevelRightsAction.text=Vozli\u0161\u010De na desni
+ChangeNodeLevelRightsAction.tooltip=Tisti desno od korenskega(ih) vozli\u0161\u010D(a) je/so zamaknjeni navzdol. Postane(jo) otroci svojega gornjega bratskega vozli\u0161\u010Da. Tisti levo od korenskega(ih) vozli\u0161\u010D(a) so zamaknjeni navzgor. Neposredno ob korenu vozli\u0161\u010Da zamenjajo strani.
+choose_background_color=Izberite barvo ozadja:
+choose_cloud_color=Izberite barvo obla\u010Dka:
+choose_edge_color=Izberi barvo robu
+choose_node_background_color=Izberite barvo ozadja vozli\u0161\u010Da:
+choose_node_color=Izberite barvo vozli\u0161\u010Da:
+CloseAction.text=Zapri
+CloudAction.text=Obla\u010Dek
+CloudColorAction.text=Barva obla\u010Dka ...
+ColorProperty.ResetColor=Ponastavi barvo
+combined=Zdru\u017Eeno
+confirmation=Potrditev
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=Kopiraj
+CopySingleAction.text=Kopiraj posami\u010Dno
+CreationModificationPluginAction.text=Prika\u017Ei \u010Dase sprememb
+CreationModificationPluginAction.tooltip=<html>Ta funkcija bele\u017Ei nastanek vozli\u0161\u010Da in \u010Dase spreminjanja.</html>
+CutAction.text=Izre\u017Ei
+decrease_branch_font_size=Manj\u0161a pisava
+DecreaseNodeFontAction.text=Manj\u0161a pisava
+delete=izbri\u0161i
+delete_child=Izbri\u0161i vozli\u0161\u010De
+DeleteAction.text=Odstrani vozli\u0161\u010De
+DeleteConditionAction.text=Izbri\u0161i
+DocumentationAction.text=Dokumentacija
+edge=Obroba
+edge_style=Slog roba
+edge_width=\u0160irina roba
+EdgeColorAction.text=Barva obrobe ...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.horizontal.text=Horizontal[translate me]
+EdgeStyleAction.linear.text=Linearno
+EdgeStyleAction.sharp_bezier.text=ostro Bezier
+EdgeStyleAction.sharp_linear.text=ostro linearno
+EdgeStyleAsParentAction.text=Kot star\u0161
+EdgeWidthAction_width_parent.text=Star\u0161a
+EdgeWidthAction_width_thin.text=Tanek
+edit=Uredi
+edit.decision=Urejevalnik HTML
+edit.edit_rich_text=\u017Delite uporabiti oblikovanje, kot je krepko in le\u017Ee\u010De?
+edit_link_manually=Ro\u010Dno uredi hiperpovezavo ...
+edit_long_node=Edit Long Node[translate me]
+edit_middle_label=Edit Middle Label[translate me]
+edit_target_label=Edit Target Label[translate me]
+EditAction.text=Uredi vozli\u0161\u010De
+EditAttributesAction.text=Uredi atribute
+EditFilterAction.text=Uredi
+EditLongAction.text=Uredi dolgo vozli\u0161\u010De ...
+EncryptedMap.text=Ustvari \u0161ifriran miselni vzorec ...
+EncryptedMap.tooltip=Ustvari nov \u0161ifriran miselni vzorec
+enter_base_url=Prilepljene bodo relativne povezave. Prosimo, vnesite osnovni URL.
+enter_confirms=Tipka Enter potrdi
+EnterPassword.text=Preklopi \u0161ifrirano / ne\u0161ifrirano
+error=Napaka
+error_applying_template=Napaka pri uveljavljanju predloge XSL.
+error_creating_directory=Imenika za izvoz ni mogo\u010De ustvariti.
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+ExportAction.text=Izvozi
+ExportBranchToHTMLAction.text=Razvejaj kot HTML
+ExportPdf.text=Kot PDF ...
+ExportSvg.text=Kot SVG ...
+ExportToHTMLAction.text=Kot HTML
+ExportToImage.jpg.text=Kot JPEG ...
+ExportToImage.png.text=Kot PNG ...
+ExportToOoWriter.text=Kot dokument OpenOffice.org Writer ...
+ExportToOoWriter.tooltip=Neprepognjena vozli\u0161\u010Da oblikujejo strukturo, prepognjena vozli\u0161\u010Da pa vsebino dokumenta.
+extension_menu=Fizi\u010Dni slog
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=Pogosto zastavljena vpra\u0161anja (FAQ)
+file=Datoteka
+file_already_exists=Datoteka {0} \u017Ee obstaja. Jo \u017Eelite prepisati?
+file_not_found=Datoteke {0} ni mo\u010D najti
+filter=filter
+filter_add=dodaj
+filter_and=in
+filter_conditions=Filtri
+filter_contains=vsebuje
+filter_delete=izbri\u0161i
+filter_dialog=Sestavljalec filtrov
+filter_does_not_exist=ne obstaja
+filter_edit_description=Uredi seznam filtrov
+filter_enter_value=Vnesite vrednost
+filter_exist=obstaja
+filter_icon=Ikona
+filter_is_equal_to=je enako
+filter_is_not_equal_to=ni enako
+filter_no_filtering=Brez filtriranja
+filter_node=besedilo vozli\u0161\u010Da
+filter_not=ne
+filter_or=ali
+filter_select=izberi
+filter_selected_node_view=Trenutno izbrana vozli\u0161\u010Da
+find_what=Najdi niz
+FindAction.text=Najdi ...
+fit_map_to_page=Prilagodi velikosti ene strani
+FitToPage.text=Prilagodi velikosti strani
+FitToPage.tooltip=Prilagodi zoom tako, da celoten miselni vzorec sodi v trenutno okno.
+fold=Prepogni
+FoldAllAction.text=Prepogni vse
+FoldAllAction.tooltip=<html>Prepogne izbrana vozli\u0161\u010Da in vse njihove otroke.</html>
+FoldOneLevelAction.text=Prepogni eno stopnjo
+FoldOneLevelAction.tooltip=<html>Prepogne izbrana vozli\u0161\u010Da za eno stopnjo.</html>
+follow_graphical_link=Pojdi na:
+FollowLinkAction.text=Follow Link[translate me]
+font=Pisava
+FontFamilyAction.text=dru\u017Eina pisav
+FontSizeAction.text=velikost pisave
+format_menu_edge_styles=Slogi robov
+format_menu_edge_widths=\u0160irine robov
+FormatCopy.text=Kopiraj obliko
+FormatCopy.tooltip=<html>Kopira obliko vozli\u0161\u010Da.</html>
+FormatPaste.text=Prilepi obliko
+FormatPaste.tooltip=<html>Prilepi obliko vozli\u0161\u010Da.</html>
+ForwardAction.text=Naprej
+ForwardAction.tooltip=Sko\u010Di naprej v izbrani verigi
+Freeplane.progress.buildScreen=Zaslon gradnje ...
+Freeplane.progress.createController=Ustvarjanje kontrolnika ...
+Freeplane.progress.createInitialMode=Ustvarjanje za\u010Detnega na\u010Dina ...
+Freeplane.progress.endStartup=Dokon\u010Danje zagona.
+Freeplane.progress.gettingPreferenceDirectories=Pridobivanje nastavitev miselnih vzorcev ...
+Freeplane.progress.gettingPreferences=Pridobivanje nastavitev ...
+Freeplane.progress.loadMaps=Nalaganje miselnih vzorcev ...
+Freeplane.progress.propagateLookAndFeel=Uveljavljanje videza in ob\u010Dutka ...
+Freeplane.progress.settingPreferences=Nastavljanje ...
+Freeplane.progress.startCreateController=Za\u010Detek ustvarjanja kontrolnika ...
+Freeplane.progress.updateLookAndFeel=Posodabljanje videza in ob\u010Dutka ...
+freeplane_reverted=Freeplane_Preobrnjeno_
+FreeplaneHelpStarter.text=Pomo\u010D ...
+FreeplaneHelpStarter.tooltip=Raz\u0161irjena pomo\u010D Freeplane
+GotoLinkNodeAction.text=Pojdi na povezavo
+GrabKeyDialog.common.cancel=Prekli\u010Di
+GrabKeyDialog.common.ok=V redu
+GrabKeyDialog.grab-key.assigned-to=Dodeljeno k
+GrabKeyDialog.grab-key.assigned-to.none=Trenutno nedodeljeno
+GrabKeyDialog.grab-key.clear=Po\u010Disti
+GrabKeyDialog.grab-key.remove=Odstrani
+GrabKeyDialog.grab-key.remove-ask=Ste prepri\u010Dani, da ho\u010Dete odstraniti to akcijo tipke?
+GrabKeyDialog.grab-key.title=Vnesi novo tipko
+help=Pomo\u010D
+HideAllAttributesAction.text=Skrij vse atribute
+HierarchicalIconsAction.text=Prika\u017Ei ikone hierarhi\u010Dno
+HierarchicalIconsAction.tooltip=\u010Ce ima kateri od otrok/vnukov ikono, to ikono prika\u017Ee tudi v majhni obliki.
+HotKeyInfoAction.text=Key Reference[translate me]
+html_export_based_on_headings=Izvoz HTML - Glede na naslove
+html_export_fold_all=Izvoz HTML - Prepogni vse
+html_export_fold_currently_folded=Izvoz HTML - Prepogni trenutno prepognjene
+html_export_no_folding=Izvoz HTML - Brez prepogibanja
+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_attach=Poglej sem
+icon_back=Nazaj
+icon_bee=Freeplane[translate me]
+icon_bell=Zapomni si
+icon_bookmark=Izvrstno
+icon_broken-line=Broken[translate me]
+icon_button_cancel=Ni v redu
+icon_button_ok=V redu
+icon_calendar=Datum
+icon_clanbomber=Nevarno
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Ne pozabi
+icon_down=Navzdol
+icon_family=Dru\u017Eina
+icon_fema=Females[translate me]
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_females=Females[translate me]
+icon_flag=Zastavica
+icon_flag-black=Black Flag[translate me]
+icon_flag-green=Green Flag[translate me]
+icon_flag-orange=Orange Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_flag-yellow=Yellow Flag[translate me]
+icon_forward=Naprej
+icon_full-1=1. prioriteta
+icon_full-2=2. prioriteta
+icon_full-3=3. prioriteta
+icon_full-4=4. prioriteta
+icon_full-5=5. prioriteta
+icon_full-6=6. prioriteta
+icon_full-7=7. prioriteta
+icon_go=Green Traffic Light[translate me]
+icon_gohome=Domov
+icon_help=Vpra\u0161anje
+icon_hourglass=Waiting[translate me]
+icon_idea=Ideja
+icon_info=Info[translate me]
+icon_kaddressbook=Telefon
+icon_kmail=E-Mail[translate me]
+icon_knotify=Glasba
+icon_korn=Po\u0161tni nabiralnik
+icon_ksmiletris=Sre\u010Den sem
+icon_licq=Krasno
+icon_list=List[translate me]
+icon_Mail=Po\u0161ta
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_males=Males[translate me]
+icon_menu=Ikone
+icon_messagebox_warning=Pomembno
+icon_password=Klju\u010D
+icon_pencil=Za izbolj\u0161ati
+icon_penguin=Linux
+icon_prepare=Yellow Traffic Light[translate me]
+icon_smiley-neutral=No Mind[translate me]
+icon_smily_bad=Mi ni sme\u0161no
+icon_stop=Ustavi
+icon_up=Navzgor
+icon_wizard=\u010Carovnija
+icon_xmag=Potrebna je razprava
+icon_yes=Pomembno
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.docs_folders.text=Docs & Folders[translate me]
+IconGroupPopupAction.numbers.text=Numbers[translate me]
+IconGroupPopupAction.office.text=Office[translate me]
+IconGroupPopupAction.signs.text=Signs[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Izberi ikono ...
+IconSelectionPlugin.tooltip=<html>Tukaj lahko izberete ikono z uporabo podokna.</html>
+import=Uvozi
+import_linked_branch_no_link=Izbrano vozli\u0161\u010De nima nobene povezave za uvoz.
+ImportAction.text=Uvozi
+ImportBranchAction.text=Veja ...
+ImportExplorerFavoritesAction.text=Priljubljeni ...
+ImportFolderStructureAction.text=Struktura map ...
+ImportLinkedBranchAction.text=Povezana veja
+ImportLinkedBranchWithoutRootAction.text=(Povezana veja) brez korenine ...
+ImportMindmanagerFiles.text=Miselni vzorec MindManager X5 ...
+increase_branch_font_size=Ve\u010Dja pisava
+IncreaseNodeFontAction.text=Ve\u010Dja pisava
+ItalicAction.text=Le\u017Ee\u010De
+italicise_branch=Zale\u017Ei
+JoinNodesAction.text=Zdru\u017Ei vozli\u0161\u010Da
+less_than_two_selected_nodes=Izbrati morate vsaj dve vozli\u0161\u010Di, da bi dobili povezave.
+link_not_available_any_more=Povezava ni ve\u010D veljavna. Medtem je bilo vozli\u0161\u010De \u017Ee izbrisano.
+link_not_found=Povezave {0} ni mogo\u010De najti.
+load=Nalo\u017Ei
+locking_failed_by_open=Zaklep miselnega vzorca {0} ni uspel. Odpiranje samo za branje.
+locking_failed_by_save_as=Zaklep miselnega vzorca {0} ni uspel. Dejanje shranjevanja kot je bilo prekinjeno.
+locking_old_lock_removed=Miselni vzorec {0} je zaklenil uporabnik {1}. Zaklep je bil odstranjen, saj je star.
+long_node_changed_cancel=Spremenili ste vozli\u0161\u010De. \u017Delite zavre\u010Di spremembe?
+long_node_changed_submit=Spremenili ste vozli\u0161\u010De. \u017Delite shraniti spremembe?
+lots_of_links_warning=Ustvarili boste veliko povezav z istim vozli\u0161\u010Dem. Resni\u010Dno \u017Eelite ustvariti te povezave?
+map_already_exists=;Miselni vzorec \u017Ee obstaja. Ga \u017Eelite prepisati?
+map_corrupted=Miselni vzorec je okvarjen. Si \u017Eelite ogledati podrobnosti?
+map_locked_by_open=Miselni vzorec {0} je \u017Ee urejevan s strani uporabnika {1}. Odpiranje samo za branje.
+map_locked_by_save_as=Miselni vzorec {0} je \u017Ee urejevan s strani uporabnika {1}. Akcija Shrani kot je prekinjena.
+map_not_saved=Miselni vzorec prej ni bil shranjen.
+menu_attributes=Atributi
+menu_extras=Orodja
+menu_file_import=Uvozi
+menu_filter=Filter[translate me]
+menu_format=Oblika
+menu_insert=Vstavi
+menu_navigate=Krmar
+menu_view=Pogled
+mindmap=Miselni vzorec
+mindmaps=Miselni vzorci
+mindmaps_desc=Miselni vzorci (*.mm)
+mindmaps_filter_desc=Filtri (*.mmfilter)
+mode_Browse=Browse Mode[translate me]
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=Na\u010Din ni na voljo
+mode_status=Na\u010Din spremenjen v na\u010Din {0}
+mode_title=Freeplane - Na\u010Din {0}
+modes=Na\u010Dini
+ModesMenuAction.Browse.text=Map Browser[translate me]
+ModesMenuAction.File.text=File Explorer[translate me]
+ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
+most_recent_files=Zadnje odprte datoteke
+MoveToRootAction.text=Premakni k korenskemu vozli\u0161\u010Du
+NavigationNextMapAction.text=Naslednji vzorec
+NavigationPreviousMapAction.text=Prej\u0161nji vzorec
+new_mindmap=Nov miselni vzorec
+new_node=Novo vomgpidpipidzli\u0161\u010De
+new_node_as_sibling_not_possible_for_the_root=Novo vozli\u0161\u010De kot bratsko ni mo\u017Eno kot korensko vozli\u0161\u010De
+NewChildAction.text=Novo otro\u0161ko vozli\u0161\u010De
+NewMapAction.text=Nova
+NewParentNode.text=Novo star\u0161evsko vozli\u0161\u010De
+NewParentNode.tooltip=<html>Vsi izbrani so poslani k novemu star\u0161u.</html>
+NewPreviousSiblingAction.text=Novo predhodno bratsko vozli\u0161\u010De
+NewSiblingAction.text=Novo bratsko vozli\u0161\u010De
+no=Ne
+no_format_copy_before_format_paste=Oblike ne morete prilepiti, \u010De je niste prej kje kopirali.
+no_found_from="{0}" ni mogo\u010De najti v "{1}".
+no_more_found_from=Nobenih "{0}" ve\u010D ni bilo najdenih v "{1}".
+no_previous_find=Ni bilo zadetkov od prej.
+node=Vozli\u0161\u010De
+node_changed_discard_changes=Spremenili ste vozli\u0161\u010De. \u017Delite zavre\u010Di spremembe?
+node_location_help=Vleka spremeni polo\u017Eaj vozli\u0161\u010Da, ctrl+vleka spremeni razdalje, dvoklik in ctrl+dvoklik ponastavi vozli\u0161\u010De.
+NodeBackgroundColorAction.text=Barva ozadja vozli\u0161\u010Da ...
+NodeColorAction.text=Barva vozli\u0161\u010Da ...
+NodeColorBlendAction.text=Zlij barvo
+NodeDownAction.text=Vozli\u0161\u010De navzdol
+NodeListAction.text=Najdi in zamenjaj ...
+NodeListAction.tooltip=Poka\u017Ei vsa vozli\u0161\u010Da kot iskalni seznam s filtrom lastnosti.
+NodeShapeAction.bubble.text=Mehur\u010Dek
+NodeShapeAction.fork.text=Razvejaj
+NodeUpAction.text=Vozli\u0161\u010De navzgor
+nonboldify_branch=Razveljavi krepko
+nonitalicise_branch=Razveljavi le\u017Ee\u010De
+normal=Obi\u010Dajno
+not_saved_for_link_error=Miselni vzorec mora biti shranjen, preden lahko nastavite povezavo z izbirnikom datotek
+ok=V redu
+OKAction.text=V redu
+OpenAction.text=Odpri ...
+OpenPathAction.text=Open File[translate me]
+option_changes_may_require_restart=Da bi videli u\u010Dinek spremenjenih nastavitev, morate najverjetneje ponovno zagnati Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&Ne
+OptionalDontShowMeAgainDialog.dontShowAgain=&Ne spra\u0161uj ve\u010D.
+OptionalDontShowMeAgainDialog.ok=&Da
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Zapomni si moj odgovor.
+OptionPanel.absolute=absolutne
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Samodejni vzorci postavitve
+OptionPanel.antialias=Glajenje
+OptionPanel.antialias.tooltip=<html>Dolo\u010Da kvaliteto vzorca. Ve\u010D glajenja zahteva ve\u010D \u010Dasa.</html>
+OptionPanel.antialias_all=Pogladi robove vsega
+OptionPanel.antialias_edges=Pogladi le robove
+OptionPanel.antialias_none=brez glajenja
+OptionPanel.Appearance=Izgled
+OptionPanel.ar=arabski
+OptionPanel.as_parent=kot star\u0161
+OptionPanel.ask=Vpra\u0161aj
+OptionPanel.automatic=samodejno
+OptionPanel.automaticFormat_level=Samodejni slogi postavitve
+OptionPanel.automaticFormat_level1=Oblika korenskega vozli\u0161\u010Da
+OptionPanel.automaticFormat_level2=Oblika vozli\u0161\u010D 1. ravni
+OptionPanel.Behaviour=Vedenje
+OptionPanel.bezier=Bezier[translate me]
+OptionPanel.bubble=mehur\u010Dek
+OptionPanel.Cancel=Prekli\u010Di
+OptionPanel.childpattern=Vzorec otroka
+OptionPanel.childpattern.tooltip=Izbrani vzorec bo uporabljen na vseh otrocih.
+OptionPanel.clear_all_setters=Preklopi vse
+OptionPanel.clear_all_setters.tooltip=Omogo\u010Di ali onemogo\u010Di vse ozna\u010Dbe sprememb.
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Zdru\u017Eeno
+OptionPanel.convert_to_current_version=<html>Samodejno pretvori miselne vzorce iz starej\u0161ih razli\u010Dic Freeplane <br>v trenutno razli\u010Dico?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Samo zelo obse\u017Ene miselne vzorce, ki ne potrebujejo pretvorbe <br>(to je izvedensko mnenje), lahko odprete brez pretvorbe.</html>
+OptionPanel.cs=\u010De\u0161ki
+OptionPanel.cut_nodes_without_question=\u017Delite izrezati vozli\u0161\u010Da brez potrditve?
+OptionPanel.cut_nodes_without_question.tooltip=\u010Ce je to polje potrjeno, bodo vozli\u0161\u010Da izrezana brez potrditve. \u010Ce gumb pritisnete nenamerno, lahko povzro\u010Dite izgubo informacij.
+OptionPanel.da=danski
+OptionPanel.de=nem\u0161ki
+OptionPanel.default=privzeto
+OptionPanel.default_browser_command_mac=Privzeti ukaz brskalnika - Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> in MAC: (hvala, Nick!)</html>
+OptionPanel.default_browser_command_other_os=Privzeti ukaz brskalnika - drugi OS
+OptionPanel.default_browser_command_other_os.tooltip=<html> To je tipi\u010Dno Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Privzeti ukaz brskalnika - Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Za Windows (znaki "" so obvezni zaradi povezav, ki vsebujejo "=" v svojem naslovu URL).</html>
+OptionPanel.default_browser_command_windows_nt=Privzeti ukaz brskalnika - Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Za Windows (znaki "" so obvezni zaradi povezav, ki vsebujejo "=" v svojem naslovu URL).</html>
+OptionPanel.Defaults=Privzeto
+OptionPanel.delete_automatic_saves_at_exit=Ob izhodu izbri\u0161i samodejno shranjeno
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u010Ce naj bodo datoteke samodejno izbrisane ob normalnem zaprtju programa Freeplane, nastavite to spremenljivko na true (resni\u010Dno).</html>
+OptionPanel.delete_nodes_without_question=\u017Delite izbrisati vozli\u0161\u010Da brez potrditve?
+OptionPanel.delete_nodes_without_question.tooltip=\u010Ce je to polje potrjeno, se vozli\u0161\u010Da izbri\u0161ejo brez potrditve. Povzro\u010Dite lahko izgubo podatkov, \u010De nehote pritisnete gumb.
+OptionPanel.disable_cursor_move_paper=Onemogo\u010Di premikanje podlage s kazalko
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Ne prika\u017Ei kazalke 'premakni' med vleko papirja.</html>
+OptionPanel.display_node_id=Display node ID[translate me]
+OptionPanel.edgecolor=Barva robov
+OptionPanel.edgecolor.tooltip=Lastnost roba star\u0161evskega vozli\u0161\u010Da (velja tudi za vsa otro\u0161ka vozli\u0161\u010Da)
+OptionPanel.edgestyle=Slog robov
+OptionPanel.edgestyle.tooltip=Lastnost roba star\u0161evskega vozli\u0161\u010Da (velja tudi za vsa otro\u0161ka vozli\u0161\u010Da)
+OptionPanel.edgewidth=\u0160irina robov
+OptionPanel.edgewidth.tooltip=Lastnost roba star\u0161evskega vozli\u0161\u010Da (velja tudi za vsa otro\u0161ka vozli\u0161\u010Da)
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Tipka Enter potrdi izbiro
+OptionPanel.el__max_default_window_height=Privzeta maksimalna vi\u0161ina okna
+OptionPanel.el__max_default_window_width=Privzeta maksimalna \u0161irina okna
+OptionPanel.el__min_default_window_height=Privzeta minimalna vi\u0161ina okna
+OptionPanel.el__min_default_window_width=Privzeta minimalna \u0161irina okna
+OptionPanel.el__position_window_below_node=Postavi okno pod vozli\u0161\u010De
+OptionPanel.en=angle\u0161ki
+OptionPanel.Environment=Okolje
+OptionPanel.es=\u0161panski
+OptionPanel.et=Et[translate me]
+OptionPanel.execute_scripts_without_asking=Skripti naj bodo izvedeni brez potrditve?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Skripti Freeplane so ve\u010Dinoma sposobni izvesti poljubno dejanje na va\u0161em ra\u010Dunalniku. <br>Zato ni pametno izvajati skriptov, katerih varnosti ne morete oceniti.</html>
+OptionPanel.experimental_file_locking_on=Poskusno zaklepanje datotek
+OptionPanel.experimental_file_locking_on.tooltip=<html> Eksperimentalne mo\u017Enosti</html>
+OptionPanel.export_icons_in_html=Izvozi ikone v HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Dolo\u010Dite, \u010De naj izvo\u017Eeni HTML iz Freeplane-a vsebuje ikone. Te\u017Eava z ikonami je, da povezave z ikonami v izvo\u017Eenem HTML pogosto ne delujejo.</html>
+OptionPanel.Files=Datoteke
+OptionPanel.first=kot prve
+OptionPanel.foldingsymbolwidth=\u0160irina simbola prepogibanja
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u0160irina krogca, ki ozna\u010Duje prepognjenost drevesa.</html>
+OptionPanel.fork=Fork[translate me]
+OptionPanel.fr=francoski
+OptionPanel.gl=galicijski
+OptionPanel.gtk=Gtk
+OptionPanel.hr=hrva\u0161ki
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=glede na naslove
+OptionPanel.html_export_fold_all=Prepogni vse
+OptionPanel.html_export_fold_currently_folded=prepogni trenutno prepognjene
+OptionPanel.html_export_folding=Prepogibanje pri izvozu v HTML
+OptionPanel.html_export_no_folding=brez prepogibanja
+OptionPanel.hu=mad\u017Earski
+OptionPanel.icon=Ikona
+OptionPanel.icon.tooltip=\u010Ce je polje ozna\u010Deno, bo imelo vozli\u0161\u010De natanko to ikono.
+OptionPanel.id=Id[translate me]
+OptionPanel.it=italijanski
+OptionPanel.ja=japonski
+OptionPanel.Keystrokes=Bli\u017Enjice
+OptionPanel.ko=korejski
+OptionPanel.label_font_family=Font Family[translate me]
+OptionPanel.label_font_size=Velikost pisave
+OptionPanel.language=Jezik
+OptionPanel.language.tooltip=<html>To je jezik, ki naj bo uporabljen v programu. 'samodejno' sku\u0161a nalo\u017Eiti trenutni uporabni\u0161ki jezik. </html>
+OptionPanel.last=kot zadnje
+OptionPanel.last_opened_list_length=Dol\u017Eina nazadnje odprtih datotek
+OptionPanel.linear=linearno
+OptionPanel.links=Povezave
+OptionPanel.links.tooltip=<html>Nastavitev povezav kot relativnih ali absolutnih.</html>
+OptionPanel.load_folding=On Load[translate me]
+OptionPanel.load_last_map=Samodejno odpri zadnji odprti miselni vzorec
+OptionPanel.load_last_map.tooltip=<html>Ko se Freeplane za\u017Eene, samodejno odpre nazadnje odprti miselni vzorec.</html>
+OptionPanel.lookandfeel=Izgled in ob\u010Dutek
+OptionPanel.lookandfeel.tooltip=<html>Izgled in ob\u010Dutek, ki naj bo uporabljen. 'meal','windows','motif', 'gtk' so podprti, 'mac' je na voljo le na MacOS. 'privzeto' pomeni, da je uporabljen privzeti izgled in ob\u010Dutek. \u010Ce \u017Eelite nastaviti svoj lasten L&F, prosimo vnesite ime razreda tukaj in zagotovite, da je/so ustrezna/e datoteka/e jar nalo\u017Eena/e. \u010Ce so z izgledom in ob\u010Dutkom problemi, potem tukaj izberite 'ni\u010D'. To deluje za program\u010Dke.</html>
+OptionPanel.lt=litovski
+OptionPanel.max_node_width=Najve\u010Dja \u0161irina vozli\u0161\u010Da
+OptionPanel.max_node_width.tooltip=<html>Privzeta najve\u010Dja \u0161irina vozli\u0161\u010Da v pikslih.</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb[translate me]
+OptionPanel.nl=nizozemski
+OptionPanel.nn=norve\u0161ki Nynorsk
+OptionPanel.nodebackgroundcolor=Barva ozadja vozli\u0161\u010Da
+OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodecolor=Barva vozli\u0161\u010Da
+OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodefontbold=Krepka pisava
+OptionPanel.nodefontitalic=Le\u017Ee\u010Da pisava
+OptionPanel.nodefontname=Pisava vozli\u0161\u010Da
+OptionPanel.nodefontsize=Pisava vozli\u0161\u010Da
+OptionPanel.nodeshape=Slog vozli\u0161\u010Da
+OptionPanel.nodeshape.tooltip=nodeshape.tooltip
+OptionPanel.nodetext=Besedilo voli\u0161\u010Da
+OptionPanel.nodetext.tooltip=nodetext.tooltip
+OptionPanel.nothing=ni\u010D
+OptionPanel.number_of_different_files_for_automatic_save=\u0160tevilo datotek samodejnega shranjevanja
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> \u0161tevilo n razli\u010Dnih datotek, v katere se shranjujejo miselni vzorci.  Prvo samodejno shranjevanje se izvede v prvo datoteko itn. do n+1-shranjevanja, ki se spet izvede v prvo datoteko (cikli\u010Dno).</html>
+OptionPanel.OK=Shrani
+OptionPanel.patternname=Ime
+OptionPanel.patternname.tooltip=Unikatno ime vzorca
+OptionPanel.pl=poljski
+OptionPanel.placenewbranches=Postavi nove veje
+OptionPanel.placenewbranches.tooltip=<html>Kam naj bodo postavljene nove veje. Veljavne vrednosti so 'prve' in 'zadnje' </html>
+OptionPanel.printonwhitebackground=<html>Belo ozadje pri tiskanju</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Vedno uporabi belo ozadje za tiskanje</html>
+OptionPanel.pt_BR=portugalski BR
+OptionPanel.pt_PT=portugalski PT
+OptionPanel.relative=relativne
+OptionPanel.ru=ruski
+OptionPanel.scrollbar_increment=Speed[translate me]
+OptionPanel.selection_method=Metoda izbire
+OptionPanel.selection_method.tooltip=<html> z naslednjim preklopnikom lahko omogo\u010Dite/onemogo\u010Dite shemo zakasnjenega izbiranja. Samodejne mo\u017Enosti. Teh ne spreminjajte, saj bodo ne glede na to shranjene v auto.properties.</html>
+OptionPanel.selection_method_by_click=s klikom
+OptionPanel.selection_method_delayed=zakasnjeno
+OptionPanel.selection_method_direct=neposredno
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Vzorci
+OptionPanel.separator.anti_alias=Glajenje
+OptionPanel.separator.attributes=Atributi
+OptionPanel.separator.automatic_save=Samodejno shranjevanje
+OptionPanel.separator.behaviour=Vedenje
+OptionPanel.separator.browser=Brskalnik
+OptionPanel.separator.commands_for_the_program=Ukazi programa
+OptionPanel.separator.connectors=Connectors[translate me]
+OptionPanel.separator.default_colors=Privzete barve
+OptionPanel.separator.default_fonts=Privzete pisave
+OptionPanel.separator.default_styles=Privzeti slogi
+OptionPanel.separator.EdgeControls=Robovi
+OptionPanel.separator.edit_long_node_window=Uredi dolgo okno vozli\u0161\u010Da
+OptionPanel.separator.files=Datoteke
+OptionPanel.separator.General=Splo\u0161no
+OptionPanel.separator.html_export=Izvoz HTML
+OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.hyperlink_types=Vrste hiperpovezav
+OptionPanel.separator.icon_properties=Ikone
+OptionPanel.separator.icons=Ikone v "Izberi ikono ..."
+OptionPanel.separator.initial_map_size=Za\u010Detna velikost miselnega vzorca
+OptionPanel.separator.inline_editor=In-line node editor[translate me]
+OptionPanel.separator.key_typing=Tipkanje
+OptionPanel.separator.language=Jezik
+OptionPanel.separator.look_and_feel=Izgled in ob\u010Dutek
+OptionPanel.separator.mouse_wheel=Mi\u0161kin kole\u0161\u010Dek
+OptionPanel.separator.new_node_commands=Ukazi novega vozli\u0161\u010Da
+OptionPanel.separator.node_editing_commands=Ukazi urejanja vozli\u0161\u010Da
+OptionPanel.separator.node_navigation_commands=Ukazi krmarjenja vozli\u0161\u010Da
+OptionPanel.separator.NodeColors=Barve vozli\u0161\u010Da
+OptionPanel.separator.NodeFont=Pisava vozli\u0161\u010Da
+OptionPanel.separator.notifications=Potrditve
+OptionPanel.separator.other_defaults=Druge privzete vrednosti
+OptionPanel.separator.others=Druge tipke za bli\u017Enjice
+OptionPanel.separator.patterns=Vzorci
+OptionPanel.separator.root_node_appearance=Videz korenskega vozli\u0161\u010Da
+OptionPanel.separator.save=Shrani
+OptionPanel.separator.selection_colors=Barve izbora
+OptionPanel.separator.selection_method=Metoda izbire
+OptionPanel.separator.undo=Razveljavi
+OptionPanel.set_property_text=Spremeni
+OptionPanel.set_property_text.tooltip=Empty: Don't touch; Minus=Remove property (set default values); Plus=Spremeni lastnost
+OptionPanel.setscript=Spremeni?
+OptionPanel.setscript.tooltip=Skriptu lahko dodelite slog.
+OptionPanel.sharp_bezier=ostro bezier
+OptionPanel.sharp_linear=ostro linearno
+OptionPanel.show_icon_for_attributes=Poka\u017Ei ikono za atribute
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=slovenski
+OptionPanel.standardbackgroundcolor=Barva ozadja
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standardna barva ozadja v zapisu html </html>
+OptionPanel.standardcloudcolor=Barva obla\u010Dka
+OptionPanel.standardcloudcolor.tooltip=<html>Standardna barva obla\u010Dka v zapisu html </html>
+OptionPanel.standardcloudestyle=Slog obla\u010Dka
+OptionPanel.standardcloudestyle.tooltip=<html>Standardni slog obla\u010Dka. Trenutno je podprt le 'bezier'.</html>
+OptionPanel.standarddrawrectangleforselection=Prika\u017Ei izbrana vozli\u0161\u010Da v obla\u010Dkih
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Ozna\u010Di izbrana vozli\u0161\u010Da z obsegajo\u010Dim obla\u010Dkom.</html>
+OptionPanel.standardlinkcolor=Barva povezave
+OptionPanel.standardlinkcolor.tooltip=<html>Standardna barva povezave v zapisu html </html>
+OptionPanel.standardlinkestyle=Slog povezave
+OptionPanel.standardlinkestyle.tooltip=<html>Standardni slog povezave. Trenutno je podprt le 'bezier'.</html>
+OptionPanel.standardselectednodecolor=Barva izbranega vozli\u0161\u010Da
+OptionPanel.standardselectednodecolor.tooltip=<html>Standardna barva vozli\u0161\u010Da, \u010De je izbran. V zapisu HTML (#RRGGBB v \u0161estnajsti\u0161kih vrednostih) </html>
+OptionPanel.standardselectednoderectanglecolor=Barva izbranega obla\u010Dka vozli\u0161\u010Da
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Barva obla\u010Dka, ki ozna\u010Duje izbrana vozli\u0161\u010Da. V zapisu html (#RRGGBB v \u0161estnajsti\u0161kih vrednostih) </html>
+OptionPanel.sv=\u0161vedski
+OptionPanel.time_for_automatic_save=Interval samodejnega shranjevanja
+OptionPanel.time_for_automatic_save.tooltip=<html> \u010Cas med dvema zaporednima samodejnima shranjevalnima akcijama (v ms): za onemogo\u017Eitev samodejnega shranjevanja to vrednost nastavite na 2000000000.</html>
+OptionPanel.time_for_delayed_selection=\u010Cas za zakasnjeno izbiro
+OptionPanel.time_for_delayed_selection.tooltip=<html> \u010Casovna zakasnitev izbire vozli\u0161\u010D, ko je mi\u0161ka prek (v ms). Spremenite to vrednost na 1, \u010De \u017Eelite neposredno izbiro ob prekritju z mi\u0161ko.</html>
+OptionPanel.toolTipManager.max_tooltip_width=\u0160irina okenca nasveta
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Privzeta \u0161irina okenca nasveta v slikovnih to\u010Dkah.</html>
+OptionPanel.tr=tur\u0161ki
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Nedolo\u010Dena pisava
+OptionPanel.undo_levels=Ravni razveljavitve
+OptionPanel.undo_levels.tooltip=<html>Dolo\u010Da, koliko korakov je shranjenih, da jih lahko razveljavite z "Razveljavi".</html>
+OptionPanel.unfold_on_paste=Razpostri vozli\u0161\u010De ob lepljenju
+OptionPanel.unfold_on_paste.tooltip=Razpostri vozli\u0161\u010De ob lepljenju ali povleci-in-spusti
+OptionPanel.use_common_out_point_for_root_node=Robovi se za\u010Dnejo v eni to\u010Dki v korenskem vozli\u0161\u010Du
+OptionPanel.use_common_out_point_for_root_node.tooltip=Robovi se za\u010Dnejo v eni to\u010Dki v korenskem vozli\u0161\u010Du
+OptionPanel.use_tabbed_pane=Uporabi zavihke
+OptionPanel.use_tabbed_pane.tooltip=Ob izboru naj bodo miselni vzorci prikazani v zavihkih (kot v Firefoxu :-) ).
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Odzivnost
+OptionPanel.wheel_velocity.tooltip=Vi\u0161ja vrednost povzro\u010Di hitrej\u0161e premike mi\u0161kinega kole\u0161\u010Dcka po vzorcu.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=kitajski CN
+OptionPanel.zh_TW=kitajski
+PageAction.text=Nastavitev strani ...
+PasteAction.text=Prilepi
+PatternNewNameProperty=Nov vzorec
+PatternToString.backgroundColor=Barva ozadja
+PatternToString.Child=Slog otro\u0161kega vozli\u0161\u010Da
+PatternToString.color=Barva
+PatternToString.EdgeColor=Barva roba
+PatternToString.EdgeStyle=Slog roba
+PatternToString.EdgeWidth=\u0160irina roba
+PatternToString.FontBold=Krepko
+PatternToString.FontItalic=Le\u017Ee\u010De
+PatternToString.FontName=Ime pisave
+PatternToString.Icon=Ikona
+PatternToString.NodeFontSize=Velikost pisave
+plugins/ScriptEditor.cancel=&Prekli\u010Di
+plugins/ScriptEditor.exit=I&zhod
+plugins/ScriptEditor.menu_actions=&Dejanja
+plugins/ScriptEditor.new_script=Nov skript
+plugins/ScriptEditor.run=Za&\u017Eeni
+plugins/ScriptEditor/window.Result=Rezultat:
+plugins/ScriptEditor/window.title=Urejevalnik skriptov
+plugins/TimeList.xml_Created=Ustvarjeno
+plugins/TimeList.xml_Date=Datum
+plugins/TimeList.xml_Icons=Ikone
+plugins/TimeList.xml_Modified=Spremenjeno
+plugins/TimeList.xml_Notes=Opombe
+plugins/TimeList.xml_Text=Besedilo
+plugins/TimeManagement.xml_appendButton=Dodaj datum k izbranim vozli\u0161\u010Dem
+plugins/TimeManagement.xml_Cancel=Prekli\u010Di
+plugins/TimeManagement.xml_cancelButton=Prekli\u010Di
+plugins/TimeManagement.xml_closeButton=Zapri
+plugins/TimeManagement.xml_Export=Izvozi izbrana vozli\u0161\u010Da
+plugins/TimeManagement.xml_Find=Najdi
+plugins/TimeManagement.xml_Goto=Pojdi na
+plugins/TimeManagement.xml_hour=Ura:
+plugins/TimeManagement.xml_menu_actions=Dejanja
+plugins/TimeManagement.xml_minute=Minuta:
+plugins/TimeManagement.xml_reminderButton=Spomni me na ta dan
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Ob pritisku se za\u017Eene \u010Dasovno od\u0161tevanje na dani datum. Utripajo\u010De ikone opozarjajo na iztek \u010Dasa.<br>\u010Ce zaprete miselni vzorec, se od\u0161tevanje reaktivira naslednji\u010D, ko odprete miselni vzorec.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Trenutno je morda lahko le en opomnik na vozli\u0161\u010De. <br>Trenutni opomnik je na\u010Drtovan ob {0,date} {0,time}, va\u0161a izbira je bila {1,date} {1,time}. <br><br>\u017Delite spremeniti opomnilni \u010Das vozli\u0161\u010Da (DA) <br>ali \u017Eelite ohraniti starega (NE)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Opomnik na\u010Drtovan za {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Odstrani opomnik
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Ostrani vse opomnike, povezane z izbranimi vozli\u0161\u010Di.
+plugins/TimeManagement.xml_Replace=Zamenjaj
+plugins/TimeManagement.xml_Replace_All=Zamenjaj vse
+plugins/TimeManagement.xml_Replace_Selected=Zamenjaj izbrano
+plugins/TimeManagement.xml_Select=Izberi
+plugins/TimeManagement.xml_todayButton=Danes
+plugins/TimeManagement.xml_WindowTitle=\u010Casovni na\u010Drtovalec
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Najdi in zamenjaj
+preferences=Nastavitve
+print_preview_title=Predogled tiskanja
+PrintDirectAction.text=Natisni ...
+printing_settings=Umerjanje tiskanja
+PrintPreviewAction.text=Predogled tiskanja ...
+PropertyAction.dialog=Preferences[translate me]
+PropertyAction.text=Lastnosti ...
+QuitAction.text=Izhod
+read_only=Samo za branje
+really_convert_to_current_version=<html>Ta miselni vzorec je nastal s staro razli\u010Dico programa Freeplane. <br>Ga \u017Eelite pretvoriti (priporo\u010Deno)? <br>(Sicer bo obravnavan tak, kakr\u0161en je, brez zagotovil.) </html>
+really_cut_node=Resni\u010Dno \u017Eelite izrezati vozli\u0161\u010Da?
+really_execute_script=Resni\u010Dno \u017Eelite izvesti skripte, vklju\u010Dene v ta miselni vzorec? Mogo\u010De je, da lahko \u0161kodijo va\u0161emu ra\u010Dunalniku.
+really_remove_node=Resni\u010Dno \u017Eelite izbrisati vozli\u0161\u010Da?
+RedoAction.text=Ponovi
+RedoFilterAction.text=Ponovi
+ReminderHookAction.text=Odstrani opomnik
+ReminderHookAction.tooltip=Odstrani opomnik z vozli\u0161\u010Da.
+RemoveAllIconsAction.text=Odstrani vse ikone
+RemoveIconAction.text=Odstrani zadnjo ikono
+RemoveNoteAction.text=Odstrani opombe
+RemoveNoteAction.tooltip=<html>Odstrani vsebino opomb tudi ve\u010D opomb hkrati.</html>
+repair_link=Popravi povezavo
+repair_link_question=Povezanega miselnega vzorca ni mo\u017Eno nalo\u017Eiti. \u017Delite popraviti povezavo ro\u010Dno?
+replace=Zamenjaj
+reset_to_default=Use default[translate me]
+ResetNodeLocationAction.text=Ponastavi polo\u017Eaj
+save_failed=Poskus shranjevanja miselnega vzorca {0} ni uspel.
+save_unsaved=\u017Delite shraniti naslednji miselni vzorec? :
+SaveAction.text=Shrani
+SaveAll.text=Shrani vse
+SaveAll.tooltip=Shrani vse odprte miselne vzorce.
+SaveAsAction.text=Shrani kot ...
+saved=Shranjeno
+scheme_evaluate=Ovrednoti!
+ScriptEditor.text=Urejevalnik skriptov ...
+ScriptEditor.tooltip=Omogo\u010Da pisanje ve\u010Djih skriptov v okviru Freeplane-a.
+ScriptEditorPanel.changed_cancel=Skripti so bili spremenjeni. Res \u017Eelite opustiti te spremembe?
+select_favorites_folder=Izberite mapo, v kateri se nahajajo va\u0161i priljubljeni
+select_folder_for_importing=Izberite mapo za uvoz
+SelectAllAction.text=Izberi vse vidne
+SelectBranchAction.text=Izberi vidno vejo
+selection_method_by_click=Enkrat klikni za izbiro
+selection_method_delayed=Zakasnjena samodejna izbira
+selection_method_direct=Poka\u017Ei izbiro
+SelectNoteAction.text=Preklopi urejanje opombe
+SelectNoteAction.tooltip=Preklopi na ustrezno okno z opombe
+SetImageByFileChooserAction.text=Slika (izbirnik datotek ali povezava) ...
+SetLinkByFileChooserAction.text=Hiperpovezava (izbirnik datotek) ...
+SetLinkByTextFieldAction.text=Hiperpovezava (polje z besedilom) ...
+ShowAllAttributesAction.text=Poka\u017Ei vse atribute
+ShowAncestorsAction.text=poka\u017Ei prednike
+ShowAttributeDialogAction.text=Upravljalec atributov
+ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowHideNoteAction.text=Okno opombe
+ShowHideNoteAction.tooltip=Okno opomb se pojavi oz. izgine.
+ShowSelectedAttributesAction.text=Poka\u017Ei izbrane atribute
+ShowSelectionAsRectangleAction.text=Pravokotni izbor
+simplyhtml.aboutFrameTitle=O tej aplikaciji
+simplyhtml.aboutLabel=O programu SimplyHTML ...
+simplyhtml.alignCenter=sredinska
+simplyhtml.alignLabel=Poravnava:
+simplyhtml.alignLeft=leva
+simplyhtml.alignRight=desna
+simplyhtml.allCellsRangeLabel=vse celice
+simplyhtml.allOccurrencesReplaced=Vse pojavitve so bile zamenjane
+simplyhtml.appendTableColLabel=Dodaj stolpec
+simplyhtml.appendTableRowLabel=Dodaj vrstico
+simplyhtml.applyCellAttrLabel=Uporabi za
+simplyhtml.backgroundLabel=Ozadje:
+simplyhtml.boldItalicName=krepko le\u017Ee\u010De
+simplyhtml.boldName=krepko
+simplyhtml.borderColorLabel=Barva:
+simplyhtml.borderWidthLabel=\u0160irina
+simplyhtml.bottomLabel=dno:
+simplyhtml.cancelBtnName=Prekli\u010Di
+simplyhtml.cellBorderTabLabel=Obrobe
+simplyhtml.cellGenTabLabel=Splo\u0161no
+simplyhtml.cellMarginTabLabel=Robovi
+simplyhtml.cellPanelTitle=Oblika celice
+simplyhtml.clearFormatLabel=Odstrani oblikovanje
+simplyhtml.clearFormatTip=Odstrani oblikovanje
+simplyhtml.close=Zapri
+simplyhtml.closeBtnName=Zapri
+simplyhtml.colorLabel=Barva
+simplyhtml.copyLabel=Kopiraj
+simplyhtml.copyTip=Kopiraj
+simplyhtml.cTagNameHead1=Naslov 1
+simplyhtml.cTagNameHead2=Naslov 2
+simplyhtml.cTagNameHead3=Naslov 3
+simplyhtml.cTagNameHead4=Naslov 4
+simplyhtml.cTagNameHead5=Naslov 5
+simplyhtml.cTagNameHead6=Naslov 6
+simplyhtml.cTagNameLink=Povezava
+simplyhtml.cTagNameOL=O\u0161tevil\u010Den seznam
+simplyhtml.cTagNamePara=Odstavek
+simplyhtml.cTagNameUL=Neo\u0161tevil\u010Den seznam
+simplyhtml.cutLabel=Izre\u017Ei
+simplyhtml.cutTip=Izre\u017Ei
+simplyhtml.defaultDocName=Neimenovano
+simplyhtml.deleteTableColLabel=Izbri\u0161i stolpec
+simplyhtml.deleteTableRowLabel=Izbri\u0161i vrstico
+simplyhtml.docTitleQuery=Naslov naj bo:
+simplyhtml.docTitleTitle=Uredi naslov dokumenta
+simplyhtml.editLabel=Uredi
+simplyhtml.effectLabel=U\u010Dinek
+simplyhtml.familyLabel=Dru\u017Eina
+simplyhtml.findNext=Najdi naslednje ...
+simplyhtml.findReplaceDialogTitle=Najdi in zamenjaj
+simplyhtml.findReplaceLabel=Najdi in zamenjaj
+simplyhtml.findReplaceTip=Najdi in zamenjaj
+simplyhtml.fontBoldLabel=Krepko
+simplyhtml.fontBoldTip=Vklju\u010Di/izklju\u010Di krepko pisavo
+simplyhtml.fontDialogTitle=Oblikovanje pisave
+simplyhtml.fontItalicLabel=Le\u017Ee\u010De
+simplyhtml.fontItalicTip=Vklju\u010Di/izklju\u010Di le\u017Ee\u010Do pisavo
+simplyhtml.fontLabel=Pisava ...
+simplyhtml.fontTabLabel=Pisava
+simplyhtml.fontTip=Oblikuj pisavo ...
+simplyhtml.fontUnderlineLabel=Pod\u010Drtano
+simplyhtml.fontUnderlineTip=Vklju\u010Di/izklju\u010Di pod\u010Drtano pisavo
+simplyhtml.foregroundLabel=Ospredje:
+simplyhtml.formatLabel=Oblika
+simplyhtml.formatListLabel=Seznam ...
+simplyhtml.formatListTip=Spremeni obliko seznama
+simplyhtml.formatParaLabel=Odstavek ...
+simplyhtml.formatParaTip=Spremeni obliko odstavka
+simplyhtml.formatTableLabel=Tabela ...
+simplyhtml.formatTableTip=Oblikovanje tabele
+simplyhtml.helpLabel=Pomo\u010D
+simplyhtml.htmlTabTitle=Pogled kode HTML
+simplyhtml.imageFileDesc=Datoteke slik
+simplyhtml.insertTableColLabel=Vstavi stolpec
+simplyhtml.insertTableLabel=Tabela ...
+simplyhtml.insertTableMsg=Koliko stolpcev?
+simplyhtml.insertTableRowLabel=Vstavi vrstico
+simplyhtml.insertTableTitle=vstaviTabelo
+simplyhtml.italicName=le\u017Ee\u010De
+simplyhtml.layoutTabTitle=Pogled postavitve
+simplyhtml.leftLabel=levo:
+simplyhtml.listDialogTitle=Oblikovanje seznama
+simplyhtml.listIndentTitle=Zamik:
+simplyhtml.listPosInside=znotraj
+simplyhtml.listPositionLabel=Polo\u017Eaj:
+simplyhtml.listPosOutside=zunaj
+simplyhtml.listTypeCircle=okrogla oznaka
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=simbol za datoteko kot oznaka
+simplyhtml.listTypeLabel=Vrsta:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=brez
+simplyhtml.listTypeSquare=kvadratna oznaka
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Zunanja
+simplyhtml.matchCase=Razlikuj male/velike \u010Drke
+simplyhtml.newStyleDefaultName=nov slog
+simplyhtml.nextTableCellLabel=Naslednja celica
+simplyhtml.noLineLabel=brez
+simplyhtml.noMoreOccurrencesFound=ni (ve\u010D) zadetkov
+simplyhtml.okBtnName=V redu
+simplyhtml.paddingLabel=Notranja
+simplyhtml.paraAlignCenterLabel=Poravnaj sredinsko
+simplyhtml.paraAlignCenterTip=Odstavku dolo\u010Di sredinsko poravnavo
+simplyhtml.paraAlignLeftLabel=Poravnaj levo
+simplyhtml.paraAlignLeftTip=Odstavku dolo\u010Di levo poravnavo
+simplyhtml.paraAlignRightLabel=Poravnaj desno
+simplyhtml.paraAlignRightTip=Odstavku dolo\u010Di desno poravnavo
+simplyhtml.paraStyleDialogTitle=Slog odstavka
+simplyhtml.paraTabLabel=Odstavek
+simplyhtml.pasteLabel=Prilepi
+simplyhtml.pasteTip=Prilepi
+simplyhtml.plainName=navadno
+simplyhtml.previewLabel=Predogled
+simplyhtml.previewText=Predogled besedila
+simplyhtml.prevTableCellLabel=Prej\u0161nja celica
+simplyhtml.redoLabel=Ponovi
+simplyhtml.redoTip=Ponovi
+simplyhtml.replace=Zamenjaj ...
+simplyhtml.replaceAll=vse
+simplyhtml.replaceDone=Opravljeno
+simplyhtml.replaceNo=Ne
+simplyhtml.replaceThisQuery=zamenjaj to pojavitev
+simplyhtml.replaceWith=Zamenjaj z:
+simplyhtml.replaceYes=Da
+simplyhtml.rightLabel=desno:
+simplyhtml.searchDown=I\u0161\u010Di proti koncu
+simplyhtml.searchFromStart=I\u0161\u010Di od zac\u010Detka
+simplyhtml.searchUp=I\u0161\u010Di proti zacetku
+simplyhtml.selectAllLabel=Izberi vse
+simplyhtml.sizeLabel=Velikost
+simplyhtml.standardStyleName=navaden
+simplyhtml.strikeLabel=Pre\u010Drtano
+simplyhtml.styleLabel=Slog
+simplyhtml.styleNameInputText=Ime novega sloga?
+simplyhtml.styleNameInputTitle=Shrani slog
+simplyhtml.tableBgColLabel=Barva ozadja:
+simplyhtml.tableDialogTitle=Oblikovanje tabele
+simplyhtml.tableLabel=Tabela
+simplyhtml.tablePanelTitle=Oblika tabele
+simplyhtml.tableWidthLabel=\u0160irina:
+simplyhtml.textIndentLabel=Zamik:
+simplyhtml.textToFind=Iskano besedilo:
+simplyhtml.thisCellRangeLabel=to celico
+simplyhtml.thisColRangeLabel=ta stolpec
+simplyhtml.thisRowRangeLabel=to vrstico
+simplyhtml.toggleBulletsLabel=Ozna\u010Den seznam vklju\u010Den/izklju\u010Den
+simplyhtml.toggleBulletsTip=Ozna\u010Den seznam vklju\u010Den/izklju\u010Den
+simplyhtml.toggleNumbersLabel=O\u0161tevil\u010Den seznam vklju\u010Den/izklju\u010Den
+simplyhtml.toggleNumbersTip=O\u0161tevil\u010Den seznam vklju\u010Den/izklju\u010Den
+simplyhtml.topLabel=vrh:
+simplyhtml.uLineLabel=Pod\u010Drtano
+simplyhtml.unableToOpenFileError=Datoteke ni mogo\u010De odpreti
+simplyhtml.unableToRedoError=Ni mogo\u010De ponoviti:
+simplyhtml.unableToUndoError=Ni mogo\u010De razveljaviti:
+simplyhtml.undoLabel=Razveljavi
+simplyhtml.undoTip=Razveljavi
+simplyhtml.valignBaseline=na osnovno \u010Drto
+simplyhtml.valignBottom=na dno
+simplyhtml.valignLabel=Navp. poravnava:
+simplyhtml.valignMiddle=sredinska
+simplyhtml.valignTop=na vrh
+simplyhtml.wholeWordsOnly=Samo cele besede
+SortNodes.text=Razvrsti otroke
+SortNodes.tooltip=Razvrsti vse otroke vozli\u0161\u010Da po abecedi.
+split=Razdeli
+SplitNode.text=Razdeli vozli\u0161\u010De
+SplitNode.tooltip=<html>Vozli\u0161\u010De je razdeljeno</html>
+style=Slog
+svg=SVG[translate me]
+TimeListAction.text=Prika\u017Ei seznam \u010Dasovnega na\u010Drtovalca ...
+TimeListAction.tooltip=Prika\u017Ee vse na\u010Drtovane \u010Dase in ustrezajo\u010Da vozli\u0161\u010Da.
+TimeManagementAction.text=Prika\u017Ei koledar ...
+TimeManagementAction.tooltip=<html>Prika\u017Ee koledarski modul, avtor Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=(Raz)postri otroke
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Preklopi prepognjene
+ToggleFullScreenAction.text=Full screen mode[translate me]
+ToggleLeftToolbarAction.text=&Drugotna vrstica
+ToggleMenubarAction.text=Menijska vrstica
+ToggleToolbarAction.text=&Orodna vrstica
+undefined_error=Pri\u0161lo je do nepri\u010Dakovane napake. Prosimo poskusite oddati poro\u010Dilo o hro\u0161\u010Du.
+underline=Pod\u010Drtano
+underlined=Pod\u010Drtano
+UndoAction.text=Razveljavi
+UndoFilterAction.text=Razveljavi
+unfold=Razpostri
+UnfoldAllAction.text=Razpostri vse
+UnfoldAllAction.tooltip=<html>Razpostre izbrana vozli\u0161\u010Da in vse njihove otroke.</html>
+UnfoldOneLevelAction.text=Razpostri za eno stopnjo
+UnfoldOneLevelAction.tooltip=<html>Razpostre izbrana vozli\u0161\u010Da za eno stopnjo.</html>
+updatecheckdialog=Update Check Dialog[translate me]
+url_error=Ta URL je nepravilno oblikovan!
+url_load_error=Ni mogo\u010De nalo\u017Eiti miselnega vzorca z URL:
+UsePlainTextAction.text=Uporabi navadno besedilo
+user_defined_zoom=Uporabni\u0161ko dolo\u010Deno.
+user_defined_zoom_status_bar=Spreminjanje pogleda na uporabni\u0161ko dolo\u010Deno vrednost {0}%.
+user_zoom=Faktor pove\u010Dave tiskanja (0.0 - 2.0):
+WebDocuAction.text=Spletna dokumentacija
+width=\u0160irina
+yes=Da
+ZoomInAction.text=Pove\u010Daj
+ZoomOutAction.text=Pomanj\u0161aj
diff --git a/freeplane/resources/translations/Resources_sr.properties b/freeplane/resources/translations/Resources_sr.properties
index 2d14281..f1e85ff 100644
--- a/freeplane/resources/translations/Resources_sr.properties
+++ b/freeplane/resources/translations/Resources_sr.properties
@@ -1,1782 +1,1782 @@
-\u0418\u0437\u0432\u043e\u0440\u043d\u0438 = \u041d\u0430\u0437\u0430\u0434
-about_text = Freeplane -\u0431\u0435\u0441\u043f\u043f\u0430\u0442\u0430\u043d \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u0437\u0430 \u043f\u0440\u0430\u0432\u0459\u0435\u045a\u0435 \u043c\u0430\u043f\u0430 \u0443\u043c\u0430 \u0438 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0443 \u0437\u043d\u0430\u045a\u0430
-AboutAction.text = \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443
-acceleratorPresets = \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
-accelerators_loading_error = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435 \u0438\u0437 {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u041f\u0440\u043e\u043c\u0435\u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u043e\u0431\u0440\u0430\u0437\u0430\u0446
-accessories/plugins/EncryptNode.properties_0 = \u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443 \u0437\u0430 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438 \u0447\u0432\u043e\u0440.
-accessories/plugins/EncryptNode.properties_1 = \u041b\u043e\u0437\u0438\u043d\u043a\u0435 \u043d\u0438\u0441\u0443 \u0438\u0441\u0442\u0435 \u0438\u043b\u0438 \u0458\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u043a\u0430.
-accessories/plugins/EncryptNode.properties_2 = \u0423\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443:
-accessories/plugins/EncryptNode.properties_3 = \u041f\u043e\u043d\u043e\u0432\u043e \u0443\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443:
-accessories/plugins/EncryptNode.properties_4 = \u0423\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443.
-accessories/plugins/EncryptNode.properties_5 = <html>\u0423\u043f\u0430\u043c\u0442\u0438, \u0441\u043d\u0430\u0433\u0430 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u045a\u0430 <br>\u0443\u0432\u0435\u043a \u0437\u0430\u0432\u0438\u0441\u0438 \u043e\u0434 \u043a\u0432\u0430\u043b\u0438\u0442\u0435\u0442\u0430 \u0432\u0430\u0448\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0435.
-accessories/plugins/EncryptNode.properties_6 = \u0423 \u0440\u0435\u0434\u0443
-accessories/plugins/EncryptNode.properties_7 = \u041e\u0442\u043a\u0430\u0436\u0438
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = \u041c\u043e\u0436\u0435\u0442\u0435 \u0443\u043a\u0459\u0443\u0447\u0438\u0442\u0438 \u0438\u043b\u0438 \u0438\u0441\u043a\u0459\u0443\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u045a\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u045a\u0430 \u0441\u0430\u043c\u043e \u043d\u0430 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443.  \u041c\u043e\u043b\u0438\u043c \u0434\u0430 \u0443\u0431\u0430\u0446\u0438\u0442\u0435 \u0442\u0430\u043a\u0430\u0432 \u0447\u0432\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045b\u0438 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a \u0430\u043b\u0430\u0442\u043a\u0435
-accessories/plugins/EncryptNode.properties_select_me = \u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0437\u0430 \u043d\u0430\u0441\u0442\u0430\u0432\u0430\u043a!
-accessories/plugins/EncryptNode.properties_wrong_password = \u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u043d\u0438\u0458\u0435 \u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430.
-accessories/plugins/ExportWithTWiki.text = TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = \u0418\u0437\u0432\u0435\u0437\u0438 \u043c\u0430\u043f\u0443 \u043a\u0430\u043e Twiki \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442.
-accessories/plugins/ExportWithXSLT.tooltip = \u041e\u0432\u043e \u0458\u0435 \u0458\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d \u0438\u0437\u0432\u043e\u0437\u043d\u0438 \u043c\u0435\u0442\u043e\u0434.
-accessories/plugins/ExportWithXSLT_Applet.text = \u041a\u0430\u043e Java \u0430\u043f\u043b\u0435\u0442...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = \u0418\u0437\u0432\u043e\u0437 \u043c\u0430\u043f\u0435 \u0443\u043c\u0430 \u043a\u0430\u043e Java \u0430\u043f\u043b\u0435\u0442 \u0443 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447\u0443 .
-accessories/plugins/ExportWithXSLT_Flash.text = \u041a\u0430\u043e \u0424\u043b\u0435\u0448...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = \u0418\u0437\u0432\u043e\u0437 \u043c\u0430\u043f\u0435 \u043a\u0430\u043e \u0444\u043b\u0435\u0448 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0435.
-accessories/plugins/ExportWithXSLT_HTML.text = \u041a\u0430\u043e XHTML (JavaScript \u0438\u0437\u0434\u0430\u045a\u0435)...
-accessories/plugins/ExportWithXSLT_HTML3.text = \u041a\u0430\u043e XHTML (\u0438\u0437\u0434\u0430\u045a\u0435 \u043a\u043b\u0438\u043a\u0442\u0430\u0458\u0443\u045b\u0435 \u0441\u043b\u0438\u043a\u0435 \u043c\u0430\u043f\u0435)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = \u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0438\u0437 \u0421\u0420\u0415\u0414\u0421\u0422\u0410\u0412\u0410 \u0447\u0432\u043e\u0440\u0430 \u0443 TaskJuggler \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>\u0418\u0437\u0432\u043e\u0437 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0438\u0437 \u0421\u0420\u0415\u0414\u0421\u0422\u0410\u0412\u0410 \u0447\u0432\u043e\u0440\u0430 \u0443 TaskJuggler \u043c\u043e\u0434\u0443\u043b. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = \u0417\u0430\u0434\u0430\u0446\u0438 \u0438\u0437 \u0447\u0432\u043e\u0440\u0430 \u0417\u0430\u0434\u0430\u0446\u0438 \u0443 TaskJuggler \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>\u0418\u0437\u0432\u043e\u0437\u0438 \u0437\u0430\u0434\u0430\u0442\u0430\u043a\u0435 \u0438\u0437 \u0447\u0432\u043e\u0440\u0430 \u0417\u0430\u0434\u0430\u0446\u0438 \u0443 TaskJuggler \u043c\u043e\u0434\u0443\u043b. </html>
-action_keystroke_in_use_error = \u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 {0} \u043a\u043e\u0458\u0443 \u0436\u0435\u043b\u0438\u0442\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u0437\u0430 \u0430\u043a\u0446\u0438\u0458\u0443 {1} \u0432\u0435\u045b \u0458\u0435 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u043d\u0430 \u0437\u0430 \u0430\u043a\u0446\u0438\u0458\u0443 {2}
-active = \u0410\u043a\u0442\u0438\u0432\u0430\u043d
-actual_map_styles = \u0423\u0441\u043b\u043e\u0432\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0430 \u043c\u0430\u043f\u0435 \u043f\u0440\u0438\u043c\u0435\u045a\u0435\u043d\u0438 \u043d\u0430 \u0447\u0432\u043e\u0440\u0443
-actual_node_styles = \u0423\u0441\u043b\u043e\u0432\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0430 \u0447\u0432\u043e\u0440\u0430 \u043f\u0440\u0438\u043c\u0435\u045a\u0435\u043d\u0438 \u043d\u0430 \u0447\u0432\u043e\u0440\u0443
-add = &\u0414\u043e\u0434\u0430\u0458
-AddConnectorAction.text = \u0414\u043e\u0434\u0430\u0458 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a
-AddElementaryConditionAction.text = \u0414\u043e\u0434\u0430\u0458
-AddLocalLinkAction.text = \u0414\u043e\u0434\u0430\u0458 \u043b\u043e\u043a\u0430\u043b\u043d\u0443 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443
-AddMenuItemLinkAction.text = \u0414\u043e\u0434\u0430\u0458 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443 \u0443 \u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 ...
-AddOnDetailsPanel.authored.by = \u041e\u0434 {0}
-AddOnDetailsPanel.header.function = \u0424\u0443\u043d\u043a\u0446\u0438\u0458\u0430
-AddOnDetailsPanel.header.menu = \u041f\u043e\u043b\u043e\u0436\u0430\u0458 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430
-AddOnDetailsPanel.header.shortcut = \u041f\u0440\u0435\u0447\u0438\u0446\u0430
-AddOnDetailsPanel.homepage = \u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430:
-addons.installer.canceled = \u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 \u0458\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043d\u0430
-addons.installer.confirm.licence = <html><body><h1>\u041b\u0438\u0446\u0435\u043d\u0446\u0430</h1>{0}<p><p><em>\u0414\u0430 \u043b\u0438 \u043f\u0440\u0438\u0445\u0432\u0430\u0442\u0430\u0442\u0435 \u043e\u0432\u0443 \u043b\u0438\u0446\u0435\u043d\u0446\u0443?</em></p></body></html>
-addons.installer.failed = \u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u0430: {0}
-addons.installer.freeplaneversion.format.error = \u0424\u043e\u0440\u043c\u0430\u0442 \u0433\u0440\u0435\u0448\u043a\u0435 \u0443 {0} (\u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442: {1})
-addons.installer.groovy.script.name = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 {0} \u043d\u0435 \u0437\u0430\u0432\u0440\u0448\u0430\u0432\u0430 \u0441\u0430  \u0438\u043c\u0435\u043d\u043e\u043c ".groovy"
-addons.installer.html.script = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043a\u0430\u043e HTML
-addons.installer.install = \u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458
-addons.installer.invalid.keyboard.shortcut = \u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 {0}.
-addons.installer.licence.unchanged = \u041b\u0438\u0446\u0435\u043d\u0446\u0430 \u0458\u0435 \u043d\u0435\u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0430
-addons.installer.map.structure = \u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438 \u043c\u0430\u043f\u0435: {0}
-addons.installer.missing.child.nodes = \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440: {0}
-addons.installer.missing.permission.attribute = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 {0}: \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435 {1}
-addons.installer.missing.properties = \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0443 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430: {0}
-addons.installer.missing.translation = \u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0435 \u043f\u0440\u0435\u0432\u043e\u0434 {0} \u043d\u0430 \u0458\u0435\u0437\u0438\u043a\u0443 {1}
-addons.installer.no.scripts = \u041d\u0435\u043c\u0430 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438
-addons.installer.no.zipdata = \u041d\u0438\u0441\u0443 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438 \u0441\u0430\u0436\u0435\u0442\u0438 \u043f\u043e\u0434\u0430\u0446\u0438
-addons.installer.nonstandard.permissions = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435 \u043a\u043e\u0458\u0435 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043d\u0438\u0441\u0443 \u043e\u043c\u043e\u0433\u0443\u045b\u0435\u043d\u0435: {0}.\n\u041e\u043d\u0435 \u0442\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0443\u0434\u0443 \u0434\u043e\u0434\u0430\u0442\u0435 \u0443 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435?
-addons.installer.one.child.expected = \u041e\u0447\u0435\u043a\u0438\u0432\u0430\u043d \u0458\u0435 \u0442\u0430\u0447\u043d\u043e \u0458\u0435\u0434\u0430\u043d \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u043e\u0434 {0} \u0430\u043b\u0438 \u0458\u0435 \u0434\u043e\u0431\u0438\u043e {1}.
-addons.installer.script.no.execution_mode = "\u0418\u0437\u0432\u0440\u0448\u043d\u0438_\u0440\u0435\u0436\u0438\u043c" \u043d\u0438\u0458\u0435 \u043e\u0434\u0440\u0435\u0452\u0435\u043d \u0437\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435 {0}
-addons.installer.script.no.menulocation = \u0411\u0435\u0437 "menuLocation" \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0437\u0430 {0}
-addons.installer.script.no.menutitle = \u0411\u0435\u0437 "menuTitleKey" \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0437\u0430 {0}
-addons.installer.script.no.permissions = \u041d\u0435\u043c\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435 \u0437\u0430 {0}
-addons.installer.success = \u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430.\n\u041d\u043e\u0432\u0438 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u045b\u0435 \u0431\u0438\u0442\u0438 \u043d\u0430 \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u045a\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
-addons.installer.success.update = \u041d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0430 \u0438\u0437 {0} \u0443 {1} \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u0430.\n\u041d\u0435\u043a\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u0435 \u043c\u043e\u0433\u0443 \u0431\u0438\u0442\u0438 \u043d\u0430 \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u045a\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430..
-addons.installer.title = \u0418\u043d\u0441\u0442\u0430\u043b\u0435\u0440 \u0434\u043e\u0434\u0430\u0442\u0430\u043a\u0430
-addons.installer.too.new = \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e Freeplane \u0438\u0437\u0434\u0430\u045a\u0435 {0} \u0458\u0435 \u0442\u0430\u043a\u043e\u0452\u0435 \u043d\u043e\u0432\u043e. \u041e\u0432\u0430\u0458 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u043f\u043e\u0434\u0440\u0436\u0430\u0432\u0430 \u043d\u0430\u0458\u0432\u0438\u0448\u0435 {1}
-addons.installer.too.old = \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e Freeplane \u0438\u0437\u0434\u0430\u045a\u0435 {0} \u0458\u0435 \u0441\u0443\u0432\u0438\u0448\u0435 \u0441\u0442\u0430\u0440\u043e. \u041e\u0432\u0430\u0458 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u043d\u0430\u0458\u043c\u0430\u045a\u0435 {1}
-addons.installer.unknown.deinstallation.rules = \u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u043e \u0437\u0430  \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0443 {0}
-addons.installer.update = \u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u043d\u0430 \u0438\u0437\u0434\u0430\u045a\u0435 {0}
-addons.installer.warning = <html><body><em>\u041f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u0441\u0430\u043c\u043e \u0434\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u0435 \u0438\u0437 \u0438\u0437\u0432\u043e\u0440\u0430 \u0443 \u043a\u043e\u0458\u0435 \u0438\u043c\u0430\u0442\u0435 \u043f\u043e\u0432\u0435\u0440\u0435\u045a\u0435. \u0417\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0438 \u0441\u043e\u0444\u0442\u0432\u0435\u0440 \u043c\u043e\u0436\u0435 \u0438\u0437\u0430\u0437\u0432\u0430\u0442\u0438 \u043e\u0448\u0442\u0435\u045b\u0435\u045a\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430 \u0438\u043b\u0438 \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0438 \u0432\u0430\u0448\u0443 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = \u0414\u043e\u0434\u0430\u0458 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430 \u0441\u0442\u0438\u043b\u0430
-AddStyleAttributes.tooltip = \u0414\u043e\u0434\u0430\u0458 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430 \u0438\u0437 \u0441\u0442\u0438\u043b\u0430 \u0447\u0432\u043e\u0440\u0430.
-AllMapsNodeListAction.text = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438 \u0443 \u0441\u0432\u0438\u043c \u043c\u0430\u043f\u0430\u043c\u0430
-always = \u0423\u0432\u0435\u043a
-AlwaysUnfoldedNodeAction.text = \u0423\u0432\u0435\u043a \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d \u0447\u0432\u043e\u0440 (\u043f\u043e\u0441\u0442\u0430\u0432\u0438/\u043f\u043e\u043d\u0438\u0448\u0442\u0438
-antialias_all = \u0423\u0433\u043b\u0430\u0447\u0430\u0432\u0430\u045a\u0435 \u0441\u0432\u0435\u0433\u0430
-antialias_edges = \u0423\u0433\u043b\u0430\u0447\u0430\u0432\u0430\u045a\u0435 \u0440\u0443\u0431\u043e\u0432\u0430
-antialias_none = \u0411\u0435\u0437 \u0443\u0433\u043b\u0430\u0447\u0430\u0432\u0430\u045a\u0430
-apply = &\u041f\u0440\u0438\u043c\u0435\u043d\u0438
-ApplyAction.text = &\u041f\u0440\u0438\u043c\u0435\u043d\u0438
-ApplyFormatPlugin.text = \u041f\u0440\u043e\u043c\u0435\u043d\u0438 &\u043e\u0431\u043b\u0438\u043a...
-ApplyFormatPlugin.tooltip = \u041f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u0434\u0438\u0458\u0430\u043b\u043e\u0433 \u0443 \u043a\u043e\u0458\u0435\u043c \u043e\u0441\u043e\u0431\u0438\u043d\u0435 \u0447\u0432\u043e\u0440\u0430 \u0438 \u0440\u0443\u0431\u0430 \u043c\u043e\u0433\u0443 \u0431\u0438\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0435 \u043e\u0434\u043c\u0430\u0445.
-ApplyNoFilteringAction.text = \u0411\u0435\u0437 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u045a\u0430
-ApplySelectedViewConditionAction.text = \u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-ApplyToVisibleAction.text = \u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0430 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430
-as_parent = \u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
-AskForHelp.text = \u041f\u0438\u0442\u0430\u0458 \u0437\u0430 \u043f\u043e\u043c\u043e\u045b
-AssignAttributesAction.text = \u041f\u0440\u043e\u0448\u0438\u0440\u0435\u043d\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447\u0430...
-attribute_delete = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u0432\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
-attribute_delete_value = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043e\u0432\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442
-attribute_font_size_tooltip = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-attribute_list_box_label_text = \u041f\u043e\u0441\u0442\u043e\u0458\u0435\u045b\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
-attribute_name = \u0418\u043c\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-attribute_replace = \u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0430:
-attribute_top = \u0421\u0432\u0430 \u043f\u043e\u0437\u043d\u0430\u0442\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430 \u0437\u0430 \u0443\u0447\u0438\u0442\u0430\u043d\u0435 \u043c\u0430\u043f\u0435
-attribute_value = \u0412\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-attributes_AddAttributeAction.text = \u0414\u043e\u0434\u0430\u0458 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433...
-attributes_adding_empty_attribute_error = \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u0430\u0437\u0430\u043d \u043d\u0438\u0437 \u0437\u0430 \u043d\u0430\u0437\u0438\u0432 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-attributes_all = \u0421\u0432\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-attributes_assign_dialog = \u041f\u0440\u043e\u0448\u0438\u0440\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447\u0430
-attributes_attribute = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
-attributes_close = \u0417\u0430\u0442\u0432\u043e\u0440\u0438
-attributes_deselect_all = \u041d\u0438\u0448\u0442\u0430
-attributes_dialog_title = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u043c\u0430
-attributes_edit = \u0423\u0440\u0435\u0434\u0438
-attributes_edit_tooltip = \u0423\u0440\u0435\u0434\u0438 \u0441\u043a\u0443\u043f
-attributes_for_selected = \u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438
-attributes_for_visible = \u0421\u0432\u0438 \u0432\u0438\u0434\u0459\u0438\u0432\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438
-attributes_import = &\u0423\u0432\u043e\u0437
-attributes_import_tooltip = \u0423\u0432\u043e\u0437 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u0443\u0447\u0438\u0442\u0430\u043d\u0438\u0445 \u043c\u0430\u043f\u0430
-attributes_no_import_candidates_found = \u041d\u0438\u0441\u0443 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0430 \u043d\u043e\u0432\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-attributes_popup_delete = \u0418\u0437\u0431\u0440\u0438\u0448\u0438
-attributes_popup_down = \u0414\u043e\u043b\u0435
-attributes_popup_edit = \u0423\u0440\u0435\u0434\u0438
-attributes_popup_hide = \u0421\u0430\u043a\u0440\u0438\u0458
-attributes_popup_new = \u041d\u043e\u0432\u043e \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
-attributes_popup_optimal_width = \u041e\u043f\u0442\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430
-attributes_popup_up = \u0413\u043e\u0440\u0435
-attributes_refresh = \u041e\u0441\u0432\u0435\u0436\u0438
-attributes_RemoveAllAttributesAction.text = \u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u0441\u0432\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-attributes_RemoveFirstAttributeAction.text = \u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u043f\u0440\u0432\u043e \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
-attributes_RemoveLastAttributeAction.text = \u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
-attributes_restricted_attributes_tooltip = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438 \u0441\u043a\u0443\u043f \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-attributes_restricted_values_tooltip = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438 \u0441\u043a\u0443\u043f \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
-attributes_restriction = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d \u0441\u043a\u0443\u043f
-attributes_select_all = \u0421\u0432\u0435
-attributes_select_all_tooltip = \u041e\u0437\u043d\u0430\u0447\u0438/\u041e\u0434\u0437\u043d\u0430\u0447\u0438 \u0441\u0432\u0435
-attributes_show = \u041f\u0440\u0438\u043a\u0430\u0436\u0438
-attributes_skip_root = \u041f\u0440\u0435\u0441\u043a\u043e\u0447\u0438 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440
-attributes_visible = \u0418\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0441\u0443 \u0432\u0438\u0434\u0459\u0438\u0432\u0438
-attributes_visible_tooltip = \u0418\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0441\u0443 \u0432\u0438\u0434\u0459\u0438\u0432\u0438
-automatic_layout = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u0440\u0435\u0434
-automatic_layout_disabled = \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0435\u043d
-automatically_save_message = \u041c\u0430\u043f\u0430 \u0458\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 (\u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045b\u0438 \u0438\u043c\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 {0}) ...
-AutomaticEdgeColorHookAction.text = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0431\u043e\u0458\u0430 \u0440\u0443\u0431\u0430
-AutomaticLayout.ALL = \u0437\u0430 \u0441\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-AutomaticLayout.HEADINGS = \u0437\u0430 \u043d\u0435\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-AutomaticLayout.level = \u041d\u0438\u0432\u043e {0}
-AutomaticLayout.level.root = \u0418\u0437\u0432\u043e\u0440\u043d\u0438
-AutomaticLayoutAction.text = &\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0438\u0432\u043e \u0441\u0442\u0438\u043b\u0430
-AutomaticLayoutAction.tooltip = <html>\u041f\u043e\u043f\u0440\u0430\u0432\u0459\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u043c\u0430\u043f\u0435. <br>\u041f\u0440\u0432\u0438 \u043d\u0438\u0432\u043e \u0458\u0435 \u0446\u0440\u043d\u0438, \u0434\u0440\u0443\u0433\u0438 \u043f\u043b\u0430\u0432\u0438, \u0438\u0442\u0434.</html>
-AutomaticLayoutControllerAction.ALL.text = \u0437\u0430 \u0441\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-AutomaticLayoutControllerAction.HEADINGS.text = \u0437\u0430 \u043d\u0435\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-AutomaticLayoutControllerAction.null.text = \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0435\u043d\u043e
-BackAction.tooltip = \u0421\u043a\u043e\u043a \u0443\u043d\u0430\u0437\u0430\u0434 \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043d\u0438\u0437\u0443
-background = \u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430
-bitmaps = \u0420\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u0441\u043b\u0438\u043a\u0430
-black = \u0426\u0440\u043d\u043e
-BlinkingNodeHookAction.text = \u0422\u0440\u0435\u043f\u0435\u0440\u0435\u045b\u0438 \u0447\u0432\u043e\u0440
-BlinkingNodeHookAction.tooltip = <html>\u041e\u0432\u043e \u0447\u0438\u043d\u0438 \u0434\u0430 \u0447\u0432\u043e\u0440 \u0442\u0440\u0435\u043f\u0435\u0440\u0438. \u0411\u0443\u0434\u0438\u0442\u0435 \u043e\u043f\u0440\u0435\u0437\u043d\u0438. \u041d\u0435 \u043f\u043e\u0432\u0435\u0437\u0443\u0458\u0442\u0435 \u0433\u0430 \u0441 \u043f\u0440\u0435\u0432\u0438\u0448\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438 <strong> \u043d\u0435 \u0441 \u043e\u0441\u0442\u0430\u043b\u0438\u043c \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438\u043c \u043e\u0431\u043b\u0438\u0446\u0438\u043c\u0430 \u0443 \u0438\u0441\u0442\u043e\u043c \u0447\u0432\u043e\u0440\u0443.</html>
-blue = \u041f\u043b\u0430\u0432\u0430
-BoldAction.text = \u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-boldify_branch = \u041f\u043e\u0434\u0435\u0431\u0459\u0430\u0458
-branch = \u0413\u0440\u0430\u043d\u0430
-BranchesOverlapAction.text = \u0413\u0440\u0430\u043d\u0435 \u043c\u043e\u0433\u0443 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u043a\u043b\u0430\u043f\u0430\u0458\u0443
-browse = \u041f\u0440\u0435\u0433\u043b\u0435\u0434...
-calendar_attributes_panel = \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440 \u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-calendar_panel = \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440
-can_not_connect_to_info_server = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u0435 \u043f\u043e\u0432\u0435\u0437\u0430\u0442\u0438 \u043d\u0430 \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0442\u0435\u0459
-can_not_delete_predefined_style = \u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0443\u043d\u0430\u043f\u0440\u0435\u0434 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0438 \u0441\u0442\u0438\u043b
-can_not_delete_root_style = \u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0441\u0442\u0438\u043b
-can_not_delete_style_group = \u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0441\u043a\u0443\u043f\u0438\u043d\u0443 \u0441\u0442\u0438\u043b\u043e\u0432\u0430
-can_not_save_key_set = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u0441\u043a\u0443\u043f \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
-cancel = &\u041e\u0442\u043a\u0430\u0436\u0438
-CancelAction.text = &\u041e\u0442\u043a\u0430\u0436\u0438
-cannot_add_parent_diff_parents = \u0421\u0432\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u043c\u043e\u0440\u0430\u0458\u0443 \u0438\u043c\u0430\u0442\u0438 \u0438\u0441\u0442\u043e\u0433 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0437\u0430 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u045a\u0435 \u043e\u0432\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u0435.
-cannot_add_parent_to_root = \u041a\u043e\u0440\u0435\u043d\u0441\u043a\u0438 \u0447\u0432\u043e\u0440 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u043e\u043c \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u043c
-cannot_delete_root = \u041a\u043e\u0440\u0435\u043d\u0441\u043a\u0438 \u0447\u0432\u043e\u0440 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0438\u043b\u0438 \u0438\u0437\u0440\u0435\u0437\u0430\u0442\u0438
-cannot_join_nodes_with_children = \u0427\u0432\u043e\u0440\u043e\u0432\u0435 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u043e\u0432\u0435\u0437\u0430\u0442\u0438 \u0441 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u043c
-cannot_move_to_child = \u0427\u0432\u043e\u0440 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u043e\u043c\u0435\u0440\u0438\u0442\u0438 \u043f\u0440\u0435\u043c\u0430 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443.
-CenterAction.text = \u0421\u0440\u0435\u0434\u0438\u043d\u0430
-CenterSelectedNodeAction.text = \u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u0443 \u0441\u0440\u0435\u0434\u0438\u043d\u0438
-ChangeConnectorArrowsAction.backward.text = \u041d\u0430\u0446\u0440\u0430\u0458 \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0443 \u0443\u043d\u0430\u0437\u0430\u0434
-ChangeConnectorArrowsAction.both.text = \u041d\u0430\u0446\u0440\u0442\u0430\u0458 \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0443 \u043d\u0430\u043f\u0440\u0435\u0434 \u0438 \u043d\u0430\u0437\u0430\u0434
-ChangeConnectorArrowsAction.forward.text = \u041d\u0430\u0446\u0440\u0442\u0430\u0458  \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0443 \u043d\u0430\u043f\u0440\u0435\u0434
-ChangeConnectorArrowsAction.none.text = \u041d\u0438\u0448\u0442\u0430
-ChangeConnectorArrowsAction.text = \u041f\u0440\u043e\u043c\u0435\u043d\u0430 \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0430 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
-ChangeConnectorShapeAction.CUBIC_CURVE.text = \u041a\u0440\u0438\u0432\u0430
-ChangeConnectorShapeAction.EDGE_LIKE.text = \u0421\u0438\u043c\u0443\u043b\u0430\u0446\u0438\u0458\u0430 \u0440\u0443\u0431\u0430
-ChangeConnectorShapeAction.LINE.text = \u0426\u0440\u0442\u0430
-ChangeConnectorShapeAction.LINEAR_PATH.text = \u041b\u0438\u043d\u0435\u0430\u0440\u043d\u0430 \u043f\u0443\u0442\u0430\u045a\u0430
-ChangeNodeLevelLeftsAction.text = \u041f\u0440\u0435\u043c\u0435\u0448\u0442\u0430\u045a\u0435 \u0447\u0432\u043e\u0440\u0430 (\u041d\u0430\u0434\u0440\u0435\u0452\u0435\u043d - \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d)
-ChangeNodeLevelLeftsAction.tooltip = \u041b\u0435\u0432\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0434\u043e\u043b\u0435. \u0427\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u0441\u0442\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u043e\u0434 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438\u0437\u043d\u0430\u0434. \u0414\u0435\u0441\u043d\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0433\u043e\u0440\u0435. \u0414\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043d\u0430 \u043a\u043e\u0440\u0435\u043d\u0443 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u043c\u0435\u045a\u0430\u0458\u0443 \u0441\u0442\u0440\u0430\u043d\u0435.
-ChangeNodeLevelRightsAction.text = \u041f\u0440\u0435\u043c\u0435\u0448\u0442\u0430\u045a\u0435 \u0447\u0432\u043e\u0440 (\u0420\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d - \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d)
-ChangeNodeLevelRightsAction.tooltip = \u0414\u0435\u0441\u043d\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0434\u043e\u043b\u0435. \u0427\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u0441\u0442\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u043e\u0434 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438\u0437\u043d\u0430\u0434. \u041b\u0435\u0432\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0433\u043e\u0440\u0435. \u0414\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043d\u0430 \u043a\u043e\u0440\u0435\u043d\u0443 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u043c\u0435\u045a\u0430\u0458\u0443 \u0441\u0442\u0440\u0430\u043d\u0435.
-choose_background_color = \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u043c\u0430\u043f\u0435:
-choose_cloud_color = \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430:
-choose_edge_color = \u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0431\u043e\u0458\u0443 \u0440\u0443\u0431\u0430
-choose_map_background_color = \u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0441\u043a\u0443 \u0431\u043e\u0458\u0443 \u043c\u0430\u043f\u0435
-choose_node_background_color = \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u0447\u0432\u043e\u0440\u0430:
-choose_node_color = \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u0447\u0432\u043e\u0440\u0430:
-ClearLinkAnchorAction.text = \u041e\u0447\u0438\u0441\u0442\u0438 \u0441\u0438\u0434\u0440\u043e \u0432\u0435\u0437\u0435
-ClearLinkAnchorAction.tooltip = <html>\u043e\u0447\u0438\u0441\u0442\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u043e \u0441\u0438\u0434\u0440\u043e \u0447\u0432\u043e\u0440\u0430</html>
-close_btn = &\u0417\u0430\u0442\u0432\u043e\u0440\u0438
-CloseAction.text = &\u0417\u0430\u0442\u0432\u043e\u0440\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0443 \u043c\u0430\u043f\u0443
-CloudAction.text = \u0414\u043e\u0434\u0430\u0458 / \u0443\u043a\u043b\u043e\u043d\u0438 \u043e\u0431\u043b\u0430\u043a (\u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e)
-CloudColorAction.text = \u0411\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430...
-CloudShapeAction.ARC.text = \u041b\u0443\u043a
-CloudShapeAction.RECT.text = \u041f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
-CloudShapeAction.ROUND_RECT.text = \u0417\u0430\u043e\u0431\u0459\u0435\u043d\u0438 \u043f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
-CloudShapeAction.STAR.text = \u0417\u0432\u0435\u0437\u0434\u0430
-ColorProperty.ResetColor = \u0412\u0440\u0430\u0442\u0438 \u0438\u0437\u0432\u043e\u0440\u043d\u0435 \u0431\u043e\u0458\u0435
-combined = \u041a\u043e\u043c\u0431\u0438\u043d\u043e\u0432\u0430\u043d\u043e
-condition = \u0421\u0442\u0430\u045a\u0435
-confirmation = \u041f\u043e\u0442\u0432\u0440\u0434\u0430
-connector = \u041f\u043e\u0432\u0435\u0437\u043d\u0438\u043a
-connector_arrows = \u0421\u0442\u0440\u0435\u043b\u0438\u0446\u0430 \u043f\u0440\u0438\u043a\u0459\u0443\u0447\u043a\u0430
-connector_label = \u041e\u0437\u043d\u0430\u043a\u0430 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
-connector_lines = \u0426\u0440\u0442\u0435 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
-connector_shapes = \u041e\u0431\u043b\u0438\u043a \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
-ConnectorColorAction.text = \u0411\u043e\u0458\u0430 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
-CopyAction.text = \u0423\u043c\u043d\u043e\u0436\u0438
-CopyAction.tooltip = \u0423\u043c\u043d\u043e\u0436\u0438 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0435 \u0433\u0440\u0430\u043d\u0435
-CopyAttributes.text = \u0423\u043c\u043d\u043e\u0436\u0438 &\u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
-CopyIDAction.text = \u0423\u043c\u043d\u043e\u0436\u0438 \u0418\u0414 \u0447\u0432\u043e\u0440\u0430
-CopyMapStylesAction.text = \u0423\u043c\u043d\u043e\u0436\u0438 \u0441\u0442\u0438\u043b \u043c\u0430\u043f\u0435 \u0438\u0437...
-CopyNodeURIAction.text = \u0423\u043c\u043d\u043e\u0436\u0438 URI \u0447\u0432\u043e\u0440\u0430
-copyright = \u0410\u0443\u0442\u043e\u0440\u0441\u043a\u043e \u043f\u0440\u0430\u0432\u043e \u00a9 2000-2012 Freeplane \u0442\u0438\u043c\u0430 \u0438 \u043e\u0441\u0442\u0430\u043b\u0438\u0445
-CopySingleAction.text = \u0423\u043c\u043d\u043e\u0436\u0438 \u0447\u0432\u043e\u0440 \u043f\u043e\u0458\u0435\u0434\u0438\u043d\u0447\u043d\u043e
-CopySingleAction.tooltip = \u0423\u043c\u043d\u043e\u0436\u0438 \u0441\u0430\u043c\u043e \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440
-CopyStyleExtensionsAction.text = \u0423\u043c\u043d\u043e\u0436\u0438 \u043d\u0430\u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u0437 \u0441\u0442\u0438\u043b\u0430 \u0447\u0432\u043e\u0440\u0430
-corrupt_map = \u0421\u0430\u0434\u0440\u0436\u0430\u0458 \u043c\u0430\u043f\u0435 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d
-CreateConjunctConditionAction.text = \u0418
-CreateDisjunctConditionAction.text = \u0418\u043b\u0438
-CreateNotSatisfiedConditionAction.text = \u041d\u0435
-CreationModificationPluginAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 &\u0432\u0440\u0435\u043c\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435
-CreationModificationPluginAction.tooltip = <html>\u041e\u0432\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u0430 \u0431\u0435\u043b\u0435\u0436\u0438 \u0432\u0440\u0435\u043c\u0435 \u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u0447\u0432\u043e\u0440\u0430 \u0438 \u0432\u0440\u0435\u043c\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u0430.</html>
-current_dir = \u041c\u0430\u043f\u0435
-CutAction.text = \u0418\u0441\u0435\u0446\u0438
-decrease_branch_font_size = \u041c\u0430\u045a\u0430 \u0441\u043b\u043e\u0432\u0430
-DecreaseNodeFontAction.text = \u041c\u0430\u045a\u0430 \u0441\u043b\u043e\u0432\u0430
-default = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e
-DefaultColorAction.text = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u0431\u043e\u0458\u0430
-defaultstyle.details = \u0414\u0435\u0442\u0430\u0459\u0438
-defaultstyle.floating = \u041f\u043b\u0443\u0442\u0430\u0458\u0443\u045b\u0438 \u0447\u0432\u043e\u0440
-defaultstyle.note = \u0411\u0435\u043b\u0435\u0448\u043a\u0430
-delete = &\u0418\u0437\u0431\u0440\u0438\u0448\u0438
-delete_child = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0447\u0432\u043e\u0440
-DeleteAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0447\u0432\u043e\u0440
-DeleteConditionAction.text = \u0418\u0437\u0431\u0440\u0438\u0448\u0438
-DeleteDetailsAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u0430
-DeleteLevelStyleAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u043d\u0438\u0432\u043e\u0430 \u0441\u0442\u0438\u043b\u0430
-DeleteStyleAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0442\u0438\u043b
-DeleteUserStyleAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u0434\u0435\u0444\u0438\u043d\u0438\u0441\u0430\u043d\u0438 \u0441\u0442\u0438\u043b
-dialect_info.app = \u041c\u0430\u043f\u0430 \u0443\u043c\u0430 {0} \u0458\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u0441\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043e\u043c {1}.
-dialect_info.unknownApp = \u041c\u0430\u043f\u0430 \u0443\u043c\u0430 {0} \u0458\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u0435 \u043d\u0435\u043f\u043e\u0437\u043d\u0430\u0442\u043e\u0433 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430.
-dialect_info.unknownURL = \u040a\u0435\u043d\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0438\u0458\u0435 \u043f\u043e\u0437\u043d\u0430\u0442\u0430
-dialect_info.url = \u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u0432\u0435\u0431 \u0441\u0430\u0458\u0442 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 {0} \u0437\u0430 \u0432\u0438\u0448\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430.
-dialect_info.warning = Freeplane \u043c\u043e\u0436\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438, \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u0442\u0438 \u0438\u043b\u0438  \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0433\u0440\u0448\u043d\u043e.
-DirectHtmlFlavorHandler = HTML \u043a\u0430\u043e \u043f\u043e\u0458\u0435\u0434\u0438\u043d\u0430\u0447\u043d\u0438 \u0447\u0432\u043e\u0440
-DocumentationAction.text = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430
-down = \u0414&\u043e\u043b\u0435
-download = \u041f\u0440\u0435\u0443\u0437\u0438\u043c\u0430\u045a\u0435
-dropped_file_error = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0438\u0441\u043f\u0443\u0448\u0442\u0435\u043d\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443. \u0420\u0430\u0437\u043b\u043e\u0433: {0}
-edge = \u0420\u0443\u0431
-edge_is_formatted_by_style = \u041e\u0431\u043b\u0438\u043a \u0440\u0443\u0431\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d \u0458\u0435 \u0443 \u0441\u0442\u0438\u043b\u0443. \u0423\u0440\u0435\u0434\u0438\u0442\u0435 \u0441\u0440\u043e\u0434\u043d\u0435 \u0441\u0442\u0438\u043b\u043e\u0432\u0435 \u0430\u043a\u043e \u0436\u0435\u043b\u0438\u0442\u0435.
-edge_style = \u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
-edge_width = \u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0443\u0431\u0430
-EdgeColorAction.text = \u0411\u043e\u0458\u0430 \u0440\u0443\u0431\u0430...
-EdgeStyleAction.bezier.text = \u041b\u0430\u0433\u0430\u043d\u043e \u0437\u0430\u043e\u0431\u0459\u0435\u043d (\u043a\u0440\u0438\u0432\u0438\u043d\u0430)
-EdgeStyleAction.bezier.tooltip = <html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0443\u0431 \u043a\u0430\u043e \u0433\u043b\u0430\u0442\u043a\u0443 \u043a\u0440\u0438\u0432\u0443.</html>
-EdgeStyleAction.hide_edge.text = \u0421\u043a\u0440\u0438\u0432\u0435\u043d\u0438 \u0440\u0443\u0431
-EdgeStyleAction.hide_edge.tooltip = <html>\u0417\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u043f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0443\u0431 \u0434\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u043a\u0430\u043e<br>\u0442\u0430\u0447\u043a\u0430\u0441\u0442\u0443 \u043b\u0438\u043d\u0438\u0458\u0443. \u0423 \u0441\u0443\u043f\u0440\u043e\u0442\u043d\u043e\u043c \u0441\u0430\u043a\u0440\u0438\u0458 \u0440\u0443\u0431.</html>
-EdgeStyleAction.horizontal.text = \u0412\u043e\u0434\u043e\u0440\u0430\u0432\u043d\u043e
-EdgeStyleAction.horizontal.tooltip = <html>\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u0435 \u043f\u0440\u0430\u0432\u0435 \u043b\u0438\u043d\u0438\u0458\u0435 \u0437\u0430 \u0440\u0443\u0431\u043e\u0432\u0435.</html>
-EdgeStyleAction.linear.text = \u041b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
-EdgeStyleAction.linear.tooltip = <html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0432\u0438\u0446\u0435 \u043a\u0430\u043e \u043f\u0440\u0430\u0432\u0435 \u043b\u0438\u043d\u0438\u0458\u0435.</html>
-EdgeStyleAction.sharp_bezier.text = \u041e\u0448\u0442\u0440\u043e \u0437\u0430\u043e\u0431\u0459\u0435\u043d  (\u043a\u0440\u0438\u0432\u0438\u043d\u0430)
-EdgeStyleAction.sharp_bezier.tooltip = <html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0432\u0438\u0446\u0435 \u043a\u0430\u043e \u0433\u043b\u0430\u0442\u043a\u0435 \u043a\u0440\u0438\u0432\u0435 \u0441\u0430 \u0437\u0430\u043e\u0448\u0442\u0440\u0435\u043d\u0438\u043c \u043a\u0440\u0430\u0458\u0435\u0432\u0438\u043c\u0430.</html>
-EdgeStyleAction.sharp_linear.text = \u041e\u0448\u0442\u0440\u043e \u043b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
-EdgeStyleAction.sharp_linear.tooltip = <html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0432\u0438\u0446\u0435 \u043a\u0430\u043e \u043f\u0440\u0430\u0432\u0435 \u043b\u0438\u043d\u0438\u0458\u0435 \u0441\u0430 \u0437\u0430\u043e\u0448\u0442\u0440\u0435\u043d\u0438\u043c \u043a\u0440\u0430\u0458\u0435\u0432\u0438\u043c\u0430.</html>
-EdgeStyleAsParentAction.text = \u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
-EdgeStyleAsParentAction.tooltip = <html>\u041a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0441\u0442\u0438\u043b \u0438\u0432\u0438\u0446\u0435 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430.</html>[\u0437\u0430\u0441\u0442\u0430\u0440\u0435\u043e]
-EdgeWidthAction_width_parent.text = \u041d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
-EdgeWidthAction_width_thin.text = \u0422\u0430\u043d\u043a\u043e
-edit = &\u0423\u0440\u0435\u0434\u0438
-edit.decision = HTML \u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447
-edit.edit_rich_text = \u0416\u0435\u043b\u0438\u0448 \u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u043a\u0430\u043e \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e \u0438\u043b\u0438 \u0438\u0441\u043a\u043e\u0448\u0435\u043d\u043e?
-edit_details = \u0423\u0440\u0435\u0434\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u0430...
-edit_end_label = <html>\u041f\u043e\u0432\u0435\u0437\u043d\u0438\u043a<br>label
-edit_label_font_family = \u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a
-edit_label_font_size = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
-edit_link_manually = \u0420\u0443\u0447\u043d\u043e \u0443\u0440\u0435\u0434\u0438 \u0432\u0435\u0437\u0443 (\u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443)...
-edit_long_node = \u0423\u0440\u0435\u0434\u0438 \u0458\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443...
-edit_middle_label = <html>\u0421\u0440\u0435\u0434\u045a\u0430<br>\u043e\u0437\u043d\u0430\u043a\u0430
-edit_source_label = <html>\u0418\u0437\u0432\u043e\u0440\u043d\u0430<br>\u043e\u0437\u043d\u0430\u043a\u0430
-edit_target_label = \u0423\u0440\u0435\u0434\u0438 \u0446\u0438\u0459\u043d\u0438 \u043d\u0430\u0437\u0438\u0432
-edit_transparency_label = \u041f\u0440\u043e\u0437\u0438\u0440\u043d\u043e\u0441\u0442
-edit_width_label = \u0428\u0438\u0440\u0438\u043d\u0430
-EditAction.text = \u0423\u0440\u0435\u0434\u0438 \u0458\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440a \u0443 \u043b\u0438\u043d\u0438\u0458\u0438
-EditAttributesAction.text = \u0423\u0440\u0435\u0434\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430 \u0443 \u043b\u0438\u043d\u0438\u0458\u0438
-EditDetailsAction.text = \u0423\u0440\u0435\u0434\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u0430 \u0443 \u043b\u0438\u043d\u0438\u0458\u0438
-EditDetailsInDialogAction.text = \u0418\u0437\u043c\u0435\u043d\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
-EditFilterAction.text = \u0421\u0430\u0447\u0438\u043d\u0438 \u0444\u0438\u043b\u0442\u0435\u0440
-EditLongAction.text = \u0423\u0440\u0435\u0434\u0438 \u0458\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
-EditNoteInDialogAction.text = \u0423\u0440\u0435\u0434\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
-EditScript = \u0423\u0440\u0435\u0434\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0443...
-EditStylesAction.text = \u0423\u0440\u0435\u0434\u0438 \u0441\u0442\u0438\u043b
-EncryptedMap.text = \u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0443 \u043c\u0430\u043f\u0443...
-EncryptedMap.tooltip = \u041d\u043e\u0432\u0430 \u0437\u0430\u0448\u0442\u0438\u045b\u0435\u043d\u0430 \u043c\u0430\u043f\u0430
-enter_base_url = \u0411\u0438\u045b\u0435 \u0437\u0430\u043b\u0435\u043f\u0459\u0435\u043d\u0435 \u0440\u0435\u043b\u0430\u0442\u0438\u0432\u043d\u0435 \u0430\u0434\u0440\u0435\u0441\u0435. \u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u0438 \u0423\u0420\u041b.
-enter_condition_name = \u0423\u043f\u0438\u0448\u0438 \u043d\u043e\u0432\u043e \u0438\u043c\u0435 \u0443\u0441\u043b\u043e\u0432\u0430
-enter_confirms = &Enter \u043a\u0430\u043e \u043f\u043e\u0442\u0432\u0440\u0434\u0430
-enter_keyset_name = \u0423\u043d\u0435\u0441\u0438 \u043d\u0430\u0437\u0438\u0432 \u0441\u043a\u0443\u043f\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
-enter_map_url = \u0423\u043d\u0435\u0441\u0438 \u0423\u0420\u041b \u043c\u0430\u043f\u0435
-enter_new_style_name = \u0423\u043d\u0435\u0441\u0438 \u043d\u0430\u0437\u0438\u0432 \u043d\u043e\u0432\u043e\u0433 \u0441\u0442\u0438\u043b\u0430
-enter_node_id = \u0423\u043d\u0435\u0441\u0438 \u0418\u0414 \u0447\u0432\u043e\u0440\u0430
-enter_zoom = \u0423\u043a\u0459\u0443\u0447\u0438 \u0443\u0432\u0435\u045b\u0430\u045a\u0435
-EnterPassword.text = \u0423\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443
-error = \u0413\u0440\u0435\u0448\u043a\u0430
-error_applying_template = \u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u043d\u0435 XSL \u0448\u0430\u0431\u043b\u043e\u043d\u0430.
-error_creating_directory = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 \u0437\u0430 \u0438\u0437\u0432\u043e\u0437.
-error_in_template = \u0413\u0440\u0435\u0448\u043a\u0435 \u0443 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e\u043c \u0448\u0430\u0431\u043b\u043e\u043d\u0443 \u043c\u0430\u043f\u0435 {0}. \u041f\u043e\u043a\u0443\u0448\u0430\u0458\u0442\u0435 \u0434\u0430 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u043e\u0432\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443.
-errornumber = {0} \u0433\u0440\u0435\u0448\u043a\u0430
-ExecuteScriptError.text = \u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0438\u0437\u0432\u043e\u0452\u0435\u045a\u0443 \u0441\u043a\u0440\u0438\u043f\u0442\u0435:\n{0}
-ExecuteScriptForAllNodes.text = \u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u0432\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438
-ExecuteScriptForSelectionAction.text = \u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-ExecuteScriptOnSelectedNode.text = \u0418\u0437\u0432\u043e\u0434\u0438 {0} \u043d\u0430 \u0441\u0432\u0438\u043c \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430
-ExecuteScriptOnSelectedNodeRecursively.text = \u0418\u0437\u0432\u043e\u0434\u0438 {0} \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430, \u0440\u0435\u043a\u0443\u0440\u0437\u0438\u0432\u043d\u043e
-ExecuteScriptOnSingleNode.text = \u0418\u0437\u0432\u043e\u0434\u0438 {0} \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443
-ExecuteScripts.noScriptsAvailable = \u041d\u0438\u0441\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0435
-ExecuteScripts.text = \u0421\u043a\u0440\u0438\u043f\u0442\u0435
-ExecuteScriptSecurityError.text = \u0414\u043e\u0448\u043b\u043e \u0458\u0435 \u0434\u043e \u0433\u0440\u0435\u0448\u043a\u0435 \u0442\u043e\u043a\u043e\u043c \u0438\u0437\u0432\u0440\u0448\u0435\u045a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0435: {0}
-export_failed = \u0418\u0437\u0432\u043e\u0437 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043e
-export_pdf_text = \u041f\u0440\u0435\u043d\u043e\u0441\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-export_using_xslt = \u0418\u0437\u0432\u043e\u0437 Freeplane-\u0430
-ExportAction.text = &\u0418\u0437\u0432\u043e\u0437 \u043c\u0430\u043f\u0435
-ExportBranchAction.text = \u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u0433\u0440\u0430\u043d\u0443 \u043d\u0430 \u043d\u043e\u0432\u0443 \u043c\u0430\u043f\u0443...
-ExportBranchToHTMLAction.text = \u0413\u0440\u0430\u043d\u0430 \u043a\u0430\u043e HTML
-exported_file = {0} \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-ExportPdf.text = \u041f\u0414\u0424
-ExportSvg.text = SVG
-ExportToHTMLAction.text = HTM
-ExportToImage.jpg.text = JPEG
-ExportToImage.png.text = PNG
-ExportToOoWriter.text = Open Office Write \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442...
-extension_menu = \u0424\u0438\u0437\u0438\u0447\u043a\u0438 \u0441\u0442\u0438\u043b
-ExternalImage_popupMenu_Change = \u0418\u0437\u043c\u0435\u043d\u0438...
-ExternalImage_popupMenu_Open = \u041e\u0442\u0432\u043e\u0440\u0438 \u0443 \u043f\u0440\u0438\u043a\u0430\u0437\u0438\u0432\u0430\u0447\u0443
-ExternalImage_popupMenu_Remove = \u0423\u043a\u043b\u043e\u043d\u0438
-ExternalImage_popupMenu_ResetZoom = \u0423 \u043f\u043e\u0447\u0435\u0442\u043d\u043e \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0435
-ExternalImageAddAction.text = \u0414\u043e\u0434\u0430\u0458 \u0441\u043b\u0438\u043a\u0443...
-ExternalImageChangeAction.text = \u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u0441\u043b\u0438\u043a\u0443...
-ExternalImageRemoveAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u043b\u0438\u043a\u0443
-ExtractLinkFromTextAction.text = \u041f\u0440\u0435\u0431\u0430\u0446\u0438 \u0432\u0435\u0437\u0443 \u0438\u0437 \u0442\u0435\u043a\u0441\u0442\u0430
-ExtractLinkFromTextAction.tooltip = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443 \u043d\u0430\u0452\u0435\u043d\u0443 \u0443 \u0442\u0435\u043a\u0441\u0442\u0443 \u0447\u0432\u043e\u0440\u0430
-f_button_unassigned = <\u0431\u0435\u0437 \u0430\u043a\u0446\u0438\u0458\u0435>
-FaqOpenURLAction.text = \u0427\u041f\u041f
-file = &\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-file_already_exists = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 {0} \u0432\u0435\u045b \u043f\u043e\u0441\u0442\u043e\u0458\u0438. \u0414\u0430 \u043b\u0438 \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0458\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0435?
-file_not_found = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 {0} \u043d\u0438\u0458\u0435 \u043d\u0430\u0452\u0435\u043d\u0430
-FileListFlavorHandler = \u0412\u0435\u0437\u0435 \u0434\u043e \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-FileProperties_BranchLeafCount = \u0411\u0440\u043e\u0458 \u043b\u0438\u0441\u0442\u043e\u0432\u0430 \u0447\u0432\u043e\u0440\u0430 \u0443 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0433\u0440\u0430\u043d\u0430\u043c\u0430:
-FileProperties_BranchNodeCount = \u0411\u0440\u043e\u0458 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0443 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0433\u0440\u0430\u043d\u0430\u043c\u0430:
-FileProperties_ChangesSinceLastSave = \u041f\u0440\u043e\u043c\u0435\u043d\u0435 \u043e\u0434 \u0437\u0430\u0434\u045a\u0435\u0433 \u0447\u0443\u0432\u0430\u045a\u0430:
-FileProperties_FileName = \u041d\u0430\u0437\u0438\u0432 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435:
-FileProperties_FileSaved = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430:
-FileProperties_FileSize = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435:
-FileProperties_MainBranchCount = \u0411\u0440\u043e\u0458 \u0433\u043b\u0430\u0432\u043d\u0438\u0445 \u0433\u0440\u0430\u043d\u0430:
-FileProperties_NeverSaved = \u041d\u0438\u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u043e
-FileProperties_NodeChildCount = \u0411\u0440\u043e\u0458 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430:
-FileProperties_NodeSelectionCount = \u0411\u0440\u043e\u0458 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430:
-FileProperties_TotalFilteredCount = \u0411\u0440\u043e\u0458 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u043a\u043e\u0458\u0438 \u0437\u0430\u0434\u043e\u0432\u043e\u0459\u0430\u0432\u0430\u0458\u0443 \u0444\u0438\u043b\u0442\u0435\u0440:
-FileProperties_TotalLeafCount = \u0423\u043a\u0443\u043f\u0430\u043d \u0431\u0440\u043e\u0458 \u043b\u0438\u0441\u0442\u043e\u0432\u0430 \u0447\u0432\u043e\u0440\u0430:
-FileProperties_TotalNodeCount = \u0423\u043a\u0443\u043f\u0430\u043d \u0431\u0440\u043e\u0458 \u0447\u0432\u043e\u0440\u043e\u0432\u0430:
-FilePropertiesAction.text = \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043c\u0430&\u043f\u0435...
-FileRevisionsDialog.cancel = &\u041e\u0442\u043a\u0430\u0436\u0438
-FileRevisionsDialog.file_last_modified = \u0412\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u0430 \u043e\u0437\u043d\u0430\u043a\u0430
-FileRevisionsDialog.file_name = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-FileRevisionsDialog.file_size = \u0411\u0430\u0458\u0442\u043e\u0432\u0430
-FileRevisionsDialog.open = &\u041e\u0442\u0432\u043e\u0440\u0438
-FileRevisionsDialog.open.tooltip = \u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0447\u0430\u043a \u0438 \u0430\u043a\u043e \u0458\u0435 \u0437\u0430\u0441\u0442\u0430\u0440\u0435\u043b\u0430
-FileRevisionsDialog.question = \u041d\u0430\u0452\u0435\u043d\u0435 \u0441\u0443  \u0438\u0441\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0435 \u0443 {0}
-FileRevisionsDialog.restore = \u0412\u0440\u0430\u0442\u0438
-FileRevisionsDialog.restore.tooltip = \u0417\u0430\u043c\u0435\u043d\u0438 {0} \u0441\u0430 {1}
-FileRevisionsDialog.title = \u0418\u0441\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-filter = \u0424\u0438\u043b\u0442\u0435\u0440
-filter_add = &\u0414\u043e\u0434\u0430\u0458
-filter_and = &\u0418
-filter_any_text = \u0408\u0435\u0437\u0433\u0440\u0430, \u0434\u0435\u0442\u0430\u0459\u0438 \u0438\u043b\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-filter_conditions = \u0424\u0438\u043b\u0442\u0435\u0440\u0438
-filter_contains = \u0421\u0430\u0434\u0440\u0436\u0438
-filter_created_after = \u041d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0435
-filter_created_before = \u041d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u043e \u043f\u0440\u0435
-filter_delete = &\u0418\u0437\u0431\u0440\u0438\u0448\u0438
-filter_details = \u0414\u0435\u0442\u0430\u0459\u0438
-filter_dialog = \u0421\u0430\u0441\u0442\u0430\u0432\u0459\u0430\u0447 \u0444\u0438\u043b\u0442\u0435\u0440\u0430
-filter_does_not_exist = \u041d\u0435 \u043f\u043e\u0441\u0442\u043e\u0458\u0438
-filter_edit_description = \u0423\u0440\u0435\u0434\u0438 \u0441\u043f\u0438\u0441\u0430\u043a \u0444\u0438\u043b\u0442\u0435\u0440\u0430
-filter_enter_value = \u0423\u043d\u043e\u0441 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
-filter_even_level = \u0427\u0432\u043e\u0440 \u0438\u0437 \u0440\u0430\u0437\u043d\u0438\u0445 \u043d\u0438\u0432\u043e\u0430
-filter_exist = \u041f\u043e\u0441\u0442\u043e\u0458\u0438
-filter_icon = \u0418\u043a\u043e\u043d\u0430
-filter_is_equal_to = \u0408\u0435\u0434\u043d\u0430\u043a\u043e \u0458\u0435
-filter_is_not_equal_to = \u041d\u0438\u0458\u0435 \u0458\u0435\u0434\u043d\u0430\u043a\u043e
-filter_leaf = \u0417\u0430\u0432\u0440\u0448\u043d\u0438 \u0447\u0432\u043e\u0440
-filter_link = \u0425\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0430
-filter_match_approximately = &\u041f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e
-filter_match_approximately_tooltip = <html>\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u0443\u043f\u043e\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435,<br/>\u043d\u043f\u0440.. \u0443 \u043f\u043e\u0442\u0440\u0430\u0437\u0438 \u0437\u0430 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435' \u043d\u0430\u045b\u0438 \u045b\u0435 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435'.</html>
-filter_match_case = \u0420\u0430\u0437\u043b\u0438\u043a\u0443\u0458 \u0441\u043b\u043e\u0432\u0430
-filter_match_case_tooltip = \u0420\u0430\u0437\u043b\u0438\u043a\u0443\u0458 \u0441\u043b\u043e\u0432\u0430 \u043a\u043e\u0434 \u0443\u043f\u043e\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0430.
-filter_modified_after = \u041f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0435
-filter_modified_before = \u041f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u043e \u043f\u0440\u0435
-filter_no_filtering = \u0411\u0435\u0437 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u045a\u0430 (\u0443\u043a\u043b\u043e\u043d\u0438)
-filter_node = \u0408\u0435\u0437\u0433\u0440\u043e \u0442\u0435\u043a\u0441\u0442\u0430
-filter_node_level = \u041d\u0438\u0432\u043e \u0447\u0432\u043e\u0440\u0430
-filter_not = &\u041d\u0435
-filter_note = \u0411\u0435\u043b\u0435\u0448\u043a\u0430
-filter_odd_level = \u0427\u0432\u043e\u0440\u043e\u0432\u0435 \u0441\u0430 \u0438\u0441\u0442\u043e\u0433 \u043d\u0438\u0432\u043e\u0430
-filter_or = \u0418&\u043b\u0438
-filter_parent = \u041d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0442\u0435\u043a\u0441\u0442
-filter_periodic_level = \u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043a\u0438
-filter_priority = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442
-filter_regexp_matches = \u0420\u0435\u0433\u0443\u043b\u0430\u0440\u043d\u0438 \u0438\u0437\u0440\u0430\u0437 \u0441\u043f\u0430\u0440\u0438 \u0441\u0430
-filter_reminder = \u041f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
-filter_reminder_after = \u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e \u043f\u043e\u0441\u043b\u0435
-filter_reminder_before = \u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e \u043f\u0440\u0435
-filter_reminder_executed = \u043e\u0431\u0430\u0432\u0459\u0435\u043d\u043e
-filter_reminder_later = \u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e \u0437\u0430 \u043a\u0430\u0441\u043d\u0438\u0458\u0435
-filter_root = \u0418\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440
-filter_script = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u0444\u0438\u043b\u0442\u0435\u0440\u0430
-filter_select = &\u041e\u0437\u043d\u0430\u0447\u0438
-filter_selected_node_view = \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438
-filter_selected_node_view_snapshot = \u0421\u0430\u0447\u0443\u0432\u0430\u043d\u0438 \u0438\u0437\u0431\u043e\u0440
-filter_style = \u0421\u0442\u0438\u043b
-filter_time = \u0424\u0438\u043b\u0442\u0435\u0440 \u0434\u0430\u0442\u0443\u043c\u0430
-FilterComposerDialog.save = &\u0421\u0430\u0447\u0443\u0432\u0430\u0458
-filters_not_loaded = \u0424\u0438\u043b\u0442\u0435\u0440 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u0443\u0447\u0438\u0442\u0430\u043d, \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430
-find_what = \u0428\u0442\u0430 \u043f\u0440\u043e\u043d\u0430\u045b\u0438...
-FindAction.text = \u0422\u0440\u0430\u0436\u0438...
-FirstGroupNodeAction.text = \u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u0447\u0432\u043e\u0440\u0430 (\u043f\u043e\u0447\u0435\u0442\u0430 \u0433\u0440\u0443\u043f\u0430)
-fit_map_to_page = \u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0438 \u0458\u0435\u0434\u043d\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
-fit_map_to_page_height = \u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u0432\u0438\u0441\u0438\u043d\u0443 \u0437\u0430 \u0458\u0435\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
-fit_map_to_page_width = \u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u0448\u0438\u0440\u0438\u043d\u0443 \u0437\u0430 \u0458\u0435\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
-FitToPage.text = \u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0435 \u043d\u0430 &\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0443 \u0435\u043a\u0440\u0430\u043d\u0430
-FitToPage.tooltip = \u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0435 \u0442\u0430\u043a\u043e \u0434\u0430 \u0441\u0435 \u0446\u0435\u043b\u0430 \u043c\u0430\u043f\u0430 \u0441\u043c\u0435\u0441\u0442\u0438 \u0443 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u043f\u0440\u043e\u0437\u043e\u0440
-fold = \u0421\u043b\u043e\u0436\u0438
-FoldAllAction.text = \u0421\u043b\u043e\u0436\u0438 \u0441\u0432\u0435
-FoldAllAction.tooltip = <html> \u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0438 \u045a\u0438\u0445\u043e\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435.</html>
-FoldOneLevelAction.text = \u0421\u043a\u043b\u043e\u043f\u0438 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e
-FoldOneLevelAction.tooltip = <html>\u0421\u043a\u043b\u043e\u043f\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0437\u0430 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e.</html>
-follow_graphical_link = \u0418\u0434\u0438 \u043d\u0430:
-FollowLinkAction.text = \u041f\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0435\u0437\u0443
-font = \u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a
-FontFamilyAction.text = \u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
-FontSizeAction.text = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
-format_invalid_pattern = \u041d\u0435 \u0432\u0430\u0436\u0438 \u0448\u0430\u0431\u043b\u043e\u043d
-format_menu_cloud_shapes = \u0414\u043e\u0434\u0430\u0458 \u043e\u0431\u043b\u0430\u043a \u0438\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u0441\u0442\u0438\u043b
-format_menu_edge_styles = &\u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
-format_menu_edge_widths = \u0428\u0438\u0440\u0438\u043d\u0430  &\u0440\u0443\u0431\u0430
-format_panel = \u0424\u043e\u0440\u043c\u0430\u0442
-FormatCopy.text = \u0423\u043c\u043d\u043e\u0436\u0438 \u043e\u0431\u043b\u0438\u043a
-FormatCopy.tooltip = <html>\u0423\u043c\u043d\u043e\u0436\u0438 \u043e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430.</html>
-FormatPaste.text = \u041d\u0430\u043b\u0435\u043f\u0438 \u043e\u0431\u043b\u0438\u043a
-FormatPaste.tooltip = <html>\u041d\u0430\u043b\u0435\u043f\u0438 \u043e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430.</html>
-formats_not_loaded = \u041e\u0431\u043b\u0438\u0446\u0438 \u043d\u0435 \u043c\u043e\u0433\u0443 \u0431\u0438\u0442\u0438 \u0443\u0447\u0438\u0442\u0430\u043d\u0438, \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430
-formula.error.attributeValueIsNull = \u0412\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 ''{0}'' \u0458\u0435\u0434\u043d\u0430\u043a\u0430 \u0458\u0435 \u043d\u0443\u043b\u0438 \u043d\u0430\u043a\u043e\u043d \u043f\u0440\u043e\u0446\u0435\u043d\u0435.
-formula.error.circularReference = \u041a\u0440\u0443\u0436\u043d\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0430: \u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u0447\u0432\u043e\u0440\u0430 ''{0}'' \u0441\u0430\u0434\u0440\u0436\u0438 \u0441\u0432\u043e\u0458\u0443 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442.
-formula.EvaluateAllAction.text = \u041f\u0440\u043e\u0446\u0435\u043d\u0438 \u0441\u0432\u0435
-formula.EvaluateAllAction.tooltip = \u041f\u0440\u043e\u0446\u0435\u043d\u0438 \u0441\u0432\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u0435 \u0443 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0458 \u043c\u0430\u043f\u0438
-formula.menuname = \u0424\u043e\u0440\u043c\u0443\u043b\u0435
-formula_editor = \u0423\u0440\u0435\u0434\u0438 \u0444\u043e\u0440\u043c\u0443\u043b\u0443
-ForwardAction.text = \u041d\u0430\u043f\u0440\u0435\u0434
-ForwardAction.tooltip = \u0421\u043a\u043e\u043a \u0443\u043d\u0430\u043f\u0440\u0435\u0434 \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043d\u0438\u0437\u0443
-FreeNodeAction.text = \u0421\u043b\u043e\u0431\u043e\u0434\u043d\u043e \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0430\u043d \u0447\u0432\u043e\u0440\u0430 (\u043f\u043e\u0441\u0442\u0430\u0432\u0438 / \u0443 \u043f\u043e\u0447\u0435\u0442\u043d\u043e)
-Freeplane.progress.buildScreen = \u0413\u0440\u0430\u0434\u045a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430...
-Freeplane.progress.createController = \u0421\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043e\u0440\u0430...
-Freeplane.progress.createInitialMode = \u0421\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043f\u043e\u0447\u0435\u0442\u043d\u043e\u0433 \u043d\u0430\u0447\u0438\u043d\u0430...
-Freeplane.progress.endStartup = \u0417\u0430\u0432\u0440\u0448\u0435\u0442\u0430\u043a \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
-Freeplane.progress.gettingPreferenceDirectories = \u041f\u0440\u0438\u0431\u0430\u0432\u0459\u0430\u045a\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0435 \u043f\u043e\u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438...
-Freeplane.progress.gettingPreferences = \u041f\u0440\u0438\u0431\u0430\u0432\u0459\u0430\u045a\u0435 \u043f\u043e\u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438...
-Freeplane.progress.loadMaps = \u0423\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0430...
-Freeplane.progress.propagateLookAndFeel = \u0412\u0435\u0436\u0431\u0430 \u043d\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458...
-Freeplane.progress.settingPreferences = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u043d\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0435...
-Freeplane.progress.startCreateController = \u0417\u0430\u043f\u043e\u0447\u0438\u045a\u0430\u045a\u0435 \u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043e\u0440\u0430...
-Freeplane.progress.updateLookAndFeel = \u041e\u0441\u0432\u0435\u0436\u0430\u0432\u0430\u045a\u0435 \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u0438 \u0443\u0433\u043e\u0452\u0430\u0458\u0430...
-freeplane_reverted = Freeplane_\u041f\u0440\u0435\u043e\u043a\u0440\u0435\u043d\u0443\u0442\u043e_
-FreeplaneHelpStarter.text = \u041f\u043e\u043c\u043e\u045b...
-FreeplaneHelpStarter.tooltip = \u041f\u0440\u043e\u0448\u0438\u0440\u0435\u043d\u0430 \u043f\u043e\u043c\u043e\u045b Freeplanea
-GettingStartedAction.text = \u041f\u0440\u0432\u0438 \u043a\u043e\u0440\u0430\u0446\u0438
-GotoLinkNodeAction.text = \u0418\u0434\u0438 \u043d\u0430 \u0432\u0435\u0437\u0443
-GotoNodeAction.text = \u0418\u0434\u0438 \u043d\u0430 \u0447\u0432\u043e\u0440 \u0441\u0430 ID...
-GrabKeyDialog.common.cancel = \u041e\u0442\u043a\u0430\u0436\u0438
-GrabKeyDialog.common.ok = \u0423 \u0440\u0435\u0434\u0443
-GrabKeyDialog.grab-key.assigned-to = \u0414\u043e\u0434\u0435\u0459\u0435\u043d\u043e
-GrabKeyDialog.grab-key.assigned-to.none = \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043d\u0438\u0458\u0435 \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u043e
-GrabKeyDialog.grab-key.clear = \u041e\u0447\u0438\u0441\u0442\u0438
-GrabKeyDialog.grab-key.remove = \u0423\u043a\u043b\u043e\u043d\u0438
-GrabKeyDialog.grab-key.remove-ask = \u0408\u0435\u0441\u0442\u0435 \u043b\u0438 \u0441\u0438\u0433\u0443\u0440\u043d\u0438 \u0434\u0430 \u0436\u0435\u043b\u0438\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 \u0430\u043a\u0446\u0438\u0458\u0443 \u0442\u0430\u0441\u0442\u0435\u0440\u0430?
-GrabKeyDialog.grab-key.title = \u0423\u043d\u0435\u0441\u0438 \u043d\u043e\u0432\u0438 \u0442\u0430\u0441\u0442\u0435\u0440
-green = \u0417\u0435\u043b\u0435\u043d\u043e
-help = \u041f\u043e\u043c\u043e\u045b
-HideableAction.tooltip = <html> \u041e\u0431\u0435\u043b\u0435\u0436\u0430\u0432\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0443 \u0441\u0432\u0430\u043a\u043e\u0433 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430.</html>
-HideAllAttributesAction.text = \u0421\u0430\u043a\u0440\u0438\u0458 \u0441\u0432\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
-HierarchicalIcons2Action.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0430\u0441\u043a\u0440\u0448\u045b\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0438\u043a\u043e\u043d\u0435
-HierarchicalIconsAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 &\u0445\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0443 \u0438\u043a\u043e\u043d\u0430
-HierarchicalIconsAction.tooltip = \u0410\u043a\u043e \u0458\u0435\u0434\u043d\u0430 \u043e\u0434\u00a0\u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430\u00a0\u0438\u043c\u0430\u00a0\u0438\u043a\u043e\u043d\u0443,\u00a0\u043e\u043d\u0430 \u045b\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u043d\u0430\u00a0\u0443 \u043c\u0430\u043b\u043e\u043c\u00a0\u0444\u043e\u0440\u043c\u0430\u0442\u0443, \u0442\u0430\u043a\u043e\u0452\u0435.
-hot_keys = \u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
-hot_keys_table = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
-HotKeyInfoAction.text = \u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
-html_export_based_on_headings = HTML \u0418\u0437\u0432\u043e\u0437 - \u043f\u0440\u0435\u043c\u0430 \u043d\u0430\u0441\u043b\u043e\u0432\u0438\u043c\u0430
-html_export_fold_all = HTML \u0418\u0437\u0432\u043e\u0437 - \u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-html_export_fold_currently_folded = HTML \u0418\u0437\u0432\u043e\u0437 - \u0421\u043a\u043b\u043e\u043f\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0440\u0430\u0447\u0432\u0430\u045a\u0435
-html_export_no_folding = HTML \u0418\u0437\u0432\u043e\u0437 - \u0411\u0435\u0437 \u0440\u0430\u0447\u0432\u0430\u045a\u0430
-html_problem = <html>\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u0440\u0435\u0434\u043e\u0447\u0438\u0442\u0438 html<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = \u0414\u043e\u043f\u0443\u043d\u0430
-icon_attach = \u041f\u043e\u0433\u043b\u0435\u0434\u0430\u0458 \u0442\u0443
-icon_audio = \u0410\u0443\u0434\u0438\u043e
-icon_back = \u041d\u0430\u0442\u0440\u0430\u0433
-icon_bee = Freeplane
-icon_bell = \u0417\u0430\u043f\u0430\u043c\u0442\u0438
-icon_bookmark = \u0418\u0437\u0432\u0440\u0441\u043d\u043e
-icon_broken-line = \u041f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u043e
-icon_button_cancel = \u041d\u0438\u0458\u0435 \u0443\u0440\u0435\u0434\u0443
-icon_button_ok = \u0423 \u0440\u0435\u0434\u0443
-icon_calendar = \u0414\u0430\u0442\u0443\u043c
-icon_checked = \u041f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e
-icon_clanbomber = \u041e\u043f\u0430\u0441\u043d\u043e
-icon_clock = \u0412\u0440\u0435\u043c\u0435
-icon_clock2 = \u041f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
-icon_closed = \u0417\u0430\u0431\u0440\u0430\u045a\u0435\u043d \u0443\u043b\u0430\u0437
-icon_decrypted = \u041e\u0442\u043a\u0459\u0443\u0447\u0430\u043d\u043e
-icon_desktop_new = \u041d\u0435 \u0437\u0430\u0431\u043e\u0440\u0430\u0432\u0438
-icon_division = \u041f\u043e\u0434\u0435\u043b\u0430
-icon_down = \u0414\u043e\u043b\u0435
-icon_edit = \u041f\u0440\u043e\u0447\u0438\u0441\u0442\u0438
-icon_encrypted = \u0417\u0430\u043a\u0459\u0443\u0447\u0430\u043d\u043e
-icon_executable = \u0418\u0437\u0432\u0440\u0448\u043d\u043e
-icon_family = \u041f\u043e\u0440\u043e\u0434\u0438\u0446\u0430
-icon_fema = \u041c\u0443\u0448\u043a\u043e \u0438 \u0436\u0435\u043d\u0441\u043a\u043e
-icon_female1 = \u0416\u0435\u043d\u04301
-icon_female2 = \u0416\u0435\u043d\u04302
-icon_females = \u0416\u0435\u043d\u0435
-icon_flag = \u0426\u0440\u0432\u0435\u043d\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_flag-black = \u0426\u0440\u043d\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_flag-blue = \u041f\u043b\u0430\u0432\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_flag-green = \u0417\u0435\u043b\u0435\u043d\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_flag-orange = \u041d\u0430\u0440\u0430\u043d\u045f\u0430\u0441\u0442\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_flag-pink = \u0420\u0443\u0436\u0438\u0447\u0430\u0441\u0442\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_flag-yellow = \u0416\u0443\u0442\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
-icon_folder = \u0424\u0430\u0441\u0446\u0438\u043a\u043b\u0430
-icon_forward = \u041d\u0430\u043f\u0440\u0435\u0434
-icon_freemind_butterfly = FreeMind
-icon_full-0 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 0
-icon_full-1 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 1
-icon_full-2 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 2
-icon_full-3 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 3
-icon_full-4 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 4
-icon_full-5 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 5
-icon_full-6 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 6
-icon_full-7 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 7
-icon_full-8 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 8
-icon_full-9 = \u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 9
-icon_go = \u0417\u0435\u043b\u0435\u043d\u0438 \u0441\u0435\u043c\u0430\u0444\u043e\u0440
-icon_gohome = \u0414\u043e\u043c
-icon_group = \u0421\u043a\u0443\u043f\u0438\u043d\u0430
-icon_help = \u041f\u0438\u0442\u0430\u045a\u0435
-icon_hourglass = \u0427\u0435\u043a\u0430\u045a\u0435
-icon_icon_not_found = \u041d\u0435\u043c\u0430 \u0438\u043a\u043e\u043d\u0435
-icon_idea = \u0417\u0430\u043c\u0438\u0441\u0430\u043e
-icon_image = \u0421\u043b\u0438\u043a\u0430
-icon_info = \u041e\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045a\u0435
-icon_internet = \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442
-icon_internet_warning = \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0443\u043f\u043e\u0437\u043e\u0440\u0435\u045a\u0435
-icon_kaddressbook = \u0422\u0435\u043b\u0435\u0444\u043e\u043d
-icon_kmail = \u0415-\u043f\u043e\u0448\u0442\u0430
-icon_knotify = \u041c\u0443\u0437\u0438\u043a\u0430
-icon_korn = \u041f\u043e\u0448\u0442\u0430\u043d\u0441\u043a\u043e \u0441\u0430\u043d\u0434\u0443\u0447\u0435
-icon_ksmiletris = \u0421\u0440\u0435\u045b\u0430\u043d \u0441\u0430\u043c
-icon_launch = \u041f\u043e\u043a\u0440\u0435\u043d\u0438
-icon_licq = \u041b\u0435\u043f\u043e
-icon_list = \u0421\u043f\u0438\u0441\u0430\u043a
-icon_Mail = \u041f\u043e\u0448\u0442\u0430
-icon_male1 = \u041c\u0443\u0448\u043a\u0430\u0440\u0430\u04461
-icon_male2 = \u041c\u0443\u0448\u043a\u0430\u0440\u0430\u04462
-icon_males = \u041c\u0443\u0448\u043a\u0430\u0440\u0446\u0438
-icon_menu = \u0418\u043a\u043e\u043d\u0435
-icon_messagebox_warning = \u0412\u0430\u0436\u043d\u043e
-icon_mindmap = \u041c\u0430\u043f\u0430 \u0443\u043c\u0430
-icon_multiplication = \u0423\u043c\u043d\u043e\u0436\u0430\u0432\u0430\u045a\u0435
-icon_narrative = \u041f\u0440\u0438\u043f\u043e\u0432\u0435\u0434\u0430\u045a\u0435
-icon_negative = \u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
-icon_neutral = \u041d\u0435\u0443\u0442\u0440\u0430\u043b\u043d\u043e
-icon_password = \u041a\u0459\u0443\u0447
-icon_pencil = \u041f\u043e\u0431\u043e\u0459\u0448\u0430\u045a\u0435
-icon_penguin = Linux
-icon_positive = \u041f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
-icon_prepare = \u0416\u0443\u0442\u0438 \u0441\u0435\u043c\u0430\u0444\u043e\u0440
-icon_revision = \u041f\u0440\u0435\u0440\u0430\u0452\u0435\u043d\u043e
-icon_smiley-angry = \u0409\u0443\u0442
-icon_smiley-neutral = \u0420\u0430\u0432\u043d\u043e\u0434\u0443\u0448\u0430\u043d
-icon_smiley-oh = \u0418\u0437\u043d\u0435\u043d\u0430\u0452\u0435\u043d
-icon_smily_bad = \u041d\u0435\u0437\u0430\u0434\u043e\u0432\u043e\u0459\u0430\u043d \u0441\u0430\u043c
-icon_stop = \u0426\u0440\u0432\u0435\u043d\u0438 \u0441\u0435\u043c\u0430\u0444\u043e\u0440
-icon_stop-sign = \u0421\u0442\u0430\u043d\u0438
-icon_subtraction = \u041e\u0434\u0443\u0437\u0438\u043c\u0430\u045a\u0435
-icon_unchecked = \u041d\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e
-icon_up = \u0413\u043e\u0440\u0435
-icon_user_icon = \u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0435 \u0438\u043a\u043e\u043d\u0435
-icon_very_negative = \u0412\u0440\u043b\u043e \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
-icon_very_positive = \u0412\u0440\u043b\u043e \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
-icon_video = \u0412\u0438\u0434\u0435\u043e
-icon_wizard = \u0427\u0430\u0440\u043e\u043b\u0438\u0458\u0430
-icon_xmag = \u0420\u0430\u0441\u043f\u0440\u0430\u0432\u0430
-icon_yes = \u0412\u0430\u0436\u043d\u043e
-IconGroupPopupAction.arrows.text = \u0421\u0442\u0440\u0435\u043b\u0438\u0446\u0435
-IconGroupPopupAction.docs_folders.text = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u0438 \u0444\u0430\u0441\u0430\u0446\u0438\u043a\u043b\u0435
-IconGroupPopupAction.flags.text = \u0417\u0430\u0441\u0442\u0430\u0432\u0435
-IconGroupPopupAction.math.text = \u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430
-IconGroupPopupAction.media.text = \u041c\u0435\u0434\u0438\u0458\u0438
-IconGroupPopupAction.miscellaneous.text = \u041e\u0441\u0442\u0430\u043b\u043e
-IconGroupPopupAction.nature.text = \u041f\u0440\u0438\u0440\u043e\u0434\u0430
-IconGroupPopupAction.numbers.text = \u0411\u0440\u043e\u0458\u0435\u0432\u0438
-IconGroupPopupAction.office.text = \u041a\u0430\u043d\u0446\u0435\u043b\u0430\u0440\u0438\u0458\u0430
-IconGroupPopupAction.people.text = \u0409\u0443\u0434\u0438
-IconGroupPopupAction.rating.text = \u041f\u0440\u043e\u0446\u0435\u043d\u0430
-IconGroupPopupAction.signs.text = \u0417\u043d\u0430\u043a\u043e\u0432\u0438
-IconGroupPopupAction.smiley.text = \u0421\u043c\u0435\u0448\u0446\u0438
-IconGroupPopupAction.time.text = \u0412\u0440\u0435\u043c\u0435
-IconGroupPopupAction.user.text = \u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0435 \u0438\u043a\u043e\u043d\u0435
-IconProgressExtended10Action.text = \u041f\u043e\u0431\u043e\u0459\u0448\u0430\u043d\u0435 \u043f\u0435\u0440\u0444\u043e\u0440\u043c\u0430\u043d\u0441\u0435 \u043e\u0434 10%
-IconProgressExtended10Action.tooltip = <html>\u0414\u043e\u0434\u0430\u0458\u0435 \u043d\u0430\u0437\u043d\u0430\u043a\u0443 \u043d\u0430\u043f\u0440\u0435\u0434\u043a\u0430 \u0434\u0430 \u0458\u0435 \u043f\u043e\u0432\u0435\u045b\u0430\u043d \u0437\u0430 10% \u043d\u0430 \u0434\u0432\u043e\u0441\u0442\u0440\u0443\u043a\u0438 \u043b\u0435\u0432\u0438 \u043a\u043b\u0438\u043a.<br>Control +  \u043b\u0435\u0432\u0438 \u0434\u0432\u043e\u043a\u043b\u0438 \u0441\u043c\u0430\u045a\u0443\u0458\u0435/\u0443\u043a\u043b\u0430\u045a\u0430 \u0458\u0435.</html>
-IconProgressExtended25Action.text = \u041f\u043e\u0431\u043e\u0459\u0448\u0430\u043d\u0435 \u043f\u0435\u0440\u0444\u043e\u0440\u043c\u0430\u043d\u0441\u0435 \u043e\u0434  25%
-IconProgressExtended25Action.tooltip = <html>\u0414\u043e\u0434\u0430\u0458\u0435 \u043d\u0430\u0437\u043d\u0430\u043a\u0443 \u043d\u0430\u043f\u0440\u0435\u0442\u043a\u0430 \u0434\u0430 \u0458\u0435 \u043f\u043e\u0432\u0435\u045b\u0430\u043d \u0437\u0430 25% \u043d\u0430  \u043b\u0435\u0432\u0438 \u0434\u0432\u043e\u043a\u043b\u0438\u043a.<br> Control + \u043b\u0435\u0432\u0438 \u0434\u0432\u043e\u043a\u043b\u0438\u043a \u0441\u043c\u0430\u045a\u0443\u0458\u0435/\u0443\u043a\u043b\u0430\u045a\u0430 \u0458\u0435.</html>
-IconProgressIconDownAction.text = \u041d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u043d\u0430\u0434\u043e\u043b\u0435
-IconProgressIconDownAction.tooltip = \u0421\u043c\u0430\u045a\u0443\u0458\u0435/ \u0443\u0431\u0430\u0446\u0443\u0458\u0435 /\u0438\u0437\u0431\u0430\u0446\u0443\u0458\u0435 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 (100% -> 75% -> 50% -> 25% -> 0% -> \u0443\u043a\u043b\u043e\u043d\u0438).
-IconProgressIconUpAction.text = \u041d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u043d\u0430\u0433\u043e\u0440\u0435
-IconProgressIconUpAction.tooltip = \u041f\u043e\u0432\u0435\u045b\u0430\u0432\u0430/ \u0443\u0431\u0430\u0446\u0443\u0458\u0435 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 (0% -> 25% -> 50% -> 75% -> 100% + \u0423 \u0440\u0435\u0434\u0443).
-IconProgressRemoveAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a
-IconProgressRemoveAction.tooltip = \u0423\u043a\u043b\u0430\u045a\u0430 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 \u0438 \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u043d \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0435.
-IconSelectionPlugin.text = \u0418\u043a\u043e\u043d\u0430 \u0441\u0430 \u0442\u0430\u0431\u0435\u043b\u0435...
-IconSelectionPlugin.tooltip = <html>\u041e\u0432\u0434\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u0442\u0438 \u0438\u043a\u043e\u043d\u0443 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045b\u0438 \u043f\u043e\u0434 \u043f\u0440\u043e\u0437\u043e\u0440.</html>
-image_covertLink = \u041f\u0440\u0435\u0442\u0432\u043e\u0440\u0438 \u0432\u0435\u0437\u0443 \u0443 \u0441\u043b\u0438\u043a\u0443
-ImageFlavorHandler = \u0421\u043b\u0438\u043a\u0430 (\u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0441\u0435\u0431\u043d\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443)
-import = \u0423\u0432\u043e\u0437
-import_linked_branch_no_link = \u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u043d\u0435\u043c\u0430 \u043d\u0438\u043a\u0430\u043a\u0432\u0443 \u0432\u0435\u0437\u0443 \u0437\u0430 \u0443\u0432\u043e\u0437.
-ImportAction.text = \u0423&\u0432\u043e\u0437
-ImportBranchAction.text = \u0413\u0440\u0430\u043d\u0430...
-ImportExplorerFavoritesAction.text = \u0418\u0441\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447 \u0444\u0430\u0432\u043e\u0440\u0438\u0442\u0430...
-ImportFolderStructureAction.text = \u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0435...
-ImportLinkedBranchAction.text = \u041f\u043e\u0432\u0435\u0437\u0430\u043d\u0430 \u0433\u0440\u0430\u043d\u0430
-ImportLinkedBranchWithoutRootAction.text = \u041f\u043e\u0432\u0435\u0437\u0430\u043d\u0430 \u0433\u0440\u0430\u043d\u0430 \u0431\u0435\u0437 \u043a\u043e\u0440\u0435\u043d\u0430...
-ImportMindmanagerFiles.text = MindManager X5 \u043c\u0430\u043f\u0435...
-increase_branch_font_size = \u0412\u0435\u045b\u0430 \u0441\u043b\u043e\u0432\u0430
-IncreaseNodeFontAction.text = \u0412\u0435\u045b\u0430 \u0441\u043b\u043e\u0432\u0430
-internal_error_tooltip = \u0414\u043e\u0448\u043b\u043e \u0458\u0435 \u0434\u043e \u0443\u043d\u0443\u0442\u0440\u0430\u0448\u045a\u0435 \u0433\u0440\u0435\u0448\u043a\u0435. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u043b\u0438  \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 log  \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 log.0 \u0437\u0430 \u0432\u0438\u0448\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430.
-invalid_export_file = \u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0435 \u0438\u0437\u0432\u043e\u0437\u043d\u043e \u0438\u043c\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-invalid_file_msg = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u0440\u043e\u043d\u0430\u045b\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0437\u0430 {0}
-invalid_uri = \u041d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430 URI {0}
-invalid_url = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0432\u0430\u0459\u0430\u043d\u0443 \u0423\u0420\u041b
-invalid_url_msg = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0432\u0430\u0459\u0430\u043d\u0443 \u0423\u0420\u041b \u0437\u0430 {0}
-ItalicAction.text = \u0423\u043a\u043e\u0448\u0435\u043d\u043e
-italicise_branch = \u0423\u043a\u043e\u0441\u0438
-java_version = \u0418\u0437\u0434\u0430\u045a\u0435 Java: {0}
-JoinNodesAction.text = \u041f\u0440\u0438\u0434\u0440\u0443\u0436\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-KeyDocumentationAction.text = \u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u041f\u0414\u0424 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
-LatexDeleteLatexAction.text = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443
-LatexEditLatexAction.text = \u0423\u0440\u0435\u0434\u0438 LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
-LatexInsertLatexAction.text = \u0414\u043e\u0434\u0430\u0458 LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
-less_than_two_selected_nodes = \u041c\u043e\u0440\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0430\u0431\u0435\u0440\u0435\u0442\u0435 \u043d\u0430\u0458\u043c\u0430\u045a\u0435 \u0434\u0432\u0430 \u0447\u0432\u043e\u0440\u0430 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u0434\u043e\u0431\u0438\u043b\u0438 \u0432\u0435\u0437\u0443
-license = \u0414\u043e\u0437\u0432\u043e\u043b\u0430: GPL 2 \u0438\u043b\u0438 \u043a\u0430\u0441\u043d\u0438\u0458\u0430
-license_text = <html>\u041e\u0432\u0430\u0458 \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u0458\u0435 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u0430\u043d; \u043c\u043e\u0436\u0435\u0442\u0435 \u0433\u0430 \u0434\u0435\u043b\u0438\u0442\u0438 \u0438 / \u0438\u043b\u0438<br>\u043c\u0435\u045a\u0430\u0442\u0438  \u043f\u043e\u0434 \u0443\u0441\u043b\u043e\u0432\u0438\u043c\u0430 \u0438\u0437  GNU-\u043e\u0432\u0435 \u041e\u043f\u0448\u0442\u0435 \u0458\u0430\u0432\u043d\u0435 \u043b\u0438\u0446\u0435\u043d\u0446\u0435<br>\u043a\u043e\u0458\u0443 \u0458\u0435 \u043e\u0431\u0458\u0430\u0432\u0438\u043b\u0430 \u0417\u0430\u0434\u0443\u0436\u0431\u0438\u043d\u0430 \u0437\u0430 \u0441\u043b\u043e\u0431\u043e\u0434\u043d\u0438 \u0441\u043e\u0444\u0442\u0432\u0435\u0440; \u0438\u043b\u0438 \u043f\u043e \u0432\u0435\u0440\u0437\u0438\u0458\u0438 2<br>\u041b\u0438\u0446\u0435\u043d\u0446\u0435, \u0438\u043b\u0438 (\u043f\u043e \u0432\u0430\u0448\u0435\u043c \u0438\u0437\u0431\u043e\u0440\u0443) \u0431\u0438\u043b\u043e \u043a\u043e\u0458\u0435 \u043a\u0430\u0441\u043d\u0438\u0458\u0435 \u0432\u0435\u0440\u0437\u0438\u0458\u0435.<br><br>\u041e\u0432\u0430\u0458 \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u0441\u0435 \u0440\u0430\u0441\u043f\u043e\u0434\u0435\u0459\u0443\u0458\u0435 \u0443 \u043d\u0430\u0434\u0438 \u0434\u0430 \u045b\u0435 \u0431\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d,<br>\u0430\u043b\u0438 \u0411\u0415\u0417 \u0418\u041a\u0410\u041a\u0412\u0415 \u0413\u0410\u0420\u0410\u041d\u0426\u0418\u0408\u0415; \u0447\u0430\u043a \u0438 \u0431\u0435\u0437 \u0438\u043c\u043f\u043b\u0438\u0446\u0438\u0442\u043d\u0435 \u0433\u0430\u0440\u0430\u043d\u0446\u0438\u0458\u0435<br>\u0423\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0438\u0432\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0452\u0435\u043d\u043e\u0441\u0442\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0458 \u043d\u0430\u043c\u0435\u043d\u0438. \u041f\u043e\u0433\u043b\u0435\u0434\u0430\u0458\u0442\u0435<br>GNU-\u043e\u0432\u0443 \u041e\u043f\u0448\u0442\u0443 \u0458\u0430\u0432\u043d\u0443 \u043b\u0438\u0446\u0435\u043d\u0446\u0443 \u0437\u0430 \u0432\u0438\u0448\u0435 \u0434\u0435\u0442\u0430\u0459\u0430<br><br>\u0422\u0440\u0435\u0431\u0430\u043b\u043e \u0431\u0438 \u0434\u0430 \u0441\u0442\u0435 \u0434\u043e\u0431\u0438\u043b\u0438 \u043a\u043e\u043f\u0438\u0458\u0443  GNU-\u043e\u0432\u0435 \u041e\u043f\u0448\u0442\u0435 \u0458\u0430\u0432\u043d\u0435 \u043b\u0438\u0446\u0435\u043d\u0446\u0435<br>\u0437\u0430\u0458\u0435\u0434\u043d\u043e \u0441\u0430 \u043e\u0432\u0438\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043e\u043c; \u0410\u043a\u043e \u043d\u0438\u0441\u0442\u0435 \u043f\u0438\u0448\u0438\u0442\u0435 \u043d\u0430 Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = \u041d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430 \u0432\u0435\u0437\u0430 "{0}" \u043d\u0438\u0458\u0435 \u0443\u0447\u0438\u0442\u0430\u043d\u0430
-link_not_available_any_more = \u0412\u0435\u0437\u0430 \u043d\u0438\u0458\u0435 \u0432\u0430\u0459\u0430\u043d\u0430. \u0423 \u043c\u0435\u0452\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u0443 \u0458\u0435 \u0447\u0432\u043e\u0440 \u043e\u0431\u0440\u0438\u0441\u0430\u043d.
-link_not_found = \u0412\u0435\u0437\u0430 {0} \u043d\u0438\u0458\u0435 \u043d\u0430\u0452\u0435\u043d\u0430.
-load = &\u0423\u0447\u0438\u0442\u0430\u0458
-load_accelerator_presets = \u0423\u0447\u0438\u0442\u0430\u0458
-LoadAcceleratorPresetsAction.textPatterns.text = \u0428\u0430\u0431\u043b\u043e\u043d \u0442\u0435\u043a\u0441\u0442\u0430
-locking_failed_by_open = \u0417\u0430\u043a\u0459\u0443\u0447\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0435 {0} \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e. \u041e\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435.
-locking_failed_by_save_as = \u0417\u0430\u043a\u0459\u0443\u0447\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0435 {0} \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e. \u0420\u0430\u0434\u045a\u0430 - \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043e- \u0458\u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u0430.
-locking_old_lock_removed = \u041c\u0430\u043f\u0430 {0} \u0458\u0435 \u0437\u0430\u043a\u0459\u0443\u0447\u0430\u043d\u0430 \u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u0435 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430 {1}. \u0417\u0430\u043a\u0459\u0443\u0447\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0435 \u0458\u0435 \u0443\u043a\u043b\u043e\u045a\u0435\u043d\u043e, \u0458\u0435\u0440 \u0458\u0435 \u043c\u0430\u043f\u0430 \u0441\u0442\u0430\u0440\u0438\u0458\u0430.
-long_node_changed_cancel = \u041f\u0440\u043e\u043c\u0435\u043d\u0438\u043b\u0438 \u0441\u0442\u0435 \u0447\u0432\u043e\u0440. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043e\u0434\u0431\u0430\u0446\u0438\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
-long_node_changed_submit = \u041f\u0440\u043e\u043c\u0435\u043d\u0438\u043b\u0438 \u0441\u0442\u0435 \u0447\u0432\u043e\u0440. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
-lots_of_links_warning = \u041d\u0430\u043f\u0440\u0430\u0432\u0438\u045b\u0435\u0442\u0435 \u043f\u0440\u0435\u0432\u0438\u0448\u0435 \u0432\u0435\u0437\u0430 \u043d\u0430 \u0438\u0441\u0442\u043e\u043c \u0447\u0432\u043e\u0440\u0443. \u0417\u0430\u0438\u0441\u0442\u0430 \u0436\u0435\u043b\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0442\u043e\u043b\u0438\u043a\u043e \u0432\u0435\u0437\u0430?
-main_resource_directory = \u041c\u0435\u0441\u0442\u043e \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430: {0}
-MainView.errorUpdateText = \u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u043d\u0443 \u0442\u0435\u043a\u0441\u0442\u0430 \u0437\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u0443\u043d\u043e\u0441: {0}.\n\u0413\u0440\u0435\u0448\u043a\u0430 \u0458\u0435: {1}
-MakeLinkFromAnchorAction.text = \u041d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0435 \u0432\u0435\u0437\u0443 \u0441\u0430 \u0441\u0438\u0434\u0440\u043e\u043c
-MakeLinkFromAnchorAction.tooltip = <html>\u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u043b\u043e\u043a\u0430\u043b\u043d\u0443 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0443 \u0432\u0435\u0437\u0443 \u043e\u0434<br/>\u0441\u0438\u0434\u0440\u0430 \u0447\u0432\u043e\u0440\u0430 \u0434\u043e \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430</html>
-MakeLinkToAnchorAction.text = \u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0432\u0435\u0437\u0443 \u0434\u043e \u0441\u0438\u0434\u0440\u0430
-MakeLinkToAnchorAction.tooltip = <html>\u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u043b\u043e\u043a\u0430\u043b\u043d\u0443 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0443 \u0432\u0435\u0437\u0443 \u043e\u0434<br/>\u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0434\u043e \u0441\u0438\u0434\u0440\u0430 \u0447\u0432\u043e\u0440\u0430</html>
-ManageAddOnsAction.text = \u0414\u043e\u0434\u0430\u0446\u0438
-ManageAddOnsDialog.activate = \u0423\u043a\u0459\u0443\u0447\u0438
-ManageAddOnsDialog.activation.success = {0} \u045b\u0435 \u0441\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0438 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
-ManageAddOnsDialog.authored.by = \u043e\u0434 {0}
-ManageAddOnsDialog.cannot.activate = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0438: {0}  \u0432\u0435\u045b \u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0430\u043d.
-ManageAddOnsDialog.cannot.configure = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u043e\u0434\u0435\u0441\u0438\u0442\u0438 {0}.
-ManageAddOnsDialog.cannot.deactivate = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043e\u0431\u0443\u0441\u0442\u0430\u0432\u0438\u0442\u0438: {0} \u043d\u0438\u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0430\u043d.
-ManageAddOnsDialog.cannot.deinstall = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0438 {0}.
-ManageAddOnsDialog.configure = \u041f\u043e\u0434\u0435\u0441\u0438
-ManageAddOnsDialog.deactivate = \u041e\u0431\u0443\u0441\u0442\u0430\u0432\u0438
-ManageAddOnsDialog.deactivation.success = {0} \u045b\u0435 \u0431\u0438\u0442\u0438 \u043e\u0431\u0443\u0441\u0442\u0430\u0432\u0459\u0435\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
-ManageAddOnsDialog.deinstall = \u0423\u043a\u043b\u043e\u043d\u0438
-ManageAddOnsDialog.deinstallation.success = {0} \u045b\u0435 \u0431\u0438\u0442\u0438 \u0443\u043a\u043b\u043e\u045a\u0435\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
-ManageAddOnsDialog.error = \u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0438: {0}.
-ManageAddOnsDialog.install = &\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458
-ManageAddOnsDialog.install.from.known.location = \u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u0441\u0430 \u043f\u043e\u0437\u043d\u0430\u0442\u0435 \u043b\u043e\u043a\u0430\u0446\u0438\u0458\u0435
-ManageAddOnsDialog.install.tooltip = \u041e\u0432\u0434\u0435 \u0443\u043c\u0435\u0442\u043d\u0438 \u0423\u0420\u041b \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u0430 \u0437\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0443
-ManageAddOnsDialog.map.not.opened = \u041c\u0430\u043f\u0430 {0} \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u043d\u0438\u0458\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430.
-ManageAddOnsDialog.really.deinstall = \u0416\u0435\u043b\u0438\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 {0}?
-ManageAddOnsDialog.search = \u0422\u0440\u0430\u0436\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u0435
-ManageAddOnsDialog.search.file = \u0422\u0440\u0430\u0436\u0438
-ManageAddOnsDialog.select.tooltip = \u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
-ManageAddOnsDialog.status.downloading = \u041f\u0440\u0435\u0443\u0437\u0438\u043c\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435...
-ManageAddOnsDialog.status.installing = \u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 \u0434\u043e\u0434\u0430\u0442\u043a\u0430...
-ManageAddOnsDialog.status.success = \u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 {0}.
-ManageAddOnsDialog.tab.install = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458
-ManageAddOnsDialog.tab.install.tooltip = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458 \u043d\u043e\u0432\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u0435
-ManageAddOnsDialog.tab.manage = \u0414\u043e\u0434\u0430\u0446\u0438
-ManageAddOnsDialog.tab.manage.themes = \u0422\u0435\u043c\u0435
-ManageAddOnsDialog.tab.manage.themes.tooltip = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438\u043c \u0442\u0435\u043c\u0430\u043c\u0430
-ManageAddOnsDialog.tab.manage.tooltip = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438\u043c \u0434\u043e\u0434\u0430\u0446\u0438\u043c\u0430
-ManageAddOnsDialog.visit.addon.page = \u041f\u043e\u0441\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043e\u0434\u0430\u0442\u0430\u043a\u0430...
-ManageConditionalStylesAction.text = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0438\u043c \u0441\u0442\u0438\u043b\u043e\u0432\u0438\u043c\u0430
-ManageNodeConditionalStylesAction.text = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0443\u0441\u043b\u043e\u0432\u043d\u0438\u0445 \u0441\u0442\u0438\u043b\u043e\u0432\u0430  \u0447\u0432\u043e\u0440\u0430
-map_already_exists = \u041c\u0430\u043f\u0430 \u0432\u0435\u045b \u043f\u043e\u0441\u0442\u043e\u0458\u0438. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0458\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0438?
-map_corrupted = \u041c\u0430\u043f\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430. \u041f\u0440\u0438\u043a\u0430\u0437 \u0434\u0435\u0442\u0430\u0459\u0430?
-map_load_error = \u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043c\u0430\u043f\u0443 {0}
-map_locked_by_open = \u041c\u0430\u043f\u0430 {0} \u0441\u0435 \u0443\u0440\u0435\u0452\u0443\u0458\u0435 \u043a\u043e\u0434 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430 {1}. \u041e\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435.
-map_locked_by_save_as = \u041c\u0430\u043f\u0430 {0} \u0441\u0435 \u0443\u0440\u0435\u0452\u0443\u0458\u0435 \u043e\u0434 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430 {1}. \u0420\u0430\u0434\u045a\u0430 - \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043e - \u0458\u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u0430.
-map_not_saved = \u041c\u0430\u043f\u0430 \u043d\u0438\u0458\u0435 \u0440\u0430\u043d\u0438\u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430.
-MapBackgroundColorAction.text = \u0411\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u043c\u0430\u043f\u0435
-MaxNodeWidth.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0458\u0432. \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
-MaxNodeWidthAction.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0458\u0432\u0435\u045b\u0443 \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
-menu_applyStyle = \u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u0441\u0442\u0438\u043b
-menu_attributes = \u041e\u0431\u0435&\u043b\u0435\u0436\u0458\u0430
-menu_clouds = \u041e\u0431\u043b\u0430\u0447\u0438\u045b\u0438
-menu_copy = \u0423\u043c\u043d\u043e\u0436\u0438
-menu_coreFormat = \u0408\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430
-menu_details = \u0414\u0435\u0442\u0430\u0459\u0438
-menu_displayAttributes = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0447\u0432\u043e\u0440\u0430
-menu_encryption = \u0417\u0430\u0448\u0442\u0438\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u043e\u043c
-menu_error = \u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0458 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 {0}:\n{1}\n\u041f\u0440\u0435\u043a\u0438\u0434\u0430\u043c
-menu_extensions = \u041f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
-menu_extras = &\u0410\u043b\u0430\u0442\u043a\u0435
-menu_file_import = \u0423&\u0432\u043e\u0437
-menu_filter = \u0424&\u0438\u043b\u0442\u0435\u0440
-menu_format = \u041e&\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
-menu_group = \u0421\u043a\u0443\u043f \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-menu_hoverView = \u0410\u043b\u0430\u0442\u043a\u0430 \u0441\u0430\u0432\u0435\u0442\u0430
-menu_iconByCategory = \u0418\u043a\u043e\u043d\u0435 \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430\u043c\u0430...
-menu_iconView = \u0418\u043a\u043e\u043d\u0435
-menu_image = \u0421\u043b\u0438\u043a\u0430
-menu_insert = \u0423\u043c&\u0435\u0442\u043d\u0438
-menu_latex_formula = LaTeX \u0444\u043e\u0440\u043c\u0443\u043b\u0430
-menu_links = \u0412\u0435\u0437\u0435
-menu_manageStyles = &\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0441\u0442\u0438\u043b\u043e\u0432\u0438\u043c\u0430
-menu_moveNode = \u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u0438 \u0440\u0430\u0437\u0432\u0440\u0441\u0442\u0430\u0458
-menu_navigate = &\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
-menu_newNode = \u041d\u043e\u0432\u0438 \u0447\u0432\u043e\u0440
-menu_node = \u0427\u0432\u043e\u0440
-menu_node_features = \u041a\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0435 &\u0447\u0432\u043e\u0440\u0430
-menu_nodes = &\u0427\u0432\u043e\u0440\u043e\u0432\u0438
-menu_nodeView = \u0408\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430
-menu_notes = \u0411\u0435\u043b\u0435\u0448\u043a\u0430
-menu_noteView = \u0411\u0435\u043b\u0435\u0448\u043a\u0435
-menu_progress = \u041d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 (%)
-menu_remove_icons = \u0423\u043a\u043b\u043e\u043d\u0438 \u0438\u043a\u043e\u043d\u0435
-menu_removeAttribute = \u0423\u043a\u043b\u043e\u043d\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
-menu_select = \u0418\u0437\u0430\u0431\u0435\u0440\u0438
-menu_time = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043e\u043c
-menu_title = \u0408\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430
-menu_toolbars = \u0422\u0440\u0430\u043a\u0435 \u0441\u0430 \u0430\u043b\u0430\u0442\u043a\u0430\u043c\u0430
-menu_view = &\u041f\u0440\u0438\u043a\u0430\u0437
-menu_viewmode = \u041f\u0440\u0438\u043a\u0430\u0437 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438
-MenuReferenceAction.text = \u0421\u0442\u0430\u0432\u043a\u0435 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430
-MenuUtils.invalid_menuitem = {0} \u043d\u0438\u0458\u0435 \u0432\u0430\u0459\u0430\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0430 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430.
-mindmap = \u041c\u0430\u043f\u0430
-MindMapNodesFlavorHandler = \u0425\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-mindmaps = & \u041c\u0430\u043f\u0435
-mindmaps_desc = \u041c\u0430\u043f\u0435 (*.mm)
-mindmaps_filter_desc = \u0424\u0438\u043b\u0442\u0435\u0440\u0438 (*.mmfilter)
-MinNodeWidth.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0458\u043c. \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
-mode_Browse = \u0420\u0435\u0436\u0438\u043c \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430
-mode_File = \u0420\u0435\u0436\u0438\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-mode_MindMap = \u0420\u0435\u0436\u0438\u043c \u043c\u0430\u043f\u0430 \u0443\u043c\u0430
-mode_na = \u0420\u0435\u0436\u0438\u043c \u043d\u0438\u0458\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430\u043d
-mode_status = \u0420\u0435\u0436\u0438\u043c \u0458\u0435 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d \u0443 {0}
-mode_title = Freeplane - {0}
-modes = \u0420\u0435\u0436\u0438\u043c\u0438
-ModesMenuAction.Browse.text = \u041f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a \u043c\u0430\u043f\u0430
-ModesMenuAction.File.text = \u0418\u0441\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-ModesMenuAction.MindMap.text = \u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u043c\u0430\u043f\u0430 \u0443\u043c\u0430
-most_recent_files = \u041d\u0435&\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u0430\u043d\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-MoveToRootAction.text = \u0418\u0434\u0438 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440
-NameConditionAction.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0437\u0438\u0432
-NavigationNextMapAction.text = \u0421\u043b\u0435\u0434\u0435\u045b\u0430 \u043c\u0430\u043f\u0430
-NavigationPreviousMapAction.text = \u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430 \u043c\u0430\u043f\u0430
-new = &\u041d\u043e\u0432\u0430
-new_map_from_user_templates.text = \u041d\u043e\u0432\u0430 \u043c\u0430\u043f\u0430 \u0438\u0437 \u0448\u0430\u0431\u043b\u043e\u043d\u0430...
-new_mindmap = \u041d\u043e\u0432\u0430 \u043c\u0430\u043f\u0430 \u0443\u043c\u0430
-new_node = \u041d\u043e\u0432\u0438 \u0447\u0432\u043e\u0440
-new_node_as_sibling_not_possible_for_the_root = \u041d\u043e\u0432\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438 \u0447\u0432\u043e\u0440, \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043a\u0430\u043e \u0438\u0437\u0432\u043e\u0440\u043d\u0438.
-new_version_available = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0458\u0435 \u043d\u043e\u0432\u043e \u0438\u0437\u0434\u0430\u045a\u0435  ''{0}''  \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-NewChildAction.text = \u041d\u043e\u0432\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
-NewerFileRevisionsFoundDialog.cancel = &\u041f\u0440\u0435\u0441\u043a\u043e\u0447\u0438
-NewerFileRevisionsFoundDialog.cancel.tooltip = \u041d\u0435 \u043e\u0442\u0432\u0430\u0440\u0430\u0458 \u043e\u0432\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
-NewerFileRevisionsFoundDialog.file_last_modified = \u041e\u0437\u043d\u0430\u043a\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0430
-NewerFileRevisionsFoundDialog.file_name = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-NewerFileRevisionsFoundDialog.file_size = \u0411\u0430\u0458\u0442\u043e\u0432\u0430
-NewerFileRevisionsFoundDialog.open = &\u041e\u0442\u0432\u043e\u0440\u0438
-NewerFileRevisionsFoundDialog.open.tooltip = \u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0447\u0430\u043a \u0438\u0430\u043a\u043e \u0458\u0435 \u0437\u0430\u0441\u0442\u0430\u0440\u0435\u043b\u0430.
-NewerFileRevisionsFoundDialog.question = \u041f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0430 \u0458\u0435 \u043d\u043e\u0432\u0438\u0458\u0430 \u043f\u043e\u0431\u043e\u0459\u0448\u0430\u043d\u0430 \u0437\u0430 {0}!
-NewerFileRevisionsFoundDialog.restore = \u0412\u0440\u0430&\u0442\u0438
-NewerFileRevisionsFoundDialog.restore.tooltip = \u0417\u0430\u043c\u0435\u043d\u0438 {0} \u0441\u0430 {1}
-NewerFileRevisionsFoundDialog.title = \u041f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u043e \u0458\u0435 \u043d\u043e\u0432\u043e \u0438\u0437\u0434\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435!
-NewFreeNodeAction.text = \u041d\u043e\u0432\u0438 \u0441\u043b\u043e\u0431\u043e\u0434\u0430\u043d \u0447\u0432\u043e\u0440
-NewLevelStyleAction.text = \u0414\u043e\u0434\u0430\u0458 \u0441\u0442\u0438\u043b \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e\u0433 \u043d\u0438\u0432\u043e\u0430
-newmap.install.addon.question = {0} \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u043a\u0430\u043e \u043f\u0430\u043a\u0435\u0442 \u0434\u043e\u0434\u0430\u0442\u043a\u0430\n\u0414\u0430 \u043b\u0438 \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0433\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435?\n(\u0418\u0437\u0430\u0431\u0435\u0440\u0438 "\u041d\u0435" \u0437\u0430 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u0430\u045a\u0435.)
-newmap.install.addon.title = \u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458 \u0434\u043e\u0434\u0430\u0442\u0430\u043a?
-NewMapAction.text = &\u041d\u043e\u0432\u0430 \u043c\u0430\u043f\u0430
-NewMapViewAction.text = \u041f\u0440\u0438\u043a\u0430\u0437 \u043d\u043e\u0432\u0435 \u043c\u0430\u043f\u0435
-NewParentNode.text = \u041d\u043e\u0432\u0438 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
-NewParentNode.tooltip = <html>\u0421\u0432\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u0438 \u0441\u0443 \u043d\u043e\u0432\u043e\u043c \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443.</html>
-NewPreviousSiblingAction.text = \u041d\u043e\u0432\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438 \u0447\u0432\u043e\u0440
-NewSiblingAction.text = \u041d\u043e\u0432\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438 \u0447\u0432\u043e\u0440
-NewSummaryAction.text = \u041d\u043e\u0432\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434 \u0447\u0432\u043e\u0440\u0430
-NewUserStyleAction.text = \u041d\u043e\u0432\u0438 \u0441\u0442\u0438\u043b \u0438\u0437 \u0441\u0435\u043b\u0435\u043a\u0446\u0438\u0458\u0435
-NextNodeAction.BACK.text = \u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0447\u0432\u043e\u0440
-NextNodeAction.BACK_N_FOLD.text = \u0418\u0434\u0438 \u043d\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0447\u0432\u043e\u0440 (\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u043e)
-NextNodeAction.FORWARD.text = \u0418\u0434\u0438 \u043d\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u0447\u0432\u043e\u0440
-NextNodeAction.FORWARD_N_FOLD.text = \u0418\u0434\u0438 \u043d\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u0447\u0432\u043e\u0440 (\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u043e)
-NextPresentationItemAction.text = \u0420\u0430\u0437\u0432\u0438\u0458 \u0441\u043b\u0435\u0434\u0435\u045b\u0443 \u0441\u0442\u0430\u0432\u043a\u0443 \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0435
-no = \u041d\u0435
-no_copy_attributes_before_paste_attributes = \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043b\u0435\u043f\u0438\u0442\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435 \u0430\u043a\u043e \u0433\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043d\u0438\u0441\u0442\u0435 \u0443\u043c\u043d\u043e\u0436\u0438\u043b\u0438.
-NO_FORMAT = \u0422\u0435\u043a\u0441\u0442
-no_format_copy_before_format_paste = \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043b\u0435\u043f\u0438\u0442\u0438 \u043e\u0431\u043b\u0438\u043a \u0430\u043a\u043e \u0433\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043d\u0438\u0441\u0442\u0435 \u0443\u043c\u043d\u043e\u0436\u0438\u043b\u0438.
-no_found_from = <html>\u041d\u0438\u0458\u0435 <u>{0}</u> \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d \u0443 "{1}".</html>
-no_more_found_from = <html>\u041d\u0435\u043c\u0430 \u0432\u0438\u0448\u0435 <u>{0}</u>\u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438\u0445 \u0443 "{1}".</htm>
-no_previous_find = \u041d\u0435\u043c\u0430 \u043f\u043e\u0434\u0430\u0442\u043a\u0430 \u0442\u0440\u0430\u0436\u0435\u045a\u0430.
-no_styles_found_in_map = \u041d\u0435\u043c\u0430 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438\u0445 \u0441\u0442\u0438\u043b\u043e\u0432\u0430 \u0443 \u043c\u0430\u043f\u0438
-node = \u0427\u0432\u043e\u0440
-node_changed_discard_changes = \u041f\u0440\u043e\u043c\u0435\u043d\u0438\u043b\u0438 \u0441\u0442\u0435 \u0447\u0432\u043e\u0440. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043e\u0434\u0431\u0430\u0446\u0438\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
-node_is_write_protected = \u0426\u0438\u0459\u043d\u0438 \u0447\u0432\u043e\u0440 \u0458\u0435 \u0437\u0430\u0448\u0442\u0438\u045b\u0435\u043d \u043e\u0434 \u043f\u0438\u0441\u0430\u045a\u0430.
-node_location_help = \u041f\u043e\u0432\u043b\u0430\u0447\u0435\u045a\u0435 \u043c\u0435\u045a\u0430 \u043f\u043e\u043b\u043e\u0436\u0430\u0458 \u0447\u0432\u043e\u0440\u0430, ctrl+\u043f\u043e\u0432\u043b\u0430\u0447\u0435\u045a\u0435 \u043c\u0435\u045a\u0430 \u0440\u0430\u0437\u043c\u0430\u043a, \u0434\u0432\u043e\u043a\u043b\u0438\u043a \u0438 ctrl+\u0434\u0432\u043e\u043a\u043b\u0438\u043a \u0432\u0440\u0430\u045b\u0430 \u0447\u0432\u043e\u0440 \u0443 \u043f\u0440\u0432\u043e\u0431\u0438\u0442\u043d\u0438 \u043f\u043e\u043b\u043e\u0436\u0430\u0458.
-node_selector = \u0418\u0437\u0431\u043e\u0440 \u0447\u0432\u043e\u0440\u0430
-node_selector_message = \u0414\u0432\u043e\u0441\u0442\u0440\u0443\u043a\u0438 \u043a\u043b\u0438\u043a \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u0447\u0432\u043e\u0440\u0430
-node_styles = \u0421\u0442\u0438\u043b\u043e\u0432\u0438 \u0447\u0432\u043e\u0440\u0430
-NodeBackgroundColorAction.text = &\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0441\u043a\u0430 \u0431\u043e\u0458\u0430 \u0447\u0432\u043e\u0440\u0430...
-NodeColorAction.text = \u0411\u043e\u0458\u0430 \u0447\u0432\u043e\u0440\u0430...
-NodeColorBlendAction.text = \u041f\u043e\u043c\u0435\u0448\u0430\u0458 \u0431\u043e\u0458\u0435
-NodeDownAction.text = \u041f\u043e\u043c\u0435\u0440\u0438 \u0447\u0432\u043e\u0440 (\u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d \u0434\u043e\u043b\u0435)
-NodeExtensions.EditNodeExtensions = \u0423\u0440\u0435\u0434\u0438 \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
-NodeExtensions.RemoveNodeExtensions = \u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
-NodeListAction.text = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438...
-NodeListAction.tooltip = \u041f\u043e\u043a\u0430\u0436\u0438 \u0441\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u043a\u0430\u043e \u043f\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0432 \u043f\u043e\u043f\u0438\u0441 \u0441\u0430 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0438\u043c\u0430 \u0444\u0438\u043b\u0442\u0440\u0430.
-NodeShapeAction.bubble.text = &\u041c\u0435\u0445\u0443\u0440\u0438\u045b
-NodeShapeAction.fork.text = \u0420\u0430&\u0447\u0432\u0430
-NodeUpAction.text = \u041f\u043e\u043c\u0435\u0440\u0438 \u0447\u0432\u043e\u0440 (\u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d \u0433\u043e\u0440\u0435)
-NodeWidthAction.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
-nonboldify_branch = \u041f\u043e\u043d\u0438\u0448\u0442\u0438 \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u045a\u0435
-nonitalicise_branch = \u041f\u043e\u043d\u0438\u0448\u0442\u0438 \u0438\u0441\u043a\u043e\u0448\u0435\u043d\u043e\u0441\u0442
-normal = \u0423\u043e\u0431\u0438\u0447\u0430\u0458\u0435\u043d
-not_saved_for_image_error = \u041c\u0430\u043f\u0430 \u043c\u043e\u0440\u0430 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0432\u0430\u043d\u0430 \u043f\u0440\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u045a\u0430 \u0441\u043b\u0438\u043a\u0435
-not_saved_for_link_error = \u041c\u0430\u043f\u0430 \u043c\u043e\u0440\u0430 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u043f\u0440\u0435 \u043f\u043e\u0432\u0435\u0437\u0438\u0432\u0430\u045a\u0430 \u0441 \u043f\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447\u0435\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430.
-note_window_location = \u041f\u043e\u0437\u0438\u0446\u0438\u0458\u0430 \u043e\u043a\u043d\u0430 \u0431\u0435\u043b\u0435\u0448\u043a\u0438
-ok = &\u0423 \u0440\u0435\u0434\u0443
-OKAction.text = &\u0423\u0440\u0435\u0434\u0443
-OnlineReference.text = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430 \u043c\u0430\u043f\u0430 \u043d\u0430 \u043c\u0440\u0435\u0436\u0438
-open_asMindMap = \u041c\u0430\u043f\u0430 \u0443\u043c\u0430
-OpenAction.text = \u041e\u0442\u0432\u043e\u0440\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0443 \u043c\u0430\u043f\u0443...
-OpenFreeplaneSiteAction.text = \u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 Freeplane
-OpenPathAction.text = \u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
-OpenURLMapAction.text = \u041e\u0442\u0432\u043e\u0440\u0438 \u043c\u0430\u043f\u0443 \u0438\u0437 URL...
-OpenUserDirAction.text = \u041e\u0442\u0432\u043e\u0440\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443
-option_changes_may_require_restart = \u0414\u0430 \u0431\u0438\u0441\u0442\u0435 \u0432\u0438\u0434\u0435\u043b\u0438 \u0443\u0447\u0438\u043d\u0430\u043a \u043f\u0440\u043e\u043c\u0435\u043d\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438, \u043c\u043e\u0440\u0430\u0442\u0435 \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0435\u043d\u0443\u0442\u0438 Freeplane
-OptionalDontShowMeAgainDialog.cancel = &\u041d\u0435
-OptionalDontShowMeAgainDialog.dontShowAgain = \u041d\u0435 &\u043f\u0438\u0442\u0430\u0458 \u043c\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e.
-OptionalDontShowMeAgainDialog.ok = &\u0414\u0430
-OptionalDontShowMeAgainDialog.rememberMyDescision = &\u0417\u0430\u043f\u0430\u043c\u0442\u0438 \u043c\u043e\u0458\u0443 \u043e\u0434\u043b\u0443\u043a\u0443
-OptionPanel.absolute = \u0410\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0430
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0433\u043b\u0435\u0434 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
-OptionPanel.ADD_CHILD = \u0414\u043e\u0434\u0430\u0458 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
-OptionPanel.ADD_SIBLING = \u0414\u043e\u0434\u0430\u0458 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d \u0447\u0432\u043e\u0440
-OptionPanel.addons = \u0414\u043e\u0434\u0430\u0446\u0438
-OptionPanel.always_fold_all_after_load = \u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-OptionPanel.always_load_last_maps = \u0423\u0447\u0438\u0442\u0430\u0458 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u0438 \u043d\u043e\u0432\u0435 \u043c\u0430\u043f\u0435
-OptionPanel.always_load_last_maps.tooltip = \u041e\u0442\u0432\u0430\u0440\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u043f\u0440\u0435\u043c\u0430 \u0433\u043e\u0440\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0430, \u0447\u0430\u043a \u0438 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0435\u043c FP \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043c\u0430\u043f\u043e\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435.
-OptionPanel.always_save_folding = \u0423\u0432\u0435\u043a
-OptionPanel.always_save_folding_state = \u0423\u0432\u0435\u043a \u0441\u0430\u0447\u0443\u0432\u0430\u0458 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u043f\u043e\u043b\u043e\u0436\u0430\u0458\u0430 \u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u0438\u0445 \u0438 \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430.
-OptionPanel.always_save_folding_state.tooltip = \u041e\u0432\u0430 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442 \u045b\u0435 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u0437\u0430\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0443\u043f\u043e\u0437\u043e\u0440\u0438\u0442\u0438 \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u0441\u0442\u0430\u0431\u043b\u0430 \u043c\u0430\u043f\u0435.
-OptionPanel.always_unfold_all_after_load = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-OptionPanel.antialias = \u0417\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0435
-OptionPanel.antialias.tooltip = <html>\u041e\u0434\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0433\u0440\u0430\u0444\u0438\u0447\u043a\u043e\u0433 \u043a\u0432\u0430\u043b\u0438\u0442\u0435\u0442\u0430 \u043c\u0430\u043f\u0435. \u0412\u0438\u0448\u0435 \u0437\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0430 \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u0432\u0438\u0448\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0430.</html>
-OptionPanel.antialias_all = \u0417\u0430\u0433\u043b\u0430\u0434\u0438 \u0441\u0432\u0435
-OptionPanel.antialias_edges = \u0417\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0435 \u0440\u0443\u0431\u0430
-OptionPanel.antialias_none = \u0411\u0435\u0437 \u0437\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0430
-OptionPanel.Appearance = \u0418\u0437\u0433\u043b\u0435\u0434
-OptionPanel.apply_system_screen_resolution = \u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0443 \u0440\u0435\u0437\u043e\u043b\u0443\u0446\u0438\u0458\u0443 \u0435\u043a\u0440\u0430\u043d\u0430
-OptionPanel.approximate_search_threshold = \u041f\u0440\u0430\u0433 \u0437\u0430 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u0430\u045a\u0435
-OptionPanel.approximate_search_threshold.tooltip = <html>\u041f\u0440\u0430\u0433 \u0437\u0430 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u0430\u045a\u0435<br/><\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0435 \u0441\u043b\u043e\u0432\u0430="2">\u043f\u043e\u0433\u043b\u0435\u0434\u0430\u0458 http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(\u0432\u0435\u045b\u0430 - \u043c\u0430\u045a\u0430 \u043a\u043e\u043b\u0435\u0431\u0430\u045a\u0430<br/>\u043e\u0434 \u0442\u0435\u0440\u043c\u0438\u043d\u0430 \u0437\u0430 \u043f\u0440\u0435\u0442\u0440\u0430\u0433\u0443 \u045b\u0435 \u0441\u0435 \u043d\u0430\u045b\u0438)</html>
-OptionPanel.ar = Arabic / \u0410\u0440\u0430\u043f\u0441\u043a\u0438
-OptionPanel.ARC = \u041b\u0443\u043a
-OptionPanel.as_parent = \u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
-OptionPanel.ask = \u041f\u0438\u0442\u0430\u045a\u0435
-OptionPanel.automatic = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438
-OptionPanel.automaticFormat_level = \u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0438\u0432\u043e \u0441\u0442\u0438\u043b\u043e\u0432\u0430
-OptionPanel.automaticFormat_level1 = \u041e\u0431\u043b\u0438\u043a \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.automaticFormat_level2 = 1. \u041d\u0438\u0432\u043e \u043e\u0431\u043b\u0438\u043a\u0430 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.backup_file_number = \u0411\u0440\u043e\u0458 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0438\u0445 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-OptionPanel.Behaviour = \u041f\u043e\u043d\u0430\u0448\u0430\u045a\u0435
-OptionPanel.bezier = \u041b\u0430\u0433\u0430\u043d\u043e \u0437\u0430\u043a\u0440\u0438\u0432\u0459\u0435\u043d\u0430 (\u043a\u0440\u0438\u0432\u0443\u0459\u0430)
-OptionPanel.bubble = \u041e\u0431\u043b\u0430\u0447\u0438\u045b
-OptionPanel.ca = \u041a\u0430\u0442\u0430\u043b\u043e\u043d\u0441\u043a\u0438
-OptionPanel.Cancel = \u041e\u0442\u043a\u0430\u0436\u0438
-OptionPanel.center_selected_node = \u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u0443 \u0441\u0440\u0435\u0434\u0438\u0448\u0442\u0443 \u043f\u0440\u0438\u043a\u0430\u0437\u0430
-OptionPanel.check_updates_automatically = \u041f\u0440\u043e\u0432\u0435\u0440\u0438 \u0437\u0430 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0443 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-OptionPanel.childpattern = \u0428\u0430\u0431\u043b\u043e\u043d \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433
-OptionPanel.childpattern.tooltip = \u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0448\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0438\u043c \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430
-OptionPanel.clear_all_setters = \u041f\u0440\u0435\u043e\u043a\u0440\u0435\u043d\u0438 \u0441\u0432\u0435
-OptionPanel.clear_all_setters.tooltip = \u041e\u043c\u043e\u0433\u0443\u045b\u0443\u0458\u0435 \u0438\u043b\u0438 \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0443\u0458\u0435 \u0441\u0432\u0435 \u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435.
-OptionPanel.cloud = \u041e\u0431\u043b\u0430\u0447\u0438\u045b
-OptionPanel.cloudcolor = \u0411\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
-OptionPanel.cloudshape = \u041e\u0431\u043b\u0438\u043a \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
-OptionPanel.combined = \u041a\u043e\u043c\u0431\u0438\u043d\u043e\u0432\u0430\u043d\u043e
-OptionPanel.compare_as_number = \u0423\u043f\u043e\u0440\u0435\u0434\u0438 \u043a\u0430\u043e \u0431\u0440\u043e\u0458\u0435\u0432\u0435
-OptionPanel.convert_to_current_version = <html>\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043f\u0440\u0435\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043c\u0430\u043f\u0430 \u0441\u0442\u0430\u0440\u0438\u0445 \u0438\u0437\u0434\u0430\u045a\u0435 Freeplanea <br>\u0443 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0438\u0437\u0434\u0430\u045a\u0435?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>\u0421\u0430\u043c\u043e \u0437\u0430 \u0432\u0440\u043b\u043e \u0432\u0435\u043b\u0438\u043a\u0435 \u043c\u0430\u043f\u0435 \u0437\u0430 \u043a\u043e\u0458\u0435 \u043d\u0438\u0458\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u043f\u0440\u0435\u0442\u0432\u0430\u0440\u0430\u045a\u0435 <br>(\u0430 \u0437\u0430 \u0442\u043e \u0458\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0441\u0442\u0440\u0443\u0447\u043d\u043e \u0437\u043d\u0430\u045a\u0435), \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u0432\u0430\u0440\u0430\u0442\u0438 \u0431\u0435\u0437 \u043f\u0440\u0435\u0442\u0432\u0430\u0440\u0430\u045a\u0430.</html>
-OptionPanel.cs = \u0427\u0435\u0448\u043a\u0438 / \u010desky
-OptionPanel.cut_nodes_without_question = \u0418\u0441\u0435\u0446\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435.
-OptionPanel.cut_nodes_without_question.tooltip = \u0410\u043a\u043e \u0458\u0435 \u043f\u043e\u0459\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0438\u0437\u0440\u0435\u0437\u0430\u043d\u0438 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435. \u041e\u0432\u043e \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u0443\u0437\u0440\u043e\u043a\u043e\u0432\u0430\u0442\u0438 \u0433\u0443\u0431\u0438\u0442\u0430\u043a \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u043d\u0438\u0441\u043c\u043e \u043f\u0430\u0436\u0459\u0438\u0432\u0438 \u043a\u043e\u0434 \u0431\u0440\u0438\u0441\u0430\u045a\u0430.
-OptionPanel.da = \u0414\u0430\u043d\u0441\u043a\u0438 / dansk
-OptionPanel.date_format = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u0443\u043c\u0430
-OptionPanel.date_format.tooltip = \u0421\u0432\u0430\u043a\u0438 SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u0438\u043b\u0438 \u043a\u0430\u043e \u0448\u0430\u0431\u043b\u043e\u043d "MM/dd/yyyy"
-OptionPanel.datetime_format = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0438 \u0434\u0430\u0442\u0443\u043c\u0430
-OptionPanel.datetime_format.tooltip = \u0421\u0432\u0430\u043a\u0438 <\u043e\u0431\u043b\u0438\u043a \u0434\u0430\u0442\u0443\u043c\u0430>,<\u043e\u0431\u043b\u0438\u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0430> (\u0441\u0430 SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u043a\u0430\u043e \u0441\u0442\u0438\u043b) \u0438\u043b\u0438 \u043a\u0430\u043e \u043f\u0443\u043d \u0448\u0430\u0431\u043b\u043e\u043d "M/d/yyyy hh:mm"
-OptionPanel.de = \u041d\u0435\u043c\u0430\u0447\u043a\u0438 / Deutsch
-OptionPanel.default = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e
-OptionPanel.default_attribute_key_column_width = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043a\u0459\u0443\u0447\u043d\u043d\u043e\u0433 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-OptionPanel.default_attribute_value_column_width = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-OptionPanel.default_browser_command_mac = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043d\u0430\u0440\u0435\u0434\u0431\u0435\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a \u0437\u0430 Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> \u0438 MAC: (\u0437\u0430\u0445\u0432\u0430\u0459\u0443\u0458\u0443\u045b\u0438 \u041d\u0438\u043a\u0443!)</html>
-OptionPanel.default_browser_command_other_os = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u0434\u0440\u0443\u0433\u043e\u0433 \u041e\u0421
-OptionPanel.default_browser_command_other_os.tooltip = <html> \u041e\u0432\u043e \u0458\u0435 \u0442\u0438\u043f\u0438\u0447\u043d\u043e \u0437\u0430 Linux:</html>
-OptionPanel.default_browser_command_windows_9x = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043d\u0430\u0440\u0435\u0434\u0431\u0435\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a Windows 98
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>\u0417\u0430 Windows 98 (\u0437\u043d\u0430\u0446\u0438 "" \u0441\u0443 \u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0438 \u0437\u0431\u043e\u0433 \u0432\u0435\u0437\u0430, \u043a\u043e\u0458\u0435 \u0438\u043c\u0430\u0458\u0443 "=" \u0443 \u0441\u0432\u043e\u0458\u0435\u043c \u0423\u0420\u041b-\u0443).</html>
-OptionPanel.default_browser_command_windows_nt = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043d\u0430\u0440\u0435\u0434\u0431\u0435\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>\u0417\u0430 Windows NT (\u0437\u043d\u0430\u0446\u0438 "" \u0441\u0443 \u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0438 \u0437\u0431\u043e\u0433 \u0432\u0435\u0437\u0430, \u043a\u043e\u0458\u0435 \u0438\u043c\u0430\u0458\u0443 "=" \u0443 \u0441\u0432\u043e\u0458\u0435\u043c \u0423\u0420\u041b-\u0443).</html>
-OptionPanel.default_charset = \u0421\u043a\u0443\u043f \u0437\u043d\u0430\u043a\u043e\u0432\u0430
-OptionPanel.Defaults = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0435
-OptionPanel.delete_automatic_saves_at_exit = \u041a\u043e\u0434 \u0438\u0437\u043b\u0430\u0437\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0438 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435.
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> \u0410\u043a\u043e \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0442\u0440\u0435\u0431\u0430 \u0434\u0430 \u0441\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0431\u0440\u0438\u0448\u0443 \u043f\u0440\u0438 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u043e\u043c \u0433\u0430\u0448\u0435\u045a\u0435\u045a\u0443 Freeplane, \u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0437\u043d\u0430\u043a \u0437\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0443</html>
-OptionPanel.delete_nodes_without_question = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435?
-OptionPanel.delete_nodes_without_question.tooltip = \u0410\u043a\u043e \u0458\u0435 \u043f\u043e\u0459\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u043e\u0431\u0440\u0438\u0441\u0430\u043d\u0438 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435. \u041e\u0432\u043e \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u0443\u0437\u0440\u043e\u043a\u043e\u0432\u0430\u0442\u0438 \u0433\u0443\u0431\u0438\u0442\u0430\u043a \u043e\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045a\u0430 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u043d\u0438\u0441\u043c\u043e \u043f\u0430\u0436\u0459\u0438\u0432\u0438 \u043a\u043e\u0434 \u0431\u0440\u0438\u0441\u0430\u045a\u0430.
-OptionPanel.disable_cursor_move_paper = \u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u043e\u043c\u0438\u0446\u0430\u045a\u0435 \u043f\u043e\u0434\u043b\u043e\u0433\u0435 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447\u0430
-OptionPanel.disable_cursor_move_paper.tooltip = <html>\u041d\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0443\u0458 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 '\u043f\u043e\u043c\u0435\u0440\u0438' \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u043e\u0432\u043b\u0430\u0447\u0435\u045a\u0430 \u043f\u043e\u0434\u043b\u043e\u0433\u0435 </html>
-OptionPanel.display_inline_editor_for_all_new_nodes = \u041f\u0440\u0438\u043a\u0430\u0437 \u0441\u0442\u0430\u0437\u0435 \u0443\u0440\u0435\u0434\u043d\u0438\u043a\u0430 \u0437\u0430 \u0441\u0432\u0435 \u043d\u043e\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-OptionPanel.display_node_id = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0418\u0414 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.edgecolor = \u0411\u043e\u0458\u0430 \u0440\u0443\u0431\u0430
-OptionPanel.edgecolor.tooltip = \u0421\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0440\u0443\u0431\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435)
-OptionPanel.edgestyle = \u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
-OptionPanel.edgestyle.tooltip = \u0421\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0440\u0443\u0431\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435)
-OptionPanel.edgewidth = \u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0443\u0431\u0430
-OptionPanel.edgewidth.tooltip = \u0421\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0440\u0443\u0431\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435)
-OptionPanel.EDIT_CURRENT = \u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0430\u0434\u0440\u0436\u0430\u0458
-OptionPanel.edit_on_double_click = \u0423\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u043d\u0430 \u0434\u0432\u043e\u043a\u043b\u0438\u043a
-OptionPanel.editor_extra_width = \u0414\u043e\u0434\u0430\u0442\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043a\u043e\u0440\u0430\u043a\u0430
-OptionPanel.editor_extra_width.tooltip = <html>\u041e\u0434\u0440\u0435\u0452\u0443\u0458\u0435 \u0431\u0440\u043e\u0458 \u0442\u0430\u0447\u043a\u0438\u0446\u0430 \u0434\u0430 \u043f\u043e\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430 \u0430\u043a\u043e \u0442\u0435\u043a\u0441\u0442 \u043f\u0440\u0435\u043b\u0430\u0437\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0443 \u0448\u0438\u0440\u0438\u043d\u0443.</html>
-OptionPanel.el = \u0413\u0440\u0447\u043a\u0438 / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__buttons_above = \u0414\u0443\u0433\u043c\u0435 \u043d\u0430 \u0432\u0440\u0445\u0443 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
-OptionPanel.el__enter_confirms_by_default = Enter \u0458\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0430
-OptionPanel.el__max_default_window_height = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u0432\u0435\u045b\u0430 \u0432\u0438\u0441\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
-OptionPanel.el__max_default_window_width = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
-OptionPanel.el__min_default_window_height = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u043c\u0430\u045a\u0430 \u0432\u0438\u0441\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
-OptionPanel.el__min_default_window_width = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u043c\u0430\u045a\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
-OptionPanel.el__position_window_below_node = \u041f\u043e\u0441\u0442\u0430\u0432\u0438\u0458 \u043f\u0440\u043e\u0437\u043e\u0440 \u0438\u0441\u043f\u043e\u0434 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.en = \u0415\u043d\u0433\u043b\u0435\u0441\u043a\u0438 / English
-OptionPanel.Environment = \u041e\u043a\u0440\u0443\u0436\u0435\u045a\u0435
-OptionPanel.es = \u0428\u043f\u0430\u043d\u0441\u043a\u0438, \u041a\u0430\u0441\u0442\u0438\u0459\u0441\u043a\u0438 / espa\u00f1ol, castellano
-OptionPanel.et = \u0415\u0441\u0442\u043e\u043d\u0441\u043a\u0438 / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking = \u0418\u0437\u0432\u0440\u0448\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435
-OptionPanel.execute_scripts_without_asking.tooltip = <html>\u0423 \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443 Freeplane \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043c\u043e\u0433\u0443 \u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0431\u0438\u043b\u043e \u043a\u0430\u043a\u0432\u0443 \u0430\u043a\u0446\u0438\u0458\u0443 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c\u0443 \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443. <br>\u0417\u0430\u0442\u043e \u043d\u0435 \u0431\u0438\u0441\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u043b\u0438 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u0442\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0437\u0430 \u043a\u043e\u0458\u0435 \u043d\u0435 \u0437\u043d\u0430\u0442\u0435 \u0458\u0435\u0441\u0443 \u043b\u0438 \u0431\u0435\u0437\u0431\u0435\u0434\u043d\u0435.</html>
-OptionPanel.execute_scripts_without_exec_restriction = \u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0438\u0437\u0432\u0440\u0448\u0435\u045a\u0435 \u043e\u0441\u0442\u0430\u043b\u0438\u0445 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430 (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0438\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435\u043c \u043e\u0441\u0442\u0430\u043b\u0438\u0445 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430 (\u043d\u043f\u0440. \u043a\u0430\u043e \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447) \u0431\u0435\u0437 \u043f\u0438\u0442\u0430\u045a\u0430(!),<br>\u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br> \u0410\u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u043e \u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043c\u043e\u0433\u0443 \u043d\u0430\u043d\u0435\u0442\u0438 \u0448\u0442\u0435\u0442\u0443 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = \u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0447\u0438\u0442\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0447\u0438\u0442\u0430\u045a\u0435\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 (\u043d\u043f\u0440. \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438, \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0442\u0438, \u0447\u0438\u0442\u0430\u0458 (!),<br>\u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br> \u0410\u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u043e \u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435  \u043c\u043e\u0433\u0443 \u043d\u0430\u043d\u0435\u0442\u0438 \u0448\u0442\u0435\u0442\u0443 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = \u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u043c\u0440\u0435\u0436\u043d\u0438\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0438\u043c\u0430  (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0438\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435\u043c \u043c\u0440\u0435\u0436\u043d\u0438\u0445 \u0430\u043a\u0446\u0438\u0458\u0430,<br>\u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br> \u0410\u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u043e \u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043c\u043e\u0433\u0443 \u043e\u0442\u043a\u0440\u0438\u0442\u0438 \u0432\u0430\u0448\u0435 \u0442\u0430\u0458\u043d\u0435 !</body></html>
-OptionPanel.execute_scripts_without_write_restriction = \u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0438\u0441\u0430\u045a\u0435/\u0431\u0440\u0438\u0441\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441\u0438\u0432\u0430\u045a\u0435\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 (\u043d\u043f\u0440. \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u0438, \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438(!)),<br> \u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br>\u0423\u043e\u0431\u0438\u0447\u0430\u0458\u0435\u043d\u043e \u0441\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430<br>\u0410\u043a\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0443 \u0434\u0440\u0443\u0433\u0435 \u0441\u0432\u0440\u0445\u0435 \u0431\u0443\u0434\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u0438<br>\u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435  \u043c\u043e\u0433\u0443 \u043d\u0430\u043d\u0435\u0442\u0438 \u0448\u0442\u0435\u0442\u0443 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443!</body></html>
-OptionPanel.experimental_file_locking_on = \u041f\u0440\u043e\u0431\u043d\u043e \u0458\u0435 \u0437\u0430\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-OptionPanel.experimental_file_locking_on.tooltip = <html> \u041f\u0440\u043e\u0431\u043d\u0435 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438</html>
-OptionPanel.export_icons_in_html = \u0418\u0437\u0432\u043e\u0437 \u0438\u043a\u043e\u043d\u0430 \u0443 HTML
-OptionPanel.export_icons_in_html.tooltip = <html> \u041f\u043e\u0442\u0432\u0440\u0434\u0438\u0442\u0435 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 HTML \u0438\u0437\u0432\u043e\u0437 \u0441\u0430\u0434\u0440\u0436\u0438 \u0438\u043a\u043e\u043d\u0435. \u041f\u043e\u0441\u0442\u043e\u0458\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0432\u0435\u0437\u0430 \u043f\u0440\u0435\u043c\u0430 \u0438\u043a\u043e\u043d\u0430\u043c\u0430 \u0443 HTML \u0438\u0437\u0432\u043e\u0437\u0443, \u0447\u0435\u0441\u0442\u043e \u0441\u0443 \u0432\u0435\u0437\u0435 \u043f\u0440\u0435\u043c\u0430 \u0438\u043a\u043e\u043d\u0430\u043c\u0430 \u043f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u0435.</html>
-OptionPanel.Files = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-OptionPanel.first = \u041f\u0440\u0432\u0443
-OptionPanel.fold_on_click_inside = \u0421\u043b\u043e\u043f\u0438 \u043d\u0430 \u043a\u043b\u0438\u043a \u0443\u043d\u0443\u0442\u0440\u0430
-OptionPanel.foldingsymbolwidth = \u0421\u043a\u043b\u0430\u043f\u0430\u045a\u0435 \u0448\u0438\u0440\u0438\u043d\u0435 \u0441\u0438\u043c\u0431\u043e\u043b\u0430.
-OptionPanel.foldingsymbolwidth.tooltip = <html>\u0428\u0438\u0440\u0438\u043d\u0430 \u0441\u043a\u043b\u0430\u043f\u0430\u045a\u0435 \u043e\u0431\u0435\u043b\u0435\u0436\u0430\u0432\u0430\u045a\u0430 \u043a\u0440\u0443\u0433\u0430</html>
-OptionPanel.fork = \u0420\u0430\u0447\u0432\u0430
-OptionPanel.format_locale = \u041b\u043e\u043a\u0430\u043b\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438
-OptionPanel.format_locale.tooltip = \u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0435 \u0437\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u045a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0437\u0443  \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430
-OptionPanel.formula_disable_caching = \u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u043c\u0435\u043c\u043e\u0440\u0438\u0458\u0441\u043a\u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0440 \u0437\u0430 \u0438\u0437\u0440\u0430\u0447\u0443\u043d\u0430\u0432\u0430\u045a\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u0435
-OptionPanel.formula_disable_plugin = \u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0440\u043e\u0446\u0435\u043d\u0443 \u0444\u043e\u0440\u043c\u0443\u043b\u0435
-OptionPanel.fr = \u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0438/ Fran\u00e7ais
-OptionPanel.gl = \u0413\u0430\u043b\u0438\u0446\u0438\u0458\u0441\u043a\u0438 / Galego
-OptionPanel.goto_note_end_on_edit = \u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 \u043d\u0430\u043f\u043e\u043c\u0435\u043d\u0435 \u043d\u0430 \u043a\u0440\u0430\u0458
-OptionPanel.grid_size = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043f\u0440\u0430\u0437\u043d\u0438\u043d\u0430 \u043c\u0440\u0435\u0436\u0435
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = \u0421\u043a\u0440\u0438\u0432\u0435\u043d\u0438 \u0440\u0443\u0431\u043e\u0432\u0438
-OptionPanel.highlight_formulas = \u0418\u0441\u0442\u0430\u043a\u043d\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u0443
-OptionPanel.horizontal = \u0412\u043e\u0434\u043e\u0440\u0430\u0432\u043d\u043e
-OptionPanel.hr = \u0425\u0440\u0432\u0430\u0442\u0441\u043a\u0438 / hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u041d\u0430 \u043e\u0441\u043d\u043e\u0432\u0443 \u043d\u0430\u0441\u043b\u043e\u0432\u0430
-OptionPanel.html_export_fold_all = \u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-OptionPanel.html_export_fold_currently_folded = \u0421\u043a\u043b\u043e\u043f\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-OptionPanel.html_export_folding = \u0421\u043a\u043b\u0430\u043f\u0430\u045a\u0430 \u043f\u0440\u0438 \u0438\u0437\u0432\u043e\u0437\u0443 \u0443 HTML
-OptionPanel.html_export_no_folding = \u0411\u0435\u0437 \u0441\u043a\u043b\u0430\u043f\u0430\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.hu = \u041c\u0430\u0452\u0430\u0440\u0441\u043a\u0438 / Magyar
-OptionPanel.ic_disable = \u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438
-OptionPanel.ic_file = \u0423\u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435 \u0434\u0438\u0441\u043a
-OptionPanel.ic_ram = \u0423 \u0420\u0410\u041c-\u0443
-OptionPanel.icon = \u0418\u043a\u043e\u043d\u0430
-OptionPanel.icon.tooltip = \u041d\u0430\u043a\u043e\u043d \u043f\u0440\u0438\u043c\u0435\u043d\u0435 \u0447\u0432\u043e\u0440 \u045b\u0435 \u0438\u043c\u0430\u0442\u0438 \u043e\u0432\u0443 \u0438\u043a\u043e\u043d\u0443.
-OptionPanel.icons.list = \u0421\u043f\u0438\u0441\u0430\u043a \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u043d\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438\u0445 \u0438\u043a\u043e\u043d\u0430
-OptionPanel.icons.list.tooltip = \u041e\u0432\u0434\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0438 \u0440\u0430\u0441\u043f\u043e\u0440\u0435\u0434 \u0438\u043a\u043e\u043d\u0430 \u0438\u043b\u0438 \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043f\u0440\u0438\u043a\u0430\u0437 \u0438\u043a\u043e\u043d\u0430. \u0418\u043a\u043e\u043d\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0431\u0438\u0442\u0438 \u043e\u0434\u0432\u043e\u0458\u0435\u043d\u0435 \u0437\u043d\u0430\u043a\u043e\u043c ';'.
-OptionPanel.id = \u0418\u043d\u0434\u043e\u043d\u0435\u0436\u0430\u043d\u0441\u043a\u0438 / Bahasa Indonesia
-OptionPanel.IGNORE = \u041d\u0435 \u0447\u0438\u043d\u0438 \u043d\u0438\u0448\u0442\u0430
-OptionPanel.il__enter_confirms_by_default = Enter \u043a\u0430\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0430 \u0443\u043d\u043e\u0441\u0430
-OptionPanel.image_cache = \u0437\u0430 \u0441\u043b\u0438\u043a\u0435
-OptionPanel.it = \u0418\u0442\u0430\u043b\u0438\u0458\u0430\u043d\u0441\u043a\u0438 / Italiano
-OptionPanel.ja = \u0408\u0430\u043f\u0430\u043d\u0441\u043a\u0438 / \u65e5\u672c\u8a9e
-OptionPanel.key_type_action = \u0423\u043d\u043e\u0441 \u0442\u0430\u0441\u0442\u0435\u0440\u043e\u043c:
-OptionPanel.Keystrokes = \u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
-OptionPanel.ko = \u041a\u043e\u0440\u0435\u0458\u0441\u043a\u0438 / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-OptionPanel.label_font_family = \u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
-OptionPanel.label_font_size = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
-OptionPanel.language = \u0408\u0435\u0437\u0438\u043a
-OptionPanel.language.tooltip = <html>\u041e\u0432\u043e \u0458\u0435 \u0458\u0435\u0437\u0438\u043a \u043a\u043e\u0458\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0435\u043d \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443. \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0430 '\u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e' \u043f\u043e\u043a\u0443\u0448\u0430\u0432\u0430 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0447\u0438\u043a\u0438 \u0458\u0435\u0437\u0438\u043a. </html>
-OptionPanel.last = \u041f\u043e\u0441\u043b\u0435\u0434\u045a\u0438
-OptionPanel.last_opened_list_length = \u0421\u043f\u0438\u0441\u0430\u043a \u0437\u0430\u0434\u045a\u0435 \u043e\u0442\u0432\u0430\u0440\u0430\u043d\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-OptionPanel.layout_map_on_text_change = \u0418\u0437\u0433\u043b\u0435\u0434 \u043c\u0430\u043f\u0435 \u0443 \u0442\u043e\u043a\u0443 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0430
-OptionPanel.layout_map_on_text_change.tooltip = \u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u0437\u0430 \u0431\u043e\u0459\u0435 \u043a\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0435
-OptionPanel.linear = \u041b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
-OptionPanel.links = \u0412\u0435\u0437\u0435
-OptionPanel.links.tooltip = <html>\u041f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0435\u0437\u0430 \u043a\u0430\u043e \u0440\u0435\u043b\u0430\u0442\u0438\u0432\u043d\u0435 \u0438\u043b\u0438 \u0430\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0435 </html>
-OptionPanel.load_folding = \u041f\u0440\u0438 \u0443\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0443
-OptionPanel.load_folding_from_map_default_fold_all = \u0423\u0447\u0438\u0442\u0430\u0458 \u0438\u0437 \u043c\u0430\u043f\u0435 \u0438\u043b\u0438 \u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-OptionPanel.load_folding_from_map_default_unfold_all = \u0423\u0447\u0438\u0442\u0430\u0458 \u0438\u0437 \u043c\u0430\u043f\u0435 \u0438\u043b\u0438 \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-OptionPanel.load_last_map = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043e\u0442\u0432\u043e\u0440\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 \u043c\u0430\u043f\u0443
-OptionPanel.load_last_map.tooltip = <html>\u0410\u043a\u043e \u0458\u0435 \u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043e, Freeplane \u045b\u0435 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u043d\u0443 \u043c\u0430\u043f\u0443.</html>
-OptionPanel.load_last_maps = \u0423\u0447\u0438\u0442\u0430\u0458 \u0441\u0432\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u043c\u0430\u043f\u0435
-OptionPanel.lookandfeel = \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458
-OptionPanel.lookandfeel.tooltip = <html>'\u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458' \u043a\u043e\u0458\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0435\u043d\u0438. \u041f\u043e\u0434\u0440\u0436\u0430\u043d\u0438 \u0441\u0443 '\u043c\u0435\u0442\u0430\u043b','windows','\u043c\u043e\u0442\u0438\u0432', 'gtk' , 'mac' \u0458\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430\u043d \u0441\u0430\u043c\u043e \u0437\u0430  MacOS. \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e \u0437\u043d\u0430\u0447\u0438, \u0434\u0430 \u0458\u0435 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0435\u043d \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0443\u043c\u0435\u0442\u043d\u0443\u0442\u0438 \u0441\u0432\u043e\u0458 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0438 \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458, \u043c\u043e\u043b\u0438\u043c \u0443\u043f\u0438\u0448\u0438\u0442\u0435 \u0438\u043c\u0435 \u0440\u0430\u0437\u0440\u0435\u0434\u0430 \u043e\u0432\u0434\u0435 \u0438 \u043e\u0441\u0438\u0433\u0443\u0440\u0430\u0458\u0442\u0435 \u0434\u0430 \u043e\u0434\u0433\u043e\u0432\u0430\u0440\u0430\u0458\u0443\u045b\u0430 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 .jar \u0431\u0443\u0434\u0435 \u0443\u0447\u0438\u0442\u0430\u043d\u0430. \u0410\u043a\u043e \u043f\u043e\u0441\u0442\u043e\u0458\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0430 \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458 \u043e\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0432\u0434\u0435 '\u043d\u0438\u0448\u0442\u0430'. \u041e\u0432\u043e \u0434\u0435\u043b\u0443\u0458\u0435 \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0435.</html>
-OptionPanel.lt = \u041b\u0438\u0442\u0432\u0430\u043d\u0441\u043a\u0438 / kalba
-OptionPanel.max_displayed_node_count = \u041d\u0430\u0458\u0432\u0435\u045b\u0438 \u0431\u0440\u043e\u0458 \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-OptionPanel.max_image_width = \u041d\u0430\u0458\u0432. \u0448\u0438\u0440\u0438\u043d\u0430 \u043f\u043e\u0447\u0435\u0442\u043d\u0435 \u0441\u043b\u0438\u043a\u0435
-OptionPanel.max_image_width.tooltip = \u041d\u043e\u0432\u0435 \u0441\u043b\u0438\u043a\u0435 \u0441\u0435 \u0441\u043c\u0430\u045a\u0443\u0458\u0435 \u043d\u0430 \u043e\u0432\u0443 \u0448\u0438\u0440\u0438\u043d\u0443
-OptionPanel.max_menu_item_count = \u041d\u0430\u0458\u0432. \u0431\u0440\u043e\u0458 \u0441\u0442\u0430\u0432\u043a\u0438 \u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0443
-OptionPanel.max_menu_item_count.tooltip = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0435 \u0431\u0440\u043e\u0458\u0430 \u0441\u0442\u0430\u0432\u043a\u0438 \u0430\u043a\u043e \u0458\u0435 \u0458\u0435\u0434\u0430\u043d \u043f\u043e\u0434\u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a, \u043d\u0430\u0458\u043c\u0430\u045a\u0435 10
-OptionPanel.max_node_width = \u041d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.max_node_width.tooltip = <html>\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430 \u0443 \u0442\u0430\u0447\u043a\u0438\u0446\u0430\u043c\u0430</html>
-OptionPanel.max_shortened_text_length = \u041d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0441\u043a\u0440\u0430\u045b\u0435\u043d\u043e\u0433 \u0442\u0435\u043a\u0441\u0442\u0430
-OptionPanel.metal = \u041c\u0435\u0442\u0430\u043b
-OptionPanel.min_node_width = \u041d\u0430\u0458\u043c. \u0448\u0438\u0440\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.motif = \u041c\u043e\u0442\u0438\u0432
-OptionPanel.nb = \u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0438  / Norsk bokm\u00e5l
-OptionPanel.never_save_folding = \u041d\u0438\u043a\u0430\u0434\u0430
-OptionPanel.nl = \u0425\u043e\u043b\u0430\u043d\u0434\u0441\u043a\u0438, \u0424\u043b\u0430\u043c\u0430\u043d\u0441\u043a\u0438 / Nederlands, Vlaams
-OptionPanel.nn = \u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0438  / Norsk nynorsk
-OptionPanel.nodebackgroundcolor = \u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430
-OptionPanel.nodebackgroundcolor.tooltip = \u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430 \u043a\u0430\u0434 \u043d\u0438\u0458\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d.
-OptionPanel.nodecolor = \u0422\u0435\u043a\u0441\u0442
-OptionPanel.nodecolor.tooltip = \u0411\u043e\u0458\u0430 \u0442\u0435\u043a\u0441\u0442\u0430 \u0447\u0432\u043e\u0440\u0430 \u043a\u0430\u0434\u0430 \u043d\u0438\u0458\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d.
-OptionPanel.nodefontbold = \u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-OptionPanel.nodefonthyperlink = \u0425\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0430
-OptionPanel.nodefontitalic = \u0418\u0441\u043a\u043e\u0448\u0435\u043d\u043e
-OptionPanel.nodefontname = \u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
-OptionPanel.nodefontsize = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
-OptionPanel.nodeformat = \u0424\u043e\u0440\u043c\u0430\u0442
-OptionPanel.nodeformat.tooltip = <html>\u0417\u0430\u043c\u0435\u043d\u0430 \u0438 / \u0438\u043b\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u0442\u0435\u043a\u0441\u0442\u0430.<ul><li><em>\u0428\u0430\u0431\u043b\u043e\u043d \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430</em> (<tt>%s</tt> \u0458\u0435 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0442\u0435\u043a\u0441\u0442), \u043d\u043f\u0440. <tt>\u041e\u041f\u0420\u0415\u0417: %s</tt><li><em>\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u045a\u0435 \u0434\u0430\u0442\u0443\u043c\u0430 \u0438 \u0431\u0440\u043e\u0458\u0435\u0432\u0430</em> - \u043f\u043e\u0433\u043b\u0435\u0434\u0430\u0458 \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0443 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043f\u043e\u0459\u0443</ul></html>
-OptionPanel.nodenumbering = \u041d\u0443\u043c\u0435\u0440\u0438\u0441\u0430\u045a\u0435 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.nodenumbering.tooltip = \u0414\u043e\u0434\u0430\u0458\u0435 \u0441\u0435\u0440\u0438\u0458\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 (\u043d\u043f\u0440. 1.3.1) \u0443 \u0442\u0435\u043a\u0441\u0442 \u0447\u0432\u043e\u0440\u0430.
-OptionPanel.nodeshape = \u0421\u0442\u0438\u043b \u0447\u0432\u043e\u0440\u0430
-OptionPanel.nodeshape.tooltip = <html>\u0421\u0442\u0438\u043b \u043e\u043f\u0438\u0441\u0443\u0458\u0435 \u0441\u043f\u043e\u0459\u045a\u0438 \u043e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430. <br>\u041c\u043e\u0433\u0443\u045b\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438:<br><table border="1"><tr><td>\u0420\u0430\u0447\u0432\u0430: </td><td> \u0447\u0432\u043e\u0440 \u0431\u0435\u0437 \u0440\u0443\u0431\u0430,</td></tr><tr><td>\u041c\u0435\u0445\u0443\u0440\u0438\u045b: </td><td> \u0447\u0432\u043e\u0440 \u0441\u0430 \u0437\u0430\u043e\u0431\u0459\u0435\u043d\u0438\u043c \u0440\u0443\u0431\u043e\u043c,</td></tr><tr><td>\u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438: </td><td> \u0441\u0442\u0438\u043b \u0441\u0435 \u043f\u0440\u0435\u043d\u043e\u0441\u0438 \u0441\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 <br>\u0438\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0441\u0442\u0438\u043b \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440,</td></tr><tr><td>\u041a\u043e\u043c\u0431\u0438\u043d\u043e\u0432\u0430\u043d\u043e: </td><td> \u041c\u0435\u0445\u0443\u0440\u0438\u045b \u043a\u0430\u0434 \u0458\u0435 \u0447\u0432\u043e\u0440 \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d -  \u0438\u043d\u0430\u0447\u0435 \u0458\u0435 \u0440\u0430\u0447\u0432\u0430 .</td></tr></table></html>
-OptionPanel.nodetext = \u0421\u0440\u0436 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.nodetext.tooltip = \u041e\u0432\u0434\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u0440\u0435\u0434\u0438\u0442\u0438 \u0442\u0435\u043a\u0441\u0442 \u0447\u0432\u043e\u0440\u043e\u0432\u0430. \u041a\u043e\u0440\u0438\u0448\u045b\u0435\u045a\u0435\u043c \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0442\u0435\u043a\u0441\u0442 \u0458\u0435 \u043e\u0434\u0431\u0430\u0447\u0435\u043d.
-OptionPanel.nothing = \u041d\u0438\u0448\u0442\u0430
-OptionPanel.number_format = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0431\u0440\u043e\u0458\u0430
-OptionPanel.number_format.tooltip = \u0421\u0430\u0434\u0440\u0436\u0438 \u0448\u0430\u0431\u043b\u043e\u043d '#' \u0437\u0430 \u0438\u0437\u0431\u043e\u0440\u043d\u0438 \u0438\u043b\u0438 '0' \u0437\u0430 \u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0435 \u0446\u0438\u0444\u0430\u0440\u0435. \u041f\u0440\u0438\u043c\u0435\u0440\u0438: "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = \u0411\u0440\u043e\u0458 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u043a\u043e\u0458\u0435 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0435
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> \u0411\u0440\u043e\u0458 n \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u0442\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0443 \u043a\u043e\u0458\u0435 \u0441\u0435 \u0447\u0443\u0432\u0430\u0458\u0443 \u043c\u0430\u043f\u0435. \u041f\u0440\u0432\u043e \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0447\u0443\u0432\u0430\u045a\u0435 \u0441\u0435 \u0438\u0437\u0432\u043e\u0434\u0438 \u0443 \u043f\u0440\u0432\u043e\u0458 \u0434\u0430\u0442\u043e\u0442\u0435\u0446\u0438 \u0438\u0442\u0434. \u0434\u043e n+1 \u0447\u0443\u0432\u0430\u045a\u0435 \u043a\u043e\u0458\u0435 \u0441\u0435 \u043e\u043f\u0435\u0442 \u0438\u0437\u0432\u043e\u0434\u0438 \u0438\u0434\u0435 \u0443 \u043f\u0440\u0432\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 (\u043a\u0440\u0443\u0436\u043d\u043e)</html>
-OptionPanel.OK = \u0421\u0430\u0447\u0443\u0432\u0430\u0458
-OptionPanel.org.freeplane.plugin.bugreport = \u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430
-OptionPanel.org.freeplane.plugin.bugreport.allowed = \u0423\u0432\u0435\u043a \u0448\u0430\u0459\u0438
-OptionPanel.org.freeplane.plugin.bugreport.ask = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0434\u0438\u0458\u0430\u043b\u043e\u0448\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
-OptionPanel.org.freeplane.plugin.bugreport.denied = \u041d\u0438\u043a\u0430\u0434 \u043d\u0435 \u0448\u0430\u0459\u0438
-OptionPanel.org.freeplane.plugin.bugreport.userid = \u041f\u043e \u0432\u043e\u0459\u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u0434\u0430 \u0431\u0443\u0434\u0443 \u043f\u043e\u0441\u043b\u0430\u0442\u0430
-OptionPanel.outline_hgap = \u0412\u043e\u0434\u043e\u0440\u0430\u0432\u043d\u0438 \u0440\u0430\u0437\u043c\u0430\u043a
-OptionPanel.outline_vgap = \u0423\u0441\u043f\u0440\u0430\u0432\u043d\u0438 \u0440\u0430\u0437\u043c\u0430\u043a
-OptionPanel.paint_connectors_behind = \u0426\u0440\u0442\u0430\u0458 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a \u0438\u0437\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-OptionPanel.parse_data = \u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458 \u0443\u043d\u043e\u0441 \u0431\u0440\u043e\u0458\u0435\u0432\u0430, \u0434\u0430\u0442\u0443\u043c - \u0432\u0440\u0435\u043c\u0435
-OptionPanel.parse_data.tooltip = \u041f\u0440\u043e\u0433\u0440\u0430\u043c \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0443\u043d\u043e\u0441 \u0434\u0430\u0442\u0443\u043c\u0430, \u0434\u0430\u0442\u0443\u043c\u0430-\u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0438 \u0431\u0440\u043e\u0458\u0435\u0432\u0430 \u0438 \u043f\u0440\u0438\u043c\u0435\u045a\u0443\u0458\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0435. \u041f\u0440\u0438\u043c\u0435\u0440\u0438: 100,000.00, 12/31, 12/31/99, 1999-12-31 \u0438 1999-12-31 23:59
-OptionPanel.parse_dates = \u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458 \u0443\u043d\u043e\u0441 \u0434\u0430\u0442\u0443\u043c\u0430 \u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0430
-OptionPanel.parse_dates.tooltip = \u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458 1999-12-31 \u043a\u0430\u043e \u0434\u0430\u0442\u0443\u043c \u0438 1999-12-31 23:59 \u043a\u0430\u043e \u0432\u0440\u0435\u043c\u0435 \u0438 \u043f\u0440\u0438\u043c\u0435\u045a\u0443\u0458 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 (\u043b\u043e\u043a\u0430\u043b\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438)
-OptionPanel.parse_numbers = \u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458\u0435 \u0431\u0440\u043e\u0458 \u0443\u043d\u043e\u0441\u0430
-OptionPanel.parse_numbers.tooltip = \u0422\u0443\u043c\u0430\u0447\u0435 \u0443\u043d\u043e\u0441 \u043f\u043e\u043f\u0443\u0442 1.1234 \u043a\u0430\u043e \u0431\u0440\u043e\u0458 \u0438 \u043f\u0440\u0438\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 (\u043b\u043e\u043a\u0430\u043b\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438)
-OptionPanel.PASTE_HTML = \u041d\u0430\u043b\u0435\u043f\u0438 \u043a\u0430\u043e HTML
-OptionPanel.PASTE_PLAIN_TEXT = \u041d\u0430\u043b\u0435\u043f\u0438 \u043a\u0430\u043e \u043e\u0431\u0438\u0447\u0430\u043d \u0442\u0435\u043a\u0441\u0442
-OptionPanel.path_property_may_not_be_empty = \u041f\u043e\u0459\u0435 \u0443\u043d\u043e\u0441\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0430\u0437\u043d\u043e! \u041f\u0440\u043e\u043c\u0435\u043d\u0430 \u0458\u0435 \u0432\u0440\u0430\u045b\u0435\u043d\u0430.
-OptionPanel.patternname = \u0418\u043c\u0435
-OptionPanel.patternname.tooltip = \u0408\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043e \u0438\u043c\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
-OptionPanel.pl = \u041f\u043e\u0459\u0441\u043a\u0438 / polski
-OptionPanel.placenewbranches = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u043e\u0432\u0443 \u0433\u0440\u0430\u043d\u0443
-OptionPanel.placenewbranches.tooltip = <html>\u041e\u0434\u0440\u0435\u0452\u0443\u0458\u0435 \u043f\u043e\u043b\u043e\u0436\u0430\u0458 \u043d\u043e\u0432\u0435 \u0433\u0440\u0430\u043d\u0435. \u0412\u0430\u0459\u0430\u043d\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438 \u0441\u0443 '\u043f\u0440\u0432\u0430' \u0438 '\u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0430' </html>
-OptionPanel.plugin.tooltip = \u041d\u0435\u043c\u0430 \u0443\u0433\u0440\u0430\u0452\u0435\u043d\u0438\u0445 \u0434\u043e\u0434\u0430\u0442\u0430\u043a\u0430.
-OptionPanel.plugins = \u0414\u043e\u0434\u0430\u0446\u0438
-OptionPanel.presentation_dimmer_transparency = \u041f\u0440\u043e\u0437\u0438\u0440\u043d\u043e\u0441\u0442 \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0435
-OptionPanel.presentation_mode = \u0420\u0435\u0436\u0438\u043c \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0435
-OptionPanel.printonwhitebackground = <html>\u0411\u0435\u043b\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0430 \u043a\u043e\u0434 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430</html>
-OptionPanel.printonwhitebackground.tooltip = <html>\u0423\u0432\u0435\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0431\u0435\u043b\u0443 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0443 \u043a\u043e\u0434 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430</html>
-OptionPanel.pt_BR = \u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0441\u043a\u0438 \u0411\u0420  / Portugu\u00eas (Brasil)
-OptionPanel.pt_PT = \u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0441\u043a\u0438  / Portugu\u00eas (Portugal)
-OptionPanel.RECT = \u041f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
-OptionPanel.relative = \u0420\u0435\u043b\u0430\u0442\u0438\u0432\u043d\u043e
-OptionPanel.remind_type_of_new_nodes.tooltip = <html>"\u041f\u0438\u0442\u0430\u0458"  (\u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0443 \u043d\u0435\u0434\u043e\u0443\u043c\u0438\u0446\u0438).<br>"\u0414\u0430" \u043f\u0440\u0438\u043a\u0430\u0436\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0437\u0430 \u0431\u043e\u0459\u0435 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u0442\u0435\u043a\u0441\u0442\u0430 .<br>"\u041d\u0435" \u043f\u0440\u0438\u043a\u0430\u0437\u0443\u0458 \u0458\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u043d\u0438 \u0442\u0435\u043a\u0441\u0442\u0443\u0430\u043b\u043d\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0431\u043e\u0459\u0435 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0438 \u0442\u0435\u043a\u0441\u0442 \u0434\u0430 \u043d\u0430\u043b\u0435\u043f\u0438\u0442\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-OptionPanel.remove_notes_without_question = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0431\u0435\u0437 \u043f\u0438\u0442\u0430\u045a\u0430?
-OptionPanel.remove_notes_without_question.tooltip = \u0410\u043a\u043e \u0458\u0435 \u043f\u043e\u0459\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u043f\u0440\u0438\u043f\u0430\u0434\u0430\u0458\u0443\u045b\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 \u0431\u0438\u045b\u0435 \u043e\u0431\u0440\u0438\u0441\u0430\u043d\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435. \u041e\u0432\u043e \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u0443\u0437\u0440\u043e\u043a\u043e\u0432\u0430\u0442\u0438 \u0433\u0443\u0431\u0438\u0442\u0430\u043a \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u043d\u0438\u0441\u043c\u043e \u043f\u0430\u0436\u0459\u0438\u0432\u0438 \u043a\u043e\u0434 \u0431\u0440\u0438\u0441\u0430\u045a\u0430.
-OptionPanel.resources_use_default_font_for_notes_too = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0441\u043b\u043e\u0432\u043e\u043b\u0438\u043a \u0437\u0430 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-OptionPanel.resources_use_margin_top_zero_for_notes = \u0423\u043a\u043b\u043e\u043d\u0438 \u0433\u043e\u0440\u045a\u0443 \u0438\u0432\u0438\u0446\u0443 \u043a\u043e\u0434 \u0431\u0435\u043b\u0435\u0448\u043a\u0438
-OptionPanel.revision_color = \u0420\u0435\u0432\u0438\u0437\u0438\u0458\u0430 \u0431\u043e\u0458\u0430
-OptionPanel.revision_color.tooltip = \u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0441\u043a\u0430 \u0431\u043e\u0458\u0430 \u0438\u0437\u043c\u0438\u0435\u045a\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430.
-OptionPanel.ROUND_RECT = \u0417\u0430\u043e\u0431\u0459\u0435\u043d\u0438 \u043f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
-OptionPanel.ru = \u0420\u0443\u0441\u043a\u0438 / \u0420\u0443\u0441\u0441\u043a\u0438\u0439
-OptionPanel.save_folding = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0441\u0442\u0430\u0431\u043b\u0430
-OptionPanel.save_folding_if_map_is_changed = \u0421\u0430\u043c\u043e \u0430\u043a\u043e \u0458\u0435 \u043c\u0430\u043f\u0430 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0430
-OptionPanel.save_modification_times = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0432\u0440\u0435\u043c\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435
-OptionPanel.script_classpath = \u041f\u0443\u0442\u0430\u045a\u0430 \u043a\u043b\u0430\u0441\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435: \u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0458\u0443\u043c\u0438 \u043a\u043e\u0458\u0438 \u0441\u0430\u0434\u0440\u0436\u0435 \u043a\u043b\u0430\u0441\u0435 \u0438/\u0438\u043b\u0438 JARs ( \u0432\u0438\u0434\u0438 \u0441\u0430\u0432\u0435\u0442)
-OptionPanel.script_classpath.tooltip = <html>\u0421\u043f\u0438\u0441\u0430\u043a \u043c\u0430\u043f\u0430 (\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0458\u0430) \u043a\u043e\u0458\u0435 \u0441\u0430\u0434\u0440\u0436\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 classpath, \u0444\u043e\u0440\u043c\u0443\u043b\u0430 \u0438\u043b\u0438 JARs.<br>\u041a\u043e\u0440\u0438\u0441\u0442\u0438 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac) \u0437\u0430 \u043e\u0434\u0432\u0430\u0458\u0430\u045a\u0435 \u0443\u043d\u043e\u0441\u0430.<br>Frepplane \u045b\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0430\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0442\u043e\u0458\u0430\u045a\u0435 JAR \u0438\u043b\u0438 .class \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430.<br>\u041f\u0443\u0442\u0430\u045a\u0435 \u043a\u043e\u0458\u0435 \u043d\u0438\u0441\u0443 \u0430\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0435, \u0431\u0438\u045b\u0435 \u0443\u0441\u043c\u0435\u0440\u0435\u043d\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 Freeplane.<br>\u0410\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 classpath \u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u0438\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438!</html>
-OptionPanel.script_directories = \u041f\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u043f\u0443\u0442\u0430\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 (\u0432\u0438\u0434\u0438 \u0441\u0430\u0432\u0435\u0442)
-OptionPanel.script_directories.tooltip = <html>\u0421\u043f\u0438\u0441\u0430\u043a \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0458\u0430 \u043a\u043e\u0458\u0435 \u0441\u0430\u0434\u0440\u0436\u0435.<br>\u041a\u043e\u0440\u0438\u0441\u0442\u0438 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac) \u0437\u0430 \u043e\u0434\u0432\u0430\u0458\u0430\u045a\u0435 \u0443\u043d\u043e\u0441\u0430.<br>\u041f\u0443\u0442\u0430\u045a\u0435 \u043a\u043e\u0458\u0435 \u043d\u0438\u0441\u0443 \u0430\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0435, \u0431\u0438\u045b\u0435 \u0443\u0441\u043c\u0435\u0440\u0435\u043d\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 Freeplane..</html>
-OptionPanel.script_user_key_name_for_signing = \u041d\u0435\u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043a\u0459\u0443\u0447 (\u043f\u0441\u0435\u0443\u0434\u043e\u043d\u0438\u043c) \u0437\u0430 \u043f\u043e\u0442\u043f\u0438\u0441\u0438\u0432\u0430\u045a\u0435
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043f\u043e\u0442\u043f\u0438\u0441\u0430\u0442\u0438 \u0441\u0432\u043e\u0458\u0443 \u0441\u043a\u0440\u0438\u043f\u0442\u0443, \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u043f\u0441\u0435\u0443\u0434\u043e\u043d\u0438\u043c (\u0438\u0437\u043c\u0438\u0448\u0459\u0435\u043d\u0438 \u043a\u0459\u0443\u0447) \u043e\u0432\u0434\u0435. <br>\u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u0443 \u0431\u0430\u0437\u0438 \u043a\u0459\u0443\u0447\u0435\u0432\u0430. <br>\u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u043a\u0459\u0443\u0447\u043d\u043e\u0433 \u0442\u0430\u0458\u043d\u043e\u0433 \u043a\u0459\u0443\u0447\u0430 \u043c\u043e\u0440\u0430 \u0441\u0435 \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u0430\u0442\u0438 \u0441 \u043b\u043e\u0437\u0438\u043d\u043a\u043e\u043c \u0443 \u0431\u0430\u0437\u0438 \u043a\u0459\u0443\u0447\u0435\u0432\u0430 (\u0442\u043e \u0458\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e).</html>
-OptionPanel.scrollbar_increment = \u0411\u0440\u0437\u0438\u043d\u0430
-OptionPanel.scrolling_speed = \u0411\u0440\u0437\u0438\u043d\u0430 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e\u0433 \u043a\u043b\u0438\u0437\u0430\u045a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430 \u043c\u0430\u043f\u0435
-OptionPanel.selection_method = \u041d\u0430\u0447\u0438\u043d \u0438\u0437\u0431\u043e\u0440\u0430
-OptionPanel.selection_method.tooltip = <html> \u043f\u043e\u043c\u043e\u045b\u0443 \u043e\u0432\u0435 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438/\u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043d\u0430\u0447\u0438\u043d \u0438\u0437\u0431\u043e\u0440\u0430 \u0447\u0432\u043e\u0440\u0430 \u0441\u0430 \u0437\u0430\u043a\u0430\u0448\u045a\u0435\u045a\u0435\u043c. \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0435 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438. \u041d\u0435\u043c\u043e\u0458\u0442\u0435 \u0458\u0435 \u043c\u0435\u045a\u0430\u0442\u0438 \u0458\u0435\u0440 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u0443 auto.properties \u0443 \u0441\u0432\u0430\u043a\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0458\u0443</html>
-OptionPanel.selection_method_by_click = \u0421\u0430 \u043a\u043b\u0438\u043a\u043e\u043c
-OptionPanel.selection_method_delayed = \u041e\u0434\u043b\u043e\u0436\u0435\u043d\u043e
-OptionPanel.selection_method_direct = \u0414\u0438\u0440\u0435\u043a\u0442\u043d\u043e
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u0428\u0430\u0431\u043b\u043e\u043d\u0438
-OptionPanel.separator.anti_alias = \u0417\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0435
-OptionPanel.separator.attributes = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
-OptionPanel.separator.automatic_save = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0447\u0443\u0432\u0430\u045a\u0435
-OptionPanel.separator.behaviour = \u041f\u043e\u043d\u0430\u0448\u0430\u045a\u0435
-OptionPanel.separator.browser = \u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447
-OptionPanel.separator.cache = \u041f\u0440\u0438\u0440\u0443\u0447\u043d\u0430 \u043c\u0435\u043c\u043e\u0440\u0438\u0458\u0430
-OptionPanel.separator.CloudControls = \u041e\u0431\u043b\u0430\u0447\u0438\u045b\u0438
-OptionPanel.separator.commands_for_the_program = \u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-OptionPanel.separator.connectors = \u041f\u043e\u0432\u0435\u0437\u043d\u0438\u0446\u0438
-OptionPanel.separator.data_formats = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u045a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u045a\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430
-OptionPanel.separator.default_colors = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0435 \u0431\u043e\u0458\u0435
-OptionPanel.separator.default_fonts = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
-OptionPanel.separator.default_styles = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
-OptionPanel.separator.EdgeControls = \u0418\u0432\u0438\u0446\u0435
-OptionPanel.separator.edit_long_node_window = \u0423\u0440\u0435\u0434\u0438 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
-OptionPanel.separator.editing = \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447\u0430
-OptionPanel.separator.files = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-OptionPanel.separator.formula = \u0424\u043e\u0440\u043c\u0443\u043b\u0435
-OptionPanel.separator.General = \u0423\u043e\u043f\u0448\u0442\u0435\u043d\u043e
-OptionPanel.separator.html_export = \u0418\u0437\u0432\u043e\u0437 \u0443  HTML
-OptionPanel.separator.html_import = \u0423\u0432\u043e\u0437  HTML
-OptionPanel.separator.hyperlink_types = \u0412\u0440\u0441\u0442\u0435 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0430
-OptionPanel.separator.icon_properties = \u0418\u043a\u043e\u043d\u0435
-OptionPanel.separator.icons = \u0418\u043a\u043e\u043d\u0435 \u0443 "\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0438\u043a\u043e\u043d\u0443..."
-OptionPanel.separator.initial_map_size = \u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043c\u0430\u043f\u0435
-OptionPanel.separator.inline_editor = \u0420\u0435\u0434\u043d\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.key_typing = \u041a\u0443\u0446\u0430\u045a\u0435
-OptionPanel.separator.language = \u0408\u0435\u0437\u0438\u043a
-OptionPanel.separator.load = \u0423\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0435
-OptionPanel.separator.look_and_feel = \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458
-OptionPanel.separator.mouse_wheel = \u0422\u043e\u0447\u043a\u0438\u045b \u043c\u0438\u0448\u0430
-OptionPanel.separator.new_node_commands = \u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u043d\u043e\u0432\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.node_editing_commands = \u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.node_navigation_commands = \u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0435 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.NodeColors = \u0411\u043e\u0458\u0430 \u0446\u0435\u043b\u043e\u0433 \u0458\u0435\u0437\u0433\u0440\u0430
-OptionPanel.separator.NodeFont = \u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a \u0446\u0435\u043b\u043e\u0433 \u0458\u0435\u0437\u0433\u0440\u0430
-OptionPanel.separator.NodeShape = \u041e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.NodeStyle = \u0421\u0442\u0438\u043b \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.NodeText = \u0421\u0440\u0436 \u0442\u0435\u043a\u0441\u0442\u0430
-OptionPanel.separator.notifications = \u041f\u043e\u0442\u0432\u0440\u0434\u0435
-OptionPanel.separator.org.freeplane.plugin.bugreport = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458 \u043e \u0433\u0440\u0435\u0448\u0446\u0438
-OptionPanel.separator.other_defaults = \u041e\u0441\u0442\u0430\u043b\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0435
-OptionPanel.separator.others = \u041e\u0441\u0442\u0430\u043b\u0435 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
-OptionPanel.separator.outline_view = \u0428\u0435\u043c\u0430\u0442\u0441\u043a\u0438 \u043f\u0440\u0438\u043a\u0430\u0437
-OptionPanel.separator.patterns = \u0428\u0430\u0431\u043b\u043e\u043d\u0438
-OptionPanel.separator.RichTextEditor = \u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0431\u043e\u0433\u0430\u0442\u043e\u0433 \u0442\u0435\u043a\u0441\u0442\u0430
-OptionPanel.separator.root_node_appearance = \u0418\u0437\u0433\u043b\u0435\u0434 \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.separator.save = \u0421\u0430\u0447\u0443\u0432\u0430\u0458
-OptionPanel.separator.scripting = \u0421\u043a\u0440\u0438\u043f\u0442\u0435
-OptionPanel.separator.scrollbar = \u041a\u043b\u0438\u0437\u0430\u0447
-OptionPanel.separator.search = \u0422\u0440\u0430\u0436\u0438
-OptionPanel.separator.selection_colors = \u0411\u043e\u0458\u0430 \u0437\u0430 \u0438\u0441\u0442\u0438\u0446\u0430\u045a\u0435
-OptionPanel.separator.selection_method = \u041d\u0430\u0447\u0438\u043d \u0438\u0437\u0431\u043e\u0440\u0430
-OptionPanel.separator.single_instance_mode = \u041f\u0440\u0438\u043c\u0435\u0440 \u0458\u0435\u0434\u043d\u043e\u0433 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-OptionPanel.separator.size_limits = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0430 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430
-OptionPanel.separator.spelling = \u041c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0435 \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430
-OptionPanel.separator.status = \u0421\u0442\u0430\u0442\u0443\u0441\u043d\u0430 \u0442\u0440\u0430\u043a\u0430
-OptionPanel.separator.tooltip = \u0412\u0440\u0435\u043c\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0430 \u0441\u0430\u0432\u0435\u0442\u0430
-OptionPanel.separator.undo = \u041e\u043f\u043e\u0437\u043e\u0432\u0438
-OptionPanel.separator.updates = \u0418\u0441\u043f\u0440\u0430\u0432\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-OptionPanel.set_property_text = \u041f\u0440\u043e\u043c\u0435\u043d\u0438
-OptionPanel.set_property_text.tooltip = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u0435 \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043e\u0432\u043e \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0441\u0442\u0438\u043b\u0430
-OptionPanel.setscript = \u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0438?
-OptionPanel.setscript.tooltip = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0438\u0434\u0440\u0443\u0436\u0435\u043d\u0430 \u0441\u0442\u0438\u043b\u0443.
-OptionPanel.sharp_bezier = \u041e\u0448\u0442\u0440\u043e \u0437\u0430\u043a\u0440\u0438\u0432\u0459\u0435\u043d\u0430 (\u043a\u0440\u0438\u0432\u0430\u0458\u0430)
-OptionPanel.sharp_linear = \u041e\u0448\u0442\u0440\u043e \u043b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
-OptionPanel.show_icon_for_attributes = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u043a\u043e\u043d\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
-OptionPanel.show_node_tooltips = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043e\u043a\u0432\u0438\u0440 \u0441 \u0431\u0435\u043b\u0435\u0448\u043a\u0430\u043c\u0430
-OptionPanel.show_note_icons = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u043a\u043e\u043d\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-OptionPanel.show_styles_in_tooltip = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0435 \u0447\u0432\u043e\u0440\u0430 \u0443 \u0438\u0441\u043a\u0430\u0447\u0443\u045b\u0435\u043c \u043f\u0440\u043e\u0437\u043e\u0440\u0443
-OptionPanel.signed_script_are_trusted = \u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0438\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u043f\u043e\u0442\u043f\u0438\u0441\u0430\u043d\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438 (\u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
-OptionPanel.signed_script_are_trusted.tooltip = \u0410\u043a\u043e \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0438\u043c\u0430\u0458\u0443 \u043f\u043e\u0432\u0435\u0440\u0459\u0438\u0432 \u043f\u043e\u0442\u043f\u0438\u0441 (\u043d\u043f\u0440. \u0430\u0443\u0442\u043e\u0440\u0430 Freeplanea \u0438\u043b\u0438 \u0441\u0443 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0435), \u0438\u0437\u0432\u043e\u0434\u0438\u045b\u0435 \u0441\u0435 \u0431\u0435\u0437  \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0430.
-OptionPanel.simplyhtml.default_paste_mode = \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0440\u0435\u0436\u0438\u043c \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u045a\u0430
-OptionPanel.single_backup_directory = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0458\u0435\u0434\u0430\u043d\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 \u0437\u0430 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
-OptionPanel.single_backup_directory.tooltip = <html>\u0427\u0443\u0432\u0430\u045a\u0435 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0435 \u0443 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u0434\u0435\u0444\u0438\u043d\u0438\u0441\u0430\u043d\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443, \u0430\u043a\u043e \u043d\u0438\u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e, \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0430 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u0443 \u043f\u043e\u0434\u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0438 \u043c\u0430\u043f\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0435 .</html>
-OptionPanel.single_backup_directory_path = \u0424\u0430\u0441\u0446\u0438\u043a\u043b\u0430 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0435 (\u0430\u043a\u043e \u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442 \u0438\u0437\u043d\u0430\u0434)
-OptionPanel.single_backup_directory_path.tooltip = <html>\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0443 \u043f\u0443\u0442\u0430\u045a\u0443 <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = \u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u043c \u043f\u0440\u043e\u0437\u043e\u0440\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-OptionPanel.single_instance_force = \u0418\u0437\u0431\u0435\u0433\u043d\u0438 \u043e\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0443 \u043d\u043e\u0432\u043e\u043c \u043f\u0440\u043e\u0437\u043e\u0440\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-OptionPanel.single_instance_force.tooltip = \u0418\u0437\u0431\u0435\u0433\u0430\u0432\u0430\u0458\u0442\u0435 \u0434\u0440\u0443\u0433\u0438 \u0441\u043b\u0443\u0447\u0430\u0458, \u0447\u0430\u043a \u0438 \u0430\u043a\u043e \u043d\u0435 \u043f\u043e\u0441\u0442\u043e\u0458\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0437\u0430 \u0443\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0435
-OptionPanel.sk = \u0421\u043b\u043e\u0432\u0430\u0447\u043a\u0438 / sloven\u010dina
-OptionPanel.sl = \u0421\u043b\u043e\u0432\u0435\u043d\u0430\u0447\u043a\u0438  / sloven\u0161\u010dina
-OptionPanel.spelling_opt_case_sensitive = \u041e\u0441\u0435\u0442\u0459\u0438\u0432 \u043d\u0430 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0443 \u0441\u043b\u043e\u0432\u0430
-OptionPanel.spelling_opt_ignore_all_caps_words = \u0417\u0430\u043d\u0435\u043c\u0430\u0440\u0438 \u0440\u0435\u0447\u0438 \u043f\u0438\u0441\u0430\u043d\u0435 \u0432\u0435\u043b\u0438\u043a\u0438\u043c \u0441\u043b\u043e\u0432\u0438\u043c\u0430
-OptionPanel.spelling_opt_ignore_capitalization = \u0417\u0430\u043d\u0435\u043c\u0430\u0440\u0438 \u0432\u0435\u043b\u0438\u043a\u0430 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430 \u043f\u043e\u0447\u0435\u0442\u043a\u0443 \u0440\u0435\u0447\u0438
-OptionPanel.spelling_opt_ignore_words_with_numbers = \u0417\u0430\u043d\u0435\u043c\u0430\u0440\u0438 \u0440\u0435\u0447\u0438 \u043a\u043e\u0458\u0435 \u0441\u0430\u0434\u0440\u0436\u0435 \u0431\u0440\u043e\u0458\u0435\u0432\u0435
-OptionPanel.spelling_opt_suggestions_limit_dialog = \u041d\u0430\u0458\u0432\u0435\u045b\u0438 \u0431\u0440\u043e\u0458 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0445 \u0440\u0435\u0447\u0438 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
-OptionPanel.spelling_opt_suggestions_limit_menu = \u041d\u0430\u0458\u0432\u0435\u045b\u0438 \u0431\u0440\u043e\u0458 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0445 \u0440\u0435\u0447\u0438 \u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0443
-OptionPanel.sr = \u0421\u0440\u043f\u0441\u043a\u0438 / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0430\u043d \u0448\u0430\u0431\u043b\u043e\u043d \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-OptionPanel.standardbackgroundcolor = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0430
-OptionPanel.standardbackgroundcolor.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u043c\u0430\u043f\u0435 \u0443 HTML \u0437\u0430\u043f\u0438\u0441\u0443 </html>
-OptionPanel.standardcloudcolor = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
-OptionPanel.standardcloudcolor.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430 \u0443 HTML \u0437\u0430\u043f\u0438\u0441\u0443 </html>
-OptionPanel.standardcloudestyle = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0430\u043d \u0441\u0442\u0438\u043b \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
-OptionPanel.standardcloudestyle.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0441\u0442\u0438\u043b \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430. \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0458\u0435 \u043f\u043e\u0434\u0440\u0436\u0430\u043d \u0441\u0430\u043c\u043e 'bezier' </html>
-OptionPanel.standarddrawrectangleforselection = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043c\u0435\u0445\u0443\u0440\u0438\u045b \u0437\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440.
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u0438\u043c\u0430 \u043c\u0435\u0445\u0443\u0440\u0438\u045b \u0441\u0430 \u0437\u0430\u043e\u0431\u0459\u0435\u043d\u0438\u043c \u0443\u0433\u043b\u043e\u0432\u0438\u043c\u0430 \u043e\u043a\u043e \u0441\u0435\u0431\u0435 .</html>
-OptionPanel.standardlinkcolor = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u0432\u0435\u0437\u0435
-OptionPanel.standardlinkcolor.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u0432\u0435\u0437\u0435 \u0443 HTML \u0437\u0430\u043f\u0438\u0441\u0443 </html>
-OptionPanel.standardlinkestyle = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0430\u043d \u0441\u0442\u0438\u043b \u0432\u0435\u0437\u0435
-OptionPanel.standardlinkestyle.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0441\u0442\u0438\u043b \u0432\u0435\u0437\u0435. \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0458\u0435 \u043f\u043e\u0434\u0440\u0436\u0430\u043d \u0441\u0430\u043c\u043e 'bezier' </html>
-OptionPanel.standardselectednodecolor = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.standardselectednodecolor.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430. \u0423 HTML \u0437\u0430\u043f\u0438\u0441\u0443 (#RRGGBB \u0443 \u0445\u0435\u043a\u0441\u0430\u0434\u0435\u0446\u0438\u043c\u0430\u043b\u043d\u043e\u0458 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438) </html>
-OptionPanel.standardselectednoderectanglecolor = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043c\u0435\u0445\u0443\u0440\u0438\u045b\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u043a\u0432\u0438\u0440\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430. \u0423 HTML \u0437\u0430\u043f\u0438\u0441\u0443 (#RRGGBB \u0443 \u0445\u0435\u043a\u0441\u0430\u0434\u0435\u0446\u0438\u043c\u0430\u043b\u043d\u043e\u0458 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438) </html>
-OptionPanel.STAR = \u0417\u0432\u0435\u0437\u0434\u0430
-OptionPanel.structured_html_import = \u0423\u0432\u043e\u0437 HTML-\u0430 \u043a\u0430\u043e \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-OptionPanel.structured_icon_toolbar = \u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0438\u043a\u043e\u043d\u0430 \u0442\u0440\u0430\u043a\u0435 \u0430\u043b\u0430\u0442\u0430
-OptionPanel.summary = \u0420\u0435\u0437\u0438\u043c\u0435
-OptionPanel.sv = \u0428\u0432\u0435\u0434\u0441\u043a\u0438  / svenska
-OptionPanel.text.use_ctrl_key = \u041a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 '\u0414\u043e\u0434\u0435\u043b\u0438 \u043f\u0440\u0435\u0447\u0438\u0446\u0435' \u0438\u0437 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 \u0430\u043b\u0430\u0442\u043a\u0438
-OptionPanel.time_for_automatic_save = \u0412\u0440\u0435\u043c\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e\u0433 \u0447\u0443\u0432\u0430\u045a\u0430
-OptionPanel.time_for_automatic_save.tooltip = <html> \u0432\u0440\u0435\u043c\u0435 \u0438\u0437\u043c\u0435\u0452\u0443 \u0434\u0432\u0430 \u0443\u0437\u0430\u0441\u0442\u043e\u043f\u043d\u0430 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0447\u0443\u0432\u0430\u045a\u0430 (\u0443 \u043c\u0441\u0435\u043a): \u0437\u0430 \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0430\u0432\u0430\u045a\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e\u0433 \u0447\u0443\u0432\u0430\u045a\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u043e\u0432\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043d\u0430 2000000000.</html>
-OptionPanel.time_for_delayed_selection = \u0412\u0440\u0435\u043c\u0435 \u043a\u0430\u0448\u045a\u0435\u045a\u0430 \u043e\u0434\u0430\u0431\u0438\u0440\u0430
-OptionPanel.time_for_delayed_selection.tooltip = <html> \u0412\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u043e \u0437\u0430\u043a\u0430\u0448\u045a\u0435\u045a\u0435 \u043e\u0434\u0430\u0431\u0438\u0440\u0430 \u0447\u0432\u043e\u0440\u0430 \u043a\u0430\u0434\u0430 \u0458\u0435 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 \u043c\u0438\u0448\u0430 \u0438\u0437\u043d\u0430\u0434 \u0447\u0432\u043e\u0440\u0430 (\u0443 \u043c\u0438\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u043c\u0430). \u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043e\u0432\u0430\u0458 \u0438\u0437\u043d\u043e\u0441 \u043d\u0430 1 \u0430\u043a\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043e\u0434\u0430\u0431\u0440\u0430\u0442\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u0434 \u0458\u0435 \u043c\u0438\u0448 \u0438\u0437\u043d\u0430\u0434.</html>
-OptionPanel.toolTipManager.dismissDelay = \u0412\u0440\u0435\u043c\u0435 \u043f\u0440\u0435\u0441\u0442\u0430\u043d\u043a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430, \u043c\u0441
-OptionPanel.toolTipManager.initialDelay = \u0412\u0440\u0435\u043c\u0435 \u043f\u043e\u0447\u0435\u0442\u043a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430, \u043c\u0441
-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
-OptionPanel.undo_levels.tooltip = <html>\u041e\u0434\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0431\u0440\u043e\u0458\u0430 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0438\u0445 \u043a\u043e\u0440\u0430\u043a\u0430 \u043a\u043e\u0458\u0438 \u045b\u0435 \u0441\u0435 \u043c\u043e\u045b\u0438 \u0432\u0440\u0430\u0442\u0438\u0442\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u043e\u043c "\u041e\u043f\u043e\u0437\u043e\u0432\u0438".</html>
-OptionPanel.unfold_on_paste = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u0434 \u0433\u0430 \u043d\u0430\u043b\u0435\u043f\u0438\u0448
-OptionPanel.unfold_on_paste.tooltip = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u0434 \u0433\u0430 \u043d\u0430\u043b\u0435\u043f\u0438\u0448 \u0438\u043b\u0438 \u043a\u0430\u0434 \u043f\u0440\u0435\u0432\u0443\u0447\u0435\u0448 \u0438 \u043f\u0443\u0441\u0442\u0438\u0448 \u0447\u0432\u043e\u0440
-OptionPanel.use_common_out_point_for_root_node = \u0420\u0443\u0431\u043e\u0432\u0438 \u0437\u0430\u043f\u043e\u0447\u0438\u045a\u0443 \u0438\u0437 \u0458\u0435\u0434\u043d\u0435 \u0442\u0430\u0447\u043a\u0435 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443
-OptionPanel.use_common_out_point_for_root_node.tooltip = \u0420\u0443\u0431\u043e\u0432\u0438 \u0437\u0430\u043f\u043e\u0447\u0438\u045a\u0443 \u0438\u0437 \u0458\u0435\u0434\u043d\u0435 \u0442\u0430\u0447\u043a\u0435 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443
-OptionPanel.use_tabbed_pane = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043a\u0430\u0440\u0442\u0438\u0446\u0435
-OptionPanel.use_tabbed_pane.tooltip = \u0410\u043a\u043e \u0441\u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u0435 \u043c\u0430\u043f\u0435 \u045b\u0435 \u0441\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0438\u0432\u0430\u0442\u0438 \u0443 \u043a\u0430\u0440\u0442\u0438\u0446\u0430\u043c\u0430 (\u043a\u0430\u043e \u0443 FireFox-\u0443 :-) ).
-OptionPanel.user_defined_screen_resolution = \u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0430 \u0440\u0435\u0437\u043e\u043b\u0443\u0446\u0438\u0458\u0430 \u0435\u043a\u0440\u0430\u043d\u0430 (dpi)
-OptionPanel.validate_classpath_needs_readaccess = \u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438: \u041a\u0430\u0434\u0430 \u0441\u0443 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0435 \u043f\u0443\u0442\u0430\u045a\u0435 \u0447\u0438\u0442\u0430\u045a\u0430 JAR \u0438 .class \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u0447\u0438\u0442\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430.
-OptionPanel.validate_invalid_date_format = \u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u0443\u043c\u0430
-OptionPanel.validate_invalid_datetime_format = \u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0438 \u0434\u0430\u0442\u0443\u043c\u0430
-OptionPanel.validate_invalid_number_format = \u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0431\u0440\u043e\u0458\u0430
-OptionPanel.validate_write_without_read = \u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438: \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0435 \u0447\u0438\u0442\u0430\u045a\u0435 \u0438 \u043f\u0438\u0441\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
-OptionPanel.validation_error = <html><body>\u041f\u043e\u0442\u0432\u0440\u0434\u0430 \u0433\u0440\u0435\u0448\u043a\u0435:<p><em>{0}</em><p>\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u043a\u0430\u043a\u043e \u0431\u0438 \u0443\u043a\u043b\u043e\u043d\u0438\u043b\u0438 \u0433\u0440\u0435\u0448\u043a\u0443.</body></html>
-OptionPanel.validation_warning = <html><body>\u041f\u043e\u0442\u0432\u0440\u0434\u0430 \u0443\u043f\u043e\u0437\u043e\u0440\u0435\u045a\u0430:<p><em>{0}</em></body></html>
-OptionPanel.vi = \u0412\u0438\u0458\u0435\u0442\u043d\u0430\u043c\u0441\u043a\u0438  / Ti\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = \u0411\u0440\u0437\u0438\u043d\u0430
-OptionPanel.wheel_velocity.tooltip = \u0412\u0435\u045b\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0440\u0435\u0437\u0443\u043b\u0442\u0443\u0458\u0435 \u043a\u043e\u0434 \u043f\u043e\u043c\u0430\u043a\u0430 \u0442\u043e\u0447\u043a\u0438\u045b\u0430 \u043c\u0438\u0448\u0430 \u0431\u0440\u0436\u0435 \u0443\u0447\u0438\u043d\u043a\u0435 \u043d\u0430 \u043c\u0430\u043f\u0438.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = \u041a\u0438\u043d\u0435\u0441\u043a\u0438, \u043f\u043e\u0458\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0438  / \u7b80\u4f53\u5b57
-OptionPanel.zh_TW = \u041a\u0438\u043d\u0435\u0441\u043a\u0438, \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0438  / \u7e41\u9ad4\u5b57
-org.freeplane.plugin.bugreport.agree = \u041f\u043e\u0448\u0430\u0459\u0438
-org.freeplane.plugin.bugreport.always_agree = \u0423\u0432\u0435\u043a \u043f\u043e\u0448\u0430\u0459\u0438
-org.freeplane.plugin.bugreport.always_deny = \u041d\u0438\u043a\u0430\u0434 \u043d\u0435 \u0448\u0430\u0459\u0438
-org.freeplane.plugin.bugreport.deny = \u041d\u0435 \u0448\u0430\u0459\u0438
-org.freeplane.plugin.bugreport.dialog.title = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458 \u043e \u0433\u0440\u0435\u0448\u0446\u0438
-org.freeplane.plugin.bugreport.freeplane_team = \u041f\u043e\u0440\u0443\u043a\u0430 Freeplane \u0442\u0438\u043c\u0430
-org.freeplane.plugin.bugreport.lastreport = \u041f\u0440\u0438\u043c\u0459\u0435\u043d\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
-org.freeplane.plugin.bugreport.never = \u041d\u0438\u043a\u0430\u0434 \u043d\u0435 \u043f\u0438\u0442\u0430\u0458 \u0437\u0430 \u043f\u043e\u043c\u043e\u045b
-org.freeplane.plugin.bugreport.question = Freeplane \u0438\u043c\u0430 \u0443\u0433\u0440\u0430\u0452\u0435\u043d \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0438\u0441\u0442\u0435\u043c \u043f\u0440\u0430\u045b\u0435\u045a\u0430 \u0433\u0440\u0435\u0448\u0430\u043a\u0430.
-org.freeplane.plugin.bugreport.report = \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
-org.freeplane.plugin.bugreport.wanted_bug = \u041f\u0440\u0438\u0458\u0430\u0432\u0459\u0435\u043d\u0430 \u0458\u0435 \u0443\u043d\u0443\u0442\u0440\u0430\u0448\u045a\u0430 \u0433\u0440\u0435\u0448\u043a\u0430 \u0438 \u0434\u0430\u0442 \u0458\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = \u0427\u0432\u043e\u0440 {0} \u043d\u0438\u0458\u0435 \u043e\u0434\u0440\u0435\u0452\u0435\u043d
-out_of_memory = \u041f\u0440\u0435\u043c\u0430\u043b\u043e \u0441\u043b\u043e\u0431\u043e\u0434\u043d\u0435 \u043c\u0435\u043c\u043e\u0440\u0438\u0458\u0435.
-overwrite_keyset_question = \u0417\u0430\u043c\u0435\u043d\u0438 \u043f\u043e\u0441\u0442\u043e\u0458\u0435\u045b\u0438 \u0441\u043a\u0443\u043f \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430?
-PageAction.text = \u041f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430...
-password_is_not_ascii = \u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u043d\u0438\u0458\u0435 ASCII
-PasteAction.text = & \u041d\u0430\u043b\u0435\u043f\u0438
-PasteAttributes.text = \u041d\u0430\u043b\u0435\u043f\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
-PatternNewNameProperty = \u041d\u043e\u0432\u0438 \u0448\u0430\u0431\u043b\u043e\u043d
-PatternToString.backgroundColor = \u0411\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435
-PatternToString.Child = \u0421\u0442\u0438\u043b \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
-PatternToString.color = \u0411\u043e\u0458\u0430
-PatternToString.EdgeColor = \u0411\u043e\u0458\u0430 \u0440\u0443\u0431\u0430
-PatternToString.EdgeStyle = \u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
-PatternToString.EdgeWidth = \u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0443\u0431\u0430
-PatternToString.FontBold = \u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-PatternToString.FontItalic = \u0418\u0441\u043a\u043e\u0448\u0435\u043d\u043e
-PatternToString.FontName = \u041d\u0430\u0437\u0438\u0432 \u0441\u043b\u043e\u0432\u043e\u043b\u0438\u043a\u0430
-PatternToString.Icon = \u0418\u043a\u043e\u043d\u0430
-PatternToString.NodeFontSize = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
-pdfKeyDocLocation = ./doc/FM_Key_Mappings_Quick_Guide.pdf
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = \u0434\u0430\u043d\u0438
-PeriodUnit.HOUR = \u0441\u0430\u0442\u0438
-PeriodUnit.MINUTE = \u043c\u0438\u043d\u0443\u0442\u0435
-PeriodUnit.MONTH = \u043c\u0435\u0441\u0435\u0446\u0438
-PeriodUnit.WEEK = \u0441\u0435\u0434\u043c\u0438\u0446\u0435
-PeriodUnit.YEAR = \u0433\u043e\u0434\u0438\u043d\u0435
-plugins/latex/LatexNodeHook.editorTitle = \u0423\u0440\u0435\u0434\u0438 Latex \u0444\u043e\u0440\u043c\u0443\u043b\u0443
-plugins/script_filter = \u0424\u0438\u043b\u0442\u0435\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 {0}
-plugins/script_filter_error = {0} \u0458\u0435 \u043c\u043e\u0440\u0430\u043e \u0432\u0440\u0430\u0442\u0438\u0442\u0438 \u0411\u0443\u043b\u043e\u0432 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442 \u043d\u0430 {1}, \u0430\u043b\u0438 \u0458\u0435 \u0432\u0440\u0430\u0442\u0438\u043e {2}
-plugins/ScriptEditor.cancel = &\u041e\u0434\u0431\u0430\u0446\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u0438 \u0438\u0437\u0430\u0452\u0438
-plugins/ScriptEditor.exit = &\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0438 \u0438\u0437\u0430\u0452\u0438
-plugins/ScriptEditor.FORBIDDEN_ACTION = \u0418\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435 Freeplane groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0458\u0435 \u0437\u0430\u0443\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u043e. \u0417\u0430\u0431\u0440\u0430\u045a\u0435\u043d\u0435 \u0441\u0443 {0,choice,0#File|1#Network|2#Exec} \u0441\u043b\u0435\u0434\u0435\u045b\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0458\u0435: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0432\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0438 \u0443 \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0438\u043c\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430.
-plugins/ScriptEditor.menu_actions = &\u0410\u043a\u0446\u0438\u0458\u0435
-plugins/ScriptEditor.new_script = \u041d\u043e\u0432\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430
-plugins/ScriptEditor.run = &\u041f\u043e\u043a\u0440\u0435\u043d\u0438
-plugins/ScriptEditor.sign = \u041f\u043e\u0442\u043f\u0438\u0441\u0438\u0432\u0430\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435...
-plugins/ScriptEditor/window.Result = \u0418\u0441\u0445\u043e\u0434:
-plugins/ScriptEditor/window.title = \u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0441\u043a\u0440\u0438\u043f\u0442\u0435
-plugins/ScriptingEngine.illegalAccessToInternalAPI = \u041d\u0435\u0434\u043e\u0437\u0432\u043e\u0459\u0435\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0443\u043f \u0438\u043d\u0442\u0435\u0440\u043d\u0438\u043c API ( \u043f\u0430\u043a\u0435\u0442  {0}). - \u041c\u043e\u043b\u0438\u043c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0438\u0440\u0430\u0458\u0442\u0435 Freeplane \u0442\u0438\u043c \u0430\u043a\u043e API \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043d\u0438\u0441\u0443 \u0434\u043e\u0432\u043e\u0459\u043d\u043e \u043f\u043e\u0434\u0440\u0436\u0430\u043d\u0435.
-plugins/TimeList.xml_Created = \u041d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u043e
-plugins/TimeList.xml_Date = \u0414\u0430\u0442\u0443\u043c
-plugins/TimeList.xml_Icons = \u0418\u043a\u043e\u043d\u0435
-plugins/TimeList.xml_Modified = \u0418\u0437\u043c\u0435\u045a\u0435\u043d\u043e
-plugins/TimeList.xml_Notes = \u0411\u0435\u043b\u0435\u0448\u043a\u0435
-plugins/TimeList.xml_Text = \u0422\u0435\u043a\u0441\u0442
-plugins/TimeManagement.xml_appendButton = \u0414\u043e\u0434\u0430\u0458 \u0434\u0430\u0442\u0443\u043c \u0443 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438
-plugins/TimeManagement.xml_Cancel = \u041e\u0442\u043a\u0430\u0436\u0438
-plugins/TimeManagement.xml_cancelButton = \u041e\u0442\u043a\u0430\u0436\u0438
-plugins/TimeManagement.xml_closeButton = \u0417\u0430\u0442\u0432\u043e\u0440\u0438
-plugins/TimeManagement.xml_Export = \u0418\u0437\u0432\u043e\u0437 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-plugins/TimeManagement.xml_Find = \u0422\u0440\u0430\u0436\u0438
-plugins/TimeManagement.xml_Goto = \u0418\u0434\u0438 \u043d\u0430
-plugins/TimeManagement.xml_hour = \u0421\u0430\u0442:
-plugins/TimeManagement.xml_menu_actions = \u0410\u043a\u0446\u0438\u0458\u0435
-plugins/TimeManagement.xml_minute = \u041c\u0438\u043d\u0443\u0442\u0430:
-plugins/TimeManagement.xml_reminderButton = \u041f\u043e\u0434\u0441\u0435\u0442\u0438 \u043c\u0435 \u043d\u0430 \u0442\u0430\u0458 \u0434\u0430\u043d
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>\u041d\u0430\u043a\u043e\u043d \u043a\u043b\u0438\u043a\u0430 \u0437\u0430\u043f\u043e\u0447\u0438\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u043e \u043e\u0434\u0431\u0440\u043e\u0458\u0430\u0432\u0430\u045a\u0435 \u043f\u0440\u0435\u043c\u0430 \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u043e\u043c \u0434\u0430\u0442\u0443\u043c\u0443. \u041d\u0430\u043a\u043e\u043d \u0438\u0441\u0442\u0435\u043a\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0442\u0440\u0435\u043f\u045b\u0443\u045b\u0430 \u0438\u043a\u043e\u043d\u0430 \u0434\u0430\u0458\u0435 \u0437\u043d\u0430\u043a \u043e \u0438\u0441\u0442\u0435\u043a\u0443.<br> \u0410\u043a\u043e \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0442\u0435 \u043c\u0430\u043f\u0443, \u043e\u0434\u0431\u0440\u043e\u0458\u0430\u0432\u0430\u045a\u0435 \u0441\u0435 \u043f\u043e\u043d\u043e\u0432\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430 \u043a\u043e\u0434 \u043e\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u043c\u0430\u043f\u0435.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0458\u0435 \u043c\u043e\u0433\u0443\u045b \u0458\u0435\u0434\u0430\u043d \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u043f\u043e \u0447\u0432\u043e\u0440\u0443. <br>\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u0458\u0435 \u043f\u043e\u0434\u0435\u0459\u0435\u043d \u043d\u0430 {0,date} {0,time}, \u0432\u0430\u0448 \u0438\u0437\u0431\u043e\u0440 \u0458\u0435 \u0431\u0438\u043e {1,date} {1,time}. <br><br>\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0438 \u0432\u0440\u0435\u043c\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u045a\u0430 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a\u0430 (\u0414\u0430) <br>\u0438\u043b\u0438 \u0436\u0435\u043b\u0438\u0442\u0435 \u0437\u0430\u0434\u0440\u0436\u0430\u0442\u0438 \u0441\u0442\u0430\u0440\u043e \u0432\u0440\u0435\u043c\u0435 (\u041d\u0435)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = \u041f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u0437\u0430\u0434\u0430\u0442\u043a\u0430 \u0458\u0435 \u043f\u043e\u0434\u0435\u0448\u0435\u043d \u043d\u0430  {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = \u041f\u043e\u0434\u0441\u0435\u0442\u0438 \u043a\u0430\u0441\u043d\u0438\u0458\u0435
-plugins/TimeManagement.xml_remindLaterButton_tooltip = \u041f\u043e\u0434\u0441\u0435\u0442\u0438 \u043a\u0430\u0441\u043d\u0438\u0458\u0435
-plugins/TimeManagement.xml_removeReminderButton = \u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0432\u0435 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a\u0435 \u043a\u043e\u0458\u0438 \u0441\u0443 \u043f\u043e\u0432\u0435\u0437\u0430\u043d\u0438 \u0441 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430.
-plugins/TimeManagement.xml_Replace = \u0417\u0430\u043c\u0435\u043d\u0438
-plugins/TimeManagement.xml_Replace_All = \u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0432\u0435
-plugins/TimeManagement.xml_Replace_Selected = \u0417\u0430\u043c\u0435\u043d\u0438 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e
-plugins/TimeManagement.xml_Select = \u0418\u0437\u0430\u0431\u0435\u0440\u0438
-plugins/TimeManagement.xml_todayButton = \u0423 \u043f\u043e\u0447\u0435\u0442\u043d\u043e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440
-plugins/TimeManagement.xml_WindowTitle = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043e\u043c
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = \u041f\u0440\u0435\u0442\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
-preferences = \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435
-print_preview_title = \u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430
-PrintAction.text = \u041e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u0458 \u043c\u0430\u043f\u0443...
-PrintDirectAction.text = \u041e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u0458
-printing_settings = \u0420\u0430\u0437\u043c\u0435\u0440\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430
-PrintPreviewAction.text = &\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430...
-PropertyAction.dialog = \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435
-PropertyAction.text = \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 ...
-QuickFilterAction.text = \u0411\u0440\u0437\u0438 \u0444\u0438\u043b\u0442\u0435\u0440
-QuickFindAction.BACK.text = \u041d\u0430\u0452\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e
-QuickFindAction.FORWARD.text = \u041d\u0430\u0452\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0435
-QuickFindAllAction.text = \u041e\u0437\u043d\u0430\u0447\u0438 \u0441\u0432\u0435 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-QuickHighlightAction.text = \u0418\u0441\u0442\u0430\u043a\u043d\u0438 \u0441\u0432\u0435 \u043e\u0434\u0433\u043e\u0432\u0430\u0440\u0430\u0458\u0443\u045b\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-QuitAction.text = \u0418\u0437\u043b\u0430\u0437
-read_only = \u0421\u0430\u043c\u043e \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435
-ReadScriptError.text = \u0413\u0440\u0435\u0448\u043a\u0430 \u043a\u043e\u0434 \u0447\u0438\u0442\u0430\u045a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0435
-really_convert_to_current_version = <html>\u041c\u0430\u043f\u0430 \u0458\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u0441\u0430 \u0441\u0442\u0430\u0440\u0438\u0458\u0438\u043c \u0438\u0437\u0434\u0430\u045a\u0435\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 Freeplane. <br>\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0438\u0445 \u043f\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043d\u0430 \u043d\u043e\u0432\u043e \u0438\u0437\u0434\u0430\u045a\u0435 (\u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0443\u0458\u0435 \u0441\u0435)?  <br> (\u0423 \u0441\u0443\u043f\u0440\u043e\u0442\u043d\u043e\u043c \u0442\u0440\u0435\u0431\u0430 \u0443\u0437\u0435\u0442\u0438 \u043a\u0430\u043a\u0432\u0430 \u0458\u0435, \u0431\u0435\u0437 \u0438\u043a\u0430\u043a\u0432\u0435 \u0433\u0430\u0440\u0430\u043d\u0446\u0438\u0458\u0435.) </html>
-really_cut_node = \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0438\u0437\u0440\u0435\u0437\u0430\u0442\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435?
-really_execute_script = \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0443\u043a\u0459\u0443\u0447\u0435\u043d\u0435 \u0443 \u043e\u0432\u043e\u0458 \u043c\u0430\u043f\u0438? \u041f\u043e\u0441\u0442\u043e\u0458\u0438 \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442 \u043d\u0430\u0441\u0442\u0430\u043d\u043a\u0430 \u0448\u0442\u0435\u0442\u0435 \u043d\u0430 \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443?
-really_remove_node = \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435?
-really_remove_notes = \u0421\u0442\u0432\u0430\u0440\u043d\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435?
-ReapplyFilterAction.text = \u041f\u043e\u043d\u043e\u0432\u043e \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458 \u0430\u043a\u0446\u0438\u0458\u0443
-red = \u0426\u0440\u0432\u0435\u043d\u043e
-RedefineStyleAction.text = \u041f\u043e\u043d\u043e\u0432\u043e \u043e\u0434\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0441\u0442\u0438\u043b\u0430
-RedoAction.text = \u041f\u043e\u043d\u043e\u0432\u0438
-RedoFilterAction.text = \u041f\u043e\u043d\u043e\u0432\u0438 \u0430\u043a\u0446\u0438\u0458\u0443
-regular_expressions = \u041f\u0440\u0430\u0432\u0438\u043b\u0430\u043d \u0438\u0437\u0440\u0430\u0437
-ReminderHookAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
-ReminderHookAction.tooltip = \u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u0441 \u0447\u0432\u043e\u0440\u0430.
-remove_file_from_list_on_error = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 {0} \u043d\u0438\u0458\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0458\u0435 \u0443\u043a\u043e\u043d\u0438\u0442\u0438 \u0441\u0430 \u0441\u043f\u0438\u0441\u043a\u0430 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u0430\u043d\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430?
-remove_shortcut_question = \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0438 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0443 \u043f\u0440\u0435\u0447\u0438\u0446\u0443?
-RemoveAllIconsAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0432\u0435 \u0438\u043a\u043e\u043d\u0435
-RemoveConnectorAction.text = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a
-RemoveEncryption.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0435
-RemoveFormatAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442
-RemoveIcon_0_Action.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u0440\u0432\u0443 \u0438\u043a\u043e\u043d\u0443
-RemoveIconAction.text = \u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 \u0438\u043a\u043e\u043d\u0443
-RemoveNoteAction.text = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-RemoveNoteAction.tooltip = <html>\u0423\u043a\u043b\u0430\u045a\u0430 \u0441\u0430\u0434\u0440\u0436\u0430\u0458 \u0431\u0435\u043b\u0435\u0436\u0430\u043a\u0430 \u043e\u0434 \u0435\u0432\u0435\u043d\u0442\u0443\u0430\u043b\u043d\u043e \u043d\u0435\u043a\u043e\u043b\u0438\u043a\u043e.</html>
-rename = &\u041f\u0440\u0435\u0438\u043c\u0435\u043d\u0443\u0458
-repair_link = \u041f\u043e\u043f\u0440\u0430\u0432\u0438 \u0432\u0435\u0437\u0443
-repair_link_question = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043f\u043e\u0432\u0435\u0437\u0430\u043d\u0443 \u043c\u0430\u043f\u0443. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043f\u043e\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0435\u0437\u0443 \u0440\u0443\u0447\u043d\u043e?
-replace = \u0417\u0430\u043c\u0435\u043d\u0438
-replace_shortcut_question = \u041e\u0432\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u0458\u0435 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u0430\n  {0}.\n\u0417\u0430\u043c\u0435\u043d\u0438 \u0458\u043e\u0458 \u043d\u0430\u043c\u0435\u043d\u0443?
-replace_shortcut_title = \u0417\u0430\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0447\u0438\u0446\u0443?
-ReportBugAction.text = \u041f\u0440\u0438\u0458\u0430\u0432\u0438 \u0433\u0440\u0435\u0448\u043a\u0443
-RequestFeatureAction.text = \u0422\u0440\u0430\u0436\u0438\u0442\u0435 \u043d\u043e\u0432\u0430 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430
-reset_to_default = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e
-ResetNodeLocationAction.text = \u0412\u0440\u0430\u0442\u0438 &\u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u043f\u043e\u043b\u043e\u0436\u0430\u0458
-ResetStyleAction.text = \u0412\u0440\u0430\u0442\u0438 \u043f\u043e\u0447\u0435\u0442\u043d\u0438 \u0441\u0442\u0438\u043b \u0447\u0432\u043e\u0440\u0430
-RevertAction.text = &\u0412\u0440\u0430\u045b\u0430\u045a\u0435 \u0438\u0437 \u043b\u043e\u043a\u0430\u043b\u043d\u0435 \u0438\u0441\u0442\u043e\u0440\u0438\u0458\u0435
-RevisionPluginAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d \u0447\u0432\u043e\u0440 \u0443 &\u0431\u043e\u0458\u0438
-save_failed = \u041f\u043e\u043a\u0443\u0448\u0430\u0458 \u0447\u0443\u0432\u0430\u045a\u0430 \u043c\u0430\u043f\u0435 {0} \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043e.
-save_unsaved = \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0443 \u043c\u0430\u043f\u0443 \u0443\u043c\u0430?:
-save_unsaved_styles = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0442\u0438\u043b\u043e\u0432\u0435?
-SaveAcceleratorPresetsAction.text = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u043a\u0443\u043f \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
-SaveAction.text = &\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043c\u0430\u043f\u0443
-SaveAll.text = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 &\u0441\u0432\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u043c\u0430\u043f\u0435
-SaveAll.tooltip = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0432\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u043c\u0430\u043f\u0435.
-SaveAsAction.text = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043e...
-saved = \u0421\u0430\u0447\u0443\u0432\u0430\u043d\u043e
-saving_canceled = \u0427\u0443\u0432\u0430\u045a\u0435 \u0458\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043d\u043e
-scanners_not_loaded = \u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0435 \u0441\u0435 \u043d\u0435 \u043c\u043e\u0433\u0443 \u0443\u0447\u0438\u0442\u0430\u0442\u0438, \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430
-scheme_evaluate = \u041f\u0440\u043e\u0446\u0435\u043d\u0438!
-script_execution_disabled = \u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u043e \u0458\u0435 \u0438\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438, \u0432\u0438\u0434\u0438 \u0410\u043b\u0430\u0442\u043a\u0435/\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435/\u0414\u043e\u0434\u0430\u0446\u0438
-ScriptEditor.text = \u0423&\u0440\u0435\u0434\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0443...
-ScriptEditor.tooltip = \u041e\u043c\u043e\u0433\u0443\u045b\u0430\u0432\u0430 \u043f\u0438\u0441\u0430\u045a\u0435 \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438 \u0443\u043d\u0443\u0442\u0430\u0440 Freeplanea.
-ScriptEditorPanel.changed_cancel = \u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u0458\u0435 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0430. \u0421\u0442\u0432\u0430\u0440\u043d\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
-scripting_api_generator_legend = \u041d\u0430\u0442\u043f\u0438\u0441
-scripting_api_generator_proxy = \u041f\u043e\u0441\u0440\u0435\u0434\u043d\u0438\u043a
-scripting_api_generator_title = \u041f\u0438\u0441\u0430\u045a\u0435 API \u0441\u043a\u0440\u0438\u043f\u0442\u0435
-scripting_api_generator_utilities = \u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430
-scripting_api_generator_web = \u0412\u0435\u0431 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430
-select_favorites_folder = \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443, \u0443 \u043a\u043e\u0458\u043e\u0458 \u0441\u0435 \u043d\u0430\u043b\u0430\u0437\u0435 \u043e\u043c\u0438\u0459\u0435\u043d\u0435
-select_file_export_to = \u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0437\u0430 \u0438\u0437\u0432\u043e\u0437 \u0443
-select_folder_for_importing = \u041e\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 \u0437\u0430 \u0443\u0432\u043e\u0437
-select_icon = \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043a\u043e\u043d\u0443
-select_menu_item_dialog = \u041e\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430
-select_menu_item_root_node = \u0418\u0437\u0431\u043e\u0440\u043d\u0438\u043a
-SelectAllAction.text = \u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435 &\u0432\u0438\u0434\u0459\u0438\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-SelectBranchAction.text = \u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0432\u0438\u0434\u0459\u0438\u0432\u0443 \u0433\u0440\u0430\u043d\u0443
-SelectedPasteAction.text = \u041d\u0430\u043b\u0435\u043f\u0438 \u043a\u0430\u043e...
-selection_method_by_click = \u0408\u0435\u0434\u0430\u043d \u043a\u043b\u0438\u043a \u0437\u0430 \u0438\u0437\u0430\u0431\u0438\u0440
-selection_method_delayed = \u041e\u0434\u043b\u043e\u0436\u0435\u043d\u043e \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0431\u0438\u0440\u0430\u045a\u0435
-selection_method_direct = \u041f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 \u043d\u0430 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e
-SelectNoteAction.text = \u041f\u0440\u0435\u0431\u0430\u0446\u0438\u0442\u0435 \u0441\u0435 \u043d\u0430 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-SelectNoteAction.tooltip = \u041f\u0440\u0435\u0431\u0430\u0446\u0443\u0458\u0435 \u043d\u0430 \u043e\u0434\u0433\u043e\u0432\u0430\u0440\u0430\u0458\u0443\u045b\u0438 \u043e\u043a\u043d\u043e \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-set_accelerator_on_next_click_action = \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 \u0431\u0438\u043b\u043e \u043a\u043e\u0458\u0443 \u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 \u0437\u0430 \u0434\u043e\u0434\u0435\u043b\u0443 \u043d\u043e\u0432\u0435 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
-SetAcceleratorOnNextClickAction.text = \u041f\u0440\u0438\u0434\u0440\u0443\u0436\u0438 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0443 \u043f\u0440\u0435\u0447\u0438\u0446\u0443
-SetImageByFileChooserAction.text = \u0421\u043b\u0438\u043a\u0430 \u043f\u043e \u0438\u0437\u0431\u043e\u0440\u0443 \u0438\u043b\u0438 \u0432\u0435\u0437\u0438...
-SetLinkAnchorAction.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0441\u0438\u0434\u0440\u043e \u0432\u0435\u0437\u0435
-SetLinkAnchorAction.tooltip = <html>\u043f\u043e\u0434\u0435\u0441\u0438\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u043e \u0441\u0438\u0434\u0440\u043e \u0437\u0430 \u0431\u0443\u0434\u0443\u045b\u043d\u043e\u0441\u0442<br/>\u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043b\u043e\u043a\u0430\u043b\u043d\u0438\u0445 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0438\u0445 \u0432\u0435\u0437\u0430.
-SetLinkAnchorAction.tooltip_anchored = <html>\u043f\u043e\u0434\u0435\u0441\u0438\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u043e \u0441\u0438\u0434\u0440\u043e \u0437\u0430 \u0431\u0443\u0434\u0443\u045b\u043d\u043e\u0441\u0442<br/>\u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043b\u043e\u043a\u0430\u043b\u043d\u0438\u0445 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0438\u0445 \u0432\u0435\u0437\u0430.. \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0441\u0438\u0434\u0440\u043e:<br/>{0}
-SetLinkByFileChooserAction.text = \u0414\u043e\u0434\u0430\u0458 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0435 (\u0438\u0437\u0430\u0431\u0435\u0440\u0438)...
-SetLinkByTextFieldAction.text = \u0414\u043e\u0434\u0430\u0458 \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443 (\u0442\u0438\u043f)...
-SetNodeLink.text = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0432\u0435\u0437\u0443 \u0447\u0432\u043e\u0440\u0430
-SetNoteWindowPosition.bottom.text = \u0414\u043e\u043b\u0435
-SetNoteWindowPosition.left.text = \u041b\u0435\u0432\u043e
-SetNoteWindowPosition.right.text = \u0414\u0435\u0441\u043d\u043e
-SetNoteWindowPosition.top.text = \u0413\u043e\u0440\u0435
-SetShortenerStateAction.text = \u0423\u043c\u0430\u045a\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
-sf_login_required = \u041f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u043f\u0440\u0438\u0458\u0430\u0432\u0459\u0438\u0432\u0430\u045a\u0435 \u043d\u0430 Source Forge. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043d\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0438?
-ShowAllAttributesAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u0432\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
-ShowAncestorsAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043f\u0440\u0435\u0442\u043a\u0435
-ShowAttributeDialogAction.text = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0430&\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u043c\u0430
-ShowDescendantsAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043f\u043e\u0442\u043e\u043c\u043a\u0435
-ShowFilterToolbarAction.text = \u0424\u0438\u043b\u0442\u0435\u0440 \u0442\u0440\u0430\u043a\u0435 \u0430\u043b\u0430\u0442\u0430
-ShowFormatPanel.text = \u0422\u0430\u0431\u043b\u0430 \u0441\u0432\u043e\u0458\u0441\u0442\u0430\u0432\u0430
-ShowFormatPanel.tooltip = \u041f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u0434\u0438\u0458\u0430\u043b\u043e\u0433 \u0443 \u043a\u043e\u0458\u0435\u043c \u043e\u0431\u043b\u0438\u0446\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438 \u0440\u0443\u0431\u043e\u0432\u0430 \u043c\u043e\u0433\u0443 \u0441\u0435 \u043c\u0435\u045a\u0430\u0442\u0438 \u043e\u0434\u0458\u0435\u0434\u043d\u043e\u043c.
-ShowHideNoteAction.text = \u041f\u0440\u0438\u043a\u0430\u0437 \u043e\u043a\u043d\u0430 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
-ShowHideNoteAction.tooltip = \u0423\u043a\u0459\u0443\u0447\u0438\u0432\u0430\u045a\u0435 \u0438\u043b\u0438 \u0438\u0441\u043a\u0459\u0443\u0447\u0438\u0432\u0430\u045a\u0435 \u043f\u0440\u043e\u0437\u043e\u0440\u0430 \u0441 \u0431\u0435\u043b\u0435\u0448\u043a\u0430\u043c\u0430
-ShowNextChildAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438
-ShowNotesInMapAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0443 \u043c\u0430\u043f\u0438
-ShowSelectedAttributesAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
-ShowSelectionAsRectangleAction.text = \u041f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438 \u0438\u0437\u0431\u043e\u0440
-simplyhtml.aboutFrameTitle = \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443
-simplyhtml.aboutLabel = \u041e SimplyHTML...
-simplyhtml.alignCenter = \u0441\u0440\u0435\u0434\u0438\u043d\u0430
-simplyhtml.alignLabel = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435:
-simplyhtml.alignLeft = \u041b\u0435\u0432\u043e
-simplyhtml.alignRight = \u0414\u0435\u0441\u043d\u043e
-simplyhtml.allCellsRangeLabel = \u0441\u0432\u0435 \u045b\u0435\u043b\u0438\u0458\u0435
-simplyhtml.allOccurrencesReplaced = \u0421\u0432\u0435 \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438 \u0441\u0443 \u0437\u0430\u043c\u0435\u045a\u0435\u043d\u0435
-simplyhtml.appendTableColLabel = \u0414\u043e\u0434\u0430\u0458 \u0441\u0442\u0443\u0431\u0430\u0446
-simplyhtml.appendTableRowLabel = \u0414\u043e\u0434\u0430\u0458 \u0440\u0435\u0434
-simplyhtml.applyCellAttrLabel = \u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0430
-simplyhtml.backgroundLabel = \u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430:
-simplyhtml.boldItalicName = \u0443\u043a\u043e\u0448\u0435\u043d\u043e - \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-simplyhtml.boldName = \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-simplyhtml.borderColorLabel = \u0411\u043e\u0458\u0430:
-simplyhtml.borderWidthLabel = \u0428\u0438\u0440\u0438\u043d\u0430
-simplyhtml.bottomLabel = \u0414\u043e\u043b\u0435:
-simplyhtml.cancelBtnName = \u041e\u0442\u043a\u0430\u0436\u0438
-simplyhtml.cellBorderTabLabel = \u0420\u0443\u0431\u043e\u0432\u0438
-simplyhtml.cellGenTabLabel = \u041e\u043f\u0448\u0442\u0435
-simplyhtml.cellMarginTabLabel = \u0418\u0432\u0438\u0446\u0430
-simplyhtml.cellPanelTitle = \u041e\u0431\u043b\u0438\u043a \u045b\u0435\u043b\u0438\u0458\u0435
-simplyhtml.clearFormatLabel = \u0423\u043a\u043b\u043e\u043d\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
-simplyhtml.clearFormatTip = \u0423\u043a\u043b\u043e\u043d\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
-simplyhtml.close = \u0417\u0430\u0442\u0432\u043e\u0440\u0438
-simplyhtml.closeBtnName = \u0417\u0430\u0442\u0432\u043e\u0440\u0438
-simplyhtml.colorLabel = \u0411\u043e\u0458\u0430
-simplyhtml.copyLabel = \u0423\u043c\u043d\u043e\u0436\u0438
-simplyhtml.copyTip = \u0443\u043c\u043d\u043e\u0436\u0438
-simplyhtml.cTagNameHead1 = \u041d\u0430\u0441\u043b\u043e\u0432 1
-simplyhtml.cTagNameHead2 = \u041d\u0430\u0441\u043b\u043e\u0432 2
-simplyhtml.cTagNameHead3 = \u041d\u0430\u0441\u043b\u043e\u0432 3
-simplyhtml.cTagNameHead4 = \u041d\u0430\u0441\u043b\u043e\u0432 4
-simplyhtml.cTagNameHead5 = \u041d\u0430\u0441\u043b\u043e\u0432 5
-simplyhtml.cTagNameHead6 = \u041d\u0430\u0441\u043b\u043e\u0432 6
-simplyhtml.cTagNameLink = \u0412\u0435\u0437\u0430
-simplyhtml.cTagNameOL = \u0423\u0440\u0435\u0452\u0435\u043d \u0441\u043f\u0438\u0441\u0430\u043a
-simplyhtml.cTagNamePara = \u041f\u0430\u0441\u0443\u0441
-simplyhtml.cTagNameUL = \u041d\u0435\u0443\u0440\u0435\u0452\u0435\u043d \u0441\u043f\u0438\u0441\u0430\u043a
-simplyhtml.cutLabel = \u0418\u0441\u0435\u0446\u0438
-simplyhtml.cutTip = \u0438\u0441\u0435\u0446\u0438
-simplyhtml.defaultDocName = \u0411\u0435\u0437 \u043d\u0430\u0441\u043b\u043e\u0432\u0430
-simplyhtml.deleteTableColLabel = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u0442\u0443\u0431\u0430\u0446
-simplyhtml.deleteTableRowLabel = \u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0440\u0435\u0434
-simplyhtml.docTitleQuery = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0441\u043b\u043e\u0432 \u043a\u0430\u043e:
-simplyhtml.docTitleTitle = \u0423\u0440\u0435\u0434\u0438 \u043d\u0430\u0441\u043b\u043e\u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
-simplyhtml.editLabel = \u0423\u0440\u0435\u0434\u0438
-simplyhtml.effectLabel = \u0415\u0444\u0435\u043a\u0442\u0438
-simplyhtml.familyLabel = \u041e\u0431\u043b\u0438\u043a
-simplyhtml.findNext = \u0422\u0440\u0430\u0436\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0435...
-simplyhtml.findReplaceDialogTitle = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
-simplyhtml.findReplaceLabel = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
-simplyhtml.findReplaceTip = \u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
-simplyhtml.fontBoldLabel = \u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-simplyhtml.fontBoldTip = \u0443\u043a\u0459\u0443\u0447\u0438/\u0438\u0441\u043a\u0459\u0443\u0447\u0438 \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
-simplyhtml.fontColorLabel = \u0411\u043e\u0458\u0430 \u0442\u0435\u043a\u0441\u0442\u0430
-simplyhtml.fontColorTip = \u0411\u043e\u0458\u0430 \u0442\u0435\u043a\u0441\u0442\u0430
-simplyhtml.fontDialogTitle = \u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
-simplyhtml.fontItalicLabel = \u0418\u0441\u043a\u043e\u0448\u0435\u043d\u043e
-simplyhtml.fontItalicTip = \u0418\u0441\u043a\u0459\u0443\u0447\u0438/\u0443\u043a\u0459\u0443\u0447\u0438 \u0438\u0441\u043a\u043e\u0448\u0435\u043d\u043e
-simplyhtml.fontLabel = \u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a...
-simplyhtml.fontTabLabel = \u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a
-simplyhtml.fontTip = \u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430...
-simplyhtml.fontUnderlineLabel = \u041f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
-simplyhtml.fontUnderlineTip = \u0423\u043a\u0459\u0443\u0447\u0438/\u0438\u0441\u043a\u0459\u0443\u0447\u0438 \u043f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
-simplyhtml.foregroundLabel = \u041f\u0440\u0432\u0438 \u043f\u043b\u0430\u043d:
-simplyhtml.formatLabel = \u041e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
-simplyhtml.formatListLabel = \u0421\u043f\u0438\u0441\u0430\u043a...
-simplyhtml.formatListTip = \u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u043e\u0431\u043b\u0438\u043a \u0441\u043f\u0438\u0441\u043a\u0430
-simplyhtml.formatParaLabel = \u041f\u0430\u0441\u0443\u0441...
-simplyhtml.formatParaTip = \u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u043e\u0431\u043b\u0438\u043a \u043f\u0430\u0441\u0443\u0441\u0430
-simplyhtml.formatTableLabel = \u0422\u0430\u0431\u0435\u043b\u0430...
-simplyhtml.formatTableTip = \u041e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u0442\u0430\u0431\u0435\u043b\u0435
-simplyhtml.helpLabel = \u041f\u043e\u043c\u043e\u045b
-simplyhtml.htmlTabTitle = HTML \u043f\u0440\u0438\u043a\u0430\u0437
-simplyhtml.imageFileDesc = \u0421\u043b\u0438\u043a\u043e\u0432\u043d\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
-simplyhtml.insertTableColLabel = \u0423\u043c\u0435\u0442\u043d\u0438 \u0441\u0442\u0443\u0431\u0430\u0446
-simplyhtml.insertTableLabel = \u0422\u0430\u0431\u0435\u043b\u0430...
-simplyhtml.insertTableMsg = \u041a\u043e\u043b\u0438\u043a\u043e \u0438\u043c\u0430 \u0441\u0442\u0443\u0431\u0430\u0446\u0430?
-simplyhtml.insertTableRowLabel = \u0423\u043c\u0435\u0442\u043d\u0438 \u0440\u0435\u0434
-simplyhtml.insertTableTitle = \u0423\u043c\u0435\u0442\u043d\u0438 \u0442\u0430\u0431\u0435\u043b\u0443
-simplyhtml.italicName = \u0423\u043a\u043e\u0448\u0435\u043d\u043e
-simplyhtml.layoutTabTitle = \u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043f\u0440\u0438\u043a\u0430\u0437
-simplyhtml.leftLabel = \u043b\u0435\u0432\u043e:
-simplyhtml.listDialogTitle = \u041e\u0431\u043b\u0438\u043a \u0441\u043f\u0438\u0441\u043a\u0430
-simplyhtml.listIndentTitle = \u0423\u0432\u0443\u0446\u0438:
-simplyhtml.listPosInside = \u0438\u0437\u043d\u0443\u0442\u0440\u0430
-simplyhtml.listPositionLabel = \u041f\u043e\u043b\u043e\u0436\u0430\u0458:
-simplyhtml.listPosOutside = \u0441\u043f\u043e\u0459\u0430
-simplyhtml.listTypeCircle = \u043a\u0440\u0443\u0436\u0438\u045b
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = \u0441\u0438\u043c\u0431\u043e\u043b \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u043a\u0430\u043e \u043e\u0437\u043d\u0430\u043a\u0430
-simplyhtml.listTypeLabel = \u0422\u0438\u043f:
-simplyhtml.listTypeLowerAlpha = \u0430.,\u0431.,\u0446.,\u0434.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \u043d\u0438\u0448\u0442\u0430
-simplyhtml.listTypeSquare = \u043a\u0432\u0430\u0434\u0440\u0430\u0442
-simplyhtml.listTypeUpperAlpha = \u0410.,\u0411.,\u0426.,\u0414.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = \u0421\u043f\u043e\u0459\u043d\u0438
-simplyhtml.matchApproximately = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e
-simplyhtml.matchApproximately.tooltip = <html>\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u043f\u043e\u0440\u0435\u0452\u0435\u045a\u0435,<br/>\u043d\u043f\u0440. \u0443 \u043f\u043e\u0442\u0440\u0430\u0437\u0438 \u0437\u0430 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435' \u043d\u0430\u045b\u0438 \u045b\u0435 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435'.</html>
-simplyhtml.matchCase = \u0426\u0438\u0459\u0430\u043d\u0430 \u0440\u0435\u0447
-simplyhtml.matchCase.tooltip = \u0420\u0430\u0437\u043b\u0438\u043a\u0443\u0458 \u0432\u0435\u043b\u0438\u043a\u0430 \u0438 \u043c\u0430\u043b\u0430 \u0441\u043b\u043e\u0432\u0430 \u043a\u043e\u0434 \u043f\u043e\u0440\u0435\u0452\u0435\u045a\u0430.
-simplyhtml.newStyleDefaultName = \u043d\u043e\u0432\u0438 \u0441\u0442\u0438\u043b
-simplyhtml.nextTableCellLabel = \u0421\u043b\u0435\u0434\u0435\u045b\u0430 \u045b\u0435\u043b\u0438\u0458\u0430
-simplyhtml.noLineLabel = \u043d\u0438\u0448\u0442\u0430
-simplyhtml.noMoreOccurrencesFound = \u043d\u0435\u043c\u0430 \u0432\u0438\u0448\u0435 \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438
-simplyhtml.okBtnName = \u0423 \u0440\u0435\u0434\u0443
-simplyhtml.paddingLabel = \u0423\u043d\u0443\u0442\u0440\u0430\u0448\u045a\u0438
-simplyhtml.paraAlignCenterLabel = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0458 \u043f\u043e \u0441\u0440\u0435\u0434\u0438\u043d\u0438
-simplyhtml.paraAlignCenterTip = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435 \u043f\u0430\u0441\u0443\u0441\u0430 \u043f\u043e \u0441\u0440\u0435\u0434\u0438\u043d\u0438
-simplyhtml.paraAlignLeftLabel = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0458 \u043b\u0435\u0432\u043e
-simplyhtml.paraAlignLeftTip = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435 \u043f\u0430\u0441\u0443\u0441\u0430 \u0443\u043b\u0435\u0432\u043e
-simplyhtml.paraAlignRightLabel = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0458 \u0434\u0435\u0441\u043d\u043e
-simplyhtml.paraAlignRightTip = \u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435 \u043f\u0430\u0441\u0443\u0441\u0430 \u0443\u0434\u0435\u0441\u043d\u043e
-simplyhtml.paraStyleDialogTitle = \u0421\u0442\u0438\u043b \u043f\u0430\u0441\u0443\u0441\u0430
-simplyhtml.paraTabLabel = \u041f\u0430\u0441\u0443\u0441
-simplyhtml.pasteHTMLLabel = \u041d\u0430\u043b\u0435\u043f\u0438 HTML
-simplyhtml.pasteLabel = \u041d\u0430\u043b\u0435\u043f\u0438
-simplyhtml.pastePlainTextLabel = \u041d\u0430\u043b\u0435\u043f\u0438 \u0447\u0438\u0441\u0442 \u0442\u0435\u043a\u0441\u0442
-simplyhtml.pasteTip = \u043d\u0430\u043b\u0435\u043f\u0438
-simplyhtml.plainName = \u043e\u0431\u0438\u0447\u0430\u043d
-simplyhtml.previewLabel = \u041f\u0440\u0435\u0433\u043b\u0435\u0434
-simplyhtml.previewText = \u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u0442\u0435\u043a\u0441\u0442\u0430
-simplyhtml.prevTableCellLabel = \u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430 \u045b\u0435\u043b\u0438\u0458\u0430
-simplyhtml.printLabel = \u041e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u0458...
-simplyhtml.redoLabel = \u041f\u043e\u043d\u043e\u0432\u0438
-simplyhtml.redoTip = \u043f\u043e\u043d\u043e\u0432\u0438
-simplyhtml.replace = \u0417\u0430\u043c\u0435\u043d\u0438...
-simplyhtml.replaceAll = \u0421\u0432\u0435
-simplyhtml.replaceDone = \u0413\u043e\u0442\u043e\u0432\u043e
-simplyhtml.replaceNo = \u041d\u0435
-simplyhtml.replaceThisQuery = \u0437\u0430\u043c\u0435\u043d\u0438 \u043e\u0432\u0443 \u043f\u043e\u0458\u0430\u0432\u0443
-simplyhtml.replaceWith = \u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0430:
-simplyhtml.replaceYes = \u0414\u0430
-simplyhtml.rightLabel = \u0434\u0435\u0441\u043d\u043e:
-simplyhtml.searchDown = \u0422\u0440\u0430\u0436\u0438 \u043d\u0430\u0434\u043e\u043b\u0435
-simplyhtml.searchDown.tooltip = \u041f\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u043e\u0434 \u0432\u0440\u0445\u0430 \u0434\u043e \u0434\u043d\u0430.
-simplyhtml.searchFromStart = \u0422\u0440\u0430\u0436\u0438 \u043e\u0434 \u043f\u043e\u0447\u0435\u0442\u043a\u0430
-simplyhtml.searchFromStart.tooltip = \u041f\u043e\u0447\u0435\u0442\u0430\u043a \u043f\u0440\u0435\u0442\u0440\u0430\u0433\u0435 \u0441\u0430 \u0432\u0440\u0445\u0430 \u0443\u043c\u0435\u0441\u0442\u043e \u0441\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u0458\u0435 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447\u0430
-simplyhtml.searchUp = \u0422\u0440\u0430\u0436\u0438 \u043d\u0430\u0433\u043e\u0440\u0435
-simplyhtml.searchUp.tooltip = \u041f\u0440\u0435\u0442\u0440\u0430\u0436\u0438 \u043e\u0434 \u0434\u043d\u0430 \u043a\u0430 \u0432\u0440\u0445\u0443.
-simplyhtml.selectAllLabel = \u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435
-simplyhtml.sizeLabel = \u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430
-simplyhtml.standardStyleName = \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u043e
-simplyhtml.strikeLabel = \u041f\u0440\u0435\u0446\u0440\u0442\u0430\u043d\u043e
-simplyhtml.styleLabel = \u0421\u0442\u0438\u043b
-simplyhtml.styleNameInputText = \u041d\u0430\u0437\u0438\u0432 \u043d\u043e\u0432\u043e\u0433 \u0441\u0442\u0438\u043b\u0430?
-simplyhtml.styleNameInputTitle = \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0442\u0438\u043b
-simplyhtml.tableBgColLabel = \u0411\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435:
-simplyhtml.tableDialogTitle = \u041e\u0431\u043b\u0438\u043a \u0442\u0430\u0431\u0435\u043b\u0435
-simplyhtml.tableLabel = \u0422\u0430\u0431\u0435\u043b\u0430
-simplyhtml.tablePanelTitle = \u041e\u0431\u043b\u0438\u043a \u0442\u0430\u0431\u0435\u043b\u0435
-simplyhtml.tableWidthLabel = \u0428\u0438\u0440\u0438\u043d\u0430:
-simplyhtml.textIndentLabel = \u0423\u0432\u0443\u0446\u0438:
-simplyhtml.textToFind = \u0422\u0440\u0430\u0436\u0438 \u043e\u0432\u043e:
-simplyhtml.thisCellRangeLabel = \u043e\u0432\u0430 \u045b\u0435\u043b\u0438\u0458\u0430
-simplyhtml.thisColRangeLabel = \u043e\u0432\u0430\u0458 \u0441\u0442\u0443\u0431\u0430\u0446
-simplyhtml.thisRowRangeLabel = \u043e\u0432\u0430\u0458 \u0440\u0435\u0434
-simplyhtml.toggleBulletsLabel = \u0423\u041a\u0409/\u0418\u0421\u041a\u0409 \u0441\u043f\u0438\u0441\u0430\u043a \u0441\u0430 \u043e\u0437\u043d\u0430\u043a\u0430\u043c\u0430
-simplyhtml.toggleBulletsTip = \u0423\u041a\u0409/\u0418\u0421\u041a\u0409  \u0441\u043f\u0438\u0441\u0430\u043a \u0441\u0430 \u043e\u0437\u043d\u0430\u043a\u0430\u043c\u0430
-simplyhtml.toggleNumbersLabel = \u0423\u041a\u0409/\u0418\u0421\u041a\u0409 \u0431\u0440\u043e\u0458\u0447\u0430\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a
-simplyhtml.toggleNumbersTip = \u0423\u041a\u0409/\u0418\u0421\u041a\u0409 \u0431\u0440\u043e\u0458\u0447\u0430\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a
-simplyhtml.topLabel = \u0432\u0440\u0445:
-simplyhtml.uLineLabel = \u041f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
-simplyhtml.unableToOpenFileError = \u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0441\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438
-simplyhtml.unableToRedoError = \u041d\u0435 \u043c\u043e\u0433\u0443 \u043f\u043e\u043d\u043e\u0432\u0438\u0442\u0438:
-simplyhtml.unableToUndoError = \u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u043f\u043e\u0437\u0432\u0430\u0442\u0438:
-simplyhtml.undoLabel = \u041e\u043f\u043e\u0437\u043e\u0432\u0438
-simplyhtml.undoTip = \u043e\u043f\u043e\u0437\u043e\u0432\u0438
-simplyhtml.valignBaseline = \u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0446\u0440\u0442\u0430
-simplyhtml.valignBottom = \u0434\u043d\u043e
-simplyhtml.valignLabel = \u0423\u0441\u043f\u0440.\u043f\u043e\u0440\u0430\u0432\u043d.:
-simplyhtml.valignMiddle = \u0441\u0440\u0435\u0434\u0438\u043d\u0430
-simplyhtml.valignTop = \u0432\u0440\u0445
-simplyhtml.wholeWordsOnly = \u0421\u0430\u043c\u043e \u0446\u0435\u043b\u0435 \u0440\u0435\u0447\u0438
-simplyhtml.wholeWordsOnly.tooltip = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438 \u043f\u043e\u0440\u0435\u0452\u0435\u045a\u0435 \u043d\u0430 \u0446\u0435\u043b\u0435 \u0440\u0435\u0447\u0438.
-SortNodes.text = \u041f\u043e&\u0440\u0435\u0452\u0430\u0458 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435
-SortNodes.tooltip = \u0420\u0430\u0437\u0432\u0440\u0441\u0442\u0430\u0432\u0430\u045a\u0435 \u0441\u0432\u0438\u0445 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0430\u0437\u0431\u0443\u0447\u043d\u0438\u043c \u0440\u0435\u0434\u043e\u043c.
-split = &\u0418\u0437\u0434\u0435\u043b\u0438
-SplitConditionAction.text = \u0418\u0437\u0434\u0435\u043b\u0438
-SplitNode.text = &\u0418\u0437\u0434\u0435\u043b\u0438 \u0447\u0432\u043e\u0440
-SplitNode.tooltip = <html>\u0427\u0432\u043e\u0440 \u0458\u0435 \u0438\u0437\u0434\u0435\u0459\u0435\u043d</html>
-STANDARD_FORMAT = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434
-stop_processing = \u0421\u0442\u0430\u043d\u0438
-StringFlavorHandler = \u041e\u0431\u0438\u0447\u0430\u043d \u0442\u0435\u043a\u0441\u0442 \u043a\u0430\u043e \u0445\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-StructuredHtmlFlavorHandler = HTML \u043a\u0430\u043e \u0445\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-style = \u0421\u0442\u0438\u043b
-style_already_exists = \u0421\u0442\u0438\u043b \u0432\u0435\u045b \u043f\u043e\u0441\u0442\u043e\u0458\u0438!
-styledialog.cancel.text = \u041e\u0442\u043a\u0430\u0436\u0438
-styledialog.ok.text = \u0423 \u0440\u0435\u0434\u0443
-styles = \u0421\u0442&\u0438\u043b\u043e\u0432\u0438
-styles.AutomaticLayout = \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0433\u043b\u0435\u0434
-styles.connection = \u041f\u043e\u0432\u0435\u0437\u0430\u043d\u043e\u0441\u0442
-styles.date = \u0414\u0430\u0442\u0443\u043c
-styles.definition = \u0414\u0435\u0444\u0438\u043d\u0438\u0446\u0438\u0458\u0430
-styles.description = \u041e\u043f\u0438\u0441
-styles.floating_node = \u041b\u0435\u0431\u0434\u0435\u045b\u0438 \u0447\u0432\u043e\u0440
-styles.idea = \u0417\u0430\u043c\u0438\u0441\u0430\u043e
-styles.important = \u0412\u0430\u0436\u043d\u043e
-styles.key = \u041a\u0459\u0443\u0447
-styles.list = \u0421\u043f\u0438\u0441\u0430\u043a
-styles.needs_action = \u041f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u0434\u0435\u0458\u0441\u0442\u0432\u043e
-styles.note = \u0411\u0435\u043b\u0435\u0448\u043a\u0430
-styles.ok = \u0423 \u0440\u0435\u0434\u0443
-styles.pending = \u0423 \u0438\u0448\u0447\u0435\u043a\u0438\u0432\u0430\u045a\u0443
-styles.predefined = \u0423\u043d\u0430\u043f\u0440\u0435\u0434 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
-styles.question = \u041f\u0438\u0442\u0430\u045a\u0435
-styles.quotation = \u0426\u0438\u0442\u0430\u0442
-styles.root_node = \u0421\u0442\u0438\u043b\u043e\u0432\u0438
-styles.subsubtopic = \u041f\u043e\u0434\u0442\u0435\u043c\u0430
-styles.subtopic = \u041f\u043e\u0434\u0442\u0435\u043c\u0430
-styles.topic = \u0422\u0435\u043c\u0430
-styles.user-defined = \u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
-styles.website = \u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
-styles_menu = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
-submenu_keystroke_in_use_error = \u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 {0} \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u043d\u0430 \u0437\u0430 \u043f\u043e\u0434\u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a {1}. \u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u0458\u0435 \u0443\u043a\u043b\u043e\u045a\u0435\u043d\u0430.
-summary_nodes = \u0420\u0435\u0437\u0438\u043c\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
-summary_not_possible = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0434\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u043c \u043f\u0440\u0435\u0433\u043b\u0435\u0434 \u0447\u0432\u043e\u0440\u0430 \u0437\u0430 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u0438\u0437\u0431\u043e\u0440
-SummaryNodeAction.text = \u0420\u0435\u0437\u0438\u043c\u0435 \u0447\u0432\u043e\u0440\u0430  (\u043f\u043e\u0441\u0442\u0430\u0432\u0438/\u0443 \u043f\u043e\u0447\u0435\u0442\u043d\u043e)
-svg = SVG
-template_dir = \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0438
-TimeListAction.text = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0437\u0430\u0434\u0430\u0446\u0438\u043c\u0430...
-TimeListAction.tooltip = \u041f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u0441\u0432\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u0435 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a\u0435 \u0438 \u043f\u0440\u0438\u043f\u0430\u0434\u0430\u0458\u0443\u045b\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435.
-TimeManagementAction.text = \u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043e\u043c...
-TimeManagementAction.tooltip = <html> \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0441\u043a\u0438 \u043c\u043e\u0434\u0443\u043b \u043e\u0434 Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438/\u0421\u043a\u043b\u043e\u043f\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438
-ToggleDetailsAction.text = \u0421\u0430\u043a\u0440\u0438\u0458 \u0434\u0435\u0442\u0430\u0459\u0435
-ToggleFBarAction.text = F- \u0442\u0440\u0430\u043a\u0430
-ToggleFoldedAction.text = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438/\u0421\u043a\u043b\u043e\u043f\u0438
-ToggleFullScreenAction.text = \u0426\u0435\u043b\u0438 \u0435\u043a\u0440\u0430\u043d
-ToggleLeftToolbarAction.text = &\u0418\u043a\u043e\u043d\u0435 \u0441\u0430 \u0430\u043b\u0430\u0442\u043a\u0430\u043c\u0430
-ToggleMenubarAction.text = &\u0418\u0437\u0431\u043e\u0440\u043d\u0430 \u0442\u0440\u0430\u043a\u0430
-ToggleStatusAction.text = \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u043d\u0443 \u0442\u0440\u0430\u043a\u0443
-ToggleToolbarAction.text = &\u0410\u043b\u0430\u0442\u043d\u0430 \u0442\u0440\u0430\u043a\u0430
-undefined_error = \u0414\u043e\u0448\u043b\u043e \u0458\u0435 \u0434\u043e \u043d\u0435\u043e\u0447\u0435\u043a\u0438\u0432\u0430\u043d\u0435 \u0433\u0440\u0435\u0448\u043a\u0435. \u041c\u043e\u043b\u0438\u043c \u043f\u043e\u043a\u0443\u0448\u0430\u0458\u0442\u0435 \u043f\u043e\u0441\u043b\u0430\u0442\u0438 \u043f\u043e\u0440\u0443\u043a\u0443 \u043e \u0433\u0440\u0435\u0448\u0446\u0438.
-underline = \u041f\u043e\u0434\u0432\u0443\u045b\u0438
-UnderlineAction.text = \u041f\u043e\u0434\u0432\u0443\u045b\u0438
-underlined = \u041f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
-UndoAction.text = \u041e\u043f\u043e\u0437\u043e\u0432\u0438
-UndoFilterAction.text = \u041e\u043f\u043e\u0437\u043e\u0432\u0438 \u0434\u0435\u0458\u0441\u0442\u0432\u043e
-unfold = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0447\u0432\u043e\u0440
-UnfoldAllAction.text = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
-UnfoldAllAction.tooltip = <html> \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0438 \u045a\u0438\u043c\u0430 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435.</html>
-UnfoldFilteredAncestorsAction.text = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u043a\u0440\u0438\u0432\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
-UnfoldFilteredAncestorsAction.tooltip = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435 \u0441\u043a\u0440\u0438\u0432\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u043d\u0430\u043a\u043e\u043d \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u045a\u0430.
-UnfoldOneLevelAction.text = \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e
-UnfoldOneLevelAction.tooltip = <html> \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0437\u0430 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e.</html>
-up = &\u0413\u043e\u0440\u0435
-update_failed = \u041d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0430 \u043d\u0435\u0443\u0441\u043f\u0435\u043b\u0430 \u0441 \u043f\u043e\u0440\u0443\u043a\u043e\u043c {0}
-UpdateCheckAction.text = \u041f\u0440\u043e\u0432\u0435\u0440\u0438 \u0437\u0430 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0443
-updatecheckdialog = \u0414\u0438\u0458\u0430\u043b\u043e\u0433 \u043f\u0440\u043e\u0432\u0435\u0440\u0435 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0435
-url_error = \u041e\u0432\u0430\u0458 \u0423\u0420\u041b \u0458\u0435 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d!
-url_load_error = \u041d\u0435 \u043c\u043e\u0433\u0443 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043c\u0430\u043f\u0443 \u043d\u0430 \u0423\u0420\u041b:
-url_open_error = \u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0423\u0420\u041b \u0432\u0435\u0437\u0443 {0}.
-used_in_menu = \u041e\u0432\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0430 \u0458\u0435\u0440 \u0441\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043a\u0430\u043e \u043f\u0440\u0435\u0447\u0438\u0446\u0430  \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430.
-UsePlainTextAction.text = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0458\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u0430\u043d \u0442\u0435\u043a\u0441\u0442
-user_config_folder = \u041f\u043e\u0434\u0435\u0448\u0435\u043d\u0430 \u043c\u0430\u043f\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430: {0}
-user_defined_scale = \u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0430 \u0440\u0430\u0437\u043c\u0435\u0440\u0430
-user_defined_zoom = \u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e
-user_defined_zoom_status_bar = \u0418\u0437\u043c\u0435\u043d\u0430 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0430 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442 {0}%.
-user_icon = \u041a\u043e\u0440\u0438\u0441\u043d\u0447\u0438\u043a\u0430 \u0438\u043a\u043e\u043d\u0430 "{0}"
-user_template_dir = \u041a\u043e\u0440\u0438\u0441\u043d\u0447\u0438\u043a\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0438
-user_zoom = \u0424\u0430\u043a\u0442\u043e\u0440 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430 (0.0 - 2.0):
-UseRichFormattingAction.text = \u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0431\u043e\u0459\u0435 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0438 \u0442\u0435\u043a\u0441\u0442
-value_format = \u0424\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
-version_up_to_date = \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043d\u0430\u0458\u043d\u043e\u0432\u0438\u0458\u0435 \u0438\u0437\u0434\u0430\u045a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
-ViewerControllerAction.text = \u0421\u043f\u043e\u0459\u043d\u0438 \u043e\u0431\u0458\u0435\u043a\u0442...
-ViewLayoutTypeAction.OUTLINE.text = \u0428\u0435\u043c\u0430\u0442\u0441\u043a\u0438 \u043f\u0440\u0438\u043a\u0430\u0437
-WebDocuAction.text = \u0412\u0435\u0431 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430
-width = \u0428\u0438\u0440\u0438\u043d\u0430
-wrong_regexp = \u041f\u043e\u0433\u0440\u0435\u0448\u0430\u043d \u0458\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043d \u0438\u0437\u0440\u0430\u0437 "{0}", \u0433\u0440\u0435\u0448\u043a\u0430 {1}
-xslt_export.html = HTML \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-xslt_export.latex = Latex \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-xslt_export.latexbook = Latex \u043a\u045a\u0438\u0433\u0430
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 \u0438 \u0432\u0438\u0448\u0438) XML \u0444\u043e\u0440\u043c\u0430\u0442
-xslt_export.ms_project = MS Project (2003 \u0438 \u0432\u0438\u0448\u0438) XML \u0444\u043e\u0440\u043c\u0430\u0442
-xslt_export.ms_word = Word (2003 \u0438 \u0432\u0438\u0448\u0438) XML \u0444\u043e\u0440\u043c\u0430\u0442
-xslt_export.text = \u0408\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u0430\u043d \u0442\u0435\u043a\u0441\u0442
-xslt_export_not_possible = Freeplane XSLT- \u0438\u0437\u0432\u043e\u0437 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b
-yes = \u0414\u0430
-ZoomInAction.text = \u041f\u043e\u0432\u0435\u045b\u0430\u0458
-ZoomOutAction.text = \u0423\u043c\u0430\u045a\u0438
+\u0418\u0437\u0432\u043e\u0440\u043d\u0438=\u041d\u0430\u0437\u0430\u0434
+about_text=Freeplane -\u0431\u0435\u0441\u043f\u043f\u0430\u0442\u0430\u043d \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u0437\u0430 \u043f\u0440\u0430\u0432\u0459\u0435\u045a\u0435 \u043c\u0430\u043f\u0430 \u0443\u043c\u0430 \u0438 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0443 \u0437\u043d\u0430\u045a\u0430
+AboutAction.text=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443
+acceleratorPresets=\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
+accelerators_loading_error=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435 \u0438\u0437 {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u041f\u0440\u043e\u043c\u0435\u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u043e\u0431\u0440\u0430\u0437\u0430\u0446
+accessories/plugins/EncryptNode.properties_0=\u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443 \u0437\u0430 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438 \u0447\u0432\u043e\u0440.
+accessories/plugins/EncryptNode.properties_1=\u041b\u043e\u0437\u0438\u043d\u043a\u0435 \u043d\u0438\u0441\u0443 \u0438\u0441\u0442\u0435 \u0438\u043b\u0438 \u0458\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u043a\u0430.
+accessories/plugins/EncryptNode.properties_2=\u0423\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443:
+accessories/plugins/EncryptNode.properties_3=\u041f\u043e\u043d\u043e\u0432\u043e \u0443\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443:
+accessories/plugins/EncryptNode.properties_4=\u0423\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443.
+accessories/plugins/EncryptNode.properties_5=<html>\u0423\u043f\u0430\u043c\u0442\u0438, \u0441\u043d\u0430\u0433\u0430 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u045a\u0430 <br>\u0443\u0432\u0435\u043a \u0437\u0430\u0432\u0438\u0441\u0438 \u043e\u0434 \u043a\u0432\u0430\u043b\u0438\u0442\u0435\u0442\u0430 \u0432\u0430\u0448\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0435.
+accessories/plugins/EncryptNode.properties_6=\u0423 \u0440\u0435\u0434\u0443
+accessories/plugins/EncryptNode.properties_7=\u041e\u0442\u043a\u0430\u0436\u0438
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\u041c\u043e\u0436\u0435\u0442\u0435 \u0443\u043a\u0459\u0443\u0447\u0438\u0442\u0438 \u0438\u043b\u0438 \u0438\u0441\u043a\u0459\u0443\u0447\u0438\u0442\u0438 \u0441\u0442\u0430\u045a\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u045a\u0430 \u0441\u0430\u043c\u043e \u043d\u0430 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443.  \u041c\u043e\u043b\u0438\u043c \u0434\u0430 \u0443\u0431\u0430\u0446\u0438\u0442\u0435 \u0442\u0430\u043a\u0430\u0432 \u0447\u0432\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045b\u0438 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a \u0430\u043b\u0430\u0442\u043a\u0435
+accessories/plugins/EncryptNode.properties_select_me=\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0437\u0430 \u043d\u0430\u0441\u0442\u0430\u0432\u0430\u043a!
+accessories/plugins/EncryptNode.properties_wrong_password=\u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u043d\u0438\u0458\u0435 \u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430.
+accessories/plugins/ExportWithTWiki.text=TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=\u0418\u0437\u0432\u0435\u0437\u0438 \u043c\u0430\u043f\u0443 \u043a\u0430\u043e Twiki \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442.
+accessories/plugins/ExportWithXSLT.tooltip=\u041e\u0432\u043e \u0458\u0435 \u0458\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d \u0438\u0437\u0432\u043e\u0437\u043d\u0438 \u043c\u0435\u0442\u043e\u0434.
+accessories/plugins/ExportWithXSLT_Applet.text=\u041a\u0430\u043e Java \u0430\u043f\u043b\u0435\u0442...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=\u0418\u0437\u0432\u043e\u0437 \u043c\u0430\u043f\u0435 \u0443\u043c\u0430 \u043a\u0430\u043e Java \u0430\u043f\u043b\u0435\u0442 \u0443 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447\u0443 .
+accessories/plugins/ExportWithXSLT_Flash.text=\u041a\u0430\u043e \u0424\u043b\u0435\u0448...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=\u0418\u0437\u0432\u043e\u0437 \u043c\u0430\u043f\u0435 \u043a\u0430\u043e \u0444\u043b\u0435\u0448 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0435.
+accessories/plugins/ExportWithXSLT_HTML.text=\u041a\u0430\u043e XHTML (JavaScript \u0438\u0437\u0434\u0430\u045a\u0435)...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u041a\u0430\u043e XHTML (\u0438\u0437\u0434\u0430\u045a\u0435 \u043a\u043b\u0438\u043a\u0442\u0430\u0458\u0443\u045b\u0435 \u0441\u043b\u0438\u043a\u0435 \u043c\u0430\u043f\u0435)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0438\u0437 \u0421\u0420\u0415\u0414\u0421\u0422\u0410\u0412\u0410 \u0447\u0432\u043e\u0440\u0430 \u0443 TaskJuggler \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>\u0418\u0437\u0432\u043e\u0437 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0438\u0437 \u0421\u0420\u0415\u0414\u0421\u0422\u0410\u0412\u0410 \u0447\u0432\u043e\u0440\u0430 \u0443 TaskJuggler \u043c\u043e\u0434\u0443\u043b. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u0417\u0430\u0434\u0430\u0446\u0438 \u0438\u0437 \u0447\u0432\u043e\u0440\u0430 \u0417\u0430\u0434\u0430\u0446\u0438 \u0443 TaskJuggler \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>\u0418\u0437\u0432\u043e\u0437\u0438 \u0437\u0430\u0434\u0430\u0442\u0430\u043a\u0435 \u0438\u0437 \u0447\u0432\u043e\u0440\u0430 \u0417\u0430\u0434\u0430\u0446\u0438 \u0443 TaskJuggler \u043c\u043e\u0434\u0443\u043b. </html>
+action_keystroke_in_use_error=\u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 {0} \u043a\u043e\u0458\u0443 \u0436\u0435\u043b\u0438\u0442\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u0437\u0430 \u0430\u043a\u0446\u0438\u0458\u0443 {1} \u0432\u0435\u045b \u0458\u0435 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u043d\u0430 \u0437\u0430 \u0430\u043a\u0446\u0438\u0458\u0443 {2}
+active=\u0410\u043a\u0442\u0438\u0432\u0430\u043d
+actual_map_styles=\u0423\u0441\u043b\u043e\u0432\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0430 \u043c\u0430\u043f\u0435 \u043f\u0440\u0438\u043c\u0435\u045a\u0435\u043d\u0438 \u043d\u0430 \u0447\u0432\u043e\u0440\u0443
+actual_node_styles=\u0423\u0441\u043b\u043e\u0432\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0430 \u0447\u0432\u043e\u0440\u0430 \u043f\u0440\u0438\u043c\u0435\u045a\u0435\u043d\u0438 \u043d\u0430 \u0447\u0432\u043e\u0440\u0443
+add=&\u0414\u043e\u0434\u0430\u0458
+AddConnectorAction.text=\u0414\u043e\u0434\u0430\u0458 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a
+AddElementaryConditionAction.text=\u0414\u043e\u0434\u0430\u0458
+AddLocalLinkAction.text=\u0414\u043e\u0434\u0430\u0458 \u043b\u043e\u043a\u0430\u043b\u043d\u0443 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443
+AddMenuItemLinkAction.text=\u0414\u043e\u0434\u0430\u0458 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443 \u0443 \u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 ...
+AddOnDetailsPanel.authored.by=\u041e\u0434 {0}
+AddOnDetailsPanel.header.function=\u0424\u0443\u043d\u043a\u0446\u0438\u0458\u0430
+AddOnDetailsPanel.header.menu=\u041f\u043e\u043b\u043e\u0436\u0430\u0458 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430
+AddOnDetailsPanel.header.shortcut=\u041f\u0440\u0435\u0447\u0438\u0446\u0430
+AddOnDetailsPanel.homepage=\u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430:
+addons.installer.canceled=\u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 \u0458\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043d\u0430
+addons.installer.confirm.licence=<html><body><h1>\u041b\u0438\u0446\u0435\u043d\u0446\u0430</h1>{0}<p><p><em>\u0414\u0430 \u043b\u0438 \u043f\u0440\u0438\u0445\u0432\u0430\u0442\u0430\u0442\u0435 \u043e\u0432\u0443 \u043b\u0438\u0446\u0435\u043d\u0446\u0443?</em></p></body></html>
+addons.installer.failed=\u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u0430: {0}
+addons.installer.freeplaneversion.format.error=\u0424\u043e\u0440\u043c\u0430\u0442 \u0433\u0440\u0435\u0448\u043a\u0435 \u0443 {0} (\u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442: {1})
+addons.installer.groovy.script.name=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 {0} \u043d\u0435 \u0437\u0430\u0432\u0440\u0448\u0430\u0432\u0430 \u0441\u0430  \u0438\u043c\u0435\u043d\u043e\u043c ".groovy"
+addons.installer.html.script=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430 \u043a\u0430\u043e HTML
+addons.installer.install=\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458
+addons.installer.invalid.keyboard.shortcut=\u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 {0}.
+addons.installer.licence.unchanged=\u041b\u0438\u0446\u0435\u043d\u0446\u0430 \u0458\u0435 \u043d\u0435\u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0430
+addons.installer.map.structure=\u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438 \u043c\u0430\u043f\u0435: {0}
+addons.installer.missing.child.nodes=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440: {0}
+addons.installer.missing.permission.attribute=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 {0}: \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435 {1}
+addons.installer.missing.properties=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0443 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430: {0}
+addons.installer.missing.translation=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0435 \u043f\u0440\u0435\u0432\u043e\u0434 {0} \u043d\u0430 \u0458\u0435\u0437\u0438\u043a\u0443 {1}
+addons.installer.no.scripts=\u041d\u0435\u043c\u0430 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438
+addons.installer.no.zipdata=\u041d\u0438\u0441\u0443 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438 \u0441\u0430\u0436\u0435\u0442\u0438 \u043f\u043e\u0434\u0430\u0446\u0438
+addons.installer.nonstandard.permissions=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435 \u043a\u043e\u0458\u0435 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043d\u0438\u0441\u0443 \u043e\u043c\u043e\u0433\u0443\u045b\u0435\u043d\u0435: {0}.\n\u041e\u043d\u0435 \u0442\u0440\u0435\u0431\u0430 \u0434\u0430 \u0431\u0443\u0434\u0443 \u0434\u043e\u0434\u0430\u0442\u0435 \u0443 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435?
+addons.installer.one.child.expected=\u041e\u0447\u0435\u043a\u0438\u0432\u0430\u043d \u0458\u0435 \u0442\u0430\u0447\u043d\u043e \u0458\u0435\u0434\u0430\u043d \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u043e\u0434 {0} \u0430\u043b\u0438 \u0458\u0435 \u0434\u043e\u0431\u0438\u043e {1}.
+addons.installer.script.no.execution_mode="\u0418\u0437\u0432\u0440\u0448\u043d\u0438_\u0440\u0435\u0436\u0438\u043c" \u043d\u0438\u0458\u0435 \u043e\u0434\u0440\u0435\u0452\u0435\u043d \u0437\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435 {0}
+addons.installer.script.no.menulocation=\u0411\u0435\u0437 "menuLocation" \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0437\u0430 {0}
+addons.installer.script.no.menutitle=\u0411\u0435\u0437 "menuTitleKey" \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0437\u0430 {0}
+addons.installer.script.no.permissions=\u041d\u0435\u043c\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435 \u0437\u0430 {0}
+addons.installer.success=\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430.\n\u041d\u043e\u0432\u0438 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u045b\u0435 \u0431\u0438\u0442\u0438 \u043d\u0430 \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u045a\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
+addons.installer.success.update=\u041d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0430 \u0438\u0437 {0} \u0443 {1} \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u0430.\n\u041d\u0435\u043a\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u0435 \u043c\u043e\u0433\u0443 \u0431\u0438\u0442\u0438 \u043d\u0430 \u0440\u0430\u0441\u043f\u043e\u043b\u0430\u0433\u0430\u045a\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430..
+addons.installer.title=\u0418\u043d\u0441\u0442\u0430\u043b\u0435\u0440 \u0434\u043e\u0434\u0430\u0442\u0430\u043a\u0430
+addons.installer.too.new=\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e Freeplane \u0438\u0437\u0434\u0430\u045a\u0435 {0} \u0458\u0435 \u0442\u0430\u043a\u043e\u0452\u0435 \u043d\u043e\u0432\u043e. \u041e\u0432\u0430\u0458 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u043f\u043e\u0434\u0440\u0436\u0430\u0432\u0430 \u043d\u0430\u0458\u0432\u0438\u0448\u0435 {1}
+addons.installer.too.old=\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e Freeplane \u0438\u0437\u0434\u0430\u045a\u0435 {0} \u0458\u0435 \u0441\u0443\u0432\u0438\u0448\u0435 \u0441\u0442\u0430\u0440\u043e. \u041e\u0432\u0430\u0458 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u043d\u0430\u0458\u043c\u0430\u045a\u0435 {1}
+addons.installer.unknown.deinstallation.rules=\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u043e \u0437\u0430  \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0443 {0}
+addons.installer.update=\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u043d\u0430 \u0438\u0437\u0434\u0430\u045a\u0435 {0}
+addons.installer.warning=<html><body><em>\u041f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u0441\u0430\u043c\u043e \u0434\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u0435 \u0438\u0437 \u0438\u0437\u0432\u043e\u0440\u0430 \u0443 \u043a\u043e\u0458\u0435 \u0438\u043c\u0430\u0442\u0435 \u043f\u043e\u0432\u0435\u0440\u0435\u045a\u0435. \u0417\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0438 \u0441\u043e\u0444\u0442\u0432\u0435\u0440 \u043c\u043e\u0436\u0435 \u0438\u0437\u0430\u0437\u0432\u0430\u0442\u0438 \u043e\u0448\u0442\u0435\u045b\u0435\u045a\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430 \u0438\u043b\u0438 \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0438 \u0432\u0430\u0448\u0443 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=\u0414\u043e\u0434\u0430\u0458 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430 \u0441\u0442\u0438\u043b\u0430
+AddStyleAttributes.tooltip=\u0414\u043e\u0434\u0430\u0458 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430 \u0438\u0437 \u0441\u0442\u0438\u043b\u0430 \u0447\u0432\u043e\u0440\u0430.
+AllMapsNodeListAction.text=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438 \u0443 \u0441\u0432\u0438\u043c \u043c\u0430\u043f\u0430\u043c\u0430
+always=\u0423\u0432\u0435\u043a
+AlwaysUnfoldedNodeAction.text=\u0423\u0432\u0435\u043a \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d \u0447\u0432\u043e\u0440 (\u043f\u043e\u0441\u0442\u0430\u0432\u0438/\u043f\u043e\u043d\u0438\u0448\u0442\u0438
+antialias_all=\u0423\u0433\u043b\u0430\u0447\u0430\u0432\u0430\u045a\u0435 \u0441\u0432\u0435\u0433\u0430
+antialias_edges=\u0423\u0433\u043b\u0430\u0447\u0430\u0432\u0430\u045a\u0435 \u0440\u0443\u0431\u043e\u0432\u0430
+antialias_none=\u0411\u0435\u0437 \u0443\u0433\u043b\u0430\u0447\u0430\u0432\u0430\u045a\u0430
+apply=&\u041f\u0440\u0438\u043c\u0435\u043d\u0438
+ApplyAction.text=&\u041f\u0440\u0438\u043c\u0435\u043d\u0438
+ApplyFormatPlugin.text=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 &\u043e\u0431\u043b\u0438\u043a...
+ApplyFormatPlugin.tooltip=\u041f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u0434\u0438\u0458\u0430\u043b\u043e\u0433 \u0443 \u043a\u043e\u0458\u0435\u043c \u043e\u0441\u043e\u0431\u0438\u043d\u0435 \u0447\u0432\u043e\u0440\u0430 \u0438 \u0440\u0443\u0431\u0430 \u043c\u043e\u0433\u0443 \u0431\u0438\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0435 \u043e\u0434\u043c\u0430\u0445.
+ApplyNoFilteringAction.text=\u0411\u0435\u0437 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u045a\u0430
+ApplySelectedViewConditionAction.text=\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+ApplyToVisibleAction.text=\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0430 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430
+as_parent=\u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
+AskForHelp.text=\u041f\u0438\u0442\u0430\u0458 \u0437\u0430 \u043f\u043e\u043c\u043e\u045b
+AssignAttributesAction.text=\u041f\u0440\u043e\u0448\u0438\u0440\u0435\u043d\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447\u0430...
+attribute_delete=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u0432\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
+attribute_delete_value=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043e\u0432\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442
+attribute_font_size_tooltip=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+attribute_list_box_label_text=\u041f\u043e\u0441\u0442\u043e\u0458\u0435\u045b\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
+attribute_name=\u0418\u043c\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+attribute_replace=\u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0430:
+attribute_top=\u0421\u0432\u0430 \u043f\u043e\u0437\u043d\u0430\u0442\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430 \u0437\u0430 \u0443\u0447\u0438\u0442\u0430\u043d\u0435 \u043c\u0430\u043f\u0435
+attribute_value=\u0412\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+attributes_AddAttributeAction.text=\u0414\u043e\u0434\u0430\u0458 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433...
+attributes_adding_empty_attribute_error=\u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u0430\u0437\u0430\u043d \u043d\u0438\u0437 \u0437\u0430 \u043d\u0430\u0437\u0438\u0432 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+attributes_all=\u0421\u0432\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+attributes_assign_dialog=\u041f\u0440\u043e\u0448\u0438\u0440\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447\u0430
+attributes_attribute=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
+attributes_close=\u0417\u0430\u0442\u0432\u043e\u0440\u0438
+attributes_deselect_all=\u041d\u0438\u0448\u0442\u0430
+attributes_dialog_title=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u043c\u0430
+attributes_edit=\u0423\u0440\u0435\u0434\u0438
+attributes_edit_tooltip=\u0423\u0440\u0435\u0434\u0438 \u0441\u043a\u0443\u043f
+attributes_for_selected=\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438
+attributes_for_visible=\u0421\u0432\u0438 \u0432\u0438\u0434\u0459\u0438\u0432\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438
+attributes_import=&\u0423\u0432\u043e\u0437
+attributes_import_tooltip=\u0423\u0432\u043e\u0437 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u0443\u0447\u0438\u0442\u0430\u043d\u0438\u0445 \u043c\u0430\u043f\u0430
+attributes_no_import_candidates_found=\u041d\u0438\u0441\u0443 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0430 \u043d\u043e\u0432\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+attributes_popup_delete=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
+attributes_popup_down=\u0414\u043e\u043b\u0435
+attributes_popup_edit=\u0423\u0440\u0435\u0434\u0438
+attributes_popup_hide=\u0421\u0430\u043a\u0440\u0438\u0458
+attributes_popup_new=\u041d\u043e\u0432\u043e \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
+attributes_popup_optimal_width=\u041e\u043f\u0442\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430
+attributes_popup_up=\u0413\u043e\u0440\u0435
+attributes_refresh=\u041e\u0441\u0432\u0435\u0436\u0438
+attributes_RemoveAllAttributesAction.text=\u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u0441\u0432\u0430 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+attributes_RemoveFirstAttributeAction.text=\u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u043f\u0440\u0432\u043e \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
+attributes_RemoveLastAttributeAction.text=\u0423\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
+attributes_restricted_attributes_tooltip=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438 \u0441\u043a\u0443\u043f \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+attributes_restricted_values_tooltip=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438 \u0441\u043a\u0443\u043f \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435
+attributes_restriction=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d \u0441\u043a\u0443\u043f
+attributes_select_all=\u0421\u0432\u0435
+attributes_select_all_tooltip=\u041e\u0437\u043d\u0430\u0447\u0438/\u041e\u0434\u0437\u043d\u0430\u0447\u0438 \u0441\u0432\u0435
+attributes_show=\u041f\u0440\u0438\u043a\u0430\u0436\u0438
+attributes_skip_root=\u041f\u0440\u0435\u0441\u043a\u043e\u0447\u0438 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440
+attributes_visible=\u0418\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0441\u0443 \u0432\u0438\u0434\u0459\u0438\u0432\u0438
+attributes_visible_tooltip=\u0418\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0441\u0443 \u0432\u0438\u0434\u0459\u0438\u0432\u0438
+automatic_layout=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u0440\u0435\u0434
+automatic_layout_disabled=\u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0435\u043d
+automatically_save_message=\u041c\u0430\u043f\u0430 \u0458\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 (\u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045b\u0438 \u0438\u043c\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 {0}) ...
+AutomaticEdgeColorHookAction.text=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0431\u043e\u0458\u0430 \u0440\u0443\u0431\u0430
+AutomaticLayout.ALL=\u0437\u0430 \u0441\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+AutomaticLayout.HEADINGS=\u0437\u0430 \u043d\u0435\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+AutomaticLayout.level=\u041d\u0438\u0432\u043e {0}
+AutomaticLayout.level.root=\u0418\u0437\u0432\u043e\u0440\u043d\u0438
+AutomaticLayoutAction.text=&\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0438\u0432\u043e \u0441\u0442\u0438\u043b\u0430
+AutomaticLayoutAction.tooltip=<html>\u041f\u043e\u043f\u0440\u0430\u0432\u0459\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u043c\u0430\u043f\u0435. <br>\u041f\u0440\u0432\u0438 \u043d\u0438\u0432\u043e \u0458\u0435 \u0446\u0440\u043d\u0438, \u0434\u0440\u0443\u0433\u0438 \u043f\u043b\u0430\u0432\u0438, \u0438\u0442\u0434.</html>
+AutomaticLayoutControllerAction.ALL.text=\u0437\u0430 \u0441\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+AutomaticLayoutControllerAction.HEADINGS.text=\u0437\u0430 \u043d\u0435\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+AutomaticLayoutControllerAction.null.text=\u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0435\u043d\u043e
+BackAction.tooltip=\u0421\u043a\u043e\u043a \u0443\u043d\u0430\u0437\u0430\u0434 \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043d\u0438\u0437\u0443
+background=\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430
+bitmaps=\u0420\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u0441\u043b\u0438\u043a\u0430
+black=\u0426\u0440\u043d\u043e
+BlinkingNodeHookAction.text=\u0422\u0440\u0435\u043f\u0435\u0440\u0435\u045b\u0438 \u0447\u0432\u043e\u0440
+BlinkingNodeHookAction.tooltip=<html>\u041e\u0432\u043e \u0447\u0438\u043d\u0438 \u0434\u0430 \u0447\u0432\u043e\u0440 \u0442\u0440\u0435\u043f\u0435\u0440\u0438. \u0411\u0443\u0434\u0438\u0442\u0435 \u043e\u043f\u0440\u0435\u0437\u043d\u0438. \u041d\u0435 \u043f\u043e\u0432\u0435\u0437\u0443\u0458\u0442\u0435 \u0433\u0430 \u0441 \u043f\u0440\u0435\u0432\u0438\u0448\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438 <strong> \u043d\u0435 \u0441 \u043e\u0441\u0442\u0430\u043b\u0438\u043c \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438\u043c \u043e\u0431\u043b\u0438\u0446\u0438\u043c\u0430 \u0443 \u0438\u0441\u0442\u043e\u043c \u0447\u0432\u043e\u0440\u0443.</html>
+blue=\u041f\u043b\u0430\u0432\u0430
+BoldAction.text=\u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+boldify_branch=\u041f\u043e\u0434\u0435\u0431\u0459\u0430\u0458
+branch=\u0413\u0440\u0430\u043d\u0430
+BranchesOverlapAction.text=\u0413\u0440\u0430\u043d\u0435 \u043c\u043e\u0433\u0443 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u043a\u043b\u0430\u043f\u0430\u0458\u0443
+browse=\u041f\u0440\u0435\u0433\u043b\u0435\u0434...
+calendar_attributes_panel=\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440 \u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+calendar_panel=\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440
+can_not_connect_to_info_server=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u0435 \u043f\u043e\u0432\u0435\u0437\u0430\u0442\u0438 \u043d\u0430 \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0442\u0435\u0459
+can_not_delete_predefined_style=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0443\u043d\u0430\u043f\u0440\u0435\u0434 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0438 \u0441\u0442\u0438\u043b
+can_not_delete_root_style=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0441\u0442\u0438\u043b
+can_not_delete_style_group=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0441\u043a\u0443\u043f\u0438\u043d\u0443 \u0441\u0442\u0438\u043b\u043e\u0432\u0430
+can_not_save_key_set=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u0441\u043a\u0443\u043f \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
+cancel=&\u041e\u0442\u043a\u0430\u0436\u0438
+CancelAction.text=&\u041e\u0442\u043a\u0430\u0436\u0438
+cannot_add_parent_diff_parents=\u0421\u0432\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u043c\u043e\u0440\u0430\u0458\u0443 \u0438\u043c\u0430\u0442\u0438 \u0438\u0441\u0442\u043e\u0433 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0437\u0430 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u045a\u0435 \u043e\u0432\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u0435.
+cannot_add_parent_to_root=\u041a\u043e\u0440\u0435\u043d\u0441\u043a\u0438 \u0447\u0432\u043e\u0440 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 \u043d\u043e\u0432\u043e\u043c \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u043c
+cannot_delete_root=\u041a\u043e\u0440\u0435\u043d\u0441\u043a\u0438 \u0447\u0432\u043e\u0440 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0438\u043b\u0438 \u0438\u0437\u0440\u0435\u0437\u0430\u0442\u0438
+cannot_join_nodes_with_children=\u0427\u0432\u043e\u0440\u043e\u0432\u0435 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u043e\u0432\u0435\u0437\u0430\u0442\u0438 \u0441 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u043c
+cannot_move_to_child=\u0427\u0432\u043e\u0440 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u043e\u043c\u0435\u0440\u0438\u0442\u0438 \u043f\u0440\u0435\u043c\u0430 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443.
+CenterAction.text=\u0421\u0440\u0435\u0434\u0438\u043d\u0430
+CenterSelectedNodeAction.text=\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u0443 \u0441\u0440\u0435\u0434\u0438\u043d\u0438
+ChangeConnectorArrowsAction.backward.text=\u041d\u0430\u0446\u0440\u0430\u0458 \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0443 \u0443\u043d\u0430\u0437\u0430\u0434
+ChangeConnectorArrowsAction.both.text=\u041d\u0430\u0446\u0440\u0442\u0430\u0458 \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0443 \u043d\u0430\u043f\u0440\u0435\u0434 \u0438 \u043d\u0430\u0437\u0430\u0434
+ChangeConnectorArrowsAction.forward.text=\u041d\u0430\u0446\u0440\u0442\u0430\u0458  \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0443 \u043d\u0430\u043f\u0440\u0435\u0434
+ChangeConnectorArrowsAction.none.text=\u041d\u0438\u0448\u0442\u0430
+ChangeConnectorArrowsAction.text=\u041f\u0440\u043e\u043c\u0435\u043d\u0430 \u0441\u0442\u0440\u0435\u043b\u0438\u0446\u0430 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\u041a\u0440\u0438\u0432\u0430
+ChangeConnectorShapeAction.EDGE_LIKE.text=\u0421\u0438\u043c\u0443\u043b\u0430\u0446\u0438\u0458\u0430 \u0440\u0443\u0431\u0430
+ChangeConnectorShapeAction.LINE.text=\u0426\u0440\u0442\u0430
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u041b\u0438\u043d\u0435\u0430\u0440\u043d\u0430 \u043f\u0443\u0442\u0430\u045a\u0430
+ChangeNodeLevelLeftsAction.text=\u041f\u0440\u0435\u043c\u0435\u0448\u0442\u0430\u045a\u0435 \u0447\u0432\u043e\u0440\u0430 (\u041d\u0430\u0434\u0440\u0435\u0452\u0435\u043d - \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d)
+ChangeNodeLevelLeftsAction.tooltip=\u041b\u0435\u0432\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0434\u043e\u043b\u0435. \u0427\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u0441\u0442\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u043e\u0434 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438\u0437\u043d\u0430\u0434. \u0414\u0435\u0441\u043d\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0433\u043e\u0440\u0435. \u0414\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043d\u0430 \u043a\u043e\u0440\u0435\u043d\u0443 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u043c\u0435\u045a\u0430\u0458\u0443 \u0441\u0442\u0440\u0430\u043d\u0435.
+ChangeNodeLevelRightsAction.text=\u041f\u0440\u0435\u043c\u0435\u0448\u0442\u0430\u045a\u0435 \u0447\u0432\u043e\u0440 (\u0420\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d - \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d)
+ChangeNodeLevelRightsAction.tooltip=\u0414\u0435\u0441\u043d\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0434\u043e\u043b\u0435. \u0427\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u0441\u0442\u0430\u043b\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u043e\u0434 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438\u0437\u043d\u0430\u0434. \u041b\u0435\u0432\u043e \u043e\u0434 \u043a\u043e\u0440\u0435\u043d\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0441\u0443 \u043f\u043e\u043c\u0435\u0440\u0435\u043d\u0438 \u043f\u0440\u0435\u043c\u0430 \u0433\u043e\u0440\u0435. \u0414\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043d\u0430 \u043a\u043e\u0440\u0435\u043d\u0443 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u043c\u0435\u045a\u0430\u0458\u0443 \u0441\u0442\u0440\u0430\u043d\u0435.
+choose_background_color=\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u043c\u0430\u043f\u0435:
+choose_cloud_color=\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430:
+choose_edge_color=\u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0431\u043e\u0458\u0443 \u0440\u0443\u0431\u0430
+choose_map_background_color=\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0441\u043a\u0443 \u0431\u043e\u0458\u0443 \u043c\u0430\u043f\u0435
+choose_node_background_color=\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u0447\u0432\u043e\u0440\u0430:
+choose_node_color=\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0431\u043e\u0458\u0443 \u0447\u0432\u043e\u0440\u0430:
+ClearLinkAnchorAction.text=\u041e\u0447\u0438\u0441\u0442\u0438 \u0441\u0438\u0434\u0440\u043e \u0432\u0435\u0437\u0435
+ClearLinkAnchorAction.tooltip=<html>\u043e\u0447\u0438\u0441\u0442\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u043e \u0441\u0438\u0434\u0440\u043e \u0447\u0432\u043e\u0440\u0430</html>
+close_btn=&\u0417\u0430\u0442\u0432\u043e\u0440\u0438
+CloseAction.text=&\u0417\u0430\u0442\u0432\u043e\u0440\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0443 \u043c\u0430\u043f\u0443
+CloudAction.text=\u0414\u043e\u0434\u0430\u0458 / \u0443\u043a\u043b\u043e\u043d\u0438 \u043e\u0431\u043b\u0430\u043a (\u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e)
+CloudColorAction.text=\u0411\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430...
+CloudShapeAction.ARC.text=\u041b\u0443\u043a
+CloudShapeAction.RECT.text=\u041f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
+CloudShapeAction.ROUND_RECT.text=\u0417\u0430\u043e\u0431\u0459\u0435\u043d\u0438 \u043f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
+CloudShapeAction.STAR.text=\u0417\u0432\u0435\u0437\u0434\u0430
+ColorProperty.ResetColor=\u0412\u0440\u0430\u0442\u0438 \u0438\u0437\u0432\u043e\u0440\u043d\u0435 \u0431\u043e\u0458\u0435
+combined=\u041a\u043e\u043c\u0431\u0438\u043d\u043e\u0432\u0430\u043d\u043e
+condition=\u0421\u0442\u0430\u045a\u0435
+confirmation=\u041f\u043e\u0442\u0432\u0440\u0434\u0430
+connector=\u041f\u043e\u0432\u0435\u0437\u043d\u0438\u043a
+connector_arrows=\u0421\u0442\u0440\u0435\u043b\u0438\u0446\u0430 \u043f\u0440\u0438\u043a\u0459\u0443\u0447\u043a\u0430
+connector_label=\u041e\u0437\u043d\u0430\u043a\u0430 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
+connector_lines=\u0426\u0440\u0442\u0435 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
+connector_shapes=\u041e\u0431\u043b\u0438\u043a \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
+ConnectorColorAction.text=\u0411\u043e\u0458\u0430 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a\u0430
+CopyAction.text=\u0423\u043c\u043d\u043e\u0436\u0438
+CopyAction.tooltip=\u0423\u043c\u043d\u043e\u0436\u0438 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0435 \u0433\u0440\u0430\u043d\u0435
+CopyAttributes.text=\u0423\u043c\u043d\u043e\u0436\u0438 &\u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430
+CopyIDAction.text=\u0423\u043c\u043d\u043e\u0436\u0438 \u0418\u0414 \u0447\u0432\u043e\u0440\u0430
+CopyMapStylesAction.text=\u0423\u043c\u043d\u043e\u0436\u0438 \u0441\u0442\u0438\u043b \u043c\u0430\u043f\u0435 \u0438\u0437...
+CopyNodeURIAction.text=\u0423\u043c\u043d\u043e\u0436\u0438 URI \u0447\u0432\u043e\u0440\u0430
+copyright=\u0410\u0443\u0442\u043e\u0440\u0441\u043a\u043e \u043f\u0440\u0430\u0432\u043e \u00a9 2000-2012 Freeplane \u0442\u0438\u043c\u0430 \u0438 \u043e\u0441\u0442\u0430\u043b\u0438\u0445
+CopySingleAction.text=\u0423\u043c\u043d\u043e\u0436\u0438 \u0447\u0432\u043e\u0440 \u043f\u043e\u0458\u0435\u0434\u0438\u043d\u0447\u043d\u043e
+CopySingleAction.tooltip=\u0423\u043c\u043d\u043e\u0436\u0438 \u0441\u0430\u043c\u043e \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440
+CopyStyleExtensionsAction.text=\u0423\u043c\u043d\u043e\u0436\u0438 \u043d\u0430\u0441\u0442\u0430\u0432\u043a\u0435 \u0438\u0437 \u0441\u0442\u0438\u043b\u0430 \u0447\u0432\u043e\u0440\u0430
+corrupt_map=\u0421\u0430\u0434\u0440\u0436\u0430\u0458 \u043c\u0430\u043f\u0435 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d
+CreateConjunctConditionAction.text=\u0418
+CreateDisjunctConditionAction.text=\u0418\u043b\u0438
+CreateNotSatisfiedConditionAction.text=\u041d\u0435
+CreationModificationPluginAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 &\u0432\u0440\u0435\u043c\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435
+CreationModificationPluginAction.tooltip=<html>\u041e\u0432\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u0430 \u0431\u0435\u043b\u0435\u0436\u0438 \u0432\u0440\u0435\u043c\u0435 \u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u0447\u0432\u043e\u0440\u0430 \u0438 \u0432\u0440\u0435\u043c\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u0430.</html>
+current_dir=\u041c\u0430\u043f\u0435
+CutAction.text=\u0418\u0441\u0435\u0446\u0438
+decrease_branch_font_size=\u041c\u0430\u045a\u0430 \u0441\u043b\u043e\u0432\u0430
+DecreaseNodeFontAction.text=\u041c\u0430\u045a\u0430 \u0441\u043b\u043e\u0432\u0430
+default=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e
+DefaultColorAction.text=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u0431\u043e\u0458\u0430
+defaultstyle.details=\u0414\u0435\u0442\u0430\u0459\u0438
+defaultstyle.floating=\u041f\u043b\u0443\u0442\u0430\u0458\u0443\u045b\u0438 \u0447\u0432\u043e\u0440
+defaultstyle.note=\u0411\u0435\u043b\u0435\u0448\u043a\u0430
+delete=&\u0418\u0437\u0431\u0440\u0438\u0448\u0438
+delete_child=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0447\u0432\u043e\u0440
+DeleteAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0447\u0432\u043e\u0440
+DeleteConditionAction.text=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
+DeleteDetailsAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u0430
+DeleteLevelStyleAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u043d\u0438\u0432\u043e\u0430 \u0441\u0442\u0438\u043b\u0430
+DeleteStyleAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0442\u0438\u043b
+DeleteUserStyleAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u0434\u0435\u0444\u0438\u043d\u0438\u0441\u0430\u043d\u0438 \u0441\u0442\u0438\u043b
+dialect_info.app=\u041c\u0430\u043f\u0430 \u0443\u043c\u0430 {0} \u0458\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u0441\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043e\u043c {1}.
+dialect_info.unknownApp=\u041c\u0430\u043f\u0430 \u0443\u043c\u0430 {0} \u0458\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u0435 \u043d\u0435\u043f\u043e\u0437\u043d\u0430\u0442\u043e\u0433 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430.
+dialect_info.unknownURL=\u040a\u0435\u043d\u0430 \u0432\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0438\u0458\u0435 \u043f\u043e\u0437\u043d\u0430\u0442\u0430
+dialect_info.url=\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u0432\u0435\u0431 \u0441\u0430\u0458\u0442 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 {0} \u0437\u0430 \u0432\u0438\u0448\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430.
+dialect_info.warning=Freeplane \u043c\u043e\u0436\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438, \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u0442\u0438 \u0438\u043b\u0438  \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0433\u0440\u0448\u043d\u043e.
+DirectHtmlFlavorHandler=HTML \u043a\u0430\u043e \u043f\u043e\u0458\u0435\u0434\u0438\u043d\u0430\u0447\u043d\u0438 \u0447\u0432\u043e\u0440
+DocumentationAction.text=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430
+down=\u0414&\u043e\u043b\u0435
+download=\u041f\u0440\u0435\u0443\u0437\u0438\u043c\u0430\u045a\u0435
+dropped_file_error=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0438\u0441\u043f\u0443\u0448\u0442\u0435\u043d\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443. \u0420\u0430\u0437\u043b\u043e\u0433: {0}
+edge=\u0420\u0443\u0431
+edge_is_formatted_by_style=\u041e\u0431\u043b\u0438\u043a \u0440\u0443\u0431\u0430 \u043e\u0434\u0440\u0435\u0452\u0435\u043d \u0458\u0435 \u0443 \u0441\u0442\u0438\u043b\u0443. \u0423\u0440\u0435\u0434\u0438\u0442\u0435 \u0441\u0440\u043e\u0434\u043d\u0435 \u0441\u0442\u0438\u043b\u043e\u0432\u0435 \u0430\u043a\u043e \u0436\u0435\u043b\u0438\u0442\u0435.
+edge_style=\u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
+edge_width=\u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0443\u0431\u0430
+EdgeColorAction.text=\u0411\u043e\u0458\u0430 \u0440\u0443\u0431\u0430...
+EdgeStyleAction.bezier.text=\u041b\u0430\u0433\u0430\u043d\u043e \u0437\u0430\u043e\u0431\u0459\u0435\u043d (\u043a\u0440\u0438\u0432\u0438\u043d\u0430)
+EdgeStyleAction.bezier.tooltip=<html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0443\u0431 \u043a\u0430\u043e \u0433\u043b\u0430\u0442\u043a\u0443 \u043a\u0440\u0438\u0432\u0443.</html>
+EdgeStyleAction.hide_edge.text=\u0421\u043a\u0440\u0438\u0432\u0435\u043d\u0438 \u0440\u0443\u0431
+EdgeStyleAction.hide_edge.tooltip=<html>\u0417\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u043f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0443\u0431 \u0434\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u043a\u0430\u043e<br>\u0442\u0430\u0447\u043a\u0430\u0441\u0442\u0443 \u043b\u0438\u043d\u0438\u0458\u0443. \u0423 \u0441\u0443\u043f\u0440\u043e\u0442\u043d\u043e\u043c \u0441\u0430\u043a\u0440\u0438\u0458 \u0440\u0443\u0431.</html>
+EdgeStyleAction.horizontal.text=\u0412\u043e\u0434\u043e\u0440\u0430\u0432\u043d\u043e
+EdgeStyleAction.horizontal.tooltip=<html>\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u0435 \u043f\u0440\u0430\u0432\u0435 \u043b\u0438\u043d\u0438\u0458\u0435 \u0437\u0430 \u0440\u0443\u0431\u043e\u0432\u0435.</html>
+EdgeStyleAction.linear.text=\u041b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
+EdgeStyleAction.linear.tooltip=<html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0432\u0438\u0446\u0435 \u043a\u0430\u043e \u043f\u0440\u0430\u0432\u0435 \u043b\u0438\u043d\u0438\u0458\u0435.</html>
+EdgeStyleAction.sharp_bezier.text=\u041e\u0448\u0442\u0440\u043e \u0437\u0430\u043e\u0431\u0459\u0435\u043d  (\u043a\u0440\u0438\u0432\u0438\u043d\u0430)
+EdgeStyleAction.sharp_bezier.tooltip=<html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0432\u0438\u0446\u0435 \u043a\u0430\u043e \u0433\u043b\u0430\u0442\u043a\u0435 \u043a\u0440\u0438\u0432\u0435 \u0441\u0430 \u0437\u0430\u043e\u0448\u0442\u0440\u0435\u043d\u0438\u043c \u043a\u0440\u0430\u0458\u0435\u0432\u0438\u043c\u0430.</html>
+EdgeStyleAction.sharp_linear.text=\u041e\u0448\u0442\u0440\u043e \u043b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
+EdgeStyleAction.sharp_linear.tooltip=<html>\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0432\u0438\u0446\u0435 \u043a\u0430\u043e \u043f\u0440\u0430\u0432\u0435 \u043b\u0438\u043d\u0438\u0458\u0435 \u0441\u0430 \u0437\u0430\u043e\u0448\u0442\u0440\u0435\u043d\u0438\u043c \u043a\u0440\u0430\u0458\u0435\u0432\u0438\u043c\u0430.</html>
+EdgeStyleAsParentAction.text=\u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
+EdgeStyleAsParentAction.tooltip=<html>\u041a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0441\u0442\u0438\u043b \u0438\u0432\u0438\u0446\u0435 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430.</html>[\u0437\u0430\u0441\u0442\u0430\u0440\u0435\u043e]
+EdgeWidthAction_width_parent.text=\u041d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
+EdgeWidthAction_width_thin.text=\u0422\u0430\u043d\u043a\u043e
+edit=&\u0423\u0440\u0435\u0434\u0438
+edit.decision=HTML \u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447
+edit.edit_rich_text=\u0416\u0435\u043b\u0438\u0448 \u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u043a\u0430\u043e \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e \u0438\u043b\u0438 \u0438\u0441\u043a\u043e\u0448\u0435\u043d\u043e?
+edit_details=\u0423\u0440\u0435\u0434\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u0430...
+edit_end_label=<html>\u041f\u043e\u0432\u0435\u0437\u043d\u0438\u043a<br>label
+edit_label_font_family=\u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a
+edit_label_font_size=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
+edit_link_manually=\u0420\u0443\u0447\u043d\u043e \u0443\u0440\u0435\u0434\u0438 \u0432\u0435\u0437\u0443 (\u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443)...
+edit_long_node=\u0423\u0440\u0435\u0434\u0438 \u0458\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443...
+edit_middle_label=<html>\u0421\u0440\u0435\u0434\u045a\u0430<br>\u043e\u0437\u043d\u0430\u043a\u0430
+edit_source_label=<html>\u0418\u0437\u0432\u043e\u0440\u043d\u0430<br>\u043e\u0437\u043d\u0430\u043a\u0430
+edit_target_label=\u0423\u0440\u0435\u0434\u0438 \u0446\u0438\u0459\u043d\u0438 \u043d\u0430\u0437\u0438\u0432
+edit_transparency_label=\u041f\u0440\u043e\u0437\u0438\u0440\u043d\u043e\u0441\u0442
+edit_width_label=\u0428\u0438\u0440\u0438\u043d\u0430
+EditAction.text=\u0423\u0440\u0435\u0434\u0438 \u0458\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440a \u0443 \u043b\u0438\u043d\u0438\u0458\u0438
+EditAttributesAction.text=\u0423\u0440\u0435\u0434\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0430 \u0443 \u043b\u0438\u043d\u0438\u0458\u0438
+EditDetailsAction.text=\u0423\u0440\u0435\u0434\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u0430 \u0443 \u043b\u0438\u043d\u0438\u0458\u0438
+EditDetailsInDialogAction.text=\u0418\u0437\u043c\u0435\u043d\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
+EditFilterAction.text=\u0421\u0430\u0447\u0438\u043d\u0438 \u0444\u0438\u043b\u0442\u0435\u0440
+EditLongAction.text=\u0423\u0440\u0435\u0434\u0438 \u0458\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
+EditNoteInDialogAction.text=\u0423\u0440\u0435\u0434\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
+EditScript=\u0423\u0440\u0435\u0434\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0443...
+EditStylesAction.text=\u0423\u0440\u0435\u0434\u0438 \u0441\u0442\u0438\u043b
+EncryptedMap.text=\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0443 \u043c\u0430\u043f\u0443...
+EncryptedMap.tooltip=\u041d\u043e\u0432\u0430 \u0437\u0430\u0448\u0442\u0438\u045b\u0435\u043d\u0430 \u043c\u0430\u043f\u0430
+enter_base_url=\u0411\u0438\u045b\u0435 \u0437\u0430\u043b\u0435\u043f\u0459\u0435\u043d\u0435 \u0440\u0435\u043b\u0430\u0442\u0438\u0432\u043d\u0435 \u0430\u0434\u0440\u0435\u0441\u0435. \u041c\u043e\u043b\u0438\u043c \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u0438 \u0423\u0420\u041b.
+enter_condition_name=\u0423\u043f\u0438\u0448\u0438 \u043d\u043e\u0432\u043e \u0438\u043c\u0435 \u0443\u0441\u043b\u043e\u0432\u0430
+enter_confirms=&Enter \u043a\u0430\u043e \u043f\u043e\u0442\u0432\u0440\u0434\u0430
+enter_keyset_name=\u0423\u043d\u0435\u0441\u0438 \u043d\u0430\u0437\u0438\u0432 \u0441\u043a\u0443\u043f\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
+enter_map_url=\u0423\u043d\u0435\u0441\u0438 \u0423\u0420\u041b \u043c\u0430\u043f\u0435
+enter_new_style_name=\u0423\u043d\u0435\u0441\u0438 \u043d\u0430\u0437\u0438\u0432 \u043d\u043e\u0432\u043e\u0433 \u0441\u0442\u0438\u043b\u0430
+enter_node_id=\u0423\u043d\u0435\u0441\u0438 \u0418\u0414 \u0447\u0432\u043e\u0440\u0430
+enter_zoom=\u0423\u043a\u0459\u0443\u0447\u0438 \u0443\u0432\u0435\u045b\u0430\u045a\u0435
+EnterPassword.text=\u0423\u043d\u0435\u0441\u0438 \u043b\u043e\u0437\u0438\u043d\u043a\u0443
+error=\u0413\u0440\u0435\u0448\u043a\u0430
+error_applying_template=\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u043d\u0435 XSL \u0448\u0430\u0431\u043b\u043e\u043d\u0430.
+error_creating_directory=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 \u0437\u0430 \u0438\u0437\u0432\u043e\u0437.
+error_in_template=\u0413\u0440\u0435\u0448\u043a\u0435 \u0443 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e\u043c \u0448\u0430\u0431\u043b\u043e\u043d\u0443 \u043c\u0430\u043f\u0435 {0}. \u041f\u043e\u043a\u0443\u0448\u0430\u0458\u0442\u0435 \u0434\u0430 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0435 \u043e\u0432\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443.
+errornumber={0} \u0433\u0440\u0435\u0448\u043a\u0430
+ExecuteScriptError.text=\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0438\u0437\u0432\u043e\u0452\u0435\u045a\u0443 \u0441\u043a\u0440\u0438\u043f\u0442\u0435:\n{0}
+ExecuteScriptForAllNodes.text=\u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u0432\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438
+ExecuteScriptForSelectionAction.text=\u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+ExecuteScriptOnSelectedNode.text=\u0418\u0437\u0432\u043e\u0434\u0438 {0} \u043d\u0430 \u0441\u0432\u0438\u043c \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430
+ExecuteScriptOnSelectedNodeRecursively.text=\u0418\u0437\u0432\u043e\u0434\u0438 {0} \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430, \u0440\u0435\u043a\u0443\u0440\u0437\u0438\u0432\u043d\u043e
+ExecuteScriptOnSingleNode.text=\u0418\u0437\u0432\u043e\u0434\u0438 {0} \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443
+ExecuteScripts.noScriptsAvailable=\u041d\u0438\u0441\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0435
+ExecuteScripts.text=\u0421\u043a\u0440\u0438\u043f\u0442\u0435
+ExecuteScriptSecurityError.text=\u0414\u043e\u0448\u043b\u043e \u0458\u0435 \u0434\u043e \u0433\u0440\u0435\u0448\u043a\u0435 \u0442\u043e\u043a\u043e\u043c \u0438\u0437\u0432\u0440\u0448\u0435\u045a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0435: {0}
+export_failed=\u0418\u0437\u0432\u043e\u0437 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043e
+export_pdf_text=\u041f\u0440\u0435\u043d\u043e\u0441\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=\u0418\u0437\u0432\u043e\u0437 Freeplane-\u0430
+ExportAction.text=&\u0418\u0437\u0432\u043e\u0437 \u043c\u0430\u043f\u0435
+ExportBranchAction.text=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u0433\u0440\u0430\u043d\u0443 \u043d\u0430 \u043d\u043e\u0432\u0443 \u043c\u0430\u043f\u0443...
+ExportBranchToHTMLAction.text=\u0413\u0440\u0430\u043d\u0430 \u043a\u0430\u043e HTML
+exported_file={0} \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+ExportPdf.text=\u041f\u0414\u0424
+ExportSvg.text=SVG
+ExportToHTMLAction.text=HTM
+ExportToImage.jpg.text=JPEG
+ExportToImage.png.text=PNG
+ExportToOoWriter.text=Open Office Write \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442...
+extension_menu=\u0424\u0438\u0437\u0438\u0447\u043a\u0438 \u0441\u0442\u0438\u043b
+ExternalImage_popupMenu_Change=\u0418\u0437\u043c\u0435\u043d\u0438...
+ExternalImage_popupMenu_Open=\u041e\u0442\u0432\u043e\u0440\u0438 \u0443 \u043f\u0440\u0438\u043a\u0430\u0437\u0438\u0432\u0430\u0447\u0443
+ExternalImage_popupMenu_Remove=\u0423\u043a\u043b\u043e\u043d\u0438
+ExternalImage_popupMenu_ResetZoom=\u0423 \u043f\u043e\u0447\u0435\u0442\u043d\u043e \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0435
+ExternalImageAddAction.text=\u0414\u043e\u0434\u0430\u0458 \u0441\u043b\u0438\u043a\u0443...
+ExternalImageChangeAction.text=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u0441\u043b\u0438\u043a\u0443...
+ExternalImageRemoveAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u043b\u0438\u043a\u0443
+ExtractLinkFromTextAction.text=\u041f\u0440\u0435\u0431\u0430\u0446\u0438 \u0432\u0435\u0437\u0443 \u0438\u0437 \u0442\u0435\u043a\u0441\u0442\u0430
+ExtractLinkFromTextAction.tooltip=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443 \u043d\u0430\u0452\u0435\u043d\u0443 \u0443 \u0442\u0435\u043a\u0441\u0442\u0443 \u0447\u0432\u043e\u0440\u0430
+f_button_unassigned=<\u0431\u0435\u0437 \u0430\u043a\u0446\u0438\u0458\u0435>
+FaqOpenURLAction.text=\u0427\u041f\u041f
+file=&\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+file_already_exists=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 {0} \u0432\u0435\u045b \u043f\u043e\u0441\u0442\u043e\u0458\u0438. \u0414\u0430 \u043b\u0438 \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0458\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0435?
+file_not_found=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 {0} \u043d\u0438\u0458\u0435 \u043d\u0430\u0452\u0435\u043d\u0430
+FileListFlavorHandler=\u0412\u0435\u0437\u0435 \u0434\u043e \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+FileProperties_BranchLeafCount=\u0411\u0440\u043e\u0458 \u043b\u0438\u0441\u0442\u043e\u0432\u0430 \u0447\u0432\u043e\u0440\u0430 \u0443 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0433\u0440\u0430\u043d\u0430\u043c\u0430:
+FileProperties_BranchNodeCount=\u0411\u0440\u043e\u0458 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0443 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0433\u0440\u0430\u043d\u0430\u043c\u0430:
+FileProperties_ChangesSinceLastSave=\u041f\u0440\u043e\u043c\u0435\u043d\u0435 \u043e\u0434 \u0437\u0430\u0434\u045a\u0435\u0433 \u0447\u0443\u0432\u0430\u045a\u0430:
+FileProperties_FileName=\u041d\u0430\u0437\u0438\u0432 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435:
+FileProperties_FileSaved=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430:
+FileProperties_FileSize=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435:
+FileProperties_MainBranchCount=\u0411\u0440\u043e\u0458 \u0433\u043b\u0430\u0432\u043d\u0438\u0445 \u0433\u0440\u0430\u043d\u0430:
+FileProperties_NeverSaved=\u041d\u0438\u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u043e
+FileProperties_NodeChildCount=\u0411\u0440\u043e\u0458 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430:
+FileProperties_NodeSelectionCount=\u0411\u0440\u043e\u0458 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430:
+FileProperties_TotalFilteredCount=\u0411\u0440\u043e\u0458 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u043a\u043e\u0458\u0438 \u0437\u0430\u0434\u043e\u0432\u043e\u0459\u0430\u0432\u0430\u0458\u0443 \u0444\u0438\u043b\u0442\u0435\u0440:
+FileProperties_TotalLeafCount=\u0423\u043a\u0443\u043f\u0430\u043d \u0431\u0440\u043e\u0458 \u043b\u0438\u0441\u0442\u043e\u0432\u0430 \u0447\u0432\u043e\u0440\u0430:
+FileProperties_TotalNodeCount=\u0423\u043a\u0443\u043f\u0430\u043d \u0431\u0440\u043e\u0458 \u0447\u0432\u043e\u0440\u043e\u0432\u0430:
+FilePropertiesAction.text=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043c\u0430&\u043f\u0435...
+FileRevisionsDialog.cancel=&\u041e\u0442\u043a\u0430\u0436\u0438
+FileRevisionsDialog.file_last_modified=\u0412\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u0430 \u043e\u0437\u043d\u0430\u043a\u0430
+FileRevisionsDialog.file_name=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+FileRevisionsDialog.file_size=\u0411\u0430\u0458\u0442\u043e\u0432\u0430
+FileRevisionsDialog.open=&\u041e\u0442\u0432\u043e\u0440\u0438
+FileRevisionsDialog.open.tooltip=\u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0447\u0430\u043a \u0438 \u0430\u043a\u043e \u0458\u0435 \u0437\u0430\u0441\u0442\u0430\u0440\u0435\u043b\u0430
+FileRevisionsDialog.question=\u041d\u0430\u0452\u0435\u043d\u0435 \u0441\u0443  \u0438\u0441\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0435 \u0443 {0}
+FileRevisionsDialog.restore=\u0412\u0440\u0430\u0442\u0438
+FileRevisionsDialog.restore.tooltip=\u0417\u0430\u043c\u0435\u043d\u0438 {0} \u0441\u0430 {1}
+FileRevisionsDialog.title=\u0418\u0441\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+filter=\u0424\u0438\u043b\u0442\u0435\u0440
+filter_add=&\u0414\u043e\u0434\u0430\u0458
+filter_and=&\u0418
+filter_any_text=\u0408\u0435\u0437\u0433\u0440\u0430, \u0434\u0435\u0442\u0430\u0459\u0438 \u0438\u043b\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+filter_conditions=\u0424\u0438\u043b\u0442\u0435\u0440\u0438
+filter_contains=\u0421\u0430\u0434\u0440\u0436\u0438
+filter_created_after=\u041d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0435
+filter_created_before=\u041d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u043e \u043f\u0440\u0435
+filter_delete=&\u0418\u0437\u0431\u0440\u0438\u0448\u0438
+filter_details=\u0414\u0435\u0442\u0430\u0459\u0438
+filter_dialog=\u0421\u0430\u0441\u0442\u0430\u0432\u0459\u0430\u0447 \u0444\u0438\u043b\u0442\u0435\u0440\u0430
+filter_does_not_exist=\u041d\u0435 \u043f\u043e\u0441\u0442\u043e\u0458\u0438
+filter_edit_description=\u0423\u0440\u0435\u0434\u0438 \u0441\u043f\u0438\u0441\u0430\u043a \u0444\u0438\u043b\u0442\u0435\u0440\u0430
+filter_enter_value=\u0423\u043d\u043e\u0441 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
+filter_even_level=\u0427\u0432\u043e\u0440 \u0438\u0437 \u0440\u0430\u0437\u043d\u0438\u0445 \u043d\u0438\u0432\u043e\u0430
+filter_exist=\u041f\u043e\u0441\u0442\u043e\u0458\u0438
+filter_icon=\u0418\u043a\u043e\u043d\u0430
+filter_is_equal_to=\u0408\u0435\u0434\u043d\u0430\u043a\u043e \u0458\u0435
+filter_is_not_equal_to=\u041d\u0438\u0458\u0435 \u0458\u0435\u0434\u043d\u0430\u043a\u043e
+filter_leaf=\u0417\u0430\u0432\u0440\u0448\u043d\u0438 \u0447\u0432\u043e\u0440
+filter_link=\u0425\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0430
+filter_match_approximately=&\u041f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e
+filter_match_approximately_tooltip=<html>\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u0443\u043f\u043e\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435,<br/>\u043d\u043f\u0440.. \u0443 \u043f\u043e\u0442\u0440\u0430\u0437\u0438 \u0437\u0430 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435' \u043d\u0430\u045b\u0438 \u045b\u0435 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435'.</html>
+filter_match_case=\u0420\u0430\u0437\u043b\u0438\u043a\u0443\u0458 \u0441\u043b\u043e\u0432\u0430
+filter_match_case_tooltip=\u0420\u0430\u0437\u043b\u0438\u043a\u0443\u0458 \u0441\u043b\u043e\u0432\u0430 \u043a\u043e\u0434 \u0443\u043f\u043e\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0430.
+filter_modified_after=\u041f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0435
+filter_modified_before=\u041f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u043e \u043f\u0440\u0435
+filter_no_filtering=\u0411\u0435\u0437 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u045a\u0430 (\u0443\u043a\u043b\u043e\u043d\u0438)
+filter_node=\u0408\u0435\u0437\u0433\u0440\u043e \u0442\u0435\u043a\u0441\u0442\u0430
+filter_node_level=\u041d\u0438\u0432\u043e \u0447\u0432\u043e\u0440\u0430
+filter_not=&\u041d\u0435
+filter_note=\u0411\u0435\u043b\u0435\u0448\u043a\u0430
+filter_odd_level=\u0427\u0432\u043e\u0440\u043e\u0432\u0435 \u0441\u0430 \u0438\u0441\u0442\u043e\u0433 \u043d\u0438\u0432\u043e\u0430
+filter_or=\u0418&\u043b\u0438
+filter_parent=\u041d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0442\u0435\u043a\u0441\u0442
+filter_periodic_level=\u041f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043a\u0438
+filter_priority=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442
+filter_regexp_matches=\u0420\u0435\u0433\u0443\u043b\u0430\u0440\u043d\u0438 \u0438\u0437\u0440\u0430\u0437 \u0441\u043f\u0430\u0440\u0438 \u0441\u0430
+filter_reminder=\u041f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
+filter_reminder_after=\u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e \u043f\u043e\u0441\u043b\u0435
+filter_reminder_before=\u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e \u043f\u0440\u0435
+filter_reminder_executed=\u043e\u0431\u0430\u0432\u0459\u0435\u043d\u043e
+filter_reminder_later=\u0437\u0430\u043a\u0430\u0437\u0430\u043d\u043e \u0437\u0430 \u043a\u0430\u0441\u043d\u0438\u0458\u0435
+filter_root=\u0418\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440
+filter_script=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u0444\u0438\u043b\u0442\u0435\u0440\u0430
+filter_select=&\u041e\u0437\u043d\u0430\u0447\u0438
+filter_selected_node_view=\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438
+filter_selected_node_view_snapshot=\u0421\u0430\u0447\u0443\u0432\u0430\u043d\u0438 \u0438\u0437\u0431\u043e\u0440
+filter_style=\u0421\u0442\u0438\u043b
+filter_time=\u0424\u0438\u043b\u0442\u0435\u0440 \u0434\u0430\u0442\u0443\u043c\u0430
+FilterComposerDialog.save=&\u0421\u0430\u0447\u0443\u0432\u0430\u0458
+filters_not_loaded=\u0424\u0438\u043b\u0442\u0435\u0440 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u0443\u0447\u0438\u0442\u0430\u043d, \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430
+find_what=\u0428\u0442\u0430 \u043f\u0440\u043e\u043d\u0430\u045b\u0438...
+FindAction.text=\u0422\u0440\u0430\u0436\u0438...
+FirstGroupNodeAction.text=\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u0447\u0432\u043e\u0440\u0430 (\u043f\u043e\u0447\u0435\u0442\u0430 \u0433\u0440\u0443\u043f\u0430)
+fit_map_to_page=\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0438 \u0458\u0435\u0434\u043d\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
+fit_map_to_page_height=\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u0432\u0438\u0441\u0438\u043d\u0443 \u0437\u0430 \u0458\u0435\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
+fit_map_to_page_width=\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u0448\u0438\u0440\u0438\u043d\u0443 \u0437\u0430 \u0458\u0435\u0434\u043d\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443
+FitToPage.text=\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0435 \u043d\u0430 &\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0443 \u0435\u043a\u0440\u0430\u043d\u0430
+FitToPage.tooltip=\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0438 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0435 \u0442\u0430\u043a\u043e \u0434\u0430 \u0441\u0435 \u0446\u0435\u043b\u0430 \u043c\u0430\u043f\u0430 \u0441\u043c\u0435\u0441\u0442\u0438 \u0443 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u043f\u0440\u043e\u0437\u043e\u0440
+fold=\u0421\u043b\u043e\u0436\u0438
+FoldAllAction.text=\u0421\u043b\u043e\u0436\u0438 \u0441\u0432\u0435
+FoldAllAction.tooltip=<html> \u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0438 \u045a\u0438\u0445\u043e\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435.</html>
+FoldOneLevelAction.text=\u0421\u043a\u043b\u043e\u043f\u0438 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e
+FoldOneLevelAction.tooltip=<html>\u0421\u043a\u043b\u043e\u043f\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0437\u0430 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e.</html>
+follow_graphical_link=\u0418\u0434\u0438 \u043d\u0430:
+FollowLinkAction.text=\u041f\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u0435\u0437\u0443
+font=\u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a
+FontFamilyAction.text=\u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
+FontSizeAction.text=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
+format_invalid_pattern=\u041d\u0435 \u0432\u0430\u0436\u0438 \u0448\u0430\u0431\u043b\u043e\u043d
+format_menu_cloud_shapes=\u0414\u043e\u0434\u0430\u0458 \u043e\u0431\u043b\u0430\u043a \u0438\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u0441\u0442\u0438\u043b
+format_menu_edge_styles=&\u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
+format_menu_edge_widths=\u0428\u0438\u0440\u0438\u043d\u0430  &\u0440\u0443\u0431\u0430
+format_panel=\u0424\u043e\u0440\u043c\u0430\u0442
+FormatCopy.text=\u0423\u043c\u043d\u043e\u0436\u0438 \u043e\u0431\u043b\u0438\u043a
+FormatCopy.tooltip=<html>\u0423\u043c\u043d\u043e\u0436\u0438 \u043e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430.</html>
+FormatPaste.text=\u041d\u0430\u043b\u0435\u043f\u0438 \u043e\u0431\u043b\u0438\u043a
+FormatPaste.tooltip=<html>\u041d\u0430\u043b\u0435\u043f\u0438 \u043e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430.</html>
+formats_not_loaded=\u041e\u0431\u043b\u0438\u0446\u0438 \u043d\u0435 \u043c\u043e\u0433\u0443 \u0431\u0438\u0442\u0438 \u0443\u0447\u0438\u0442\u0430\u043d\u0438, \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430
+formula.error.attributeValueIsNull=\u0412\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 ''{0}'' \u0458\u0435\u0434\u043d\u0430\u043a\u0430 \u0458\u0435 \u043d\u0443\u043b\u0438 \u043d\u0430\u043a\u043e\u043d \u043f\u0440\u043e\u0446\u0435\u043d\u0435.
+formula.error.circularReference=\u041a\u0440\u0443\u0436\u043d\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0430: \u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u0447\u0432\u043e\u0440\u0430 ''{0}'' \u0441\u0430\u0434\u0440\u0436\u0438 \u0441\u0432\u043e\u0458\u0443 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442.
+formula.EvaluateAllAction.text=\u041f\u0440\u043e\u0446\u0435\u043d\u0438 \u0441\u0432\u0435
+formula.EvaluateAllAction.tooltip=\u041f\u0440\u043e\u0446\u0435\u043d\u0438 \u0441\u0432\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u0435 \u0443 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0458 \u043c\u0430\u043f\u0438
+formula.menuname=\u0424\u043e\u0440\u043c\u0443\u043b\u0435
+formula_editor=\u0423\u0440\u0435\u0434\u0438 \u0444\u043e\u0440\u043c\u0443\u043b\u0443
+ForwardAction.text=\u041d\u0430\u043f\u0440\u0435\u0434
+ForwardAction.tooltip=\u0421\u043a\u043e\u043a \u0443\u043d\u0430\u043f\u0440\u0435\u0434 \u043d\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043d\u0438\u0437\u0443
+FreeNodeAction.text=\u0421\u043b\u043e\u0431\u043e\u0434\u043d\u043e \u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u0430\u043d \u0447\u0432\u043e\u0440\u0430 (\u043f\u043e\u0441\u0442\u0430\u0432\u0438 / \u0443 \u043f\u043e\u0447\u0435\u0442\u043d\u043e)
+Freeplane.progress.buildScreen=\u0413\u0440\u0430\u0434\u045a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430...
+Freeplane.progress.createController=\u0421\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043e\u0440\u0430...
+Freeplane.progress.createInitialMode=\u0421\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043f\u043e\u0447\u0435\u0442\u043d\u043e\u0433 \u043d\u0430\u0447\u0438\u043d\u0430...
+Freeplane.progress.endStartup=\u0417\u0430\u0432\u0440\u0448\u0435\u0442\u0430\u043a \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
+Freeplane.progress.gettingPreferenceDirectories=\u041f\u0440\u0438\u0431\u0430\u0432\u0459\u0430\u045a\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0435 \u043f\u043e\u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438...
+Freeplane.progress.gettingPreferences=\u041f\u0440\u0438\u0431\u0430\u0432\u0459\u0430\u045a\u0435 \u043f\u043e\u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438...
+Freeplane.progress.loadMaps=\u0423\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0430...
+Freeplane.progress.propagateLookAndFeel=\u0412\u0435\u0436\u0431\u0430 \u043d\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458...
+Freeplane.progress.settingPreferences=\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u043d\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0435...
+Freeplane.progress.startCreateController=\u0417\u0430\u043f\u043e\u0447\u0438\u045a\u0430\u045a\u0435 \u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043e\u0440\u0430...
+Freeplane.progress.updateLookAndFeel=\u041e\u0441\u0432\u0435\u0436\u0430\u0432\u0430\u045a\u0435 \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u0438 \u0443\u0433\u043e\u0452\u0430\u0458\u0430...
+freeplane_reverted=Freeplane_\u041f\u0440\u0435\u043e\u043a\u0440\u0435\u043d\u0443\u0442\u043e_
+FreeplaneHelpStarter.text=\u041f\u043e\u043c\u043e\u045b...
+FreeplaneHelpStarter.tooltip=\u041f\u0440\u043e\u0448\u0438\u0440\u0435\u043d\u0430 \u043f\u043e\u043c\u043e\u045b Freeplanea
+GettingStartedAction.text=\u041f\u0440\u0432\u0438 \u043a\u043e\u0440\u0430\u0446\u0438
+GotoLinkNodeAction.text=\u0418\u0434\u0438 \u043d\u0430 \u0432\u0435\u0437\u0443
+GotoNodeAction.text=\u0418\u0434\u0438 \u043d\u0430 \u0447\u0432\u043e\u0440 \u0441\u0430 ID...
+GrabKeyDialog.common.cancel=\u041e\u0442\u043a\u0430\u0436\u0438
+GrabKeyDialog.common.ok=\u0423 \u0440\u0435\u0434\u0443
+GrabKeyDialog.grab-key.assigned-to=\u0414\u043e\u0434\u0435\u0459\u0435\u043d\u043e
+GrabKeyDialog.grab-key.assigned-to.none=\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043d\u0438\u0458\u0435 \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u043e
+GrabKeyDialog.grab-key.clear=\u041e\u0447\u0438\u0441\u0442\u0438
+GrabKeyDialog.grab-key.remove=\u0423\u043a\u043b\u043e\u043d\u0438
+GrabKeyDialog.grab-key.remove-ask=\u0408\u0435\u0441\u0442\u0435 \u043b\u0438 \u0441\u0438\u0433\u0443\u0440\u043d\u0438 \u0434\u0430 \u0436\u0435\u043b\u0438\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 \u0430\u043a\u0446\u0438\u0458\u0443 \u0442\u0430\u0441\u0442\u0435\u0440\u0430?
+GrabKeyDialog.grab-key.title=\u0423\u043d\u0435\u0441\u0438 \u043d\u043e\u0432\u0438 \u0442\u0430\u0441\u0442\u0435\u0440
+green=\u0417\u0435\u043b\u0435\u043d\u043e
+help=\u041f\u043e\u043c\u043e\u045b
+HideableAction.tooltip=<html> \u041e\u0431\u0435\u043b\u0435\u0436\u0430\u0432\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0443 \u0441\u0432\u0430\u043a\u043e\u0433 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430.</html>
+HideAllAttributesAction.text=\u0421\u0430\u043a\u0440\u0438\u0458 \u0441\u0432\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
+HierarchicalIcons2Action.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0430\u0441\u043a\u0440\u0448\u045b\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0438\u043a\u043e\u043d\u0435
+HierarchicalIconsAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 &\u0445\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0443 \u0438\u043a\u043e\u043d\u0430
+HierarchicalIconsAction.tooltip=\u0410\u043a\u043e \u0458\u0435\u0434\u043d\u0430 \u043e\u0434\u00a0\u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430\u00a0\u0438\u043c\u0430\u00a0\u0438\u043a\u043e\u043d\u0443,\u00a0\u043e\u043d\u0430 \u045b\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u043d\u0430\u00a0\u0443 \u043c\u0430\u043b\u043e\u043c\u00a0\u0444\u043e\u0440\u043c\u0430\u0442\u0443, \u0442\u0430\u043a\u043e\u0452\u0435.
+hot_keys=\u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
+hot_keys_table=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
+HotKeyInfoAction.text=\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
+html_export_based_on_headings=HTML \u0418\u0437\u0432\u043e\u0437 - \u043f\u0440\u0435\u043c\u0430 \u043d\u0430\u0441\u043b\u043e\u0432\u0438\u043c\u0430
+html_export_fold_all=HTML \u0418\u0437\u0432\u043e\u0437 - \u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+html_export_fold_currently_folded=HTML \u0418\u0437\u0432\u043e\u0437 - \u0421\u043a\u043b\u043e\u043f\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0440\u0430\u0447\u0432\u0430\u045a\u0435
+html_export_no_folding=HTML \u0418\u0437\u0432\u043e\u0437 - \u0411\u0435\u0437 \u0440\u0430\u0447\u0432\u0430\u045a\u0430
+html_problem=<html>\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u0440\u0435\u0434\u043e\u0447\u0438\u0442\u0438 html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=\u0414\u043e\u043f\u0443\u043d\u0430
+icon_attach=\u041f\u043e\u0433\u043b\u0435\u0434\u0430\u0458 \u0442\u0443
+icon_audio=\u0410\u0443\u0434\u0438\u043e
+icon_back=\u041d\u0430\u0442\u0440\u0430\u0433
+icon_bee=Freeplane
+icon_bell=\u0417\u0430\u043f\u0430\u043c\u0442\u0438
+icon_bookmark=\u0418\u0437\u0432\u0440\u0441\u043d\u043e
+icon_broken-line=\u041f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u043e
+icon_button_cancel=\u041d\u0438\u0458\u0435 \u0443\u0440\u0435\u0434\u0443
+icon_button_ok=\u0423 \u0440\u0435\u0434\u0443
+icon_calendar=\u0414\u0430\u0442\u0443\u043c
+icon_checked=\u041f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e
+icon_clanbomber=\u041e\u043f\u0430\u0441\u043d\u043e
+icon_clock=\u0412\u0440\u0435\u043c\u0435
+icon_clock2=\u041f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
+icon_closed=\u0417\u0430\u0431\u0440\u0430\u045a\u0435\u043d \u0443\u043b\u0430\u0437
+icon_decrypted=\u041e\u0442\u043a\u0459\u0443\u0447\u0430\u043d\u043e
+icon_desktop_new=\u041d\u0435 \u0437\u0430\u0431\u043e\u0440\u0430\u0432\u0438
+icon_division=\u041f\u043e\u0434\u0435\u043b\u0430
+icon_down=\u0414\u043e\u043b\u0435
+icon_edit=\u041f\u0440\u043e\u0447\u0438\u0441\u0442\u0438
+icon_encrypted=\u0417\u0430\u043a\u0459\u0443\u0447\u0430\u043d\u043e
+icon_executable=\u0418\u0437\u0432\u0440\u0448\u043d\u043e
+icon_family=\u041f\u043e\u0440\u043e\u0434\u0438\u0446\u0430
+icon_fema=\u041c\u0443\u0448\u043a\u043e \u0438 \u0436\u0435\u043d\u0441\u043a\u043e
+icon_female1=\u0416\u0435\u043d\u04301
+icon_female2=\u0416\u0435\u043d\u04302
+icon_females=\u0416\u0435\u043d\u0435
+icon_flag=\u0426\u0440\u0432\u0435\u043d\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_flag-black=\u0426\u0440\u043d\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_flag-blue=\u041f\u043b\u0430\u0432\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_flag-green=\u0417\u0435\u043b\u0435\u043d\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_flag-orange=\u041d\u0430\u0440\u0430\u043d\u045f\u0430\u0441\u0442\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_flag-pink=\u0420\u0443\u0436\u0438\u0447\u0430\u0441\u0442\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_flag-yellow=\u0416\u0443\u0442\u0430 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u0446\u0430
+icon_folder=\u0424\u0430\u0441\u0446\u0438\u043a\u043b\u0430
+icon_forward=\u041d\u0430\u043f\u0440\u0435\u0434
+icon_freemind_butterfly=FreeMind
+icon_full-0=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 0
+icon_full-1=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 1
+icon_full-2=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 2
+icon_full-3=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 3
+icon_full-4=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 4
+icon_full-5=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 5
+icon_full-6=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 6
+icon_full-7=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 7
+icon_full-8=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 8
+icon_full-9=\u041f\u0440\u0435\u0434\u043d\u043e\u0441\u0442 9
+icon_go=\u0417\u0435\u043b\u0435\u043d\u0438 \u0441\u0435\u043c\u0430\u0444\u043e\u0440
+icon_gohome=\u0414\u043e\u043c
+icon_group=\u0421\u043a\u0443\u043f\u0438\u043d\u0430
+icon_help=\u041f\u0438\u0442\u0430\u045a\u0435
+icon_hourglass=\u0427\u0435\u043a\u0430\u045a\u0435
+icon_icon_not_found=\u041d\u0435\u043c\u0430 \u0438\u043a\u043e\u043d\u0435
+icon_idea=\u0417\u0430\u043c\u0438\u0441\u0430\u043e
+icon_image=\u0421\u043b\u0438\u043a\u0430
+icon_info=\u041e\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045a\u0435
+icon_internet=\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442
+icon_internet_warning=\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0443\u043f\u043e\u0437\u043e\u0440\u0435\u045a\u0435
+icon_kaddressbook=\u0422\u0435\u043b\u0435\u0444\u043e\u043d
+icon_kmail=\u0415-\u043f\u043e\u0448\u0442\u0430
+icon_knotify=\u041c\u0443\u0437\u0438\u043a\u0430
+icon_korn=\u041f\u043e\u0448\u0442\u0430\u043d\u0441\u043a\u043e \u0441\u0430\u043d\u0434\u0443\u0447\u0435
+icon_ksmiletris=\u0421\u0440\u0435\u045b\u0430\u043d \u0441\u0430\u043c
+icon_launch=\u041f\u043e\u043a\u0440\u0435\u043d\u0438
+icon_licq=\u041b\u0435\u043f\u043e
+icon_list=\u0421\u043f\u0438\u0441\u0430\u043a
+icon_Mail=\u041f\u043e\u0448\u0442\u0430
+icon_male1=\u041c\u0443\u0448\u043a\u0430\u0440\u0430\u04461
+icon_male2=\u041c\u0443\u0448\u043a\u0430\u0440\u0430\u04462
+icon_males=\u041c\u0443\u0448\u043a\u0430\u0440\u0446\u0438
+icon_menu=\u0418\u043a\u043e\u043d\u0435
+icon_messagebox_warning=\u0412\u0430\u0436\u043d\u043e
+icon_mindmap=\u041c\u0430\u043f\u0430 \u0443\u043c\u0430
+icon_multiplication=\u0423\u043c\u043d\u043e\u0436\u0430\u0432\u0430\u045a\u0435
+icon_narrative=\u041f\u0440\u0438\u043f\u043e\u0432\u0435\u0434\u0430\u045a\u0435
+icon_negative=\u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
+icon_neutral=\u041d\u0435\u0443\u0442\u0440\u0430\u043b\u043d\u043e
+icon_password=\u041a\u0459\u0443\u0447
+icon_pencil=\u041f\u043e\u0431\u043e\u0459\u0448\u0430\u045a\u0435
+icon_penguin=Linux
+icon_positive=\u041f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
+icon_prepare=\u0416\u0443\u0442\u0438 \u0441\u0435\u043c\u0430\u0444\u043e\u0440
+icon_revision=\u041f\u0440\u0435\u0440\u0430\u0452\u0435\u043d\u043e
+icon_smiley-angry=\u0409\u0443\u0442
+icon_smiley-neutral=\u0420\u0430\u0432\u043d\u043e\u0434\u0443\u0448\u0430\u043d
+icon_smiley-oh=\u0418\u0437\u043d\u0435\u043d\u0430\u0452\u0435\u043d
+icon_smily_bad=\u041d\u0435\u0437\u0430\u0434\u043e\u0432\u043e\u0459\u0430\u043d \u0441\u0430\u043c
+icon_stop=\u0426\u0440\u0432\u0435\u043d\u0438 \u0441\u0435\u043c\u0430\u0444\u043e\u0440
+icon_stop-sign=\u0421\u0442\u0430\u043d\u0438
+icon_subtraction=\u041e\u0434\u0443\u0437\u0438\u043c\u0430\u045a\u0435
+icon_unchecked=\u041d\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043e
+icon_up=\u0413\u043e\u0440\u0435
+icon_user_icon=\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0435 \u0438\u043a\u043e\u043d\u0435
+icon_very_negative=\u0412\u0440\u043b\u043e \u043d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u043e
+icon_very_positive=\u0412\u0440\u043b\u043e \u043f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u043e
+icon_video=\u0412\u0438\u0434\u0435\u043e
+icon_wizard=\u0427\u0430\u0440\u043e\u043b\u0438\u0458\u0430
+icon_xmag=\u0420\u0430\u0441\u043f\u0440\u0430\u0432\u0430
+icon_yes=\u0412\u0430\u0436\u043d\u043e
+IconGroupPopupAction.arrows.text=\u0421\u0442\u0440\u0435\u043b\u0438\u0446\u0435
+IconGroupPopupAction.docs_folders.text=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438 \u0438 \u0444\u0430\u0441\u0430\u0446\u0438\u043a\u043b\u0435
+IconGroupPopupAction.flags.text=\u0417\u0430\u0441\u0442\u0430\u0432\u0435
+IconGroupPopupAction.math.text=\u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430
+IconGroupPopupAction.media.text=\u041c\u0435\u0434\u0438\u0458\u0438
+IconGroupPopupAction.miscellaneous.text=\u041e\u0441\u0442\u0430\u043b\u043e
+IconGroupPopupAction.nature.text=\u041f\u0440\u0438\u0440\u043e\u0434\u0430
+IconGroupPopupAction.numbers.text=\u0411\u0440\u043e\u0458\u0435\u0432\u0438
+IconGroupPopupAction.office.text=\u041a\u0430\u043d\u0446\u0435\u043b\u0430\u0440\u0438\u0458\u0430
+IconGroupPopupAction.people.text=\u0409\u0443\u0434\u0438
+IconGroupPopupAction.rating.text=\u041f\u0440\u043e\u0446\u0435\u043d\u0430
+IconGroupPopupAction.signs.text=\u0417\u043d\u0430\u043a\u043e\u0432\u0438
+IconGroupPopupAction.smiley.text=\u0421\u043c\u0435\u0448\u0446\u0438
+IconGroupPopupAction.time.text=\u0412\u0440\u0435\u043c\u0435
+IconGroupPopupAction.user.text=\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0435 \u0438\u043a\u043e\u043d\u0435
+IconProgressExtended10Action.text=\u041f\u043e\u0431\u043e\u0459\u0448\u0430\u043d\u0435 \u043f\u0435\u0440\u0444\u043e\u0440\u043c\u0430\u043d\u0441\u0435 \u043e\u0434 10%
+IconProgressExtended10Action.tooltip=<html>\u0414\u043e\u0434\u0430\u0458\u0435 \u043d\u0430\u0437\u043d\u0430\u043a\u0443 \u043d\u0430\u043f\u0440\u0435\u0434\u043a\u0430 \u0434\u0430 \u0458\u0435 \u043f\u043e\u0432\u0435\u045b\u0430\u043d \u0437\u0430 10% \u043d\u0430 \u0434\u0432\u043e\u0441\u0442\u0440\u0443\u043a\u0438 \u043b\u0435\u0432\u0438 \u043a\u043b\u0438\u043a.<br>Control +  \u043b\u0435\u0432\u0438 \u0434\u0432\u043e\u043a\u043b\u0438 \u0441\u043c\u0430\u045a\u0443\u0458\u0435/\u0443\u043a\u043b\u0430\u045a\u0430 \u0458\u0435.</html>
+IconProgressExtended25Action.text=\u041f\u043e\u0431\u043e\u0459\u0448\u0430\u043d\u0435 \u043f\u0435\u0440\u0444\u043e\u0440\u043c\u0430\u043d\u0441\u0435 \u043e\u0434  25%
+IconProgressExtended25Action.tooltip=<html>\u0414\u043e\u0434\u0430\u0458\u0435 \u043d\u0430\u0437\u043d\u0430\u043a\u0443 \u043d\u0430\u043f\u0440\u0435\u0442\u043a\u0430 \u0434\u0430 \u0458\u0435 \u043f\u043e\u0432\u0435\u045b\u0430\u043d \u0437\u0430 25% \u043d\u0430  \u043b\u0435\u0432\u0438 \u0434\u0432\u043e\u043a\u043b\u0438\u043a.<br> Control + \u043b\u0435\u0432\u0438 \u0434\u0432\u043e\u043a\u043b\u0438\u043a \u0441\u043c\u0430\u045a\u0443\u0458\u0435/\u0443\u043a\u043b\u0430\u045a\u0430 \u0458\u0435.</html>
+IconProgressIconDownAction.text=\u041d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u043d\u0430\u0434\u043e\u043b\u0435
+IconProgressIconDownAction.tooltip=\u0421\u043c\u0430\u045a\u0443\u0458\u0435/ \u0443\u0431\u0430\u0446\u0443\u0458\u0435 /\u0438\u0437\u0431\u0430\u0446\u0443\u0458\u0435 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 (100% -> 75% -> 50% -> 25% -> 0% -> \u0443\u043a\u043b\u043e\u043d\u0438).
+IconProgressIconUpAction.text=\u041d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u043d\u0430\u0433\u043e\u0440\u0435
+IconProgressIconUpAction.tooltip=\u041f\u043e\u0432\u0435\u045b\u0430\u0432\u0430/ \u0443\u0431\u0430\u0446\u0443\u0458\u0435 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 (0% -> 25% -> 50% -> 75% -> 100% + \u0423 \u0440\u0435\u0434\u0443).
+IconProgressRemoveAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a
+IconProgressRemoveAction.tooltip=\u0423\u043a\u043b\u0430\u045a\u0430 \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 \u0438 \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u043d \u043d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0435.
+IconSelectionPlugin.text=\u0418\u043a\u043e\u043d\u0430 \u0441\u0430 \u0442\u0430\u0431\u0435\u043b\u0435...
+IconSelectionPlugin.tooltip=<html>\u041e\u0432\u0434\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u0442\u0438 \u0438\u043a\u043e\u043d\u0443 \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045b\u0438 \u043f\u043e\u0434 \u043f\u0440\u043e\u0437\u043e\u0440.</html>
+image_covertLink=\u041f\u0440\u0435\u0442\u0432\u043e\u0440\u0438 \u0432\u0435\u0437\u0443 \u0443 \u0441\u043b\u0438\u043a\u0443
+ImageFlavorHandler=\u0421\u043b\u0438\u043a\u0430 (\u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0441\u0435\u0431\u043d\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443)
+import=\u0423\u0432\u043e\u0437
+import_linked_branch_no_link=\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u043d\u0435\u043c\u0430 \u043d\u0438\u043a\u0430\u043a\u0432\u0443 \u0432\u0435\u0437\u0443 \u0437\u0430 \u0443\u0432\u043e\u0437.
+ImportAction.text=\u0423&\u0432\u043e\u0437
+ImportBranchAction.text=\u0413\u0440\u0430\u043d\u0430...
+ImportExplorerFavoritesAction.text=\u0418\u0441\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447 \u0444\u0430\u0432\u043e\u0440\u0438\u0442\u0430...
+ImportFolderStructureAction.text=\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0435...
+ImportLinkedBranchAction.text=\u041f\u043e\u0432\u0435\u0437\u0430\u043d\u0430 \u0433\u0440\u0430\u043d\u0430
+ImportLinkedBranchWithoutRootAction.text=\u041f\u043e\u0432\u0435\u0437\u0430\u043d\u0430 \u0433\u0440\u0430\u043d\u0430 \u0431\u0435\u0437 \u043a\u043e\u0440\u0435\u043d\u0430...
+ImportMindmanagerFiles.text=MindManager X5 \u043c\u0430\u043f\u0435...
+increase_branch_font_size=\u0412\u0435\u045b\u0430 \u0441\u043b\u043e\u0432\u0430
+IncreaseNodeFontAction.text=\u0412\u0435\u045b\u0430 \u0441\u043b\u043e\u0432\u0430
+internal_error_tooltip=\u0414\u043e\u0448\u043b\u043e \u0458\u0435 \u0434\u043e \u0443\u043d\u0443\u0442\u0440\u0430\u0448\u045a\u0435 \u0433\u0440\u0435\u0448\u043a\u0435. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u043b\u0438  \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 log  \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 log.0 \u0437\u0430 \u0432\u0438\u0448\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430.
+invalid_export_file=\u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0435 \u0438\u0437\u0432\u043e\u0437\u043d\u043e \u0438\u043c\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+invalid_file_msg=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u0440\u043e\u043d\u0430\u045b\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0437\u0430 {0}
+invalid_uri=\u041d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430 URI {0}
+invalid_url=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0432\u0430\u0459\u0430\u043d\u0443 \u0423\u0420\u041b
+invalid_url_msg=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0432\u0430\u0459\u0430\u043d\u0443 \u0423\u0420\u041b \u0437\u0430 {0}
+ItalicAction.text=\u0423\u043a\u043e\u0448\u0435\u043d\u043e
+italicise_branch=\u0423\u043a\u043e\u0441\u0438
+java_version=\u0418\u0437\u0434\u0430\u045a\u0435 Java: {0}
+JoinNodesAction.text=\u041f\u0440\u0438\u0434\u0440\u0443\u0436\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+KeyDocumentationAction.text=\u0420\u0430\u0441\u043f\u043e\u0440\u0435\u0434 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u041f\u0414\u0424 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
+LatexDeleteLatexAction.text=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443
+LatexEditLatexAction.text=\u0423\u0440\u0435\u0434\u0438 LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
+LatexInsertLatexAction.text=\u0414\u043e\u0434\u0430\u0458 LaTe&X \u0444\u043e\u0440\u043c\u0443\u043b\u0443...
+less_than_two_selected_nodes=\u041c\u043e\u0440\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0430\u0431\u0435\u0440\u0435\u0442\u0435 \u043d\u0430\u0458\u043c\u0430\u045a\u0435 \u0434\u0432\u0430 \u0447\u0432\u043e\u0440\u0430 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u0434\u043e\u0431\u0438\u043b\u0438 \u0432\u0435\u0437\u0443
+license=\u0414\u043e\u0437\u0432\u043e\u043b\u0430: GPL 2 \u0438\u043b\u0438 \u043a\u0430\u0441\u043d\u0438\u0458\u0430
+license_text=<html>\u041e\u0432\u0430\u0458 \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u0458\u0435 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u0430\u043d; \u043c\u043e\u0436\u0435\u0442\u0435 \u0433\u0430 \u0434\u0435\u043b\u0438\u0442\u0438 \u0438 / \u0438\u043b\u0438<br>\u043c\u0435\u045a\u0430\u0442\u0438  \u043f\u043e\u0434 \u0443\u0441\u043b\u043e\u0432\u0438\u043c\u0430 \u0438\u0437  GNU-\u043e\u0432\u0435 \u041e\u043f\u0448\u0442\u0435 \u0458\u0430\u0432\u043d\u0435 \u043b\u0438\u0446\u0435\u043d\u0446\u0435<br>\u043a\u043e\u0458\u0443 \u0458\u0435 \u043e\u0431\u0458\u0430\u0432\u0438\u043b\u0430 \u0417\u0430\u0434\u0443\u0436\u0431\u0438\u043d\u0430 \u0437\u0430 \u0441\u043b\u043e\u0431\u043e\u0434\u043d\u0438 \u0441\u043e\u0444\u0442\u0432\u0435\u0440; \u0438\u043b\u0438 \u043f\u043e \u0432\u0435\u0440\u0437\u0438\u0458\u0438 2<br>\u041b\u0438\u0446\u0435\u043d\u0446\u0435, \u0438\u043b\u0438 (\u043f\u043e \u0432\u0430\u0448\u0435\u043c \u0438\u0437\u0431\u043e\u0440\u0443) \u0431\u0438\u043b\u043e \u043a\u043e\u0458\u0435 \u043a\u0430\u0441\u043d\u0438\u0458\u0435 \u0432\u0435\u0440\u0437\u0438\u0458\u0435.<br><br>\u041e\u0432\u0430\u0458 \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u0441\u0435 \u0440\u0430\u0441\u043f\u043e\u0434\u0435\u0459\u0443\u0458\u0435 \u0443 \u043d\u0430\u0434\u0438 \u0434\u0430 \u045b\u0435 \u0431\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d,<br>\u0430\u043b\u0438 \u0411\u0415\u0417 \u0418\u041a\u0410\u041a\u0412\u0415 \u0413\u0410\u0420\u0410\u041d\u0426\u0418\u0408\u0415; \u0447\u0430\u043a \u0438 \u0431\u0435\u0437 \u0438\u043c\u043f\u043b\u0438\u0446\u0438\u0442\u043d\u0435 \u0433\u0430\u0440\u0430\u043d\u0446\u0438\u0458\u0435<br>\u0423\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0438\u0432\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u043f\u0440\u0438\u043b\u0430\u0433\u043e\u0452\u0435\u043d\u043e\u0441\u0442\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0458 \u043d\u0430\u043c\u0435\u043d\u0438. \u041f\u043e\u0433\u043b\u0435\u0434\u0430\u0458\u0442\u0435<br>GNU-\u043e\u0432\u0443 \u041e\u043f\u0448\u0442\u0443 \u0458\u0430\u0432\u043d\u0443 \u043b\u0438\u0446\u0435\u043d\u0446\u0443 \u0437\u0430 \u0432\u0438\u0448\u0435 \u0434\u0435\u0442\u0430\u0459\u0430<br><br>\u0422\u0440\u0435\u0431\u0430\u043b\u043e \u0431\u0438 \u0434\u0430 \u0441\u0442\u0435 \u0434\u043e\u0431\u0438\u043b\u0438 \u043a\u043e\u043f\u0438\u0458\u0443  GNU-\u043e\u0432\u0435 \u041e\u043f\u0448\u0442\u0435 \u0458\u0430\u0432\u043d\u0435 \u043b\u0438\u0446\u0435\u043d\u0446\u0435<br>\u0437\u0430\u0458\u0435\u0434\u043d\u043e \u0441\u0430 \u043e\u0432\u0438\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043e\u043c; \u0410\u043a\u043e \u043d\u0438\u0441\u0442\u0435 \u043f\u0438\u0448\u0438\u0442\u0435 \u043d\u0430 Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=\u041d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430 \u0432\u0435\u0437\u0430 "{0}" \u043d\u0438\u0458\u0435 \u0443\u0447\u0438\u0442\u0430\u043d\u0430
+link_not_available_any_more=\u0412\u0435\u0437\u0430 \u043d\u0438\u0458\u0435 \u0432\u0430\u0459\u0430\u043d\u0430. \u0423 \u043c\u0435\u0452\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u0443 \u0458\u0435 \u0447\u0432\u043e\u0440 \u043e\u0431\u0440\u0438\u0441\u0430\u043d.
+link_not_found=\u0412\u0435\u0437\u0430 {0} \u043d\u0438\u0458\u0435 \u043d\u0430\u0452\u0435\u043d\u0430.
+load=&\u0423\u0447\u0438\u0442\u0430\u0458
+load_accelerator_presets=\u0423\u0447\u0438\u0442\u0430\u0458
+LoadAcceleratorPresetsAction.textPatterns.text=\u0428\u0430\u0431\u043b\u043e\u043d \u0442\u0435\u043a\u0441\u0442\u0430
+locking_failed_by_open=\u0417\u0430\u043a\u0459\u0443\u0447\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0435 {0} \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e. \u041e\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435.
+locking_failed_by_save_as=\u0417\u0430\u043a\u0459\u0443\u0447\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0435 {0} \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e. \u0420\u0430\u0434\u045a\u0430 - \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043e- \u0458\u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u0430.
+locking_old_lock_removed=\u041c\u0430\u043f\u0430 {0} \u0458\u0435 \u0437\u0430\u043a\u0459\u0443\u0447\u0430\u043d\u0430 \u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u0435 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430 {1}. \u0417\u0430\u043a\u0459\u0443\u0447\u0430\u0432\u0430\u045a\u0435 \u043c\u0430\u043f\u0435 \u0458\u0435 \u0443\u043a\u043b\u043e\u045a\u0435\u043d\u043e, \u0458\u0435\u0440 \u0458\u0435 \u043c\u0430\u043f\u0430 \u0441\u0442\u0430\u0440\u0438\u0458\u0430.
+long_node_changed_cancel=\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u043b\u0438 \u0441\u0442\u0435 \u0447\u0432\u043e\u0440. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043e\u0434\u0431\u0430\u0446\u0438\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
+long_node_changed_submit=\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u043b\u0438 \u0441\u0442\u0435 \u0447\u0432\u043e\u0440. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
+lots_of_links_warning=\u041d\u0430\u043f\u0440\u0430\u0432\u0438\u045b\u0435\u0442\u0435 \u043f\u0440\u0435\u0432\u0438\u0448\u0435 \u0432\u0435\u0437\u0430 \u043d\u0430 \u0438\u0441\u0442\u043e\u043c \u0447\u0432\u043e\u0440\u0443. \u0417\u0430\u0438\u0441\u0442\u0430 \u0436\u0435\u043b\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0442\u043e\u043b\u0438\u043a\u043e \u0432\u0435\u0437\u0430?
+main_resource_directory=\u041c\u0435\u0441\u0442\u043e \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430: {0}
+MainView.errorUpdateText=\u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u043d\u0443 \u0442\u0435\u043a\u0441\u0442\u0430 \u0437\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u0443\u043d\u043e\u0441: {0}.\n\u0413\u0440\u0435\u0448\u043a\u0430 \u0458\u0435: {1}
+MakeLinkFromAnchorAction.text=\u041d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0435 \u0432\u0435\u0437\u0443 \u0441\u0430 \u0441\u0438\u0434\u0440\u043e\u043c
+MakeLinkFromAnchorAction.tooltip=<html>\u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u043b\u043e\u043a\u0430\u043b\u043d\u0443 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0443 \u0432\u0435\u0437\u0443 \u043e\u0434<br/>\u0441\u0438\u0434\u0440\u0430 \u0447\u0432\u043e\u0440\u0430 \u0434\u043e \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430</html>
+MakeLinkToAnchorAction.text=\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0432\u0435\u0437\u0443 \u0434\u043e \u0441\u0438\u0434\u0440\u0430
+MakeLinkToAnchorAction.tooltip=<html>\u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u043b\u043e\u043a\u0430\u043b\u043d\u0443 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0443 \u0432\u0435\u0437\u0443 \u043e\u0434<br/>\u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0434\u043e \u0441\u0438\u0434\u0440\u0430 \u0447\u0432\u043e\u0440\u0430</html>
+ManageAddOnsAction.text=\u0414\u043e\u0434\u0430\u0446\u0438
+ManageAddOnsDialog.activate=\u0423\u043a\u0459\u0443\u0447\u0438
+ManageAddOnsDialog.activation.success={0} \u045b\u0435 \u0441\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0438 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
+ManageAddOnsDialog.authored.by=\u043e\u0434 {0}
+ManageAddOnsDialog.cannot.activate=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0438: {0}  \u0432\u0435\u045b \u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0430\u043d.
+ManageAddOnsDialog.cannot.configure=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043f\u043e\u0434\u0435\u0441\u0438\u0442\u0438 {0}.
+ManageAddOnsDialog.cannot.deactivate=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043e\u0431\u0443\u0441\u0442\u0430\u0432\u0438\u0442\u0438: {0} \u043d\u0438\u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0430\u043d.
+ManageAddOnsDialog.cannot.deinstall=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0438 {0}.
+ManageAddOnsDialog.configure=\u041f\u043e\u0434\u0435\u0441\u0438
+ManageAddOnsDialog.deactivate=\u041e\u0431\u0443\u0441\u0442\u0430\u0432\u0438
+ManageAddOnsDialog.deactivation.success={0} \u045b\u0435 \u0431\u0438\u0442\u0438 \u043e\u0431\u0443\u0441\u0442\u0430\u0432\u0459\u0435\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
+ManageAddOnsDialog.deinstall=\u0423\u043a\u043b\u043e\u043d\u0438
+ManageAddOnsDialog.deinstallation.success={0} \u045b\u0435 \u0431\u0438\u0442\u0438 \u0443\u043a\u043b\u043e\u045a\u0435\u043d \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430.
+ManageAddOnsDialog.error=\u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0438: {0}.
+ManageAddOnsDialog.install=&\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458
+ManageAddOnsDialog.install.from.known.location=\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0430\u043a \u0441\u0430 \u043f\u043e\u0437\u043d\u0430\u0442\u0435 \u043b\u043e\u043a\u0430\u0446\u0438\u0458\u0435
+ManageAddOnsDialog.install.tooltip=\u041e\u0432\u0434\u0435 \u0443\u043c\u0435\u0442\u043d\u0438 \u0423\u0420\u041b \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u0430 \u0437\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0443
+ManageAddOnsDialog.map.not.opened=\u041c\u0430\u043f\u0430 {0} \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u043d\u0438\u0458\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430.
+ManageAddOnsDialog.really.deinstall=\u0416\u0435\u043b\u0438\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 {0}?
+ManageAddOnsDialog.search=\u0422\u0440\u0430\u0436\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u0435
+ManageAddOnsDialog.search.file=\u0422\u0440\u0430\u0436\u0438
+ManageAddOnsDialog.select.tooltip=\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
+ManageAddOnsDialog.status.downloading=\u041f\u0440\u0435\u0443\u0437\u0438\u043c\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435...
+ManageAddOnsDialog.status.installing=\u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 \u0434\u043e\u0434\u0430\u0442\u043a\u0430...
+ManageAddOnsDialog.status.success=\u0423\u0441\u043f\u0435\u0448\u043d\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0458\u0430 {0}.
+ManageAddOnsDialog.tab.install=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458
+ManageAddOnsDialog.tab.install.tooltip=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458 \u043d\u043e\u0432\u0435 \u0434\u043e\u0434\u0430\u0442\u043a\u0435
+ManageAddOnsDialog.tab.manage=\u0414\u043e\u0434\u0430\u0446\u0438
+ManageAddOnsDialog.tab.manage.themes=\u0422\u0435\u043c\u0435
+ManageAddOnsDialog.tab.manage.themes.tooltip=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438\u043c \u0442\u0435\u043c\u0430\u043c\u0430
+ManageAddOnsDialog.tab.manage.tooltip=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438\u043c \u0434\u043e\u0434\u0430\u0446\u0438\u043c\u0430
+ManageAddOnsDialog.visit.addon.page=\u041f\u043e\u0441\u0435\u0442\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043e\u0434\u0430\u0442\u0430\u043a\u0430...
+ManageConditionalStylesAction.text=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0438\u043c \u0441\u0442\u0438\u043b\u043e\u0432\u0438\u043c\u0430
+ManageNodeConditionalStylesAction.text=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0443\u0441\u043b\u043e\u0432\u043d\u0438\u0445 \u0441\u0442\u0438\u043b\u043e\u0432\u0430  \u0447\u0432\u043e\u0440\u0430
+map_already_exists=\u041c\u0430\u043f\u0430 \u0432\u0435\u045b \u043f\u043e\u0441\u0442\u043e\u0458\u0438. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0458\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0438?
+map_corrupted=\u041c\u0430\u043f\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430. \u041f\u0440\u0438\u043a\u0430\u0437 \u0434\u0435\u0442\u0430\u0459\u0430?
+map_load_error=\u041d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043c\u0430\u043f\u0443 {0}
+map_locked_by_open=\u041c\u0430\u043f\u0430 {0} \u0441\u0435 \u0443\u0440\u0435\u0452\u0443\u0458\u0435 \u043a\u043e\u0434 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430 {1}. \u041e\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435.
+map_locked_by_save_as=\u041c\u0430\u043f\u0430 {0} \u0441\u0435 \u0443\u0440\u0435\u0452\u0443\u0458\u0435 \u043e\u0434 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430 {1}. \u0420\u0430\u0434\u045a\u0430 - \u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043e - \u0458\u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u0430.
+map_not_saved=\u041c\u0430\u043f\u0430 \u043d\u0438\u0458\u0435 \u0440\u0430\u043d\u0438\u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430.
+MapBackgroundColorAction.text=\u0411\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u043c\u0430\u043f\u0435
+MaxNodeWidth.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0458\u0432. \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
+MaxNodeWidthAction.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0458\u0432\u0435\u045b\u0443 \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
+menu_applyStyle=\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u0441\u0442\u0438\u043b
+menu_attributes=\u041e\u0431\u0435&\u043b\u0435\u0436\u0458\u0430
+menu_clouds=\u041e\u0431\u043b\u0430\u0447\u0438\u045b\u0438
+menu_copy=\u0423\u043c\u043d\u043e\u0436\u0438
+menu_coreFormat=\u0408\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430
+menu_details=\u0414\u0435\u0442\u0430\u0459\u0438
+menu_displayAttributes=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0447\u0432\u043e\u0440\u0430
+menu_encryption=\u0417\u0430\u0448\u0442\u0438\u0442\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u043e\u043c
+menu_error=\u0413\u0440\u0435\u0448\u043a\u0430 \u0443 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0458 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 {0}:\n{1}\n\u041f\u0440\u0435\u043a\u0438\u0434\u0430\u043c
+menu_extensions=\u041f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
+menu_extras=&\u0410\u043b\u0430\u0442\u043a\u0435
+menu_file_import=\u0423&\u0432\u043e\u0437
+menu_filter=\u0424&\u0438\u043b\u0442\u0435\u0440
+menu_format=\u041e&\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
+menu_group=\u0421\u043a\u0443\u043f \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+menu_hoverView=\u0410\u043b\u0430\u0442\u043a\u0430 \u0441\u0430\u0432\u0435\u0442\u0430
+menu_iconByCategory=\u0418\u043a\u043e\u043d\u0435 \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0458\u0430\u043c\u0430...
+menu_iconView=\u0418\u043a\u043e\u043d\u0435
+menu_image=\u0421\u043b\u0438\u043a\u0430
+menu_insert=\u0423\u043c&\u0435\u0442\u043d\u0438
+menu_latex_formula=LaTeX \u0444\u043e\u0440\u043c\u0443\u043b\u0430
+menu_links=\u0412\u0435\u0437\u0435
+menu_manageStyles=&\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0441\u0442\u0438\u043b\u043e\u0432\u0438\u043c\u0430
+menu_moveNode=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u0438 \u0440\u0430\u0437\u0432\u0440\u0441\u0442\u0430\u0458
+menu_navigate=&\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
+menu_newNode=\u041d\u043e\u0432\u0438 \u0447\u0432\u043e\u0440
+menu_node=\u0427\u0432\u043e\u0440
+menu_node_features=\u041a\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0435 &\u0447\u0432\u043e\u0440\u0430
+menu_nodes=&\u0427\u0432\u043e\u0440\u043e\u0432\u0438
+menu_nodeView=\u0408\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430
+menu_notes=\u0411\u0435\u043b\u0435\u0448\u043a\u0430
+menu_noteView=\u0411\u0435\u043b\u0435\u0448\u043a\u0435
+menu_progress=\u041d\u0430\u043f\u0440\u0435\u0434\u0430\u043a \u0438\u043a\u043e\u043d\u0430 (%)
+menu_remove_icons=\u0423\u043a\u043b\u043e\u043d\u0438 \u0438\u043a\u043e\u043d\u0435
+menu_removeAttribute=\u0423\u043a\u043b\u043e\u043d\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
+menu_select=\u0418\u0437\u0430\u0431\u0435\u0440\u0438
+menu_time=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043e\u043c
+menu_title=\u0408\u0435\u0437\u0433\u0440\u043e \u0447\u0432\u043e\u0440\u0430
+menu_toolbars=\u0422\u0440\u0430\u043a\u0435 \u0441\u0430 \u0430\u043b\u0430\u0442\u043a\u0430\u043c\u0430
+menu_view=&\u041f\u0440\u0438\u043a\u0430\u0437
+menu_viewmode=\u041f\u0440\u0438\u043a\u0430\u0437 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438
+MenuReferenceAction.text=\u0421\u0442\u0430\u0432\u043a\u0435 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430
+MenuUtils.invalid_menuitem={0} \u043d\u0438\u0458\u0435 \u0432\u0430\u0459\u0430\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0430 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430.
+mindmap=\u041c\u0430\u043f\u0430
+MindMapNodesFlavorHandler=\u0425\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+mindmaps=& \u041c\u0430\u043f\u0435
+mindmaps_desc=\u041c\u0430\u043f\u0435 (*.mm)
+mindmaps_filter_desc=\u0424\u0438\u043b\u0442\u0435\u0440\u0438 (*.mmfilter)
+MinNodeWidth.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0458\u043c. \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
+mode_Browse=\u0420\u0435\u0436\u0438\u043c \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430
+mode_File=\u0420\u0435\u0436\u0438\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+mode_MindMap=\u0420\u0435\u0436\u0438\u043c \u043c\u0430\u043f\u0430 \u0443\u043c\u0430
+mode_na=\u0420\u0435\u0436\u0438\u043c \u043d\u0438\u0458\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430\u043d
+mode_status=\u0420\u0435\u0436\u0438\u043c \u0458\u0435 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d \u0443 {0}
+mode_title=Freeplane - {0}
+modes=\u0420\u0435\u0436\u0438\u043c\u0438
+ModesMenuAction.Browse.text=\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a \u043c\u0430\u043f\u0430
+ModesMenuAction.File.text=\u0418\u0441\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+ModesMenuAction.MindMap.text=\u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u043c\u0430\u043f\u0430 \u0443\u043c\u0430
+most_recent_files=\u041d\u0435&\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u0430\u043d\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+MoveToRootAction.text=\u0418\u0434\u0438 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440
+NameConditionAction.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0437\u0438\u0432
+NavigationNextMapAction.text=\u0421\u043b\u0435\u0434\u0435\u045b\u0430 \u043c\u0430\u043f\u0430
+NavigationPreviousMapAction.text=\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430 \u043c\u0430\u043f\u0430
+new=&\u041d\u043e\u0432\u0430
+new_map_from_user_templates.text=\u041d\u043e\u0432\u0430 \u043c\u0430\u043f\u0430 \u0438\u0437 \u0448\u0430\u0431\u043b\u043e\u043d\u0430...
+new_mindmap=\u041d\u043e\u0432\u0430 \u043c\u0430\u043f\u0430 \u0443\u043c\u0430
+new_node=\u041d\u043e\u0432\u0438 \u0447\u0432\u043e\u0440
+new_node_as_sibling_not_possible_for_the_root=\u041d\u043e\u0432\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438 \u0447\u0432\u043e\u0440, \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043a\u0430\u043e \u0438\u0437\u0432\u043e\u0440\u043d\u0438.
+new_version_available=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0458\u0435 \u043d\u043e\u0432\u043e \u0438\u0437\u0434\u0430\u045a\u0435  ''{0}''  \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+NewChildAction.text=\u041d\u043e\u0432\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
+NewerFileRevisionsFoundDialog.cancel=&\u041f\u0440\u0435\u0441\u043a\u043e\u0447\u0438
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u041d\u0435 \u043e\u0442\u0432\u0430\u0440\u0430\u0458 \u043e\u0432\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
+NewerFileRevisionsFoundDialog.file_last_modified=\u041e\u0437\u043d\u0430\u043a\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0430
+NewerFileRevisionsFoundDialog.file_name=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+NewerFileRevisionsFoundDialog.file_size=\u0411\u0430\u0458\u0442\u043e\u0432\u0430
+NewerFileRevisionsFoundDialog.open=&\u041e\u0442\u0432\u043e\u0440\u0438
+NewerFileRevisionsFoundDialog.open.tooltip=\u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0447\u0430\u043a \u0438\u0430\u043a\u043e \u0458\u0435 \u0437\u0430\u0441\u0442\u0430\u0440\u0435\u043b\u0430.
+NewerFileRevisionsFoundDialog.question=\u041f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0430 \u0458\u0435 \u043d\u043e\u0432\u0438\u0458\u0430 \u043f\u043e\u0431\u043e\u0459\u0448\u0430\u043d\u0430 \u0437\u0430 {0}!
+NewerFileRevisionsFoundDialog.restore=\u0412\u0440\u0430&\u0442\u0438
+NewerFileRevisionsFoundDialog.restore.tooltip=\u0417\u0430\u043c\u0435\u043d\u0438 {0} \u0441\u0430 {1}
+NewerFileRevisionsFoundDialog.title=\u041f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u043e \u0458\u0435 \u043d\u043e\u0432\u043e \u0438\u0437\u0434\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435!
+NewFreeNodeAction.text=\u041d\u043e\u0432\u0438 \u0441\u043b\u043e\u0431\u043e\u0434\u0430\u043d \u0447\u0432\u043e\u0440
+NewLevelStyleAction.text=\u0414\u043e\u0434\u0430\u0458 \u0441\u0442\u0438\u043b \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043e\u0433 \u043d\u0438\u0432\u043e\u0430
+newmap.install.addon.question={0} \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u043a\u0430\u043e \u043f\u0430\u043a\u0435\u0442 \u0434\u043e\u0434\u0430\u0442\u043a\u0430\n\u0414\u0430 \u043b\u0438 \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0433\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435?\n(\u0418\u0437\u0430\u0431\u0435\u0440\u0438 "\u041d\u0435" \u0437\u0430 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u0430\u045a\u0435.)
+newmap.install.addon.title=\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0458 \u0434\u043e\u0434\u0430\u0442\u0430\u043a?
+NewMapAction.text=&\u041d\u043e\u0432\u0430 \u043c\u0430\u043f\u0430
+NewMapViewAction.text=\u041f\u0440\u0438\u043a\u0430\u0437 \u043d\u043e\u0432\u0435 \u043c\u0430\u043f\u0435
+NewParentNode.text=\u041d\u043e\u0432\u0438 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
+NewParentNode.tooltip=<html>\u0421\u0432\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u0438 \u0441\u0443 \u043d\u043e\u0432\u043e\u043c \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443.</html>
+NewPreviousSiblingAction.text=\u041d\u043e\u0432\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438 \u0447\u0432\u043e\u0440
+NewSiblingAction.text=\u041d\u043e\u0432\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u043d\u0438 \u0447\u0432\u043e\u0440
+NewSummaryAction.text=\u041d\u043e\u0432\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434 \u0447\u0432\u043e\u0440\u0430
+NewUserStyleAction.text=\u041d\u043e\u0432\u0438 \u0441\u0442\u0438\u043b \u0438\u0437 \u0441\u0435\u043b\u0435\u043a\u0446\u0438\u0458\u0435
+NextNodeAction.BACK.text=\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0447\u0432\u043e\u0440
+NextNodeAction.BACK_N_FOLD.text=\u0418\u0434\u0438 \u043d\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0447\u0432\u043e\u0440 (\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u043e)
+NextNodeAction.FORWARD.text=\u0418\u0434\u0438 \u043d\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u0447\u0432\u043e\u0440
+NextNodeAction.FORWARD_N_FOLD.text=\u0418\u0434\u0438 \u043d\u0430 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u0447\u0432\u043e\u0440 (\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u043e)
+NextPresentationItemAction.text=\u0420\u0430\u0437\u0432\u0438\u0458 \u0441\u043b\u0435\u0434\u0435\u045b\u0443 \u0441\u0442\u0430\u0432\u043a\u0443 \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0435
+no=\u041d\u0435
+no_copy_attributes_before_paste_attributes=\u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043b\u0435\u043f\u0438\u0442\u0438 \u043e\u0431\u0435\u043b\u0435\u0436\u0458\u0435 \u0430\u043a\u043e \u0433\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043d\u0438\u0441\u0442\u0435 \u0443\u043c\u043d\u043e\u0436\u0438\u043b\u0438.
+NO_FORMAT=\u0422\u0435\u043a\u0441\u0442
+no_format_copy_before_format_paste=\u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043b\u0435\u043f\u0438\u0442\u0438 \u043e\u0431\u043b\u0438\u043a \u0430\u043a\u043e \u0433\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043d\u0438\u0441\u0442\u0435 \u0443\u043c\u043d\u043e\u0436\u0438\u043b\u0438.
+no_found_from=<html>\u041d\u0438\u0458\u0435 <u>{0}</u> \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d \u0443 "{1}".</html>
+no_more_found_from=<html>\u041d\u0435\u043c\u0430 \u0432\u0438\u0448\u0435 <u>{0}</u>\u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438\u0445 \u0443 "{1}".</htm>
+no_previous_find=\u041d\u0435\u043c\u0430 \u043f\u043e\u0434\u0430\u0442\u043a\u0430 \u0442\u0440\u0430\u0436\u0435\u045a\u0430.
+no_styles_found_in_map=\u041d\u0435\u043c\u0430 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0438\u0445 \u0441\u0442\u0438\u043b\u043e\u0432\u0430 \u0443 \u043c\u0430\u043f\u0438
+node=\u0427\u0432\u043e\u0440
+node_changed_discard_changes=\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u043b\u0438 \u0441\u0442\u0435 \u0447\u0432\u043e\u0440. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043e\u0434\u0431\u0430\u0446\u0438\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
+node_is_write_protected=\u0426\u0438\u0459\u043d\u0438 \u0447\u0432\u043e\u0440 \u0458\u0435 \u0437\u0430\u0448\u0442\u0438\u045b\u0435\u043d \u043e\u0434 \u043f\u0438\u0441\u0430\u045a\u0430.
+node_location_help=\u041f\u043e\u0432\u043b\u0430\u0447\u0435\u045a\u0435 \u043c\u0435\u045a\u0430 \u043f\u043e\u043b\u043e\u0436\u0430\u0458 \u0447\u0432\u043e\u0440\u0430, ctrl+\u043f\u043e\u0432\u043b\u0430\u0447\u0435\u045a\u0435 \u043c\u0435\u045a\u0430 \u0440\u0430\u0437\u043c\u0430\u043a, \u0434\u0432\u043e\u043a\u043b\u0438\u043a \u0438 ctrl+\u0434\u0432\u043e\u043a\u043b\u0438\u043a \u0432\u0440\u0430\u045b\u0430 \u0447\u0432\u043e\u0440 \u0443 \u043f\u0440\u0432\u043e\u0431\u0438\u0442\u043d\u0438 \u043f\u043e\u043b\u043e\u0436\u0430\u0458.
+node_selector=\u0418\u0437\u0431\u043e\u0440 \u0447\u0432\u043e\u0440\u0430
+node_selector_message=\u0414\u0432\u043e\u0441\u0442\u0440\u0443\u043a\u0438 \u043a\u043b\u0438\u043a \u0437\u0430 \u0438\u0437\u0431\u043e\u0440 \u0447\u0432\u043e\u0440\u0430
+node_styles=\u0421\u0442\u0438\u043b\u043e\u0432\u0438 \u0447\u0432\u043e\u0440\u0430
+NodeBackgroundColorAction.text=&\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0441\u043a\u0430 \u0431\u043e\u0458\u0430 \u0447\u0432\u043e\u0440\u0430...
+NodeColorAction.text=\u0411\u043e\u0458\u0430 \u0447\u0432\u043e\u0440\u0430...
+NodeColorBlendAction.text=\u041f\u043e\u043c\u0435\u0448\u0430\u0458 \u0431\u043e\u0458\u0435
+NodeDownAction.text=\u041f\u043e\u043c\u0435\u0440\u0438 \u0447\u0432\u043e\u0440 (\u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d \u0434\u043e\u043b\u0435)
+NodeExtensions.EditNodeExtensions=\u0423\u0440\u0435\u0434\u0438 \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
+NodeExtensions.RemoveNodeExtensions=\u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
+NodeListAction.text=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438...
+NodeListAction.tooltip=\u041f\u043e\u043a\u0430\u0436\u0438 \u0441\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u043a\u0430\u043e \u043f\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0432 \u043f\u043e\u043f\u0438\u0441 \u0441\u0430 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0438\u043c\u0430 \u0444\u0438\u043b\u0442\u0440\u0430.
+NodeShapeAction.bubble.text=&\u041c\u0435\u0445\u0443\u0440\u0438\u045b
+NodeShapeAction.fork.text=\u0420\u0430&\u0447\u0432\u0430
+NodeUpAction.text=\u041f\u043e\u043c\u0435\u0440\u0438 \u0447\u0432\u043e\u0440 (\u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d \u0433\u043e\u0440\u0435)
+NodeWidthAction.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430
+nonboldify_branch=\u041f\u043e\u043d\u0438\u0448\u0442\u0438 \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u045a\u0435
+nonitalicise_branch=\u041f\u043e\u043d\u0438\u0448\u0442\u0438 \u0438\u0441\u043a\u043e\u0448\u0435\u043d\u043e\u0441\u0442
+normal=\u0423\u043e\u0431\u0438\u0447\u0430\u0458\u0435\u043d
+not_saved_for_image_error=\u041c\u0430\u043f\u0430 \u043c\u043e\u0440\u0430 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0432\u0430\u043d\u0430 \u043f\u0440\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u045a\u0430 \u0441\u043b\u0438\u043a\u0435
+not_saved_for_link_error=\u041c\u0430\u043f\u0430 \u043c\u043e\u0440\u0430 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u043f\u0440\u0435 \u043f\u043e\u0432\u0435\u0437\u0438\u0432\u0430\u045a\u0430 \u0441 \u043f\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447\u0435\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430.
+note_window_location=\u041f\u043e\u0437\u0438\u0446\u0438\u0458\u0430 \u043e\u043a\u043d\u0430 \u0431\u0435\u043b\u0435\u0448\u043a\u0438
+ok=&\u0423 \u0440\u0435\u0434\u0443
+OKAction.text=&\u0423\u0440\u0435\u0434\u0443
+OnlineReference.text=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430 \u043c\u0430\u043f\u0430 \u043d\u0430 \u043c\u0440\u0435\u0436\u0438
+open_asMindMap=\u041c\u0430\u043f\u0430 \u0443\u043c\u0430
+OpenAction.text=\u041e\u0442\u0432\u043e\u0440\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0443 \u043c\u0430\u043f\u0443...
+OpenFreeplaneSiteAction.text=\u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 Freeplane
+OpenPathAction.text=\u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
+OpenURLMapAction.text=\u041e\u0442\u0432\u043e\u0440\u0438 \u043c\u0430\u043f\u0443 \u0438\u0437 URL...
+OpenUserDirAction.text=\u041e\u0442\u0432\u043e\u0440\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443
+option_changes_may_require_restart=\u0414\u0430 \u0431\u0438\u0441\u0442\u0435 \u0432\u0438\u0434\u0435\u043b\u0438 \u0443\u0447\u0438\u043d\u0430\u043a \u043f\u0440\u043e\u043c\u0435\u043d\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438, \u043c\u043e\u0440\u0430\u0442\u0435 \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0435\u043d\u0443\u0442\u0438 Freeplane
+OptionalDontShowMeAgainDialog.cancel=&\u041d\u0435
+OptionalDontShowMeAgainDialog.dontShowAgain=\u041d\u0435 &\u043f\u0438\u0442\u0430\u0458 \u043c\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e.
+OptionalDontShowMeAgainDialog.ok=&\u0414\u0430
+OptionalDontShowMeAgainDialog.rememberMyDescision=&\u0417\u0430\u043f\u0430\u043c\u0442\u0438 \u043c\u043e\u0458\u0443 \u043e\u0434\u043b\u0443\u043a\u0443
+OptionPanel.absolute=\u0410\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0430
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0433\u043b\u0435\u0434 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
+OptionPanel.ADD_CHILD=\u0414\u043e\u0434\u0430\u0458 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
+OptionPanel.ADD_SIBLING=\u0414\u043e\u0434\u0430\u0458 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0430\u043d \u0447\u0432\u043e\u0440
+OptionPanel.addons=\u0414\u043e\u0434\u0430\u0446\u0438
+OptionPanel.always_fold_all_after_load=\u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+OptionPanel.always_load_last_maps=\u0423\u0447\u0438\u0442\u0430\u0458 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u0438 \u043d\u043e\u0432\u0435 \u043c\u0430\u043f\u0435
+OptionPanel.always_load_last_maps.tooltip=\u041e\u0442\u0432\u0430\u0440\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u043f\u0440\u0435\u043c\u0430 \u0433\u043e\u0440\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0430, \u0447\u0430\u043a \u0438 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0435\u043c FP \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043c\u0430\u043f\u043e\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435.
+OptionPanel.always_save_folding=\u0423\u0432\u0435\u043a
+OptionPanel.always_save_folding_state=\u0423\u0432\u0435\u043a \u0441\u0430\u0447\u0443\u0432\u0430\u0458 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u043f\u043e\u043b\u043e\u0436\u0430\u0458\u0430 \u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u0438\u0445 \u0438 \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430.
+OptionPanel.always_save_folding_state.tooltip=\u041e\u0432\u0430 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442 \u045b\u0435 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u0437\u0430\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0443\u043f\u043e\u0437\u043e\u0440\u0438\u0442\u0438 \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u0441\u0442\u0430\u0431\u043b\u0430 \u043c\u0430\u043f\u0435.
+OptionPanel.always_unfold_all_after_load=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+OptionPanel.antialias=\u0417\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0435
+OptionPanel.antialias.tooltip=<html>\u041e\u0434\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0433\u0440\u0430\u0444\u0438\u0447\u043a\u043e\u0433 \u043a\u0432\u0430\u043b\u0438\u0442\u0435\u0442\u0430 \u043c\u0430\u043f\u0435. \u0412\u0438\u0448\u0435 \u0437\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0430 \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u0432\u0438\u0448\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0430.</html>
+OptionPanel.antialias_all=\u0417\u0430\u0433\u043b\u0430\u0434\u0438 \u0441\u0432\u0435
+OptionPanel.antialias_edges=\u0417\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0435 \u0440\u0443\u0431\u0430
+OptionPanel.antialias_none=\u0411\u0435\u0437 \u0437\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0430
+OptionPanel.Appearance=\u0418\u0437\u0433\u043b\u0435\u0434
+OptionPanel.apply_system_screen_resolution=\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0443 \u0440\u0435\u0437\u043e\u043b\u0443\u0446\u0438\u0458\u0443 \u0435\u043a\u0440\u0430\u043d\u0430
+OptionPanel.approximate_search_threshold=\u041f\u0440\u0430\u0433 \u0437\u0430 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u0430\u045a\u0435
+OptionPanel.approximate_search_threshold.tooltip=<html>\u041f\u0440\u0430\u0433 \u0437\u0430 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u0430\u045a\u0435<br/><\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0435 \u0441\u043b\u043e\u0432\u0430="2">\u043f\u043e\u0433\u043b\u0435\u0434\u0430\u0458 http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(\u0432\u0435\u045b\u0430 - \u043c\u0430\u045a\u0430 \u043a\u043e\u043b\u0435\u0431\u0430\u045a\u0430<br/>\u043e\u0434 \u0442\u0435\u0440\u043c\u0438\u043d\u0430 \u0437\u0430 \u043f\u0440\u0435\u0442\u0440\u0430\u0433\u0443 \u045b\u0435 \u0441\u0435 \u043d\u0430\u045b\u0438)</html>
+OptionPanel.ar=Arabic / \u0410\u0440\u0430\u043f\u0441\u043a\u0438
+OptionPanel.ARC=\u041b\u0443\u043a
+OptionPanel.as_parent=\u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438
+OptionPanel.ask=\u041f\u0438\u0442\u0430\u045a\u0435
+OptionPanel.automatic=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438
+OptionPanel.automaticFormat_level=\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0438\u0432\u043e \u0441\u0442\u0438\u043b\u043e\u0432\u0430
+OptionPanel.automaticFormat_level1=\u041e\u0431\u043b\u0438\u043a \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.automaticFormat_level2=1. \u041d\u0438\u0432\u043e \u043e\u0431\u043b\u0438\u043a\u0430 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.backup_file_number=\u0411\u0440\u043e\u0458 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0438\u0445 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+OptionPanel.Behaviour=\u041f\u043e\u043d\u0430\u0448\u0430\u045a\u0435
+OptionPanel.bezier=\u041b\u0430\u0433\u0430\u043d\u043e \u0437\u0430\u043a\u0440\u0438\u0432\u0459\u0435\u043d\u0430 (\u043a\u0440\u0438\u0432\u0443\u0459\u0430)
+OptionPanel.bubble=\u041e\u0431\u043b\u0430\u0447\u0438\u045b
+OptionPanel.ca=\u041a\u0430\u0442\u0430\u043b\u043e\u043d\u0441\u043a\u0438
+OptionPanel.Cancel=\u041e\u0442\u043a\u0430\u0436\u0438
+OptionPanel.center_selected_node=\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u0443 \u0441\u0440\u0435\u0434\u0438\u0448\u0442\u0443 \u043f\u0440\u0438\u043a\u0430\u0437\u0430
+OptionPanel.check_updates_automatically=\u041f\u0440\u043e\u0432\u0435\u0440\u0438 \u0437\u0430 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0443 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+OptionPanel.childpattern=\u0428\u0430\u0431\u043b\u043e\u043d \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433
+OptionPanel.childpattern.tooltip=\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0448\u0430\u0431\u043b\u043e\u043d \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0438\u043c \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430
+OptionPanel.clear_all_setters=\u041f\u0440\u0435\u043e\u043a\u0440\u0435\u043d\u0438 \u0441\u0432\u0435
+OptionPanel.clear_all_setters.tooltip=\u041e\u043c\u043e\u0433\u0443\u045b\u0443\u0458\u0435 \u0438\u043b\u0438 \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0443\u0458\u0435 \u0441\u0432\u0435 \u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435.
+OptionPanel.cloud=\u041e\u0431\u043b\u0430\u0447\u0438\u045b
+OptionPanel.cloudcolor=\u0411\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
+OptionPanel.cloudshape=\u041e\u0431\u043b\u0438\u043a \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
+OptionPanel.combined=\u041a\u043e\u043c\u0431\u0438\u043d\u043e\u0432\u0430\u043d\u043e
+OptionPanel.compare_as_number=\u0423\u043f\u043e\u0440\u0435\u0434\u0438 \u043a\u0430\u043e \u0431\u0440\u043e\u0458\u0435\u0432\u0435
+OptionPanel.convert_to_current_version=<html>\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u043f\u0440\u0435\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043c\u0430\u043f\u0430 \u0441\u0442\u0430\u0440\u0438\u0445 \u0438\u0437\u0434\u0430\u045a\u0435 Freeplanea <br>\u0443 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0438\u0437\u0434\u0430\u045a\u0435?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>\u0421\u0430\u043c\u043e \u0437\u0430 \u0432\u0440\u043b\u043e \u0432\u0435\u043b\u0438\u043a\u0435 \u043c\u0430\u043f\u0435 \u0437\u0430 \u043a\u043e\u0458\u0435 \u043d\u0438\u0458\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u043f\u0440\u0435\u0442\u0432\u0430\u0440\u0430\u045a\u0435 <br>(\u0430 \u0437\u0430 \u0442\u043e \u0458\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0441\u0442\u0440\u0443\u0447\u043d\u043e \u0437\u043d\u0430\u045a\u0435), \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u0432\u0430\u0440\u0430\u0442\u0438 \u0431\u0435\u0437 \u043f\u0440\u0435\u0442\u0432\u0430\u0440\u0430\u045a\u0430.</html>
+OptionPanel.cs=\u0427\u0435\u0448\u043a\u0438 / \u010desky
+OptionPanel.cut_nodes_without_question=\u0418\u0441\u0435\u0446\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435.
+OptionPanel.cut_nodes_without_question.tooltip=\u0410\u043a\u043e \u0458\u0435 \u043f\u043e\u0459\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0438\u0437\u0440\u0435\u0437\u0430\u043d\u0438 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435. \u041e\u0432\u043e \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u0443\u0437\u0440\u043e\u043a\u043e\u0432\u0430\u0442\u0438 \u0433\u0443\u0431\u0438\u0442\u0430\u043a \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u043d\u0438\u0441\u043c\u043e \u043f\u0430\u0436\u0459\u0438\u0432\u0438 \u043a\u043e\u0434 \u0431\u0440\u0438\u0441\u0430\u045a\u0430.
+OptionPanel.da=\u0414\u0430\u043d\u0441\u043a\u0438 / dansk
+OptionPanel.date_format=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u0443\u043c\u0430
+OptionPanel.date_format.tooltip=\u0421\u0432\u0430\u043a\u0438 SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u0438\u043b\u0438 \u043a\u0430\u043e \u0448\u0430\u0431\u043b\u043e\u043d "MM/dd/yyyy"
+OptionPanel.datetime_format=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0438 \u0434\u0430\u0442\u0443\u043c\u0430
+OptionPanel.datetime_format.tooltip=\u0421\u0432\u0430\u043a\u0438 <\u043e\u0431\u043b\u0438\u043a \u0434\u0430\u0442\u0443\u043c\u0430>,<\u043e\u0431\u043b\u0438\u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0430> (\u0441\u0430 SHORT, MEDIUM, LONG \u0438\u043b\u0438 FULL \u043a\u0430\u043e \u0441\u0442\u0438\u043b) \u0438\u043b\u0438 \u043a\u0430\u043e \u043f\u0443\u043d \u0448\u0430\u0431\u043b\u043e\u043d "M/d/yyyy hh:mm"
+OptionPanel.de=\u041d\u0435\u043c\u0430\u0447\u043a\u0438 / Deutsch
+OptionPanel.default=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e
+OptionPanel.default_attribute_key_column_width=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043a\u0459\u0443\u0447\u043d\u043d\u043e\u0433 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+OptionPanel.default_attribute_value_column_width=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+OptionPanel.default_browser_command_mac=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043d\u0430\u0440\u0435\u0434\u0431\u0435\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a \u0437\u0430 Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> \u0438 MAC: (\u0437\u0430\u0445\u0432\u0430\u0459\u0443\u0458\u0443\u045b\u0438 \u041d\u0438\u043a\u0443!)</html>
+OptionPanel.default_browser_command_other_os=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u0434\u0440\u0443\u0433\u043e\u0433 \u041e\u0421
+OptionPanel.default_browser_command_other_os.tooltip=<html> \u041e\u0432\u043e \u0458\u0435 \u0442\u0438\u043f\u0438\u0447\u043d\u043e \u0437\u0430 Linux:</html>
+OptionPanel.default_browser_command_windows_9x=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043d\u0430\u0440\u0435\u0434\u0431\u0435\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a Windows 98
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>\u0417\u0430 Windows 98 (\u0437\u043d\u0430\u0446\u0438 "" \u0441\u0443 \u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0438 \u0437\u0431\u043e\u0433 \u0432\u0435\u0437\u0430, \u043a\u043e\u0458\u0435 \u0438\u043c\u0430\u0458\u0443 "=" \u0443 \u0441\u0432\u043e\u0458\u0435\u043c \u0423\u0420\u041b-\u0443).</html>
+OptionPanel.default_browser_command_windows_nt=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043d\u0430\u0440\u0435\u0434\u0431\u0435\u043d\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u043d\u0438\u043a Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>\u0417\u0430 Windows NT (\u0437\u043d\u0430\u0446\u0438 "" \u0441\u0443 \u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0438 \u0437\u0431\u043e\u0433 \u0432\u0435\u0437\u0430, \u043a\u043e\u0458\u0435 \u0438\u043c\u0430\u0458\u0443 "=" \u0443 \u0441\u0432\u043e\u0458\u0435\u043c \u0423\u0420\u041b-\u0443).</html>
+OptionPanel.default_charset=\u0421\u043a\u0443\u043f \u0437\u043d\u0430\u043a\u043e\u0432\u0430
+OptionPanel.Defaults=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0435
+OptionPanel.delete_automatic_saves_at_exit=\u041a\u043e\u0434 \u0438\u0437\u043b\u0430\u0437\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0438 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435.
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u0410\u043a\u043e \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0442\u0440\u0435\u0431\u0430 \u0434\u0430 \u0441\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0431\u0440\u0438\u0448\u0443 \u043f\u0440\u0438 \u043d\u043e\u0440\u043c\u0430\u043b\u043d\u043e\u043c \u0433\u0430\u0448\u0435\u045a\u0435\u045a\u0443 Freeplane, \u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0437\u043d\u0430\u043a \u0437\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0443</html>
+OptionPanel.delete_nodes_without_question=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435?
+OptionPanel.delete_nodes_without_question.tooltip=\u0410\u043a\u043e \u0458\u0435 \u043f\u043e\u0459\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u0447\u0432\u043e\u0440\u043e\u0432\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u043e\u0431\u0440\u0438\u0441\u0430\u043d\u0438 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435. \u041e\u0432\u043e \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u0443\u0437\u0440\u043e\u043a\u043e\u0432\u0430\u0442\u0438 \u0433\u0443\u0431\u0438\u0442\u0430\u043a \u043e\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045a\u0430 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u043d\u0438\u0441\u043c\u043e \u043f\u0430\u0436\u0459\u0438\u0432\u0438 \u043a\u043e\u0434 \u0431\u0440\u0438\u0441\u0430\u045a\u0430.
+OptionPanel.disable_cursor_move_paper=\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u043e\u043c\u0438\u0446\u0430\u045a\u0435 \u043f\u043e\u0434\u043b\u043e\u0433\u0435 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447\u0430
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\u041d\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0443\u0458 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 '\u043f\u043e\u043c\u0435\u0440\u0438' \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u043e\u0432\u043b\u0430\u0447\u0435\u045a\u0430 \u043f\u043e\u0434\u043b\u043e\u0433\u0435 </html>
+OptionPanel.display_inline_editor_for_all_new_nodes=\u041f\u0440\u0438\u043a\u0430\u0437 \u0441\u0442\u0430\u0437\u0435 \u0443\u0440\u0435\u0434\u043d\u0438\u043a\u0430 \u0437\u0430 \u0441\u0432\u0435 \u043d\u043e\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+OptionPanel.display_node_id=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0418\u0414 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.edgecolor=\u0411\u043e\u0458\u0430 \u0440\u0443\u0431\u0430
+OptionPanel.edgecolor.tooltip=\u0421\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0440\u0443\u0431\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435)
+OptionPanel.edgestyle=\u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
+OptionPanel.edgestyle.tooltip=\u0421\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0440\u0443\u0431\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435)
+OptionPanel.edgewidth=\u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0443\u0431\u0430
+OptionPanel.edgewidth.tooltip=\u0421\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0440\u0443\u0431\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 (\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u045b\u0435 \u0441\u0435 \u043d\u0430 \u0441\u0432\u0435 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435)
+OptionPanel.EDIT_CURRENT=\u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0430\u0434\u0440\u0436\u0430\u0458
+OptionPanel.edit_on_double_click=\u0423\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u043d\u0430 \u0434\u0432\u043e\u043a\u043b\u0438\u043a
+OptionPanel.editor_extra_width=\u0414\u043e\u0434\u0430\u0442\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043a\u043e\u0440\u0430\u043a\u0430
+OptionPanel.editor_extra_width.tooltip=<html>\u041e\u0434\u0440\u0435\u0452\u0443\u0458\u0435 \u0431\u0440\u043e\u0458 \u0442\u0430\u0447\u043a\u0438\u0446\u0430 \u0434\u0430 \u043f\u043e\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0443 \u0447\u0432\u043e\u0440\u0430 \u0430\u043a\u043e \u0442\u0435\u043a\u0441\u0442 \u043f\u0440\u0435\u043b\u0430\u0437\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0443 \u0448\u0438\u0440\u0438\u043d\u0443.</html>
+OptionPanel.el=\u0413\u0440\u0447\u043a\u0438 / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
+OptionPanel.el__buttons_above=\u0414\u0443\u0433\u043c\u0435 \u043d\u0430 \u0432\u0440\u0445\u0443 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
+OptionPanel.el__enter_confirms_by_default=Enter \u0458\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0430
+OptionPanel.el__max_default_window_height=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u0432\u0435\u045b\u0430 \u0432\u0438\u0441\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
+OptionPanel.el__max_default_window_width=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
+OptionPanel.el__min_default_window_height=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u043c\u0430\u045a\u0430 \u0432\u0438\u0441\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
+OptionPanel.el__min_default_window_width=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u043c\u0430\u045a\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0430
+OptionPanel.el__position_window_below_node=\u041f\u043e\u0441\u0442\u0430\u0432\u0438\u0458 \u043f\u0440\u043e\u0437\u043e\u0440 \u0438\u0441\u043f\u043e\u0434 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.en=\u0415\u043d\u0433\u043b\u0435\u0441\u043a\u0438 / English
+OptionPanel.Environment=\u041e\u043a\u0440\u0443\u0436\u0435\u045a\u0435
+OptionPanel.es=\u0428\u043f\u0430\u043d\u0441\u043a\u0438, \u041a\u0430\u0441\u0442\u0438\u0459\u0441\u043a\u0438 / espa\u00f1ol, castellano
+OptionPanel.et=\u0415\u0441\u0442\u043e\u043d\u0441\u043a\u0438 / eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=\u0418\u0437\u0432\u0440\u0448\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435
+OptionPanel.execute_scripts_without_asking.tooltip=<html>\u0423 \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443 Freeplane \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043c\u043e\u0433\u0443 \u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0431\u0438\u043b\u043e \u043a\u0430\u043a\u0432\u0443 \u0430\u043a\u0446\u0438\u0458\u0443 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c\u0443 \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443. <br>\u0417\u0430\u0442\u043e \u043d\u0435 \u0431\u0438\u0441\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u043b\u0438 \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u0442\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0437\u0430 \u043a\u043e\u0458\u0435 \u043d\u0435 \u0437\u043d\u0430\u0442\u0435 \u0458\u0435\u0441\u0443 \u043b\u0438 \u0431\u0435\u0437\u0431\u0435\u0434\u043d\u0435.</html>
+OptionPanel.execute_scripts_without_exec_restriction=\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0438\u0437\u0432\u0440\u0448\u0435\u045a\u0435 \u043e\u0441\u0442\u0430\u043b\u0438\u0445 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430 (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0438\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435\u043c \u043e\u0441\u0442\u0430\u043b\u0438\u0445 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0430 (\u043d\u043f\u0440. \u043a\u0430\u043e \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447) \u0431\u0435\u0437 \u043f\u0438\u0442\u0430\u045a\u0430(!),<br>\u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br> \u0410\u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u043e \u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043c\u043e\u0433\u0443 \u043d\u0430\u043d\u0435\u0442\u0438 \u0448\u0442\u0435\u0442\u0443 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0447\u0438\u0442\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0447\u0438\u0442\u0430\u045a\u0435\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 (\u043d\u043f\u0440. \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438, \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0442\u0438, \u0447\u0438\u0442\u0430\u0458 (!),<br>\u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br> \u0410\u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u043e \u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435  \u043c\u043e\u0433\u0443 \u043d\u0430\u043d\u0435\u0442\u0438 \u0448\u0442\u0435\u0442\u0443 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u043c\u0440\u0435\u0436\u043d\u0438\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0438\u043c\u0430  (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0438\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435\u043c \u043c\u0440\u0435\u0436\u043d\u0438\u0445 \u0430\u043a\u0446\u0438\u0458\u0430,<br>\u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br> \u0410\u043b\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u043e \u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043c\u043e\u0433\u0443 \u043e\u0442\u043a\u0440\u0438\u0442\u0438 \u0432\u0430\u0448\u0435 \u0442\u0430\u0458\u043d\u0435 !</body></html>
+OptionPanel.execute_scripts_without_write_restriction=\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0438\u0441\u0430\u045a\u0435/\u0431\u0440\u0438\u0441\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 (\u041d\u0418\u0408\u0415 \u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u0423\u043a\u043e\u043b\u0438\u043a\u043e Groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0443\u043f\u0440\u0430\u0432\u0459\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441\u0438\u0432\u0430\u045a\u0435\u043c \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 (\u043d\u043f\u0440. \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u0438, \u043e\u0431\u0440\u0438\u0441\u0430\u0442\u0438(!)),<br> \u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043e\u0432\u0430\u0458 \u0438\u0437\u0431\u043e\u0440. <br>\u0423\u043e\u0431\u0438\u0447\u0430\u0458\u0435\u043d\u043e \u0441\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430<br>\u0410\u043a\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0443 \u0434\u0440\u0443\u0433\u0435 \u0441\u0432\u0440\u0445\u0435 \u0431\u0443\u0434\u0438\u0442\u0435 \u043f\u0430\u0436\u0459\u0438\u0432\u0438<br>\u0458\u0435\u0440 \u0437\u043b\u043e\u043d\u0430\u043c\u0435\u0440\u043d\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435  \u043c\u043e\u0433\u0443 \u043d\u0430\u043d\u0435\u0442\u0438 \u0448\u0442\u0435\u0442\u0443 \u0432\u0430\u0448\u0435\u043c \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443!</body></html>
+OptionPanel.experimental_file_locking_on=\u041f\u0440\u043e\u0431\u043d\u043e \u0458\u0435 \u0437\u0430\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+OptionPanel.experimental_file_locking_on.tooltip=<html> \u041f\u0440\u043e\u0431\u043d\u0435 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438</html>
+OptionPanel.export_icons_in_html=\u0418\u0437\u0432\u043e\u0437 \u0438\u043a\u043e\u043d\u0430 \u0443 HTML
+OptionPanel.export_icons_in_html.tooltip=<html> \u041f\u043e\u0442\u0432\u0440\u0434\u0438\u0442\u0435 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 HTML \u0438\u0437\u0432\u043e\u0437 \u0441\u0430\u0434\u0440\u0436\u0438 \u0438\u043a\u043e\u043d\u0435. \u041f\u043e\u0441\u0442\u043e\u0458\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0432\u0435\u0437\u0430 \u043f\u0440\u0435\u043c\u0430 \u0438\u043a\u043e\u043d\u0430\u043c\u0430 \u0443 HTML \u0438\u0437\u0432\u043e\u0437\u0443, \u0447\u0435\u0441\u0442\u043e \u0441\u0443 \u0432\u0435\u0437\u0435 \u043f\u0440\u0435\u043c\u0430 \u0438\u043a\u043e\u043d\u0430\u043c\u0430 \u043f\u0440\u0435\u043a\u0438\u043d\u0443\u0442\u0435.</html>
+OptionPanel.Files=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+OptionPanel.first=\u041f\u0440\u0432\u0443
+OptionPanel.fold_on_click_inside=\u0421\u043b\u043e\u043f\u0438 \u043d\u0430 \u043a\u043b\u0438\u043a \u0443\u043d\u0443\u0442\u0440\u0430
+OptionPanel.foldingsymbolwidth=\u0421\u043a\u043b\u0430\u043f\u0430\u045a\u0435 \u0448\u0438\u0440\u0438\u043d\u0435 \u0441\u0438\u043c\u0431\u043e\u043b\u0430.
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u0428\u0438\u0440\u0438\u043d\u0430 \u0441\u043a\u043b\u0430\u043f\u0430\u045a\u0435 \u043e\u0431\u0435\u043b\u0435\u0436\u0430\u0432\u0430\u045a\u0430 \u043a\u0440\u0443\u0433\u0430</html>
+OptionPanel.fork=\u0420\u0430\u0447\u0432\u0430
+OptionPanel.format_locale=\u041b\u043e\u043a\u0430\u043b\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438
+OptionPanel.format_locale.tooltip=\u041b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0435 \u0437\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u045a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0437\u0443  \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430
+OptionPanel.formula_disable_caching=\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u043c\u0435\u043c\u043e\u0440\u0438\u0458\u0441\u043a\u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0440 \u0437\u0430 \u0438\u0437\u0440\u0430\u0447\u0443\u043d\u0430\u0432\u0430\u045a\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u0435
+OptionPanel.formula_disable_plugin=\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0440\u043e\u0446\u0435\u043d\u0443 \u0444\u043e\u0440\u043c\u0443\u043b\u0435
+OptionPanel.fr=\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0438/ Fran\u00e7ais
+OptionPanel.gl=\u0413\u0430\u043b\u0438\u0446\u0438\u0458\u0441\u043a\u0438 / Galego
+OptionPanel.goto_note_end_on_edit=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 \u043d\u0430\u043f\u043e\u043c\u0435\u043d\u0435 \u043d\u0430 \u043a\u0440\u0430\u0458
+OptionPanel.grid_size=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043f\u0440\u0430\u0437\u043d\u0438\u043d\u0430 \u043c\u0440\u0435\u0436\u0435
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=\u0421\u043a\u0440\u0438\u0432\u0435\u043d\u0438 \u0440\u0443\u0431\u043e\u0432\u0438
+OptionPanel.highlight_formulas=\u0418\u0441\u0442\u0430\u043a\u043d\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0443\u043b\u0443
+OptionPanel.horizontal=\u0412\u043e\u0434\u043e\u0440\u0430\u0432\u043d\u043e
+OptionPanel.hr=\u0425\u0440\u0432\u0430\u0442\u0441\u043a\u0438 / hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u041d\u0430 \u043e\u0441\u043d\u043e\u0432\u0443 \u043d\u0430\u0441\u043b\u043e\u0432\u0430
+OptionPanel.html_export_fold_all=\u0421\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+OptionPanel.html_export_fold_currently_folded=\u0421\u043a\u043b\u043e\u043f\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+OptionPanel.html_export_folding=\u0421\u043a\u043b\u0430\u043f\u0430\u045a\u0430 \u043f\u0440\u0438 \u0438\u0437\u0432\u043e\u0437\u0443 \u0443 HTML
+OptionPanel.html_export_no_folding=\u0411\u0435\u0437 \u0441\u043a\u043b\u0430\u043f\u0430\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.hu=\u041c\u0430\u0452\u0430\u0440\u0441\u043a\u0438 / Magyar
+OptionPanel.ic_disable=\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438
+OptionPanel.ic_file=\u0423\u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435 \u0434\u0438\u0441\u043a
+OptionPanel.ic_ram=\u0423 \u0420\u0410\u041c-\u0443
+OptionPanel.icon=\u0418\u043a\u043e\u043d\u0430
+OptionPanel.icon.tooltip=\u041d\u0430\u043a\u043e\u043d \u043f\u0440\u0438\u043c\u0435\u043d\u0435 \u0447\u0432\u043e\u0440 \u045b\u0435 \u0438\u043c\u0430\u0442\u0438 \u043e\u0432\u0443 \u0438\u043a\u043e\u043d\u0443.
+OptionPanel.icons.list=\u0421\u043f\u0438\u0441\u0430\u043a \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u043d\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438\u0445 \u0438\u043a\u043e\u043d\u0430
+OptionPanel.icons.list.tooltip=\u041e\u0432\u0434\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0438 \u0440\u0430\u0441\u043f\u043e\u0440\u0435\u0434 \u0438\u043a\u043e\u043d\u0430 \u0438\u043b\u0438 \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043f\u0440\u0438\u043a\u0430\u0437 \u0438\u043a\u043e\u043d\u0430. \u0418\u043a\u043e\u043d\u0435 \u0442\u0440\u0435\u0431\u0430\u0458\u0443 \u0431\u0438\u0442\u0438 \u043e\u0434\u0432\u043e\u0458\u0435\u043d\u0435 \u0437\u043d\u0430\u043a\u043e\u043c ';'.
+OptionPanel.id=\u0418\u043d\u0434\u043e\u043d\u0435\u0436\u0430\u043d\u0441\u043a\u0438 / Bahasa Indonesia
+OptionPanel.IGNORE=\u041d\u0435 \u0447\u0438\u043d\u0438 \u043d\u0438\u0448\u0442\u0430
+OptionPanel.il__enter_confirms_by_default=Enter \u043a\u0430\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0430 \u0443\u043d\u043e\u0441\u0430
+OptionPanel.image_cache=\u0437\u0430 \u0441\u043b\u0438\u043a\u0435
+OptionPanel.it=\u0418\u0442\u0430\u043b\u0438\u0458\u0430\u043d\u0441\u043a\u0438 / Italiano
+OptionPanel.ja=\u0408\u0430\u043f\u0430\u043d\u0441\u043a\u0438 / \u65e5\u672c\u8a9e
+OptionPanel.key_type_action=\u0423\u043d\u043e\u0441 \u0442\u0430\u0441\u0442\u0435\u0440\u043e\u043c:
+OptionPanel.Keystrokes=\u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
+OptionPanel.ko=\u041a\u043e\u0440\u0435\u0458\u0441\u043a\u0438 / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
+OptionPanel.label_font_family=\u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
+OptionPanel.label_font_size=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
+OptionPanel.language=\u0408\u0435\u0437\u0438\u043a
+OptionPanel.language.tooltip=<html>\u041e\u0432\u043e \u0458\u0435 \u0458\u0435\u0437\u0438\u043a \u043a\u043e\u0458\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0435\u043d \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443. \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0430 '\u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e' \u043f\u043e\u043a\u0443\u0448\u0430\u0432\u0430 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0447\u0438\u043a\u0438 \u0458\u0435\u0437\u0438\u043a. </html>
+OptionPanel.last=\u041f\u043e\u0441\u043b\u0435\u0434\u045a\u0438
+OptionPanel.last_opened_list_length=\u0421\u043f\u0438\u0441\u0430\u043a \u0437\u0430\u0434\u045a\u0435 \u043e\u0442\u0432\u0430\u0440\u0430\u043d\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+OptionPanel.layout_map_on_text_change=\u0418\u0437\u0433\u043b\u0435\u0434 \u043c\u0430\u043f\u0435 \u0443 \u0442\u043e\u043a\u0443 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0430
+OptionPanel.layout_map_on_text_change.tooltip=\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438 \u0437\u0430 \u0431\u043e\u0459\u0435 \u043a\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0435
+OptionPanel.linear=\u041b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
+OptionPanel.links=\u0412\u0435\u0437\u0435
+OptionPanel.links.tooltip=<html>\u041f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0435\u0437\u0430 \u043a\u0430\u043e \u0440\u0435\u043b\u0430\u0442\u0438\u0432\u043d\u0435 \u0438\u043b\u0438 \u0430\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0435 </html>
+OptionPanel.load_folding=\u041f\u0440\u0438 \u0443\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0443
+OptionPanel.load_folding_from_map_default_fold_all=\u0423\u0447\u0438\u0442\u0430\u0458 \u0438\u0437 \u043c\u0430\u043f\u0435 \u0438\u043b\u0438 \u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+OptionPanel.load_folding_from_map_default_unfold_all=\u0423\u0447\u0438\u0442\u0430\u0458 \u0438\u0437 \u043c\u0430\u043f\u0435 \u0438\u043b\u0438 \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+OptionPanel.load_last_map=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043e\u0442\u0432\u043e\u0440\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 \u043c\u0430\u043f\u0443
+OptionPanel.load_last_map.tooltip=<html>\u0410\u043a\u043e \u0458\u0435 \u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043e, Freeplane \u045b\u0435 \u043f\u0440\u0438\u043b\u0438\u043a\u043e\u043c \u043f\u043e\u043a\u0440\u0435\u0442\u0430\u045a\u0430 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u043d\u0443 \u043c\u0430\u043f\u0443.</html>
+OptionPanel.load_last_maps=\u0423\u0447\u0438\u0442\u0430\u0458 \u0441\u0432\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0435 \u043c\u0430\u043f\u0435
+OptionPanel.lookandfeel=\u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458
+OptionPanel.lookandfeel.tooltip=<html>'\u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458' \u043a\u043e\u0458\u0438 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0435\u043d\u0438. \u041f\u043e\u0434\u0440\u0436\u0430\u043d\u0438 \u0441\u0443 '\u043c\u0435\u0442\u0430\u043b','windows','\u043c\u043e\u0442\u0438\u0432', 'gtk' , 'mac' \u0458\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430\u043d \u0441\u0430\u043c\u043e \u0437\u0430  MacOS. \u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e \u0437\u043d\u0430\u0447\u0438, \u0434\u0430 \u0458\u0435 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u0459\u0435\u043d \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0443\u043c\u0435\u0442\u043d\u0443\u0442\u0438 \u0441\u0432\u043e\u0458 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0438 \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458, \u043c\u043e\u043b\u0438\u043c \u0443\u043f\u0438\u0448\u0438\u0442\u0435 \u0438\u043c\u0435 \u0440\u0430\u0437\u0440\u0435\u0434\u0430 \u043e\u0432\u0434\u0435 \u0438 \u043e\u0441\u0438\u0433\u0443\u0440\u0430\u0458\u0442\u0435 \u0434\u0430 \u043e\u0434\u0433\u043e\u0432\u0430\u0440\u0430\u0458\u0443\u045b\u0430 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 .jar \u0431\u0443\u0434\u0435 \u0443\u0447\u0438\u0442\u0430\u043d\u0430. \u0410\u043a\u043e \u043f\u043e\u0441\u0442\u043e\u0458\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0430 \u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458 \u043e\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0432\u0434\u0435 '\u043d\u0438\u0448\u0442\u0430'. \u041e\u0432\u043e \u0434\u0435\u043b\u0443\u0458\u0435 \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0435.</html>
+OptionPanel.lt=\u041b\u0438\u0442\u0432\u0430\u043d\u0441\u043a\u0438 / kalba
+OptionPanel.max_displayed_node_count=\u041d\u0430\u0458\u0432\u0435\u045b\u0438 \u0431\u0440\u043e\u0458 \u043f\u0440\u0438\u043a\u0430\u0437\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+OptionPanel.max_image_width=\u041d\u0430\u0458\u0432. \u0448\u0438\u0440\u0438\u043d\u0430 \u043f\u043e\u0447\u0435\u0442\u043d\u0435 \u0441\u043b\u0438\u043a\u0435
+OptionPanel.max_image_width.tooltip=\u041d\u043e\u0432\u0435 \u0441\u043b\u0438\u043a\u0435 \u0441\u0435 \u0441\u043c\u0430\u045a\u0443\u0458\u0435 \u043d\u0430 \u043e\u0432\u0443 \u0448\u0438\u0440\u0438\u043d\u0443
+OptionPanel.max_menu_item_count=\u041d\u0430\u0458\u0432. \u0431\u0440\u043e\u0458 \u0441\u0442\u0430\u0432\u043a\u0438 \u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0443
+OptionPanel.max_menu_item_count.tooltip=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0435 \u0431\u0440\u043e\u0458\u0430 \u0441\u0442\u0430\u0432\u043a\u0438 \u0430\u043a\u043e \u0458\u0435 \u0458\u0435\u0434\u0430\u043d \u043f\u043e\u0434\u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a, \u043d\u0430\u0458\u043c\u0430\u045a\u0435 10
+OptionPanel.max_node_width=\u041d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.max_node_width.tooltip=<html>\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430 \u0443 \u0442\u0430\u0447\u043a\u0438\u0446\u0430\u043c\u0430</html>
+OptionPanel.max_shortened_text_length=\u041d\u0430\u0458\u0432\u0435\u045b\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0441\u043a\u0440\u0430\u045b\u0435\u043d\u043e\u0433 \u0442\u0435\u043a\u0441\u0442\u0430
+OptionPanel.metal=\u041c\u0435\u0442\u0430\u043b
+OptionPanel.min_node_width=\u041d\u0430\u0458\u043c. \u0448\u0438\u0440\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.motif=\u041c\u043e\u0442\u0438\u0432
+OptionPanel.nb=\u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0438  / Norsk bokm\u00e5l
+OptionPanel.never_save_folding=\u041d\u0438\u043a\u0430\u0434\u0430
+OptionPanel.nl=\u0425\u043e\u043b\u0430\u043d\u0434\u0441\u043a\u0438, \u0424\u043b\u0430\u043c\u0430\u043d\u0441\u043a\u0438 / Nederlands, Vlaams
+OptionPanel.nn=\u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0438  / Norsk nynorsk
+OptionPanel.nodebackgroundcolor=\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430
+OptionPanel.nodebackgroundcolor.tooltip=\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430 \u0447\u0432\u043e\u0440\u0430 \u043a\u0430\u0434 \u043d\u0438\u0458\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d.
+OptionPanel.nodecolor=\u0422\u0435\u043a\u0441\u0442
+OptionPanel.nodecolor.tooltip=\u0411\u043e\u0458\u0430 \u0442\u0435\u043a\u0441\u0442\u0430 \u0447\u0432\u043e\u0440\u0430 \u043a\u0430\u0434\u0430 \u043d\u0438\u0458\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d.
+OptionPanel.nodefontbold=\u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+OptionPanel.nodefonthyperlink=\u0425\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0430
+OptionPanel.nodefontitalic=\u0418\u0441\u043a\u043e\u0448\u0435\u043d\u043e
+OptionPanel.nodefontname=\u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
+OptionPanel.nodefontsize=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
+OptionPanel.nodeformat=\u0424\u043e\u0440\u043c\u0430\u0442
+OptionPanel.nodeformat.tooltip=<html>\u0417\u0430\u043c\u0435\u043d\u0430 \u0438 / \u0438\u043b\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u0442\u0435\u043a\u0441\u0442\u0430.<ul><li><em>\u0428\u0430\u0431\u043b\u043e\u043d \u043f\u0440\u043e\u0448\u0438\u0440\u0435\u045a\u0430</em> (<tt>%s</tt> \u0458\u0435 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0442\u0435\u043a\u0441\u0442), \u043d\u043f\u0440. <tt>\u041e\u041f\u0420\u0415\u0417: %s</tt><li><em>\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u045a\u0435 \u0434\u0430\u0442\u0443\u043c\u0430 \u0438 \u0431\u0440\u043e\u0458\u0435\u0432\u0430</em> - \u043f\u043e\u0433\u043b\u0435\u0434\u0430\u0458 \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0443 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e\u043c \u043f\u043e\u0459\u0443</ul></html>
+OptionPanel.nodenumbering=\u041d\u0443\u043c\u0435\u0440\u0438\u0441\u0430\u045a\u0435 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.nodenumbering.tooltip=\u0414\u043e\u0434\u0430\u0458\u0435 \u0441\u0435\u0440\u0438\u0458\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 (\u043d\u043f\u0440. 1.3.1) \u0443 \u0442\u0435\u043a\u0441\u0442 \u0447\u0432\u043e\u0440\u0430.
+OptionPanel.nodeshape=\u0421\u0442\u0438\u043b \u0447\u0432\u043e\u0440\u0430
+OptionPanel.nodeshape.tooltip=<html>\u0421\u0442\u0438\u043b \u043e\u043f\u0438\u0441\u0443\u0458\u0435 \u0441\u043f\u043e\u0459\u045a\u0438 \u043e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430. <br>\u041c\u043e\u0433\u0443\u045b\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438:<br><table border="1"><tr><td>\u0420\u0430\u0447\u0432\u0430: </td><td> \u0447\u0432\u043e\u0440 \u0431\u0435\u0437 \u0440\u0443\u0431\u0430,</td></tr><tr><td>\u041c\u0435\u0445\u0443\u0440\u0438\u045b: </td><td> \u0447\u0432\u043e\u0440 \u0441\u0430 \u0437\u0430\u043e\u0431\u0459\u0435\u043d\u0438\u043c \u0440\u0443\u0431\u043e\u043c,</td></tr><tr><td>\u041a\u0430\u043e \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u0438: </td><td> \u0441\u0442\u0438\u043b \u0441\u0435 \u043f\u0440\u0435\u043d\u043e\u0441\u0438 \u0441\u0430 \u043d\u0430\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 <br>\u0438\u043b\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0441\u0442\u0438\u043b \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u0447\u0432\u043e\u0440,</td></tr><tr><td>\u041a\u043e\u043c\u0431\u0438\u043d\u043e\u0432\u0430\u043d\u043e: </td><td> \u041c\u0435\u0445\u0443\u0440\u0438\u045b \u043a\u0430\u0434 \u0458\u0435 \u0447\u0432\u043e\u0440 \u0440\u0430\u0441\u043a\u043b\u043e\u043f\u0459\u0435\u043d -  \u0438\u043d\u0430\u0447\u0435 \u0458\u0435 \u0440\u0430\u0447\u0432\u0430 .</td></tr></table></html>
+OptionPanel.nodetext=\u0421\u0440\u0436 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.nodetext.tooltip=\u041e\u0432\u0434\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0434\u0440\u0435\u0434\u0438\u0442\u0438 \u0442\u0435\u043a\u0441\u0442 \u0447\u0432\u043e\u0440\u043e\u0432\u0430. \u041a\u043e\u0440\u0438\u0448\u045b\u0435\u045a\u0435\u043c \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0438 \u0442\u0435\u043a\u0441\u0442 \u0458\u0435 \u043e\u0434\u0431\u0430\u0447\u0435\u043d.
+OptionPanel.nothing=\u041d\u0438\u0448\u0442\u0430
+OptionPanel.number_format=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0431\u0440\u043e\u0458\u0430
+OptionPanel.number_format.tooltip=\u0421\u0430\u0434\u0440\u0436\u0438 \u0448\u0430\u0431\u043b\u043e\u043d '#' \u0437\u0430 \u0438\u0437\u0431\u043e\u0440\u043d\u0438 \u0438\u043b\u0438 '0' \u0437\u0430 \u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0435 \u0446\u0438\u0444\u0430\u0440\u0435. \u041f\u0440\u0438\u043c\u0435\u0440\u0438: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=\u0411\u0440\u043e\u0458 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u043a\u043e\u0458\u0435 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0435
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> \u0411\u0440\u043e\u0458 n \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u0442\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0443 \u043a\u043e\u0458\u0435 \u0441\u0435 \u0447\u0443\u0432\u0430\u0458\u0443 \u043c\u0430\u043f\u0435. \u041f\u0440\u0432\u043e \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0447\u0443\u0432\u0430\u045a\u0435 \u0441\u0435 \u0438\u0437\u0432\u043e\u0434\u0438 \u0443 \u043f\u0440\u0432\u043e\u0458 \u0434\u0430\u0442\u043e\u0442\u0435\u0446\u0438 \u0438\u0442\u0434. \u0434\u043e n+1 \u0447\u0443\u0432\u0430\u045a\u0435 \u043a\u043e\u0458\u0435 \u0441\u0435 \u043e\u043f\u0435\u0442 \u0438\u0437\u0432\u043e\u0434\u0438 \u0438\u0434\u0435 \u0443 \u043f\u0440\u0432\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 (\u043a\u0440\u0443\u0436\u043d\u043e)</html>
+OptionPanel.OK=\u0421\u0430\u0447\u0443\u0432\u0430\u0458
+OptionPanel.org.freeplane.plugin.bugreport=\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\u0423\u0432\u0435\u043a \u0448\u0430\u0459\u0438
+OptionPanel.org.freeplane.plugin.bugreport.ask=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0434\u0438\u0458\u0430\u043b\u043e\u0448\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
+OptionPanel.org.freeplane.plugin.bugreport.denied=\u041d\u0438\u043a\u0430\u0434 \u043d\u0435 \u0448\u0430\u0459\u0438
+OptionPanel.org.freeplane.plugin.bugreport.userid=\u041f\u043e \u0432\u043e\u0459\u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430 \u0434\u0430 \u0431\u0443\u0434\u0443 \u043f\u043e\u0441\u043b\u0430\u0442\u0430
+OptionPanel.outline_hgap=\u0412\u043e\u0434\u043e\u0440\u0430\u0432\u043d\u0438 \u0440\u0430\u0437\u043c\u0430\u043a
+OptionPanel.outline_vgap=\u0423\u0441\u043f\u0440\u0430\u0432\u043d\u0438 \u0440\u0430\u0437\u043c\u0430\u043a
+OptionPanel.paint_connectors_behind=\u0426\u0440\u0442\u0430\u0458 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a \u0438\u0437\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+OptionPanel.parse_data=\u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458 \u0443\u043d\u043e\u0441 \u0431\u0440\u043e\u0458\u0435\u0432\u0430, \u0434\u0430\u0442\u0443\u043c - \u0432\u0440\u0435\u043c\u0435
+OptionPanel.parse_data.tooltip=\u041f\u0440\u043e\u0433\u0440\u0430\u043c \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430 \u0443\u043d\u043e\u0441 \u0434\u0430\u0442\u0443\u043c\u0430, \u0434\u0430\u0442\u0443\u043c\u0430-\u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0438 \u0431\u0440\u043e\u0458\u0435\u0432\u0430 \u0438 \u043f\u0440\u0438\u043c\u0435\u045a\u0443\u0458\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0435. \u041f\u0440\u0438\u043c\u0435\u0440\u0438: 100,000.00, 12/31, 12/31/99, 1999-12-31 \u0438 1999-12-31 23:59
+OptionPanel.parse_dates=\u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458 \u0443\u043d\u043e\u0441 \u0434\u0430\u0442\u0443\u043c\u0430 \u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0430
+OptionPanel.parse_dates.tooltip=\u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458 1999-12-31 \u043a\u0430\u043e \u0434\u0430\u0442\u0443\u043c \u0438 1999-12-31 23:59 \u043a\u0430\u043e \u0432\u0440\u0435\u043c\u0435 \u0438 \u043f\u0440\u0438\u043c\u0435\u045a\u0443\u0458 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 (\u043b\u043e\u043a\u0430\u043b\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438)
+OptionPanel.parse_numbers=\u041f\u0440\u0435\u043f\u043e\u0437\u043d\u0430\u0458\u0435 \u0431\u0440\u043e\u0458 \u0443\u043d\u043e\u0441\u0430
+OptionPanel.parse_numbers.tooltip=\u0422\u0443\u043c\u0430\u0447\u0435 \u0443\u043d\u043e\u0441 \u043f\u043e\u043f\u0443\u0442 1.1234 \u043a\u0430\u043e \u0431\u0440\u043e\u0458 \u0438 \u043f\u0440\u0438\u043c\u0435\u043d\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 (\u043b\u043e\u043a\u0430\u043b\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438)
+OptionPanel.PASTE_HTML=\u041d\u0430\u043b\u0435\u043f\u0438 \u043a\u0430\u043e HTML
+OptionPanel.PASTE_PLAIN_TEXT=\u041d\u0430\u043b\u0435\u043f\u0438 \u043a\u0430\u043e \u043e\u0431\u0438\u0447\u0430\u043d \u0442\u0435\u043a\u0441\u0442
+OptionPanel.path_property_may_not_be_empty=\u041f\u043e\u0459\u0435 \u0443\u043d\u043e\u0441\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0430\u0437\u043d\u043e! \u041f\u0440\u043e\u043c\u0435\u043d\u0430 \u0458\u0435 \u0432\u0440\u0430\u045b\u0435\u043d\u0430.
+OptionPanel.patternname=\u0418\u043c\u0435
+OptionPanel.patternname.tooltip=\u0408\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043e \u0438\u043c\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
+OptionPanel.pl=\u041f\u043e\u0459\u0441\u043a\u0438 / polski
+OptionPanel.placenewbranches=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u043e\u0432\u0443 \u0433\u0440\u0430\u043d\u0443
+OptionPanel.placenewbranches.tooltip=<html>\u041e\u0434\u0440\u0435\u0452\u0443\u0458\u0435 \u043f\u043e\u043b\u043e\u0436\u0430\u0458 \u043d\u043e\u0432\u0435 \u0433\u0440\u0430\u043d\u0435. \u0412\u0430\u0459\u0430\u043d\u0435 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438 \u0441\u0443 '\u043f\u0440\u0432\u0430' \u0438 '\u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0430' </html>
+OptionPanel.plugin.tooltip=\u041d\u0435\u043c\u0430 \u0443\u0433\u0440\u0430\u0452\u0435\u043d\u0438\u0445 \u0434\u043e\u0434\u0430\u0442\u0430\u043a\u0430.
+OptionPanel.plugins=\u0414\u043e\u0434\u0430\u0446\u0438
+OptionPanel.presentation_dimmer_transparency=\u041f\u0440\u043e\u0437\u0438\u0440\u043d\u043e\u0441\u0442 \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0435
+OptionPanel.presentation_mode=\u0420\u0435\u0436\u0438\u043c \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0435
+OptionPanel.printonwhitebackground=<html>\u0411\u0435\u043b\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0430 \u043a\u043e\u0434 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430</html>
+OptionPanel.printonwhitebackground.tooltip=<html>\u0423\u0432\u0435\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0431\u0435\u043b\u0443 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0443 \u043a\u043e\u0434 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430</html>
+OptionPanel.pt_BR=\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0441\u043a\u0438 \u0411\u0420  / Portugu\u00eas (Brasil)
+OptionPanel.pt_PT=\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0441\u043a\u0438  / Portugu\u00eas (Portugal)
+OptionPanel.RECT=\u041f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
+OptionPanel.relative=\u0420\u0435\u043b\u0430\u0442\u0438\u0432\u043d\u043e
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"\u041f\u0438\u0442\u0430\u0458"  (\u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0443 \u043d\u0435\u0434\u043e\u0443\u043c\u0438\u0446\u0438).<br>"\u0414\u0430" \u043f\u0440\u0438\u043a\u0430\u0436\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0437\u0430 \u0431\u043e\u0459\u0435 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u0442\u0435\u043a\u0441\u0442\u0430 .<br>"\u041d\u0435" \u043f\u0440\u0438\u043a\u0430\u0437\u0443\u0458 \u0458\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u043d\u0438 \u0442\u0435\u043a\u0441\u0442\u0443\u0430\u043b\u043d\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0431\u043e\u0459\u0435 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0438 \u0442\u0435\u043a\u0441\u0442 \u0434\u0430 \u043d\u0430\u043b\u0435\u043f\u0438\u0442\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+OptionPanel.remove_notes_without_question=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0431\u0435\u0437 \u043f\u0438\u0442\u0430\u045a\u0430?
+OptionPanel.remove_notes_without_question.tooltip=\u0410\u043a\u043e \u0458\u0435 \u043f\u043e\u0459\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e \u043f\u0440\u0438\u043f\u0430\u0434\u0430\u0458\u0443\u045b\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430 \u0431\u0438\u045b\u0435 \u043e\u0431\u0440\u0438\u0441\u0430\u043d\u0435 \u0431\u0435\u0437 \u043f\u043e\u0442\u0432\u0440\u0434\u0435. \u041e\u0432\u043e \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u0443\u0437\u0440\u043e\u043a\u043e\u0432\u0430\u0442\u0438 \u0433\u0443\u0431\u0438\u0442\u0430\u043a \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430 \u0443\u043a\u043e\u043b\u0438\u043a\u043e \u043d\u0438\u0441\u043c\u043e \u043f\u0430\u0436\u0459\u0438\u0432\u0438 \u043a\u043e\u0434 \u0431\u0440\u0438\u0441\u0430\u045a\u0430.
+OptionPanel.resources_use_default_font_for_notes_too=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0441\u043b\u043e\u0432\u043e\u043b\u0438\u043a \u0437\u0430 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+OptionPanel.resources_use_margin_top_zero_for_notes=\u0423\u043a\u043b\u043e\u043d\u0438 \u0433\u043e\u0440\u045a\u0443 \u0438\u0432\u0438\u0446\u0443 \u043a\u043e\u0434 \u0431\u0435\u043b\u0435\u0448\u043a\u0438
+OptionPanel.revision_color=\u0420\u0435\u0432\u0438\u0437\u0438\u0458\u0430 \u0431\u043e\u0458\u0430
+OptionPanel.revision_color.tooltip=\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0441\u043a\u0430 \u0431\u043e\u0458\u0430 \u0438\u0437\u043c\u0438\u0435\u045a\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430.
+OptionPanel.ROUND_RECT=\u0417\u0430\u043e\u0431\u0459\u0435\u043d\u0438 \u043f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438\u043a
+OptionPanel.ru=\u0420\u0443\u0441\u043a\u0438 / \u0420\u0443\u0441\u0441\u043a\u0438\u0439
+OptionPanel.save_folding=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0441\u0442\u0430\u0431\u043b\u0430
+OptionPanel.save_folding_if_map_is_changed=\u0421\u0430\u043c\u043e \u0430\u043a\u043e \u0458\u0435 \u043c\u0430\u043f\u0430 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0430
+OptionPanel.save_modification_times=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0432\u0440\u0435\u043c\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435
+OptionPanel.script_classpath=\u041f\u0443\u0442\u0430\u045a\u0430 \u043a\u043b\u0430\u0441\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435: \u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0458\u0443\u043c\u0438 \u043a\u043e\u0458\u0438 \u0441\u0430\u0434\u0440\u0436\u0435 \u043a\u043b\u0430\u0441\u0435 \u0438/\u0438\u043b\u0438 JARs ( \u0432\u0438\u0434\u0438 \u0441\u0430\u0432\u0435\u0442)
+OptionPanel.script_classpath.tooltip=<html>\u0421\u043f\u0438\u0441\u0430\u043a \u043c\u0430\u043f\u0430 (\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0458\u0430) \u043a\u043e\u0458\u0435 \u0441\u0430\u0434\u0440\u0436\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 classpath, \u0444\u043e\u0440\u043c\u0443\u043b\u0430 \u0438\u043b\u0438 JARs.<br>\u041a\u043e\u0440\u0438\u0441\u0442\u0438 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac) \u0437\u0430 \u043e\u0434\u0432\u0430\u0458\u0430\u045a\u0435 \u0443\u043d\u043e\u0441\u0430.<br>Frepplane \u045b\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0430\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0442\u043e\u0458\u0430\u045a\u0435 JAR \u0438\u043b\u0438 .class \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430.<br>\u041f\u0443\u0442\u0430\u045a\u0435 \u043a\u043e\u0458\u0435 \u043d\u0438\u0441\u0443 \u0430\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0435, \u0431\u0438\u045b\u0435 \u0443\u0441\u043c\u0435\u0440\u0435\u043d\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 Freeplane.<br>\u0410\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 classpath \u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u0438\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438!</html>
+OptionPanel.script_directories=\u041f\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u043f\u0443\u0442\u0430\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 (\u0432\u0438\u0434\u0438 \u0441\u0430\u0432\u0435\u0442)
+OptionPanel.script_directories.tooltip=<html>\u0421\u043f\u0438\u0441\u0430\u043a \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0458\u0430 \u043a\u043e\u0458\u0435 \u0441\u0430\u0434\u0440\u0436\u0435.<br>\u041a\u043e\u0440\u0438\u0441\u0442\u0438 ; (Windows) \u0438\u043b\u0438 : (Linux, Mac) \u0437\u0430 \u043e\u0434\u0432\u0430\u0458\u0430\u045a\u0435 \u0443\u043d\u043e\u0441\u0430.<br>\u041f\u0443\u0442\u0430\u045a\u0435 \u043a\u043e\u0458\u0435 \u043d\u0438\u0441\u0443 \u0430\u043f\u0441\u043e\u043b\u0443\u0442\u043d\u0435, \u0431\u0438\u045b\u0435 \u0443\u0441\u043c\u0435\u0440\u0435\u043d\u0435 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 Freeplane..</html>
+OptionPanel.script_user_key_name_for_signing=\u041d\u0435\u043e\u0431\u0430\u0432\u0435\u0437\u043d\u0438 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043a\u0459\u0443\u0447 (\u043f\u0441\u0435\u0443\u0434\u043e\u043d\u0438\u043c) \u0437\u0430 \u043f\u043e\u0442\u043f\u0438\u0441\u0438\u0432\u0430\u045a\u0435
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043f\u043e\u0442\u043f\u0438\u0441\u0430\u0442\u0438 \u0441\u0432\u043e\u0458\u0443 \u0441\u043a\u0440\u0438\u043f\u0442\u0443, \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u043f\u0441\u0435\u0443\u0434\u043e\u043d\u0438\u043c (\u0438\u0437\u043c\u0438\u0448\u0459\u0435\u043d\u0438 \u043a\u0459\u0443\u0447) \u043e\u0432\u0434\u0435. <br>\u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u0458\u0435 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u0443 \u0431\u0430\u0437\u0438 \u043a\u0459\u0443\u0447\u0435\u0432\u0430. <br>\u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u043a\u0459\u0443\u0447\u043d\u043e\u0433 \u0442\u0430\u0458\u043d\u043e\u0433 \u043a\u0459\u0443\u0447\u0430 \u043c\u043e\u0440\u0430 \u0441\u0435 \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u0430\u0442\u0438 \u0441 \u043b\u043e\u0437\u0438\u043d\u043a\u043e\u043c \u0443 \u0431\u0430\u0437\u0438 \u043a\u0459\u0443\u0447\u0435\u0432\u0430 (\u0442\u043e \u0458\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e).</html>
+OptionPanel.scrollbar_increment=\u0411\u0440\u0437\u0438\u043d\u0430
+OptionPanel.scrolling_speed=\u0411\u0440\u0437\u0438\u043d\u0430 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e\u0433 \u043a\u043b\u0438\u0437\u0430\u045a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430 \u043c\u0430\u043f\u0435
+OptionPanel.selection_method=\u041d\u0430\u0447\u0438\u043d \u0438\u0437\u0431\u043e\u0440\u0430
+OptionPanel.selection_method.tooltip=<html> \u043f\u043e\u043c\u043e\u045b\u0443 \u043e\u0432\u0435 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438/\u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u043d\u0430\u0447\u0438\u043d \u0438\u0437\u0431\u043e\u0440\u0430 \u0447\u0432\u043e\u0440\u0430 \u0441\u0430 \u0437\u0430\u043a\u0430\u0448\u045a\u0435\u045a\u0435\u043c. \u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0435 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438. \u041d\u0435\u043c\u043e\u0458\u0442\u0435 \u0458\u0435 \u043c\u0435\u045a\u0430\u0442\u0438 \u0458\u0435\u0440 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u0443 auto.properties \u0443 \u0441\u0432\u0430\u043a\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0458\u0443</html>
+OptionPanel.selection_method_by_click=\u0421\u0430 \u043a\u043b\u0438\u043a\u043e\u043c
+OptionPanel.selection_method_delayed=\u041e\u0434\u043b\u043e\u0436\u0435\u043d\u043e
+OptionPanel.selection_method_direct=\u0414\u0438\u0440\u0435\u043a\u0442\u043d\u043e
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u0428\u0430\u0431\u043b\u043e\u043d\u0438
+OptionPanel.separator.anti_alias=\u0417\u0430\u0433\u043b\u0430\u0452\u0438\u0432\u0430\u045a\u0435
+OptionPanel.separator.attributes=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
+OptionPanel.separator.automatic_save=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0447\u0443\u0432\u0430\u045a\u0435
+OptionPanel.separator.behaviour=\u041f\u043e\u043d\u0430\u0448\u0430\u045a\u0435
+OptionPanel.separator.browser=\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0447
+OptionPanel.separator.cache=\u041f\u0440\u0438\u0440\u0443\u0447\u043d\u0430 \u043c\u0435\u043c\u043e\u0440\u0438\u0458\u0430
+OptionPanel.separator.CloudControls=\u041e\u0431\u043b\u0430\u0447\u0438\u045b\u0438
+OptionPanel.separator.commands_for_the_program=\u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+OptionPanel.separator.connectors=\u041f\u043e\u0432\u0435\u0437\u043d\u0438\u0446\u0438
+OptionPanel.separator.data_formats=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u045a\u0435 \u0438 \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u045a\u0435 \u043f\u043e\u0434\u0430\u0442\u0430\u043a\u0430
+OptionPanel.separator.default_colors=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0435 \u0431\u043e\u0458\u0435
+OptionPanel.separator.default_fonts=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u043e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
+OptionPanel.separator.default_styles=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
+OptionPanel.separator.EdgeControls=\u0418\u0432\u0438\u0446\u0435
+OptionPanel.separator.edit_long_node_window=\u0423\u0440\u0435\u0434\u0438 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
+OptionPanel.separator.editing=\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447\u0430
+OptionPanel.separator.files=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+OptionPanel.separator.formula=\u0424\u043e\u0440\u043c\u0443\u043b\u0435
+OptionPanel.separator.General=\u0423\u043e\u043f\u0448\u0442\u0435\u043d\u043e
+OptionPanel.separator.html_export=\u0418\u0437\u0432\u043e\u0437 \u0443  HTML
+OptionPanel.separator.html_import=\u0423\u0432\u043e\u0437  HTML
+OptionPanel.separator.hyperlink_types=\u0412\u0440\u0441\u0442\u0435 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0430
+OptionPanel.separator.icon_properties=\u0418\u043a\u043e\u043d\u0435
+OptionPanel.separator.icons=\u0418\u043a\u043e\u043d\u0435 \u0443 "\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0438\u043a\u043e\u043d\u0443..."
+OptionPanel.separator.initial_map_size=\u041f\u043e\u0447\u0435\u0442\u043d\u0430 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043c\u0430\u043f\u0435
+OptionPanel.separator.inline_editor=\u0420\u0435\u0434\u043d\u0438 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.key_typing=\u041a\u0443\u0446\u0430\u045a\u0435
+OptionPanel.separator.language=\u0408\u0435\u0437\u0438\u043a
+OptionPanel.separator.load=\u0423\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0435
+OptionPanel.separator.look_and_feel=\u0418\u0437\u0433\u043b\u0435\u0434 \u0438 \u043e\u0441\u0435\u045b\u0430\u0458
+OptionPanel.separator.mouse_wheel=\u0422\u043e\u0447\u043a\u0438\u045b \u043c\u0438\u0448\u0430
+OptionPanel.separator.new_node_commands=\u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u043d\u043e\u0432\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.node_editing_commands=\u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0430 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.node_navigation_commands=\u041d\u0430\u0440\u0435\u0434\u0431\u0435 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0435 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.NodeColors=\u0411\u043e\u0458\u0430 \u0446\u0435\u043b\u043e\u0433 \u0458\u0435\u0437\u0433\u0440\u0430
+OptionPanel.separator.NodeFont=\u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a \u0446\u0435\u043b\u043e\u0433 \u0458\u0435\u0437\u0433\u0440\u0430
+OptionPanel.separator.NodeShape=\u041e\u0431\u043b\u0438\u043a \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.NodeStyle=\u0421\u0442\u0438\u043b \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.NodeText=\u0421\u0440\u0436 \u0442\u0435\u043a\u0441\u0442\u0430
+OptionPanel.separator.notifications=\u041f\u043e\u0442\u0432\u0440\u0434\u0435
+OptionPanel.separator.org.freeplane.plugin.bugreport=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458 \u043e \u0433\u0440\u0435\u0448\u0446\u0438
+OptionPanel.separator.other_defaults=\u041e\u0441\u0442\u0430\u043b\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0435
+OptionPanel.separator.others=\u041e\u0441\u0442\u0430\u043b\u0435 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
+OptionPanel.separator.outline_view=\u0428\u0435\u043c\u0430\u0442\u0441\u043a\u0438 \u043f\u0440\u0438\u043a\u0430\u0437
+OptionPanel.separator.patterns=\u0428\u0430\u0431\u043b\u043e\u043d\u0438
+OptionPanel.separator.RichTextEditor=\u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0431\u043e\u0433\u0430\u0442\u043e\u0433 \u0442\u0435\u043a\u0441\u0442\u0430
+OptionPanel.separator.root_node_appearance=\u0418\u0437\u0433\u043b\u0435\u0434 \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.separator.save=\u0421\u0430\u0447\u0443\u0432\u0430\u0458
+OptionPanel.separator.scripting=\u0421\u043a\u0440\u0438\u043f\u0442\u0435
+OptionPanel.separator.scrollbar=\u041a\u043b\u0438\u0437\u0430\u0447
+OptionPanel.separator.search=\u0422\u0440\u0430\u0436\u0438
+OptionPanel.separator.selection_colors=\u0411\u043e\u0458\u0430 \u0437\u0430 \u0438\u0441\u0442\u0438\u0446\u0430\u045a\u0435
+OptionPanel.separator.selection_method=\u041d\u0430\u0447\u0438\u043d \u0438\u0437\u0431\u043e\u0440\u0430
+OptionPanel.separator.single_instance_mode=\u041f\u0440\u0438\u043c\u0435\u0440 \u0458\u0435\u0434\u043d\u043e\u0433 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+OptionPanel.separator.size_limits=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0430 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430
+OptionPanel.separator.spelling=\u041c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0435 \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430
+OptionPanel.separator.status=\u0421\u0442\u0430\u0442\u0443\u0441\u043d\u0430 \u0442\u0440\u0430\u043a\u0430
+OptionPanel.separator.tooltip=\u0412\u0440\u0435\u043c\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0430 \u0441\u0430\u0432\u0435\u0442\u0430
+OptionPanel.separator.undo=\u041e\u043f\u043e\u0437\u043e\u0432\u0438
+OptionPanel.separator.updates=\u0418\u0441\u043f\u0440\u0430\u0432\u043a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+OptionPanel.set_property_text=\u041f\u0440\u043e\u043c\u0435\u043d\u0438
+OptionPanel.set_property_text.tooltip=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u0435 \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043e\u0432\u043e \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u043e \u0441\u0442\u0438\u043b\u0430
+OptionPanel.setscript=\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0438?
+OptionPanel.setscript.tooltip=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0438\u0434\u0440\u0443\u0436\u0435\u043d\u0430 \u0441\u0442\u0438\u043b\u0443.
+OptionPanel.sharp_bezier=\u041e\u0448\u0442\u0440\u043e \u0437\u0430\u043a\u0440\u0438\u0432\u0459\u0435\u043d\u0430 (\u043a\u0440\u0438\u0432\u0430\u0458\u0430)
+OptionPanel.sharp_linear=\u041e\u0448\u0442\u0440\u043e \u043b\u0438\u043d\u0435\u0430\u0440\u043d\u043e
+OptionPanel.show_icon_for_attributes=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u043a\u043e\u043d\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430
+OptionPanel.show_node_tooltips=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043e\u043a\u0432\u0438\u0440 \u0441 \u0431\u0435\u043b\u0435\u0448\u043a\u0430\u043c\u0430
+OptionPanel.show_note_icons=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u043a\u043e\u043d\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+OptionPanel.show_styles_in_tooltip=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0435 \u0447\u0432\u043e\u0440\u0430 \u0443 \u0438\u0441\u043a\u0430\u0447\u0443\u045b\u0435\u043c \u043f\u0440\u043e\u0437\u043e\u0440\u0443
+OptionPanel.signed_script_are_trusted=\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u0438\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u043f\u043e\u0442\u043f\u0438\u0441\u0430\u043d\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438 (\u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0435\u043d\u043e)
+OptionPanel.signed_script_are_trusted.tooltip=\u0410\u043a\u043e \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0438\u043c\u0430\u0458\u0443 \u043f\u043e\u0432\u0435\u0440\u0459\u0438\u0432 \u043f\u043e\u0442\u043f\u0438\u0441 (\u043d\u043f\u0440. \u0430\u0443\u0442\u043e\u0440\u0430 Freeplanea \u0438\u043b\u0438 \u0441\u0443 \u0432\u043b\u0430\u0441\u0442\u0438\u0442\u0435), \u0438\u0437\u0432\u043e\u0434\u0438\u045b\u0435 \u0441\u0435 \u0431\u0435\u0437  \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0430.
+OptionPanel.simplyhtml.default_paste_mode=\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0440\u0435\u0436\u0438\u043c \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0430\u045a\u0430
+OptionPanel.single_backup_directory=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0458\u0435\u0434\u0430\u043d\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 \u0437\u0430 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0443 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443
+OptionPanel.single_backup_directory.tooltip=<html>\u0427\u0443\u0432\u0430\u045a\u0435 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0435 \u0443 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u0434\u0435\u0444\u0438\u043d\u0438\u0441\u0430\u043d\u0443 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443, \u0430\u043a\u043e \u043d\u0438\u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e, \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0430 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0430 \u0443 \u043f\u043e\u0434\u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0438 \u043c\u0430\u043f\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0435 .</html>
+OptionPanel.single_backup_directory_path=\u0424\u0430\u0441\u0446\u0438\u043a\u043b\u0430 \u043f\u0440\u0438\u0447\u0443\u0432\u043d\u0435 (\u0430\u043a\u043e \u0458\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0430 \u043c\u043e\u0433\u0443\u045b\u043d\u043e\u0441\u0442 \u0438\u0437\u043d\u0430\u0434)
+OptionPanel.single_backup_directory_path.tooltip=<html>\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0443 \u043f\u0443\u0442\u0430\u045a\u0443 <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=\u041e\u0442\u0432\u043e\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u043c \u043f\u0440\u043e\u0437\u043e\u0440\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+OptionPanel.single_instance_force=\u0418\u0437\u0431\u0435\u0433\u043d\u0438 \u043e\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0443 \u043d\u043e\u0432\u043e\u043c \u043f\u0440\u043e\u0437\u043e\u0440\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+OptionPanel.single_instance_force.tooltip=\u0418\u0437\u0431\u0435\u0433\u0430\u0432\u0430\u0458\u0442\u0435 \u0434\u0440\u0443\u0433\u0438 \u0441\u043b\u0443\u0447\u0430\u0458, \u0447\u0430\u043a \u0438 \u0430\u043a\u043e \u043d\u0435 \u043f\u043e\u0441\u0442\u043e\u0458\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0437\u0430 \u0443\u0447\u0438\u0442\u0430\u0432\u0430\u045a\u0435
+OptionPanel.sk=\u0421\u043b\u043e\u0432\u0430\u0447\u043a\u0438 / sloven\u010dina
+OptionPanel.sl=\u0421\u043b\u043e\u0432\u0435\u043d\u0430\u0447\u043a\u0438  / sloven\u0161\u010dina
+OptionPanel.spelling_opt_case_sensitive=\u041e\u0441\u0435\u0442\u0459\u0438\u0432 \u043d\u0430 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0443 \u0441\u043b\u043e\u0432\u0430
+OptionPanel.spelling_opt_ignore_all_caps_words=\u0417\u0430\u043d\u0435\u043c\u0430\u0440\u0438 \u0440\u0435\u0447\u0438 \u043f\u0438\u0441\u0430\u043d\u0435 \u0432\u0435\u043b\u0438\u043a\u0438\u043c \u0441\u043b\u043e\u0432\u0438\u043c\u0430
+OptionPanel.spelling_opt_ignore_capitalization=\u0417\u0430\u043d\u0435\u043c\u0430\u0440\u0438 \u0432\u0435\u043b\u0438\u043a\u0430 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430 \u043f\u043e\u0447\u0435\u0442\u043a\u0443 \u0440\u0435\u0447\u0438
+OptionPanel.spelling_opt_ignore_words_with_numbers=\u0417\u0430\u043d\u0435\u043c\u0430\u0440\u0438 \u0440\u0435\u0447\u0438 \u043a\u043e\u0458\u0435 \u0441\u0430\u0434\u0440\u0436\u0435 \u0431\u0440\u043e\u0458\u0435\u0432\u0435
+OptionPanel.spelling_opt_suggestions_limit_dialog=\u041d\u0430\u0458\u0432\u0435\u045b\u0438 \u0431\u0440\u043e\u0458 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0445 \u0440\u0435\u0447\u0438 \u0443 \u0434\u0438\u0458\u0430\u043b\u043e\u0433\u0443
+OptionPanel.spelling_opt_suggestions_limit_menu=\u041d\u0430\u0458\u0432\u0435\u045b\u0438 \u0431\u0440\u043e\u0458 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0445 \u0440\u0435\u0447\u0438 \u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0443
+OptionPanel.sr=\u0421\u0440\u043f\u0441\u043a\u0438 / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0430\u043d \u0448\u0430\u0431\u043b\u043e\u043d \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+OptionPanel.standardbackgroundcolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0430
+OptionPanel.standardbackgroundcolor.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435 \u043c\u0430\u043f\u0435 \u0443 HTML \u0437\u0430\u043f\u0438\u0441\u0443 </html>
+OptionPanel.standardcloudcolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
+OptionPanel.standardcloudcolor.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430 \u0443 HTML \u0437\u0430\u043f\u0438\u0441\u0443 </html>
+OptionPanel.standardcloudestyle=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0430\u043d \u0441\u0442\u0438\u043b \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430
+OptionPanel.standardcloudestyle.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0441\u0442\u0438\u043b \u043e\u0431\u043b\u0430\u0447\u0438\u045b\u0430. \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0458\u0435 \u043f\u043e\u0434\u0440\u0436\u0430\u043d \u0441\u0430\u043c\u043e 'bezier' </html>
+OptionPanel.standarddrawrectangleforselection=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043c\u0435\u0445\u0443\u0440\u0438\u045b \u0437\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440.
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>\u041e\u0434\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u0438\u043c\u0430 \u043c\u0435\u0445\u0443\u0440\u0438\u045b \u0441\u0430 \u0437\u0430\u043e\u0431\u0459\u0435\u043d\u0438\u043c \u0443\u0433\u043b\u043e\u0432\u0438\u043c\u0430 \u043e\u043a\u043e \u0441\u0435\u0431\u0435 .</html>
+OptionPanel.standardlinkcolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u0432\u0435\u0437\u0435
+OptionPanel.standardlinkcolor.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u0432\u0435\u0437\u0435 \u0443 HTML \u0437\u0430\u043f\u0438\u0441\u0443 </html>
+OptionPanel.standardlinkestyle=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u0430\u043d \u0441\u0442\u0438\u043b \u0432\u0435\u0437\u0435
+OptionPanel.standardlinkestyle.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0441\u0442\u0438\u043b \u0432\u0435\u0437\u0435. \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0458\u0435 \u043f\u043e\u0434\u0440\u0436\u0430\u043d \u0441\u0430\u043c\u043e 'bezier' </html>
+OptionPanel.standardselectednodecolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.standardselectednodecolor.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430. \u0423 HTML \u0437\u0430\u043f\u0438\u0441\u0443 (#RRGGBB \u0443 \u0445\u0435\u043a\u0441\u0430\u0434\u0435\u0446\u0438\u043c\u0430\u043b\u043d\u043e\u0458 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438) </html>
+OptionPanel.standardselectednoderectanglecolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043c\u0435\u0445\u0443\u0440\u0438\u045b\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0430 \u0431\u043e\u0458\u0430 \u043e\u043a\u0432\u0438\u0440\u0430 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430. \u0423 HTML \u0437\u0430\u043f\u0438\u0441\u0443 (#RRGGBB \u0443 \u0445\u0435\u043a\u0441\u0430\u0434\u0435\u0446\u0438\u043c\u0430\u043b\u043d\u043e\u0458 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438) </html>
+OptionPanel.STAR=\u0417\u0432\u0435\u0437\u0434\u0430
+OptionPanel.structured_html_import=\u0423\u0432\u043e\u0437 HTML-\u0430 \u043a\u0430\u043e \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+OptionPanel.structured_icon_toolbar=\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0430 \u0438\u043a\u043e\u043d\u0430 \u0442\u0440\u0430\u043a\u0435 \u0430\u043b\u0430\u0442\u0430
+OptionPanel.summary=\u0420\u0435\u0437\u0438\u043c\u0435
+OptionPanel.sv=\u0428\u0432\u0435\u0434\u0441\u043a\u0438  / svenska
+OptionPanel.text.use_ctrl_key=\u041a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 '\u0414\u043e\u0434\u0435\u043b\u0438 \u043f\u0440\u0435\u0447\u0438\u0446\u0435' \u0438\u0437 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 \u0430\u043b\u0430\u0442\u043a\u0438
+OptionPanel.time_for_automatic_save=\u0412\u0440\u0435\u043c\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e\u0433 \u0447\u0443\u0432\u0430\u045a\u0430
+OptionPanel.time_for_automatic_save.tooltip=<html> \u0432\u0440\u0435\u043c\u0435 \u0438\u0437\u043c\u0435\u0452\u0443 \u0434\u0432\u0430 \u0443\u0437\u0430\u0441\u0442\u043e\u043f\u043d\u0430 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0430 \u0447\u0443\u0432\u0430\u045a\u0430 (\u0443 \u043c\u0441\u0435\u043a): \u0437\u0430 \u043e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0430\u0432\u0430\u045a\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e\u0433 \u0447\u0443\u0432\u0430\u045a\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u043e\u0432\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043d\u0430 2000000000.</html>
+OptionPanel.time_for_delayed_selection=\u0412\u0440\u0435\u043c\u0435 \u043a\u0430\u0448\u045a\u0435\u045a\u0430 \u043e\u0434\u0430\u0431\u0438\u0440\u0430
+OptionPanel.time_for_delayed_selection.tooltip=<html> \u0412\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u043e \u0437\u0430\u043a\u0430\u0448\u045a\u0435\u045a\u0435 \u043e\u0434\u0430\u0431\u0438\u0440\u0430 \u0447\u0432\u043e\u0440\u0430 \u043a\u0430\u0434\u0430 \u0458\u0435 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 \u043c\u0438\u0448\u0430 \u0438\u0437\u043d\u0430\u0434 \u0447\u0432\u043e\u0440\u0430 (\u0443 \u043c\u0438\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u043c\u0430). \u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043e\u0432\u0430\u0458 \u0438\u0437\u043d\u043e\u0441 \u043d\u0430 1 \u0430\u043a\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u043e\u0434\u0430\u0431\u0440\u0430\u0442\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u0434 \u0458\u0435 \u043c\u0438\u0448 \u0438\u0437\u043d\u0430\u0434.</html>
+OptionPanel.toolTipManager.dismissDelay=\u0412\u0440\u0435\u043c\u0435 \u043f\u0440\u0435\u0441\u0442\u0430\u043d\u043a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430, \u043c\u0441
+OptionPanel.toolTipManager.initialDelay=\u0412\u0440\u0435\u043c\u0435 \u043f\u043e\u0447\u0435\u0442\u043a\u0430 \u043f\u0440\u0438\u043a\u0430\u0437\u0430, \u043c\u0441
+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
+OptionPanel.undo_levels.tooltip=<html>\u041e\u0434\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0431\u0440\u043e\u0458\u0430 \u0441\u0430\u0447\u0443\u0432\u0430\u043d\u0438\u0445 \u043a\u043e\u0440\u0430\u043a\u0430 \u043a\u043e\u0458\u0438 \u045b\u0435 \u0441\u0435 \u043c\u043e\u045b\u0438 \u0432\u0440\u0430\u0442\u0438\u0442\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u0458\u043e\u043c "\u041e\u043f\u043e\u0437\u043e\u0432\u0438".</html>
+OptionPanel.unfold_on_paste=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u0434 \u0433\u0430 \u043d\u0430\u043b\u0435\u043f\u0438\u0448
+OptionPanel.unfold_on_paste.tooltip=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u0434 \u0433\u0430 \u043d\u0430\u043b\u0435\u043f\u0438\u0448 \u0438\u043b\u0438 \u043a\u0430\u0434 \u043f\u0440\u0435\u0432\u0443\u0447\u0435\u0448 \u0438 \u043f\u0443\u0441\u0442\u0438\u0448 \u0447\u0432\u043e\u0440
+OptionPanel.use_common_out_point_for_root_node=\u0420\u0443\u0431\u043e\u0432\u0438 \u0437\u0430\u043f\u043e\u0447\u0438\u045a\u0443 \u0438\u0437 \u0458\u0435\u0434\u043d\u0435 \u0442\u0430\u0447\u043a\u0435 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443
+OptionPanel.use_common_out_point_for_root_node.tooltip=\u0420\u0443\u0431\u043e\u0432\u0438 \u0437\u0430\u043f\u043e\u0447\u0438\u045a\u0443 \u0438\u0437 \u0458\u0435\u0434\u043d\u0435 \u0442\u0430\u0447\u043a\u0435 \u043d\u0430 \u0438\u0437\u0432\u043e\u0440\u043d\u043e\u043c \u0447\u0432\u043e\u0440\u0443
+OptionPanel.use_tabbed_pane=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043a\u0430\u0440\u0442\u0438\u0446\u0435
+OptionPanel.use_tabbed_pane.tooltip=\u0410\u043a\u043e \u0441\u0443 \u0430\u043a\u0442\u0438\u0432\u043d\u0435 \u043c\u0430\u043f\u0435 \u045b\u0435 \u0441\u0435 \u043f\u0440\u0438\u043a\u0430\u0437\u0438\u0432\u0430\u0442\u0438 \u0443 \u043a\u0430\u0440\u0442\u0438\u0446\u0430\u043c\u0430 (\u043a\u0430\u043e \u0443 FireFox-\u0443 :-) ).
+OptionPanel.user_defined_screen_resolution=\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0430 \u0440\u0435\u0437\u043e\u043b\u0443\u0446\u0438\u0458\u0430 \u0435\u043a\u0440\u0430\u043d\u0430 (dpi)
+OptionPanel.validate_classpath_needs_readaccess=\u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438: \u041a\u0430\u0434\u0430 \u0441\u0443 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0435 \u043f\u0443\u0442\u0430\u045a\u0435 \u0447\u0438\u0442\u0430\u045a\u0430 JAR \u0438 .class \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u043c\u043e\u0440\u0430\u0442\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0438 \u0447\u0438\u0442\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430.
+OptionPanel.validate_invalid_date_format=\u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u0443\u043c\u0430
+OptionPanel.validate_invalid_datetime_format=\u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0438 \u0434\u0430\u0442\u0443\u043c\u0430
+OptionPanel.validate_invalid_number_format=\u041d\u0435\u0432\u0430\u0436\u0435\u045b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442 \u0431\u0440\u043e\u0458\u0430
+OptionPanel.validate_write_without_read=\u0418\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438: \u043e\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0435 \u0447\u0438\u0442\u0430\u045a\u0435 \u0438 \u043f\u0438\u0441\u0430\u045a\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430
+OptionPanel.validation_error=<html><body>\u041f\u043e\u0442\u0432\u0440\u0434\u0430 \u0433\u0440\u0435\u0448\u043a\u0435:<p><em>{0}</em><p>\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u043a\u0430\u043a\u043e \u0431\u0438 \u0443\u043a\u043b\u043e\u043d\u0438\u043b\u0438 \u0433\u0440\u0435\u0448\u043a\u0443.</body></html>
+OptionPanel.validation_warning=<html><body>\u041f\u043e\u0442\u0432\u0440\u0434\u0430 \u0443\u043f\u043e\u0437\u043e\u0440\u0435\u045a\u0430:<p><em>{0}</em></body></html>
+OptionPanel.vi=\u0412\u0438\u0458\u0435\u0442\u043d\u0430\u043c\u0441\u043a\u0438  / Ti\u1ebfng Vi\u1ec7t
+OptionPanel.wheel_velocity=\u0411\u0440\u0437\u0438\u043d\u0430
+OptionPanel.wheel_velocity.tooltip=\u0412\u0435\u045b\u0430 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442 \u0440\u0435\u0437\u0443\u043b\u0442\u0443\u0458\u0435 \u043a\u043e\u0434 \u043f\u043e\u043c\u0430\u043a\u0430 \u0442\u043e\u0447\u043a\u0438\u045b\u0430 \u043c\u0438\u0448\u0430 \u0431\u0440\u0436\u0435 \u0443\u0447\u0438\u043d\u043a\u0435 \u043d\u0430 \u043c\u0430\u043f\u0438.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=\u041a\u0438\u043d\u0435\u0441\u043a\u0438, \u043f\u043e\u0458\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0438  / \u7b80\u4f53\u5b57
+OptionPanel.zh_TW=\u041a\u0438\u043d\u0435\u0441\u043a\u0438, \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0438  / \u7e41\u9ad4\u5b57
+org.freeplane.plugin.bugreport.agree=\u041f\u043e\u0448\u0430\u0459\u0438
+org.freeplane.plugin.bugreport.always_agree=\u0423\u0432\u0435\u043a \u043f\u043e\u0448\u0430\u0459\u0438
+org.freeplane.plugin.bugreport.always_deny=\u041d\u0438\u043a\u0430\u0434 \u043d\u0435 \u0448\u0430\u0459\u0438
+org.freeplane.plugin.bugreport.deny=\u041d\u0435 \u0448\u0430\u0459\u0438
+org.freeplane.plugin.bugreport.dialog.title=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458 \u043e \u0433\u0440\u0435\u0448\u0446\u0438
+org.freeplane.plugin.bugreport.freeplane_team=\u041f\u043e\u0440\u0443\u043a\u0430 Freeplane \u0442\u0438\u043c\u0430
+org.freeplane.plugin.bugreport.lastreport=\u041f\u0440\u0438\u043c\u0459\u0435\u043d\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
+org.freeplane.plugin.bugreport.never=\u041d\u0438\u043a\u0430\u0434 \u043d\u0435 \u043f\u0438\u0442\u0430\u0458 \u0437\u0430 \u043f\u043e\u043c\u043e\u045b
+org.freeplane.plugin.bugreport.question=Freeplane \u0438\u043c\u0430 \u0443\u0433\u0440\u0430\u0452\u0435\u043d \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0441\u0438\u0441\u0442\u0435\u043c \u043f\u0440\u0430\u045b\u0435\u045a\u0430 \u0433\u0440\u0435\u0448\u0430\u043a\u0430.
+org.freeplane.plugin.bugreport.report=\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
+org.freeplane.plugin.bugreport.wanted_bug=\u041f\u0440\u0438\u0458\u0430\u0432\u0459\u0435\u043d\u0430 \u0458\u0435 \u0443\u043d\u0443\u0442\u0440\u0430\u0448\u045a\u0430 \u0433\u0440\u0435\u0448\u043a\u0430 \u0438 \u0434\u0430\u0442 \u0458\u0435 \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u0427\u0432\u043e\u0440 {0} \u043d\u0438\u0458\u0435 \u043e\u0434\u0440\u0435\u0452\u0435\u043d
+out_of_memory=\u041f\u0440\u0435\u043c\u0430\u043b\u043e \u0441\u043b\u043e\u0431\u043e\u0434\u043d\u0435 \u043c\u0435\u043c\u043e\u0440\u0438\u0458\u0435.
+overwrite_keyset_question=\u0417\u0430\u043c\u0435\u043d\u0438 \u043f\u043e\u0441\u0442\u043e\u0458\u0435\u045b\u0438 \u0441\u043a\u0443\u043f \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430?
+PageAction.text=\u041f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430...
+password_is_not_ascii=\u041b\u043e\u0437\u0438\u043d\u043a\u0430 \u043d\u0438\u0458\u0435 ASCII
+PasteAction.text=& \u041d\u0430\u043b\u0435\u043f\u0438
+PasteAttributes.text=\u041d\u0430\u043b\u0435\u043f\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
+PatternNewNameProperty=\u041d\u043e\u0432\u0438 \u0448\u0430\u0431\u043b\u043e\u043d
+PatternToString.backgroundColor=\u0411\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435
+PatternToString.Child=\u0421\u0442\u0438\u043b \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e\u0433 \u0447\u0432\u043e\u0440\u0430
+PatternToString.color=\u0411\u043e\u0458\u0430
+PatternToString.EdgeColor=\u0411\u043e\u0458\u0430 \u0440\u0443\u0431\u0430
+PatternToString.EdgeStyle=\u0421\u0442\u0438\u043b \u0440\u0443\u0431\u0430
+PatternToString.EdgeWidth=\u0428\u0438\u0440\u0438\u043d\u0430 \u0440\u0443\u0431\u0430
+PatternToString.FontBold=\u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+PatternToString.FontItalic=\u0418\u0441\u043a\u043e\u0448\u0435\u043d\u043e
+PatternToString.FontName=\u041d\u0430\u0437\u0438\u0432 \u0441\u043b\u043e\u0432\u043e\u043b\u0438\u043a\u0430
+PatternToString.Icon=\u0418\u043a\u043e\u043d\u0430
+PatternToString.NodeFontSize=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u0441\u043b\u043e\u0432\u0430
+pdfKeyDocLocation=./doc/FM_Key_Mappings_Quick_Guide.pdf
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=\u0434\u0430\u043d\u0438
+PeriodUnit.HOUR=\u0441\u0430\u0442\u0438
+PeriodUnit.MINUTE=\u043c\u0438\u043d\u0443\u0442\u0435
+PeriodUnit.MONTH=\u043c\u0435\u0441\u0435\u0446\u0438
+PeriodUnit.WEEK=\u0441\u0435\u0434\u043c\u0438\u0446\u0435
+PeriodUnit.YEAR=\u0433\u043e\u0434\u0438\u043d\u0435
+plugins/latex/LatexNodeHook.editorTitle=\u0423\u0440\u0435\u0434\u0438 Latex \u0444\u043e\u0440\u043c\u0443\u043b\u0443
+plugins/script_filter=\u0424\u0438\u043b\u0442\u0435\u0440 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 {0}
+plugins/script_filter_error={0} \u0458\u0435 \u043c\u043e\u0440\u0430\u043e \u0432\u0440\u0430\u0442\u0438\u0442\u0438 \u0411\u0443\u043b\u043e\u0432 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442 \u043d\u0430 {1}, \u0430\u043b\u0438 \u0458\u0435 \u0432\u0440\u0430\u0442\u0438\u043e {2}
+plugins/ScriptEditor.cancel=&\u041e\u0434\u0431\u0430\u0446\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435 \u0438 \u0438\u0437\u0430\u0452\u0438
+plugins/ScriptEditor.exit=&\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0438 \u0438\u0437\u0430\u0452\u0438
+plugins/ScriptEditor.FORBIDDEN_ACTION=\u0418\u0437\u0432\u0440\u0448\u0430\u0432\u0430\u045a\u0435 Freeplane groovy \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0458\u0435 \u0437\u0430\u0443\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u043e. \u0417\u0430\u0431\u0440\u0430\u045a\u0435\u043d\u0435 \u0441\u0443 {0,choice,0#File|1#Network|2#Exec} \u0441\u043b\u0435\u0434\u0435\u045b\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0458\u0435: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0432\u043e \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0438 \u0443 \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0438\u043c\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430.
+plugins/ScriptEditor.menu_actions=&\u0410\u043a\u0446\u0438\u0458\u0435
+plugins/ScriptEditor.new_script=\u041d\u043e\u0432\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430
+plugins/ScriptEditor.run=&\u041f\u043e\u043a\u0440\u0435\u043d\u0438
+plugins/ScriptEditor.sign=\u041f\u043e\u0442\u043f\u0438\u0441\u0438\u0432\u0430\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0435...
+plugins/ScriptEditor/window.Result=\u0418\u0441\u0445\u043e\u0434:
+plugins/ScriptEditor/window.title=\u0423\u0440\u0435\u0452\u0438\u0432\u0430\u0447 \u0441\u043a\u0440\u0438\u043f\u0442\u0435
+plugins/ScriptingEngine.illegalAccessToInternalAPI=\u041d\u0435\u0434\u043e\u0437\u0432\u043e\u0459\u0435\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0443\u043f \u0438\u043d\u0442\u0435\u0440\u043d\u0438\u043c API ( \u043f\u0430\u043a\u0435\u0442  {0}). - \u041c\u043e\u043b\u0438\u043c \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0438\u0440\u0430\u0458\u0442\u0435 Freeplane \u0442\u0438\u043c \u0430\u043a\u043e API \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u043d\u0438\u0441\u0443 \u0434\u043e\u0432\u043e\u0459\u043d\u043e \u043f\u043e\u0434\u0440\u0436\u0430\u043d\u0435.
+plugins/TimeList.xml_Created=\u041d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u043e
+plugins/TimeList.xml_Date=\u0414\u0430\u0442\u0443\u043c
+plugins/TimeList.xml_Icons=\u0418\u043a\u043e\u043d\u0435
+plugins/TimeList.xml_Modified=\u0418\u0437\u043c\u0435\u045a\u0435\u043d\u043e
+plugins/TimeList.xml_Notes=\u0411\u0435\u043b\u0435\u0448\u043a\u0435
+plugins/TimeList.xml_Text=\u0422\u0435\u043a\u0441\u0442
+plugins/TimeManagement.xml_appendButton=\u0414\u043e\u0434\u0430\u0458 \u0434\u0430\u0442\u0443\u043c \u0443 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438
+plugins/TimeManagement.xml_Cancel=\u041e\u0442\u043a\u0430\u0436\u0438
+plugins/TimeManagement.xml_cancelButton=\u041e\u0442\u043a\u0430\u0436\u0438
+plugins/TimeManagement.xml_closeButton=\u0417\u0430\u0442\u0432\u043e\u0440\u0438
+plugins/TimeManagement.xml_Export=\u0418\u0437\u0432\u043e\u0437 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+plugins/TimeManagement.xml_Find=\u0422\u0440\u0430\u0436\u0438
+plugins/TimeManagement.xml_Goto=\u0418\u0434\u0438 \u043d\u0430
+plugins/TimeManagement.xml_hour=\u0421\u0430\u0442:
+plugins/TimeManagement.xml_menu_actions=\u0410\u043a\u0446\u0438\u0458\u0435
+plugins/TimeManagement.xml_minute=\u041c\u0438\u043d\u0443\u0442\u0430:
+plugins/TimeManagement.xml_reminderButton=\u041f\u043e\u0434\u0441\u0435\u0442\u0438 \u043c\u0435 \u043d\u0430 \u0442\u0430\u0458 \u0434\u0430\u043d
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u041d\u0430\u043a\u043e\u043d \u043a\u043b\u0438\u043a\u0430 \u0437\u0430\u043f\u043e\u0447\u0438\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u043e \u043e\u0434\u0431\u0440\u043e\u0458\u0430\u0432\u0430\u045a\u0435 \u043f\u0440\u0435\u043c\u0430 \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u043e\u043c \u0434\u0430\u0442\u0443\u043c\u0443. \u041d\u0430\u043a\u043e\u043d \u0438\u0441\u0442\u0435\u043a\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0430 \u0442\u0440\u0435\u043f\u045b\u0443\u045b\u0430 \u0438\u043a\u043e\u043d\u0430 \u0434\u0430\u0458\u0435 \u0437\u043d\u0430\u043a \u043e \u0438\u0441\u0442\u0435\u043a\u0443.<br> \u0410\u043a\u043e \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0442\u0435 \u043c\u0430\u043f\u0443, \u043e\u0434\u0431\u0440\u043e\u0458\u0430\u0432\u0430\u045a\u0435 \u0441\u0435 \u043f\u043e\u043d\u043e\u0432\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430 \u043a\u043e\u0434 \u043e\u0442\u0432\u0430\u0440\u0430\u045a\u0430 \u043c\u0430\u043f\u0435.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0458\u0435 \u043c\u043e\u0433\u0443\u045b \u0458\u0435\u0434\u0430\u043d \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u043f\u043e \u0447\u0432\u043e\u0440\u0443. <br>\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u0458\u0435 \u043f\u043e\u0434\u0435\u0459\u0435\u043d \u043d\u0430 {0,date} {0,time}, \u0432\u0430\u0448 \u0438\u0437\u0431\u043e\u0440 \u0458\u0435 \u0431\u0438\u043e {1,date} {1,time}. <br><br>\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0438 \u0432\u0440\u0435\u043c\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u045a\u0430 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a\u0430 (\u0414\u0430) <br>\u0438\u043b\u0438 \u0436\u0435\u043b\u0438\u0442\u0435 \u0437\u0430\u0434\u0440\u0436\u0430\u0442\u0438 \u0441\u0442\u0430\u0440\u043e \u0432\u0440\u0435\u043c\u0435 (\u041d\u0435)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u041f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u0437\u0430\u0434\u0430\u0442\u043a\u0430 \u0458\u0435 \u043f\u043e\u0434\u0435\u0448\u0435\u043d \u043d\u0430  {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=\u041f\u043e\u0434\u0441\u0435\u0442\u0438 \u043a\u0430\u0441\u043d\u0438\u0458\u0435
+plugins/TimeManagement.xml_remindLaterButton_tooltip=\u041f\u043e\u0434\u0441\u0435\u0442\u0438 \u043a\u0430\u0441\u043d\u0438\u0458\u0435
+plugins/TimeManagement.xml_removeReminderButton=\u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0432\u0435 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a\u0435 \u043a\u043e\u0458\u0438 \u0441\u0443 \u043f\u043e\u0432\u0435\u0437\u0430\u043d\u0438 \u0441 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0438\u043c \u0447\u0432\u043e\u0440\u043e\u0432\u0438\u043c\u0430.
+plugins/TimeManagement.xml_Replace=\u0417\u0430\u043c\u0435\u043d\u0438
+plugins/TimeManagement.xml_Replace_All=\u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0432\u0435
+plugins/TimeManagement.xml_Replace_Selected=\u0417\u0430\u043c\u0435\u043d\u0438 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e
+plugins/TimeManagement.xml_Select=\u0418\u0437\u0430\u0431\u0435\u0440\u0438
+plugins/TimeManagement.xml_todayButton=\u0423 \u043f\u043e\u0447\u0435\u0442\u043d\u043e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440
+plugins/TimeManagement.xml_WindowTitle=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043e\u043c
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u041f\u0440\u0435\u0442\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
+preferences=\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435
+print_preview_title=\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430
+PrintAction.text=\u041e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u0458 \u043c\u0430\u043f\u0443...
+PrintDirectAction.text=\u041e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u0458
+printing_settings=\u0420\u0430\u0437\u043c\u0435\u0440\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430
+PrintPreviewAction.text=&\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430...
+PropertyAction.dialog=\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435
+PropertyAction.text=\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 ...
+QuickFilterAction.text=\u0411\u0440\u0437\u0438 \u0444\u0438\u043b\u0442\u0435\u0440
+QuickFindAction.BACK.text=\u041d\u0430\u0452\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e
+QuickFindAction.FORWARD.text=\u041d\u0430\u0452\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0435
+QuickFindAllAction.text=\u041e\u0437\u043d\u0430\u0447\u0438 \u0441\u0432\u0435 \u043f\u0440\u043e\u043d\u0430\u0452\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+QuickHighlightAction.text=\u0418\u0441\u0442\u0430\u043a\u043d\u0438 \u0441\u0432\u0435 \u043e\u0434\u0433\u043e\u0432\u0430\u0440\u0430\u0458\u0443\u045b\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+QuitAction.text=\u0418\u0437\u043b\u0430\u0437
+read_only=\u0421\u0430\u043c\u043e \u0437\u0430 \u0447\u0438\u0442\u0430\u045a\u0435
+ReadScriptError.text=\u0413\u0440\u0435\u0448\u043a\u0430 \u043a\u043e\u0434 \u0447\u0438\u0442\u0430\u045a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0435
+really_convert_to_current_version=<html>\u041c\u0430\u043f\u0430 \u0458\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u0441\u0430 \u0441\u0442\u0430\u0440\u0438\u0458\u0438\u043c \u0438\u0437\u0434\u0430\u045a\u0435\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 Freeplane. <br>\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0438\u0445 \u043f\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043d\u0430 \u043d\u043e\u0432\u043e \u0438\u0437\u0434\u0430\u045a\u0435 (\u043f\u0440\u0435\u043f\u043e\u0440\u0443\u0447\u0443\u0458\u0435 \u0441\u0435)?  <br> (\u0423 \u0441\u0443\u043f\u0440\u043e\u0442\u043d\u043e\u043c \u0442\u0440\u0435\u0431\u0430 \u0443\u0437\u0435\u0442\u0438 \u043a\u0430\u043a\u0432\u0430 \u0458\u0435, \u0431\u0435\u0437 \u0438\u043a\u0430\u043a\u0432\u0435 \u0433\u0430\u0440\u0430\u043d\u0446\u0438\u0458\u0435.) </html>
+really_cut_node=\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0438\u0437\u0440\u0435\u0437\u0430\u0442\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435?
+really_execute_script=\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0435 \u0443\u043a\u0459\u0443\u0447\u0435\u043d\u0435 \u0443 \u043e\u0432\u043e\u0458 \u043c\u0430\u043f\u0438? \u041f\u043e\u0441\u0442\u043e\u0458\u0438 \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442 \u043d\u0430\u0441\u0442\u0430\u043d\u043a\u0430 \u0448\u0442\u0435\u0442\u0435 \u043d\u0430 \u0440\u0430\u0447\u0443\u043d\u0430\u0440\u0443?
+really_remove_node=\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0435?
+really_remove_notes=\u0421\u0442\u0432\u0430\u0440\u043d\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0443\u043a\u043b\u043e\u043d\u0438\u0442\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435?
+ReapplyFilterAction.text=\u041f\u043e\u043d\u043e\u0432\u043e \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458 \u0430\u043a\u0446\u0438\u0458\u0443
+red=\u0426\u0440\u0432\u0435\u043d\u043e
+RedefineStyleAction.text=\u041f\u043e\u043d\u043e\u0432\u043e \u043e\u0434\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0441\u0442\u0438\u043b\u0430
+RedoAction.text=\u041f\u043e\u043d\u043e\u0432\u0438
+RedoFilterAction.text=\u041f\u043e\u043d\u043e\u0432\u0438 \u0430\u043a\u0446\u0438\u0458\u0443
+regular_expressions=\u041f\u0440\u0430\u0432\u0438\u043b\u0430\u043d \u0438\u0437\u0440\u0430\u0437
+ReminderHookAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a
+ReminderHookAction.tooltip=\u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a \u0441 \u0447\u0432\u043e\u0440\u0430.
+remove_file_from_list_on_error=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 {0} \u043d\u0438\u0458\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0458\u0435 \u0443\u043a\u043e\u043d\u0438\u0442\u0438 \u0441\u0430 \u0441\u043f\u0438\u0441\u043a\u0430 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u0430\u043d\u0438\u0445 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430?
+remove_shortcut_question=\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0438 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0443 \u043f\u0440\u0435\u0447\u0438\u0446\u0443?
+RemoveAllIconsAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0441\u0432\u0435 \u0438\u043a\u043e\u043d\u0435
+RemoveConnectorAction.text=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u043e\u0432\u0435\u0437\u043d\u0438\u043a
+RemoveEncryption.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0435
+RemoveFormatAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442
+RemoveIcon_0_Action.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u0440\u0432\u0443 \u0438\u043a\u043e\u043d\u0443
+RemoveIconAction.text=\u0423\u043a\u043b\u043e\u043d\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u045a\u0443 \u0438\u043a\u043e\u043d\u0443
+RemoveNoteAction.text=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+RemoveNoteAction.tooltip=<html>\u0423\u043a\u043b\u0430\u045a\u0430 \u0441\u0430\u0434\u0440\u0436\u0430\u0458 \u0431\u0435\u043b\u0435\u0436\u0430\u043a\u0430 \u043e\u0434 \u0435\u0432\u0435\u043d\u0442\u0443\u0430\u043b\u043d\u043e \u043d\u0435\u043a\u043e\u043b\u0438\u043a\u043e.</html>
+rename=&\u041f\u0440\u0435\u0438\u043c\u0435\u043d\u0443\u0458
+repair_link=\u041f\u043e\u043f\u0440\u0430\u0432\u0438 \u0432\u0435\u0437\u0443
+repair_link_question=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043f\u043e\u0432\u0435\u0437\u0430\u043d\u0443 \u043c\u0430\u043f\u0443. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043f\u043e\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0432\u0435\u0437\u0443 \u0440\u0443\u0447\u043d\u043e?
+replace=\u0417\u0430\u043c\u0435\u043d\u0438
+replace_shortcut_question=\u041e\u0432\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u0458\u0435 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0434\u043e\u0434\u0435\u0459\u0435\u043d\u0430\n  {0}.\n\u0417\u0430\u043c\u0435\u043d\u0438 \u0458\u043e\u0458 \u043d\u0430\u043c\u0435\u043d\u0443?
+replace_shortcut_title=\u0417\u0430\u043c\u0435\u043d\u0438 \u043f\u0440\u0435\u0447\u0438\u0446\u0443?
+ReportBugAction.text=\u041f\u0440\u0438\u0458\u0430\u0432\u0438 \u0433\u0440\u0435\u0448\u043a\u0443
+RequestFeatureAction.text=\u0422\u0440\u0430\u0436\u0438\u0442\u0435 \u043d\u043e\u0432\u0430 \u0441\u0432\u043e\u0458\u0441\u0442\u0432\u0430
+reset_to_default=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u043e
+ResetNodeLocationAction.text=\u0412\u0440\u0430\u0442\u0438 &\u0438\u0437\u0432\u043e\u0440\u043d\u0438 \u043f\u043e\u043b\u043e\u0436\u0430\u0458
+ResetStyleAction.text=\u0412\u0440\u0430\u0442\u0438 \u043f\u043e\u0447\u0435\u0442\u043d\u0438 \u0441\u0442\u0438\u043b \u0447\u0432\u043e\u0440\u0430
+RevertAction.text=&\u0412\u0440\u0430\u045b\u0430\u045a\u0435 \u0438\u0437 \u043b\u043e\u043a\u0430\u043b\u043d\u0435 \u0438\u0441\u0442\u043e\u0440\u0438\u0458\u0435
+RevisionPluginAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d \u0447\u0432\u043e\u0440 \u0443 &\u0431\u043e\u0458\u0438
+save_failed=\u041f\u043e\u043a\u0443\u0448\u0430\u0458 \u0447\u0443\u0432\u0430\u045a\u0430 \u043c\u0430\u043f\u0435 {0} \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043e.
+save_unsaved=\u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0443 \u043c\u0430\u043f\u0443 \u0443\u043c\u0430?:
+save_unsaved_styles=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0442\u0438\u043b\u043e\u0432\u0435?
+SaveAcceleratorPresetsAction.text=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u043a\u0443\u043f \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0435\u0447\u0438\u0446\u0430
+SaveAction.text=&\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043c\u0430\u043f\u0443
+SaveAll.text=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 &\u0441\u0432\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u043c\u0430\u043f\u0435
+SaveAll.tooltip=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0432\u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u043c\u0430\u043f\u0435.
+SaveAsAction.text=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u043a\u0430\u043e...
+saved=\u0421\u0430\u0447\u0443\u0432\u0430\u043d\u043e
+saving_canceled=\u0427\u0443\u0432\u0430\u045a\u0435 \u0458\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043d\u043e
+scanners_not_loaded=\u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043d\u0435 \u0441\u0435 \u043d\u0435 \u043c\u043e\u0433\u0443 \u0443\u0447\u0438\u0442\u0430\u0442\u0438, \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0458\u0435 \u043e\u0448\u0442\u0435\u045b\u0435\u043d\u0430
+scheme_evaluate=\u041f\u0440\u043e\u0446\u0435\u043d\u0438!
+script_execution_disabled=\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u043e \u0458\u0435 \u0438\u0437\u0432\u043e\u0452\u0435\u045a\u0435 \u0441\u043a\u0440\u0438\u043f\u0442\u0438, \u0432\u0438\u0434\u0438 \u0410\u043b\u0430\u0442\u043a\u0435/\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0435/\u0414\u043e\u0434\u0430\u0446\u0438
+ScriptEditor.text=\u0423&\u0440\u0435\u0434\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u0443...
+ScriptEditor.tooltip=\u041e\u043c\u043e\u0433\u0443\u045b\u0430\u0432\u0430 \u043f\u0438\u0441\u0430\u045a\u0435 \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u0441\u043a\u0440\u0438\u043f\u0442\u0438 \u0443\u043d\u0443\u0442\u0430\u0440 Freeplanea.
+ScriptEditorPanel.changed_cancel=\u0421\u043a\u0440\u0438\u043f\u0442\u0430 \u0458\u0435 \u043f\u0440\u043e\u043c\u0435\u045a\u0435\u043d\u0430. \u0421\u0442\u0432\u0430\u0440\u043d\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u0435?
+scripting_api_generator_legend=\u041d\u0430\u0442\u043f\u0438\u0441
+scripting_api_generator_proxy=\u041f\u043e\u0441\u0440\u0435\u0434\u043d\u0438\u043a
+scripting_api_generator_title=\u041f\u0438\u0441\u0430\u045a\u0435 API \u0441\u043a\u0440\u0438\u043f\u0442\u0435
+scripting_api_generator_utilities=\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430
+scripting_api_generator_web=\u0412\u0435\u0431 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430
+select_favorites_folder=\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443, \u0443 \u043a\u043e\u0458\u043e\u0458 \u0441\u0435 \u043d\u0430\u043b\u0430\u0437\u0435 \u043e\u043c\u0438\u0459\u0435\u043d\u0435
+select_file_export_to=\u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 \u0437\u0430 \u0438\u0437\u0432\u043e\u0437 \u0443
+select_folder_for_importing=\u041e\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0441\u0446\u0438\u043a\u043b\u0443 \u0437\u0430 \u0443\u0432\u043e\u0437
+select_icon=\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043a\u043e\u043d\u0443
+select_menu_item_dialog=\u041e\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430
+select_menu_item_root_node=\u0418\u0437\u0431\u043e\u0440\u043d\u0438\u043a
+SelectAllAction.text=\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435 &\u0432\u0438\u0434\u0459\u0438\u0432\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+SelectBranchAction.text=\u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0432\u0438\u0434\u0459\u0438\u0432\u0443 \u0433\u0440\u0430\u043d\u0443
+SelectedPasteAction.text=\u041d\u0430\u043b\u0435\u043f\u0438 \u043a\u0430\u043e...
+selection_method_by_click=\u0408\u0435\u0434\u0430\u043d \u043a\u043b\u0438\u043a \u0437\u0430 \u0438\u0437\u0430\u0431\u0438\u0440
+selection_method_delayed=\u041e\u0434\u043b\u043e\u0436\u0435\u043d\u043e \u0430\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0431\u0438\u0440\u0430\u045a\u0435
+selection_method_direct=\u041f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447 \u043d\u0430 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e
+SelectNoteAction.text=\u041f\u0440\u0435\u0431\u0430\u0446\u0438\u0442\u0435 \u0441\u0435 \u043d\u0430 \u0443\u0440\u0435\u0452\u0438\u0432\u0430\u045a\u0435 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+SelectNoteAction.tooltip=\u041f\u0440\u0435\u0431\u0430\u0446\u0443\u0458\u0435 \u043d\u0430 \u043e\u0434\u0433\u043e\u0432\u0430\u0440\u0430\u0458\u0443\u045b\u0438 \u043e\u043a\u043d\u043e \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+set_accelerator_on_next_click_action=\u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 \u0431\u0438\u043b\u043e \u043a\u043e\u0458\u0443 \u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430 \u0437\u0430 \u0434\u043e\u0434\u0435\u043b\u0443 \u043d\u043e\u0432\u0435 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0435 \u043f\u0440\u0435\u0447\u0438\u0446\u0435
+SetAcceleratorOnNextClickAction.text=\u041f\u0440\u0438\u0434\u0440\u0443\u0436\u0438 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0443 \u043f\u0440\u0435\u0447\u0438\u0446\u0443
+SetImageByFileChooserAction.text=\u0421\u043b\u0438\u043a\u0430 \u043f\u043e \u0438\u0437\u0431\u043e\u0440\u0443 \u0438\u043b\u0438 \u0432\u0435\u0437\u0438...
+SetLinkAnchorAction.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0441\u0438\u0434\u0440\u043e \u0432\u0435\u0437\u0435
+SetLinkAnchorAction.tooltip=<html>\u043f\u043e\u0434\u0435\u0441\u0438\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u043e \u0441\u0438\u0434\u0440\u043e \u0437\u0430 \u0431\u0443\u0434\u0443\u045b\u043d\u043e\u0441\u0442<br/>\u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043b\u043e\u043a\u0430\u043b\u043d\u0438\u0445 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0438\u0445 \u0432\u0435\u0437\u0430.
+SetLinkAnchorAction.tooltip_anchored=<html>\u043f\u043e\u0434\u0435\u0441\u0438\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u0438 \u0447\u0432\u043e\u0440 \u043a\u0430\u043e \u0441\u0438\u0434\u0440\u043e \u0437\u0430 \u0431\u0443\u0434\u0443\u045b\u043d\u043e\u0441\u0442<br/>\u0441\u0442\u0432\u0430\u0440\u0430\u045a\u0435 \u043b\u043e\u043a\u0430\u043b\u043d\u0438\u0445 \u0438\u043b\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u043d\u0438\u0445 \u0432\u0435\u0437\u0430.. \u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u0441\u0438\u0434\u0440\u043e:<br/>{0}
+SetLinkByFileChooserAction.text=\u0414\u043e\u0434\u0430\u0458 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0435 (\u0438\u0437\u0430\u0431\u0435\u0440\u0438)...
+SetLinkByTextFieldAction.text=\u0414\u043e\u0434\u0430\u0458 \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438 \u0445\u0438\u043f\u0435\u0440\u0432\u0435\u0437\u0443 (\u0442\u0438\u043f)...
+SetNodeLink.text=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u0432\u0435\u0437\u0443 \u0447\u0432\u043e\u0440\u0430
+SetNoteWindowPosition.bottom.text=\u0414\u043e\u043b\u0435
+SetNoteWindowPosition.left.text=\u041b\u0435\u0432\u043e
+SetNoteWindowPosition.right.text=\u0414\u0435\u0441\u043d\u043e
+SetNoteWindowPosition.top.text=\u0413\u043e\u0440\u0435
+SetShortenerStateAction.text=\u0423\u043c\u0430\u045a\u0435\u043d\u0438 \u0447\u0432\u043e\u0440
+sf_login_required=\u041f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u043f\u0440\u0438\u0458\u0430\u0432\u0459\u0438\u0432\u0430\u045a\u0435 \u043d\u0430 Source Forge. \u0416\u0435\u043b\u0438\u0442\u0435 \u043b\u0438 \u043d\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0438?
+ShowAllAttributesAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u0432\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
+ShowAncestorsAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043f\u0440\u0435\u0442\u043a\u0435
+ShowAttributeDialogAction.text=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0430&\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u043c\u0430
+ShowDescendantsAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043f\u043e\u0442\u043e\u043c\u043a\u0435
+ShowFilterToolbarAction.text=\u0424\u0438\u043b\u0442\u0435\u0440 \u0442\u0440\u0430\u043a\u0435 \u0430\u043b\u0430\u0442\u0430
+ShowFormatPanel.text=\u0422\u0430\u0431\u043b\u0430 \u0441\u0432\u043e\u0458\u0441\u0442\u0430\u0432\u0430
+ShowFormatPanel.tooltip=\u041f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u0434\u0438\u0458\u0430\u043b\u043e\u0433 \u0443 \u043a\u043e\u0458\u0435\u043c \u043e\u0431\u043b\u0438\u0446\u0438 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0438 \u0440\u0443\u0431\u043e\u0432\u0430 \u043c\u043e\u0433\u0443 \u0441\u0435 \u043c\u0435\u045a\u0430\u0442\u0438 \u043e\u0434\u0458\u0435\u0434\u043d\u043e\u043c.
+ShowHideNoteAction.text=\u041f\u0440\u0438\u043a\u0430\u0437 \u043e\u043a\u043d\u0430 \u0431\u0435\u043b\u0435\u0448\u043a\u0435
+ShowHideNoteAction.tooltip=\u0423\u043a\u0459\u0443\u0447\u0438\u0432\u0430\u045a\u0435 \u0438\u043b\u0438 \u0438\u0441\u043a\u0459\u0443\u0447\u0438\u0432\u0430\u045a\u0435 \u043f\u0440\u043e\u0437\u043e\u0440\u0430 \u0441 \u0431\u0435\u043b\u0435\u0448\u043a\u0430\u043c\u0430
+ShowNextChildAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438
+ShowNotesInMapAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0431\u0435\u043b\u0435\u0448\u043a\u0435 \u0443 \u043c\u0430\u043f\u0438
+ShowSelectedAttributesAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0435
+ShowSelectionAsRectangleAction.text=\u041f\u0440\u0430\u0432\u043e\u0443\u0433\u0430\u043e\u043d\u0438 \u0438\u0437\u0431\u043e\u0440
+simplyhtml.aboutFrameTitle=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443
+simplyhtml.aboutLabel=\u041e SimplyHTML...
+simplyhtml.alignCenter=\u0441\u0440\u0435\u0434\u0438\u043d\u0430
+simplyhtml.alignLabel=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435:
+simplyhtml.alignLeft=\u041b\u0435\u0432\u043e
+simplyhtml.alignRight=\u0414\u0435\u0441\u043d\u043e
+simplyhtml.allCellsRangeLabel=\u0441\u0432\u0435 \u045b\u0435\u043b\u0438\u0458\u0435
+simplyhtml.allOccurrencesReplaced=\u0421\u0432\u0435 \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438 \u0441\u0443 \u0437\u0430\u043c\u0435\u045a\u0435\u043d\u0435
+simplyhtml.appendTableColLabel=\u0414\u043e\u0434\u0430\u0458 \u0441\u0442\u0443\u0431\u0430\u0446
+simplyhtml.appendTableRowLabel=\u0414\u043e\u0434\u0430\u0458 \u0440\u0435\u0434
+simplyhtml.applyCellAttrLabel=\u041f\u0440\u0438\u043c\u0435\u043d\u0438 \u043d\u0430
+simplyhtml.backgroundLabel=\u041f\u043e\u0437\u0430\u0434\u0438\u043d\u0430:
+simplyhtml.boldItalicName=\u0443\u043a\u043e\u0448\u0435\u043d\u043e - \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+simplyhtml.boldName=\u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+simplyhtml.borderColorLabel=\u0411\u043e\u0458\u0430:
+simplyhtml.borderWidthLabel=\u0428\u0438\u0440\u0438\u043d\u0430
+simplyhtml.bottomLabel=\u0414\u043e\u043b\u0435:
+simplyhtml.cancelBtnName=\u041e\u0442\u043a\u0430\u0436\u0438
+simplyhtml.cellBorderTabLabel=\u0420\u0443\u0431\u043e\u0432\u0438
+simplyhtml.cellGenTabLabel=\u041e\u043f\u0448\u0442\u0435
+simplyhtml.cellMarginTabLabel=\u0418\u0432\u0438\u0446\u0430
+simplyhtml.cellPanelTitle=\u041e\u0431\u043b\u0438\u043a \u045b\u0435\u043b\u0438\u0458\u0435
+simplyhtml.clearFormatLabel=\u0423\u043a\u043b\u043e\u043d\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
+simplyhtml.clearFormatTip=\u0423\u043a\u043b\u043e\u043d\u0438 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
+simplyhtml.close=\u0417\u0430\u0442\u0432\u043e\u0440\u0438
+simplyhtml.closeBtnName=\u0417\u0430\u0442\u0432\u043e\u0440\u0438
+simplyhtml.colorLabel=\u0411\u043e\u0458\u0430
+simplyhtml.copyLabel=\u0423\u043c\u043d\u043e\u0436\u0438
+simplyhtml.copyTip=\u0443\u043c\u043d\u043e\u0436\u0438
+simplyhtml.cTagNameHead1=\u041d\u0430\u0441\u043b\u043e\u0432 1
+simplyhtml.cTagNameHead2=\u041d\u0430\u0441\u043b\u043e\u0432 2
+simplyhtml.cTagNameHead3=\u041d\u0430\u0441\u043b\u043e\u0432 3
+simplyhtml.cTagNameHead4=\u041d\u0430\u0441\u043b\u043e\u0432 4
+simplyhtml.cTagNameHead5=\u041d\u0430\u0441\u043b\u043e\u0432 5
+simplyhtml.cTagNameHead6=\u041d\u0430\u0441\u043b\u043e\u0432 6
+simplyhtml.cTagNameLink=\u0412\u0435\u0437\u0430
+simplyhtml.cTagNameOL=\u0423\u0440\u0435\u0452\u0435\u043d \u0441\u043f\u0438\u0441\u0430\u043a
+simplyhtml.cTagNamePara=\u041f\u0430\u0441\u0443\u0441
+simplyhtml.cTagNameUL=\u041d\u0435\u0443\u0440\u0435\u0452\u0435\u043d \u0441\u043f\u0438\u0441\u0430\u043a
+simplyhtml.cutLabel=\u0418\u0441\u0435\u0446\u0438
+simplyhtml.cutTip=\u0438\u0441\u0435\u0446\u0438
+simplyhtml.defaultDocName=\u0411\u0435\u0437 \u043d\u0430\u0441\u043b\u043e\u0432\u0430
+simplyhtml.deleteTableColLabel=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0441\u0442\u0443\u0431\u0430\u0446
+simplyhtml.deleteTableRowLabel=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0440\u0435\u0434
+simplyhtml.docTitleQuery=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043d\u0430\u0441\u043b\u043e\u0432 \u043a\u0430\u043e:
+simplyhtml.docTitleTitle=\u0423\u0440\u0435\u0434\u0438 \u043d\u0430\u0441\u043b\u043e\u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
+simplyhtml.editLabel=\u0423\u0440\u0435\u0434\u0438
+simplyhtml.effectLabel=\u0415\u0444\u0435\u043a\u0442\u0438
+simplyhtml.familyLabel=\u041e\u0431\u043b\u0438\u043a
+simplyhtml.findNext=\u0422\u0440\u0430\u0436\u0438 \u0441\u043b\u0435\u0434\u0435\u045b\u0435...
+simplyhtml.findReplaceDialogTitle=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
+simplyhtml.findReplaceLabel=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
+simplyhtml.findReplaceTip=\u0422\u0440\u0430\u0436\u0438 \u0438 \u0437\u0430\u043c\u0435\u043d\u0438
+simplyhtml.fontBoldLabel=\u041f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+simplyhtml.fontBoldTip=\u0443\u043a\u0459\u0443\u0447\u0438/\u0438\u0441\u043a\u0459\u0443\u0447\u0438 \u043f\u043e\u0434\u0435\u0431\u0459\u0430\u043d\u043e
+simplyhtml.fontColorLabel=\u0411\u043e\u0458\u0430 \u0442\u0435\u043a\u0441\u0442\u0430
+simplyhtml.fontColorTip=\u0411\u043e\u0458\u0430 \u0442\u0435\u043a\u0441\u0442\u0430
+simplyhtml.fontDialogTitle=\u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
+simplyhtml.fontItalicLabel=\u0418\u0441\u043a\u043e\u0448\u0435\u043d\u043e
+simplyhtml.fontItalicTip=\u0418\u0441\u043a\u0459\u0443\u0447\u0438/\u0443\u043a\u0459\u0443\u0447\u0438 \u0438\u0441\u043a\u043e\u0448\u0435\u043d\u043e
+simplyhtml.fontLabel=\u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a...
+simplyhtml.fontTabLabel=\u0421\u043b\u043e\u0432\u043e\u043b\u0438\u043a
+simplyhtml.fontTip=\u041e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430...
+simplyhtml.fontUnderlineLabel=\u041f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
+simplyhtml.fontUnderlineTip=\u0423\u043a\u0459\u0443\u0447\u0438/\u0438\u0441\u043a\u0459\u0443\u0447\u0438 \u043f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
+simplyhtml.foregroundLabel=\u041f\u0440\u0432\u0438 \u043f\u043b\u0430\u043d:
+simplyhtml.formatLabel=\u041e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435
+simplyhtml.formatListLabel=\u0421\u043f\u0438\u0441\u0430\u043a...
+simplyhtml.formatListTip=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u043e\u0431\u043b\u0438\u043a \u0441\u043f\u0438\u0441\u043a\u0430
+simplyhtml.formatParaLabel=\u041f\u0430\u0441\u0443\u0441...
+simplyhtml.formatParaTip=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u043e\u0431\u043b\u0438\u043a \u043f\u0430\u0441\u0443\u0441\u0430
+simplyhtml.formatTableLabel=\u0422\u0430\u0431\u0435\u043b\u0430...
+simplyhtml.formatTableTip=\u041e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u045a\u0435 \u0442\u0430\u0431\u0435\u043b\u0435
+simplyhtml.helpLabel=\u041f\u043e\u043c\u043e\u045b
+simplyhtml.htmlTabTitle=HTML \u043f\u0440\u0438\u043a\u0430\u0437
+simplyhtml.imageFileDesc=\u0421\u043b\u0438\u043a\u043e\u0432\u043d\u0435 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435
+simplyhtml.insertTableColLabel=\u0423\u043c\u0435\u0442\u043d\u0438 \u0441\u0442\u0443\u0431\u0430\u0446
+simplyhtml.insertTableLabel=\u0422\u0430\u0431\u0435\u043b\u0430...
+simplyhtml.insertTableMsg=\u041a\u043e\u043b\u0438\u043a\u043e \u0438\u043c\u0430 \u0441\u0442\u0443\u0431\u0430\u0446\u0430?
+simplyhtml.insertTableRowLabel=\u0423\u043c\u0435\u0442\u043d\u0438 \u0440\u0435\u0434
+simplyhtml.insertTableTitle=\u0423\u043c\u0435\u0442\u043d\u0438 \u0442\u0430\u0431\u0435\u043b\u0443
+simplyhtml.italicName=\u0423\u043a\u043e\u0448\u0435\u043d\u043e
+simplyhtml.layoutTabTitle=\u041e\u0441\u043d\u043e\u0432\u043d\u0438 \u043f\u0440\u0438\u043a\u0430\u0437
+simplyhtml.leftLabel=\u043b\u0435\u0432\u043e:
+simplyhtml.listDialogTitle=\u041e\u0431\u043b\u0438\u043a \u0441\u043f\u0438\u0441\u043a\u0430
+simplyhtml.listIndentTitle=\u0423\u0432\u0443\u0446\u0438:
+simplyhtml.listPosInside=\u0438\u0437\u043d\u0443\u0442\u0440\u0430
+simplyhtml.listPositionLabel=\u041f\u043e\u043b\u043e\u0436\u0430\u0458:
+simplyhtml.listPosOutside=\u0441\u043f\u043e\u0459\u0430
+simplyhtml.listTypeCircle=\u043a\u0440\u0443\u0436\u0438\u045b
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\u0441\u0438\u043c\u0431\u043e\u043b \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u043a\u0430\u043e \u043e\u0437\u043d\u0430\u043a\u0430
+simplyhtml.listTypeLabel=\u0422\u0438\u043f:
+simplyhtml.listTypeLowerAlpha=\u0430.,\u0431.,\u0446.,\u0434.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\u043d\u0438\u0448\u0442\u0430
+simplyhtml.listTypeSquare=\u043a\u0432\u0430\u0434\u0440\u0430\u0442
+simplyhtml.listTypeUpperAlpha=\u0410.,\u0411.,\u0426.,\u0414.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=\u0421\u043f\u043e\u0459\u043d\u0438
+simplyhtml.matchApproximately=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e
+simplyhtml.matchApproximately.tooltip=<html>\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u043d\u043e \u043f\u043e\u0440\u0435\u0452\u0435\u045a\u0435,<br/>\u043d\u043f\u0440. \u0443 \u043f\u043e\u0442\u0440\u0430\u0437\u0438 \u0437\u0430 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435' \u043d\u0430\u045b\u0438 \u045b\u0435 '\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0435'.</html>
+simplyhtml.matchCase=\u0426\u0438\u0459\u0430\u043d\u0430 \u0440\u0435\u0447
+simplyhtml.matchCase.tooltip=\u0420\u0430\u0437\u043b\u0438\u043a\u0443\u0458 \u0432\u0435\u043b\u0438\u043a\u0430 \u0438 \u043c\u0430\u043b\u0430 \u0441\u043b\u043e\u0432\u0430 \u043a\u043e\u0434 \u043f\u043e\u0440\u0435\u0452\u0435\u045a\u0430.
+simplyhtml.newStyleDefaultName=\u043d\u043e\u0432\u0438 \u0441\u0442\u0438\u043b
+simplyhtml.nextTableCellLabel=\u0421\u043b\u0435\u0434\u0435\u045b\u0430 \u045b\u0435\u043b\u0438\u0458\u0430
+simplyhtml.noLineLabel=\u043d\u0438\u0448\u0442\u0430
+simplyhtml.noMoreOccurrencesFound=\u043d\u0435\u043c\u0430 \u0432\u0438\u0448\u0435 \u043f\u043e\u0434\u0443\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438
+simplyhtml.okBtnName=\u0423 \u0440\u0435\u0434\u0443
+simplyhtml.paddingLabel=\u0423\u043d\u0443\u0442\u0440\u0430\u0448\u045a\u0438
+simplyhtml.paraAlignCenterLabel=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0458 \u043f\u043e \u0441\u0440\u0435\u0434\u0438\u043d\u0438
+simplyhtml.paraAlignCenterTip=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435 \u043f\u0430\u0441\u0443\u0441\u0430 \u043f\u043e \u0441\u0440\u0435\u0434\u0438\u043d\u0438
+simplyhtml.paraAlignLeftLabel=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0458 \u043b\u0435\u0432\u043e
+simplyhtml.paraAlignLeftTip=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435 \u043f\u0430\u0441\u0443\u0441\u0430 \u0443\u043b\u0435\u0432\u043e
+simplyhtml.paraAlignRightLabel=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0458 \u0434\u0435\u0441\u043d\u043e
+simplyhtml.paraAlignRightTip=\u041f\u043e\u0440\u0430\u0432\u043d\u0430\u0432\u0430\u045a\u0435 \u043f\u0430\u0441\u0443\u0441\u0430 \u0443\u0434\u0435\u0441\u043d\u043e
+simplyhtml.paraStyleDialogTitle=\u0421\u0442\u0438\u043b \u043f\u0430\u0441\u0443\u0441\u0430
+simplyhtml.paraTabLabel=\u041f\u0430\u0441\u0443\u0441
+simplyhtml.pasteHTMLLabel=\u041d\u0430\u043b\u0435\u043f\u0438 HTML
+simplyhtml.pasteLabel=\u041d\u0430\u043b\u0435\u043f\u0438
+simplyhtml.pastePlainTextLabel=\u041d\u0430\u043b\u0435\u043f\u0438 \u0447\u0438\u0441\u0442 \u0442\u0435\u043a\u0441\u0442
+simplyhtml.pasteTip=\u043d\u0430\u043b\u0435\u043f\u0438
+simplyhtml.plainName=\u043e\u0431\u0438\u0447\u0430\u043d
+simplyhtml.previewLabel=\u041f\u0440\u0435\u0433\u043b\u0435\u0434
+simplyhtml.previewText=\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u0442\u0435\u043a\u0441\u0442\u0430
+simplyhtml.prevTableCellLabel=\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430 \u045b\u0435\u043b\u0438\u0458\u0430
+simplyhtml.printLabel=\u041e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u0458...
+simplyhtml.redoLabel=\u041f\u043e\u043d\u043e\u0432\u0438
+simplyhtml.redoTip=\u043f\u043e\u043d\u043e\u0432\u0438
+simplyhtml.replace=\u0417\u0430\u043c\u0435\u043d\u0438...
+simplyhtml.replaceAll=\u0421\u0432\u0435
+simplyhtml.replaceDone=\u0413\u043e\u0442\u043e\u0432\u043e
+simplyhtml.replaceNo=\u041d\u0435
+simplyhtml.replaceThisQuery=\u0437\u0430\u043c\u0435\u043d\u0438 \u043e\u0432\u0443 \u043f\u043e\u0458\u0430\u0432\u0443
+simplyhtml.replaceWith=\u0417\u0430\u043c\u0435\u043d\u0438 \u0441\u0430:
+simplyhtml.replaceYes=\u0414\u0430
+simplyhtml.rightLabel=\u0434\u0435\u0441\u043d\u043e:
+simplyhtml.searchDown=\u0422\u0440\u0430\u0436\u0438 \u043d\u0430\u0434\u043e\u043b\u0435
+simplyhtml.searchDown.tooltip=\u041f\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u043e\u0434 \u0432\u0440\u0445\u0430 \u0434\u043e \u0434\u043d\u0430.
+simplyhtml.searchFromStart=\u0422\u0440\u0430\u0436\u0438 \u043e\u0434 \u043f\u043e\u0447\u0435\u0442\u043a\u0430
+simplyhtml.searchFromStart.tooltip=\u041f\u043e\u0447\u0435\u0442\u0430\u043a \u043f\u0440\u0435\u0442\u0440\u0430\u0433\u0435 \u0441\u0430 \u0432\u0440\u0445\u0430 \u0443\u043c\u0435\u0441\u0442\u043e \u0441\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u0458\u0435 \u043f\u043e\u043a\u0430\u0437\u0438\u0432\u0430\u0447\u0430
+simplyhtml.searchUp=\u0422\u0440\u0430\u0436\u0438 \u043d\u0430\u0433\u043e\u0440\u0435
+simplyhtml.searchUp.tooltip=\u041f\u0440\u0435\u0442\u0440\u0430\u0436\u0438 \u043e\u0434 \u0434\u043d\u0430 \u043a\u0430 \u0432\u0440\u0445\u0443.
+simplyhtml.selectAllLabel=\u041e\u0434\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435
+simplyhtml.sizeLabel=\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430
+simplyhtml.standardStyleName=\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u043e
+simplyhtml.strikeLabel=\u041f\u0440\u0435\u0446\u0440\u0442\u0430\u043d\u043e
+simplyhtml.styleLabel=\u0421\u0442\u0438\u043b
+simplyhtml.styleNameInputText=\u041d\u0430\u0437\u0438\u0432 \u043d\u043e\u0432\u043e\u0433 \u0441\u0442\u0438\u043b\u0430?
+simplyhtml.styleNameInputTitle=\u0421\u0430\u0447\u0443\u0432\u0430\u0458 \u0441\u0442\u0438\u043b
+simplyhtml.tableBgColLabel=\u0411\u043e\u0458\u0430 \u043f\u043e\u0437\u0430\u0434\u0438\u043d\u0435:
+simplyhtml.tableDialogTitle=\u041e\u0431\u043b\u0438\u043a \u0442\u0430\u0431\u0435\u043b\u0435
+simplyhtml.tableLabel=\u0422\u0430\u0431\u0435\u043b\u0430
+simplyhtml.tablePanelTitle=\u041e\u0431\u043b\u0438\u043a \u0442\u0430\u0431\u0435\u043b\u0435
+simplyhtml.tableWidthLabel=\u0428\u0438\u0440\u0438\u043d\u0430:
+simplyhtml.textIndentLabel=\u0423\u0432\u0443\u0446\u0438:
+simplyhtml.textToFind=\u0422\u0440\u0430\u0436\u0438 \u043e\u0432\u043e:
+simplyhtml.thisCellRangeLabel=\u043e\u0432\u0430 \u045b\u0435\u043b\u0438\u0458\u0430
+simplyhtml.thisColRangeLabel=\u043e\u0432\u0430\u0458 \u0441\u0442\u0443\u0431\u0430\u0446
+simplyhtml.thisRowRangeLabel=\u043e\u0432\u0430\u0458 \u0440\u0435\u0434
+simplyhtml.toggleBulletsLabel=\u0423\u041a\u0409/\u0418\u0421\u041a\u0409 \u0441\u043f\u0438\u0441\u0430\u043a \u0441\u0430 \u043e\u0437\u043d\u0430\u043a\u0430\u043c\u0430
+simplyhtml.toggleBulletsTip=\u0423\u041a\u0409/\u0418\u0421\u041a\u0409  \u0441\u043f\u0438\u0441\u0430\u043a \u0441\u0430 \u043e\u0437\u043d\u0430\u043a\u0430\u043c\u0430
+simplyhtml.toggleNumbersLabel=\u0423\u041a\u0409/\u0418\u0421\u041a\u0409 \u0431\u0440\u043e\u0458\u0447\u0430\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a
+simplyhtml.toggleNumbersTip=\u0423\u041a\u0409/\u0418\u0421\u041a\u0409 \u0431\u0440\u043e\u0458\u0447\u0430\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a
+simplyhtml.topLabel=\u0432\u0440\u0445:
+simplyhtml.uLineLabel=\u041f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
+simplyhtml.unableToOpenFileError=\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0441\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438
+simplyhtml.unableToRedoError=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043f\u043e\u043d\u043e\u0432\u0438\u0442\u0438:
+simplyhtml.unableToUndoError=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u043f\u043e\u0437\u0432\u0430\u0442\u0438:
+simplyhtml.undoLabel=\u041e\u043f\u043e\u0437\u043e\u0432\u0438
+simplyhtml.undoTip=\u043e\u043f\u043e\u0437\u043e\u0432\u0438
+simplyhtml.valignBaseline=\u043e\u0441\u043d\u043e\u0432\u043d\u0430 \u0446\u0440\u0442\u0430
+simplyhtml.valignBottom=\u0434\u043d\u043e
+simplyhtml.valignLabel=\u0423\u0441\u043f\u0440.\u043f\u043e\u0440\u0430\u0432\u043d.:
+simplyhtml.valignMiddle=\u0441\u0440\u0435\u0434\u0438\u043d\u0430
+simplyhtml.valignTop=\u0432\u0440\u0445
+simplyhtml.wholeWordsOnly=\u0421\u0430\u043c\u043e \u0446\u0435\u043b\u0435 \u0440\u0435\u0447\u0438
+simplyhtml.wholeWordsOnly.tooltip=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438 \u043f\u043e\u0440\u0435\u0452\u0435\u045a\u0435 \u043d\u0430 \u0446\u0435\u043b\u0435 \u0440\u0435\u0447\u0438.
+SortNodes.text=\u041f\u043e&\u0440\u0435\u0452\u0430\u0458 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435
+SortNodes.tooltip=\u0420\u0430\u0437\u0432\u0440\u0441\u0442\u0430\u0432\u0430\u045a\u0435 \u0441\u0432\u0438\u0445 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438\u0445 \u0447\u0432\u043e\u0440\u043e\u0432\u0430 \u0430\u0437\u0431\u0443\u0447\u043d\u0438\u043c \u0440\u0435\u0434\u043e\u043c.
+split=&\u0418\u0437\u0434\u0435\u043b\u0438
+SplitConditionAction.text=\u0418\u0437\u0434\u0435\u043b\u0438
+SplitNode.text=&\u0418\u0437\u0434\u0435\u043b\u0438 \u0447\u0432\u043e\u0440
+SplitNode.tooltip=<html>\u0427\u0432\u043e\u0440 \u0458\u0435 \u0438\u0437\u0434\u0435\u0459\u0435\u043d</html>
+STANDARD_FORMAT=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434
+stop_processing=\u0421\u0442\u0430\u043d\u0438
+StringFlavorHandler=\u041e\u0431\u0438\u0447\u0430\u043d \u0442\u0435\u043a\u0441\u0442 \u043a\u0430\u043e \u0445\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+StructuredHtmlFlavorHandler=HTML \u043a\u0430\u043e \u0445\u0438\u0458\u0435\u0440\u0430\u0440\u0445\u0438\u0458\u0430 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+style=\u0421\u0442\u0438\u043b
+style_already_exists=\u0421\u0442\u0438\u043b \u0432\u0435\u045b \u043f\u043e\u0441\u0442\u043e\u0458\u0438!
+styledialog.cancel.text=\u041e\u0442\u043a\u0430\u0436\u0438
+styledialog.ok.text=\u0423 \u0440\u0435\u0434\u0443
+styles=\u0421\u0442&\u0438\u043b\u043e\u0432\u0438
+styles.AutomaticLayout=\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u0438 \u0438\u0437\u0433\u043b\u0435\u0434
+styles.connection=\u041f\u043e\u0432\u0435\u0437\u0430\u043d\u043e\u0441\u0442
+styles.date=\u0414\u0430\u0442\u0443\u043c
+styles.definition=\u0414\u0435\u0444\u0438\u043d\u0438\u0446\u0438\u0458\u0430
+styles.description=\u041e\u043f\u0438\u0441
+styles.floating_node=\u041b\u0435\u0431\u0434\u0435\u045b\u0438 \u0447\u0432\u043e\u0440
+styles.idea=\u0417\u0430\u043c\u0438\u0441\u0430\u043e
+styles.important=\u0412\u0430\u0436\u043d\u043e
+styles.key=\u041a\u0459\u0443\u0447
+styles.list=\u0421\u043f\u0438\u0441\u0430\u043a
+styles.needs_action=\u041f\u043e\u0442\u0440\u0435\u0431\u043d\u043e \u0458\u0435 \u0434\u0435\u0458\u0441\u0442\u0432\u043e
+styles.note=\u0411\u0435\u043b\u0435\u0448\u043a\u0430
+styles.ok=\u0423 \u0440\u0435\u0434\u0443
+styles.pending=\u0423 \u0438\u0448\u0447\u0435\u043a\u0438\u0432\u0430\u045a\u0443
+styles.predefined=\u0423\u043d\u0430\u043f\u0440\u0435\u0434 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
+styles.question=\u041f\u0438\u0442\u0430\u045a\u0435
+styles.quotation=\u0426\u0438\u0442\u0430\u0442
+styles.root_node=\u0421\u0442\u0438\u043b\u043e\u0432\u0438
+styles.subsubtopic=\u041f\u043e\u0434\u0442\u0435\u043c\u0430
+styles.subtopic=\u041f\u043e\u0434\u0442\u0435\u043c\u0430
+styles.topic=\u0422\u0435\u043c\u0430
+styles.user-defined=\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
+styles.website=\u0412\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
+styles_menu=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438 \u0441\u0442\u0438\u043b\u043e\u0432\u0438
+submenu_keystroke_in_use_error=\u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 {0} \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0448\u045b\u0435\u043d\u0430 \u0437\u0430 \u043f\u043e\u0434\u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a {1}. \u0422\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u0458\u0435 \u0443\u043a\u043b\u043e\u045a\u0435\u043d\u0430.
+summary_nodes=\u0420\u0435\u0437\u0438\u043c\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0430
+summary_not_possible=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0434\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u043c \u043f\u0440\u0435\u0433\u043b\u0435\u0434 \u0447\u0432\u043e\u0440\u0430 \u0437\u0430 \u0442\u0440\u0435\u043d\u0443\u0442\u043d\u0438 \u0438\u0437\u0431\u043e\u0440
+SummaryNodeAction.text=\u0420\u0435\u0437\u0438\u043c\u0435 \u0447\u0432\u043e\u0440\u0430  (\u043f\u043e\u0441\u0442\u0430\u0432\u0438/\u0443 \u043f\u043e\u0447\u0435\u0442\u043d\u043e)
+svg=SVG
+template_dir=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0438
+TimeListAction.text=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0437\u0430\u0434\u0430\u0446\u0438\u043c\u0430...
+TimeListAction.tooltip=\u041f\u0440\u0438\u043a\u0430\u0437\u0443\u0458\u0435 \u0441\u0432\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0441\u043a\u0435 \u043f\u043e\u0434\u0441\u0435\u0442\u043d\u0438\u043a\u0435 \u0438 \u043f\u0440\u0438\u043f\u0430\u0434\u0430\u0458\u0443\u045b\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435.
+TimeManagementAction.text=\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u045a\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043e\u043c...
+TimeManagementAction.tooltip=<html> \u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0441\u043a\u0438 \u043c\u043e\u0434\u0443\u043b \u043e\u0434 Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438/\u0421\u043a\u043b\u043e\u043f\u0438 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0438
+ToggleDetailsAction.text=\u0421\u0430\u043a\u0440\u0438\u0458 \u0434\u0435\u0442\u0430\u0459\u0435
+ToggleFBarAction.text=F- \u0442\u0440\u0430\u043a\u0430
+ToggleFoldedAction.text=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438/\u0421\u043a\u043b\u043e\u043f\u0438
+ToggleFullScreenAction.text=\u0426\u0435\u043b\u0438 \u0435\u043a\u0440\u0430\u043d
+ToggleLeftToolbarAction.text=&\u0418\u043a\u043e\u043d\u0435 \u0441\u0430 \u0430\u043b\u0430\u0442\u043a\u0430\u043c\u0430
+ToggleMenubarAction.text=&\u0418\u0437\u0431\u043e\u0440\u043d\u0430 \u0442\u0440\u0430\u043a\u0430
+ToggleStatusAction.text=\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u043d\u0443 \u0442\u0440\u0430\u043a\u0443
+ToggleToolbarAction.text=&\u0410\u043b\u0430\u0442\u043d\u0430 \u0442\u0440\u0430\u043a\u0430
+undefined_error=\u0414\u043e\u0448\u043b\u043e \u0458\u0435 \u0434\u043e \u043d\u0435\u043e\u0447\u0435\u043a\u0438\u0432\u0430\u043d\u0435 \u0433\u0440\u0435\u0448\u043a\u0435. \u041c\u043e\u043b\u0438\u043c \u043f\u043e\u043a\u0443\u0448\u0430\u0458\u0442\u0435 \u043f\u043e\u0441\u043b\u0430\u0442\u0438 \u043f\u043e\u0440\u0443\u043a\u0443 \u043e \u0433\u0440\u0435\u0448\u0446\u0438.
+underline=\u041f\u043e\u0434\u0432\u0443\u045b\u0438
+UnderlineAction.text=\u041f\u043e\u0434\u0432\u0443\u045b\u0438
+underlined=\u041f\u043e\u0434\u0432\u0443\u0447\u0435\u043d\u043e
+UndoAction.text=\u041e\u043f\u043e\u0437\u043e\u0432\u0438
+UndoFilterAction.text=\u041e\u043f\u043e\u0437\u043e\u0432\u0438 \u0434\u0435\u0458\u0441\u0442\u0432\u043e
+unfold=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0447\u0432\u043e\u0440
+UnfoldAllAction.text=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435
+UnfoldAllAction.tooltip=<html> \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0438 \u045a\u0438\u043c\u0430 \u043f\u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0435.</html>
+UnfoldFilteredAncestorsAction.text=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u043a\u0440\u0438\u0432\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435
+UnfoldFilteredAncestorsAction.tooltip=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0441\u0432\u0435 \u0441\u043a\u0440\u0438\u0432\u0435\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u043d\u0430\u043a\u043e\u043d \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u045a\u0430.
+UnfoldOneLevelAction.text=\u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e
+UnfoldOneLevelAction.tooltip=<html> \u0420\u0430\u0441\u043a\u043b\u043e\u043f\u0438 \u043e\u0434\u0430\u0431\u0440\u0430\u043d\u0435 \u0447\u0432\u043e\u0440\u043e\u0432\u0435 \u0437\u0430 \u0458\u0435\u0434\u0430\u043d \u043d\u0438\u0432\u043e.</html>
+up=&\u0413\u043e\u0440\u0435
+update_failed=\u041d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0430 \u043d\u0435\u0443\u0441\u043f\u0435\u043b\u0430 \u0441 \u043f\u043e\u0440\u0443\u043a\u043e\u043c {0}
+UpdateCheckAction.text=\u041f\u0440\u043e\u0432\u0435\u0440\u0438 \u0437\u0430 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0443
+updatecheckdialog=\u0414\u0438\u0458\u0430\u043b\u043e\u0433 \u043f\u0440\u043e\u0432\u0435\u0440\u0435 \u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u045a\u0435
+url_error=\u041e\u0432\u0430\u0458 \u0423\u0420\u041b \u0458\u0435 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d!
+url_load_error=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043c\u0430\u043f\u0443 \u043d\u0430 \u0423\u0420\u041b:
+url_open_error=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0423\u0420\u041b \u0432\u0435\u0437\u0443 {0}.
+used_in_menu=\u041e\u0432\u0430 \u0442\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0430 \u043f\u0440\u0435\u0447\u0438\u0446\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0438\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u0459\u0435\u043d\u0430 \u0458\u0435\u0440 \u0441\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043a\u0430\u043e \u043f\u0440\u0435\u0447\u0438\u0446\u0430  \u0438\u0437\u0431\u043e\u0440\u043d\u0438\u043a\u0430.
+UsePlainTextAction.text=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0458\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u0430\u043d \u0442\u0435\u043a\u0441\u0442
+user_config_folder=\u041f\u043e\u0434\u0435\u0448\u0435\u043d\u0430 \u043c\u0430\u043f\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430: {0}
+user_defined_scale=\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0430 \u0440\u0430\u0437\u043c\u0435\u0440\u0430
+user_defined_zoom=\u041a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u043e
+user_defined_zoom_status_bar=\u0418\u0437\u043c\u0435\u043d\u0430 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0430 \u043d\u0430 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0447\u043a\u0438 \u043e\u0434\u0440\u0435\u0452\u0435\u043d\u0443 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442 {0}%.
+user_icon=\u041a\u043e\u0440\u0438\u0441\u043d\u0447\u0438\u043a\u0430 \u0438\u043a\u043e\u043d\u0430 "{0}"
+user_template_dir=\u041a\u043e\u0440\u0438\u0441\u043d\u0447\u0438\u043a\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0438
+user_zoom=\u0424\u0430\u043a\u0442\u043e\u0440 \u043f\u043e\u0432\u0435\u045b\u0430\u045a\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0430 (0.0 - 2.0):
+UseRichFormattingAction.text=\u041a\u043e\u0440\u0438\u0441\u0442\u0438 \u0431\u043e\u0459\u0435 \u043e\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0438 \u0442\u0435\u043a\u0441\u0442
+value_format=\u0424\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u0434\u043d\u043e\u0441\u0442\u0438
+version_up_to_date=\u0422\u0440\u0435\u043d\u0443\u0442\u043d\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043d\u0430\u0458\u043d\u043e\u0432\u0438\u0458\u0435 \u0438\u0437\u0434\u0430\u045a\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430
+ViewerControllerAction.text=\u0421\u043f\u043e\u0459\u043d\u0438 \u043e\u0431\u0458\u0435\u043a\u0442...
+ViewLayoutTypeAction.OUTLINE.text=\u0428\u0435\u043c\u0430\u0442\u0441\u043a\u0438 \u043f\u0440\u0438\u043a\u0430\u0437
+WebDocuAction.text=\u0412\u0435\u0431 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430
+width=\u0428\u0438\u0440\u0438\u043d\u0430
+wrong_regexp=\u041f\u043e\u0433\u0440\u0435\u0448\u0430\u043d \u0458\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043d \u0438\u0437\u0440\u0430\u0437 "{0}", \u0433\u0440\u0435\u0448\u043a\u0430 {1}
+xslt_export.html=HTML \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
+xslt_export.latex=Latex \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
+xslt_export.latexbook=Latex \u043a\u045a\u0438\u0433\u0430
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 \u0438 \u0432\u0438\u0448\u0438) XML \u0444\u043e\u0440\u043c\u0430\u0442
+xslt_export.ms_project=MS Project (2003 \u0438 \u0432\u0438\u0448\u0438) XML \u0444\u043e\u0440\u043c\u0430\u0442
+xslt_export.ms_word=Word (2003 \u0438 \u0432\u0438\u0448\u0438) XML \u0444\u043e\u0440\u043c\u0430\u0442
+xslt_export.text=\u0408\u0435\u0434\u043d\u043e\u0441\u0442\u0430\u0432\u0430\u043d \u0442\u0435\u043a\u0441\u0442
+xslt_export_not_possible=Freeplane XSLT- \u0438\u0437\u0432\u043e\u0437 \u043d\u0438\u0458\u0435 \u043c\u043e\u0433\u0443\u045b
+yes=\u0414\u0430
+ZoomInAction.text=\u041f\u043e\u0432\u0435\u045b\u0430\u0458
+ZoomOutAction.text=\u0423\u043c\u0430\u045a\u0438
diff --git a/freeplane/resources/translations/Resources_sv.properties b/freeplane/resources/translations/Resources_sv.properties
index 4e39f31..9600934 100644
--- a/freeplane/resources/translations/Resources_sv.properties
+++ b/freeplane/resources/translations/Resources_sv.properties
@@ -1,1365 +1,1365 @@
-AboutAction.text = Om Freeplane
-acceleratorPresets = Snabbtangenter
-accelerators_loading_error = Can not load accelerators from {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u00c4ndra grenformat
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u00c4ndra m\u00f6nster
-accessories/plugins/EncryptNode.properties_0 = V\u00e4lj l\u00f6senord f\u00f6r krypterad gren
-accessories/plugins/EncryptNode.properties_1 = L\u00f6senordet matchar inte eller \u00e4r f\u00f6r kort.
-accessories/plugins/EncryptNode.properties_2 = Skriv in l\u00f6senord:
-accessories/plugins/EncryptNode.properties_3 = Skriv in l\u00f6senord igen:
-accessories/plugins/EncryptNode.properties_4 = Skriv in ditt l\u00f6senord.
-accessories/plugins/EncryptNode.properties_5 = <html>Sekretessniv\u00e5n<br>styrs helt och h\u00e5ller av l\u00f6senordets kvalitet.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Avbryt
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = V\u00e4xling av krypteringsniv\u00e5 endast m?jlig p\u00e5 krypterad gren. Anv\u00e4nd verktygsmenyn f\u00f6r att infoga krypterad gren.
-accessories/plugins/EncryptNode.properties_select_me = V\u00e4lj f\u00f6r att forts\u00e4tta!
-accessories/plugins/EncryptNode.properties_wrong_password = Felaktigt l\u00f6senord.
-accessories/plugins/ExportWithTWiki.text = Som TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Exportera kartan som ett TWiki-dokument.
-accessories/plugins/ExportWithXSLT.tooltip = Detta \u00e4r en enhetlig exportmetod - XSLT skript.
-accessories/plugins/ExportWithXSLT_Applet.text = Som Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exportera tankekartan som Java webbl\u00e4sarapplet.
-accessories/plugins/ExportWithXSLT_Flash.text = Som Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exportera kartan som Flashapplikation.
-accessories/plugins/ExportWithXSLT_HTML.text = Som XHTML (JavaScript version)...
-accessories/plugins/ExportWithXSLT_HTML3.text = Som XHTML (Klickbar bildversion)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Resurser fr\u00e5n RESOURCES-gren till TaskJuggler fil...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exporterar resurser from RESOURCES-gren till Taskjuggler modul. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Uppgifter fr\u00e5n TASKS-gren till Taskjuggler fil...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exporterar uppgifter fr\u00e5n TASKS-gren till Taskjuggler modul. </html>
-action_keystroke_in_use_error = Tangenttryckning {0} beg\u00e4rd f\u00f6r kommando {1} \u00e4r redan anv\u00e4nd f\u00f6r kommando {2}
-active = Aktiv
-add = L\u00e4gg till
-AddConnectorAction.text = L\u00e4gg till f\u00f6rbindelse
-AddElementaryConditionAction.text = L\u00e4gg till
-AddLocalLinkAction.text = L\u00e4gg till lokal hyperl\u00e4nk
-AddMenuItemLinkAction.text = Hyperl?nk intern...
-AllMapsNodeListAction.text = S\u00f6k och Ers\u00e4tt i alla kartor
-antialias_all = J\u00e4mna ut alla
-antialias_edges = J\u00e4mna ut kanter
-antialias_none = J\u00e4mna inte ut
-apply = Verkst\u00e4ll
-ApplyAction.text = Verkst\u00e4ll
-ApplyFormatPlugin.text = \u00c4ndra format ...
-ApplyFormatPlugin.tooltip = Visar en dialogruta, d\u00e4r gren- och kant format kan \u00e4ndras.
-ApplyNoFilteringAction.text = Ingen filtrering
-ApplySelectedViewConditionAction.text = Filtrera valda grenar
-ApplyToVisibleAction.text = Verkst\u00e4ll p\u00e5 filtrerade grenar
-as_parent = Som f\u00f6r\u00e4lder
-AskForHelp.text = Fr\u00e5ga om hj\u00e4lp
-AssignAttributesAction.text = Ange egenskaper
-attribute_delete = Ta bort alla v\u00e4rden
-attribute_delete_value = Ta bort detta v\u00e4rde
-attribute_font_size_tooltip = Egenskaper teckenstorlek
-attribute_list_box_label_text = Befintliga v\u00e4rden
-attribute_replace = Ers\u00e4tt med
-attribute_top = Alla egenskaper i inl?sta tankekartor
-attributes_adding_empty_attribute_error = En tom textstr\u00e4ng kan inte anv\u00e4ndas som egenskapsnamn
-attributes_all = Alla egenskaper
-attributes_assign_dialog = L?gg till egenskap
-attributes_attribute = Egenskaper
-attributes_close = St\u00e4ng
-attributes_deselect_all = Ingenting
-attributes_dialog_title = Egenskapshanteraren
-attributes_edit = Redigera
-attributes_edit_tooltip = Redigera egenskaper
-attributes_for_selected = Markerade grenar
-attributes_for_visible = Synliga grenar
-attributes_import = Importera
-attributes_import_tooltip = Importera egenskaper fr\u00e5n andra inl?sta tankekartor
-attributes_no_import_candidates_found = Inga nya egenskaper hittades
-attributes_popup_delete = Ta bort
-attributes_popup_down = Ned
-attributes_popup_edit = Redigera
-attributes_popup_hide = D\u00f6lj
-attributes_popup_new = Ny egenskap
-attributes_popup_optimal_width = Optimal bredd
-attributes_popup_up = Upp
-attributes_refresh = Uppdatera
-attributes_restricted_attributes_tooltip = Begr\u00e4nsa egenskaper
-attributes_restricted_values_tooltip = Begr\u00e4nsa antal v\u00e4rden f\u00f6r aktuell egenskap
-attributes_restriction = Begr\u00e4nsade egenskaper
-attributes_select_all = Alla
-attributes_select_all_tooltip = Markera / avmarkera alla
-attributes_show = Visa
-attributes_skip_root = Hoppa \u00f6ver rotgren
-attributes_visible = Markerad synlig
-attributes_visible_tooltip = Markerad synlig
-automatically_save_message = Tankekartan sparades automatiskt (med filnamnet {0}) ...
-AutomaticEdgeColorHookAction.text = Kantf?rg Auto
-AutomaticLayoutAction.text = Format Auto
-AutomaticLayoutAction.tooltip = <html>Ordnar layouten p\u00e5 tankekartan. <br>Den f\u00f6rsta niv\u00e5n \u00e4r svart, den andra \u00e4r bl\u00e5, etc.</html>
-BackAction.text = Backa
-BackAction.tooltip = G\u00e5r bak\u00e5t i historiken p\u00e5 valda grenar
-background = Bakgrund
-bitmaps = Bitmap-bilder
-black = Svart 
-BlinkingNodeHookAction.text = Blinkande gren
-BlinkingNodeHookAction.tooltip = <html>Detta g\u00f6r s\u00e5 att grenen blinkar. Var f\u00f6rsiktig.<br> Anv\u00e4nd inte i f\u00f6r m\u00e5nga grenar, och <strong> inte med andra auto format p\u00e5 samma gren</strong></html>
-blue = Bl? 
-BoldAction.text = Fet
-boldify_branch = G\u00f6r fetare
-branch = F\u00f6rgrening
-browse = Bl\u00e4ddra...
-can_not_connect_to_info_server = Kan inte ansluta till info-servern
-can_not_delete_predefined_style = Can not delete predefined style
-can_not_delete_root_style = Can not delete root style
-can_not_delete_style_group = Can not delete style group
-can_not_save_key_set = Kan inte spara snabbtangentsupps\u00e4ttning
-cancel = Avbryt
-CancelAction.text = Avbryt
-cannot_add_parent_diff_parents = Alla grenar m\u00e5ste ha samma basgren f\u00f6r att kunna anv\u00e4nda funktionen.
-cannot_add_parent_to_root = Endast en rotgren till?ts i kartan.
-cannot_delete_root = Rotgrenen kan inte raderas eller klippas ut.
-cannot_join_nodes_with_children = Kan inte f\u00f6rbinda gren med undergren
-cannot_move_to_child = Kan inte flytta gren till egen undergren.
-CenterAction.text = Centrera
-CenterSelectedNodeAction.text = Centrera vald gren
-ChangeConnectorArrowsAction.backward.text = Tllbaka
-ChangeConnectorArrowsAction.both.text = B\u00e5da
-ChangeConnectorArrowsAction.forward.text = Fram\u00e5t
-ChangeConnectorArrowsAction.none.text = Ingen
-ChangeConnectorArrowsAction.text = \u00c4ndra f\u00f6rbindelsens pilar
-ChangeNodeLevelLeftsAction.text = Gren till v\u00e4nster
-ChangeNodeLevelLeftsAction.tooltip = P\u00e5 v\u00e4nster sida om rotgrenen flyttas grenar ned\u00e5t.<br> Blir undergren till ovanliggande syskongren. P\u00e5 h\u00f6ger sida om rotgrenen flyttas gren upp\u00e5t.<br> Direkt p\u00e5 rotgrenen byter grenarna sida.
-ChangeNodeLevelRightsAction.text = Gren till h\u00f6ger
-ChangeNodeLevelRightsAction.tooltip = P\u00e5 h\u00f6ger sida om rotgrenen flyttas grenar ned\u00e5t.<br> Blir undergren till ovanliggande syskongren.<br> P\u00e5 v\u00e4nster sida om rotgrenen flyttas grenar upp\u00e5t.<br> Direkt p\u00e5 rotgrenen byter grenarna sida.
-choose_background_color = V\u00e4lj bakgrundsf\u00e4rg:
-choose_cloud_color = V\u00e4lj moln f\u00e4rg:
-choose_edge_color = V\u00e4lj kantlinje f\u00e4rg
-choose_map_background_color = V\u00e4lj kart bakgrundsf\u00e4rg
-choose_node_background_color = V\u00e4lj gren bakgrundsf\u00e4rg:
-choose_node_color = V\u00e4lj gren f\u00e4rg:
-CloseAction.text = St\u00e4ng
-CloudAction.text = Moln
-CloudColorAction.text = Moln f\u00e4rg
-CloudShapeAction.ARC.text = Rundad
-CloudShapeAction.RECT.text = Rektangel
-CloudShapeAction.ROUND_RECT.text = Rundad Rektangel
-CloudShapeAction.STAR.text = Taggig
-ColorProperty.ResetColor = \u00c5ngra f\u00e4rg
-combined = Kombinerad
-condition = Villkor
-confirmation = Bekr\u00e4ftelse
-connector = F\u00f6rbindelse
-connector_label = Etikett p\u00e5 f\u00f6rbindelse
-ConnectorColorAction.text = F\u00e4rg p\u00e5 f\u00f6rbindelse...
-CopyAction.text = Kopiera
-CopyIDAction.text = Kopiera gren-ID
-CopyMapStylesAction.text = Kopiera kartstil fr\u00e5n...
-CopySingleAction.text = Kopiera enskild
-corrupt_map = Inneh\u00e5llet i kartan \u00e4r korrupt
-CreateConjunctConditionAction.text = Och
-CreateDisjunctConditionAction.text = Eller
-CreateNotSatisfiedConditionAction.text = Ej
-CreationModificationPluginAction.text = Visa f\u00f6r\u00e4ndrings tidpunkt
-CreationModificationPluginAction.tooltip = <html>Denna funktionen h\u00e5ller reda p\u00e5 n\u00e4r grenen skapades och f\u00f6r\u00e4ndrades.</html>
-current_dir = Kartor
-CutAction.text = Klipp ut
-decrease_branch_font_size = Minska teckensnitt
-DecreaseNodeFontAction.text = Minska teckensnitt
-default = Standard
-DefaultColorAction.text = Standard f?rg 
-delete = Ta bort
-delete_child = Ta bort gren
-DeleteAction.text = Ta bort gren
-DeleteConditionAction.text = Ta bort
-DeleteDetailsAction.text = Ta bort grenens extrainformation
-DeleteLevelStyleAction.text = Ta bort automatiska mallar
-DeleteStyleAction.text = Ta bort mall
-DeleteUserStyleAction.text = Ta bort egen mall
-DirectHtmlFlavorHandler = HTML som en enda gren
-DocumentationAction.text = Dokumentation
-down = Ner
-download = H?mta
-dropped_file_error = Kan inte \u00f6ppna filen. Anledning: {0}
-edge = Kantlinje
-edge_is_formatted_by_style = Kantformat kontrolleras fr?n mall. Redigera mallen f?r att ?ndra. 
-edge_style = Kantlinjens format
-edge_width = Kantlinjens bredd
-EdgeColorAction.text = F\u00e4rg p\u00e5 kantlinje...
-EdgeStyleAction.bezier.text = Bezier
-EdgeStyleAction.hide_edge.text = D\u00f6lj kanten
-EdgeStyleAction.horizontal.text = Horisontell
-EdgeStyleAction.linear.text = Linj\u00e4r
-EdgeStyleAction.sharp_bezier.text = Skarp Bezier
-EdgeStyleAction.sharp_linear.text = Skarp Linj\u00e4r
-EdgeStyleAsParentAction.text = F\u00f6r\u00e4lder
-EdgeWidthAction_width_parent.text = F\u00f6r\u00e4lder
-EdgeWidthAction_width_thin.text = Tunn
-edit = Redigera
-edit.decision = HTML-redigerare
-edit.edit_rich_text = Anv\u00e4nd fetstil,kursiv format?
-edit_details = Redigera grenens extrainformation
-edit_link_manually = Redigera hyperl\u00e4nk manuellt...
-edit_long_node = Redigera gren ut\u00f6kat textformat
-edit_middle_label = Etikett
-edit_source_label = Etikett vid starten
-edit_target_label = Etikett vid slutet
-EditAction.text = Redigera gren
-EditAttributesAction.text = Redigera egenskaper
-EditDetailsAction.text = Redigera grenens extrainformation
-EditFilterAction.text = Redigera
-EditLongAction.text = Redigera gren ut\u00f6kat textformat
-EditStylesAction.text = Redigera mall
-EncryptedMap.text = Ny krypterad tankekarta...
-EncryptedMap.tooltip = Skapa en ny krypterad tankekarta
-enter_base_url = Jag kommer att klistra in relativa l\u00e4nkar. Skriv in bas-URL.
-enter_confirms = Enter bekr\u00e4ftar
-enter_keyset_name = Ange ett namn f\u00f6r snabbtangentsupps\u00e4ttningen
-enter_new_style_name = Ange nytt mall namn
-EnterPassword.text = V\u00e4xla mellan krypterad/okrypterad
-error = Fel
-error_applying_template = Fel vid anv\u00e4ndning av XSL mall.
-error_creating_directory = Kan inte skapa mapp f\u00f6r export.
-ExecuteScriptError.text = Fel vid skriptk\u00f6rningen.\nSe loggfilen f\u00f6r detaljer.
-ExecuteScriptForAllNodes.text = K\u00f6r alla skript
-ExecuteScriptForSelectionAction.text = K\u00f6r valda grenars skript
-ExecuteScriptOnSelectedNode.text = K\u00f6r {0} p\u00e5 alla valda grenar
-ExecuteScriptOnSelectedNodeRecursively.text = K\u00f6r rekursivt {0} p\u00e5 valda grenar
-ExecuteScriptOnSingleNode.text = K\u00f6r {0}\u00a0p\u00e5 vald gren
-ExecuteScripts.noScriptsAvailable = Inga
-ExecuteScripts.text = Skript
-export_failed = Exporten misslyckades
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-export_using_xslt = Exportera med XSLT
-ExportAction.text = &Exportera
-ExportBranchAction.text = Gren som ny karta...
-ExportBranchToHTMLAction.text = Gren som HTML
-exported_file = {0} fil
-ExportPdf.text = Som PDF...
-ExportSvg.text = Som SVG...
-ExportToHTMLAction.text = Som HTML
-ExportToImage.jpg.text = Som JPEG...
-ExportToImage.png.text = Som PNG...
-ExportToOoWriter.text = Som Open Office Writer dokument...
-extension_menu = Mallar
-ExtractLinkFromTextAction.text = Ny hyperl\u00e4nk fr\u00e5n grentext
-ExtractLinkFromTextAction.tooltip = Skapar en l\u00e4nk om text liknande hyperl\u00e4nk finns i grentexten
-f_button_unassigned = <inget>
-FaqOpenURLAction.text = FAQ
-file = Arkiv
-file_already_exists = Filen {0} finns redan. Skriv \u00f6ver filen?
-file_not_found = Filen {0} hittades inte
-FileListFlavorHandler = L\u00e4nkar till filer
-filter = Filtrera
-filter_add = L\u00e4gg till
-filter_and = Och
-filter_conditions = Filter
-filter_contains = Inneh\u00e5ller
-filter_created_after = Skapad efter
-filter_created_before = Skapad f\u00f6re
-filter_delete = Ta bort
-filter_details = Visa grenens extrainformation
-filter_dialog = Kombinera filter
-filter_does_not_exist = Saknas
-filter_edit_description = Redigera filterlista
-filter_enter_value = Fyll i v\u00e4rde
-filter_even_level = Udda gren niv\u00e5er
-filter_exist = Finns
-filter_icon = Ikon
-filter_is_equal_to = \u00c4r lika med
-filter_is_not_equal_to = \u00c4r inte lika med
-filter_leaf = Grenl\u00f6v
-filter_link = Hyperl\u00e4nk
-filter_match_case = Skilj p? versaler/gemena
-filter_modified_after = \u00c4ndrad efter
-filter_modified_before = \u00c4ndrad innan
-filter_no_filtering = Ingen filtrering
-filter_node = Grentext
-filter_node_level = Gren niv\u00e5
-filter_not = I&nte
-filter_note = Anteckning
-filter_odd_level = J\u00e4mna gren niv\u00e5er
-filter_or = Eller
-filter_parent = F\u00f6r\u00e4ldratext
-filter_periodic_level = Periodisk
-filter_priority = Prioritet
-filter_regexp_matches = Matchar regulj\u00e4rt uttryck (regexp)
-filter_root = Rotgren
-filter_select = Markera
-filter_selected_node_view = Markerade grenar
-filter_selected_node_view_snapshot = Sparad markering
-filter_style = Utseende
-filter_time = Datum
-filters_not_loaded = Filter kan inte \u00f6ppnas, filen \u00e4r felaktig
-find_what = S\u00f6k efter
-FindAction.text = S\u00f6k...
-fit_map_to_page = Passa in p\u00e5 en sida
-fit_map_to_page_height = Anpassa h\u00f6jden till en sida
-fit_map_to_page_width = Anpassa bredden till en sida
-FitToPage.text = Zooma f\u00f6r passa in i aktuell sida
-FitToPage.tooltip = Justerar zoomningen till att passa in i aktuellt f\u00f6nster.
-fold = D\u00f6lj grenar
-FoldAllAction.text = D\u00f6lj alla
-FoldAllAction.tooltip = <html>D\u00f6lj markerade grenar och alla undergrenar.</html>
-FoldOneLevelAction.text = D\u00f6lj en niv\u00e5
-FoldOneLevelAction.tooltip = <html>D\u00f6lj markerade grenar en niv\u00e5.</html>
-follow_graphical_link = G\u00e5 till:
-FollowLinkAction.text = \u00d6ppna hyperl\u00e4nk:
-font = Teckensnitt
-FontFamilyAction.text = Teckensnitt
-FontSizeAction.text = Teckenstorlek
-format_menu_cloud_shapes = Moln 
-format_menu_edge_styles = Kantstil
-format_menu_edge_widths = Kantbredd
-FormatCopy.text = Kopiera format
-FormatCopy.tooltip = <html>Kopierar grenens format.</html>
-FormatPaste.text = Klistra in format
-FormatPaste.tooltip = <html>Klistrar in grenens format.</html>
-formula.error.attributeValueIsNull = Egenskapsv\u00e4rde ''{0}'' \u00e4r tomt efter utv\u00e4rdering.
-formula.error.circularReference = Circular reference: The formula in node ''{0}'' references itself.
-formula.EvaluateAllAction.text = Utv\u00e4rdera alla
-formula.EvaluateAllAction.tooltip = Utv\u00e4rdera all formler i kartan
-formula.menuname = Formler
-formula_editor = Redigera formel
-ForwardAction.text = Fram\u00e5t
-ForwardAction.tooltip = Hoppar fram\u00e5t i markeringshistoriken
-Freeplane.progress.buildScreen = L?ser in sk\u00e4rmbild...
-Freeplane.progress.createController = Ny kontroll\u00f6r...
-Freeplane.progress.createInitialMode = Ny anv\u00e4ndars\u00e4tt...
-Freeplane.progress.endStartup = Avslutar uppstart.
-Freeplane.progress.gettingPreferenceDirectories = H\u00e4mtar katalog f\u00f6r inst\u00e4llningar...
-Freeplane.progress.gettingPreferences = L?s inst\u00e4llningar...
-Freeplane.progress.loadMaps = L?s in kartor...
-Freeplane.progress.propagateLookAndFeel = Nytt gr\u00e4nssnitt...
-Freeplane.progress.settingPreferences = Nya inst\u00e4llningar...
-Freeplane.progress.startCreateController = Starta kontroll\u00f6r...
-Freeplane.progress.updateLookAndFeel = Uppdatera gr\u00e4nssnitt
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = Hj\u00e4lp...
-FreeplaneHelpStarter.tooltip = Freeplane ut\u00f6kad hj\u00e4lp
-GotoLinkNodeAction.text = G\u00e5 till l\u00e4nk
-GrabKeyDialog.common.cancel = Avbryt
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Anv\u00e4nd till 
-GrabKeyDialog.grab-key.assigned-to.none = F\u00f6rn\u00e4rvarande inte anv\u00e4nd
-GrabKeyDialog.grab-key.clear = Ta bort
-GrabKeyDialog.grab-key.remove = Ta bort
-GrabKeyDialog.grab-key.remove-ask = OK, ta bort tangentkombination?
-GrabKeyDialog.grab-key.title = Mata in ny tangent
-green = Gr?n 
-help = Hj\u00e4lp
-HideableAction.tooltip = <html>Markerar bakgrunden f\u00f6r varje modifierad gren </html>
-HideAllAttributesAction.text = D\u00f6lj alla egenskaper
-HierarchicalIconsAction.text = Visa ikonerna rangordnade
-HierarchicalIconsAction.tooltip = Om en av grenarna har en ikon, visas ikonen i mindre format.
-hot_keys = Snabbtangenter
-hot_keys_table = Snabbtangentstabell
-HotKeyInfoAction.text = Snabbtangenter
-html_export_based_on_headings = HTML Export - Baserad p\u00e5 Rubriker
-html_export_fold_all = HTML Export - D\u00f6lj alla
-html_export_fold_currently_folded = HTML Export - D\u00f6lj nuvarande dolda f\u00f6rgreningar
-html_export_no_folding = HTML Export - Visa alla
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_attach = Bilaga
-icon_back = Tillbaka
-icon_bee = Freeplane
-icon_bell = Kom ih\u00e5g
-icon_bookmark = Utm\u00e4rkt
-icon_broken-line = Trasig
-icon_button_cancel = Avbryt
-icon_button_ok = OK
-icon_calendar = Datum
-icon_clanbomber = Varning
-icon_clock = Tid
-icon_clock2 = P\u00e5minn
-icon_closed = St?ngd
-icon_decrypted = Uppl\u00e5st
-icon_desktop_new = Kom ih?g
-icon_down = Ned
-icon_edit = Redigera
-icon_encrypted = L\u00e5st
-icon_family = Familj
-icon_fema = Par
-icon_female1 = Kvinna1
-icon_female2 = Kvinna2
-icon_females = Kvinnor
-icon_flag = Flagga
-icon_flag-black = Svart flagga
-icon_flag-blue = Bl\u00e5 flagga
-icon_flag-green = Gr\u00f6n flagga
-icon_flag-orange = Orange flagga
-icon_flag-pink = Rosa flagga
-icon_flag-yellow = Gul flagga
-icon_folder = Katalog
-icon_forward = Fram\u00e5t
-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\u00f6nt ljus
-icon_gohome = Hem
-icon_group = Grupp
-icon_help = Fr\u00e5ga
-icon_hourglass = V\u00e4nta
-icon_icon_not_found = Ikon sakans
-icon_idea = Id\u00e9
-icon_info = Info
-icon_kaddressbook = Telefon
-icon_kmail = E-post
-icon_knotify = Musik
-icon_korn = Brevl\u00e5da
-icon_ksmiletris = Glad
-icon_launch = Lyft
-icon_licq = Bra
-icon_list = Lista
-icon_Mail = Post
-icon_male1 = Man1
-icon_male2 = Man2
-icon_males = M\u00e4n
-icon_menu = Ikoner
-icon_messagebox_warning = ?tg?rda
-icon_negative = Negativ
-icon_neutral = Neutral
-icon_password = L\u00f6senord
-icon_pencil = F\u00f6rb\u00e4ttra
-icon_penguin = Linux
-icon_positive = Positiv
-icon_prepare = Gult ljus
-icon_smiley-angry = Arg
-icon_smiley-neutral = Neutral
-icon_smiley-oh = \u00d6verraskad
-icon_smily_bad = Ledsen
-icon_stop = Stopp
-icon_stop-sign = Stopp
-icon_up = Upp
-icon_user_icon = Egna ikoner
-icon_very_negative = Mer negativ
-icon_very_positive = Mer positiv
-icon_wizard = Trollbind
-icon_xmag = Diskutera
-icon_yes = Notera
-IconGroupPopupAction.arrows.text = Pilar
-IconGroupPopupAction.docs_folders.text = Dokument
-IconGroupPopupAction.flags.text = Flaggor
-IconGroupPopupAction.miscellaneous.text = Diverse
-IconGroupPopupAction.nature.text = Natur
-IconGroupPopupAction.numbers.text = Siffror
-IconGroupPopupAction.office.text = Kontor
-IconGroupPopupAction.people.text = Personer
-IconGroupPopupAction.rating.text = Omd\u00f6me
-IconGroupPopupAction.signs.text = Symboler
-IconGroupPopupAction.smiley.text = Smileys
-IconGroupPopupAction.time.text = Tid
-IconGroupPopupAction.user.text = Egna ikoner
-IconSelectionPlugin.text = V\u00e4lj ikon...
-IconSelectionPlugin.tooltip = <html>V\u00e4lj ikon genom att anv\u00e4nda ett nytt f\u00f6nster.</html>
-import = Importera
-import_linked_branch_no_link = Den valda grenen har ingen l\u00e4nk att importera fr\u00e5n.
-ImportAction.text = Importera
-ImportBranchAction.text = F\u00f6rgrening...
-ImportExplorerFavoritesAction.text = Explorer favoriter...
-ImportFolderStructureAction.text = Mappstruktur...
-ImportLinkedBranchAction.text = L\u00e4nkad f\u00f6rgrening
-ImportLinkedBranchWithoutRootAction.text = (L\u00e4nkad f\u00f6rgrening) utan centrum...
-ImportMindmanagerFiles.text = MindManager X5 tankekarta...
-increase_branch_font_size = \u00d6ka teckensnitt
-IncreaseNodeFontAction.text = \u00d6ka teckensnitt
-invalid_uri = Ogiltig URI: {0}
-invalid_url = Kan inte skapa giltig URL
-invalid_url_msg = Kan inte skapa giltig URL f\u00f6r {0}
-ItalicAction.text = Kursiv
-italicise_branch = Kursiv
-java_version = Java-version: {0}
-JoinNodesAction.text = Ny grenf?rbindelse
-less_than_two_selected_nodes = Markera minst tv\u00e5 grenar f\u00f6r att skapa f?rbindelse/l?nk.
-license = Licens
-link_error = L\u00e4nken "{0}" \u00e4r inkorrekt och l?stes inte in
-link_not_available_any_more = L\u00e4nken ogiltig. Gren borttagen.
-link_not_found = L\u00e4nk {0} saknas.
-load = ?ppna
-LoadAcceleratorPresetsAction.textPatterns.text = Text mallar
-locking_failed_by_open = L\u00e5sningen av tankekartan {0} misslyckades. \u00d6ppnas enbart med l\u00e4sr\u00e4ttighet.
-locking_failed_by_save_as = L\u00e5sningen av kartan {0} misslyckades. "Spara som" avbr\u00f6ts.
-locking_old_lock_removed = Tankekartan {0} \u00e4r l\u00e5st av anv\u00e4ndaren {1}.\n L\u00e5set har tagits bort, pga att det \u00e4r f\u00f6r gammalt..
-long_node_changed_cancel = Grenen f\u00f6r\u00e4ndrad. Ta bort \u00e4ndringen?
-long_node_changed_submit = Grenen f\u00f6r\u00e4ndrad. Spara f\u00f6r\u00e4ndringen?
-lots_of_links_warning = Flera l?nkar till samma gren. Skapa alla l\u00e4nkarna?
-main_resource_directory = Katalog: {0}
-MainView.errorUpdateText = Fel vid uppdatering av texten f\u00f6r f\u00f6ljande indata: {0}.\nFelet var: {1}
-ManageConditionalStylesAction.text = Villkorsstyrd mall
-map_already_exists = Tankekarta finns redan. Ers\u00e4tt tankekarta?
-map_corrupted = Tankekartan felaktig. Visa info?
-map_locked_by_open = Tankekartan {0} redigeras av anv\u00e4ndaren {1}. \u00d6ppnas enbart med l\u00e4sr\u00e4ttigheter.
-map_locked_by_save_as = Tankekartan {0} redigeras av anv\u00e4ndaren {1}. Spara som... ignoreras.
-map_not_saved = Tankekartan sparades inte f\u00f6rut.
-MapBackgroundColorAction.text = Bakgrund
-MaxNodeWidthAction.text = S\u00e4tt maximal grenbredd
-menu_attributes = Egenskaper
-menu_extras = Verk&tyg
-menu_file_import = I&mportera
-menu_filter = F&ilter
-menu_format = Format
-menu_insert = Infoga
-menu_navigate = Navigera
-menu_view = Visa
-mindmap = Tankekarta
-MindMapNodesFlavorHandler = Grenhierarki
-mindmaps = Tankekartor
-mindmaps_desc = Tankekartor (*.mm)
-mindmaps_filter_desc = Filter (*.mmfilter)
-mode_Browse = Bl\u00e4ddringsl\u00e4ge
-mode_File = Fill\u00e4ge
-mode_MindMap = Kartl\u00e4ge
-mode_na = Arbetss\u00e4ttet inte tillg\u00e4ngligt
-mode_status = Arbetss\u00e4ttet \u00e4ndrat till {0} arbetss\u00e4tt
-mode_title = Freeplane - {0} arbetss\u00e4tt
-modes = Arbetss\u00e4tt
-ModesMenuAction.Browse.text = Kartbl\u00e4ddrare
-ModesMenuAction.File.text = Filbl\u00e4ddrare
-ModesMenuAction.MindMap.text = Redigeringsl\u00e4ge
-most_recent_files = Senast anv\u00e4nda filer
-MoveToRootAction.text = Hoppa till rotgren
-NavigationNextMapAction.text = N\u00e4sta karta
-NavigationPreviousMapAction.text = F\u00f6reg\u00e5ende tankekarta
-new = &Ny
-new_map_from_user_templates.text = ?ppna mall ...
-new_mindmap = Ny tankekarta
-new_node = Ny gren
-new_node_as_sibling_not_possible_for_the_root = Ny syskongren inte m\u00f6jlig fr?n rotgren,
-new_version_available = Ny version ''{0}'' tillg\u00e4nglig
-NewChildAction.text = Ny undergren
-NewerFileRevisionsFoundDialog.cancel = Hoppa \u00f6ver
-NewerFileRevisionsFoundDialog.cancel.tooltip = \u00c6ppna inte denna fil
-NewerFileRevisionsFoundDialog.file_last_modified = Tid
-NewerFileRevisionsFoundDialog.file_name = Fil
-NewerFileRevisionsFoundDialog.file_size = Bytes
-NewerFileRevisionsFoundDialog.open = \u00c6ppna
-NewerFileRevisionsFoundDialog.open.tooltip = \u00c6ppna filen \u00e4ven om den \u00e4r inaktuell
-NewerFileRevisionsFoundDialog.question = Found newer revisions of {0}!\nDo you want to open {0} (see first row) nevertheless?\nTo replace {0} by an auto save file from the list\nselect it and click on ''Restore''.
-NewerFileRevisionsFoundDialog.restore = \u00c5terst\u00e4ll
-NewerFileRevisionsFoundDialog.restore.tooltip = Ersatt {0} av {1}
-NewerFileRevisionsFoundDialog.title = Nyare fil finns!
-NewLevelStyleAction.text = L\u00e4gg till automatiskt niv\u00e5mall
-NewMapAction.text = Ny
-NewMapViewAction.text = Ny kartvy
-NewParentNode.text = Ny F\u00f6r\u00e4ldragren
-NewParentNode.tooltip = <html>Markerad gren med alla undergrenar kopplas till nya grundgren.</html>
-NewPreviousSiblingAction.text = Ny syskongren ovanf\u00f6r
-NewSiblingAction.text = Ny syskongren
-NewUserStyleAction.text = Ny mall fr?n markerad
-NextNodeAction.BACK.text = F\u00f6reg\u00e5ende gren
-NextNodeAction.BACK_N_FOLD.text = F\u00f6reg\u00e5ende gren (d\u00f6lj)
-NextNodeAction.FORWARD.text = N\u00e4sta gren
-NextNodeAction.FORWARD_N_FOLD.text = N\u00e4sta gren (d\u00f6lj)
-no = Nej
-no_format_copy_before_format_paste = Inget format kopierat f?r inklistring.
-no_found_from = <html> Ingen <b>"{0}"</b>  hittades fr\u00e5n <b>"{1}"</b>.
-no_more_found_from = <html> Inga fler <b>"{0}"</b>  hittades fr\u00e5n <b>"{1}"</b>
-no_previous_find = Ingen f\u00f6reg\u00e5ende tr\u00e4ff.
-node = Gren
-node_changed_discard_changes = Grenen f\u00f6r\u00e4ndrad. Ta bort \u00e4ndringen?
-node_is_write_protected = M\u00e5lgrenen \u00e4r skrivskyddad.
-node_location_help = Drag f\u00f6r att flytta grenen, CTRL+drag \u00e4ndrar avst\u00e5nd, dubbelklick \u00e5terst\u00e4ller.
-NodeBackgroundColorAction.text = Gren bakgrundsf\u00e4rg...
-NodeColorAction.text = Grenf\u00e4rg...
-NodeColorBlendAction.text = Blanda f\u00e4rg
-NodeDownAction.text = Gren ned\u00e5t
-NodeListAction.text = S\u00f6k och Ers\u00e4tt...
-NodeListAction.tooltip = Visar alla grenar i en s\u00f6kbar lista med filteregenskaper.
-NodeShapeAction.bubble.text = Bubbla
-NodeShapeAction.fork.text = Enkel
-NodeUpAction.text = Gren upp\u00e5t
-nonboldify_branch = Ta bort fetstil
-nonitalicise_branch = Ta bort kursivstil
-normal = Normal
-not_saved_for_image_error = Kartan m\u00e5ste sparas innan bild kan l\u00e4ggas till
-not_saved_for_link_error = Tankekartan m\u00e5ste sparas innan dokument kan l\u00e4nkas.
-note_window_location = Anteckningsf\u00f6nstrets placering
-ok = OK
-OKAction.text = OK
-OpenAction.text = \u00d6ppna...
-OpenFreeplaneSiteAction.text = Freeplanes hemsida
-OpenPathAction.text = \u00c6ppna fil
-option_changes_may_require_restart = Starta om Freeplane f?r att aktivera nya inst\u00e4llningarna
-OptionalDontShowMeAgainDialog.cancel = &Nej
-OptionalDontShowMeAgainDialog.dontShowAgain = &Fr\u00e5ga inte igen.
-OptionalDontShowMeAgainDialog.ok = &Ja
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Kom ih\u00e5g mitt val.
-OptionPanel.absolute = Absolut
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Automatiskt formatmall
-OptionPanel.always_fold_all_after_load = d\u00f6lj alla
-OptionPanel.always_load_last_maps = L?s in senaste anv?nda kartor och ?ppna en ny vid start
-OptionPanel.always_load_last_maps.tooltip = \u00d6ppna senaste kartor enligt inst\u00e4llningarna ovan, \u00e4ven om Freeplane startas genom en fil.
-OptionPanel.always_save_folding = Alltid
-OptionPanel.always_save_folding_state = Spara alltid status (visad/dold) p\u00e5 grenar
-OptionPanel.always_save_folding_state.tooltip = Varje status \u00e4ndring r\u00e4knas som en ?ndring, p\u00e5minnelse att spara visas vid avslut.
-OptionPanel.always_unfold_all_after_load = Visa alla
-OptionPanel.antialias = Kantutj\u00e4mning
-OptionPanel.antialias.tooltip = <html>Tar reda p\u00e5 tankekartans kvalitet. Mer kantutj\u00e4mning tar l\u00e4ngre tid.</html>
-OptionPanel.antialias_all = J\u00e4mna ut alla
-OptionPanel.antialias_edges = J\u00e4mna ut kanter
-OptionPanel.antialias_none = Ingen kantutj\u00e4mning
-OptionPanel.Appearance = Format
-OptionPanel.ar = Ar
-OptionPanel.ARC = Rundad
-OptionPanel.as_parent = F\u00f6r\u00e4lder
-OptionPanel.ask = Fr\u00e5ga
-OptionPanel.automatic = Automatisk
-OptionPanel.automaticFormat_level = Auto format
-OptionPanel.automaticFormat_level1 = Format rotgren
-OptionPanel.automaticFormat_level2 = 1:a Niv\u00e5 : Grenformat
-OptionPanel.backup_file_number = Antal sparade s\u00e4kerhetskopior filer
-OptionPanel.Behaviour = Inst\u00e4llningar
-OptionPanel.bezier = Bezier
-OptionPanel.bubble = Bubbla
-OptionPanel.ca = Katalanska
-OptionPanel.Cancel = Avbryt
-OptionPanel.center_selected_node = Centrera valda grenar
-OptionPanel.check_updates_automatically = Leta efter uppdateringar vid start
-OptionPanel.childpattern = Undergrensmall
-OptionPanel.childpattern.tooltip = Den markerade mallen anv\u00e4nds p\u00e5 alla undergrenar.
-OptionPanel.clear_all_setters = Byt alla
-OptionPanel.clear_all_setters.tooltip = Visar eller tar bort alla angivna f\u00f6r\u00e4ndringar.
-OptionPanel.cloud = Moln
-OptionPanel.cloudcolor = Molnf\u00e4rg
-OptionPanel.cloudshape = Moln mall
-OptionPanel.combined = Kombinerad
-OptionPanel.convert_to_current_version = <html>Konvertera automatiskt \u00e4ldre Freeplane-kartor <br>till den senaste versionen?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Enbart f\u00f6r v\u00e4ldigt stora kartor som inte beh\u00f6ver konverteras</html>
-OptionPanel.cs = Tjeckiska
-OptionPanel.cut_nodes_without_question = Klipp ut grenar utan bekr\u00e4ftelse?
-OptionPanel.cut_nodes_without_question.tooltip = Klipper ut grenar utan att fr\u00e5ga, kan leda till dataf\u00f6rlust vid oavsiktlig utklippning.
-OptionPanel.da = Danska
-OptionPanel.de = Tyska
-OptionPanel.default = Standard
-OptionPanel.default_browser_command_mac = Standard webbl\u00e4sarkommando MAC
-OptionPanel.default_browser_command_mac.tooltip = <html> och MAC: (tack till Nick!)</html>
-OptionPanel.default_browser_command_other_os = Standard webbl\u00e4sarkommando andra OS
-OptionPanel.default_browser_command_other_os.tooltip = <html> Detta \u00e4r typiskt f\u00f6r Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Standard webbl\u00e4sarkommando Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>F\u00f6r Windows ( "" m\u00e5ste anv\u00e4ndas vid l\u00e4nkar, som har "=" i sina URL).</html>
-OptionPanel.default_browser_command_windows_nt = Standard webbl\u00e4sarkommando Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>F\u00f6r Windows ( "" m\u00e5ste anv\u00e4ndas vid l\u00e4nkar, som har "=" i sina URL).</html>
-OptionPanel.default_charset = Teckenupps\u00e4ttning
-OptionPanel.Defaults = Standardv\u00e4rden
-OptionPanel.delete_automatic_saves_at_exit = Ta bort autospara vid avslutning
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> Om filerna ska tas bort automatiskt vid normal avslutning av Freeplane ska f\u00f6ljande varibel vara ikryssad (sant)</html>
-OptionPanel.delete_nodes_without_question = Radera grenar utan bekr\u00e4ftelse?
-OptionPanel.delete_nodes_without_question.tooltip = Raderar grenar utan att fr\u00e5ga, kan orsaka dataf\u00f6rlust vid oavsiktlig anv\u00e4ndning.
-OptionPanel.disable_cursor_move_paper = Ta bort mark\u00f6r Flytta karta
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Visa inte 'flytta' mark\u00f6r n\u00e4r kartan flyttas</html>
-OptionPanel.display_node_id = Visa gren-ID
-OptionPanel.edgecolor = Kantf\u00e4rg
-OptionPanel.edgecolor.tooltip = Kantegenskap till huvudgren. Alla undergrenar \u00e4ndras ocks\u00e5.
-OptionPanel.edgestyle = Kantstil
-OptionPanel.edgestyle.tooltip = Kantegenskap till huvudgren. Alla undergrenar \u00e4ndras ocks\u00e5.
-OptionPanel.edgewidth = Kantbredd
-OptionPanel.edgewidth.tooltip = Kantegenskap till huvudgren. Alla undergrenar \u00e4ndras ocks\u00e5.
-OptionPanel.editor_extra_width = Extravidd: Steg
-OptionPanel.el = Grekiska
-OptionPanel.el__buttons_above = Knappar upptill
-OptionPanel.el__enter_confirms_by_default = Enter bekr\u00e4ftar som standard
-OptionPanel.el__max_default_window_height = Max f\u00f6nster h\u00f6jd
-OptionPanel.el__max_default_window_width = Max f\u00f6nster bredd
-OptionPanel.el__min_default_window_height = Min f\u00f6nster h\u00f6jd
-OptionPanel.el__min_default_window_width = Min f\u00f6nster bredd
-OptionPanel.el__position_window_below_node = F\u00f6nsterplacering under gren
-OptionPanel.en = En
-OptionPanel.Environment = Programinst?llningar
-OptionPanel.es = Es
-OptionPanel.et = Estniska
-OptionPanel.execute_scripts_without_asking = Ska skript k\u00f6ras utan bekr\u00e4ftelse?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Freeplane-skrip kan i princip utf\u00f6ra vad som helst p\u00e5 datorn. <br>S\u00e5deles,<br> k\u00f6r inte skript som kan vara os?kra.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Till\u00e5t k\u00f6rning av andra program (INTE rekommenderat)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>If your Groovy Scripts need to execute special other applications (like a browser) without asking(!),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Till\u00e5t filoperationer (INTE rekommenderat)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>If your Groovy Scripts need to execute special file actions (open, close, read, write, delete(!)),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Till\u00e5t n\u00e4tverksoperationer (INTE rekommenderat)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>If your Groovy Scripts need to execute special network actions,<br>you have to enable this option. <br>But use it with care, as now malicious scripts can disclosure your secrets!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Till?t Fil?ndringar (INTE rekommenderat) 
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>Om Groovy Skcript beh?ver skriv r?ttigheter(Skriva,ta bort fil ),<br>aktivera detta val. <br>Normalt tillsammans med l?s r?ttigheter.<br>Anv?nds med f?rsiktighet d? d?liga skript kan skada lagrat data</body></html> 
-OptionPanel.experimental_file_locking_on = Experimentell fill\u00e5sning
-OptionPanel.experimental_file_locking_on.tooltip = <html> Experimentell f\u00f6rekomst</html>
-OptionPanel.export_icons_in_html = Exportera ikoner till HTML
-OptionPanel.export_icons_in_html.tooltip = <html> Ber\u00e4ttar f\u00f6r HTML exporterad fr\u00e5n Freeplane att ikoner ska f\u00f6lja med.<br> Problemet med ikoner \u00e4r att l\u00e4nkar till ikonerna ganska ofta inte hittas i exporterade HTML-koden.</html>
-OptionPanel.Files = Arkiv
-OptionPanel.first = F\u00f6rst
-OptionPanel.foldingsymbolwidth = D\u00f6lj symbolbredd
-OptionPanel.foldingsymbolwidth.tooltip = <html>Bredd p\u00e5 mark\u00f6rcirkel (dold gren) </html>
-OptionPanel.fork = F\u00f6rgrening
-OptionPanel.formula_disable_caching = Avaktivera formel cachen
-OptionPanel.fr = Franska
-OptionPanel.gl = Gl
-OptionPanel.goto_note_end_on_edit = Flytta mark\u00f6ren till slutet
-OptionPanel.grid_size = Min. pixlar vid grenflytt
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = D\u00f6lj kanter
-OptionPanel.horizontal = Horisontell
-OptionPanel.hr = Kroatiska
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Baserad p\u00e5 rubriker
-OptionPanel.html_export_fold_all = D\u00f6lj alla
-OptionPanel.html_export_fold_currently_folded = D\u00f6lj aktuell
-OptionPanel.html_export_folding = HTML export 
-OptionPanel.html_export_no_folding = Visa alla
-OptionPanel.hu = Hu
-OptionPanel.icon = Ikon
-OptionPanel.icon.tooltip = Om anv\u00e4nds kommer grenen att f\u00e5 ikonen.
-OptionPanel.icons.list = Lista \u00f6ver visade standardikoner
-OptionPanel.icons.list.tooltip = H\u00e4r kan standardikonerna ordnas eller avaktiveras. Separera ikonerna med ';'.
-OptionPanel.id = Indonesiska
-OptionPanel.il__enter_confirms_by_default = Enter-tryckning bekr\u00e4ftar
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = Tangentdefinitioner
-OptionPanel.ko = Kr
-OptionPanel.label_font_family = Typsnittsfamilj
-OptionPanel.label_font_size = Teckensnittsstorlek
-OptionPanel.language = Spr\u00e5k
-OptionPanel.language.tooltip = <html>Detta \u00e4r spr\u00e5ket som kommer att anv\u00e4ndas i programmet.<br> 'automatisk' f\u00f6rs\u00f6ker att h\u00e4mta nuvarande anv\u00e4ndares spr\u00e5k. </html>
-OptionPanel.last = Sist
-OptionPanel.last_opened_list_length = Senaste filer, visa antal
-OptionPanel.linear = Linj\u00e4r
-OptionPanel.links = L\u00e4nkar
-OptionPanel.links.tooltip = <html>Anv\u00e4nd relativa eller absoluta l\u00e4nkar </html>
-OptionPanel.load_folding = Vid laddning
-OptionPanel.load_folding_from_map_default_fold_all = L?s in fr\u00e5n kartan eller d\u00f6lj alla
-OptionPanel.load_folding_from_map_default_unfold_all = L?s in fr\u00e5n kartan eller visa alla
-OptionPanel.load_last_map = \u00d6ppna senaste tankekartan automatiskt
-OptionPanel.load_last_map.tooltip = <html>N\u00e4r Freeplane startas, h\u00e4mtas senast anv\u00e4nda tankekarta, om markerad.</html>
-OptionPanel.load_last_maps = L?s in kartor fr\u00e5n f\u00f6rra g\u00e5ngen
-OptionPanel.lookandfeel = Utseende
-OptionPanel.lookandfeel.tooltip = <html>Utseenden att anv\u00e4nda. 'metal','windows','motif', 'gtk' finns tillg\u00e4ngliga,<br> 'mac' finns enbart p\u00e5 MacOS. Standard betyder, att standard mall anv\u00e4nds.<br> Egen vy och k\u00e4nsla, skriv in klassbibliotekets namn h\u00e4r och kontrollera att jarfilerna \u00e4r inl\u00e4sta.<br> Om det uppst\u00e5r problem med mallen, v\u00e4lja 'nothing'. Det fungerar med applets.</html>
-OptionPanel.lt = Lt
-OptionPanel.max_displayed_node_count = Max antal visade grenar
-OptionPanel.max_node_width = Maximal grenbredd
-OptionPanel.max_node_width.tooltip = <html>Standard maximal grenbredd i pixels</html>
-OptionPanel.max_shortened_text_length = Max korta grenl\u00e4ngder
-OptionPanel.metal = Metall
-OptionPanel.motif = Motif
-OptionPanel.nb = No
-OptionPanel.never_save_folding = Aldrig
-OptionPanel.nl = Nl
-OptionPanel.nn = Norska (Nynorsk)
-OptionPanel.nodebackgroundcolor = Grenens bakgrundsf\u00e4rg
-OptionPanel.nodebackgroundcolor.tooltip = Grenens bakgrundsf\u00e4rg
-OptionPanel.nodecolor = Grenens f\u00e4rg
-OptionPanel.nodecolor.tooltip = Grenens f\u00e4rg
-OptionPanel.nodefontbold = Fet
-OptionPanel.nodefontitalic = Kursivstil
-OptionPanel.nodefontname = Grenens teckensnitt
-OptionPanel.nodefontsize = Grenens teckensnittsstorlek
-OptionPanel.nodeshape = Grenens stil
-OptionPanel.nodeshape.tooltip = Grenens stil
-OptionPanel.nodetext = Grentext
-OptionPanel.nodetext.tooltip = Grentext
-OptionPanel.nothing = Ingenting
-OptionPanel.number_of_different_files_for_automatic_save = Antal olika filer vid autospara
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> antal n av olika filer att spara tankekartan i.<br> Den f\u00f6rsta filen autosparas f\u00f6rst, osv. till och med n+1-spara som \u00e5terigen sparas i f\u00f6rsta filen (cykel)</html>
-OptionPanel.OK = Spara
-OptionPanel.org.freeplane.plugin.bugreport = Policy
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Skicka alltid
-OptionPanel.org.freeplane.plugin.bugreport.ask = Fr\u00e5ga
-OptionPanel.org.freeplane.plugin.bugreport.denied = Skicka aldrig
-OptionPanel.outline_hgap = Horisontellt avst\u00e5nd
-OptionPanel.outline_vgap = Vertikalt avst\u00e5nd
-OptionPanel.paint_connectors_behind = F\u00f6rbindelse d\u00f6ljs av gren
-OptionPanel.path_property_may_not_be_empty = Path property may not be empty! Change has been reverted.
-OptionPanel.patternname = Namn
-OptionPanel.patternname.tooltip = Unikt mallnamn
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Placera nya f\u00f6rgreningar
-OptionPanel.placenewbranches.tooltip = <html>Var placera nya f\u00f6rgreningar. Godk\u00e4nda v\u00e4rden \u00e4r 'f\u00f6rst' och 'sist' </html>
-OptionPanel.plugin.tooltip = Non-core plugins.
-OptionPanel.plugins = Plugins
-OptionPanel.printonwhitebackground = Vit bakgrund vid utskrift
-OptionPanel.printonwhitebackground.tooltip = Anv\u00e4nd alltid vit bakgrund vid utskrift
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.RECT = Rektangel
-OptionPanel.relative = Relativ
-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 = Anv?nd ut?kat textformat f?r inklistrade grenar
-OptionPanel.remove_notes_without_question = Radera grenar utan att fr\u00e5ga?
-OptionPanel.remove_notes_without_question.tooltip = Raderar omedelbart grenar utan att fr\u00e5ga efter bekr\u00e4ftelse.
-OptionPanel.resources_use_default_font_for_notes_too = Anv\u00e4nd standardtypsnitt \u00e4ven f\u00f6r anteckningar
-OptionPanel.resources_use_margin_top_zero_for_notes = Ta bort \u00f6ver marginalen f\u00f6r anteckningar
-OptionPanel.revision_color = Revideringsf\u00e4rg
-OptionPanel.revision_color.tooltip = Bakgrundsf\u00e4rg f\u00f6r modifierade grenar
-OptionPanel.ROUND_RECT = Rundad Rektangel
-OptionPanel.ru = Ru
-OptionPanel.save_folding = Spara status
-OptionPanel.save_folding_if_map_is_changed = Om kartan \u00e4ndras
-OptionPanel.save_modification_times = Spara tidpunkt f\u00f6r ?ndringen
-OptionPanel.script_classpath = Skript classpath: Katalog inneh?llande klasser och/eller JARs (separera med ;;)
-OptionPanel.script_classpath.tooltip = <html>A list of JARs and/or directories to add to the classpath of scripts and formulas.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Directories will be scanned for JARs and for .class files.<br>Paths that are not absolute are considered relative to the Freeplane user directory.<br>If you set the classpath you have to permit read access too!</html> 
-OptionPanel.script_directories = S\u00f6kv\u00e4g f\u00f6r skript (separera med ;;)
-OptionPanel.script_directories.tooltip = <html>A list of directories.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Paths that are not absolute are considered relative to the Freeplane user directory.</html> 
-OptionPanel.script_user_key_name_for_signing = Option: aliaset till anv?ndarnyckeln f?r signering
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>If you want to sign your scripts, enter the alias of the key here. <br>The key is expected to reside in the default keystore. <br>The password of the key's secret key must coincide with the keystore password (this is the default).</html>
-OptionPanel.scrollbar_increment = Hastighet
-OptionPanel.selection_method = Metod
-OptionPanel.selection_method.tooltip = <html> Hur markeringen av grenar sker.</html>
-OptionPanel.selection_method_by_click = Vid musklick
-OptionPanel.selection_method_delayed = F\u00f6rdr?jd
-OptionPanel.selection_method_direct = Direkt
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Mall
-OptionPanel.separator.anti_alias = Kantutj\u00e4mning
-OptionPanel.separator.attributes = Egenskaper
-OptionPanel.separator.automatic_save = Autospara
-OptionPanel.separator.behaviour = Redigering
-OptionPanel.separator.browser = Webbl\u00e4sare
-OptionPanel.separator.CloudControls = Moln
-OptionPanel.separator.commands_for_the_program = Kommandon f\u00f6r programmet
-OptionPanel.separator.connectors = F\u00f6rbindelser
-OptionPanel.separator.default_colors = Standardf\u00e4rg
-OptionPanel.separator.default_fonts = Standard teckensnitt
-OptionPanel.separator.default_styles = Standardstil
-OptionPanel.separator.EdgeControls = Kanter
-OptionPanel.separator.edit_long_node_window = Redigering: Ut\u00f6kat grenf\u00f6nster
-OptionPanel.separator.editing = Redigeringsinst\u00e4llningar
-OptionPanel.separator.files = Arkiv
-OptionPanel.separator.formula = Formel Plugin
-OptionPanel.separator.General = Allm\u00e4n
-OptionPanel.separator.html_export = Export till Html
-OptionPanel.separator.html_import = Import fr\u00e5n HTML
-OptionPanel.separator.hyperlink_types = Typ av hyperl\u00e4nkar
-OptionPanel.separator.icon_properties = Ikoner
-OptionPanel.separator.icons = Ikoner i "V\u00e4lj ikon..."-menyn
-OptionPanel.separator.initial_map_size = Inledande kartstorlek
-OptionPanel.separator.inline_editor = Grenredigering
-OptionPanel.separator.key_typing = Tangenttryckning
-OptionPanel.separator.language = Spr\u00e5k
-OptionPanel.separator.load = Start
-OptionPanel.separator.look_and_feel = Utseende
-OptionPanel.separator.mouse_wheel = Mushjul
-OptionPanel.separator.new_node_commands = Nya kommandon f\u00f6r grenar
-OptionPanel.separator.node_editing_commands = Kommandon f\u00f6r grenredigering
-OptionPanel.separator.node_navigation_commands = Kommandon f\u00f6r navigering
-OptionPanel.separator.NodeColors = Gren f\u00e4rger
-OptionPanel.separator.NodeFont = Grenteckensnitt
-OptionPanel.separator.NodeShape = Grenform
-OptionPanel.separator.NodeStyle = Grenmall
-OptionPanel.separator.notifications = Bekr\u00e4ftelser
-OptionPanel.separator.org.freeplane.plugin.bugreport = Automatisk felrapport
-OptionPanel.separator.other_defaults = Andra standardv?rden
-OptionPanel.separator.others = Andra nyckelbindningar
-OptionPanel.separator.outline_view = \u00d6versiktsvy
-OptionPanel.separator.patterns = Mall
-OptionPanel.separator.root_node_appearance = Rotgrenformat
-OptionPanel.separator.save = Spara
-OptionPanel.separator.scrollbar = Rullningslist
-OptionPanel.separator.selection_colors = Markeringsf\u00e4rger
-OptionPanel.separator.selection_method = Markering av grenar
-OptionPanel.separator.single_instance_mode = Endast en kopia av programmet startas
-OptionPanel.separator.size_limits = Storleksgr\u00e4ns
-OptionPanel.separator.spelling = Stavningskontroll
-OptionPanel.separator.tooltip = Tips-rutor
-OptionPanel.separator.undo = \u00c5ngra
-OptionPanel.separator.updates = Programuppdateringar
-OptionPanel.set_property_text = \u00c4ndra
-OptionPanel.set_property_text.tooltip = Tom: L?t vara; Markerad = \u00c4ndra egenskaper
-OptionPanel.setscript = \u00c4ndra?
-OptionPanel.setscript.tooltip = A script can be associated to the style.
-OptionPanel.sharp_bezier = Skarp Bezier
-OptionPanel.sharp_linear = Skarp linj\u00e4r
-OptionPanel.show_icon_for_attributes = Visa egenskapsikon
-OptionPanel.show_node_tooltips = Visa verktygsskript f\u00f6r grenar
-OptionPanel.signed_script_are_trusted = Lita p\u00e5 signerade skript (rekommenderas)
-OptionPanel.signed_script_are_trusted.tooltip = If scripts are signed by a trusted party (ie. from the Freeplane's authors or by yourself), it is executed without restrictions.
-OptionPanel.single_backup_directory = F?r backup anv\u00e4nd katalog
-OptionPanel.single_backup_directory.tooltip = <html> If backup and auto save files should be put into a single directory instead of a sub directory in the map's directory</html>
-OptionPanel.single_backup_directory_path = Backup katalog (om ovan vald)
-OptionPanel.single_backup_directory_path.tooltip = <html>Overrides default <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Filer \u00f6ppnas i redan startat program
-OptionPanel.single_instance_force = Starta endast en kopia av programmet
-OptionPanel.sk = Slovakiska
-OptionPanel.sl = Sl
-OptionPanel.spelling_opt_case_sensitive = Versalk\u00e4nslig
-OptionPanel.spelling_opt_ignore_all_caps_words = Ignorera alla ord med enbart versaler
-OptionPanel.spelling_opt_ignore_capitalization = Ignorera ord som b\u00f6rjar med versal
-OptionPanel.spelling_opt_ignore_words_with_numbers = Ingorera ord med siffror i
-OptionPanel.spelling_opt_suggestions_limit_dialog = Antal f\u00f6rslag i f\u00f6nstret
-OptionPanel.spelling_opt_suggestions_limit_menu = Antal f\u00f6rslag i menyn
-OptionPanel.standard_template = Standard mallfil
-OptionPanel.standardbackgroundcolor = Standard bakgrundsf\u00e4rg
-OptionPanel.standardbackgroundcolor.tooltip = <html>Standard bakgrundsf\u00e4rg i htmlkod </html>
-OptionPanel.standardcloudcolor = Standard molnf\u00e4rg
-OptionPanel.standardcloudcolor.tooltip = <html>Standard molnf\u00e4rg i htmlkod </html>
-OptionPanel.standardcloudestyle = Standard molnstil
-OptionPanel.standardcloudestyle.tooltip = <html>Standard molnstil. F\u00f6r n\u00e4rvarande finns enbart 'bezier' tillg\u00e4ngligt</html>
-OptionPanel.standarddrawrectangleforselection = Markera valda grenar med bubblor
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Mark selected nodes by bubble around.</html>
-OptionPanel.standardlinkcolor = Standard l\u00e4nkf\u00e4rg
-OptionPanel.standardlinkcolor.tooltip = <html>Standard l\u00e4nkf\u00e4rg i htmlkod </html>
-OptionPanel.standardlinkestyle = Standard l\u00e4nkstil
-OptionPanel.standardlinkestyle.tooltip = <html>Standard l\u00e4nkstil. F\u00f6r n\u00e4rvarande finns enbart 'bezier' tillg\u00e4ngligt</html>
-OptionPanel.standardselectednodecolor = Standard vald grenf\u00e4rg
-OptionPanel.standardselectednodecolor.tooltip = <html>Standard grenf\u00e4rg om den \u00e4r vald. I htmlkod (#RRGGBB i hexv\u00e4rde) </html>
-OptionPanel.standardselectednoderectanglecolor = F\u00e4rg p\u00e5 markeringsbubbla
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>The color of buble marking selected nodes. In html notation (#RRGGBB in hex values) </html>
-OptionPanel.STAR = Taggig
-OptionPanel.structured_html_import = Importera HTML som grenstruktur
-OptionPanel.structured_icon_toolbar = Strukturera ikonraden
-OptionPanel.sv = Svenska
-OptionPanel.text.use_ctrl_key = Anv\u00e4nd 'Tilldela snabbkommando' fr\u00e5n Verktygs-menyn
-OptionPanel.time_for_automatic_save = Tid f\u00f6r att spara automatiskt
-OptionPanel.time_for_automatic_save.tooltip = <html> tid mellan tv\u00e5 p\u00e5f\u00f6ljande automatiskt sparade filer (i msec):<br> F\u00f6r att ta bort autospara s\u00e4tt v\u00e4rdet till 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Tid f\u00f6r f\u00f6rdr?jd grenmarkering
-OptionPanel.time_for_delayed_selection.tooltip = <html> F\u00f6rdr?jd markeringstid (i msec) av grenar n\u00e4r musen f\u00f6rs \u00f6ver . <br>\u00c4ndra detta v\u00e4rde till 1 f?r direktval n\u00e4r musen f\u00f6rs \u00f6ver.</html>
-OptionPanel.toolTipManager.dismissDelay = Visningstid (ms)
-OptionPanel.toolTipManager.initialDelay = Tid innan visning (ms)
-OptionPanel.toolTipManager.max_tooltip_width = Inforuta bredd
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>Standard inforuta, bredd i pixlar.</html>
-OptionPanel.toolTipManager.reshowDelay = Tid innan \u00e5tervisning (ms)
-OptionPanel.tr = Tr
-OptionPanel.uk_UA = Ukrainska
-OptionPanel.undefined_font = Odefinierat teckensnitt
-OptionPanel.undo_levels = \u00c5ngra niv\u00e5er
-OptionPanel.undo_levels.tooltip = <html>Antal \u00e5ngrasteg som sparas.</html>
-OptionPanel.unfold_on_paste = Visa gren vid inklistring
-OptionPanel.unfold_on_paste.tooltip = Visa gren vid inklistring eller drag-och-sl\u00e4pp
-OptionPanel.use_common_out_point_for_root_node = Kant startar fr\u00e5n en punkt p\u00e5 rotgrenen
-OptionPanel.use_common_out_point_for_root_node.tooltip = Kant startar fr\u00e5n en punkt p\u00e5 rotgrenen
-OptionPanel.use_tabbed_pane = Anv\u00e4nd flikar
-OptionPanel.use_tabbed_pane.tooltip = If selected the maps are displayed in tabs (like in FireFox :-) ).
-OptionPanel.validate_classpath_needs_readaccess = Scripting: When setting the classpath you have to permit read access on files! 
-OptionPanel.validate_write_without_read = Scripting: consider to add Read/File to Write/File. 
-OptionPanel.validation_error = <html><body>Validation error(s):<p><em>{0}</em><p>Please change the preferences to fix the error(s).</body></html> 
-OptionPanel.validation_warning = <html><body>Validation warning(s):<p><em>{0}</em></body></html> 
-OptionPanel.vi = Vietnamesiska
-OptionPanel.wheel_velocity = Hastighet
-OptionPanel.wheel_velocity.tooltip = H\u00f6gre v\u00e4rde ger snabbare respons i tankekartan.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-org.freeplane.plugin.bugreport.agree = Skicka
-org.freeplane.plugin.bugreport.always_agree = Skicka alltid
-org.freeplane.plugin.bugreport.always_deny = Skicka aldrig
-org.freeplane.plugin.bugreport.deny = Skicka inte
-org.freeplane.plugin.bugreport.dialog.title = Automatisk bugrapport
-org.freeplane.plugin.bugreport.freeplane_team = Meddelande fr\u00e5n Freeplane-teamet
-org.freeplane.plugin.bugreport.lastreport = Senaste rapport mottagen
-org.freeplane.plugin.bugreport.never = Fr\u00e5ga aldrig om hj\u00e4lp
-org.freeplane.plugin.bugreport.question = Freeplane has an automatic bug tracking engine.\nNo personal data or map content will ever be transmitted.\nBug reports will help us improve the software.
-org.freeplane.plugin.bugreport.report = Nuvarande rapport
-org.freeplane.plugin.bugreport.wanted_bug = An internal error occurred and was automatically reported.\nWe would like more information in order to reproduce the unexpected behavior.\nPlease help us by submitting a Bug Report to our Mantis bug tracker:\nexplain what you were doing at the time, so that we may reproduce the bug.\n\nPress OK to open the bug tracker page in your web browser.\n\nThank you for your help in making a bug fix possible.\nYour Freeplane Team
-out_of_memory = Slut p\u00e5 minne.
-overwrite_keyset_question = Skriv \u00f6ver nuvarande upps\u00e4ttning?
-PageAction.text = Utskriftsinst\u00e4llningar...
-PasteAction.text = Klistra in
-PatternNewNameProperty = Ny mall
-PatternToString.backgroundColor = Bakgrundsf\u00e4rg
-PatternToString.Child = Stil f\u00f6r barn-gren
-PatternToString.color = F\u00e4rg
-PatternToString.EdgeColor = Kantlinjens f\u00e4rg
-PatternToString.EdgeStyle = Kantlinjens stil
-PatternToString.EdgeWidth = Kantlinjens bredd
-PatternToString.FontBold = Fet
-PatternToString.FontItalic = Kursiv
-PatternToString.FontName = Typsnittsnamn
-PatternToString.Icon = Ikon
-PatternToString.NodeFontSize = Teckensnittstorlek
-periodic_formula = {0} * n + {1}
-plugins/latex/LatexNodeHook.editorTitle = Redigera Latex-kod
-plugins/script_filter = Script Filter {0}
-plugins/script_filter_error = {0} had to return a boolean result on {1} but returned {2}
-plugins/ScriptEditor.cancel = Ignorera \u00e4ndringar och avsluta
-plugins/ScriptEditor.exit = Avsluta
-plugins/ScriptEditor.FORBIDDEN_ACTION = Freeplane 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.
-plugins/ScriptEditor.menu_actions = Kommandon
-plugins/ScriptEditor.new_script = Nytt skript
-plugins/ScriptEditor.run = K\u00f6r
-plugins/ScriptEditor.sign = Signera skript...
-plugins/ScriptEditor/window.Result = Resultat:
-plugins/ScriptEditor/window.title = Skriptredigerare
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Illegal access to the internal API (package {0}). - Please contact the Freeplane team if the scripting API is not powerful enough.
-plugins/TimeList.xml_Created = Skapad
-plugins/TimeList.xml_Date = Datum
-plugins/TimeList.xml_Icons = Ikoner
-plugins/TimeList.xml_Modified = Modifierad
-plugins/TimeList.xml_Notes = Anteckningar
-plugins/TimeList.xml_Text = Text
-plugins/TimeManagement.xml_appendButton = Bifoga datum till markerade grenar
-plugins/TimeManagement.xml_Cancel = Avbryt
-plugins/TimeManagement.xml_cancelButton = Avbryt
-plugins/TimeManagement.xml_closeButton = St\u00e4ng
-plugins/TimeManagement.xml_Export = Exportera markerade grenar
-plugins/TimeManagement.xml_Find = S\u00f6k
-plugins/TimeManagement.xml_Goto = G\u00e5 till
-plugins/TimeManagement.xml_hour = Timme:
-plugins/TimeManagement.xml_menu_actions = Aktion
-plugins/TimeManagement.xml_minute = Minut:
-plugins/TimeManagement.xml_reminderButton = P\u00e5minn vid detta datum
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>N\u00e4r en timer \u00e4r klickad p\u00e5, sker schemal\u00e4ggning till dagens datum.<br> Blinkande ikoner p\u00e5kallar din uppm\u00e4rksamhet.<br> N?r tankekartan st\u00e4ngs, \u00e5teraktiveras timern n\u00e4sta g\u00e5ng tankekartan \u00f6ppnas.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>F\u00f6r n\u00e4rvarande finns det enbart en p\u00e5minnelse per gren. <br>Den aktuella p\u00e5minnelsen \u00e4r schemalagd till {0,date} {0,time}, Valt var {1,date} {1,time}. <br><br>\u00e4ndra grenens p\u00e5minnelstid (Ja) <br>eller beh\u00e5ll den gamla (Nej)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = P\u00e5minnelse {0,date} {0,time}.
-plugins/TimeManagement.xml_removeReminderButton = Ta bort p\u00e5minnelser
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Ta bort alla p\u00e5minnelser fr\u00e5n markerade grenar.
-plugins/TimeManagement.xml_Replace = Ers\u00e4tt
-plugins/TimeManagement.xml_Replace_All = Ers\u00e4tt alla
-plugins/TimeManagement.xml_Replace_Selected = Ers\u00e4tt markerade
-plugins/TimeManagement.xml_Select = V\u00e4lj
-plugins/TimeManagement.xml_todayButton = Idag
-plugins/TimeManagement.xml_WindowTitle = Tidsstyrning
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = S\u00f6k och ers\u00e4tt
-preferences = Inst?llningar
-print_preview_title = F\u00f6rhandsgranskning
-PrintAction.text = Skriv ut...
-PrintDirectAction.text = Skriv ut
-printing_settings = Skala utskrift
-PrintPreviewAction.text = F\u00f6rhandsgranska utskrift...
-PropertyAction.dialog = Inst\u00e4llningar
-PropertyAction.text = Inst\u00e4llningar ...
-QuickFilterAction.text = Snabbfilter
-QuickFindAction.BACK.text = F?reg?ende
-QuickFindAction.FORWARD.text = N?sta
-QuickFindAllAction.text = Markera alla funna
-QuitAction.text = Avsluta
-read_only = Enbart l\u00e4sr\u00e4ttighet
-ReadScriptError.text = Fel vid l\u00e4sning av skript\nSe loggfil f\u00f6r information.
-really_convert_to_current_version = <html>This map was created with an older version of Freeplane. <br>Should it be converted (recommended)? <br>(Otherwise it is taken as it is without guarantee.) </html>
-really_cut_node = Klippa ut grenarna?
-really_execute_script = K\u00f6r skripten i kartan?\n Det \u00e4r m\u00f6jligt att de \u00e4r skadliga f\u00f6r din dator.
-really_remove_node = Radera grenarna?
-really_remove_notes = Radera anteckningarna?
-ReapplyFilterAction.text = Upprepa
-red = R?d
-RedefineStyleAction.text = \u00c4ndra mall
-RedoAction.text = G\u00f6r om
-RedoFilterAction.text = G\u00f6r om
-regular_expressions = Regulj\u00e4r uttryck
-ReminderHookAction.text = Ta bort p\u00e5minnelser
-ReminderHookAction.tooltip = Tar bort en p\u00e5minnelse fr\u00e5n en gren.
-remove_file_from_list_on_error = File {0} not opened. Remove it from the last opened file list?
-remove_shortcut_question = Ers\u00e4tt snabbkommando?
-RemoveAllIconsAction.text = Ta bort alla ikoner
-RemoveConnectorAction.text = Ta bort f\u00f6rbindelse
-RemoveFormatAction.text = Ta bort format
-RemoveIcon_0_Action.text = Ta bort f\u00f6rsta ikon
-RemoveIconAction.text = Ta bort senaste ikon
-RemoveNoteAction.text = Ta bort anteckningar
-RemoveNoteAction.tooltip = Ta bort anteckningar fr\u00e5n valda grenar.
-rename = Byt namn
-repair_link = Reparera l\u00e4nk
-repair_link_question = Kan inte l?sa in l\u00e4nkad tankekarta. Reparera l\u00e4nken manuellt?
-replace = Ers\u00e4tt
-ReportBugAction.text = Rapportera ett fel
-RequestFeatureAction.text = Beg\u00e4r en funktionalitet
-reset_to_default = Anv\u00e4nd standardv\u00e4rden
-ResetNodeLocationAction.text = \u00c5ngra grenplacering
-RevisionPluginAction.text = \u00c4ndra bakgrundsf\u00e4rg f\u00f6r revidering
-save_failed = F\u00f6rs\u00f6k att spara tankekartan {0} misslyckades.
-save_unsaved = Spara tankekarta?
-save_unsaved_styles = Spara mall?
-SaveAcceleratorPresetsAction.text = Spara snabbkommandoupps\u00e4ttning
-SaveAction.text = Spara
-SaveAll.text = Spara alla
-SaveAll.tooltip = Spara alla \u00f6ppna tankekartor
-SaveAsAction.text = Spara som...
-saved = Sparad
-saving_canceled = Sparandet avbrutet
-scheme_evaluate = Utv\u00e4rdera!
-script_execution_disabled = Skript k?rning avst?ngd  
-ScriptEditor.text = Skriptredigerare...
-ScriptEditor.tooltip = M\u00f6jligg\u00f6r att skriva st\u00f6rre skript i Freeplane.
-ScriptEditorPanel.changed_cancel = Skript \u00e4ndrat. Spara \u00e4ndringen?
-select_favorites_folder = V\u00e4lj mappen med dina favoriter
-select_file_export_to = V\u00e4lj fil att exportera till
-select_folder_for_importing = V\u00e4lj mappen som ska importeras
-select_icon = V\u00e4lj en ikon
-select_menu_item_dialog = V\u00e4lj fr\u00e5n menyn
-select_menu_item_root_node = Meny
-SelectAllAction.text = V\u00e4lj alla synliga
-SelectBranchAction.text = V\u00e4lj synlig f\u00f6rgrening
-SelectedPasteAction.text = Klistra in som...
-selection_method_by_click = Enkelt musklick f\u00f6r att v\u00e4lja
-selection_method_delayed = F\u00f6rsenad automatisk markering
-selection_method_direct = Peka f\u00f6r att v\u00e4lja
-SelectNoteAction.text = Visa redigerare f\u00f6r anteckningar
-SelectNoteAction.tooltip = Anteckningsf\u00f6nster
-set_accelerator_on_next_click_action = Klicka p\u00e5 ett menyalterativ f\u00f6r att tilldela ett nytt snabbkommando
-SetAcceleratorOnNextClickAction.text = Nytt snabbkommando
-SetImageByFileChooserAction.text = Bild (Dokumentv\u00e4ljare eller l\u00e4nk)...
-SetLinkByFileChooserAction.text = Hyperl\u00e4nk (Dokumentv\u00e4ljare)...
-SetLinkByTextFieldAction.text = Hyperl?nk Manuell...
-SetNoteWindowPosition.bottom.text = Nederst
-SetNoteWindowPosition.left.text = V\u00e4nster
-SetNoteWindowPosition.right.text = H\u00f6ger
-SetNoteWindowPosition.top.text = \u00d6verst
-SetShortenerStateAction.text = Visa/D?lj markering f?r extrainformation
-sf_login_required = SourceForge-login kr\u00e4vs. Forts\u00e4tta?
-ShowAllAttributesAction.text = Visa alla egenskaper
-ShowAncestorsAction.text = Visa f\u00f6r\u00e4ldragren
-ShowAttributeDialogAction.text = Egenskapshanterare
-ShowDescendantsAction.text = Visa undergren
-ShowFilterToolbarAction.text = Filter-verktygsf\u00e4lt
-ShowFormatPanel.text = Format f\u00f6nster
-ShowFormatPanel.tooltip = Presents a dialog in which node and edge attributes can be changed at once.
-ShowHideNoteAction.text = Anteckningsf\u00f6nster
-ShowHideNoteAction.tooltip = \u00c4r en menygenv\u00e4g f\u00f6r de sm\u00e5 pilarna p\u00e5 delningslinjen.
-ShowNotesInMapAction.text = Visa anteckning i karta
-ShowSelectedAttributesAction.text = Visa markerade egenskaper
-ShowSelectionAsRectangleAction.text = Rektangul\u00e4r markering
-simplyhtml.aboutFrameTitle = Om applikationen
-simplyhtml.aboutLabel = Om SimplyHTML
-simplyhtml.alignCenter = Centrerad
-simplyhtml.alignLabel = Justering:
-simplyhtml.alignLeft = V\u00e4nster
-simplyhtml.alignRight = H\u00f6ger
-simplyhtml.allCellsRangeLabel = Alla celler
-simplyhtml.allOccurrencesReplaced = Alla f\u00f6rekomster ersatta
-simplyhtml.appendTableColLabel = L\u00e4gg till kolumn
-simplyhtml.appendTableRowLabel = L\u00e4gg till rad
-simplyhtml.applyCellAttrLabel = Till\u00e4mpa p\u00e5
-simplyhtml.backgroundLabel = Bakgrund:
-simplyhtml.boldItalicName = Fet+kursiv
-simplyhtml.boldName = Fet
-simplyhtml.borderColorLabel = F\u00e4rg:
-simplyhtml.borderWidthLabel = Bredd
-simplyhtml.bottomLabel = Nederst:
-simplyhtml.cancelBtnName = Avbryt
-simplyhtml.cellBorderTabLabel = Kantlinjer
-simplyhtml.cellGenTabLabel = Allm\u00e4n
-simplyhtml.cellMarginTabLabel = Marginal
-simplyhtml.cellPanelTitle = Cellformat
-simplyhtml.clearFormatLabel = Ta bort format
-simplyhtml.clearFormatTip = Ta bort format
-simplyhtml.close = St\u00e4ng
-simplyhtml.closeBtnName = St\u00e4ng
-simplyhtml.colorLabel = F\u00e4rg
-simplyhtml.copyLabel = Kopiera
-simplyhtml.copyTip = Kopiera
-simplyhtml.cTagNameHead1 = Rubrik 1
-simplyhtml.cTagNameHead2 = Rubrik 2
-simplyhtml.cTagNameHead3 = Rubrik 3
-simplyhtml.cTagNameHead4 = Rubrik 4
-simplyhtml.cTagNameHead5 = Rubrik 5
-simplyhtml.cTagNameHead6 = Rubrik 6
-simplyhtml.cTagNameLink = L\u00e4nk
-simplyhtml.cTagNameOL = Numrerad lista
-simplyhtml.cTagNamePara = Stycke
-simplyhtml.cTagNameUL = Onumrerad lista
-simplyhtml.cutLabel = Klipp ut
-simplyhtml.cutTip = Klipp ut
-simplyhtml.defaultDocName = Dokumentnamn
-simplyhtml.deleteTableColLabel = Ta bort kolumn
-simplyhtml.deleteTableRowLabel = Ta bort rad
-simplyhtml.docTitleQuery = Namn p\u00e5 dokumenttitel:
-simplyhtml.docTitleTitle = Redigerat dokumenttitel
-simplyhtml.editLabel = Redigera
-simplyhtml.effectLabel = Effekt
-simplyhtml.familyLabel = Familj
-simplyhtml.findNext = S\u00f6k n\u00e4sta...
-simplyhtml.findReplaceDialogTitle = S\u00f6k och ers\u00e4tt
-simplyhtml.findReplaceLabel = S\u00f6k och ers\u00e4tt
-simplyhtml.findReplaceTip = S\u00f6k och ers\u00e4tt
-simplyhtml.fontBoldLabel = Fet
-simplyhtml.fontBoldTip = Fetstil av/p\u00e5
-simplyhtml.fontColorLabel = Textf\u00e4rg
-simplyhtml.fontColorTip = Textf\u00e4rg
-simplyhtml.fontDialogTitle = Val av teckensnitt
-simplyhtml.fontItalicLabel = Kursiv
-simplyhtml.fontItalicTip = Kursiv av/p\u00e5
-simplyhtml.fontLabel = Teckensnitt...
-simplyhtml.fontTabLabel = Teckensnitt
-simplyhtml.fontTip = Val av teckensnitt...
-simplyhtml.fontUnderlineLabel = Understruken
-simplyhtml.fontUnderlineTip = Understruken av/p\u00e5
-simplyhtml.foregroundLabel = F\u00f6rgrund:
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = Lista...
-simplyhtml.formatListTip = \u00c4ndra listformat
-simplyhtml.formatParaLabel = Stycke...
-simplyhtml.formatParaTip = \u00c4ndra styckeformat
-simplyhtml.formatTableLabel = Tabell...
-simplyhtml.formatTableTip = Formattera tabell
-simplyhtml.helpLabel = Hj\u00e4lp
-simplyhtml.htmlTabTitle = HTML-kodvy
-simplyhtml.imageFileDesc = Bildfiler
-simplyhtml.insertTableColLabel = Infoga kolumn
-simplyhtml.insertTableLabel = Tabell...
-simplyhtml.insertTableMsg = Hur m\u00e5nga kolumner?
-simplyhtml.insertTableRowLabel = Infoga rad
-simplyhtml.insertTableTitle = Infoga tabell
-simplyhtml.italicName = Kursiv
-simplyhtml.layoutTabTitle = Formatvy
-simplyhtml.leftLabel = V\u00e4nster:
-simplyhtml.listDialogTitle = Formatera lista
-simplyhtml.listIndentTitle = Indrag:
-simplyhtml.listPosInside = Inuti
-simplyhtml.listPositionLabel = Position:
-simplyhtml.listPosOutside = Utanf\u00f6r
-simplyhtml.listTypeCircle = Rund punkt
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = Filsymbol som punkt
-simplyhtml.listTypeLabel = Listtyp:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = Ingen
-simplyhtml.listTypeSquare = Fyrkantig punkt
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Yttre
-simplyhtml.matchCase = Skilj p? versaler/gemena
-simplyhtml.newStyleDefaultName = Ny stil
-simplyhtml.nextTableCellLabel = N\u00e4sta cell
-simplyhtml.noLineLabel = Ingen
-simplyhtml.noMoreOccurrencesFound = Inga (fler) f\u00f6rekomster hittade
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Inre
-simplyhtml.paraAlignCenterLabel = Centrera
-simplyhtml.paraAlignCenterTip = Centrera
-simplyhtml.paraAlignLeftLabel = V\u00e4nsterjustera
-simplyhtml.paraAlignLeftTip = V\u00e4nsterjustera stycke
-simplyhtml.paraAlignRightLabel = H\u00f6gerjustera
-simplyhtml.paraAlignRightTip = H\u00f6gerjustera stycke
-simplyhtml.paraStyleDialogTitle = Styckestil
-simplyhtml.paraTabLabel = Stycke
-simplyhtml.pasteLabel = Klistra in
-simplyhtml.pasteTip = Klistra in
-simplyhtml.plainName = Enkel
-simplyhtml.previewLabel = F\u00f6rhandsgranska
-simplyhtml.previewText = F\u00f6rhandsgranska text
-simplyhtml.prevTableCellLabel = F\u00f6reg\u00e5ende cell
-simplyhtml.redoLabel = G\u00f6r om
-simplyhtml.redoTip = \u00c5terta
-simplyhtml.replace = Ers\u00e4tt...
-simplyhtml.replaceAll = Alla
-simplyhtml.replaceDone = F\u00e4rdig
-simplyhtml.replaceNo = Nej
-simplyhtml.replaceThisQuery = Ers\u00e4tt denna f\u00f6rekomst
-simplyhtml.replaceWith = Ers\u00e4tt med:
-simplyhtml.replaceYes = Ja
-simplyhtml.rightLabel = H\u00f6ger:
-simplyhtml.searchDown = S\u00f6k ned\u00e5t
-simplyhtml.searchFromStart = S\u00f6k fr\u00e5n b\u00f6rjan
-simplyhtml.searchUp = S\u00f6k upp\u00e5t
-simplyhtml.selectAllLabel = Markera alla
-simplyhtml.sizeLabel = Storlek
-simplyhtml.standardStyleName = Standard
-simplyhtml.strikeLabel = Genomstruken
-simplyhtml.styleLabel = Mall
-simplyhtml.styleNameInputText = Namn p\u00e5 ny mall?
-simplyhtml.styleNameInputTitle = Spara mall
-simplyhtml.tableBgColLabel = Bakgrundsf\u00e4rg:
-simplyhtml.tableDialogTitle = Formatera tabell
-simplyhtml.tableLabel = Tabell
-simplyhtml.tablePanelTitle = Tabellformat
-simplyhtml.tableWidthLabel = Bredd:
-simplyhtml.textIndentLabel = Indrag:
-simplyhtml.textToFind = S\u00f6k efter text:
-simplyhtml.thisCellRangeLabel = Denna cell
-simplyhtml.thisColRangeLabel = Denna kolumn
-simplyhtml.thisRowRangeLabel = Denna rad
-simplyhtml.toggleBulletsLabel = Punktlista p\u00e5/av
-simplyhtml.toggleBulletsTip = Punktlista p\u00e5/av
-simplyhtml.toggleNumbersLabel = Nummerlista p\u00e5/av
-simplyhtml.toggleNumbersTip = Nummerlista p\u00e5/av
-simplyhtml.topLabel = \u00d6verst:
-simplyhtml.uLineLabel = Understruken
-simplyhtml.unableToOpenFileError = Filen kan inte \u00f6ppnas
-simplyhtml.unableToRedoError = Om\u00f6jligt att \u00e5terta:
-simplyhtml.unableToUndoError = Om\u00f6jligt att \u00e5ngra:
-simplyhtml.undoLabel = \u00c5ngra
-simplyhtml.undoTip = \u00c5ngra
-simplyhtml.valignBaseline = Baslinjen
-simplyhtml.valignBottom = Underst
-simplyhtml.valignLabel = Vert. justerad:
-simplyhtml.valignMiddle = Mitten
-simplyhtml.valignTop = \u00d6verst
-simplyhtml.wholeWordsOnly = Enbart hela ord
-SortNodes.text = Sortera undergrenar
-SortNodes.tooltip = Sortera alla undergrenar i alfabetisk ordning.
-split = Dela
-SplitConditionAction.text = Dela upp
-SplitNode.text = Dela upp gren
-SplitNode.tooltip = <html>Gren delas upp</html>
-stop_processing = Avbryt
-StringFlavorHandler = Ren text som grenhierarki
-StructuredHtmlFlavorHandler = HTML som grenhierarki
-style = Mall
-style_already_exists = Utseendet finns redan.
-styledialog.cancel.text = Avbryt
-styledialog.ok.text = OK
-styles = Mallar
-styles.AutomaticLayout = Automatiskt mall
-styles.connection = F?rbindelse
-styles.date = Datum
-styles.definition = Definition
-styles.description = Beskrivning
-styles.floating_node = Flytande gren
-styles.idea = Id?
-styles.important = Viktig
-styles.key = Nyckel
-styles.list = Lista
-styles.needs_action = \u00c5tg\u00e4rda
-styles.note = Anteckning
-styles.ok = OK
-styles.pending = Vilande
-styles.predefined = Definerade mallar
-styles.question = Fr\u00e5ga
-styles.quotation = Citat
-styles.root_node = Utseende
-styles.subsubtopic = Rubrik 3
-styles.subtopic = Rubrik 2
-styles.topic = Rubrik 1
-styles.user-defined = Egna mallar
-styles.website = Webplats
-styles_menu = Mallar
-submenu_keystroke_in_use_error = Keystroke {0} can not be used for submenu {1}. Keystroke removed.
-svg = SVG
-template_dir = Standard Mallar
-TimeListAction.text = Visa schemal\u00e4ggning ...
-TimeListAction.tooltip = Visar alla schemalagda tider och ber\u00f6rda grenar.
-TimeManagementAction.text = Visa kalender...
-TimeManagementAction.tooltip = <html>Visar kalendermodulen av Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = Visa/D?lj underliggande grenar
-ToggleDetailsAction.text = Visa grenens extrainformation
-ToggleFBarAction.text = F-kommandon
-ToggleFoldedAction.text = Visa/D?lj grenar
-ToggleFullScreenAction.text = Helsk\u00e4rm
-ToggleLeftToolbarAction.text = V\u00e4nster verktygsf\u00e4lt
-ToggleMenubarAction.text = Menyrad
-ToggleToolbarAction.text = Verktygsf\u00e4lt
-undefined_error = Ett ov\u00e4ntat fel har skett. Skicka en felrapport.
-underline = Understruken
-UnderlineAction.text = Understrykning
-underlined = Understruken
-UndoAction.text = \u00c5ngra
-UndoFilterAction.text = \u00c5ngra
-unfold = Visa f\u00f6rgrening
-UnfoldAllAction.text = Visa alla
-UnfoldAllAction.tooltip = <html>Visar markerade grenar och alla undergrenar.</html>
-UnfoldOneLevelAction.text = Visa en niv\u00e5
-UnfoldOneLevelAction.tooltip = <html>Visar markerade grenar med en niv\u00e5.</html>
-up = &Upp
-update_failed = Update failed with message {0}
-UpdateCheckAction.text = Leta efter uppdateringar
-updatecheckdialog = Uppdateringsf\u00f6nster
-url_error = URL:en \u00e4r felaktig!
-url_load_error = Kan inte h\u00e4mta URL:ens tankekarta:
-url_open_error = Kan inte \u00f6ppna URL:en {0}
-used_in_menu = Detta kortkommando kan inte anv\u00e4ndas, anv\u00e4nds av ett menyalternativ.
-UsePlainTextAction.text = Anv\u00e4nd enkel text
-user_config_folder = Mapp f\u00f6r egna inst\u00e4llningar: {0}
-user_defined_scale = Egendefinierad skala
-user_defined_zoom = Egendefinierad.
-user_defined_zoom_status_bar = F\u00f6r\u00e4ndrar zoom till egendefinierad zoom med v\u00e4rde {0}%.
-user_icon = Egen ikon "{0}"
-user_template_dir = Egna mallar
-user_zoom = Utskrift med zoomfaktor (0.0 - 2.0):
-version_up_to_date = Senaste versionen redan installerad
-ViewerControllerAction.text = Externt objekt...
-ViewLayoutTypeAction.OUTLINE.text = \u00d6versiktsvy
-WebDocuAction.text = Webbdokumentation
-width = Bredd
-wrong_regexp = Wrong regular expression "{0}", error {1}
-xslt_export_not_possible = Freeplane XSLT export not possible
-yes = Ja
-ZoomInAction.text = Zooma in
-ZoomOutAction.text = Zooma ut
+AboutAction.text=Om Freeplane
+acceleratorPresets=Snabbtangenter
+accelerators_loading_error=Can not load accelerators from {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u00c4ndra grenformat
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u00c4ndra m\u00f6nster
+accessories/plugins/EncryptNode.properties_0=V\u00e4lj l\u00f6senord f\u00f6r krypterad gren
+accessories/plugins/EncryptNode.properties_1=L\u00f6senordet matchar inte eller \u00e4r f\u00f6r kort.
+accessories/plugins/EncryptNode.properties_2=Skriv in l\u00f6senord:
+accessories/plugins/EncryptNode.properties_3=Skriv in l\u00f6senord igen:
+accessories/plugins/EncryptNode.properties_4=Skriv in ditt l\u00f6senord.
+accessories/plugins/EncryptNode.properties_5=<html>Sekretessniv\u00e5n<br>styrs helt och h\u00e5ller av l\u00f6senordets kvalitet.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Avbryt
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=V\u00e4xling av krypteringsniv\u00e5 endast m?jlig p\u00e5 krypterad gren. Anv\u00e4nd verktygsmenyn f\u00f6r att infoga krypterad gren.
+accessories/plugins/EncryptNode.properties_select_me=V\u00e4lj f\u00f6r att forts\u00e4tta!
+accessories/plugins/EncryptNode.properties_wrong_password=Felaktigt l\u00f6senord.
+accessories/plugins/ExportWithTWiki.text=Som TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Exportera kartan som ett TWiki-dokument.
+accessories/plugins/ExportWithXSLT.tooltip=Detta \u00e4r en enhetlig exportmetod - XSLT skript.
+accessories/plugins/ExportWithXSLT_Applet.text=Som Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exportera tankekartan som Java webbl\u00e4sarapplet.
+accessories/plugins/ExportWithXSLT_Flash.text=Som Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exportera kartan som Flashapplikation.
+accessories/plugins/ExportWithXSLT_HTML.text=Som XHTML (JavaScript version)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Som XHTML (Klickbar bildversion)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Resurser fr\u00e5n RESOURCES-gren till TaskJuggler fil...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporterar resurser from RESOURCES-gren till Taskjuggler modul. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Uppgifter fr\u00e5n TASKS-gren till Taskjuggler fil...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exporterar uppgifter fr\u00e5n TASKS-gren till Taskjuggler modul. </html>
+action_keystroke_in_use_error=Tangenttryckning {0} beg\u00e4rd f\u00f6r kommando {1} \u00e4r redan anv\u00e4nd f\u00f6r kommando {2}
+active=Aktiv
+add=L\u00e4gg till
+AddConnectorAction.text=L\u00e4gg till f\u00f6rbindelse
+AddElementaryConditionAction.text=L\u00e4gg till
+AddLocalLinkAction.text=L\u00e4gg till lokal hyperl\u00e4nk
+AddMenuItemLinkAction.text=Hyperl?nk intern...
+AllMapsNodeListAction.text=S\u00f6k och Ers\u00e4tt i alla kartor
+antialias_all=J\u00e4mna ut alla
+antialias_edges=J\u00e4mna ut kanter
+antialias_none=J\u00e4mna inte ut
+apply=Verkst\u00e4ll
+ApplyAction.text=Verkst\u00e4ll
+ApplyFormatPlugin.text=\u00c4ndra format ...
+ApplyFormatPlugin.tooltip=Visar en dialogruta, d\u00e4r gren- och kant format kan \u00e4ndras.
+ApplyNoFilteringAction.text=Ingen filtrering
+ApplySelectedViewConditionAction.text=Filtrera valda grenar
+ApplyToVisibleAction.text=Verkst\u00e4ll p\u00e5 filtrerade grenar
+as_parent=Som f\u00f6r\u00e4lder
+AskForHelp.text=Fr\u00e5ga om hj\u00e4lp
+AssignAttributesAction.text=Ange egenskaper
+attribute_delete=Ta bort alla v\u00e4rden
+attribute_delete_value=Ta bort detta v\u00e4rde
+attribute_font_size_tooltip=Egenskaper teckenstorlek
+attribute_list_box_label_text=Befintliga v\u00e4rden
+attribute_replace=Ers\u00e4tt med
+attribute_top=Alla egenskaper i inl?sta tankekartor
+attributes_adding_empty_attribute_error=En tom textstr\u00e4ng kan inte anv\u00e4ndas som egenskapsnamn
+attributes_all=Alla egenskaper
+attributes_assign_dialog=L?gg till egenskap
+attributes_attribute=Egenskaper
+attributes_close=St\u00e4ng
+attributes_deselect_all=Ingenting
+attributes_dialog_title=Egenskapshanteraren
+attributes_edit=Redigera
+attributes_edit_tooltip=Redigera egenskaper
+attributes_for_selected=Markerade grenar
+attributes_for_visible=Synliga grenar
+attributes_import=Importera
+attributes_import_tooltip=Importera egenskaper fr\u00e5n andra inl?sta tankekartor
+attributes_no_import_candidates_found=Inga nya egenskaper hittades
+attributes_popup_delete=Ta bort
+attributes_popup_down=Ned
+attributes_popup_edit=Redigera
+attributes_popup_hide=D\u00f6lj
+attributes_popup_new=Ny egenskap
+attributes_popup_optimal_width=Optimal bredd
+attributes_popup_up=Upp
+attributes_refresh=Uppdatera
+attributes_restricted_attributes_tooltip=Begr\u00e4nsa egenskaper
+attributes_restricted_values_tooltip=Begr\u00e4nsa antal v\u00e4rden f\u00f6r aktuell egenskap
+attributes_restriction=Begr\u00e4nsade egenskaper
+attributes_select_all=Alla
+attributes_select_all_tooltip=Markera / avmarkera alla
+attributes_show=Visa
+attributes_skip_root=Hoppa \u00f6ver rotgren
+attributes_visible=Markerad synlig
+attributes_visible_tooltip=Markerad synlig
+automatically_save_message=Tankekartan sparades automatiskt (med filnamnet {0}) ...
+AutomaticEdgeColorHookAction.text=Kantf?rg Auto
+AutomaticLayoutAction.text=Format Auto
+AutomaticLayoutAction.tooltip=<html>Ordnar layouten p\u00e5 tankekartan. <br>Den f\u00f6rsta niv\u00e5n \u00e4r svart, den andra \u00e4r bl\u00e5, etc.</html>
+BackAction.text=Backa
+BackAction.tooltip=G\u00e5r bak\u00e5t i historiken p\u00e5 valda grenar
+background=Bakgrund
+bitmaps=Bitmap-bilder
+black=Svart 
+BlinkingNodeHookAction.text=Blinkande gren
+BlinkingNodeHookAction.tooltip=<html>Detta g\u00f6r s\u00e5 att grenen blinkar. Var f\u00f6rsiktig.<br> Anv\u00e4nd inte i f\u00f6r m\u00e5nga grenar, och <strong> inte med andra auto format p\u00e5 samma gren</strong></html>
+blue=Bl? 
+BoldAction.text=Fet
+boldify_branch=G\u00f6r fetare
+branch=F\u00f6rgrening
+browse=Bl\u00e4ddra...
+can_not_connect_to_info_server=Kan inte ansluta till info-servern
+can_not_delete_predefined_style=Can not delete predefined style
+can_not_delete_root_style=Can not delete root style
+can_not_delete_style_group=Can not delete style group
+can_not_save_key_set=Kan inte spara snabbtangentsupps\u00e4ttning
+cancel=Avbryt
+CancelAction.text=Avbryt
+cannot_add_parent_diff_parents=Alla grenar m\u00e5ste ha samma basgren f\u00f6r att kunna anv\u00e4nda funktionen.
+cannot_add_parent_to_root=Endast en rotgren till?ts i kartan.
+cannot_delete_root=Rotgrenen kan inte raderas eller klippas ut.
+cannot_join_nodes_with_children=Kan inte f\u00f6rbinda gren med undergren
+cannot_move_to_child=Kan inte flytta gren till egen undergren.
+CenterAction.text=Centrera
+CenterSelectedNodeAction.text=Centrera vald gren
+ChangeConnectorArrowsAction.backward.text=Tllbaka
+ChangeConnectorArrowsAction.both.text=B\u00e5da
+ChangeConnectorArrowsAction.forward.text=Fram\u00e5t
+ChangeConnectorArrowsAction.none.text=Ingen
+ChangeConnectorArrowsAction.text=\u00c4ndra f\u00f6rbindelsens pilar
+ChangeNodeLevelLeftsAction.text=Gren till v\u00e4nster
+ChangeNodeLevelLeftsAction.tooltip=P\u00e5 v\u00e4nster sida om rotgrenen flyttas grenar ned\u00e5t.<br> Blir undergren till ovanliggande syskongren. P\u00e5 h\u00f6ger sida om rotgrenen flyttas gren upp\u00e5t.<br> Direkt p\u00e5 rotgrenen byter grenarna sida.
+ChangeNodeLevelRightsAction.text=Gren till h\u00f6ger
+ChangeNodeLevelRightsAction.tooltip=P\u00e5 h\u00f6ger sida om rotgrenen flyttas grenar ned\u00e5t.<br> Blir undergren till ovanliggande syskongren.<br> P\u00e5 v\u00e4nster sida om rotgrenen flyttas grenar upp\u00e5t.<br> Direkt p\u00e5 rotgrenen byter grenarna sida.
+choose_background_color=V\u00e4lj bakgrundsf\u00e4rg:
+choose_cloud_color=V\u00e4lj moln f\u00e4rg:
+choose_edge_color=V\u00e4lj kantlinje f\u00e4rg
+choose_map_background_color=V\u00e4lj kart bakgrundsf\u00e4rg
+choose_node_background_color=V\u00e4lj gren bakgrundsf\u00e4rg:
+choose_node_color=V\u00e4lj gren f\u00e4rg:
+CloseAction.text=St\u00e4ng
+CloudAction.text=Moln
+CloudColorAction.text=Moln f\u00e4rg
+CloudShapeAction.ARC.text=Rundad
+CloudShapeAction.RECT.text=Rektangel
+CloudShapeAction.ROUND_RECT.text=Rundad Rektangel
+CloudShapeAction.STAR.text=Taggig
+ColorProperty.ResetColor=\u00c5ngra f\u00e4rg
+combined=Kombinerad
+condition=Villkor
+confirmation=Bekr\u00e4ftelse
+connector=F\u00f6rbindelse
+connector_label=Etikett p\u00e5 f\u00f6rbindelse
+ConnectorColorAction.text=F\u00e4rg p\u00e5 f\u00f6rbindelse...
+CopyAction.text=Kopiera
+CopyIDAction.text=Kopiera gren-ID
+CopyMapStylesAction.text=Kopiera kartstil fr\u00e5n...
+CopySingleAction.text=Kopiera enskild
+corrupt_map=Inneh\u00e5llet i kartan \u00e4r korrupt
+CreateConjunctConditionAction.text=Och
+CreateDisjunctConditionAction.text=Eller
+CreateNotSatisfiedConditionAction.text=Ej
+CreationModificationPluginAction.text=Visa f\u00f6r\u00e4ndrings tidpunkt
+CreationModificationPluginAction.tooltip=<html>Denna funktionen h\u00e5ller reda p\u00e5 n\u00e4r grenen skapades och f\u00f6r\u00e4ndrades.</html>
+current_dir=Kartor
+CutAction.text=Klipp ut
+decrease_branch_font_size=Minska teckensnitt
+DecreaseNodeFontAction.text=Minska teckensnitt
+default=Standard
+DefaultColorAction.text=Standard f?rg 
+delete=Ta bort
+delete_child=Ta bort gren
+DeleteAction.text=Ta bort gren
+DeleteConditionAction.text=Ta bort
+DeleteDetailsAction.text=Ta bort grenens extrainformation
+DeleteLevelStyleAction.text=Ta bort automatiska mallar
+DeleteStyleAction.text=Ta bort mall
+DeleteUserStyleAction.text=Ta bort egen mall
+DirectHtmlFlavorHandler=HTML som en enda gren
+DocumentationAction.text=Dokumentation
+down=Ner
+download=H?mta
+dropped_file_error=Kan inte \u00f6ppna filen. Anledning: {0}
+edge=Kantlinje
+edge_is_formatted_by_style=Kantformat kontrolleras fr?n mall. Redigera mallen f?r att ?ndra. 
+edge_style=Kantlinjens format
+edge_width=Kantlinjens bredd
+EdgeColorAction.text=F\u00e4rg p\u00e5 kantlinje...
+EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.hide_edge.text=D\u00f6lj kanten
+EdgeStyleAction.horizontal.text=Horisontell
+EdgeStyleAction.linear.text=Linj\u00e4r
+EdgeStyleAction.sharp_bezier.text=Skarp Bezier
+EdgeStyleAction.sharp_linear.text=Skarp Linj\u00e4r
+EdgeStyleAsParentAction.text=F\u00f6r\u00e4lder
+EdgeWidthAction_width_parent.text=F\u00f6r\u00e4lder
+EdgeWidthAction_width_thin.text=Tunn
+edit=Redigera
+edit.decision=HTML-redigerare
+edit.edit_rich_text=Anv\u00e4nd fetstil,kursiv format?
+edit_details=Redigera grenens extrainformation
+edit_link_manually=Redigera hyperl\u00e4nk manuellt...
+edit_long_node=Redigera gren ut\u00f6kat textformat
+edit_middle_label=Etikett
+edit_source_label=Etikett vid starten
+edit_target_label=Etikett vid slutet
+EditAction.text=Redigera gren
+EditAttributesAction.text=Redigera egenskaper
+EditDetailsAction.text=Redigera grenens extrainformation
+EditFilterAction.text=Redigera
+EditLongAction.text=Redigera gren ut\u00f6kat textformat
+EditStylesAction.text=Redigera mall
+EncryptedMap.text=Ny krypterad tankekarta...
+EncryptedMap.tooltip=Skapa en ny krypterad tankekarta
+enter_base_url=Jag kommer att klistra in relativa l\u00e4nkar. Skriv in bas-URL.
+enter_confirms=Enter bekr\u00e4ftar
+enter_keyset_name=Ange ett namn f\u00f6r snabbtangentsupps\u00e4ttningen
+enter_new_style_name=Ange nytt mall namn
+EnterPassword.text=V\u00e4xla mellan krypterad/okrypterad
+error=Fel
+error_applying_template=Fel vid anv\u00e4ndning av XSL mall.
+error_creating_directory=Kan inte skapa mapp f\u00f6r export.
+ExecuteScriptError.text=Fel vid skriptk\u00f6rningen.\nSe loggfilen f\u00f6r detaljer.
+ExecuteScriptForAllNodes.text=K\u00f6r alla skript
+ExecuteScriptForSelectionAction.text=K\u00f6r valda grenars skript
+ExecuteScriptOnSelectedNode.text=K\u00f6r {0} p\u00e5 alla valda grenar
+ExecuteScriptOnSelectedNodeRecursively.text=K\u00f6r rekursivt {0} p\u00e5 valda grenar
+ExecuteScriptOnSingleNode.text=K\u00f6r {0}\u00a0p\u00e5 vald gren
+ExecuteScripts.noScriptsAvailable=Inga
+ExecuteScripts.text=Skript
+export_failed=Exporten misslyckades
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Exportera med XSLT
+ExportAction.text=&Exportera
+ExportBranchAction.text=Gren som ny karta...
+ExportBranchToHTMLAction.text=Gren som HTML
+exported_file={0} fil
+ExportPdf.text=Som PDF...
+ExportSvg.text=Som SVG...
+ExportToHTMLAction.text=Som HTML
+ExportToImage.jpg.text=Som JPEG...
+ExportToImage.png.text=Som PNG...
+ExportToOoWriter.text=Som Open Office Writer dokument...
+extension_menu=Mallar
+ExtractLinkFromTextAction.text=Ny hyperl\u00e4nk fr\u00e5n grentext
+ExtractLinkFromTextAction.tooltip=Skapar en l\u00e4nk om text liknande hyperl\u00e4nk finns i grentexten
+f_button_unassigned=<inget>
+FaqOpenURLAction.text=FAQ
+file=Arkiv
+file_already_exists=Filen {0} finns redan. Skriv \u00f6ver filen?
+file_not_found=Filen {0} hittades inte
+FileListFlavorHandler=L\u00e4nkar till filer
+filter=Filtrera
+filter_add=L\u00e4gg till
+filter_and=Och
+filter_conditions=Filter
+filter_contains=Inneh\u00e5ller
+filter_created_after=Skapad efter
+filter_created_before=Skapad f\u00f6re
+filter_delete=Ta bort
+filter_details=Visa grenens extrainformation
+filter_dialog=Kombinera filter
+filter_does_not_exist=Saknas
+filter_edit_description=Redigera filterlista
+filter_enter_value=Fyll i v\u00e4rde
+filter_even_level=Udda gren niv\u00e5er
+filter_exist=Finns
+filter_icon=Ikon
+filter_is_equal_to=\u00c4r lika med
+filter_is_not_equal_to=\u00c4r inte lika med
+filter_leaf=Grenl\u00f6v
+filter_link=Hyperl\u00e4nk
+filter_match_case=Skilj p? versaler/gemena
+filter_modified_after=\u00c4ndrad efter
+filter_modified_before=\u00c4ndrad innan
+filter_no_filtering=Ingen filtrering
+filter_node=Grentext
+filter_node_level=Gren niv\u00e5
+filter_not=I&nte
+filter_note=Anteckning
+filter_odd_level=J\u00e4mna gren niv\u00e5er
+filter_or=Eller
+filter_parent=F\u00f6r\u00e4ldratext
+filter_periodic_level=Periodisk
+filter_priority=Prioritet
+filter_regexp_matches=Matchar regulj\u00e4rt uttryck (regexp)
+filter_root=Rotgren
+filter_select=Markera
+filter_selected_node_view=Markerade grenar
+filter_selected_node_view_snapshot=Sparad markering
+filter_style=Utseende
+filter_time=Datum
+filters_not_loaded=Filter kan inte \u00f6ppnas, filen \u00e4r felaktig
+find_what=S\u00f6k efter
+FindAction.text=S\u00f6k...
+fit_map_to_page=Passa in p\u00e5 en sida
+fit_map_to_page_height=Anpassa h\u00f6jden till en sida
+fit_map_to_page_width=Anpassa bredden till en sida
+FitToPage.text=Zooma f\u00f6r passa in i aktuell sida
+FitToPage.tooltip=Justerar zoomningen till att passa in i aktuellt f\u00f6nster.
+fold=D\u00f6lj grenar
+FoldAllAction.text=D\u00f6lj alla
+FoldAllAction.tooltip=<html>D\u00f6lj markerade grenar och alla undergrenar.</html>
+FoldOneLevelAction.text=D\u00f6lj en niv\u00e5
+FoldOneLevelAction.tooltip=<html>D\u00f6lj markerade grenar en niv\u00e5.</html>
+follow_graphical_link=G\u00e5 till:
+FollowLinkAction.text=\u00d6ppna hyperl\u00e4nk:
+font=Teckensnitt
+FontFamilyAction.text=Teckensnitt
+FontSizeAction.text=Teckenstorlek
+format_menu_cloud_shapes=Moln 
+format_menu_edge_styles=Kantstil
+format_menu_edge_widths=Kantbredd
+FormatCopy.text=Kopiera format
+FormatCopy.tooltip=<html>Kopierar grenens format.</html>
+FormatPaste.text=Klistra in format
+FormatPaste.tooltip=<html>Klistrar in grenens format.</html>
+formula.error.attributeValueIsNull=Egenskapsv\u00e4rde ''{0}'' \u00e4r tomt efter utv\u00e4rdering.
+formula.error.circularReference=Circular reference: The formula in node ''{0}'' references itself.
+formula.EvaluateAllAction.text=Utv\u00e4rdera alla
+formula.EvaluateAllAction.tooltip=Utv\u00e4rdera all formler i kartan
+formula.menuname=Formler
+formula_editor=Redigera formel
+ForwardAction.text=Fram\u00e5t
+ForwardAction.tooltip=Hoppar fram\u00e5t i markeringshistoriken
+Freeplane.progress.buildScreen=L?ser in sk\u00e4rmbild...
+Freeplane.progress.createController=Ny kontroll\u00f6r...
+Freeplane.progress.createInitialMode=Ny anv\u00e4ndars\u00e4tt...
+Freeplane.progress.endStartup=Avslutar uppstart.
+Freeplane.progress.gettingPreferenceDirectories=H\u00e4mtar katalog f\u00f6r inst\u00e4llningar...
+Freeplane.progress.gettingPreferences=L?s inst\u00e4llningar...
+Freeplane.progress.loadMaps=L?s in kartor...
+Freeplane.progress.propagateLookAndFeel=Nytt gr\u00e4nssnitt...
+Freeplane.progress.settingPreferences=Nya inst\u00e4llningar...
+Freeplane.progress.startCreateController=Starta kontroll\u00f6r...
+Freeplane.progress.updateLookAndFeel=Uppdatera gr\u00e4nssnitt
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=Hj\u00e4lp...
+FreeplaneHelpStarter.tooltip=Freeplane ut\u00f6kad hj\u00e4lp
+GotoLinkNodeAction.text=G\u00e5 till l\u00e4nk
+GrabKeyDialog.common.cancel=Avbryt
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Anv\u00e4nd till 
+GrabKeyDialog.grab-key.assigned-to.none=F\u00f6rn\u00e4rvarande inte anv\u00e4nd
+GrabKeyDialog.grab-key.clear=Ta bort
+GrabKeyDialog.grab-key.remove=Ta bort
+GrabKeyDialog.grab-key.remove-ask=OK, ta bort tangentkombination?
+GrabKeyDialog.grab-key.title=Mata in ny tangent
+green=Gr?n 
+help=Hj\u00e4lp
+HideableAction.tooltip=<html>Markerar bakgrunden f\u00f6r varje modifierad gren </html>
+HideAllAttributesAction.text=D\u00f6lj alla egenskaper
+HierarchicalIconsAction.text=Visa ikonerna rangordnade
+HierarchicalIconsAction.tooltip=Om en av grenarna har en ikon, visas ikonen i mindre format.
+hot_keys=Snabbtangenter
+hot_keys_table=Snabbtangentstabell
+HotKeyInfoAction.text=Snabbtangenter
+html_export_based_on_headings=HTML Export - Baserad p\u00e5 Rubriker
+html_export_fold_all=HTML Export - D\u00f6lj alla
+html_export_fold_currently_folded=HTML Export - D\u00f6lj nuvarande dolda f\u00f6rgreningar
+html_export_no_folding=HTML Export - Visa alla
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_attach=Bilaga
+icon_back=Tillbaka
+icon_bee=Freeplane
+icon_bell=Kom ih\u00e5g
+icon_bookmark=Utm\u00e4rkt
+icon_broken-line=Trasig
+icon_button_cancel=Avbryt
+icon_button_ok=OK
+icon_calendar=Datum
+icon_clanbomber=Varning
+icon_clock=Tid
+icon_clock2=P\u00e5minn
+icon_closed=St?ngd
+icon_decrypted=Uppl\u00e5st
+icon_desktop_new=Kom ih?g
+icon_down=Ned
+icon_edit=Redigera
+icon_encrypted=L\u00e5st
+icon_family=Familj
+icon_fema=Par
+icon_female1=Kvinna1
+icon_female2=Kvinna2
+icon_females=Kvinnor
+icon_flag=Flagga
+icon_flag-black=Svart flagga
+icon_flag-blue=Bl\u00e5 flagga
+icon_flag-green=Gr\u00f6n flagga
+icon_flag-orange=Orange flagga
+icon_flag-pink=Rosa flagga
+icon_flag-yellow=Gul flagga
+icon_folder=Katalog
+icon_forward=Fram\u00e5t
+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\u00f6nt ljus
+icon_gohome=Hem
+icon_group=Grupp
+icon_help=Fr\u00e5ga
+icon_hourglass=V\u00e4nta
+icon_icon_not_found=Ikon sakans
+icon_idea=Id\u00e9
+icon_info=Info
+icon_kaddressbook=Telefon
+icon_kmail=E-post
+icon_knotify=Musik
+icon_korn=Brevl\u00e5da
+icon_ksmiletris=Glad
+icon_launch=Lyft
+icon_licq=Bra
+icon_list=Lista
+icon_Mail=Post
+icon_male1=Man1
+icon_male2=Man2
+icon_males=M\u00e4n
+icon_menu=Ikoner
+icon_messagebox_warning=?tg?rda
+icon_negative=Negativ
+icon_neutral=Neutral
+icon_password=L\u00f6senord
+icon_pencil=F\u00f6rb\u00e4ttra
+icon_penguin=Linux
+icon_positive=Positiv
+icon_prepare=Gult ljus
+icon_smiley-angry=Arg
+icon_smiley-neutral=Neutral
+icon_smiley-oh=\u00d6verraskad
+icon_smily_bad=Ledsen
+icon_stop=Stopp
+icon_stop-sign=Stopp
+icon_up=Upp
+icon_user_icon=Egna ikoner
+icon_very_negative=Mer negativ
+icon_very_positive=Mer positiv
+icon_wizard=Trollbind
+icon_xmag=Diskutera
+icon_yes=Notera
+IconGroupPopupAction.arrows.text=Pilar
+IconGroupPopupAction.docs_folders.text=Dokument
+IconGroupPopupAction.flags.text=Flaggor
+IconGroupPopupAction.miscellaneous.text=Diverse
+IconGroupPopupAction.nature.text=Natur
+IconGroupPopupAction.numbers.text=Siffror
+IconGroupPopupAction.office.text=Kontor
+IconGroupPopupAction.people.text=Personer
+IconGroupPopupAction.rating.text=Omd\u00f6me
+IconGroupPopupAction.signs.text=Symboler
+IconGroupPopupAction.smiley.text=Smileys
+IconGroupPopupAction.time.text=Tid
+IconGroupPopupAction.user.text=Egna ikoner
+IconSelectionPlugin.text=V\u00e4lj ikon...
+IconSelectionPlugin.tooltip=<html>V\u00e4lj ikon genom att anv\u00e4nda ett nytt f\u00f6nster.</html>
+import=Importera
+import_linked_branch_no_link=Den valda grenen har ingen l\u00e4nk att importera fr\u00e5n.
+ImportAction.text=Importera
+ImportBranchAction.text=F\u00f6rgrening...
+ImportExplorerFavoritesAction.text=Explorer favoriter...
+ImportFolderStructureAction.text=Mappstruktur...
+ImportLinkedBranchAction.text=L\u00e4nkad f\u00f6rgrening
+ImportLinkedBranchWithoutRootAction.text=(L\u00e4nkad f\u00f6rgrening) utan centrum...
+ImportMindmanagerFiles.text=MindManager X5 tankekarta...
+increase_branch_font_size=\u00d6ka teckensnitt
+IncreaseNodeFontAction.text=\u00d6ka teckensnitt
+invalid_uri=Ogiltig URI: {0}
+invalid_url=Kan inte skapa giltig URL
+invalid_url_msg=Kan inte skapa giltig URL f\u00f6r {0}
+ItalicAction.text=Kursiv
+italicise_branch=Kursiv
+java_version=Java-version: {0}
+JoinNodesAction.text=Ny grenf?rbindelse
+less_than_two_selected_nodes=Markera minst tv\u00e5 grenar f\u00f6r att skapa f?rbindelse/l?nk.
+license=Licens
+link_error=L\u00e4nken "{0}" \u00e4r inkorrekt och l?stes inte in
+link_not_available_any_more=L\u00e4nken ogiltig. Gren borttagen.
+link_not_found=L\u00e4nk {0} saknas.
+load=?ppna
+LoadAcceleratorPresetsAction.textPatterns.text=Text mallar
+locking_failed_by_open=L\u00e5sningen av tankekartan {0} misslyckades. \u00d6ppnas enbart med l\u00e4sr\u00e4ttighet.
+locking_failed_by_save_as=L\u00e5sningen av kartan {0} misslyckades. "Spara som" avbr\u00f6ts.
+locking_old_lock_removed=Tankekartan {0} \u00e4r l\u00e5st av anv\u00e4ndaren {1}.\n L\u00e5set har tagits bort, pga att det \u00e4r f\u00f6r gammalt..
+long_node_changed_cancel=Grenen f\u00f6r\u00e4ndrad. Ta bort \u00e4ndringen?
+long_node_changed_submit=Grenen f\u00f6r\u00e4ndrad. Spara f\u00f6r\u00e4ndringen?
+lots_of_links_warning=Flera l?nkar till samma gren. Skapa alla l\u00e4nkarna?
+main_resource_directory=Katalog: {0}
+MainView.errorUpdateText=Fel vid uppdatering av texten f\u00f6r f\u00f6ljande indata: {0}.\nFelet var: {1}
+ManageConditionalStylesAction.text=Villkorsstyrd mall
+map_already_exists=Tankekarta finns redan. Ers\u00e4tt tankekarta?
+map_corrupted=Tankekartan felaktig. Visa info?
+map_locked_by_open=Tankekartan {0} redigeras av anv\u00e4ndaren {1}. \u00d6ppnas enbart med l\u00e4sr\u00e4ttigheter.
+map_locked_by_save_as=Tankekartan {0} redigeras av anv\u00e4ndaren {1}. Spara som... ignoreras.
+map_not_saved=Tankekartan sparades inte f\u00f6rut.
+MapBackgroundColorAction.text=Bakgrund
+MaxNodeWidthAction.text=S\u00e4tt maximal grenbredd
+menu_attributes=Egenskaper
+menu_extras=Verk&tyg
+menu_file_import=I&mportera
+menu_filter=F&ilter
+menu_format=Format
+menu_insert=Infoga
+menu_navigate=Navigera
+menu_view=Visa
+mindmap=Tankekarta
+MindMapNodesFlavorHandler=Grenhierarki
+mindmaps=Tankekartor
+mindmaps_desc=Tankekartor (*.mm)
+mindmaps_filter_desc=Filter (*.mmfilter)
+mode_Browse=Bl\u00e4ddringsl\u00e4ge
+mode_File=Fill\u00e4ge
+mode_MindMap=Kartl\u00e4ge
+mode_na=Arbetss\u00e4ttet inte tillg\u00e4ngligt
+mode_status=Arbetss\u00e4ttet \u00e4ndrat till {0} arbetss\u00e4tt
+mode_title=Freeplane - {0} arbetss\u00e4tt
+modes=Arbetss\u00e4tt
+ModesMenuAction.Browse.text=Kartbl\u00e4ddrare
+ModesMenuAction.File.text=Filbl\u00e4ddrare
+ModesMenuAction.MindMap.text=Redigeringsl\u00e4ge
+most_recent_files=Senast anv\u00e4nda filer
+MoveToRootAction.text=Hoppa till rotgren
+NavigationNextMapAction.text=N\u00e4sta karta
+NavigationPreviousMapAction.text=F\u00f6reg\u00e5ende tankekarta
+new=&Ny
+new_map_from_user_templates.text=?ppna mall ...
+new_mindmap=Ny tankekarta
+new_node=Ny gren
+new_node_as_sibling_not_possible_for_the_root=Ny syskongren inte m\u00f6jlig fr?n rotgren,
+new_version_available=Ny version ''{0}'' tillg\u00e4nglig
+NewChildAction.text=Ny undergren
+NewerFileRevisionsFoundDialog.cancel=Hoppa \u00f6ver
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u00c6ppna inte denna fil
+NewerFileRevisionsFoundDialog.file_last_modified=Tid
+NewerFileRevisionsFoundDialog.file_name=Fil
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=\u00c6ppna
+NewerFileRevisionsFoundDialog.open.tooltip=\u00c6ppna filen \u00e4ven om den \u00e4r inaktuell
+NewerFileRevisionsFoundDialog.question=Found newer revisions of {0}!\nDo you want to open {0} (see first row) nevertheless?\nTo replace {0} by an auto save file from the list\nselect it and click on ''Restore''.
+NewerFileRevisionsFoundDialog.restore=\u00c5terst\u00e4ll
+NewerFileRevisionsFoundDialog.restore.tooltip=Ersatt {0} av {1}
+NewerFileRevisionsFoundDialog.title=Nyare fil finns!
+NewLevelStyleAction.text=L\u00e4gg till automatiskt niv\u00e5mall
+NewMapAction.text=Ny
+NewMapViewAction.text=Ny kartvy
+NewParentNode.text=Ny F\u00f6r\u00e4ldragren
+NewParentNode.tooltip=<html>Markerad gren med alla undergrenar kopplas till nya grundgren.</html>
+NewPreviousSiblingAction.text=Ny syskongren ovanf\u00f6r
+NewSiblingAction.text=Ny syskongren
+NewUserStyleAction.text=Ny mall fr?n markerad
+NextNodeAction.BACK.text=F\u00f6reg\u00e5ende gren
+NextNodeAction.BACK_N_FOLD.text=F\u00f6reg\u00e5ende gren (d\u00f6lj)
+NextNodeAction.FORWARD.text=N\u00e4sta gren
+NextNodeAction.FORWARD_N_FOLD.text=N\u00e4sta gren (d\u00f6lj)
+no=Nej
+no_format_copy_before_format_paste=Inget format kopierat f?r inklistring.
+no_found_from=<html> Ingen <b>"{0}"</b>  hittades fr\u00e5n <b>"{1}"</b>.
+no_more_found_from=<html> Inga fler <b>"{0}"</b>  hittades fr\u00e5n <b>"{1}"</b>
+no_previous_find=Ingen f\u00f6reg\u00e5ende tr\u00e4ff.
+node=Gren
+node_changed_discard_changes=Grenen f\u00f6r\u00e4ndrad. Ta bort \u00e4ndringen?
+node_is_write_protected=M\u00e5lgrenen \u00e4r skrivskyddad.
+node_location_help=Drag f\u00f6r att flytta grenen, CTRL+drag \u00e4ndrar avst\u00e5nd, dubbelklick \u00e5terst\u00e4ller.
+NodeBackgroundColorAction.text=Gren bakgrundsf\u00e4rg...
+NodeColorAction.text=Grenf\u00e4rg...
+NodeColorBlendAction.text=Blanda f\u00e4rg
+NodeDownAction.text=Gren ned\u00e5t
+NodeListAction.text=S\u00f6k och Ers\u00e4tt...
+NodeListAction.tooltip=Visar alla grenar i en s\u00f6kbar lista med filteregenskaper.
+NodeShapeAction.bubble.text=Bubbla
+NodeShapeAction.fork.text=Enkel
+NodeUpAction.text=Gren upp\u00e5t
+nonboldify_branch=Ta bort fetstil
+nonitalicise_branch=Ta bort kursivstil
+normal=Normal
+not_saved_for_image_error=Kartan m\u00e5ste sparas innan bild kan l\u00e4ggas till
+not_saved_for_link_error=Tankekartan m\u00e5ste sparas innan dokument kan l\u00e4nkas.
+note_window_location=Anteckningsf\u00f6nstrets placering
+ok=OK
+OKAction.text=OK
+OpenAction.text=\u00d6ppna...
+OpenFreeplaneSiteAction.text=Freeplanes hemsida
+OpenPathAction.text=\u00c6ppna fil
+option_changes_may_require_restart=Starta om Freeplane f?r att aktivera nya inst\u00e4llningarna
+OptionalDontShowMeAgainDialog.cancel=&Nej
+OptionalDontShowMeAgainDialog.dontShowAgain=&Fr\u00e5ga inte igen.
+OptionalDontShowMeAgainDialog.ok=&Ja
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Kom ih\u00e5g mitt val.
+OptionPanel.absolute=Absolut
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatiskt formatmall
+OptionPanel.always_fold_all_after_load=d\u00f6lj alla
+OptionPanel.always_load_last_maps=L?s in senaste anv?nda kartor och ?ppna en ny vid start
+OptionPanel.always_load_last_maps.tooltip=\u00d6ppna senaste kartor enligt inst\u00e4llningarna ovan, \u00e4ven om Freeplane startas genom en fil.
+OptionPanel.always_save_folding=Alltid
+OptionPanel.always_save_folding_state=Spara alltid status (visad/dold) p\u00e5 grenar
+OptionPanel.always_save_folding_state.tooltip=Varje status \u00e4ndring r\u00e4knas som en ?ndring, p\u00e5minnelse att spara visas vid avslut.
+OptionPanel.always_unfold_all_after_load=Visa alla
+OptionPanel.antialias=Kantutj\u00e4mning
+OptionPanel.antialias.tooltip=<html>Tar reda p\u00e5 tankekartans kvalitet. Mer kantutj\u00e4mning tar l\u00e4ngre tid.</html>
+OptionPanel.antialias_all=J\u00e4mna ut alla
+OptionPanel.antialias_edges=J\u00e4mna ut kanter
+OptionPanel.antialias_none=Ingen kantutj\u00e4mning
+OptionPanel.Appearance=Format
+OptionPanel.ar=Ar
+OptionPanel.ARC=Rundad
+OptionPanel.as_parent=F\u00f6r\u00e4lder
+OptionPanel.ask=Fr\u00e5ga
+OptionPanel.automatic=Automatisk
+OptionPanel.automaticFormat_level=Auto format
+OptionPanel.automaticFormat_level1=Format rotgren
+OptionPanel.automaticFormat_level2=1:a Niv\u00e5 : Grenformat
+OptionPanel.backup_file_number=Antal sparade s\u00e4kerhetskopior filer
+OptionPanel.Behaviour=Inst\u00e4llningar
+OptionPanel.bezier=Bezier
+OptionPanel.bubble=Bubbla
+OptionPanel.ca=Katalanska
+OptionPanel.Cancel=Avbryt
+OptionPanel.center_selected_node=Centrera valda grenar
+OptionPanel.check_updates_automatically=Leta efter uppdateringar vid start
+OptionPanel.childpattern=Undergrensmall
+OptionPanel.childpattern.tooltip=Den markerade mallen anv\u00e4nds p\u00e5 alla undergrenar.
+OptionPanel.clear_all_setters=Byt alla
+OptionPanel.clear_all_setters.tooltip=Visar eller tar bort alla angivna f\u00f6r\u00e4ndringar.
+OptionPanel.cloud=Moln
+OptionPanel.cloudcolor=Molnf\u00e4rg
+OptionPanel.cloudshape=Moln mall
+OptionPanel.combined=Kombinerad
+OptionPanel.convert_to_current_version=<html>Konvertera automatiskt \u00e4ldre Freeplane-kartor <br>till den senaste versionen?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Enbart f\u00f6r v\u00e4ldigt stora kartor som inte beh\u00f6ver konverteras</html>
+OptionPanel.cs=Tjeckiska
+OptionPanel.cut_nodes_without_question=Klipp ut grenar utan bekr\u00e4ftelse?
+OptionPanel.cut_nodes_without_question.tooltip=Klipper ut grenar utan att fr\u00e5ga, kan leda till dataf\u00f6rlust vid oavsiktlig utklippning.
+OptionPanel.da=Danska
+OptionPanel.de=Tyska
+OptionPanel.default=Standard
+OptionPanel.default_browser_command_mac=Standard webbl\u00e4sarkommando MAC
+OptionPanel.default_browser_command_mac.tooltip=<html> och MAC: (tack till Nick!)</html>
+OptionPanel.default_browser_command_other_os=Standard webbl\u00e4sarkommando andra OS
+OptionPanel.default_browser_command_other_os.tooltip=<html> Detta \u00e4r typiskt f\u00f6r Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Standard webbl\u00e4sarkommando Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>F\u00f6r Windows ( "" m\u00e5ste anv\u00e4ndas vid l\u00e4nkar, som har "=" i sina URL).</html>
+OptionPanel.default_browser_command_windows_nt=Standard webbl\u00e4sarkommando Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>F\u00f6r Windows ( "" m\u00e5ste anv\u00e4ndas vid l\u00e4nkar, som har "=" i sina URL).</html>
+OptionPanel.default_charset=Teckenupps\u00e4ttning
+OptionPanel.Defaults=Standardv\u00e4rden
+OptionPanel.delete_automatic_saves_at_exit=Ta bort autospara vid avslutning
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Om filerna ska tas bort automatiskt vid normal avslutning av Freeplane ska f\u00f6ljande varibel vara ikryssad (sant)</html>
+OptionPanel.delete_nodes_without_question=Radera grenar utan bekr\u00e4ftelse?
+OptionPanel.delete_nodes_without_question.tooltip=Raderar grenar utan att fr\u00e5ga, kan orsaka dataf\u00f6rlust vid oavsiktlig anv\u00e4ndning.
+OptionPanel.disable_cursor_move_paper=Ta bort mark\u00f6r Flytta karta
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Visa inte 'flytta' mark\u00f6r n\u00e4r kartan flyttas</html>
+OptionPanel.display_node_id=Visa gren-ID
+OptionPanel.edgecolor=Kantf\u00e4rg
+OptionPanel.edgecolor.tooltip=Kantegenskap till huvudgren. Alla undergrenar \u00e4ndras ocks\u00e5.
+OptionPanel.edgestyle=Kantstil
+OptionPanel.edgestyle.tooltip=Kantegenskap till huvudgren. Alla undergrenar \u00e4ndras ocks\u00e5.
+OptionPanel.edgewidth=Kantbredd
+OptionPanel.edgewidth.tooltip=Kantegenskap till huvudgren. Alla undergrenar \u00e4ndras ocks\u00e5.
+OptionPanel.editor_extra_width=Extravidd: Steg
+OptionPanel.el=Grekiska
+OptionPanel.el__buttons_above=Knappar upptill
+OptionPanel.el__enter_confirms_by_default=Enter bekr\u00e4ftar som standard
+OptionPanel.el__max_default_window_height=Max f\u00f6nster h\u00f6jd
+OptionPanel.el__max_default_window_width=Max f\u00f6nster bredd
+OptionPanel.el__min_default_window_height=Min f\u00f6nster h\u00f6jd
+OptionPanel.el__min_default_window_width=Min f\u00f6nster bredd
+OptionPanel.el__position_window_below_node=F\u00f6nsterplacering under gren
+OptionPanel.en=En
+OptionPanel.Environment=Programinst?llningar
+OptionPanel.es=Es
+OptionPanel.et=Estniska
+OptionPanel.execute_scripts_without_asking=Ska skript k\u00f6ras utan bekr\u00e4ftelse?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane-skrip kan i princip utf\u00f6ra vad som helst p\u00e5 datorn. <br>S\u00e5deles,<br> k\u00f6r inte skript som kan vara os?kra.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Till\u00e5t k\u00f6rning av andra program (INTE rekommenderat)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>If your Groovy Scripts need to execute special other applications (like a browser) without asking(!),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Till\u00e5t filoperationer (INTE rekommenderat)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>If your Groovy Scripts need to execute special file actions (open, close, read, write, delete(!)),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Till\u00e5t n\u00e4tverksoperationer (INTE rekommenderat)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>If your Groovy Scripts need to execute special network actions,<br>you have to enable this option. <br>But use it with care, as now malicious scripts can disclosure your secrets!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Till?t Fil?ndringar (INTE rekommenderat) 
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>Om Groovy Skcript beh?ver skriv r?ttigheter(Skriva,ta bort fil ),<br>aktivera detta val. <br>Normalt tillsammans med l?s r?ttigheter.<br>Anv?nds med f?rsiktighet d? d?liga skript kan skada lagrat data</body></html> 
+OptionPanel.experimental_file_locking_on=Experimentell fill\u00e5sning
+OptionPanel.experimental_file_locking_on.tooltip=<html> Experimentell f\u00f6rekomst</html>
+OptionPanel.export_icons_in_html=Exportera ikoner till HTML
+OptionPanel.export_icons_in_html.tooltip=<html> Ber\u00e4ttar f\u00f6r HTML exporterad fr\u00e5n Freeplane att ikoner ska f\u00f6lja med.<br> Problemet med ikoner \u00e4r att l\u00e4nkar till ikonerna ganska ofta inte hittas i exporterade HTML-koden.</html>
+OptionPanel.Files=Arkiv
+OptionPanel.first=F\u00f6rst
+OptionPanel.foldingsymbolwidth=D\u00f6lj symbolbredd
+OptionPanel.foldingsymbolwidth.tooltip=<html>Bredd p\u00e5 mark\u00f6rcirkel (dold gren) </html>
+OptionPanel.fork=F\u00f6rgrening
+OptionPanel.formula_disable_caching=Avaktivera formel cachen
+OptionPanel.fr=Franska
+OptionPanel.gl=Gl
+OptionPanel.goto_note_end_on_edit=Flytta mark\u00f6ren till slutet
+OptionPanel.grid_size=Min. pixlar vid grenflytt
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=D\u00f6lj kanter
+OptionPanel.horizontal=Horisontell
+OptionPanel.hr=Kroatiska
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Baserad p\u00e5 rubriker
+OptionPanel.html_export_fold_all=D\u00f6lj alla
+OptionPanel.html_export_fold_currently_folded=D\u00f6lj aktuell
+OptionPanel.html_export_folding=HTML export 
+OptionPanel.html_export_no_folding=Visa alla
+OptionPanel.hu=Hu
+OptionPanel.icon=Ikon
+OptionPanel.icon.tooltip=Om anv\u00e4nds kommer grenen att f\u00e5 ikonen.
+OptionPanel.icons.list=Lista \u00f6ver visade standardikoner
+OptionPanel.icons.list.tooltip=H\u00e4r kan standardikonerna ordnas eller avaktiveras. Separera ikonerna med ';'.
+OptionPanel.id=Indonesiska
+OptionPanel.il__enter_confirms_by_default=Enter-tryckning bekr\u00e4ftar
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=Tangentdefinitioner
+OptionPanel.ko=Kr
+OptionPanel.label_font_family=Typsnittsfamilj
+OptionPanel.label_font_size=Teckensnittsstorlek
+OptionPanel.language=Spr\u00e5k
+OptionPanel.language.tooltip=<html>Detta \u00e4r spr\u00e5ket som kommer att anv\u00e4ndas i programmet.<br> 'automatisk' f\u00f6rs\u00f6ker att h\u00e4mta nuvarande anv\u00e4ndares spr\u00e5k. </html>
+OptionPanel.last=Sist
+OptionPanel.last_opened_list_length=Senaste filer, visa antal
+OptionPanel.linear=Linj\u00e4r
+OptionPanel.links=L\u00e4nkar
+OptionPanel.links.tooltip=<html>Anv\u00e4nd relativa eller absoluta l\u00e4nkar </html>
+OptionPanel.load_folding=Vid laddning
+OptionPanel.load_folding_from_map_default_fold_all=L?s in fr\u00e5n kartan eller d\u00f6lj alla
+OptionPanel.load_folding_from_map_default_unfold_all=L?s in fr\u00e5n kartan eller visa alla
+OptionPanel.load_last_map=\u00d6ppna senaste tankekartan automatiskt
+OptionPanel.load_last_map.tooltip=<html>N\u00e4r Freeplane startas, h\u00e4mtas senast anv\u00e4nda tankekarta, om markerad.</html>
+OptionPanel.load_last_maps=L?s in kartor fr\u00e5n f\u00f6rra g\u00e5ngen
+OptionPanel.lookandfeel=Utseende
+OptionPanel.lookandfeel.tooltip=<html>Utseenden att anv\u00e4nda. 'metal','windows','motif', 'gtk' finns tillg\u00e4ngliga,<br> 'mac' finns enbart p\u00e5 MacOS. Standard betyder, att standard mall anv\u00e4nds.<br> Egen vy och k\u00e4nsla, skriv in klassbibliotekets namn h\u00e4r och kontrollera att jarfilerna \u00e4r inl\u00e4sta.<br> Om det uppst\u00e5r problem med mallen, v\u00e4lja 'nothing'. Det fungerar med applets.</html>
+OptionPanel.lt=Lt
+OptionPanel.max_displayed_node_count=Max antal visade grenar
+OptionPanel.max_node_width=Maximal grenbredd
+OptionPanel.max_node_width.tooltip=<html>Standard maximal grenbredd i pixels</html>
+OptionPanel.max_shortened_text_length=Max korta grenl\u00e4ngder
+OptionPanel.metal=Metall
+OptionPanel.motif=Motif
+OptionPanel.nb=No
+OptionPanel.never_save_folding=Aldrig
+OptionPanel.nl=Nl
+OptionPanel.nn=Norska (Nynorsk)
+OptionPanel.nodebackgroundcolor=Grenens bakgrundsf\u00e4rg
+OptionPanel.nodebackgroundcolor.tooltip=Grenens bakgrundsf\u00e4rg
+OptionPanel.nodecolor=Grenens f\u00e4rg
+OptionPanel.nodecolor.tooltip=Grenens f\u00e4rg
+OptionPanel.nodefontbold=Fet
+OptionPanel.nodefontitalic=Kursivstil
+OptionPanel.nodefontname=Grenens teckensnitt
+OptionPanel.nodefontsize=Grenens teckensnittsstorlek
+OptionPanel.nodeshape=Grenens stil
+OptionPanel.nodeshape.tooltip=Grenens stil
+OptionPanel.nodetext=Grentext
+OptionPanel.nodetext.tooltip=Grentext
+OptionPanel.nothing=Ingenting
+OptionPanel.number_of_different_files_for_automatic_save=Antal olika filer vid autospara
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> antal n av olika filer att spara tankekartan i.<br> Den f\u00f6rsta filen autosparas f\u00f6rst, osv. till och med n+1-spara som \u00e5terigen sparas i f\u00f6rsta filen (cykel)</html>
+OptionPanel.OK=Spara
+OptionPanel.org.freeplane.plugin.bugreport=Policy
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Skicka alltid
+OptionPanel.org.freeplane.plugin.bugreport.ask=Fr\u00e5ga
+OptionPanel.org.freeplane.plugin.bugreport.denied=Skicka aldrig
+OptionPanel.outline_hgap=Horisontellt avst\u00e5nd
+OptionPanel.outline_vgap=Vertikalt avst\u00e5nd
+OptionPanel.paint_connectors_behind=F\u00f6rbindelse d\u00f6ljs av gren
+OptionPanel.path_property_may_not_be_empty=Path property may not be empty! Change has been reverted.
+OptionPanel.patternname=Namn
+OptionPanel.patternname.tooltip=Unikt mallnamn
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Placera nya f\u00f6rgreningar
+OptionPanel.placenewbranches.tooltip=<html>Var placera nya f\u00f6rgreningar. Godk\u00e4nda v\u00e4rden \u00e4r 'f\u00f6rst' och 'sist' </html>
+OptionPanel.plugin.tooltip=Non-core plugins.
+OptionPanel.plugins=Plugins
+OptionPanel.printonwhitebackground=Vit bakgrund vid utskrift
+OptionPanel.printonwhitebackground.tooltip=Anv\u00e4nd alltid vit bakgrund vid utskrift
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.RECT=Rektangel
+OptionPanel.relative=Relativ
+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=Anv?nd ut?kat textformat f?r inklistrade grenar
+OptionPanel.remove_notes_without_question=Radera grenar utan att fr\u00e5ga?
+OptionPanel.remove_notes_without_question.tooltip=Raderar omedelbart grenar utan att fr\u00e5ga efter bekr\u00e4ftelse.
+OptionPanel.resources_use_default_font_for_notes_too=Anv\u00e4nd standardtypsnitt \u00e4ven f\u00f6r anteckningar
+OptionPanel.resources_use_margin_top_zero_for_notes=Ta bort \u00f6ver marginalen f\u00f6r anteckningar
+OptionPanel.revision_color=Revideringsf\u00e4rg
+OptionPanel.revision_color.tooltip=Bakgrundsf\u00e4rg f\u00f6r modifierade grenar
+OptionPanel.ROUND_RECT=Rundad Rektangel
+OptionPanel.ru=Ru
+OptionPanel.save_folding=Spara status
+OptionPanel.save_folding_if_map_is_changed=Om kartan \u00e4ndras
+OptionPanel.save_modification_times=Spara tidpunkt f\u00f6r ?ndringen
+OptionPanel.script_classpath=Skript classpath: Katalog inneh?llande klasser och/eller JARs (separera med ;;)
+OptionPanel.script_classpath.tooltip=<html>A list of JARs and/or directories to add to the classpath of scripts and formulas.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Directories will be scanned for JARs and for .class files.<br>Paths that are not absolute are considered relative to the Freeplane user directory.<br>If you set the classpath you have to permit read access too!</html> 
+OptionPanel.script_directories=S\u00f6kv\u00e4g f\u00f6r skript (separera med ;;)
+OptionPanel.script_directories.tooltip=<html>A list of directories.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Paths that are not absolute are considered relative to the Freeplane user directory.</html> 
+OptionPanel.script_user_key_name_for_signing=Option: aliaset till anv?ndarnyckeln f?r signering
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>If you want to sign your scripts, enter the alias of the key here. <br>The key is expected to reside in the default keystore. <br>The password of the key's secret key must coincide with the keystore password (this is the default).</html>
+OptionPanel.scrollbar_increment=Hastighet
+OptionPanel.selection_method=Metod
+OptionPanel.selection_method.tooltip=<html> Hur markeringen av grenar sker.</html>
+OptionPanel.selection_method_by_click=Vid musklick
+OptionPanel.selection_method_delayed=F\u00f6rdr?jd
+OptionPanel.selection_method_direct=Direkt
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Mall
+OptionPanel.separator.anti_alias=Kantutj\u00e4mning
+OptionPanel.separator.attributes=Egenskaper
+OptionPanel.separator.automatic_save=Autospara
+OptionPanel.separator.behaviour=Redigering
+OptionPanel.separator.browser=Webbl\u00e4sare
+OptionPanel.separator.CloudControls=Moln
+OptionPanel.separator.commands_for_the_program=Kommandon f\u00f6r programmet
+OptionPanel.separator.connectors=F\u00f6rbindelser
+OptionPanel.separator.default_colors=Standardf\u00e4rg
+OptionPanel.separator.default_fonts=Standard teckensnitt
+OptionPanel.separator.default_styles=Standardstil
+OptionPanel.separator.EdgeControls=Kanter
+OptionPanel.separator.edit_long_node_window=Redigering: Ut\u00f6kat grenf\u00f6nster
+OptionPanel.separator.editing=Redigeringsinst\u00e4llningar
+OptionPanel.separator.files=Arkiv
+OptionPanel.separator.formula=Formel Plugin
+OptionPanel.separator.General=Allm\u00e4n
+OptionPanel.separator.html_export=Export till Html
+OptionPanel.separator.html_import=Import fr\u00e5n HTML
+OptionPanel.separator.hyperlink_types=Typ av hyperl\u00e4nkar
+OptionPanel.separator.icon_properties=Ikoner
+OptionPanel.separator.icons=Ikoner i "V\u00e4lj ikon..."-menyn
+OptionPanel.separator.initial_map_size=Inledande kartstorlek
+OptionPanel.separator.inline_editor=Grenredigering
+OptionPanel.separator.key_typing=Tangenttryckning
+OptionPanel.separator.language=Spr\u00e5k
+OptionPanel.separator.load=Start
+OptionPanel.separator.look_and_feel=Utseende
+OptionPanel.separator.mouse_wheel=Mushjul
+OptionPanel.separator.new_node_commands=Nya kommandon f\u00f6r grenar
+OptionPanel.separator.node_editing_commands=Kommandon f\u00f6r grenredigering
+OptionPanel.separator.node_navigation_commands=Kommandon f\u00f6r navigering
+OptionPanel.separator.NodeColors=Gren f\u00e4rger
+OptionPanel.separator.NodeFont=Grenteckensnitt
+OptionPanel.separator.NodeShape=Grenform
+OptionPanel.separator.NodeStyle=Grenmall
+OptionPanel.separator.notifications=Bekr\u00e4ftelser
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatisk felrapport
+OptionPanel.separator.other_defaults=Andra standardv?rden
+OptionPanel.separator.others=Andra nyckelbindningar
+OptionPanel.separator.outline_view=\u00d6versiktsvy
+OptionPanel.separator.patterns=Mall
+OptionPanel.separator.root_node_appearance=Rotgrenformat
+OptionPanel.separator.save=Spara
+OptionPanel.separator.scrollbar=Rullningslist
+OptionPanel.separator.selection_colors=Markeringsf\u00e4rger
+OptionPanel.separator.selection_method=Markering av grenar
+OptionPanel.separator.single_instance_mode=Endast en kopia av programmet startas
+OptionPanel.separator.size_limits=Storleksgr\u00e4ns
+OptionPanel.separator.spelling=Stavningskontroll
+OptionPanel.separator.tooltip=Tips-rutor
+OptionPanel.separator.undo=\u00c5ngra
+OptionPanel.separator.updates=Programuppdateringar
+OptionPanel.set_property_text=\u00c4ndra
+OptionPanel.set_property_text.tooltip=Tom: L?t vara; Markerad = \u00c4ndra egenskaper
+OptionPanel.setscript=\u00c4ndra?
+OptionPanel.setscript.tooltip=A script can be associated to the style.
+OptionPanel.sharp_bezier=Skarp Bezier
+OptionPanel.sharp_linear=Skarp linj\u00e4r
+OptionPanel.show_icon_for_attributes=Visa egenskapsikon
+OptionPanel.show_node_tooltips=Visa verktygsskript f\u00f6r grenar
+OptionPanel.signed_script_are_trusted=Lita p\u00e5 signerade skript (rekommenderas)
+OptionPanel.signed_script_are_trusted.tooltip=If scripts are signed by a trusted party (ie. from the Freeplane's authors or by yourself), it is executed without restrictions.
+OptionPanel.single_backup_directory=F?r backup anv\u00e4nd katalog
+OptionPanel.single_backup_directory.tooltip=<html> If backup and auto save files should be put into a single directory instead of a sub directory in the map's directory</html>
+OptionPanel.single_backup_directory_path=Backup katalog (om ovan vald)
+OptionPanel.single_backup_directory_path.tooltip=<html>Overrides default <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Filer \u00f6ppnas i redan startat program
+OptionPanel.single_instance_force=Starta endast en kopia av programmet
+OptionPanel.sk=Slovakiska
+OptionPanel.sl=Sl
+OptionPanel.spelling_opt_case_sensitive=Versalk\u00e4nslig
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignorera alla ord med enbart versaler
+OptionPanel.spelling_opt_ignore_capitalization=Ignorera ord som b\u00f6rjar med versal
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ingorera ord med siffror i
+OptionPanel.spelling_opt_suggestions_limit_dialog=Antal f\u00f6rslag i f\u00f6nstret
+OptionPanel.spelling_opt_suggestions_limit_menu=Antal f\u00f6rslag i menyn
+OptionPanel.standard_template=Standard mallfil
+OptionPanel.standardbackgroundcolor=Standard bakgrundsf\u00e4rg
+OptionPanel.standardbackgroundcolor.tooltip=<html>Standard bakgrundsf\u00e4rg i htmlkod </html>
+OptionPanel.standardcloudcolor=Standard molnf\u00e4rg
+OptionPanel.standardcloudcolor.tooltip=<html>Standard molnf\u00e4rg i htmlkod </html>
+OptionPanel.standardcloudestyle=Standard molnstil
+OptionPanel.standardcloudestyle.tooltip=<html>Standard molnstil. F\u00f6r n\u00e4rvarande finns enbart 'bezier' tillg\u00e4ngligt</html>
+OptionPanel.standarddrawrectangleforselection=Markera valda grenar med bubblor
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Mark selected nodes by bubble around.</html>
+OptionPanel.standardlinkcolor=Standard l\u00e4nkf\u00e4rg
+OptionPanel.standardlinkcolor.tooltip=<html>Standard l\u00e4nkf\u00e4rg i htmlkod </html>
+OptionPanel.standardlinkestyle=Standard l\u00e4nkstil
+OptionPanel.standardlinkestyle.tooltip=<html>Standard l\u00e4nkstil. F\u00f6r n\u00e4rvarande finns enbart 'bezier' tillg\u00e4ngligt</html>
+OptionPanel.standardselectednodecolor=Standard vald grenf\u00e4rg
+OptionPanel.standardselectednodecolor.tooltip=<html>Standard grenf\u00e4rg om den \u00e4r vald. I htmlkod (#RRGGBB i hexv\u00e4rde) </html>
+OptionPanel.standardselectednoderectanglecolor=F\u00e4rg p\u00e5 markeringsbubbla
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>The color of buble marking selected nodes. In html notation (#RRGGBB in hex values) </html>
+OptionPanel.STAR=Taggig
+OptionPanel.structured_html_import=Importera HTML som grenstruktur
+OptionPanel.structured_icon_toolbar=Strukturera ikonraden
+OptionPanel.sv=Svenska
+OptionPanel.text.use_ctrl_key=Anv\u00e4nd 'Tilldela snabbkommando' fr\u00e5n Verktygs-menyn
+OptionPanel.time_for_automatic_save=Tid f\u00f6r att spara automatiskt
+OptionPanel.time_for_automatic_save.tooltip=<html> tid mellan tv\u00e5 p\u00e5f\u00f6ljande automatiskt sparade filer (i msec):<br> F\u00f6r att ta bort autospara s\u00e4tt v\u00e4rdet till 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Tid f\u00f6r f\u00f6rdr?jd grenmarkering
+OptionPanel.time_for_delayed_selection.tooltip=<html> F\u00f6rdr?jd markeringstid (i msec) av grenar n\u00e4r musen f\u00f6rs \u00f6ver . <br>\u00c4ndra detta v\u00e4rde till 1 f?r direktval n\u00e4r musen f\u00f6rs \u00f6ver.</html>
+OptionPanel.toolTipManager.dismissDelay=Visningstid (ms)
+OptionPanel.toolTipManager.initialDelay=Tid innan visning (ms)
+OptionPanel.toolTipManager.max_tooltip_width=Inforuta bredd
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Standard inforuta, bredd i pixlar.</html>
+OptionPanel.toolTipManager.reshowDelay=Tid innan \u00e5tervisning (ms)
+OptionPanel.tr=Tr
+OptionPanel.uk_UA=Ukrainska
+OptionPanel.undefined_font=Odefinierat teckensnitt
+OptionPanel.undo_levels=\u00c5ngra niv\u00e5er
+OptionPanel.undo_levels.tooltip=<html>Antal \u00e5ngrasteg som sparas.</html>
+OptionPanel.unfold_on_paste=Visa gren vid inklistring
+OptionPanel.unfold_on_paste.tooltip=Visa gren vid inklistring eller drag-och-sl\u00e4pp
+OptionPanel.use_common_out_point_for_root_node=Kant startar fr\u00e5n en punkt p\u00e5 rotgrenen
+OptionPanel.use_common_out_point_for_root_node.tooltip=Kant startar fr\u00e5n en punkt p\u00e5 rotgrenen
+OptionPanel.use_tabbed_pane=Anv\u00e4nd flikar
+OptionPanel.use_tabbed_pane.tooltip=If selected the maps are displayed in tabs (like in FireFox :-) ).
+OptionPanel.validate_classpath_needs_readaccess=Scripting: When setting the classpath you have to permit read access on files! 
+OptionPanel.validate_write_without_read=Scripting: consider to add Read/File to Write/File. 
+OptionPanel.validation_error=<html><body>Validation error(s):<p><em>{0}</em><p>Please change the preferences to fix the error(s).</body></html> 
+OptionPanel.validation_warning=<html><body>Validation warning(s):<p><em>{0}</em></body></html> 
+OptionPanel.vi=Vietnamesiska
+OptionPanel.wheel_velocity=Hastighet
+OptionPanel.wheel_velocity.tooltip=H\u00f6gre v\u00e4rde ger snabbare respons i tankekartan.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+org.freeplane.plugin.bugreport.agree=Skicka
+org.freeplane.plugin.bugreport.always_agree=Skicka alltid
+org.freeplane.plugin.bugreport.always_deny=Skicka aldrig
+org.freeplane.plugin.bugreport.deny=Skicka inte
+org.freeplane.plugin.bugreport.dialog.title=Automatisk bugrapport
+org.freeplane.plugin.bugreport.freeplane_team=Meddelande fr\u00e5n Freeplane-teamet
+org.freeplane.plugin.bugreport.lastreport=Senaste rapport mottagen
+org.freeplane.plugin.bugreport.never=Fr\u00e5ga aldrig om hj\u00e4lp
+org.freeplane.plugin.bugreport.question=Freeplane has an automatic bug tracking engine.\nNo personal data or map content will ever be transmitted.\nBug reports will help us improve the software.
+org.freeplane.plugin.bugreport.report=Nuvarande rapport
+org.freeplane.plugin.bugreport.wanted_bug=An internal error occurred and was automatically reported.\nWe would like more information in order to reproduce the unexpected behavior.\nPlease help us by submitting a Bug Report to our Mantis bug tracker:\nexplain what you were doing at the time, so that we may reproduce the bug.\n\nPress OK to open the bug tracker page in your web browser.\n\nThank you for your help in making a bug fix possible.\nYour Freeplane Team
+out_of_memory=Slut p\u00e5 minne.
+overwrite_keyset_question=Skriv \u00f6ver nuvarande upps\u00e4ttning?
+PageAction.text=Utskriftsinst\u00e4llningar...
+PasteAction.text=Klistra in
+PatternNewNameProperty=Ny mall
+PatternToString.backgroundColor=Bakgrundsf\u00e4rg
+PatternToString.Child=Stil f\u00f6r barn-gren
+PatternToString.color=F\u00e4rg
+PatternToString.EdgeColor=Kantlinjens f\u00e4rg
+PatternToString.EdgeStyle=Kantlinjens stil
+PatternToString.EdgeWidth=Kantlinjens bredd
+PatternToString.FontBold=Fet
+PatternToString.FontItalic=Kursiv
+PatternToString.FontName=Typsnittsnamn
+PatternToString.Icon=Ikon
+PatternToString.NodeFontSize=Teckensnittstorlek
+periodic_formula={0} * n + {1}
+plugins/latex/LatexNodeHook.editorTitle=Redigera Latex-kod
+plugins/script_filter=Script Filter {0}
+plugins/script_filter_error={0} had to return a boolean result on {1} but returned {2}
+plugins/ScriptEditor.cancel=Ignorera \u00e4ndringar och avsluta
+plugins/ScriptEditor.exit=Avsluta
+plugins/ScriptEditor.FORBIDDEN_ACTION=Freeplane 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.
+plugins/ScriptEditor.menu_actions=Kommandon
+plugins/ScriptEditor.new_script=Nytt skript
+plugins/ScriptEditor.run=K\u00f6r
+plugins/ScriptEditor.sign=Signera skript...
+plugins/ScriptEditor/window.Result=Resultat:
+plugins/ScriptEditor/window.title=Skriptredigerare
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Illegal access to the internal API (package {0}). - Please contact the Freeplane team if the scripting API is not powerful enough.
+plugins/TimeList.xml_Created=Skapad
+plugins/TimeList.xml_Date=Datum
+plugins/TimeList.xml_Icons=Ikoner
+plugins/TimeList.xml_Modified=Modifierad
+plugins/TimeList.xml_Notes=Anteckningar
+plugins/TimeList.xml_Text=Text
+plugins/TimeManagement.xml_appendButton=Bifoga datum till markerade grenar
+plugins/TimeManagement.xml_Cancel=Avbryt
+plugins/TimeManagement.xml_cancelButton=Avbryt
+plugins/TimeManagement.xml_closeButton=St\u00e4ng
+plugins/TimeManagement.xml_Export=Exportera markerade grenar
+plugins/TimeManagement.xml_Find=S\u00f6k
+plugins/TimeManagement.xml_Goto=G\u00e5 till
+plugins/TimeManagement.xml_hour=Timme:
+plugins/TimeManagement.xml_menu_actions=Aktion
+plugins/TimeManagement.xml_minute=Minut:
+plugins/TimeManagement.xml_reminderButton=P\u00e5minn vid detta datum
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>N\u00e4r en timer \u00e4r klickad p\u00e5, sker schemal\u00e4ggning till dagens datum.<br> Blinkande ikoner p\u00e5kallar din uppm\u00e4rksamhet.<br> N?r tankekartan st\u00e4ngs, \u00e5teraktiveras timern n\u00e4sta g\u00e5ng tankekartan \u00f6ppnas.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>F\u00f6r n\u00e4rvarande finns det enbart en p\u00e5minnelse per gren. <br>Den aktuella p\u00e5minnelsen \u00e4r schemalagd till {0,date} {0,time}, Valt var {1,date} {1,time}. <br><br>\u00e4ndra grenens p\u00e5minnelstid (Ja) <br>eller beh\u00e5ll den gamla (Nej)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=P\u00e5minnelse {0,date} {0,time}.
+plugins/TimeManagement.xml_removeReminderButton=Ta bort p\u00e5minnelser
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Ta bort alla p\u00e5minnelser fr\u00e5n markerade grenar.
+plugins/TimeManagement.xml_Replace=Ers\u00e4tt
+plugins/TimeManagement.xml_Replace_All=Ers\u00e4tt alla
+plugins/TimeManagement.xml_Replace_Selected=Ers\u00e4tt markerade
+plugins/TimeManagement.xml_Select=V\u00e4lj
+plugins/TimeManagement.xml_todayButton=Idag
+plugins/TimeManagement.xml_WindowTitle=Tidsstyrning
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=S\u00f6k och ers\u00e4tt
+preferences=Inst?llningar
+print_preview_title=F\u00f6rhandsgranskning
+PrintAction.text=Skriv ut...
+PrintDirectAction.text=Skriv ut
+printing_settings=Skala utskrift
+PrintPreviewAction.text=F\u00f6rhandsgranska utskrift...
+PropertyAction.dialog=Inst\u00e4llningar
+PropertyAction.text=Inst\u00e4llningar ...
+QuickFilterAction.text=Snabbfilter
+QuickFindAction.BACK.text=F?reg?ende
+QuickFindAction.FORWARD.text=N?sta
+QuickFindAllAction.text=Markera alla funna
+QuitAction.text=Avsluta
+read_only=Enbart l\u00e4sr\u00e4ttighet
+ReadScriptError.text=Fel vid l\u00e4sning av skript\nSe loggfil f\u00f6r information.
+really_convert_to_current_version=<html>This map was created with an older version of Freeplane. <br>Should it be converted (recommended)? <br>(Otherwise it is taken as it is without guarantee.) </html>
+really_cut_node=Klippa ut grenarna?
+really_execute_script=K\u00f6r skripten i kartan?\n Det \u00e4r m\u00f6jligt att de \u00e4r skadliga f\u00f6r din dator.
+really_remove_node=Radera grenarna?
+really_remove_notes=Radera anteckningarna?
+ReapplyFilterAction.text=Upprepa
+red=R?d
+RedefineStyleAction.text=\u00c4ndra mall
+RedoAction.text=G\u00f6r om
+RedoFilterAction.text=G\u00f6r om
+regular_expressions=Regulj\u00e4r uttryck
+ReminderHookAction.text=Ta bort p\u00e5minnelser
+ReminderHookAction.tooltip=Tar bort en p\u00e5minnelse fr\u00e5n en gren.
+remove_file_from_list_on_error=File {0} not opened. Remove it from the last opened file list?
+remove_shortcut_question=Ers\u00e4tt snabbkommando?
+RemoveAllIconsAction.text=Ta bort alla ikoner
+RemoveConnectorAction.text=Ta bort f\u00f6rbindelse
+RemoveFormatAction.text=Ta bort format
+RemoveIcon_0_Action.text=Ta bort f\u00f6rsta ikon
+RemoveIconAction.text=Ta bort senaste ikon
+RemoveNoteAction.text=Ta bort anteckningar
+RemoveNoteAction.tooltip=Ta bort anteckningar fr\u00e5n valda grenar.
+rename=Byt namn
+repair_link=Reparera l\u00e4nk
+repair_link_question=Kan inte l?sa in l\u00e4nkad tankekarta. Reparera l\u00e4nken manuellt?
+replace=Ers\u00e4tt
+ReportBugAction.text=Rapportera ett fel
+RequestFeatureAction.text=Beg\u00e4r en funktionalitet
+reset_to_default=Anv\u00e4nd standardv\u00e4rden
+ResetNodeLocationAction.text=\u00c5ngra grenplacering
+RevisionPluginAction.text=\u00c4ndra bakgrundsf\u00e4rg f\u00f6r revidering
+save_failed=F\u00f6rs\u00f6k att spara tankekartan {0} misslyckades.
+save_unsaved=Spara tankekarta?
+save_unsaved_styles=Spara mall?
+SaveAcceleratorPresetsAction.text=Spara snabbkommandoupps\u00e4ttning
+SaveAction.text=Spara
+SaveAll.text=Spara alla
+SaveAll.tooltip=Spara alla \u00f6ppna tankekartor
+SaveAsAction.text=Spara som...
+saved=Sparad
+saving_canceled=Sparandet avbrutet
+scheme_evaluate=Utv\u00e4rdera!
+script_execution_disabled=Skript k?rning avst?ngd  
+ScriptEditor.text=Skriptredigerare...
+ScriptEditor.tooltip=M\u00f6jligg\u00f6r att skriva st\u00f6rre skript i Freeplane.
+ScriptEditorPanel.changed_cancel=Skript \u00e4ndrat. Spara \u00e4ndringen?
+select_favorites_folder=V\u00e4lj mappen med dina favoriter
+select_file_export_to=V\u00e4lj fil att exportera till
+select_folder_for_importing=V\u00e4lj mappen som ska importeras
+select_icon=V\u00e4lj en ikon
+select_menu_item_dialog=V\u00e4lj fr\u00e5n menyn
+select_menu_item_root_node=Meny
+SelectAllAction.text=V\u00e4lj alla synliga
+SelectBranchAction.text=V\u00e4lj synlig f\u00f6rgrening
+SelectedPasteAction.text=Klistra in som...
+selection_method_by_click=Enkelt musklick f\u00f6r att v\u00e4lja
+selection_method_delayed=F\u00f6rsenad automatisk markering
+selection_method_direct=Peka f\u00f6r att v\u00e4lja
+SelectNoteAction.text=Visa redigerare f\u00f6r anteckningar
+SelectNoteAction.tooltip=Anteckningsf\u00f6nster
+set_accelerator_on_next_click_action=Klicka p\u00e5 ett menyalterativ f\u00f6r att tilldela ett nytt snabbkommando
+SetAcceleratorOnNextClickAction.text=Nytt snabbkommando
+SetImageByFileChooserAction.text=Bild (Dokumentv\u00e4ljare eller l\u00e4nk)...
+SetLinkByFileChooserAction.text=Hyperl\u00e4nk (Dokumentv\u00e4ljare)...
+SetLinkByTextFieldAction.text=Hyperl?nk Manuell...
+SetNoteWindowPosition.bottom.text=Nederst
+SetNoteWindowPosition.left.text=V\u00e4nster
+SetNoteWindowPosition.right.text=H\u00f6ger
+SetNoteWindowPosition.top.text=\u00d6verst
+SetShortenerStateAction.text=Visa/D?lj markering f?r extrainformation
+sf_login_required=SourceForge-login kr\u00e4vs. Forts\u00e4tta?
+ShowAllAttributesAction.text=Visa alla egenskaper
+ShowAncestorsAction.text=Visa f\u00f6r\u00e4ldragren
+ShowAttributeDialogAction.text=Egenskapshanterare
+ShowDescendantsAction.text=Visa undergren
+ShowFilterToolbarAction.text=Filter-verktygsf\u00e4lt
+ShowFormatPanel.text=Format f\u00f6nster
+ShowFormatPanel.tooltip=Presents a dialog in which node and edge attributes can be changed at once.
+ShowHideNoteAction.text=Anteckningsf\u00f6nster
+ShowHideNoteAction.tooltip=\u00c4r en menygenv\u00e4g f\u00f6r de sm\u00e5 pilarna p\u00e5 delningslinjen.
+ShowNotesInMapAction.text=Visa anteckning i karta
+ShowSelectedAttributesAction.text=Visa markerade egenskaper
+ShowSelectionAsRectangleAction.text=Rektangul\u00e4r markering
+simplyhtml.aboutFrameTitle=Om applikationen
+simplyhtml.aboutLabel=Om SimplyHTML
+simplyhtml.alignCenter=Centrerad
+simplyhtml.alignLabel=Justering:
+simplyhtml.alignLeft=V\u00e4nster
+simplyhtml.alignRight=H\u00f6ger
+simplyhtml.allCellsRangeLabel=Alla celler
+simplyhtml.allOccurrencesReplaced=Alla f\u00f6rekomster ersatta
+simplyhtml.appendTableColLabel=L\u00e4gg till kolumn
+simplyhtml.appendTableRowLabel=L\u00e4gg till rad
+simplyhtml.applyCellAttrLabel=Till\u00e4mpa p\u00e5
+simplyhtml.backgroundLabel=Bakgrund:
+simplyhtml.boldItalicName=Fet+kursiv
+simplyhtml.boldName=Fet
+simplyhtml.borderColorLabel=F\u00e4rg:
+simplyhtml.borderWidthLabel=Bredd
+simplyhtml.bottomLabel=Nederst:
+simplyhtml.cancelBtnName=Avbryt
+simplyhtml.cellBorderTabLabel=Kantlinjer
+simplyhtml.cellGenTabLabel=Allm\u00e4n
+simplyhtml.cellMarginTabLabel=Marginal
+simplyhtml.cellPanelTitle=Cellformat
+simplyhtml.clearFormatLabel=Ta bort format
+simplyhtml.clearFormatTip=Ta bort format
+simplyhtml.close=St\u00e4ng
+simplyhtml.closeBtnName=St\u00e4ng
+simplyhtml.colorLabel=F\u00e4rg
+simplyhtml.copyLabel=Kopiera
+simplyhtml.copyTip=Kopiera
+simplyhtml.cTagNameHead1=Rubrik 1
+simplyhtml.cTagNameHead2=Rubrik 2
+simplyhtml.cTagNameHead3=Rubrik 3
+simplyhtml.cTagNameHead4=Rubrik 4
+simplyhtml.cTagNameHead5=Rubrik 5
+simplyhtml.cTagNameHead6=Rubrik 6
+simplyhtml.cTagNameLink=L\u00e4nk
+simplyhtml.cTagNameOL=Numrerad lista
+simplyhtml.cTagNamePara=Stycke
+simplyhtml.cTagNameUL=Onumrerad lista
+simplyhtml.cutLabel=Klipp ut
+simplyhtml.cutTip=Klipp ut
+simplyhtml.defaultDocName=Dokumentnamn
+simplyhtml.deleteTableColLabel=Ta bort kolumn
+simplyhtml.deleteTableRowLabel=Ta bort rad
+simplyhtml.docTitleQuery=Namn p\u00e5 dokumenttitel:
+simplyhtml.docTitleTitle=Redigerat dokumenttitel
+simplyhtml.editLabel=Redigera
+simplyhtml.effectLabel=Effekt
+simplyhtml.familyLabel=Familj
+simplyhtml.findNext=S\u00f6k n\u00e4sta...
+simplyhtml.findReplaceDialogTitle=S\u00f6k och ers\u00e4tt
+simplyhtml.findReplaceLabel=S\u00f6k och ers\u00e4tt
+simplyhtml.findReplaceTip=S\u00f6k och ers\u00e4tt
+simplyhtml.fontBoldLabel=Fet
+simplyhtml.fontBoldTip=Fetstil av/p\u00e5
+simplyhtml.fontColorLabel=Textf\u00e4rg
+simplyhtml.fontColorTip=Textf\u00e4rg
+simplyhtml.fontDialogTitle=Val av teckensnitt
+simplyhtml.fontItalicLabel=Kursiv
+simplyhtml.fontItalicTip=Kursiv av/p\u00e5
+simplyhtml.fontLabel=Teckensnitt...
+simplyhtml.fontTabLabel=Teckensnitt
+simplyhtml.fontTip=Val av teckensnitt...
+simplyhtml.fontUnderlineLabel=Understruken
+simplyhtml.fontUnderlineTip=Understruken av/p\u00e5
+simplyhtml.foregroundLabel=F\u00f6rgrund:
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=Lista...
+simplyhtml.formatListTip=\u00c4ndra listformat
+simplyhtml.formatParaLabel=Stycke...
+simplyhtml.formatParaTip=\u00c4ndra styckeformat
+simplyhtml.formatTableLabel=Tabell...
+simplyhtml.formatTableTip=Formattera tabell
+simplyhtml.helpLabel=Hj\u00e4lp
+simplyhtml.htmlTabTitle=HTML-kodvy
+simplyhtml.imageFileDesc=Bildfiler
+simplyhtml.insertTableColLabel=Infoga kolumn
+simplyhtml.insertTableLabel=Tabell...
+simplyhtml.insertTableMsg=Hur m\u00e5nga kolumner?
+simplyhtml.insertTableRowLabel=Infoga rad
+simplyhtml.insertTableTitle=Infoga tabell
+simplyhtml.italicName=Kursiv
+simplyhtml.layoutTabTitle=Formatvy
+simplyhtml.leftLabel=V\u00e4nster:
+simplyhtml.listDialogTitle=Formatera lista
+simplyhtml.listIndentTitle=Indrag:
+simplyhtml.listPosInside=Inuti
+simplyhtml.listPositionLabel=Position:
+simplyhtml.listPosOutside=Utanf\u00f6r
+simplyhtml.listTypeCircle=Rund punkt
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=Filsymbol som punkt
+simplyhtml.listTypeLabel=Listtyp:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=Ingen
+simplyhtml.listTypeSquare=Fyrkantig punkt
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Yttre
+simplyhtml.matchCase=Skilj p? versaler/gemena
+simplyhtml.newStyleDefaultName=Ny stil
+simplyhtml.nextTableCellLabel=N\u00e4sta cell
+simplyhtml.noLineLabel=Ingen
+simplyhtml.noMoreOccurrencesFound=Inga (fler) f\u00f6rekomster hittade
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Inre
+simplyhtml.paraAlignCenterLabel=Centrera
+simplyhtml.paraAlignCenterTip=Centrera
+simplyhtml.paraAlignLeftLabel=V\u00e4nsterjustera
+simplyhtml.paraAlignLeftTip=V\u00e4nsterjustera stycke
+simplyhtml.paraAlignRightLabel=H\u00f6gerjustera
+simplyhtml.paraAlignRightTip=H\u00f6gerjustera stycke
+simplyhtml.paraStyleDialogTitle=Styckestil
+simplyhtml.paraTabLabel=Stycke
+simplyhtml.pasteLabel=Klistra in
+simplyhtml.pasteTip=Klistra in
+simplyhtml.plainName=Enkel
+simplyhtml.previewLabel=F\u00f6rhandsgranska
+simplyhtml.previewText=F\u00f6rhandsgranska text
+simplyhtml.prevTableCellLabel=F\u00f6reg\u00e5ende cell
+simplyhtml.redoLabel=G\u00f6r om
+simplyhtml.redoTip=\u00c5terta
+simplyhtml.replace=Ers\u00e4tt...
+simplyhtml.replaceAll=Alla
+simplyhtml.replaceDone=F\u00e4rdig
+simplyhtml.replaceNo=Nej
+simplyhtml.replaceThisQuery=Ers\u00e4tt denna f\u00f6rekomst
+simplyhtml.replaceWith=Ers\u00e4tt med:
+simplyhtml.replaceYes=Ja
+simplyhtml.rightLabel=H\u00f6ger:
+simplyhtml.searchDown=S\u00f6k ned\u00e5t
+simplyhtml.searchFromStart=S\u00f6k fr\u00e5n b\u00f6rjan
+simplyhtml.searchUp=S\u00f6k upp\u00e5t
+simplyhtml.selectAllLabel=Markera alla
+simplyhtml.sizeLabel=Storlek
+simplyhtml.standardStyleName=Standard
+simplyhtml.strikeLabel=Genomstruken
+simplyhtml.styleLabel=Mall
+simplyhtml.styleNameInputText=Namn p\u00e5 ny mall?
+simplyhtml.styleNameInputTitle=Spara mall
+simplyhtml.tableBgColLabel=Bakgrundsf\u00e4rg:
+simplyhtml.tableDialogTitle=Formatera tabell
+simplyhtml.tableLabel=Tabell
+simplyhtml.tablePanelTitle=Tabellformat
+simplyhtml.tableWidthLabel=Bredd:
+simplyhtml.textIndentLabel=Indrag:
+simplyhtml.textToFind=S\u00f6k efter text:
+simplyhtml.thisCellRangeLabel=Denna cell
+simplyhtml.thisColRangeLabel=Denna kolumn
+simplyhtml.thisRowRangeLabel=Denna rad
+simplyhtml.toggleBulletsLabel=Punktlista p\u00e5/av
+simplyhtml.toggleBulletsTip=Punktlista p\u00e5/av
+simplyhtml.toggleNumbersLabel=Nummerlista p\u00e5/av
+simplyhtml.toggleNumbersTip=Nummerlista p\u00e5/av
+simplyhtml.topLabel=\u00d6verst:
+simplyhtml.uLineLabel=Understruken
+simplyhtml.unableToOpenFileError=Filen kan inte \u00f6ppnas
+simplyhtml.unableToRedoError=Om\u00f6jligt att \u00e5terta:
+simplyhtml.unableToUndoError=Om\u00f6jligt att \u00e5ngra:
+simplyhtml.undoLabel=\u00c5ngra
+simplyhtml.undoTip=\u00c5ngra
+simplyhtml.valignBaseline=Baslinjen
+simplyhtml.valignBottom=Underst
+simplyhtml.valignLabel=Vert. justerad:
+simplyhtml.valignMiddle=Mitten
+simplyhtml.valignTop=\u00d6verst
+simplyhtml.wholeWordsOnly=Enbart hela ord
+SortNodes.text=Sortera undergrenar
+SortNodes.tooltip=Sortera alla undergrenar i alfabetisk ordning.
+split=Dela
+SplitConditionAction.text=Dela upp
+SplitNode.text=Dela upp gren
+SplitNode.tooltip=<html>Gren delas upp</html>
+stop_processing=Avbryt
+StringFlavorHandler=Ren text som grenhierarki
+StructuredHtmlFlavorHandler=HTML som grenhierarki
+style=Mall
+style_already_exists=Utseendet finns redan.
+styledialog.cancel.text=Avbryt
+styledialog.ok.text=OK
+styles=Mallar
+styles.AutomaticLayout=Automatiskt mall
+styles.connection=F?rbindelse
+styles.date=Datum
+styles.definition=Definition
+styles.description=Beskrivning
+styles.floating_node=Flytande gren
+styles.idea=Id?
+styles.important=Viktig
+styles.key=Nyckel
+styles.list=Lista
+styles.needs_action=\u00c5tg\u00e4rda
+styles.note=Anteckning
+styles.ok=OK
+styles.pending=Vilande
+styles.predefined=Definerade mallar
+styles.question=Fr\u00e5ga
+styles.quotation=Citat
+styles.root_node=Utseende
+styles.subsubtopic=Rubrik 3
+styles.subtopic=Rubrik 2
+styles.topic=Rubrik 1
+styles.user-defined=Egna mallar
+styles.website=Webplats
+styles_menu=Mallar
+submenu_keystroke_in_use_error=Keystroke {0} can not be used for submenu {1}. Keystroke removed.
+svg=SVG
+template_dir=Standard Mallar
+TimeListAction.text=Visa schemal\u00e4ggning ...
+TimeListAction.tooltip=Visar alla schemalagda tider och ber\u00f6rda grenar.
+TimeManagementAction.text=Visa kalender...
+TimeManagementAction.tooltip=<html>Visar kalendermodulen av Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=Visa/D?lj underliggande grenar
+ToggleDetailsAction.text=Visa grenens extrainformation
+ToggleFBarAction.text=F-kommandon
+ToggleFoldedAction.text=Visa/D?lj grenar
+ToggleFullScreenAction.text=Helsk\u00e4rm
+ToggleLeftToolbarAction.text=V\u00e4nster verktygsf\u00e4lt
+ToggleMenubarAction.text=Menyrad
+ToggleToolbarAction.text=Verktygsf\u00e4lt
+undefined_error=Ett ov\u00e4ntat fel har skett. Skicka en felrapport.
+underline=Understruken
+UnderlineAction.text=Understrykning
+underlined=Understruken
+UndoAction.text=\u00c5ngra
+UndoFilterAction.text=\u00c5ngra
+unfold=Visa f\u00f6rgrening
+UnfoldAllAction.text=Visa alla
+UnfoldAllAction.tooltip=<html>Visar markerade grenar och alla undergrenar.</html>
+UnfoldOneLevelAction.text=Visa en niv\u00e5
+UnfoldOneLevelAction.tooltip=<html>Visar markerade grenar med en niv\u00e5.</html>
+up=&Upp
+update_failed=Update failed with message {0}
+UpdateCheckAction.text=Leta efter uppdateringar
+updatecheckdialog=Uppdateringsf\u00f6nster
+url_error=URL:en \u00e4r felaktig!
+url_load_error=Kan inte h\u00e4mta URL:ens tankekarta:
+url_open_error=Kan inte \u00f6ppna URL:en {0}
+used_in_menu=Detta kortkommando kan inte anv\u00e4ndas, anv\u00e4nds av ett menyalternativ.
+UsePlainTextAction.text=Anv\u00e4nd enkel text
+user_config_folder=Mapp f\u00f6r egna inst\u00e4llningar: {0}
+user_defined_scale=Egendefinierad skala
+user_defined_zoom=Egendefinierad.
+user_defined_zoom_status_bar=F\u00f6r\u00e4ndrar zoom till egendefinierad zoom med v\u00e4rde {0}%.
+user_icon=Egen ikon "{0}"
+user_template_dir=Egna mallar
+user_zoom=Utskrift med zoomfaktor (0.0 - 2.0):
+version_up_to_date=Senaste versionen redan installerad
+ViewerControllerAction.text=Externt objekt...
+ViewLayoutTypeAction.OUTLINE.text=\u00d6versiktsvy
+WebDocuAction.text=Webbdokumentation
+width=Bredd
+wrong_regexp=Wrong regular expression "{0}", error {1}
+xslt_export_not_possible=Freeplane XSLT export not possible
+yes=Ja
+ZoomInAction.text=Zooma in
+ZoomOutAction.text=Zooma ut
diff --git a/freeplane/resources/translations/Resources_tr.properties b/freeplane/resources/translations/Resources_tr.properties
index 97da631..733c2c3 100644
--- a/freeplane/resources/translations/Resources_tr.properties
+++ b/freeplane/resources/translations/Resources_tr.properties
@@ -1,558 +1,558 @@
-AboutAction.text = Hakk\u0131nda
-acceleratorPresets = Hot Key Presets[translate me]
-accessories/plugins/EncryptNode.properties_0 = \u015Eifreli d\u00FC\u011F\u00FCm i\u00E7in bir \u015Fifre belirleyin
-accessories/plugins/EncryptNode.properties_1 = \u015Eifreler uyu\u015Fmuyor ya da \u00E7ok k\u0131sa.
-accessories/plugins/EncryptNode.properties_2 = \u015Eifre Gir:
-accessories/plugins/EncryptNode.properties_3 = Yeniden Gir:
-accessories/plugins/EncryptNode.properties_4 = \u015Eifrenizi girin.
-accessories/plugins/EncryptNode.properties_5 = <html>Unutmay\u0131n ki \u015Fifrelemenin g\u00FCc\u00FCn\u00FC neredeyse<br> tamamen \u015Fifrenizin kalitesine ba\u011Fl\u0131d\u0131r.
-accessories/plugins/EncryptNode.properties_6 = Tamam
-accessories/plugins/EncryptNode.properties_7 = \u0130ptal
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = Yaln\u0131zca \u015Fifreli bir d\u00FC\u011F\u00FCm\u00FCn \u015Fifre durumunu de\u011Fi\u015Ftirebilirsiniz. L\u00FCtfen ara\u00E7lar men\u00FCs\u00FCn\u00FC kullanarak bu t\u00FCr bir d\u00FC\u011F\u00FCm olu\u015Fturun.
-accessories/plugins/EncryptNode.properties_select_me = Devam etmek i\u00E7in buray\u0131 se\u00E7in!
-accessories/plugins/EncryptNode.properties_wrong_password = \u015Eifre yanl\u0131\u015F.
-accessories/plugins/ExportWithXSLT.tooltip = Bu, XSLT betiklerini kullanan d\u00FCzenli bir d\u0131\u015Fa aktarma y\u00F6ntemidir.
-accessories/plugins/ExportWithXSLT_HTML.text = XHTML Olarak (JavaScript s\u00FCr\u00FCm\u00FC)...
-accessories/plugins/ExportWithXSLT_HTML3.text = XHTML Olarak (T\u0131klanabilir harita resmi s\u00FCr\u00FCm\u00FC)...
-AddLocalLinkAction.text = Yerel Ba\u011Flant\u0131 Ekle
-antialias_all = Hepsini d\u00FCzg\u00FCnle\u015Ftir
-antialias_edges = S\u0131n\u0131rlar\u0131 d\u00FCzg\u00FCnle\u015Ftir
-antialias_none = Hi\u00E7 d\u00FCzg\u00FCnle\u015Ftirme
-as_parent = Ebeveyn Olarak
-attributes_deselect_all = Hi\u00E7bir \u015Fey
-attributes_refresh = Refresh[translate me]
-AutomaticLayoutAction.text = Otomatik Plan
-AutomaticLayoutAction.tooltip = <html> Haritan\u0131n plan\u0131n\u0131 tamir eder. <br>\u0130lk seviye siyah, ikincisi mavi, vb.</html>
-BackAction.text = Geri
-background = Arkaplan
-BlinkingNodeHookAction.text = Yan\u0131p S\u00F6nen D\u00FC\u011F\u00FCm
-BlinkingNodeHookAction.tooltip = <html>Bu, d\u00FC\u011F\u00FCm\u00FC yan\u0131p s\u00F6ner hale getirir. Ama dikkatli olun. \u00C7ok fazla d\u00FC\u011F\u00FCmde ve <strong>di\u011Fer otomatik bi\u00E7imlendirmelerle birlikte bunu kullanmay\u0131n</strong><html>
-BoldAction.text = Koyu
-boldify_branch = Dal\u0131 koyula\u015Ft\u0131r
-branch = Dal
-cancel = \u0130ptal
-CancelAction.text = \u0130ptal
-cannot_add_parent_diff_parents = Bu i\u015Flevin \u00E7al\u0131\u015Fmas\u0131 i\u00E7in b\u00FCt\u00FCn d\u00FC\u011F\u00FCmlerin ayn\u0131 ebeveyne sahip olmas\u0131 gerekir.
-cannot_add_parent_to_root = K\u00F6k d\u00FC\u011F\u00FCm\u00FC yeni bir ebeveyne eklenemez.
-cannot_join_nodes_with_children = \u00C7ocuklu d\u00FC\u011F\u00FCmler birle\u015Ftirilemez
-cannot_move_to_child = D\u00FC\u011F\u00FCm \u00E7ocuklar\u0131ndan birine ta\u015F\u0131namad\u0131.
-CenterAction.text = Ortala
-ChangeConnectorArrowsAction.backward.text = Geri
-ChangeConnectorArrowsAction.forward.text = \u0130leri
-choose_background_color = Arkaplan Rengini De\u011Fi\u015Ftir
-choose_cloud_color = Bulut Rengini De\u011Fi\u015Ftir:
-choose_edge_color = S\u0131n\u0131r Rengi Se\u00E7
-choose_node_background_color = D\u00FC\u011F\u00FCm Arkaplan Rengini Se\u00E7
-choose_node_color = D\u00FC\u011F\u00FCm Rengini Se\u00E7in:
-CloseAction.text = Kapat
-CloudAction.text = Bulut
-CloudColorAction.text = Bulut Rengi
-ColorProperty.ResetColor = Rengi S\u0131f\u0131rla
-combined = Birle\u015Fik
-CopyAction.text = Kopyala
-CopySingleAction.text = Birini Kopyala
-CreationModificationPluginAction.text = De\u011Fi\u015Ftirme Zamanlar\u0131n\u0131 G\u00F6ster
-CreationModificationPluginAction.tooltip = <html>Bu i\u015Flev d\u00FC\u011F\u00FCm yap\u0131m ve de\u011Fi\u015Ftirme zamanlarini takip eder.</html>
-CutAction.text = Kes
-decrease_branch_font_size = Yaz\u0131tipini K\u00FC\u00E7\u00FClt
-DecreaseNodeFontAction.text = Yaz\u0131tipini K\u00FC\u00E7\u00FClt
-delete_child = D\u00FC\u011F\u00FCm\u00FC Sil
-DeleteAction.text = D\u00FC\u011F\u00FCm\u00FC Kald\u0131r
-DocumentationAction.text = Belgeler
-edge = S\u0131n\u0131r
-edge_style = S\u0131n\u0131r Bi\u00E7emi
-edge_width = S\u0131n\u0131r Geni\u015Fli\u011Fi
-EdgeColorAction.text = S\u0131n\u0131r Rengi
-EdgeStyleAction.bezier.text = E\u011Fri
-EdgeStyleAction.linear.text = Do\u011Fru
-EdgeStyleAction.sharp_bezier.text = E\u011Friyi keskinle\u015Ftir
-EdgeStyleAction.sharp_linear.text = Do\u011Fruyu keskinle\u015Ftir
-EdgeStyleAsParentAction.text = Ebeveyn Olarak
-EdgeWidthAction_width_parent.text = Ebeveyn
-EdgeWidthAction_width_thin.text = \u0130nce
-edit = D\u00FCzen
-edit.decision = HTML Editor[translate me]
-edit_link_manually = Ba\u011Flant\u0131y\u0131 elle d\u00FCzenle
-EditAction.text = D\u00FC\u011F\u00FCm\u00FC D\u00FCzenle
-EditLongAction.text = Uzun bir d\u00FC\u011F\u00FCm\u00FC d\u00FCzenle
-EncryptedMap.text = \u015Eifreli Harita Olu\u015Ftur ...
-EncryptedMap.tooltip = Yeni bir \u015Fifreli harita olu\u015Ftur
-enter_base_url = Ba\u011F\u0131ml\u0131 ba\u011Flant\u0131lar yap\u0131\u015Ft\u0131r\u0131lacak. L\u00FCtfen referans URL'si girin.
-enter_confirms = Onaylar\u0131 girin
-EnterPassword.text = Ge\u00E7i\u015F yap \u015Eifrelenmi\u015F / \u015Eifrelenmemi\u015F
-error_creating_directory = D\u0131\u015Fa aktarmak i\u00E7in dizin olu\u015Fturulam\u0131yor.
-ExecuteScripts.text = Scripts[translate me]
-export_pdf_text = Ta\u015F\u0131nabilir Belge Bi\u00E7imi (PDF)
-export_svg_text = \u00D6l\u00E7eklenebilir Vekt\u00F6r Grafi\u011Fi (SVG)
-ExportAction.text = D\u0131\u015Fa Aktar
-ExportBranchToHTMLAction.text = Dal\u0131 HTML Olarak Aktar
-ExportPdf.text = PDF olarak...
-ExportSvg.text = SVG olarak...
-ExportToHTMLAction.text = HTML Olarak D\u0131\u015Fa Aktar
-ExportToImage.jpg.text = JPEG Olarak...
-ExportToImage.png.text = PNG Olarak...
-ExportToOoWriter.text = Open Office Writer Belgesi olarak...
-ExportToOoWriter.tooltip = Geni\u015Fletilmi\u015F d\u00FC\u011F\u00FCmler yap\u0131y\u0131, daralt\u0131lm\u0131\u015F d\u00FC\u011F\u00FCmleri belgenin i\u00E7eri\u011Fini olu\u015Fturur.
-extension_menu = Fiziksel Bi\u00E7em
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = SSS
-file = Dosya
-file_already_exists = {0} zaten var. \u00DCzerine yazmak ister misiniz?
-file_not_found = {0} bulunamad\u0131
-filter_does_not_exist = Not Exist[translate me]
-filter_icon = Icon[translate me]
-find_what = Neyi bul
-FindAction.text = Bul
-fit_map_to_page = Bir sayfaya s\u0131\u011Fd\u0131r
-FitToPage.text = Sayfaya S\u0131\u011Fd\u0131rmak i\u00E7in Yak\u0131nla\u015Ft\u0131r
-FitToPage.tooltip = Yak\u0131nla\u015Ft\u0131rmay\u0131 t\u00FCm haritan\u0131n \u015Fu anki pencereye s\u0131\u011Fabilece\u011Fi \u015Fekilde de\u011Fi\u015Ftirir.
-fold = Daralt
-FoldAllAction.text = T\u00FCm\u00FCn\u00FC Daralt
-FoldAllAction.tooltip = <html>Se\u00E7ili d\u00FC\u011F\u00FCmleri ve \u00E7ocuklar\u0131n\u0131 daralt\u0131r.</html>
-FoldOneLevelAction.text = Bir Seviye Daralt
-FoldOneLevelAction.tooltip = <html>Se\u00E7ili d\u00FC\u011F\u00FCmleri bir seviye daralt\u0131r.</html>
-follow_graphical_link = Go to\:[translate me]
-FollowLinkAction.text = Git:
-font = Yaz\u0131tipi
-FontFamilyAction.text = yaz\u0131tipi ailesi
-FontSizeAction.text = yaz\u0131tipi boyutu
-format_menu_edge_styles = S\u0131n\u0131r Bi\u00E7emleri
-format_menu_edge_widths = S\u0131n\u0131r Geni\u015Flikleri
-FormatCopy.text = Bi\u00E7imi Kopyala
-FormatCopy.tooltip = <html>Bir d\u00FC\u011F\u00FCm\u00FCn bi\u00E7imini kopyalar.</html>
-FormatPaste.text = Bi\u00E7imi Yap\u0131\u015Ft\u0131r
-FormatPaste.tooltip = <html>Bir d\u00FC\u011F\u00FCm\u00FCn bi\u00E7imini yap\u0131\u015Ft\u0131r\u0131r.</html>
-ForwardAction.text = \u0130leri
-freeplane_reverted = Freeplane_Eski_Hali_
-FreeplaneHelpStarter.text = Yard\u0131m...
-FreeplaneHelpStarter.tooltip = Freeplane Geni\u015Fletilmi\u015F Yard\u0131m
-GotoLinkNodeAction.text = Ba\u011Flant\u0131ya Git
-GrabKeyDialog.common.cancel = \u0130ptal
-GrabKeyDialog.common.ok = Tamam
-GrabKeyDialog.grab-key.assigned-to = Atanm\u0131\u015F
-GrabKeyDialog.grab-key.assigned-to.none = \u015Eu an atanmam\u0131\u015F
-GrabKeyDialog.grab-key.clear = Temizle
-GrabKeyDialog.grab-key.remove = Kald\u0131r
-GrabKeyDialog.grab-key.remove-ask = Bu k\u0131sayolu kald\u0131rmak istedi\u011Finizden emin misiniz?
-GrabKeyDialog.grab-key.title = Yeni tu\u015Fu girin
-help = Yard\u0131m
-HierarchicalIconsAction.text = Simgeleri hiyerar\u015Fik g\u00F6ster
-HierarchicalIconsAction.tooltip = E\u011Fer \u00E7ocuk ve torunlar\u0131mdan birinin simgesi varsa, ben de bunu k\u00FC\u00E7\u00FClt\u00FClm\u00FC\u015F olarak g\u00F6steririm.
-html_export_based_on_headings = HTML Olarak D\u0131\u015Fa Aktar - Ba\u015Fl\u0131klara g\u00F6re
-html_export_fold_all = HTML Olarak D\u0131\u015Fa Aktar - T\u00FCm\u00FCn\u00FC daralt
-html_export_fold_currently_folded = HTML Olarak D\u0131\u015Fa Aktar - \u015Eu ankiler daralt\u0131lm\u0131\u015F
-html_export_no_folding = HTML Olarak D\u0131\u015Fa Aktar - Daraltmadan
-icon_0% = 0%[translate me]
-icon_100% = 100%[translate me]
-icon_attach = Buraya bak
-icon_back = Geri
-icon_bee = Freeplane[translate me]
-icon_bell = Hat\u0131rla
-icon_bookmark = Heyecenl\u0131
-icon_broken-line = Broken[translate me]
-icon_button_cancel = \u0130ptal
-icon_button_ok = Tamam
-icon_calendar = Tarih
-icon_clanbomber = Tehlikeli
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = Unutma
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = Bayrak
-icon_flag-black = Black Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_forward = \u0130leri
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = \u00D6ncelik 1
-icon_full-2 = \u00D6ncelik 2
-icon_full-3 = \u00D6ncelik 3
-icon_full-4 = \u00D6ncelik 4
-icon_full-5 = \u00D6ncelik 5
-icon_full-6 = \u00D6ncelik 6
-icon_full-7 = \u00D6ncelik 7
-icon_gohome = Ev
-icon_help = Soru
-icon_idea = Fikir
-icon_info = Info[translate me]
-icon_kaddressbook = Telefon
-icon_knotify = Muzik
-icon_korn = Posta Kutusu
-icon_ksmiletris = Mutluyum
-icon_licq = \u0130yi
-icon_list = List[translate me]
-icon_Mail = Posta
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = Simgeler
-icon_messagebox_warning = \u00D6nemli
-icon_password = Anahtar
-icon_pencil = D\u00FCzeltilecek
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_stop = Dur
-icon_wizard = Sihir
-icon_xmag = Tart\u0131\u015F\u0131lacak
-icon_yes = \u00D6nemli
-IconGroupPopupAction.office.text = Office[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = Simge Se\u00E7...
-IconSelectionPlugin.tooltip = <html>Burada alt pencere kullanarak simge se\u00E7ebilirsiniz.</html>
-import = \u0130\u00E7e Aktar
-import_linked_branch_no_link = Se\u00E7ili d\u00FC\u011F\u00FCm\u00FCn i\u00E7e aktar\u0131lacak ba\u011Flant\u0131s\u0131 yok.
-ImportBranchAction.text = Dal\u0131 \u0130\u00E7e Aktar
-ImportExplorerFavoritesAction.text = Gezgin Yerimlerini \u0130\u00E7e Aktar
-ImportFolderStructureAction.text = Dizin Yap\u0131s\u0131n\u0131 \u0130\u00E7e Aktar
-ImportLinkedBranchAction.text = Ba\u011Flant\u0131l\u0131 Dal\u0131 \u0130\u00E7e Aktar
-ImportLinkedBranchWithoutRootAction.text = K\u00F6k Olmadan \u0130\u00E7e Aktar
-ImportMindmanagerFiles.text = MindManager X5 Haritas\u0131...
-increase_branch_font_size = Yaz\u0131tipini B\u00FCy\u00FClt
-IncreaseNodeFontAction.text = Yaz\u0131tipini B\u00FCy\u00FClt
-ItalicAction.text = Yat\u0131k
-italicise_branch = Yat\u0131kla\u015Ft\u0131r
-JoinNodesAction.text = D\u00FC\u011F\u00FCmleri Birle\u015Ftir
-less_than_two_selected_nodes = Ba\u011Flant\u0131 olu\u015Fturmak i\u00E7in en az iki d\u00FC\u011F\u00FCm se\u00E7melisiniz.
-link_not_available_any_more = Ba\u011Flant\u0131 art\u0131k ge\u00E7erli de\u011Fil. Aradaki d\u00FC\u011F\u00FCm silinmi\u015F.
-locking_failed_by_open = {0} haritas\u0131n\u0131n kilitlenmesi ba\u015Far\u0131s\u0131z oldu. Salt okunur olarak a\u00E7\u0131l\u0131yor.
-locking_failed_by_save_as = {0} haritas\u0131n\u0131n kilitlenmesi ba\u015Far\u0131s\u0131z oldu. Farkl\u0131 Kaydetme \u0130ptal Edildi.
-locking_old_lock_removed = {0} haritas\u0131 {1} kullan\u0131c\u0131s\u0131 tarafondan kilitlenmi\u015Ftir. Eski oldu\u011Fu i\u00E7in kilit kald\u0131r\u0131lm\u0131\u015Ft\u0131r.
-long_node_changed_cancel = D\u00FC\u011F\u00FCm\u00FC dei\u011Fi\u015Ftirdiniz. De\u011Fi\u015Fiklikleri silmek istedi\u011Finizden emin misiniz?
-lots_of_links_warning = Bir d\u00FC\u011F\u00FCme bir\u00E7ok ba\u011Flant\u0131 yapacaks\u0131n\u0131z. Emin misiniz?
-map_already_exists = Harita zaten var. \u00DCzerine yazmak ister misiniz?
-map_corrupted = Harita bozuk. Ayr\u0131nt\u0131lar?
-map_locked_by_open = {0} haritas\u0131 \u015Fu an {1} kullan\u0131c\u0131s\u0131 taraf\u0131ndan d\u00FCzenleniyor. Salt okunur olarak a\u00E7\u0131l\u0131yor.
-map_locked_by_save_as = {0} haritas\u0131 \u015Fu an {1} kullan\u0131c\u0131s\u0131 taraf\u0131ndan d\u00FCzenleniyor. Farkl\u0131 Kaydetme \u0130ptal Edildi.
-menu_extras = Ara\u00E7lar
-menu_file_import = \u0130\u00E7e Aktar
-menu_format = Bi\u00E7im
-menu_insert = Ekle
-menu_navigate = Git
-menu_view = G\u00F6r\u00FCn\u00FCm
-mindmap = Harita
-mindmaps = Haritalar
-mindmaps_desc = Haritalar (*.mm)
-mode_na = Mod uygun de\u011Fil
-mode_status = {0} Moduna ge\u00E7ildi
-mode_title = Freeplane - {0} Modu
-modes = Modlar
-most_recent_files = Son Kullan\u0131lanlar
-MoveToRootAction.text = K\u00F6ke ta\u015F\u0131
-NavigationNextMapAction.text = Sonraki Harita
-NavigationPreviousMapAction.text = \u00D6nceki Harita
-new_mindmap = Yeni Zihin Haritas\u0131
-new_node = Yeni D\u00FC\u011F\u00FCm
-new_node_as_sibling_not_possible_for_the_root = K\u00F6k i\u00E7in karde\u015F d\u00FC\u011F\u00FCm yap\u0131lamaz
-NewChildAction.text = Yeni \u00C7ocuk D\u00FC\u011F\u00FCm
-NewMapAction.text = Yeni
-NewParentNode.text = Yeni Ebeveyn D\u00FC\u011F\u00FCm
-NewParentNode.tooltip = <html>Se\u00E7ili olanlar\u0131n t\u00FCm\u00FC yeni ebeveyne nakledildi.</html>
-NewPreviousSiblingAction.text = Yeni Karde\u015F D\u00FC\u011F\u00FCm(\u00D6nde)
-NewSiblingAction.text = Yeni Karde\u015F D\u00FC\u011F\u00FCm
-no = Hay\u0131r
-no_format_copy_before_format_paste = \u00D6nce bir bi\u00E7im kopyalamal\u0131s\u0131n\u0131z.
-no_found_from = "{1}"''de hi\u00E7 "{0}" bulunamad\u0131.
-no_more_found_from = "{1}"''de ba\u015Fka "{0}" bulunamad\u0131.
-no_previous_find = \u00D6nceki bulunamad\u0131.
-node = D\u00FC\u011F\u00FCm
-node_changed_discard_changes = D\u00FC\u011F\u00FCm\u00FC dei\u011Fi\u015Ftirdiniz. De\u011Fi\u015Fiklikleri silmek istedi\u011Finizden emin misiniz?
-NodeBackgroundColorAction.text = D\u00FC\u011F\u00FCm Arkaplan Rengi
-NodeColorAction.text = D\u00FC\u011F\u00FCm Rengi
-NodeColorBlendAction.text = Rengi Kar\u0131\u015Ft\u0131r
-NodeDownAction.text = Alt D\u00FC\u011F\u00FCm
-NodeListAction.text = Harita Ge\u00E7mi\u015Fini G\u00F6ster ...
-NodeListAction.tooltip = T\u00FCm d\u00FC\u011F\u00FCmleri olu\u015Fturma/d\u00FCzenleme tarihleriyle g\u00F6sterir.
-NodeShapeAction.bubble.text = Balon
-NodeShapeAction.fork.text = Dalland\u0131r
-NodeUpAction.text = \u00DCst D\u00FC\u011F\u00FCm
-nonboldify_branch = Koyula\u015Ft\u0131rmay\u0131 Kald\u0131r
-nonitalicise_branch = Yat\u0131kla\u015Ft\u0131rmay\u0131 Kald\u0131r
-normal = Normal
-not_saved_for_link_error = Dosyaya ba\u011Flant\u0131 vermeden \u00F6nce haritay\u0131 kaydetmelisiniz
-ok = Tamam
-OKAction.text = Tamam
-OpenAction.text = A\u00E7
-OpenFreeplaneSiteAction.text = Freeplane's Homepage[translate me]
-option_changes_may_require_restart = De\u011Fi\u015Fkliklerin etkisini g\u00F6rebilmek i\u00E7in Freeplane'\u0131 ba\u015Ftan ba\u015Flatman\u0131z gerekebilir.
-OptionPanel.absolute = Ba\u011F\u0131ms\u0131z
-OptionPanel.always_unfold_all_after_load = Unfold all[translate me]
-OptionPanel.antialias = D\u00FCzeltme
-OptionPanel.antialias.tooltip = <html>Haritan\u0131n kalitesini belirler. Daha \u00E7ok d\u00FCzeltme daha \u00E7ok zaman harcar.</html>
-OptionPanel.antialias_all = Hepsini d\u00FCzg\u00FCnle\u015Ftir
-OptionPanel.antialias_edges = S\u0131n\u0131rlar\u0131 d\u00FCzg\u00FCnle\u015Ftir
-OptionPanel.antialias_none = D\u00FCzeltme Yok
-OptionPanel.Appearance = G\u00F6r\u00FCn\u00FCm
-OptionPanel.ar = Ar[translate me]
-OptionPanel.as_parent = Ebeveyn Olarak
-OptionPanel.automatic = Otomatik
-OptionPanel.Behaviour = Davran\u0131\u015F
-OptionPanel.bezier = E\u011Fri
-OptionPanel.bubble = Balon
-OptionPanel.Cancel = \u0130ptal
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = Birle\u015Fik
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = Varsay\u0131lan
-OptionPanel.default_browser_command_mac = Mac i\u00E7in Varsay\u0131lan Taray\u0131c\u0131 Komutu
-OptionPanel.default_browser_command_mac.tooltip = <html> ve MAC: (Nick'e te\u015Fekk\u00FCrler!)</html>
-OptionPanel.default_browser_command_other_os = Di\u011Fer \u0130\u015Fletim Sistemleri \u0130\u00E7in Taray\u0131c\u0131 Komutu
-OptionPanel.default_browser_command_other_os.tooltip = <html> Genelde Linux i\u00E7indir:</html>
-OptionPanel.default_browser_command_windows_9x = Windows 9x i\u00E7in Varsay\u0131lan Taray\u0131c\u0131
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Windows i\u00E7in ( "" i\u015Faretleri, i\u00E7inde "=" olan ba\u011Flant\u0131lar i\u00E7in gereklidir).</html>
-OptionPanel.default_browser_command_windows_nt = Windows NT i\u00E7in Varsay\u0131lan Taray\u0131c\u0131
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Windows i\u00E7in ( "" i\u015Faretleri, i\u00E7inde "=" olan ba\u011Flant\u0131lar i\u00E7in gereklidir).</html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = Varsay\u0131lanlar
-OptionPanel.delete_automatic_saves_at_exit = \u00C7\u0131k\u0131\u015Fta Otokay\u0131tlar\u0131 Sil
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html>Freeplane'\u0131 notmal olarak kapatt\u0131\u011F\u0131n\u0131zda otomatik kay\u0131tlar\u0131n silinmesini sa\u011Flar</html>
-OptionPanel.disable_cursor_move_paper = \u0130mle\u00E7 Hareket Ka\u011F\u0131d\u0131n\u0131 Etkisizle\u015Ftir
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Ka\u011F\u0131d\u0131 s\u00FCr\u00FCklerken 'move' imlecini g\u00F6sterme</html>
-OptionPanel.el = El[translate me]
-OptionPanel.el__enter_confirms_by_default = Onaylar\u0131 Varsay\u0131lan Olarak Gir
-OptionPanel.el__max_default_window_height = Mak Varsay\u0131lan Pencere Y\u00FCksekli\u011Fi
-OptionPanel.el__max_default_window_width = Mak Varsay\u0131lan Pencere Geni\u015Fli\u011Fi
-OptionPanel.el__min_default_window_height = Min Varsay\u0131lan Pencere Y\u00FCksekli\u011Fi
-OptionPanel.el__min_default_window_width = Min Varsay\u0131lan Pencere Geni\u015Fli\u011Fi
-OptionPanel.el__position_window_below_node = Pencereyi D\u00FC\u011F\u00FCm\u00FCn Alt\u0131nda G\u00F6ster
-OptionPanel.en = En
-OptionPanel.Environment = Ortam
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = Deneysel Dosya Kilitleme
-OptionPanel.experimental_file_locking_on.tooltip = <html> Denenmemi\u015F \u00F6zellik</html>
-OptionPanel.export_icons_in_html = Simgeleri Html Olarak D\u0131\u015Fa Aktar
-OptionPanel.export_icons_in_html.tooltip = <html> Freeplane'\u0131n olu\u015Fturdu\u011Fu HTML'nin simge i\u00E7erip i\u00E7ermeyece\u011Fini belirler. Simgelerle olan sorun genelde simgelere olan ba\u011Flant\u0131lar\u0131n d\u0131\u015Fa aktar\u0131lan HTML'de ge\u00E7ersizle\u015Fmesidir.</html>
-OptionPanel.Files = Dosyalar
-OptionPanel.first = \u0130lk
-OptionPanel.foldingsymbolwidth = Daraltma Sembol\u00FC Geni\u015Fli\u011Fi
-OptionPanel.foldingsymbolwidth.tooltip = <html>Katlama i\u015Fareti \u00E7emberinin geni\u015Fli\u011Fi</html>
-OptionPanel.fork = \u00C7atal
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr[translate me]
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Ba\u015Fl\u0131klara G\u00F6re
-OptionPanel.html_export_fold_all = T\u00FCm\u00FCn\u00FC Daralt
-OptionPanel.html_export_fold_currently_folded = \u015Eu Anki Daralt\u0131lm\u0131\u015Flar\u0131 Daralt
-OptionPanel.html_export_folding = Html Olarak D\u0131\u015Fa Aktarmada Daraltma
-OptionPanel.html_export_no_folding = Daraltma Yok
-OptionPanel.hu = Hu
-OptionPanel.icon = Icon[translate me]
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = K\u0131sayol Tu\u015Flar\u0131
-OptionPanel.ko = Kr
-OptionPanel.language = Dil
-OptionPanel.language.tooltip = <html>Bu programda kullan\u0131lmas\u0131 gereken dildir. 'otomatik' yaparsan\u0131z kullan\u0131c\u0131n\u0131n dili y\u00FCklenmeye \u00E7al\u0131\u015F\u0131lacakt\u0131r. </html>
-OptionPanel.last = Son
-OptionPanel.last_opened_list_length = Son A\u00E7\u0131lanlar Listesi Uzunlu\u011Fu
-OptionPanel.linear = Do\u011Fru
-OptionPanel.links = Ba\u011Flant\u0131lar
-OptionPanel.links.tooltip = <html>Ba\u011Flant\u0131lar\u0131 ba\u011F\u0131ml\u0131 ya da ba\u011F\u0131ms\u0131z olarak ayarla </hmtl>
-OptionPanel.lookandfeel = G\u00F6r\u00FCn\u00FCm Bi\u00E7imi
-OptionPanel.lookandfeel.tooltip = <html>Kullan\u0131lacak G\u00F6r\u00FCn\u00FCm. 'metal','windows','motif', 'gtk' gelebilir, 'mac' sadece MacOS'ta \u00E7al\u0131\u015F\u0131r. E\u011Fer kendi bi\u00E7iminizi koyacaksan\u0131z bi\u00E7im dosyas\u0131n\u0131n ad\u0131n\u0131 yaz\u0131n ve ilgili jar dosyalar\u0131 y\u00FCklenir. G\u00F6r\u00FCn\u00FCmde sorunlar varsa buraya 'nothing' yaz\u0131n. Appletlerde i\u015Fe yarar</html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = Mak D\u00FC\u011F\u00FCm Geni\u015Fli\u011Fi
-OptionPanel.max_node_width.tooltip = <html>Piksel cinsinden maksimum d\u00FC\u011F\u00FCm geni\u015Fli\u011Fi</html>
-OptionPanel.metal = Metal
-OptionPanel.motif = Motif
-OptionPanel.nb = Hay\u0131r
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn[translate me]
-OptionPanel.nothing = Hi\u00E7bir \u015Fey
-OptionPanel.number_of_different_files_for_automatic_save = Otokay\u0131t i\u00E7in Kullan\u0131lacak Dosya Miktar\u0131
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html>Haritalar\u0131 kaydedecek farkl\u0131 dosyalar\u0131n miktar\u0131. \u0130lk otomatik kay\u0131t birinci dosyaya yap\u0131l\u0131r ve b\u00F6ylr devam eder. n+1-kay\u0131t 'a gelindi\u011Finde birinci dosyan\u0131n \u00FCzerine yaz\u0131l\u0131r(d\u00F6ng\u00FC)</html>
-OptionPanel.OK = Kaydet
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = Yeni Dallar Yerle\u015Ftir
-OptionPanel.placenewbranches.tooltip = <html>Yeni kollar\u0131n yerle\u015Fimi. Ge\u00E7erli de\u011Ferler 'first' ve 'last' d\u0131r </html>
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = Ba\u011F\u0131ml\u0131
-OptionPanel.ru = Ru
-OptionPanel.selection_method = Se\u00E7im Y\u00F6ntemi
-OptionPanel.selection_method.tooltip = <html> bu anahtarla gecikmeli se\u00E7im d\u00FCzenini kapat\u0131p a\u00E7abilirsiniz. Otomatik ayarlard\u0131r.  Bunlar auto.properties'e kaydolaca\u011F\u0131 i\u00E7in de\u011Fi\u015Fiklik yapmay\u0131n\u0131z.</html>
-OptionPanel.selection_method_by_click = T\u0131klamayla
-OptionPanel.selection_method_delayed = Gecikmeli
-OptionPanel.selection_method_direct = Do\u011Frudan
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u00D6rnekler
-OptionPanel.separator.anti_alias = D\u00FCzeltme
-OptionPanel.separator.automatic_save = Otomatik Kaydet
-OptionPanel.separator.behaviour = Davran\u0131\u015F
-OptionPanel.separator.browser = Taray\u0131c\u0131
-OptionPanel.separator.CloudControls = Clouds[translate me]
-OptionPanel.separator.commands_for_the_program = Program i\u00E7in komutlar
-OptionPanel.separator.default_colors = Varsay\u0131lan Renkler
-OptionPanel.separator.default_fonts = Varsay\u0131lan Yaz\u0131tipleri
-OptionPanel.separator.default_styles = Varsay\u0131lan Bi\u00E7emler
-OptionPanel.separator.edit_long_node_window = Uzun D\u00FC\u011F\u00FCm Penceresinde D\u00FCzenle
-OptionPanel.separator.files = Dosyalar
-OptionPanel.separator.html_export = HTML Olarak Aktarma
-OptionPanel.separator.hyperlink_types = Ba\u011Flant\u0131 T\u00FCrleri
-OptionPanel.separator.icon_properties = Simgeler
-OptionPanel.separator.initial_map_size = \u0130lk Harita Boyutu
-OptionPanel.separator.key_typing = D\u00FC\u011Fmeye Basma
-OptionPanel.separator.language = Dil
-OptionPanel.separator.look_and_feel = G\u00F6r\u00FCn\u00FCm Bi\u00E7imi
-OptionPanel.separator.new_node_commands = Yeni d\u00FC\u011F\u00FCm komutlar\u0131
-OptionPanel.separator.node_editing_commands = D\u00FC\u011F\u00FCm d\u00FCzenleme komutlar\u0131
-OptionPanel.separator.node_navigation_commands = D\u00FC\u011F\u00FCm gezinme komutlar\u0131
-OptionPanel.separator.other_defaults = Di\u011Fer Varsay\u0131lanlar
-OptionPanel.separator.patterns = \u00D6rnekler
-OptionPanel.separator.save = Kaydet
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = Se\u00E7im Y\u00F6ntemi
-OptionPanel.separator.undo = Geri Al
-OptionPanel.sharp_bezier = Sharp bezier[translate me]
-OptionPanel.sk = Sk[translate me]
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = Standart Arkaplan Rengi
-OptionPanel.standardbackgroundcolor.tooltip = <html>HTML bi\u00E7imiyle varsay\u0131lan akra plan rengi</html>
-OptionPanel.standardcloudcolor = Standart Bulut Rengi
-OptionPanel.standardcloudcolor.tooltip = <html>HTML bi\u00E7imiyle varsay\u0131lan bulut rengi</html>
-OptionPanel.standardcloudestyle = Standart Bulut Bi\u00E7emi
-OptionPanel.standardcloudestyle.tooltip = <html>Varsay\u0131lan bulut bi\u00E7imi. \u015Eu an sadece 'bezier' gelebilir</html>
-OptionPanel.standardlinkcolor = Standart Ba\u011Flant\u0131 Rengi
-OptionPanel.standardlinkcolor.tooltip = <html>HTML bi\u00E7imiyle varsay\u0131lan ba\u011Flant\u0131 rengi </html>
-OptionPanel.standardlinkestyle = Standart Ba\u011Flant\u0131 Bi\u00E7emi
-OptionPanel.standardlinkestyle.tooltip = <html>Varsay\u0131lan ba\u011Flant\u0131 bi\u00E7imi. \u015Eu an sadece 'bezier' gelebilir</html>
-OptionPanel.standardselectednodecolor = Standart Se\u00E7ili D\u00FC\u011F\u00FCm Rengi
-OptionPanel.standardselectednodecolor.tooltip = <html>Se\u00E7iliyse standart d\u00FC\u011F\u00FCm rengi. HTML tarz\u0131nda (#KKYYMM gibi hex de\u011Ferler) </html>
-OptionPanel.sv = Se[translate me]
-OptionPanel.time_for_automatic_save = Otokay\u0131t S\u00FCresi
-OptionPanel.time_for_automatic_save.tooltip = <html>milisaniye olarak iki otomatik kay\u0131t aras\u0131nda ge\u00E7en s\u00FCre: Otomatik kay\u0131t\u0131 iptal etmek i\u00E7in buraya 2000000000 yaz\u0131n.</html>
-OptionPanel.time_for_delayed_selection = Gecikmeli Se\u00E7im i\u00E7in S\u00FCre
-OptionPanel.time_for_delayed_selection.tooltip = <html> Fare \u00FCzerine geldi\u011Finde d\u00FC\u011F\u00FCm\u00FCn se\u00E7ilmesi i\u00E7in ge\u00E7ecek s\u00FCre (milisn). Farenin hemen se\u00E7mesi i\u00E7in bunu 1 yap\u0131n.</html>
-OptionPanel.tr = Tr[translate me]
-OptionPanel.uk_UA = Uk UA[translate me]
-OptionPanel.undefined_font = Undefined font[translate me]
-OptionPanel.undo_levels = Geri Alma Seviyeleri
-OptionPanel.undo_levels.tooltip = <html>"Geri Al" komutunun ne kadar geri alabilece\u011Fini belirler.</html>
-OptionPanel.vi = Vi[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = Sayfa D\u00FCzeni...
-PasteAction.text = Yap\u0131\u015Ft\u0131r
-PatternToString.color = Color[translate me]
-PatternToString.EdgeStyle = S\u0131n\u0131r Bi\u00E7emi
-PatternToString.EdgeWidth = S\u0131n\u0131r Geni\u015Fli\u011Fi
-PatternToString.FontBold = Koyu
-PatternToString.Icon = Icon[translate me]
-plugins/TimeList.xml_Created = Olu\u015Fturma
-plugins/TimeList.xml_Date = Tarih
-plugins/TimeList.xml_Icons = Simgeler
-plugins/TimeList.xml_Modified = De\u011Fi\u015Ftirme
-plugins/TimeList.xml_Text = Yaz\u0131
-plugins/TimeManagement.xml_appendButton = Se\u00E7ili D\u00FC\u011F\u00FCmlere Tarihi Ekle
-plugins/TimeManagement.xml_Cancel = \u0130ptal
-plugins/TimeManagement.xml_cancelButton = \u0130ptal
-plugins/TimeManagement.xml_Goto = Goto[translate me]
-plugins/TimeManagement.xml_hour = Saat:
-plugins/TimeManagement.xml_minute = Dakika:
-plugins/TimeManagement.xml_reminderButton = Bana Bu Zamanda Hat\u0131rlat
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>Bas\u0131ld\u0131\u011F\u0131nda verilen tarihe bir zamanlay\u0131c\u0131 ayarlan\u0131r. Zaman\u0131 gelince yan\u0131p s\u00F6nerek dikkatinizi \u00E7eker.<br> Haritay\u0131 kapat\u0131rsan\u0131z, tekrar a\u00E7t\u0131\u011F\u0131n\u0131zda zamanlay\u0131c\u0131lar yine aktif olacakt\u0131r.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Her d\u00FC\u011F\u00FCm i\u00E7in yaln\u0131zca bir hat\u0131rlat\u0131c\u0131 ayarlanabilir. <br>\u015Eu anki hat\u0131rlat\u0131c\u0131 {0,date} {0,time} zaman\u0131na ayarl\u0131, sizin se\u00E7ti\u011Finiz zaman {1,date} {1,time}. <br><br>D\u00FC\u011F\u00FCm\u00FCn hat\u0131rlatma zaman\u0131n\u0131 de\u011Fi\u015Ftirmek istiyor musunuz (EVET) <br>yoksa eskisi mi kals\u0131n (Hay\u0131r)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Hat\u0131rlat\u0131c\u0131 {0,date} {0,time} zaman\u0131na ayarland\u0131.
-plugins/TimeManagement.xml_removeReminderButton = Hat\u0131rlat\u0131c\u0131y\u0131 Kald\u0131r
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Se\u00E7ili d\u00FC\u011F\u00FCmlerle ilgili t\u00FCm hat\u0131rlat\u0131c\u0131lar\u0131 kald\u0131r.
-plugins/TimeManagement.xml_todayButton = Bug\u00FCn
-plugins/TimeManagement.xml_WindowTitle = Zaman Y\u00F6netimi
-preferences = Se\u00E7enekler
-PrintAction.text = Yazd\u0131r...
-PrintDirectAction.text = Yazd\u0131r
-printing_settings = \u00D6l\u00E7eklendirmeyi Yazd\u0131r
-PropertyAction.text = Se\u00E7enekler ...
-QuitAction.text = \u00C7\u0131k\u0131\u015F
-read_only = Salt Okunur
-RedoAction.text = Yinele
-RedoFilterAction.text = Yinele
-ReminderHookAction.text = Hat\u0131rlat\u0131c\u0131y\u0131 Kald\u0131r
-ReminderHookAction.tooltip = D\u00FC\u011F\u00FCmdeki hat\u0131rlat\u0131c\u0131y\u0131 kald\u0131r\u0131r.
-RemoveAllIconsAction.text = T\u00FCm Simgeleri Kald\u0131r
-RemoveIconAction.text = Son Simgeyi Kald\u0131r
-rename = Rename[translate me]
-repair_link = Ba\u011Flant\u0131y\u0131 tamir et
-repair_link_question = Ba\u011Flant\u0131l\u0131 harita y\u00FCklenemedi. Ba\u011Flant\u0131 elle d\u00FCzenlensin mi?
-ResetNodeLocationAction.text = Durumu S\u0131f\u0131rla
-save_failed = {0} kaydedilemedi.
-save_unsaved = Zihin haritas\u0131n\u0131 kaydet? :
-SaveAction.text = Kaydet
-SaveAsAction.text = Farkl\u0131 Kaydet
-saved = Kaydedildi
-scheme_evaluate = De\u011Ferlendir!
-select_favorites_folder = Yerimlerinizin bulundu\u011Fu dizini se\u00E7in
-select_folder_for_importing = Aktar\u0131lacak dizini se\u00E7in
-SelectAllAction.text = T\u00FCm G\u00F6r\u00FCn\u00FCrleri Se\u00E7
-SelectBranchAction.text = G\u00F6r\u00FCn\u00FCr Dal\u0131 Se\u00E7
-selection_method_by_click = Se\u00E7mek i\u00E7in t\u0131klay\u0131n
-selection_method_delayed = Gecikmeli Otomatik Se\u00E7im
-selection_method_direct = Se\u00E7ilecek nokta
-SetImageByFileChooserAction.text = Resmi Se\u00E7in (Dosya Se\u00E7ici veya Ba\u011Flant\u0131)
-SetLinkByFileChooserAction.text = Ba\u011F Olu\u015Ftur (Dosya se\u00E7ici)
-SetLinkByTextFieldAction.text = Ba\u011F Olu\u015Ftur (Metin alan\u0131)
-simplyhtml.alignLabel = Alignment\:[translate me]
-simplyhtml.appendTableColLabel = Append col[translate me]
-simplyhtml.borderColorLabel = Color\:[translate me]
-simplyhtml.borderWidthLabel = Geni\u015Flik
-simplyhtml.cancelBtnName = \u0130ptal
-simplyhtml.cellMarginTabLabel = Margin[translate me]
-simplyhtml.colorLabel = Color[translate me]
-simplyhtml.copyLabel = Kopyala
-simplyhtml.cutLabel = Kes
-simplyhtml.defaultDocName = Untitled[translate me]
-simplyhtml.fontBoldLabel = Koyu
-simplyhtml.fontItalicLabel = Yat\u0131k
-simplyhtml.fontTabLabel = Yaz\u0131tipi
-simplyhtml.fontUnderlineLabel = Alt\u0131n\u0131 \u00C7iz
-simplyhtml.foregroundLabel = Foreground\:[translate me]
-simplyhtml.formatLabel = Format[translate me]
-simplyhtml.helpLabel = Yard\u0131m
-simplyhtml.listIndentTitle = Indent\:[translate me]
-simplyhtml.okBtnName = Tamam
-simplyhtml.pasteLabel = Yap\u0131\u015Ft\u0131r
-simplyhtml.redoLabel = Yinele
-simplyhtml.redoTip = redo[translate me]
-simplyhtml.replaceNo = Hay\u0131r
-simplyhtml.replaceYes = Evet
-simplyhtml.styleLabel = Bi\u00E7em
-simplyhtml.textIndentLabel = Indent\:[translate me]
-simplyhtml.uLineLabel = Alt\u0131n\u0131 \u00C7iz
-simplyhtml.undoLabel = Geri Al
-simplyhtml.valignBaseline = baseline[translate me]
-simplyhtml.valignLabel = Vert. Alignment\:[translate me]
-split = B\u00F6l
-style = Bi\u00E7em
-svg = SVG[translate me]
-TimeListAction.text = Zamanlay\u0131c\u0131 Listesini G\u00F6ster ...
-TimeListAction.tooltip = T\u00FCm zamanlanm\u0131\u015F g\u00F6revleri ve ilgili d\u00FC\u011F\u00FCmleri g\u00F6sterir.
-TimeManagementAction.text = Takvimi G\u00F6ster...
-TimeManagementAction.tooltip = <html>Kai Toedter'in yapt\u0131\u011F\u0131 takvim mod\u00FCl\u00FCn\u00FC g\u00F6sterir.</html>
-ToggleChildrenFoldedAction.text = \u00C7ocuklar\u0131 Geni\u015Flet/Daralt
-ToggleFBarAction.text = F-Bar[translate me]
-ToggleFoldedAction.text = Daralt
-ToggleLeftToolbarAction.text = Sol Ara\u00E7 \u00C7ubu\u011Fu
-ToggleMenubarAction.text = Men\u00FC \u00C7ubu\u011Fu
-ToggleToolbarAction.text = Ara\u00E7 \u00C7ubu\u011Fu
-undefined_error = Beklenmeyen bir hata olu\u015Ftu. L\u00FCtfen hatay\u0131 bildirmeye \u00E7al\u0131\u015F\u0131n.
-underline = Alt\u0131n\u0131 \u00C7iz
-underlined = Alt\u0131 \u00C7izili
-UndoAction.text = Geri Al
-UndoFilterAction.text = Geri Al
-unfold = Geni\u015Flet
-UnfoldAllAction.text = T\u00FCm\u00FCn\u00FC Geni\u015Flet
-UnfoldAllAction.tooltip = <html>Se\u00E7ili d\u00FC\u011F\u00FCmleri ve \u00E7ocuklar\u0131n\u0131 geni\u015Fletir.</html>
-UnfoldOneLevelAction.text = Bir Seviye Geni\u015Flet
-UnfoldOneLevelAction.tooltip = <html>Se\u00E7ili d\u00FC\u011F\u00FCmleri bir seviye geni\u015Fletir.</html>
-url_error = Bozuk URL!
-url_load_error = Harita y\u00FCklenemedi URL:
-user_defined_zoom = Kullan\u0131c\u0131 tan\u0131ml\u0131.
-user_defined_zoom_status_bar = Yak\u0131nla\u015Ft\u0131rma kullan\u0131c\u0131 tan\u0131ml\u0131 olarak de\u011Fi\u015Ftirildi {0}%.
-user_zoom = \u00D6l\u00E7ek \u00E7arpan\u0131n\u0131 yazd\u0131r (0.0 - 2.0):
-width = Geni\u015Flik
-yes = Evet
-ZoomInAction.text = Yakla\u015F
-ZoomOutAction.text = Uzakla\u015F
+AboutAction.text=Hakk\u0131nda
+acceleratorPresets=Hot Key Presets[translate me]
+accessories/plugins/EncryptNode.properties_0=\u015Eifreli d\u00FC\u011F\u00FCm i\u00E7in bir \u015Fifre belirleyin
+accessories/plugins/EncryptNode.properties_1=\u015Eifreler uyu\u015Fmuyor ya da \u00E7ok k\u0131sa.
+accessories/plugins/EncryptNode.properties_2=\u015Eifre Gir:
+accessories/plugins/EncryptNode.properties_3=Yeniden Gir:
+accessories/plugins/EncryptNode.properties_4=\u015Eifrenizi girin.
+accessories/plugins/EncryptNode.properties_5=<html>Unutmay\u0131n ki \u015Fifrelemenin g\u00FCc\u00FCn\u00FC neredeyse<br> tamamen \u015Fifrenizin kalitesine ba\u011Fl\u0131d\u0131r.
+accessories/plugins/EncryptNode.properties_6=Tamam
+accessories/plugins/EncryptNode.properties_7=\u0130ptal
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Yaln\u0131zca \u015Fifreli bir d\u00FC\u011F\u00FCm\u00FCn \u015Fifre durumunu de\u011Fi\u015Ftirebilirsiniz. L\u00FCtfen ara\u00E7lar men\u00FCs\u00FCn\u00FC kullanarak bu t\u00FCr bir d\u00FC\u011F\u00FCm olu\u015Fturun.
+accessories/plugins/EncryptNode.properties_select_me=Devam etmek i\u00E7in buray\u0131 se\u00E7in!
+accessories/plugins/EncryptNode.properties_wrong_password=\u015Eifre yanl\u0131\u015F.
+accessories/plugins/ExportWithXSLT.tooltip=Bu, XSLT betiklerini kullanan d\u00FCzenli bir d\u0131\u015Fa aktarma y\u00F6ntemidir.
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML Olarak (JavaScript s\u00FCr\u00FCm\u00FC)...
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML Olarak (T\u0131klanabilir harita resmi s\u00FCr\u00FCm\u00FC)...
+AddLocalLinkAction.text=Yerel Ba\u011Flant\u0131 Ekle
+antialias_all=Hepsini d\u00FCzg\u00FCnle\u015Ftir
+antialias_edges=S\u0131n\u0131rlar\u0131 d\u00FCzg\u00FCnle\u015Ftir
+antialias_none=Hi\u00E7 d\u00FCzg\u00FCnle\u015Ftirme
+as_parent=Ebeveyn Olarak
+attributes_deselect_all=Hi\u00E7bir \u015Fey
+attributes_refresh=Refresh[translate me]
+AutomaticLayoutAction.text=Otomatik Plan
+AutomaticLayoutAction.tooltip=<html> Haritan\u0131n plan\u0131n\u0131 tamir eder. <br>\u0130lk seviye siyah, ikincisi mavi, vb.</html>
+BackAction.text=Geri
+background=Arkaplan
+BlinkingNodeHookAction.text=Yan\u0131p S\u00F6nen D\u00FC\u011F\u00FCm
+BlinkingNodeHookAction.tooltip=<html>Bu, d\u00FC\u011F\u00FCm\u00FC yan\u0131p s\u00F6ner hale getirir. Ama dikkatli olun. \u00C7ok fazla d\u00FC\u011F\u00FCmde ve <strong>di\u011Fer otomatik bi\u00E7imlendirmelerle birlikte bunu kullanmay\u0131n</strong><html>
+BoldAction.text=Koyu
+boldify_branch=Dal\u0131 koyula\u015Ft\u0131r
+branch=Dal
+cancel=\u0130ptal
+CancelAction.text=\u0130ptal
+cannot_add_parent_diff_parents=Bu i\u015Flevin \u00E7al\u0131\u015Fmas\u0131 i\u00E7in b\u00FCt\u00FCn d\u00FC\u011F\u00FCmlerin ayn\u0131 ebeveyne sahip olmas\u0131 gerekir.
+cannot_add_parent_to_root=K\u00F6k d\u00FC\u011F\u00FCm\u00FC yeni bir ebeveyne eklenemez.
+cannot_join_nodes_with_children=\u00C7ocuklu d\u00FC\u011F\u00FCmler birle\u015Ftirilemez
+cannot_move_to_child=D\u00FC\u011F\u00FCm \u00E7ocuklar\u0131ndan birine ta\u015F\u0131namad\u0131.
+CenterAction.text=Ortala
+ChangeConnectorArrowsAction.backward.text=Geri
+ChangeConnectorArrowsAction.forward.text=\u0130leri
+choose_background_color=Arkaplan Rengini De\u011Fi\u015Ftir
+choose_cloud_color=Bulut Rengini De\u011Fi\u015Ftir:
+choose_edge_color=S\u0131n\u0131r Rengi Se\u00E7
+choose_node_background_color=D\u00FC\u011F\u00FCm Arkaplan Rengini Se\u00E7
+choose_node_color=D\u00FC\u011F\u00FCm Rengini Se\u00E7in:
+CloseAction.text=Kapat
+CloudAction.text=Bulut
+CloudColorAction.text=Bulut Rengi
+ColorProperty.ResetColor=Rengi S\u0131f\u0131rla
+combined=Birle\u015Fik
+CopyAction.text=Kopyala
+CopySingleAction.text=Birini Kopyala
+CreationModificationPluginAction.text=De\u011Fi\u015Ftirme Zamanlar\u0131n\u0131 G\u00F6ster
+CreationModificationPluginAction.tooltip=<html>Bu i\u015Flev d\u00FC\u011F\u00FCm yap\u0131m ve de\u011Fi\u015Ftirme zamanlarini takip eder.</html>
+CutAction.text=Kes
+decrease_branch_font_size=Yaz\u0131tipini K\u00FC\u00E7\u00FClt
+DecreaseNodeFontAction.text=Yaz\u0131tipini K\u00FC\u00E7\u00FClt
+delete_child=D\u00FC\u011F\u00FCm\u00FC Sil
+DeleteAction.text=D\u00FC\u011F\u00FCm\u00FC Kald\u0131r
+DocumentationAction.text=Belgeler
+edge=S\u0131n\u0131r
+edge_style=S\u0131n\u0131r Bi\u00E7emi
+edge_width=S\u0131n\u0131r Geni\u015Fli\u011Fi
+EdgeColorAction.text=S\u0131n\u0131r Rengi
+EdgeStyleAction.bezier.text=E\u011Fri
+EdgeStyleAction.linear.text=Do\u011Fru
+EdgeStyleAction.sharp_bezier.text=E\u011Friyi keskinle\u015Ftir
+EdgeStyleAction.sharp_linear.text=Do\u011Fruyu keskinle\u015Ftir
+EdgeStyleAsParentAction.text=Ebeveyn Olarak
+EdgeWidthAction_width_parent.text=Ebeveyn
+EdgeWidthAction_width_thin.text=\u0130nce
+edit=D\u00FCzen
+edit.decision=HTML Editor[translate me]
+edit_link_manually=Ba\u011Flant\u0131y\u0131 elle d\u00FCzenle
+EditAction.text=D\u00FC\u011F\u00FCm\u00FC D\u00FCzenle
+EditLongAction.text=Uzun bir d\u00FC\u011F\u00FCm\u00FC d\u00FCzenle
+EncryptedMap.text=\u015Eifreli Harita Olu\u015Ftur ...
+EncryptedMap.tooltip=Yeni bir \u015Fifreli harita olu\u015Ftur
+enter_base_url=Ba\u011F\u0131ml\u0131 ba\u011Flant\u0131lar yap\u0131\u015Ft\u0131r\u0131lacak. L\u00FCtfen referans URL'si girin.
+enter_confirms=Onaylar\u0131 girin
+EnterPassword.text=Ge\u00E7i\u015F yap \u015Eifrelenmi\u015F / \u015Eifrelenmemi\u015F
+error_creating_directory=D\u0131\u015Fa aktarmak i\u00E7in dizin olu\u015Fturulam\u0131yor.
+ExecuteScripts.text=Scripts[translate me]
+export_pdf_text=Ta\u015F\u0131nabilir Belge Bi\u00E7imi (PDF)
+export_svg_text=\u00D6l\u00E7eklenebilir Vekt\u00F6r Grafi\u011Fi (SVG)
+ExportAction.text=D\u0131\u015Fa Aktar
+ExportBranchToHTMLAction.text=Dal\u0131 HTML Olarak Aktar
+ExportPdf.text=PDF olarak...
+ExportSvg.text=SVG olarak...
+ExportToHTMLAction.text=HTML Olarak D\u0131\u015Fa Aktar
+ExportToImage.jpg.text=JPEG Olarak...
+ExportToImage.png.text=PNG Olarak...
+ExportToOoWriter.text=Open Office Writer Belgesi olarak...
+ExportToOoWriter.tooltip=Geni\u015Fletilmi\u015F d\u00FC\u011F\u00FCmler yap\u0131y\u0131, daralt\u0131lm\u0131\u015F d\u00FC\u011F\u00FCmleri belgenin i\u00E7eri\u011Fini olu\u015Fturur.
+extension_menu=Fiziksel Bi\u00E7em
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=SSS
+file=Dosya
+file_already_exists={0} zaten var. \u00DCzerine yazmak ister misiniz?
+file_not_found={0} bulunamad\u0131
+filter_does_not_exist=Not Exist[translate me]
+filter_icon=Icon[translate me]
+find_what=Neyi bul
+FindAction.text=Bul
+fit_map_to_page=Bir sayfaya s\u0131\u011Fd\u0131r
+FitToPage.text=Sayfaya S\u0131\u011Fd\u0131rmak i\u00E7in Yak\u0131nla\u015Ft\u0131r
+FitToPage.tooltip=Yak\u0131nla\u015Ft\u0131rmay\u0131 t\u00FCm haritan\u0131n \u015Fu anki pencereye s\u0131\u011Fabilece\u011Fi \u015Fekilde de\u011Fi\u015Ftirir.
+fold=Daralt
+FoldAllAction.text=T\u00FCm\u00FCn\u00FC Daralt
+FoldAllAction.tooltip=<html>Se\u00E7ili d\u00FC\u011F\u00FCmleri ve \u00E7ocuklar\u0131n\u0131 daralt\u0131r.</html>
+FoldOneLevelAction.text=Bir Seviye Daralt
+FoldOneLevelAction.tooltip=<html>Se\u00E7ili d\u00FC\u011F\u00FCmleri bir seviye daralt\u0131r.</html>
+follow_graphical_link=Go to\:[translate me]
+FollowLinkAction.text=Git:
+font=Yaz\u0131tipi
+FontFamilyAction.text=yaz\u0131tipi ailesi
+FontSizeAction.text=yaz\u0131tipi boyutu
+format_menu_edge_styles=S\u0131n\u0131r Bi\u00E7emleri
+format_menu_edge_widths=S\u0131n\u0131r Geni\u015Flikleri
+FormatCopy.text=Bi\u00E7imi Kopyala
+FormatCopy.tooltip=<html>Bir d\u00FC\u011F\u00FCm\u00FCn bi\u00E7imini kopyalar.</html>
+FormatPaste.text=Bi\u00E7imi Yap\u0131\u015Ft\u0131r
+FormatPaste.tooltip=<html>Bir d\u00FC\u011F\u00FCm\u00FCn bi\u00E7imini yap\u0131\u015Ft\u0131r\u0131r.</html>
+ForwardAction.text=\u0130leri
+freeplane_reverted=Freeplane_Eski_Hali_
+FreeplaneHelpStarter.text=Yard\u0131m...
+FreeplaneHelpStarter.tooltip=Freeplane Geni\u015Fletilmi\u015F Yard\u0131m
+GotoLinkNodeAction.text=Ba\u011Flant\u0131ya Git
+GrabKeyDialog.common.cancel=\u0130ptal
+GrabKeyDialog.common.ok=Tamam
+GrabKeyDialog.grab-key.assigned-to=Atanm\u0131\u015F
+GrabKeyDialog.grab-key.assigned-to.none=\u015Eu an atanmam\u0131\u015F
+GrabKeyDialog.grab-key.clear=Temizle
+GrabKeyDialog.grab-key.remove=Kald\u0131r
+GrabKeyDialog.grab-key.remove-ask=Bu k\u0131sayolu kald\u0131rmak istedi\u011Finizden emin misiniz?
+GrabKeyDialog.grab-key.title=Yeni tu\u015Fu girin
+help=Yard\u0131m
+HierarchicalIconsAction.text=Simgeleri hiyerar\u015Fik g\u00F6ster
+HierarchicalIconsAction.tooltip=E\u011Fer \u00E7ocuk ve torunlar\u0131mdan birinin simgesi varsa, ben de bunu k\u00FC\u00E7\u00FClt\u00FClm\u00FC\u015F olarak g\u00F6steririm.
+html_export_based_on_headings=HTML Olarak D\u0131\u015Fa Aktar - Ba\u015Fl\u0131klara g\u00F6re
+html_export_fold_all=HTML Olarak D\u0131\u015Fa Aktar - T\u00FCm\u00FCn\u00FC daralt
+html_export_fold_currently_folded=HTML Olarak D\u0131\u015Fa Aktar - \u015Eu ankiler daralt\u0131lm\u0131\u015F
+html_export_no_folding=HTML Olarak D\u0131\u015Fa Aktar - Daraltmadan
+icon_0%=0%[translate me]
+icon_100%=100%[translate me]
+icon_attach=Buraya bak
+icon_back=Geri
+icon_bee=Freeplane[translate me]
+icon_bell=Hat\u0131rla
+icon_bookmark=Heyecenl\u0131
+icon_broken-line=Broken[translate me]
+icon_button_cancel=\u0130ptal
+icon_button_ok=Tamam
+icon_calendar=Tarih
+icon_clanbomber=Tehlikeli
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=Unutma
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=Bayrak
+icon_flag-black=Black Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_forward=\u0130leri
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=\u00D6ncelik 1
+icon_full-2=\u00D6ncelik 2
+icon_full-3=\u00D6ncelik 3
+icon_full-4=\u00D6ncelik 4
+icon_full-5=\u00D6ncelik 5
+icon_full-6=\u00D6ncelik 6
+icon_full-7=\u00D6ncelik 7
+icon_gohome=Ev
+icon_help=Soru
+icon_idea=Fikir
+icon_info=Info[translate me]
+icon_kaddressbook=Telefon
+icon_knotify=Muzik
+icon_korn=Posta Kutusu
+icon_ksmiletris=Mutluyum
+icon_licq=\u0130yi
+icon_list=List[translate me]
+icon_Mail=Posta
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=Simgeler
+icon_messagebox_warning=\u00D6nemli
+icon_password=Anahtar
+icon_pencil=D\u00FCzeltilecek
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_stop=Dur
+icon_wizard=Sihir
+icon_xmag=Tart\u0131\u015F\u0131lacak
+icon_yes=\u00D6nemli
+IconGroupPopupAction.office.text=Office[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=Simge Se\u00E7...
+IconSelectionPlugin.tooltip=<html>Burada alt pencere kullanarak simge se\u00E7ebilirsiniz.</html>
+import=\u0130\u00E7e Aktar
+import_linked_branch_no_link=Se\u00E7ili d\u00FC\u011F\u00FCm\u00FCn i\u00E7e aktar\u0131lacak ba\u011Flant\u0131s\u0131 yok.
+ImportBranchAction.text=Dal\u0131 \u0130\u00E7e Aktar
+ImportExplorerFavoritesAction.text=Gezgin Yerimlerini \u0130\u00E7e Aktar
+ImportFolderStructureAction.text=Dizin Yap\u0131s\u0131n\u0131 \u0130\u00E7e Aktar
+ImportLinkedBranchAction.text=Ba\u011Flant\u0131l\u0131 Dal\u0131 \u0130\u00E7e Aktar
+ImportLinkedBranchWithoutRootAction.text=K\u00F6k Olmadan \u0130\u00E7e Aktar
+ImportMindmanagerFiles.text=MindManager X5 Haritas\u0131...
+increase_branch_font_size=Yaz\u0131tipini B\u00FCy\u00FClt
+IncreaseNodeFontAction.text=Yaz\u0131tipini B\u00FCy\u00FClt
+ItalicAction.text=Yat\u0131k
+italicise_branch=Yat\u0131kla\u015Ft\u0131r
+JoinNodesAction.text=D\u00FC\u011F\u00FCmleri Birle\u015Ftir
+less_than_two_selected_nodes=Ba\u011Flant\u0131 olu\u015Fturmak i\u00E7in en az iki d\u00FC\u011F\u00FCm se\u00E7melisiniz.
+link_not_available_any_more=Ba\u011Flant\u0131 art\u0131k ge\u00E7erli de\u011Fil. Aradaki d\u00FC\u011F\u00FCm silinmi\u015F.
+locking_failed_by_open={0} haritas\u0131n\u0131n kilitlenmesi ba\u015Far\u0131s\u0131z oldu. Salt okunur olarak a\u00E7\u0131l\u0131yor.
+locking_failed_by_save_as={0} haritas\u0131n\u0131n kilitlenmesi ba\u015Far\u0131s\u0131z oldu. Farkl\u0131 Kaydetme \u0130ptal Edildi.
+locking_old_lock_removed={0} haritas\u0131 {1} kullan\u0131c\u0131s\u0131 tarafondan kilitlenmi\u015Ftir. Eski oldu\u011Fu i\u00E7in kilit kald\u0131r\u0131lm\u0131\u015Ft\u0131r.
+long_node_changed_cancel=D\u00FC\u011F\u00FCm\u00FC dei\u011Fi\u015Ftirdiniz. De\u011Fi\u015Fiklikleri silmek istedi\u011Finizden emin misiniz?
+lots_of_links_warning=Bir d\u00FC\u011F\u00FCme bir\u00E7ok ba\u011Flant\u0131 yapacaks\u0131n\u0131z. Emin misiniz?
+map_already_exists=Harita zaten var. \u00DCzerine yazmak ister misiniz?
+map_corrupted=Harita bozuk. Ayr\u0131nt\u0131lar?
+map_locked_by_open={0} haritas\u0131 \u015Fu an {1} kullan\u0131c\u0131s\u0131 taraf\u0131ndan d\u00FCzenleniyor. Salt okunur olarak a\u00E7\u0131l\u0131yor.
+map_locked_by_save_as={0} haritas\u0131 \u015Fu an {1} kullan\u0131c\u0131s\u0131 taraf\u0131ndan d\u00FCzenleniyor. Farkl\u0131 Kaydetme \u0130ptal Edildi.
+menu_extras=Ara\u00E7lar
+menu_file_import=\u0130\u00E7e Aktar
+menu_format=Bi\u00E7im
+menu_insert=Ekle
+menu_navigate=Git
+menu_view=G\u00F6r\u00FCn\u00FCm
+mindmap=Harita
+mindmaps=Haritalar
+mindmaps_desc=Haritalar (*.mm)
+mode_na=Mod uygun de\u011Fil
+mode_status={0} Moduna ge\u00E7ildi
+mode_title=Freeplane - {0} Modu
+modes=Modlar
+most_recent_files=Son Kullan\u0131lanlar
+MoveToRootAction.text=K\u00F6ke ta\u015F\u0131
+NavigationNextMapAction.text=Sonraki Harita
+NavigationPreviousMapAction.text=\u00D6nceki Harita
+new_mindmap=Yeni Zihin Haritas\u0131
+new_node=Yeni D\u00FC\u011F\u00FCm
+new_node_as_sibling_not_possible_for_the_root=K\u00F6k i\u00E7in karde\u015F d\u00FC\u011F\u00FCm yap\u0131lamaz
+NewChildAction.text=Yeni \u00C7ocuk D\u00FC\u011F\u00FCm
+NewMapAction.text=Yeni
+NewParentNode.text=Yeni Ebeveyn D\u00FC\u011F\u00FCm
+NewParentNode.tooltip=<html>Se\u00E7ili olanlar\u0131n t\u00FCm\u00FC yeni ebeveyne nakledildi.</html>
+NewPreviousSiblingAction.text=Yeni Karde\u015F D\u00FC\u011F\u00FCm(\u00D6nde)
+NewSiblingAction.text=Yeni Karde\u015F D\u00FC\u011F\u00FCm
+no=Hay\u0131r
+no_format_copy_before_format_paste=\u00D6nce bir bi\u00E7im kopyalamal\u0131s\u0131n\u0131z.
+no_found_from="{1}"''de hi\u00E7 "{0}" bulunamad\u0131.
+no_more_found_from="{1}"''de ba\u015Fka "{0}" bulunamad\u0131.
+no_previous_find=\u00D6nceki bulunamad\u0131.
+node=D\u00FC\u011F\u00FCm
+node_changed_discard_changes=D\u00FC\u011F\u00FCm\u00FC dei\u011Fi\u015Ftirdiniz. De\u011Fi\u015Fiklikleri silmek istedi\u011Finizden emin misiniz?
+NodeBackgroundColorAction.text=D\u00FC\u011F\u00FCm Arkaplan Rengi
+NodeColorAction.text=D\u00FC\u011F\u00FCm Rengi
+NodeColorBlendAction.text=Rengi Kar\u0131\u015Ft\u0131r
+NodeDownAction.text=Alt D\u00FC\u011F\u00FCm
+NodeListAction.text=Harita Ge\u00E7mi\u015Fini G\u00F6ster ...
+NodeListAction.tooltip=T\u00FCm d\u00FC\u011F\u00FCmleri olu\u015Fturma/d\u00FCzenleme tarihleriyle g\u00F6sterir.
+NodeShapeAction.bubble.text=Balon
+NodeShapeAction.fork.text=Dalland\u0131r
+NodeUpAction.text=\u00DCst D\u00FC\u011F\u00FCm
+nonboldify_branch=Koyula\u015Ft\u0131rmay\u0131 Kald\u0131r
+nonitalicise_branch=Yat\u0131kla\u015Ft\u0131rmay\u0131 Kald\u0131r
+normal=Normal
+not_saved_for_link_error=Dosyaya ba\u011Flant\u0131 vermeden \u00F6nce haritay\u0131 kaydetmelisiniz
+ok=Tamam
+OKAction.text=Tamam
+OpenAction.text=A\u00E7
+OpenFreeplaneSiteAction.text=Freeplane's Homepage[translate me]
+option_changes_may_require_restart=De\u011Fi\u015Fkliklerin etkisini g\u00F6rebilmek i\u00E7in Freeplane'\u0131 ba\u015Ftan ba\u015Flatman\u0131z gerekebilir.
+OptionPanel.absolute=Ba\u011F\u0131ms\u0131z
+OptionPanel.always_unfold_all_after_load=Unfold all[translate me]
+OptionPanel.antialias=D\u00FCzeltme
+OptionPanel.antialias.tooltip=<html>Haritan\u0131n kalitesini belirler. Daha \u00E7ok d\u00FCzeltme daha \u00E7ok zaman harcar.</html>
+OptionPanel.antialias_all=Hepsini d\u00FCzg\u00FCnle\u015Ftir
+OptionPanel.antialias_edges=S\u0131n\u0131rlar\u0131 d\u00FCzg\u00FCnle\u015Ftir
+OptionPanel.antialias_none=D\u00FCzeltme Yok
+OptionPanel.Appearance=G\u00F6r\u00FCn\u00FCm
+OptionPanel.ar=Ar[translate me]
+OptionPanel.as_parent=Ebeveyn Olarak
+OptionPanel.automatic=Otomatik
+OptionPanel.Behaviour=Davran\u0131\u015F
+OptionPanel.bezier=E\u011Fri
+OptionPanel.bubble=Balon
+OptionPanel.Cancel=\u0130ptal
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=Birle\u015Fik
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=Varsay\u0131lan
+OptionPanel.default_browser_command_mac=Mac i\u00E7in Varsay\u0131lan Taray\u0131c\u0131 Komutu
+OptionPanel.default_browser_command_mac.tooltip=<html> ve MAC: (Nick'e te\u015Fekk\u00FCrler!)</html>
+OptionPanel.default_browser_command_other_os=Di\u011Fer \u0130\u015Fletim Sistemleri \u0130\u00E7in Taray\u0131c\u0131 Komutu
+OptionPanel.default_browser_command_other_os.tooltip=<html> Genelde Linux i\u00E7indir:</html>
+OptionPanel.default_browser_command_windows_9x=Windows 9x i\u00E7in Varsay\u0131lan Taray\u0131c\u0131
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Windows i\u00E7in ( "" i\u015Faretleri, i\u00E7inde "=" olan ba\u011Flant\u0131lar i\u00E7in gereklidir).</html>
+OptionPanel.default_browser_command_windows_nt=Windows NT i\u00E7in Varsay\u0131lan Taray\u0131c\u0131
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Windows i\u00E7in ( "" i\u015Faretleri, i\u00E7inde "=" olan ba\u011Flant\u0131lar i\u00E7in gereklidir).</html>
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=Varsay\u0131lanlar
+OptionPanel.delete_automatic_saves_at_exit=\u00C7\u0131k\u0131\u015Fta Otokay\u0131tlar\u0131 Sil
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>Freeplane'\u0131 notmal olarak kapatt\u0131\u011F\u0131n\u0131zda otomatik kay\u0131tlar\u0131n silinmesini sa\u011Flar</html>
+OptionPanel.disable_cursor_move_paper=\u0130mle\u00E7 Hareket Ka\u011F\u0131d\u0131n\u0131 Etkisizle\u015Ftir
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Ka\u011F\u0131d\u0131 s\u00FCr\u00FCklerken 'move' imlecini g\u00F6sterme</html>
+OptionPanel.el=El[translate me]
+OptionPanel.el__enter_confirms_by_default=Onaylar\u0131 Varsay\u0131lan Olarak Gir
+OptionPanel.el__max_default_window_height=Mak Varsay\u0131lan Pencere Y\u00FCksekli\u011Fi
+OptionPanel.el__max_default_window_width=Mak Varsay\u0131lan Pencere Geni\u015Fli\u011Fi
+OptionPanel.el__min_default_window_height=Min Varsay\u0131lan Pencere Y\u00FCksekli\u011Fi
+OptionPanel.el__min_default_window_width=Min Varsay\u0131lan Pencere Geni\u015Fli\u011Fi
+OptionPanel.el__position_window_below_node=Pencereyi D\u00FC\u011F\u00FCm\u00FCn Alt\u0131nda G\u00F6ster
+OptionPanel.en=En
+OptionPanel.Environment=Ortam
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=Deneysel Dosya Kilitleme
+OptionPanel.experimental_file_locking_on.tooltip=<html> Denenmemi\u015F \u00F6zellik</html>
+OptionPanel.export_icons_in_html=Simgeleri Html Olarak D\u0131\u015Fa Aktar
+OptionPanel.export_icons_in_html.tooltip=<html> Freeplane'\u0131n olu\u015Fturdu\u011Fu HTML'nin simge i\u00E7erip i\u00E7ermeyece\u011Fini belirler. Simgelerle olan sorun genelde simgelere olan ba\u011Flant\u0131lar\u0131n d\u0131\u015Fa aktar\u0131lan HTML'de ge\u00E7ersizle\u015Fmesidir.</html>
+OptionPanel.Files=Dosyalar
+OptionPanel.first=\u0130lk
+OptionPanel.foldingsymbolwidth=Daraltma Sembol\u00FC Geni\u015Fli\u011Fi
+OptionPanel.foldingsymbolwidth.tooltip=<html>Katlama i\u015Fareti \u00E7emberinin geni\u015Fli\u011Fi</html>
+OptionPanel.fork=\u00C7atal
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr[translate me]
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Ba\u015Fl\u0131klara G\u00F6re
+OptionPanel.html_export_fold_all=T\u00FCm\u00FCn\u00FC Daralt
+OptionPanel.html_export_fold_currently_folded=\u015Eu Anki Daralt\u0131lm\u0131\u015Flar\u0131 Daralt
+OptionPanel.html_export_folding=Html Olarak D\u0131\u015Fa Aktarmada Daraltma
+OptionPanel.html_export_no_folding=Daraltma Yok
+OptionPanel.hu=Hu
+OptionPanel.icon=Icon[translate me]
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=K\u0131sayol Tu\u015Flar\u0131
+OptionPanel.ko=Kr
+OptionPanel.language=Dil
+OptionPanel.language.tooltip=<html>Bu programda kullan\u0131lmas\u0131 gereken dildir. 'otomatik' yaparsan\u0131z kullan\u0131c\u0131n\u0131n dili y\u00FCklenmeye \u00E7al\u0131\u015F\u0131lacakt\u0131r. </html>
+OptionPanel.last=Son
+OptionPanel.last_opened_list_length=Son A\u00E7\u0131lanlar Listesi Uzunlu\u011Fu
+OptionPanel.linear=Do\u011Fru
+OptionPanel.links=Ba\u011Flant\u0131lar
+OptionPanel.links.tooltip=<html>Ba\u011Flant\u0131lar\u0131 ba\u011F\u0131ml\u0131 ya da ba\u011F\u0131ms\u0131z olarak ayarla </hmtl>
+OptionPanel.lookandfeel=G\u00F6r\u00FCn\u00FCm Bi\u00E7imi
+OptionPanel.lookandfeel.tooltip=<html>Kullan\u0131lacak G\u00F6r\u00FCn\u00FCm. 'metal','windows','motif', 'gtk' gelebilir, 'mac' sadece MacOS'ta \u00E7al\u0131\u015F\u0131r. E\u011Fer kendi bi\u00E7iminizi koyacaksan\u0131z bi\u00E7im dosyas\u0131n\u0131n ad\u0131n\u0131 yaz\u0131n ve ilgili jar dosyalar\u0131 y\u00FCklenir. G\u00F6r\u00FCn\u00FCmde sorunlar varsa buraya 'nothing' yaz\u0131n. Appletlerde i\u015Fe yarar</html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=Mak D\u00FC\u011F\u00FCm Geni\u015Fli\u011Fi
+OptionPanel.max_node_width.tooltip=<html>Piksel cinsinden maksimum d\u00FC\u011F\u00FCm geni\u015Fli\u011Fi</html>
+OptionPanel.metal=Metal
+OptionPanel.motif=Motif
+OptionPanel.nb=Hay\u0131r
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn[translate me]
+OptionPanel.nothing=Hi\u00E7bir \u015Fey
+OptionPanel.number_of_different_files_for_automatic_save=Otokay\u0131t i\u00E7in Kullan\u0131lacak Dosya Miktar\u0131
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>Haritalar\u0131 kaydedecek farkl\u0131 dosyalar\u0131n miktar\u0131. \u0130lk otomatik kay\u0131t birinci dosyaya yap\u0131l\u0131r ve b\u00F6ylr devam eder. n+1-kay\u0131t 'a gelindi\u011Finde birinci dosyan\u0131n \u00FCzerine yaz\u0131l\u0131r(d\u00F6ng\u00FC)</html>
+OptionPanel.OK=Kaydet
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=Yeni Dallar Yerle\u015Ftir
+OptionPanel.placenewbranches.tooltip=<html>Yeni kollar\u0131n yerle\u015Fimi. Ge\u00E7erli de\u011Ferler 'first' ve 'last' d\u0131r </html>
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=Ba\u011F\u0131ml\u0131
+OptionPanel.ru=Ru
+OptionPanel.selection_method=Se\u00E7im Y\u00F6ntemi
+OptionPanel.selection_method.tooltip=<html> bu anahtarla gecikmeli se\u00E7im d\u00FCzenini kapat\u0131p a\u00E7abilirsiniz. Otomatik ayarlard\u0131r.  Bunlar auto.properties'e kaydolaca\u011F\u0131 i\u00E7in de\u011Fi\u015Fiklik yapmay\u0131n\u0131z.</html>
+OptionPanel.selection_method_by_click=T\u0131klamayla
+OptionPanel.selection_method_delayed=Gecikmeli
+OptionPanel.selection_method_direct=Do\u011Frudan
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u00D6rnekler
+OptionPanel.separator.anti_alias=D\u00FCzeltme
+OptionPanel.separator.automatic_save=Otomatik Kaydet
+OptionPanel.separator.behaviour=Davran\u0131\u015F
+OptionPanel.separator.browser=Taray\u0131c\u0131
+OptionPanel.separator.CloudControls=Clouds[translate me]
+OptionPanel.separator.commands_for_the_program=Program i\u00E7in komutlar
+OptionPanel.separator.default_colors=Varsay\u0131lan Renkler
+OptionPanel.separator.default_fonts=Varsay\u0131lan Yaz\u0131tipleri
+OptionPanel.separator.default_styles=Varsay\u0131lan Bi\u00E7emler
+OptionPanel.separator.edit_long_node_window=Uzun D\u00FC\u011F\u00FCm Penceresinde D\u00FCzenle
+OptionPanel.separator.files=Dosyalar
+OptionPanel.separator.html_export=HTML Olarak Aktarma
+OptionPanel.separator.hyperlink_types=Ba\u011Flant\u0131 T\u00FCrleri
+OptionPanel.separator.icon_properties=Simgeler
+OptionPanel.separator.initial_map_size=\u0130lk Harita Boyutu
+OptionPanel.separator.key_typing=D\u00FC\u011Fmeye Basma
+OptionPanel.separator.language=Dil
+OptionPanel.separator.look_and_feel=G\u00F6r\u00FCn\u00FCm Bi\u00E7imi
+OptionPanel.separator.new_node_commands=Yeni d\u00FC\u011F\u00FCm komutlar\u0131
+OptionPanel.separator.node_editing_commands=D\u00FC\u011F\u00FCm d\u00FCzenleme komutlar\u0131
+OptionPanel.separator.node_navigation_commands=D\u00FC\u011F\u00FCm gezinme komutlar\u0131
+OptionPanel.separator.other_defaults=Di\u011Fer Varsay\u0131lanlar
+OptionPanel.separator.patterns=\u00D6rnekler
+OptionPanel.separator.save=Kaydet
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=Se\u00E7im Y\u00F6ntemi
+OptionPanel.separator.undo=Geri Al
+OptionPanel.sharp_bezier=Sharp bezier[translate me]
+OptionPanel.sk=Sk[translate me]
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=Standart Arkaplan Rengi
+OptionPanel.standardbackgroundcolor.tooltip=<html>HTML bi\u00E7imiyle varsay\u0131lan akra plan rengi</html>
+OptionPanel.standardcloudcolor=Standart Bulut Rengi
+OptionPanel.standardcloudcolor.tooltip=<html>HTML bi\u00E7imiyle varsay\u0131lan bulut rengi</html>
+OptionPanel.standardcloudestyle=Standart Bulut Bi\u00E7emi
+OptionPanel.standardcloudestyle.tooltip=<html>Varsay\u0131lan bulut bi\u00E7imi. \u015Eu an sadece 'bezier' gelebilir</html>
+OptionPanel.standardlinkcolor=Standart Ba\u011Flant\u0131 Rengi
+OptionPanel.standardlinkcolor.tooltip=<html>HTML bi\u00E7imiyle varsay\u0131lan ba\u011Flant\u0131 rengi </html>
+OptionPanel.standardlinkestyle=Standart Ba\u011Flant\u0131 Bi\u00E7emi
+OptionPanel.standardlinkestyle.tooltip=<html>Varsay\u0131lan ba\u011Flant\u0131 bi\u00E7imi. \u015Eu an sadece 'bezier' gelebilir</html>
+OptionPanel.standardselectednodecolor=Standart Se\u00E7ili D\u00FC\u011F\u00FCm Rengi
+OptionPanel.standardselectednodecolor.tooltip=<html>Se\u00E7iliyse standart d\u00FC\u011F\u00FCm rengi. HTML tarz\u0131nda (#KKYYMM gibi hex de\u011Ferler) </html>
+OptionPanel.sv=Se[translate me]
+OptionPanel.time_for_automatic_save=Otokay\u0131t S\u00FCresi
+OptionPanel.time_for_automatic_save.tooltip=<html>milisaniye olarak iki otomatik kay\u0131t aras\u0131nda ge\u00E7en s\u00FCre: Otomatik kay\u0131t\u0131 iptal etmek i\u00E7in buraya 2000000000 yaz\u0131n.</html>
+OptionPanel.time_for_delayed_selection=Gecikmeli Se\u00E7im i\u00E7in S\u00FCre
+OptionPanel.time_for_delayed_selection.tooltip=<html> Fare \u00FCzerine geldi\u011Finde d\u00FC\u011F\u00FCm\u00FCn se\u00E7ilmesi i\u00E7in ge\u00E7ecek s\u00FCre (milisn). Farenin hemen se\u00E7mesi i\u00E7in bunu 1 yap\u0131n.</html>
+OptionPanel.tr=Tr[translate me]
+OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.undefined_font=Undefined font[translate me]
+OptionPanel.undo_levels=Geri Alma Seviyeleri
+OptionPanel.undo_levels.tooltip=<html>"Geri Al" komutunun ne kadar geri alabilece\u011Fini belirler.</html>
+OptionPanel.vi=Vi[translate me]
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=Sayfa D\u00FCzeni...
+PasteAction.text=Yap\u0131\u015Ft\u0131r
+PatternToString.color=Color[translate me]
+PatternToString.EdgeStyle=S\u0131n\u0131r Bi\u00E7emi
+PatternToString.EdgeWidth=S\u0131n\u0131r Geni\u015Fli\u011Fi
+PatternToString.FontBold=Koyu
+PatternToString.Icon=Icon[translate me]
+plugins/TimeList.xml_Created=Olu\u015Fturma
+plugins/TimeList.xml_Date=Tarih
+plugins/TimeList.xml_Icons=Simgeler
+plugins/TimeList.xml_Modified=De\u011Fi\u015Ftirme
+plugins/TimeList.xml_Text=Yaz\u0131
+plugins/TimeManagement.xml_appendButton=Se\u00E7ili D\u00FC\u011F\u00FCmlere Tarihi Ekle
+plugins/TimeManagement.xml_Cancel=\u0130ptal
+plugins/TimeManagement.xml_cancelButton=\u0130ptal
+plugins/TimeManagement.xml_Goto=Goto[translate me]
+plugins/TimeManagement.xml_hour=Saat:
+plugins/TimeManagement.xml_minute=Dakika:
+plugins/TimeManagement.xml_reminderButton=Bana Bu Zamanda Hat\u0131rlat
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>Bas\u0131ld\u0131\u011F\u0131nda verilen tarihe bir zamanlay\u0131c\u0131 ayarlan\u0131r. Zaman\u0131 gelince yan\u0131p s\u00F6nerek dikkatinizi \u00E7eker.<br> Haritay\u0131 kapat\u0131rsan\u0131z, tekrar a\u00E7t\u0131\u011F\u0131n\u0131zda zamanlay\u0131c\u0131lar yine aktif olacakt\u0131r.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Her d\u00FC\u011F\u00FCm i\u00E7in yaln\u0131zca bir hat\u0131rlat\u0131c\u0131 ayarlanabilir. <br>\u015Eu anki hat\u0131rlat\u0131c\u0131 {0,date} {0,time} zaman\u0131na ayarl\u0131, sizin se\u00E7ti\u011Finiz zaman {1,date} {1,time}. <br><br>D\u00FC\u011F\u00FCm\u00FCn hat\u0131rlatma zaman\u0131n\u0131 de\u011Fi\u015Ftirmek istiyor musunuz (EVET) <br>yoksa eskisi mi kals\u0131n (Hay\u0131r)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Hat\u0131rlat\u0131c\u0131 {0,date} {0,time} zaman\u0131na ayarland\u0131.
+plugins/TimeManagement.xml_removeReminderButton=Hat\u0131rlat\u0131c\u0131y\u0131 Kald\u0131r
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Se\u00E7ili d\u00FC\u011F\u00FCmlerle ilgili t\u00FCm hat\u0131rlat\u0131c\u0131lar\u0131 kald\u0131r.
+plugins/TimeManagement.xml_todayButton=Bug\u00FCn
+plugins/TimeManagement.xml_WindowTitle=Zaman Y\u00F6netimi
+preferences=Se\u00E7enekler
+PrintAction.text=Yazd\u0131r...
+PrintDirectAction.text=Yazd\u0131r
+printing_settings=\u00D6l\u00E7eklendirmeyi Yazd\u0131r
+PropertyAction.text=Se\u00E7enekler ...
+QuitAction.text=\u00C7\u0131k\u0131\u015F
+read_only=Salt Okunur
+RedoAction.text=Yinele
+RedoFilterAction.text=Yinele
+ReminderHookAction.text=Hat\u0131rlat\u0131c\u0131y\u0131 Kald\u0131r
+ReminderHookAction.tooltip=D\u00FC\u011F\u00FCmdeki hat\u0131rlat\u0131c\u0131y\u0131 kald\u0131r\u0131r.
+RemoveAllIconsAction.text=T\u00FCm Simgeleri Kald\u0131r
+RemoveIconAction.text=Son Simgeyi Kald\u0131r
+rename=Rename[translate me]
+repair_link=Ba\u011Flant\u0131y\u0131 tamir et
+repair_link_question=Ba\u011Flant\u0131l\u0131 harita y\u00FCklenemedi. Ba\u011Flant\u0131 elle d\u00FCzenlensin mi?
+ResetNodeLocationAction.text=Durumu S\u0131f\u0131rla
+save_failed={0} kaydedilemedi.
+save_unsaved=Zihin haritas\u0131n\u0131 kaydet? :
+SaveAction.text=Kaydet
+SaveAsAction.text=Farkl\u0131 Kaydet
+saved=Kaydedildi
+scheme_evaluate=De\u011Ferlendir!
+select_favorites_folder=Yerimlerinizin bulundu\u011Fu dizini se\u00E7in
+select_folder_for_importing=Aktar\u0131lacak dizini se\u00E7in
+SelectAllAction.text=T\u00FCm G\u00F6r\u00FCn\u00FCrleri Se\u00E7
+SelectBranchAction.text=G\u00F6r\u00FCn\u00FCr Dal\u0131 Se\u00E7
+selection_method_by_click=Se\u00E7mek i\u00E7in t\u0131klay\u0131n
+selection_method_delayed=Gecikmeli Otomatik Se\u00E7im
+selection_method_direct=Se\u00E7ilecek nokta
+SetImageByFileChooserAction.text=Resmi Se\u00E7in (Dosya Se\u00E7ici veya Ba\u011Flant\u0131)
+SetLinkByFileChooserAction.text=Ba\u011F Olu\u015Ftur (Dosya se\u00E7ici)
+SetLinkByTextFieldAction.text=Ba\u011F Olu\u015Ftur (Metin alan\u0131)
+simplyhtml.alignLabel=Alignment\:[translate me]
+simplyhtml.appendTableColLabel=Append col[translate me]
+simplyhtml.borderColorLabel=Color\:[translate me]
+simplyhtml.borderWidthLabel=Geni\u015Flik
+simplyhtml.cancelBtnName=\u0130ptal
+simplyhtml.cellMarginTabLabel=Margin[translate me]
+simplyhtml.colorLabel=Color[translate me]
+simplyhtml.copyLabel=Kopyala
+simplyhtml.cutLabel=Kes
+simplyhtml.defaultDocName=Untitled[translate me]
+simplyhtml.fontBoldLabel=Koyu
+simplyhtml.fontItalicLabel=Yat\u0131k
+simplyhtml.fontTabLabel=Yaz\u0131tipi
+simplyhtml.fontUnderlineLabel=Alt\u0131n\u0131 \u00C7iz
+simplyhtml.foregroundLabel=Foreground\:[translate me]
+simplyhtml.formatLabel=Format[translate me]
+simplyhtml.helpLabel=Yard\u0131m
+simplyhtml.listIndentTitle=Indent\:[translate me]
+simplyhtml.okBtnName=Tamam
+simplyhtml.pasteLabel=Yap\u0131\u015Ft\u0131r
+simplyhtml.redoLabel=Yinele
+simplyhtml.redoTip=redo[translate me]
+simplyhtml.replaceNo=Hay\u0131r
+simplyhtml.replaceYes=Evet
+simplyhtml.styleLabel=Bi\u00E7em
+simplyhtml.textIndentLabel=Indent\:[translate me]
+simplyhtml.uLineLabel=Alt\u0131n\u0131 \u00C7iz
+simplyhtml.undoLabel=Geri Al
+simplyhtml.valignBaseline=baseline[translate me]
+simplyhtml.valignLabel=Vert. Alignment\:[translate me]
+split=B\u00F6l
+style=Bi\u00E7em
+svg=SVG[translate me]
+TimeListAction.text=Zamanlay\u0131c\u0131 Listesini G\u00F6ster ...
+TimeListAction.tooltip=T\u00FCm zamanlanm\u0131\u015F g\u00F6revleri ve ilgili d\u00FC\u011F\u00FCmleri g\u00F6sterir.
+TimeManagementAction.text=Takvimi G\u00F6ster...
+TimeManagementAction.tooltip=<html>Kai Toedter'in yapt\u0131\u011F\u0131 takvim mod\u00FCl\u00FCn\u00FC g\u00F6sterir.</html>
+ToggleChildrenFoldedAction.text=\u00C7ocuklar\u0131 Geni\u015Flet/Daralt
+ToggleFBarAction.text=F-Bar[translate me]
+ToggleFoldedAction.text=Daralt
+ToggleLeftToolbarAction.text=Sol Ara\u00E7 \u00C7ubu\u011Fu
+ToggleMenubarAction.text=Men\u00FC \u00C7ubu\u011Fu
+ToggleToolbarAction.text=Ara\u00E7 \u00C7ubu\u011Fu
+undefined_error=Beklenmeyen bir hata olu\u015Ftu. L\u00FCtfen hatay\u0131 bildirmeye \u00E7al\u0131\u015F\u0131n.
+underline=Alt\u0131n\u0131 \u00C7iz
+underlined=Alt\u0131 \u00C7izili
+UndoAction.text=Geri Al
+UndoFilterAction.text=Geri Al
+unfold=Geni\u015Flet
+UnfoldAllAction.text=T\u00FCm\u00FCn\u00FC Geni\u015Flet
+UnfoldAllAction.tooltip=<html>Se\u00E7ili d\u00FC\u011F\u00FCmleri ve \u00E7ocuklar\u0131n\u0131 geni\u015Fletir.</html>
+UnfoldOneLevelAction.text=Bir Seviye Geni\u015Flet
+UnfoldOneLevelAction.tooltip=<html>Se\u00E7ili d\u00FC\u011F\u00FCmleri bir seviye geni\u015Fletir.</html>
+url_error=Bozuk URL!
+url_load_error=Harita y\u00FCklenemedi URL:
+user_defined_zoom=Kullan\u0131c\u0131 tan\u0131ml\u0131.
+user_defined_zoom_status_bar=Yak\u0131nla\u015Ft\u0131rma kullan\u0131c\u0131 tan\u0131ml\u0131 olarak de\u011Fi\u015Ftirildi {0}%.
+user_zoom=\u00D6l\u00E7ek \u00E7arpan\u0131n\u0131 yazd\u0131r (0.0 - 2.0):
+width=Geni\u015Flik
+yes=Evet
+ZoomInAction.text=Yakla\u015F
+ZoomOutAction.text=Uzakla\u015F
diff --git a/freeplane/resources/translations/Resources_uk_UA.properties b/freeplane/resources/translations/Resources_uk_UA.properties
index 2d43935..49af676 100644
--- a/freeplane/resources/translations/Resources_uk_UA.properties
+++ b/freeplane/resources/translations/Resources_uk_UA.properties
@@ -1,522 +1,522 @@
-AboutAction.text = \u041F\u0440\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443...
-accessories/plugins/EncryptNode.properties_0 = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
-accessories/plugins/EncryptNode.properties_1 = \u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0430\u0431\u043E \u0434\u0443\u0436\u0435 \u043A\u043E\u0440\u043E\u0442\u043A\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C
-accessories/plugins/EncryptNode.properties_2 = \u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C:
-accessories/plugins/EncryptNode.properties_3 = \u041F\u043E\u0432\u0442\u043E\u0440\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C:
-accessories/plugins/EncryptNode.properties_4 = \u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C.
-accessories/plugins/EncryptNode.properties_5 = <html> \u0412\u0440\u0430\u0445\u0443\u0439\u0442\u0435 \u0449\u043E \u044F\u043A\u0456\u0441\u0442\u044C \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043D\u043D\u044F <br> \u0437\u0430\u043B\u0435\u0436\u0438\u0442\u044C \u0432\u0456\u0434 \u044F\u043A\u043E\u0441\u0442\u0456 \u043F\u0430\u0440\u043E\u043B\u044F
-accessories/plugins/EncryptNode.properties_6 = \u0413\u0430\u0440\u0430\u0437\u0434
-accessories/plugins/EncryptNode.properties_7 = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = <html> \u0426\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044F \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u0430 \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043E \u0456\u0441\u043D\u0443\u044E\u0447\u043E\u0433\u043E \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430 <br> \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0442\u0430\u043A\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u0447\u0435\u0440\u0435\u0437 \u043C\u0435\u043D\u044E "\u0414\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E"
-accessories/plugins/EncryptNode.properties_select_me = \u0412\u0438\u0431\u0435\u0440\u0438 \u043C\u0435\u043D\u0435.
-accessories/plugins/EncryptNode.properties_wrong_password = \u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C
-accessories/plugins/ExportWithXSLT.tooltip = \u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 XSLT - \u0441\u043A\u0440\u0438\u043F\u0442
-accessories/plugins/ExportWithXSLT_HTML.text = \u042F\u043A XHTML (\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 Javascript)...
-accessories/plugins/ExportWithXSLT_HTML3.text = \u042F\u043A XHTML (\u0437 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0439\u043D\u043E\u044E \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u043E\u044E)...
-AddLocalLinkAction.text = \u0414\u043E\u0434\u0430\u0442\u0438 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
-antialias_all = \u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u0443\u0441\u0435
-antialias_edges = \u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u043B\u0456\u043D\u0456\u0457
-antialias_none = \u041D\u0456\u0447\u043E\u0433\u043E \u043D\u0435 \u0437\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438
-as_parent = \u042F\u043A \u0443 \u0431\u0430\u0442\u044C\u043A\u0430
-attributes_deselect_all = \u041D\u0456\u0447\u043E\u0433\u043E
-attributes_dialog_title = Attribute Manager[translate me]
-AutomaticLayoutAction.text = \u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u0435 \u043F\u043E\u0437\u0438\u0446\u0456\u043E\u043D\u0443\u0432\u0430\u043D\u043D\u044F
-AutomaticLayoutAction.tooltip = <html> \u0424\u0456\u043A\u0441\u0443\u0454 \u0432\u0438\u0434 \u043A\u0430\u0440\u0442\u0438 <br> \u0412\u0443\u0437\u043B\u0438 \u043F\u0435\u0440\u0448\u043E\u0433\u043E \u0440\u0456\u0432\u043D\u044F \u0441\u0442\u0430\u043D\u0443\u0442\u044C \u0447\u043E\u0440\u043D\u0438\u043C\u0438, \u0434\u0440\u0443\u0433\u043E\u0433\u043E - \u0441\u0438\u043D\u0456\u043C\u0438 \u0456 \u0442\u0430\u043A \u0434\u0430\u043B\u0456 </html>
-BackAction.text = \u041D\u0430\u0437\u0430\u0434
-background = \u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443
-BlinkingNodeHookAction.text = \u041C\u0438\u0433\u043E\u0442\u043B\u0438\u0432\u0438\u0439 \u0432\u0443\u0437\u043E\u043B
-BlinkingNodeHookAction.tooltip = <html> \u0412\u0443\u0437\u043E\u043B \u043C\u0438\u0433\u0430\u0442\u0438\u043C\u0435. \u0423\u0432\u0430\u0433\u0430! \u0426\u0435\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u0439 \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043E \u043D\u0435\u0432\u0435\u043B\u0438\u043A\u043E\u0433\u043E \u0447\u0438\u0441\u043B\u0430 \u0432\u0443\u0437\u043B\u0456\u0432 \u0456  <strong> \u0432\u0438\u043A\u043B\u044E\u0447\u0430\u0454 \u0431\u0443\u0434\u044C-\u044F\u043A\u0435 \u0456\u043D\u0448\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0430\u043A\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432 </strong></html>
-BoldAction.text = \u0416\u0438\u0440\u043D\u043E
-boldify_branch = \u0412\u0441\u044E \u0433\u0456\u043B\u043A\u0443 \u0436\u0438\u0440\u043D\u043E
-branch = \u0413\u0456\u043B\u043A\u0430
-cancel = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-CancelAction.text = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-cannot_add_parent_diff_parents = \u0414\u043B\u044F \u0446\u0456\u0454\u0457 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0432\u0441\u0456 \u0432\u0443\u0437\u043B\u0438 \u043F\u043E\u0432\u0438\u043D\u043D\u0456 \u043C\u0430\u0442\u0438 \u0437\u0430\u0433\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0431\u0430\u0442\u044C\u043A\u0430
-cannot_add_parent_to_root = \u041A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u043D\u0435 \u043C\u043E\u0436\u0435 \u0441\u0442\u0430\u0442\u0438 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u043C
-cannot_join_nodes_with_children = \u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043E\u0431'\u0454\u0434\u043D\u0443\u0432\u0430\u0442\u0438 \u0432\u0443\u0437\u043B\u0438 \u0437 \u0457\u0445 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u043C\u0438 \u0432\u0443\u0437\u043B\u0430\u043C\u0438
-cannot_move_to_child = Ein Knoten kann nicht an einen seiner Nachkommen verschoben werden.
-CenterAction.text = \u0426\u0435\u043D\u0442\u0440\u0443\u0432\u0430\u0442\u0438
-ChangeConnectorArrowsAction.backward.text = \u041D\u0430\u0437\u0430\u0434
-ChangeConnectorArrowsAction.forward.text = \u0412\u043F\u0435\u0440\u0435\u0434
-choose_background_color = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0444\u043E\u043D\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440
-choose_cloud_color = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0445\u043C\u0430\u0440\u0438
-choose_edge_color = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u043B\u0456\u043D\u0456\u0457
-choose_node_background_color = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0444\u043E\u043D\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440 \u0432\u0443\u0437\u043B\u0430
-choose_node_color = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0442\u0435\u043A\u0441\u0442\u0443 \u0432\u0443\u0437\u043B\u0430
-CloseAction.text = \u0417\u0430\u043A\u0440\u0438\u0442\u0438
-CloudAction.text = \u0425\u043C\u0430\u0440\u0430
-CloudColorAction.text = \u041A\u043E\u043B\u0456\u0440 \u0445\u043C\u0430\u0440\u0438 ...
-ColorProperty.ResetColor = \u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u043F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440
-combined = \u041A\u043E\u043C\u0431\u0456\u043D\u043E\u0432\u0430\u043D\u043E
-connector = Connector[translate me]
-connector_label = Connector Label[translate me]
-CopyAction.text = \u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438
-CopySingleAction.text = \u0421\u043A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u043E\u0434\u0438\u043D \u0432\u0443\u0437\u043E\u043B
-CreationModificationPluginAction.text = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0447\u0430\u0441 \u0437\u043C\u0456\u043D\u0438
-CreationModificationPluginAction.tooltip = <html> \u0426\u044F \u0444\u0443\u043D\u043A\u0446\u0456\u044F \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454 \u0447\u0430\u0441\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u0456 \u0437\u043C\u0456\u043D\u0438 \u0432\u0443\u0437\u043B\u0456\u0432 </html>
-CutAction.text = \u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438
-decrease_branch_font_size = \u0417\u043C\u0435\u043D\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
-DecreaseNodeFontAction.text = \u0417\u043C\u0435\u043D\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
-delete_child = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
-DeleteAction.text = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
-DocumentationAction.text = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044F
-edge = \u041B\u0456\u043D\u0456\u044F
-edge_style = \u0422\u0438\u043F \u043B\u0456\u043D\u0456\u0457
-edge_width = \u0422\u043E\u0432\u0449\u0438\u043D\u0430
-EdgeColorAction.text = \u041A\u043E\u043B\u0456\u0440 \u043B\u0456\u043D\u0456\u0457...
-EdgeStyleAction.bezier.text = \u041A\u0440\u0438\u0432\u0430
-EdgeStyleAction.linear.text = \u041F\u0440\u044F\u043C\u0430
-EdgeStyleAction.sharp_bezier.text = \u0417\u0430\u0433\u043E\u0441\u0442\u0440\u0435\u043D\u0430 \u043A\u0440\u0438\u0432\u0430
-EdgeStyleAction.sharp_linear.text = \u0417\u0430\u0433\u043E\u0441\u0442\u0440\u0435\u043D\u0430 \u043F\u0440\u044F\u043C\u0430
-EdgeStyleAsParentAction.text = \u042F\u043A \u0443 \u0431\u0430\u0442\u044C\u043A\u0430
-EdgeWidthAction_width_parent.text = \u042F\u043A \u0443 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
-EdgeWidthAction_width_thin.text = \u0422\u043E\u043D\u043A\u0430 \u043B\u0456\u043D\u0456\u044F
-edit = \u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0442\u0435\u043A\u0441\u0442
-edit_link_manually = \u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0443\u0440\u0443\u0447\u043D\u0443...
-EditAction.text = \u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438
-EditLongAction.text = \u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0442\u0435\u043A\u0441\u0442 \u0443 \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u0456...
-EncryptedMap.text = \u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u0443 \u0430\u0441\u043E\u0446\u0456\u0430\u0442\u0438\u0432\u043D\u0443 \u043A\u0430\u0440\u0442\u0443...
-EncryptedMap.tooltip = \u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0438\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442, \u044F\u043A\u0438\u0439 \u0431\u0443\u0434\u0435 \u043F\u043E\u0432\u043D\u0456\u0441\u0442\u044E \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u0438\u0439
-enter_base_url = \u0411\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043E \u0432\u0456\u0434\u043D\u043E\u0441\u043D\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F. \u0412\u043A\u0430\u0436\u0456\u0442\u044C \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 URL...
-enter_confirms = \u0412\u0432\u0456\u0434 \u0437\u0430\u0432\u0435\u0440\u0448\u0443\u0454 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F.
-EnterPassword.text = \u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E / \u0440\u043E\u0437\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E
-error_creating_directory = \u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0440\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u0456 \u0442\u0435\u043A\u0438
-export_pdf_text = \u0444\u043E\u0440\u043C\u0430\u0442 PDF
-export_svg_text = \u041C\u0430\u0441\u0448\u0442\u0430\u0431\u043E\u0432\u0430\u043D\u0430 \u0412\u0435\u043A\u0442\u043E\u0440\u043D\u0430 \u0413\u0440\u0430\u0444\u0456\u043A\u0430 (SVG)
-ExportAction.text = \u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438
-ExportBranchToHTMLAction.text = \u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0433\u0456\u043B\u043A\u0443 \u0434\u043E HTML
-ExportPdf.text = \u042F\u043A PDF...
-ExportSvg.text = \u042F\u043A SVG...
-ExportToHTMLAction.text = \u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u043E HTML
-ExportToImage.jpg.text = \u042F\u043A JPEG...
-ExportToImage.png.text = \u042F\u043A PNG...
-ExportToOoWriter.text = \u042F\u043A \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 Open Office Writer...
-ExportToOoWriter.tooltip = \u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0435\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u0437\u0430\u0434\u0430\u044E\u0442\u044C \u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0443, \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0456 \u0432\u0443\u0437\u043B\u0438 \u0432\u0438\u0437\u043D\u0430\u0447\u0430\u044E\u0442\u044C \u0437\u043C\u0456\u0441\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430.
-extension_menu = \u0421\u0442\u0438\u043B\u044C
-f_button_unassigned = <no action>[translate me]
-FaqOpenURLAction.text = \u041F\u0438\u0442\u0430\u043D\u043D\u044F, \u0449\u043E \u0447\u0430\u0441\u0442\u043E \u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C\u0441\u044F
-file = \u0424\u0430\u0439\u043B
-file_already_exists = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454. \u041F\u0435\u0440\u0435\u043F\u0438\u0441\u0430\u0442\u0438?
-file_not_found = \u041F\u043E\u043C\u0438\u043B\u043A\u0430: \u0444\u0430\u0439\u043B \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0438\u0439.
-filter_icon = Icon[translate me]
-FindAction.text = \u0428\u0443\u043A\u0430\u0442\u0438
-fit_map_to_page = \u0423\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u0446\u0456
-FitToPage.text = \u041C\u0430\u0441\u0448\u0442\u0430\u0431 "\u0412\u0441\u044F \u043A\u0430\u0440\u0442\u0430"
-FitToPage.tooltip = \u041F\u0456\u0434\u0431\u0438\u0440\u0430\u0454  \u043C\u0430\u0441\u0448\u0442\u0430\u0431, \u0449\u043E\u0431 \u043F\u043E\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u044E \u043A\u0430\u0440\u0442\u0443 \u0443 \u0432\u0456\u043A\u043D\u0456
-fold = \u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438
-FoldAllAction.text = \u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u0441\u0435
-FoldAllAction.tooltip = <html> \u0417\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u0456 \u0443\u0441\u0456 \u043F\u043E\u0434\u0430\u043B\u044C\u0448\u0456 \u0432\u0443\u0437\u043B\u0438 </html>
-FoldOneLevelAction.text = \u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0440\u0456\u0432\u0435\u043D\u044C
-FoldOneLevelAction.tooltip = <html> \u0417\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u043D\u0430 \u043E\u0434\u0438\u043D \u0440\u0456\u0432\u0435\u043D\u044C </html>
-font = \u0428\u0440\u0438\u0444\u0442
-FontFamilyAction.text = \u0428\u0440\u0438\u0444\u0442
-FontSizeAction.text = \u0420\u043E\u0437\u043C\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443
-format_menu_edge_styles = \u0422\u0438\u043F \u043B\u0456\u043D\u0456\u0439
-format_menu_edge_widths = \u0422\u043E\u0432\u0449\u0438\u043D\u0430 \u043B\u0456\u043D\u0456\u0439
-FormatCopy.text = \u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0430\u0442
-FormatCopy.tooltip = <html> \u041A\u043E\u043F\u0456\u044E\u0454 \u0444\u043E\u0440\u043C\u0430\u0442 \u0432\u0443\u0437\u043B\u0430 </html>
-FormatPaste.text = \u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0430\u0442
-FormatPaste.tooltip = <html> \u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454 \u0434\u043E \u0432\u0443\u0437\u043B\u0430 \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 </html>
-ForwardAction.text = \u0412\u043F\u0435\u0440\u0435\u0434
-freeplane_reverted = Freeplane_Reverted_[translate me]
-FreeplaneHelpStarter.text = \u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430 ...
-FreeplaneHelpStarter.tooltip = \u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430...
-GotoLinkNodeAction.text = \u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043F\u043E \u0437\u0432'\u044F\u0437\u0446\u0456
-GrabKeyDialog.common.cancel = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-GrabKeyDialog.common.ok = \u0413\u0430\u0440\u0430\u0437\u0434
-GrabKeyDialog.grab-key.assigned-to = \u041F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E
-GrabKeyDialog.grab-key.assigned-to.none = \u0412\u0456\u0434\u0441\u0443\u0442\u043D\u0456\u0439
-GrabKeyDialog.grab-key.clear = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438
-GrabKeyDialog.grab-key.remove = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438
-GrabKeyDialog.grab-key.remove-ask = \u0412\u0438 \u0434\u0456\u0439\u0441\u043D\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043A\u043B\u0430\u0432\u0456\u0448\u0456?
-GrabKeyDialog.grab-key.title = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043D\u043E\u0432\u0443 \u043A\u043B\u0430\u0432\u0456\u0448\u0443
-help = \u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430
-HierarchicalIconsAction.text = \u0414\u043E\u0447\u0456\u0440\u043D\u0456 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
-HierarchicalIconsAction.tooltip = \u041F\u043E\u043A\u0430\u0437\u0443\u0454 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
-html_export_based_on_headings = \u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u041D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0456\u0432
-html_export_fold_all = \u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u0417\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u0443\u0441\u0435
-html_export_fold_currently_folded = \u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u0417\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u044F\u043A \u0437\u0430\u0440\u0430\u0437
-html_export_no_folding = \u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u0411\u0435\u0437 \u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F
-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_attach = \u0417\u0432\u0435\u0440\u043D\u0438 \u0443\u0432\u0430\u0433\u0443
-icon_back = \u041D\u0430\u0437\u0430\u0434
-icon_bee = Freeplane[translate me]
-icon_bell = \u041D\u0430\u0433\u0430\u0434\u0430\u0442\u0438
-icon_bookmark = \u0412\u0456\u0434\u043C\u0456\u043D\u043D\u043E
-icon_broken-line = Broken[translate me]
-icon_button_cancel = \u041D\u0435 \u0433\u0430\u0440\u0430\u0437\u0434
-icon_button_ok = \u0413\u0430\u0440\u0430\u0437\u0434
-icon_calendar = \u0414\u0430\u0442\u0430
-icon_clanbomber = \u041D\u0435\u0431\u0435\u0437\u043F\u0435\u0447\u043D\u043E
-icon_closed = No Entry[translate me]
-icon_decrypted = Unlocked[translate me]
-icon_desktop_new = \u041D\u0435 \u0437\u0430\u0431\u0443\u0434\u044C
-icon_female1 = Female1[translate me]
-icon_female2 = Female2[translate me]
-icon_flag = \u041F\u0440\u0430\u043F\u043E\u0440\u0435\u0446\u044C
-icon_flag-black = Black Flag[translate me]
-icon_flag-pink = Pink Flag[translate me]
-icon_forward = \u0412\u043F\u0435\u0440\u0435\u0434
-icon_freemind_butterfly = FreeMind[translate me]
-icon_full-1 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 1
-icon_full-2 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 2
-icon_full-3 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 3
-icon_full-4 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 4
-icon_full-5 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 5
-icon_full-6 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 6
-icon_full-7 = \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 7
-icon_gohome = \u0414\u043E\u0434\u043E\u043C\u0443
-icon_help = \u041F\u0438\u0442\u0430\u043D\u043D\u044F
-icon_hourglass = Waiting[translate me]
-icon_idea = \u0406\u0434\u0435\u044F
-icon_kaddressbook = \u0422\u0435\u043B\u0435\u0444\u043E\u043D
-icon_knotify = \u041C\u0443\u0437\u0438\u043A\u0430
-icon_korn = \u041F\u043E\u0448\u0442\u043E\u0432\u0430 \u0441\u043A\u0440\u0438\u043D\u044C\u043A\u0430
-icon_ksmiletris = \u042F \u0449\u0430\u0441\u043B\u0438\u0432\u0438\u0439
-icon_licq = \u0424\u0430\u0439\u043D\u0435\u043D\u044C\u043A\u043E
-icon_Mail = \u041F\u043E\u0448\u0442\u0430
-icon_male1 = Male1[translate me]
-icon_male2 = Male2[translate me]
-icon_menu = \u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
-icon_messagebox_warning = \u0412\u0430\u0436\u043B\u0438\u0432\u043E
-icon_password = \u041A\u043B\u044E\u0447
-icon_pencil = \u0410\u043A\u0443\u0440\u0430\u0442\u043D\u0456\u0448\u0435
-icon_penguin = Linux
-icon_smiley-neutral = No Mind[translate me]
-icon_stop = \u0421\u0442\u043E\u043F
-icon_wizard = \u0427\u0430\u0440\u0456\u0432\u043D\u0438\u0446\u0442\u0432\u043E
-icon_xmag = \u041E\u0431\u0433\u043E\u0432\u043E\u0440\u0438\u0442\u0438
-icon_yes = \u0412\u0430\u0436\u043B\u0438\u0432\u043E
-IconGroupPopupAction.arrows.text = Arrows[translate me]
-IconGroupPopupAction.smiley.text = Smiley[translate me]
-IconSelectionPlugin.text = \u0412\u0438\u0431\u0456\u0440 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438...
-IconSelectionPlugin.tooltip = <html> \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u0456\u043A\u043D\u043E \u0432\u0438\u0431\u043E\u0440\u0443 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438 </html>
-import = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438
-import_linked_branch_no_link = \u0412\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u043D\u0435 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 \u043A\u0430\u0440\u0442\u0443, \u043F\u0440\u0438\u0434\u0430\u0442\u043D\u0443 \u0434\u043B\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u0443
-ImportBranchAction.text = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0433\u0456\u043B\u043A\u0443 \u0437 (mm-) \u0444\u0430\u0439\u043B\u0443...
-ImportExplorerFavoritesAction.text = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438 \u0437 IE...
-ImportFolderStructureAction.text = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0443 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0456\u0432...
-ImportLinkedBranchAction.text = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0433\u0456\u043B\u043A\u0443 \u0437 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
-ImportLinkedBranchWithoutRootAction.text = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0431\u0435\u0437 \u043A\u043E\u0440\u0435\u043D\u044F
-ImportMindmanagerFiles.text = \u041A\u0430\u0440\u0442\u0430 Mindmanager X5...
-increase_branch_font_size = \u0417\u0431\u0456\u043B\u044C\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
-IncreaseNodeFontAction.text = \u0417\u0431\u0456\u043B\u044C\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
-ItalicAction.text = \u041A\u0443\u0440\u0441\u0438\u0432
-italicise_branch = \u0428\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438 \u043A\u0443\u0440\u0441\u0438\u0432
-JoinNodesAction.text = \u041E\u0431'\u0454\u0434\u043D\u0430\u0442\u0438 \u0432\u0443\u0437\u043B\u0438
-less_than_two_selected_nodes = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043C\u0456\u043D\u0456\u043C\u0443\u043C \u0434\u0432\u0430 \u0432\u0443\u0437\u043B\u0438, \u0449\u043E\u0431 \u043D\u0430\u043C\u0430\u043B\u044E\u0432\u0430\u0442\u0438 \u0437\u0432'\u044F\u0437\u043A\u0438
-link_not_available_any_more = \u0417\u0432'\u044F\u0437\u043A\u0430 \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0430, \u0432\u0443\u0437\u043E\u043B \u0431\u0443\u0432 \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u0438\u0439
-locking_failed_by_open = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u043E\u044E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E \u0456 \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454\u0442\u044C\u0441\u044F \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F
-locking_failed_by_save_as = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u043E\u044E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E \u0456 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0439.
-locking_old_lock_removed = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0431\u0443\u0432 \u0431\u043B\u043E\u043A\u043E\u0432\u0430\u043D\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C {1}. \u0426\u0435 \u0431\u043B\u043E\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u043A\u0430\u0441\u043E\u0432\u0430\u043D\u0435 \u044F\u043A \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0430
-long_node_changed_cancel = \u0412\u0438 \u0437\u043C\u0456\u043D\u0438\u043B\u0438 \u0432\u0443\u0437\u043E\u043B. \u0425\u043E\u0447\u0435\u0442\u0435 \u0432\u0456\u0434\u043C\u043E\u0432\u0438\u0442\u0438\u0441\u044F \u0432\u0456\u0434 \u0437\u043C\u0456\u043D?
-lots_of_links_warning = \u0412\u0438 \u0437\u0431\u0438\u0440\u0430\u0454\u0442\u0435\u0441\u044F \u0432\u0456\u0434\u0440\u0430\u0437\u0443 \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438  \u0431\u0430\u0433\u0430\u0442\u043E \u0437\u0432'\u044F\u0437\u043E\u043A. \u0412\u0438 \u0434\u0456\u0439\u0441\u043D\u043E \u0446\u044C\u043E\u0433\u043E \u0445\u043E\u0447\u0435\u0442\u0435?
-map_already_exists = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454. \u0412\u0438 \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u043F\u0438\u0441\u0430\u0442\u0438 \u0439\u043E\u0433\u043E?
-map_corrupted = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0448\u043A\u043E\u0434\u0436\u0435\u043D\u0438\u0439. \u041F\u043E\u0432\u0456\u0434\u043E\u043C\u0438\u0442\u0438 \u043F\u043E\u0434\u0440\u043E\u0431\u0438\u0446\u0456?
-map_locked_by_open = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0436\u0435 \u0440\u0435\u0434\u0430\u0433\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C {1}. \u0412\u0456\u043D \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u0439 \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F.
-map_locked_by_save_as = \u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0436\u0435 \u0440\u0435\u0434\u0430\u0433\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C {1} \u0456 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0439.
-menu_extras = \u0414\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E
-menu_file_import = \u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438
-menu_format = \u0424\u043E\u0440\u043C\u0430\u0442
-menu_insert = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438
-menu_navigate = \u041F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F
-menu_view = \u0412\u0438\u0433\u043B\u044F\u0434
-mindmap = \u0410\u0441\u043E\u0446\u0456\u0430\u0442\u0438\u0432\u043D\u0430 \u043A\u0430\u0440\u0442\u0430
-mindmaps = \u041A\u0430\u0440\u0442\u0438
-mindmaps_desc = \u041A\u0430\u0440\u0442\u0438 (*.mm)
-mode_File = File Mode[translate me]
-mode_MindMap = MindMap Mode[translate me]
-mode_na = \u0420\u0435\u0436\u0438\u043C \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u0438\u0439
-mode_status = \u0420\u0435\u0436\u0438\u043C \u0437\u043C\u0456\u043D\u043D\u0438\u0439 \u043D\u0430 {0}
-mode_title = Freeplane - \u0420\u0435\u0436\u0438\u043C "{0}"
-modes = \u0420\u0435\u0436\u0438\u043C\u0438
-ModesMenuAction.Browse.text = Map Browser[translate me]
-ModesMenuAction.File.text = File Explorer[translate me]
-most_recent_files = \u041D\u0435\u0434\u0430\u0432\u043D\u0456 \u0444\u0430\u0439\u043B\u0438
-MoveToRootAction.text = \u0426\u0435\u043D\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u0440\u0456\u043D\u044C
-NavigationNextMapAction.text = \u041D\u0430\u0441\u0442\u0443\u043F\u043D\u0430 \u043A\u0430\u0440\u0442\u0430
-NavigationPreviousMapAction.text = \u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044F \u043A\u0430\u0440\u0442\u0430
-new_mindmap = \u041D\u043E\u0432\u0430 \u0430\u0441\u043E\u0446\u0456\u0430\u0442\u0438\u0432\u043D\u0430 \u043A\u0430\u0440\u0442\u0430
-new_node = \u041D\u043E\u0432\u0438\u0439 \u0432\u0443\u0437\u043E\u043B
-new_node_as_sibling_not_possible_for_the_root = \u0421\u043F\u043E\u0440\u0456\u0434\u043D\u0435\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u0434\u043B\u044F \u043A\u043E\u0440\u0435\u043D\u044F \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u0438\u0439
-NewChildAction.text = \u041D\u043E\u0432\u0438\u0439 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0439 \u0432\u0443\u0437\u043E\u043B
-NewMapAction.text = \u041D\u043E\u0432\u0438\u0439
-NewParentNode.text = \u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0438\u0439 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u0432\u0443\u0437\u043E\u043B
-NewParentNode.tooltip = <html> \u0412\u0441\u0456 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u043E\u0442\u0440\u0438\u043C\u0430\u044E\u0442\u044C \u0437\u0430\u0433\u0430\u043B\u044C\u043D\u0438\u0439 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u0432\u0443\u0437\u043E\u043B </html>
-NewPreviousSiblingAction.text = \u041D\u043E\u0432\u0438\u0439 \u0441\u043F\u043E\u0440\u0456\u0434\u043D\u0435\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u0434\u043E \u0446\u044C\u043E\u0433\u043E
-NewSiblingAction.text = \u041D\u043E\u0432\u0438\u0439 \u0441\u043F\u043E\u0440\u0456\u0434\u043D\u0435\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u043F\u0456\u0441\u043B\u044F \u0446\u044C\u043E\u0433\u043E
-no = \u041D\u0456
-no_format_copy_before_format_paste = \u041F\u0435\u0440\u0448 \u043D\u0456\u0436 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0430\u0442, \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0439\u043E\u0433\u043E \u0441\u043A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438
-no_found_from = \u0422\u0435\u043A\u0441\u0442 "{0}" \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0438\u0439 \u0432 "{1}" .
-no_more_found_from = \u0422\u0435\u043A\u0441\u0442 "{0}" \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u0454\u0442\u044C\u0441\u044F \u0432 "{1}"
-no_previous_find = \u0420\u0430\u043D\u0456\u0448\u0438\u0445 \u0437\u0431\u0456\u0433\u0456\u0432 \u043D\u0435\u043C\u0430\u0454.
-node = \u0412\u0443\u0437\u043E\u043B
-node_changed_discard_changes = \u0412\u0438 \u0437\u043C\u0456\u043D\u0438\u043B\u0438 \u0432\u0443\u0437\u043E\u043B. \u0425\u043E\u0447\u0435\u0442\u0435 \u0432\u0456\u0434\u043C\u043E\u0432\u0438\u0442\u0438\u0441\u044F \u0432\u0456\u0434 \u0437\u043C\u0456\u043D?
-NodeBackgroundColorAction.text = \u0424\u043E\u043D\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440 \u0432\u0443\u0437\u043B\u0430
-NodeColorAction.text = \u041A\u043E\u043B\u0456\u0440 \u0432\u0443\u0437\u043B\u0430...
-NodeColorBlendAction.text = \u0417\u0430\u0441\u0432\u0456\u0442\u0438\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
-NodeDownAction.text = \u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043D\u0438\u0437
-NodeListAction.text = \u0406\u0441\u0442\u043E\u0440\u0456\u044F...
-NodeListAction.tooltip = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0447\u0430\u0441 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F / \u0437\u043C\u0456\u043D\u0438 \u0434\u043B\u044F \u0432\u0441\u0456\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
-NodeShapeAction.bubble.text = \u0422\u0438\u043F \u0432\u0443\u0437\u043B\u0430 "\u043E\u0432\u0430\u043B"
-NodeShapeAction.fork.text = \u0422\u0438\u043F \u0432\u0443\u0437\u043B\u0430 "\u043B\u0456\u043D\u0456\u044F"
-NodeUpAction.text = \u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u0433\u043E\u0440\u0443
-nonboldify_branch = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u043F\u0456\u0432\u0436\u0438\u0440\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F
-nonitalicise_branch = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043A\u0443\u0440\u0441\u0438\u0432\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F
-normal = \u0417\u0432\u0438\u0447\u0430\u0439\u043D\u0438\u0439
-not_saved_for_link_error = \u041A\u0430\u0440\u0442\u0430 \u043F\u043E\u0432\u0438\u043D\u043D\u0430 \u0431\u0443\u0442\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0430 \u043F\u0435\u0440\u0435\u0434 \u0432\u0438\u0431\u043E\u0440\u043E\u043C \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
-ok = \u0413\u0430\u0440\u0430\u0437\u0434
-OKAction.text = \u0413\u0430\u0440\u0430\u0437\u0434
-OpenAction.text = \u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438
-OpenFreeplaneSiteAction.text = Freeplane's Homepage[translate me]
-option_changes_may_require_restart = \u0411\u0456\u043B\u044C\u0448\u0456\u0441\u0442\u044C \u0437\u043C\u0456\u043D \u043D\u0430\u0431\u0443\u0434\u0443\u0442\u044C \u0447\u0438\u043D\u043D\u043E\u0441\u0442\u0456 \u043F\u0456\u0441\u043B\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u0441\u0442\u0430\u0440\u0442\u0443 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0438.
-OptionPanel.absolute = \u0410\u0431\u0441\u043E\u043B\u044E\u0442\u043D\u043E
-OptionPanel.antialias = \u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u043D\u043D\u044F
-OptionPanel.antialias.tooltip = <html> \u0412\u0438\u0437\u043D\u0430\u0447\u0430\u0454 \u044F\u043A\u0456\u0441\u0442\u044C \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F. </html>
-OptionPanel.antialias_all = \u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u0443\u0441\u0435
-OptionPanel.antialias_edges = \u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u043B\u0456\u043D\u0456\u0457
-OptionPanel.antialias_none = \u041D\u0435 \u0437\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438
-OptionPanel.Appearance = \u0417\u043E\u0432\u043D\u0456\u0448\u043D\u0456\u0439 \u0432\u0438\u0433\u043B\u044F\u0434
-OptionPanel.ar = Ar[translate me]
-OptionPanel.as_parent = \u042F\u043A \u0431\u0430\u0442\u044C\u043A\u043E
-OptionPanel.automatic = \u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E
-OptionPanel.Behaviour = \u041F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0430
-OptionPanel.bezier = \u041A\u0440\u0438\u0432\u0430
-OptionPanel.bubble = \u041E\u0432\u0430\u043B
-OptionPanel.Cancel = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-OptionPanel.cloud = Cloud[translate me]
-OptionPanel.combined = \u041A\u043E\u043C\u0431\u0456\u043D\u043E\u0432\u0430\u043D\u043E
-OptionPanel.cs = Cs
-OptionPanel.da = Dk
-OptionPanel.de = De
-OptionPanel.default = \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442
-OptionPanel.default_browser_command_mac = \u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> \u0456 MAC: (\u0441\u043F\u0430\u0441\u0438\u0431\u0456 \u041D\u0456\u043A\u0443) </html>
-OptionPanel.default_browser_command_other_os = \u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F  \u0456\u043D\u0448\u0438\u0445 \u041E\u0421
-OptionPanel.default_browser_command_other_os.tooltip = <html> \u042F\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E Linux: </html>
-OptionPanel.default_browser_command_windows_9x = \u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html> \u0414\u043B\u044F  Windows (\u043B\u0430\u043F\u043A\u0438 "" \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0456 \u0456\u0437.\u0437\u0430 \u0430\u0434\u0440\u0435\u0441 (URL), "=, \u0449\u043E \u043C\u0456\u0441\u0442\u044F\u0442\u044C "). </html>
-OptionPanel.default_browser_command_windows_nt = \u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F  Windows NT
-OptionPanel.default_browser_command_windows_nt.tooltip = <html> \u0414\u043B\u044F  Windows (\u043B\u0430\u043F\u043A\u0438 "" \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0456 \u0456\u0437.\u0437\u0430 \u0430\u0434\u0440\u0435\u0441 (URL), "=, \u0449\u043E \u043C\u0456\u0441\u0442\u044F\u0442\u044C "). </html>
-OptionPanel.default_charset = Charset[translate me]
-OptionPanel.Defaults = \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0456 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F
-OptionPanel.delete_automatic_saves_at_exit = \u0412\u0438\u043B\u0443\u0447\u0430\u0442\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 \u043F\u0440\u0438 \u0437\u0430\u043A\u0456\u043D\u0447\u0435\u043D\u043D\u0456 \u0440\u043E\u0431\u043E\u0442\u0438 \u0437 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E?
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> \u041F\u043E\u0441\u0442\u0430\u0432\u0442\u0435 \u0433\u0430\u043B\u043E\u0447\u043A\u0443, \u0449\u043E\u0431 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 \u0431\u0443\u043B\u0438 \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u0456 \u043F\u0456\u0441\u043B\u044F \u0437\u0430\u043A\u0456\u043D\u0447\u0435\u043D\u043D\u0456 \u0440\u043E\u0431\u043E\u0442\u0438 \u0437 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E </html>
-OptionPanel.disable_cursor_move_paper = \u0425\u043E\u0432\u0430\u0442\u0438 \u043A\u0443\u0440\u0441\u043E\u0440 \u043F\u0440\u0438 \u0440\u0443\u0441\u0456 \u043A\u0430\u0440\u0442\u0438
-OptionPanel.el__enter_confirms_by_default = <\u0412\u0412\u0406\u0414> \u0437\u0430\u043A\u0440\u0438\u0432\u0430\u0454 \u0434\u0456\u0430\u043B\u043E\u0433
-OptionPanel.el__max_default_window_height = \u041D\u0430\u0439\u0431\u0456\u043B\u044C\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0432\u0438\u0441\u043E\u0442\u0430 \u0432\u0456\u043A\u043D\u0430
-OptionPanel.el__max_default_window_width = \u041D\u0430\u0439\u0431\u0456\u043B\u044C\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0456\u043A\u043D\u0430
-OptionPanel.el__min_default_window_height = \u041D\u0430\u0439\u043C\u0435\u043D\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0432\u0438\u0441\u043E\u0442\u0430 \u0432\u0456\u043A\u043D\u0430
-OptionPanel.el__min_default_window_width = \u041D\u0430\u0439\u043C\u0435\u043D\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0456\u043A\u043D\u0430
-OptionPanel.el__position_window_below_node = \u041F\u043E\u043B\u043E\u0436\u0435\u043D\u043D\u044F \u0432\u0456\u043A\u043D\u0430 \u043F\u0456\u0434 \u043A\u043D\u043E\u043F\u043A\u0430\u043C\u0438
-OptionPanel.en = En
-OptionPanel.Environment = \u041E\u0442\u043E\u0447\u0435\u043D\u043D\u044F
-OptionPanel.es = Es
-OptionPanel.et = Et[translate me]
-OptionPanel.experimental_file_locking_on = (\u041F\u0440\u043E\u0431\u043D\u0430) \u0431\u043B\u043E\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432
-OptionPanel.experimental_file_locking_on.tooltip = <html> \u041F\u0440\u043E\u0431\u043D\u0430 \u0444\u0443\u043D\u043A\u0446\u0456\u044F </html>
-OptionPanel.export_icons_in_html = \u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C \u0434\u043E HTML
-OptionPanel.export_icons_in_html.tooltip = <html> \u041F\u043E\u043F\u0435\u0440\u0435\u0434\u0436\u0430\u0442\u0438, \u044F\u043A\u0449\u043E HTML \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438. \u0426\u0456 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438 \u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043D\u0435 \u0431\u0443\u0434\u0443\u0442\u044C \u043A\u043E\u0440\u0435\u043A\u0442\u043D\u043E \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u0456 </html>
-OptionPanel.Files = \u0424\u0430\u0439\u043B\u0438
-OptionPanel.first = \u041F\u0435\u0440\u0448\u0438\u0439
-OptionPanel.foldingsymbolwidth = \u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043D\u0430\u043A\u0443 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.foldingsymbolwidth.tooltip = <html> \u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043D\u0430\u043A\u0443, \u0449\u043E \u043F\u043E\u0437\u043D\u0430\u0447\u0430\u0454 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438\u0439 \u0432\u0443\u0437\u043E\u043B <html>
-OptionPanel.fork = \u041B\u0456\u043D\u0456\u044F
-OptionPanel.fr = Fr
-OptionPanel.gl = Gl[translate me]
-OptionPanel.gtk = Gtk
-OptionPanel.hr = Hr[translate me]
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u041F\u043E \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430\u0445
-OptionPanel.html_export_fold_all = \u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u0441\u0435
-OptionPanel.html_export_fold_currently_folded = \u042F\u043A \u043D\u0430 \u043A\u0430\u0440\u0442\u0456
-OptionPanel.html_export_folding = \u0417\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F \u043F\u0440\u0438 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0456 \u0434\u043E HTML
-OptionPanel.html_export_no_folding = \u0411\u0435\u0437 \u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F
-OptionPanel.hu = Hu
-OptionPanel.icon = Icon[translate me]
-OptionPanel.id = Id[translate me]
-OptionPanel.it = It
-OptionPanel.ja = Ja
-OptionPanel.Keystrokes = \u041A\u043B\u0430\u0432\u0456\u0448\u0456
-OptionPanel.ko = Kr
-OptionPanel.language = \u041C\u043E\u0432\u0430
-OptionPanel.language.tooltip = <html> \u041C\u043E\u0432\u0430, \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u043D\u0430 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E. '\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E' \u0432\u0438\u0431\u0438\u0440\u0430\u0454 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0443 \u043C\u043E\u0432\u0443 \u0441\u0438\u0441\u0442\u0435\u043C\u0438 </html>
-OptionPanel.last = \u041E\u0441\u0442\u0430\u043D\u043D\u0456\u0439
-OptionPanel.last_opened_list_length = \u0420\u043E\u0437\u043C\u0456\u0440 \u043F\u0435\u0440\u0435\u043B\u0456\u043A\u0443 \u043D\u0435\u0434\u0430\u0432\u043D\u043E \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u0445 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0456\u0432
-OptionPanel.linear = \u041F\u0440\u044F\u043C\u0430
-OptionPanel.links = \u0417\u0432'\u044F\u0437\u043A\u0438
-OptionPanel.lookandfeel = \u041F\u0440\u0438\u043A\u0438\u0434
-OptionPanel.lookandfeel.tooltip = <html> \u041F\u0440\u0438 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0430\u0445 \u0432\u0438\u0431\u0438\u0440\u0430\u0439\u0442\u0435  '\u043D\u0456\u0447\u043E\u0433\u043E' ('nothing'). </html>
-OptionPanel.lt = Lt
-OptionPanel.max_node_width = \u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.max_node_width.tooltip = <html> \u0443 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445 </html>
-OptionPanel.metal = \u041C\u0435\u0442\u0430\u043B
-OptionPanel.motif = Motif
-OptionPanel.nb = Nb
-OptionPanel.nl = Nl
-OptionPanel.nn = Nn[translate me]
-OptionPanel.nothing = \u041D\u0456\u0447\u043E\u0433\u043E
-OptionPanel.number_of_different_files_for_automatic_save = \u0427\u0438\u0441\u043B\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u0432\u0435\u0440\u0441\u0456\u0439
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> \u0422\u0456\u043B\u044C\u043A\u0438 \u0437\u0430\u0434\u0430\u043D\u0435 \u0447\u0438\u0441\u043B\u043E \u0432\u0435\u0440\u0441\u0456\u0439 \u0431\u0443\u0434\u0443\u0442\u044C \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456, \u0432\u0441\u0456 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456 \u0432\u0435\u0440\u0441\u0456\u0457 \u0432\u0456\u0434\u0434\u0430\u043B\u044F\u0442\u0438\u043C\u0443\u0442\u044C\u0441\u044F. </html>
-OptionPanel.OK = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
-OptionPanel.pl = Pl
-OptionPanel.placenewbranches = \u041F\u043E\u0437\u0438\u0446\u0456\u044F \u043D\u043E\u0432\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.pt_BR = Pt BR
-OptionPanel.pt_PT = Pt PT
-OptionPanel.relative = \u0412\u0456\u0434\u043D\u043E\u0441\u043D\u043E
-OptionPanel.ru = Ru
-OptionPanel.scrollbar_increment = Speed[translate me]
-OptionPanel.selection_method = \u041C\u0435\u0442\u043E\u0434 \u0432\u0438\u0431\u043E\u0440\u0443 \u0432\u0443\u0437\u043B\u0430
-OptionPanel.selection_method_by_click = \u041A\u043B\u0430\u0446\u0430\u043D\u043D\u044F\u043C
-OptionPanel.selection_method_delayed = \u0406\u0437 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u043E\u044E
-OptionPanel.selection_method_direct = \u0412\u0456\u0434\u0440\u0430\u0437\u0443
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u0417\u0440\u0430\u0437\u043E\u043A
-OptionPanel.separator.anti_alias = \u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u043D\u043D\u044F
-OptionPanel.separator.automatic_save = \u0410\u0432\u0442\u043E\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F
-OptionPanel.separator.behaviour = \u041F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0430
-OptionPanel.separator.browser = \u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440
-OptionPanel.separator.commands_for_the_program = \u0423\u043F\u0440\u0430\u0432\u043B\u0456\u043D\u043D\u044F \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E
-OptionPanel.separator.default_colors = \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u043A\u043E\u043B\u0456\u0440
-OptionPanel.separator.default_fonts = \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u0448\u0440\u0438\u0444\u0442
-OptionPanel.separator.default_styles = \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u0441\u0442\u0438\u043B\u044C
-OptionPanel.separator.EdgeControls = Edges[translate me]
-OptionPanel.separator.edit_long_node_window = \u0412\u0456\u043A\u043D\u043E \u0434\u043B\u044F \u0432\u0435\u043B\u0438\u043A\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.separator.files = \u0424\u0430\u0439\u043B\u0438
-OptionPanel.separator.html_export = \u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML
-OptionPanel.separator.hyperlink_types = \u0422\u0438\u043F \u0433\u0456\u043F\u0435\u0440\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u0445 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u044C
-OptionPanel.separator.icon_properties = \u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
-OptionPanel.separator.initial_map_size = \u041F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u043A\u0430\u0440\u0442\u0438
-OptionPanel.separator.key_typing = \u0412\u0432\u0456\u0434 \u0437 \u043A\u043B\u0430\u0432\u0456\u0430\u0442\u0443\u0440\u0438
-OptionPanel.separator.language = \u041C\u043E\u0432\u0430
-OptionPanel.separator.look_and_feel = \u041F\u0440\u0438\u043A\u0438\u0434
-OptionPanel.separator.new_node_commands = \u0421\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.separator.node_editing_commands = \u0417\u043C\u0456\u043D\u0430 \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.separator.node_navigation_commands = \u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F
-OptionPanel.separator.other_defaults = \u0406\u043D\u0448\u0456 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0438
-OptionPanel.separator.patterns = \u0417\u0440\u0430\u0437\u043E\u043A
-OptionPanel.separator.save = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
-OptionPanel.separator.scrollbar = Scrollbar[translate me]
-OptionPanel.separator.selection_method = \u041C\u0435\u0442\u043E\u0434 \u0432\u0438\u0431\u043E\u0440\u0443 \u0432\u0443\u0437\u043B\u0430
-OptionPanel.sl = Sl
-OptionPanel.standardbackgroundcolor = \u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443
-OptionPanel.standardcloudcolor = \u041A\u043E\u043B\u0456\u0440 \u0445\u043C\u0430\u0440
-OptionPanel.standardcloudestyle = \u0422\u0438\u043F \u0445\u043C\u0430\u0440
-OptionPanel.standardlinkcolor = \u041A\u043E\u043B\u0456\u0440 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u044C
-OptionPanel.standardlinkestyle = \u0422\u0438\u043F \u0437\u0432'\u044F\u0437\u043E\u043A
-OptionPanel.standardselectednodecolor = \u041A\u043E\u043B\u0456\u0440 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
-OptionPanel.sv = Se[translate me]
-OptionPanel.time_for_automatic_save = \u0406\u043D\u0442\u0435\u0440\u0432\u0430\u043B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0456\u0432
-OptionPanel.time_for_automatic_save.tooltip = <html> \u041F\u0440\u043E\u043C\u0456\u0436\u043E\u043A \u0447\u0430\u0441\u0443 \u043C\u0456\u0436 \u0434\u0432\u043E\u043C\u0430 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u0438\u043C\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F\u043C\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0456\u0432 \u0432 \u043C\u0456\u043B\u0456\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445. \u0414\u0443\u0436\u0435 \u0432\u0435\u043B\u0438\u043A\u0435 \u0447\u0438\u0441\u043B\u043E \u0432\u0456\u0434\u043A\u043B\u044E\u0447\u0430\u0454 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F. </html>
-OptionPanel.time_for_delayed_selection = \u0427\u0430\u0441 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u0438
-OptionPanel.time_for_delayed_selection.tooltip = <html> (\u0443 \u043C\u0456\u043B\u0456\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445). 1 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0454 \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u043E\u0441\u0442\u0456 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u0438 </html>
-OptionPanel.uk_UA = uk_UA
-OptionPanel.undo_levels = \u0427\u0438\u0441\u043B\u043E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439 \u0434\u043B\u044F \u0432\u0456\u0434\u043C\u0456\u043D\u0438
-OptionPanel.undo_levels.tooltip = <html> \u0412\u0438\u0437\u043D\u0430\u0447\u0430\u0454 \u0447\u0438\u0441\u043B\u043E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439, \u044F\u043A\u0456 \u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0432\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438. </html>
-OptionPanel.vi = Vi[translate me]
-OptionPanel.wheel_velocity = Speed[translate me]
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Zh CN
-OptionPanel.zh_TW = Zh
-PageAction.text = \u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438...
-PasteAction.text = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438
-PatternToString.EdgeStyle = \u0422\u0438\u043F \u043B\u0456\u043D\u0456\u0457
-PatternToString.EdgeWidth = \u0422\u043E\u0432\u0449\u0438\u043D\u0430
-PatternToString.FontBold = \u0416\u0438\u0440\u043D\u043E
-PatternToString.Icon = Icon[translate me]
-plugins/TimeList.xml_Created = \u0421\u0442\u0432\u043E\u0440\u0435\u043D\u0438\u0439
-plugins/TimeList.xml_Date = \u0414\u0430\u0442\u0430
-plugins/TimeList.xml_Icons = \u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
-plugins/TimeList.xml_Modified = \u0417\u043C\u0456\u043D\u0435\u043D\u0438\u0439
-plugins/TimeList.xml_Text = \u0422\u0435\u043A\u0441\u0442
-plugins/TimeManagement.xml_appendButton = \u041F\u0440\u0438\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0434\u0430\u0442\u0443 \u0434\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
-plugins/TimeManagement.xml_Cancel = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-plugins/TimeManagement.xml_cancelButton = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-plugins/TimeManagement.xml_hour = \u0413\u043E\u0434\u0438\u043D\u0430:
-plugins/TimeManagement.xml_minute = \u0425\u0432\u0438\u043B\u0438\u043D\u0430:
-plugins/TimeManagement.xml_reminderButton = \u041D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
-plugins/TimeManagement.xml_reminderButton_tooltip = <html> \u0423 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u0447\u0430\u0441  \u043C\u0438\u0433\u0430\u043D\u043D\u044F \u0441\u0438\u043C\u0432\u043E\u043B\u0443 \u043F\u043E\u0441\u043B\u0443\u0436\u0438\u0442\u044C \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F\u043C,  - \u0442\u0456\u043B\u044C\u043A\u0438 \u044F\u043A\u0449\u043E \u0446\u044F \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0430 \u0431\u0443\u0434\u0435 \u0437\u0430\u043F\u0443\u0449\u0435\u043D\u0430.<br> \u041F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C\u0443 \u0441\u0442\u0430\u0440\u0442\u0456 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0438, \u0442\u0430\u0439\u043C\u0435\u0440 \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u0437\u043D\u043E\u0432\u0443. </html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html> \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0440\u0438\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043B\u0438\u0448\u0435 \u043E\u0434\u043D\u0443 \u0434\u0430\u0442\u0443 \u043D\u0430 \u0432\u0443\u0437\u043E\u043B <br> \u0412\u0436\u0435 \u0437\u0430\u043F\u0430\u043C'\u044F\u0442\u0430\u043B\u043E {0,date} {0,time}, \u0412\u0438 \u0432\u0432\u043E\u0434\u0438\u0442\u0435 {1,date} {1,time}. <br><br> \u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0434\u0430\u0442\u0443 (\u0422\u0410\u041A), <br> \u0430\u0431\u043E \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043A\u043E\u043B\u0438\u0448\u043D\u044E \u0434\u0430\u0442\u0443 (\u041D\u0406)? </html>
-plugins/TimeManagement.xml_reminderNode_tooltip = \u041D\u0430\u0433\u0430\u0434\u0430\u0442\u0438 {0,date} \u0432 {0,time}
-plugins/TimeManagement.xml_removeReminderButton = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \u0412\u0456\u0434\u043C\u0456\u043D\u0430 \u0432\u0441\u0456\u0445 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u044C \u0434\u043B\u044F \u0432\u0438\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
-plugins/TimeManagement.xml_todayButton = \u0421\u044C\u043E\u0433\u043E\u0434\u043D\u0456
-plugins/TimeManagement.xml_WindowTitle = \u0427\u0430\u0441
-preferences = \u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
-PrintDirectAction.text = \u041D\u0430\u0434\u0440\u0443\u043A\u0443\u0432\u0430\u0442\u0438
-printing_settings = \u041C\u0430\u0441\u0448\u0442\u0430\u0431 \u0434\u0440\u0443\u043A\u0443
-PropertyAction.text = \u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F ...
-QuitAction.text = \u0412\u0438\u0439\u0442\u0438
-read_only = \u0422\u0456\u043B\u044C\u043A\u0438 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F
-RedoAction.text = \u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438
-RedoFilterAction.text = \u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438
-ReminderHookAction.text = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
-ReminderHookAction.tooltip = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
-RemoveAllIconsAction.text = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0443\u0441\u0456 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
-RemoveIconAction.text = \u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u044E \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0443
-repair_link = \u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F?
-repair_link_question = \u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F. \u0412\u0432\u0435\u0441\u0442\u0438 \u0443\u0440\u0443\u0447\u043D\u0443??
-ResetNodeLocationAction.text = \u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043D\u0443 \u043F\u043E\u0437\u0438\u0446\u0456\u044E
-save_unsaved = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u043E\u0442\u043E\u0447\u043D\u0443 \u043A\u0430\u0440\u0442\u0443? :
-SaveAction.text = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
-SaveAsAction.text = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A...
-saved = \u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043E
-scheme_evaluate = \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438!
-select_favorites_folder = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C  \u0442\u0435\u043A\u0443, \u0432 \u044F\u043A\u0456\u0439 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044E\u0442\u044C\u0441\u044F \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438
-select_folder_for_importing = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C  \u0442\u0435\u043A\u0443 \u0434\u043B\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u0443
-SelectAllAction.text = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435
-SelectBranchAction.text = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u044E \u0433\u0456\u043B\u043A\u0443
-selection_method_by_click = \u0412\u0438\u0431\u0456\u0440 \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u0438\u043C \u043A\u043B\u0430\u0446\u0430\u043D\u043D\u044F\u043C
-selection_method_delayed = \u0412\u0438\u0431\u0456\u0440 \u043D\u0430\u0457\u0437\u0434\u043E\u043C \u0456\u0437 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u043E\u044E
-selection_method_direct = \u0412\u0438\u0431\u0456\u0440 \u043D\u0430\u0457\u0437\u0434\u043E\u043C
-SetImageByFileChooserAction.text = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B \u0437 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u043E\u044E
-SetLinkByFileChooserAction.text = \u0412\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F (\u0432\u0438\u0431\u0456\u0440 \u0444\u0430\u0439\u043B\u0443)
-SetLinkByTextFieldAction.text = \u0412\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F (\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0435 \u043F\u043E\u043B\u0435)
-simplyhtml.borderWidthLabel = \u0422\u043E\u0432\u0449\u0438\u043D\u0430
-simplyhtml.cancelBtnName = \u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
-simplyhtml.copyLabel = \u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438
-simplyhtml.cutLabel = \u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438
-simplyhtml.fontBoldLabel = \u0416\u0438\u0440\u043D\u043E
-simplyhtml.fontItalicLabel = \u041A\u0443\u0440\u0441\u0438\u0432
-simplyhtml.fontTabLabel = \u0428\u0440\u0438\u0444\u0442
-simplyhtml.fontUnderlineLabel = \u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F
-simplyhtml.helpLabel = \u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430
-simplyhtml.okBtnName = \u0413\u0430\u0440\u0430\u0437\u0434
-simplyhtml.pasteLabel = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438
-simplyhtml.previewLabel = Preview[translate me]
-simplyhtml.redoLabel = \u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438
-simplyhtml.replaceNo = \u041D\u0456
-simplyhtml.replaceYes = \u0422\u0430\u043A
-simplyhtml.styleLabel = \u0421\u0442\u0438\u043B\u044C
-simplyhtml.uLineLabel = \u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F
-split = \u0420\u043E\u0437\u0434\u0456\u043B\u0438\u0442\u0438
-style = \u0421\u0442\u0438\u043B\u044C
-svg = SVG[translate me]
-TimeListAction.text = \u0420\u043E\u0437\u043A\u043B\u0430\u0434...
-TimeListAction.tooltip = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u0441\u0456 \u0447\u0430\u0441\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u044C \u0456\u0437 \u0437\u0432'\u044F\u0437\u0430\u043D\u0438\u043C\u0438 \u0432\u0443\u0437\u043B\u0430\u043C\u0438
-TimeManagementAction.text = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440...
-TimeManagementAction.tooltip = <html> \u041F\u043E\u043A\u0430\u0437\u0443\u0454 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u0432\u0456\u0434 \u041A\u0430\u044F \u0422\u043E\u0434\u0442\u0435\u0440\u0430. </html>
-ToggleChildrenFoldedAction.text = \u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 / \u0441\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u0434\u043E\u0447\u0456\u0440\u043D\u0456 \u0432\u0443\u0437\u043B\u0438
-ToggleFoldedAction.text = \u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 / \u0441\u043A\u0440\u0443\u0442\u0438\u0442\u0438
-ToggleLeftToolbarAction.text = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 / \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u043B\u0456\u0432\u0443 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C
-ToggleMenubarAction.text = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 / \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u043C\u0435\u043D\u044E
-ToggleToolbarAction.text = \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 / \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C
-undefined_error = \u041D\u0435\u0441\u043F\u043E\u0434\u0456\u0432\u0430\u043D\u0430 \u043F\u043E\u043C\u0438\u043B\u043A\u0430. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u0438\u0442\u0435 \u0440\u043E\u0437\u0440\u043E\u0431\u043D\u0438\u043A\u0456\u0432 \u0447\u0435\u0440\u0435\u0437 \u0444\u043E\u0440\u0443\u043C
-underline = \u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F
-underlined = \u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043E
-unfold = \u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438
-UnfoldAllAction.text = \u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0435
-UnfoldAllAction.tooltip = <html> \u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u0456 \u0443\u0441\u0456 \u043F\u043E\u0434\u0430\u043B\u044C\u0448\u0456 \u0432\u0443\u0437\u043B\u0438 </html>
-UnfoldOneLevelAction.text = \u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0440\u0456\u0432\u0435\u043D\u044C
-UnfoldOneLevelAction.tooltip = <html> \u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u043D\u0430 \u043E\u0434\u0438\u043D \u0440\u0456\u0432\u0435\u043D\u044C </html>
-url_error = \u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u0432 \u0430\u0434\u0440\u0435\u0441\u0456 URL
-user_defined_zoom = \u0412\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C..
-user_defined_zoom_status_bar = \u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0443 \u043F\u043E \u0432\u0438\u0431\u043E\u0440\u0443 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043C\u0456\u043D\u044F\u0454\u0442\u044C\u0441\u044F \u043D\u0430 {0}%.
-user_zoom = \u041A\u043E\u0435\u0444\u0456\u0446\u0456\u0454\u043D\u0442 \u0434\u0440\u0443\u043A\u0443 (0.0 - 2.0):
-width = \u0422\u043E\u0432\u0449\u0438\u043D\u0430
-yes = \u0422\u0430\u043A
-ZoomInAction.text = \u041D\u0430\u0431\u043B\u0438\u0437\u0438\u0442\u0438
-ZoomOutAction.text = \u0412\u0456\u0434\u0434\u0430\u043B\u0438\u0442\u0438
+AboutAction.text=\u041F\u0440\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443...
+accessories/plugins/EncryptNode.properties_0=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
+accessories/plugins/EncryptNode.properties_1=\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0430\u0431\u043E \u0434\u0443\u0436\u0435 \u043A\u043E\u0440\u043E\u0442\u043A\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C
+accessories/plugins/EncryptNode.properties_2=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C:
+accessories/plugins/EncryptNode.properties_3=\u041F\u043E\u0432\u0442\u043E\u0440\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C:
+accessories/plugins/EncryptNode.properties_4=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C.
+accessories/plugins/EncryptNode.properties_5=<html> \u0412\u0440\u0430\u0445\u0443\u0439\u0442\u0435 \u0449\u043E \u044F\u043A\u0456\u0441\u0442\u044C \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043D\u043D\u044F <br> \u0437\u0430\u043B\u0435\u0436\u0438\u0442\u044C \u0432\u0456\u0434 \u044F\u043A\u043E\u0441\u0442\u0456 \u043F\u0430\u0440\u043E\u043B\u044F
+accessories/plugins/EncryptNode.properties_6=\u0413\u0430\u0440\u0430\u0437\u0434
+accessories/plugins/EncryptNode.properties_7=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=<html> \u0426\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044F \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u0430 \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043E \u0456\u0441\u043D\u0443\u044E\u0447\u043E\u0433\u043E \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430 <br> \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0442\u0430\u043A\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u0447\u0435\u0440\u0435\u0437 \u043C\u0435\u043D\u044E "\u0414\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E"
+accessories/plugins/EncryptNode.properties_select_me=\u0412\u0438\u0431\u0435\u0440\u0438 \u043C\u0435\u043D\u0435.
+accessories/plugins/EncryptNode.properties_wrong_password=\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C
+accessories/plugins/ExportWithXSLT.tooltip=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 XSLT - \u0441\u043A\u0440\u0438\u043F\u0442
+accessories/plugins/ExportWithXSLT_HTML.text=\u042F\u043A XHTML (\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 Javascript)...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u042F\u043A XHTML (\u0437 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0439\u043D\u043E\u044E \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u043E\u044E)...
+AddLocalLinkAction.text=\u0414\u043E\u0434\u0430\u0442\u0438 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
+antialias_all=\u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u0443\u0441\u0435
+antialias_edges=\u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u043B\u0456\u043D\u0456\u0457
+antialias_none=\u041D\u0456\u0447\u043E\u0433\u043E \u043D\u0435 \u0437\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438
+as_parent=\u042F\u043A \u0443 \u0431\u0430\u0442\u044C\u043A\u0430
+attributes_deselect_all=\u041D\u0456\u0447\u043E\u0433\u043E
+attributes_dialog_title=Attribute Manager[translate me]
+AutomaticLayoutAction.text=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u0435 \u043F\u043E\u0437\u0438\u0446\u0456\u043E\u043D\u0443\u0432\u0430\u043D\u043D\u044F
+AutomaticLayoutAction.tooltip=<html> \u0424\u0456\u043A\u0441\u0443\u0454 \u0432\u0438\u0434 \u043A\u0430\u0440\u0442\u0438 <br> \u0412\u0443\u0437\u043B\u0438 \u043F\u0435\u0440\u0448\u043E\u0433\u043E \u0440\u0456\u0432\u043D\u044F \u0441\u0442\u0430\u043D\u0443\u0442\u044C \u0447\u043E\u0440\u043D\u0438\u043C\u0438, \u0434\u0440\u0443\u0433\u043E\u0433\u043E - \u0441\u0438\u043D\u0456\u043C\u0438 \u0456 \u0442\u0430\u043A \u0434\u0430\u043B\u0456 </html>
+BackAction.text=\u041D\u0430\u0437\u0430\u0434
+background=\u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443
+BlinkingNodeHookAction.text=\u041C\u0438\u0433\u043E\u0442\u043B\u0438\u0432\u0438\u0439 \u0432\u0443\u0437\u043E\u043B
+BlinkingNodeHookAction.tooltip=<html> \u0412\u0443\u0437\u043E\u043B \u043C\u0438\u0433\u0430\u0442\u0438\u043C\u0435. \u0423\u0432\u0430\u0433\u0430! \u0426\u0435\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u0439 \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043E \u043D\u0435\u0432\u0435\u043B\u0438\u043A\u043E\u0433\u043E \u0447\u0438\u0441\u043B\u0430 \u0432\u0443\u0437\u043B\u0456\u0432 \u0456  <strong> \u0432\u0438\u043A\u043B\u044E\u0447\u0430\u0454 \u0431\u0443\u0434\u044C-\u044F\u043A\u0435 \u0456\u043D\u0448\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0430\u043A\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432 </strong></html>
+BoldAction.text=\u0416\u0438\u0440\u043D\u043E
+boldify_branch=\u0412\u0441\u044E \u0433\u0456\u043B\u043A\u0443 \u0436\u0438\u0440\u043D\u043E
+branch=\u0413\u0456\u043B\u043A\u0430
+cancel=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+CancelAction.text=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+cannot_add_parent_diff_parents=\u0414\u043B\u044F \u0446\u0456\u0454\u0457 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0432\u0441\u0456 \u0432\u0443\u0437\u043B\u0438 \u043F\u043E\u0432\u0438\u043D\u043D\u0456 \u043C\u0430\u0442\u0438 \u0437\u0430\u0433\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0431\u0430\u0442\u044C\u043A\u0430
+cannot_add_parent_to_root=\u041A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u043D\u0435 \u043C\u043E\u0436\u0435 \u0441\u0442\u0430\u0442\u0438 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u043C
+cannot_join_nodes_with_children=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043E\u0431'\u0454\u0434\u043D\u0443\u0432\u0430\u0442\u0438 \u0432\u0443\u0437\u043B\u0438 \u0437 \u0457\u0445 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u043C\u0438 \u0432\u0443\u0437\u043B\u0430\u043C\u0438
+cannot_move_to_child=Ein Knoten kann nicht an einen seiner Nachkommen verschoben werden.
+CenterAction.text=\u0426\u0435\u043D\u0442\u0440\u0443\u0432\u0430\u0442\u0438
+ChangeConnectorArrowsAction.backward.text=\u041D\u0430\u0437\u0430\u0434
+ChangeConnectorArrowsAction.forward.text=\u0412\u043F\u0435\u0440\u0435\u0434
+choose_background_color=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0444\u043E\u043D\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440
+choose_cloud_color=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0445\u043C\u0430\u0440\u0438
+choose_edge_color=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u043B\u0456\u043D\u0456\u0457
+choose_node_background_color=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0444\u043E\u043D\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440 \u0432\u0443\u0437\u043B\u0430
+choose_node_color=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0442\u0435\u043A\u0441\u0442\u0443 \u0432\u0443\u0437\u043B\u0430
+CloseAction.text=\u0417\u0430\u043A\u0440\u0438\u0442\u0438
+CloudAction.text=\u0425\u043C\u0430\u0440\u0430
+CloudColorAction.text=\u041A\u043E\u043B\u0456\u0440 \u0445\u043C\u0430\u0440\u0438 ...
+ColorProperty.ResetColor=\u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u043F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440
+combined=\u041A\u043E\u043C\u0431\u0456\u043D\u043E\u0432\u0430\u043D\u043E
+connector=Connector[translate me]
+connector_label=Connector Label[translate me]
+CopyAction.text=\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438
+CopySingleAction.text=\u0421\u043A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u043E\u0434\u0438\u043D \u0432\u0443\u0437\u043E\u043B
+CreationModificationPluginAction.text=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0447\u0430\u0441 \u0437\u043C\u0456\u043D\u0438
+CreationModificationPluginAction.tooltip=<html> \u0426\u044F \u0444\u0443\u043D\u043A\u0446\u0456\u044F \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454 \u0447\u0430\u0441\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u0456 \u0437\u043C\u0456\u043D\u0438 \u0432\u0443\u0437\u043B\u0456\u0432 </html>
+CutAction.text=\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438
+decrease_branch_font_size=\u0417\u043C\u0435\u043D\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
+DecreaseNodeFontAction.text=\u0417\u043C\u0435\u043D\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
+delete_child=\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
+DeleteAction.text=\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
+DocumentationAction.text=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0456\u044F
+edge=\u041B\u0456\u043D\u0456\u044F
+edge_style=\u0422\u0438\u043F \u043B\u0456\u043D\u0456\u0457
+edge_width=\u0422\u043E\u0432\u0449\u0438\u043D\u0430
+EdgeColorAction.text=\u041A\u043E\u043B\u0456\u0440 \u043B\u0456\u043D\u0456\u0457...
+EdgeStyleAction.bezier.text=\u041A\u0440\u0438\u0432\u0430
+EdgeStyleAction.linear.text=\u041F\u0440\u044F\u043C\u0430
+EdgeStyleAction.sharp_bezier.text=\u0417\u0430\u0433\u043E\u0441\u0442\u0440\u0435\u043D\u0430 \u043A\u0440\u0438\u0432\u0430
+EdgeStyleAction.sharp_linear.text=\u0417\u0430\u0433\u043E\u0441\u0442\u0440\u0435\u043D\u0430 \u043F\u0440\u044F\u043C\u0430
+EdgeStyleAsParentAction.text=\u042F\u043A \u0443 \u0431\u0430\u0442\u044C\u043A\u0430
+EdgeWidthAction_width_parent.text=\u042F\u043A \u0443 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
+EdgeWidthAction_width_thin.text=\u0422\u043E\u043D\u043A\u0430 \u043B\u0456\u043D\u0456\u044F
+edit=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0442\u0435\u043A\u0441\u0442
+edit_link_manually=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0443\u0440\u0443\u0447\u043D\u0443...
+EditAction.text=\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438
+EditLongAction.text=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0442\u0435\u043A\u0441\u0442 \u0443 \u0440\u0435\u0434\u0430\u043A\u0442\u043E\u0440\u0456...
+EncryptedMap.text=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u0443 \u0430\u0441\u043E\u0446\u0456\u0430\u0442\u0438\u0432\u043D\u0443 \u043A\u0430\u0440\u0442\u0443...
+EncryptedMap.tooltip=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0438\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442, \u044F\u043A\u0438\u0439 \u0431\u0443\u0434\u0435 \u043F\u043E\u0432\u043D\u0456\u0441\u0442\u044E \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u0438\u0439
+enter_base_url=\u0411\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043E \u0432\u0456\u0434\u043D\u043E\u0441\u043D\u0435 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F. \u0412\u043A\u0430\u0436\u0456\u0442\u044C \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 URL...
+enter_confirms=\u0412\u0432\u0456\u0434 \u0437\u0430\u0432\u0435\u0440\u0448\u0443\u0454 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F.
+EnterPassword.text=\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u0437\u0430\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E / \u0440\u043E\u0437\u0448\u0438\u0444\u0440\u043E\u0432\u0430\u043D\u043E
+error_creating_directory=\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0440\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u0456 \u0442\u0435\u043A\u0438
+export_pdf_text=\u0444\u043E\u0440\u043C\u0430\u0442 PDF
+export_svg_text=\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u043E\u0432\u0430\u043D\u0430 \u0412\u0435\u043A\u0442\u043E\u0440\u043D\u0430 \u0413\u0440\u0430\u0444\u0456\u043A\u0430 (SVG)
+ExportAction.text=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438
+ExportBranchToHTMLAction.text=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0433\u0456\u043B\u043A\u0443 \u0434\u043E HTML
+ExportPdf.text=\u042F\u043A PDF...
+ExportSvg.text=\u042F\u043A SVG...
+ExportToHTMLAction.text=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u043E HTML
+ExportToImage.jpg.text=\u042F\u043A JPEG...
+ExportToImage.png.text=\u042F\u043A PNG...
+ExportToOoWriter.text=\u042F\u043A \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 Open Office Writer...
+ExportToOoWriter.tooltip=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0435\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u0437\u0430\u0434\u0430\u044E\u0442\u044C \u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0443, \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0456 \u0432\u0443\u0437\u043B\u0438 \u0432\u0438\u0437\u043D\u0430\u0447\u0430\u044E\u0442\u044C \u0437\u043C\u0456\u0441\u0442 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430.
+extension_menu=\u0421\u0442\u0438\u043B\u044C
+f_button_unassigned=<no action>[translate me]
+FaqOpenURLAction.text=\u041F\u0438\u0442\u0430\u043D\u043D\u044F, \u0449\u043E \u0447\u0430\u0441\u0442\u043E \u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C\u0441\u044F
+file=\u0424\u0430\u0439\u043B
+file_already_exists=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454. \u041F\u0435\u0440\u0435\u043F\u0438\u0441\u0430\u0442\u0438?
+file_not_found=\u041F\u043E\u043C\u0438\u043B\u043A\u0430: \u0444\u0430\u0439\u043B \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0438\u0439.
+filter_icon=Icon[translate me]
+FindAction.text=\u0428\u0443\u043A\u0430\u0442\u0438
+fit_map_to_page=\u0423\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u0446\u0456
+FitToPage.text=\u041C\u0430\u0441\u0448\u0442\u0430\u0431 "\u0412\u0441\u044F \u043A\u0430\u0440\u0442\u0430"
+FitToPage.tooltip=\u041F\u0456\u0434\u0431\u0438\u0440\u0430\u0454  \u043C\u0430\u0441\u0448\u0442\u0430\u0431, \u0449\u043E\u0431 \u043F\u043E\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u044E \u043A\u0430\u0440\u0442\u0443 \u0443 \u0432\u0456\u043A\u043D\u0456
+fold=\u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438
+FoldAllAction.text=\u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u0441\u0435
+FoldAllAction.tooltip=<html> \u0417\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u0456 \u0443\u0441\u0456 \u043F\u043E\u0434\u0430\u043B\u044C\u0448\u0456 \u0432\u0443\u0437\u043B\u0438 </html>
+FoldOneLevelAction.text=\u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0440\u0456\u0432\u0435\u043D\u044C
+FoldOneLevelAction.tooltip=<html> \u0417\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u043D\u0430 \u043E\u0434\u0438\u043D \u0440\u0456\u0432\u0435\u043D\u044C </html>
+font=\u0428\u0440\u0438\u0444\u0442
+FontFamilyAction.text=\u0428\u0440\u0438\u0444\u0442
+FontSizeAction.text=\u0420\u043E\u0437\u043C\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443
+format_menu_edge_styles=\u0422\u0438\u043F \u043B\u0456\u043D\u0456\u0439
+format_menu_edge_widths=\u0422\u043E\u0432\u0449\u0438\u043D\u0430 \u043B\u0456\u043D\u0456\u0439
+FormatCopy.text=\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0430\u0442
+FormatCopy.tooltip=<html> \u041A\u043E\u043F\u0456\u044E\u0454 \u0444\u043E\u0440\u043C\u0430\u0442 \u0432\u0443\u0437\u043B\u0430 </html>
+FormatPaste.text=\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0430\u0442
+FormatPaste.tooltip=<html> \u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454 \u0434\u043E \u0432\u0443\u0437\u043B\u0430 \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 </html>
+ForwardAction.text=\u0412\u043F\u0435\u0440\u0435\u0434
+freeplane_reverted=Freeplane_Reverted_[translate me]
+FreeplaneHelpStarter.text=\u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430 ...
+FreeplaneHelpStarter.tooltip=\u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430...
+GotoLinkNodeAction.text=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043F\u043E \u0437\u0432'\u044F\u0437\u0446\u0456
+GrabKeyDialog.common.cancel=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+GrabKeyDialog.common.ok=\u0413\u0430\u0440\u0430\u0437\u0434
+GrabKeyDialog.grab-key.assigned-to=\u041F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E
+GrabKeyDialog.grab-key.assigned-to.none=\u0412\u0456\u0434\u0441\u0443\u0442\u043D\u0456\u0439
+GrabKeyDialog.grab-key.clear=\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438
+GrabKeyDialog.grab-key.remove=\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438
+GrabKeyDialog.grab-key.remove-ask=\u0412\u0438 \u0434\u0456\u0439\u0441\u043D\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043A\u043B\u0430\u0432\u0456\u0448\u0456?
+GrabKeyDialog.grab-key.title=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043D\u043E\u0432\u0443 \u043A\u043B\u0430\u0432\u0456\u0448\u0443
+help=\u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430
+HierarchicalIconsAction.text=\u0414\u043E\u0447\u0456\u0440\u043D\u0456 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
+HierarchicalIconsAction.tooltip=\u041F\u043E\u043A\u0430\u0437\u0443\u0454 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
+html_export_based_on_headings=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u041D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0456\u0432
+html_export_fold_all=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u0417\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u0443\u0441\u0435
+html_export_fold_currently_folded=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u0417\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u044F\u043A \u0437\u0430\u0440\u0430\u0437
+html_export_no_folding=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML - \u0411\u0435\u0437 \u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F
+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_attach=\u0417\u0432\u0435\u0440\u043D\u0438 \u0443\u0432\u0430\u0433\u0443
+icon_back=\u041D\u0430\u0437\u0430\u0434
+icon_bee=Freeplane[translate me]
+icon_bell=\u041D\u0430\u0433\u0430\u0434\u0430\u0442\u0438
+icon_bookmark=\u0412\u0456\u0434\u043C\u0456\u043D\u043D\u043E
+icon_broken-line=Broken[translate me]
+icon_button_cancel=\u041D\u0435 \u0433\u0430\u0440\u0430\u0437\u0434
+icon_button_ok=\u0413\u0430\u0440\u0430\u0437\u0434
+icon_calendar=\u0414\u0430\u0442\u0430
+icon_clanbomber=\u041D\u0435\u0431\u0435\u0437\u043F\u0435\u0447\u043D\u043E
+icon_closed=No Entry[translate me]
+icon_decrypted=Unlocked[translate me]
+icon_desktop_new=\u041D\u0435 \u0437\u0430\u0431\u0443\u0434\u044C
+icon_female1=Female1[translate me]
+icon_female2=Female2[translate me]
+icon_flag=\u041F\u0440\u0430\u043F\u043E\u0440\u0435\u0446\u044C
+icon_flag-black=Black Flag[translate me]
+icon_flag-pink=Pink Flag[translate me]
+icon_forward=\u0412\u043F\u0435\u0440\u0435\u0434
+icon_freemind_butterfly=FreeMind[translate me]
+icon_full-1=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 1
+icon_full-2=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 2
+icon_full-3=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 3
+icon_full-4=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 4
+icon_full-5=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 5
+icon_full-6=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 6
+icon_full-7=\u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442 7
+icon_gohome=\u0414\u043E\u0434\u043E\u043C\u0443
+icon_help=\u041F\u0438\u0442\u0430\u043D\u043D\u044F
+icon_hourglass=Waiting[translate me]
+icon_idea=\u0406\u0434\u0435\u044F
+icon_kaddressbook=\u0422\u0435\u043B\u0435\u0444\u043E\u043D
+icon_knotify=\u041C\u0443\u0437\u0438\u043A\u0430
+icon_korn=\u041F\u043E\u0448\u0442\u043E\u0432\u0430 \u0441\u043A\u0440\u0438\u043D\u044C\u043A\u0430
+icon_ksmiletris=\u042F \u0449\u0430\u0441\u043B\u0438\u0432\u0438\u0439
+icon_licq=\u0424\u0430\u0439\u043D\u0435\u043D\u044C\u043A\u043E
+icon_Mail=\u041F\u043E\u0448\u0442\u0430
+icon_male1=Male1[translate me]
+icon_male2=Male2[translate me]
+icon_menu=\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
+icon_messagebox_warning=\u0412\u0430\u0436\u043B\u0438\u0432\u043E
+icon_password=\u041A\u043B\u044E\u0447
+icon_pencil=\u0410\u043A\u0443\u0440\u0430\u0442\u043D\u0456\u0448\u0435
+icon_penguin=Linux
+icon_smiley-neutral=No Mind[translate me]
+icon_stop=\u0421\u0442\u043E\u043F
+icon_wizard=\u0427\u0430\u0440\u0456\u0432\u043D\u0438\u0446\u0442\u0432\u043E
+icon_xmag=\u041E\u0431\u0433\u043E\u0432\u043E\u0440\u0438\u0442\u0438
+icon_yes=\u0412\u0430\u0436\u043B\u0438\u0432\u043E
+IconGroupPopupAction.arrows.text=Arrows[translate me]
+IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconSelectionPlugin.text=\u0412\u0438\u0431\u0456\u0440 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438...
+IconSelectionPlugin.tooltip=<html> \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u0456\u043A\u043D\u043E \u0432\u0438\u0431\u043E\u0440\u0443 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438 </html>
+import=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438
+import_linked_branch_no_link=\u0412\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u043D\u0435 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 \u043A\u0430\u0440\u0442\u0443, \u043F\u0440\u0438\u0434\u0430\u0442\u043D\u0443 \u0434\u043B\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u0443
+ImportBranchAction.text=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0433\u0456\u043B\u043A\u0443 \u0437 (mm-) \u0444\u0430\u0439\u043B\u0443...
+ImportExplorerFavoritesAction.text=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438 \u0437 IE...
+ImportFolderStructureAction.text=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0443 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0456\u0432...
+ImportLinkedBranchAction.text=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0433\u0456\u043B\u043A\u0443 \u0437 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
+ImportLinkedBranchWithoutRootAction.text=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0431\u0435\u0437 \u043A\u043E\u0440\u0435\u043D\u044F
+ImportMindmanagerFiles.text=\u041A\u0430\u0440\u0442\u0430 Mindmanager X5...
+increase_branch_font_size=\u0417\u0431\u0456\u043B\u044C\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
+IncreaseNodeFontAction.text=\u0417\u0431\u0456\u043B\u044C\u0448\u0438\u0442\u0438 \u0448\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438
+ItalicAction.text=\u041A\u0443\u0440\u0441\u0438\u0432
+italicise_branch=\u0428\u0440\u0438\u0444\u0442 \u0432\u0441\u0456\u0454\u0457 \u0433\u0456\u043B\u043A\u0438 \u043A\u0443\u0440\u0441\u0438\u0432
+JoinNodesAction.text=\u041E\u0431'\u0454\u0434\u043D\u0430\u0442\u0438 \u0432\u0443\u0437\u043B\u0438
+less_than_two_selected_nodes=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043C\u0456\u043D\u0456\u043C\u0443\u043C \u0434\u0432\u0430 \u0432\u0443\u0437\u043B\u0438, \u0449\u043E\u0431 \u043D\u0430\u043C\u0430\u043B\u044E\u0432\u0430\u0442\u0438 \u0437\u0432'\u044F\u0437\u043A\u0438
+link_not_available_any_more=\u0417\u0432'\u044F\u0437\u043A\u0430 \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0430, \u0432\u0443\u0437\u043E\u043B \u0431\u0443\u0432 \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u0438\u0439
+locking_failed_by_open=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u043E\u044E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E \u0456 \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454\u0442\u044C\u0441\u044F \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F
+locking_failed_by_save_as=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u043E\u044E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E \u0456 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0439.
+locking_old_lock_removed=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0431\u0443\u0432 \u0431\u043B\u043E\u043A\u043E\u0432\u0430\u043D\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C {1}. \u0426\u0435 \u0431\u043B\u043E\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u043A\u0430\u0441\u043E\u0432\u0430\u043D\u0435 \u044F\u043A \u043D\u0435\u0434\u0456\u0439\u0441\u043D\u0430
+long_node_changed_cancel=\u0412\u0438 \u0437\u043C\u0456\u043D\u0438\u043B\u0438 \u0432\u0443\u0437\u043E\u043B. \u0425\u043E\u0447\u0435\u0442\u0435 \u0432\u0456\u0434\u043C\u043E\u0432\u0438\u0442\u0438\u0441\u044F \u0432\u0456\u0434 \u0437\u043C\u0456\u043D?
+lots_of_links_warning=\u0412\u0438 \u0437\u0431\u0438\u0440\u0430\u0454\u0442\u0435\u0441\u044F \u0432\u0456\u0434\u0440\u0430\u0437\u0443 \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438  \u0431\u0430\u0433\u0430\u0442\u043E \u0437\u0432'\u044F\u0437\u043E\u043A. \u0412\u0438 \u0434\u0456\u0439\u0441\u043D\u043E \u0446\u044C\u043E\u0433\u043E \u0445\u043E\u0447\u0435\u0442\u0435?
+map_already_exists=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454. \u0412\u0438 \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u043F\u0438\u0441\u0430\u0442\u0438 \u0439\u043E\u0433\u043E?
+map_corrupted=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0448\u043A\u043E\u0434\u0436\u0435\u043D\u0438\u0439. \u041F\u043E\u0432\u0456\u0434\u043E\u043C\u0438\u0442\u0438 \u043F\u043E\u0434\u0440\u043E\u0431\u0438\u0446\u0456?
+map_locked_by_open=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0436\u0435 \u0440\u0435\u0434\u0430\u0433\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C {1}. \u0412\u0456\u043D \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u0439 \u0442\u0456\u043B\u044C\u043A\u0438 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F.
+map_locked_by_save_as=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 {0} \u0432\u0436\u0435 \u0440\u0435\u0434\u0430\u0433\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C {1} \u0456 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0439.
+menu_extras=\u0414\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E
+menu_file_import=\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438
+menu_format=\u0424\u043E\u0440\u043C\u0430\u0442
+menu_insert=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438
+menu_navigate=\u041F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F
+menu_view=\u0412\u0438\u0433\u043B\u044F\u0434
+mindmap=\u0410\u0441\u043E\u0446\u0456\u0430\u0442\u0438\u0432\u043D\u0430 \u043A\u0430\u0440\u0442\u0430
+mindmaps=\u041A\u0430\u0440\u0442\u0438
+mindmaps_desc=\u041A\u0430\u0440\u0442\u0438 (*.mm)
+mode_File=File Mode[translate me]
+mode_MindMap=MindMap Mode[translate me]
+mode_na=\u0420\u0435\u0436\u0438\u043C \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u0438\u0439
+mode_status=\u0420\u0435\u0436\u0438\u043C \u0437\u043C\u0456\u043D\u043D\u0438\u0439 \u043D\u0430 {0}
+mode_title=Freeplane - \u0420\u0435\u0436\u0438\u043C "{0}"
+modes=\u0420\u0435\u0436\u0438\u043C\u0438
+ModesMenuAction.Browse.text=Map Browser[translate me]
+ModesMenuAction.File.text=File Explorer[translate me]
+most_recent_files=\u041D\u0435\u0434\u0430\u0432\u043D\u0456 \u0444\u0430\u0439\u043B\u0438
+MoveToRootAction.text=\u0426\u0435\u043D\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u0440\u0456\u043D\u044C
+NavigationNextMapAction.text=\u041D\u0430\u0441\u0442\u0443\u043F\u043D\u0430 \u043A\u0430\u0440\u0442\u0430
+NavigationPreviousMapAction.text=\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044F \u043A\u0430\u0440\u0442\u0430
+new_mindmap=\u041D\u043E\u0432\u0430 \u0430\u0441\u043E\u0446\u0456\u0430\u0442\u0438\u0432\u043D\u0430 \u043A\u0430\u0440\u0442\u0430
+new_node=\u041D\u043E\u0432\u0438\u0439 \u0432\u0443\u0437\u043E\u043B
+new_node_as_sibling_not_possible_for_the_root=\u0421\u043F\u043E\u0440\u0456\u0434\u043D\u0435\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u0434\u043B\u044F \u043A\u043E\u0440\u0435\u043D\u044F \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u0438\u0439
+NewChildAction.text=\u041D\u043E\u0432\u0438\u0439 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0439 \u0432\u0443\u0437\u043E\u043B
+NewMapAction.text=\u041D\u043E\u0432\u0438\u0439
+NewParentNode.text=\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0438\u0439 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u0432\u0443\u0437\u043E\u043B
+NewParentNode.tooltip=<html> \u0412\u0441\u0456 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u043E\u0442\u0440\u0438\u043C\u0430\u044E\u0442\u044C \u0437\u0430\u0433\u0430\u043B\u044C\u043D\u0438\u0439 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u0432\u0443\u0437\u043E\u043B </html>
+NewPreviousSiblingAction.text=\u041D\u043E\u0432\u0438\u0439 \u0441\u043F\u043E\u0440\u0456\u0434\u043D\u0435\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u0434\u043E \u0446\u044C\u043E\u0433\u043E
+NewSiblingAction.text=\u041D\u043E\u0432\u0438\u0439 \u0441\u043F\u043E\u0440\u0456\u0434\u043D\u0435\u043D\u0438\u0439 \u0432\u0443\u0437\u043E\u043B \u043F\u0456\u0441\u043B\u044F \u0446\u044C\u043E\u0433\u043E
+no=\u041D\u0456
+no_format_copy_before_format_paste=\u041F\u0435\u0440\u0448 \u043D\u0456\u0436 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u0440\u043C\u0430\u0442, \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0439\u043E\u0433\u043E \u0441\u043A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438
+no_found_from=\u0422\u0435\u043A\u0441\u0442 "{0}" \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0438\u0439 \u0432 "{1}" .
+no_more_found_from=\u0422\u0435\u043A\u0441\u0442 "{0}" \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u0454\u0442\u044C\u0441\u044F \u0432 "{1}"
+no_previous_find=\u0420\u0430\u043D\u0456\u0448\u0438\u0445 \u0437\u0431\u0456\u0433\u0456\u0432 \u043D\u0435\u043C\u0430\u0454.
+node=\u0412\u0443\u0437\u043E\u043B
+node_changed_discard_changes=\u0412\u0438 \u0437\u043C\u0456\u043D\u0438\u043B\u0438 \u0432\u0443\u0437\u043E\u043B. \u0425\u043E\u0447\u0435\u0442\u0435 \u0432\u0456\u0434\u043C\u043E\u0432\u0438\u0442\u0438\u0441\u044F \u0432\u0456\u0434 \u0437\u043C\u0456\u043D?
+NodeBackgroundColorAction.text=\u0424\u043E\u043D\u043E\u0432\u0438\u0439 \u043A\u043E\u043B\u0456\u0440 \u0432\u0443\u0437\u043B\u0430
+NodeColorAction.text=\u041A\u043E\u043B\u0456\u0440 \u0432\u0443\u0437\u043B\u0430...
+NodeColorBlendAction.text=\u0417\u0430\u0441\u0432\u0456\u0442\u0438\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
+NodeDownAction.text=\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043D\u0438\u0437
+NodeListAction.text=\u0406\u0441\u0442\u043E\u0440\u0456\u044F...
+NodeListAction.tooltip=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0447\u0430\u0441 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F / \u0437\u043C\u0456\u043D\u0438 \u0434\u043B\u044F \u0432\u0441\u0456\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
+NodeShapeAction.bubble.text=\u0422\u0438\u043F \u0432\u0443\u0437\u043B\u0430 "\u043E\u0432\u0430\u043B"
+NodeShapeAction.fork.text=\u0422\u0438\u043F \u0432\u0443\u0437\u043B\u0430 "\u043B\u0456\u043D\u0456\u044F"
+NodeUpAction.text=\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u0433\u043E\u0440\u0443
+nonboldify_branch=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u043F\u0456\u0432\u0436\u0438\u0440\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F
+nonitalicise_branch=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043A\u0443\u0440\u0441\u0438\u0432\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F
+normal=\u0417\u0432\u0438\u0447\u0430\u0439\u043D\u0438\u0439
+not_saved_for_link_error=\u041A\u0430\u0440\u0442\u0430 \u043F\u043E\u0432\u0438\u043D\u043D\u0430 \u0431\u0443\u0442\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0430 \u043F\u0435\u0440\u0435\u0434 \u0432\u0438\u0431\u043E\u0440\u043E\u043C \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
+ok=\u0413\u0430\u0440\u0430\u0437\u0434
+OKAction.text=\u0413\u0430\u0440\u0430\u0437\u0434
+OpenAction.text=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438
+OpenFreeplaneSiteAction.text=Freeplane's Homepage[translate me]
+option_changes_may_require_restart=\u0411\u0456\u043B\u044C\u0448\u0456\u0441\u0442\u044C \u0437\u043C\u0456\u043D \u043D\u0430\u0431\u0443\u0434\u0443\u0442\u044C \u0447\u0438\u043D\u043D\u043E\u0441\u0442\u0456 \u043F\u0456\u0441\u043B\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u0441\u0442\u0430\u0440\u0442\u0443 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0438.
+OptionPanel.absolute=\u0410\u0431\u0441\u043E\u043B\u044E\u0442\u043D\u043E
+OptionPanel.antialias=\u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u043D\u043D\u044F
+OptionPanel.antialias.tooltip=<html> \u0412\u0438\u0437\u043D\u0430\u0447\u0430\u0454 \u044F\u043A\u0456\u0441\u0442\u044C \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F. </html>
+OptionPanel.antialias_all=\u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u0443\u0441\u0435
+OptionPanel.antialias_edges=\u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u043B\u0456\u043D\u0456\u0457
+OptionPanel.antialias_none=\u041D\u0435 \u0437\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438
+OptionPanel.Appearance=\u0417\u043E\u0432\u043D\u0456\u0448\u043D\u0456\u0439 \u0432\u0438\u0433\u043B\u044F\u0434
+OptionPanel.ar=Ar[translate me]
+OptionPanel.as_parent=\u042F\u043A \u0431\u0430\u0442\u044C\u043A\u043E
+OptionPanel.automatic=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E
+OptionPanel.Behaviour=\u041F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0430
+OptionPanel.bezier=\u041A\u0440\u0438\u0432\u0430
+OptionPanel.bubble=\u041E\u0432\u0430\u043B
+OptionPanel.Cancel=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+OptionPanel.cloud=Cloud[translate me]
+OptionPanel.combined=\u041A\u043E\u043C\u0431\u0456\u043D\u043E\u0432\u0430\u043D\u043E
+OptionPanel.cs=Cs
+OptionPanel.da=Dk
+OptionPanel.de=De
+OptionPanel.default=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442
+OptionPanel.default_browser_command_mac=\u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> \u0456 MAC: (\u0441\u043F\u0430\u0441\u0438\u0431\u0456 \u041D\u0456\u043A\u0443) </html>
+OptionPanel.default_browser_command_other_os=\u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F  \u0456\u043D\u0448\u0438\u0445 \u041E\u0421
+OptionPanel.default_browser_command_other_os.tooltip=<html> \u042F\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E Linux: </html>
+OptionPanel.default_browser_command_windows_9x=\u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html> \u0414\u043B\u044F  Windows (\u043B\u0430\u043F\u043A\u0438 "" \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0456 \u0456\u0437.\u0437\u0430 \u0430\u0434\u0440\u0435\u0441 (URL), "=, \u0449\u043E \u043C\u0456\u0441\u0442\u044F\u0442\u044C "). </html>
+OptionPanel.default_browser_command_windows_nt=\u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440 \u0434\u043B\u044F  Windows NT
+OptionPanel.default_browser_command_windows_nt.tooltip=<html> \u0414\u043B\u044F  Windows (\u043B\u0430\u043F\u043A\u0438 "" \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0456 \u0456\u0437.\u0437\u0430 \u0430\u0434\u0440\u0435\u0441 (URL), "=, \u0449\u043E \u043C\u0456\u0441\u0442\u044F\u0442\u044C "). </html>
+OptionPanel.default_charset=Charset[translate me]
+OptionPanel.Defaults=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0456 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F
+OptionPanel.delete_automatic_saves_at_exit=\u0412\u0438\u043B\u0443\u0447\u0430\u0442\u0438 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 \u043F\u0440\u0438 \u0437\u0430\u043A\u0456\u043D\u0447\u0435\u043D\u043D\u0456 \u0440\u043E\u0431\u043E\u0442\u0438 \u0437 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E?
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u041F\u043E\u0441\u0442\u0430\u0432\u0442\u0435 \u0433\u0430\u043B\u043E\u0447\u043A\u0443, \u0449\u043E\u0431 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 \u0431\u0443\u043B\u0438 \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u0456 \u043F\u0456\u0441\u043B\u044F \u0437\u0430\u043A\u0456\u043D\u0447\u0435\u043D\u043D\u0456 \u0440\u043E\u0431\u043E\u0442\u0438 \u0437 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E </html>
+OptionPanel.disable_cursor_move_paper=\u0425\u043E\u0432\u0430\u0442\u0438 \u043A\u0443\u0440\u0441\u043E\u0440 \u043F\u0440\u0438 \u0440\u0443\u0441\u0456 \u043A\u0430\u0440\u0442\u0438
+OptionPanel.el__enter_confirms_by_default=<\u0412\u0412\u0406\u0414> \u0437\u0430\u043A\u0440\u0438\u0432\u0430\u0454 \u0434\u0456\u0430\u043B\u043E\u0433
+OptionPanel.el__max_default_window_height=\u041D\u0430\u0439\u0431\u0456\u043B\u044C\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0432\u0438\u0441\u043E\u0442\u0430 \u0432\u0456\u043A\u043D\u0430
+OptionPanel.el__max_default_window_width=\u041D\u0430\u0439\u0431\u0456\u043B\u044C\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0456\u043A\u043D\u0430
+OptionPanel.el__min_default_window_height=\u041D\u0430\u0439\u043C\u0435\u043D\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0432\u0438\u0441\u043E\u0442\u0430 \u0432\u0456\u043A\u043D\u0430
+OptionPanel.el__min_default_window_width=\u041D\u0430\u0439\u043C\u0435\u043D\u0448\u0430 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0456\u043A\u043D\u0430
+OptionPanel.el__position_window_below_node=\u041F\u043E\u043B\u043E\u0436\u0435\u043D\u043D\u044F \u0432\u0456\u043A\u043D\u0430 \u043F\u0456\u0434 \u043A\u043D\u043E\u043F\u043A\u0430\u043C\u0438
+OptionPanel.en=En
+OptionPanel.Environment=\u041E\u0442\u043E\u0447\u0435\u043D\u043D\u044F
+OptionPanel.es=Es
+OptionPanel.et=Et[translate me]
+OptionPanel.experimental_file_locking_on=(\u041F\u0440\u043E\u0431\u043D\u0430) \u0431\u043B\u043E\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432
+OptionPanel.experimental_file_locking_on.tooltip=<html> \u041F\u0440\u043E\u0431\u043D\u0430 \u0444\u0443\u043D\u043A\u0446\u0456\u044F </html>
+OptionPanel.export_icons_in_html=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C \u0434\u043E HTML
+OptionPanel.export_icons_in_html.tooltip=<html> \u041F\u043E\u043F\u0435\u0440\u0435\u0434\u0436\u0430\u0442\u0438, \u044F\u043A\u0449\u043E HTML \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438. \u0426\u0456 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438 \u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043D\u0435 \u0431\u0443\u0434\u0443\u0442\u044C \u043A\u043E\u0440\u0435\u043A\u0442\u043D\u043E \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u0456 </html>
+OptionPanel.Files=\u0424\u0430\u0439\u043B\u0438
+OptionPanel.first=\u041F\u0435\u0440\u0448\u0438\u0439
+OptionPanel.foldingsymbolwidth=\u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043D\u0430\u043A\u0443 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.foldingsymbolwidth.tooltip=<html> \u0420\u043E\u0437\u043C\u0456\u0440 \u0437\u043D\u0430\u043A\u0443, \u0449\u043E \u043F\u043E\u0437\u043D\u0430\u0447\u0430\u0454 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438\u0439 \u0432\u0443\u0437\u043E\u043B <html>
+OptionPanel.fork=\u041B\u0456\u043D\u0456\u044F
+OptionPanel.fr=Fr
+OptionPanel.gl=Gl[translate me]
+OptionPanel.gtk=Gtk
+OptionPanel.hr=Hr[translate me]
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u041F\u043E \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430\u0445
+OptionPanel.html_export_fold_all=\u0421\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u0441\u0435
+OptionPanel.html_export_fold_currently_folded=\u042F\u043A \u043D\u0430 \u043A\u0430\u0440\u0442\u0456
+OptionPanel.html_export_folding=\u0417\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F \u043F\u0440\u0438 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0456 \u0434\u043E HTML
+OptionPanel.html_export_no_folding=\u0411\u0435\u0437 \u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F
+OptionPanel.hu=Hu
+OptionPanel.icon=Icon[translate me]
+OptionPanel.id=Id[translate me]
+OptionPanel.it=It
+OptionPanel.ja=Ja
+OptionPanel.Keystrokes=\u041A\u043B\u0430\u0432\u0456\u0448\u0456
+OptionPanel.ko=Kr
+OptionPanel.language=\u041C\u043E\u0432\u0430
+OptionPanel.language.tooltip=<html> \u041C\u043E\u0432\u0430, \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u043D\u0430 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E. '\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E' \u0432\u0438\u0431\u0438\u0440\u0430\u0454 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0443 \u043C\u043E\u0432\u0443 \u0441\u0438\u0441\u0442\u0435\u043C\u0438 </html>
+OptionPanel.last=\u041E\u0441\u0442\u0430\u043D\u043D\u0456\u0439
+OptionPanel.last_opened_list_length=\u0420\u043E\u0437\u043C\u0456\u0440 \u043F\u0435\u0440\u0435\u043B\u0456\u043A\u0443 \u043D\u0435\u0434\u0430\u0432\u043D\u043E \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438\u0445 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0456\u0432
+OptionPanel.linear=\u041F\u0440\u044F\u043C\u0430
+OptionPanel.links=\u0417\u0432'\u044F\u0437\u043A\u0438
+OptionPanel.lookandfeel=\u041F\u0440\u0438\u043A\u0438\u0434
+OptionPanel.lookandfeel.tooltip=<html> \u041F\u0440\u0438 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0430\u0445 \u0432\u0438\u0431\u0438\u0440\u0430\u0439\u0442\u0435  '\u043D\u0456\u0447\u043E\u0433\u043E' ('nothing'). </html>
+OptionPanel.lt=Lt
+OptionPanel.max_node_width=\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430 \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.max_node_width.tooltip=<html> \u0443 \u043F\u0456\u043A\u0441\u0435\u043B\u044F\u0445 </html>
+OptionPanel.metal=\u041C\u0435\u0442\u0430\u043B
+OptionPanel.motif=Motif
+OptionPanel.nb=Nb
+OptionPanel.nl=Nl
+OptionPanel.nn=Nn[translate me]
+OptionPanel.nothing=\u041D\u0456\u0447\u043E\u0433\u043E
+OptionPanel.number_of_different_files_for_automatic_save=\u0427\u0438\u0441\u043B\u043E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u0432\u0435\u0440\u0441\u0456\u0439
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> \u0422\u0456\u043B\u044C\u043A\u0438 \u0437\u0430\u0434\u0430\u043D\u0435 \u0447\u0438\u0441\u043B\u043E \u0432\u0435\u0440\u0441\u0456\u0439 \u0431\u0443\u0434\u0443\u0442\u044C \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456, \u0432\u0441\u0456 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456 \u0432\u0435\u0440\u0441\u0456\u0457 \u0432\u0456\u0434\u0434\u0430\u043B\u044F\u0442\u0438\u043C\u0443\u0442\u044C\u0441\u044F. </html>
+OptionPanel.OK=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
+OptionPanel.pl=Pl
+OptionPanel.placenewbranches=\u041F\u043E\u0437\u0438\u0446\u0456\u044F \u043D\u043E\u0432\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.pt_BR=Pt BR
+OptionPanel.pt_PT=Pt PT
+OptionPanel.relative=\u0412\u0456\u0434\u043D\u043E\u0441\u043D\u043E
+OptionPanel.ru=Ru
+OptionPanel.scrollbar_increment=Speed[translate me]
+OptionPanel.selection_method=\u041C\u0435\u0442\u043E\u0434 \u0432\u0438\u0431\u043E\u0440\u0443 \u0432\u0443\u0437\u043B\u0430
+OptionPanel.selection_method_by_click=\u041A\u043B\u0430\u0446\u0430\u043D\u043D\u044F\u043C
+OptionPanel.selection_method_delayed=\u0406\u0437 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u043E\u044E
+OptionPanel.selection_method_direct=\u0412\u0456\u0434\u0440\u0430\u0437\u0443
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u0417\u0440\u0430\u0437\u043E\u043A
+OptionPanel.separator.anti_alias=\u0417\u0433\u043B\u0430\u0434\u0436\u0443\u0432\u0430\u043D\u043D\u044F
+OptionPanel.separator.automatic_save=\u0410\u0432\u0442\u043E\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F
+OptionPanel.separator.behaviour=\u041F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0430
+OptionPanel.separator.browser=\u041D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440
+OptionPanel.separator.commands_for_the_program=\u0423\u043F\u0440\u0430\u0432\u043B\u0456\u043D\u043D\u044F \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043E\u044E
+OptionPanel.separator.default_colors=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u043A\u043E\u043B\u0456\u0440
+OptionPanel.separator.default_fonts=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u0448\u0440\u0438\u0444\u0442
+OptionPanel.separator.default_styles=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u0441\u0442\u0438\u043B\u044C
+OptionPanel.separator.EdgeControls=Edges[translate me]
+OptionPanel.separator.edit_long_node_window=\u0412\u0456\u043A\u043D\u043E \u0434\u043B\u044F \u0432\u0435\u043B\u0438\u043A\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.separator.files=\u0424\u0430\u0439\u043B\u0438
+OptionPanel.separator.html_export=\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0434\u043E HTML
+OptionPanel.separator.hyperlink_types=\u0422\u0438\u043F \u0433\u0456\u043F\u0435\u0440\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u0445 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u044C
+OptionPanel.separator.icon_properties=\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
+OptionPanel.separator.initial_map_size=\u041F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u043A\u0430\u0440\u0442\u0438
+OptionPanel.separator.key_typing=\u0412\u0432\u0456\u0434 \u0437 \u043A\u043B\u0430\u0432\u0456\u0430\u0442\u0443\u0440\u0438
+OptionPanel.separator.language=\u041C\u043E\u0432\u0430
+OptionPanel.separator.look_and_feel=\u041F\u0440\u0438\u043A\u0438\u0434
+OptionPanel.separator.new_node_commands=\u0421\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.separator.node_editing_commands=\u0417\u043C\u0456\u043D\u0430 \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.separator.node_navigation_commands=\u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F
+OptionPanel.separator.other_defaults=\u0406\u043D\u0448\u0456 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0438
+OptionPanel.separator.patterns=\u0417\u0440\u0430\u0437\u043E\u043A
+OptionPanel.separator.save=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
+OptionPanel.separator.scrollbar=Scrollbar[translate me]
+OptionPanel.separator.selection_method=\u041C\u0435\u0442\u043E\u0434 \u0432\u0438\u0431\u043E\u0440\u0443 \u0432\u0443\u0437\u043B\u0430
+OptionPanel.sl=Sl
+OptionPanel.standardbackgroundcolor=\u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443
+OptionPanel.standardcloudcolor=\u041A\u043E\u043B\u0456\u0440 \u0445\u043C\u0430\u0440
+OptionPanel.standardcloudestyle=\u0422\u0438\u043F \u0445\u043C\u0430\u0440
+OptionPanel.standardlinkcolor=\u041A\u043E\u043B\u0456\u0440 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u044C
+OptionPanel.standardlinkestyle=\u0422\u0438\u043F \u0437\u0432'\u044F\u0437\u043E\u043A
+OptionPanel.standardselectednodecolor=\u041A\u043E\u043B\u0456\u0440 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0445 \u0432\u0443\u0437\u043B\u0456\u0432
+OptionPanel.sv=Se[translate me]
+OptionPanel.time_for_automatic_save=\u0406\u043D\u0442\u0435\u0440\u0432\u0430\u043B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0456\u0432
+OptionPanel.time_for_automatic_save.tooltip=<html> \u041F\u0440\u043E\u043C\u0456\u0436\u043E\u043A \u0447\u0430\u0441\u0443 \u043C\u0456\u0436 \u0434\u0432\u043E\u043C\u0430 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u0438\u043C\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F\u043C\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0456\u0432 \u0432 \u043C\u0456\u043B\u0456\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445. \u0414\u0443\u0436\u0435 \u0432\u0435\u043B\u0438\u043A\u0435 \u0447\u0438\u0441\u043B\u043E \u0432\u0456\u0434\u043A\u043B\u044E\u0447\u0430\u0454 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F. </html>
+OptionPanel.time_for_delayed_selection=\u0427\u0430\u0441 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u0438
+OptionPanel.time_for_delayed_selection.tooltip=<html> (\u0443 \u043C\u0456\u043B\u0456\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445). 1 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0454 \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u043E\u0441\u0442\u0456 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u0438 </html>
+OptionPanel.uk_UA=uk_UA
+OptionPanel.undo_levels=\u0427\u0438\u0441\u043B\u043E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439 \u0434\u043B\u044F \u0432\u0456\u0434\u043C\u0456\u043D\u0438
+OptionPanel.undo_levels.tooltip=<html> \u0412\u0438\u0437\u043D\u0430\u0447\u0430\u0454 \u0447\u0438\u0441\u043B\u043E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439, \u044F\u043A\u0456 \u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0432\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438. </html>
+OptionPanel.vi=Vi[translate me]
+OptionPanel.wheel_velocity=Speed[translate me]
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Zh CN
+OptionPanel.zh_TW=Zh
+PageAction.text=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438...
+PasteAction.text=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438
+PatternToString.EdgeStyle=\u0422\u0438\u043F \u043B\u0456\u043D\u0456\u0457
+PatternToString.EdgeWidth=\u0422\u043E\u0432\u0449\u0438\u043D\u0430
+PatternToString.FontBold=\u0416\u0438\u0440\u043D\u043E
+PatternToString.Icon=Icon[translate me]
+plugins/TimeList.xml_Created=\u0421\u0442\u0432\u043E\u0440\u0435\u043D\u0438\u0439
+plugins/TimeList.xml_Date=\u0414\u0430\u0442\u0430
+plugins/TimeList.xml_Icons=\u041F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
+plugins/TimeList.xml_Modified=\u0417\u043C\u0456\u043D\u0435\u043D\u0438\u0439
+plugins/TimeList.xml_Text=\u0422\u0435\u043A\u0441\u0442
+plugins/TimeManagement.xml_appendButton=\u041F\u0440\u0438\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0434\u0430\u0442\u0443 \u0434\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
+plugins/TimeManagement.xml_Cancel=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+plugins/TimeManagement.xml_cancelButton=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+plugins/TimeManagement.xml_hour=\u0413\u043E\u0434\u0438\u043D\u0430:
+plugins/TimeManagement.xml_minute=\u0425\u0432\u0438\u043B\u0438\u043D\u0430:
+plugins/TimeManagement.xml_reminderButton=\u041D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
+plugins/TimeManagement.xml_reminderButton_tooltip=<html> \u0423 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u0447\u0430\u0441  \u043C\u0438\u0433\u0430\u043D\u043D\u044F \u0441\u0438\u043C\u0432\u043E\u043B\u0443 \u043F\u043E\u0441\u043B\u0443\u0436\u0438\u0442\u044C \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F\u043C,  - \u0442\u0456\u043B\u044C\u043A\u0438 \u044F\u043A\u0449\u043E \u0446\u044F \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0430 \u0431\u0443\u0434\u0435 \u0437\u0430\u043F\u0443\u0449\u0435\u043D\u0430.<br> \u041F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C\u0443 \u0441\u0442\u0430\u0440\u0442\u0456 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0438, \u0442\u0430\u0439\u043C\u0435\u0440 \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u0437\u043D\u043E\u0432\u0443. </html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html> \u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0440\u0438\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043B\u0438\u0448\u0435 \u043E\u0434\u043D\u0443 \u0434\u0430\u0442\u0443 \u043D\u0430 \u0432\u0443\u0437\u043E\u043B <br> \u0412\u0436\u0435 \u0437\u0430\u043F\u0430\u043C'\u044F\u0442\u0430\u043B\u043E {0,date} {0,time}, \u0412\u0438 \u0432\u0432\u043E\u0434\u0438\u0442\u0435 {1,date} {1,time}. <br><br> \u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0434\u0430\u0442\u0443 (\u0422\u0410\u041A), <br> \u0430\u0431\u043E \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043A\u043E\u043B\u0438\u0448\u043D\u044E \u0434\u0430\u0442\u0443 (\u041D\u0406)? </html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u041D\u0430\u0433\u0430\u0434\u0430\u0442\u0438 {0,date} \u0432 {0,time}
+plugins/TimeManagement.xml_removeReminderButton=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u0412\u0456\u0434\u043C\u0456\u043D\u0430 \u0432\u0441\u0456\u0445 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u044C \u0434\u043B\u044F \u0432\u0438\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0432\u0443\u0437\u043B\u0430
+plugins/TimeManagement.xml_todayButton=\u0421\u044C\u043E\u0433\u043E\u0434\u043D\u0456
+plugins/TimeManagement.xml_WindowTitle=\u0427\u0430\u0441
+preferences=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
+PrintDirectAction.text=\u041D\u0430\u0434\u0440\u0443\u043A\u0443\u0432\u0430\u0442\u0438
+printing_settings=\u041C\u0430\u0441\u0448\u0442\u0430\u0431 \u0434\u0440\u0443\u043A\u0443
+PropertyAction.text=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F ...
+QuitAction.text=\u0412\u0438\u0439\u0442\u0438
+read_only=\u0422\u0456\u043B\u044C\u043A\u0438 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F
+RedoAction.text=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438
+RedoFilterAction.text=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438
+ReminderHookAction.text=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
+ReminderHookAction.tooltip=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u043D\u044F
+RemoveAllIconsAction.text=\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0443\u0441\u0456 \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0438
+RemoveIconAction.text=\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u044E \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C\u0443
+repair_link=\u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F?
+repair_link_question=\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F. \u0412\u0432\u0435\u0441\u0442\u0438 \u0443\u0440\u0443\u0447\u043D\u0443??
+ResetNodeLocationAction.text=\u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043D\u0443 \u043F\u043E\u0437\u0438\u0446\u0456\u044E
+save_unsaved=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u043F\u043E\u0442\u043E\u0447\u043D\u0443 \u043A\u0430\u0440\u0442\u0443? :
+SaveAction.text=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
+SaveAsAction.text=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A...
+saved=\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043E
+scheme_evaluate=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438!
+select_favorites_folder=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C  \u0442\u0435\u043A\u0443, \u0432 \u044F\u043A\u0456\u0439 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044E\u0442\u044C\u0441\u044F \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438
+select_folder_for_importing=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C  \u0442\u0435\u043A\u0443 \u0434\u043B\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u0443
+SelectAllAction.text=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435
+SelectBranchAction.text=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u044E \u0433\u0456\u043B\u043A\u0443
+selection_method_by_click=\u0412\u0438\u0431\u0456\u0440 \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u0438\u043C \u043A\u043B\u0430\u0446\u0430\u043D\u043D\u044F\u043C
+selection_method_delayed=\u0412\u0438\u0431\u0456\u0440 \u043D\u0430\u0457\u0437\u0434\u043E\u043C \u0456\u0437 \u0437\u0430\u0442\u0440\u0438\u043C\u043A\u043E\u044E
+selection_method_direct=\u0412\u0438\u0431\u0456\u0440 \u043D\u0430\u0457\u0437\u0434\u043E\u043C
+SetImageByFileChooserAction.text=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B \u0437 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u043E\u044E
+SetLinkByFileChooserAction.text=\u0412\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F (\u0432\u0438\u0431\u0456\u0440 \u0444\u0430\u0439\u043B\u0443)
+SetLinkByTextFieldAction.text=\u0412\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F (\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0435 \u043F\u043E\u043B\u0435)
+simplyhtml.borderWidthLabel=\u0422\u043E\u0432\u0449\u0438\u043D\u0430
+simplyhtml.cancelBtnName=\u0412\u0456\u0434\u043C\u0456\u043D\u0438\u0442\u0438
+simplyhtml.copyLabel=\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438
+simplyhtml.cutLabel=\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438
+simplyhtml.fontBoldLabel=\u0416\u0438\u0440\u043D\u043E
+simplyhtml.fontItalicLabel=\u041A\u0443\u0440\u0441\u0438\u0432
+simplyhtml.fontTabLabel=\u0428\u0440\u0438\u0444\u0442
+simplyhtml.fontUnderlineLabel=\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F
+simplyhtml.helpLabel=\u0414\u043E\u043F\u043E\u043C\u043E\u0433\u0430
+simplyhtml.okBtnName=\u0413\u0430\u0440\u0430\u0437\u0434
+simplyhtml.pasteLabel=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438
+simplyhtml.previewLabel=Preview[translate me]
+simplyhtml.redoLabel=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438
+simplyhtml.replaceNo=\u041D\u0456
+simplyhtml.replaceYes=\u0422\u0430\u043A
+simplyhtml.styleLabel=\u0421\u0442\u0438\u043B\u044C
+simplyhtml.uLineLabel=\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F
+split=\u0420\u043E\u0437\u0434\u0456\u043B\u0438\u0442\u0438
+style=\u0421\u0442\u0438\u043B\u044C
+svg=SVG[translate me]
+TimeListAction.text=\u0420\u043E\u0437\u043A\u043B\u0430\u0434...
+TimeListAction.tooltip=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u0441\u0456 \u0447\u0430\u0441\u0438 \u043D\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043D\u044C \u0456\u0437 \u0437\u0432'\u044F\u0437\u0430\u043D\u0438\u043C\u0438 \u0432\u0443\u0437\u043B\u0430\u043C\u0438
+TimeManagementAction.text=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440...
+TimeManagementAction.tooltip=<html> \u041F\u043E\u043A\u0430\u0437\u0443\u0454 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u0432\u0456\u0434 \u041A\u0430\u044F \u0422\u043E\u0434\u0442\u0435\u0440\u0430. </html>
+ToggleChildrenFoldedAction.text=\u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 / \u0441\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u0434\u043E\u0447\u0456\u0440\u043D\u0456 \u0432\u0443\u0437\u043B\u0438
+ToggleFoldedAction.text=\u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 / \u0441\u043A\u0440\u0443\u0442\u0438\u0442\u0438
+ToggleLeftToolbarAction.text=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 / \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u043B\u0456\u0432\u0443 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C
+ToggleMenubarAction.text=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 / \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u043C\u0435\u043D\u044E
+ToggleToolbarAction.text=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 / \u0437\u0430\u0445\u043E\u0432\u0430\u0442\u0438 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C
+undefined_error=\u041D\u0435\u0441\u043F\u043E\u0434\u0456\u0432\u0430\u043D\u0430 \u043F\u043E\u043C\u0438\u043B\u043A\u0430. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u0438\u0442\u0435 \u0440\u043E\u0437\u0440\u043E\u0431\u043D\u0438\u043A\u0456\u0432 \u0447\u0435\u0440\u0435\u0437 \u0444\u043E\u0440\u0443\u043C
+underline=\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043D\u044F
+underlined=\u041F\u0456\u0434\u043A\u0440\u0435\u0441\u043B\u0435\u043D\u043E
+unfold=\u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438
+UnfoldAllAction.text=\u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0435
+UnfoldAllAction.tooltip=<html> \u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u0456 \u0443\u0441\u0456 \u043F\u043E\u0434\u0430\u043B\u044C\u0448\u0456 \u0432\u0443\u0437\u043B\u0438 </html>
+UnfoldOneLevelAction.text=\u0420\u043E\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u0438 \u0440\u0456\u0432\u0435\u043D\u044C
+UnfoldOneLevelAction.tooltip=<html> \u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0454 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0432\u0443\u0437\u043B\u0438 \u043D\u0430 \u043E\u0434\u0438\u043D \u0440\u0456\u0432\u0435\u043D\u044C </html>
+url_error=\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u0432 \u0430\u0434\u0440\u0435\u0441\u0456 URL
+user_defined_zoom=\u0412\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043E \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043C..
+user_defined_zoom_status_bar=\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0443 \u043F\u043E \u0432\u0438\u0431\u043E\u0440\u0443 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043C\u0456\u043D\u044F\u0454\u0442\u044C\u0441\u044F \u043D\u0430 {0}%.
+user_zoom=\u041A\u043E\u0435\u0444\u0456\u0446\u0456\u0454\u043D\u0442 \u0434\u0440\u0443\u043A\u0443 (0.0 - 2.0):
+width=\u0422\u043E\u0432\u0449\u0438\u043D\u0430
+yes=\u0422\u0430\u043A
+ZoomInAction.text=\u041D\u0430\u0431\u043B\u0438\u0437\u0438\u0442\u0438
+ZoomOutAction.text=\u0412\u0456\u0434\u0434\u0430\u043B\u0438\u0442\u0438
diff --git a/freeplane/resources/translations/Resources_zh_CN.properties b/freeplane/resources/translations/Resources_zh_CN.properties
index d56f72d..56ea6ee 100644
--- a/freeplane/resources/translations/Resources_zh_CN.properties
+++ b/freeplane/resources/translations/Resources_zh_CN.properties
@@ -1,1763 +1,1763 @@
-about_text = Freeplane - \u81ea\u7531\u7684\u601d\u7ef4\u5bfc\u56fe\u548c\u77e5\u8bc6\u6784\u5efa\u8f6f\u4ef6
-AboutAction.text = \u5173\u4E8E
-acceleratorPresets = \u9884\u7f6e\u70ed\u952e
-accelerators_loading_error = \u4e0d\u80fd\u4ece{0}\u52a0\u8f7d\u52a0\u901f\u952e
-accessories/plugins/ApplyFormatPlugin.dialog.title = \u6539\u53D8\u8282\u70B9\u683C\u5F0F
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = \u4FEE\u6539\u6A21\u5F0F
-accessories/plugins/EncryptNode.properties_0 = \u9009\u62E9\u5BC6\u7801
-accessories/plugins/EncryptNode.properties_1 = \u5BC6\u7801\u9519\u8BEF\u6216\u5BC6\u7801\u592A\u77ED.
-accessories/plugins/EncryptNode.properties_2 = \u8F93\u5165\u5BC6\u7801:
-accessories/plugins/EncryptNode.properties_3 = \u518D\u6B21\u8F93\u5165\u5BC6\u7801:
-accessories/plugins/EncryptNode.properties_4 = \u8F93\u5165\u4F60\u7684\u5BC6\u7801.
-accessories/plugins/EncryptNode.properties_5 = <html>\u8c28\u8bb0, \u52a0\u5bc6\u7684\u5f3a\u5ea6<br> \u5b8c\u5168\u53d6\u51b3\u4e8e\u5bc6\u7801\u7684\u8d28\u91cf.
-accessories/plugins/EncryptNode.properties_6 = \u786e\u5b9a
-accessories/plugins/EncryptNode.properties_7 = \u53D6\u6D88
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = \u53EA\u80FD\u5207\u6362\u52A0\u5BC6\u8282\u70B9\u7684\u52A0\u5BC6\u72B6\u6001. \u4F7F\u7528\u5DE5\u5177\u83DC\u5355\u63D2\u5165\u52A0\u5BC6\u8282\u70B9.
-accessories/plugins/EncryptNode.properties_select_me = \u9009\u4E2D\u4EE5\u7EE7\u7EED!
-accessories/plugins/EncryptNode.properties_wrong_password = \u5BC6\u7801\u9519\u8BEF.
-accessories/plugins/ExportWithTWiki.text = \u5BFC\u51FA\u4E3ATWiki...
-accessories/plugins/ExportWithTWiki.tooltip = \u5C06\u601D\u7EF4\u5BFC\u56FE\u5BFC\u51FA\u6210 TWiki \u6587\u6863.
-accessories/plugins/ExportWithXSLT.tooltip = \u8fd9\u662f\u4e00\u79cd\u4f7f\u7528XSLT\u811a\u672c\u7684\u7edf\u4e00\u5bfc\u51fa\u65b9\u6cd5
-accessories/plugins/ExportWithXSLT_Applet.text = \u5BFC\u51FA\u4E3A Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = \u5BFC\u51FA\u56FE\u4E3Ajava\u6D4F\u89C8\u5668applet
-accessories/plugins/ExportWithXSLT_Flash.text = \u5BFC\u51FA\u4E3AFlash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = \u5BFC\u51FA\u56FE\u4E3A flash \u5E94\u7528.
-accessories/plugins/ExportWithXSLT_HTML.text = \u5bfc\u51fa\u4e3aXHTML(JavaScript\u7248)...
-accessories/plugins/ExportWithXSLT_HTML3.text = \u5bfc\u51fa\u4e3aXHTML(\u53ef\u70b9\u51fb\u7684\u6620\u5c04\u56fe\u50cf\u7248)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = \u4ECE RESOURCES \u8282\u70B9\u5230 TaskJuggler \u6587\u4EF6\u7684\u8D44\u6E90...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>\u4ECE RESOURCES \u8282\u70B9\u5BFC\u51FA\u8D44\u6E90\u5230 Taskjuggler \u6A21\u5757. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = \u4EFB\u52A1\u4ECE TASKS \u8282\u70B9\u5230 TaskJuggler \u6587\u4EF6...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>\u5BFC\u51FA\u4EFB\u52A1\u4ECE TASKS \u8282\u70B9\u5230 Taskjuggler \u6A21\u5757. </html>
-action_keystroke_in_use_error = \u4e3a\u52a8\u4f5c{1}\u8bf7\u6c42\u7684\u6309\u952e{0}\u5df2\u7ecf\u88ab\u52a8\u4f5c{2}\u4f7f\u7528\u4e86
-active = \u6fc0\u6d3b
-actual_map_styles = \u5e94\u7528\u5bfc\u56fe\u6761\u4ef6\u6837\u5f0f
-actual_node_styles = \u4ee5in\u516c\u7528\u8282\u70b9\u6761\u4ef6\u6837\u5f0f
-add = \u6dfb\u52a0(&A)
-AddConnectorAction.text = \u6dfb\u52a0\u8fde\u63a5
-AddElementaryConditionAction.text = \u6dfb\u52a0
-AddLocalLinkAction.text = \u6dfb\u52a0\u672c\u5730\u8d85\u94fe\u63a5
-AddMenuItemLinkAction.text = \u6dfb\u52a0\u8d85\u94fe\u63a5
-AddOnDetailsPanel.authored.by = \u4f5c\u8005{0}
-AddOnDetailsPanel.header.function = \u51fd\u6570
-AddOnDetailsPanel.header.menu = \u83dc\u5355\u4f4d\u7f6e
-AddOnDetailsPanel.header.shortcut = \u5feb\u6377\u65b9\u5f0f
-AddOnDetailsPanel.homepage = \u4e3b\u9875\uff1a
-addons.installer.canceled = \u5b89\u88c5\u5df2\u53d6\u6d88
-addons.installer.confirm.licence = html><body><h1>\u8bb8\u53ef\u534f\u8bae</h1>{0}<p><p><em>\u63a5\u53d7\u8bb8\u53ef\u534f\u8bae?</em></p></body></html>
-addons.installer.failed = \u5b89\u88c5\u5931\u8d25 \uff1a{0}
-addons.installer.freeplaneversion.format.error = \u5728{0}\u5904\u6709\u683c\u5f0f\u9519\u8bef(\u503c\uff1a{1})
-addons.installer.groovy.script.name = \u811a\u672c\u540d{0}\u6ca1\u6709\u4ee5 ".groovy"\u7ed3\u5c3e
-addons.installer.html.script = \u811a\u672c\u53ef\u80fd\u4e0d\u662fHTML\u683c\u5f0f
-addons.installer.install = \u5b89\u88c5
-addons.installer.invalid.keyboard.shortcut = \u4e0d\u53ef\u7528\u7684\u5feb\u6377\u65b9\u5f0f {0}
-addons.installer.licence.unchanged = \u8bb8\u53ef\u6ca1\u6709\u6539\u53d8
-addons.installer.map.structure = \u5bfc\u56fe\u7ed3\u6784\u9519\u8bef: {0}
-addons.installer.missing.child.nodes = \u6ca1\u6709\u5b50\u8282\u70b9: {0}
-addons.installer.missing.permission.attribute = \u811a\u672c {0}: \u6ca1\u6709\u8bb8\u53ef\u5c5e\u6027 {1}
-addons.installer.missing.properties = \u6ca1\u6709\u5c5e\u6027: {0}
-addons.installer.missing.translation = {0} \u6ca1\u6709{1}\u5730\u57df\u7684\u7ffb\u8bd1
-addons.installer.no.scripts = \u627e\u4e0d\u5230\u811a\u672c
-addons.installer.no.zipdata = \u627e\u4e0d\u5230zip\u6570\u636e
-addons.installer.nonstandard.permissions = \u8fd9\u4e2a\u811a\u672c\u8981\u6c42\u73b0\u5728\u6ca1\u6709\u88ab\u5141\u8bb8\u7684\u6743\u9650: {0} \n \u628a\u4ed6\u4eec\u52a0\u5230\u6807\u51c6\u6743\u9650\u7ec4\u4e2d\u4e48\uff1f
-addons.installer.one.child.expected = {0} \u53ea\u8981\u4e00\u4e2a\u5b50\u8282\u70b9\uff0c\u4f46\u662f\u73b0\u5728\u6709{1}\u4e2a
-addons.installer.script.no.execution_mode = {0} \u6ca1\u6709 "execution_mode" \u53d8\u91cf\u5b9a\u4e49
-addons.installer.script.no.menulocation = {0} \u6ca1\u6709 "menuLocation" \u53d8\u91cf\u5b9a\u4e49
-addons.installer.script.no.menutitle = {0} \u6ca1\u6709 "menuTitleKey" \u53d8\u91cf\u5b9a\u4e49
-addons.installer.script.no.permissions = {0} \u6ca1\u6709\u6743\u9650\u5b9a\u4e49
-addons.installer.success = \u5b89\u88c5\u6210\u529f\u3002\n \u65b0\u9644\u52a0\u7ec4\u4ef6\u5c06\u4f1a\u5728\u8f6f\u4ef6\u91cd\u542f\u540e\u751f\u6548
-addons.installer.success.update = \u4ece{0}\u5230{1}\u7684\u5347\u7ea7\u6210\u529f\u3002\n\u4e00\u4e9b\u529f\u80fd\u53ef\u80fd\u53ea\u80fd\u5728\u91cd\u542f\u540e\u751f\u6548
-addons.installer.title = \u63d2\u4ef6\u5b89\u88c5\u5668
-addons.installer.too.new = \u5f53\u524d\u7684Freeplane\u7248\u672c {0} \u592a\u9ad8\u3002\u672c\u63d2\u4ef6\u6700\u9ad8\u652f\u6301\u7248\u672c {1}.
-addons.installer.too.old = \u5f53\u524d\u7684Freeplane\u7248\u672c {0} \u592a\u4f4e\u3002\u672c\u63d2\u4ef6\u9700\u6c42\u6700\u4f4e\u7248\u672c {1}.
-addons.installer.unknown.deinstallation.rules = \u672a\u77e5\u7684\u5378\u8f7d\u89c4\u5219 {0}
-addons.installer.update = \u4ece\u7248\u672c{0}\u66f4\u65b0
-addons.installer.warning = <html><body><em>\u4f60\u5e94\u8be5\u53ea\u4ece\u4fe1\u4efb\u7684\u5730\u5740\u5b89\u88c5\u63d2\u4ef6\u3002\u6076\u610f\u7684\u63d2\u4ef6\u53ef\u80fd\u635f\u574f\u4f60\u7684\u6570\u636e\u6216\u8005\u4fb5\u72af\u4f60\u7684\u9690\u79c1</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = \u6837\u5f0f\u4e2d\u7684\u5c5e\u6027
-AddStyleAttributes.tooltip = \u6dfb\u52a0\u6837\u5f0f\u8282\u70b9\u4e2d\u7684\u5c5e\u6027
-AllMapsNodeListAction.text = \u5728\u6240\u6709\u5bfc\u56fe\u4e2d\u67e5\u627e\u548c\u66ff\u6362
-always = \u603b\u662f
-AlwaysUnfoldedNodeAction.text = \u603b\u662f\u5c55\u5f00\u8282\u70b9(\u5f00\u542f/\u5173\u95ed)
-antialias_all = \u5E73\u6ED1\u5168\u90E8
-antialias_edges = \u5E73\u6ED1\u8FDE\u7EBF
-antialias_none = \u4E0D\u5E73\u6ED1
-apply = \u5e94\u7528(&A)
-ApplyAction.text = \u5e94\u7528(&A)
-ApplyFormatPlugin.text = \u6539\u53d8\u683c\u5f0f(&C)...
-ApplyFormatPlugin.tooltip = \u663E\u793A\u8282\u70B9\u53CA\u8FDE\u7EBF\u5C5E\u6027\u8BBE\u5B9A\u5BF9\u8BDD\u6846.
-ApplyNoFilteringAction.text = \u4E0D\u8FC7\u6EE4
-ApplySelectedViewConditionAction.text = \u8fc7\u6ee4\u9009\u4e2d\u7684\u8282\u70b9
-ApplyToVisibleAction.text = \u5e94\u7528\u5230\u8fc7\u6ee4\u7684\u8282\u70b9
-as_parent = \u540C\u7236\u8282\u70B9
-AskForHelp.text = \u8bf7\u6c42\u5e2e\u52a9
-AssignAttributesAction.text = \u6307\u5b9a\u5c5e\u6027(&G)...
-attribute_delete = \u5220\u9664\u6240\u6709\u503C
-attribute_delete_value = \u5220\u9664\u6B64\u503C
-attribute_font_size_tooltip = \u5C5E\u6027\u5B57\u4F53\u5927\u5C0F
-attribute_list_box_label_text = \u73B0\u5B58\u503C
-attribute_name = \u5c5e\u6027\u540d
-attribute_replace = \u66FF\u6362\u4E3A
-attribute_top = \u52A0\u8F7D\u7684\u5BFC\u56FE\u4E2D\u6240\u6709\u5DF2\u77E5\u7684\u5C5E\u6027
-attribute_value = \u5c5e\u6027\u503c
-attributes_AddAttributeAction.text = \u5728\u5bf9\u8bdd\u6846\u4e2d\u6dfb\u52a0\u53d8\u91cf
-attributes_adding_empty_attribute_error = \u5C5E\u6027\u540D\u4E0D\u80FD\u4E3A\u7A7A\u5B57\u7B26
-attributes_all = \u6240\u6709\u5C5E\u6027
-attributes_assign_dialog = \u8bbe\u5b9a\u5c5e\u6027
-attributes_attribute = \u5C5E\u6027
-attributes_close = \u5173\u95ED
-attributes_deselect_all = \u5168\u90E8\u4E0D\u9009
-attributes_dialog_title = \u5C5E\u6027\u7BA1\u7406\u5668
-attributes_edit = \u7F16\u8F91
-attributes_edit_tooltip = \u7F16\u8F91\u8BBE\u5B9A
-attributes_for_selected = \u9009\u62E9\u7684\u8282\u70B9
-attributes_for_visible = \u6240\u6709\u53EF\u89C1\u7684\u8282\u70B9
-attributes_import = \u5bfc\u5165(&I)
-attributes_import_tooltip = \u4ECE\u52A0\u8F7D\u7684\u5176\u4ED6\u5BFC\u56FE\u4E2D\u5BFC\u5165\u5C5E\u6027
-attributes_no_import_candidates_found = \u672A\u53D1\u73B0\u65B0\u5C5E\u6027
-attributes_popup_delete = \u5220\u9664
-attributes_popup_down = \u4E0B
-attributes_popup_edit = \u7F16\u8F91
-attributes_popup_hide = \u9690\u85CF
-attributes_popup_new = \u65B0\u5C5E\u6027
-attributes_popup_optimal_width = \u6700\u4F73\u5BBD\u5EA6
-attributes_popup_up = \u4E0A
-attributes_refresh = \u5237\u65B0
-attributes_RemoveAllAttributesAction.text = \u79fb\u9664\u6240\u6709\u5c5e\u6027
-attributes_RemoveFirstAttributeAction.text = \u6ea2\u51fa\u7b2c\u4e00\u4e2a\u5c5e\u6027
-attributes_RemoveLastAttributeAction.text = \u79fb\u9664\u6700\u540e\u4e00\u4e2a\u5c5e\u6027
-attributes_restricted_attributes_tooltip = \u5C5E\u6027\u7684\u53D7\u9650\u8BBE\u7F6E
-attributes_restricted_values_tooltip = \u5F53\u524D\u5C5E\u6027\u7684\u53D7\u9650\u8BBE\u7F6E\u503C
-attributes_restriction = \u53D7\u9650\u7684\u8BBE\u7F6E
-attributes_select_all = \u5168\u9009
-attributes_select_all_tooltip = \u9009\u62E9 / \u53D6\u6D88\u9009\u62E9\u6240\u6709
-attributes_show = \u663E\u793A
-attributes_skip_root = \u8DF3\u8FC7\u6839\u8282\u70B9
-attributes_visible = \u9009\u5B9A\u53EF\u89C1
-attributes_visible_tooltip = \u9009\u5B9A\u53EF\u89C1
-automatic_layout = \u81ea\u52a8\u5e03\u5c40
-automatic_layout_disabled = \u7981\u7528
-automatically_save_message = \u81EA\u52A8\u4FDD\u5B58\u5BFC\u56FE (\u4F7F\u7528\u6587\u4EF6\u540D {0}) ...
-AutomaticEdgeColorHookAction.text = \u81ea\u52a8\u53d8\u59d0\u989c\u8272
-AutomaticLayout.ALL = \u6240\u6709\u8282\u70b9
-AutomaticLayout.HEADINGS = \u975e\u53f6\u8282\u70b9
-AutomaticLayout.level = \u5c42\u6b21{0}
-AutomaticLayout.level.root = \u6839
-AutomaticLayoutAction.text = \u5e94\u7528\u5c42\u6b21\u6837\u5f0f(&A)
-AutomaticLayoutAction.tooltip = <html>\u8c03\u6574\u5bfc\u56fe\u7684\u5e03\u5c40\u3002<br>\u7b2c\u4e00\u7ea7\u4e3a\u9ed1\u8272\uff0c\u7b2c\u4e8c\u7ea7\u4e3a\u84dd\u8272\uff0c\u7b49\u7b49\u3002</html>
-AutomaticLayoutControllerAction.ALL.text = \u6240\u6709\u8282\u70b9
-AutomaticLayoutControllerAction.HEADINGS.text = \u975e\u53f6\u8282\u70b9
-AutomaticLayoutControllerAction.null.text = \u7981\u7528
-BackAction.text = \u540e\u9000
-BackAction.tooltip = \u5728\u9009\u4E2D\u7684\u94FE\u4E2D\u540E\u8DF3
-background = \u80CC\u666F
-bitmaps = \u4f4d\u56fe
-black = \u9ed1\u8272
-BlinkingNodeHookAction.text = \u95ea\u70c1\u8282\u70b9
-BlinkingNodeHookAction.tooltip = <html>\u8fd9\u5c06\u4f7f\u8282\u70b9\u95ea\u70c1\u3002\u4f46\u8bf7\u6ce8\u610f\uff0c\u4e0d\u8981\u5bf9\u5f88\u591a\u8282\u70b9\u5e94\u7528\uff0c<strong>\u4e0d\u8981\u5bf9\u540c\u4e00\u4e2a\u8282\u70b9\u5e94\u7528\u5176\u4ed6\u7684\u81ea\u52a8\u683c\u5f0f</strong></html>
-blue = \u84dd\u8272
-BoldAction.text = \u7C97\u4F53
-boldify_branch = \u52A0\u7C97
-branch = \u5206\u679d
-browse = \u6d4f\u89c8
-calendar_attributes_panel = \u65e5\u5386\u548c\u5c5e\u6027
-calendar_panel = \u65e5\u5386
-can_not_connect_to_info_server = \u65e0\u6cd5\u8fde\u63a5\u5230\u4fe1\u606f\u670d\u52a1\u5668
-can_not_delete_predefined_style = \u4e0d\u80fd\u5220\u9664\u9884\u5b9a\u4e49\u6837\u5f0f
-can_not_delete_root_style = \u4e0d\u80fd\u5220\u9664\u6839\u6837\u5f0f
-can_not_delete_style_group = \u4e0d\u80fd\u5220\u9664\u6837\u5f0f\u7ec4
-can_not_save_key_set = \u65e0\u6cd5\u4fdd\u5b58\u70ed\u952e\u96c6
-cancel = \u53d6\u6d88(&C)
-CancelAction.text = \u53d6\u6d88(&C)
-cannot_add_parent_diff_parents = \u6240\u6709\u8282\u70b9\u5fc5\u987b\u6709\u76f8\u540c\u7684\u7236\u8282\u70b9\u624d\u80fd\u5e94\u7528\u6b64\u529f\u80fd\u3002
-cannot_add_parent_to_root = \u6839\u8282\u70b9\u4e0d\u80fd\u6dfb\u52a0\u65b0\u7684\u7236\u8282\u70b9\u3002
-cannot_delete_root = \u6839\u8282\u70B9\u4E0D\u80FD\u5220\u9664\u6216\u526A\u5207.
-cannot_join_nodes_with_children = \u6709\u5B50\u8282\u70B9\u7684\u8282\u70B9\u4E0D\u80FD\u5408\u5E76
-cannot_move_to_child = \u4E0D\u80FD\u5C06\u8282\u70B9\u79FB\u5411\u5B83\u7684\u5B50\u8282\u70B9.
-CenterAction.text = \u5C45\u4E2D
-CenterSelectedNodeAction.text = \u5c06\u9009\u4e2d\u7684\u8282\u70b9\u5c45\u4e2d
-ChangeConnectorArrowsAction.backward.text = \u540e\u9000
-ChangeConnectorArrowsAction.both.text = \u53cc\u5411
-ChangeConnectorArrowsAction.forward.text = \u524d\u8fdb
-ChangeConnectorArrowsAction.none.text = \u65e0
-ChangeConnectorArrowsAction.text = \u6539\u53d8\u8fde\u63a5\u7bad\u5934
-ChangeConnectorShapeAction.CUBIC_CURVE.text = \u66f2\u7ebf
-ChangeConnectorShapeAction.EDGE_LIKE.text = \u6a21\u62df\u8fb9\u7f18
-ChangeConnectorShapeAction.LINE.text = \u76f4\u7ebf
-ChangeConnectorShapeAction.LINEAR_PATH.text = \u7ebf\u6027\u8def\u5f84
-ChangeNodeLevelLeftsAction.text = \u8282\u70B9\u5DE6\u79FB
-ChangeNodeLevelLeftsAction.tooltip = \u5728\u6839\u5DE6\u8FB9\u7684\u8282\u70B9\uFF0C\u964D\u7EA7\u53D8\u6210\u4E0A\u65B9\u540C\u7EA7\u8282\u70B9\u7684\u5B50\u8282\u70B9\u3002\u6839\u53F3\u8FB9\u7684\u8282\u70B9\uFF0C\u5347\u7EA7\u5230\u4E0A\u4E00\u7EA7\u8282\u70B9\uFF0C\u82E5\u4E0E\u6839\u76F4\u63A5\u76F8\u8FDE\uFF0C\u5219\u53D8\u5230\u5DE6\u4FA7.
-ChangeNodeLevelRightsAction.text = \u8282\u70B9\u53F3\u79FB
-ChangeNodeLevelRightsAction.tooltip = \u5728\u6839\u53F3\u8FB9\u7684\u8282\u70B9\uFF0C\u964D\u7EA7\u53D8\u6210\u4E0A\u65B9\u540C\u7EA7\u8282\u70B9\u7684\u5B50\u8282\u70B9\u3002\u5728\u6839\u5DE6\u8FB9\u8282\u70B9\u5347\u7EA7\u5230\u4E0A\u4E00\u7EA7\u8282\u70B9\uFF0C\u82E5\u4E0E\u6839\u76F4\u63A5\u76F8\u8FDE\uFF0C\u5219\u53D8\u5230\u53F3\u4FA7.
-choose_background_color = \u9009\u62e9\u80cc\u666f\u989c\u8272\uff1a
-choose_cloud_color = \u9009\u62e9\u4e91\u6846\u989c\u8272\uff1a
-choose_edge_color = \u9009\u62E9\u8FDE\u7EBF\u989C\u8272
-choose_map_background_color = \u9009\u62e9\u5bfc\u56fe\u80cc\u666f\u989c\u8272
-choose_node_background_color = \u9009\u62e9\u8282\u70b9\u80cc\u666f\u989c\u8272\uff1a
-choose_node_color = \u9009\u62e9\u8282\u70b9\u989c\u8272\uff1a
-ClearLinkAnchorAction.text = \u6e05\u9664\u94fe\u63a5\u951a(Anchor)
-ClearLinkAnchorAction.tooltip = <html>\u6e05\u9664\u5148\u524d\u8bbe\u7f6e\u7684\u8282\u70b9\u951a(Anchor)</html>
-close_btn = \u5173\u95ed(&C)
-CloseAction.text = \u5173\u95ed\u5f53\u524d\u5bfc\u56fe(&C)
-CloudAction.text = \u4E91\u6846
-CloudColorAction.text = \u4E91\u6846\u989C\u8272...
-CloudShapeAction.ARC.text = \u5f27\u5f62
-CloudShapeAction.RECT.text = \u77e9\u5f62
-CloudShapeAction.ROUND_RECT.text = \u5706\u8fb9\u77e9\u5f62
-CloudShapeAction.STAR.text = \u661f\u5f62
-ColorProperty.ResetColor = \u91CD\u8BBE\u989C\u8272
-combined = \u7EC4\u5408
-condition = \u6761\u4ef6
-confirmation = \u786E\u8BA4
-connector = \u8fde\u63a5\u5668
-connector_arrows = \u8fde\u63a5\u5668 \u7bad\u5f62
-connector_label = \u8fde\u63a5\u5668 \u6807\u7b7e
-connector_lines = \u8fde\u63a5\u5668 \u76f4\u7ebf
-connector_shapes = \u8fde\u63a5\u5668 \u5f62\u72b6
-ConnectorColorAction.text = \u8fde\u63a5\u5668 \u989c\u8272
-CopyAction.text = \u590d\u5236(&C)
-CopyAction.tooltip = \u590d\u5236\u9009\u5b9a\u5206\u652f
-CopyAttributes.text = \u590d\u5236\u5c5e\u6027(&a)
-CopyIDAction.text = \u590d\u5236\u8282\u70b9ID
-CopyMapStylesAction.text = \u4ece...\u5bfc\u56fe\u6837\u5f0f\u590d\u5236
-CopyNodeURIAction.text = \u590d\u5236\u8282\u70b9URI
-copyright = Copyright \u00a9 2000-2012 Freeplane team and others
-CopySingleAction.text = \u5355\u4E00\u590D\u5236
-CopySingleAction.tooltip = \u53ea\u590d\u5236\u9009\u4e2d\u8282\u70b9
-CopyStyleExtensionsAction.text = \u4ece\u6837\u5f0f\u8282\u70b9\u590d\u5236\u6269\u5c55
-corrupt_map = \u5bfc\u56fe\u5185\u5bb9\u635f\u574f
-CreateConjunctConditionAction.text = \u4e0e
-CreateDisjunctConditionAction.text = \u6216
-CreateNotSatisfiedConditionAction.text = \u975e
-CreationModificationPluginAction.text = \u663e\u793a\u4fee\u6539\u65f6\u95f4(&M)
-CreationModificationPluginAction.tooltip = <html>\u8FD9\u4E2A\u529F\u80FD\u8DDF\u8E2A\u4FDD\u7559\u8282\u70B9\u7684\u521B\u5EFA\u66F4\u6539\u65F6\u95F4.</html>
-current_dir = \u5bfc\u56fe
-CutAction.text = \u526a\u5207(&t)
-decrease_branch_font_size = \u7F29\u5C0F\u5B57\u4F53
-DecreaseNodeFontAction.text = \u7F29\u5C0F\u5B57\u4F53
-default = \u9ed8\u8ba4
-DefaultColorAction.text = \u9ed8\u8ba4\u989c\u8272
-defaultstyle.details = \u8be6\u7ec6
-defaultstyle.floating = \u6d6e\u70b9\u6a21\u5f0f
-defaultstyle.note = \u6ce8\u89e3
-delete = \u5220\u9664(&D)
-delete_child = \u5220\u9664\u8282\u70b9
-DeleteAction.text = \u5220\u9664\u8282\u70b9\u52a8\u4f5c
-DeleteConditionAction.text = \u5220\u9664
-DeleteDetailsAction.text = \u5220\u9664\u8282\u70b9\u660e\u7ec6
-DeleteLevelStyleAction.text = \u5220\u9664\u5c42\u6b21\u6837\u5f0f
-DeleteStyleAction.text = \u5220\u9664\u6837\u5f0f
-DeleteUserStyleAction.text = \u5220\u9664\u7528\u6237\u5b9a\u4e49\u6837\u5f0f
-dialect_info.app = \u601d\u7ef4\u5bfc\u56fe\u6587\u4ef6{0}\u662f\u7531\u7a0b\u5e8f{1}\u521b\u5efa
-dialect_info.unknownApp = \u601d\u7ef4\u5bfc\u56fe\u6587\u4ef6{0}\u662f\u7531\u672a\u77e5\u7a0b\u5e8f\u521b\u5efa
-dialect_info.unknownURL = \u7f51\u7ad9\u672a\u77e5
-dialect_info.url = \u60f3\u8981\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\uff0c\u8bf7\u8bbf\u95ee\u7f51\u7ad9{0}
-dialect_info.warning = Freeplane\u53ef\u80fd\u9519\u8bef\u7684\u6253\u5f00\uff0c\u663e\u793a\u6216\u8005\u4fdd\u5b58\u5b83
-DirectHtmlFlavorHandler = HTML\u4f5c\u4e3a\u5355\u4e2a\u8282\u70b9
-DocumentationAction.text = \u6587\u6863
-down = D&own
-download = \u4e0b\u8f7d
-dropped_file_error = \u65e0\u6cd5\u6253\u5f00\u4e22\u5f03\u7684\u6587\u4ef6\u3002\u539f\u56e0\uff1a{0}
-edge = \u8FDE\u7EBF
-edge_is_formatted_by_style = \u8fb9\u683c\u5f0f\u7531\u6837\u5f0f\u8868\u63a7\u5236\uff0c\u5982\u679c\u60f3\u8981\u6539\u53d8\u8fb9\u683c\u5f0f\uff0c\u8bf7\u7f16\u8f91\u76f8\u5173\u6837\u5f0f\u8868
-edge_style = \u8FDE\u7EBF\u98CE\u683C
-edge_width = \u8FDE\u7EBF\u5BBD\u5EA6
-EdgeColorAction.text = \u8FDE\u7EBF\u989C\u8272...
-EdgeStyleAction.bezier.text = \u8D1D\u585E\u5C14\u66F2\u7EBF
-EdgeStyleAction.bezier.tooltip = <html>Display the edge as a smooth curve.</html>
-EdgeStyleAction.hide_edge.text = \u9690\u85cf\u8fde\u7ebf
-EdgeStyleAction.hide_edge.tooltip = <html>For selected nodes display edge to parent as a<br>dotted line. Otherwise hide the edge.</html>
-EdgeStyleAction.horizontal.text = \u6c34\u5e73
-EdgeStyleAction.horizontal.tooltip = <html>Use perpendicular straight lines for edges.</html>
-EdgeStyleAction.linear.text = \u76F4\u7EBF
-EdgeStyleAction.linear.tooltip = <html>Display the edge as a straight line.</html>
-EdgeStyleAction.sharp_bezier.text = \u6E10\u7A84\u8D1D\u585E\u5C14\u66F2\u7EBF
-EdgeStyleAction.sharp_bezier.tooltip = <html>Display the edge as a smooth curve with sharpened ends.</html>
-EdgeStyleAction.sharp_linear.text = \u6E10\u7A84\u76F4\u7EBF
-EdgeStyleAction.sharp_linear.tooltip = <html>Display the edge as a straight line with sharpened ends.</html>
-EdgeStyleAsParentAction.text = \u540C\u7236\u8282\u70B9
-EdgeStyleAsParentAction.tooltip = <html>Use edge style of parent node.</html>[obsolete]
-EdgeWidthAction_width_parent.text = \u540C\u7236\u8282\u70B9\u8FDE\u7EBF
-EdgeWidthAction_width_thin.text = \u7EC6\u8FDE\u7EBF
-edit = \u7f16\u8f91(&E)
-edit.decision = HTML \u7F16\u8F91\u5668
-edit.edit_rich_text = \u60A8\u5E0C\u671B\u4F7F\u7528\u7C7B\u4F3C\u4E8E\u7C97\u4F53\u659C\u4F53\u4E4B\u7C7B\u7684\u6837\u5F0F\u4E48?
-edit_details = \u7f16\u8f91\u8282\u70b9\u660e\u7ec6
-edit_end_label = <html>Connector<br>label
-edit_label_font_family = \u5b57\u4f53
-edit_label_font_size = \u5b57\u4f53\u5927\u5c0f
-edit_link_manually = \u624B\u52A8\u7F16\u8F91\u94FE\u63A5...
-edit_long_node = \u5728\u5bf9\u8bdd\u6846\u4e2d\u7f16\u8f91\u957f\u8282\u70b9
-edit_middle_label = <html>Middle<br>label
-edit_note = \u7f16\u8f91\u6ce8\u89e3
-edit_source_label = <html>Source<br>label
-edit_target_label = <html>Target<br>label
-edit_transparency_label = \u4e0d\u900f\u660e\u6027
-edit_width_label = \u5bbd\u5ea6
-EditAction.text = \u7F16\u8F91\u8282\u70B9
-EditAttributesAction.text = \u7F16\u8F91\u5C5E\u6027
-EditDetailsAction.text = \u7f16\u8bd1\u8282\u70b9\u660e\u7ec6
-EditDetailsInDialogAction.text = \u5728\u5bf9\u8bdd\u6846\u4e2d\u7f16\u8f91\u8282\u70b9\u660e\u7ec6
-EditFilterAction.text = \u7F16\u8F91
-EditLongAction.text = \u7F16\u8F91\u957F\u8282\u70B9...
-EditNoteInDialogAction.text = \u5728\u5bf9\u8bdd\u6846\u4e2d\u7f16\u8f91\u6ce8\u89e3
-EditScript = \u7f16\u8f91\u811a\u672c
-EditStylesAction.text = \u7f16\u8f91\u6837\u5f0f
-EncryptedMap.text = \u521B\u5EFA\u52A0\u5BC6\u56FE ...
-EncryptedMap.tooltip = \u521B\u5EFA\u52A0\u5BC6\u56FE
-enter_base_url = \u5C06\u7C98\u8D34\u76F8\u5BF9\u94FE\u63A5\u3002\u8BF7\u8F93\u5165\u57FA\u7840 URL \u3002
-enter_condition_name = \u8f93\u5165\u65b0\u6761\u4ef6\u540d
-enter_confirms = Enter \u786e\u8ba4(&E)
-enter_keyset_name = \u8f93\u5165\u70ed\u952e\u96c6\u540d\u79f0
-enter_map_url = \u8f93\u5165\u5bfc\u56feURL
-enter_new_style_name = \u8f93\u5165\u65b0\u6837\u5f0f\u540d
-enter_node_id = \u8f93\u5165\u8282\u70b9ID
-enter_zoom = \u8f93\u5165\u7f29\u653e\u6bd4\u4f8b
-EnterPassword.text = \u89e3\u5f00\u6216\u5173\u95ed\u52a0\u5bc6\u8282\u70b9(&T)
-error = \u9519\u8BEF
-error_applying_template = \u5E94\u7528 XSL \u6A21\u677F\u9519\u8BEF.
-error_creating_directory = \u65e0\u6cd5\u521b\u5efa\u5bfc\u51fa\u76ee\u5f55\u3002
-error_in_template = \u9ed8\u8ba4\u5bfc\u56fe\u6a21\u7248{0}\u51fa\u9519\u3002\u5c1d\u8bd5\u5220\u9664\u8fd9\u4e2a\u6587\u4ef6\u6765\u89e3\u51b3\u95ee\u9898
-errornumber = {0} \u9519\u8bef
-ExecuteScriptError.text = \u6267\u884c\u811a\u672c\u65f6\u51fa\u9519\u3002\n\u8be6\u60c5\u8bf7\u67e5\u770b\u8bb0\u5f55\u6587\u4ef6\u3002
-ExecuteScriptForAllNodes.text = \u6267\u884c\u6240\u6709\u811a\u672c
-ExecuteScriptForSelectionAction.text = \u6267\u884c\u9009\u4e2d\u8282\u70b9\u811a\u672c
-ExecuteScriptOnSelectedNode.text = \u5bf9\u6240\u6709\u9009\u4e2d\u7684\u8282\u70b9\u6267\u884c{0}
-ExecuteScriptOnSelectedNodeRecursively.text = \u5bf9\u9009\u4e2d\u7684\u8282\u70b9\u9012\u5f52\u6267\u884c{0}
-ExecuteScriptOnSingleNode.text = \u5bf9\u4e00\u4e2a\u9009\u4e2d\u7684\u8282\u70b9\u6267\u884c{0}
-ExecuteScripts.noScriptsAvailable = \u4e0d\u53ef\u7528
-ExecuteScripts.text = \u811a\u672c
-ExecuteScriptSecurityError.text = \u811a\u672c\u6267\u884c\u65f6\u51fa\u73b0\u9519\u8bef\uff1a{0}
-export_failed = \u5bfc\u51fa\u5931\u8d25
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-export_using_xslt = Freeplane\u4f7f\u7528XSLT\u5bfc\u51fa
-ExportAction.text = \u5bfc\u51fa(&E)
-ExportBranchAction.text = \u5c06\u5206\u679d\u53e6\u5b58\u4e3a\u65b0\u7684\u601d\u7ef4\u5bfc\u56fe...
-ExportBranchToHTMLAction.text = \u5bfc\u51fa\u5206\u679d\u4e3a HTML
-exported_file = {0} \u6587\u4ef6
-ExportPdf.text = \u5bfc\u51fa\u4e3aPDF...
-ExportSvg.text = \u5bfc\u51fa\u4e3aSVG...
-ExportToHTMLAction.text = \u5BFC\u51FA\u4E3AHTML
-ExportToImage.jpg.text = \u5bfc\u51fa\u4e3aJPEG...
-ExportToImage.png.text = \u5bfc\u51fa\u4e3aPNG...
-ExportToOoWriter.text = \u5BFC\u51FA\u4E3A Open Office Writer \u6587\u6863...
-extension_menu = \u6837\u5F0F
-ExternalImage_popupMenu_Change = \u66f4\u6362\u56fe\u7247
-ExternalImage_popupMenu_Open = \u5728\u67e5\u770b\u5668\u4e2d\u6253\u5f00
-ExternalImage_popupMenu_Remove = \u5220\u9664
-ExternalImage_popupMenu_ResetZoom = \u6062\u590d\u539f\u5927\u5c0f
-ExternalImageAddAction.text = \u6dfb\u52a0\u56fe\u7247...
-ExternalImageChangeAction.text = \u66f4\u6362\u56fe\u7247...
-ExternalImageRemoveAction.text = \u79fb\u9664\u56fe\u7247
-ExtractLinkFromTextAction.text = \u4ece\u6587\u672c\u4e2d\u63d0\u53d6\u8d85\u94fe\u63a5
-ExtractLinkFromTextAction.tooltip = \u8bbe\u7f6e\u8282\u70b9\u6587\u672c\u4e2d\u627e\u5230\u7684\u8d85\u94fe\u63a5
-f_button_unassigned = <\u65e0\u52a8\u4f5c>
-FaqOpenURLAction.text = FAQ
-file = \u6587\u4ef6(&F)
-file_already_exists = \u6587\u4EF6 {0} \u5DF2\u5B58\u5728. \u786E\u5B9A\u8981\u8986\u76D6\u5417?
-file_not_found = \u627E\u4E0D\u5230 {0} \u6587\u4EF6
-FileListFlavorHandler = \u5230\u6587\u4ef6\u7684\u8fde\u63a5
-FileProperties_BranchLeafCount = \u9009\u53d6\u7684\u5206\u652f\u672b\u7aef\u8282\u70b9\u6570
-FileProperties_BranchNodeCount = \u9009\u53d6\u7684\u5206\u652f\u7684\u8282\u70b9\u6570
-FileProperties_ChangesSinceLastSave = \u4e0a\u6b21\u4fdd\u5b58\u4e4b\u540e\u7684\u6539\u53d8
-FileProperties_FileName = \u6587\u4ef6\u540d:
-FileProperties_FileSaved = \u6587\u4ef6\u4fdd\u5b58\u5728:
-FileProperties_FileSize = \u6587\u4ef6\u5927\u5c0f:
-FileProperties_MainBranchCount = \u4e3b\u8981\u5206\u652f\u6570:
-FileProperties_NeverSaved = \u4ece\u4e0d\u4fdd\u5b58:
-FileProperties_NodeChildCount = \u9009\u53d6\u5206\u652f\u7684\u5b57\u8282\u70b9\u6570
-FileProperties_NodeSelectionCount = \u9009\u53d6\u7684\u8282\u70b9\u6570
-FileProperties_TotalFilteredCount = \u6ee1\u8db3\u6761\u4ef6\u7684\u8282\u70b9\u6570
-FileProperties_TotalLeafCount = \u6240\u6709\u7684\u53f6\u8282\u70b9\u6570
-FileProperties_TotalNodeCount = \u6240\u6709\u7684\u8282\u70b9\u6570
-FilePropertiesAction.text = \u5bfc\u56fe\u7edf\u8ba1\u4fe1\u606f
-FileRevisionsDialog.cancel = \u53d6\u6d88(&C)
-FileRevisionsDialog.file_last_modified = \u65f6\u95f4\u6233
-FileRevisionsDialog.file_name = \u6587\u4ef6\u540d:
-FileRevisionsDialog.file_size = \u5b57\u8282
-FileRevisionsDialog.open = \u6253\u5f00(&O)
-FileRevisionsDialog.open.tooltip = \u6253\u5f00\u6587\u4ef6(\u5373\u4f7f\u6587\u4ef6\u5df2\u8fc7\u671f)
-FileRevisionsDialog.question = \u627e\u5230\u4fee\u8ba2 {0}
-FileRevisionsDialog.restore = \u6062\u590d
-FileRevisionsDialog.restore.tooltip = \u628a{0}\u66ff\u6362\u4e3a{1}
-FileRevisionsDialog.title = \u6587\u4ef6\u4fee\u8ba2\u5217\u8868
-filter = \u8FC7\u6EE4\u5668
-filter_add = \u6dfb\u52a0(&A)
-filter_and = \u4e0e(&N)
-filter_any_text = \u8282\u70b9\u6838\u5fc3\uff0c\u660e\u7ec6\u6216\u8005\u6ce8\u89e3
-filter_conditions = \u8FC7\u6EE4\u5668
-filter_contains = \u5305\u542B
-filter_created_after = \u4e4b\u540e\u521b\u5efa
-filter_created_before = \u4e4b\u524d\u521b\u5efa
-filter_delete = \u5220\u9664(&D)
-filter_details = \u8282\u70b9\u660e\u7ec6
-filter_dialog = \u8FC7\u6EE4\u5668\u6784\u9020\u5668
-filter_does_not_exist = \u4E0D\u5B58\u5728
-filter_edit_description = \u7F16\u8F91\u8FC7\u6EE4\u5668\u5217\u8868
-filter_enter_value = \u8F93\u5165\u503C
-filter_even_level = \u5947\u6570\u5c42\u8282\u70b9
-filter_exist = \u5B58\u5728
-filter_icon = \u56FE\u6807
-filter_is_equal_to = \u7B49\u4E8E
-filter_is_not_equal_to = \u4E0D\u7B49\u4E8E
-filter_leaf = \u53f6\u8282\u70b9
-filter_link = \u8d85\u94fe\u63a5
-filter_match_approximately = \u8fd1\u4f3c\u5339\u914d
-filter_match_approximately_tooltip = <html>\u662f\u5426\u8fdb\u884c\u7cbe\u786e\u5339\u914ds,<br/>i.e. searching for 'files' will find 'flies'.</html>
-filter_match_case = \u533a\u522b\u5927\u5c0f\u5199
-filter_match_case_tooltip = \u662f\u5426\u533a\u5206\u5927\u5c0f\u5199
-filter_modified_after = \u4e4b\u540e\u4fee\u6539
-filter_modified_before = \u4e4b\u524d\u4fee\u6539
-filter_no_filtering = \u4E0D\u8FC7\u6EE4
-filter_node = \u8282\u70B9\u6587\u672C
-filter_node_level = \u8282\u70b9\u5c42\u6b21
-filter_not = \u975E
-filter_note = \u6ce8\u89e3
-filter_odd_level = \u5076\u6570\u5c42\u6b21\u8282\u70b9
-filter_or = \u6216
-filter_parent = \u7236\u8282\u70b9\u6587\u5b57
-filter_periodic_level = \u5468\u671f\u6027
-filter_priority = \u4f18\u5148\u6743
-filter_regexp_matches = \u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d
-filter_reminder = \u63d0\u9192
-filter_reminder_after = \u9884\u5b9a\u5728...\u4e4b\u540e
-filter_reminder_before = \u9884\u5b9a\u5728...\u4e4b\u524d
-filter_reminder_executed = \u5df2\u7ecf\u5f15\u53d1
-filter_reminder_later = \u7a0d\u540e\u5230\u671f
-filter_root = \u6839\u8282\u70b9
-filter_script = \u811a\u672c\u8fc7\u6ee4\u5668
-filter_select = \u9009\u62E9
-filter_selected_node_view = \u76EE\u524D\u9009\u62E9\u7684\u8282\u70B9
-filter_selected_node_view_snapshot = \u5df2\u4fdd\u5b58\u9009\u9879
-filter_style = \u6837\u5f0f
-filter_time = \u65e5\u671f\u8fc7\u6ee4\u5668
-FilterComposerDialog.save = \u4fdd\u5b58(&S)
-filters_not_loaded = \u65e0\u6cd5\u52a0\u8f7d\u8fc7\u6ee4\u5668\uff0c\u6587\u4ef6\u635f\u574f
-find_what = \u67E5\u627E
-FindAction.text = \u67E5\u627E ...
-FirstGroupNodeAction.text = \u8bbe\u5b9a/\u53d6\u6d88 \u7fa4\u7ec4\u5f00\u59cb\u8282\u70b9
-fit_map_to_page = \u9002\u5408\u9875\u9762
-fit_map_to_page_height = \u9002\u5408\u9875\u9762\u9ad8\u5ea6
-fit_map_to_page_width = \u9002\u5408\u9875\u9762\u5bbd\u5ea6
-FitToPage.text = \u7f29\u653e\u4ee5\u9002\u5408\u9875\u9762\u5927\u5c0f
-FitToPage.tooltip = \u8c03\u6574\u7f29\u653e\u4ee5\u4fbf\u6574\u4e2a\u5bfc\u56fe\u9002\u5408\u5f53\u524d\u7a97\u53e3\u5927\u5c0f
-fold = \u6298\u53E0
-FoldAllAction.text = \u6298\u53E0\u5168\u90E8
-FoldAllAction.tooltip = <html>\u6298\u53e0\u9009\u4e2d\u7684\u8282\u70b9\u4ee5\u53ca\u5b83\u4eec\u6240\u6709\u7684\u5b50\u8282\u70b9\u3002</html>
-FoldOneLevelAction.text = \u6298\u53e0\u4e00\u7ea7
-FoldOneLevelAction.tooltip = <html>\u4ec5\u6298\u53e0\u9009\u4e2d\u7684\u8282\u70b9\u4e00\u7ea7\u3002</html>
-follow_graphical_link = \u8F6C\u5230:
-FollowLinkAction.text = \u6253\u5F00\u8D85\u94FE\u63A5:
-font = \u5B57\u4F53
-FontFamilyAction.text = \u5B57\u4F53
-FontSizeAction.text = \u5B57\u4F53\u5927\u5C0F
-format_invalid_pattern = \u4e0d\u662f\u6709\u6548\u7684\u6837\u5f0f
-format_menu_cloud_shapes = \u4e91\u72b6\u5305\u88f9(\u65b0\u589e\u6216\u53d8\u5f62)
-format_menu_edge_styles = \u8FDE\u7EBF\u98CE\u683C
-format_menu_edge_widths = \u8FDE\u7EBF\u5BBD\u5EA6
-format_panel = \u683c\u5f0f
-FormatCopy.text = \u590d\u5236\u683c\u5f0f
-FormatCopy.tooltip = <html>\u590d\u5236\u4e00\u4e2a\u8282\u70b9\u7684\u683c\u5f0f\u3002</html>
-FormatPaste.text = \u7c98\u8d34\u683c\u5f0f
-FormatPaste.tooltip = <html>\u7c98\u8d34\u4e00\u4e2a\u8282\u70b9\u7684\u683c\u5f0f\u3002</html>
-formats_not_loaded = \u683c\u5f0f\u65e0\u6cd5\u8f7d\u5165\uff0c\u6587\u4ef6\u635f\u6bc1
-formula.error.attributeValueIsNull = \u5c5e\u6027\u503c "{0}" \u662f\u7a7a\u7684
-formula.error.circularReference = \u5faa\u73af\u53c2\u7167: \u8282\u70b9 "{0}" \u7684\u516c\u5f0f\u5f15\u7528\u5230\u81ea\u8eab
-formula.EvaluateAllAction.text = \u8ba1\u7b97\u6240\u6709\u516c\u5f0f
-formula.EvaluateAllAction.tooltip = \u8ba1\u7b97\u5bfc\u56fe\u4e0a\u7684\u6240\u6709\u516c\u5f0f
-formula.menuname = \u516c\u5f0f
-formula_editor = \u7f16\u8f91\u516c\u5f0f
-ForwardAction.text = \u524d\u8fdb
-ForwardAction.tooltip = \u5728\u9009\u4E2D\u7684\u94FE\u4E2D\u524D\u8DF3
-FreeNodeAction.text = \u8bbe\u5b9a/\u53d6\u6d88 \u81ea\u7531\u5b9a\u4f4d\u8282\u70b9
-Freeplane.progress.buildScreen = \u6784\u9020\u5C4F\u5E55...
-Freeplane.progress.createController = \u521B\u5EFA\u63A7\u5236\u5668...
-Freeplane.progress.createInitialMode = \u521B\u5EFA\u521D\u59CB\u6A21\u5F0F...
-Freeplane.progress.endStartup = \u542F\u52A8\u5B8C\u6210.
-Freeplane.progress.gettingPreferenceDirectories = \u83B7\u53D6\u9996\u9009\u76EE\u5F55...
-Freeplane.progress.gettingPreferences = \u83B7\u53D6\u9996\u9009\u9879...
-Freeplane.progress.loadMaps = \u52A0\u8F7D\u5BFC\u56FE...
-Freeplane.progress.propagateLookAndFeel = \u4F20\u64AD\u5916\u89C2...
-Freeplane.progress.settingPreferences = \u8BBE\u7F6E\u9996\u9009\u9879...
-Freeplane.progress.startCreateController = \u5F00\u59CB\u521B\u5EFA\u63A7\u5236\u5668...
-Freeplane.progress.updateLookAndFeel = \u66F4\u65B0\u5916\u89C2...
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = \u5e2e\u52a9...
-FreeplaneHelpStarter.tooltip = Freeplane\u6269\u5c55\u5e2e\u52a9
-GettingStartedAction.text = \u5feb\u901f\u5165\u95e8
-GotoLinkNodeAction.text = \u8f6c\u81f3\u8fde\u63a5
-GotoNodeAction.text = \u5230\u6307\u5b9aID\u7684\u8282\u70b9...
-GrabKeyDialog.common.cancel = \u53D6\u6D88
-GrabKeyDialog.common.ok = \u786e\u5b9a
-GrabKeyDialog.grab-key.assigned-to = \u6307\u5B9A
-GrabKeyDialog.grab-key.assigned-to.none = \u5F53\u524D\u672A\u6307\u5B9A
-GrabKeyDialog.grab-key.clear = \u6E05\u9664
-GrabKeyDialog.grab-key.remove = \u53BB\u9664
-GrabKeyDialog.grab-key.remove-ask = \u786E\u8BA4\u5220\u9664\u6309\u952E?
-GrabKeyDialog.grab-key.title = \u8F93\u5165\u65B0\u6309\u952E
-green = \u7eff\u8272
-help = \u5e2e\u52a9(&H)
-HideableAction.tooltip = <html>\u6807\u8bb0\u6bcf\u4e2a\u5df2\u6539\u53d8\u8282\u70b9\u7684\u80cc\u666f\u3002</html>
-HideAllAttributesAction.text = \u9690\u85CF\u6240\u6709\u5C5E\u6027
-HierarchicalIcons2Action.text = \u663e\u793a\u5b50\u8282\u70b9\u56fe\u6807\u7684\u4ea4\u96c6
-HierarchicalIconsAction.text = \u68AF\u7EA7\u56FE\u6807\u663E\u793A
-HierarchicalIconsAction.tooltip = \u4E0D\u8BBA\u5B50\u3001\u4E3B\u8282\u70B9\u7684\u56FE\u6807\uFF0C\u90FD\u5C06\u7F29\u5C0F\u663E\u793A.
-hot_keys = \u5feb\u6377\u952e
-hot_keys_table = \u5feb\u6377\u952e\u5217\u8868
-HotKeyInfoAction.text = \u952e\u53c2\u8003
-html_export_based_on_headings = \u5BFC\u51FA\u4E3A HTML - \u57FA\u4E8E\u65B9\u4F4D
-html_export_fold_all = \u5BFC\u51FA\u4E3A HTML - \u5168\u90E8\u6298\u53E0
-html_export_fold_currently_folded = \u5BFC\u51FA\u4E3A HTML - \u4FDD\u6301\u6298\u53E0
-html_export_no_folding = \u5BFC\u51FA\u4E3A HTML - \u4E0D\u6298\u53E0
-html_problem = <html>\u65e0\u6cd5\u6e32\u67d3HTMLl<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 = \u97f3\u9891
-icon_back = \u540e\u9000
-icon_bee = Freeplane
-icon_bell = \u8bb0\u4f4f
-icon_bookmark = \u6781\u597D
-icon_broken-line = \u65AD\u5F00
-icon_button_cancel = \u53d6\u6d88
-icon_button_ok = OK
-icon_calendar = \u65E5\u671F
-icon_checked = \u9009\u62e9
-icon_clanbomber = \u5371\u9669
-icon_clock = \u65F6\u95F4
-icon_clock2 = \u63d0\u9192
-icon_closed = \u7981\u5165
-icon_decrypted = \u89E3\u5BC6
-icon_desktop_new = \u5907\u5FD8
-icon_division = \u9664
-icon_down = \u4E0B
-icon_edit = \u7CBE\u70BC
-icon_encrypted = \u52A0\u9501
-icon_executable = \u53ef\u6267\u884c
-icon_family = \u5bb6\u5ead
-icon_fema = \u7537\u6027\u4e0e\u5973\u6027
-icon_female1 = \u5973\u60271
-icon_female2 = \u5973\u60272
-icon_females = \u5973\u6027
-icon_flag = \u7EA2\u65D7
-icon_flag-black = \u9ED1\u65D7
-icon_flag-blue = \u84DD\u65D7
-icon_flag-green = \u7EFF\u65D7
-icon_flag-orange = \u6A59\u65D7
-icon_flag-pink = \u7C89\u65D7
-icon_flag-yellow = \u9EC4\u65D7
-icon_folder = \u6587\u4EF6\u5939
-icon_forward = \u524d\u8fdb
-icon_freemind_butterfly = FreeMind
-icon_full-0 = \u4f18\u5148\u7ea7 0
-icon_full-1 = \u4F18\u5148\u7EA7 1
-icon_full-2 = \u4F18\u5148\u7EA7 2
-icon_full-3 = \u4F18\u5148\u7EA7 3
-icon_full-4 = \u4F18\u5148\u7EA7 4
-icon_full-5 = \u4F18\u5148\u7EA7 5
-icon_full-6 = \u4F18\u5148\u7EA7 6
-icon_full-7 = \u4F18\u5148\u7EA7 7
-icon_full-8 = \u4F18\u5148\u7EA7 8
-icon_full-9 = \u4F18\u5148\u7EA7 9
-icon_go = \u7eff\u8272\u4ea4\u901a\u706f
-icon_gohome = \u5BB6
-icon_group = \u7ec4
-icon_help = \u95EE\u9898
-icon_hourglass = \u7B49\u5F85
-icon_icon_not_found = \u672a\u53d1\u73b0\u56fe\u6807
-icon_idea = \u60F3\u6CD5
-icon_image = \u56fe\u7247
-icon_info = \u4fe1\u606f
-icon_internet = \u56e0\u7279\u7f51
-icon_internet_warning = \u56e0\u7279\u7f51\u8b66\u544a
-icon_kaddressbook = \u7535\u8BDD
-icon_kmail = \u7535\u90AE
-icon_knotify = \u97F3\u4E50
-icon_korn = \u90AE\u7BB1
-icon_ksmiletris = \u9AD8\u5174
-icon_launch = \u542f\u52a8
-icon_licq = \u7F8E\u597D
-icon_list = \u5217\u8868
-icon_Mail = \u90AE\u4EF6
-icon_male1 = \u7537\u60271
-icon_male2 = \u7537\u60272
-icon_males = \u7537\u6027
-icon_menu = \u56fe\u6807(&C)
-icon_messagebox_warning = \u91CD\u8981
-icon_mindmap = \u601d\u7ef4\u5bfc\u56fe
-icon_multiplication = \u4e58
-icon_narrative = \u53d9\u8ff0\u7684
-icon_negative = \u6d88\u6781\u7684
-icon_neutral = \u4e2d\u7acb\u7684
-icon_password = \u5bc6\u7801
-icon_pencil = \u6709\u5F85\u63A8\u6572
-icon_penguin = Linux\u4F01\u9E45
-icon_positive = \u79ef\u6781\u7684
-icon_prepare = \u9ec4\u8272\u4ea4\u901a\u706f
-icon_revision = \u4fee\u8ba2
-icon_smiley-angry = \u751F\u6C14
-icon_smiley-neutral = \u6CA1\u5174\u8DA3
-icon_smiley-oh = \u60CA\u8BB6
-icon_smily_bad = \u6211\u4E0D\u9AD8\u5174
-icon_stop = \u505C\u6B62
-icon_stop-sign = \u505C\u6B62
-icon_subtraction = \u51cf
-icon_unchecked = \u672a\u9009\u62e9
-icon_up = \u4E0A
-icon_user_icon = \u7528\u6237\u56fe\u6807
-icon_very_negative = \u975e\u5e38\u6d88\u6781\u7684
-icon_very_positive = \u975e\u5e38\u79ef\u6781\u7684
-icon_video = \u89c6\u9891
-icon_wizard = \u9B54\u6CD5
-icon_xmag = \u6709\u5F85\u8BA8\u8BBA
-icon_yes = \u91CD\u8981
-IconGroupPopupAction.arrows.text = \u7bad\u5934
-IconGroupPopupAction.docs_folders.text = \u6587\u4ef6&\u6587\u4ef6\u5939
-IconGroupPopupAction.flags.text = \u65d7\u5b50
-IconGroupPopupAction.math.text = \u6570\u5b66
-IconGroupPopupAction.media.text = \u5a92\u4f53
-IconGroupPopupAction.miscellaneous.text = \u6742\u9879
-IconGroupPopupAction.nature.text = \u81ea\u7136
-IconGroupPopupAction.numbers.text = \u6570\u5b57
-IconGroupPopupAction.office.text = \u529e\u516c
-IconGroupPopupAction.people.text = \u4eba
-IconGroupPopupAction.rating.text = \u8bc4\u5b9a
-IconGroupPopupAction.signs.text = \u6807\u5fd7
-IconGroupPopupAction.smiley.text = \u8868\u60c5\u7b26
-IconGroupPopupAction.time.text = \u65f6\u95f4
-IconGroupPopupAction.user.text = \u7528\u6237\u56fe\u6807
-IconProgressExtended10Action.text = \u5ef6\u957f\u8fdb\u5ea6 10%
-IconProgressExtended10Action.tooltip = <html>\u52a0\u5165\u8fdb\u5ea6\u6307\u6807: \u4e4b\u540e\u7528\u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u589e\u52a010% ; <br>\u6bcf\u6b21Control + \u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u51cf\u5c1110% \u76f4\u81f3\u79fb\u9664\u6307\u6807.</html>
-IconProgressExtended25Action.text = \u5ef6\u957f\u8fdb\u5ea6 25%
-IconProgressExtended25Action.tooltip = <html>\u52a0\u5165\u8fdb\u5ea6\u6307\u6807: \u4e4b\u540e\u7528\u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u589e\u52a025% ; <br>\u6bcf\u6b21Control + \u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u51cf\u5c1125% \u76f4\u81f3\u79fb\u9664\u6307\u6807.</html>
-IconProgressIconDownAction.text = \u8fdb\u5ea6\u51cf\u5c11
-IconProgressIconDownAction.tooltip = \u51cf\u5c11/\u63d2\u5165/\u79fb\u9664\u8fdb\u5c55\u56fe\u6807(100% -> 75% -> 50% -> 25% -> 0% -> \u79fb\u9664).
-IconProgressIconUpAction.text = \u8fdb\u5ea6\u589e\u52a0
-IconProgressIconUpAction.tooltip = \u589e\u52a0/\u63d2\u5165\u8fdb\u5c55\u56fe\u6807(0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = \u79fb\u9664\u8fdb\u5ea6
-IconProgressRemoveAction.tooltip = \u79fb\u9664\u8fdb\u5ea6\u56fe\u6807\u548c\u5ef6\u4f38\u8fdb\u5ea6\u56fe\u6807
-IconSelectionPlugin.text = \u9009\u62e9\u56fe\u6807...
-IconSelectionPlugin.tooltip = <html>\u5728\u6b64\u4f7f\u7528\u5b50\u7a97\u53e3\u9009\u62e9\u56fe\u6807\u3002</html>
-image_covertLink = \u5c06\u94fe\u63a5\u8f6c\u5316\u6210\u56fe\u7247
-ImageFlavorHandler = \u56fe\u7247(\u4f7f\u7528\u4e0d\u540c\u7684\u6587\u4ef6)
-import = \u5BFC\u5165
-import_linked_branch_no_link = \u9009\u4e2d\u7684\u8282\u70b9\u6ca1\u6709\u8fde\u63a5\u53ef\u4ee5\u5bfc\u5165\u3002
-ImportAction.text = \u5bfc\u5165(&I)
-ImportBranchAction.text = \u5206\u679d...
-ImportExplorerFavoritesAction.text = \u6536\u85CF\u5939...
-ImportFolderStructureAction.text = \u76EE\u5F55\u7ED3\u6784...
-ImportLinkedBranchAction.text = \u94FE\u63A5\u56FE
-ImportLinkedBranchWithoutRootAction.text = \u94FE\u63A5\u56FE(\u4E0D\u5E26\u6839\u8282\u70B9)...
-ImportMindmanagerFiles.text = MindManager X5 \u5BFC\u56FE...
-increase_branch_font_size = \u52A0\u5927\u5B57\u4F53
-IncreaseNodeFontAction.text = \u52A0\u5927\u5B57\u4F53
-internal_error_tooltip = \u5185\u90e8\u9519\u8bef\u53d1\u751f, \u70b9\u51fb\u6253\u5f00\u6700\u65b0\u7684log.0\u6587\u4ef6\u8fdb\u884c\u67e5\u8be2
-invalid_export_file = \u65e0\u6548\u7684\u5bfc\u51fa\u6587\u4ef6\u540d
-invalid_file_msg = \u627e\u4e0d\u5230{0}\u7684\u6587\u4ef6
-invalid_uri = \u65e0\u6548\u7684URI{0}
-invalid_url = \u65e0\u6cd5\u521b\u5efa\u6709\u6548\u7684URL
-invalid_url_msg = \u65e0\u6cd5\u4e3a{0}\u521b\u5efa\u6709\u6548\u7684URL
-ItalicAction.text = \u659C\u4F53
-italicise_branch = \u659C\u4F53\u5316
-java_version = Java\u7248\u672c\uff1a{0}
-JoinNodesAction.text = \u5408\u5E76\u8282\u70B9
-LatexDeleteLatexAction.text = \u79fb\u9664LaTeX\u516c\u5f0f
-LatexEditLatexAction.text = \u7f16\u8f91LaTeX\u516c\u5f0f
-LatexInsertLatexAction.text = \u65b0\u589eLaTeX\u516c\u5f0f
-less_than_two_selected_nodes = \u81f3\u5c11\u5fc5\u987b\u9009\u62e9\u4e24\u4e2a\u8282\u70b9\u8fdb\u884c\u8fde\u63a5\u3002
-license = \u8bb8\u53ef
-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 License for more details.<br><br>You should have received a copy of the GNU General Public License<br>along with this program; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = \u9519\u8bef\u8fde\u63a5\u201c{0}\u201d\u6ca1\u6709\u52a0\u8f7d
-link_not_available_any_more = \u8fde\u63a5\u4e0d\u518d\u6709\u6548\u3002\u8282\u70b9\u5df2\u5220\u9664\u3002
-link_not_found = \u94FE\u63A5 {0} \u672A\u53D1\u73B0.
-load = \u52a0\u8f7d(&L)
-load_accelerator_presets = \u52a0\u8f7d
-LoadAcceleratorPresetsAction.textPatterns.text = \u6587\u672c\u6a21\u5f0f
-locking_failed_by_open = \u601D\u7EF4\u5BFC\u56FE {0} \u52A0\u9501\u5931\u8D25. \u4EE5\u53EA\u8BFB\u65B9\u5F0F\u6253\u5F00.
-locking_failed_by_save_as = \u601D\u7EF4\u5BFC\u56FE {0} \u52A0\u9501\u5931\u8D25. \u4FDD\u5B58\u52A8\u4F5C\u88AB\u4E2D\u6B62.
-locking_old_lock_removed = \u601D\u7EF4\u5BFC\u56FE {0} \u88AB\u7528\u6237 {1} \u52A0\u9501. \u65E7\u9501\u5DF2\u88AB\u79FB\u9664.
-long_node_changed_cancel = \u60A8\u786E\u8BA4\u653E\u5F03\u5BF9\u8282\u70B9\u6240\u505A\u66F4\u6539?
-long_node_changed_submit = \u60A8\u786E\u8BA4\u4FDD\u5B58\u5BF9\u8282\u70B9\u6240\u505A\u66F4\u6539?
-lots_of_links_warning = \u60A8\u6B63\u8981\u5411\u540C\u4E00\u4E2A\u8282\u70B9\u6DFB\u52A0\u5927\u91CF\u94FE\u63A5. \u60A8\u771F\u7684\u60F3\u8981\u521B\u5EFA\u8FD9\u4E9B\u94FE\u63A5\u5417?
-main_resource_directory = \u5b89\u88c5\u8d44\u6e90\uff1a{0}
-MainView.errorUpdateText = \u8f93\u5165\u7684 {0} \u9519\u8bef\u5730\u8bbe\u5b9a\u6587\u5b57
-ManageAddOnsAction.text = \u9644\u52a0\u7ec4\u4ef6
-ManageAddOnsDialog.activate = \u542f\u7528
-ManageAddOnsDialog.activation.success = {0} \u4f1a\u5728\u91cd\u65b0\u542f\u52a8\u540e\u542f\u7528
-ManageAddOnsDialog.authored.by = by {0}
-ManageAddOnsDialog.cannot.activate = \u65e0\u6cd5\u542f\u7528: {0} \u5df2\u7ecf\u5728\u4f7f\u7528\u4e2d
-ManageAddOnsDialog.cannot.configure = \u65e0\u6cd5\u8bbe\u5b9a {0}
-ManageAddOnsDialog.cannot.deactivate = \u65e0\u6cd5\u505c\u7528: {0} \u6ca1\u6709\u88ab\u542f\u7528
-ManageAddOnsDialog.cannot.deinstall = \u65e0\u6cd5\u79fb\u9664 {0}
-ManageAddOnsDialog.configure = \u8bbe\u5b9a
-ManageAddOnsDialog.deactivate = \u505c\u7528
-ManageAddOnsDialog.deactivation.success = {0} \u5728\u91cd\u65b0\u542f\u52a8\u540e\u5c06\u505c\u7528
-ManageAddOnsDialog.deinstall = \u79fb\u9664
-ManageAddOnsDialog.deinstallation.success = {0} \u5728\u91cd\u65b0\u542f\u52a8\u540e\u5c06\u88ab\u79fb\u9664
-ManageAddOnsDialog.error = {0} \u5b89\u88c5\u9519\u8bef
-ManageAddOnsDialog.install = \u5b89\u88dd
-ManageAddOnsDialog.install.from.known.location = \u4ece\u79fb\u690d\u4f4d\u7f6e\u5b89\u88c5\u9644\u4ef6\u7ec4\u4ef6
-ManageAddOnsDialog.install.tooltip = \u5728\u8fd9\u91cc\u63d2\u5165\u9644\u52a0\u5143\u4ef6\u5b89\u88c5\u6587\u4ef6
-ManageAddOnsDialog.map.not.opened = \u601d\u7ef4\u5bfc\u56fe {0} \u672a\u6253\u5f00
-ManageAddOnsDialog.really.deinstall = \u79fb\u9664 {0}?
-ManageAddOnsDialog.search = \u641c\u7d22\u9644\u52a0\u7ec4\u4ef6
-ManageAddOnsDialog.search.file = \u641c\u7d22
-ManageAddOnsDialog.select.tooltip = \u9009\u62e9\u6587\u4ef6
-ManageAddOnsDialog.status.downloading = \u4e0b\u8f7d\u6587\u4ef6...
-ManageAddOnsDialog.status.installing = \u5b89\u88c5\u9644\u52a0\u7ec4\u4ef6...
-ManageAddOnsDialog.status.success = {0} \u5b89\u88dd\u6210\u529f
-ManageAddOnsDialog.tab.install = \u641c\u7d22\u548c\u5b89\u88c5
-ManageAddOnsDialog.tab.install.tooltip = \u641c\u7d22\u548c\u5b89\u88c5\u65b0\u9644\u52a0\u7ec4\u4ef6
-ManageAddOnsDialog.tab.manage = \u9644\u52a0\u7ec4\u4ef6
-ManageAddOnsDialog.tab.manage.themes = \u4e3b\u9898
-ManageAddOnsDialog.tab.manage.themes.tooltip = \u7ba1\u7406\u5df2\u5b89\u88c5\u4e3b\u9898
-ManageAddOnsDialog.tab.manage.tooltip = \u7ba1\u7406\u5df2\u5b89\u88c5\u9644\u52a0\u7ec4\u4ef6
-ManageAddOnsDialog.visit.addon.page = \u8bbf\u95ee\u9644\u52a0\u7ec4\u4ef6\u9875
-ManageConditionalStylesAction.text = \u7ba1\u7406\u601d\u7ef4\u5bfc\u56fe\u6761\u4ef6\u6837\u5f0f
-ManageNodeConditionalStylesAction.text = \u7ba1\u7406\u8282\u70b9\u6761\u4ef6\u6837\u5f0f
-map_already_exists = \u601D\u7EF4\u5BFC\u56FE\u5DF2\u5B58\u5728\uFF0C\u8981\u8986\u76D6\u5417?
-map_corrupted = \u601D\u7EF4\u5BFC\u56FE\u5DF2\u635F\u574F. \u67E5\u770B\u8BE6\u7EC6\u4FE1\u606F?
-map_load_error = \u4e0d\u80fd\u8f7d\u5165\u601d\u7ef4\u5bfc\u56fe {0}
-map_locked_by_open = \u601D\u7EF4\u5BFC\u56FE {0} \u5DF2\u88AB\u7528\u6237 {1} \u6253\u5F00. \u5C06\u4EE5\u53EA\u8BFB\u65B9\u5F0F\u6253\u5F00.
-map_locked_by_save_as = \u601D\u7EF4\u5BFC\u56FE {0} \u5DF2\u88AB\u7528\u6237 {1} \u6253\u5F00. \u4FDD\u5B58\u52A8\u4F5C\u88AB\u4E2D\u6B62.
-map_not_saved = \u8BE5\u5BFC\u56FE\u4ECE\u672A\u4FDD\u5B58\u8FC7.
-MapBackgroundColorAction.text = \u5bfc\u56fe\u80cc\u666f
-MaxNodeWidth.text = \u8bbe\u5b9a\u6700\u5927\u8282\u70b9\u5bbd\u5ea6
-menu_applyStyle = \u5e94\u7528\u6837\u5f0f
-menu_attributes = \u5c5e\u6027(&A)
-menu_clouds = \u4e91\u6846
-menu_copy = \u590d\u5236
-menu_coreFormat = \u8282\u70b9\u6838\u5fc3\u5185\u5bb9
-menu_details = \u660e\u7ec6
-menu_displayAttributes = \u8282\u70b9\u5c5e\u6027
-menu_encryption = \u5bc6\u7801\u4fdd\u62a4
-menu_error = \u7528\u6237\u5b9a\u4e49\u83dc\u5355\u6837\u5f0f\u9519\u8bef  {0};\n {1}\n \u9000\u51fa..
-menu_extensions = \u8282\u70b9\u6269\u5c55\u5185\u5bb9
-menu_extras = \u5de5\u5177(&T)
-menu_file_import = \u5bfc\u5165(&M)
-menu_filter = \u8fc7\u6ee4\u5668(&I)
-menu_format = \u683c\u5f0f(&O)
-menu_group = \u8282\u70b9\u7fa4\u7ec4
-menu_hoverView = \u5de5\u5177\u63d0\u793a
-menu_iconByCategory = \u56fe\u6807\u5206\u7c7b..
-menu_iconView = \u56fe\u6807
-menu_image = \u56fe\u7247
-menu_insert = \u63d2\u5165(&S)
-menu_latex_formula = LaTeX\u516c\u5f0f
-menu_links = \u94fe\u63a5
-menu_manageStyles = \u7ba1\u7406\u6837\u5f0f
-menu_moveNode = \u79fb\u52a8\u548c\u6392\u5e8f
-menu_navigate = \u5b9a\u4f4d(&N)
-menu_newNode = \u65b0\u589e\u8282\u70b9
-menu_node = \u8282\u70b9
-menu_node_features = \u8282\u70b9\u7279\u6027
-menu_nodes = \u8282\u70b9
-menu_nodeView = \u8282\u70b9\u6838\u5fc3
-menu_notes = \u6ce8\u89e3
-menu_noteView = \u6ce8\u89e3
-menu_progress = \u8fdb\u5ea6\u56fe\u6807(%)
-menu_remove_icons = \u79fb\u9664\u56fe\u6807
-menu_removeAttribute = \u79fb\u9664\u5c5e\u6027
-menu_select = \u9009\u62e9
-menu_time = \u65f6\u95f4\u7ba1\u7406
-menu_title = \u8282\u70b9\u6838\u5fc3\u5185\u5bb9
-menu_toolbars = \u5de5\u5177\u680f
-menu_view = \u89c6\u56fe(&V)
-menu_viewmode = \u67e5\u770b\u9009\u9879
-MenuUtils.invalid_menuitem = {0} \u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u83dc\u5355\u9879\u7684\u952e
-mindmap = \u601D\u7EF4\u5BFC\u56FE
-MindMapNodesFlavorHandler = \u8282\u70b9\u5c42\u6b21\u7ed3\u6784
-mindmaps = \u601d\u7ef4\u5bfc\u56fe(&M)
-mindmaps_desc = \u601D\u7EF4\u5BFC\u56FE (*.mm)
-mindmaps_filter_desc = \u8FC7\u6EE4\u5668 (*.mmfilter)
-MinNodeWidth.text = \u8bbe\u5b9a\u6700\u5c0f\u8282\u70b9\u5bbd\u5ea6
-mode_Browse = \u6d4f\u89c8\u6a21\u5f0f
-mode_File = \u6587\u4ef6\u6a21\u5f0f
-mode_MindMap = \u601d\u7ef4\u5bfc\u56fe\u6a21\u5f0f
-mode_na = \u6A21\u5F0F\u4E0D\u53EF\u7528
-mode_status = \u6a21\u5f0f\u6539\u53d8\u4e3a{0}
-mode_title = \u601D\u7EF4\u5BFC\u56FE - {0} \u6A21\u5F0F
-modes = \u6A21\u5F0F
-ModesMenuAction.Browse.text = \u5bfc\u56fe\u6d4f\u89c8\u5668
-ModesMenuAction.File.text = \u6587\u4ef6\u7ba1\u7406\u5668
-ModesMenuAction.MindMap.text = \u601d\u7ef4\u5bfc\u56fe\u7f16\u8f91\u5668
-most_recent_files = \u6700\u8fd1\u6587\u4ef6(&M)
-MoveToRootAction.text = \u8F6C\u5230\u6839\u8282\u70B9
-NameConditionAction.text = \u8bbe\u5b9a\u540d\u79f0
-NavigationNextMapAction.text = \u540e\u4e00\u4e2a\u56fe
-NavigationPreviousMapAction.text = \u524d\u4e00\u4e2a\u56fe
-new = \u65b0\u5efa
-new_map_from_user_templates.text = \u65b0\u601d\u7ef4\u5bfc\u56fe(\u4ece\u6a21\u7248...)
-new_mindmap = \u65B0\u5EFA\u601D\u7EF4\u5BFC\u56FE
-new_node = \u65B0\u589E\u8282\u70B9
-new_node_as_sibling_not_possible_for_the_root = \u65B0\u8282\u70B9\u4E0D\u53EF\u80FD\u662F\u6839\u8282\u70B9\u7684\u5E73\u884C\u8282\u70B9\u3002
-new_version_available = \u53d1\u73b0\u65b0\u7248\u672c ''{0}''
-NewChildAction.text = \u63D2\u5165\u5B50\u8282\u70B9
-NewerFileRevisionsFoundDialog.cancel = \u8df3\u8fc7(&S)
-NewerFileRevisionsFoundDialog.cancel.tooltip = \u4e0d\u6253\u5f00\u8fd9\u4e2a\u6587\u4ef6
-NewerFileRevisionsFoundDialog.file_last_modified = \u65f6\u95f4\u6233
-NewerFileRevisionsFoundDialog.file_name = \u6587\u4ef6
-NewerFileRevisionsFoundDialog.file_size = \u5b57\u8282
-NewerFileRevisionsFoundDialog.open = \u6253\u5f00\u6587\u4ef6
-NewerFileRevisionsFoundDialog.open.tooltip = \u6253\u5f00\u6587\u4ef6\u5373\u4f7f\u5b83\u53ef\u80fd\u4e0d\u662f\u6700\u65b0\u7248\u672c
-NewerFileRevisionsFoundDialog.question = \u53d1\u73b0 {0} \u7684\u8f83\u65b0\u7248\u672c
-NewerFileRevisionsFoundDialog.restore = \u6062\u590d
-NewerFileRevisionsFoundDialog.restore.tooltip = \u7528 {1} \u66ff\u6362 {0}
-NewerFileRevisionsFoundDialog.title = \u53d1\u73b0\u8f83\u65b0\u7684\u95ee\u4ef7\u7248\u672c
-NewFreeNodeAction.text = \u65b0\u589e\u81ea\u7531\u8282\u70b9
-NewLevelStyleAction.text = \u65b0\u589e\u5c42\u6b21\u6837\u5f0f
-newmap.install.addon.question = {0} \u662f\u4e00\u4e2a\u9644\u52a0\u7ec4\u4ef6\u5305\n\u4f60\u60f3\u5b89\u88c5\u5b83\u4e48?\n(\u9ed8\u8ba4\u9009\u62e9"\u5426".)
-newmap.install.addon.title = \u5b89\u88c5\u9644\u52a0\u7ec4\u4ef6\uff1f
-NewMapAction.text = \u65B0\u5EFA
-NewMapViewAction.text = \u65b0\u601d\u7ef4\u5bfc\u56fe
-NewParentNode.text = \u65b0\u5efa\u7236\u8282\u70b9
-NewParentNode.tooltip = <html>\u6240\u6709\u9009\u4e2d\u7684\u53d1\u9001\u5230\u4e00\u4e2a\u65b0\u7236\u8282\u70b9\u3002</html>
-NewPreviousSiblingAction.text = \u63d2\u5165\u5e73\u884c\u8282\u70b9(\u4e0a\u65b9)
-NewSiblingAction.text = \u63d2\u5165\u5e73\u884c\u8282\u70b9(\u4e0b\u65b9)
-NewSummaryAction.text = \u6dfb\u52a0\u603b\u7ed3\u8282\u70b9(\u9009\u53d6\u8282\u70b9)
-NewUserStyleAction.text = \u65b0\u81ea\u5b9a\u6837\u5f0f(\u4ece\u9009\u53d6\u4e2d)
-NextNodeAction.BACK.text = \u524d\u4e00\u8282\u70b9
-NextNodeAction.BACK_N_FOLD.text = \u524d\u4e00\u8282\u70b9(\u6298\u53e0)
-NextNodeAction.FORWARD.text = \u4e0b\u4e00\u8282\u70b9
-NextNodeAction.FORWARD_N_FOLD.text = \u4e0b\u4e00\u8282\u70b9(\u6298\u53e0)
-NextPresentationItemAction.text = \u5c55\u5f00\u4e0b\u4e00\u4e2a\u6f14\u793a\u6761\u76ee
-no = \u5426
-no_copy_attributes_before_paste_attributes = \u4f60\u65e0\u6cd5\u5728\u590d\u5236\u5c5e\u6027\u524d\u5c31\u53bb\u8d34\u4e0a\u5c5e\u6027.
-NO_FORMAT = \u6587\u672c(\u65e0\u683c\u5f0f)
-no_format_copy_before_format_paste = \u7c98\u8d34\u683c\u5f0f\u524d\u5fc5\u987b\u5148\u8fdb\u884c\u590d\u5236\u3002
-no_found_from = \u672A\u627E\u5230 "{0}" \u5728 "{1}" \u4E2D.
-no_more_found_from = \u6CA1\u6709\u627E\u5230\u66F4\u591A\u7684 "{0}" \u5728 "{1}" \u4E2D.
-no_previous_find = \u524D\u8FB9\u6CA1\u6709\u4E86.
-no_styles_found_in_map = \u5728\u601d\u7ef4\u5bfc\u56fe\u4e2d\u627e\u4e0d\u5230\u6837\u5f0f
-node = \u8282\u70B9(node)
-node_changed_discard_changes = \u60A8\u786E\u8BA4\u653E\u5F03\u5BF9\u8282\u70B9\u6240\u505A\u66F4\u6539?
-node_is_write_protected = \u76ee\u6807\u8282\u70b9\u5199\u4fdd\u62a4\u3002
-node_location_help = \u62D6\u62C9\u6539\u53D8\u8282\u70B9\u7684\u4F4D\u7F6E, ctrl+\u62D6\u62C9 \u6539\u53D8\u8DDD\u79BB, \u53CC\u51FB\u548C ctrl+\u53CC\u51FB \u91CD\u7F6E.
-node_selector = \u8282\u70b9\u9009\u53d6
-node_selector_message = \u53cc\u51fb\u9009\u53d6\u8282\u70b9
-node_styles = \u8282\u70b9\u6837\u5f0f
-NodeBackgroundColorAction.text = \u8282\u70B9\u80CC\u666F\u989C\u8272...
-NodeColorAction.text = \u8282\u70B9\u989C\u8272 ...
-NodeColorBlendAction.text = \u8272\u5F69\u6DF7\u5408
-NodeDownAction.text = \u4E0B\u79FB
-NodeExtensions.EditNodeExtensions = \u7f16\u8f91\u8282\u70b9\u6269\u5c55\u6027\u8d28
-NodeExtensions.RemoveNodeExtensions = \u79fb\u9664\u8282\u70b9\u6269\u5c55\u6027\u8d28
-NodeListAction.text = \u67E5\u627E\u5E76\u66FF\u6362...
-NodeListAction.tooltip = \u4EE5\u5E26\u8FC7\u6EE4\u5668\u5C5E\u6027\u7684\u53EF\u641C\u7D22\u5217\u8868\u663E\u793A\u6240\u6709\u8282\u70B9.
-NodeShapeAction.bubble.text = \u6CE1\u6846
-NodeShapeAction.fork.text = \u53C9\u72B6
-NodeUpAction.text = \u4E0A\u79FB
-NodeWidthAction.text = \u8bbe\u5b9a\u8282\u70b9\u5bbd\u5ea6\u9650\u5236...
-nonboldify_branch = \u53D6\u6D88\u52A0\u7C97
-nonitalicise_branch = \u53D6\u6D88\u659C\u4F53
-normal = \u5E38\u89C4
-not_saved_for_image_error = \u4f7f\u7528\u6587\u4ef6\u9009\u62e9\u5668\u8bbe\u7f6e\u56fe\u7247\u524d\u5fc5\u987b\u5148\u4fdd\u5b58\u5bfc\u56fe
-not_saved_for_link_error = \u7528\u6587\u4EF6\u9009\u62E9\u5668\u6DFB\u52A0\u6587\u4EF6\u94FE\u63A5\u524D\u5FC5\u987B\u5148\u4FDD\u5B58\u56FE\u3002
-note_window_location = \u6ce8\u89e3\u7a97\u53e3\u4f4d\u7f6e
-ok = \u786e\u5b9a(&O)
-OKAction.text = \u786e\u5b9a (&O)
-OnlineReference.text = \u601d\u7ef4\u5bfc\u56fe\u5728\u7ebf\u6587\u6863
-open_asMindMap = \u601d\u7ef4\u5bfc\u56fe
-OpenAction.text = \u6253\u5F00...
-OpenFreeplaneSiteAction.text = Freeplane\u7F51\u7AD9\u9996\u9875
-OpenPathAction.text = \u6253\u5f00\u6587\u4ef6
-OpenURLMapAction.text = \u4eceURL\u6253\u5f00\u601d\u7ef4\u5bfc\u56fe
-OpenUserDirAction.text = \u6253\u5f00\u7528\u6237\u76ee\u5f55
-option_changes_may_require_restart = \u91CD\u65B0\u542F\u52A8Freeplane\u540E, \u624D\u53EF\u770B\u5230\u66F4\u6539\u8BBE\u7F6E\u7684\u6548\u679C.
-OptionalDontShowMeAgainDialog.cancel = \u5426(&N)
-OptionalDontShowMeAgainDialog.dontShowAgain = \u4E0D\u7528\u518D\u8BE2\u95EE\u6211(&D).
-OptionalDontShowMeAgainDialog.ok = \u662F(&Y)
-OptionalDontShowMeAgainDialog.rememberMyDescision = \u8BB0\u4F4F\u6211\u7684\u51B3\u5B9A(&R).
-OptionPanel.absolute = \u7EDD\u5BF9
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = \u81EA\u52A8\u5E03\u5C40\u6A21\u5F0F
-OptionPanel.ADD_CHILD = \u6dfb\u52a0\u5b50\u8282\u70b9
-OptionPanel.ADD_SIBLING = \u6dfb\u52a0\u5144\u5f1f\u8282\u70b9
-OptionPanel.addons = \u9644\u52a0\u7ec4\u4ef6
-OptionPanel.always_fold_all_after_load = \u5168\u90e8\u6298\u53e0
-OptionPanel.always_load_last_maps = \u52a0\u8f7d\u4e0a\u6b21\u5bfc\u56fe\u548c\u65b0\u5bfc\u56fe
-OptionPanel.always_load_last_maps.tooltip = \u901a\u8fc7\u4e0a\u9762\u7684\u9009\u9879\u6253\u5f00\u4e0a\u6b21\u6587\u4ef6\uff0c\u751a\u81f3\u5728\u7528\u9009\u4e2d\u7684\u5bfc\u56fe\u6587\u4ef6\u542f\u52a8FreePlane\u65f6\u4e5f\u6709\u6548\u3002
-OptionPanel.always_save_folding = \u603b\u662f
-OptionPanel.always_save_folding_state = \u603b\u662f\u4fdd\u5b58\u6298\u53e0\u72b6\u6001\u7684\u6539\u53d8
-OptionPanel.always_save_folding_state.tooltip = \u5982\u679c\u9009\u4e2d\uff0c\u6bcf\u6b21\u6298\u53e0\u52a8\u4f5c\u90fd\u4f1a\u5bfc\u81f4\u5bfc\u56fe\u6539\u53d8\u5e76\u63d0\u9192\u7528\u6237\u4fdd\u5b58\u3002
-OptionPanel.always_unfold_all_after_load = \u5c55\u5f00\u6240\u6709
-OptionPanel.antialias = \u5E73\u6ED1
-OptionPanel.antialias.tooltip = <html>\u786E\u5B9A\u56FE\u7684\u8D28\u91CF. \u8D8A\u5E73\u6ED1\u5904\u7406\u65F6\u95F4\u8D8A\u957F.</html>
-OptionPanel.antialias_all = \u5E73\u6ED1\u5168\u90E8
-OptionPanel.antialias_edges = \u5E73\u6ED1\u8FDE\u7EBF
-OptionPanel.antialias_none = \u4E0D\u5E73\u6ED1
-OptionPanel.Appearance = \u5916\u89C2
-OptionPanel.apply_system_screen_resolution = \u5e94\u7528\u7cfb\u7edf\u9ed8\u8ba4\u7684\u5c4f\u5e55\u5206\u8fa8\u7387
-OptionPanel.approximate_search_threshold = \u8fd1\u4f3c\u5339\u914d\u9608\u503c
-OptionPanel.approximate_search_threshold.tooltip = <HTML>\u8fd1\u4f3c\u5339\u914d\u9608\u503c<br/> <font size="2">\u8be6\u60c5\u8bf7\u81f3http://freeplane.sf.net/wiki/index.php/Approximate_search < / FONT > <br/> \uff08\u8d8a\u9ad8\u4f1a\u53d1\u73b0\u8d8a\u5c11\u7684\u641c\u7d22\u7ed3\u679c<br/> \uff09 </ HTML >
-OptionPanel.ar = \u963F\u6839\u5EF7\u8BED
-OptionPanel.ARC = \u5f27\u5f62
-OptionPanel.as_parent = \u540C\u7236\u8282\u70B9
-OptionPanel.ask = \u8BE2\u95EE
-OptionPanel.automatic = \u81EA\u52A8
-OptionPanel.automaticFormat_level = \u81EA\u52A8\u5E03\u5C40\u6837\u5F0F
-OptionPanel.automaticFormat_level1 = \u6839\u8282\u70B9\u683C\u5F0F
-OptionPanel.automaticFormat_level2 = 1. \u7EA7\u8282\u70B9\u683C\u5F0F
-OptionPanel.backup_file_number = \u4fdd\u5b58\u5907\u4efd\u6587\u4ef6\u7684\u4e2a\u6570
-OptionPanel.Behaviour = \u884C\u4E3A
-OptionPanel.bezier = \u8D1D\u585E\u5C14\u66F2\u7EBF
-OptionPanel.bubble = \u6c14\u6ce1
-OptionPanel.ca = \u52a0\u6cf0\u7f57\u5c3c\u4e9a\u8bed
-OptionPanel.Cancel = \u53D6\u6D88
-OptionPanel.center_selected_node = \u5c06\u9009\u4e2d\u7684\u8282\u70b9\u5c45\u4e2d
-OptionPanel.check_updates_automatically = \u7a0b\u5e8f\u542f\u52a8\u65f6\u68c0\u67e5\u66f4\u65b0
-OptionPanel.childpattern = \u5B50\u6A21\u5F0F
-OptionPanel.childpattern.tooltip = \u5BF9\u6240\u6709\u5B50\u8282\u70B9\u5E94\u7528\u6307\u5B9A\u7684\u6A21\u5F0F.
-OptionPanel.clear_all_setters = \u5207\u6362\u6240\u6709\u8BBE\u5B9A
-OptionPanel.clear_all_setters.tooltip = \u542F\u7528\u6216\u7981\u7528\u6240\u6709\u53D8\u66F4\u6307\u793A.
-OptionPanel.cloud = \u4e91\u6846
-OptionPanel.cloudcolor = \u4e91\u6846\u548c\u989c\u8272
-OptionPanel.cloudshape = \u4e91\u7684\u5f62\u72b6
-OptionPanel.combined = \u7EC4\u5408
-OptionPanel.compare_as_number = \u6570\u5b57\u6bd4\u5bf9
-OptionPanel.convert_to_current_version = <html>\u81EA\u52A8\u5C06\u65E7\u7248\u672C Freeplane \u5BFC\u56FE\u8F6C\u6362\u4E3A <br>\u5F53\u524D\u7684\u7248\u672C?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>\u53EA\u4E3A\u65E0\u9700\u8F6C\u6362\u7684\u975E\u5E38\u5927\u7684\u5BFC\u56FE <br>(\u8FD9\u662F\u4E13\u5BB6\u77E5\u8BC6\u5E93) \u4F60\u53EF\u4EE5\u65E0\u9700\u8F6C\u6362\u6253\u5F00\u5BFC\u56FE.</html>
-OptionPanel.cs = \u6377\u514B\u8BED
-OptionPanel.cut_nodes_without_question = \u65E0\u9700\u786E\u8BA4\u5373\u526A\u5207\u8282\u70B9?
-OptionPanel.cut_nodes_without_question.tooltip = \u5982\u679C\u52FE\u9009\u6B64\u590D\u9009\u6846\uFF0C\u5C06\u65E0\u9700\u786E\u8BA4\u5373\u526A\u5207\u8282\u70B9. \u8FD9\u53EF\u80FD\u5BFC\u81F4\u65E0\u610F\u4E2D\u4E22\u5931\u4FE1\u606F.
-OptionPanel.da = \u4E39\u9EA6\u8BED
-OptionPanel.date_format = \u6807\u51c6\u65e5\u671f\u683c\u5f0f
-OptionPanel.date_format.tooltip = SHORT, MEDIUM, LONG, FULL \u6216\u662f"MM/dd/yyyy" \u4e4b\u4efb\u4e00\u4e2a
-OptionPanel.datetime_format = \u6807\u51c6\u65e5\u671f\u65f6\u95f4\u683c\u5f0f
-OptionPanel.datetime_format.tooltip = <datestyle>,<timestyle> ( SHORT, MEDIUM, LONG, \u6216FULL) \u6216\u662f"M/d/yyyy hh:mm" \u4e4b\u4efb\u4e00\u4e2a
-OptionPanel.de = \u5FB7\u8BED
-OptionPanel.default = \u9ED8\u8BA4
-OptionPanel.default_attribute_key_column_width = \u6807\u51c6\u5c5e\u6027\u952e\u5bbd\u5ea6
-OptionPanel.default_attribute_value_column_width = \u6807\u51c6\u5c5e\u6027\u503c\u5bbd\u5ea6
-OptionPanel.default_browser_command_mac = Mac\u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
-OptionPanel.default_browser_command_mac.tooltip = <html> and MAC: (\u611F\u8C22 Nick!)</html>
-OptionPanel.default_browser_command_other_os = \u5176\u5B83\u64CD\u4F5C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
-OptionPanel.default_browser_command_other_os.tooltip = <html> \u5178\u578B\u7684\u662FLinux:</html>
-OptionPanel.default_browser_command_windows_9x = Windows 9x\u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>Windows (\u94FE\u63A5\u4E2D\u7684""\u662F\u5FC5\u9700\u7684 , URL\u4E2D\u6709"=").</html>
-OptionPanel.default_browser_command_windows_nt = Windows Nt \u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>Windows (\u94FE\u63A5\u4E2D\u7684""\u662F\u5FC5\u9700\u7684 , URL\u4E2D\u6709"=").</html>
-OptionPanel.default_charset = \u5b57\u7b26\u96c6
-OptionPanel.Defaults = \u9ED8\u8BA4
-OptionPanel.delete_automatic_saves_at_exit = \u9000\u51FA\u65F6\u5220\u9664\u81EA\u52A8\u4FDD\u5B58\u7684\u5907\u4EFD
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> \u5F53\u8BBE\u7F6E\u4E3Atrue\u65F6\uFF0C\u5982\u679CFreeplane\u6B63\u5E38\u9000\u51FA\uFF0C\u5C06\u81EA\u52A8\u5220\u9664\u5907\u4EFD\u6587\u4EF6</html>
-OptionPanel.delete_nodes_without_question = \u65E0\u9700\u786E\u8BA4\u5373\u5220\u9664\u8282\u70B9?
-OptionPanel.delete_nodes_without_question.tooltip = \u5982\u679C\u52FE\u9009\u6B64\u590D\u9009\u6846\uFF0C\u5C06\u65E0\u9700\u786E\u8BA4\u5373\u5220\u9664\u8282\u70B9. \u8FD9\u53EF\u80FD\u5BFC\u81F4\u65E0\u610F\u4E2D\u4E22\u5931\u4FE1\u606F.
-OptionPanel.disable_cursor_move_paper = \u62D6\u52A8\u65F6\u7981\u6B62\u6307\u9488
-OptionPanel.disable_cursor_move_paper.tooltip = <html>\u62D6\u52A8\u9875\u9762\u65F6\u4E0D\u663E\u793A\u9F20\u6807\u6307\u9488</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = \u5bf9\u6240\u6709\u65b0\u8282\u70b9\u663e\u793a\u5185\u5d4c\u7f16\u8f91\u5217
-OptionPanel.display_node_id = \u663e\u793a\u8282\u70b9ID
-OptionPanel.edgecolor = \u8FDE\u7EBF\u989C\u8272
-OptionPanel.edgecolor.tooltip = \u7236\u8282\u70B9\u7684\u8FDE\u7EBF\u5C5E\u6027 (\u4E5F\u9002\u7528\u4E8E\u6240\u6709\u5B50\u8282\u70B9)
-OptionPanel.edgestyle = \u8FDE\u7EBF\u6837\u5F0F
-OptionPanel.edgestyle.tooltip = \u7236\u8282\u70B9\u7684\u8FDE\u7EBF\u5C5E\u6027 (\u4E5F\u9002\u7528\u4E8E\u6240\u6709\u5B50\u8282\u70B9)
-OptionPanel.edgewidth = \u8FDE\u7EBF\u5BBD\u5EA6
-OptionPanel.edgewidth.tooltip = \u7236\u8282\u70B9\u7684\u8FDE\u7EBF\u5C5E\u6027 (\u4E5F\u9002\u7528\u4E8E\u6240\u6709\u5B50\u8282\u70B9)
-OptionPanel.EDIT_CURRENT = \u8986\u76d6\u5185\u5bb9
-OptionPanel.edit_on_double_click = \u53cc\u51fb\u65f6\u7f16\u8f91
-OptionPanel.editor_extra_width = \u989d\u5916\u5bbd\u5ea6\u8ddd\u79bb
-OptionPanel.editor_extra_width.tooltip = <html>\u5f53\u6587\u5b57\u8d85\u8fc7\u76ee\u524d\u5bbd\u5ea6\u65f6\uff0c\u51b3\u5b9a\u8981\u589e\u52a0\u7684\u5bbd\u5ea6\u7684\u50cf\u7d20\u503c .</html>
-OptionPanel.el = \u5e0c\u814a\u8bed
-OptionPanel.el__buttons_above = \u9876\u7aef\u6309\u94ae
-OptionPanel.el__enter_confirms_by_default = \u9ED8\u8BA4\u8FDB\u5165\u786E\u8BA4
-OptionPanel.el__max_default_window_height = \u9ED8\u8BA4\u7A97\u53E3\u6700\u5927\u9AD8\u5EA6
-OptionPanel.el__max_default_window_width = \u9ED8\u8BA4\u7A97\u53E3\u6700\u5927\u5BBD\u5EA6
-OptionPanel.el__min_default_window_height = \u9ED8\u8BA4\u7A97\u53E3\u6700\u5C0F\u9AD8\u5EA6
-OptionPanel.el__min_default_window_width = \u9ED8\u8BA4\u7A97\u53E3\u6700\u5C0F\u5BBD\u5EA6
-OptionPanel.el__position_window_below_node = \u8282\u70B9\u4E0B\u4F4D\u7F6E\u7A97\u53E3
-OptionPanel.en = \u82F1\u8BED
-OptionPanel.Environment = \u73AF\u5883
-OptionPanel.es = \u897F\u73ED\u7259\u8BED
-OptionPanel.et = \u7231\u6c99\u5c3c\u4e9a\u8bed
-OptionPanel.execute_scripts_without_asking = \u65E0\u9700\u786E\u8BA4\u6267\u884C\u811A\u672C?
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Freeplane \u811A\u672C\u53EF\u80FD\u5728\u4F60\u7684\u7535\u8111\u4E0A\u6267\u884C\u4EFB\u4F55\u52A8\u4F5C. <br>\u5982\u679C\u60A8\u4E0D\u80FD\u80AF\u5B9A\u8FD9\u4E9B\u811A\u672C\u7684\u5B89\u5168\u6027\u8BF7\u4E0D\u8981\u6267\u884C\u5B83\u4EEC.</html>
-OptionPanel.execute_scripts_without_exec_restriction = \u5141\u8BB8\u6267\u884C\u5176\u4ED6\u5E94\u7528\u7A0B\u5E8F(\u4E0D\u63A8\u8350)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>\u5982\u679C\u4F60\u7684Groovy\u811A\u672C\u9700\u8981\u6267\u884C\u5176\u5B83\u7279\u6B8A\u7684\u5E94\u7528\u7A0B\u5E8F(\u5982\u6D4F\u89C8\u5668)\u800C\u4E0D\u8FDB\u884C\u8BE2\u95EE(!),<br>\u5C31\u5FC5\u987B\u5141\u8BB8\u6B64\u9009\u9879. <br>\u4F46\u8BF7\u5C0F\u5FC3\u4F7F\u7528\uFF0C\u56E0\u4E3A\u6076\u610F\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u8BA1\u7B97\u673A!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = \u5141\u8BB8\u6587\u4EF6\u64CD\u4F5C(\u4E0D\u63A8\u8350)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>\u5982\u679C\u4F60\u7684Groovy\u811A\u672C\u9700\u8981\u6267\u884C\u7279\u6B8A\u7684\u6587\u4EF6\u64CD\u4F5C(\u6253\u5F00\uFF0C\u5173\u95ED\uFF0C\u8BFB\uFF0C\u5199\uFF0C\u5220),<br>\u5C31\u5FC5\u987B\u5141\u8BB8\u6B64\u9009\u9879. <br>\u4F46\u8BF7\u5C0F\u5FC3\u4F7F\u7528\uFF0C\u56E0\u4E3A\u6076\u610F\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u8BA1\u7B97\u673A!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = \u5141\u8BB8\u7F51\u7EDC\u64CD\u4F5C(\u4E0D\u63A8\u8350)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>\u5982\u679C\u4F60\u7684Groovy\u811A\u672C\u9700\u8981\u6267\u884C\u7279\u6B8A\u7684\u7F51\u7EDC\u64CD\u4F5C\uFF0C<br>\u5C31\u5FC5\u987B\u5141\u8BB8\u6B64\u9009\u9879. <br>\u4F46\u8BF7\u5C0F\u5FC3\u4F7F\u7528\uFF0C\u56E0\u4E3A\u6076\u610F\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u8BA1\u7B97\u673A!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = \u5141\u8bb8\u6587\u4ef6\u8986\u5199 (\u4e0d\u5efa\u8bae)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>\u5982\u679c\u4f60\u7684Groovy Scripts \u5199\u5165\u6587\u4ef6\u5199\u5165, \u5220\u9664(!)),<br>\u4f60\u5fc5\u987b\u9009\u62e9\u8fd9\u4e2a, <br>\u6b63\u5e38\u60c5\u51b5\u4e0b\u53ea\u5141\u8bb8\u8bfb.<br>\u4f7f\u7528\u8fd9\u529f\u80fd\u8981\u5c0f\u5fc3,\u56e0\u4e3a\u6076\u610f\u7684scripts \u4f1a\u4f24\u5bb3\u4f60\u7684\u7535\u8111!</body></html>
-OptionPanel.experimental_file_locking_on = \u6587\u4EF6\u9501\u5B9A
-OptionPanel.experimental_file_locking_on.tooltip = <html> \u5C1D\u8BD5\u529F\u80FD </html>
-OptionPanel.export_icons_in_html = Html\u5BFC\u51FA\u56FE\u6807
-OptionPanel.export_icons_in_html.tooltip = <html> \u5BFC\u51FA\u65F6\u662F\u5426\u5305\u542B\u56FE\u6807. \u56FE\u6807\u95EE\u9898\uFF1A\u9891\u7E41\u94FE\u63A5\u7684\u56FE\u6807\u5728\u5BFC\u51FA\u7684HTML\u4E2D\u770B\u4E0D\u5230.</html>
-OptionPanel.Files = \u6587\u4EF6
-OptionPanel.first = \u5F00\u59CB
-OptionPanel.fold_on_click_inside = \u5728\u5185\u90e8\u70b9\u51fb\u65f6\u6298\u53e0
-OptionPanel.foldingsymbolwidth = \u6298\u53E0\u7B26\u53F7\u5BBD\u5EA6
-OptionPanel.foldingsymbolwidth.tooltip = <html>\u6298\u53E0\u5706\u6807\u8BB0\u7684\u5BBD\u5EA6</html>
-OptionPanel.fork = \u5206\u53c9
-OptionPanel.format_locale = \u683c\u5f0f\u9002\u7528\u573a\u5408
-OptionPanel.format_locale.tooltip = \u5bf9\u683c\u5f0f\u548c\u8d44\u6599\u89e3\u6790\u7684\u9002\u7528\u573a\u5408\u8bbe\u5b9a
-OptionPanel.formula_disable_caching = \u7981\u7528\u516c\u5f0f\u8ba1\u7b97\u7f13\u5b58
-OptionPanel.formula_disable_plugin = \u7981\u7528\u516c\u5f0f\u8ba1\u7b97
-OptionPanel.fr = \u6CD5\u8BED
-OptionPanel.gl = \u683C\u9675\u5170\u8BED
-OptionPanel.goto_note_end_on_edit = \u79fb\u52a8\u6ce8\u89e3\u5149\u6807\u5230\u6700\u540e
-OptionPanel.grid_size = \u683c\u70b9\u95f4\u683c\u5927\u5c0f
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = \u9690\u85cf\u8fde\u7ebf
-OptionPanel.highlight_formulas = \u9ad8\u4eae\u516c\u5f0f
-OptionPanel.horizontal = \u6c34\u5e73
-OptionPanel.hr = \u514B\u7F57\u5730\u4E9A\u8BED
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = \u57FA\u4E8E\u65B9\u4F4D
-OptionPanel.html_export_fold_all = \u6298\u53E0\u5168\u90E8
-OptionPanel.html_export_fold_currently_folded = \u4FDD\u6301\u6298\u53E0
-OptionPanel.html_export_folding = Html\u5BFC\u51FA\u6298\u53E0
-OptionPanel.html_export_no_folding = \u4E0D\u6298\u53E0
-OptionPanel.hu = \u5308\u7259\u5229\u8BED
-OptionPanel.ic_disable = \u7981\u7528
-OptionPanel.ic_file = \u4f7f\u7528\u786c\u76d8
-OptionPanel.ic_ram = In RAM
-OptionPanel.icon = \u56FE\u6807
-OptionPanel.icon.tooltip = \u5982\u679C\u5E94\u7528,\u8282\u70B9\u56FE\u6807\u5C06\u88AB\u8BBE\u7F6E\u4E3A\u8FD9\u4E2A\u56FE\u6807.
-OptionPanel.icons.list = \u53ef\u663e\u793a\u7684\u6807\u51c6\u56fe\u6807\u5217\u8868
-OptionPanel.icons.list.tooltip = \u5728\u6b64\u6392\u5e8f\u6216\u7981\u7528\u6807\u51c6\u56fe\u6807\u3002\u56fe\u6807\u5fc5\u987b\u4ee5\u5206\u53f7';'\u5206\u9694\u3002
-OptionPanel.id = \u5370\u5ea6\u5c3c\u897f\u4e9a\u8bed
-OptionPanel.IGNORE = \u5ffd\u7565
-OptionPanel.il__enter_confirms_by_default = \u7f3a\u7701Enter\u786e\u8ba4
-OptionPanel.image_cache = for images
-OptionPanel.it = \u610F\u5927\u5229\u8BED
-OptionPanel.ja = \u65E5\u8BED
-OptionPanel.key_type_action = \u6572\u51fb\u952e\u76d8\u65f6
-OptionPanel.Keystrokes = \u6309\u952E
-OptionPanel.ko = \u97E9\u8BED
-OptionPanel.label_font_family = \u5b57\u4f53\u96c6
-OptionPanel.label_font_size = \u5B57\u4F53\u5927\u5C0F
-OptionPanel.language = \u8BED\u8A00
-OptionPanel.language.tooltip = <html>\u7A0B\u5E8F\u6240\u7528\u8BED\u8A00. '\u81EA\u52A8' \u5C06\u5C1D\u8BD5\u52A0\u8F7D\u5F53\u524D\u7528\u6237\u7684\u8BED\u8A00. </html>
-OptionPanel.last = \u6700\u540E
-OptionPanel.last_opened_list_length = \u201C\u6700\u8FD1\u7684\u6587\u4EF6\u201D\u5217\u8868\u957F\u5EA6
-OptionPanel.layout_map_on_text_change = \u7f16\u8f91\u65f6\u66f4\u65b0\u601d\u7ef4\u5bfc\u56fe
-OptionPanel.layout_map_on_text_change.tooltip = \u4e0d\u4f7f\u7528\u6765\u83b7\u5f97\u66f4\u597d\u7684\u6027\u80fd
-OptionPanel.linear = \u76f4\u7ebf
-OptionPanel.links = \u94FE\u63A5
-OptionPanel.links.tooltip = <html>\u8BBE\u7F6E\u94FE\u63A5\uFF1A\u76F8\u5BF9\u3001\u7EDD\u5BF9 </html>
-OptionPanel.load_folding = \u52a0\u8f7d\u65f6
-OptionPanel.load_folding_from_map_default_fold_all = \u4ece\u5bfc\u56fe\u52a0\u8f7d\u6216\u6298\u53e0\u5168\u90e8
-OptionPanel.load_folding_from_map_default_unfold_all = \u4ece\u5bfc\u56fe\u52a0\u8f7d\u6216\u5c55\u5f00\u5168\u90e8
-OptionPanel.load_last_map = \u81EA\u52A8\u6253\u5F00\u6700\u540E\u7684\u5BFC\u56FE
-OptionPanel.load_last_map.tooltip = <html>\u5982\u679C\u9009\u4E2D\u7684\u8BDD\uFF0CFreeplane \u542F\u52A8\u65F6\u81EA\u52A8\u52A0\u8F7D\u4E0A\u6B21\u6253\u5F00\u7684\u601D\u7EF4\u5BFC\u56FE.</html>
-OptionPanel.load_last_maps = \u52a0\u8f7d\u4e0a\u6b21\u6240\u6709\u7684\u5bfc\u56fe
-OptionPanel.lookandfeel = \u5916\u89C2\u611F\u89C9
-OptionPanel.lookandfeel.tooltip = <html>\u4F7F\u7528\u5916\u89C2\u611F\u89C9. \u652F\u6301 'metal','windows','motif', 'gtk', \u4F7F\u7528MacOS\u65F6 'mac' \u53EF\u7528. \u9ED8\u8BA4\u662F\u6307, \u91C7\u7528\u9ED8\u8BA4\u89C2\u611F. \u5982\u679C\u60F3\u4F7F\u7528\u81EA\u5DF1\u7684\u89C2\u611F, \u8F93\u5165class\u540D\u79F0, \u5E76\u4E14\u786E\u8BA4\u76F8\u5E94\u7684jar\u6587\u4EF6\u88AB\u52A0\u8F7D. \u5982\u679C\u89C2\u611F\u6709\u95EE\u9898, \u9009\u62E9 'nothing' . \u5BF9applet\u540C\u6837\u9002\u7528</html>
-OptionPanel.lt = \u7ACB\u9676\u5B9B\u8BED
-OptionPanel.max_displayed_node_count = \u6700\u5927\u663e\u793a\u8282\u70b9\u6570
-OptionPanel.max_image_width = \u6700\u5927\u521d\u59cb\u56fe\u7247\u5bbd\u5ea6
-OptionPanel.max_image_width.tooltip = \u65b0\u7684\u56fe\u50cf\u7f29\u5c0f\u5230\u8fd9\u4e2a\u5bbd\u5ea6
-OptionPanel.max_menu_item_count = \u6700\u5927\u83dc\u5355\u9879\u6570\u76ee
-OptionPanel.max_menu_item_count.tooltip = \u5b50\u83dc\u5355\u6700\u5927\u5141\u8bb8\u7684\u9879\u76ee\u6570(\u6700\u5c11\u4e3a10)
-OptionPanel.max_node_width = \u8282\u70B9\u6700\u5927\u5BBD\u5EA6
-OptionPanel.max_shortened_text_length = \u6700\u5927\u6587\u5b57\u5bbd\u5ea6
-OptionPanel.metal = Metal
-OptionPanel.min_node_width = \u6700\u5c0f\u8282\u70b9\u5bbd\u5ea6
-OptionPanel.motif = Motif
-OptionPanel.nb = \u632A\u5A01\u8BED(\u4F2F\u514B\u6885\u5C14)
-OptionPanel.never_save_folding = \u4ece\u4e0d
-OptionPanel.nl = \u5C3C\u52A0\u62C9\u74DC\u8BED
-OptionPanel.nn = \u632A\u5A01\u8BED(\u5C3C\u8BFA\u65AF\u514B)
-OptionPanel.nodebackgroundcolor = \u8282\u70B9\u80CC\u666F\u989C\u8272
-OptionPanel.nodebackgroundcolor.tooltip = \u672A\u9009\u4E2D\u8282\u70B9\u7684\u80CC\u666F\u989C\u8272
-OptionPanel.nodecolor = \u8282\u70B9\u989C\u8272
-OptionPanel.nodecolor.tooltip = \u672A\u9009\u4E2D\u8282\u70B9\u7684\u524D\u666F\u989C\u8272
-OptionPanel.nodefontbold = \u7C97\u4F53
-OptionPanel.nodefonthyperlink = \u8d85\u94fe\u63a5
-OptionPanel.nodefontitalic = \u659C\u4F53
-OptionPanel.nodefontname = \u8282\u70B9\u5B57\u4F53\u540D\u79F0
-OptionPanel.nodefontsize = \u8282\u70B9\u5B57\u4F53\u5927\u5C0F
-OptionPanel.nodeformat = \u683c\u5f0f
-OptionPanel.nodeformat.tooltip = <html>\u6587\u5b57\u66ff\u6362/ \u683c\u5f0f:<ul><li><em>\u6837\u5f0f\u6269\u5145</em> (<tt>%s</tt> \u662f\u539f\u59cb\u6587\u5b57), \u4f8b\u5982<tt>\u6ce8\u610f: %s</tt> <li><em>\u65e5\u671f\u548c\u6570\u5b57\u683c\u5f0f</em> - \u770b\u9009\u53d6\u65b9\u5757\u4e2d\u7684\u4f8b\u5b50</ul></html>
-OptionPanel.nodenumbering = \u8282\u70b9\u7f16\u53f7
-OptionPanel.nodenumbering.tooltip = \u5728\u8282\u70b9\u6587\u5b57\u52a0\u4e0a\u6392\u5e8f\u7f16\u53f7 (\u4f8b\u5982 1.3.1)
-OptionPanel.nodeshape = \u8282\u70B9\u6837\u5F0F
-OptionPanel.nodeshape.tooltip = <html>\u6B64\u6837\u5F0F\u63CF\u8FF0\u4E86\u8282\u70B9\u7684\u5916\u8FB9\u5F62\u5F0F. <br>\u53EF\u80FD\u7684\u503C\u6709:<br><table border="1"><tr><td>\u53C9\u5F62: </td><td> \u65E0\u73AF\u7ED5\u6846,</td></tr><tr><td>\u6C14\u6CE1\u6846: </td><td>\u5E26\u73AF\u7ED5\u6846\u7684\u8282\u70B9,</td></tr><tr><td>\u540C\u7236\u8282\u70B9: </td><td>\u4ECE\u7236\u8282\u70B9\u7EE7\u627F\u6837\u5F0F<br>\u6216\u7528\u6839\u8282\u70B9\u7684\u7F3A\u7701\u6837\u5F0F,</td></tr><tr><td>\u7EC4\u5408: </td><td>\u5F53\u8282\u70B9\u6298\u53E0\u65F6\u4F7F\u7528\u6C14\u6CE1\u6846\uFF0C\u5C55\u5F00\u65F6\u4F7F\u7528\u53C9\u5F62.</td></tr></table></html>
-OptionPanel.nodetext = \u8282\u70B9\u6587\u672C
-OptionPanel.nodetext.tooltip = \u5728\u6B64\u5B9A\u4E49\u8282\u70B9\u6587\u672C\uFF0C\u5F53\u6B64\u6A21\u5F0F\u5E94\u7528\u65F6\uFF0C\u4EE5\u524D\u7684\u6587\u672C\u5C06\u88AB\u4E22\u5F03
-OptionPanel.nothing = \u5168\u90E8\u4E0D\u9009
-OptionPanel.number_format = \u6807\u51c6\u6570\u5b57\u683c\u5f0f
-OptionPanel.number_format.tooltip = \u6837\u5f0f\u53ef\u5305\u542b'#' \u6216'0' \u6765\u8bbe\u5b9a\u5f3a\u5236\u6570\u5b57\u683c\u5f0f, \u4f8b\u5982"0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = \u81EA\u52A8\u4FDD\u5B58\u6587\u4EF6\u4E2A\u6570
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> \u4FDD\u5B58\u56FE\u7684\u4E0D\u540C\u6587\u4EF6\u4E2A\u6570.  \u7B2C\u4E00\u6B21\u81EA\u52A8\u4FDD\u5B58\u5728\u7B2C\u4E00\u4E2A\u6587\u4EF6, \u4F9D\u6B64\u7C7B\u63A8  \u5F53\u5230 n+1-save \u540E\u53C8\u5B58\u50A8\u5230\u7B2C\u4E00\u4E2A\u6587\u4EF6 (\u5FAA\u73AF)</html>
-OptionPanel.OK = \u4FDD\u5B58
-OptionPanel.org.freeplane.plugin.bugreport = \u7b56\u7565
-OptionPanel.org.freeplane.plugin.bugreport.allowed = \u603b\u662f\u53d1\u9001
-OptionPanel.org.freeplane.plugin.bugreport.ask = \u663e\u793a\u62a5\u544a\u5bf9\u8bdd\u6846
-OptionPanel.org.freeplane.plugin.bugreport.denied = \u4ece\u4e0d\u53d1\u9001
-OptionPanel.outline_hgap = \u6c34\u5e73\u8ddd\u79bb
-OptionPanel.outline_vgap = \u5782\u76f4\u8ddd\u79bb
-OptionPanel.paint_connectors_behind = \u8282\u70b9\u906e\u76d6\u8fde\u7ebf
-OptionPanel.parse_data = \u8fa8\u8ba4\u8f93\u5165\u4e2d\u7684\u6570\u5b57\u548c\u65e5\u671f-\u65f6\u95f4
-OptionPanel.parse_data.tooltip = \u8bd5\u7740\u89e3\u6790\u65e5\u671f, \u65e5\u671f-\u65f6\u95f4\u548c\u6570\u5b57\u8f93\u5165\u5e76\u5957\u7528\u6807\u51c6\u683c\u5f0f. \u4f8b\u5982100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.PASTE_HTML = \u7c98\u8d34\u4e3aHTML
-OptionPanel.PASTE_PLAIN_TEXT = \u7c98\u8d34\u4e3a\u7eaf\u6587\u672c
-OptionPanel.path_property_may_not_be_empty = \u8def\u5f84\u5c5e\u6027\u4e0d\u4e3a\u7a7a\uff01\u53d8\u66f4\u5df2\u6062\u590d\u3002
-OptionPanel.patternname = \u540D\u79F0
-OptionPanel.patternname.tooltip = \u6A21\u5F0F\u540D\u79F0\u4E0D\u80FD\u91CD\u590D
-OptionPanel.pl = \u6CE2\u5170\u8BED
-OptionPanel.placenewbranches = \u653e\u7f6e\u65b0\u5206\u679d
-OptionPanel.placenewbranches.tooltip = <html>\u6307\u660e\u65b0\u5206\u679d\u7684\u4f4d\u7f6e. \u6709\u6548\u7684\u503c\u4e3a '\u5f00\u59cb' \u548c '\u6700\u540e' </html>
-OptionPanel.plugin.tooltip = \u975e\u6838\u5fc3\u63d2\u4ef6
-OptionPanel.plugins = \u63d2\u4ef6
-OptionPanel.presentation_dimmer_transparency = \u6f14\u793a\u8c03\u5149\u900f\u660e\u5ea6
-OptionPanel.presentation_mode = \u6f14\u793a\u6a21\u5f0f
-OptionPanel.printonwhitebackground = <html>\u6253\u5370\u65F6\u4F7F\u7528\u767D\u8272\u80CC\u666F</html>
-OptionPanel.printonwhitebackground.tooltip = <html>\u6253\u5370\u65F6\u603B\u662F\u4F7F\u7528\u767D\u8272\u80CC\u666F</html>
-OptionPanel.pt_BR = \u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09
-OptionPanel.pt_PT = \u8461\u8404\u7259\u8BED\uFF08\u8461\u8404\u7259\uFF09
-OptionPanel.RECT = \u77e9\u5f62
-OptionPanel.relative = \u76F8\u5BF9
-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\u5bcc\u6587\u672c\u683c\u5f0f(RTF\uff09\u7c98\u8d34
-OptionPanel.remove_notes_without_question = \u4E0D\u63D0\u95EE\u5C31\u79FB\u9664\u6CE8\u89E3\u5417\uFF1F
-OptionPanel.remove_notes_without_question.tooltip = \u5982\u679C\u52FE\u9009\u6B64\u590D\u9009\u6846\uFF0C\u5C5E\u4E8E\u9009\u4E2D\u8282\u70B9\u7684\u6CE8\u89E3\u5C06\u4E0D\u8FDB\u884C\u786E\u8BA4\u5C31\u79FB\u9664\u6389\u3002\u8FD9\u53EF\u80FD\u5BFC\u81F4\u65E0\u610F\u4E2D\u4E22\u5931\u4FE1\u606F.
-OptionPanel.resources_use_default_font_for_notes_too = \u6ce8\u89e3\u4e5f\u4f7f\u7528\u7f3a\u7701\u5b57\u4f53
-OptionPanel.resources_use_margin_top_zero_for_notes = \u53bb\u9664\u6ce8\u89e3\u7684\u4e0a\u8fb9\u754c
-OptionPanel.revision_color = \u4fee\u8ba2\u989c\u8272
-OptionPanel.revision_color.tooltip = \u5df2\u6539\u53d8\u7684\u8282\u70b9\u7684\u80cc\u666f\u989c\u8272
-OptionPanel.ROUND_RECT = \u5706\u89d2\u77e9\u5f62
-OptionPanel.ru = \u4FC4\u8BED
-OptionPanel.save_folding = \u4fdd\u5b58\u6298\u53e0
-OptionPanel.save_folding_if_map_is_changed = \u5982\u679c\u5bfc\u56fe\u5df2\u4fee\u6539
-OptionPanel.save_modification_times = \u4fdd\u5b58\u4fee\u6539\u6b21\u6570
-OptionPanel.script_classpath = Script\u7c7b\u76ee\u5f55
-OptionPanel.script_classpath.tooltip = <html>\u7528\u6765\u52a0\u5165script \u548c\u516c\u5f0f\u7684\u7c7b\u522b\u8def\u5f84\u7684JAR \u548c\u76ee\u5f55\u5217\u8868.<br>\u4f7f\u7528; (Windows) \u6216: (Linux, Mac) \u6765\u5206\u9694.<br>\u76ee\u5f55\u4f1a\u88ab\u626b\u63cf\u627eJAR \u548c.class \u6863. <br>\u8def\u5f84\u5982\u679c\u4e0d\u662f\u7edd\u5bf9\u8def\u5f84, \u5c06\u88ab\u89c6\u4e3a\u76f8\u5bf9\u4e8eFreeplane \u7684\u4f7f\u7528\u8005\u76ee\u5f55.<br>\u5982\u679c\u4f60\u8bbe\u5b9a\u7c7b\u522b\u8def\u5f84\uff0c!</html>\u5982\u679c\u4f60\u8bbe\u5b9a\u7c7b\u522b\u8def\u5f84, \u4f60\u4e5f\u5fc5\u987b\u5141\u8bb8\u8bfb\u53d6!
-OptionPanel.script_directories = \u811a\u672c\u641c\u7d22\u8def\u5f84(\u4f7f\u7528\u5206\u53f7;\u5206\u9694)
-OptionPanel.script_directories.tooltip = <html>\u76ee\u5f55\u5217\u8868.<br>\u4f7f\u7528; (Windows) \u6216: (Linux, Mac) \u6765\u5206\u9694.<br>\u8def\u5f84\u5982\u679c\u4e0d\u662f\u7edd\u5bf9\u8def\u5f84, \u5c06\u88ab\u89c6\u4e3a\u76f8\u5bf9\u4e8eFreeplane \u7684\u7528\u6237\u76ee\u5f55.</html>
-OptionPanel.script_user_key_name_for_signing = \u811A\u672C\u7B7E\u540D\u7528\u7684\u53EF\u9009\u7528\u6237\u5BC6\u94A5\u522B\u540D
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>\u5982\u679C\u60F3\u5BF9\u811A\u672C\u7B7E\u540D\uFF0C\u8BF7\u5728\u6B64\u8F93\u5165\u5BC6\u94A5\u7684\u522B\u540D. <br>\u5BC6\u94A5\u9884\u60F3\u5B58\u5728\u4E8E\u7F3A\u7701\u7684keystore\u4E2D. <br>\u5BC6\u94A5\u7684\u5BC6\u7801\u5FC5\u987B\u4E0Ekeystore\u7684\u5BC6\u7801\u4E00\u81F4(\u7F3A\u7701\u5982\u6B64).</html>
-OptionPanel.scrollbar_increment = \u5feb\u901f
-OptionPanel.scrolling_speed = Automatic map scrolling speed
-OptionPanel.selection_method = \u9009\u53D6\u6A21\u5F0F
-OptionPanel.selection_method.tooltip = <html> \u4EE5\u4E0B\u9009\u9879\u53EF\u4F9B\u9009\u62E9\uFF1A\u5EF6\u8FDF.\u81EA\u52A8.\u5355\u51FB. \u4E0D\u8981\u66F4\u6539\u8FD9\u4E9B. \u4ED6\u4EEC\u5C06\u4FDD\u5B58\u5728 auto.properties.</html>
-OptionPanel.selection_method_by_click = \u5355\u51FB
-OptionPanel.selection_method_delayed = \u5EF6\u8FDF
-OptionPanel.selection_method_direct = \u76F4\u63A5
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = \u6A21\u5F0F
-OptionPanel.separator.anti_alias = \u5E73\u6ED1
-OptionPanel.separator.attributes = \u5C5E\u6027
-OptionPanel.separator.automatic_save = \u81EA\u52A8\u4FDD\u5B58
-OptionPanel.separator.behaviour = \u884C\u4E3A
-OptionPanel.separator.browser = \u6D4F\u89C8\u5668
-OptionPanel.separator.cache = \u7f13\u5b58
-OptionPanel.separator.CloudControls = \u4e91\u6846
-OptionPanel.separator.commands_for_the_program = \u7A0B\u5E8F\u547D\u4EE4
-OptionPanel.separator.connectors = \u8fde\u63a5
-OptionPanel.separator.data_formats = \u6570\u636e\u683c\u5f0f\u5316\u548c\u89e3\u6790
-OptionPanel.separator.default_colors = \u9ED8\u8BA4\u989C\u8272
-OptionPanel.separator.default_fonts = \u9ED8\u8BA4\u5B57\u4F53
-OptionPanel.separator.default_styles = \u9ED8\u8BA4\u98CE\u683C
-OptionPanel.separator.EdgeControls = \u8FDE\u7EBF
-OptionPanel.separator.edit_long_node_window = \u7F16\u8F91\u957F\u8282\u70B9\u7A97\u53E3
-OptionPanel.separator.editing = \u7f16\u8f91\u5668\u8bbe\u7f6e
-OptionPanel.separator.files = \u6587\u4EF6
-OptionPanel.separator.formula = \u516c\u5f0f
-OptionPanel.separator.General = \u5E38\u89C4
-OptionPanel.separator.html_export = Html\u5BFC\u51FA
-OptionPanel.separator.html_import = Html\u5bfc\u5165
-OptionPanel.separator.hyperlink_types = \u8D85\u94FE\u63A5\u7C7B\u578B
-OptionPanel.separator.icon_properties = \u56FE\u6807
-OptionPanel.separator.icons = "\u9009\u62E9\u56FE\u6807..."\u4E2D\u7684\u56FE\u6807
-OptionPanel.separator.initial_map_size = \u601D\u7EF4\u5BFC\u56FE\u521D\u59CB\u5C3A\u5BF8
-OptionPanel.separator.inline_editor = \u5185\u5d4c\u5f0f\u8282\u70b9\u7f16\u8f91\u5668
-OptionPanel.separator.key_typing = \u6309\u952E
-OptionPanel.separator.language = \u8BED\u8A00
-OptionPanel.separator.load = \u52a0\u8f7d
-OptionPanel.separator.look_and_feel = \u5916\u89C2\u611F\u89C9
-OptionPanel.separator.mouse_wheel = \u9F20\u6807\u6EDA\u8F6E
-OptionPanel.separator.new_node_commands = \u65B0\u5EFA\u8282\u70B9\u547D\u4EE4
-OptionPanel.separator.node_editing_commands = \u8282\u70B9\u7F16\u8F91\u547D\u4EE4
-OptionPanel.separator.node_navigation_commands = \u8282\u70B9\u5BFC\u822A\u547D\u4EE4
-OptionPanel.separator.NodeColors = \u8282\u70B9\u989C\u8272
-OptionPanel.separator.NodeFont = \u8282\u70B9\u5B57\u4F53
-OptionPanel.separator.NodeShape = \u8282\u70b9\u5f62\u72b6
-OptionPanel.separator.NodeStyle = \u8282\u70b9\u6837\u5f0f
-OptionPanel.separator.NodeText = \u6838\u5fc3\u6587\u5b57
-OptionPanel.separator.notifications = \u786E\u8BA4
-OptionPanel.separator.org.freeplane.plugin.bugreport = \u81ea\u52a8\u9519\u8bef\u62a5\u544a
-OptionPanel.separator.other_defaults = \u5176\u5B83\u9ED8\u8BA4\u8BBE\u5B9A
-OptionPanel.separator.others = \u5176\u5B83\u5173\u952E\u7684\u8FDE\u63A5
-OptionPanel.separator.outline_view = \u5927\u7eb2\u89c6\u56fe
-OptionPanel.separator.patterns = \u6A21\u5F0F
-OptionPanel.separator.RichTextEditor = \u5bcc\u6587\u672c\u7f16\u8f91\u5668
-OptionPanel.separator.root_node_appearance = \u6839\u8282\u70B9\u5916\u89C2
-OptionPanel.separator.save = \u4FDD\u5B58
-OptionPanel.separator.scripting = Scripting
-OptionPanel.separator.scrollbar = \u6eda\u52a8\u6761
-OptionPanel.separator.search = \u641c\u7d22
-OptionPanel.separator.selection_colors = \u9009\u5B9A\u65F6\u7684\u989C\u8272
-OptionPanel.separator.selection_method = \u9009\u53D6\u6A21\u5F0F
-OptionPanel.separator.single_instance_mode = \u5355\u4e00\u7a0b\u5e8f\u5b9e\u4f8b
-OptionPanel.separator.size_limits = \u5927\u5c0f\u9650\u5236
-OptionPanel.separator.spelling = \u62fc\u5199\u68c0\u67e5\u9009\u9879
-OptionPanel.separator.status = \u72b6\u6001\u884c
-OptionPanel.separator.tooltip = \u5de5\u5177\u63d0\u793a\u65f6\u95f4
-OptionPanel.separator.undo = \u64a4\u9500
-OptionPanel.separator.updates = \u7a0b\u5e8f\u66f4\u65b0
-OptionPanel.set_property_text = \u66F4\u6539
-OptionPanel.set_property_text.tooltip = \u7A7A=\u4E0D\u8981\u78B0; \u51CF\u53F7=\u79FB\u9664\u5C5E\u6027 (\u8BBE\u4E3A\u9ED8\u8BA4\u503C); \u52A0\u53F7=\u53D8\u66F4\u5C5E\u6027
-OptionPanel.setscript = \u6539\u53D8?
-OptionPanel.setscript.tooltip = \u811A\u672C\u80FD\u591F\u5173\u8054\u5230\u6837\u5F0F.
-OptionPanel.sharp_bezier = \u6E10\u7A84\u8D1D\u585E\u5C14\u66F2\u7EBF
-OptionPanel.sharp_linear = \u6E10\u7A84\u76F4\u7EBF
-OptionPanel.show_icon_for_attributes = \u663E\u793A\u5C5E\u6027\u56FE\u6807
-OptionPanel.show_node_tooltips = \u663e\u793a\u8282\u70b9\u7684\u5de5\u5177\u63d0\u793a
-OptionPanel.show_note_icons = \u663e\u793a\u6ce8\u89e3\u56fe\u6807
-OptionPanel.show_styles_in_tooltip = \u5728\u5de5\u5177\u63d0\u793a\u4e2d\u663e\u793a\u8282\u70b9\u6837\u5f0f
-OptionPanel.signed_script_are_trusted = \u4FE1\u4EFB\u5DF2\u7B7E\u540D\u811A\u672C(\u63A8\u8350)
-OptionPanel.signed_script_are_trusted.tooltip = \u5982\u679C\u811A\u672C\u7531\u4E00\u4E2A\u4FE1\u4EFB\u65B9(\u5982\uFF1AFreeplane\u4F5C\u8005\u6216\u4F60\u672C\u4EBA)\u7B7E\u540D\uFF0C\u5B83\u6267\u884C\u8D77\u6765\u5C31\u4E0D\u53D7\u9650\u5236
-OptionPanel.simplyhtml.default_paste_mode = \u9ed8\u8ba4\u7c98\u8d34\u6a21\u5f0f
-OptionPanel.single_backup_directory = \u4f7f\u7528\u5355\u4e00\u76ee\u5f55\u6765\u5907\u4efd\u6587\u4ef6
-OptionPanel.single_backup_directory.tooltip = <html>\u5982\u679c\u5907\u4efd\u6587\u4ef6\u548c\u81ea\u52a8\u4fdd\u5b58\u6587\u4ef6\u8981\u653e\u5728\u5355\u4e00\u76ee\u5f55\u800c\u4e0d\u662f\u5728\u601d\u7ef4\u5bfc\u56fe\u6240\u5728\u76ee\u5f55\u7684\u5b50\u76ee\u5f55</html>
-OptionPanel.single_backup_directory_path = \u5907\u4efd\u76ee\u5f55(\u4e0a\u8ff0\u9009\u9879\u88ab\u9009\u53d6\u65f6)
-OptionPanel.single_backup_directory_path.tooltip = <html>\u8986\u76d6 <freeplaneuserdir></html>
-OptionPanel.single_instance = \u5728\u5f53\u524d\u8fd0\u884c\u7684\u5b9e\u4f8b\u4e2d\u6253\u5f00\u6587\u4ef6
-OptionPanel.single_instance_force = \u53ea\u8fd0\u884c\u4e00\u4e2a\u5b9e\u4f8b
-OptionPanel.single_instance_force.tooltip = \u5373\u662f\u6ca1\u6709\u6587\u4ef6\u88ab\u6253\u5f00\u4e5f\u907f\u514d\u8fd0\u884c\u7b2c\u4e8c\u4e2a\u5b9e\u4f8b
-OptionPanel.sk = \u65af\u6d1b\u4f10\u514b\u8bed
-OptionPanel.sl = \u585E\u62C9\u5229\u6602\u8BED
-OptionPanel.spelling_opt_case_sensitive = \u5927\u5c0f\u5199\u654f\u611f
-OptionPanel.spelling_opt_ignore_all_caps_words = \u5ffd\u7565\u5168\u90e8\u5927\u5199\u7684\u5355\u8bcd\u3002
-OptionPanel.spelling_opt_ignore_capitalization = \u5ffd\u7565\u5355\u8bcd\u7684\u5927\u5199\u9996\u5b57\u6bcd
-OptionPanel.spelling_opt_ignore_words_with_numbers = \u5ffd\u7565\u5e26\u6570\u5b57\u7684\u5355\u8bcd
-OptionPanel.spelling_opt_suggestions_limit_dialog = \u5bf9\u8bdd\u6846\u4e2d\u7684\u6700\u5927\u5efa\u8bae\u4e2a\u6570
-OptionPanel.spelling_opt_suggestions_limit_menu = \u83dc\u5355\u4e2d\u7684\u6700\u5927\u5efa\u8bae\u4e2a\u6570
-OptionPanel.sr = \u0441\u0440\u043f\u0441\u043a\u0438 (\u585e\u5c14\u7ef4\u4e9a\u6587)
-OptionPanel.standard_template = \u6807\u51c6\u6a21\u7248\u6587\u4ef6
-OptionPanel.standardbackgroundcolor = \u6807\u51C6\u80CC\u666F\u989C\u8272
-OptionPanel.standardbackgroundcolor.tooltip = <html>html \u7B26\u53F7\u8868\u793A\u6807\u51C6\u80CC\u666F\u989C\u8272 </html>
-OptionPanel.standardcloudcolor = \u6807\u51C6\u4E91\u6846\u989C\u8272
-OptionPanel.standardcloudcolor.tooltip = <html> html \u7B26\u53F7\u8868\u793A\u6807\u51C6\u4E91\u6846\u989C\u8272 </html>
-OptionPanel.standardcloudestyle = \u6807\u51C6\u4E91\u6846\u98CE\u683C
-OptionPanel.standardcloudestyle.tooltip = <html>\u6807\u51C6\u4E91\u6846\u98CE\u683C. \u5F53\u524D\u53EA\u652F\u6301 'bezier'</html>
-OptionPanel.standarddrawrectangleforselection = \u4E3A\u6240\u9009\u8282\u70B9\u8BBE\u7F6E\u6CE1\u6846
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>\u7ED9\u6240\u9009\u8282\u70B9\u52A0\u4E0A\u6CE1\u6846.</html>
-OptionPanel.standardlinkcolor = \u6807\u51C6\u94FE\u63A5\u989C\u8272
-OptionPanel.standardlinkcolor.tooltip = <html>html \u7B26\u53F7\u8868\u793A\u6807\u51C6\u94FE\u63A5\u989C\u8272</html>
-OptionPanel.standardlinkestyle = \u6807\u51C6\u94FE\u63A5\u98CE\u683C
-OptionPanel.standardlinkestyle.tooltip = <html>\u6807\u51C6\u94FE\u63A5\u98CE\u683C. \u5F53\u524D\u53EA\u652F\u6301 'bezier'</html>
-OptionPanel.standardselectednodecolor = \u6807\u51C6\u8282\u70B9\u9009\u4E2D\u989C\u8272
-OptionPanel.standardselectednodecolor.tooltip = <html>\u8282\u70B9\u9009\u4E2D\u65F6\u7684\u6807\u51C6\u989C\u8272. html \u7B26\u53F7\u8868\u793A (#RRGGBB 16\u8FDB\u5236) </html>
-OptionPanel.standardselectednoderectanglecolor = \u9009\u4E2D\u8282\u70B9\u6CE1\u6846\u989C\u8272
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>\u8BBE\u7F6E\u6240\u9009\u8282\u70B9\u7684\u6CE1\u6846\u989C\u8272. \u91C7\u7528html\u6807\u8BB0 (#RRGGBB 16\u8FDB\u5236)</html>
-OptionPanel.STAR = \u661f\u72b6
-OptionPanel.structured_html_import = \u5c06HTML\u5bfc\u5165\u4e3a\u8282\u70b9\u7ed3\u6784
-OptionPanel.structured_icon_toolbar = \u7ed3\u6784\u5316\u56fe\u6807\u5de5\u5177\u6761
-OptionPanel.summary = \u6458\u8981
-OptionPanel.sv = \u745E\u5178\u8BED
-OptionPanel.text.use_ctrl_key = \u4ece\u5de5\u5177\u83dc\u5355\u4e2d\u4f7f\u7528\u2018\u6307\u5b9a\u5feb\u6377\u65b9\u5f0f\u2019
-OptionPanel.time_for_automatic_save = \u81EA\u52A8\u4FDD\u5B58\u95F4\u9694
-OptionPanel.time_for_automatic_save.tooltip = <html> \u4E24\u6B21\u81EA\u52A8\u4FDD\u5B58\u76F4\u63A5\u7684\u65F6\u95F4 (\u6BEB\u79D2): \u8BBE\u7F6E 2000000000\u65F6\u81EA\u52A8\u4FDD\u5B58\u88AB\u7981\u6B62.</html>
-OptionPanel.time_for_delayed_selection = \u5EF6\u8FDF\u9009\u4E2D\u65F6\u95F4
-OptionPanel.time_for_delayed_selection.tooltip = <html>\u5EF6\u8FDF\u9009\u4E2D\u7684\u9F20\u6807\u505C\u7559\u65F6\u95F4 (\u6BEB\u79D2). \u5982\u679C\u60F3\u76F4\u63A5\u9009\u4E2D\u8BBE\u7F6E\u4E3A1.</html>
-OptionPanel.toolTipManager.dismissDelay = \u6d88\u5931\u5ef6\u65f6\uff0c\u6beb\u79d2
-OptionPanel.toolTipManager.initialDelay = \u521d\u59cb\u5ef6\u65f6\uff0c\u6beb\u79d2
-OptionPanel.toolTipManager.max_tooltip_width = \u5DE5\u5177\u63D0\u793A\u5BBD\u5EA6
-OptionPanel.toolTipManager.max_tooltip_width.tooltip = <html>\u5DE5\u5177\u63D0\u793A\u7684\u9ED8\u8BA4\u5BBD\u5EA6-\u50CF\u7D20.</html>
-OptionPanel.toolTipManager.reshowDelay = \u91cd\u663e\u793a\u5ef6\u65f6\uff0c\u6beb\u79d2
-OptionPanel.tr = \u571F\u8033\u5176\u8BED
-OptionPanel.uk_UA = \u4e4c\u514b\u5170\u8bed
-OptionPanel.undefined_font = \u672A\u5B9A\u4E49\u7684\u5B57\u4F53
-OptionPanel.undo_levels = \u64A4\u9500\u6B21\u6570
-OptionPanel.undo_levels.tooltip = <html>\u51B3\u5B9A\u5B58\u50A8\u201C\u64A4\u9500\u201D\u7684\u6700\u5927\u6B65\u6570.</html>
-OptionPanel.unfold_on_paste = \u7C98\u8D34\u65F6\u5C55\u5F00\u8282\u70B9
-OptionPanel.unfold_on_paste.tooltip = \u7C98\u8D34\u6216\u62D6\u653E\u65F6\u5C55\u5F00\u8282\u70B9
-OptionPanel.use_common_out_point_for_root_node = \u4ECE\u6839\u8282\u70B9\u5F00\u59CB\u8FDE\u7EBF
-OptionPanel.use_common_out_point_for_root_node.tooltip = \u4ECE\u6839\u8282\u70B9\u5F00\u59CB\u8FDE\u7EBF
-OptionPanel.use_tabbed_pane = \u4F7F\u7528\u6807\u7B7E\u9875
-OptionPanel.use_tabbed_pane.tooltip = \u5982\u679C\u9009\u4E2D\uFF0C\u5BFC\u56FE\u5C06\u663E\u793A\u5728\u6807\u7B7E\u9875\u4E2D (\u5C31\u50CF\u5728 FireFox :-) ).
-OptionPanel.user_defined_screen_resolution = \u7528\u6237\u5b9a\u4e49\u5c4f\u5e55\u5206\u8fa8\u7387(dpi)
-OptionPanel.validate_classpath_needs_readaccess = Scripting:\u8bbe\u5b9a\u7c7b\u8def\u5f84\u662f\u5fc5\u987b\u5141\u8bb8\u6587\u4ef6\u8bfb\u53d6
-OptionPanel.validate_invalid_date_format = \u4e0d\u6b63\u786e\u7684\u65e5\u671f\u683c\u5f0f
-OptionPanel.validate_invalid_datetime_format = \u4e0d\u6b63\u786e\u7684\u65e5\u671f-\u65f6\u95f4\u683c\u5f0f
-OptionPanel.validate_invalid_number_format = \u4e0d\u6b63\u786e\u7684\u6570\u5b57\u683c\u5f0f
-OptionPanel.validate_write_without_read = Scripting: \u5c06 Read/File \u52a0\u5230 Write/File.
-OptionPanel.validation_error = <html><body>\u9a8c\u8bc1\u9519\u8bef:<p><em>{0}</em><p>\u8bf7\u4fee\u6539\u9996\u9009\u9879.</body></html>
-OptionPanel.validation_warning = <html><body>\u9a8c\u8bc1\u8b66\u544a:<p><em>{0}</em></body></html>
-OptionPanel.vi = \u8d8a\u5357\u8bed
-OptionPanel.wheel_velocity = \u901F\u5EA6
-OptionPanel.wheel_velocity.tooltip = \u503C\u8D8A\u5927\u8F6C\u52A8\u6EDA\u8F6E\u65F6\u56FE\u6EDA\u52A8\u7684\u8D8A\u5FEB.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = \u7B80\u4F53\u4E2D\u6587
-OptionPanel.zh_TW = \u7E41\u4F53\u4E2D\u6587
-org.freeplane.plugin.bugreport.agree = \u53d1\u9001
-org.freeplane.plugin.bugreport.always_agree = \u603b\u662f\u53d1\u9001
-org.freeplane.plugin.bugreport.always_deny = \u4ece\u4e0d\u53d1\u9001
-org.freeplane.plugin.bugreport.deny = \u4e0d\u53d1\u9001
-org.freeplane.plugin.bugreport.dialog.title = \u81ea\u52a8\u9519\u8bef\u62a5\u544a
-org.freeplane.plugin.bugreport.freeplane_team = Freeplane\u5c0f\u7ec4\u6d88\u606f
-org.freeplane.plugin.bugreport.lastreport = \u63a5\u6536\u5230\u7684\u62a5\u544a
-org.freeplane.plugin.bugreport.never = \u4ece\u4e0d\u8bf7\u6c42\u5e2e\u52a9
-org.freeplane.plugin.bugreport.question = Freeplane\u5177\u6709\u4e00\u4e2a\u81ea\u52a8\u9519\u8bef\u8ddf\u8e2a\u5f15\u64ce\u3002\n\u4f46\u7edd\u4e0d\u53d1\u9001\u4efb\u4f55\u4e2a\u4eba\u6570\u636e\u6216\u5bfc\u56fe\u5185\u5bb9\u3002\n\u9519\u8bef\u62a5\u544a\u5c06\u6709\u52a9\u4e8e\u6211\u4eec\u6539\u8fdb\u8f6f\u4ef6\u3002
-org.freeplane.plugin.bugreport.report = \u5f53\u524d\u62a5\u544a
-org.freeplane.plugin.bugreport.wanted_bug = \u53d1\u751f\u4e86\u4e00\u4e2a\u5185\u90e8\u9519\u8bef\u5e76\u5df2\u81ea\u52a8\u62a5\u544a\u3002\n\u6211\u4eec\u9700\u8981\u66f4\u591a\u7684\u4fe1\u606f\u4ee5\u4fbf\u518d\u73b0\u8be5\u610f\u5916\u72b6\u6001\u3002\n\u8bf7\u5e2e\u5fd9\u5411\u6211\u4eec\u7684Mantis\u7f3a\u9677\u8ddf\u8e2a\u7cfb\u7edf\u63d0\u4ea4\u4e00\u4efd\u9519\u8bef\u62a5\u544a\uff1a\u63cf\u8ff0\u9519\u8bef\u53d1\u751f\u65f6\u60a8\u7684\u64cd\u4f5c\uff0c\u4ee5\u4fbf\u6211\u4eec\u518d\u73b0\u9519\u8bef\u3002\n\n\u6309\u786e\u5b9a\u6309\u94ae\u5728web\u6d4f\u89c8\u5668\u4e2d\u6253\u5f00\u9519\u8bef\u8ddf\u8e2a\u9875\u3002\n\n\u8c22\u8c22\u4f60\u5bf9\u7f3a\u9677\u4fee\u590d\u7684\u5e2e\u52a9\u3002\nFreeplane\u5c0f\u7ec4
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = \u8282\u70b9 {0} \u6ca1\u6709\u5b9a\u4e49
-out_of_memory = \u5185\u5b58\u6ea2\u51fa\u3002
-overwrite_keyset_question = \u8986\u76d6\u73b0\u5b58\u7684\u952e\u96c6\uff1f
-PageAction.text = \u6253\u5370\u8BBE\u7F6E...
-password_is_not_ascii = \u5bc6\u7801\u4e0d\u662fASCII
-PasteAction.text = \u7C98\u8D34
-PasteAttributes.text = \u7c98\u8d34\u5c5e\u6027
-PatternNewNameProperty = \u65B0\u6A21\u5F0F
-PatternToString.backgroundColor = \u80CC\u666F\u989C\u8272
-PatternToString.Child = \u5B50\u8282\u70B9\u6837\u5F0F
-PatternToString.color = \u989C\u8272
-PatternToString.EdgeColor = \u8FDE\u7EBF\u989C\u8272
-PatternToString.EdgeStyle = \u8FDE\u7EBF\u98CE\u683C
-PatternToString.EdgeWidth = \u8FDE\u7EBF\u5BBD\u5EA6
-PatternToString.FontBold = \u7C97\u4F53
-PatternToString.FontItalic = \u659C\u4F53
-PatternToString.FontName = \u5B57\u4F53\u540D\u79F0
-PatternToString.Icon = \u56FE\u6807
-PatternToString.NodeFontSize = \u5B57\u4F53\u5927\u5C0F
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = \u65e5
-PeriodUnit.HOUR = \u5c0f\u65f6
-PeriodUnit.MINUTE = \u5206\u949f
-PeriodUnit.MONTH = \u6708
-PeriodUnit.WEEK = \u5468
-PeriodUnit.YEAR = \u5e74
-plugins/latex/LatexNodeHook.editorTitle = \u7f16\u8f91Latex
-plugins/script_filter = Script \u8fc7\u6ee4\u5668 {0}
-plugins/script_filter_error = {0} had to return a boolean result on {1} but returned {2}
-plugins/ScriptEditor.cancel = \u653E\u5F03\u4FEE\u6539\u9000\u51FA(&D)
-plugins/ScriptEditor.exit = \u4FDD\u5B58\u9000\u51FA(&S)
-plugins/ScriptEditor.FORBIDDEN_ACTION = Freeplane groovy\u811A\u672C\u53D7\u9650. \u4E0B\u9762\u7684 {0,choice,0#File|1#Network|2#Exec} \u64CD\u4F5C\u88AB\u7981\u6B62: {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\u5E8F\u8BBE\u7F6E\u4E2D\u66F4\u6539\u6B64\u9009\u9879.
-plugins/ScriptEditor.menu_actions = \u52A8\u4F5C(&A)
-plugins/ScriptEditor.new_script = \u65B0\u811A\u672C
-plugins/ScriptEditor.run = \u8FD0\u884C(&R)
-plugins/ScriptEditor.sign = \u811A\u672C\u7B7E\u540D...
-plugins/ScriptEditor/window.Result = \u7ED3\u679C:
-plugins/ScriptEditor/window.title = \u811A\u672C\u7F16\u8F91\u5668
-plugins/ScriptingEngine.illegalAccessToInternalAPI = \u975e\u6cd5\u8bbf\u95ee\u5185\u90e8API (package {0}). \u5982\u679cAPI \u4e0d\u7ed9\u529b\u8bf7\u8054\u7edcFreeplane \u56e2\u961f.
-plugins/TimeList.xml_Created = \u521B\u5EFA
-plugins/TimeList.xml_Date = \u65E5\u671F
-plugins/TimeList.xml_Icons = \u56FE\u6807
-plugins/TimeList.xml_Modified = \u4FEE\u6539
-plugins/TimeList.xml_Notes = \u6CE8\u89E3
-plugins/TimeList.xml_Text = \u6587\u672C
-plugins/TimeManagement.xml_appendButton = \u5728\u6240\u9009\u8282\u70B9\u8FFD\u52A0\u65E5\u671F
-plugins/TimeManagement.xml_Cancel = \u53D6\u6D88
-plugins/TimeManagement.xml_cancelButton = \u53D6\u6D88
-plugins/TimeManagement.xml_closeButton = \u5173\u95ED
-plugins/TimeManagement.xml_Export = \u5BFC\u51FA\u9009\u4E2D\u7684\u8282\u70B9
-plugins/TimeManagement.xml_Find = \u67E5\u627E
-plugins/TimeManagement.xml_Goto = \u8F6C\u5230
-plugins/TimeManagement.xml_hour = \u65F6:
-plugins/TimeManagement.xml_menu_actions = \u52A8\u4F5C
-plugins/TimeManagement.xml_minute = \u5206:
-plugins/TimeManagement.xml_reminderButton = \u5230\u671F\u63D0\u9192
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>\u5F53\u7ED9\u5B9A\u65F6\u95F4\u6709\u4E00\u4E2A\u5B9A\u65F6\u5668\u88AB\u8BBE\u7F6E. \u901A\u8FC7\u95EA\u70C1\u56FE\u6807\u63D0\u9192\u4F60.<br> \u5173\u95ED\u56FE\u518D\u6B21\u6253\u5F00\u56FE\u65F6\uFF0C\u5B9A\u65F6\u5668\u5C06\u6FC0\u6D3B.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>\u5F53\u524D, \u6BCF\u4E2A\u8282\u70B9\u53EF\u80FD\u53EA\u652F\u6301\u4E00\u4E2A\u63D0\u9192. <br>\u5F53\u524D\u63D0\u9192\u4EE5 {0,date} {0,time}\u8BBE\u5B9A, \u4F60\u7684\u9009\u62E9\u662F {1,date} {1,time}. <br><br>\u786E\u8BA4\u66F4\u6539\u8282\u70B9\u63D0\u9192\u65F6\u95F4 (YES) <br>\u6216\u8005\u4FDD\u6301\u539F\u6709\u7684 (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = \u9884\u8BBE\u63D0\u9192 {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = \u7a0d\u540e\u63d0\u9192
-plugins/TimeManagement.xml_remindLaterButton_tooltip = \u7a0d\u540e\u63d0\u9192
-plugins/TimeManagement.xml_removeReminderButton = \u5220\u9664\u63D0\u9192
-plugins/TimeManagement.xml_removeReminderButton_tooltip = \u5220\u9664\u6240\u9009\u8282\u70B9\u7684\u6240\u6709\u76F8\u5173\u63D0\u9192.
-plugins/TimeManagement.xml_Replace = \u66FF\u6362
-plugins/TimeManagement.xml_Replace_All = \u5168\u90E8\u66FF\u6362
-plugins/TimeManagement.xml_Replace_Selected = \u66FF\u6362\u9009\u5B9A
-plugins/TimeManagement.xml_Select = \u9009\u62E9
-plugins/TimeManagement.xml_todayButton = \u4ECA\u5929
-plugins/TimeManagement.xml_WindowTitle = \u65F6\u95F4\u7BA1\u7406
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = \u67E5\u627E\u66FF\u6362
-preferences = \u9996\u9009\u9879
-print_preview_title = \u6253\u5370\u9884\u89C8
-PrintAction.text = \u6253\u5370...
-PrintDirectAction.text = \u6253\u5370
-printing_settings = \u6253\u5370\u6BD4\u4F8B
-PrintPreviewAction.text = \u6253\u5370\u9884\u89C8
-PropertyAction.dialog = \u9996\u9009\u9879
-PropertyAction.text = \u9996\u9009\u9879 ...
-QuickFilterAction.text = \u5feb\u901f\u8fc7\u6ee4
-QuickFindAction.BACK.text = \u67e5\u627e\u4e0a\u4e00\u4e2a
-QuickFindAction.FORWARD.text = \u67e5\u627e\u4e0b\u4e00\u4e2a
-QuickFindAllAction.text = \u9009\u53d6\u6240\u6709\u5339\u914d\u8282\u70b9
-QuickHighlightAction.text = \u9ad8\u70b9\u6240\u6709\u5339\u914d\u8282\u70b9
-QuitAction.text = \u9000\u51FA
-read_only = \u53EA\u8BFB
-ReadScriptError.text = \u8bfb\u53d6\u811a\u672c\u9519\u8bef\n\u8be6\u60c5\u8bf7\u67e5\u770blog\u6587\u4ef6
-really_convert_to_current_version = <html>\u8BE5\u5BFC\u56FE\u662F\u7528\u65E7\u7248\u672C\u7684 Freeplane\u521B\u5EFA\u7684. <br>\u8F6C\u6362\u5B83 (\u5EFA\u8BAE)? <br>(\u5426\u5219\u4F5C\u4E3A\u672A\u786E\u8BA4\u5904\u7406.) </html>
-really_cut_node = \u771F\u7684\u526A\u5207\u8282\u70B9?
-really_execute_script = \u4F60\u771F\u7684\u60F3\u6267\u884C\u8BE5\u5BFC\u56FE\u4E2D\u5305\u542B\u7684\u811A\u672C? \u8FD9\u4E9B\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u7535\u8111.
-really_remove_node = \u771F\u7684\u8981\u5220\u9664\u8282\u70B9?
-really_remove_notes = \u771F\u7684\u8981\u79FB\u9664\u6CE8\u89E3\u5417\uFF1F
-ReapplyFilterAction.text = \u91cd\u65b0\u5e94\u7528
-red = \u7ea2\u8272
-RedefineStyleAction.text = \u91cd\u5b9a\u4e49\u6837\u5f0f
-RedoAction.text = \u91CD\u505A
-RedoFilterAction.text = \u91CD\u505A
-regular_expressions = \u6b63\u5219\u8868\u8fbe\u5f0f
-ReminderHookAction.text = \u5220\u9664\u63D0\u9192
-ReminderHookAction.tooltip = \u5220\u9664\u8282\u70B9\u76F8\u5173\u63D0\u9192.
-remove_file_from_list_on_error = \u65e0\u6cd5\u6253\u5f00\u6587\u4ef6{0}\u3002\u662f\u5426\u4ece\u6700\u8fd1\u7684\u6587\u4ef6\u5217\u8868\u4e2d\u79fb\u9664\uff1f
-remove_shortcut_question = \u66ff\u6362\u6309\u952e\uff1f
-remove_shortcut_title = \u79fb\u9664\u5feb\u6377\u952e
-RemoveAllIconsAction.text = \u5220\u9664\u6240\u6709\u56FE\u6807
-RemoveConnectorAction.text = \u5220\u9664\u8fde\u63a5
-RemoveEncryption.text = \u79fb\u9664\u5bc6\u7801
-RemoveFormatAction.text = \u79fb\u9664\u683c\u5f0f
-RemoveIcon_0_Action.text = \u5220\u9664\u7b2c\u4e00\u4e2a\u56fe\u6807
-RemoveIconAction.text = \u5220\u9664\u6700\u540E\u4E00\u4E2A\u56FE\u6807
-RemoveNoteAction.text = \u79fb\u9664\u6ce8\u89e3
-RemoveNoteAction.tooltip = <html>\u79fb\u9664\u53ef\u80fd\u662f\u591a\u4e2a\u6ce8\u89e3\u7684\u5185\u5bb9.</html>
-rename = \u91CD\u547D\u540D
-repair_link = \u4FEE\u590D\u94FE\u63A5
-repair_link_question = \u4E0D\u80FD\u52A0\u8F7D\u94FE\u63A5\u56FE\u3002\u624B\u52A8\u4FEE\u590D\u94FE\u63A5\uFF1F
-replace = \u66FF\u6362
-replace_shortcut_question = \u8fd9\u4e2a\u5feb\u6377\u952e\u5df2\u7ecf\u6307\u5b9a\u7ed9\n {0}.\n\u662f\u5426\u66ff\u6362?
-replace_shortcut_title = \u66ff\u6362\u5feb\u6377\u952e\uff1f
-ReportBugAction.text = \u62a5\u544a\u9519\u8bef
-RequestFeatureAction.text = \u8bf7\u6c42\u589e\u52a0\u4e00\u4e2a\u529f\u80fd
-reset_to_default = \u4f7f\u7528\u7f3a\u7701
-ResetNodeLocationAction.text = \u91CD\u8BBE\u8282\u70B9\u4F4D\u7F6E
-ResetStyleAction.text = \u91cd\u7f6e\u8282\u70b9\u6837\u5f0f
-RevertAction.text = \u8fd8\u539f\u81f3\u4e0a\u6b21\u4fdd\u5b58\u72b6\u6001
-RevisionPluginAction.text = \u6539\u53d8\u4fee\u8ba2\u90e8\u5206\u7684\u80cc\u666f\u989c\u8272(&R)
-save_failed = \u56FE {0} \u5B58\u50A8\u5931\u8D25.
-save_unsaved = \u4FDD\u5B58\u4EE5\u4E0B\u601D\u7EF4\u5BFC\u56FE? :
-save_unsaved_styles = \u4fdd\u5b58\u6837\u5f0f\uff1f
-SaveAcceleratorPresetsAction.text = \u4fdd\u5b58\u70ed\u952e\u96c6
-SaveAction.text = \u4FDD\u5B58
-SaveAll.text = \u4FDD\u5B58\u6240\u6709(&A)
-SaveAll.tooltip = \u4FDD\u5B58\u6240\u6709\u6253\u5F00\u7684\u5BFC\u56FE.
-SaveAsAction.text = \u53E6\u5B58\u4E3A...
-saved = \u4FDD\u5B58\u5B8C\u6BD5
-saving_canceled = \u5df2\u53d6\u6d88\u4fdd\u5b58
-scanners_not_loaded = \u626b\u63cf\u5668\u65e0\u6cd5\u8f7d\u5165\uff0c\u6587\u4ef6\u5df2\u635f\u6bc1
-scheme_evaluate = \u8BC4\u4F30!
-script_execution_disabled = \u811a\u672c\u88ab\u7981\u7528\uff0c\u8bf7\u67e5\u770b \u5de5\u5177/\u9996\u9009\u9879/\u63d2\u4ef6
-ScriptEditor.text = \u811A\u672C\u7F16\u8F91\u5668...
-ScriptEditor.tooltip = \u5141\u8BB8\u5728Freeplane\u4E2D\u7F16\u5199\u8F83\u957F\u811A\u672C.
-ScriptEditorPanel.changed_cancel = \u811A\u672C\u5DF2\u4FEE\u6539. \u4F60\u771F\u7684\u60F3\u653E\u5F03\u8FD9\u4E9B\u4FEE\u6539\u5417?
-scripting_api_generator_legend = Legend
-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 = \u9009\u62E9\u201C\u6536\u85CF\u5939\u201D\u6240\u5728\u7684\u76EE\u5F55
-select_file_export_to = \u9009\u62e9\u8981\u5bfc\u51fa\u5230\u7684\u6587\u4ef6
-select_folder_for_importing = \u9009\u62E9\u5BFC\u5165\u7684\u76EE\u5F55
-select_icon = \u9009\u62e9\u56fe\u6807
-select_menu_item_dialog = \u9009\u62e9\u83dc\u5355\u9879
-select_menu_item_root_node = \u83dc\u5355
-SelectAllAction.text = \u9009\u62E9\u6240\u6709\u53EF\u89C1\u9879
-SelectBranchAction.text = \u9009\u62e9\u53ef\u89c1\u5206\u679d
-SelectedPasteAction.text = \u7c98\u8d34\u4e3a...
-selection_method_by_click = \u5355\u51FB\u65F6\u9009\u5B9A
-selection_method_delayed = \u5EF6\u8FDF\u81EA\u52A8\u9009\u5B9A\u6A21\u5F0F\uFF08\u6307\u5411\u5E76\u5EF6\u8FDF\u4E00\u6BB5\u540E\u9009\u5B9A\uFF09
-selection_method_direct = \u6307\u5411\u65F6\u9009\u5B9A
-SelectNoteAction.text = \u6CE8\u89E3\u7F16\u8F91\u5207\u6362
-SelectNoteAction.tooltip = \u5207\u6362\u6ce8\u89e3\u7a97\u53e3\u4e0e\u5bfc\u56fe\u7a97\u53e3\u7126\u70b9
-set_accelerator_on_next_click_action = \u70b9\u51fb\u4efb\u610f\u83dc\u5355\u9879\u4ee5\u6307\u5b9a\u4e00\u4e2a\u65b0\u5feb\u6377\u65b9\u5f0f
-SetAcceleratorOnNextClickAction.text = \u6307\u5b9a\u5feb\u6377\u65b9\u5f0f
-SetImageByFileChooserAction.text = \u52a0\u5165\u56fe\u50cf(\u6587\u4ef6\u6216\u94fe\u63a5)...
-SetLinkAnchorAction.text = \u8bbe\u5b9a\u8282\u70b9\u8df3\u8f6c(anchor)
-SetLinkByFileChooserAction.text = \u52A0\u5165\u8D85\u94FE\u63A5(\u6587\u4EF6)...
-SetLinkByTextFieldAction.text = \u52a0\u5165\u8d85\u94fe\u63a5(\u6587\u5b57)...
-SetNodeLink.text = \u8bbe\u5b9a\u59d0\u5f1f\u554a\u94fe\u63a5...
-SetNoteWindowPosition.bottom.text = \u5e95\u90e8
-SetNoteWindowPosition.left.text = \u5de6\u8fb9
-SetNoteWindowPosition.right.text = \u53f3\u8fb9
-SetNoteWindowPosition.top.text = \u9876\u90e8
-SetShortenerStateAction.text = \u6700\u5c0f\u5316\u8282\u70b9
-sf_login_required = \u9700\u8981\u767b\u5f55Source Forge\u3002\u7ee7\u7eed\u5417\uff1f
-ShowAllAttributesAction.text = \u663E\u793A\u6240\u6709\u5C5E\u6027
-ShowAncestorsAction.text = \u663E\u793A\u4E0A\u4EE3
-ShowAttributeDialogAction.text = \u5C5E\u6027\u7BA1\u7406\u5668...
-ShowDescendantsAction.text = \u663E\u793A\u540E\u4EE3
-ShowFilterToolbarAction.text = \u8fc7\u6ee4\u5668\u5de5\u5177\u6761
-ShowFormatPanel.text = \u5c5e\u6027\u9762\u677f
-ShowFormatPanel.tooltip = \u5448\u73b0\u4e00\u4e2a\u5bf9\u8bdd\u6846, \u5176\u4e2d\u8282\u70b9\u548c\u5206\u652f\u7ebf\u7684\u5c5e\u6027\u53ef\u4ee5\u540c\u65f6\u4fee\u6539.
-ShowHideNoteAction.text = \u6CE8\u89E3\u7A97\u53E3
-ShowHideNoteAction.tooltip = \u8ba9\u6ce8\u89e3\u7a97\u53e3\u51fa\u73b0\u6216\u6d88\u5931.
-ShowNextChildAction.text = \u663e\u793a\u4e0b\u4e00\u4e2a\u513f\u5b50
-ShowNotesInMapAction.text = \u5728\u601d\u7ef4\u5bfc\u56fe\u4e0a\u663e\u793a\u6ce8\u89e3
-ShowSelectedAttributesAction.text = \u663E\u793A\u9009\u62E9\u7684\u5C5E\u6027
-ShowSelectionAsRectangleAction.text = \u77E9\u5F62\u9009\u62E9
-simplyhtml.aboutFrameTitle = \u5173\u4E8E\u672C\u7A0B\u5E8F
-simplyhtml.aboutLabel = \u5173\u4E8E SimplyHTML...
-simplyhtml.alignCenter = \u4E2D
-simplyhtml.alignLabel = \u5BF9\u9F50:
-simplyhtml.alignLeft = \u5DE6
-simplyhtml.alignRight = \u53F3
-simplyhtml.allCellsRangeLabel = \u6240\u6709\u5355\u5143\u683C
-simplyhtml.allOccurrencesReplaced = \u5DF2\u5168\u90E8\u66FF\u6362
-simplyhtml.appendTableColLabel = \u9644\u52A0\u5217
-simplyhtml.appendTableRowLabel = \u9644\u52A0\u884C
-simplyhtml.applyCellAttrLabel = \u5E94\u7528\u4E8E
-simplyhtml.backgroundLabel = \u80CC\u666F:
-simplyhtml.boldItalicName = \u7C97\u659C\u4F53
-simplyhtml.boldName = \u7C97\u4F53
-simplyhtml.borderColorLabel = \u989C\u8272:
-simplyhtml.borderWidthLabel = \u5BBD\u5EA6
-simplyhtml.bottomLabel = \u5E95\u90E8:
-simplyhtml.cancelBtnName = \u53D6\u6D88
-simplyhtml.cellBorderTabLabel = \u8FB9\u6846
-simplyhtml.cellGenTabLabel = \u5E38\u89C4
-simplyhtml.cellMarginTabLabel = \u8FB9\u8DDD
-simplyhtml.cellPanelTitle = \u5355\u5143\u683C\u683C\u5F0F
-simplyhtml.clearFormatLabel = \u53BB\u9664\u683C\u5F0F
-simplyhtml.clearFormatTip = \u53BB\u9664\u683C\u5F0F
-simplyhtml.close = \u5173\u95ED
-simplyhtml.closeBtnName = \u5173\u95ED
-simplyhtml.colorLabel = \u989C\u8272
-simplyhtml.copyLabel = \u590D\u5236
-simplyhtml.copyTip = \u590D\u5236
-simplyhtml.cTagNameHead1 = \u6807\u9898 1
-simplyhtml.cTagNameHead2 = \u6807\u9898 2
-simplyhtml.cTagNameHead3 = \u6807\u9898 3
-simplyhtml.cTagNameHead4 = \u6807\u9898 4
-simplyhtml.cTagNameHead5 = \u6807\u9898 5
-simplyhtml.cTagNameHead6 = \u6807\u9898 6
-simplyhtml.cTagNameLink = \u94FE\u63A5
-simplyhtml.cTagNameOL = \u6709\u5E8F\u5217\u8868
-simplyhtml.cTagNamePara = \u6BB5\u843D
-simplyhtml.cTagNameUL = \u65E0\u5E8F\u5217\u8868
-simplyhtml.cutLabel = \u526A\u5207
-simplyhtml.cutTip = \u526A\u5207
-simplyhtml.defaultDocName = \u65E0\u6807\u9898
-simplyhtml.deleteTableColLabel = \u5220\u9664\u5217
-simplyhtml.deleteTableRowLabel = \u5220\u9664\u884C
-simplyhtml.docTitleQuery = \u8BBE\u7F6E\u6807\u9898\u7ED9:
-simplyhtml.docTitleTitle = \u7F16\u8F91\u6587\u6863\u6807\u9898
-simplyhtml.editLabel = \u7F16\u8F91
-simplyhtml.effectLabel = \u6548\u679C
-simplyhtml.familyLabel = \u5B57\u4F53
-simplyhtml.findNext = \u67E5\u627E\u4E0B\u4E00\u4E2A...
-simplyhtml.findReplaceDialogTitle = \u67E5\u627E\u66FF\u6362
-simplyhtml.findReplaceLabel = \u67E5\u627E\u66FF\u6362
-simplyhtml.findReplaceTip = \u67E5\u627E\u66FF\u6362
-simplyhtml.fontBoldLabel = \u7C97\u4F53
-simplyhtml.fontBoldTip = \u5207\u6362\u7C97\u4F53 \u5F00/\u5173
-simplyhtml.fontColorLabel = \u6587\u672c\u989c\u8272
-simplyhtml.fontColorTip = \u6587\u672c\u989c\u8272
-simplyhtml.fontDialogTitle = \u5B57\u4F53\u683C\u5F0F
-simplyhtml.fontItalicLabel = \u659C\u4F53
-simplyhtml.fontItalicTip = \u5207\u6362\u659C\u4F53 \u5F00/\u5173
-simplyhtml.fontLabel = \u5B57\u4F53...
-simplyhtml.fontTabLabel = \u5B57\u4F53
-simplyhtml.fontTip = \u5B57\u4F53\u683C\u5F0F...
-simplyhtml.fontUnderlineLabel = \u4E0B\u5212\u7EBF
-simplyhtml.fontUnderlineTip = \u5207\u6362\u4E0B\u5212\u7EBF \u5F00/\u5173
-simplyhtml.foregroundLabel = \u524D\u666F:
-simplyhtml.formatLabel = \u683C\u5F0F
-simplyhtml.formatListLabel = \u5217\u8868...
-simplyhtml.formatListTip = \u6539\u53D8\u5217\u8868\u683C\u5F0F
-simplyhtml.formatParaLabel = \u6BB5\u843D...
-simplyhtml.formatParaTip = \u6539\u53D8\u6BB5\u843D\u683C\u5F0F
-simplyhtml.formatTableLabel = \u8868\u683C...
-simplyhtml.formatTableTip = \u8868\u683C\u683C\u5F0F
-simplyhtml.helpLabel = \u5E2E\u52A9
-simplyhtml.htmlTabTitle = HTML\u4EE3\u7801\u89C6\u56FE
-simplyhtml.imageFileDesc = \u56FE\u50CF\u6587\u4EF6
-simplyhtml.insertTableColLabel = \u63D2\u5165\u5217
-simplyhtml.insertTableLabel = \u8868\u683C...
-simplyhtml.insertTableMsg = \u591A\u5C11\u5217?
-simplyhtml.insertTableRowLabel = \u63D2\u5165\u884C
-simplyhtml.insertTableTitle = \u63D2\u5165\u8868\u683C
-simplyhtml.italicName = \u659C\u4F53
-simplyhtml.layoutTabTitle = \u5E03\u5C40\u89C6\u56FE
-simplyhtml.leftLabel = \u5DE6:
-simplyhtml.listDialogTitle = \u5217\u8868\u683C\u5F0F
-simplyhtml.listIndentTitle = \u7F29\u8FDB:
-simplyhtml.listPosInside = \u5185\u90E8
-simplyhtml.listPositionLabel = \u4F4D\u7F6E:
-simplyhtml.listPosOutside = \u5916\u90E8
-simplyhtml.listTypeCircle = \u5706\u70B9\u9879\u76EE\u7B26\u53F7
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = \u6587\u4EF6\u7B26\u9879\u76EE\u7B26\u53F7
-simplyhtml.listTypeLabel = \u7C7B\u578B:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \u65E0
-simplyhtml.listTypeSquare = \u65B9\u5757\u9879\u76EE\u7B26\u53F7
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = \u9875\u8FB9\u8DDD(\u5916)
-simplyhtml.matchApproximately = \u8fd1\u4f3c\u5339\u914d
-simplyhtml.matchApproximately.tooltip = <html>\u662f\u5426\u5141\u8bb8\u8fd1\u4f3c\u5339\u914d,<br/>i.e. searching for 'files' will find 'flies'.</html>
-simplyhtml.matchCase = \u533A\u5206\u5927\u5C0F\u5199
-simplyhtml.matchCase.tooltip = \u67e5\u627e\u65f6\u662f\u5426\u533a\u5206\u5927\u5c0f\u5199
-simplyhtml.newStyleDefaultName = \u65B0\u6837\u5F0F
-simplyhtml.nextTableCellLabel = \u4E0B\u4E00\u4E2A\u5355\u5143\u683C
-simplyhtml.noLineLabel = \u65E0
-simplyhtml.noMoreOccurrencesFound = \u672A\u627E\u5230\u641C\u7D22\u9879
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = \u9875\u8FB9\u8DDD(\u5185)
-simplyhtml.paraAlignCenterLabel = \u5C45\u4E2D
-simplyhtml.paraAlignCenterTip = \u8BBE\u7F6E\u6BB5\u843D\u5C45\u4E2D\u5BF9\u9F50
-simplyhtml.paraAlignLeftLabel = \u5DE6\u5BF9\u9F50
-simplyhtml.paraAlignLeftTip = \u8BBE\u7F6E\u6BB5\u843D\u5DE6\u5BF9\u9F50
-simplyhtml.paraAlignRightLabel = \u53F3\u5BF9\u9F50
-simplyhtml.paraAlignRightTip = \u8BBE\u7F6E\u6BB5\u843D\u53F3\u5BF9\u9F50
-simplyhtml.paraStyleDialogTitle = \u6BB5\u843D\u6837\u5F0F
-simplyhtml.paraTabLabel = \u6BB5\u843D
-simplyhtml.pasteHTMLLabel = \u7c98\u8d34HTML
-simplyhtml.pasteLabel = \u7C98\u8D34
-simplyhtml.pastePlainTextLabel = \u7c98\u8d34\u4e3a\u7eaf\u6587\u672c
-simplyhtml.pasteTip = \u7C98\u8D34
-simplyhtml.plainName = \u65E0\u683C\u5F0F
-simplyhtml.previewLabel = \u9884\u89C8
-simplyhtml.previewText = \u9884\u89C8\u6587\u672C
-simplyhtml.prevTableCellLabel = \u4E0A\u4E00\u4E2A\u5355\u5143\u683C
-simplyhtml.printLabel = \u6253\u5370...
-simplyhtml.redoLabel = \u91CD\u505A
-simplyhtml.redoTip = \u91CD\u505A
-simplyhtml.replace = \u66FF\u6362...
-simplyhtml.replaceAll = \u5168\u9009
-simplyhtml.replaceDone = \u5B8C\u6210
-simplyhtml.replaceNo = \u5426
-simplyhtml.replaceThisQuery = \u66FF\u6362\u6B64
-simplyhtml.replaceWith = \u66FF\u6362\u4E3A:
-simplyhtml.replaceYes = \u662F
-simplyhtml.rightLabel = \u53F3:
-simplyhtml.searchDown = \u5411\u4E0B\u67E5\u627E
-simplyhtml.searchDown.tooltip = \u4ece\u6700\u4e0a\u4e00\u884c\u5f00\u59cb\u67e5\u627e
-simplyhtml.searchFromStart = \u4ECE\u5F00\u59CB\u67E5\u627E
-simplyhtml.searchFromStart.tooltip = \u4ece\u6700\u4e0a\u4e00\u884c\u5f00\u59cb\u67e5\u627e\uff0c\u800c\u4e0d\u662f\u4ece\u5149\u6807\u6240\u5728\u4f4d\u7f6e
-simplyhtml.searchUp = \u5411\u4E0A\u67E5\u627E
-simplyhtml.searchUp.tooltip = \u4ece\u6700\u672b\u4e00\u884c\u5f80\u4e0a\u67e5\u627e
-simplyhtml.selectAllLabel = \u5168\u9009
-simplyhtml.sizeLabel = \u5B57\u53F7
-simplyhtml.standardStyleName = \u6807\u51C6
-simplyhtml.strikeLabel = \u52A0\u5220\u9664\u7EBF
-simplyhtml.styleLabel = \u6837\u5F0F
-simplyhtml.styleNameInputText = \u65B0\u6837\u5F0F\u7684\u540D\u79F0?
-simplyhtml.styleNameInputTitle = \u4FDD\u5B58\u6837\u5F0F
-simplyhtml.tableBgColLabel = \u80CC\u666F\u989C\u8272:
-simplyhtml.tableDialogTitle = \u683C\u5F0F\u8868
-simplyhtml.tableLabel = \u8868\u683C
-simplyhtml.tablePanelTitle = \u8868\u683C\u5F0F
-simplyhtml.tableWidthLabel = \u5BBD\u5EA6:
-simplyhtml.textIndentLabel = \u7F29\u8FDB:
-simplyhtml.textToFind = \u67E5\u627E\u7684\u6587\u672C:
-simplyhtml.thisCellRangeLabel = \u6B64\u5355\u5143\u683C
-simplyhtml.thisColRangeLabel = \u6B64\u5217
-simplyhtml.thisRowRangeLabel = \u6B64\u884C
-simplyhtml.toggleBulletsLabel = \u6807\u53F7\u7684\u5217\u8868 \u5F00/\u5173
-simplyhtml.toggleBulletsTip = \u6807\u53F7\u7684\u5217\u8868 \u5F00/\u5173
-simplyhtml.toggleNumbersLabel = \u7F16\u53F7\u7684\u5217\u8868 \u5F00/\u5173
-simplyhtml.toggleNumbersTip = \u7F16\u53F7\u7684\u5217\u8868 \u5F00/\u5173
-simplyhtml.topLabel = \u9876\u90E8:
-simplyhtml.uLineLabel = \u4E0B\u5212\u7EBF
-simplyhtml.unableToOpenFileError = \u6253\u4E0D\u5F00\u6587\u4EF6
-simplyhtml.unableToRedoError = \u4E0D\u80FD\u91CD\u505A:
-simplyhtml.unableToUndoError = \u4E0D\u80FD\u64A4\u9500:
-simplyhtml.undoLabel = \u64a4\u9500
-simplyhtml.undoTip = \u64A4\u9500
-simplyhtml.valignBaseline = \u57FA\u7EBF
-simplyhtml.valignBottom = \u5E95\u90E8
-simplyhtml.valignLabel = \u5782\u76F4\u5BF9\u9F50:
-simplyhtml.valignMiddle = \u4E2D\u95F4
-simplyhtml.valignTop = \u9876\u90E8
-simplyhtml.wholeWordsOnly = \u5168\u5B57\u5339\u914D
-simplyhtml.wholeWordsOnly.tooltip = \u4e25\u683c\u5339\u914d\u5168\u5b57
-SortNodes.text = \u6392\u5E8F\u5B50\u8282\u70B9
-SortNodes.tooltip = \u6309\u5B57\u6BCD\u987A\u5E8F\u6392\u5E8F\u6240\u6709\u5B50\u8282\u70B9.
-split = \u62c6\u5206
-SplitConditionAction.text = \u62c6\u5206
-SplitNode.text = \u62c6\u5206\u8282\u70b9(&S)
-SplitNode.tooltip = <html>\u8282\u70b9\u62c6\u5206</html>
-STANDARD_FORMAT = \u6807\u51c6
-stop_processing = \u505c\u6b62
-StringFlavorHandler = \u7eaf\u6587\u672c\u4f5c\u4e3a\u8282\u70b9\u5c42\u6b21\u7ed3\u6784
-StructuredHtmlFlavorHandler = HTML\u4f5c\u4e3a\u8282\u70b9\u5c42\u6b21\u7ed3\u6784
-style = \u6837\u5F0F
-style_already_exists = \u6837\u5f0f\u5df2\u7ecf\u5b58\u5728
-styledialog.cancel.text = \u53d6\u6d88
-styledialog.ok.text = \u786e\u5b9a
-styles = \u6837\u5f0f
-styles.AutomaticLayout = \u5e94\u7528\u5c42\u6b21\u6837\u5f0f
-styles.connection = \u8fde\u63a5\u70b9
-styles.date = \u65e5\u671f
-styles.definition = \u5b9a\u4e49
-styles.description = \u63cf\u8ff0
-styles.floating_node = \u6d6e\u52a8\u8282\u70b9
-styles.idea = \u60f3\u6cd5
-styles.important = \u91cd\u8981
-styles.key = \u94a5\u5319
-styles.list = \u5217\u8868
-styles.needs_action = \u9700\u8981\u884c\u52a8
-styles.note = \u6ce8\u89e3
-styles.ok = OK
-styles.pending = \u7b49\u5f85
-styles.predefined = \u9884\u5b9a\u4e49\u6837\u5f0f
-styles.question = \u95ee\u9898
-styles.quotation = \u5f15\u8ff0
-styles.root_node = \u6837\u5f0f
-styles.subsubtopic = \u6b21\u5b50\u6807\u9898
-styles.subtopic = \u5b50\u6807\u9898
-styles.topic = \u6807\u9898
-styles.user-defined = \u7528\u6237\u81ea\u5b9a\u4e49\u6837\u5f0f
-styles.website = \u7f51\u7ad9
-styles_menu = \u53ef\u7528\u7684\u6837\u5f0f
-submenu_keystroke_in_use_error = \u5b50\u83dc\u5355{1}\u4e0d\u80fd\u4f7f\u7528\u6309\u952e{0}\u3002\u6309\u952e\u5df2\u5220\u9664\u3002
-summary_nodes = \u603b\u7ed3\u8282\u70b9
-summary_not_possible = \u65e0\u6cd5\u5bf9\u76ee\u524d\u9009\u53d6\u7684\u5efa\u7acb\u603b\u7ed3\u8282\u70b9
-SummaryNodeAction.text = \u8bbe\u5b9a/\u53d6\u6d88 \u603b\u7ed3\u8282\u70b9
-svg = SVG
-template_dir = \u6807\u51c6\u6a21\u7248
-TimeListAction.text = \u663E\u793A\u65E5\u7A0B\u5B89\u6392 ...
-TimeListAction.tooltip = \u663E\u793A\u6240\u6709\u65E5\u7A0B\u53CA\u76F8\u5E94\u8282\u70B9.
-TimeManagementAction.text = \u663E\u793A\u65E5\u5386...
-TimeManagementAction.tooltip = <html>\u663E\u793A\u65E5\u5386\u6A21\u5757 by Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = \u5C55\u5F00/\u6298\u53E0\u5B50\u8282\u70B9
-ToggleDetailsAction.text = \u9690\u85cf\u8282\u70b9\u7ec6\u8282
-ToggleFBarAction.text = F-Bar
-ToggleFoldedAction.text = \u5C55\u5F00/\u6298\u53E0\u8282\u70B9
-ToggleFullScreenAction.text = \u5168\u5c4f\u6a21\u5f0f
-ToggleLeftToolbarAction.text = \u5DE6\u4FA7\u5DE5\u5177\u680F
-ToggleMenubarAction.text = \u83DC\u5355\u680F
-ToggleStatusAction.text = \u663e\u793a\u72b6\u6001\u5217
-ToggleToolbarAction.text = \u5DE5\u5177\u680F
-undefined_error = \u53d1\u751f\u4e86\u4e00\u4e2a\u610f\u5916\u9519\u8bef\u3002\u8bf7\u8bd5\u7740\u63d0\u4ea4\u4e00\u4e2a\u9519\u8bef\u62a5\u544a\u3002
-underline = \u4E0B\u5212\u7EBF
-UnderlineAction.text = \u4e0b\u5212\u7ebf
-underlined = \u52a0\u4e0a\u4e0b\u5212\u7ebf
-UndoAction.text = \u64a4\u9500
-UndoFilterAction.text = \u64a4\u9500
-unfold = \u5C55\u5F00
-UnfoldAllAction.text = \u5c55\u5f00\u6240\u6709
-UnfoldAllAction.tooltip = <html>\u5c55\u5f00\u9009\u5b9a\u7684\u8282\u70b9\u53ca\u5176\u6240\u6709\u5b50\u8282\u70b9\u3002</html>
-UnfoldOneLevelAction.text = \u5c55\u5f00\u4e00\u7ea7
-UnfoldOneLevelAction.tooltip = <html>\u53ea\u5c55\u5f00\u9009\u5b9a\u7684\u4e00\u7ea7\u8282\u70b9\u3002</html>
-up = \u5411\u4e0a
-update_failed = \u66f4\u65b0\u5931\u8d25\u4fe1\u606f\uff1a{0}
-UpdateCheckAction.text = \u68c0\u67e5\u66f4\u65b0
-updatecheckdialog = \u68c0\u67e5\u66f4\u65b0\u5bf9\u8bdd\u6846
-url_error = URL \u683C\u5F0F\u9519\u8BEF!
-url_open_error = \u65e0\u6cd5\u6253\u5f00URL{0}\u3002
-used_in_menu = \u6b64\u5feb\u6377\u65b9\u5f0f\u4e0d\u80fd\u8bbe\u5b9a\uff0c\u56e0\u4e3a\u5df2\u7ecf\u7528\u4f5c\u83dc\u5355\u5feb\u6377\u65b9\u5f0f\u3002
-UsePlainTextAction.text = \u4F7F\u7528\u7EAF\u6587\u672C
-user_config_folder = \u7528\u6237\u914d\u7f6e\u6587\u4ef6\u5939\uff1a{0}
-user_defined_scale = \u7528\u6237\u5b9a\u4e49\u6bd4\u4f8b
-user_defined_zoom = \u7528\u6237\u5B9A\u4E49.
-user_defined_zoom_status_bar = \u7F29\u653E\u4E3A\u7528\u6237\u5B9A\u4E49\u7684 {0}%.
-user_icon = \u7528\u6237\u56fe\u6807"{0}"
-user_template_dir = \u7528\u6237\u6a21\u7248
-user_zoom = \u6253\u5370\u7F29\u653E\u7CFB\u6570 (0.0 - 2.0):
-value_format = \u53d8\u91cf\u683c\u5f0f
-version_up_to_date = \u4f60\u5f53\u524d\u4f7f\u7528\u7684\u662f\u6700\u65b0\u7248\u672c\u7a0b\u5e8f
-ViewerControllerAction.text = \u5916\u90e8\u5bf9\u8c61...
-ViewLayoutTypeAction.OUTLINE.text = \u5927\u7eb2\u89c6\u56fe
-WebDocuAction.text = Web \u6587\u6863
-width = \u5BBD\u5EA6
-wrong_regexp = \u9519\u8bef\u7684\u6b63\u5219\u8868\u8fbe\u5f0f"{0}"\uff0c\u9519\u8bef\uff1a{1}
-xslt_export.html = HTML \u6587\u6863
-xslt_export.latex = LateX \u6587\u6863
-xslt_export.latexbook = LateX \u4e66
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 \u548c\u4e4b\u540e\u7248\u672c) XML \u683c\u5f0f
-xslt_export.ms_project = MS Project (2003 \u548c\u4e4b\u540e\u7248\u672c) XML \u683c\u5f0f
-xslt_export.ms_word = Word (2003 \u548c\u4e4b\u540e\u7248\u672c) XML \u683c\u5f0f
-xslt_export.text = \u7eaf\u6587\u5b57
-xslt_export_not_possible = \u4e0d\u5141\u8bb8Freeplane XSLT\u5bfc\u51fa
-yes = \u662F
-ZoomInAction.text = \u653E\u5927
-ZoomOutAction.text = \u7F29\u5C0F
+about_text=Freeplane - \u81ea\u7531\u7684\u601d\u7ef4\u5bfc\u56fe\u548c\u77e5\u8bc6\u6784\u5efa\u8f6f\u4ef6
+AboutAction.text=\u5173\u4E8E
+acceleratorPresets=\u9884\u7f6e\u70ed\u952e
+accelerators_loading_error=\u4e0d\u80fd\u4ece{0}\u52a0\u8f7d\u52a0\u901f\u952e
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u6539\u53D8\u8282\u70B9\u683C\u5F0F
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u4FEE\u6539\u6A21\u5F0F
+accessories/plugins/EncryptNode.properties_0=\u9009\u62E9\u5BC6\u7801
+accessories/plugins/EncryptNode.properties_1=\u5BC6\u7801\u9519\u8BEF\u6216\u5BC6\u7801\u592A\u77ED.
+accessories/plugins/EncryptNode.properties_2=\u8F93\u5165\u5BC6\u7801:
+accessories/plugins/EncryptNode.properties_3=\u518D\u6B21\u8F93\u5165\u5BC6\u7801:
+accessories/plugins/EncryptNode.properties_4=\u8F93\u5165\u4F60\u7684\u5BC6\u7801.
+accessories/plugins/EncryptNode.properties_5=<html>\u8c28\u8bb0, \u52a0\u5bc6\u7684\u5f3a\u5ea6<br> \u5b8c\u5168\u53d6\u51b3\u4e8e\u5bc6\u7801\u7684\u8d28\u91cf.
+accessories/plugins/EncryptNode.properties_6=\u786e\u5b9a
+accessories/plugins/EncryptNode.properties_7=\u53D6\u6D88
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\u53EA\u80FD\u5207\u6362\u52A0\u5BC6\u8282\u70B9\u7684\u52A0\u5BC6\u72B6\u6001. \u4F7F\u7528\u5DE5\u5177\u83DC\u5355\u63D2\u5165\u52A0\u5BC6\u8282\u70B9.
+accessories/plugins/EncryptNode.properties_select_me=\u9009\u4E2D\u4EE5\u7EE7\u7EED!
+accessories/plugins/EncryptNode.properties_wrong_password=\u5BC6\u7801\u9519\u8BEF.
+accessories/plugins/ExportWithTWiki.text=\u5BFC\u51FA\u4E3ATWiki...
+accessories/plugins/ExportWithTWiki.tooltip=\u5C06\u601D\u7EF4\u5BFC\u56FE\u5BFC\u51FA\u6210 TWiki \u6587\u6863.
+accessories/plugins/ExportWithXSLT.tooltip=\u8fd9\u662f\u4e00\u79cd\u4f7f\u7528XSLT\u811a\u672c\u7684\u7edf\u4e00\u5bfc\u51fa\u65b9\u6cd5
+accessories/plugins/ExportWithXSLT_Applet.text=\u5BFC\u51FA\u4E3A Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=\u5BFC\u51FA\u56FE\u4E3Ajava\u6D4F\u89C8\u5668applet
+accessories/plugins/ExportWithXSLT_Flash.text=\u5BFC\u51FA\u4E3AFlash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=\u5BFC\u51FA\u56FE\u4E3A flash \u5E94\u7528.
+accessories/plugins/ExportWithXSLT_HTML.text=\u5bfc\u51fa\u4e3aXHTML(JavaScript\u7248)...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u5bfc\u51fa\u4e3aXHTML(\u53ef\u70b9\u51fb\u7684\u6620\u5c04\u56fe\u50cf\u7248)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u4ECE RESOURCES \u8282\u70B9\u5230 TaskJuggler \u6587\u4EF6\u7684\u8D44\u6E90...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>\u4ECE RESOURCES \u8282\u70B9\u5BFC\u51FA\u8D44\u6E90\u5230 Taskjuggler \u6A21\u5757. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u4EFB\u52A1\u4ECE TASKS \u8282\u70B9\u5230 TaskJuggler \u6587\u4EF6...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>\u5BFC\u51FA\u4EFB\u52A1\u4ECE TASKS \u8282\u70B9\u5230 Taskjuggler \u6A21\u5757. </html>
+action_keystroke_in_use_error=\u4e3a\u52a8\u4f5c{1}\u8bf7\u6c42\u7684\u6309\u952e{0}\u5df2\u7ecf\u88ab\u52a8\u4f5c{2}\u4f7f\u7528\u4e86
+active=\u6fc0\u6d3b
+actual_map_styles=\u5e94\u7528\u5bfc\u56fe\u6761\u4ef6\u6837\u5f0f
+actual_node_styles=\u4ee5in\u516c\u7528\u8282\u70b9\u6761\u4ef6\u6837\u5f0f
+add=\u6dfb\u52a0(&A)
+AddConnectorAction.text=\u6dfb\u52a0\u8fde\u63a5
+AddElementaryConditionAction.text=\u6dfb\u52a0
+AddLocalLinkAction.text=\u6dfb\u52a0\u672c\u5730\u8d85\u94fe\u63a5
+AddMenuItemLinkAction.text=\u6dfb\u52a0\u8d85\u94fe\u63a5
+AddOnDetailsPanel.authored.by=\u4f5c\u8005{0}
+AddOnDetailsPanel.header.function=\u51fd\u6570
+AddOnDetailsPanel.header.menu=\u83dc\u5355\u4f4d\u7f6e
+AddOnDetailsPanel.header.shortcut=\u5feb\u6377\u65b9\u5f0f
+AddOnDetailsPanel.homepage=\u4e3b\u9875\uff1a
+addons.installer.canceled=\u5b89\u88c5\u5df2\u53d6\u6d88
+addons.installer.confirm.licence=html><body><h1>\u8bb8\u53ef\u534f\u8bae</h1>{0}<p><p><em>\u63a5\u53d7\u8bb8\u53ef\u534f\u8bae?</em></p></body></html>
+addons.installer.failed=\u5b89\u88c5\u5931\u8d25 \uff1a{0}
+addons.installer.freeplaneversion.format.error=\u5728{0}\u5904\u6709\u683c\u5f0f\u9519\u8bef(\u503c\uff1a{1})
+addons.installer.groovy.script.name=\u811a\u672c\u540d{0}\u6ca1\u6709\u4ee5 ".groovy"\u7ed3\u5c3e
+addons.installer.html.script=\u811a\u672c\u53ef\u80fd\u4e0d\u662fHTML\u683c\u5f0f
+addons.installer.install=\u5b89\u88c5
+addons.installer.invalid.keyboard.shortcut=\u4e0d\u53ef\u7528\u7684\u5feb\u6377\u65b9\u5f0f {0}
+addons.installer.licence.unchanged=\u8bb8\u53ef\u6ca1\u6709\u6539\u53d8
+addons.installer.map.structure=\u5bfc\u56fe\u7ed3\u6784\u9519\u8bef: {0}
+addons.installer.missing.child.nodes=\u6ca1\u6709\u5b50\u8282\u70b9: {0}
+addons.installer.missing.permission.attribute=\u811a\u672c {0}: \u6ca1\u6709\u8bb8\u53ef\u5c5e\u6027 {1}
+addons.installer.missing.properties=\u6ca1\u6709\u5c5e\u6027: {0}
+addons.installer.missing.translation={0} \u6ca1\u6709{1}\u5730\u57df\u7684\u7ffb\u8bd1
+addons.installer.no.scripts=\u627e\u4e0d\u5230\u811a\u672c
+addons.installer.no.zipdata=\u627e\u4e0d\u5230zip\u6570\u636e
+addons.installer.nonstandard.permissions=\u8fd9\u4e2a\u811a\u672c\u8981\u6c42\u73b0\u5728\u6ca1\u6709\u88ab\u5141\u8bb8\u7684\u6743\u9650: {0} \n \u628a\u4ed6\u4eec\u52a0\u5230\u6807\u51c6\u6743\u9650\u7ec4\u4e2d\u4e48\uff1f
+addons.installer.one.child.expected={0} \u53ea\u8981\u4e00\u4e2a\u5b50\u8282\u70b9\uff0c\u4f46\u662f\u73b0\u5728\u6709{1}\u4e2a
+addons.installer.script.no.execution_mode={0} \u6ca1\u6709 "execution_mode" \u53d8\u91cf\u5b9a\u4e49
+addons.installer.script.no.menulocation={0} \u6ca1\u6709 "menuLocation" \u53d8\u91cf\u5b9a\u4e49
+addons.installer.script.no.menutitle={0} \u6ca1\u6709 "menuTitleKey" \u53d8\u91cf\u5b9a\u4e49
+addons.installer.script.no.permissions={0} \u6ca1\u6709\u6743\u9650\u5b9a\u4e49
+addons.installer.success=\u5b89\u88c5\u6210\u529f\u3002\n \u65b0\u9644\u52a0\u7ec4\u4ef6\u5c06\u4f1a\u5728\u8f6f\u4ef6\u91cd\u542f\u540e\u751f\u6548
+addons.installer.success.update=\u4ece{0}\u5230{1}\u7684\u5347\u7ea7\u6210\u529f\u3002\n\u4e00\u4e9b\u529f\u80fd\u53ef\u80fd\u53ea\u80fd\u5728\u91cd\u542f\u540e\u751f\u6548
+addons.installer.title=\u63d2\u4ef6\u5b89\u88c5\u5668
+addons.installer.too.new=\u5f53\u524d\u7684Freeplane\u7248\u672c {0} \u592a\u9ad8\u3002\u672c\u63d2\u4ef6\u6700\u9ad8\u652f\u6301\u7248\u672c {1}.
+addons.installer.too.old=\u5f53\u524d\u7684Freeplane\u7248\u672c {0} \u592a\u4f4e\u3002\u672c\u63d2\u4ef6\u9700\u6c42\u6700\u4f4e\u7248\u672c {1}.
+addons.installer.unknown.deinstallation.rules=\u672a\u77e5\u7684\u5378\u8f7d\u89c4\u5219 {0}
+addons.installer.update=\u4ece\u7248\u672c{0}\u66f4\u65b0
+addons.installer.warning=<html><body><em>\u4f60\u5e94\u8be5\u53ea\u4ece\u4fe1\u4efb\u7684\u5730\u5740\u5b89\u88c5\u63d2\u4ef6\u3002\u6076\u610f\u7684\u63d2\u4ef6\u53ef\u80fd\u635f\u574f\u4f60\u7684\u6570\u636e\u6216\u8005\u4fb5\u72af\u4f60\u7684\u9690\u79c1</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=\u6837\u5f0f\u4e2d\u7684\u5c5e\u6027
+AddStyleAttributes.tooltip=\u6dfb\u52a0\u6837\u5f0f\u8282\u70b9\u4e2d\u7684\u5c5e\u6027
+AllMapsNodeListAction.text=\u5728\u6240\u6709\u5bfc\u56fe\u4e2d\u67e5\u627e\u548c\u66ff\u6362
+always=\u603b\u662f
+AlwaysUnfoldedNodeAction.text=\u603b\u662f\u5c55\u5f00\u8282\u70b9(\u5f00\u542f/\u5173\u95ed)
+antialias_all=\u5E73\u6ED1\u5168\u90E8
+antialias_edges=\u5E73\u6ED1\u8FDE\u7EBF
+antialias_none=\u4E0D\u5E73\u6ED1
+apply=\u5e94\u7528(&A)
+ApplyAction.text=\u5e94\u7528(&A)
+ApplyFormatPlugin.text=\u6539\u53d8\u683c\u5f0f(&C)...
+ApplyFormatPlugin.tooltip=\u663E\u793A\u8282\u70B9\u53CA\u8FDE\u7EBF\u5C5E\u6027\u8BBE\u5B9A\u5BF9\u8BDD\u6846.
+ApplyNoFilteringAction.text=\u4E0D\u8FC7\u6EE4
+ApplySelectedViewConditionAction.text=\u8fc7\u6ee4\u9009\u4e2d\u7684\u8282\u70b9
+ApplyToVisibleAction.text=\u5e94\u7528\u5230\u8fc7\u6ee4\u7684\u8282\u70b9
+as_parent=\u540C\u7236\u8282\u70B9
+AskForHelp.text=\u8bf7\u6c42\u5e2e\u52a9
+AssignAttributesAction.text=\u6307\u5b9a\u5c5e\u6027(&G)...
+attribute_delete=\u5220\u9664\u6240\u6709\u503C
+attribute_delete_value=\u5220\u9664\u6B64\u503C
+attribute_font_size_tooltip=\u5C5E\u6027\u5B57\u4F53\u5927\u5C0F
+attribute_list_box_label_text=\u73B0\u5B58\u503C
+attribute_name=\u5c5e\u6027\u540d
+attribute_replace=\u66FF\u6362\u4E3A
+attribute_top=\u52A0\u8F7D\u7684\u5BFC\u56FE\u4E2D\u6240\u6709\u5DF2\u77E5\u7684\u5C5E\u6027
+attribute_value=\u5c5e\u6027\u503c
+attributes_AddAttributeAction.text=\u5728\u5bf9\u8bdd\u6846\u4e2d\u6dfb\u52a0\u53d8\u91cf
+attributes_adding_empty_attribute_error=\u5C5E\u6027\u540D\u4E0D\u80FD\u4E3A\u7A7A\u5B57\u7B26
+attributes_all=\u6240\u6709\u5C5E\u6027
+attributes_assign_dialog=\u8bbe\u5b9a\u5c5e\u6027
+attributes_attribute=\u5C5E\u6027
+attributes_close=\u5173\u95ED
+attributes_deselect_all=\u5168\u90E8\u4E0D\u9009
+attributes_dialog_title=\u5C5E\u6027\u7BA1\u7406\u5668
+attributes_edit=\u7F16\u8F91
+attributes_edit_tooltip=\u7F16\u8F91\u8BBE\u5B9A
+attributes_for_selected=\u9009\u62E9\u7684\u8282\u70B9
+attributes_for_visible=\u6240\u6709\u53EF\u89C1\u7684\u8282\u70B9
+attributes_import=\u5bfc\u5165(&I)
+attributes_import_tooltip=\u4ECE\u52A0\u8F7D\u7684\u5176\u4ED6\u5BFC\u56FE\u4E2D\u5BFC\u5165\u5C5E\u6027
+attributes_no_import_candidates_found=\u672A\u53D1\u73B0\u65B0\u5C5E\u6027
+attributes_popup_delete=\u5220\u9664
+attributes_popup_down=\u4E0B
+attributes_popup_edit=\u7F16\u8F91
+attributes_popup_hide=\u9690\u85CF
+attributes_popup_new=\u65B0\u5C5E\u6027
+attributes_popup_optimal_width=\u6700\u4F73\u5BBD\u5EA6
+attributes_popup_up=\u4E0A
+attributes_refresh=\u5237\u65B0
+attributes_RemoveAllAttributesAction.text=\u79fb\u9664\u6240\u6709\u5c5e\u6027
+attributes_RemoveFirstAttributeAction.text=\u6ea2\u51fa\u7b2c\u4e00\u4e2a\u5c5e\u6027
+attributes_RemoveLastAttributeAction.text=\u79fb\u9664\u6700\u540e\u4e00\u4e2a\u5c5e\u6027
+attributes_restricted_attributes_tooltip=\u5C5E\u6027\u7684\u53D7\u9650\u8BBE\u7F6E
+attributes_restricted_values_tooltip=\u5F53\u524D\u5C5E\u6027\u7684\u53D7\u9650\u8BBE\u7F6E\u503C
+attributes_restriction=\u53D7\u9650\u7684\u8BBE\u7F6E
+attributes_select_all=\u5168\u9009
+attributes_select_all_tooltip=\u9009\u62E9 / \u53D6\u6D88\u9009\u62E9\u6240\u6709
+attributes_show=\u663E\u793A
+attributes_skip_root=\u8DF3\u8FC7\u6839\u8282\u70B9
+attributes_visible=\u9009\u5B9A\u53EF\u89C1
+attributes_visible_tooltip=\u9009\u5B9A\u53EF\u89C1
+automatic_layout=\u81ea\u52a8\u5e03\u5c40
+automatic_layout_disabled=\u7981\u7528
+automatically_save_message=\u81EA\u52A8\u4FDD\u5B58\u5BFC\u56FE (\u4F7F\u7528\u6587\u4EF6\u540D {0}) ...
+AutomaticEdgeColorHookAction.text=\u81ea\u52a8\u53d8\u59d0\u989c\u8272
+AutomaticLayout.ALL=\u6240\u6709\u8282\u70b9
+AutomaticLayout.HEADINGS=\u975e\u53f6\u8282\u70b9
+AutomaticLayout.level=\u5c42\u6b21{0}
+AutomaticLayout.level.root=\u6839
+AutomaticLayoutAction.text=\u5e94\u7528\u5c42\u6b21\u6837\u5f0f(&A)
+AutomaticLayoutAction.tooltip=<html>\u8c03\u6574\u5bfc\u56fe\u7684\u5e03\u5c40\u3002<br>\u7b2c\u4e00\u7ea7\u4e3a\u9ed1\u8272\uff0c\u7b2c\u4e8c\u7ea7\u4e3a\u84dd\u8272\uff0c\u7b49\u7b49\u3002</html>
+AutomaticLayoutControllerAction.ALL.text=\u6240\u6709\u8282\u70b9
+AutomaticLayoutControllerAction.HEADINGS.text=\u975e\u53f6\u8282\u70b9
+AutomaticLayoutControllerAction.null.text=\u7981\u7528
+BackAction.text=\u540e\u9000
+BackAction.tooltip=\u5728\u9009\u4E2D\u7684\u94FE\u4E2D\u540E\u8DF3
+background=\u80CC\u666F
+bitmaps=\u4f4d\u56fe
+black=\u9ed1\u8272
+BlinkingNodeHookAction.text=\u95ea\u70c1\u8282\u70b9
+BlinkingNodeHookAction.tooltip=<html>\u8fd9\u5c06\u4f7f\u8282\u70b9\u95ea\u70c1\u3002\u4f46\u8bf7\u6ce8\u610f\uff0c\u4e0d\u8981\u5bf9\u5f88\u591a\u8282\u70b9\u5e94\u7528\uff0c<strong>\u4e0d\u8981\u5bf9\u540c\u4e00\u4e2a\u8282\u70b9\u5e94\u7528\u5176\u4ed6\u7684\u81ea\u52a8\u683c\u5f0f</strong></html>
+blue=\u84dd\u8272
+BoldAction.text=\u7C97\u4F53
+boldify_branch=\u52A0\u7C97
+branch=\u5206\u679d
+browse=\u6d4f\u89c8
+calendar_attributes_panel=\u65e5\u5386\u548c\u5c5e\u6027
+calendar_panel=\u65e5\u5386
+can_not_connect_to_info_server=\u65e0\u6cd5\u8fde\u63a5\u5230\u4fe1\u606f\u670d\u52a1\u5668
+can_not_delete_predefined_style=\u4e0d\u80fd\u5220\u9664\u9884\u5b9a\u4e49\u6837\u5f0f
+can_not_delete_root_style=\u4e0d\u80fd\u5220\u9664\u6839\u6837\u5f0f
+can_not_delete_style_group=\u4e0d\u80fd\u5220\u9664\u6837\u5f0f\u7ec4
+can_not_save_key_set=\u65e0\u6cd5\u4fdd\u5b58\u70ed\u952e\u96c6
+cancel=\u53d6\u6d88(&C)
+CancelAction.text=\u53d6\u6d88(&C)
+cannot_add_parent_diff_parents=\u6240\u6709\u8282\u70b9\u5fc5\u987b\u6709\u76f8\u540c\u7684\u7236\u8282\u70b9\u624d\u80fd\u5e94\u7528\u6b64\u529f\u80fd\u3002
+cannot_add_parent_to_root=\u6839\u8282\u70b9\u4e0d\u80fd\u6dfb\u52a0\u65b0\u7684\u7236\u8282\u70b9\u3002
+cannot_delete_root=\u6839\u8282\u70B9\u4E0D\u80FD\u5220\u9664\u6216\u526A\u5207.
+cannot_join_nodes_with_children=\u6709\u5B50\u8282\u70B9\u7684\u8282\u70B9\u4E0D\u80FD\u5408\u5E76
+cannot_move_to_child=\u4E0D\u80FD\u5C06\u8282\u70B9\u79FB\u5411\u5B83\u7684\u5B50\u8282\u70B9.
+CenterAction.text=\u5C45\u4E2D
+CenterSelectedNodeAction.text=\u5c06\u9009\u4e2d\u7684\u8282\u70b9\u5c45\u4e2d
+ChangeConnectorArrowsAction.backward.text=\u540e\u9000
+ChangeConnectorArrowsAction.both.text=\u53cc\u5411
+ChangeConnectorArrowsAction.forward.text=\u524d\u8fdb
+ChangeConnectorArrowsAction.none.text=\u65e0
+ChangeConnectorArrowsAction.text=\u6539\u53d8\u8fde\u63a5\u7bad\u5934
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\u66f2\u7ebf
+ChangeConnectorShapeAction.EDGE_LIKE.text=\u6a21\u62df\u8fb9\u7f18
+ChangeConnectorShapeAction.LINE.text=\u76f4\u7ebf
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u7ebf\u6027\u8def\u5f84
+ChangeNodeLevelLeftsAction.text=\u8282\u70B9\u5DE6\u79FB
+ChangeNodeLevelLeftsAction.tooltip=\u5728\u6839\u5DE6\u8FB9\u7684\u8282\u70B9\uFF0C\u964D\u7EA7\u53D8\u6210\u4E0A\u65B9\u540C\u7EA7\u8282\u70B9\u7684\u5B50\u8282\u70B9\u3002\u6839\u53F3\u8FB9\u7684\u8282\u70B9\uFF0C\u5347\u7EA7\u5230\u4E0A\u4E00\u7EA7\u8282\u70B9\uFF0C\u82E5\u4E0E\u6839\u76F4\u63A5\u76F8\u8FDE\uFF0C\u5219\u53D8\u5230\u5DE6\u4FA7.
+ChangeNodeLevelRightsAction.text=\u8282\u70B9\u53F3\u79FB
+ChangeNodeLevelRightsAction.tooltip=\u5728\u6839\u53F3\u8FB9\u7684\u8282\u70B9\uFF0C\u964D\u7EA7\u53D8\u6210\u4E0A\u65B9\u540C\u7EA7\u8282\u70B9\u7684\u5B50\u8282\u70B9\u3002\u5728\u6839\u5DE6\u8FB9\u8282\u70B9\u5347\u7EA7\u5230\u4E0A\u4E00\u7EA7\u8282\u70B9\uFF0C\u82E5\u4E0E\u6839\u76F4\u63A5\u76F8\u8FDE\uFF0C\u5219\u53D8\u5230\u53F3\u4FA7.
+choose_background_color=\u9009\u62e9\u80cc\u666f\u989c\u8272\uff1a
+choose_cloud_color=\u9009\u62e9\u4e91\u6846\u989c\u8272\uff1a
+choose_edge_color=\u9009\u62E9\u8FDE\u7EBF\u989C\u8272
+choose_map_background_color=\u9009\u62e9\u5bfc\u56fe\u80cc\u666f\u989c\u8272
+choose_node_background_color=\u9009\u62e9\u8282\u70b9\u80cc\u666f\u989c\u8272\uff1a
+choose_node_color=\u9009\u62e9\u8282\u70b9\u989c\u8272\uff1a
+ClearLinkAnchorAction.text=\u6e05\u9664\u94fe\u63a5\u951a(Anchor)
+ClearLinkAnchorAction.tooltip=<html>\u6e05\u9664\u5148\u524d\u8bbe\u7f6e\u7684\u8282\u70b9\u951a(Anchor)</html>
+close_btn=\u5173\u95ed(&C)
+CloseAction.text=\u5173\u95ed\u5f53\u524d\u5bfc\u56fe(&C)
+CloudAction.text=\u4E91\u6846
+CloudColorAction.text=\u4E91\u6846\u989C\u8272...
+CloudShapeAction.ARC.text=\u5f27\u5f62
+CloudShapeAction.RECT.text=\u77e9\u5f62
+CloudShapeAction.ROUND_RECT.text=\u5706\u8fb9\u77e9\u5f62
+CloudShapeAction.STAR.text=\u661f\u5f62
+ColorProperty.ResetColor=\u91CD\u8BBE\u989C\u8272
+combined=\u7EC4\u5408
+condition=\u6761\u4ef6
+confirmation=\u786E\u8BA4
+connector=\u8fde\u63a5\u5668
+connector_arrows=\u8fde\u63a5\u5668 \u7bad\u5f62
+connector_label=\u8fde\u63a5\u5668 \u6807\u7b7e
+connector_lines=\u8fde\u63a5\u5668 \u76f4\u7ebf
+connector_shapes=\u8fde\u63a5\u5668 \u5f62\u72b6
+ConnectorColorAction.text=\u8fde\u63a5\u5668 \u989c\u8272
+CopyAction.text=\u590d\u5236(&C)
+CopyAction.tooltip=\u590d\u5236\u9009\u5b9a\u5206\u652f
+CopyAttributes.text=\u590d\u5236\u5c5e\u6027(&a)
+CopyIDAction.text=\u590d\u5236\u8282\u70b9ID
+CopyMapStylesAction.text=\u4ece...\u5bfc\u56fe\u6837\u5f0f\u590d\u5236
+CopyNodeURIAction.text=\u590d\u5236\u8282\u70b9URI
+copyright=Copyright \u00a9 2000-2012 Freeplane team and others
+CopySingleAction.text=\u5355\u4E00\u590D\u5236
+CopySingleAction.tooltip=\u53ea\u590d\u5236\u9009\u4e2d\u8282\u70b9
+CopyStyleExtensionsAction.text=\u4ece\u6837\u5f0f\u8282\u70b9\u590d\u5236\u6269\u5c55
+corrupt_map=\u5bfc\u56fe\u5185\u5bb9\u635f\u574f
+CreateConjunctConditionAction.text=\u4e0e
+CreateDisjunctConditionAction.text=\u6216
+CreateNotSatisfiedConditionAction.text=\u975e
+CreationModificationPluginAction.text=\u663e\u793a\u4fee\u6539\u65f6\u95f4(&M)
+CreationModificationPluginAction.tooltip=<html>\u8FD9\u4E2A\u529F\u80FD\u8DDF\u8E2A\u4FDD\u7559\u8282\u70B9\u7684\u521B\u5EFA\u66F4\u6539\u65F6\u95F4.</html>
+current_dir=\u5bfc\u56fe
+CutAction.text=\u526a\u5207(&t)
+decrease_branch_font_size=\u7F29\u5C0F\u5B57\u4F53
+DecreaseNodeFontAction.text=\u7F29\u5C0F\u5B57\u4F53
+default=\u9ed8\u8ba4
+DefaultColorAction.text=\u9ed8\u8ba4\u989c\u8272
+defaultstyle.details=\u8be6\u7ec6
+defaultstyle.floating=\u6d6e\u70b9\u6a21\u5f0f
+defaultstyle.note=\u6ce8\u89e3
+delete=\u5220\u9664(&D)
+delete_child=\u5220\u9664\u8282\u70b9
+DeleteAction.text=\u5220\u9664\u8282\u70b9\u52a8\u4f5c
+DeleteConditionAction.text=\u5220\u9664
+DeleteDetailsAction.text=\u5220\u9664\u8282\u70b9\u660e\u7ec6
+DeleteLevelStyleAction.text=\u5220\u9664\u5c42\u6b21\u6837\u5f0f
+DeleteStyleAction.text=\u5220\u9664\u6837\u5f0f
+DeleteUserStyleAction.text=\u5220\u9664\u7528\u6237\u5b9a\u4e49\u6837\u5f0f
+dialect_info.app=\u601d\u7ef4\u5bfc\u56fe\u6587\u4ef6{0}\u662f\u7531\u7a0b\u5e8f{1}\u521b\u5efa
+dialect_info.unknownApp=\u601d\u7ef4\u5bfc\u56fe\u6587\u4ef6{0}\u662f\u7531\u672a\u77e5\u7a0b\u5e8f\u521b\u5efa
+dialect_info.unknownURL=\u7f51\u7ad9\u672a\u77e5
+dialect_info.url=\u60f3\u8981\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\uff0c\u8bf7\u8bbf\u95ee\u7f51\u7ad9{0}
+dialect_info.warning=Freeplane\u53ef\u80fd\u9519\u8bef\u7684\u6253\u5f00\uff0c\u663e\u793a\u6216\u8005\u4fdd\u5b58\u5b83
+DirectHtmlFlavorHandler=HTML\u4f5c\u4e3a\u5355\u4e2a\u8282\u70b9
+DocumentationAction.text=\u6587\u6863
+down=D&own
+download=\u4e0b\u8f7d
+dropped_file_error=\u65e0\u6cd5\u6253\u5f00\u4e22\u5f03\u7684\u6587\u4ef6\u3002\u539f\u56e0\uff1a{0}
+edge=\u8FDE\u7EBF
+edge_is_formatted_by_style=\u8fb9\u683c\u5f0f\u7531\u6837\u5f0f\u8868\u63a7\u5236\uff0c\u5982\u679c\u60f3\u8981\u6539\u53d8\u8fb9\u683c\u5f0f\uff0c\u8bf7\u7f16\u8f91\u76f8\u5173\u6837\u5f0f\u8868
+edge_style=\u8FDE\u7EBF\u98CE\u683C
+edge_width=\u8FDE\u7EBF\u5BBD\u5EA6
+EdgeColorAction.text=\u8FDE\u7EBF\u989C\u8272...
+EdgeStyleAction.bezier.text=\u8D1D\u585E\u5C14\u66F2\u7EBF
+EdgeStyleAction.bezier.tooltip=<html>Display the edge as a smooth curve.</html>
+EdgeStyleAction.hide_edge.text=\u9690\u85cf\u8fde\u7ebf
+EdgeStyleAction.hide_edge.tooltip=<html>For selected nodes display edge to parent as a<br>dotted line. Otherwise hide the edge.</html>
+EdgeStyleAction.horizontal.text=\u6c34\u5e73
+EdgeStyleAction.horizontal.tooltip=<html>Use perpendicular straight lines for edges.</html>
+EdgeStyleAction.linear.text=\u76F4\u7EBF
+EdgeStyleAction.linear.tooltip=<html>Display the edge as a straight line.</html>
+EdgeStyleAction.sharp_bezier.text=\u6E10\u7A84\u8D1D\u585E\u5C14\u66F2\u7EBF
+EdgeStyleAction.sharp_bezier.tooltip=<html>Display the edge as a smooth curve with sharpened ends.</html>
+EdgeStyleAction.sharp_linear.text=\u6E10\u7A84\u76F4\u7EBF
+EdgeStyleAction.sharp_linear.tooltip=<html>Display the edge as a straight line with sharpened ends.</html>
+EdgeStyleAsParentAction.text=\u540C\u7236\u8282\u70B9
+EdgeStyleAsParentAction.tooltip=<html>Use edge style of parent node.</html>[obsolete]
+EdgeWidthAction_width_parent.text=\u540C\u7236\u8282\u70B9\u8FDE\u7EBF
+EdgeWidthAction_width_thin.text=\u7EC6\u8FDE\u7EBF
+edit=\u7f16\u8f91(&E)
+edit.decision=HTML \u7F16\u8F91\u5668
+edit.edit_rich_text=\u60A8\u5E0C\u671B\u4F7F\u7528\u7C7B\u4F3C\u4E8E\u7C97\u4F53\u659C\u4F53\u4E4B\u7C7B\u7684\u6837\u5F0F\u4E48?
+edit_details=\u7f16\u8f91\u8282\u70b9\u660e\u7ec6
+edit_end_label=<html>Connector<br>label
+edit_label_font_family=\u5b57\u4f53
+edit_label_font_size=\u5b57\u4f53\u5927\u5c0f
+edit_link_manually=\u624B\u52A8\u7F16\u8F91\u94FE\u63A5...
+edit_long_node=\u5728\u5bf9\u8bdd\u6846\u4e2d\u7f16\u8f91\u957f\u8282\u70b9
+edit_middle_label=<html>Middle<br>label
+edit_note=\u7f16\u8f91\u6ce8\u89e3
+edit_source_label=<html>Source<br>label
+edit_target_label=<html>Target<br>label
+edit_transparency_label=\u4e0d\u900f\u660e\u6027
+edit_width_label=\u5bbd\u5ea6
+EditAction.text=\u7F16\u8F91\u8282\u70B9
+EditAttributesAction.text=\u7F16\u8F91\u5C5E\u6027
+EditDetailsAction.text=\u7f16\u8bd1\u8282\u70b9\u660e\u7ec6
+EditDetailsInDialogAction.text=\u5728\u5bf9\u8bdd\u6846\u4e2d\u7f16\u8f91\u8282\u70b9\u660e\u7ec6
+EditFilterAction.text=\u7F16\u8F91
+EditLongAction.text=\u7F16\u8F91\u957F\u8282\u70B9...
+EditNoteInDialogAction.text=\u5728\u5bf9\u8bdd\u6846\u4e2d\u7f16\u8f91\u6ce8\u89e3
+EditScript=\u7f16\u8f91\u811a\u672c
+EditStylesAction.text=\u7f16\u8f91\u6837\u5f0f
+EncryptedMap.text=\u521B\u5EFA\u52A0\u5BC6\u56FE ...
+EncryptedMap.tooltip=\u521B\u5EFA\u52A0\u5BC6\u56FE
+enter_base_url=\u5C06\u7C98\u8D34\u76F8\u5BF9\u94FE\u63A5\u3002\u8BF7\u8F93\u5165\u57FA\u7840 URL \u3002
+enter_condition_name=\u8f93\u5165\u65b0\u6761\u4ef6\u540d
+enter_confirms=Enter \u786e\u8ba4(&E)
+enter_keyset_name=\u8f93\u5165\u70ed\u952e\u96c6\u540d\u79f0
+enter_map_url=\u8f93\u5165\u5bfc\u56feURL
+enter_new_style_name=\u8f93\u5165\u65b0\u6837\u5f0f\u540d
+enter_node_id=\u8f93\u5165\u8282\u70b9ID
+enter_zoom=\u8f93\u5165\u7f29\u653e\u6bd4\u4f8b
+EnterPassword.text=\u89e3\u5f00\u6216\u5173\u95ed\u52a0\u5bc6\u8282\u70b9(&T)
+error=\u9519\u8BEF
+error_applying_template=\u5E94\u7528 XSL \u6A21\u677F\u9519\u8BEF.
+error_creating_directory=\u65e0\u6cd5\u521b\u5efa\u5bfc\u51fa\u76ee\u5f55\u3002
+error_in_template=\u9ed8\u8ba4\u5bfc\u56fe\u6a21\u7248{0}\u51fa\u9519\u3002\u5c1d\u8bd5\u5220\u9664\u8fd9\u4e2a\u6587\u4ef6\u6765\u89e3\u51b3\u95ee\u9898
+errornumber={0} \u9519\u8bef
+ExecuteScriptError.text=\u6267\u884c\u811a\u672c\u65f6\u51fa\u9519\u3002\n\u8be6\u60c5\u8bf7\u67e5\u770b\u8bb0\u5f55\u6587\u4ef6\u3002
+ExecuteScriptForAllNodes.text=\u6267\u884c\u6240\u6709\u811a\u672c
+ExecuteScriptForSelectionAction.text=\u6267\u884c\u9009\u4e2d\u8282\u70b9\u811a\u672c
+ExecuteScriptOnSelectedNode.text=\u5bf9\u6240\u6709\u9009\u4e2d\u7684\u8282\u70b9\u6267\u884c{0}
+ExecuteScriptOnSelectedNodeRecursively.text=\u5bf9\u9009\u4e2d\u7684\u8282\u70b9\u9012\u5f52\u6267\u884c{0}
+ExecuteScriptOnSingleNode.text=\u5bf9\u4e00\u4e2a\u9009\u4e2d\u7684\u8282\u70b9\u6267\u884c{0}
+ExecuteScripts.noScriptsAvailable=\u4e0d\u53ef\u7528
+ExecuteScripts.text=\u811a\u672c
+ExecuteScriptSecurityError.text=\u811a\u672c\u6267\u884c\u65f6\u51fa\u73b0\u9519\u8bef\uff1a{0}
+export_failed=\u5bfc\u51fa\u5931\u8d25
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Freeplane\u4f7f\u7528XSLT\u5bfc\u51fa
+ExportAction.text=\u5bfc\u51fa(&E)
+ExportBranchAction.text=\u5c06\u5206\u679d\u53e6\u5b58\u4e3a\u65b0\u7684\u601d\u7ef4\u5bfc\u56fe...
+ExportBranchToHTMLAction.text=\u5bfc\u51fa\u5206\u679d\u4e3a HTML
+exported_file={0} \u6587\u4ef6
+ExportPdf.text=\u5bfc\u51fa\u4e3aPDF...
+ExportSvg.text=\u5bfc\u51fa\u4e3aSVG...
+ExportToHTMLAction.text=\u5BFC\u51FA\u4E3AHTML
+ExportToImage.jpg.text=\u5bfc\u51fa\u4e3aJPEG...
+ExportToImage.png.text=\u5bfc\u51fa\u4e3aPNG...
+ExportToOoWriter.text=\u5BFC\u51FA\u4E3A Open Office Writer \u6587\u6863...
+extension_menu=\u6837\u5F0F
+ExternalImage_popupMenu_Change=\u66f4\u6362\u56fe\u7247
+ExternalImage_popupMenu_Open=\u5728\u67e5\u770b\u5668\u4e2d\u6253\u5f00
+ExternalImage_popupMenu_Remove=\u5220\u9664
+ExternalImage_popupMenu_ResetZoom=\u6062\u590d\u539f\u5927\u5c0f
+ExternalImageAddAction.text=\u6dfb\u52a0\u56fe\u7247...
+ExternalImageChangeAction.text=\u66f4\u6362\u56fe\u7247...
+ExternalImageRemoveAction.text=\u79fb\u9664\u56fe\u7247
+ExtractLinkFromTextAction.text=\u4ece\u6587\u672c\u4e2d\u63d0\u53d6\u8d85\u94fe\u63a5
+ExtractLinkFromTextAction.tooltip=\u8bbe\u7f6e\u8282\u70b9\u6587\u672c\u4e2d\u627e\u5230\u7684\u8d85\u94fe\u63a5
+f_button_unassigned=<\u65e0\u52a8\u4f5c>
+FaqOpenURLAction.text=FAQ
+file=\u6587\u4ef6(&F)
+file_already_exists=\u6587\u4EF6 {0} \u5DF2\u5B58\u5728. \u786E\u5B9A\u8981\u8986\u76D6\u5417?
+file_not_found=\u627E\u4E0D\u5230 {0} \u6587\u4EF6
+FileListFlavorHandler=\u5230\u6587\u4ef6\u7684\u8fde\u63a5
+FileProperties_BranchLeafCount=\u9009\u53d6\u7684\u5206\u652f\u672b\u7aef\u8282\u70b9\u6570
+FileProperties_BranchNodeCount=\u9009\u53d6\u7684\u5206\u652f\u7684\u8282\u70b9\u6570
+FileProperties_ChangesSinceLastSave=\u4e0a\u6b21\u4fdd\u5b58\u4e4b\u540e\u7684\u6539\u53d8
+FileProperties_FileName=\u6587\u4ef6\u540d:
+FileProperties_FileSaved=\u6587\u4ef6\u4fdd\u5b58\u5728:
+FileProperties_FileSize=\u6587\u4ef6\u5927\u5c0f:
+FileProperties_MainBranchCount=\u4e3b\u8981\u5206\u652f\u6570:
+FileProperties_NeverSaved=\u4ece\u4e0d\u4fdd\u5b58:
+FileProperties_NodeChildCount=\u9009\u53d6\u5206\u652f\u7684\u5b57\u8282\u70b9\u6570
+FileProperties_NodeSelectionCount=\u9009\u53d6\u7684\u8282\u70b9\u6570
+FileProperties_TotalFilteredCount=\u6ee1\u8db3\u6761\u4ef6\u7684\u8282\u70b9\u6570
+FileProperties_TotalLeafCount=\u6240\u6709\u7684\u53f6\u8282\u70b9\u6570
+FileProperties_TotalNodeCount=\u6240\u6709\u7684\u8282\u70b9\u6570
+FilePropertiesAction.text=\u5bfc\u56fe\u7edf\u8ba1\u4fe1\u606f
+FileRevisionsDialog.cancel=\u53d6\u6d88(&C)
+FileRevisionsDialog.file_last_modified=\u65f6\u95f4\u6233
+FileRevisionsDialog.file_name=\u6587\u4ef6\u540d:
+FileRevisionsDialog.file_size=\u5b57\u8282
+FileRevisionsDialog.open=\u6253\u5f00(&O)
+FileRevisionsDialog.open.tooltip=\u6253\u5f00\u6587\u4ef6(\u5373\u4f7f\u6587\u4ef6\u5df2\u8fc7\u671f)
+FileRevisionsDialog.question=\u627e\u5230\u4fee\u8ba2 {0}
+FileRevisionsDialog.restore=\u6062\u590d
+FileRevisionsDialog.restore.tooltip=\u628a{0}\u66ff\u6362\u4e3a{1}
+FileRevisionsDialog.title=\u6587\u4ef6\u4fee\u8ba2\u5217\u8868
+filter=\u8FC7\u6EE4\u5668
+filter_add=\u6dfb\u52a0(&A)
+filter_and=\u4e0e(&N)
+filter_any_text=\u8282\u70b9\u6838\u5fc3\uff0c\u660e\u7ec6\u6216\u8005\u6ce8\u89e3
+filter_conditions=\u8FC7\u6EE4\u5668
+filter_contains=\u5305\u542B
+filter_created_after=\u4e4b\u540e\u521b\u5efa
+filter_created_before=\u4e4b\u524d\u521b\u5efa
+filter_delete=\u5220\u9664(&D)
+filter_details=\u8282\u70b9\u660e\u7ec6
+filter_dialog=\u8FC7\u6EE4\u5668\u6784\u9020\u5668
+filter_does_not_exist=\u4E0D\u5B58\u5728
+filter_edit_description=\u7F16\u8F91\u8FC7\u6EE4\u5668\u5217\u8868
+filter_enter_value=\u8F93\u5165\u503C
+filter_even_level=\u5947\u6570\u5c42\u8282\u70b9
+filter_exist=\u5B58\u5728
+filter_icon=\u56FE\u6807
+filter_is_equal_to=\u7B49\u4E8E
+filter_is_not_equal_to=\u4E0D\u7B49\u4E8E
+filter_leaf=\u53f6\u8282\u70b9
+filter_link=\u8d85\u94fe\u63a5
+filter_match_approximately=\u8fd1\u4f3c\u5339\u914d
+filter_match_approximately_tooltip=<html>\u662f\u5426\u8fdb\u884c\u7cbe\u786e\u5339\u914ds,<br/>i.e. searching for 'files' will find 'flies'.</html>
+filter_match_case=\u533a\u522b\u5927\u5c0f\u5199
+filter_match_case_tooltip=\u662f\u5426\u533a\u5206\u5927\u5c0f\u5199
+filter_modified_after=\u4e4b\u540e\u4fee\u6539
+filter_modified_before=\u4e4b\u524d\u4fee\u6539
+filter_no_filtering=\u4E0D\u8FC7\u6EE4
+filter_node=\u8282\u70B9\u6587\u672C
+filter_node_level=\u8282\u70b9\u5c42\u6b21
+filter_not=\u975E
+filter_note=\u6ce8\u89e3
+filter_odd_level=\u5076\u6570\u5c42\u6b21\u8282\u70b9
+filter_or=\u6216
+filter_parent=\u7236\u8282\u70b9\u6587\u5b57
+filter_periodic_level=\u5468\u671f\u6027
+filter_priority=\u4f18\u5148\u6743
+filter_regexp_matches=\u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d
+filter_reminder=\u63d0\u9192
+filter_reminder_after=\u9884\u5b9a\u5728...\u4e4b\u540e
+filter_reminder_before=\u9884\u5b9a\u5728...\u4e4b\u524d
+filter_reminder_executed=\u5df2\u7ecf\u5f15\u53d1
+filter_reminder_later=\u7a0d\u540e\u5230\u671f
+filter_root=\u6839\u8282\u70b9
+filter_script=\u811a\u672c\u8fc7\u6ee4\u5668
+filter_select=\u9009\u62E9
+filter_selected_node_view=\u76EE\u524D\u9009\u62E9\u7684\u8282\u70B9
+filter_selected_node_view_snapshot=\u5df2\u4fdd\u5b58\u9009\u9879
+filter_style=\u6837\u5f0f
+filter_time=\u65e5\u671f\u8fc7\u6ee4\u5668
+FilterComposerDialog.save=\u4fdd\u5b58(&S)
+filters_not_loaded=\u65e0\u6cd5\u52a0\u8f7d\u8fc7\u6ee4\u5668\uff0c\u6587\u4ef6\u635f\u574f
+find_what=\u67E5\u627E
+FindAction.text=\u67E5\u627E ...
+FirstGroupNodeAction.text=\u8bbe\u5b9a/\u53d6\u6d88 \u7fa4\u7ec4\u5f00\u59cb\u8282\u70b9
+fit_map_to_page=\u9002\u5408\u9875\u9762
+fit_map_to_page_height=\u9002\u5408\u9875\u9762\u9ad8\u5ea6
+fit_map_to_page_width=\u9002\u5408\u9875\u9762\u5bbd\u5ea6
+FitToPage.text=\u7f29\u653e\u4ee5\u9002\u5408\u9875\u9762\u5927\u5c0f
+FitToPage.tooltip=\u8c03\u6574\u7f29\u653e\u4ee5\u4fbf\u6574\u4e2a\u5bfc\u56fe\u9002\u5408\u5f53\u524d\u7a97\u53e3\u5927\u5c0f
+fold=\u6298\u53E0
+FoldAllAction.text=\u6298\u53E0\u5168\u90E8
+FoldAllAction.tooltip=<html>\u6298\u53e0\u9009\u4e2d\u7684\u8282\u70b9\u4ee5\u53ca\u5b83\u4eec\u6240\u6709\u7684\u5b50\u8282\u70b9\u3002</html>
+FoldOneLevelAction.text=\u6298\u53e0\u4e00\u7ea7
+FoldOneLevelAction.tooltip=<html>\u4ec5\u6298\u53e0\u9009\u4e2d\u7684\u8282\u70b9\u4e00\u7ea7\u3002</html>
+follow_graphical_link=\u8F6C\u5230:
+FollowLinkAction.text=\u6253\u5F00\u8D85\u94FE\u63A5:
+font=\u5B57\u4F53
+FontFamilyAction.text=\u5B57\u4F53
+FontSizeAction.text=\u5B57\u4F53\u5927\u5C0F
+format_invalid_pattern=\u4e0d\u662f\u6709\u6548\u7684\u6837\u5f0f
+format_menu_cloud_shapes=\u4e91\u72b6\u5305\u88f9(\u65b0\u589e\u6216\u53d8\u5f62)
+format_menu_edge_styles=\u8FDE\u7EBF\u98CE\u683C
+format_menu_edge_widths=\u8FDE\u7EBF\u5BBD\u5EA6
+format_panel=\u683c\u5f0f
+FormatCopy.text=\u590d\u5236\u683c\u5f0f
+FormatCopy.tooltip=<html>\u590d\u5236\u4e00\u4e2a\u8282\u70b9\u7684\u683c\u5f0f\u3002</html>
+FormatPaste.text=\u7c98\u8d34\u683c\u5f0f
+FormatPaste.tooltip=<html>\u7c98\u8d34\u4e00\u4e2a\u8282\u70b9\u7684\u683c\u5f0f\u3002</html>
+formats_not_loaded=\u683c\u5f0f\u65e0\u6cd5\u8f7d\u5165\uff0c\u6587\u4ef6\u635f\u6bc1
+formula.error.attributeValueIsNull=\u5c5e\u6027\u503c "{0}" \u662f\u7a7a\u7684
+formula.error.circularReference=\u5faa\u73af\u53c2\u7167: \u8282\u70b9 "{0}" \u7684\u516c\u5f0f\u5f15\u7528\u5230\u81ea\u8eab
+formula.EvaluateAllAction.text=\u8ba1\u7b97\u6240\u6709\u516c\u5f0f
+formula.EvaluateAllAction.tooltip=\u8ba1\u7b97\u5bfc\u56fe\u4e0a\u7684\u6240\u6709\u516c\u5f0f
+formula.menuname=\u516c\u5f0f
+formula_editor=\u7f16\u8f91\u516c\u5f0f
+ForwardAction.text=\u524d\u8fdb
+ForwardAction.tooltip=\u5728\u9009\u4E2D\u7684\u94FE\u4E2D\u524D\u8DF3
+FreeNodeAction.text=\u8bbe\u5b9a/\u53d6\u6d88 \u81ea\u7531\u5b9a\u4f4d\u8282\u70b9
+Freeplane.progress.buildScreen=\u6784\u9020\u5C4F\u5E55...
+Freeplane.progress.createController=\u521B\u5EFA\u63A7\u5236\u5668...
+Freeplane.progress.createInitialMode=\u521B\u5EFA\u521D\u59CB\u6A21\u5F0F...
+Freeplane.progress.endStartup=\u542F\u52A8\u5B8C\u6210.
+Freeplane.progress.gettingPreferenceDirectories=\u83B7\u53D6\u9996\u9009\u76EE\u5F55...
+Freeplane.progress.gettingPreferences=\u83B7\u53D6\u9996\u9009\u9879...
+Freeplane.progress.loadMaps=\u52A0\u8F7D\u5BFC\u56FE...
+Freeplane.progress.propagateLookAndFeel=\u4F20\u64AD\u5916\u89C2...
+Freeplane.progress.settingPreferences=\u8BBE\u7F6E\u9996\u9009\u9879...
+Freeplane.progress.startCreateController=\u5F00\u59CB\u521B\u5EFA\u63A7\u5236\u5668...
+Freeplane.progress.updateLookAndFeel=\u66F4\u65B0\u5916\u89C2...
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=\u5e2e\u52a9...
+FreeplaneHelpStarter.tooltip=Freeplane\u6269\u5c55\u5e2e\u52a9
+GettingStartedAction.text=\u5feb\u901f\u5165\u95e8
+GotoLinkNodeAction.text=\u8f6c\u81f3\u8fde\u63a5
+GotoNodeAction.text=\u5230\u6307\u5b9aID\u7684\u8282\u70b9...
+GrabKeyDialog.common.cancel=\u53D6\u6D88
+GrabKeyDialog.common.ok=\u786e\u5b9a
+GrabKeyDialog.grab-key.assigned-to=\u6307\u5B9A
+GrabKeyDialog.grab-key.assigned-to.none=\u5F53\u524D\u672A\u6307\u5B9A
+GrabKeyDialog.grab-key.clear=\u6E05\u9664
+GrabKeyDialog.grab-key.remove=\u53BB\u9664
+GrabKeyDialog.grab-key.remove-ask=\u786E\u8BA4\u5220\u9664\u6309\u952E?
+GrabKeyDialog.grab-key.title=\u8F93\u5165\u65B0\u6309\u952E
+green=\u7eff\u8272
+help=\u5e2e\u52a9(&H)
+HideableAction.tooltip=<html>\u6807\u8bb0\u6bcf\u4e2a\u5df2\u6539\u53d8\u8282\u70b9\u7684\u80cc\u666f\u3002</html>
+HideAllAttributesAction.text=\u9690\u85CF\u6240\u6709\u5C5E\u6027
+HierarchicalIcons2Action.text=\u663e\u793a\u5b50\u8282\u70b9\u56fe\u6807\u7684\u4ea4\u96c6
+HierarchicalIconsAction.text=\u68AF\u7EA7\u56FE\u6807\u663E\u793A
+HierarchicalIconsAction.tooltip=\u4E0D\u8BBA\u5B50\u3001\u4E3B\u8282\u70B9\u7684\u56FE\u6807\uFF0C\u90FD\u5C06\u7F29\u5C0F\u663E\u793A.
+hot_keys=\u5feb\u6377\u952e
+hot_keys_table=\u5feb\u6377\u952e\u5217\u8868
+HotKeyInfoAction.text=\u952e\u53c2\u8003
+html_export_based_on_headings=\u5BFC\u51FA\u4E3A HTML - \u57FA\u4E8E\u65B9\u4F4D
+html_export_fold_all=\u5BFC\u51FA\u4E3A HTML - \u5168\u90E8\u6298\u53E0
+html_export_fold_currently_folded=\u5BFC\u51FA\u4E3A HTML - \u4FDD\u6301\u6298\u53E0
+html_export_no_folding=\u5BFC\u51FA\u4E3A HTML - \u4E0D\u6298\u53E0
+html_problem=<html>\u65e0\u6cd5\u6e32\u67d3HTMLl<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=\u97f3\u9891
+icon_back=\u540e\u9000
+icon_bee=Freeplane
+icon_bell=\u8bb0\u4f4f
+icon_bookmark=\u6781\u597D
+icon_broken-line=\u65AD\u5F00
+icon_button_cancel=\u53d6\u6d88
+icon_button_ok=OK
+icon_calendar=\u65E5\u671F
+icon_checked=\u9009\u62e9
+icon_clanbomber=\u5371\u9669
+icon_clock=\u65F6\u95F4
+icon_clock2=\u63d0\u9192
+icon_closed=\u7981\u5165
+icon_decrypted=\u89E3\u5BC6
+icon_desktop_new=\u5907\u5FD8
+icon_division=\u9664
+icon_down=\u4E0B
+icon_edit=\u7CBE\u70BC
+icon_encrypted=\u52A0\u9501
+icon_executable=\u53ef\u6267\u884c
+icon_family=\u5bb6\u5ead
+icon_fema=\u7537\u6027\u4e0e\u5973\u6027
+icon_female1=\u5973\u60271
+icon_female2=\u5973\u60272
+icon_females=\u5973\u6027
+icon_flag=\u7EA2\u65D7
+icon_flag-black=\u9ED1\u65D7
+icon_flag-blue=\u84DD\u65D7
+icon_flag-green=\u7EFF\u65D7
+icon_flag-orange=\u6A59\u65D7
+icon_flag-pink=\u7C89\u65D7
+icon_flag-yellow=\u9EC4\u65D7
+icon_folder=\u6587\u4EF6\u5939
+icon_forward=\u524d\u8fdb
+icon_freemind_butterfly=FreeMind
+icon_full-0=\u4f18\u5148\u7ea7 0
+icon_full-1=\u4F18\u5148\u7EA7 1
+icon_full-2=\u4F18\u5148\u7EA7 2
+icon_full-3=\u4F18\u5148\u7EA7 3
+icon_full-4=\u4F18\u5148\u7EA7 4
+icon_full-5=\u4F18\u5148\u7EA7 5
+icon_full-6=\u4F18\u5148\u7EA7 6
+icon_full-7=\u4F18\u5148\u7EA7 7
+icon_full-8=\u4F18\u5148\u7EA7 8
+icon_full-9=\u4F18\u5148\u7EA7 9
+icon_go=\u7eff\u8272\u4ea4\u901a\u706f
+icon_gohome=\u5BB6
+icon_group=\u7ec4
+icon_help=\u95EE\u9898
+icon_hourglass=\u7B49\u5F85
+icon_icon_not_found=\u672a\u53d1\u73b0\u56fe\u6807
+icon_idea=\u60F3\u6CD5
+icon_image=\u56fe\u7247
+icon_info=\u4fe1\u606f
+icon_internet=\u56e0\u7279\u7f51
+icon_internet_warning=\u56e0\u7279\u7f51\u8b66\u544a
+icon_kaddressbook=\u7535\u8BDD
+icon_kmail=\u7535\u90AE
+icon_knotify=\u97F3\u4E50
+icon_korn=\u90AE\u7BB1
+icon_ksmiletris=\u9AD8\u5174
+icon_launch=\u542f\u52a8
+icon_licq=\u7F8E\u597D
+icon_list=\u5217\u8868
+icon_Mail=\u90AE\u4EF6
+icon_male1=\u7537\u60271
+icon_male2=\u7537\u60272
+icon_males=\u7537\u6027
+icon_menu=\u56fe\u6807(&C)
+icon_messagebox_warning=\u91CD\u8981
+icon_mindmap=\u601d\u7ef4\u5bfc\u56fe
+icon_multiplication=\u4e58
+icon_narrative=\u53d9\u8ff0\u7684
+icon_negative=\u6d88\u6781\u7684
+icon_neutral=\u4e2d\u7acb\u7684
+icon_password=\u5bc6\u7801
+icon_pencil=\u6709\u5F85\u63A8\u6572
+icon_penguin=Linux\u4F01\u9E45
+icon_positive=\u79ef\u6781\u7684
+icon_prepare=\u9ec4\u8272\u4ea4\u901a\u706f
+icon_revision=\u4fee\u8ba2
+icon_smiley-angry=\u751F\u6C14
+icon_smiley-neutral=\u6CA1\u5174\u8DA3
+icon_smiley-oh=\u60CA\u8BB6
+icon_smily_bad=\u6211\u4E0D\u9AD8\u5174
+icon_stop=\u505C\u6B62
+icon_stop-sign=\u505C\u6B62
+icon_subtraction=\u51cf
+icon_unchecked=\u672a\u9009\u62e9
+icon_up=\u4E0A
+icon_user_icon=\u7528\u6237\u56fe\u6807
+icon_very_negative=\u975e\u5e38\u6d88\u6781\u7684
+icon_very_positive=\u975e\u5e38\u79ef\u6781\u7684
+icon_video=\u89c6\u9891
+icon_wizard=\u9B54\u6CD5
+icon_xmag=\u6709\u5F85\u8BA8\u8BBA
+icon_yes=\u91CD\u8981
+IconGroupPopupAction.arrows.text=\u7bad\u5934
+IconGroupPopupAction.docs_folders.text=\u6587\u4ef6&\u6587\u4ef6\u5939
+IconGroupPopupAction.flags.text=\u65d7\u5b50
+IconGroupPopupAction.math.text=\u6570\u5b66
+IconGroupPopupAction.media.text=\u5a92\u4f53
+IconGroupPopupAction.miscellaneous.text=\u6742\u9879
+IconGroupPopupAction.nature.text=\u81ea\u7136
+IconGroupPopupAction.numbers.text=\u6570\u5b57
+IconGroupPopupAction.office.text=\u529e\u516c
+IconGroupPopupAction.people.text=\u4eba
+IconGroupPopupAction.rating.text=\u8bc4\u5b9a
+IconGroupPopupAction.signs.text=\u6807\u5fd7
+IconGroupPopupAction.smiley.text=\u8868\u60c5\u7b26
+IconGroupPopupAction.time.text=\u65f6\u95f4
+IconGroupPopupAction.user.text=\u7528\u6237\u56fe\u6807
+IconProgressExtended10Action.text=\u5ef6\u957f\u8fdb\u5ea6 10%
+IconProgressExtended10Action.tooltip=<html>\u52a0\u5165\u8fdb\u5ea6\u6307\u6807: \u4e4b\u540e\u7528\u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u589e\u52a010% ; <br>\u6bcf\u6b21Control + \u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u51cf\u5c1110% \u76f4\u81f3\u79fb\u9664\u6307\u6807.</html>
+IconProgressExtended25Action.text=\u5ef6\u957f\u8fdb\u5ea6 25%
+IconProgressExtended25Action.tooltip=<html>\u52a0\u5165\u8fdb\u5ea6\u6307\u6807: \u4e4b\u540e\u7528\u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u589e\u52a025% ; <br>\u6bcf\u6b21Control + \u9f20\u6807\u5de6\u952e\u53cc\u70b9\u51fb\u53ef\u51cf\u5c1125% \u76f4\u81f3\u79fb\u9664\u6307\u6807.</html>
+IconProgressIconDownAction.text=\u8fdb\u5ea6\u51cf\u5c11
+IconProgressIconDownAction.tooltip=\u51cf\u5c11/\u63d2\u5165/\u79fb\u9664\u8fdb\u5c55\u56fe\u6807(100% -> 75% -> 50% -> 25% -> 0% -> \u79fb\u9664).
+IconProgressIconUpAction.text=\u8fdb\u5ea6\u589e\u52a0
+IconProgressIconUpAction.tooltip=\u589e\u52a0/\u63d2\u5165\u8fdb\u5c55\u56fe\u6807(0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=\u79fb\u9664\u8fdb\u5ea6
+IconProgressRemoveAction.tooltip=\u79fb\u9664\u8fdb\u5ea6\u56fe\u6807\u548c\u5ef6\u4f38\u8fdb\u5ea6\u56fe\u6807
+IconSelectionPlugin.text=\u9009\u62e9\u56fe\u6807...
+IconSelectionPlugin.tooltip=<html>\u5728\u6b64\u4f7f\u7528\u5b50\u7a97\u53e3\u9009\u62e9\u56fe\u6807\u3002</html>
+image_covertLink=\u5c06\u94fe\u63a5\u8f6c\u5316\u6210\u56fe\u7247
+ImageFlavorHandler=\u56fe\u7247(\u4f7f\u7528\u4e0d\u540c\u7684\u6587\u4ef6)
+import=\u5BFC\u5165
+import_linked_branch_no_link=\u9009\u4e2d\u7684\u8282\u70b9\u6ca1\u6709\u8fde\u63a5\u53ef\u4ee5\u5bfc\u5165\u3002
+ImportAction.text=\u5bfc\u5165(&I)
+ImportBranchAction.text=\u5206\u679d...
+ImportExplorerFavoritesAction.text=\u6536\u85CF\u5939...
+ImportFolderStructureAction.text=\u76EE\u5F55\u7ED3\u6784...
+ImportLinkedBranchAction.text=\u94FE\u63A5\u56FE
+ImportLinkedBranchWithoutRootAction.text=\u94FE\u63A5\u56FE(\u4E0D\u5E26\u6839\u8282\u70B9)...
+ImportMindmanagerFiles.text=MindManager X5 \u5BFC\u56FE...
+increase_branch_font_size=\u52A0\u5927\u5B57\u4F53
+IncreaseNodeFontAction.text=\u52A0\u5927\u5B57\u4F53
+internal_error_tooltip=\u5185\u90e8\u9519\u8bef\u53d1\u751f, \u70b9\u51fb\u6253\u5f00\u6700\u65b0\u7684log.0\u6587\u4ef6\u8fdb\u884c\u67e5\u8be2
+invalid_export_file=\u65e0\u6548\u7684\u5bfc\u51fa\u6587\u4ef6\u540d
+invalid_file_msg=\u627e\u4e0d\u5230{0}\u7684\u6587\u4ef6
+invalid_uri=\u65e0\u6548\u7684URI{0}
+invalid_url=\u65e0\u6cd5\u521b\u5efa\u6709\u6548\u7684URL
+invalid_url_msg=\u65e0\u6cd5\u4e3a{0}\u521b\u5efa\u6709\u6548\u7684URL
+ItalicAction.text=\u659C\u4F53
+italicise_branch=\u659C\u4F53\u5316
+java_version=Java\u7248\u672c\uff1a{0}
+JoinNodesAction.text=\u5408\u5E76\u8282\u70B9
+LatexDeleteLatexAction.text=\u79fb\u9664LaTeX\u516c\u5f0f
+LatexEditLatexAction.text=\u7f16\u8f91LaTeX\u516c\u5f0f
+LatexInsertLatexAction.text=\u65b0\u589eLaTeX\u516c\u5f0f
+less_than_two_selected_nodes=\u81f3\u5c11\u5fc5\u987b\u9009\u62e9\u4e24\u4e2a\u8282\u70b9\u8fdb\u884c\u8fde\u63a5\u3002
+license=\u8bb8\u53ef
+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 License for more details.<br><br>You should have received a copy of the GNU General Public License<br>along with this program; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=\u9519\u8bef\u8fde\u63a5\u201c{0}\u201d\u6ca1\u6709\u52a0\u8f7d
+link_not_available_any_more=\u8fde\u63a5\u4e0d\u518d\u6709\u6548\u3002\u8282\u70b9\u5df2\u5220\u9664\u3002
+link_not_found=\u94FE\u63A5 {0} \u672A\u53D1\u73B0.
+load=\u52a0\u8f7d(&L)
+load_accelerator_presets=\u52a0\u8f7d
+LoadAcceleratorPresetsAction.textPatterns.text=\u6587\u672c\u6a21\u5f0f
+locking_failed_by_open=\u601D\u7EF4\u5BFC\u56FE {0} \u52A0\u9501\u5931\u8D25. \u4EE5\u53EA\u8BFB\u65B9\u5F0F\u6253\u5F00.
+locking_failed_by_save_as=\u601D\u7EF4\u5BFC\u56FE {0} \u52A0\u9501\u5931\u8D25. \u4FDD\u5B58\u52A8\u4F5C\u88AB\u4E2D\u6B62.
+locking_old_lock_removed=\u601D\u7EF4\u5BFC\u56FE {0} \u88AB\u7528\u6237 {1} \u52A0\u9501. \u65E7\u9501\u5DF2\u88AB\u79FB\u9664.
+long_node_changed_cancel=\u60A8\u786E\u8BA4\u653E\u5F03\u5BF9\u8282\u70B9\u6240\u505A\u66F4\u6539?
+long_node_changed_submit=\u60A8\u786E\u8BA4\u4FDD\u5B58\u5BF9\u8282\u70B9\u6240\u505A\u66F4\u6539?
+lots_of_links_warning=\u60A8\u6B63\u8981\u5411\u540C\u4E00\u4E2A\u8282\u70B9\u6DFB\u52A0\u5927\u91CF\u94FE\u63A5. \u60A8\u771F\u7684\u60F3\u8981\u521B\u5EFA\u8FD9\u4E9B\u94FE\u63A5\u5417?
+main_resource_directory=\u5b89\u88c5\u8d44\u6e90\uff1a{0}
+MainView.errorUpdateText=\u8f93\u5165\u7684 {0} \u9519\u8bef\u5730\u8bbe\u5b9a\u6587\u5b57
+ManageAddOnsAction.text=\u9644\u52a0\u7ec4\u4ef6
+ManageAddOnsDialog.activate=\u542f\u7528
+ManageAddOnsDialog.activation.success={0} \u4f1a\u5728\u91cd\u65b0\u542f\u52a8\u540e\u542f\u7528
+ManageAddOnsDialog.authored.by=by {0}
+ManageAddOnsDialog.cannot.activate=\u65e0\u6cd5\u542f\u7528: {0} \u5df2\u7ecf\u5728\u4f7f\u7528\u4e2d
+ManageAddOnsDialog.cannot.configure=\u65e0\u6cd5\u8bbe\u5b9a {0}
+ManageAddOnsDialog.cannot.deactivate=\u65e0\u6cd5\u505c\u7528: {0} \u6ca1\u6709\u88ab\u542f\u7528
+ManageAddOnsDialog.cannot.deinstall=\u65e0\u6cd5\u79fb\u9664 {0}
+ManageAddOnsDialog.configure=\u8bbe\u5b9a
+ManageAddOnsDialog.deactivate=\u505c\u7528
+ManageAddOnsDialog.deactivation.success={0} \u5728\u91cd\u65b0\u542f\u52a8\u540e\u5c06\u505c\u7528
+ManageAddOnsDialog.deinstall=\u79fb\u9664
+ManageAddOnsDialog.deinstallation.success={0} \u5728\u91cd\u65b0\u542f\u52a8\u540e\u5c06\u88ab\u79fb\u9664
+ManageAddOnsDialog.error={0} \u5b89\u88c5\u9519\u8bef
+ManageAddOnsDialog.install=\u5b89\u88dd
+ManageAddOnsDialog.install.from.known.location=\u4ece\u79fb\u690d\u4f4d\u7f6e\u5b89\u88c5\u9644\u4ef6\u7ec4\u4ef6
+ManageAddOnsDialog.install.tooltip=\u5728\u8fd9\u91cc\u63d2\u5165\u9644\u52a0\u5143\u4ef6\u5b89\u88c5\u6587\u4ef6
+ManageAddOnsDialog.map.not.opened=\u601d\u7ef4\u5bfc\u56fe {0} \u672a\u6253\u5f00
+ManageAddOnsDialog.really.deinstall=\u79fb\u9664 {0}?
+ManageAddOnsDialog.search=\u641c\u7d22\u9644\u52a0\u7ec4\u4ef6
+ManageAddOnsDialog.search.file=\u641c\u7d22
+ManageAddOnsDialog.select.tooltip=\u9009\u62e9\u6587\u4ef6
+ManageAddOnsDialog.status.downloading=\u4e0b\u8f7d\u6587\u4ef6...
+ManageAddOnsDialog.status.installing=\u5b89\u88c5\u9644\u52a0\u7ec4\u4ef6...
+ManageAddOnsDialog.status.success={0} \u5b89\u88dd\u6210\u529f
+ManageAddOnsDialog.tab.install=\u641c\u7d22\u548c\u5b89\u88c5
+ManageAddOnsDialog.tab.install.tooltip=\u641c\u7d22\u548c\u5b89\u88c5\u65b0\u9644\u52a0\u7ec4\u4ef6
+ManageAddOnsDialog.tab.manage=\u9644\u52a0\u7ec4\u4ef6
+ManageAddOnsDialog.tab.manage.themes=\u4e3b\u9898
+ManageAddOnsDialog.tab.manage.themes.tooltip=\u7ba1\u7406\u5df2\u5b89\u88c5\u4e3b\u9898
+ManageAddOnsDialog.tab.manage.tooltip=\u7ba1\u7406\u5df2\u5b89\u88c5\u9644\u52a0\u7ec4\u4ef6
+ManageAddOnsDialog.visit.addon.page=\u8bbf\u95ee\u9644\u52a0\u7ec4\u4ef6\u9875
+ManageConditionalStylesAction.text=\u7ba1\u7406\u601d\u7ef4\u5bfc\u56fe\u6761\u4ef6\u6837\u5f0f
+ManageNodeConditionalStylesAction.text=\u7ba1\u7406\u8282\u70b9\u6761\u4ef6\u6837\u5f0f
+map_already_exists=\u601D\u7EF4\u5BFC\u56FE\u5DF2\u5B58\u5728\uFF0C\u8981\u8986\u76D6\u5417?
+map_corrupted=\u601D\u7EF4\u5BFC\u56FE\u5DF2\u635F\u574F. \u67E5\u770B\u8BE6\u7EC6\u4FE1\u606F?
+map_load_error=\u4e0d\u80fd\u8f7d\u5165\u601d\u7ef4\u5bfc\u56fe {0}
+map_locked_by_open=\u601D\u7EF4\u5BFC\u56FE {0} \u5DF2\u88AB\u7528\u6237 {1} \u6253\u5F00. \u5C06\u4EE5\u53EA\u8BFB\u65B9\u5F0F\u6253\u5F00.
+map_locked_by_save_as=\u601D\u7EF4\u5BFC\u56FE {0} \u5DF2\u88AB\u7528\u6237 {1} \u6253\u5F00. \u4FDD\u5B58\u52A8\u4F5C\u88AB\u4E2D\u6B62.
+map_not_saved=\u8BE5\u5BFC\u56FE\u4ECE\u672A\u4FDD\u5B58\u8FC7.
+MapBackgroundColorAction.text=\u5bfc\u56fe\u80cc\u666f
+MaxNodeWidth.text=\u8bbe\u5b9a\u6700\u5927\u8282\u70b9\u5bbd\u5ea6
+menu_applyStyle=\u5e94\u7528\u6837\u5f0f
+menu_attributes=\u5c5e\u6027(&A)
+menu_clouds=\u4e91\u6846
+menu_copy=\u590d\u5236
+menu_coreFormat=\u8282\u70b9\u6838\u5fc3\u5185\u5bb9
+menu_details=\u660e\u7ec6
+menu_displayAttributes=\u8282\u70b9\u5c5e\u6027
+menu_encryption=\u5bc6\u7801\u4fdd\u62a4
+menu_error=\u7528\u6237\u5b9a\u4e49\u83dc\u5355\u6837\u5f0f\u9519\u8bef  {0};\n {1}\n \u9000\u51fa..
+menu_extensions=\u8282\u70b9\u6269\u5c55\u5185\u5bb9
+menu_extras=\u5de5\u5177(&T)
+menu_file_import=\u5bfc\u5165(&M)
+menu_filter=\u8fc7\u6ee4\u5668(&I)
+menu_format=\u683c\u5f0f(&O)
+menu_group=\u8282\u70b9\u7fa4\u7ec4
+menu_hoverView=\u5de5\u5177\u63d0\u793a
+menu_iconByCategory=\u56fe\u6807\u5206\u7c7b..
+menu_iconView=\u56fe\u6807
+menu_image=\u56fe\u7247
+menu_insert=\u63d2\u5165(&S)
+menu_latex_formula=LaTeX\u516c\u5f0f
+menu_links=\u94fe\u63a5
+menu_manageStyles=\u7ba1\u7406\u6837\u5f0f
+menu_moveNode=\u79fb\u52a8\u548c\u6392\u5e8f
+menu_navigate=\u5b9a\u4f4d(&N)
+menu_newNode=\u65b0\u589e\u8282\u70b9
+menu_node=\u8282\u70b9
+menu_node_features=\u8282\u70b9\u7279\u6027
+menu_nodes=\u8282\u70b9
+menu_nodeView=\u8282\u70b9\u6838\u5fc3
+menu_notes=\u6ce8\u89e3
+menu_noteView=\u6ce8\u89e3
+menu_progress=\u8fdb\u5ea6\u56fe\u6807(%)
+menu_remove_icons=\u79fb\u9664\u56fe\u6807
+menu_removeAttribute=\u79fb\u9664\u5c5e\u6027
+menu_select=\u9009\u62e9
+menu_time=\u65f6\u95f4\u7ba1\u7406
+menu_title=\u8282\u70b9\u6838\u5fc3\u5185\u5bb9
+menu_toolbars=\u5de5\u5177\u680f
+menu_view=\u89c6\u56fe(&V)
+menu_viewmode=\u67e5\u770b\u9009\u9879
+MenuUtils.invalid_menuitem={0} \u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u83dc\u5355\u9879\u7684\u952e
+mindmap=\u601D\u7EF4\u5BFC\u56FE
+MindMapNodesFlavorHandler=\u8282\u70b9\u5c42\u6b21\u7ed3\u6784
+mindmaps=\u601d\u7ef4\u5bfc\u56fe(&M)
+mindmaps_desc=\u601D\u7EF4\u5BFC\u56FE (*.mm)
+mindmaps_filter_desc=\u8FC7\u6EE4\u5668 (*.mmfilter)
+MinNodeWidth.text=\u8bbe\u5b9a\u6700\u5c0f\u8282\u70b9\u5bbd\u5ea6
+mode_Browse=\u6d4f\u89c8\u6a21\u5f0f
+mode_File=\u6587\u4ef6\u6a21\u5f0f
+mode_MindMap=\u601d\u7ef4\u5bfc\u56fe\u6a21\u5f0f
+mode_na=\u6A21\u5F0F\u4E0D\u53EF\u7528
+mode_status=\u6a21\u5f0f\u6539\u53d8\u4e3a{0}
+mode_title=\u601D\u7EF4\u5BFC\u56FE - {0} \u6A21\u5F0F
+modes=\u6A21\u5F0F
+ModesMenuAction.Browse.text=\u5bfc\u56fe\u6d4f\u89c8\u5668
+ModesMenuAction.File.text=\u6587\u4ef6\u7ba1\u7406\u5668
+ModesMenuAction.MindMap.text=\u601d\u7ef4\u5bfc\u56fe\u7f16\u8f91\u5668
+most_recent_files=\u6700\u8fd1\u6587\u4ef6(&M)
+MoveToRootAction.text=\u8F6C\u5230\u6839\u8282\u70B9
+NameConditionAction.text=\u8bbe\u5b9a\u540d\u79f0
+NavigationNextMapAction.text=\u540e\u4e00\u4e2a\u56fe
+NavigationPreviousMapAction.text=\u524d\u4e00\u4e2a\u56fe
+new=\u65b0\u5efa
+new_map_from_user_templates.text=\u65b0\u601d\u7ef4\u5bfc\u56fe(\u4ece\u6a21\u7248...)
+new_mindmap=\u65B0\u5EFA\u601D\u7EF4\u5BFC\u56FE
+new_node=\u65B0\u589E\u8282\u70B9
+new_node_as_sibling_not_possible_for_the_root=\u65B0\u8282\u70B9\u4E0D\u53EF\u80FD\u662F\u6839\u8282\u70B9\u7684\u5E73\u884C\u8282\u70B9\u3002
+new_version_available=\u53d1\u73b0\u65b0\u7248\u672c ''{0}''
+NewChildAction.text=\u63D2\u5165\u5B50\u8282\u70B9
+NewerFileRevisionsFoundDialog.cancel=\u8df3\u8fc7(&S)
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u4e0d\u6253\u5f00\u8fd9\u4e2a\u6587\u4ef6
+NewerFileRevisionsFoundDialog.file_last_modified=\u65f6\u95f4\u6233
+NewerFileRevisionsFoundDialog.file_name=\u6587\u4ef6
+NewerFileRevisionsFoundDialog.file_size=\u5b57\u8282
+NewerFileRevisionsFoundDialog.open=\u6253\u5f00\u6587\u4ef6
+NewerFileRevisionsFoundDialog.open.tooltip=\u6253\u5f00\u6587\u4ef6\u5373\u4f7f\u5b83\u53ef\u80fd\u4e0d\u662f\u6700\u65b0\u7248\u672c
+NewerFileRevisionsFoundDialog.question=\u53d1\u73b0 {0} \u7684\u8f83\u65b0\u7248\u672c
+NewerFileRevisionsFoundDialog.restore=\u6062\u590d
+NewerFileRevisionsFoundDialog.restore.tooltip=\u7528 {1} \u66ff\u6362 {0}
+NewerFileRevisionsFoundDialog.title=\u53d1\u73b0\u8f83\u65b0\u7684\u95ee\u4ef7\u7248\u672c
+NewFreeNodeAction.text=\u65b0\u589e\u81ea\u7531\u8282\u70b9
+NewLevelStyleAction.text=\u65b0\u589e\u5c42\u6b21\u6837\u5f0f
+newmap.install.addon.question={0} \u662f\u4e00\u4e2a\u9644\u52a0\u7ec4\u4ef6\u5305\n\u4f60\u60f3\u5b89\u88c5\u5b83\u4e48?\n(\u9ed8\u8ba4\u9009\u62e9"\u5426".)
+newmap.install.addon.title=\u5b89\u88c5\u9644\u52a0\u7ec4\u4ef6\uff1f
+NewMapAction.text=\u65B0\u5EFA
+NewMapViewAction.text=\u65b0\u601d\u7ef4\u5bfc\u56fe
+NewParentNode.text=\u65b0\u5efa\u7236\u8282\u70b9
+NewParentNode.tooltip=<html>\u6240\u6709\u9009\u4e2d\u7684\u53d1\u9001\u5230\u4e00\u4e2a\u65b0\u7236\u8282\u70b9\u3002</html>
+NewPreviousSiblingAction.text=\u63d2\u5165\u5e73\u884c\u8282\u70b9(\u4e0a\u65b9)
+NewSiblingAction.text=\u63d2\u5165\u5e73\u884c\u8282\u70b9(\u4e0b\u65b9)
+NewSummaryAction.text=\u6dfb\u52a0\u603b\u7ed3\u8282\u70b9(\u9009\u53d6\u8282\u70b9)
+NewUserStyleAction.text=\u65b0\u81ea\u5b9a\u6837\u5f0f(\u4ece\u9009\u53d6\u4e2d)
+NextNodeAction.BACK.text=\u524d\u4e00\u8282\u70b9
+NextNodeAction.BACK_N_FOLD.text=\u524d\u4e00\u8282\u70b9(\u6298\u53e0)
+NextNodeAction.FORWARD.text=\u4e0b\u4e00\u8282\u70b9
+NextNodeAction.FORWARD_N_FOLD.text=\u4e0b\u4e00\u8282\u70b9(\u6298\u53e0)
+NextPresentationItemAction.text=\u5c55\u5f00\u4e0b\u4e00\u4e2a\u6f14\u793a\u6761\u76ee
+no=\u5426
+no_copy_attributes_before_paste_attributes=\u4f60\u65e0\u6cd5\u5728\u590d\u5236\u5c5e\u6027\u524d\u5c31\u53bb\u8d34\u4e0a\u5c5e\u6027.
+NO_FORMAT=\u6587\u672c(\u65e0\u683c\u5f0f)
+no_format_copy_before_format_paste=\u7c98\u8d34\u683c\u5f0f\u524d\u5fc5\u987b\u5148\u8fdb\u884c\u590d\u5236\u3002
+no_found_from=\u672A\u627E\u5230 "{0}" \u5728 "{1}" \u4E2D.
+no_more_found_from=\u6CA1\u6709\u627E\u5230\u66F4\u591A\u7684 "{0}" \u5728 "{1}" \u4E2D.
+no_previous_find=\u524D\u8FB9\u6CA1\u6709\u4E86.
+no_styles_found_in_map=\u5728\u601d\u7ef4\u5bfc\u56fe\u4e2d\u627e\u4e0d\u5230\u6837\u5f0f
+node=\u8282\u70B9(node)
+node_changed_discard_changes=\u60A8\u786E\u8BA4\u653E\u5F03\u5BF9\u8282\u70B9\u6240\u505A\u66F4\u6539?
+node_is_write_protected=\u76ee\u6807\u8282\u70b9\u5199\u4fdd\u62a4\u3002
+node_location_help=\u62D6\u62C9\u6539\u53D8\u8282\u70B9\u7684\u4F4D\u7F6E, ctrl+\u62D6\u62C9 \u6539\u53D8\u8DDD\u79BB, \u53CC\u51FB\u548C ctrl+\u53CC\u51FB \u91CD\u7F6E.
+node_selector=\u8282\u70b9\u9009\u53d6
+node_selector_message=\u53cc\u51fb\u9009\u53d6\u8282\u70b9
+node_styles=\u8282\u70b9\u6837\u5f0f
+NodeBackgroundColorAction.text=\u8282\u70B9\u80CC\u666F\u989C\u8272...
+NodeColorAction.text=\u8282\u70B9\u989C\u8272 ...
+NodeColorBlendAction.text=\u8272\u5F69\u6DF7\u5408
+NodeDownAction.text=\u4E0B\u79FB
+NodeExtensions.EditNodeExtensions=\u7f16\u8f91\u8282\u70b9\u6269\u5c55\u6027\u8d28
+NodeExtensions.RemoveNodeExtensions=\u79fb\u9664\u8282\u70b9\u6269\u5c55\u6027\u8d28
+NodeListAction.text=\u67E5\u627E\u5E76\u66FF\u6362...
+NodeListAction.tooltip=\u4EE5\u5E26\u8FC7\u6EE4\u5668\u5C5E\u6027\u7684\u53EF\u641C\u7D22\u5217\u8868\u663E\u793A\u6240\u6709\u8282\u70B9.
+NodeShapeAction.bubble.text=\u6CE1\u6846
+NodeShapeAction.fork.text=\u53C9\u72B6
+NodeUpAction.text=\u4E0A\u79FB
+NodeWidthAction.text=\u8bbe\u5b9a\u8282\u70b9\u5bbd\u5ea6\u9650\u5236...
+nonboldify_branch=\u53D6\u6D88\u52A0\u7C97
+nonitalicise_branch=\u53D6\u6D88\u659C\u4F53
+normal=\u5E38\u89C4
+not_saved_for_image_error=\u4f7f\u7528\u6587\u4ef6\u9009\u62e9\u5668\u8bbe\u7f6e\u56fe\u7247\u524d\u5fc5\u987b\u5148\u4fdd\u5b58\u5bfc\u56fe
+not_saved_for_link_error=\u7528\u6587\u4EF6\u9009\u62E9\u5668\u6DFB\u52A0\u6587\u4EF6\u94FE\u63A5\u524D\u5FC5\u987B\u5148\u4FDD\u5B58\u56FE\u3002
+note_window_location=\u6ce8\u89e3\u7a97\u53e3\u4f4d\u7f6e
+ok=\u786e\u5b9a(&O)
+OKAction.text=\u786e\u5b9a (&O)
+OnlineReference.text=\u601d\u7ef4\u5bfc\u56fe\u5728\u7ebf\u6587\u6863
+open_asMindMap=\u601d\u7ef4\u5bfc\u56fe
+OpenAction.text=\u6253\u5F00...
+OpenFreeplaneSiteAction.text=Freeplane\u7F51\u7AD9\u9996\u9875
+OpenPathAction.text=\u6253\u5f00\u6587\u4ef6
+OpenURLMapAction.text=\u4eceURL\u6253\u5f00\u601d\u7ef4\u5bfc\u56fe
+OpenUserDirAction.text=\u6253\u5f00\u7528\u6237\u76ee\u5f55
+option_changes_may_require_restart=\u91CD\u65B0\u542F\u52A8Freeplane\u540E, \u624D\u53EF\u770B\u5230\u66F4\u6539\u8BBE\u7F6E\u7684\u6548\u679C.
+OptionalDontShowMeAgainDialog.cancel=\u5426(&N)
+OptionalDontShowMeAgainDialog.dontShowAgain=\u4E0D\u7528\u518D\u8BE2\u95EE\u6211(&D).
+OptionalDontShowMeAgainDialog.ok=\u662F(&Y)
+OptionalDontShowMeAgainDialog.rememberMyDescision=\u8BB0\u4F4F\u6211\u7684\u51B3\u5B9A(&R).
+OptionPanel.absolute=\u7EDD\u5BF9
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u81EA\u52A8\u5E03\u5C40\u6A21\u5F0F
+OptionPanel.ADD_CHILD=\u6dfb\u52a0\u5b50\u8282\u70b9
+OptionPanel.ADD_SIBLING=\u6dfb\u52a0\u5144\u5f1f\u8282\u70b9
+OptionPanel.addons=\u9644\u52a0\u7ec4\u4ef6
+OptionPanel.always_fold_all_after_load=\u5168\u90e8\u6298\u53e0
+OptionPanel.always_load_last_maps=\u52a0\u8f7d\u4e0a\u6b21\u5bfc\u56fe\u548c\u65b0\u5bfc\u56fe
+OptionPanel.always_load_last_maps.tooltip=\u901a\u8fc7\u4e0a\u9762\u7684\u9009\u9879\u6253\u5f00\u4e0a\u6b21\u6587\u4ef6\uff0c\u751a\u81f3\u5728\u7528\u9009\u4e2d\u7684\u5bfc\u56fe\u6587\u4ef6\u542f\u52a8FreePlane\u65f6\u4e5f\u6709\u6548\u3002
+OptionPanel.always_save_folding=\u603b\u662f
+OptionPanel.always_save_folding_state=\u603b\u662f\u4fdd\u5b58\u6298\u53e0\u72b6\u6001\u7684\u6539\u53d8
+OptionPanel.always_save_folding_state.tooltip=\u5982\u679c\u9009\u4e2d\uff0c\u6bcf\u6b21\u6298\u53e0\u52a8\u4f5c\u90fd\u4f1a\u5bfc\u81f4\u5bfc\u56fe\u6539\u53d8\u5e76\u63d0\u9192\u7528\u6237\u4fdd\u5b58\u3002
+OptionPanel.always_unfold_all_after_load=\u5c55\u5f00\u6240\u6709
+OptionPanel.antialias=\u5E73\u6ED1
+OptionPanel.antialias.tooltip=<html>\u786E\u5B9A\u56FE\u7684\u8D28\u91CF. \u8D8A\u5E73\u6ED1\u5904\u7406\u65F6\u95F4\u8D8A\u957F.</html>
+OptionPanel.antialias_all=\u5E73\u6ED1\u5168\u90E8
+OptionPanel.antialias_edges=\u5E73\u6ED1\u8FDE\u7EBF
+OptionPanel.antialias_none=\u4E0D\u5E73\u6ED1
+OptionPanel.Appearance=\u5916\u89C2
+OptionPanel.apply_system_screen_resolution=\u5e94\u7528\u7cfb\u7edf\u9ed8\u8ba4\u7684\u5c4f\u5e55\u5206\u8fa8\u7387
+OptionPanel.approximate_search_threshold=\u8fd1\u4f3c\u5339\u914d\u9608\u503c
+OptionPanel.approximate_search_threshold.tooltip=<HTML>\u8fd1\u4f3c\u5339\u914d\u9608\u503c<br/> <font size="2">\u8be6\u60c5\u8bf7\u81f3http://freeplane.sf.net/wiki/index.php/Approximate_search < / FONT > <br/> \uff08\u8d8a\u9ad8\u4f1a\u53d1\u73b0\u8d8a\u5c11\u7684\u641c\u7d22\u7ed3\u679c<br/> \uff09 </ HTML >
+OptionPanel.ar=\u963F\u6839\u5EF7\u8BED
+OptionPanel.ARC=\u5f27\u5f62
+OptionPanel.as_parent=\u540C\u7236\u8282\u70B9
+OptionPanel.ask=\u8BE2\u95EE
+OptionPanel.automatic=\u81EA\u52A8
+OptionPanel.automaticFormat_level=\u81EA\u52A8\u5E03\u5C40\u6837\u5F0F
+OptionPanel.automaticFormat_level1=\u6839\u8282\u70B9\u683C\u5F0F
+OptionPanel.automaticFormat_level2=1. \u7EA7\u8282\u70B9\u683C\u5F0F
+OptionPanel.backup_file_number=\u4fdd\u5b58\u5907\u4efd\u6587\u4ef6\u7684\u4e2a\u6570
+OptionPanel.Behaviour=\u884C\u4E3A
+OptionPanel.bezier=\u8D1D\u585E\u5C14\u66F2\u7EBF
+OptionPanel.bubble=\u6c14\u6ce1
+OptionPanel.ca=\u52a0\u6cf0\u7f57\u5c3c\u4e9a\u8bed
+OptionPanel.Cancel=\u53D6\u6D88
+OptionPanel.center_selected_node=\u5c06\u9009\u4e2d\u7684\u8282\u70b9\u5c45\u4e2d
+OptionPanel.check_updates_automatically=\u7a0b\u5e8f\u542f\u52a8\u65f6\u68c0\u67e5\u66f4\u65b0
+OptionPanel.childpattern=\u5B50\u6A21\u5F0F
+OptionPanel.childpattern.tooltip=\u5BF9\u6240\u6709\u5B50\u8282\u70B9\u5E94\u7528\u6307\u5B9A\u7684\u6A21\u5F0F.
+OptionPanel.clear_all_setters=\u5207\u6362\u6240\u6709\u8BBE\u5B9A
+OptionPanel.clear_all_setters.tooltip=\u542F\u7528\u6216\u7981\u7528\u6240\u6709\u53D8\u66F4\u6307\u793A.
+OptionPanel.cloud=\u4e91\u6846
+OptionPanel.cloudcolor=\u4e91\u6846\u548c\u989c\u8272
+OptionPanel.cloudshape=\u4e91\u7684\u5f62\u72b6
+OptionPanel.combined=\u7EC4\u5408
+OptionPanel.compare_as_number=\u6570\u5b57\u6bd4\u5bf9
+OptionPanel.convert_to_current_version=<html>\u81EA\u52A8\u5C06\u65E7\u7248\u672C Freeplane \u5BFC\u56FE\u8F6C\u6362\u4E3A <br>\u5F53\u524D\u7684\u7248\u672C?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>\u53EA\u4E3A\u65E0\u9700\u8F6C\u6362\u7684\u975E\u5E38\u5927\u7684\u5BFC\u56FE <br>(\u8FD9\u662F\u4E13\u5BB6\u77E5\u8BC6\u5E93) \u4F60\u53EF\u4EE5\u65E0\u9700\u8F6C\u6362\u6253\u5F00\u5BFC\u56FE.</html>
+OptionPanel.cs=\u6377\u514B\u8BED
+OptionPanel.cut_nodes_without_question=\u65E0\u9700\u786E\u8BA4\u5373\u526A\u5207\u8282\u70B9?
+OptionPanel.cut_nodes_without_question.tooltip=\u5982\u679C\u52FE\u9009\u6B64\u590D\u9009\u6846\uFF0C\u5C06\u65E0\u9700\u786E\u8BA4\u5373\u526A\u5207\u8282\u70B9. \u8FD9\u53EF\u80FD\u5BFC\u81F4\u65E0\u610F\u4E2D\u4E22\u5931\u4FE1\u606F.
+OptionPanel.da=\u4E39\u9EA6\u8BED
+OptionPanel.date_format=\u6807\u51c6\u65e5\u671f\u683c\u5f0f
+OptionPanel.date_format.tooltip=SHORT, MEDIUM, LONG, FULL \u6216\u662f"MM/dd/yyyy" \u4e4b\u4efb\u4e00\u4e2a
+OptionPanel.datetime_format=\u6807\u51c6\u65e5\u671f\u65f6\u95f4\u683c\u5f0f
+OptionPanel.datetime_format.tooltip=<datestyle>,<timestyle> ( SHORT, MEDIUM, LONG, \u6216FULL) \u6216\u662f"M/d/yyyy hh:mm" \u4e4b\u4efb\u4e00\u4e2a
+OptionPanel.de=\u5FB7\u8BED
+OptionPanel.default=\u9ED8\u8BA4
+OptionPanel.default_attribute_key_column_width=\u6807\u51c6\u5c5e\u6027\u952e\u5bbd\u5ea6
+OptionPanel.default_attribute_value_column_width=\u6807\u51c6\u5c5e\u6027\u503c\u5bbd\u5ea6
+OptionPanel.default_browser_command_mac=Mac\u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
+OptionPanel.default_browser_command_mac.tooltip=<html> and MAC: (\u611F\u8C22 Nick!)</html>
+OptionPanel.default_browser_command_other_os=\u5176\u5B83\u64CD\u4F5C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
+OptionPanel.default_browser_command_other_os.tooltip=<html> \u5178\u578B\u7684\u662FLinux:</html>
+OptionPanel.default_browser_command_windows_9x=Windows 9x\u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>Windows (\u94FE\u63A5\u4E2D\u7684""\u662F\u5FC5\u9700\u7684 , URL\u4E2D\u6709"=").</html>
+OptionPanel.default_browser_command_windows_nt=Windows Nt \u9ED8\u8BA4\u6D4F\u89C8\u5668\u547D\u4EE4
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>Windows (\u94FE\u63A5\u4E2D\u7684""\u662F\u5FC5\u9700\u7684 , URL\u4E2D\u6709"=").</html>
+OptionPanel.default_charset=\u5b57\u7b26\u96c6
+OptionPanel.Defaults=\u9ED8\u8BA4
+OptionPanel.delete_automatic_saves_at_exit=\u9000\u51FA\u65F6\u5220\u9664\u81EA\u52A8\u4FDD\u5B58\u7684\u5907\u4EFD
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u5F53\u8BBE\u7F6E\u4E3Atrue\u65F6\uFF0C\u5982\u679CFreeplane\u6B63\u5E38\u9000\u51FA\uFF0C\u5C06\u81EA\u52A8\u5220\u9664\u5907\u4EFD\u6587\u4EF6</html>
+OptionPanel.delete_nodes_without_question=\u65E0\u9700\u786E\u8BA4\u5373\u5220\u9664\u8282\u70B9?
+OptionPanel.delete_nodes_without_question.tooltip=\u5982\u679C\u52FE\u9009\u6B64\u590D\u9009\u6846\uFF0C\u5C06\u65E0\u9700\u786E\u8BA4\u5373\u5220\u9664\u8282\u70B9. \u8FD9\u53EF\u80FD\u5BFC\u81F4\u65E0\u610F\u4E2D\u4E22\u5931\u4FE1\u606F.
+OptionPanel.disable_cursor_move_paper=\u62D6\u52A8\u65F6\u7981\u6B62\u6307\u9488
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\u62D6\u52A8\u9875\u9762\u65F6\u4E0D\u663E\u793A\u9F20\u6807\u6307\u9488</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=\u5bf9\u6240\u6709\u65b0\u8282\u70b9\u663e\u793a\u5185\u5d4c\u7f16\u8f91\u5217
+OptionPanel.display_node_id=\u663e\u793a\u8282\u70b9ID
+OptionPanel.edgecolor=\u8FDE\u7EBF\u989C\u8272
+OptionPanel.edgecolor.tooltip=\u7236\u8282\u70B9\u7684\u8FDE\u7EBF\u5C5E\u6027 (\u4E5F\u9002\u7528\u4E8E\u6240\u6709\u5B50\u8282\u70B9)
+OptionPanel.edgestyle=\u8FDE\u7EBF\u6837\u5F0F
+OptionPanel.edgestyle.tooltip=\u7236\u8282\u70B9\u7684\u8FDE\u7EBF\u5C5E\u6027 (\u4E5F\u9002\u7528\u4E8E\u6240\u6709\u5B50\u8282\u70B9)
+OptionPanel.edgewidth=\u8FDE\u7EBF\u5BBD\u5EA6
+OptionPanel.edgewidth.tooltip=\u7236\u8282\u70B9\u7684\u8FDE\u7EBF\u5C5E\u6027 (\u4E5F\u9002\u7528\u4E8E\u6240\u6709\u5B50\u8282\u70B9)
+OptionPanel.EDIT_CURRENT=\u8986\u76d6\u5185\u5bb9
+OptionPanel.edit_on_double_click=\u53cc\u51fb\u65f6\u7f16\u8f91
+OptionPanel.editor_extra_width=\u989d\u5916\u5bbd\u5ea6\u8ddd\u79bb
+OptionPanel.editor_extra_width.tooltip=<html>\u5f53\u6587\u5b57\u8d85\u8fc7\u76ee\u524d\u5bbd\u5ea6\u65f6\uff0c\u51b3\u5b9a\u8981\u589e\u52a0\u7684\u5bbd\u5ea6\u7684\u50cf\u7d20\u503c .</html>
+OptionPanel.el=\u5e0c\u814a\u8bed
+OptionPanel.el__buttons_above=\u9876\u7aef\u6309\u94ae
+OptionPanel.el__enter_confirms_by_default=\u9ED8\u8BA4\u8FDB\u5165\u786E\u8BA4
+OptionPanel.el__max_default_window_height=\u9ED8\u8BA4\u7A97\u53E3\u6700\u5927\u9AD8\u5EA6
+OptionPanel.el__max_default_window_width=\u9ED8\u8BA4\u7A97\u53E3\u6700\u5927\u5BBD\u5EA6
+OptionPanel.el__min_default_window_height=\u9ED8\u8BA4\u7A97\u53E3\u6700\u5C0F\u9AD8\u5EA6
+OptionPanel.el__min_default_window_width=\u9ED8\u8BA4\u7A97\u53E3\u6700\u5C0F\u5BBD\u5EA6
+OptionPanel.el__position_window_below_node=\u8282\u70B9\u4E0B\u4F4D\u7F6E\u7A97\u53E3
+OptionPanel.en=\u82F1\u8BED
+OptionPanel.Environment=\u73AF\u5883
+OptionPanel.es=\u897F\u73ED\u7259\u8BED
+OptionPanel.et=\u7231\u6c99\u5c3c\u4e9a\u8bed
+OptionPanel.execute_scripts_without_asking=\u65E0\u9700\u786E\u8BA4\u6267\u884C\u811A\u672C?
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane \u811A\u672C\u53EF\u80FD\u5728\u4F60\u7684\u7535\u8111\u4E0A\u6267\u884C\u4EFB\u4F55\u52A8\u4F5C. <br>\u5982\u679C\u60A8\u4E0D\u80FD\u80AF\u5B9A\u8FD9\u4E9B\u811A\u672C\u7684\u5B89\u5168\u6027\u8BF7\u4E0D\u8981\u6267\u884C\u5B83\u4EEC.</html>
+OptionPanel.execute_scripts_without_exec_restriction=\u5141\u8BB8\u6267\u884C\u5176\u4ED6\u5E94\u7528\u7A0B\u5E8F(\u4E0D\u63A8\u8350)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>\u5982\u679C\u4F60\u7684Groovy\u811A\u672C\u9700\u8981\u6267\u884C\u5176\u5B83\u7279\u6B8A\u7684\u5E94\u7528\u7A0B\u5E8F(\u5982\u6D4F\u89C8\u5668)\u800C\u4E0D\u8FDB\u884C\u8BE2\u95EE(!),<br>\u5C31\u5FC5\u987B\u5141\u8BB8\u6B64\u9009\u9879. <br>\u4F46\u8BF7\u5C0F\u5FC3\u4F7F\u7528\uFF0C\u56E0\u4E3A\u6076\u610F\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u8BA1\u7B97\u673A!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=\u5141\u8BB8\u6587\u4EF6\u64CD\u4F5C(\u4E0D\u63A8\u8350)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>\u5982\u679C\u4F60\u7684Groovy\u811A\u672C\u9700\u8981\u6267\u884C\u7279\u6B8A\u7684\u6587\u4EF6\u64CD\u4F5C(\u6253\u5F00\uFF0C\u5173\u95ED\uFF0C\u8BFB\uFF0C\u5199\uFF0C\u5220),<br>\u5C31\u5FC5\u987B\u5141\u8BB8\u6B64\u9009\u9879. <br>\u4F46\u8BF7\u5C0F\u5FC3\u4F7F\u7528\uFF0C\u56E0\u4E3A\u6076\u610F\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u8BA1\u7B97\u673A!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=\u5141\u8BB8\u7F51\u7EDC\u64CD\u4F5C(\u4E0D\u63A8\u8350)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>\u5982\u679C\u4F60\u7684Groovy\u811A\u672C\u9700\u8981\u6267\u884C\u7279\u6B8A\u7684\u7F51\u7EDC\u64CD\u4F5C\uFF0C<br>\u5C31\u5FC5\u987B\u5141\u8BB8\u6B64\u9009\u9879. <br>\u4F46\u8BF7\u5C0F\u5FC3\u4F7F\u7528\uFF0C\u56E0\u4E3A\u6076\u610F\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u8BA1\u7B97\u673A!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=\u5141\u8bb8\u6587\u4ef6\u8986\u5199 (\u4e0d\u5efa\u8bae)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u5982\u679c\u4f60\u7684Groovy Scripts \u5199\u5165\u6587\u4ef6\u5199\u5165, \u5220\u9664(!)),<br>\u4f60\u5fc5\u987b\u9009\u62e9\u8fd9\u4e2a, <br>\u6b63\u5e38\u60c5\u51b5\u4e0b\u53ea\u5141\u8bb8\u8bfb.<br>\u4f7f\u7528\u8fd9\u529f\u80fd\u8981\u5c0f\u5fc3,\u56e0\u4e3a\u6076\u610f\u7684scripts \u4f1a\u4f24\u5bb3\u4f60\u7684\u7535\u8111!</body></html>
+OptionPanel.experimental_file_locking_on=\u6587\u4EF6\u9501\u5B9A
+OptionPanel.experimental_file_locking_on.tooltip=<html> \u5C1D\u8BD5\u529F\u80FD </html>
+OptionPanel.export_icons_in_html=Html\u5BFC\u51FA\u56FE\u6807
+OptionPanel.export_icons_in_html.tooltip=<html> \u5BFC\u51FA\u65F6\u662F\u5426\u5305\u542B\u56FE\u6807. \u56FE\u6807\u95EE\u9898\uFF1A\u9891\u7E41\u94FE\u63A5\u7684\u56FE\u6807\u5728\u5BFC\u51FA\u7684HTML\u4E2D\u770B\u4E0D\u5230.</html>
+OptionPanel.Files=\u6587\u4EF6
+OptionPanel.first=\u5F00\u59CB
+OptionPanel.fold_on_click_inside=\u5728\u5185\u90e8\u70b9\u51fb\u65f6\u6298\u53e0
+OptionPanel.foldingsymbolwidth=\u6298\u53E0\u7B26\u53F7\u5BBD\u5EA6
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u6298\u53E0\u5706\u6807\u8BB0\u7684\u5BBD\u5EA6</html>
+OptionPanel.fork=\u5206\u53c9
+OptionPanel.format_locale=\u683c\u5f0f\u9002\u7528\u573a\u5408
+OptionPanel.format_locale.tooltip=\u5bf9\u683c\u5f0f\u548c\u8d44\u6599\u89e3\u6790\u7684\u9002\u7528\u573a\u5408\u8bbe\u5b9a
+OptionPanel.formula_disable_caching=\u7981\u7528\u516c\u5f0f\u8ba1\u7b97\u7f13\u5b58
+OptionPanel.formula_disable_plugin=\u7981\u7528\u516c\u5f0f\u8ba1\u7b97
+OptionPanel.fr=\u6CD5\u8BED
+OptionPanel.gl=\u683C\u9675\u5170\u8BED
+OptionPanel.goto_note_end_on_edit=\u79fb\u52a8\u6ce8\u89e3\u5149\u6807\u5230\u6700\u540e
+OptionPanel.grid_size=\u683c\u70b9\u95f4\u683c\u5927\u5c0f
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=\u9690\u85cf\u8fde\u7ebf
+OptionPanel.highlight_formulas=\u9ad8\u4eae\u516c\u5f0f
+OptionPanel.horizontal=\u6c34\u5e73
+OptionPanel.hr=\u514B\u7F57\u5730\u4E9A\u8BED
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=\u57FA\u4E8E\u65B9\u4F4D
+OptionPanel.html_export_fold_all=\u6298\u53E0\u5168\u90E8
+OptionPanel.html_export_fold_currently_folded=\u4FDD\u6301\u6298\u53E0
+OptionPanel.html_export_folding=Html\u5BFC\u51FA\u6298\u53E0
+OptionPanel.html_export_no_folding=\u4E0D\u6298\u53E0
+OptionPanel.hu=\u5308\u7259\u5229\u8BED
+OptionPanel.ic_disable=\u7981\u7528
+OptionPanel.ic_file=\u4f7f\u7528\u786c\u76d8
+OptionPanel.ic_ram=In RAM
+OptionPanel.icon=\u56FE\u6807
+OptionPanel.icon.tooltip=\u5982\u679C\u5E94\u7528,\u8282\u70B9\u56FE\u6807\u5C06\u88AB\u8BBE\u7F6E\u4E3A\u8FD9\u4E2A\u56FE\u6807.
+OptionPanel.icons.list=\u53ef\u663e\u793a\u7684\u6807\u51c6\u56fe\u6807\u5217\u8868
+OptionPanel.icons.list.tooltip=\u5728\u6b64\u6392\u5e8f\u6216\u7981\u7528\u6807\u51c6\u56fe\u6807\u3002\u56fe\u6807\u5fc5\u987b\u4ee5\u5206\u53f7';'\u5206\u9694\u3002
+OptionPanel.id=\u5370\u5ea6\u5c3c\u897f\u4e9a\u8bed
+OptionPanel.IGNORE=\u5ffd\u7565
+OptionPanel.il__enter_confirms_by_default=\u7f3a\u7701Enter\u786e\u8ba4
+OptionPanel.image_cache=for images
+OptionPanel.it=\u610F\u5927\u5229\u8BED
+OptionPanel.ja=\u65E5\u8BED
+OptionPanel.key_type_action=\u6572\u51fb\u952e\u76d8\u65f6
+OptionPanel.Keystrokes=\u6309\u952E
+OptionPanel.ko=\u97E9\u8BED
+OptionPanel.label_font_family=\u5b57\u4f53\u96c6
+OptionPanel.label_font_size=\u5B57\u4F53\u5927\u5C0F
+OptionPanel.language=\u8BED\u8A00
+OptionPanel.language.tooltip=<html>\u7A0B\u5E8F\u6240\u7528\u8BED\u8A00. '\u81EA\u52A8' \u5C06\u5C1D\u8BD5\u52A0\u8F7D\u5F53\u524D\u7528\u6237\u7684\u8BED\u8A00. </html>
+OptionPanel.last=\u6700\u540E
+OptionPanel.last_opened_list_length=\u201C\u6700\u8FD1\u7684\u6587\u4EF6\u201D\u5217\u8868\u957F\u5EA6
+OptionPanel.layout_map_on_text_change=\u7f16\u8f91\u65f6\u66f4\u65b0\u601d\u7ef4\u5bfc\u56fe
+OptionPanel.layout_map_on_text_change.tooltip=\u4e0d\u4f7f\u7528\u6765\u83b7\u5f97\u66f4\u597d\u7684\u6027\u80fd
+OptionPanel.linear=\u76f4\u7ebf
+OptionPanel.links=\u94FE\u63A5
+OptionPanel.links.tooltip=<html>\u8BBE\u7F6E\u94FE\u63A5\uFF1A\u76F8\u5BF9\u3001\u7EDD\u5BF9 </html>
+OptionPanel.load_folding=\u52a0\u8f7d\u65f6
+OptionPanel.load_folding_from_map_default_fold_all=\u4ece\u5bfc\u56fe\u52a0\u8f7d\u6216\u6298\u53e0\u5168\u90e8
+OptionPanel.load_folding_from_map_default_unfold_all=\u4ece\u5bfc\u56fe\u52a0\u8f7d\u6216\u5c55\u5f00\u5168\u90e8
+OptionPanel.load_last_map=\u81EA\u52A8\u6253\u5F00\u6700\u540E\u7684\u5BFC\u56FE
+OptionPanel.load_last_map.tooltip=<html>\u5982\u679C\u9009\u4E2D\u7684\u8BDD\uFF0CFreeplane \u542F\u52A8\u65F6\u81EA\u52A8\u52A0\u8F7D\u4E0A\u6B21\u6253\u5F00\u7684\u601D\u7EF4\u5BFC\u56FE.</html>
+OptionPanel.load_last_maps=\u52a0\u8f7d\u4e0a\u6b21\u6240\u6709\u7684\u5bfc\u56fe
+OptionPanel.lookandfeel=\u5916\u89C2\u611F\u89C9
+OptionPanel.lookandfeel.tooltip=<html>\u4F7F\u7528\u5916\u89C2\u611F\u89C9. \u652F\u6301 'metal','windows','motif', 'gtk', \u4F7F\u7528MacOS\u65F6 'mac' \u53EF\u7528. \u9ED8\u8BA4\u662F\u6307, \u91C7\u7528\u9ED8\u8BA4\u89C2\u611F. \u5982\u679C\u60F3\u4F7F\u7528\u81EA\u5DF1\u7684\u89C2\u611F, \u8F93\u5165class\u540D\u79F0, \u5E76\u4E14\u786E\u8BA4\u76F8\u5E94\u7684jar\u6587\u4EF6\u88AB\u52A0\u8F7D. \u5982\u679C\u89C2\u611F\u6709\u95EE\u9898, \u9009\u62E9 'nothing' . \u5BF9applet\u540C\u6837\u9002\u7528</html>
+OptionPanel.lt=\u7ACB\u9676\u5B9B\u8BED
+OptionPanel.max_displayed_node_count=\u6700\u5927\u663e\u793a\u8282\u70b9\u6570
+OptionPanel.max_image_width=\u6700\u5927\u521d\u59cb\u56fe\u7247\u5bbd\u5ea6
+OptionPanel.max_image_width.tooltip=\u65b0\u7684\u56fe\u50cf\u7f29\u5c0f\u5230\u8fd9\u4e2a\u5bbd\u5ea6
+OptionPanel.max_menu_item_count=\u6700\u5927\u83dc\u5355\u9879\u6570\u76ee
+OptionPanel.max_menu_item_count.tooltip=\u5b50\u83dc\u5355\u6700\u5927\u5141\u8bb8\u7684\u9879\u76ee\u6570(\u6700\u5c11\u4e3a10)
+OptionPanel.max_node_width=\u8282\u70B9\u6700\u5927\u5BBD\u5EA6
+OptionPanel.max_shortened_text_length=\u6700\u5927\u6587\u5b57\u5bbd\u5ea6
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=\u6700\u5c0f\u8282\u70b9\u5bbd\u5ea6
+OptionPanel.motif=Motif
+OptionPanel.nb=\u632A\u5A01\u8BED(\u4F2F\u514B\u6885\u5C14)
+OptionPanel.never_save_folding=\u4ece\u4e0d
+OptionPanel.nl=\u5C3C\u52A0\u62C9\u74DC\u8BED
+OptionPanel.nn=\u632A\u5A01\u8BED(\u5C3C\u8BFA\u65AF\u514B)
+OptionPanel.nodebackgroundcolor=\u8282\u70B9\u80CC\u666F\u989C\u8272
+OptionPanel.nodebackgroundcolor.tooltip=\u672A\u9009\u4E2D\u8282\u70B9\u7684\u80CC\u666F\u989C\u8272
+OptionPanel.nodecolor=\u8282\u70B9\u989C\u8272
+OptionPanel.nodecolor.tooltip=\u672A\u9009\u4E2D\u8282\u70B9\u7684\u524D\u666F\u989C\u8272
+OptionPanel.nodefontbold=\u7C97\u4F53
+OptionPanel.nodefonthyperlink=\u8d85\u94fe\u63a5
+OptionPanel.nodefontitalic=\u659C\u4F53
+OptionPanel.nodefontname=\u8282\u70B9\u5B57\u4F53\u540D\u79F0
+OptionPanel.nodefontsize=\u8282\u70B9\u5B57\u4F53\u5927\u5C0F
+OptionPanel.nodeformat=\u683c\u5f0f
+OptionPanel.nodeformat.tooltip=<html>\u6587\u5b57\u66ff\u6362/ \u683c\u5f0f:<ul><li><em>\u6837\u5f0f\u6269\u5145</em> (<tt>%s</tt> \u662f\u539f\u59cb\u6587\u5b57), \u4f8b\u5982<tt>\u6ce8\u610f: %s</tt> <li><em>\u65e5\u671f\u548c\u6570\u5b57\u683c\u5f0f</em> - \u770b\u9009\u53d6\u65b9\u5757\u4e2d\u7684\u4f8b\u5b50</ul></html>
+OptionPanel.nodenumbering=\u8282\u70b9\u7f16\u53f7
+OptionPanel.nodenumbering.tooltip=\u5728\u8282\u70b9\u6587\u5b57\u52a0\u4e0a\u6392\u5e8f\u7f16\u53f7 (\u4f8b\u5982 1.3.1)
+OptionPanel.nodeshape=\u8282\u70B9\u6837\u5F0F
+OptionPanel.nodeshape.tooltip=<html>\u6B64\u6837\u5F0F\u63CF\u8FF0\u4E86\u8282\u70B9\u7684\u5916\u8FB9\u5F62\u5F0F. <br>\u53EF\u80FD\u7684\u503C\u6709:<br><table border="1"><tr><td>\u53C9\u5F62: </td><td> \u65E0\u73AF\u7ED5\u6846,</td></tr><tr><td>\u6C14\u6CE1\u6846: </td><td>\u5E26\u73AF\u7ED5\u6846\u7684\u8282\u70B9,</td></tr><tr><td>\u540C\u7236\u8282\u70B9: </td><td>\u4ECE\u7236\u8282\u70B9\u7EE7\u627F\u6837\u5F0F<br>\u6216\u7528\u6839\u8282\u70B9\u7684\u7F3A\u7701\u6837\u5F0F,</td></tr><tr><td>\u7EC4\u5408: </td><td>\u5F53\u8282\u70B9\u6298\u53E0\u65F6\u4F7F\u7528\u6C14\u6CE1\u6846\uFF0C\u5C55\u5F00\u65F6\u4F7F\u7528\u53C9\u5F62.</td></tr></table></html>
+OptionPanel.nodetext=\u8282\u70B9\u6587\u672C
+OptionPanel.nodetext.tooltip=\u5728\u6B64\u5B9A\u4E49\u8282\u70B9\u6587\u672C\uFF0C\u5F53\u6B64\u6A21\u5F0F\u5E94\u7528\u65F6\uFF0C\u4EE5\u524D\u7684\u6587\u672C\u5C06\u88AB\u4E22\u5F03
+OptionPanel.nothing=\u5168\u90E8\u4E0D\u9009
+OptionPanel.number_format=\u6807\u51c6\u6570\u5b57\u683c\u5f0f
+OptionPanel.number_format.tooltip=\u6837\u5f0f\u53ef\u5305\u542b'#' \u6216'0' \u6765\u8bbe\u5b9a\u5f3a\u5236\u6570\u5b57\u683c\u5f0f, \u4f8b\u5982"0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=\u81EA\u52A8\u4FDD\u5B58\u6587\u4EF6\u4E2A\u6570
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> \u4FDD\u5B58\u56FE\u7684\u4E0D\u540C\u6587\u4EF6\u4E2A\u6570.  \u7B2C\u4E00\u6B21\u81EA\u52A8\u4FDD\u5B58\u5728\u7B2C\u4E00\u4E2A\u6587\u4EF6, \u4F9D\u6B64\u7C7B\u63A8  \u5F53\u5230 n+1-save \u540E\u53C8\u5B58\u50A8\u5230\u7B2C\u4E00\u4E2A\u6587\u4EF6 (\u5FAA\u73AF)</html>
+OptionPanel.OK=\u4FDD\u5B58
+OptionPanel.org.freeplane.plugin.bugreport=\u7b56\u7565
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\u603b\u662f\u53d1\u9001
+OptionPanel.org.freeplane.plugin.bugreport.ask=\u663e\u793a\u62a5\u544a\u5bf9\u8bdd\u6846
+OptionPanel.org.freeplane.plugin.bugreport.denied=\u4ece\u4e0d\u53d1\u9001
+OptionPanel.outline_hgap=\u6c34\u5e73\u8ddd\u79bb
+OptionPanel.outline_vgap=\u5782\u76f4\u8ddd\u79bb
+OptionPanel.paint_connectors_behind=\u8282\u70b9\u906e\u76d6\u8fde\u7ebf
+OptionPanel.parse_data=\u8fa8\u8ba4\u8f93\u5165\u4e2d\u7684\u6570\u5b57\u548c\u65e5\u671f-\u65f6\u95f4
+OptionPanel.parse_data.tooltip=\u8bd5\u7740\u89e3\u6790\u65e5\u671f, \u65e5\u671f-\u65f6\u95f4\u548c\u6570\u5b57\u8f93\u5165\u5e76\u5957\u7528\u6807\u51c6\u683c\u5f0f. \u4f8b\u5982100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.PASTE_HTML=\u7c98\u8d34\u4e3aHTML
+OptionPanel.PASTE_PLAIN_TEXT=\u7c98\u8d34\u4e3a\u7eaf\u6587\u672c
+OptionPanel.path_property_may_not_be_empty=\u8def\u5f84\u5c5e\u6027\u4e0d\u4e3a\u7a7a\uff01\u53d8\u66f4\u5df2\u6062\u590d\u3002
+OptionPanel.patternname=\u540D\u79F0
+OptionPanel.patternname.tooltip=\u6A21\u5F0F\u540D\u79F0\u4E0D\u80FD\u91CD\u590D
+OptionPanel.pl=\u6CE2\u5170\u8BED
+OptionPanel.placenewbranches=\u653e\u7f6e\u65b0\u5206\u679d
+OptionPanel.placenewbranches.tooltip=<html>\u6307\u660e\u65b0\u5206\u679d\u7684\u4f4d\u7f6e. \u6709\u6548\u7684\u503c\u4e3a '\u5f00\u59cb' \u548c '\u6700\u540e' </html>
+OptionPanel.plugin.tooltip=\u975e\u6838\u5fc3\u63d2\u4ef6
+OptionPanel.plugins=\u63d2\u4ef6
+OptionPanel.presentation_dimmer_transparency=\u6f14\u793a\u8c03\u5149\u900f\u660e\u5ea6
+OptionPanel.presentation_mode=\u6f14\u793a\u6a21\u5f0f
+OptionPanel.printonwhitebackground=<html>\u6253\u5370\u65F6\u4F7F\u7528\u767D\u8272\u80CC\u666F</html>
+OptionPanel.printonwhitebackground.tooltip=<html>\u6253\u5370\u65F6\u603B\u662F\u4F7F\u7528\u767D\u8272\u80CC\u666F</html>
+OptionPanel.pt_BR=\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09
+OptionPanel.pt_PT=\u8461\u8404\u7259\u8BED\uFF08\u8461\u8404\u7259\uFF09
+OptionPanel.RECT=\u77e9\u5f62
+OptionPanel.relative=\u76F8\u5BF9
+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\u5bcc\u6587\u672c\u683c\u5f0f(RTF\uff09\u7c98\u8d34
+OptionPanel.remove_notes_without_question=\u4E0D\u63D0\u95EE\u5C31\u79FB\u9664\u6CE8\u89E3\u5417\uFF1F
+OptionPanel.remove_notes_without_question.tooltip=\u5982\u679C\u52FE\u9009\u6B64\u590D\u9009\u6846\uFF0C\u5C5E\u4E8E\u9009\u4E2D\u8282\u70B9\u7684\u6CE8\u89E3\u5C06\u4E0D\u8FDB\u884C\u786E\u8BA4\u5C31\u79FB\u9664\u6389\u3002\u8FD9\u53EF\u80FD\u5BFC\u81F4\u65E0\u610F\u4E2D\u4E22\u5931\u4FE1\u606F.
+OptionPanel.resources_use_default_font_for_notes_too=\u6ce8\u89e3\u4e5f\u4f7f\u7528\u7f3a\u7701\u5b57\u4f53
+OptionPanel.resources_use_margin_top_zero_for_notes=\u53bb\u9664\u6ce8\u89e3\u7684\u4e0a\u8fb9\u754c
+OptionPanel.revision_color=\u4fee\u8ba2\u989c\u8272
+OptionPanel.revision_color.tooltip=\u5df2\u6539\u53d8\u7684\u8282\u70b9\u7684\u80cc\u666f\u989c\u8272
+OptionPanel.ROUND_RECT=\u5706\u89d2\u77e9\u5f62
+OptionPanel.ru=\u4FC4\u8BED
+OptionPanel.save_folding=\u4fdd\u5b58\u6298\u53e0
+OptionPanel.save_folding_if_map_is_changed=\u5982\u679c\u5bfc\u56fe\u5df2\u4fee\u6539
+OptionPanel.save_modification_times=\u4fdd\u5b58\u4fee\u6539\u6b21\u6570
+OptionPanel.script_classpath=Script\u7c7b\u76ee\u5f55
+OptionPanel.script_classpath.tooltip=<html>\u7528\u6765\u52a0\u5165script \u548c\u516c\u5f0f\u7684\u7c7b\u522b\u8def\u5f84\u7684JAR \u548c\u76ee\u5f55\u5217\u8868.<br>\u4f7f\u7528; (Windows) \u6216: (Linux, Mac) \u6765\u5206\u9694.<br>\u76ee\u5f55\u4f1a\u88ab\u626b\u63cf\u627eJAR \u548c.class \u6863. <br>\u8def\u5f84\u5982\u679c\u4e0d\u662f\u7edd\u5bf9\u8def\u5f84, \u5c06\u88ab\u89c6\u4e3a\u76f8\u5bf9\u4e8eFreeplane \u7684\u4f7f\u7528\u8005\u76ee\u5f55.<br>\u5982\u679c\u4f60\u8bbe\u5b9a\u7c7b\u522b\u8def\u5f84\uff0c!</html>\u5982\u679c\u4f60\u8bbe\u5b9a\u7c7b\u522b\u8def\u5f84, \u4f60\u4e5f\u5fc5\u987b\u5141\u8bb8\u8bfb\u53d6!
+OptionPanel.script_directories=\u811a\u672c\u641c\u7d22\u8def\u5f84(\u4f7f\u7528\u5206\u53f7;\u5206\u9694)
+OptionPanel.script_directories.tooltip=<html>\u76ee\u5f55\u5217\u8868.<br>\u4f7f\u7528; (Windows) \u6216: (Linux, Mac) \u6765\u5206\u9694.<br>\u8def\u5f84\u5982\u679c\u4e0d\u662f\u7edd\u5bf9\u8def\u5f84, \u5c06\u88ab\u89c6\u4e3a\u76f8\u5bf9\u4e8eFreeplane \u7684\u7528\u6237\u76ee\u5f55.</html>
+OptionPanel.script_user_key_name_for_signing=\u811A\u672C\u7B7E\u540D\u7528\u7684\u53EF\u9009\u7528\u6237\u5BC6\u94A5\u522B\u540D
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u5982\u679C\u60F3\u5BF9\u811A\u672C\u7B7E\u540D\uFF0C\u8BF7\u5728\u6B64\u8F93\u5165\u5BC6\u94A5\u7684\u522B\u540D. <br>\u5BC6\u94A5\u9884\u60F3\u5B58\u5728\u4E8E\u7F3A\u7701\u7684keystore\u4E2D. <br>\u5BC6\u94A5\u7684\u5BC6\u7801\u5FC5\u987B\u4E0Ekeystore\u7684\u5BC6\u7801\u4E00\u81F4(\u7F3A\u7701\u5982\u6B64).</html>
+OptionPanel.scrollbar_increment=\u5feb\u901f
+OptionPanel.scrolling_speed=Automatic map scrolling speed
+OptionPanel.selection_method=\u9009\u53D6\u6A21\u5F0F
+OptionPanel.selection_method.tooltip=<html> \u4EE5\u4E0B\u9009\u9879\u53EF\u4F9B\u9009\u62E9\uFF1A\u5EF6\u8FDF.\u81EA\u52A8.\u5355\u51FB. \u4E0D\u8981\u66F4\u6539\u8FD9\u4E9B. \u4ED6\u4EEC\u5C06\u4FDD\u5B58\u5728 auto.properties.</html>
+OptionPanel.selection_method_by_click=\u5355\u51FB
+OptionPanel.selection_method_delayed=\u5EF6\u8FDF
+OptionPanel.selection_method_direct=\u76F4\u63A5
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u6A21\u5F0F
+OptionPanel.separator.anti_alias=\u5E73\u6ED1
+OptionPanel.separator.attributes=\u5C5E\u6027
+OptionPanel.separator.automatic_save=\u81EA\u52A8\u4FDD\u5B58
+OptionPanel.separator.behaviour=\u884C\u4E3A
+OptionPanel.separator.browser=\u6D4F\u89C8\u5668
+OptionPanel.separator.cache=\u7f13\u5b58
+OptionPanel.separator.CloudControls=\u4e91\u6846
+OptionPanel.separator.commands_for_the_program=\u7A0B\u5E8F\u547D\u4EE4
+OptionPanel.separator.connectors=\u8fde\u63a5
+OptionPanel.separator.data_formats=\u6570\u636e\u683c\u5f0f\u5316\u548c\u89e3\u6790
+OptionPanel.separator.default_colors=\u9ED8\u8BA4\u989C\u8272
+OptionPanel.separator.default_fonts=\u9ED8\u8BA4\u5B57\u4F53
+OptionPanel.separator.default_styles=\u9ED8\u8BA4\u98CE\u683C
+OptionPanel.separator.EdgeControls=\u8FDE\u7EBF
+OptionPanel.separator.edit_long_node_window=\u7F16\u8F91\u957F\u8282\u70B9\u7A97\u53E3
+OptionPanel.separator.editing=\u7f16\u8f91\u5668\u8bbe\u7f6e
+OptionPanel.separator.files=\u6587\u4EF6
+OptionPanel.separator.formula=\u516c\u5f0f
+OptionPanel.separator.General=\u5E38\u89C4
+OptionPanel.separator.html_export=Html\u5BFC\u51FA
+OptionPanel.separator.html_import=Html\u5bfc\u5165
+OptionPanel.separator.hyperlink_types=\u8D85\u94FE\u63A5\u7C7B\u578B
+OptionPanel.separator.icon_properties=\u56FE\u6807
+OptionPanel.separator.icons="\u9009\u62E9\u56FE\u6807..."\u4E2D\u7684\u56FE\u6807
+OptionPanel.separator.initial_map_size=\u601D\u7EF4\u5BFC\u56FE\u521D\u59CB\u5C3A\u5BF8
+OptionPanel.separator.inline_editor=\u5185\u5d4c\u5f0f\u8282\u70b9\u7f16\u8f91\u5668
+OptionPanel.separator.key_typing=\u6309\u952E
+OptionPanel.separator.language=\u8BED\u8A00
+OptionPanel.separator.load=\u52a0\u8f7d
+OptionPanel.separator.look_and_feel=\u5916\u89C2\u611F\u89C9
+OptionPanel.separator.mouse_wheel=\u9F20\u6807\u6EDA\u8F6E
+OptionPanel.separator.new_node_commands=\u65B0\u5EFA\u8282\u70B9\u547D\u4EE4
+OptionPanel.separator.node_editing_commands=\u8282\u70B9\u7F16\u8F91\u547D\u4EE4
+OptionPanel.separator.node_navigation_commands=\u8282\u70B9\u5BFC\u822A\u547D\u4EE4
+OptionPanel.separator.NodeColors=\u8282\u70B9\u989C\u8272
+OptionPanel.separator.NodeFont=\u8282\u70B9\u5B57\u4F53
+OptionPanel.separator.NodeShape=\u8282\u70b9\u5f62\u72b6
+OptionPanel.separator.NodeStyle=\u8282\u70b9\u6837\u5f0f
+OptionPanel.separator.NodeText=\u6838\u5fc3\u6587\u5b57
+OptionPanel.separator.notifications=\u786E\u8BA4
+OptionPanel.separator.org.freeplane.plugin.bugreport=\u81ea\u52a8\u9519\u8bef\u62a5\u544a
+OptionPanel.separator.other_defaults=\u5176\u5B83\u9ED8\u8BA4\u8BBE\u5B9A
+OptionPanel.separator.others=\u5176\u5B83\u5173\u952E\u7684\u8FDE\u63A5
+OptionPanel.separator.outline_view=\u5927\u7eb2\u89c6\u56fe
+OptionPanel.separator.patterns=\u6A21\u5F0F
+OptionPanel.separator.RichTextEditor=\u5bcc\u6587\u672c\u7f16\u8f91\u5668
+OptionPanel.separator.root_node_appearance=\u6839\u8282\u70B9\u5916\u89C2
+OptionPanel.separator.save=\u4FDD\u5B58
+OptionPanel.separator.scripting=Scripting
+OptionPanel.separator.scrollbar=\u6eda\u52a8\u6761
+OptionPanel.separator.search=\u641c\u7d22
+OptionPanel.separator.selection_colors=\u9009\u5B9A\u65F6\u7684\u989C\u8272
+OptionPanel.separator.selection_method=\u9009\u53D6\u6A21\u5F0F
+OptionPanel.separator.single_instance_mode=\u5355\u4e00\u7a0b\u5e8f\u5b9e\u4f8b
+OptionPanel.separator.size_limits=\u5927\u5c0f\u9650\u5236
+OptionPanel.separator.spelling=\u62fc\u5199\u68c0\u67e5\u9009\u9879
+OptionPanel.separator.status=\u72b6\u6001\u884c
+OptionPanel.separator.tooltip=\u5de5\u5177\u63d0\u793a\u65f6\u95f4
+OptionPanel.separator.undo=\u64a4\u9500
+OptionPanel.separator.updates=\u7a0b\u5e8f\u66f4\u65b0
+OptionPanel.set_property_text=\u66F4\u6539
+OptionPanel.set_property_text.tooltip=\u7A7A=\u4E0D\u8981\u78B0; \u51CF\u53F7=\u79FB\u9664\u5C5E\u6027 (\u8BBE\u4E3A\u9ED8\u8BA4\u503C); \u52A0\u53F7=\u53D8\u66F4\u5C5E\u6027
+OptionPanel.setscript=\u6539\u53D8?
+OptionPanel.setscript.tooltip=\u811A\u672C\u80FD\u591F\u5173\u8054\u5230\u6837\u5F0F.
+OptionPanel.sharp_bezier=\u6E10\u7A84\u8D1D\u585E\u5C14\u66F2\u7EBF
+OptionPanel.sharp_linear=\u6E10\u7A84\u76F4\u7EBF
+OptionPanel.show_icon_for_attributes=\u663E\u793A\u5C5E\u6027\u56FE\u6807
+OptionPanel.show_node_tooltips=\u663e\u793a\u8282\u70b9\u7684\u5de5\u5177\u63d0\u793a
+OptionPanel.show_note_icons=\u663e\u793a\u6ce8\u89e3\u56fe\u6807
+OptionPanel.show_styles_in_tooltip=\u5728\u5de5\u5177\u63d0\u793a\u4e2d\u663e\u793a\u8282\u70b9\u6837\u5f0f
+OptionPanel.signed_script_are_trusted=\u4FE1\u4EFB\u5DF2\u7B7E\u540D\u811A\u672C(\u63A8\u8350)
+OptionPanel.signed_script_are_trusted.tooltip=\u5982\u679C\u811A\u672C\u7531\u4E00\u4E2A\u4FE1\u4EFB\u65B9(\u5982\uFF1AFreeplane\u4F5C\u8005\u6216\u4F60\u672C\u4EBA)\u7B7E\u540D\uFF0C\u5B83\u6267\u884C\u8D77\u6765\u5C31\u4E0D\u53D7\u9650\u5236
+OptionPanel.simplyhtml.default_paste_mode=\u9ed8\u8ba4\u7c98\u8d34\u6a21\u5f0f
+OptionPanel.single_backup_directory=\u4f7f\u7528\u5355\u4e00\u76ee\u5f55\u6765\u5907\u4efd\u6587\u4ef6
+OptionPanel.single_backup_directory.tooltip=<html>\u5982\u679c\u5907\u4efd\u6587\u4ef6\u548c\u81ea\u52a8\u4fdd\u5b58\u6587\u4ef6\u8981\u653e\u5728\u5355\u4e00\u76ee\u5f55\u800c\u4e0d\u662f\u5728\u601d\u7ef4\u5bfc\u56fe\u6240\u5728\u76ee\u5f55\u7684\u5b50\u76ee\u5f55</html>
+OptionPanel.single_backup_directory_path=\u5907\u4efd\u76ee\u5f55(\u4e0a\u8ff0\u9009\u9879\u88ab\u9009\u53d6\u65f6)
+OptionPanel.single_backup_directory_path.tooltip=<html>\u8986\u76d6 <freeplaneuserdir></html>
+OptionPanel.single_instance=\u5728\u5f53\u524d\u8fd0\u884c\u7684\u5b9e\u4f8b\u4e2d\u6253\u5f00\u6587\u4ef6
+OptionPanel.single_instance_force=\u53ea\u8fd0\u884c\u4e00\u4e2a\u5b9e\u4f8b
+OptionPanel.single_instance_force.tooltip=\u5373\u662f\u6ca1\u6709\u6587\u4ef6\u88ab\u6253\u5f00\u4e5f\u907f\u514d\u8fd0\u884c\u7b2c\u4e8c\u4e2a\u5b9e\u4f8b
+OptionPanel.sk=\u65af\u6d1b\u4f10\u514b\u8bed
+OptionPanel.sl=\u585E\u62C9\u5229\u6602\u8BED
+OptionPanel.spelling_opt_case_sensitive=\u5927\u5c0f\u5199\u654f\u611f
+OptionPanel.spelling_opt_ignore_all_caps_words=\u5ffd\u7565\u5168\u90e8\u5927\u5199\u7684\u5355\u8bcd\u3002
+OptionPanel.spelling_opt_ignore_capitalization=\u5ffd\u7565\u5355\u8bcd\u7684\u5927\u5199\u9996\u5b57\u6bcd
+OptionPanel.spelling_opt_ignore_words_with_numbers=\u5ffd\u7565\u5e26\u6570\u5b57\u7684\u5355\u8bcd
+OptionPanel.spelling_opt_suggestions_limit_dialog=\u5bf9\u8bdd\u6846\u4e2d\u7684\u6700\u5927\u5efa\u8bae\u4e2a\u6570
+OptionPanel.spelling_opt_suggestions_limit_menu=\u83dc\u5355\u4e2d\u7684\u6700\u5927\u5efa\u8bae\u4e2a\u6570
+OptionPanel.sr=\u0441\u0440\u043f\u0441\u043a\u0438 (\u585e\u5c14\u7ef4\u4e9a\u6587)
+OptionPanel.standard_template=\u6807\u51c6\u6a21\u7248\u6587\u4ef6
+OptionPanel.standardbackgroundcolor=\u6807\u51C6\u80CC\u666F\u989C\u8272
+OptionPanel.standardbackgroundcolor.tooltip=<html>html \u7B26\u53F7\u8868\u793A\u6807\u51C6\u80CC\u666F\u989C\u8272 </html>
+OptionPanel.standardcloudcolor=\u6807\u51C6\u4E91\u6846\u989C\u8272
+OptionPanel.standardcloudcolor.tooltip=<html> html \u7B26\u53F7\u8868\u793A\u6807\u51C6\u4E91\u6846\u989C\u8272 </html>
+OptionPanel.standardcloudestyle=\u6807\u51C6\u4E91\u6846\u98CE\u683C
+OptionPanel.standardcloudestyle.tooltip=<html>\u6807\u51C6\u4E91\u6846\u98CE\u683C. \u5F53\u524D\u53EA\u652F\u6301 'bezier'</html>
+OptionPanel.standarddrawrectangleforselection=\u4E3A\u6240\u9009\u8282\u70B9\u8BBE\u7F6E\u6CE1\u6846
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>\u7ED9\u6240\u9009\u8282\u70B9\u52A0\u4E0A\u6CE1\u6846.</html>
+OptionPanel.standardlinkcolor=\u6807\u51C6\u94FE\u63A5\u989C\u8272
+OptionPanel.standardlinkcolor.tooltip=<html>html \u7B26\u53F7\u8868\u793A\u6807\u51C6\u94FE\u63A5\u989C\u8272</html>
+OptionPanel.standardlinkestyle=\u6807\u51C6\u94FE\u63A5\u98CE\u683C
+OptionPanel.standardlinkestyle.tooltip=<html>\u6807\u51C6\u94FE\u63A5\u98CE\u683C. \u5F53\u524D\u53EA\u652F\u6301 'bezier'</html>
+OptionPanel.standardselectednodecolor=\u6807\u51C6\u8282\u70B9\u9009\u4E2D\u989C\u8272
+OptionPanel.standardselectednodecolor.tooltip=<html>\u8282\u70B9\u9009\u4E2D\u65F6\u7684\u6807\u51C6\u989C\u8272. html \u7B26\u53F7\u8868\u793A (#RRGGBB 16\u8FDB\u5236) </html>
+OptionPanel.standardselectednoderectanglecolor=\u9009\u4E2D\u8282\u70B9\u6CE1\u6846\u989C\u8272
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\u8BBE\u7F6E\u6240\u9009\u8282\u70B9\u7684\u6CE1\u6846\u989C\u8272. \u91C7\u7528html\u6807\u8BB0 (#RRGGBB 16\u8FDB\u5236)</html>
+OptionPanel.STAR=\u661f\u72b6
+OptionPanel.structured_html_import=\u5c06HTML\u5bfc\u5165\u4e3a\u8282\u70b9\u7ed3\u6784
+OptionPanel.structured_icon_toolbar=\u7ed3\u6784\u5316\u56fe\u6807\u5de5\u5177\u6761
+OptionPanel.summary=\u6458\u8981
+OptionPanel.sv=\u745E\u5178\u8BED
+OptionPanel.text.use_ctrl_key=\u4ece\u5de5\u5177\u83dc\u5355\u4e2d\u4f7f\u7528\u2018\u6307\u5b9a\u5feb\u6377\u65b9\u5f0f\u2019
+OptionPanel.time_for_automatic_save=\u81EA\u52A8\u4FDD\u5B58\u95F4\u9694
+OptionPanel.time_for_automatic_save.tooltip=<html> \u4E24\u6B21\u81EA\u52A8\u4FDD\u5B58\u76F4\u63A5\u7684\u65F6\u95F4 (\u6BEB\u79D2): \u8BBE\u7F6E 2000000000\u65F6\u81EA\u52A8\u4FDD\u5B58\u88AB\u7981\u6B62.</html>
+OptionPanel.time_for_delayed_selection=\u5EF6\u8FDF\u9009\u4E2D\u65F6\u95F4
+OptionPanel.time_for_delayed_selection.tooltip=<html>\u5EF6\u8FDF\u9009\u4E2D\u7684\u9F20\u6807\u505C\u7559\u65F6\u95F4 (\u6BEB\u79D2). \u5982\u679C\u60F3\u76F4\u63A5\u9009\u4E2D\u8BBE\u7F6E\u4E3A1.</html>
+OptionPanel.toolTipManager.dismissDelay=\u6d88\u5931\u5ef6\u65f6\uff0c\u6beb\u79d2
+OptionPanel.toolTipManager.initialDelay=\u521d\u59cb\u5ef6\u65f6\uff0c\u6beb\u79d2
+OptionPanel.toolTipManager.max_tooltip_width=\u5DE5\u5177\u63D0\u793A\u5BBD\u5EA6
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\u5DE5\u5177\u63D0\u793A\u7684\u9ED8\u8BA4\u5BBD\u5EA6-\u50CF\u7D20.</html>
+OptionPanel.toolTipManager.reshowDelay=\u91cd\u663e\u793a\u5ef6\u65f6\uff0c\u6beb\u79d2
+OptionPanel.tr=\u571F\u8033\u5176\u8BED
+OptionPanel.uk_UA=\u4e4c\u514b\u5170\u8bed
+OptionPanel.undefined_font=\u672A\u5B9A\u4E49\u7684\u5B57\u4F53
+OptionPanel.undo_levels=\u64A4\u9500\u6B21\u6570
+OptionPanel.undo_levels.tooltip=<html>\u51B3\u5B9A\u5B58\u50A8\u201C\u64A4\u9500\u201D\u7684\u6700\u5927\u6B65\u6570.</html>
+OptionPanel.unfold_on_paste=\u7C98\u8D34\u65F6\u5C55\u5F00\u8282\u70B9
+OptionPanel.unfold_on_paste.tooltip=\u7C98\u8D34\u6216\u62D6\u653E\u65F6\u5C55\u5F00\u8282\u70B9
+OptionPanel.use_common_out_point_for_root_node=\u4ECE\u6839\u8282\u70B9\u5F00\u59CB\u8FDE\u7EBF
+OptionPanel.use_common_out_point_for_root_node.tooltip=\u4ECE\u6839\u8282\u70B9\u5F00\u59CB\u8FDE\u7EBF
+OptionPanel.use_tabbed_pane=\u4F7F\u7528\u6807\u7B7E\u9875
+OptionPanel.use_tabbed_pane.tooltip=\u5982\u679C\u9009\u4E2D\uFF0C\u5BFC\u56FE\u5C06\u663E\u793A\u5728\u6807\u7B7E\u9875\u4E2D (\u5C31\u50CF\u5728 FireFox :-) ).
+OptionPanel.user_defined_screen_resolution=\u7528\u6237\u5b9a\u4e49\u5c4f\u5e55\u5206\u8fa8\u7387(dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripting:\u8bbe\u5b9a\u7c7b\u8def\u5f84\u662f\u5fc5\u987b\u5141\u8bb8\u6587\u4ef6\u8bfb\u53d6
+OptionPanel.validate_invalid_date_format=\u4e0d\u6b63\u786e\u7684\u65e5\u671f\u683c\u5f0f
+OptionPanel.validate_invalid_datetime_format=\u4e0d\u6b63\u786e\u7684\u65e5\u671f-\u65f6\u95f4\u683c\u5f0f
+OptionPanel.validate_invalid_number_format=\u4e0d\u6b63\u786e\u7684\u6570\u5b57\u683c\u5f0f
+OptionPanel.validate_write_without_read=Scripting: \u5c06 Read/File \u52a0\u5230 Write/File.
+OptionPanel.validation_error=<html><body>\u9a8c\u8bc1\u9519\u8bef:<p><em>{0}</em><p>\u8bf7\u4fee\u6539\u9996\u9009\u9879.</body></html>
+OptionPanel.validation_warning=<html><body>\u9a8c\u8bc1\u8b66\u544a:<p><em>{0}</em></body></html>
+OptionPanel.vi=\u8d8a\u5357\u8bed
+OptionPanel.wheel_velocity=\u901F\u5EA6
+OptionPanel.wheel_velocity.tooltip=\u503C\u8D8A\u5927\u8F6C\u52A8\u6EDA\u8F6E\u65F6\u56FE\u6EDA\u52A8\u7684\u8D8A\u5FEB.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=\u7B80\u4F53\u4E2D\u6587
+OptionPanel.zh_TW=\u7E41\u4F53\u4E2D\u6587
+org.freeplane.plugin.bugreport.agree=\u53d1\u9001
+org.freeplane.plugin.bugreport.always_agree=\u603b\u662f\u53d1\u9001
+org.freeplane.plugin.bugreport.always_deny=\u4ece\u4e0d\u53d1\u9001
+org.freeplane.plugin.bugreport.deny=\u4e0d\u53d1\u9001
+org.freeplane.plugin.bugreport.dialog.title=\u81ea\u52a8\u9519\u8bef\u62a5\u544a
+org.freeplane.plugin.bugreport.freeplane_team=Freeplane\u5c0f\u7ec4\u6d88\u606f
+org.freeplane.plugin.bugreport.lastreport=\u63a5\u6536\u5230\u7684\u62a5\u544a
+org.freeplane.plugin.bugreport.never=\u4ece\u4e0d\u8bf7\u6c42\u5e2e\u52a9
+org.freeplane.plugin.bugreport.question=Freeplane\u5177\u6709\u4e00\u4e2a\u81ea\u52a8\u9519\u8bef\u8ddf\u8e2a\u5f15\u64ce\u3002\n\u4f46\u7edd\u4e0d\u53d1\u9001\u4efb\u4f55\u4e2a\u4eba\u6570\u636e\u6216\u5bfc\u56fe\u5185\u5bb9\u3002\n\u9519\u8bef\u62a5\u544a\u5c06\u6709\u52a9\u4e8e\u6211\u4eec\u6539\u8fdb\u8f6f\u4ef6\u3002
+org.freeplane.plugin.bugreport.report=\u5f53\u524d\u62a5\u544a
+org.freeplane.plugin.bugreport.wanted_bug=\u53d1\u751f\u4e86\u4e00\u4e2a\u5185\u90e8\u9519\u8bef\u5e76\u5df2\u81ea\u52a8\u62a5\u544a\u3002\n\u6211\u4eec\u9700\u8981\u66f4\u591a\u7684\u4fe1\u606f\u4ee5\u4fbf\u518d\u73b0\u8be5\u610f\u5916\u72b6\u6001\u3002\n\u8bf7\u5e2e\u5fd9\u5411\u6211\u4eec\u7684Mantis\u7f3a\u9677\u8ddf\u8e2a\u7cfb\u7edf\u63d0\u4ea4\u4e00\u4efd\u9519\u8bef\u62a5\u544a\uff1a\u63cf\u8ff0\u9519\u8bef\u53d1\u751f\u65f6\u60a8\u7684\u64cd\u4f5c\uff0c\u4ee5\u4fbf\u6211\u4eec\u518d\u73b0\u9519\u8bef\u3002\n\n\u6309\u786e\u5b9a\u6309\u94ae\u5728web\u6d4f\u89c8\u5668\u4e2d\u6253\u5f00\u9519\u8bef\u8ddf\u8e2a\u9875\u3002\n\n\u8c22\u8c22\u4f60\u5bf9\u7f3a\u9677\u4fee\u590d\u7684\u5e2e\u52a9\u3002\nFreeplane\u5c0f\u7ec4
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u8282\u70b9 {0} \u6ca1\u6709\u5b9a\u4e49
+out_of_memory=\u5185\u5b58\u6ea2\u51fa\u3002
+overwrite_keyset_question=\u8986\u76d6\u73b0\u5b58\u7684\u952e\u96c6\uff1f
+PageAction.text=\u6253\u5370\u8BBE\u7F6E...
+password_is_not_ascii=\u5bc6\u7801\u4e0d\u662fASCII
+PasteAction.text=\u7C98\u8D34
+PasteAttributes.text=\u7c98\u8d34\u5c5e\u6027
+PatternNewNameProperty=\u65B0\u6A21\u5F0F
+PatternToString.backgroundColor=\u80CC\u666F\u989C\u8272
+PatternToString.Child=\u5B50\u8282\u70B9\u6837\u5F0F
+PatternToString.color=\u989C\u8272
+PatternToString.EdgeColor=\u8FDE\u7EBF\u989C\u8272
+PatternToString.EdgeStyle=\u8FDE\u7EBF\u98CE\u683C
+PatternToString.EdgeWidth=\u8FDE\u7EBF\u5BBD\u5EA6
+PatternToString.FontBold=\u7C97\u4F53
+PatternToString.FontItalic=\u659C\u4F53
+PatternToString.FontName=\u5B57\u4F53\u540D\u79F0
+PatternToString.Icon=\u56FE\u6807
+PatternToString.NodeFontSize=\u5B57\u4F53\u5927\u5C0F
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=\u65e5
+PeriodUnit.HOUR=\u5c0f\u65f6
+PeriodUnit.MINUTE=\u5206\u949f
+PeriodUnit.MONTH=\u6708
+PeriodUnit.WEEK=\u5468
+PeriodUnit.YEAR=\u5e74
+plugins/latex/LatexNodeHook.editorTitle=\u7f16\u8f91Latex
+plugins/script_filter=Script \u8fc7\u6ee4\u5668 {0}
+plugins/script_filter_error={0} had to return a boolean result on {1} but returned {2}
+plugins/ScriptEditor.cancel=\u653E\u5F03\u4FEE\u6539\u9000\u51FA(&D)
+plugins/ScriptEditor.exit=\u4FDD\u5B58\u9000\u51FA(&S)
+plugins/ScriptEditor.FORBIDDEN_ACTION=Freeplane groovy\u811A\u672C\u53D7\u9650. \u4E0B\u9762\u7684 {0,choice,0#File|1#Network|2#Exec} \u64CD\u4F5C\u88AB\u7981\u6B62: {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\u5E8F\u8BBE\u7F6E\u4E2D\u66F4\u6539\u6B64\u9009\u9879.
+plugins/ScriptEditor.menu_actions=\u52A8\u4F5C(&A)
+plugins/ScriptEditor.new_script=\u65B0\u811A\u672C
+plugins/ScriptEditor.run=\u8FD0\u884C(&R)
+plugins/ScriptEditor.sign=\u811A\u672C\u7B7E\u540D...
+plugins/ScriptEditor/window.Result=\u7ED3\u679C:
+plugins/ScriptEditor/window.title=\u811A\u672C\u7F16\u8F91\u5668
+plugins/ScriptingEngine.illegalAccessToInternalAPI=\u975e\u6cd5\u8bbf\u95ee\u5185\u90e8API (package {0}). \u5982\u679cAPI \u4e0d\u7ed9\u529b\u8bf7\u8054\u7edcFreeplane \u56e2\u961f.
+plugins/TimeList.xml_Created=\u521B\u5EFA
+plugins/TimeList.xml_Date=\u65E5\u671F
+plugins/TimeList.xml_Icons=\u56FE\u6807
+plugins/TimeList.xml_Modified=\u4FEE\u6539
+plugins/TimeList.xml_Notes=\u6CE8\u89E3
+plugins/TimeList.xml_Text=\u6587\u672C
+plugins/TimeManagement.xml_appendButton=\u5728\u6240\u9009\u8282\u70B9\u8FFD\u52A0\u65E5\u671F
+plugins/TimeManagement.xml_Cancel=\u53D6\u6D88
+plugins/TimeManagement.xml_cancelButton=\u53D6\u6D88
+plugins/TimeManagement.xml_closeButton=\u5173\u95ED
+plugins/TimeManagement.xml_Export=\u5BFC\u51FA\u9009\u4E2D\u7684\u8282\u70B9
+plugins/TimeManagement.xml_Find=\u67E5\u627E
+plugins/TimeManagement.xml_Goto=\u8F6C\u5230
+plugins/TimeManagement.xml_hour=\u65F6:
+plugins/TimeManagement.xml_menu_actions=\u52A8\u4F5C
+plugins/TimeManagement.xml_minute=\u5206:
+plugins/TimeManagement.xml_reminderButton=\u5230\u671F\u63D0\u9192
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u5F53\u7ED9\u5B9A\u65F6\u95F4\u6709\u4E00\u4E2A\u5B9A\u65F6\u5668\u88AB\u8BBE\u7F6E. \u901A\u8FC7\u95EA\u70C1\u56FE\u6807\u63D0\u9192\u4F60.<br> \u5173\u95ED\u56FE\u518D\u6B21\u6253\u5F00\u56FE\u65F6\uFF0C\u5B9A\u65F6\u5668\u5C06\u6FC0\u6D3B.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u5F53\u524D, \u6BCF\u4E2A\u8282\u70B9\u53EF\u80FD\u53EA\u652F\u6301\u4E00\u4E2A\u63D0\u9192. <br>\u5F53\u524D\u63D0\u9192\u4EE5 {0,date} {0,time}\u8BBE\u5B9A, \u4F60\u7684\u9009\u62E9\u662F {1,date} {1,time}. <br><br>\u786E\u8BA4\u66F4\u6539\u8282\u70B9\u63D0\u9192\u65F6\u95F4 (YES) <br>\u6216\u8005\u4FDD\u6301\u539F\u6709\u7684 (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u9884\u8BBE\u63D0\u9192 {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=\u7a0d\u540e\u63d0\u9192
+plugins/TimeManagement.xml_remindLaterButton_tooltip=\u7a0d\u540e\u63d0\u9192
+plugins/TimeManagement.xml_removeReminderButton=\u5220\u9664\u63D0\u9192
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u5220\u9664\u6240\u9009\u8282\u70B9\u7684\u6240\u6709\u76F8\u5173\u63D0\u9192.
+plugins/TimeManagement.xml_Replace=\u66FF\u6362
+plugins/TimeManagement.xml_Replace_All=\u5168\u90E8\u66FF\u6362
+plugins/TimeManagement.xml_Replace_Selected=\u66FF\u6362\u9009\u5B9A
+plugins/TimeManagement.xml_Select=\u9009\u62E9
+plugins/TimeManagement.xml_todayButton=\u4ECA\u5929
+plugins/TimeManagement.xml_WindowTitle=\u65F6\u95F4\u7BA1\u7406
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u67E5\u627E\u66FF\u6362
+preferences=\u9996\u9009\u9879
+print_preview_title=\u6253\u5370\u9884\u89C8
+PrintAction.text=\u6253\u5370...
+PrintDirectAction.text=\u6253\u5370
+printing_settings=\u6253\u5370\u6BD4\u4F8B
+PrintPreviewAction.text=\u6253\u5370\u9884\u89C8
+PropertyAction.dialog=\u9996\u9009\u9879
+PropertyAction.text=\u9996\u9009\u9879 ...
+QuickFilterAction.text=\u5feb\u901f\u8fc7\u6ee4
+QuickFindAction.BACK.text=\u67e5\u627e\u4e0a\u4e00\u4e2a
+QuickFindAction.FORWARD.text=\u67e5\u627e\u4e0b\u4e00\u4e2a
+QuickFindAllAction.text=\u9009\u53d6\u6240\u6709\u5339\u914d\u8282\u70b9
+QuickHighlightAction.text=\u9ad8\u70b9\u6240\u6709\u5339\u914d\u8282\u70b9
+QuitAction.text=\u9000\u51FA
+read_only=\u53EA\u8BFB
+ReadScriptError.text=\u8bfb\u53d6\u811a\u672c\u9519\u8bef\n\u8be6\u60c5\u8bf7\u67e5\u770blog\u6587\u4ef6
+really_convert_to_current_version=<html>\u8BE5\u5BFC\u56FE\u662F\u7528\u65E7\u7248\u672C\u7684 Freeplane\u521B\u5EFA\u7684. <br>\u8F6C\u6362\u5B83 (\u5EFA\u8BAE)? <br>(\u5426\u5219\u4F5C\u4E3A\u672A\u786E\u8BA4\u5904\u7406.) </html>
+really_cut_node=\u771F\u7684\u526A\u5207\u8282\u70B9?
+really_execute_script=\u4F60\u771F\u7684\u60F3\u6267\u884C\u8BE5\u5BFC\u56FE\u4E2D\u5305\u542B\u7684\u811A\u672C? \u8FD9\u4E9B\u811A\u672C\u53EF\u80FD\u635F\u5BB3\u4F60\u7684\u7535\u8111.
+really_remove_node=\u771F\u7684\u8981\u5220\u9664\u8282\u70B9?
+really_remove_notes=\u771F\u7684\u8981\u79FB\u9664\u6CE8\u89E3\u5417\uFF1F
+ReapplyFilterAction.text=\u91cd\u65b0\u5e94\u7528
+red=\u7ea2\u8272
+RedefineStyleAction.text=\u91cd\u5b9a\u4e49\u6837\u5f0f
+RedoAction.text=\u91CD\u505A
+RedoFilterAction.text=\u91CD\u505A
+regular_expressions=\u6b63\u5219\u8868\u8fbe\u5f0f
+ReminderHookAction.text=\u5220\u9664\u63D0\u9192
+ReminderHookAction.tooltip=\u5220\u9664\u8282\u70B9\u76F8\u5173\u63D0\u9192.
+remove_file_from_list_on_error=\u65e0\u6cd5\u6253\u5f00\u6587\u4ef6{0}\u3002\u662f\u5426\u4ece\u6700\u8fd1\u7684\u6587\u4ef6\u5217\u8868\u4e2d\u79fb\u9664\uff1f
+remove_shortcut_question=\u66ff\u6362\u6309\u952e\uff1f
+remove_shortcut_title=\u79fb\u9664\u5feb\u6377\u952e
+RemoveAllIconsAction.text=\u5220\u9664\u6240\u6709\u56FE\u6807
+RemoveConnectorAction.text=\u5220\u9664\u8fde\u63a5
+RemoveEncryption.text=\u79fb\u9664\u5bc6\u7801
+RemoveFormatAction.text=\u79fb\u9664\u683c\u5f0f
+RemoveIcon_0_Action.text=\u5220\u9664\u7b2c\u4e00\u4e2a\u56fe\u6807
+RemoveIconAction.text=\u5220\u9664\u6700\u540E\u4E00\u4E2A\u56FE\u6807
+RemoveNoteAction.text=\u79fb\u9664\u6ce8\u89e3
+RemoveNoteAction.tooltip=<html>\u79fb\u9664\u53ef\u80fd\u662f\u591a\u4e2a\u6ce8\u89e3\u7684\u5185\u5bb9.</html>
+rename=\u91CD\u547D\u540D
+repair_link=\u4FEE\u590D\u94FE\u63A5
+repair_link_question=\u4E0D\u80FD\u52A0\u8F7D\u94FE\u63A5\u56FE\u3002\u624B\u52A8\u4FEE\u590D\u94FE\u63A5\uFF1F
+replace=\u66FF\u6362
+replace_shortcut_question=\u8fd9\u4e2a\u5feb\u6377\u952e\u5df2\u7ecf\u6307\u5b9a\u7ed9\n {0}.\n\u662f\u5426\u66ff\u6362?
+replace_shortcut_title=\u66ff\u6362\u5feb\u6377\u952e\uff1f
+ReportBugAction.text=\u62a5\u544a\u9519\u8bef
+RequestFeatureAction.text=\u8bf7\u6c42\u589e\u52a0\u4e00\u4e2a\u529f\u80fd
+reset_to_default=\u4f7f\u7528\u7f3a\u7701
+ResetNodeLocationAction.text=\u91CD\u8BBE\u8282\u70B9\u4F4D\u7F6E
+ResetStyleAction.text=\u91cd\u7f6e\u8282\u70b9\u6837\u5f0f
+RevertAction.text=\u8fd8\u539f\u81f3\u4e0a\u6b21\u4fdd\u5b58\u72b6\u6001
+RevisionPluginAction.text=\u6539\u53d8\u4fee\u8ba2\u90e8\u5206\u7684\u80cc\u666f\u989c\u8272(&R)
+save_failed=\u56FE {0} \u5B58\u50A8\u5931\u8D25.
+save_unsaved=\u4FDD\u5B58\u4EE5\u4E0B\u601D\u7EF4\u5BFC\u56FE? :
+save_unsaved_styles=\u4fdd\u5b58\u6837\u5f0f\uff1f
+SaveAcceleratorPresetsAction.text=\u4fdd\u5b58\u70ed\u952e\u96c6
+SaveAction.text=\u4FDD\u5B58
+SaveAll.text=\u4FDD\u5B58\u6240\u6709(&A)
+SaveAll.tooltip=\u4FDD\u5B58\u6240\u6709\u6253\u5F00\u7684\u5BFC\u56FE.
+SaveAsAction.text=\u53E6\u5B58\u4E3A...
+saved=\u4FDD\u5B58\u5B8C\u6BD5
+saving_canceled=\u5df2\u53d6\u6d88\u4fdd\u5b58
+scanners_not_loaded=\u626b\u63cf\u5668\u65e0\u6cd5\u8f7d\u5165\uff0c\u6587\u4ef6\u5df2\u635f\u6bc1
+scheme_evaluate=\u8BC4\u4F30!
+script_execution_disabled=\u811a\u672c\u88ab\u7981\u7528\uff0c\u8bf7\u67e5\u770b \u5de5\u5177/\u9996\u9009\u9879/\u63d2\u4ef6
+ScriptEditor.text=\u811A\u672C\u7F16\u8F91\u5668...
+ScriptEditor.tooltip=\u5141\u8BB8\u5728Freeplane\u4E2D\u7F16\u5199\u8F83\u957F\u811A\u672C.
+ScriptEditorPanel.changed_cancel=\u811A\u672C\u5DF2\u4FEE\u6539. \u4F60\u771F\u7684\u60F3\u653E\u5F03\u8FD9\u4E9B\u4FEE\u6539\u5417?
+scripting_api_generator_legend=Legend
+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=\u9009\u62E9\u201C\u6536\u85CF\u5939\u201D\u6240\u5728\u7684\u76EE\u5F55
+select_file_export_to=\u9009\u62e9\u8981\u5bfc\u51fa\u5230\u7684\u6587\u4ef6
+select_folder_for_importing=\u9009\u62E9\u5BFC\u5165\u7684\u76EE\u5F55
+select_icon=\u9009\u62e9\u56fe\u6807
+select_menu_item_dialog=\u9009\u62e9\u83dc\u5355\u9879
+select_menu_item_root_node=\u83dc\u5355
+SelectAllAction.text=\u9009\u62E9\u6240\u6709\u53EF\u89C1\u9879
+SelectBranchAction.text=\u9009\u62e9\u53ef\u89c1\u5206\u679d
+SelectedPasteAction.text=\u7c98\u8d34\u4e3a...
+selection_method_by_click=\u5355\u51FB\u65F6\u9009\u5B9A
+selection_method_delayed=\u5EF6\u8FDF\u81EA\u52A8\u9009\u5B9A\u6A21\u5F0F\uFF08\u6307\u5411\u5E76\u5EF6\u8FDF\u4E00\u6BB5\u540E\u9009\u5B9A\uFF09
+selection_method_direct=\u6307\u5411\u65F6\u9009\u5B9A
+SelectNoteAction.text=\u6CE8\u89E3\u7F16\u8F91\u5207\u6362
+SelectNoteAction.tooltip=\u5207\u6362\u6ce8\u89e3\u7a97\u53e3\u4e0e\u5bfc\u56fe\u7a97\u53e3\u7126\u70b9
+set_accelerator_on_next_click_action=\u70b9\u51fb\u4efb\u610f\u83dc\u5355\u9879\u4ee5\u6307\u5b9a\u4e00\u4e2a\u65b0\u5feb\u6377\u65b9\u5f0f
+SetAcceleratorOnNextClickAction.text=\u6307\u5b9a\u5feb\u6377\u65b9\u5f0f
+SetImageByFileChooserAction.text=\u52a0\u5165\u56fe\u50cf(\u6587\u4ef6\u6216\u94fe\u63a5)...
+SetLinkAnchorAction.text=\u8bbe\u5b9a\u8282\u70b9\u8df3\u8f6c(anchor)
+SetLinkByFileChooserAction.text=\u52A0\u5165\u8D85\u94FE\u63A5(\u6587\u4EF6)...
+SetLinkByTextFieldAction.text=\u52a0\u5165\u8d85\u94fe\u63a5(\u6587\u5b57)...
+SetNodeLink.text=\u8bbe\u5b9a\u59d0\u5f1f\u554a\u94fe\u63a5...
+SetNoteWindowPosition.bottom.text=\u5e95\u90e8
+SetNoteWindowPosition.left.text=\u5de6\u8fb9
+SetNoteWindowPosition.right.text=\u53f3\u8fb9
+SetNoteWindowPosition.top.text=\u9876\u90e8
+SetShortenerStateAction.text=\u6700\u5c0f\u5316\u8282\u70b9
+sf_login_required=\u9700\u8981\u767b\u5f55Source Forge\u3002\u7ee7\u7eed\u5417\uff1f
+ShowAllAttributesAction.text=\u663E\u793A\u6240\u6709\u5C5E\u6027
+ShowAncestorsAction.text=\u663E\u793A\u4E0A\u4EE3
+ShowAttributeDialogAction.text=\u5C5E\u6027\u7BA1\u7406\u5668...
+ShowDescendantsAction.text=\u663E\u793A\u540E\u4EE3
+ShowFilterToolbarAction.text=\u8fc7\u6ee4\u5668\u5de5\u5177\u6761
+ShowFormatPanel.text=\u5c5e\u6027\u9762\u677f
+ShowFormatPanel.tooltip=\u5448\u73b0\u4e00\u4e2a\u5bf9\u8bdd\u6846, \u5176\u4e2d\u8282\u70b9\u548c\u5206\u652f\u7ebf\u7684\u5c5e\u6027\u53ef\u4ee5\u540c\u65f6\u4fee\u6539.
+ShowHideNoteAction.text=\u6CE8\u89E3\u7A97\u53E3
+ShowHideNoteAction.tooltip=\u8ba9\u6ce8\u89e3\u7a97\u53e3\u51fa\u73b0\u6216\u6d88\u5931.
+ShowNextChildAction.text=\u663e\u793a\u4e0b\u4e00\u4e2a\u513f\u5b50
+ShowNotesInMapAction.text=\u5728\u601d\u7ef4\u5bfc\u56fe\u4e0a\u663e\u793a\u6ce8\u89e3
+ShowSelectedAttributesAction.text=\u663E\u793A\u9009\u62E9\u7684\u5C5E\u6027
+ShowSelectionAsRectangleAction.text=\u77E9\u5F62\u9009\u62E9
+simplyhtml.aboutFrameTitle=\u5173\u4E8E\u672C\u7A0B\u5E8F
+simplyhtml.aboutLabel=\u5173\u4E8E SimplyHTML...
+simplyhtml.alignCenter=\u4E2D
+simplyhtml.alignLabel=\u5BF9\u9F50:
+simplyhtml.alignLeft=\u5DE6
+simplyhtml.alignRight=\u53F3
+simplyhtml.allCellsRangeLabel=\u6240\u6709\u5355\u5143\u683C
+simplyhtml.allOccurrencesReplaced=\u5DF2\u5168\u90E8\u66FF\u6362
+simplyhtml.appendTableColLabel=\u9644\u52A0\u5217
+simplyhtml.appendTableRowLabel=\u9644\u52A0\u884C
+simplyhtml.applyCellAttrLabel=\u5E94\u7528\u4E8E
+simplyhtml.backgroundLabel=\u80CC\u666F:
+simplyhtml.boldItalicName=\u7C97\u659C\u4F53
+simplyhtml.boldName=\u7C97\u4F53
+simplyhtml.borderColorLabel=\u989C\u8272:
+simplyhtml.borderWidthLabel=\u5BBD\u5EA6
+simplyhtml.bottomLabel=\u5E95\u90E8:
+simplyhtml.cancelBtnName=\u53D6\u6D88
+simplyhtml.cellBorderTabLabel=\u8FB9\u6846
+simplyhtml.cellGenTabLabel=\u5E38\u89C4
+simplyhtml.cellMarginTabLabel=\u8FB9\u8DDD
+simplyhtml.cellPanelTitle=\u5355\u5143\u683C\u683C\u5F0F
+simplyhtml.clearFormatLabel=\u53BB\u9664\u683C\u5F0F
+simplyhtml.clearFormatTip=\u53BB\u9664\u683C\u5F0F
+simplyhtml.close=\u5173\u95ED
+simplyhtml.closeBtnName=\u5173\u95ED
+simplyhtml.colorLabel=\u989C\u8272
+simplyhtml.copyLabel=\u590D\u5236
+simplyhtml.copyTip=\u590D\u5236
+simplyhtml.cTagNameHead1=\u6807\u9898 1
+simplyhtml.cTagNameHead2=\u6807\u9898 2
+simplyhtml.cTagNameHead3=\u6807\u9898 3
+simplyhtml.cTagNameHead4=\u6807\u9898 4
+simplyhtml.cTagNameHead5=\u6807\u9898 5
+simplyhtml.cTagNameHead6=\u6807\u9898 6
+simplyhtml.cTagNameLink=\u94FE\u63A5
+simplyhtml.cTagNameOL=\u6709\u5E8F\u5217\u8868
+simplyhtml.cTagNamePara=\u6BB5\u843D
+simplyhtml.cTagNameUL=\u65E0\u5E8F\u5217\u8868
+simplyhtml.cutLabel=\u526A\u5207
+simplyhtml.cutTip=\u526A\u5207
+simplyhtml.defaultDocName=\u65E0\u6807\u9898
+simplyhtml.deleteTableColLabel=\u5220\u9664\u5217
+simplyhtml.deleteTableRowLabel=\u5220\u9664\u884C
+simplyhtml.docTitleQuery=\u8BBE\u7F6E\u6807\u9898\u7ED9:
+simplyhtml.docTitleTitle=\u7F16\u8F91\u6587\u6863\u6807\u9898
+simplyhtml.editLabel=\u7F16\u8F91
+simplyhtml.effectLabel=\u6548\u679C
+simplyhtml.familyLabel=\u5B57\u4F53
+simplyhtml.findNext=\u67E5\u627E\u4E0B\u4E00\u4E2A...
+simplyhtml.findReplaceDialogTitle=\u67E5\u627E\u66FF\u6362
+simplyhtml.findReplaceLabel=\u67E5\u627E\u66FF\u6362
+simplyhtml.findReplaceTip=\u67E5\u627E\u66FF\u6362
+simplyhtml.fontBoldLabel=\u7C97\u4F53
+simplyhtml.fontBoldTip=\u5207\u6362\u7C97\u4F53 \u5F00/\u5173
+simplyhtml.fontColorLabel=\u6587\u672c\u989c\u8272
+simplyhtml.fontColorTip=\u6587\u672c\u989c\u8272
+simplyhtml.fontDialogTitle=\u5B57\u4F53\u683C\u5F0F
+simplyhtml.fontItalicLabel=\u659C\u4F53
+simplyhtml.fontItalicTip=\u5207\u6362\u659C\u4F53 \u5F00/\u5173
+simplyhtml.fontLabel=\u5B57\u4F53...
+simplyhtml.fontTabLabel=\u5B57\u4F53
+simplyhtml.fontTip=\u5B57\u4F53\u683C\u5F0F...
+simplyhtml.fontUnderlineLabel=\u4E0B\u5212\u7EBF
+simplyhtml.fontUnderlineTip=\u5207\u6362\u4E0B\u5212\u7EBF \u5F00/\u5173
+simplyhtml.foregroundLabel=\u524D\u666F:
+simplyhtml.formatLabel=\u683C\u5F0F
+simplyhtml.formatListLabel=\u5217\u8868...
+simplyhtml.formatListTip=\u6539\u53D8\u5217\u8868\u683C\u5F0F
+simplyhtml.formatParaLabel=\u6BB5\u843D...
+simplyhtml.formatParaTip=\u6539\u53D8\u6BB5\u843D\u683C\u5F0F
+simplyhtml.formatTableLabel=\u8868\u683C...
+simplyhtml.formatTableTip=\u8868\u683C\u683C\u5F0F
+simplyhtml.helpLabel=\u5E2E\u52A9
+simplyhtml.htmlTabTitle=HTML\u4EE3\u7801\u89C6\u56FE
+simplyhtml.imageFileDesc=\u56FE\u50CF\u6587\u4EF6
+simplyhtml.insertTableColLabel=\u63D2\u5165\u5217
+simplyhtml.insertTableLabel=\u8868\u683C...
+simplyhtml.insertTableMsg=\u591A\u5C11\u5217?
+simplyhtml.insertTableRowLabel=\u63D2\u5165\u884C
+simplyhtml.insertTableTitle=\u63D2\u5165\u8868\u683C
+simplyhtml.italicName=\u659C\u4F53
+simplyhtml.layoutTabTitle=\u5E03\u5C40\u89C6\u56FE
+simplyhtml.leftLabel=\u5DE6:
+simplyhtml.listDialogTitle=\u5217\u8868\u683C\u5F0F
+simplyhtml.listIndentTitle=\u7F29\u8FDB:
+simplyhtml.listPosInside=\u5185\u90E8
+simplyhtml.listPositionLabel=\u4F4D\u7F6E:
+simplyhtml.listPosOutside=\u5916\u90E8
+simplyhtml.listTypeCircle=\u5706\u70B9\u9879\u76EE\u7B26\u53F7
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\u6587\u4EF6\u7B26\u9879\u76EE\u7B26\u53F7
+simplyhtml.listTypeLabel=\u7C7B\u578B:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\u65E0
+simplyhtml.listTypeSquare=\u65B9\u5757\u9879\u76EE\u7B26\u53F7
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=\u9875\u8FB9\u8DDD(\u5916)
+simplyhtml.matchApproximately=\u8fd1\u4f3c\u5339\u914d
+simplyhtml.matchApproximately.tooltip=<html>\u662f\u5426\u5141\u8bb8\u8fd1\u4f3c\u5339\u914d,<br/>i.e. searching for 'files' will find 'flies'.</html>
+simplyhtml.matchCase=\u533A\u5206\u5927\u5C0F\u5199
+simplyhtml.matchCase.tooltip=\u67e5\u627e\u65f6\u662f\u5426\u533a\u5206\u5927\u5c0f\u5199
+simplyhtml.newStyleDefaultName=\u65B0\u6837\u5F0F
+simplyhtml.nextTableCellLabel=\u4E0B\u4E00\u4E2A\u5355\u5143\u683C
+simplyhtml.noLineLabel=\u65E0
+simplyhtml.noMoreOccurrencesFound=\u672A\u627E\u5230\u641C\u7D22\u9879
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=\u9875\u8FB9\u8DDD(\u5185)
+simplyhtml.paraAlignCenterLabel=\u5C45\u4E2D
+simplyhtml.paraAlignCenterTip=\u8BBE\u7F6E\u6BB5\u843D\u5C45\u4E2D\u5BF9\u9F50
+simplyhtml.paraAlignLeftLabel=\u5DE6\u5BF9\u9F50
+simplyhtml.paraAlignLeftTip=\u8BBE\u7F6E\u6BB5\u843D\u5DE6\u5BF9\u9F50
+simplyhtml.paraAlignRightLabel=\u53F3\u5BF9\u9F50
+simplyhtml.paraAlignRightTip=\u8BBE\u7F6E\u6BB5\u843D\u53F3\u5BF9\u9F50
+simplyhtml.paraStyleDialogTitle=\u6BB5\u843D\u6837\u5F0F
+simplyhtml.paraTabLabel=\u6BB5\u843D
+simplyhtml.pasteHTMLLabel=\u7c98\u8d34HTML
+simplyhtml.pasteLabel=\u7C98\u8D34
+simplyhtml.pastePlainTextLabel=\u7c98\u8d34\u4e3a\u7eaf\u6587\u672c
+simplyhtml.pasteTip=\u7C98\u8D34
+simplyhtml.plainName=\u65E0\u683C\u5F0F
+simplyhtml.previewLabel=\u9884\u89C8
+simplyhtml.previewText=\u9884\u89C8\u6587\u672C
+simplyhtml.prevTableCellLabel=\u4E0A\u4E00\u4E2A\u5355\u5143\u683C
+simplyhtml.printLabel=\u6253\u5370...
+simplyhtml.redoLabel=\u91CD\u505A
+simplyhtml.redoTip=\u91CD\u505A
+simplyhtml.replace=\u66FF\u6362...
+simplyhtml.replaceAll=\u5168\u9009
+simplyhtml.replaceDone=\u5B8C\u6210
+simplyhtml.replaceNo=\u5426
+simplyhtml.replaceThisQuery=\u66FF\u6362\u6B64
+simplyhtml.replaceWith=\u66FF\u6362\u4E3A:
+simplyhtml.replaceYes=\u662F
+simplyhtml.rightLabel=\u53F3:
+simplyhtml.searchDown=\u5411\u4E0B\u67E5\u627E
+simplyhtml.searchDown.tooltip=\u4ece\u6700\u4e0a\u4e00\u884c\u5f00\u59cb\u67e5\u627e
+simplyhtml.searchFromStart=\u4ECE\u5F00\u59CB\u67E5\u627E
+simplyhtml.searchFromStart.tooltip=\u4ece\u6700\u4e0a\u4e00\u884c\u5f00\u59cb\u67e5\u627e\uff0c\u800c\u4e0d\u662f\u4ece\u5149\u6807\u6240\u5728\u4f4d\u7f6e
+simplyhtml.searchUp=\u5411\u4E0A\u67E5\u627E
+simplyhtml.searchUp.tooltip=\u4ece\u6700\u672b\u4e00\u884c\u5f80\u4e0a\u67e5\u627e
+simplyhtml.selectAllLabel=\u5168\u9009
+simplyhtml.sizeLabel=\u5B57\u53F7
+simplyhtml.standardStyleName=\u6807\u51C6
+simplyhtml.strikeLabel=\u52A0\u5220\u9664\u7EBF
+simplyhtml.styleLabel=\u6837\u5F0F
+simplyhtml.styleNameInputText=\u65B0\u6837\u5F0F\u7684\u540D\u79F0?
+simplyhtml.styleNameInputTitle=\u4FDD\u5B58\u6837\u5F0F
+simplyhtml.tableBgColLabel=\u80CC\u666F\u989C\u8272:
+simplyhtml.tableDialogTitle=\u683C\u5F0F\u8868
+simplyhtml.tableLabel=\u8868\u683C
+simplyhtml.tablePanelTitle=\u8868\u683C\u5F0F
+simplyhtml.tableWidthLabel=\u5BBD\u5EA6:
+simplyhtml.textIndentLabel=\u7F29\u8FDB:
+simplyhtml.textToFind=\u67E5\u627E\u7684\u6587\u672C:
+simplyhtml.thisCellRangeLabel=\u6B64\u5355\u5143\u683C
+simplyhtml.thisColRangeLabel=\u6B64\u5217
+simplyhtml.thisRowRangeLabel=\u6B64\u884C
+simplyhtml.toggleBulletsLabel=\u6807\u53F7\u7684\u5217\u8868 \u5F00/\u5173
+simplyhtml.toggleBulletsTip=\u6807\u53F7\u7684\u5217\u8868 \u5F00/\u5173
+simplyhtml.toggleNumbersLabel=\u7F16\u53F7\u7684\u5217\u8868 \u5F00/\u5173
+simplyhtml.toggleNumbersTip=\u7F16\u53F7\u7684\u5217\u8868 \u5F00/\u5173
+simplyhtml.topLabel=\u9876\u90E8:
+simplyhtml.uLineLabel=\u4E0B\u5212\u7EBF
+simplyhtml.unableToOpenFileError=\u6253\u4E0D\u5F00\u6587\u4EF6
+simplyhtml.unableToRedoError=\u4E0D\u80FD\u91CD\u505A:
+simplyhtml.unableToUndoError=\u4E0D\u80FD\u64A4\u9500:
+simplyhtml.undoLabel=\u64a4\u9500
+simplyhtml.undoTip=\u64A4\u9500
+simplyhtml.valignBaseline=\u57FA\u7EBF
+simplyhtml.valignBottom=\u5E95\u90E8
+simplyhtml.valignLabel=\u5782\u76F4\u5BF9\u9F50:
+simplyhtml.valignMiddle=\u4E2D\u95F4
+simplyhtml.valignTop=\u9876\u90E8
+simplyhtml.wholeWordsOnly=\u5168\u5B57\u5339\u914D
+simplyhtml.wholeWordsOnly.tooltip=\u4e25\u683c\u5339\u914d\u5168\u5b57
+SortNodes.text=\u6392\u5E8F\u5B50\u8282\u70B9
+SortNodes.tooltip=\u6309\u5B57\u6BCD\u987A\u5E8F\u6392\u5E8F\u6240\u6709\u5B50\u8282\u70B9.
+split=\u62c6\u5206
+SplitConditionAction.text=\u62c6\u5206
+SplitNode.text=\u62c6\u5206\u8282\u70b9(&S)
+SplitNode.tooltip=<html>\u8282\u70b9\u62c6\u5206</html>
+STANDARD_FORMAT=\u6807\u51c6
+stop_processing=\u505c\u6b62
+StringFlavorHandler=\u7eaf\u6587\u672c\u4f5c\u4e3a\u8282\u70b9\u5c42\u6b21\u7ed3\u6784
+StructuredHtmlFlavorHandler=HTML\u4f5c\u4e3a\u8282\u70b9\u5c42\u6b21\u7ed3\u6784
+style=\u6837\u5F0F
+style_already_exists=\u6837\u5f0f\u5df2\u7ecf\u5b58\u5728
+styledialog.cancel.text=\u53d6\u6d88
+styledialog.ok.text=\u786e\u5b9a
+styles=\u6837\u5f0f
+styles.AutomaticLayout=\u5e94\u7528\u5c42\u6b21\u6837\u5f0f
+styles.connection=\u8fde\u63a5\u70b9
+styles.date=\u65e5\u671f
+styles.definition=\u5b9a\u4e49
+styles.description=\u63cf\u8ff0
+styles.floating_node=\u6d6e\u52a8\u8282\u70b9
+styles.idea=\u60f3\u6cd5
+styles.important=\u91cd\u8981
+styles.key=\u94a5\u5319
+styles.list=\u5217\u8868
+styles.needs_action=\u9700\u8981\u884c\u52a8
+styles.note=\u6ce8\u89e3
+styles.ok=OK
+styles.pending=\u7b49\u5f85
+styles.predefined=\u9884\u5b9a\u4e49\u6837\u5f0f
+styles.question=\u95ee\u9898
+styles.quotation=\u5f15\u8ff0
+styles.root_node=\u6837\u5f0f
+styles.subsubtopic=\u6b21\u5b50\u6807\u9898
+styles.subtopic=\u5b50\u6807\u9898
+styles.topic=\u6807\u9898
+styles.user-defined=\u7528\u6237\u81ea\u5b9a\u4e49\u6837\u5f0f
+styles.website=\u7f51\u7ad9
+styles_menu=\u53ef\u7528\u7684\u6837\u5f0f
+submenu_keystroke_in_use_error=\u5b50\u83dc\u5355{1}\u4e0d\u80fd\u4f7f\u7528\u6309\u952e{0}\u3002\u6309\u952e\u5df2\u5220\u9664\u3002
+summary_nodes=\u603b\u7ed3\u8282\u70b9
+summary_not_possible=\u65e0\u6cd5\u5bf9\u76ee\u524d\u9009\u53d6\u7684\u5efa\u7acb\u603b\u7ed3\u8282\u70b9
+SummaryNodeAction.text=\u8bbe\u5b9a/\u53d6\u6d88 \u603b\u7ed3\u8282\u70b9
+svg=SVG
+template_dir=\u6807\u51c6\u6a21\u7248
+TimeListAction.text=\u663E\u793A\u65E5\u7A0B\u5B89\u6392 ...
+TimeListAction.tooltip=\u663E\u793A\u6240\u6709\u65E5\u7A0B\u53CA\u76F8\u5E94\u8282\u70B9.
+TimeManagementAction.text=\u663E\u793A\u65E5\u5386...
+TimeManagementAction.tooltip=<html>\u663E\u793A\u65E5\u5386\u6A21\u5757 by Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=\u5C55\u5F00/\u6298\u53E0\u5B50\u8282\u70B9
+ToggleDetailsAction.text=\u9690\u85cf\u8282\u70b9\u7ec6\u8282
+ToggleFBarAction.text=F-Bar
+ToggleFoldedAction.text=\u5C55\u5F00/\u6298\u53E0\u8282\u70B9
+ToggleFullScreenAction.text=\u5168\u5c4f\u6a21\u5f0f
+ToggleLeftToolbarAction.text=\u5DE6\u4FA7\u5DE5\u5177\u680F
+ToggleMenubarAction.text=\u83DC\u5355\u680F
+ToggleStatusAction.text=\u663e\u793a\u72b6\u6001\u5217
+ToggleToolbarAction.text=\u5DE5\u5177\u680F
+undefined_error=\u53d1\u751f\u4e86\u4e00\u4e2a\u610f\u5916\u9519\u8bef\u3002\u8bf7\u8bd5\u7740\u63d0\u4ea4\u4e00\u4e2a\u9519\u8bef\u62a5\u544a\u3002
+underline=\u4E0B\u5212\u7EBF
+UnderlineAction.text=\u4e0b\u5212\u7ebf
+underlined=\u52a0\u4e0a\u4e0b\u5212\u7ebf
+UndoAction.text=\u64a4\u9500
+UndoFilterAction.text=\u64a4\u9500
+unfold=\u5C55\u5F00
+UnfoldAllAction.text=\u5c55\u5f00\u6240\u6709
+UnfoldAllAction.tooltip=<html>\u5c55\u5f00\u9009\u5b9a\u7684\u8282\u70b9\u53ca\u5176\u6240\u6709\u5b50\u8282\u70b9\u3002</html>
+UnfoldOneLevelAction.text=\u5c55\u5f00\u4e00\u7ea7
+UnfoldOneLevelAction.tooltip=<html>\u53ea\u5c55\u5f00\u9009\u5b9a\u7684\u4e00\u7ea7\u8282\u70b9\u3002</html>
+up=\u5411\u4e0a
+update_failed=\u66f4\u65b0\u5931\u8d25\u4fe1\u606f\uff1a{0}
+UpdateCheckAction.text=\u68c0\u67e5\u66f4\u65b0
+updatecheckdialog=\u68c0\u67e5\u66f4\u65b0\u5bf9\u8bdd\u6846
+url_error=URL \u683C\u5F0F\u9519\u8BEF!
+url_open_error=\u65e0\u6cd5\u6253\u5f00URL{0}\u3002
+used_in_menu=\u6b64\u5feb\u6377\u65b9\u5f0f\u4e0d\u80fd\u8bbe\u5b9a\uff0c\u56e0\u4e3a\u5df2\u7ecf\u7528\u4f5c\u83dc\u5355\u5feb\u6377\u65b9\u5f0f\u3002
+UsePlainTextAction.text=\u4F7F\u7528\u7EAF\u6587\u672C
+user_config_folder=\u7528\u6237\u914d\u7f6e\u6587\u4ef6\u5939\uff1a{0}
+user_defined_scale=\u7528\u6237\u5b9a\u4e49\u6bd4\u4f8b
+user_defined_zoom=\u7528\u6237\u5B9A\u4E49.
+user_defined_zoom_status_bar=\u7F29\u653E\u4E3A\u7528\u6237\u5B9A\u4E49\u7684 {0}%.
+user_icon=\u7528\u6237\u56fe\u6807"{0}"
+user_template_dir=\u7528\u6237\u6a21\u7248
+user_zoom=\u6253\u5370\u7F29\u653E\u7CFB\u6570 (0.0 - 2.0):
+value_format=\u53d8\u91cf\u683c\u5f0f
+version_up_to_date=\u4f60\u5f53\u524d\u4f7f\u7528\u7684\u662f\u6700\u65b0\u7248\u672c\u7a0b\u5e8f
+ViewerControllerAction.text=\u5916\u90e8\u5bf9\u8c61...
+ViewLayoutTypeAction.OUTLINE.text=\u5927\u7eb2\u89c6\u56fe
+WebDocuAction.text=Web \u6587\u6863
+width=\u5BBD\u5EA6
+wrong_regexp=\u9519\u8bef\u7684\u6b63\u5219\u8868\u8fbe\u5f0f"{0}"\uff0c\u9519\u8bef\uff1a{1}
+xslt_export.html=HTML \u6587\u6863
+xslt_export.latex=LateX \u6587\u6863
+xslt_export.latexbook=LateX \u4e66
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 \u548c\u4e4b\u540e\u7248\u672c) XML \u683c\u5f0f
+xslt_export.ms_project=MS Project (2003 \u548c\u4e4b\u540e\u7248\u672c) XML \u683c\u5f0f
+xslt_export.ms_word=Word (2003 \u548c\u4e4b\u540e\u7248\u672c) XML \u683c\u5f0f
+xslt_export.text=\u7eaf\u6587\u5b57
+xslt_export_not_possible=\u4e0d\u5141\u8bb8Freeplane XSLT\u5bfc\u51fa
+yes=\u662F
+ZoomInAction.text=\u653E\u5927
+ZoomOutAction.text=\u7F29\u5C0F
diff --git a/freeplane/resources/translations/Resources_zh_TW.properties b/freeplane/resources/translations/Resources_zh_TW.properties
index 37e33eb..ef17b03 100644
--- a/freeplane/resources/translations/Resources_zh_TW.properties
+++ b/freeplane/resources/translations/Resources_zh_TW.properties
@@ -1,1769 +1,1769 @@
-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
-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_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
-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.groovy.script.name = Script {0} \u4e0d\u662f\u4ee5  ".groovy" \u7d50\u675f
-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><em>\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.</em></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
-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...
-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_list_box_label_text = \u76EE\u524D\u6578\u503C
-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
-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_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_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_popup_delete = \u522A\u9664
-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_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_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
-automatically_save_message = \u6A94\u6848\u81EA\u52D5\u5B58\u6A94 (\u6A94\u540D\u662F{0}) ...
-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
-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
-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
-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
-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
-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
-combined = \u6574\u5408
-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-2012 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
-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
-delete = \u522A\u9664
-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...
-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.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
-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
-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>
-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
-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_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_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_not = NOT
-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
-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
-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
-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
-ForwardAction.text = \u5F80\u524D
-ForwardAction.tooltip = \u5F80\u524D
-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.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...
-Freeplane.progress.propagateLookAndFeel = \u6E96\u5099\u5916\u89C0...
-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...
-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
-help = \u652F\u63F4
-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}
-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_back = \u8FD4\u56DE
-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_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_decrypted = \u89E3\u9396
-icon_desktop_new = \u4E0D\u8981\u5FD8\u4E86
-icon_division = \u9664
-icon_down = \u4E0B
-icon_edit = \u4fee\u6539
-icon_encrypted = \u52A0\u9396
-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_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_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_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_kaddressbook = \u96FB\u8A71
-icon_kmail = \u96fb\u90f5
-icon_knotify = \u97F3\u6A02
-icon_korn = \u90F5\u7BB1
-icon_ksmiletris = \u5feb\u6a02
-icon_launch = \u958b\u59cb
-icon_licq = \u5F88\u597D
-icon_list = \u5217\u8868
-icon_Mail = \u90F5\u4EF6
-icon_male1 = \u7537\u6027 1
-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_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_smiley-angry = \u751F\u6C23
-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_up = \u4E0A
-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.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)
-import = \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...
-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...
-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
-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}
-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
-license_text = <html>Freeplane - \u5fc3\u667a\u5716\u5efa\u7acb\u548c\u89c0\u770b\u7a0b\u5f0f<br>\u4e2d\u6587\u5316 1.2.4 \u7248<br>\u4e2d\u6587\u5316\u4f5c\u8005\uff1aCharles Chang<br>http://www.charles-chang.com
-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
-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.
-mindmap = \u5FC3\u667A\u5716
-MindMapNodesFlavorHandler = \u7bc0\u9ede\u968e\u5c64\u7d50\u69cb
-mindmaps = \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}
-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
-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...
-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}''
-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
-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
-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
-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...
-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)
-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.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_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.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.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.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.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.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.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_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_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_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.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.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.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.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.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.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.html_export_folding = \u532F\u51FAHTML
-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.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.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.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.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.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.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.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.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.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.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\u5408: </td><td> \u7bc0\u9ede\u647a\u758a\u6642\u70ba\u6ce1\u6ce1\u72c0, \u5426\u5247\u70ba\u53c9\u72c0.</td></tr></table></html>
-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.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_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.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.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.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.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\u5b9a\u985e\u5225\u8def\u5f91\uff0c!</html>\u5982\u679c\u4f60\u8a2d\u5b9a\u985e\u5225\u8def\u5f91, \u4f60\u4e5f\u5fc5\u9808\u5141\u8a31\u8b80\u53d6!
-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.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_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.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.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.files = \u6A94\u6848
-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.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.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.language = \u8A9E\u7CFB
-OptionPanel.separator.load = \u8f09\u5165
-OptionPanel.separator.look_and_feel = \u8996\u7A97\u98A8\u683C
-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.notifications = \u78BA\u8A8D\u6846
-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.patterns = \u6A23\u677F
-OptionPanel.separator.RichTextEditor = \u591a\u6587\u672c (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.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.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.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.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.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.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.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.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
-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
-PatternNewNameProperty = \u65B0\u6A23\u677F
-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.FontBold = \u7C97\u9AD4
-PatternToString.FontItalic = \u659C\u9AD4
-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.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
-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/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/TimeList.xml_Created = \u65B0\u589E
-plugins/TimeList.xml_Date = \u65E5\u671F
-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
-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_Find = \u5C0B\u627E
-plugins/TimeManagement.xml_Goto = \u5230
-plugins/TimeManagement.xml_hour = \u6642:
-plugins/TimeManagement.xml_menu_actions = \u53EF\u57F7\u884C\u7684\u547D\u4EE4
-plugins/TimeManagement.xml_minute = \u5206:
-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_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_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)
-preferences = \u5C6C\u6027\u8A2D\u5B9A
-print_preview_title = \u9810\u89BD\u5217\u5370
-PrintAction.text = \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
-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
-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
-RemoveNoteAction.text = \u79FB\u9664\u8A3B\u89E3
-RemoveNoteAction.tooltip = <html>\u79fb\u9664\u53ef\u80fd\u7684\u591a\u500b\u8a3b\u89e3.</html>
-rename = \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?
-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
-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
-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
-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
-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
-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
-simplyhtml.aboutFrameTitle = \u95DC\u65BC\u672C\u7A0B\u5F0F
-simplyhtml.aboutLabel = \u95dc\u65bc SimplyHTML...
-simplyhtml.alignCenter = \u7F6E\u4E2D
-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.appendTableColLabel = \u64F4\u5927\u4E00\u884C
-simplyhtml.appendTableRowLabel = \u64F4\u5927\u4E00\u5217
-simplyhtml.applyCellAttrLabel = \u5957\u7528
-simplyhtml.backgroundLabel = \u80cc\u666f:
-simplyhtml.boldItalicName = \u7C97\u659C\u9AD4
-simplyhtml.boldName = \u7C97\u9AD4
-simplyhtml.borderColorLabel = \u984f\u8272:
-simplyhtml.borderWidthLabel = \u5BEC
-simplyhtml.bottomLabel = \u4e0b:
-simplyhtml.cancelBtnName = \u53D6\u6D88
-simplyhtml.cellBorderTabLabel = \u908a\u754c
-simplyhtml.cellGenTabLabel = \u4E00\u822C
-simplyhtml.cellMarginTabLabel = \u9801\u908a\u7a7a\u767d
-simplyhtml.cellPanelTitle = \u683C\u5B50\u683C\u5F0F
-simplyhtml.clearFormatLabel = \u79FB\u9664\u683C\u5F0F
-simplyhtml.clearFormatTip = \u79FB\u9664\u683C\u5F0F
-simplyhtml.close = \u95DC\u9589
-simplyhtml.closeBtnName = \u95DC\u9589
-simplyhtml.colorLabel = \u984F\u8272
-simplyhtml.copyLabel = \u8907\u88FD
-simplyhtml.copyTip = \u8907\u88FD
-simplyhtml.cTagNameHead1 = \u6A19\u984C1
-simplyhtml.cTagNameHead2 = \u6A19\u984C2
-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.cTagNamePara = \u6BB5\u843D
-simplyhtml.cTagNameUL = \u7121\u5e8f\u5217\u8868
-simplyhtml.cutLabel = \u526A\u4E0B
-simplyhtml.cutTip = \u526A\u4E0B
-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.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.fontBoldLabel = \u7C97\u9AD4
-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.fontTabLabel = \u5B57\u578B
-simplyhtml.fontTip = \u5b57\u578b\u683c\u5f0f...
-simplyhtml.fontUnderlineLabel = \u5E95\u7DDA
-simplyhtml.fontUnderlineTip = \u5e95\u7dda\u958b\u95dc\u5207\u63db
-simplyhtml.foregroundLabel = \u524d\u666f:
-simplyhtml.formatLabel = \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.formatTableLabel = \u8868\u683C...
-simplyhtml.formatTableTip = \u683c\u5f0f\u8868
-simplyhtml.helpLabel = \u652F\u63F4
-simplyhtml.htmlTabTitle = HTML\u539F\u59CB\u78BC
-simplyhtml.imageFileDesc = \u5f71\u50cf\u6a94
-simplyhtml.insertTableColLabel = \u63D2\u5165\u4E00\u884C
-simplyhtml.insertTableLabel = \u8868\u683C...
-simplyhtml.insertTableMsg = \u591A\u5C11\u6B04\u4F4D?
-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.listPosInside = \u5167
-simplyhtml.listPositionLabel = \u4f4d\u7f6e:
-simplyhtml.listPosOutside = \u5916
-simplyhtml.listTypeCircle = \u5713\u5b54
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = \u9ED1\u9EDE
-simplyhtml.listTypeLabel = \u985e\u578b:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = \u7121
-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.noLineLabel = \u7121
-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.paraAlignCenterTip = \u8A2D\u5B9A\u6BB5\u843D\u7F6E\u4E2D
-simplyhtml.paraAlignLeftLabel = \u7F6E\u5DE6
-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.paraTabLabel = \u6BB5\u843D
-simplyhtml.pasteHTMLLabel = \u8cbc\u4e0a HTML
-simplyhtml.pasteLabel = \u8CBC\u4E0A
-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.printLabel = \u5217\u5370...
-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.replaceNo = \u5426
-simplyhtml.replaceThisQuery = \u53d6\u4ee3\u9019\u500b\u8a5e\uff1f
-simplyhtml.replaceWith = \u53d6\u4ee3:
-simplyhtml.replaceYes = \u662F
-simplyhtml.rightLabel = \u53f3:
-simplyhtml.searchDown = \u7531\u4e0a\u5f80\u4e0b\u5c0b\u627e
-simplyhtml.searchDown.tooltip = \u5f9e\u4e0a\u5f80\u4e0b\u627e
-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.selectAllLabel = \u5168\u9078
-simplyhtml.sizeLabel = \u5927\u5C0F
-simplyhtml.standardStyleName = \u6a19\u6e96
-simplyhtml.strikeLabel = \u522A\u9664\u7DDA
-simplyhtml.styleLabel = \u5B57\u9AD4
-simplyhtml.styleNameInputText = \u65b0\u5b57\u9ad4\u7684\u540d\u7a31?
-simplyhtml.styleNameInputTitle = \u5132\u5B58\u6A23\u5F0F
-simplyhtml.tableBgColLabel = \u80cc\u666f\u8272:
-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.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.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.valignMiddle = \u7F6E\u4E2D
-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
-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
-styles.key = \u9470\u5319
-styles.list = \u5217\u8868
-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
-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.
-underline = \u5E95\u7DDA
-UnderlineAction.text = \u5e95\u7dda
-underlined = \u52A0\u4E0A\u5E95\u7DDA
-UndoAction.text = \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.
-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
-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
-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
-yes = \u662F
-ZoomInAction.text = \u653E\u5927
-ZoomOutAction.text = \u7E2E\u5C0F
+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
+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_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
+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.groovy.script.name=Script {0} \u4e0d\u662f\u4ee5  ".groovy" \u7d50\u675f
+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><em>\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.</em></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
+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...
+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_list_box_label_text=\u76EE\u524D\u6578\u503C
+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
+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_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_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_popup_delete=\u522A\u9664
+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_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_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
+automatically_save_message=\u6A94\u6848\u81EA\u52D5\u5B58\u6A94 (\u6A94\u540D\u662F{0}) ...
+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
+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
+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
+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
+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
+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
+combined=\u6574\u5408
+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-2012 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
+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
+delete=\u522A\u9664
+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...
+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.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
+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
+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>
+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
+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_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_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_not=NOT
+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
+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
+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
+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
+ForwardAction.text=\u5F80\u524D
+ForwardAction.tooltip=\u5F80\u524D
+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.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...
+Freeplane.progress.propagateLookAndFeel=\u6E96\u5099\u5916\u89C0...
+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...
+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
+help=\u652F\u63F4
+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}
+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_back=\u8FD4\u56DE
+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_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_decrypted=\u89E3\u9396
+icon_desktop_new=\u4E0D\u8981\u5FD8\u4E86
+icon_division=\u9664
+icon_down=\u4E0B
+icon_edit=\u4fee\u6539
+icon_encrypted=\u52A0\u9396
+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_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_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_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_kaddressbook=\u96FB\u8A71
+icon_kmail=\u96fb\u90f5
+icon_knotify=\u97F3\u6A02
+icon_korn=\u90F5\u7BB1
+icon_ksmiletris=\u5feb\u6a02
+icon_launch=\u958b\u59cb
+icon_licq=\u5F88\u597D
+icon_list=\u5217\u8868
+icon_Mail=\u90F5\u4EF6
+icon_male1=\u7537\u6027 1
+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_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_smiley-angry=\u751F\u6C23
+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_up=\u4E0A
+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.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)
+import=\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...
+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...
+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
+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}
+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
+license_text=<html>Freeplane - \u5fc3\u667a\u5716\u5efa\u7acb\u548c\u89c0\u770b\u7a0b\u5f0f<br>\u4e2d\u6587\u5316 1.2.4 \u7248<br>\u4e2d\u6587\u5316\u4f5c\u8005\uff1aCharles Chang<br>http://www.charles-chang.com
+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
+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.
+mindmap=\u5FC3\u667A\u5716
+MindMapNodesFlavorHandler=\u7bc0\u9ede\u968e\u5c64\u7d50\u69cb
+mindmaps=\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}
+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
+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...
+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}''
+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
+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
+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
+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...
+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)
+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.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_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.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.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.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.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.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.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_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_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_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.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.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.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.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.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.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.html_export_folding=\u532F\u51FAHTML
+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.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.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.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.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.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.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.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.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.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.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\u5408: </td><td> \u7bc0\u9ede\u647a\u758a\u6642\u70ba\u6ce1\u6ce1\u72c0, \u5426\u5247\u70ba\u53c9\u72c0.</td></tr></table></html>
+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.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_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.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.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.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.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\u5b9a\u985e\u5225\u8def\u5f91\uff0c!</html>\u5982\u679c\u4f60\u8a2d\u5b9a\u985e\u5225\u8def\u5f91, \u4f60\u4e5f\u5fc5\u9808\u5141\u8a31\u8b80\u53d6!
+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.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_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.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.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.files=\u6A94\u6848
+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.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.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.language=\u8A9E\u7CFB
+OptionPanel.separator.load=\u8f09\u5165
+OptionPanel.separator.look_and_feel=\u8996\u7A97\u98A8\u683C
+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.notifications=\u78BA\u8A8D\u6846
+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.patterns=\u6A23\u677F
+OptionPanel.separator.RichTextEditor=\u591a\u6587\u672c (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.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.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.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.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.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.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.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.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
+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
+PatternNewNameProperty=\u65B0\u6A23\u677F
+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.FontBold=\u7C97\u9AD4
+PatternToString.FontItalic=\u659C\u9AD4
+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.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
+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/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/TimeList.xml_Created=\u65B0\u589E
+plugins/TimeList.xml_Date=\u65E5\u671F
+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
+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_Find=\u5C0B\u627E
+plugins/TimeManagement.xml_Goto=\u5230
+plugins/TimeManagement.xml_hour=\u6642:
+plugins/TimeManagement.xml_menu_actions=\u53EF\u57F7\u884C\u7684\u547D\u4EE4
+plugins/TimeManagement.xml_minute=\u5206:
+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_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_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)
+preferences=\u5C6C\u6027\u8A2D\u5B9A
+print_preview_title=\u9810\u89BD\u5217\u5370
+PrintAction.text=\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
+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
+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
+RemoveNoteAction.text=\u79FB\u9664\u8A3B\u89E3
+RemoveNoteAction.tooltip=<html>\u79fb\u9664\u53ef\u80fd\u7684\u591a\u500b\u8a3b\u89e3.</html>
+rename=\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?
+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
+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
+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
+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
+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
+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
+simplyhtml.aboutFrameTitle=\u95DC\u65BC\u672C\u7A0B\u5F0F
+simplyhtml.aboutLabel=\u95dc\u65bc SimplyHTML...
+simplyhtml.alignCenter=\u7F6E\u4E2D
+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.appendTableColLabel=\u64F4\u5927\u4E00\u884C
+simplyhtml.appendTableRowLabel=\u64F4\u5927\u4E00\u5217
+simplyhtml.applyCellAttrLabel=\u5957\u7528
+simplyhtml.backgroundLabel=\u80cc\u666f:
+simplyhtml.boldItalicName=\u7C97\u659C\u9AD4
+simplyhtml.boldName=\u7C97\u9AD4
+simplyhtml.borderColorLabel=\u984f\u8272:
+simplyhtml.borderWidthLabel=\u5BEC
+simplyhtml.bottomLabel=\u4e0b:
+simplyhtml.cancelBtnName=\u53D6\u6D88
+simplyhtml.cellBorderTabLabel=\u908a\u754c
+simplyhtml.cellGenTabLabel=\u4E00\u822C
+simplyhtml.cellMarginTabLabel=\u9801\u908a\u7a7a\u767d
+simplyhtml.cellPanelTitle=\u683C\u5B50\u683C\u5F0F
+simplyhtml.clearFormatLabel=\u79FB\u9664\u683C\u5F0F
+simplyhtml.clearFormatTip=\u79FB\u9664\u683C\u5F0F
+simplyhtml.close=\u95DC\u9589
+simplyhtml.closeBtnName=\u95DC\u9589
+simplyhtml.colorLabel=\u984F\u8272
+simplyhtml.copyLabel=\u8907\u88FD
+simplyhtml.copyTip=\u8907\u88FD
+simplyhtml.cTagNameHead1=\u6A19\u984C1
+simplyhtml.cTagNameHead2=\u6A19\u984C2
+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.cTagNamePara=\u6BB5\u843D
+simplyhtml.cTagNameUL=\u7121\u5e8f\u5217\u8868
+simplyhtml.cutLabel=\u526A\u4E0B
+simplyhtml.cutTip=\u526A\u4E0B
+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.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.fontBoldLabel=\u7C97\u9AD4
+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.fontTabLabel=\u5B57\u578B
+simplyhtml.fontTip=\u5b57\u578b\u683c\u5f0f...
+simplyhtml.fontUnderlineLabel=\u5E95\u7DDA
+simplyhtml.fontUnderlineTip=\u5e95\u7dda\u958b\u95dc\u5207\u63db
+simplyhtml.foregroundLabel=\u524d\u666f:
+simplyhtml.formatLabel=\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.formatTableLabel=\u8868\u683C...
+simplyhtml.formatTableTip=\u683c\u5f0f\u8868
+simplyhtml.helpLabel=\u652F\u63F4
+simplyhtml.htmlTabTitle=HTML\u539F\u59CB\u78BC
+simplyhtml.imageFileDesc=\u5f71\u50cf\u6a94
+simplyhtml.insertTableColLabel=\u63D2\u5165\u4E00\u884C
+simplyhtml.insertTableLabel=\u8868\u683C...
+simplyhtml.insertTableMsg=\u591A\u5C11\u6B04\u4F4D?
+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.listPosInside=\u5167
+simplyhtml.listPositionLabel=\u4f4d\u7f6e:
+simplyhtml.listPosOutside=\u5916
+simplyhtml.listTypeCircle=\u5713\u5b54
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=\u9ED1\u9EDE
+simplyhtml.listTypeLabel=\u985e\u578b:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=\u7121
+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.noLineLabel=\u7121
+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.paraAlignCenterTip=\u8A2D\u5B9A\u6BB5\u843D\u7F6E\u4E2D
+simplyhtml.paraAlignLeftLabel=\u7F6E\u5DE6
+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.paraTabLabel=\u6BB5\u843D
+simplyhtml.pasteHTMLLabel=\u8cbc\u4e0a HTML
+simplyhtml.pasteLabel=\u8CBC\u4E0A
+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.printLabel=\u5217\u5370...
+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.replaceNo=\u5426
+simplyhtml.replaceThisQuery=\u53d6\u4ee3\u9019\u500b\u8a5e\uff1f
+simplyhtml.replaceWith=\u53d6\u4ee3:
+simplyhtml.replaceYes=\u662F
+simplyhtml.rightLabel=\u53f3:
+simplyhtml.searchDown=\u7531\u4e0a\u5f80\u4e0b\u5c0b\u627e
+simplyhtml.searchDown.tooltip=\u5f9e\u4e0a\u5f80\u4e0b\u627e
+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.selectAllLabel=\u5168\u9078
+simplyhtml.sizeLabel=\u5927\u5C0F
+simplyhtml.standardStyleName=\u6a19\u6e96
+simplyhtml.strikeLabel=\u522A\u9664\u7DDA
+simplyhtml.styleLabel=\u5B57\u9AD4
+simplyhtml.styleNameInputText=\u65b0\u5b57\u9ad4\u7684\u540d\u7a31?
+simplyhtml.styleNameInputTitle=\u5132\u5B58\u6A23\u5F0F
+simplyhtml.tableBgColLabel=\u80cc\u666f\u8272:
+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.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.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.valignMiddle=\u7F6E\u4E2D
+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
+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
+styles.key=\u9470\u5319
+styles.list=\u5217\u8868
+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
+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.
+underline=\u5E95\u7DDA
+UnderlineAction.text=\u5e95\u7dda
+underlined=\u52A0\u4E0A\u5E95\u7DDA
+UndoAction.text=\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.
+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
+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
+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
+yes=\u662F
+ZoomInAction.text=\u653E\u5927
+ZoomOutAction.text=\u7E2E\u5C0F
diff --git a/freeplane/resources/xml/mapVersions.xml b/freeplane/resources/xml/mapVersions.xml
index 32096b2..671d2b2 100644
--- a/freeplane/resources/xml/mapVersions.xml
+++ b/freeplane/resources/xml/mapVersions.xml
@@ -2,6 +2,7 @@
 <MapVersions>
 	<dialect name="FREEPLANE1_2_0" versionBegin="freeplane 1.2.0"  needsConversion="false" anotherDialect="false" appName="Freeplane" url="http://www.freeplane.org" />
 	<dialect name="FREEPLANE1_1"  versionBegin="0.9.0"   needsConversion="false" anotherDialect="false" appName="Freeplane" url="http://www.freeplane.org" />
+	<dialect name="FREEPLANE_NEWER"   versionBegin="freeplane"  needsConversion="false" anotherDialect="true" appName="Freeplane" url="http://freeplane.sourceforge.net" />
 	<dialect name="FREEMIND"  versionBegin="0.8"   needsConversion="false" anotherDialect="false" appName="FreeMind" url="http://freemind.sourceforge.net" />
 	<dialect name="FREEMIND_1"   versionBegin="1."  needsConversion="false" anotherDialect="true" appName="FreeMind" url="http://freemind.sourceforge.net" />
 	<dialect name="DOCEAR" versionBegin="docear "   needsConversion="false" anotherDialect="true" appName="Docear" url="http://www.doc-ear.com" />
diff --git a/freeplane/src/org/freeplane/core/ui/AFreeplaneAction.java b/freeplane/src/org/freeplane/core/ui/AFreeplaneAction.java
index 2cc92da..af99f26 100644
--- a/freeplane/src/org/freeplane/core/ui/AFreeplaneAction.java
+++ b/freeplane/src/org/freeplane/core/ui/AFreeplaneAction.java
@@ -50,14 +50,6 @@ public abstract class AFreeplaneAction extends AbstractAction implements IFreepl
 		return annotation.checkOnNodeChange();
 	}
 
-	static public boolean checkEnabledOnPopup(final AFreeplaneAction action) {
-		final EnabledAction annotation = action.getClass().getAnnotation(EnabledAction.class);
-		if (annotation == null) {
-			return false;
-		}
-		return annotation.checkOnPopup();
-	}
-
 	static public boolean checkSelectionOnChange(final AFreeplaneAction action) {
 		final SelectableAction annotation = action.getClass().getAnnotation(SelectableAction.class);
 		if (annotation == null) {
@@ -172,23 +164,6 @@ public abstract class AFreeplaneAction extends AbstractAction implements IFreepl
 	public void setEnabled() {
 	}
 	
-	
-
-	@Override
-	public boolean isEnabled() {
-		if(! Boolean.TRUE.equals(getValue("AFreeplaneAction.setEnabled")) && AFreeplaneAction.checkEnabledOnPopup(this)
-				&& Controller.getCurrentController().getSelection() != null)
-			setEnabled();
-		return super.isEnabled();
-	}
-
-	@Override
-	public void setEnabled(boolean newValue) {
-		putValue("AFreeplaneAction.setEnabled", Boolean.TRUE);
-		super.setEnabled(newValue);
-		putValue("AFreeplaneAction.setEnabled", null);
-	}
-
 	public void setSelected() {
 	}
 
diff --git a/freeplane/src/org/freeplane/core/ui/AccelerateableAction.java b/freeplane/src/org/freeplane/core/ui/AccelerateableAction.java
index 48bdac9..f803a87 100644
--- a/freeplane/src/org/freeplane/core/ui/AccelerateableAction.java
+++ b/freeplane/src/org/freeplane/core/ui/AccelerateableAction.java
@@ -22,6 +22,7 @@ package org.freeplane.core.ui;
 import java.awt.Component;
 import java.awt.Event;
 import java.awt.Frame;
+import java.awt.KeyboardFocusManager;
 import java.awt.event.ActionEvent;
 import java.awt.event.ComponentAdapter;
 import java.awt.event.ComponentEvent;
@@ -34,6 +35,7 @@ import javax.swing.JMenuBar;
 import javax.swing.JMenuItem;
 import javax.swing.JOptionPane;
 import javax.swing.KeyStroke;
+import javax.swing.text.JTextComponent;
 import javax.swing.tree.DefaultMutableTreeNode;
 
 import org.freeplane.core.resources.ResourceController;
diff --git a/freeplane/src/org/freeplane/core/ui/EnabledAction.java b/freeplane/src/org/freeplane/core/ui/EnabledAction.java
index d22cc92..653310f 100644
--- a/freeplane/src/org/freeplane/core/ui/EnabledAction.java
+++ b/freeplane/src/org/freeplane/core/ui/EnabledAction.java
@@ -27,6 +27,4 @@ public @interface EnabledAction {
 	static final String SELECTION_PROPERTY = "enabled";
 
 	boolean checkOnNodeChange() default false;
-
-	boolean checkOnPopup() default false;
 }
diff --git a/freeplane/src/org/freeplane/core/ui/MenuBuilder.java b/freeplane/src/org/freeplane/core/ui/MenuBuilder.java
index 8997cec..98223c1 100644
--- a/freeplane/src/org/freeplane/core/ui/MenuBuilder.java
+++ b/freeplane/src/org/freeplane/core/ui/MenuBuilder.java
@@ -22,6 +22,7 @@ package org.freeplane.core.ui;
 import java.awt.Component;
 import java.awt.Container;
 import java.awt.Insets;
+import java.awt.Toolkit;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.io.BufferedInputStream;
@@ -76,8 +77,6 @@ import org.freeplane.features.mode.ModeController;
 import org.freeplane.n3.nanoxml.XMLElement;
 
 public class MenuBuilder extends UIBuilder {
-	private static final String EXTRA_SUBMENU = MenuBuilder.class.getName()+".extra_submenu";
-	private static final int MAX_MENU_ITEM_COUNT = ResourceController.getResourceController().getIntProperty("max_menu_item_count");
 	private static class ActionHolder implements INameMnemonicHolder {
 		final private Action action;
 
@@ -401,6 +400,7 @@ public class MenuBuilder extends UIBuilder {
 
 	private static Insets nullInsets = new Insets(0, 0, 0, 0);
 	private static final String SHORTCUT_PROPERTY_PREFIX = "acceleratorFor";
+	static final int MAX_HEIGHT = Toolkit.getDefaultToolkit().getScreenSize().height - 100;
 
 	static public JMenu createMenu(final String name) {
 		final JMenu menu = new JMenu();
@@ -571,22 +571,6 @@ public class MenuBuilder extends UIBuilder {
 	}
 
 	private void addListeners(final String key, final AFreeplaneAction action) {
-		if (action instanceof PopupMenuListener) {
-			addPopupMenuListener(key, (PopupMenuListener) action);
-		}
-		if (AFreeplaneAction.checkEnabledOnPopup(action)) {
-			addPopupMenuListener(key, new PopupMenuListener() {
-				public void popupMenuCanceled(final PopupMenuEvent e) {
-				}
-
-				public void popupMenuWillBecomeInvisible(final PopupMenuEvent e) {
-				}
-
-				public void popupMenuWillBecomeVisible(final PopupMenuEvent e) {
-					action.setEnabled();
-				}
-			});
-		}
 		if (AFreeplaneAction.checkSelectionOnPopup(action)) {
 			addPopupMenuListener(key, new PopupMenuListener() {
 				public void popupMenuCanceled(final PopupMenuEvent e) {
@@ -618,26 +602,7 @@ public class MenuBuilder extends UIBuilder {
 	@Override
 	protected void addComponent(final Container container, final Component component, final int index) {
 		if (container instanceof JMenu) {
-			final JMenu menu = (JMenu) container;
-			final JPopupMenu popupMenu = menu.getPopupMenu();
-			final int itemCount = popupMenu.getComponentCount();
-			if(itemCount < MAX_MENU_ITEM_COUNT || index < itemCount)
-				popupMenu.insert(component, index);
-			else{
-				final JMenu submenu;
-				final Component lastMenuItem = popupMenu.getComponent(itemCount - 1);
-				if(itemCount == MAX_MENU_ITEM_COUNT || ! isExtraSubMenu(lastMenuItem)){
-					if (component instanceof JPopupMenu.Separator)
-						return;
-					submenu = new JMenu("");
-					submenu.putClientProperty(EXTRA_SUBMENU, Boolean.TRUE);
-					popupMenu.add(submenu);
-				}
-				else{
-					submenu = (JMenu) lastMenuItem;
-				}
-				addComponent(submenu, component, submenu.getPopupMenu().getComponentCount());
-			}
+			new MenuSplitter().addMenuComponent((JMenu) container, component, index);
 			return;
 		}
 		if (container instanceof JToolBar && component instanceof AbstractButton) {
@@ -648,10 +613,6 @@ public class MenuBuilder extends UIBuilder {
 		super.addComponent(container, component, index);
 	}
 
-	private boolean isExtraSubMenu(final Component c) {
-	    return (c instanceof JMenu) &&  (Boolean.TRUE.equals(((JMenu)c).getClientProperty(EXTRA_SUBMENU)));
-    }
-
 	public void addComponent(final String parent, final Container item, final Action action, final int position) {
 		action.addPropertyChangeListener(new Enabler(item));
 		addElement(parent, item, position);
@@ -812,9 +773,7 @@ public class MenuBuilder extends UIBuilder {
 	protected Container getNextParentComponent(Container parentComponent) {
 		if(parentComponent.getComponentCount() > 0 && parentComponent instanceof JMenu)
 		{
-			final Component lastComponent = parentComponent.getComponent(parentComponent.getComponentCount()-1);
-			if(isExtraSubMenu(lastComponent))
-				return (Container) lastComponent;
+			return new MenuSplitter().getExtraSubMenu((JMenu)parentComponent);
 		}
 		return null;
     }
@@ -894,7 +853,7 @@ public class MenuBuilder extends UIBuilder {
 			super.removeChildComponents(popupMenu, node);
 			for(int i = popupMenu.getComponentCount()-1; i >= 0; i--){
 				final Component component = popupMenu.getComponent(i);
-				if(isExtraSubMenu(component)){
+				if(new MenuSplitter().isExtraSubMenu(component)){
 					final Container container = (Container) component;
 					super.removeChildComponents(container, node);
 					if(container.getComponentCount() == 0)
diff --git a/freeplane/src/org/freeplane/core/ui/MenuSplitter.java b/freeplane/src/org/freeplane/core/ui/MenuSplitter.java
new file mode 100644
index 0000000..ced22cb
--- /dev/null
+++ b/freeplane/src/org/freeplane/core/ui/MenuSplitter.java
@@ -0,0 +1,90 @@
+/*
+ *  Freeplane - mind map editor
+ *  Copyright (C) 2013 Dimitry
+ *
+ *  This file author is Dimitry
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.freeplane.core.ui;
+
+import java.awt.Component;
+import java.awt.Container;
+
+import javax.swing.JMenu;
+import javax.swing.JPopupMenu;
+
+import org.freeplane.core.resources.ResourceController;
+
+/**
+ * @author Dimitry Polivaev
+ * 23.01.2013
+ */
+public class MenuSplitter{
+	private static final String EXTRA_SUBMENU = MenuBuilder.class.getName()+".extra_submenu";
+	private static final int MAX_MENU_ITEM_COUNT = ResourceController.getResourceController().getIntProperty("max_menu_item_count");
+	
+	public static int count = 0;
+	public void addMenuComponent(JMenu menu, final Component component, final int index) {
+	    final JPopupMenu popupMenu = menu.getPopupMenu();
+	    final int itemCount = popupMenu.getComponentCount();
+	    if(index == 0 || index < itemCount)
+	    	popupMenu.insert(component, index);
+        else {
+        	final Component lastMenuItem = popupMenu.getComponent(itemCount - 1);
+        	final boolean extraSubMenu = isExtraSubMenu(lastMenuItem);
+	        if (extraSubMenu || !fitsOnScreen(popupMenu, component)) {
+	        	final JMenu submenu;
+				if(extraSubMenu) {
+	        		submenu = (JMenu) lastMenuItem;
+	        	}
+                else {
+	        		if (component instanceof JPopupMenu.Separator)
+	        			return;
+	        		submenu = new JMenu("");
+	        		submenu.putClientProperty(EXTRA_SUBMENU, Boolean.TRUE);
+	        		popupMenu.add(submenu);
+	        	}
+	        	addMenuComponent(submenu, component, submenu.getPopupMenu().getComponentCount());
+	        }
+            else
+	            popupMenu.insert(component, index);
+        }
+    }
+
+	private boolean fitsOnScreen(final JPopupMenu popupMenu, final Component component) {
+		final int itemCount = popupMenu.getComponentCount();
+	    return itemCount < MAX_MENU_ITEM_COUNT && (popupMenu.getPreferredSize().height + component.getPreferredSize().height) < MenuBuilder.MAX_HEIGHT;
+    }
+
+	public boolean hasExtraSubMenu(final JMenu menu) {
+		final Component lastComponent = menu.getComponent(menu.getComponentCount()-1);
+	    return isExtraSubMenu(lastComponent);
+    }
+	
+	public boolean isExtraSubMenu(final Component c) {
+	    return (c instanceof JMenu) &&  (Boolean.TRUE.equals(((JMenu)c).getClientProperty(EXTRA_SUBMENU)));
+    }
+
+	public JMenu getExtraSubMenu(JMenu parentComponent) {
+		final Component lastComponent = parentComponent.getComponent(parentComponent.getComponentCount()-1);
+		if(new MenuSplitter().isExtraSubMenu(lastComponent))
+			return (JMenu) lastComponent;
+		else
+			return null;
+    }
+
+
+	
+}
\ No newline at end of file
diff --git a/freeplane/src/org/freeplane/core/ui/MouseInsideListener.java b/freeplane/src/org/freeplane/core/ui/MouseInsideListener.java
new file mode 100644
index 0000000..ebd45e4
--- /dev/null
+++ b/freeplane/src/org/freeplane/core/ui/MouseInsideListener.java
@@ -0,0 +1,81 @@
+/*
+ *  Freeplane - mind map editor
+ *  Copyright (C) 2013 Dimitry
+ *
+ *  This file author is Dimitry
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.freeplane.core.ui;
+
+import java.awt.Component;
+import java.awt.Container;
+import java.awt.event.MouseAdapter;
+import java.awt.event.MouseEvent;
+import java.awt.event.MouseListener;
+import java.awt.event.MouseMotionListener;
+
+/**
+ * @author Dimitry Polivaev
+ * 01.03.2013
+ */
+public class MouseInsideListener extends MouseAdapter implements MouseMotionListener{
+	private boolean mouseInside = false;
+	private final Component c;
+	public boolean isMouseInside() {
+    	return mouseInside;
+    }
+	public MouseInsideListener(Component c){
+		this.c = c;
+		connect();
+	}
+	protected void connect() {
+	    recursivelyAddMouseInsideListener(c);
+    }
+	@Override
+    public void mouseEntered(MouseEvent e) {
+		mouseInside = true;
+    }
+
+	@Override
+    public void mouseExited(MouseEvent e) {
+		mouseInside = false;        }
+
+	@Override
+    public void mouseMoved(MouseEvent e) {
+		mouseInside = true;        
+	}
+
+	private void recursivelyAddMouseInsideListener(Component c) {
+        c.addMouseListener(this);
+        c.addMouseMotionListener((MouseMotionListener) this);
+        if(c instanceof Container){
+        	Container container = (Container) c;
+        	for(Component childComponent : container.getComponents())
+        		recursivelyAddMouseInsideListener(childComponent);
+        }
+    }
+	private void recursivelyRemoveMouseInsideListener(Component c) {
+        c.removeMouseListener(this);
+        c.removeMouseMotionListener((MouseMotionListener) this);
+        if(c instanceof Container){
+        	Container container = (Container) c;
+        	for(Component childComponent : container.getComponents())
+        		recursivelyRemoveMouseInsideListener(childComponent);
+        }
+    }
+	public void disconnect() {
+		recursivelyRemoveMouseInsideListener(c);
+    }
+}
\ No newline at end of file
diff --git a/freeplane/src/org/freeplane/core/ui/components/AutoHide.java b/freeplane/src/org/freeplane/core/ui/components/AutoHide.java
index f982fec..b9689ca 100644
--- a/freeplane/src/org/freeplane/core/ui/components/AutoHide.java
+++ b/freeplane/src/org/freeplane/core/ui/components/AutoHide.java
@@ -8,10 +8,13 @@ import java.awt.event.MouseEvent;
 import javax.swing.JComponent;
 import javax.swing.Timer;
 
+import org.freeplane.core.ui.MouseInsideListener;
+
 public class AutoHide {
 	private static final int DELAY = 500;
 	final Timer timer;
 	final JComponent popup;
+	private MouseInsideListener mouseInsideListener;
 	
 	public static void start(JComponent popup){
 		new AutoHide(popup);
@@ -30,6 +33,8 @@ public class AutoHide {
 			@Override
             public void mouseEntered(MouseEvent e) {
 				AutoHide.this.popup.removeMouseListener(this);
+				mouseInsideListener = new MouseInsideListener(AutoHide.this.popup);
+				mouseInsideListener.mouseEntered(e);
 			    timer.start();
             }
 	    	
@@ -37,13 +42,18 @@ public class AutoHide {
     }
 	protected void tryToClosePopup() {
 		if(popup.isVisible()) {
-	        if (popup.getMousePosition(true) == null) {
+	        if (! mouseInsideListener.isMouseInside()) {
 	        	popup.setVisible(false);
-	        	timer.stop();
+	        	stop();
 	        }
         }
-		else
-			timer.stop();
+        else
+	        stop();
+    }
+
+	protected void stop() {
+		mouseInsideListener.disconnect();
+	    timer.stop();
     }
 	
 }
diff --git a/freeplane/src/org/freeplane/core/util/MenuUtils.java b/freeplane/src/org/freeplane/core/util/MenuUtils.java
index c566ec0..69652da 100644
--- a/freeplane/src/org/freeplane/core/util/MenuUtils.java
+++ b/freeplane/src/org/freeplane/core/util/MenuUtils.java
@@ -45,6 +45,7 @@ import org.freeplane.features.map.NodeModel;
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.ModeController;
 
+/** Utilities for dealing with the Freeplane menu: In scripts available as "global variable" menuUtils. */
 public class MenuUtils {
 	/** The userObject type for createMenuEntryTree(). */
 	public static class MenuEntry {
@@ -158,10 +159,10 @@ public class MenuUtils {
 		return null;
 	}
 
-	/**
+	/** Used as the basis for dynamic generation of hotkey list.
 	 * Same as {@link #createMenuEntryTree(String, Controller)} but all MenuEntries without associated accelerator
 	 * and (then) empty submenus are removed from the result.
-	 */
+	 */
 	public static DefaultMutableTreeNode createAcceleratebleMenuEntryTree(final String menuRootKey,
 	                                                                      final MenuBuilder menuBuilder) {
 		final DefaultMutableTreeNode menuEntryTreeNode = MenuUtils.createMenuEntryTree(menuRootKey, menuBuilder);
@@ -201,6 +202,8 @@ public class MenuUtils {
 		return result;
 	}
 
+	/** Could be (but currently isn't) used to generate a mindmap representation of the menu.
+	 * @param children Enumeration of DefaultMutableTreeNode from the menu tree. */
 	@SuppressWarnings("rawtypes")
 	public static void insertAsNodeModelRecursively(final NodeModel nodeModel, final Enumeration children,
 	                                                final MapController mapController) {
@@ -231,12 +234,14 @@ public class MenuUtils {
 		return newNodeModel;
 	}
 
+	/** pretty print a keystroke. */
 	public static String formatKeyStroke(final KeyStroke keyStroke) {
 		final String keyModifiersText = KeyEvent.getKeyModifiersText(keyStroke.getModifiers());
 		final String keyText = KeyEvent.getKeyText(keyStroke.getKeyCode());
 		return keyModifiersText.length() == 0 ? keyText : keyModifiersText + "+" + keyText;
 	}
 
+	/** there are little reasons to use this in scripts. */
 	public static Node findAssignedMenuItemNodeRecursively(final DefaultMutableTreeNode menubarNode,
 	                                                       final KeyStroke keystroke) {
 		final Enumeration<?> children = menubarNode.children();
@@ -257,10 +262,13 @@ public class MenuUtils {
 		return null;
 	}
 
+	/** that's the key that is used to define keyboard accelerators, e.g. found in the auto.properties. */
     public static String makeAcceleratorKey(String menuItemKey) {
         return "acceleratorForMindMap/$" + menuItemKey + "$0";
     }
 
+    /** to be used from scripts to execute menu items. 
+     * Find out the menuItemKey of a menu item with the devtools add-on. It contains a tool for that. */
     public static void executeMenuItems(final List<String> menuItemKeys) {
         LogUtils.info("menu items to execute: " + menuItemKeys);
         final MenuBuilder menuBuilder = getMenuBuilder();
@@ -284,6 +292,7 @@ public class MenuUtils {
         return menuBuilder;
     }
 
+    /** returns the icon for a menuItemKey or null if it has none. */
     public static Icon getMenuItemIcon(String menuItemKey) {
         final DefaultMutableTreeNode treeNode = getMenuBuilder().get(menuItemKey);
         if (treeNode == null || !treeNode.isLeaf() || !(treeNode.getUserObject() instanceof JMenuItem)) {
diff --git a/freeplane/src/org/freeplane/features/attribute/mindmapmode/CopyAttributes.java b/freeplane/src/org/freeplane/features/attribute/mindmapmode/CopyAttributes.java
index e5adbad..fbd5a3e 100644
--- a/freeplane/src/org/freeplane/features/attribute/mindmapmode/CopyAttributes.java
+++ b/freeplane/src/org/freeplane/features/attribute/mindmapmode/CopyAttributes.java
@@ -82,7 +82,7 @@ class CopyAttributes extends AFreeplaneAction {
     }
 }
 
- at EnabledAction(checkOnPopup = true)
+ at EnabledAction(checkOnNodeChange = true)
 class PasteAttributes extends AMultipleNodeAction {
 	/**
 	 * 
@@ -121,7 +121,7 @@ class PasteAttributes extends AMultipleNodeAction {
     }
 }
 
- at EnabledAction(checkOnPopup = true)
+ at EnabledAction(checkOnNodeChange = true)
 class AddStyleAttributes extends AMultipleNodeAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/features/clipboard/ClipboardController.java b/freeplane/src/org/freeplane/features/clipboard/ClipboardController.java
index 535a04c..bb99abe 100644
--- a/freeplane/src/org/freeplane/features/clipboard/ClipboardController.java
+++ b/freeplane/src/org/freeplane/features/clipboard/ClipboardController.java
@@ -125,7 +125,7 @@ public class ClipboardController implements IExtension {
 		target.setSize(size);
 		int i = size - 1;
 		for (NodeModel node : source) {
-			target.set(i, duplicate(node, false));
+			target.set(i, new SingleCopySource(node));
 			i--;
 		}
 		return copy(target, false);
diff --git a/freeplane/src/org/freeplane/features/clipboard/SingleCopySource.java b/freeplane/src/org/freeplane/features/clipboard/SingleCopySource.java
new file mode 100644
index 0000000..e8b1500
--- /dev/null
+++ b/freeplane/src/org/freeplane/features/clipboard/SingleCopySource.java
@@ -0,0 +1,315 @@
+/*
+ *  Freeplane - mind map editor
+ *  Copyright (C) 2013 Dimitry
+ *
+ *  This file author is Dimitry
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.freeplane.features.clipboard;
+
+import java.util.Collection;
+import java.util.Collections;
+import java.util.Enumeration;
+import java.util.List;
+import java.util.Map;
+
+import javax.swing.tree.MutableTreeNode;
+import javax.swing.tree.TreeNode;
+
+import org.freeplane.core.extension.IExtension;
+import org.freeplane.features.filter.FilterInfo;
+import org.freeplane.features.icon.MindIcon;
+import org.freeplane.features.map.HistoryInformationModel;
+import org.freeplane.features.map.INodeView;
+import org.freeplane.features.map.MapModel;
+import org.freeplane.features.map.NodeChangeEvent;
+import org.freeplane.features.map.NodeModel;
+import org.freeplane.features.ui.INodeViewVisitor;
+
+/**
+ * @author Dimitry Polivaev
+ * 03.02.2013
+ */
+class SingleCopySource extends NodeModel {
+
+	private static final String METHOD_NOT_SUPPORTED = "method not supported";
+	private final NodeModel delegate;
+	
+	protected List<NodeModel> getChildrenInternal() {
+	    return Collections.emptyList();
+    }
+	
+	protected void init(final Object userObject) {
+    }
+
+	public SingleCopySource(NodeModel delegate) {
+	    super(null);
+	    this.delegate =delegate;
+    }
+	
+	public int hashCode() {
+	    return super.hashCode();
+    }
+
+	public Object getUserObject() {
+	    return delegate.getUserObject();
+    }
+
+	public boolean equals(Object obj) {
+	    return super.equals(obj);
+    }
+
+	public void acceptViewVisitor(INodeViewVisitor visitor) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void addExtension(IExtension extension) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public IExtension putExtension(IExtension extension) {
+	   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void addIcon(MindIcon icon) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void addIcon(MindIcon icon, int position) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void addViewer(INodeView viewer) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public boolean areViewsEmpty() {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public Enumeration<NodeModel> children() {
+	    return super.children();
+    }
+
+	public boolean containsExtension(Class<? extends IExtension> clazz) {
+	    return delegate.containsExtension(clazz);
+    }
+
+	public String createID() {
+	    return delegate.createID();
+    }
+
+	public void fireNodeChanged(NodeChangeEvent nodeChangeEvent) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public boolean getAllowsChildren() {
+	    return delegate.getAllowsChildren();
+    }
+
+	public TreeNode getChildAt(int childIndex) {
+	    return  super.getChildAt(childIndex);
+    }
+
+	public int getChildCount() {
+	    return super.getChildCount();
+    }
+
+	public int getChildPosition(NodeModel childNode) {
+	    return super.getChildPosition(childNode);
+    }
+
+	public List<NodeModel> getChildren() {
+	    return super.getChildren();
+    }
+
+	public <T extends IExtension> T getExtension(Class<T> clazz) {
+	    return delegate.getExtension(clazz);
+    }
+
+	public Map<Class<? extends IExtension>, IExtension> getExtensions() {
+	    return delegate.getExtensions();
+    }
+
+	public FilterInfo getFilterInfo() {
+	    return delegate.getFilterInfo();
+    }
+
+	public HistoryInformationModel getHistoryInformation() {
+	    return delegate.getHistoryInformation();
+    }
+
+	public MindIcon getIcon(int position) {
+	    return delegate.getIcon(position);
+    }
+
+	public List<MindIcon> getIcons() {
+	    return delegate.getIcons();
+    }
+
+	public String getID() {
+	    return delegate.getID();
+    }
+
+	public int getIndex(TreeNode node) {
+	    return super.getIndex(node);
+    }
+
+	public MapModel getMap() {
+	    return delegate.getMap();
+    }
+
+	public int getNodeLevel(boolean countHidden) {
+	    return delegate.getNodeLevel(countHidden);
+    }
+
+	public TreeNode getParent() {
+	    return delegate.getParent();
+    }
+
+	public NodeModel getParentNode() {
+	    return delegate.getParentNode();
+    }
+
+	public NodeModel[] getPathToRoot() {
+	    return delegate.getPathToRoot();
+    }
+
+	public String getText() {
+	    return delegate.getText();
+    }
+
+	public Collection<INodeView> getViewers() {
+	    return delegate.getViewers();
+    }
+
+	public boolean hasChildren() {
+	    return false;
+    }
+
+	public boolean hasID() {
+	    return delegate.hasID();
+    }
+
+	public void insert(MutableTreeNode child, int index) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public boolean isDescendantOf(NodeModel node) {
+	    return delegate.isDescendantOf(node);
+    }
+
+	public boolean isFolded() {
+	    return false;
+    }
+
+	public boolean isLeaf() {
+	    return delegate.isLeaf();
+    }
+
+	public boolean isLeft() {
+	    return delegate.isLeft();
+    }
+
+	public boolean isNewChildLeft() {
+	    return delegate.isNewChildLeft();
+    }
+
+	public boolean isRoot() {
+	    return delegate.isRoot();
+    }
+
+	public boolean isVisible() {
+	    return delegate.isVisible();
+    }
+
+	public void remove(int index) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void remove(MutableTreeNode node) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public <T extends IExtension> T removeExtension(Class<T> clazz) {
+		throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public boolean removeExtension(IExtension extension) {
+		throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void removeFromParent() {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public int removeIcon() {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public int removeIcon(int position) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void removeViewer(INodeView viewer) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setFolded(boolean folded) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setHistoryInformation(HistoryInformationModel historyInformation) {
+		throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setID(String value) {
+		throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setLeft(boolean isLeft) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setMap(MapModel map) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setParent(MutableTreeNode newParent) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public void setParent(NodeModel newParent) {
+		   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public String toString() {
+	    return delegate.toString();
+    }
+
+	public int depth() {
+	    return delegate.depth();
+    }
+
+	public void insert(NodeModel newNodeModel) {
+	   throw new RuntimeException(METHOD_NOT_SUPPORTED);
+    }
+
+	public NodeModel getVisibleAncestorOrSelf() {
+	    return delegate.getVisibleAncestorOrSelf();
+    }
+	
+	
+}
diff --git a/freeplane/src/org/freeplane/features/clipboard/mindmapmode/MClipboardController.java b/freeplane/src/org/freeplane/features/clipboard/mindmapmode/MClipboardController.java
index 88a5978..a043bc2 100644
--- a/freeplane/src/org/freeplane/features/clipboard/mindmapmode/MClipboardController.java
+++ b/freeplane/src/org/freeplane/features/clipboard/mindmapmode/MClipboardController.java
@@ -538,7 +538,8 @@ public class MClipboardController extends ClipboardController {
 		if (t.isDataFlavorSupported(MindMapNodesSelection.fileListFlavor)) {
 			try {
 				final List<File> fileList = castToFileList(t.getTransferData(MindMapNodesSelection.fileListFlavor));
-				return new FileListFlavorHandler(fileList);
+				if (!shouldIgnoreFileListFlavor(fileList))
+					return new FileListFlavorHandler(fileList);
 			}
 			catch (final UnsupportedFlavorException e) {
 			}
@@ -597,6 +598,16 @@ public class MClipboardController extends ClipboardController {
 		return null;
 	}
 
+	private boolean shouldIgnoreFileListFlavor(final List<File> fileList) {
+		if(fileList.isEmpty())
+			return true;
+		final File file = fileList.get(0);
+		if(file.isDirectory())
+			return false;
+	    final String name = file.getName();
+		return name.endsWith(".URL") || name.endsWith(".url");
+    }
+
 	@SuppressWarnings("unchecked")
     private List<File> castToFileList(Object transferData) {
 	    return (List<File>) transferData;
diff --git a/freeplane/src/org/freeplane/features/export/mindmapmode/ExportDialog.java b/freeplane/src/org/freeplane/features/export/mindmapmode/ExportDialog.java
index 965b761..489f5fb 100644
--- a/freeplane/src/org/freeplane/features/export/mindmapmode/ExportDialog.java
+++ b/freeplane/src/org/freeplane/features/export/mindmapmode/ExportDialog.java
@@ -109,11 +109,11 @@ public class ExportDialog {
 
 			public void propertyChange(final PropertyChangeEvent evt) {
 				if (evt.getPropertyName().equals(JFileChooser.FILE_FILTER_CHANGED_PROPERTY)) {
-					final ExampleFileFilter filter = (ExampleFileFilter) evt.getNewValue();
-					if (filter == null) {
+					final FileFilter filter = fileChooser.getFileFilter();
+					if(! (filter instanceof ExampleFileFilter)){
 						return;
 					}
-					final File acceptableFile = getAcceptableFile(selectedFile, filter);
+					final File acceptableFile = getAcceptableFile(selectedFile, (ExampleFileFilter) filter);
 					EventQueue.invokeLater(new Runnable() {
 						public void run() {
 							fileChooser.setSelectedFile(acceptableFile);
diff --git a/freeplane/src/org/freeplane/features/filter/Filter.java b/freeplane/src/org/freeplane/features/filter/Filter.java
index e87ae59..5c05f77 100644
--- a/freeplane/src/org/freeplane/features/filter/Filter.java
+++ b/freeplane/src/org/freeplane/features/filter/Filter.java
@@ -42,7 +42,6 @@ public class Filter {
 	final private boolean appliesToVisibleNodesOnly;
 	final private ICondition condition;
 	final private int options;
-	private boolean cancelled = false;
 
 	public Filter(final ICondition condition, final boolean areAnchestorsShown,
 	              final boolean areDescendantsShown, final boolean applyToVisibleNodesOnly) {
@@ -112,7 +111,6 @@ public class Filter {
 		}
 		finally {
 			Controller.getCurrentController().getViewController().setWaitingCursor(false);
-			cancelled = false;
 		}
 	}
 
@@ -159,18 +157,13 @@ public class Filter {
 	}
 
 	private boolean checkNode(final NodeModel node) {
-		if (condition == null || cancelled) {
+		if (condition == null) {
 			return true;
 		}
 		if (appliesToVisibleNodesOnly && !node.isVisible()) {
 			return false;
 		}
-		try {
-			return condition.checkNode(node);
-		} catch (FilterCancelledException e) {
-			cancelled = true;
-			return true;
-		}
+		return condition.checkNode(node);
 	}
 
 	private boolean filterChildren(final NodeModel node,
diff --git a/freeplane/src/org/freeplane/features/filter/FilterCancelledException.java b/freeplane/src/org/freeplane/features/filter/FilterCancelledException.java
deleted file mode 100644
index 24e8a4d..0000000
--- a/freeplane/src/org/freeplane/features/filter/FilterCancelledException.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.freeplane.features.filter;
-
-public class FilterCancelledException extends RuntimeException {
-
-	public FilterCancelledException() {
-	}
-
-	public FilterCancelledException(String message) {
-		super(message);
-	}
-
-	public FilterCancelledException(Throwable cause) {
-		super(cause);
-	}
-
-	public FilterCancelledException(String message, Throwable cause) {
-		super(message, cause);
-	}
-
-}
diff --git a/freeplane/src/org/freeplane/features/filter/FilterConditionEditor.java b/freeplane/src/org/freeplane/features/filter/FilterConditionEditor.java
index 6c384f5..c88f755 100644
--- a/freeplane/src/org/freeplane/features/filter/FilterConditionEditor.java
+++ b/freeplane/src/org/freeplane/features/filter/FilterConditionEditor.java
@@ -232,7 +232,7 @@ public class FilterConditionEditor extends JComponent {
 
 	public void focusInputField(final boolean selectAll) {
 		if (values.isEnabled()) {
-			values.requestFocus();
+			values.requestFocusInWindow();
 			final Component editorComponent = values.getEditor().getEditorComponent();
 			if (selectAll && editorComponent instanceof JTextComponent) {
 				((JTextComponent) editorComponent).selectAll();
diff --git a/freeplane/src/org/freeplane/features/filter/FindAction.java b/freeplane/src/org/freeplane/features/filter/FindAction.java
index 63b1c92..dfd8a24 100644
--- a/freeplane/src/org/freeplane/features/filter/FindAction.java
+++ b/freeplane/src/org/freeplane/features/filter/FindAction.java
@@ -21,13 +21,17 @@ package org.freeplane.features.filter;
 
 import java.awt.Component;
 import java.awt.Container;
+import java.awt.Window;
 import java.awt.event.ActionEvent;
+import java.awt.event.WindowEvent;
+import java.awt.event.WindowFocusListener;
 import java.util.LinkedList;
 import java.util.ListIterator;
 
 import javax.swing.BorderFactory;
 import javax.swing.JComponent;
 import javax.swing.JOptionPane;
+import javax.swing.SwingUtilities;
 import javax.swing.event.AncestorEvent;
 import javax.swing.event.AncestorListener;
 
@@ -95,8 +99,22 @@ class FindAction extends AFreeplaneAction {
 		editor.addAncestorListener(new AncestorListener() {
 			public void ancestorAdded(final AncestorEvent event) {
 				final Component component = event.getComponent();
-				((FilterConditionEditor) component).focusInputField(true);
-				((JComponent) component).removeAncestorListener(this);
+				final Window windowAncestor = SwingUtilities.getWindowAncestor(component);
+				if(windowAncestor.isFocused())
+					editor.focusInputField(true);
+				else{
+					windowAncestor.addWindowFocusListener(new WindowFocusListener() {
+						public void windowLostFocus(WindowEvent e) {
+						}
+						
+						public void windowGainedFocus(WindowEvent e) {
+							windowAncestor.removeWindowFocusListener(this);
+							editor.focusInputField(true);
+						}
+					});
+					windowAncestor.toFront();
+				}
+				editor.removeAncestorListener(this);
 			}
 
 			public void ancestorMoved(final AncestorEvent event) {
diff --git a/freeplane/src/org/freeplane/features/format/DecimalFormatParser.java b/freeplane/src/org/freeplane/features/format/DecimalFormatParser.java
index bfe4a1a..944644c 100644
--- a/freeplane/src/org/freeplane/features/format/DecimalFormatParser.java
+++ b/freeplane/src/org/freeplane/features/format/DecimalFormatParser.java
@@ -30,6 +30,7 @@ public class DecimalFormatParser extends Parser {
 	public DecimalFormatParser(Locale locale) {
 		super(Parser.STYLE_DECIMAL, IFormattedObject.TYPE_NUMBER, null);
 		parser = (DecimalFormat) NumberFormat.getInstance(locale);
+		parser.setGroupingUsed(false);
 	}
 
 	@Override
diff --git a/freeplane/src/org/freeplane/features/help/AboutAction.java b/freeplane/src/org/freeplane/features/help/AboutAction.java
index 6856da2..b462d76 100644
--- a/freeplane/src/org/freeplane/features/help/AboutAction.java
+++ b/freeplane/src/org/freeplane/features/help/AboutAction.java
@@ -31,12 +31,14 @@ import javax.swing.SwingConstants;
 
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.ui.components.UITools;
 import org.freeplane.core.util.Compat;
 import org.freeplane.core.util.FreeplaneVersion;
 import org.freeplane.core.util.TextUtils;
 import org.freeplane.features.mode.Controller;
 
+
 class AboutAction extends AFreeplaneAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/features/help/DocumentationAction.java b/freeplane/src/org/freeplane/features/help/DocumentationAction.java
index 72a55b7..ddd6e09 100644
--- a/freeplane/src/org/freeplane/features/help/DocumentationAction.java
+++ b/freeplane/src/org/freeplane/features/help/DocumentationAction.java
@@ -26,12 +26,14 @@ import java.net.URL;
 import javax.swing.SwingUtilities;
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.util.ConfigurationUtils;
 import org.freeplane.core.util.LogUtils;
 import org.freeplane.features.map.mindmapmode.MMapController;
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.mindmapmode.MModeController;
 
+
 class DocumentationAction extends AFreeplaneAction {
 	private static final long serialVersionUID = 1L;
 	private final String document;
diff --git a/freeplane/src/org/freeplane/features/help/HotKeyInfoAction.java b/freeplane/src/org/freeplane/features/help/HotKeyInfoAction.java
index 71f338a..1df9ded 100644
--- a/freeplane/src/org/freeplane/features/help/HotKeyInfoAction.java
+++ b/freeplane/src/org/freeplane/features/help/HotKeyInfoAction.java
@@ -32,6 +32,7 @@ import javax.swing.tree.DefaultMutableTreeNode;
 
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.ui.MenuBuilder;
 import org.freeplane.core.ui.components.FreeplaneMenuBar;
 import org.freeplane.core.util.HtmlUtils;
@@ -46,6 +47,7 @@ import org.freeplane.features.mode.mindmapmode.MModeController;
  * @author Dimitry Polivaev
  * Sep 27, 2011
  */
+
 public class HotKeyInfoAction extends AFreeplaneAction{
 
 	public HotKeyInfoAction() {
diff --git a/freeplane/src/org/freeplane/features/help/OnlineDocumentationAction.java b/freeplane/src/org/freeplane/features/help/OnlineDocumentationAction.java
index 983b409..bffe6b3 100644
--- a/freeplane/src/org/freeplane/features/help/OnlineDocumentationAction.java
+++ b/freeplane/src/org/freeplane/features/help/OnlineDocumentationAction.java
@@ -25,11 +25,13 @@ import java.net.URL;
 import javax.swing.SwingUtilities;
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.util.LogUtils;
 import org.freeplane.features.map.mindmapmode.MMapController;
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.mindmapmode.MModeController;
 
+
 class OnlineDocumentationAction extends AFreeplaneAction {
 	private static final long serialVersionUID = 1L;
 	private final URL url;
diff --git a/freeplane/src/org/freeplane/features/help/OpenSourceForgeURLAction.java b/freeplane/src/org/freeplane/features/help/OpenSourceForgeURLAction.java
index a03fc3c..667ca18 100644
--- a/freeplane/src/org/freeplane/features/help/OpenSourceForgeURLAction.java
+++ b/freeplane/src/org/freeplane/features/help/OpenSourceForgeURLAction.java
@@ -23,12 +23,14 @@ import java.awt.event.ActionEvent;
 
 import javax.swing.JOptionPane;
 
+
 import org.freeplane.core.ui.components.OptionalDontShowMeAgainDialog;
 
 /**
  * @author Dimitry Polivaev
  * 18.05.2009
  */
+
 public class OpenSourceForgeURLAction extends OpenURLAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/features/help/OpenURLAction.java b/freeplane/src/org/freeplane/features/help/OpenURLAction.java
index fc9aae3..306130f 100644
--- a/freeplane/src/org/freeplane/features/help/OpenURLAction.java
+++ b/freeplane/src/org/freeplane/features/help/OpenURLAction.java
@@ -24,11 +24,13 @@ import java.net.MalformedURLException;
 import java.net.URL;
 
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.ui.components.UITools;
 import org.freeplane.core.util.LogUtils;
 import org.freeplane.core.util.TextUtils;
 import org.freeplane.features.mode.Controller;
 
+
 class OpenURLAction extends AFreeplaneAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/features/icon/mindmapmode/MIconController.java b/freeplane/src/org/freeplane/features/icon/mindmapmode/MIconController.java
index a6a3e12..2edb5ad 100644
--- a/freeplane/src/org/freeplane/features/icon/mindmapmode/MIconController.java
+++ b/freeplane/src/org/freeplane/features/icon/mindmapmode/MIconController.java
@@ -48,6 +48,7 @@ import org.freeplane.core.ui.AFreeplaneAction;
 import org.freeplane.core.ui.IMenuContributor;
 import org.freeplane.core.ui.IndexedTree;
 import org.freeplane.core.ui.MenuBuilder;
+import org.freeplane.core.ui.MenuSplitter;
 import org.freeplane.core.ui.components.FreeplaneToolBar;
 import org.freeplane.core.ui.components.JAutoScrollBarPane;
 import org.freeplane.core.ui.components.UITools;
@@ -301,7 +302,7 @@ public class MIconController extends IconController {
 		final AFreeplaneAction myAction = iconActions.get(icon);
 		final int separatorPosition = fileName.indexOf('/');
 		if (separatorPosition == -1) {
-			menu.add(myAction);
+			new MenuSplitter().addMenuComponent(menu, new JMenuItem(myAction),  menu.getItemCount());
 			return;
 		}
 		final String submenuName = fileName.substring(0, separatorPosition);
diff --git a/freeplane/src/org/freeplane/features/link/FollowLinkAction.java b/freeplane/src/org/freeplane/features/link/FollowLinkAction.java
index 32c775d..2278591 100644
--- a/freeplane/src/org/freeplane/features/link/FollowLinkAction.java
+++ b/freeplane/src/org/freeplane/features/link/FollowLinkAction.java
@@ -21,17 +21,15 @@ package org.freeplane.features.link;
 
 import java.awt.event.ActionEvent;
 
-import javax.swing.JMenuItem;
-import javax.swing.event.PopupMenuEvent;
-import javax.swing.event.PopupMenuListener;
-
 import org.freeplane.core.ui.AFreeplaneAction;
+import org.freeplane.core.ui.EnabledAction;
 import org.freeplane.features.map.MapController;
 import org.freeplane.features.map.NodeModel;
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.ModeController;
 
-class FollowLinkAction extends AFreeplaneAction implements PopupMenuListener {
+ at EnabledAction(checkOnNodeChange = true)
+class FollowLinkAction extends AFreeplaneAction {
 	private static final long serialVersionUID = 1L;
 
 	public FollowLinkAction() {
@@ -50,6 +48,11 @@ class FollowLinkAction extends AFreeplaneAction implements PopupMenuListener {
 		}
 	}
 
+	@Override
+    public void setEnabled() {
+		setEnabled(isLinkEnabled());
+	}
+	
 	private boolean isLinkEnabled() {
 		final MapController mapController = Controller.getCurrentModeController().getMapController();
 		for (final NodeModel selNode : mapController.getSelectedNodes()) {
@@ -59,30 +62,4 @@ class FollowLinkAction extends AFreeplaneAction implements PopupMenuListener {
 		}
 		return false;
 	}
-
-	/*
-	 * (non-Javadoc)
-	 * @see javax.swing.event.PopupMenuListener#popupMenuCanceled(javax.swing
-	 * .event.PopupMenuEvent)
-	 */
-	public void popupMenuCanceled(final PopupMenuEvent e) {
-	}
-
-	/*
-	 * (non-Javadoc)
-	 * @see javax.swing.event.PopupMenuListener#popupMenuWillBecomeInvisible(
-	 * javax.swing.event.PopupMenuEvent)
-	 */
-	public void popupMenuWillBecomeInvisible(final PopupMenuEvent e) {
-	}
-
-	/*
-	 * (non-Javadoc)
-	 * @see javax.swing.event.PopupMenuListener#popupMenuWillBecomeVisible(javax
-	 * .swing.event.PopupMenuEvent)
-	 */
-	public void popupMenuWillBecomeVisible(final PopupMenuEvent e) {
-		final JMenuItem item = (JMenuItem) e.getSource();
-		item.setEnabled(isLinkEnabled());
-	}
 }
diff --git a/freeplane/src/org/freeplane/features/map/FoldingController.java b/freeplane/src/org/freeplane/features/map/FoldingController.java
index 5f91de9..8f0c0c4 100644
--- a/freeplane/src/org/freeplane/features/map/FoldingController.java
+++ b/freeplane/src/org/freeplane/features/map/FoldingController.java
@@ -243,6 +243,8 @@ public class FoldingController implements IMouseWheelEventHandler, IExtension {
 			return Integer.MAX_VALUE;
 		}
 		final MapController mapController = Controller.getCurrentModeController().getMapController();
+		if(node.containsExtension(HideChildSubtree.class))
+			return depth(node) - 1;
 		if (mapController.isFolded(node)) {
 			return depth(node);
 		}
@@ -278,7 +280,7 @@ public class FoldingController implements IMouseWheelEventHandler, IExtension {
 
 	private void setFolded(final NodeModel node, final boolean state) {
 		final MapController mapController = Controller.getCurrentModeController().getMapController();
-		if (! node.isRoot() && mapController.hasChildren(node) && (mapController.isFolded(node) != state)) {
+		if (! node.isRoot()) {
 			mapController.setFolded(node, state);
 		}
 	}
diff --git a/freeplane/src/org/freeplane/features/map/NodeModel.java b/freeplane/src/org/freeplane/features/map/NodeModel.java
index 4a14e71..b929860 100644
--- a/freeplane/src/org/freeplane/features/map/NodeModel.java
+++ b/freeplane/src/org/freeplane/features/map/NodeModel.java
@@ -63,7 +63,7 @@ public class NodeModel implements MutableTreeNode {
 	public final static int UNKNOWN_POSITION = 0;
 	static public final Object UNKNOWN_PROPERTY = new Object();
 	public static final String NODE_ICON = "icon";
-	protected final List<NodeModel> children = new ArrayList<NodeModel>();
+	private final List<NodeModel> children = new ArrayList<NodeModel>();
 	private final ExtensionContainer extensionContainer;
 	final private FilterInfo filterInfo = new FilterInfo();
 	private boolean folded;
@@ -89,12 +89,16 @@ public class NodeModel implements MutableTreeNode {
 
 	public NodeModel(final Object userObject, final MapModel map) {
 		extensionContainer = new ExtensionContainer(new SmallExtensionMap());
-		setUserObject(userObject);
-		setHistoryInformation(new HistoryInformationModel());
+		init(userObject);
 		this.map = map;
 		icons = new NodeIconSetModel();
 	}
 
+	protected void init(final Object userObject) {
+	    setUserObject(userObject);
+		setHistoryInformation(new HistoryInformationModel());
+    }
+
 	public void acceptViewVisitor(final INodeViewVisitor visitor) {
 		if (views == null) {
 			return;
@@ -132,8 +136,12 @@ public class NodeModel implements MutableTreeNode {
 		return views == null || views.isEmpty();
 	}
 
+	protected List<NodeModel> getChildrenInternal() {
+	    return children;
+    }
+	
 	public Enumeration<NodeModel> children() {
-		final Iterator<NodeModel> i = children.iterator();
+		final Iterator<NodeModel> i = getChildrenInternal().iterator();
 		return new Enumeration<NodeModel>() {
 			public boolean hasMoreElements() {
 				return i.hasNext();
@@ -191,20 +199,20 @@ public class NodeModel implements MutableTreeNode {
 	};
 
 	public TreeNode getChildAt(final int childIndex) {
-		return children.get(childIndex);
+		return getChildrenInternal().get(childIndex);
 	}
 
 	public int getChildCount() {
-		if (children == null) {
+		if (getChildrenInternal() == null) {
 			return 0;
 		}
 		final EncryptionModel encryptionModel = EncryptionModel.getModel(this);
-		return encryptionModel == null || encryptionModel.isAccessible() ? children.size() : 0;
+		return encryptionModel == null || encryptionModel.isAccessible() ? getChildrenInternal().size() : 0;
 	}
 
 	public int getChildPosition(final NodeModel childNode) {
 		int position = 0;
-		for (final ListIterator<NodeModel> i = children.listIterator(); i.hasNext(); ++position) {
+		for (final ListIterator<NodeModel> i = getChildrenInternal().listIterator(); i.hasNext(); ++position) {
 			if ((i.next()) == childNode) {
 				return position;
 			}
@@ -214,8 +222,8 @@ public class NodeModel implements MutableTreeNode {
 
 	public List<NodeModel> getChildren() {
 		List<NodeModel> childrenList;
-		if (children != null) {
-			childrenList = children;
+		if (getChildrenInternal() != null) {
+			childrenList = getChildrenInternal();
 		}
 		else {
 			childrenList = Collections.emptyList();
@@ -252,7 +260,7 @@ public class NodeModel implements MutableTreeNode {
 	}
 
 	public int getIndex(final TreeNode node) {
-		return children.indexOf(node);
+		return getChildrenInternal().indexOf(node);
 	}
 
 	public MapModel getMap() {
@@ -323,10 +331,10 @@ public class NodeModel implements MutableTreeNode {
 		final NodeModel childNode = (NodeModel) child;
 		if (index < 0) {
 			index = getChildCount();
-			children.add(index, (NodeModel) child);
+			getChildrenInternal().add(index, (NodeModel) child);
 		}
 		else {
-			children.add(index, (NodeModel) child);
+			getChildrenInternal().add(index, (NodeModel) child);
 			preferredChild = childNode;
 		}
 		child.setParent(this);
@@ -398,23 +406,23 @@ public class NodeModel implements MutableTreeNode {
 	}
 
 	public void remove(final int index) {
-		final MutableTreeNode node = children.get(index);
+		final MutableTreeNode node = getChildrenInternal().get(index);
 		remove(node);
 	}
 
 	public void remove(final MutableTreeNode node) {
 		if (node == preferredChild) {
-			final int index = children.indexOf(node);
-			if (children.size() > index + 1) {
-				preferredChild = (children.get(index + 1));
+			final int index = getChildrenInternal().indexOf(node);
+			if (getChildrenInternal().size() > index + 1) {
+				preferredChild = (getChildrenInternal().get(index + 1));
 			}
 			else {
-				preferredChild = (index > 0) ? (NodeModel) (children.get(index - 1)) : null;
+				preferredChild = (index > 0) ? (NodeModel) (getChildrenInternal().get(index - 1)) : null;
 			}
 		}
 		final int index = getIndex(node);
 		node.setParent(null);
-		children.remove(node);
+		getChildrenInternal().remove(node);
 		fireNodeRemoved((NodeModel) node, index);
 	}
 
@@ -496,7 +504,7 @@ public class NodeModel implements MutableTreeNode {
 	 */
 	public void setMap(final MapModel map) {
 		this.map = map;
-		for (final NodeModel child : children) {
+		for (final NodeModel child : getChildrenInternal()) {
 			child.setMap(map);
 		}
 	}
diff --git a/freeplane/src/org/freeplane/features/map/filemode/FNodeModel.java b/freeplane/src/org/freeplane/features/map/filemode/FNodeModel.java
index 9948e3b..d322ecf 100644
--- a/freeplane/src/org/freeplane/features/map/filemode/FNodeModel.java
+++ b/freeplane/src/org/freeplane/features/map/filemode/FNodeModel.java
@@ -42,7 +42,7 @@ class FNodeModel extends NodeModel {
 
 	@Override
 	public List<NodeModel> getChildren() {
-		if (!children.isEmpty()) {
+		if (!getChildrenInternal().isEmpty()) {
 			return super.getChildren();
 		}
 		try {
@@ -55,7 +55,7 @@ class FNodeModel extends NodeModel {
 						final FNodeModel fileNodeModel = new FNodeModel(childFile, getMap());
 						NodeLinks.createLinkExtension(fileNodeModel).setHyperLink(childFile.toURI());
 						fileNodeModel.setLeft(isNewChildLeft());
-						children.add(getChildCount(), fileNodeModel);
+						getChildrenInternal().add(getChildCount(), fileNodeModel);
 						fileNodeModel.setParent(this);
 					}
 				}
diff --git a/freeplane/src/org/freeplane/features/note/mindmapmode/RemoveNoteAction.java b/freeplane/src/org/freeplane/features/note/mindmapmode/RemoveNoteAction.java
index 215a61b..b3aeafd 100644
--- a/freeplane/src/org/freeplane/features/note/mindmapmode/RemoveNoteAction.java
+++ b/freeplane/src/org/freeplane/features/note/mindmapmode/RemoveNoteAction.java
@@ -23,17 +23,17 @@ import java.awt.event.ActionEvent;
 import java.util.Iterator;
 
 import javax.swing.JOptionPane;
-import javax.swing.event.PopupMenuEvent;
-import javax.swing.event.PopupMenuListener;
 
 import org.freeplane.core.ui.AFreeplaneAction;
+import org.freeplane.core.ui.EnabledAction;
 import org.freeplane.core.ui.components.OptionalDontShowMeAgainDialog;
 import org.freeplane.features.map.NodeModel;
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.ModeController;
 import org.freeplane.features.note.NoteModel;
 
-class RemoveNoteAction extends AFreeplaneAction implements PopupMenuListener {
+ at EnabledAction(checkOnNodeChange = true)
+class RemoveNoteAction extends AFreeplaneAction{
 	/**
 	 * 
 	 */
@@ -65,52 +65,29 @@ class RemoveNoteAction extends AFreeplaneAction implements PopupMenuListener {
 		}
 	}
 
-	/*
-	 * (non-Javadoc)
-	 * @see
-	 * javax.swing.event.PopupMenuListener#popupMenuCanceled(javax.swing.event
-	 * .PopupMenuEvent)
-	 */
-	public void popupMenuCanceled(final PopupMenuEvent e) {
-	}
-
-	/*
-	 * (non-Javadoc)
-	 * @see
-	 * javax.swing.event.PopupMenuListener#popupMenuWillBecomeInvisible(javax
-	 * .swing.event.PopupMenuEvent)
-	 */
-	public void popupMenuWillBecomeInvisible(final PopupMenuEvent e) {
-	}
-
-	/*
-	 * (non-Javadoc)
-	 * @see
-	 * javax.swing.event.PopupMenuListener#popupMenuWillBecomeVisible(javax.
-	 * swing.event.PopupMenuEvent)
-	 */
-	public void popupMenuWillBecomeVisible(final PopupMenuEvent e) {
-		setEnabled();
-	}
-
 	private void removeNote(final NodeModel node) {
 		noteController.setNoteText(node, null);
 	}
 
 	@Override
 	public void setEnabled() {
-		boolean foundNote = false;
+		setEnabled(doesNoteExist());
+	}
+
+	private boolean doesNoteExist() {
+	    boolean foundNote = false;
 		final ModeController modeController = Controller.getCurrentModeController();
 		if (modeController == null) {
-			setEnabled(false);
-			return;
+			foundNote = false;
 		}
-		for (final NodeModel node : modeController.getMapController().getSelectedNodes()) {
-			if (NoteModel.getNoteText(node) != null) {
-				foundNote = true;
-				break;
-			}
-		}
-		setEnabled(foundNote);
-	}
+        else {
+	        for (final NodeModel node : modeController.getMapController().getSelectedNodes()) {
+	        	if (NoteModel.getNoteText(node) != null) {
+	        		foundNote = true;
+	        		break;
+	        	}
+	        }
+        }
+	    return foundNote;
+    }
 }
diff --git a/freeplane/src/org/freeplane/features/note/mindmapmode/ShowHideNoteAction.java b/freeplane/src/org/freeplane/features/note/mindmapmode/ShowHideNoteAction.java
index a3b664a..add7327 100644
--- a/freeplane/src/org/freeplane/features/note/mindmapmode/ShowHideNoteAction.java
+++ b/freeplane/src/org/freeplane/features/note/mindmapmode/ShowHideNoteAction.java
@@ -23,8 +23,10 @@ import java.awt.event.ActionEvent;
 
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.ui.SelectableAction;
 
+
 @SelectableAction(checkOnPropertyChange = "use_split_pane")
 class ShowHideNoteAction extends AFreeplaneAction {
 	/**
diff --git a/freeplane/src/org/freeplane/features/styles/MapStyle.java b/freeplane/src/org/freeplane/features/styles/MapStyle.java
index 228d22f..fdc3d6e 100644
--- a/freeplane/src/org/freeplane/features/styles/MapStyle.java
+++ b/freeplane/src/org/freeplane/features/styles/MapStyle.java
@@ -288,7 +288,13 @@ public class MapStyle extends PersistentNodeHook implements IExtension, IMapLife
 			final ASelectableCondition condition;
 			if(styleElement.getChildrenCount() == 1){
 				final XMLElement conditionElement = styleElement.getChildAtIndex(0);
-				condition = conditionFactory.loadCondition(conditionElement);
+				try {
+	                condition = conditionFactory.loadCondition(conditionElement);
+                }
+                catch (Exception e) {
+	                e.printStackTrace();
+	                continue;
+                }
 			}
 			else{
 				condition = null;
diff --git a/freeplane/src/org/freeplane/features/url/mindmapmode/MapVersionInterpreter.java b/freeplane/src/org/freeplane/features/url/mindmapmode/MapVersionInterpreter.java
index f293412..bfdbc6b 100644
--- a/freeplane/src/org/freeplane/features/url/mindmapmode/MapVersionInterpreter.java
+++ b/freeplane/src/org/freeplane/features/url/mindmapmode/MapVersionInterpreter.java
@@ -78,9 +78,13 @@ public class MapVersionInterpreter{
 	
 	String getDialectInfo(String path){
 		final String appInfo;
-		if(appName != null)
-			appInfo = TextUtils.format("dialect_info.app", path, appName);
-		else
+		if(appName != null) {
+			if("Freeplane".equals(appName))
+				appInfo = TextUtils.format("dialect_info.later_version", path);
+			else
+				appInfo = TextUtils.format("dialect_info.app", path, appName);
+        }
+        else
 			appInfo = TextUtils.format("dialect_info.unknownApp", path);
 		final String warning = TextUtils.getText("dialect_info.warning");
 		final String urlInfo;
diff --git a/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAction.java b/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAction.java
index c1c2c09..a275cb1 100644
--- a/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAction.java
+++ b/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAction.java
@@ -22,6 +22,7 @@ package org.freeplane.features.url.mindmapmode;
 import java.awt.event.ActionEvent;
 
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.core.ui.EnabledAction;
 import org.freeplane.core.util.TextUtils;
 import org.freeplane.features.map.MapModel;
@@ -29,6 +30,7 @@ import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.mindmapmode.MModeController;
 
 @EnabledAction(checkOnNodeChange=true)
+
 class SaveAction extends AFreeplaneAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAll.java b/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAll.java
index 1b2f143..71d234e 100644
--- a/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAll.java
+++ b/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAll.java
@@ -24,6 +24,7 @@ import java.util.Map;
 import java.util.Map.Entry;
 
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.features.map.MapModel;
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.mode.ModeController;
@@ -32,6 +33,7 @@ import org.freeplane.features.mode.mindmapmode.MModeController;
 /**
  * @author foltin
  */
+
 public class SaveAll extends AFreeplaneAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAsAction.java b/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAsAction.java
index 6da9b49..67ba506 100644
--- a/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAsAction.java
+++ b/freeplane/src/org/freeplane/features/url/mindmapmode/SaveAsAction.java
@@ -22,9 +22,11 @@ package org.freeplane.features.url.mindmapmode;
 import java.awt.event.ActionEvent;
 
 import org.freeplane.core.ui.AFreeplaneAction;
+
 import org.freeplane.features.mode.Controller;
 import org.freeplane.features.url.UrlManager;
 
+
 class SaveAsAction extends AFreeplaneAction {
 	/**
 	 * 
diff --git a/freeplane/src/org/freeplane/main/addons/AddOnsController.java b/freeplane/src/org/freeplane/main/addons/AddOnsController.java
index 6124cc2..1d95a18 100644
--- a/freeplane/src/org/freeplane/main/addons/AddOnsController.java
+++ b/freeplane/src/org/freeplane/main/addons/AddOnsController.java
@@ -17,6 +17,7 @@ import java.util.Map.Entry;
 
 import javax.swing.JOptionPane;
 
+import org.apache.commons.lang.StringEscapeUtils;
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.components.UITools;
 import org.freeplane.core.util.FileUtils;
@@ -115,6 +116,12 @@ public class AddOnsController {
 	    for (String language : languages) {
 	    	final Map<String, String> resources = addOn.getTranslations().get(language);
 	    	if (resources != null) {
+	    	    for (Entry<String, String> entry : resources.entrySet()) {
+	    	        if (entry.getValue().indexOf('\\') != -1) {
+	    	            // convert \uFFFF sequences
+	    	            entry.setValue(StringEscapeUtils.unescapeJava(entry.getValue()));
+	    	        }
+	    	    }
 	    		resourceController.addLanguageResources(language, addOptionPanelPrefix(resources, addOn.getName()));
 	    		resourceController.addLanguageResources(language, resources);
 	    	}
diff --git a/freeplane/src/org/freeplane/main/application/MapViewTabs.java b/freeplane/src/org/freeplane/main/application/MapViewTabs.java
index bcf9b02..fb6d079 100644
--- a/freeplane/src/org/freeplane/main/application/MapViewTabs.java
+++ b/freeplane/src/org/freeplane/main/application/MapViewTabs.java
@@ -58,11 +58,9 @@ class MapViewTabs implements IMapViewChangeListener {
 	public MapViewTabs( final ViewController fm, final JComponent contentComponent) {
 //		this.controller = controller;
 		mContentComponent = contentComponent;
-		InputMap map;
-		map = (InputMap) UIManager.get("TabbedPane.ancestorInputMap");
-		final KeyStroke keyStrokeCtrlUp = KeyStroke.getKeyStroke(KeyEvent.VK_UP, InputEvent.CTRL_DOWN_MASK);
-		map.remove(keyStrokeCtrlUp);
 		mTabbedPane = new JTabbedPane();
+		removeTabbedPaneAccelerators();
+
 		mTabbedPane.setFocusable(false);
 		mTabbedPane.setTabPlacement(JTabbedPane.BOTTOM);
 		mTabbedPaneMapViews = new Vector<Component>();
@@ -80,6 +78,11 @@ class MapViewTabs implements IMapViewChangeListener {
 		fm.getContentPane().add(mTabbedPane, BorderLayout.CENTER);
 	}
 
+	void removeTabbedPaneAccelerators() {
+	    final InputMap map = new InputMap();
+		mTabbedPane.setInputMap(JTabbedPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, map);
+    }
+
 	public void afterViewChange(final Component pOldMap, final Component pNewMap) {
 		final int selectedIndex = mTabbedPane.getSelectedIndex();
 		if (pNewMap == null) {
@@ -199,6 +202,7 @@ class MapViewTabs implements IMapViewChangeListener {
 				}
 			});
 		}
+		removeTabbedPaneAccelerators();
 		mTabbedPane.revalidate();
 	}
 
diff --git a/freeplane/src/org/freeplane/n3/nanoxml/XMLWriter.java b/freeplane/src/org/freeplane/n3/nanoxml/XMLWriter.java
index 1efe894..fa637c6 100644
--- a/freeplane/src/org/freeplane/n3/nanoxml/XMLWriter.java
+++ b/freeplane/src/org/freeplane/n3/nanoxml/XMLWriter.java
@@ -36,6 +36,7 @@ public class XMLWriter {
 	 * Where to write the output to.
 	 */
 	private PrintWriter writer;
+	private boolean inContent = false;
 
 	/**
 	 * Creates a new XML writer.
@@ -227,9 +228,6 @@ public class XMLWriter {
 		for (int i = 0; i < str.length(); i++) {
 			final char c = str.charAt(i);
 			switch (c) {
-				case 0x0A:
-					writer.print(c);
-					break;
 				case '<':
 					writer.print("<");
 					break;
@@ -245,6 +243,11 @@ public class XMLWriter {
 				case '"':
 					writer.print(""");
 					break;
+				case 0x0A:
+					if(inContent){
+						writer.print(c);
+						break;
+					}
 				default:
 					if ((c < ' ') || (c > 0x7E)) {
 						writer.print("&#x");
@@ -265,7 +268,9 @@ public class XMLWriter {
 	 *            the string to write.
 	 */
 	protected void writeEncodedContent(final String str) {
+		inContent = true;
 		writeEncoded(str);
+		inContent = false;
 	}
 
 	public PrintWriter getWriter() {
diff --git a/freeplane/src/org/freeplane/view/swing/map/NodeTooltip.java b/freeplane/src/org/freeplane/view/swing/map/NodeTooltip.java
index 225fdc9..013131c 100644
--- a/freeplane/src/org/freeplane/view/swing/map/NodeTooltip.java
+++ b/freeplane/src/org/freeplane/view/swing/map/NodeTooltip.java
@@ -1,10 +1,10 @@
 package org.freeplane.view.swing.map;
 
+import java.awt.Component;
 import java.awt.Cursor;
 import java.awt.Dimension;
 import java.awt.Insets;
 import java.awt.Rectangle;
-import java.awt.Window;
 import java.awt.event.ComponentAdapter;
 import java.awt.event.ComponentEvent;
 import java.awt.event.MouseAdapter;
@@ -17,11 +17,11 @@ import java.security.AccessControlException;
 import javax.swing.JEditorPane;
 import javax.swing.JScrollPane;
 import javax.swing.JToolTip;
-import javax.swing.SwingUtilities;
 import javax.swing.text.html.HTMLDocument;
 import javax.swing.text.html.HTMLEditorKit;
 import javax.swing.text.html.StyleSheet;
 
+import org.freeplane.core.ui.MouseInsideListener;
 import org.freeplane.core.ui.components.JRestrictedSizeScrollPane;
 import org.freeplane.core.ui.components.UITools;
 import org.freeplane.core.ui.components.html.ScaledEditorKit;
@@ -33,7 +33,7 @@ import org.freeplane.features.url.UrlManager;
 
 @SuppressWarnings("serial")
 public class NodeTooltip extends JToolTip {
-	public class LinkMouseListener extends MouseAdapter implements MouseMotionListener{
+	class LinkMouseListener extends MouseAdapter implements MouseMotionListener{
 	    public void mouseMoved(final MouseEvent ev) {
 	    	final String link = HtmlUtils.getURLOfExistingLink((HTMLDocument) tip.getDocument(), tip.viewToModel(ev.getPoint()));
 	    	boolean followLink = link != null;
@@ -67,8 +67,9 @@ public class NodeTooltip extends JToolTip {
 		public void mouseDragged(MouseEvent e) {
         }
     }
-
+	
 	final private JEditorPane tip; 
+	
 	public NodeTooltip(){
 		tip  = new JEditorPane();
 		tip.setContentType("text/html");
@@ -77,9 +78,9 @@ public class NodeTooltip extends JToolTip {
 		tip.setEditorKit(kit);
 		tip.setEditable(false);
 		tip.setMargin(new Insets(0, 0, 0, 0));
-		final LinkMouseListener mouseListener = new LinkMouseListener();
-		tip.addMouseListener(mouseListener);
-		tip.addMouseMotionListener(mouseListener);
+		final LinkMouseListener linkMouseListener = new LinkMouseListener();
+		tip.addMouseListener(linkMouseListener);
+		tip.addMouseMotionListener(linkMouseListener);
 		final HTMLDocument document = (HTMLDocument) tip.getDocument();
 		final StyleSheet styleSheet = document.getStyleSheet();
 		styleSheet.removeStyle("p");
@@ -102,6 +103,7 @@ public class NodeTooltip extends JToolTip {
 //		scrollPane.setOpaque(false);
 //		scrollPane.getViewport().setOpaque(false);
 	}
+	
 	private static int maximumWidth = Integer.MAX_VALUE;
 	/**
 	 *  set maximum width
@@ -132,9 +134,12 @@ public class NodeTooltip extends JToolTip {
     }
 
 	private void setTipTextUnsafe(String tipText) throws Exception{
+		tip.setSize(0, 0);
+		tip.setPreferredSize(null);
 		tip.setText(tipText);
 		Dimension preferredSize = tip.getPreferredSize();
 		if (preferredSize.width < maximumWidth) {
+			tip.setPreferredSize(preferredSize);
 			return ;
 		}
 		final HTMLDocument document = (HTMLDocument) tip.getDocument();
@@ -142,20 +147,19 @@ public class NodeTooltip extends JToolTip {
 		// bad hack: call "setEditable" only to update view
 		tip.setEditable(true);
 		tip.setEditable(false);
+		tip.setPreferredSize(tip.getPreferredSize());
 	}
 
 	@Override
     public Dimension getPreferredSize() {
-	    return getComponent(0).getPreferredSize();
+	    final Component scrollPane = getComponent(0);
+		return scrollPane.getPreferredSize();
     }
 
 	@Override
     public void layout() {
-		Window window = SwingUtilities.windowForComponent(this);
-		if(! window.getFocusableWindowState()){
-			window.setFocusableWindowState(true);
-		}
-		getComponent(0).setSize(getPreferredSize());
+		final Component scrollPane = getComponent(0);
+		scrollPane.setSize(getPreferredSize());
 	    super.layout();
     }
 
@@ -166,5 +170,4 @@ public class NodeTooltip extends JToolTip {
 	public void setBase(URL url){
 		((HTMLDocument)tip.getDocument()).setBase(url);
 	}
-
 }
diff --git a/freeplane/src/org/freeplane/view/swing/map/NodeTooltipManager.java b/freeplane/src/org/freeplane/view/swing/map/NodeTooltipManager.java
index fab76f1..6aa73f3 100644
--- a/freeplane/src/org/freeplane/view/swing/map/NodeTooltipManager.java
+++ b/freeplane/src/org/freeplane/view/swing/map/NodeTooltipManager.java
@@ -2,10 +2,8 @@ package org.freeplane.view.swing.map;
 
 
 import java.awt.Component;
-import java.awt.Dimension;
+import java.awt.GridLayout;
 import java.awt.KeyboardFocusManager;
-import java.awt.Point;
-import java.awt.Rectangle;
 import java.awt.Window;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
@@ -16,10 +14,11 @@ import java.awt.event.MouseEvent;
 import java.awt.event.MouseMotionListener;
 import java.lang.ref.WeakReference;
 
+import javax.swing.BorderFactory;
 import javax.swing.JComponent;
 import javax.swing.JDialog;
+import javax.swing.JPopupMenu;
 import javax.swing.JToolTip;
-import javax.swing.Popup;
 import javax.swing.PopupFactory;
 import javax.swing.SwingUtilities;
 import javax.swing.Timer;
@@ -27,6 +26,7 @@ import javax.swing.Timer;
 import org.freeplane.core.extension.IExtension;
 import org.freeplane.core.resources.IFreeplanePropertyListener;
 import org.freeplane.core.resources.ResourceController;
+import org.freeplane.core.ui.MouseInsideListener;
 import org.freeplane.features.map.AMapChangeListenerAdapter;
 import org.freeplane.features.map.IMapChangeListener;
 import org.freeplane.features.map.INodeSelectionListener;
@@ -45,13 +45,15 @@ public class NodeTooltipManager implements IExtension{
 	private JComponent insideComponent;
 	private MouseEvent mouseEvent;
 	
-	private Popup tipPopup;
+	private JPopupMenu tipPopup;
 	/** The Window tip is being displayed in. This will be non-null if
 	 * the Window tip is in differs from that of insideComponent's Window.
 	 */
 	private JToolTip tip;
 	final private ComponentMouseListener componentMouseListener;
 	private WeakReference<Component> focusOwnerRef;
+	private boolean mouseOverComponent;
+	private MouseInsideListener mouseInsideTooltipListener;
 
 	public static NodeTooltipManager getSharedInstance(ModeController modeController){
 		{
@@ -120,6 +122,7 @@ public class NodeTooltipManager implements IExtension{
 		exitTimer = new Timer(150, new exitTimerAction());
 		exitTimer.setRepeats(false);
 		componentMouseListener = new ComponentMouseListener();
+		mouseOverComponent = false;
 	}
 
 	/**
@@ -170,38 +173,12 @@ public class NodeTooltipManager implements IExtension{
 //		else{
 		nearComponent = insideComponent;
 //		}
-		final Point locationOnScreen = nearComponent.getLocationOnScreen();
-		final int height = nearComponent.getHeight();
-		Rectangle sBounds = nearComponent.getGraphicsConfiguration().getBounds();
-		final int minX = sBounds.x;
-		final int maxX = sBounds.x + sBounds.width;
-		final int minY = sBounds.y;
-		final int maxY = sBounds.y + sBounds.height;
-		int x = locationOnScreen.x;
-		int y = locationOnScreen.y + height;
-		final Dimension tipSize = tip.getPreferredSize();
-		final int tipWidth = tipSize.width;
-		if(x + tipWidth > maxX){
-			x = maxX - tipWidth;
-		}
-		if(x < minX){
-			x = minX;
-		}
-		final int tipHeight = tipSize.height;
-		if(y + tipHeight > maxY){
-			if(locationOnScreen.y - tipHeight > minY){
-				y = locationOnScreen.y - tipHeight;
-			}
-			else{
-				y = maxY - tipHeight;
-			}
-		}
-		if(y < minY){
-			y = minY;
-		}
 		focusOwnerRef = new WeakReference<Component>(KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner());
-		tipPopup = popupFactory.getPopup(nearComponent, tip, x, y);
-		tipPopup.show();
+		tipPopup = new JPopupMenu();
+		tipPopup.setLayout(new GridLayout(1, 1));
+		tipPopup.add(tip);
+		mouseInsideTooltipListener = new MouseInsideListener(tipPopup);
+		tipPopup.show(nearComponent, 0, nearComponent.getHeight());
         exitTimer.start();
 	}
 
@@ -217,10 +194,11 @@ public class NodeTooltipManager implements IExtension{
 			}
 			else
 				component = null;
-			tipPopup.hide();
+			tipPopup.setVisible(false);
 			if(component != null)
 				component.requestFocusInWindow();
 			tipPopup = null;
+			mouseInsideTooltipListener = null;
 			tip = null;
 			focusOwnerRef = null;
 			enterTimer.stop();
@@ -266,6 +244,8 @@ public class NodeTooltipManager implements IExtension{
 			initiateToolTip(event);
 		}
 		public void mouseExited(MouseEvent event) {
+			if(insideComponent == event.getComponent())
+				mouseOverComponent = false;
 		}
 		
 		public void mouseDragged(MouseEvent e) {
@@ -279,6 +259,7 @@ public class NodeTooltipManager implements IExtension{
 	private void initiateToolTip(MouseEvent event) {
 	JComponent component = (JComponent) event.getSource();
 	if(insideComponent == component){
+		mouseOverComponent = true;
 		return;
 	}
 	hideTipWindow();
@@ -288,21 +269,15 @@ public class NodeTooltipManager implements IExtension{
 		enterTimer.restart();
 	}
 
-	protected boolean mouseOverComponent() {
-		if(insideComponent.isShowing()){
-			final Point mousePosition = insideComponent.getMousePosition(true);
-			return mousePosition != null
-					&& new Rectangle(0, 0, insideComponent.getWidth(),
-							insideComponent.getHeight()).contains(mousePosition);
-		}
-		return false;
+	protected boolean isMouseOverComponent() {
+		return mouseOverComponent;
 	}
 
 
 	private class insideTimerAction implements ActionListener {
 		public void actionPerformed(ActionEvent e) {
 			if (insideComponent != null){ 
-				if( mouseOverComponent()) {
+				if( isMouseOverComponent()) {
 					// Lazy lookup
 					if (toolTipText == null && mouseEvent != null) {
 						toolTipText = insideComponent.getToolTipText(mouseEvent);
@@ -330,7 +305,7 @@ public class NodeTooltipManager implements IExtension{
                 return;
             }
                     
-			if(tip.getMousePosition(true) != null || mouseOverComponent()){
+			if(isMouseOverTip() || isMouseOverComponent()){
 				exitTimer.restart();
 				return;
 			}
@@ -343,6 +318,10 @@ public class NodeTooltipManager implements IExtension{
 			}
 			hideTipWindow();
 		}
+
+		protected boolean isMouseOverTip() {
+	        return mouseInsideTooltipListener.isMouseInside();
+        }
 	}
 
 }
diff --git a/freeplane/src/org/freeplane/view/swing/map/NodeView.java b/freeplane/src/org/freeplane/view/swing/map/NodeView.java
index 853cb8e..ddb10ea 100644
--- a/freeplane/src/org/freeplane/view/swing/map/NodeView.java
+++ b/freeplane/src/org/freeplane/view/swing/map/NodeView.java
@@ -100,7 +100,7 @@ public class NodeView extends JComponent implements INodeView {
 	static{
 		boolean paintDebugBorder = false;
 		try{
-			paintDebugBorder = System.getProperty("org.freeplane.view.swing.map.NodeView.PAINT_DEBUG_BORDER", "false").equalsIgnoreCase("true");
+			paintDebugBorder = Boolean.getBoolean("org.freeplane.view.swing.map.NodeView.PAINT_DEBUG_BORDER");
 		}
 		catch(Exception e){
 		}
@@ -960,7 +960,8 @@ public class NodeView extends JComponent implements INodeView {
 		}
 		if (PAINT_DEBUG_BORDER && isSelected()&& paintingMode.equals(PaintingMode.SELECTED_NODES)){
 			final int spaceAround = getZoomed(SPACE_AROUND);
-			g.drawRect(spaceAround, spaceAround, getWidth() - 2 * spaceAround, getHeight() - 2 * spaceAround);
+			g.drawRect(0, 0, getWidth() - 1, getHeight() - 1);
+			g.drawRect(spaceAround - 1, spaceAround - 1, getWidth() - 2 * spaceAround, getHeight() - 2 * spaceAround);
 		}
 	}
 
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 362daa0..9ab2137 100644
--- a/freeplane/src/org/freeplane/view/swing/map/attribute/AttributePanelManager.java
+++ b/freeplane/src/org/freeplane/view/swing/map/attribute/AttributePanelManager.java
@@ -156,14 +156,17 @@ public class AttributePanelManager{
                 }
 
                 private Object formatValue(final PatternFormat newFormat, final AttributeTable table,
-                                           final Object toFormat) {
+                                           final Object objectToBeFormatted) {
                 	if (formatChooser.getSelectedItem() == null)
                 		return null;
-                	if(toFormat instanceof IFormattedObject)
-                		return formatValue(newFormat, table, ((IFormattedObject) toFormat).getObject());
-                    if (toFormat instanceof String && ((String)toFormat).startsWith("="))
-                        return new FormattedFormula((String) toFormat, newFormat.getPattern());
-                    return newFormat.formatObject(toFormat);
+                	if (objectToBeFormatted instanceof IFormattedObject) {
+	                    final Object actualObject = ((IFormattedObject) objectToBeFormatted).getObject();
+	                    if(actualObject != objectToBeFormatted)
+	                    	return formatValue(newFormat, table, actualObject);
+                    }
+                    if (objectToBeFormatted instanceof String && ((String)objectToBeFormatted).startsWith("="))
+                        return new FormattedFormula((String) objectToBeFormatted, newFormat.getPattern());
+                    return newFormat.formatObject(objectToBeFormatted);
                 }
             });
 
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 6475e20..a221484 100644
--- a/freeplane/src/org/freeplane/view/swing/map/mindmapmode/EditNodeTextField.java
+++ b/freeplane/src/org/freeplane/view/swing/map/mindmapmode/EditNodeTextField.java
@@ -290,12 +290,7 @@ public class EditNodeTextField extends EditNodeBase {
 			if (e.isTemporary() && e.getOppositeComponent() == null) {
 				return;
 			}
-			if(textfield.isShowing()){
-				submitText();
-			}
-			else{
-				getEditControl().cancel();
-			}
+			submitText();
 			hideMe();
 		}
 
diff --git a/freeplane/src/org/freeplane/view/swing/ui/DefaultMapMouseListener.java b/freeplane/src/org/freeplane/view/swing/ui/DefaultMapMouseListener.java
index a293270..3caca89 100644
--- a/freeplane/src/org/freeplane/view/swing/ui/DefaultMapMouseListener.java
+++ b/freeplane/src/org/freeplane/view/swing/ui/DefaultMapMouseListener.java
@@ -174,17 +174,23 @@ public class DefaultMapMouseListener implements IMouseListener {
 	 *
 	 */
 	public void mouseDragged(final MouseEvent e) {
-		final Rectangle r = new Rectangle(e.getX(), e.getY(), 1, 1);
 		final JComponent component = (JComponent) e.getComponent();
 		final MapView mapView = getMapView(component);
 		if(mapView == null)
 			return;
-		final boolean isEventPointVisible = component.getVisibleRect().contains(r);
-		if (!isEventPointVisible) {
-			component.scrollRectToVisible(r);
-		}
-		if (originX >= 0 && isEventPointVisible) {
-			mapView.scrollBy(originX - e.getX(), originY - e.getY());
+		if (originX >= 0) {
+			final int dx = originX - e.getX();
+			final int dy = originY - e.getY();
+			final Rectangle visibleRect = component.getVisibleRect();
+			final Rectangle r = new Rectangle(e.getX(), e.getY(), 1, 1);
+			final boolean isEventPointVisible = visibleRect.contains(r);
+			if (isEventPointVisible)
+	            mapView.scrollBy(dx, dy);
+            else {
+				mapView.scrollBy(dx/3, dy/3);
+				originX += dx/3;
+				originY += dy/3;
+			}
 		}
 	}
 
diff --git a/freeplane/src/org/freeplane/view/swing/ui/DefaultNodeMouseMotionListener.java b/freeplane/src/org/freeplane/view/swing/ui/DefaultNodeMouseMotionListener.java
index ee4d4af..1966d71 100644
--- a/freeplane/src/org/freeplane/view/swing/ui/DefaultNodeMouseMotionListener.java
+++ b/freeplane/src/org/freeplane/view/swing/ui/DefaultNodeMouseMotionListener.java
@@ -93,11 +93,13 @@ public class DefaultNodeMouseMotionListener implements IMouseListener {
 	private Timer timerForDelayedSelection;
 	protected final DoubleClickTimer doubleClickTimer;
 	private boolean wasFocused;
+	private MovedMouseEventFilter windowMouseTracker;
 
 	public DefaultNodeMouseMotionListener() {
 //		mc = modeController;
 		popupListener = new ControllerPopupMenuListener();
 		doubleClickTimer = new DoubleClickTimer();
+		windowMouseTracker = new MovedMouseEventFilter();
 	}
 
 	private void createTimer(final MouseEvent e) {
@@ -242,17 +244,22 @@ public class DefaultNodeMouseMotionListener implements IMouseListener {
 	}
 
 	public void mouseEntered(final MouseEvent e) {
-		createTimer(e);
-		mouseMoved(e);
+		if(windowMouseTracker.isRelevant(e)){
+			createTimer(e);
+			mouseMoved(e);
+		}
 	}
 
 	public void mouseExited(final MouseEvent e) {
 		stopTimerForDelayedSelection();
 		final MainView v = (MainView) e.getSource();
 		v.setMouseArea(MouseArea.OUT);
+		windowMouseTracker.trackWindowForComponent(v);
 	}
 
 	public void mouseMoved(final MouseEvent e) {
+		if(! windowMouseTracker.isRelevant(e))
+			return;
 		final MainView node = ((MainView) e.getComponent());
 		String link = node.getLink(e.getPoint());
 		boolean followLink = link != null;
diff --git a/freeplane/src/org/freeplane/view/swing/ui/MovedMouseEventFilter.java b/freeplane/src/org/freeplane/view/swing/ui/MovedMouseEventFilter.java
new file mode 100644
index 0000000..e0828ec
--- /dev/null
+++ b/freeplane/src/org/freeplane/view/swing/ui/MovedMouseEventFilter.java
@@ -0,0 +1,78 @@
+/*
+ *  Freeplane - mind map editor
+ *  Copyright (C) 2013 Dimitry
+ *
+ *  This file author is Dimitry
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.freeplane.view.swing.ui;
+
+import java.awt.Component;
+import java.awt.Point;
+import java.awt.Window;
+import java.awt.event.MouseEvent;
+import java.awt.event.WindowAdapter;
+import java.awt.event.WindowEvent;
+
+import javax.swing.SwingUtilities;
+
+import org.freeplane.core.ui.components.UITools;
+
+/**
+ * @author Dimitry Polivaev
+ * 21.01.2013
+ */
+public class MovedMouseEventFilter extends WindowAdapter {
+
+	private Window trackedWindow = null;
+	private Point mousePositionAfterFocusGained = null;
+
+	public boolean isRelevant(MouseEvent e) {
+		if(mousePositionAfterFocusGained == null)
+			return true;
+		final Component component = e.getComponent();
+		final Window windowToTrack = SwingUtilities.getWindowAncestor(component);
+		if(! windowToTrack.equals(trackedWindow))
+			return true;
+		final Point eventPoint = e.getPoint();
+		UITools.convertPointToAncestor(component, eventPoint, trackedWindow);
+		final boolean hasMoved = !eventPoint.equals(mousePositionAfterFocusGained);
+		if(hasMoved)
+			mousePositionAfterFocusGained = null;
+		return hasMoved;
+    }
+
+	@Override
+    public void windowGainedFocus(WindowEvent e) {
+		try {
+	        mousePositionAfterFocusGained = trackedWindow.getMousePosition();
+        }
+		// Work around for mac os java bug
+        catch (ClassCastException ex) {
+        }
+    }
+
+	public void trackWindowForComponent(Component c){
+		final Window windowToTrack = SwingUtilities.getWindowAncestor(c);
+		if(windowToTrack.equals(trackedWindow))
+			return;
+		if(trackedWindow != null)
+			trackedWindow.removeWindowFocusListener(this);
+		trackedWindow = windowToTrack;
+		trackedWindow.addWindowFocusListener(this);
+		mousePositionAfterFocusGained = null;
+	}
+	
+}
diff --git a/freeplane/viewer-resources/special_applet.properties b/freeplane/viewer-resources/special_applet.properties
index 194d902..4969f64 100644
--- a/freeplane/viewer-resources/special_applet.properties
+++ b/freeplane/viewer-resources/special_applet.properties
@@ -1,2 +1,3 @@
 highlight_formulas = false
-image_cache=disable
\ No newline at end of file
+image_cache=disable
+filter_toolbar_visible=true
\ No newline at end of file
diff --git a/freeplane/viewer-resources/translations/Resources_en.properties b/freeplane/viewer-resources/translations/Resources_en.properties
index eefe7e6..aa518dd 100644
--- a/freeplane/viewer-resources/translations/Resources_en.properties
+++ b/freeplane/viewer-resources/translations/Resources_en.properties
@@ -1,1769 +1,1770 @@
-about_text = Freeplane - free mind mapping and knowledge building software
-AboutAction.text = About
-acceleratorPresets = Hot key presets
-accelerators_loading_error = Can not load accelerators from {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title = Change format of nodes
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle = Change pattern
-accessories/plugins/EncryptNode.properties_0 = Choose password for protected (encrypted) node
-accessories/plugins/EncryptNode.properties_1 = Passwords are not equal or to short.
-accessories/plugins/EncryptNode.properties_2 = Enter Password:
-accessories/plugins/EncryptNode.properties_3 = Re-enter Password:
-accessories/plugins/EncryptNode.properties_4 = Enter your password.
-accessories/plugins/EncryptNode.properties_5 = <html>Remember, that the strength of the encryption<br> depends almost completely on the quality of your password.
-accessories/plugins/EncryptNode.properties_6 = OK
-accessories/plugins/EncryptNode.properties_7 = Cancel
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = You can only toggle password protection (encryption) state of an encrypted node. Please insert such a node using the tools menu.
-accessories/plugins/EncryptNode.properties_select_me = Select me to continue!
-accessories/plugins/EncryptNode.properties_wrong_password = The password is not correct.
-accessories/plugins/ExportWithTWiki.text = TWiki...
-accessories/plugins/ExportWithTWiki.tooltip = Exports the map as a TWiki document.
-accessories/plugins/ExportWithXSLT.tooltip = This is an uniform export method.
-accessories/plugins/ExportWithXSLT_Applet.text = Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip = Exports the map as a java browser applet.
-accessories/plugins/ExportWithXSLT_Flash.text = Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip = Exports the map as a flash application.
-accessories/plugins/ExportWithXSLT_HTML.text = XHTML (JavaScript version)...
-accessories/plugins/ExportWithXSLT_HTML3.text = XHTML (Clickable map image version)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text = Resources from RESOURCES node to TaskJuggler file...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip = <html>Exports resources from RESOURCES node to Taskjuggler module. </html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text = Tasks from TASKS node to TaskJuggler file...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip = <html>Exports tasks from TASKS node to Taskjuggler module. </html>
-action_keystroke_in_use_error = Keystroke {0} requested for action {1} is already in use for action {2}
-active = Active
-actual_map_styles = Map conditional styles applied to node
-actual_node_styles = Node conditional styles applied to node
-add = &Add
-AddConnectorAction.text = Connect
-AddElementaryConditionAction.text = Add
-AddLocalLinkAction.text = Add local hyperlink
-AddMenuItemLinkAction.text = Add hyperlink to menu item...
-AddOnDetailsPanel.authored.by = By {0}
-AddOnDetailsPanel.header.function = Function
-AddOnDetailsPanel.header.menu = Menu location
-AddOnDetailsPanel.header.shortcut = Shortcut
-AddOnDetailsPanel.homepage = Homepage:
-addons.installer.canceled = Installation canceled
-addons.installer.confirm.licence = <html><body><h1>License</h1>{0}<p><p><em>Do you accept this license?</em></p></body></html>
-addons.installer.failed = Installation failed: {0}
-addons.installer.freeplaneversion.format.error = Format error in {0} (value: {1})
-addons.installer.groovy.script.name = Script name {0} does not end with ".groovy"
-addons.installer.html.script = Script body may not be formatted as HTML
-addons.installer.install = Install
-addons.installer.invalid.keyboard.shortcut = Invalid shortcut {0}.
-addons.installer.licence.unchanged = License is unchanged
-addons.installer.map.structure = Error in map structure: {0}
-addons.installer.missing.child.nodes = Missing child nodes: {0}
-addons.installer.missing.permission.attribute = Script {0}: missing permission attributes {1}
-addons.installer.missing.properties = Missing properties: {0}
-addons.installer.missing.translation = Missing translation of {0} for locale {1}
-addons.installer.no.scripts = No scripts found
-addons.installer.no.zipdata = No zip data found
-addons.installer.nonstandard.permissions = The script requests the following permissions that are currently not enabled: {0}.\nShould they be be added to the standard permissions?
-addons.installer.one.child.expected = Expected exactly one child of {0} but got {1}.
-addons.installer.script.no.execution_mode = No "execution_mode" attribute defined for {0}
-addons.installer.script.no.menulocation = No "menuLocation" attribute defined for {0}
-addons.installer.script.no.menutitle = No "menuTitleKey" attribute defined for {0}
-addons.installer.script.no.permissions = No permissions defined for {0}
-addons.installer.success = Installation successful.\nThe new add-on will be available after a restart.
-addons.installer.success.update = Update from {0} to {1} successful.\nSome functions may only be available after a restart.
-addons.installer.title = Add-on Installer
-addons.installer.too.new = Current Freeplane version {0} is too new. This add-on supports at most {1}
-addons.installer.too.old = Current Freeplane version {0} is too old. This add-on needs at least {1}
-addons.installer.unknown.deinstallation.rules = Unknown deinstallation rule(s) {0}
-addons.installer.update = Update from version {0}
-addons.installer.warning = <html><body><em>You should only install add-ons from sources you trust. Malicious software may cause damage to your data or violate your privacy.</em></body></html>
-addons.site = http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text = Attributes from style
-AddStyleAttributes.tooltip = Add attributes from style node
-AllMapsNodeListAction.text = Find and replace in all maps
-always = Always
-AlwaysUnfoldedNodeAction.text = Always unfolded node (set/reset)
-antialias_all = Antialias all
-antialias_edges = Antialias edges
-antialias_none = Antialias none
-apply = &Apply
-ApplyAction.text = &Apply
-ApplyFormatPlugin.text = &Change format ...
-ApplyFormatPlugin.tooltip = Presents a dialog in which node and edge attributes can be changed at once.
-ApplyNoFilteringAction.text = No filtering
-ApplySelectedViewConditionAction.text = Filter selected nodes
-ApplyToVisibleAction.text = Applies to filtered nodes
-as_parent = As parent
-AskForHelp.text = Ask for help
-AssignAttributesAction.text = Find and replace attributes...
-attribute_delete = Delete all values
-attribute_delete_value = Delete this value
-attribute_font_size_tooltip = Attribute font size
-attribute_list_box_label_text = Existing values
-attribute_name = Attribute Name
-attribute_replace = Replace with
-attribute_top = All known attributes for the loaded Maps
-attribute_value = Attribute Value
-attributes_AddAttributeAction.text = Add attribute in dialog...
-attributes_adding_empty_attribute_error = Can not use an empty string as attribute name
-attributes_all = All attributes
-attributes_assign_dialog = Extended attribute editor
-attributes_attribute = Attributes
-attributes_close = Close
-attributes_deselect_all = Nothing
-attributes_dialog_title = Attribute manager
-attributes_edit = Edit
-attributes_edit_tooltip = Edit set
-attributes_for_selected = Selected nodes
-attributes_for_visible = All visible nodes
-attributes_import = &Import
-attributes_import_tooltip = Import attributes from the other loaded maps
-attributes_no_import_candidates_found = No new attributes found
-attributes_popup_delete = Delete
-attributes_popup_down = Down
-attributes_popup_edit = Edit
-attributes_popup_hide = Hide
-attributes_popup_new = New attribute
-attributes_popup_optimal_width = Optimal width
-attributes_popup_up = Up
-attributes_refresh = Refresh
-attributes_RemoveAllAttributesAction.text = Remove all attributes
-attributes_RemoveFirstAttributeAction.text = Remove first attribute
-attributes_RemoveLastAttributeAction.text = Remove last attribute
-attributes_restricted_attributes_tooltip = Restrict set of attributes
-attributes_restricted_values_tooltip = Restrict set of values for current attribute
-attributes_restriction = Restricted set
-attributes_select_all = All
-attributes_select_all_tooltip = Select/deselect all
-attributes_show = Show
-attributes_skip_root = Skip root node
-attributes_visible = Selected visible
-attributes_visible_tooltip = Selected visible
-automatic_layout = Automatic layout
-automatic_layout_disabled = disabled
-automatically_save_message = Map was automatically saved (using the file name {0}) ...
-AutomaticEdgeColorHookAction.text = Automatic edge color
-AutomaticLayout.ALL = for all nodes
-AutomaticLayout.HEADINGS = for non leave nodes
-AutomaticLayout.level = Level {0}
-AutomaticLayout.level.root = Root
-AutomaticLayoutAction.text = &Apply level styles
-AutomaticLayoutAction.tooltip = <html>Fixes the layout of the map. <br>The first level is black, the second blue, etc.</html>
-AutomaticLayoutControllerAction.ALL.text = for all nodes
-AutomaticLayoutControllerAction.HEADINGS.text = for non leave nodes
-AutomaticLayoutControllerAction.null.text = disabled
-BackAction.text = Go backward
-BackAction.tooltip = Jumps back in the select chain
-background = Background
-bitmaps = Bitmaps
-black = Black
-BlinkingNodeHookAction.text = Blinking node
-BlinkingNodeHookAction.tooltip = <html>This makes the node blinking. But be careful. Do not associate it to many nodes, and <strong> not with other automatic formattings to the same node</strong></html>
-blue = Blue
-BoldAction.text = Bold
-boldify_branch = Boldify
-branch = Branch
-browse = Browse...
-calendar_attributes_panel = Calendar and attributes
-calendar_panel = Calendar
-can_not_connect_to_info_server = Can not connect to information server
-can_not_delete_predefined_style = Can not delete predefined style
-can_not_delete_root_style = Can not delete root style
-can_not_delete_style_group = Can not delete style group
-can_not_save_key_set = Can not save hot key set
-cancel = &Cancel
-CancelAction.text = &Cancel
-cannot_add_parent_diff_parents = All nodes must have the same parent to use this function.
-cannot_add_parent_to_root = The root node can't be added to a new parent.
-cannot_delete_root = The root node can't be deleted or cut.
-cannot_join_nodes_with_children = Cannot join nodes with children
-cannot_move_to_child = Can't move a node to one of its children.
-CenterAction.text = Center
-CenterSelectedNodeAction.text = Center selected node
-ChangeConnectorArrowsAction.backward.text = Draw arrow back
-ChangeConnectorArrowsAction.both.text = Draw arrow forward and back
-ChangeConnectorArrowsAction.forward.text = Draw arrow forward
-ChangeConnectorArrowsAction.none.text = None
-ChangeConnectorArrowsAction.text = Change Arrows of Connector
-ChangeConnectorShapeAction.CUBIC_CURVE.text = Curve
-ChangeConnectorShapeAction.EDGE_LIKE.text = Simulate edge
-ChangeConnectorShapeAction.LINE.text = Line
-ChangeConnectorShapeAction.LINEAR_PATH.text = Linear path
-ChangeNodeLevelLeftsAction.text = Move node (Parents sibling)
-ChangeNodeLevelLeftsAction.tooltip = On the left of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the right of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-ChangeNodeLevelRightsAction.text = Move node (Siblings child)
-ChangeNodeLevelRightsAction.tooltip = On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
-choose_background_color = Choose Background color:
-choose_cloud_color = Choose Cloud Color:
-choose_edge_color = Choose Edge Color
-choose_map_background_color = Choose map background color
-choose_node_background_color = Choose node background color:
-choose_node_color = Choose node color:
-ClearLinkAnchorAction.text = Clear link anchor
-ClearLinkAnchorAction.tooltip = <html>clear previously set node anchor</html>
-close_btn = &Close
-CloseAction.text = &Close current map
-CloudAction.text = Add / remove cloud (default)
-CloudColorAction.text = Cloud color...
-CloudShapeAction.ARC.text = Arc
-CloudShapeAction.RECT.text = Rectangle
-CloudShapeAction.ROUND_RECT.text = Round rectangle
-CloudShapeAction.STAR.text = Star
-ColorProperty.ResetColor = Reset color
-combined = Combined
-condition = Condition
-confirmation = Confirmation
-connector = Connector
-connector_arrows = Connector arrows
-connector_label = Connector label
-connector_lines = Connector lines
-connector_shapes = Connector shapes
-ConnectorColorAction.text = Connector color...
-CopyAction.text = &Copy
-CopyAction.tooltip = Copy selected branch
-CopyAttributes.text = Copy &attributes
-CopyIDAction.text = Copy node I&D
-CopyMapStylesAction.text = Copy map style from...
-CopyNodeURIAction.text = Copy node URI
-copyright = Copyright \u00a9 2000-2012 Freeplane team and others
-CopySingleAction.text = Copy node (&single)
-CopySingleAction.tooltip = Copy only the selected node
-CopyStyleExtensionsAction.text = Copy extensions from style node
-corrupt_map = Map content is corrupted
-CreateConjunctConditionAction.text = And
-CreateDisjunctConditionAction.text = Or
-CreateNotSatisfiedConditionAction.text = Not
-CreationModificationPluginAction.text = Display &modification times
-CreationModificationPluginAction.tooltip = <html>This function keeps track of node creation and modification times.</html>
-current_dir = Maps
-CutAction.text = Cu&t
-decrease_branch_font_size = Smaller font
-DecreaseNodeFontAction.text = Smaller font
-default = Default
-DefaultColorAction.text = Default color
-defaultstyle.details = Details
-defaultstyle.floating = Floating node
-defaultstyle.note = Note
-delete = &Delete
-delete_child = Delete node
-DeleteAction.text = Remove n&ode
-DeleteConditionAction.text = Delete
-DeleteDetailsAction.text = Remove node details
-DeleteLevelStyleAction.text = Remove level style
-DeleteStyleAction.text = Remove style
-DeleteUserStyleAction.text = Remove user defined style
-dialect_info.app = Mind map file {0} was created with program {1}.
-dialect_info.unknownApp = Mind map file {0} was created by unknown program.
-dialect_info.unknownURL = Its web site is not known.
-dialect_info.url = Visit program web site {0} for more info.
-dialect_info.warning = Freeplane may open, display or save it incorrectly.
-DirectHtmlFlavorHandler = HTML as single node
-DocumentationAction.text = Documentation
-down = D&own
-download = Download
-dropped_file_error = Couldn''t open dropped file(s). Reason: {0}
-edge = Edge
-edge_is_formatted_by_style = Edge format is controlled by style. Edit related styles if required.
-edge_style = Edge style
-edge_width = Edge width
-EdgeColorAction.text = Edge color...
-EdgeStyleAction.bezier.text = Smoothly curved (bezier)
-EdgeStyleAction.bezier.tooltip = <html>Display the edge as a smooth curve.</html>
-EdgeStyleAction.hide_edge.text = Hide edge
-EdgeStyleAction.hide_edge.tooltip = <html>For selected nodes display edge to parent as a<br>dotted line. Otherwise hide the edge.</html>
-EdgeStyleAction.horizontal.text = Horizontal
-EdgeStyleAction.horizontal.tooltip = <html>Use perpendicular straight lines for edges.</html>
-EdgeStyleAction.linear.text = Linear
-EdgeStyleAction.linear.tooltip = <html>Display the edge as a straight line.</html>
-EdgeStyleAction.sharp_bezier.text = Sharply curved (bezier)
-EdgeStyleAction.sharp_bezier.tooltip = <html>Display the edge as a smooth curve with sharpened ends.</html>
-EdgeStyleAction.sharp_linear.text = Sharp linear
-EdgeStyleAction.sharp_linear.tooltip = <html>Display the edge as a straight line with sharpened ends.</html>
-EdgeStyleAsParentAction.text = As parent
-EdgeStyleAsParentAction.tooltip = <html>Use edge style of parent node.</html>[obsolete]
-EdgeWidthAction_width_parent.text = Parent
-EdgeWidthAction_width_thin.text = Thin
-edit = &Edit
-edit.decision = HTML Editor
-edit.edit_rich_text = Do you want to use formattings like bold or italics?
-edit_details = Edit node details
-edit_end_label = <html>Connector<br>label
-edit_label_font_family = Font
-edit_label_font_size = Font size
-edit_link_manually = Edit Hyperlink Manually...
-edit_long_node = Edit node core in dialog
-edit_middle_label = <html>Middle<br>label
-edit_note = Edit note
-edit_source_label = <html>Source<br>label
-edit_target_label = <html>Target<br>label
-edit_transparency_label = Opacity
-edit_width_label = Width
-EditAction.text = Edit node core in-line
-EditAttributesAction.text = Edit attribute in-line
-EditDetailsAction.text = Edit node details in-line
-EditDetailsInDialogAction.text = Edit node details in dialog
-EditFilterAction.text = Compose filter
-EditLongAction.text = Edit node core in dialog
-EditNoteInDialogAction.text = Edit note in dialog
-EditScript = Edit Script...
-EditStylesAction.text = Edit styles
-EncryptedMap.text = New protected (encr&ypted) map ...
-EncryptedMap.tooltip = New protected map
-enter_base_url = I am going to paste relative links. Enter please base URL.
-enter_condition_name = Enter new condition name
-enter_confirms = &Enter confirms
-enter_keyset_name = Enter hot key set name
-enter_map_url = Enter map URL
-enter_new_style_name = Enter new style name
-enter_node_id = Enter node ID
-enter_zoom = Enter zoom
-EnterPassword.text = Enter password
-error = Error
-error_applying_template = Error applying XSL template.
-error_creating_directory = Cannot create directory for export.
-error_in_template = Errors in default map template {0}. Try to remove this file.
-errornumber = {0} errors
-ExecuteScriptError.text = Error executing the script:\n{0}
-ExecuteScriptForAllNodes.text = Execute all scripts
-ExecuteScriptForSelectionAction.text = Execute selected node scripts
-ExecuteScriptOnSelectedNode.text = Execute {0} on all selected nodes
-ExecuteScriptOnSelectedNodeRecursively.text = Execute {0} on selected nodes, recursively
-ExecuteScriptOnSingleNode.text = Execute {0} on one selected node
-ExecuteScripts.noScriptsAvailable = None available
-ExecuteScripts.text = Scripts
-ExecuteScriptSecurityError.text = An error occured during the script execution: {0}
-export_failed = Export failed
-export_pdf_text = Portable Document Format (PDF)
-export_svg_text = Scalable Vector Graphic (SVG)
-export_using_xslt = Freeplane Export
-ExportAction.text = &Export map
-ExportBranchAction.text = Move branch to new map ...
-ExportBranchToHTMLAction.text = Branch as HTML
-exported_file = {0} file
-ExportPdf.text = PDF
-ExportSvg.text = SVG
-ExportToHTMLAction.text = HTML
-ExportToImage.jpg.text = JPEG
-ExportToImage.png.text = PNG
-ExportToOoWriter.text = Open Office Writer Document...
-extension_menu = Physical style
-ExternalImage_popupMenu_Change = Change...
-ExternalImage_popupMenu_Open = Open in viewer
-ExternalImage_popupMenu_Remove = Remove
-ExternalImage_popupMenu_ResetZoom = Reset zoom
-ExternalImageAddAction.text = Add image...
-ExternalImageChangeAction.text = Change image...
-ExternalImageRemoveAction.text = Remove image
-ExtractLinkFromTextAction.text = Convert link from within text
-ExtractLinkFromTextAction.tooltip = Set hyper link from address n node text
-f_button_unassigned = <no action>
-FaqOpenURLAction.text = FAQ
-file = &File
-file_already_exists = The file {0} already exists. Do you want to overwrite it?
-file_not_found = File {0} not found
-FileListFlavorHandler = Links to files
-FileProperties_BranchLeafCount = Number of leaf nodes in selected branch(es):
-FileProperties_BranchNodeCount = Number of nodes in selected branch(es):
-FileProperties_ChangesSinceLastSave = Changes since last save:
-FileProperties_FileName = Filename:
-FileProperties_FileSaved = File saved:
-FileProperties_FileSize = File size:
-FileProperties_MainBranchCount = Number of main branches:
-FileProperties_NeverSaved = Never saved
-FileProperties_NodeChildCount = Number of children of selected node(s):
-FileProperties_NodeSelectionCount = Number of selected nodes:
-FileProperties_TotalFilteredCount = Number of nodes satisfying filter:
-FileProperties_TotalLeafCount = Total number of leaf nodes:
-FileProperties_TotalNodeCount = Total number of nodes:
-FilePropertiesAction.text = Map stat&istics...
-FileRevisionsDialog.cancel = &Cancel
-FileRevisionsDialog.file_last_modified = Timestamp
-FileRevisionsDialog.file_name = File
-FileRevisionsDialog.file_size = Bytes
-FileRevisionsDialog.open = &Open
-FileRevisionsDialog.open.tooltip = Open file even if it might be out of date
-FileRevisionsDialog.question = Found revisions of {0}
-FileRevisionsDialog.restore = Rest&ore
-FileRevisionsDialog.restore.tooltip = Replace {0} by {1}
-FileRevisionsDialog.title = File revisions
-filter = Filter
-filter_add = &Add
-filter_and = A&nd
-filter_any_text = Core, details or note
-filter_conditions = Filters
-filter_contains = Contains
-filter_created_after = Created after
-filter_created_before = Created before
-filter_delete = &Delete
-filter_details = Details
-filter_dialog = Filter Composer
-filter_does_not_exist = Not Exist
-filter_edit_description = Edit Filter List
-filter_enter_value = Enter Value
-filter_even_level = Odd level node
-filter_exist = Exists
-filter_icon = Icon
-filter_is_equal_to = Is equal to
-filter_is_not_equal_to = Is not equal to
-filter_leaf = Leaf Node
-filter_link = Hyperlink
-filter_match_approximately = &Approximate
-filter_match_approximately_tooltip = <html>Whether to allow approximate matches,<br/>i.e. searching for 'files' will find 'flies'.</html>
-filter_match_case = Match &Case
-filter_match_case_tooltip = Whether to honor case when matching.
-filter_modified_after = Modified after
-filter_modified_before = Modified before
-filter_no_filtering = No Filtering (remove)
-filter_node = Core text
-filter_node_level = Node level
-filter_not = &Not
-filter_note = Note
-filter_odd_level = Even level node
-filter_or = O&r
-filter_parent = Parent text
-filter_periodic_level = Periodical
-filter_priority = Priority
-filter_regexp_matches = Matches regexp
-filter_reminder = Reminder
-filter_reminder_after = scheduled after
-filter_reminder_before = scheduled before
-filter_reminder_executed = already fired
-filter_reminder_later = scheduled later
-filter_root = Root Node
-filter_script = Script filter
-filter_select = &Select
-filter_selected_node_view = Currently selected nodes
-filter_selected_node_view_snapshot = Saved selection
-filter_style = Style
-filter_time = Date filter
-FilterComposerDialog.save = &Save
-filters_not_loaded = Filter could not be loaded, file corrupted
-find_what = Find what
-FindAction.text = Find...
-FirstGroupNodeAction.text = Summary node (begin of group)
-fit_map_to_page = &Fit to one page
-fit_map_to_page_height = Fit &height to one page
-fit_map_to_page_width = Fit &width to one page
-FitToPage.text = Zoom to &fit to page
-FitToPage.tooltip = Adjusts the zoom such that the entire map fits into the current window.
-fold = Fold
-FoldAllAction.text = Fold all
-FoldAllAction.tooltip = <html>Folds the selected nodes and all their children.</html>
-FoldOneLevelAction.text = Fold one level
-FoldOneLevelAction.tooltip = <html>Folds the selected nodes by one level.</html>
-follow_graphical_link = Goto:
-FollowLinkAction.text = Follow link
-font = Font
-FontFamilyAction.text = Font family
-FontSizeAction.text = Font size
-format_invalid_pattern = Not a valid pattern
-format_menu_cloud_shapes = Add cloud or change style
-format_menu_edge_styles = &Edge styles
-format_menu_edge_widths = Edge &widths
-format_panel = Format
-FormatCopy.text = Copy format
-FormatCopy.tooltip = <html>Copies the format of a node.</html>
-FormatPaste.text = Paste format
-FormatPaste.tooltip = <html>Pastes the format of a node.</html>
-formats_not_loaded = Formats could not be loaded, file corrupted
-formula.error.attributeValueIsNull = Attribute value ''{0}'' is null after evaluation.
-formula.error.circularReference = Circular reference: The formula in node ''{0}'' references itself.
-formula.EvaluateAllAction.text = Evaluate all
-formula.EvaluateAllAction.tooltip = Evaluate all formulas in the current map
-formula.menuname = Formulas
-formula_editor = Edit Formula
-ForwardAction.text = Go forward
-ForwardAction.tooltip = Jumps forward in the select chain
-FreeNodeAction.text = Free positioned node (set/reset)
-Freeplane.progress.buildScreen = Build Screen...
-Freeplane.progress.createController = Create controller...
-Freeplane.progress.createInitialMode = Create initial mode...
-Freeplane.progress.endStartup = Finish startup.
-Freeplane.progress.gettingPreferenceDirectories = Getting preference directories...
-Freeplane.progress.gettingPreferences = Getting preferences...
-Freeplane.progress.loadMaps = Load maps...
-Freeplane.progress.propagateLookAndFeel = Propagete look and feel...
-Freeplane.progress.settingPreferences = Setting preferences...
-Freeplane.progress.startCreateController = Start create controller...
-Freeplane.progress.updateLookAndFeel = Update look and feel...
-freeplane_reverted = Freeplane_Reverted_
-FreeplaneHelpStarter.text = Help...
-FreeplaneHelpStarter.tooltip = Freeplane extended Help
-GettingStartedAction.text = Tutorial
-GotoLinkNodeAction.text = Goto Link
-GotoNodeAction.text = Goto node with ID...
-GrabKeyDialog.common.cancel = Cancel
-GrabKeyDialog.common.ok = OK
-GrabKeyDialog.grab-key.assigned-to = Assigned to
-GrabKeyDialog.grab-key.assigned-to.none = Currently not assigned
-GrabKeyDialog.grab-key.clear = Clear
-GrabKeyDialog.grab-key.remove = Remove
-GrabKeyDialog.grab-key.remove-ask = Are you sure to remove this keystroke?
-GrabKeyDialog.grab-key.title = Enter new key
-green = Green
-help = &Help
-HideableAction.tooltip = <html>Marks the background of each changed node.</html>
-HideAllAttributesAction.text = Hide all attributes
-HierarchicalIcons2Action.text = Show intersection of child icons
-HierarchicalIconsAction.text = Show icons &hierarchically
-HierarchicalIconsAction.tooltip = If one of the (grand)children of me has an icon, I will show this icon in little format, too.
-hot_keys = Hot keys
-hot_keys_table = Hot keys table
-HotKeyInfoAction.text = Key reference
-html_export_based_on_headings = HTML Export - Based on Headings
-html_export_fold_all = HTML Export - Fold all
-html_export_fold_currently_folded = HTML Export - Fold currently folded
-html_export_no_folding = HTML Export - No Folding
-html_problem = <html>Can not render html<br><br>{0}
-icon_0% = 0%
-icon_100% = 100%
-icon_25% = 25%
-icon_50% = 50%
-icon_75% = 75%
-icon_addition = Addition
-icon_attach = Look here
-icon_audio = Audio
-icon_back = Back
-icon_bee = Freeplane
-icon_bell = Remember
-icon_bookmark = Excellent
-icon_broken-line = Broken
-icon_button_cancel = Not OK
-icon_button_ok = OK
-icon_calendar = Date
-icon_checked = Checked
-icon_clanbomber = Dangerous
-icon_clock = Time
-icon_clock2 = Reminder
-icon_closed = No Entry
-icon_decrypted = Unlocked
-icon_desktop_new = Do not forget
-icon_division = Division
-icon_down = Down
-icon_edit = Refine
-icon_encrypted = Locked
-icon_executable = Executable
-icon_family = Family
-icon_fema = Male & Female
-icon_female1 = Female1
-icon_female2 = Female2
-icon_females = Females
-icon_flag = Red Flag
-icon_flag-black = Black Flag
-icon_flag-blue = Blue Flag
-icon_flag-green = Green Flag
-icon_flag-orange = Orange Flag
-icon_flag-pink = Pink Flag
-icon_flag-yellow = Yellow Flag
-icon_folder = Folder
-icon_forward = Forward
-icon_freemind_butterfly = FreeMind
-icon_full-0 = Priority 0
-icon_full-1 = Priority 1
-icon_full-2 = Priority 2
-icon_full-3 = Priority 3
-icon_full-4 = Priority 4
-icon_full-5 = Priority 5
-icon_full-6 = Priority 6
-icon_full-7 = Priority 7
-icon_full-8 = Priority 8
-icon_full-9 = Priority 9
-icon_go = Green Traffic Light
-icon_gohome = Home
-icon_group = Group
-icon_help = Question
-icon_hourglass = Waiting
-icon_icon_not_found = Icon not found
-icon_idea = Idea
-icon_image = Image
-icon_info = Info
-icon_internet = Internet
-icon_internet_warning = Internet warning
-icon_kaddressbook = Phone
-icon_kmail = E-Mail
-icon_knotify = Music
-icon_korn = Mailbox
-icon_ksmiletris = I am happy
-icon_launch = Launch
-icon_licq = Nice
-icon_list = List
-icon_Mail = Mail
-icon_male1 = Male1
-icon_male2 = Male2
-icon_males = Males
-icon_menu = I&con
-icon_messagebox_warning = Important
-icon_mindmap = Mind Map
-icon_multiplication = Multiplication
-icon_narrative = Narrative
-icon_negative = Negative
-icon_neutral = Neutral
-icon_password = Key
-icon_pencil = To be refined
-icon_penguin = Linux
-icon_positive = Positive
-icon_prepare = Yellow Traffic Light
-icon_revision = Revision
-icon_smiley-angry = Angry
-icon_smiley-neutral = No Mind
-icon_smiley-oh = Surprising
-icon_smily_bad = I'm not amused
-icon_stop = Red Traffic Light
-icon_stop-sign = Stop
-icon_subtraction = Subtraction
-icon_unchecked = Unchecked
-icon_up = Up
-icon_user_icon = User icons
-icon_very_negative = Very Negative
-icon_very_positive = Very Positive
-icon_video = Video
-icon_wizard = Magic
-icon_xmag = To be discussed
-icon_yes = Important
-IconGroupPopupAction.arrows.text = Arrows
-IconGroupPopupAction.docs_folders.text = Docs & Folders
-IconGroupPopupAction.flags.text = Flags
-IconGroupPopupAction.math.text = Math
-IconGroupPopupAction.media.text = Media
-IconGroupPopupAction.miscellaneous.text = Miscellaneous
-IconGroupPopupAction.nature.text = Nature
-IconGroupPopupAction.numbers.text = Numbers
-IconGroupPopupAction.office.text = Office
-IconGroupPopupAction.people.text = People
-IconGroupPopupAction.rating.text = Rating
-IconGroupPopupAction.signs.text = Signs
-IconGroupPopupAction.smiley.text = Smiley
-IconGroupPopupAction.time.text = Time
-IconGroupPopupAction.user.text = User icons
-IconProgressExtended10Action.text = Extended progress 10%
-IconProgressExtended10Action.tooltip = <html>Adds a progress indication that is increased by 10% upon double left click.<br>Control + double left click decreases/ removes it.</html>
-IconProgressExtended25Action.text = Extended progress 25%
-IconProgressExtended25Action.tooltip = <html>Adds a progress indication that is increased by 25% upon double left click.<br> Control + double left click decreases/ removes it.</html>
-IconProgressIconDownAction.text = Progress down
-IconProgressIconDownAction.tooltip = Decreases/ inserts/ removes the progress icons (100% -> 75% -> 50% -> 25% -> 0% -> remove).
-IconProgressIconUpAction.text = Progress up
-IconProgressIconUpAction.tooltip = Increases/ inserts the progress icons (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text = Remove progress
-IconProgressRemoveAction.tooltip = Removes progress icons and extended progress icon.
-IconSelectionPlugin.text = Icon from table...
-IconSelectionPlugin.tooltip = <html>Here you can select an icon using a subwindow.</html>
-image_covertLink = Convert link to image
-ImageFlavorHandler = Image (use separate file)
-import = Import
-import_linked_branch_no_link = The selected node has no link to import from.
-ImportAction.text = &Import map
-ImportBranchAction.text = &Branch...
-ImportExplorerFavoritesAction.text = &Explorer favorites...
-ImportFolderStructureAction.text = &Folder structure...
-ImportLinkedBranchAction.text = &Linked branch
-ImportLinkedBranchWithoutRootAction.text = Linked branch &without root...
-ImportMindmanagerFiles.text = &MindManager X5 map...
-increase_branch_font_size = Larger font
-IncreaseNodeFontAction.text = Larger font
-internal_error_tooltip = Internal errors occurred. Click to open the latest log file log.0 for more info.
-invalid_export_file = Invalid export file name
-invalid_file_msg = Couldn''t find file for {0}
-invalid_uri = Invalid URI {0}
-invalid_url = Couldn't create valid URL
-invalid_url_msg = Couldn''t create valid URL for {0}
-ItalicAction.text = Italic
-italicise_branch = Italicise
-java_version = Java version: {0}
-JoinNodesAction.text = Join nodes
-LatexDeleteLatexAction.text = Remove LaTe&X formula
-LatexEditLatexAction.text = Edit &LaTeX formula...
-LatexInsertLatexAction.text = Add &LaTeX formula...
-less_than_two_selected_nodes = You have to select at least two nodes to get links.
-license = License: GPL 2 or later
-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 License for more details.<br><br>You should have received a copy of the GNU General Public License<br>along with this program; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-link_error = Incorrect link "{0}" not loaded
-link_not_available_any_more = The link is not valid anymore. The node was deleted in between.
-link_not_found = Link {0} not found.
-load = &Load
-load_accelerator_presets = Load
-LoadAcceleratorPresetsAction.textPatterns.text = Text Patterns
-locking_failed_by_open = Locking of the map {0} failed. Opening as read-only.
-locking_failed_by_save_as = Locking of the map {0} failed. Action Save As aborted.
-locking_old_lock_removed = The map {0} was locked by the user {1}. The lock has been removed because it is old.
-long_node_changed_cancel = You have changed the node. Do you want to discard changes?
-long_node_changed_submit = You have changed the node. Do you want to save changes?
-lots_of_links_warning = You are going to create a lot of links to the same node. Do you really want to create these links?
-main_resource_directory = Installation resources: {0}
-MainView.errorUpdateText = Error setting the text for the following input: {0}.
-MakeLinkFromAnchorAction.text = Make link from anchor
-MakeLinkFromAnchorAction.tooltip = <html>create a local or global link from<br/>the anchor node to the selected node</html>
-MakeLinkToAnchorAction.text = Make link to anchor
-MakeLinkToAnchorAction.tooltip = <html>create a local or global link from<br/>the selected note to the anchor node</html>
-ManageAddOnsAction.text = Add-ons
-ManageAddOnsDialog.activate = Activate
-ManageAddOnsDialog.activation.success = {0} will be activated after a restart.
-ManageAddOnsDialog.authored.by = by {0}
-ManageAddOnsDialog.cannot.activate = Cannot activate: {0} is already active.
-ManageAddOnsDialog.cannot.configure = Cannot configure {0}.
-ManageAddOnsDialog.cannot.deactivate = Cannot deactivate: {0} is not active.
-ManageAddOnsDialog.cannot.deinstall = Cannot deinstall {0}.
-ManageAddOnsDialog.configure = Configure
-ManageAddOnsDialog.deactivate = Deactivate
-ManageAddOnsDialog.deactivation.success = {0} will be deactivated after a restart.
-ManageAddOnsDialog.deinstall = Deinstall
-ManageAddOnsDialog.deinstallation.success = {0} will be deinstalled after a restart.
-ManageAddOnsDialog.error = Error on installation: {0}.
-ManageAddOnsDialog.install = &Install
-ManageAddOnsDialog.install.from.known.location = Install add-on from a known location
-ManageAddOnsDialog.install.tooltip = Insert an URL of an add-on installation file here
-ManageAddOnsDialog.map.not.opened = Map {0} does not seem to be opened.
-ManageAddOnsDialog.really.deinstall = Really deinstall {0}?
-ManageAddOnsDialog.search = Search add-ons
-ManageAddOnsDialog.search.file = Search
-ManageAddOnsDialog.select.tooltip = Select file
-ManageAddOnsDialog.status.downloading = Downloading file...
-ManageAddOnsDialog.status.installing = Installing add-on...
-ManageAddOnsDialog.status.success = Successfully installed {0}.
-ManageAddOnsDialog.tab.install = Search and install
-ManageAddOnsDialog.tab.install.tooltip = Search and install new add-ons
-ManageAddOnsDialog.tab.manage = Add-ons
-ManageAddOnsDialog.tab.manage.themes = Themes
-ManageAddOnsDialog.tab.manage.themes.tooltip = Manage installed themes
-ManageAddOnsDialog.tab.manage.tooltip = Manage installed add-ons
-ManageAddOnsDialog.visit.addon.page = Visit add-on page...
-ManageConditionalStylesAction.text = &Manage conditional styles for map
-ManageNodeConditionalStylesAction.text = M&anage conditional styles for node
-map_already_exists = The map already exists. Do you want to overwrite it?
-map_corrupted = Map corrupted. View detail?
-map_load_error = Could not load map {0}
-map_locked_by_open = The map {0} is already being edited by the user {1}. Opening as read-only.
-map_locked_by_save_as = The map {0} is being edited by the user {1}. Action Save As aborted.
-map_not_saved = The map was not saved before.
-MapBackgroundColorAction.text = Map background color
-MaxNodeWidth.text = Set maximum node width
-menu_applyStyle = Apply style
-menu_attributes = &Attribute
-menu_clouds = Clouds
-menu_copy = Copy
-menu_coreFormat = Node core
-menu_details = Details
-menu_displayAttributes = Node attributes
-menu_encryption = Password protection
-menu_error = Error in user defined menu structure {0}:\n{1}\nAborting
-menu_extensions = Node extensions
-menu_extras = &Tools
-menu_file_import = I&mport
-menu_filter = F&ilter
-menu_format = F&ormat
-menu_group = Node group
-menu_hoverView = Tool tips
-menu_iconByCategory = Icon by category...
-menu_iconView = Icons
-menu_image = Image
-menu_insert = In&sert
-menu_latex_formula = LaTeX formula
-menu_links = Link
-menu_manageStyles = &Manage Styles
-menu_moveNode = Move and sort
-menu_navigate = &Navigate
-menu_newNode = New node
-menu_node = Node
-menu_node_features = Node Feat&ures
-menu_nodes = &Nodes
-menu_nodeView = Node core
-menu_notes = Note
-menu_noteView = Notes
-menu_progress = Progress icon (%)
-menu_remove_icons = Remove icons
-menu_removeAttribute = Remove attribute
-menu_select = Select
-menu_time = Time management
-menu_title = Node core
-menu_toolbars = Toolbars
-menu_view = &View
-menu_viewmode = View settings
-MenuUtils.invalid_menuitem = {0} is not a valid menu item key.
-mindmap = Map
-MindMapNodesFlavorHandler = Node hierarchy
-mindmaps = &Maps
-mindmaps_desc = Maps (*.mm)
-mindmaps_filter_desc = Filters (*.mmfilter)
-MinNodeWidth.text = Set minimum node width
-mode_Browse = Browse mode
-mode_File = File mode
-mode_MindMap = Mind map mode
-mode_na = Mode not available
-mode_status = Mode changed to {0}
-mode_title = Freeplane - {0}
-modes = Modes
-ModesMenuAction.Browse.text = Map browser
-ModesMenuAction.File.text = File explorer
-ModesMenuAction.MindMap.text = Mind map editor
-most_recent_files = Most recent maps
-MoveToRootAction.text = Goto root
-NameConditionAction.text = Set name
-NavigationNextMapAction.text = Next map
-NavigationPreviousMapAction.text = Previous map
-new = &New
-new_map_from_user_templates.text = New map from &template...
-new_mindmap = New Mindmap
-new_node = New Node
-new_node_as_sibling_not_possible_for_the_root = New node as sibling is not possible for the root
-new_version_available = New version ''{0}'' available
-NewChildAction.text = New child node
-NewerFileRevisionsFoundDialog.cancel = &Skip
-NewerFileRevisionsFoundDialog.cancel.tooltip = Do not open this file
-NewerFileRevisionsFoundDialog.file_last_modified = Timestamp
-NewerFileRevisionsFoundDialog.file_name = File
-NewerFileRevisionsFoundDialog.file_size = Bytes
-NewerFileRevisionsFoundDialog.open = &Open
-NewerFileRevisionsFoundDialog.open.tooltip = Open file even if it might be out of date
-NewerFileRevisionsFoundDialog.question = Found newer revisions of {0}!
-NewerFileRevisionsFoundDialog.restore = Rest&ore
-NewerFileRevisionsFoundDialog.restore.tooltip = Replace {0} by {1}
-NewerFileRevisionsFoundDialog.title = Newer file revisions found!
-NewFreeNodeAction.text = New free node
-NewLevelStyleAction.text = Add level style
-newmap.install.addon.question = {0} seems to be an add-on package\nDo you want to install it?\n(Select "No" for normal open.)
-newmap.install.addon.title = Install add-on?
-NewMapAction.text = &New map
-NewMapViewAction.text = New map view
-NewParentNode.text = New parent node
-NewParentNode.tooltip = <html>All selected are sent to a new parent.</html>
-NewPreviousSiblingAction.text = New previous sibling node
-NewSiblingAction.text = New sibling node
-NewSummaryAction.text = New summary node (selected nodes)
-NewUserStyleAction.text = New style from selection
-NextNodeAction.BACK.text = Goto previous node
-NextNodeAction.BACK_N_FOLD.text = Goto previous node (fold)
-NextNodeAction.FORWARD.text = Goto next node
-NextNodeAction.FORWARD_N_FOLD.text = Goto next node (fold)
-NextPresentationItemAction.text = Unfold next presentation item
-no = No
-no_copy_attributes_before_paste_attributes = You can't paste attributes until you've copied some.
-NO_FORMAT = Text
-no_format_copy_before_format_paste = You can't paste a format until you've copied one.
-no_found_from = <html>No <u>{0}</u> found from "{1}".</html>
-no_more_found_from = <html>No more <u>{0}</u> found from "{1}".</htm>
-no_previous_find = No previous find.
-no_styles_found_in_map = No styles found in map
-node = Node
-node_changed_discard_changes = You have changed the node. Do you want to discard changes?
-node_is_write_protected = Target node is write protected.
-node_location_help = Dragging changes node location, ctrl+dragging changes distances, double click and ctrl+double click reset them.
-node_selector = Node Selection
-node_selector_message = Double Click to select Node
-node_styles = Node styles
-NodeBackgroundColorAction.text = &Node background color...
-NodeColorAction.text = Node color...
-NodeColorBlendAction.text = Blend color
-NodeDownAction.text = Move node (Sibling down)
-NodeExtensions.EditNodeExtensions = Edit node extensions
-NodeExtensions.RemoveNodeExtensions = Remove node extensions
-NodeListAction.text = Find and replace...
-NodeListAction.tooltip = Shows all nodes as a searchable list with filter properties.
-NodeShapeAction.bubble.text = &Bubble
-NodeShapeAction.fork.text = &Fork
-NodeUpAction.text = Move node (Sibling up)
-NodeWidthAction.text = Set node width limits
-nonboldify_branch = Unboldify
-nonitalicise_branch = Unitalicise
-normal = Normal
-not_saved_for_image_error = The map must be saved before you can set an image by file chooser
-not_saved_for_link_error = The map must be saved before you can set a link by file chooser
-note_window_location = Note panel position
-ok = &OK
-OKAction.text = &OK
-OnlineReference.text = Documentation Maps Online
-open_asMindMap = Mind Map
-OpenAction.text = &Open saved map...
-OpenFreeplaneSiteAction.text = Freeplane's Homepage
-OpenPathAction.text = Open File
-OpenURLMapAction.text = Open map from URL...
-OpenUserDirAction.text = Open user directory
-option_changes_may_require_restart = To see the effect of the changed settings, you probably have to restart Freeplane.
-OptionalDontShowMeAgainDialog.cancel = &No
-OptionalDontShowMeAgainDialog.dontShowAgain = &Don't ask me again.
-OptionalDontShowMeAgainDialog.ok = &Yes
-OptionalDontShowMeAgainDialog.rememberMyDescision = &Remember my decision.
-OptionPanel.absolute = Absolute
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName = Level style patterns
-OptionPanel.ADD_CHILD = Add child node
-OptionPanel.ADD_SIBLING = Add sibling node
-OptionPanel.addons = Add-ons
-OptionPanel.always_fold_all_after_load = Fold all
-OptionPanel.always_load_last_maps = Load last and new maps
-OptionPanel.always_load_last_maps.tooltip = Open last files set by above options, even starting FP with a selected map file.
-OptionPanel.always_save_folding = Always
-OptionPanel.always_save_folding_state = Always save folding state changes
-OptionPanel.always_save_folding_state.tooltip = If checked, each folding action makes the map dirty and reminds you to save it.
-OptionPanel.always_unfold_all_after_load = Unfold all
-OptionPanel.antialias = Antialias
-OptionPanel.antialias.tooltip = <html>Determines the quality of the map. More antialias needs more time.</html>
-OptionPanel.antialias_all = Antialias all
-OptionPanel.antialias_edges = Antialias edges
-OptionPanel.antialias_none = No antialias
-OptionPanel.Appearance = Appearance
-OptionPanel.apply_system_screen_resolution = Apply system screen resolution default
-OptionPanel.approximate_search_threshold = Threshold for approximate matching
-OptionPanel.approximate_search_threshold.tooltip = <html>Threshold for approximate matching<br/><font size="2">see http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(the higher the fewer variations<br/>of the search term will be found)</html>
-OptionPanel.ar = Arabic / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
-OptionPanel.ARC = Arc
-OptionPanel.as_parent = As parent
-OptionPanel.ask = Ask
-OptionPanel.automatic = Automatic
-OptionPanel.automaticFormat_level = Apply level styles
-OptionPanel.automaticFormat_level1 = Root node format
-OptionPanel.automaticFormat_level2 = 1. Level node format
-OptionPanel.backup_file_number = Number of kept backup files
-OptionPanel.Behaviour = Behaviour
-OptionPanel.bezier = Smoothly curved (bezier)
-OptionPanel.bubble = Bubble
-OptionPanel.ca = Catalan, Valencian / Catal\u00e0
-OptionPanel.Cancel = Cancel
-OptionPanel.center_selected_node = Center selected node automatically
-OptionPanel.check_updates_automatically = Check for updates on program start
-OptionPanel.childpattern = Child Pattern
-OptionPanel.childpattern.tooltip = The selected pattern is applied to all children.
-OptionPanel.clear_all_setters = Switch all
-OptionPanel.clear_all_setters.tooltip = Enables or disables all change indications.
-OptionPanel.cloud = Cloud
-OptionPanel.cloudcolor = Cloud color
-OptionPanel.cloudshape = Cloud shape
-OptionPanel.combined = Combined
-OptionPanel.compare_as_number = Compare as numbers
-OptionPanel.convert_to_current_version = <html>Automatically convert maps of older Freeplane versions <br>to the current version?</html>
-OptionPanel.convert_to_current_version.tooltip = <html>Only for very big maps that don't need to be converted <br>(this is expert knowledge) you can open the maps without conversion.</html>
-OptionPanel.cs = Czech / \u010desky
-OptionPanel.cut_nodes_without_question = Cut nodes without confirmation?
-OptionPanel.cut_nodes_without_question.tooltip = If this check box is set the nodes are cut without confirmation. This can cause loss of information if pressed without intention.
-OptionPanel.da = Danish / dansk
-OptionPanel.date_format = Standard date format
-OptionPanel.date_format.tooltip = Either SHORT, MEDIUM, LONG or FULL or a pattern like "MM/dd/yyyy"
-OptionPanel.datetime_format = Standard date-time format
-OptionPanel.datetime_format.tooltip = Either <datestyle>,<timestyle> (with SHORT, MEDIUM, LONG or FULL as style) or a full pattern like "M/d/yyyy hh:mm"
-OptionPanel.de = German / Deutsch
-OptionPanel.default = Default
-OptionPanel.default_attribute_key_column_width = Standard attribute key width
-OptionPanel.default_attribute_value_column_width = Standard attribute value width
-OptionPanel.default_browser_command_mac = Default browser command Mac
-OptionPanel.default_browser_command_mac.tooltip = <html> and MAC: (thanks to Nick!)</html>
-OptionPanel.default_browser_command_other_os = Default browser command other OS
-OptionPanel.default_browser_command_other_os.tooltip = <html> This is typically Linux:</html>
-OptionPanel.default_browser_command_windows_9x = Default browser command Windows 9x
-OptionPanel.default_browser_command_windows_9x.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_browser_command_windows_nt = Default browser command Windows Nt
-OptionPanel.default_browser_command_windows_nt.tooltip = <html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
-OptionPanel.default_charset = Charset
-OptionPanel.Defaults = Defaults
-OptionPanel.delete_automatic_saves_at_exit = Delete automatic saves at exit
-OptionPanel.delete_automatic_saves_at_exit.tooltip = <html> If the files should be deleted automatically on a normal shutdown of Freeplane set the following variable to true</html>
-OptionPanel.delete_nodes_without_question = Delete nodes without confirmation?
-OptionPanel.delete_nodes_without_question.tooltip = If this check box is set the nodes are deleted without confirmation. This can cause loss of information if pressed without intention.
-OptionPanel.disable_cursor_move_paper = Disable cursor move paper
-OptionPanel.disable_cursor_move_paper.tooltip = <html>Don't display 'move' cursor during paper dragging</html>
-OptionPanel.display_inline_editor_for_all_new_nodes = Display inline editor for all new nodes
-OptionPanel.display_node_id = Display node ID
-OptionPanel.edgecolor = Edge color
-OptionPanel.edgecolor.tooltip = Property of the edge to the parent node (is also applied to all child nodes)
-OptionPanel.edgestyle = Edge style
-OptionPanel.edgestyle.tooltip = Property of the edge to the parent node (is also applied to all child nodes)
-OptionPanel.edgewidth = Edge width
-OptionPanel.edgewidth.tooltip = Property of the edge to the parent node (is also applied to all child nodes)
-OptionPanel.EDIT_CURRENT = Overwrite content
-OptionPanel.edit_on_double_click = Edit on double click
-OptionPanel.editor_extra_width = Extra width step
-OptionPanel.editor_extra_width.tooltip = <html>Determines the number of pixels to increase the width of a node if the text extends the current width.</html>
-OptionPanel.el = Greek / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
-OptionPanel.el__buttons_above = Buttons at the top
-OptionPanel.el__enter_confirms_by_default = Enter confirms by default
-OptionPanel.el__max_default_window_height = Max default window height
-OptionPanel.el__max_default_window_width = Max default window width
-OptionPanel.el__min_default_window_height = Min default window height
-OptionPanel.el__min_default_window_width = Min default window width
-OptionPanel.el__position_window_below_node = Position window below node
-OptionPanel.en = English / English
-OptionPanel.Environment = Environment
-OptionPanel.es = Spanish, Castilian / espa\u00f1ol, castellano
-OptionPanel.et = Estonian / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking = Script execution enabled
-OptionPanel.execute_scripts_without_asking.tooltip = <html>Freeplane scripts are principally able to perform any action on your computer. <br>Thus, you shouldn't execute scripts you don't know to be safe.</html>
-OptionPanel.execute_scripts_without_exec_restriction = Permit to execute other applications (NOT recommended)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip = <html><body>If your Groovy Scripts need to execute special other applications (like a browser) without asking(!),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
-OptionPanel.execute_scripts_without_file_restriction = Permit file/read operations (NOT recommended)
-OptionPanel.execute_scripts_without_file_restriction.tooltip = <html><body>If your Groovy Scripts need read access (open, close, read),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
-OptionPanel.execute_scripts_without_network_restriction = Permit network operations (NOT recommended)
-OptionPanel.execute_scripts_without_network_restriction.tooltip = <html><body>If your Groovy Scripts need to execute special network actions,<br>you have to enable this option. <br>But use it with care, as now malicious scripts can disclosure your secrets!</body></html>
-OptionPanel.execute_scripts_without_write_restriction = Permit file/write operations (NOT recommended)
-OptionPanel.execute_scripts_without_write_restriction.tooltip = <html><body>If your Groovy Scripts need write access to files (write, delete(!)),<br>you have to enable this option. <br>Normally used with read access.<br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
-OptionPanel.experimental_file_locking_on = Experimental file locking
-OptionPanel.experimental_file_locking_on.tooltip = <html> Experimental feature</html>
-OptionPanel.export_icons_in_html = Export icons in Html
-OptionPanel.export_icons_in_html.tooltip = <html> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
-OptionPanel.Files = Files
-OptionPanel.first = First
-OptionPanel.fold_on_click_inside = Fold on click inside
-OptionPanel.foldingsymbolwidth = Folding symbol width
-OptionPanel.foldingsymbolwidth.tooltip = <html>Width of the folding marking circle</html>
-OptionPanel.fork = Fork
-OptionPanel.format_locale = Locale for formats
-OptionPanel.format_locale.tooltip = Localization setting for formatting and data parsing
-OptionPanel.formula_disable_caching = Disable formula evaluation cache
-OptionPanel.formula_disable_plugin = Disable formula evaluation
-OptionPanel.fr = French / Fran\u00e7ais
-OptionPanel.gl = Galician / Galego
-OptionPanel.goto_note_end_on_edit = Move note cursor to the end
-OptionPanel.grid_size = Grid gap size
-OptionPanel.gtk = Gtk
-OptionPanel.hide_edge = Hide edge
-OptionPanel.highlight_formulas = Highlight formulas
-OptionPanel.horizontal = Horizontal
-OptionPanel.hr = Croatian / hrvatski
-OptionPanel.HTML = HTML
-OptionPanel.html_export_based_on_headings = Based On Headings
-OptionPanel.html_export_fold_all = Fold all
-OptionPanel.html_export_fold_currently_folded = Fold currently folded
-OptionPanel.html_export_folding = Html export folding
-OptionPanel.html_export_no_folding = No folding
-OptionPanel.hu = Hungarian / Magyar
-OptionPanel.ic_disable = Disable
-OptionPanel.ic_file = Use disk
-OptionPanel.ic_ram = In RAM
-OptionPanel.icon = Icon
-OptionPanel.icon.tooltip = If applied, the node will have exactly this icon.
-OptionPanel.icons.list = List of Displayed Standard Icons
-OptionPanel.icons.list.tooltip = Here, you can order or disable the standard icons. The icons have to be separated by ';'.
-OptionPanel.id = Indonesian / Bahasa Indonesia
-OptionPanel.IGNORE = Do nothing
-OptionPanel.il__enter_confirms_by_default = Enter confirms by default
-OptionPanel.image_cache = for images
-OptionPanel.it = Italian / Italiano
-OptionPanel.ja = Japanese / \u65e5\u672c\u8a9e
-OptionPanel.key_type_action = On key type
-OptionPanel.Keystrokes = Keystrokes
-OptionPanel.ko = Korean / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
-OptionPanel.label_font_family = Font family
-OptionPanel.label_font_size = Font size
-OptionPanel.language = Language
-OptionPanel.language.tooltip = <html>This is the language that should be used in the program. 'automatic' tries to load the current user's language. </html>
-OptionPanel.last = Last
-OptionPanel.last_opened_list_length = Last opened list length
-OptionPanel.layout_map_on_text_change = Layout map during editing
-OptionPanel.layout_map_on_text_change.tooltip = Disable for better performance
-OptionPanel.linear = Linear
-OptionPanel.links = Links
-OptionPanel.links.tooltip = <html>Set Links either relative or absolute </html>
-OptionPanel.load_folding = On load
-OptionPanel.load_folding_from_map_default_fold_all = Load from map or fold all
-OptionPanel.load_folding_from_map_default_unfold_all = Load from map or unfold all
-OptionPanel.load_last_map = Automatically open last map
-OptionPanel.load_last_map.tooltip = <html>When Freeplane starts, it fetches the last opened map automatically if checked.</html>
-OptionPanel.load_last_maps = Load all last maps
-OptionPanel.lookandfeel = Look and Feel
-OptionPanel.lookandfeel.tooltip = <html>The Look&Feel to use. 'metal','windows','motif', 'gtk' are supported, 'mac' is available only on MacOS. Default means, that the default look and feel is used. If you want to put your own L&F, please, enter the class name here and assure that the corresponding jar file(s) are loaded. If there are problems with the look and feel, then choose 'nothing' here. It works for applets.</html>
-OptionPanel.lt = Lithuanian / kalba
-OptionPanel.max_displayed_node_count = Maximum number of displayed nodes
-OptionPanel.max_image_width = Max initial image width
-OptionPanel.max_image_width.tooltip = New images are scaled down to this width 
-OptionPanel.max_menu_item_count = Maximum number of menu items
-OptionPanel.max_menu_item_count.tooltip = Limits number if items in one submenu, at least 10
-OptionPanel.max_node_width = Max node width
-OptionPanel.max_shortened_text_length = Maximum shortened text width
-OptionPanel.metal = Metal
-OptionPanel.min_node_width = Min node width
-OptionPanel.motif = Motif
-OptionPanel.nb = Norwegian Bokm\u00e5l / Norsk bokm\u00e5l
-OptionPanel.never_save_folding = Never
-OptionPanel.nl = Dutch, Flemish / Nederlands, Vlaams
-OptionPanel.nn = Norwegian Nynorsk / Norsk nynorsk
-OptionPanel.nodebackgroundcolor = Background
-OptionPanel.nodebackgroundcolor.tooltip = The node's background when not selected.
-OptionPanel.nodecolor = Text
-OptionPanel.nodecolor.tooltip = The node's text color when not selected.
-OptionPanel.nodefontbold = Bold
-OptionPanel.nodefonthyperlink = Hyperlink
-OptionPanel.nodefontitalic = Italic
-OptionPanel.nodefontname = Font family
-OptionPanel.nodefontsize = Font size
-OptionPanel.nodeformat = Format
-OptionPanel.nodeformat.tooltip = <html>Text replacement and/or formatting:<ul><li><em>Template expansion</em> (<tt>%s</tt> is the original text), e.g. <tt>BEWARE: %s</tt><li><em>Formatting of dates and numbers</em> - see the examples in the selection box</ul></html>
-OptionPanel.nodenumbering = Node numbering
-OptionPanel.nodenumbering.tooltip = Adds serial number (e.g. 1.3.1) to the node text.
-OptionPanel.nodeshape = Node style
-OptionPanel.nodeshape.tooltip = <html>The style describes the outer form of a node. <br>Possible values:<br><table border="1"><tr><td>fork: </td><td> without surrounding box,</td></tr><tr><td>bubble: </td><td> node with a surrounding rectangle,</td></tr><tr><td>As parent: </td><td> take the style from the parent node <br>or the default root node style for the root node,</td></tr><tr><td>Combined: </td><td> Bubble when node is folded, fork otherwise.</td></tr></table></html>
-OptionPanel.nodetext = Core text
-OptionPanel.nodetext.tooltip = Here, you can define the node's text. The former text is discarded when such a pattern is applied.
-OptionPanel.nothing = Nothing
-OptionPanel.number_format = Standard number format
-OptionPanel.number_format.tooltip = A pattern containing '#' for optional or '0' for mandatory digits. Examples: "0.00", "0.0%", "$#.00", "#0"
-OptionPanel.number_of_different_files_for_automatic_save = Number of different files for automatic save
-OptionPanel.number_of_different_files_for_automatic_save.tooltip = <html> 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.OK = Save
-OptionPanel.org.freeplane.plugin.bugreport = Policy
-OptionPanel.org.freeplane.plugin.bugreport.allowed = Always send
-OptionPanel.org.freeplane.plugin.bugreport.ask = Show report dialog
-OptionPanel.org.freeplane.plugin.bugreport.denied = Never send
-OptionPanel.org.freeplane.plugin.bugreport.userid = Optional identifier to be sent 
-OptionPanel.outline_hgap = Horizontal distance
-OptionPanel.outline_vgap = Vertical distance
-OptionPanel.paint_connectors_behind = Paint connectors behind nodes
-OptionPanel.parse_data = Recognize input of numbers and date-time
-OptionPanel.parse_data.tooltip = Try to parse date, date-time and number input and apply standard formats. Examples: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.PASTE_HTML = Paste as HTML
-OptionPanel.PASTE_PLAIN_TEXT = Paste as plain-text
-OptionPanel.path_property_may_not_be_empty = Path property may not be empty! Change has been reverted.
-OptionPanel.patternname = Name
-OptionPanel.patternname.tooltip = Unique pattern name
-OptionPanel.pl = Polish / polski
-OptionPanel.placenewbranches = Place new branches
-OptionPanel.placenewbranches.tooltip = <html>Where to place new branches. Valid values are 'first' and 'last' </html>
-OptionPanel.plugin.tooltip = Non-core plugins.
-OptionPanel.plugins = Plugins
-OptionPanel.presentation_dimmer_transparency = Presentation dimmer transparenty
-OptionPanel.presentation_mode = Presentation mode
-OptionPanel.printonwhitebackground = <html>White background for printing</html>
-OptionPanel.printonwhitebackground.tooltip = <html>Always use white background for printing</html>
-OptionPanel.pt_BR = Portuguese (Brasil) / Portugu\u00eas (Brasil)
-OptionPanel.pt_PT = Portuguese (Portugal) / Portugu\u00eas (Portugal)
-OptionPanel.RECT = Rectangle
-OptionPanel.relative = Relative
-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 = Use rich text for pasted nodes
-OptionPanel.remove_notes_without_question = Remove notes without question?
-OptionPanel.remove_notes_without_question.tooltip = If this check box is set the notes belonging to the selected nodes are removed without confirmation. This can cause loss of information if pressed without intention.
-OptionPanel.resources_use_default_font_for_notes_too = Use default font for notes too
-OptionPanel.resources_use_margin_top_zero_for_notes = Remove top margin for notes
-OptionPanel.revision_color = Revision color
-OptionPanel.revision_color.tooltip = Background color for the changed nodes.
-OptionPanel.ROUND_RECT = Round Rectangle
-OptionPanel.ru = Russian / \u0420\u0443\u0441\u0441\u043a\u0438\u0439
-OptionPanel.save_folding = Save folding
-OptionPanel.save_folding_if_map_is_changed = If map is changed
-OptionPanel.save_modification_times = Save modification times
-OptionPanel.script_classpath = Script classpath: Directories containing classes and/or JARs (see tooltip)
-OptionPanel.script_classpath.tooltip = <html>A list of JARs and/or directories to add to the classpath of scripts and formulas.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Directories will be scanned for JARs and for .class files.<br>Paths that are not absolute are considered relative to the Freeplane user directory.<br>If you set the classpath you have to permit read access too!</html>
-OptionPanel.script_directories = Script search path (see tooltip)
-OptionPanel.script_directories.tooltip = <html>A list of directories.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Paths that are not absolute are considered relative to the Freeplane user directory.</html>
-OptionPanel.script_user_key_name_for_signing = Optional user key alias for signing
-OptionPanel.script_user_key_name_for_signing.tooltip = <html>If you want to sign your scripts, enter the alias of the key here. <br>The key is expected to reside in the default keystore. <br>The password of the key's secret key must coincide with the keystore password (this is the default).</html>
-OptionPanel.scrollbar_increment = Speed
-OptionPanel.scrolling_speed = Automatic map scrolling speed
-OptionPanel.selection_method = Selection method
-OptionPanel.selection_method.tooltip = <html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
-OptionPanel.selection_method_by_click = By click
-OptionPanel.selection_method_delayed = Delayed
-OptionPanel.selection_method_direct = Direct
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName = Patterns
-OptionPanel.separator.anti_alias = Antialias
-OptionPanel.separator.attributes = Attributes
-OptionPanel.separator.automatic_save = Automatic save
-OptionPanel.separator.behaviour = Behaviour
-OptionPanel.separator.browser = Browser
-OptionPanel.separator.cache = Cache
-OptionPanel.separator.CloudControls = Clouds
-OptionPanel.separator.commands_for_the_program = Commands for the program
-OptionPanel.separator.connectors = Connectors
-OptionPanel.separator.data_formats = Data formatting and parsing
-OptionPanel.separator.default_colors = Default colors
-OptionPanel.separator.default_fonts = Default fonts
-OptionPanel.separator.default_styles = Default styles
-OptionPanel.separator.EdgeControls = Edges
-OptionPanel.separator.edit_long_node_window = Edit in dialog
-OptionPanel.separator.editing = Editor settings
-OptionPanel.separator.files = Files
-OptionPanel.separator.formula = Formulas
-OptionPanel.separator.General = General
-OptionPanel.separator.html_export = Html Export
-OptionPanel.separator.html_import = Html Import
-OptionPanel.separator.hyperlink_types = Hyperlink types
-OptionPanel.separator.icon_properties = Icons
-OptionPanel.separator.icons = Icons in "Select icon..."
-OptionPanel.separator.initial_map_size = Initial map size
-OptionPanel.separator.inline_editor = In-line node editor
-OptionPanel.separator.key_typing = Key typing
-OptionPanel.separator.language = Language
-OptionPanel.separator.load = Load
-OptionPanel.separator.look_and_feel = Look and feel
-OptionPanel.separator.mouse_wheel = Mouse wheel
-OptionPanel.separator.new_node_commands = New node commands
-OptionPanel.separator.node_editing_commands = Node editing commands
-OptionPanel.separator.node_navigation_commands = Node navigation commands
-OptionPanel.separator.NodeColors = Color of whole core
-OptionPanel.separator.NodeFont = Font of whole core
-OptionPanel.separator.NodeShape = Node shape
-OptionPanel.separator.NodeStyle = Node style
-OptionPanel.separator.NodeText = Core text
-OptionPanel.separator.notifications = Confirmations
-OptionPanel.separator.org.freeplane.plugin.bugreport = Automatic bug report
-OptionPanel.separator.other_defaults = Other Defaults
-OptionPanel.separator.others = Other key bindings
-OptionPanel.separator.outline_view = Outline view
-OptionPanel.separator.patterns = Patterns
-OptionPanel.separator.RichTextEditor = Rich-Text Editor 
-OptionPanel.separator.root_node_appearance = Root node appearance
-OptionPanel.separator.save = Save
-OptionPanel.separator.scripting = Scripting
-OptionPanel.separator.scrollbar = Scrollbar
-OptionPanel.separator.search = Search
-OptionPanel.separator.selection_colors = Selection colors
-OptionPanel.separator.selection_method = Selection method
-OptionPanel.separator.single_instance_mode = Single program instance
-OptionPanel.separator.size_limits = Size limits
-OptionPanel.separator.spelling = Spell checker options
-OptionPanel.separator.status = Status line
-OptionPanel.separator.tooltip = Tooltip times
-OptionPanel.separator.undo = Undo
-OptionPanel.separator.updates = Program updates
-OptionPanel.set_property_text = Change
-OptionPanel.set_property_text.tooltip = Check to change this style property
-OptionPanel.setscript = Change?
-OptionPanel.setscript.tooltip = A script can be associated to the style.
-OptionPanel.sharp_bezier = Sharply curved (bezier)
-OptionPanel.sharp_linear = Sharp linear
-OptionPanel.show_icon_for_attributes = Show icon for attributes
-OptionPanel.show_node_tooltips = Display tool tips
-OptionPanel.show_note_icons = Show note icons
-OptionPanel.show_styles_in_tooltip = Display node styles in tool tips
-OptionPanel.signed_script_are_trusted = Trust signed scripts (recommended).
-OptionPanel.signed_script_are_trusted.tooltip = If scripts are signed by a trusted party (ie. from the Freeplane's authors or by yourself), it is executed without restrictions.
-OptionPanel.simplyhtml.default_paste_mode = Default paste mode
-OptionPanel.single_backup_directory = Use single directory for backup files
-OptionPanel.single_backup_directory.tooltip = <html> If backup and auto save files should be put into a single directory instead of a sub directory in the map's directory</html>
-OptionPanel.single_backup_directory_path = Backup directory (if above option is selected)
-OptionPanel.single_backup_directory_path.tooltip = <html>Overrides default <freeplaneuserdir>/.backup</html>
-OptionPanel.single_instance = Open files in a running instance
-OptionPanel.single_instance_force = Avoid a second instance in any case
-OptionPanel.single_instance_force.tooltip = Avoid a second instance even if there is no file to load
-OptionPanel.sk = Slovak / sloven\u010dina
-OptionPanel.sl = Slovene / sloven\u0161\u010dina
-OptionPanel.spelling_opt_case_sensitive = Case sensitive
-OptionPanel.spelling_opt_ignore_all_caps_words = Ignore all upper case words.
-OptionPanel.spelling_opt_ignore_capitalization = Ignore capital letters at word begin
-OptionPanel.spelling_opt_ignore_words_with_numbers = Ignore words with numbers
-OptionPanel.spelling_opt_suggestions_limit_dialog = Maximum count of suggestions in the dialog
-OptionPanel.spelling_opt_suggestions_limit_menu = Maximum count of suggestions in the menu
-OptionPanel.sr = Serbian / \u0441\u0440\u043f\u0441\u043a\u0438
-OptionPanel.standard_template = Standard template file
-OptionPanel.standardbackgroundcolor = Standard Background color
-OptionPanel.standardbackgroundcolor.tooltip = <html>The standard background color in html notation </html>
-OptionPanel.standardcloudcolor = Standard Cloud color
-OptionPanel.standardcloudcolor.tooltip = <html>The standard cloud color in html notation </html>
-OptionPanel.standardcloudestyle = Standard Cloud style
-OptionPanel.standardcloudestyle.tooltip = <html>The standard cloud style. </html>
-OptionPanel.standarddrawrectangleforselection = Display selected nodes in bubbles
-OptionPanel.standarddrawrectangleforselection.tooltip = <html>Mark selected nodes by bubble around.</html>
-OptionPanel.standardlinkcolor = Standard link color
-OptionPanel.standardlinkcolor.tooltip = <html>The standard link color in html notation </html>
-OptionPanel.standardlinkestyle = Standard link style
-OptionPanel.standardlinkestyle.tooltip = <html>The standard link style. currently, only 'bezier' is supported</html>
-OptionPanel.standardselectednodecolor = Standard selected node color
-OptionPanel.standardselectednodecolor.tooltip = <html>The standard node color if selected. In html notation (#RRGGBB in hex values) </html>
-OptionPanel.standardselectednoderectanglecolor = Selected node bubble color
-OptionPanel.standardselectednoderectanglecolor.tooltip = <html>The color of buble marking selected nodes. In html notation (#RRGGBB in hex values) </html>
-OptionPanel.STAR = Star
-OptionPanel.structured_html_import = Import HTML as node structure
-OptionPanel.structured_icon_toolbar = Structured icon toolbar
-OptionPanel.summary = Summary
-OptionPanel.sv = Swedish / svenska
-OptionPanel.text.use_ctrl_key = Use 'Assign short cut' from the Tools menu
-OptionPanel.time_for_automatic_save = Time for automatic save
-OptionPanel.time_for_automatic_save.tooltip = <html> time between two consecutive automatic saving actions (in msec): To disable automatic saving set this number to 2000000000.</html>
-OptionPanel.time_for_delayed_selection = Time for delayed selection
-OptionPanel.time_for_delayed_selection.tooltip = <html> Selection time delay of nodes when mouse is over (in msec). Change this value to 1 if you want direct selection on mouse over.</html>
-OptionPanel.toolTipManager.dismissDelay = Dismiss delay, ms
-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.uk_UA = Ukrainian / \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430
-OptionPanel.undefined_font = Undefined font
-OptionPanel.undo_levels = Undo levels
-OptionPanel.undo_levels.tooltip = <html>Determines how many steps are stored that can be undone via "Undo".</html>
-OptionPanel.unfold_on_paste = Unfold node on paste
-OptionPanel.unfold_on_paste.tooltip = Unfold node on paste or Drag-And-Drop
-OptionPanel.use_common_out_point_for_root_node = Edges start from one point at root node
-OptionPanel.use_common_out_point_for_root_node.tooltip = Edges start from one point at root node
-OptionPanel.use_tabbed_pane = Use Tabs
-OptionPanel.use_tabbed_pane.tooltip = If selected the maps are displayed in tabs (like in FireFox :-) ).
-OptionPanel.user_defined_screen_resolution = User defined screen resolution (dpi)
-OptionPanel.validate_classpath_needs_readaccess = Scripting: When setting the classpath you have to permit read access on files!
-OptionPanel.validate_invalid_date_format = Invalid standard date format
-OptionPanel.validate_invalid_datetime_format = Invalid standard date-time format
-OptionPanel.validate_invalid_number_format = Invalid standard number format
-OptionPanel.validate_write_without_read = Scripting: consider to add Read/File to Write/File.
-OptionPanel.validation_error = <html><body>Validation error(s):<p><em>{0}</em><p>Please change the preferences to fix the error(s).</body></html>
-OptionPanel.validation_warning = <html><body>Validation warning(s):<p><em>{0}</em></body></html>
-OptionPanel.vi = Vietnamese / Ti\u1ebfng Vi\u1ec7t
-OptionPanel.wheel_velocity = Speed
-OptionPanel.wheel_velocity.tooltip = A higher value results in fast mouse wheel move effects on the map.
-OptionPanel.windows = Windows
-OptionPanel.zh_CN = Chinese, simplified / \u7b80\u4f53\u5b57
-OptionPanel.zh_TW = Chinese, traditional / \u7e41\u9ad4\u5b57
-org.freeplane.plugin.bugreport.agree = Send
-org.freeplane.plugin.bugreport.always_agree = Always send
-org.freeplane.plugin.bugreport.always_deny = Never send
-org.freeplane.plugin.bugreport.deny = Don't send
-org.freeplane.plugin.bugreport.dialog.title = Automatic bug report
-org.freeplane.plugin.bugreport.freeplane_team = Freeplane team message
-org.freeplane.plugin.bugreport.lastreport = The received report
-org.freeplane.plugin.bugreport.never = Never ask me for help
-org.freeplane.plugin.bugreport.question = Freeplane has an automatic bug tracking engine.
-org.freeplane.plugin.bugreport.report = Current report
-org.freeplane.plugin.bugreport.wanted_bug = An internal error occurred and was automatically reported.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined = Node {0} is not defined
-out_of_memory = Out of memory.
-overwrite_keyset_question = Overwrite existing key set?
-PageAction.text = Print setup...
-password_is_not_ascii = Password is not ASCII
-PasteAction.text = &Paste
-PasteAttributes.text = Paste att&ributes
-PatternNewNameProperty = New Pattern
-PatternToString.backgroundColor = Background color
-PatternToString.Child = Child node style
-PatternToString.color = Color
-PatternToString.EdgeColor = Edge color
-PatternToString.EdgeStyle = Edge style
-PatternToString.EdgeWidth = Edge width
-PatternToString.FontBold = Bold
-PatternToString.FontItalic = Italics
-PatternToString.FontName = Font name
-PatternToString.Icon = Icon
-PatternToString.NodeFontSize = Font size
-periodic_formula = {0} * n + {1}
-PeriodUnit.DAY = days
-PeriodUnit.HOUR = hours
-PeriodUnit.MINUTE = minutes
-PeriodUnit.MONTH = months
-PeriodUnit.WEEK = weeks
-PeriodUnit.YEAR = years
-plugins/latex/LatexNodeHook.editorTitle = Edit LaTeX formula
-plugins/script_filter = Script filter {0}
-plugins/script_filter_error = {0} had to return a boolean result on {1} but returned {2}
-plugins/ScriptEditor.cancel = &Dismiss changes and exit
-plugins/ScriptEditor.exit = &Save and exit
-plugins/ScriptEditor.FORBIDDEN_ACTION = Freeplane 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.
-plugins/ScriptEditor.menu_actions = &Actions
-plugins/ScriptEditor.new_script = New script
-plugins/ScriptEditor.run = &Run
-plugins/ScriptEditor.sign = Sign script...
-plugins/ScriptEditor/window.Result = Result:
-plugins/ScriptEditor/window.title = Edit script
-plugins/ScriptingEngine.illegalAccessToInternalAPI = Illegal access to the internal API (package {0}). - Please contact the Freeplane team if the scripting API is not powerful enough.
-plugins/TimeList.xml_Created = Created
-plugins/TimeList.xml_Date = Date
-plugins/TimeList.xml_Icons = Icons
-plugins/TimeList.xml_Modified = Modified
-plugins/TimeList.xml_Notes = Notes
-plugins/TimeList.xml_Text = Text
-plugins/TimeManagement.xml_appendButton = Insert Date in Selection
-plugins/TimeManagement.xml_Cancel = Cancel
-plugins/TimeManagement.xml_cancelButton = Cancel
-plugins/TimeManagement.xml_closeButton = Close
-plugins/TimeManagement.xml_Export = Export selected nodes
-plugins/TimeManagement.xml_Find = Find
-plugins/TimeManagement.xml_Goto = Goto
-plugins/TimeManagement.xml_hour = Hour:
-plugins/TimeManagement.xml_menu_actions = Actions
-plugins/TimeManagement.xml_minute = Minute:
-plugins/TimeManagement.xml_reminderButton = Remind me at this date
-plugins/TimeManagement.xml_reminderButton_tooltip = <html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate = <html>Currently, there may only be one reminder per node. <br>The current reminder is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip = Reminder scheduled at {0,date} {0,time}.
-plugins/TimeManagement.xml_remindLaterButton = Remind later
-plugins/TimeManagement.xml_remindLaterButton_tooltip = Remind later
-plugins/TimeManagement.xml_removeReminderButton = Remove reminder
-plugins/TimeManagement.xml_removeReminderButton_tooltip = Remove all reminders associated with the selected nodes.
-plugins/TimeManagement.xml_Replace = Replace
-plugins/TimeManagement.xml_Replace_All = Replace all
-plugins/TimeManagement.xml_Replace_Selected = Replace selected
-plugins/TimeManagement.xml_Select = Select
-plugins/TimeManagement.xml_todayButton = Reset calendar
-plugins/TimeManagement.xml_WindowTitle = Manage time
-plugins/TimeManagement.xml_WindowTitle_All_Nodes = Search & replace
-preferences = Preferences
-print_preview_title = Print preview
-PrintAction.text = &Print map...
-PrintDirectAction.text = Print
-printing_settings = Print scaling
-PrintPreviewAction.text = Print pre&view...
-PropertyAction.dialog = Preferences
-PropertyAction.text = Preferences ...
-QuickFilterAction.text = Quick filter
-QuickFindAction.BACK.text = Find previous
-QuickFindAction.FORWARD.text = Find next
-QuickFindAllAction.text = Select all matching nodes
-QuickHighlightAction.text = Highlight all matching nodes
-QuitAction.text = &Quit Freeplane
-read_only = Read Only
-ReadScriptError.text = Error reading the script
-really_convert_to_current_version = <html>This map was created with an older version of Freeplane. <br>Should it be converted (recommended)? <br>(Otherwise it is taken as it is without guarantee.) </html>
-really_cut_node = Really cut node(s)?
-really_execute_script = Do you really want to execute the scripts included in this map? It is possible that they hurt your computer.
-really_remove_node = Really delete node(s)?
-really_remove_notes = Really remove the note(s)?
-ReapplyFilterAction.text = Reapply filter action
-red = Red
-RedefineStyleAction.text = Redefine style
-RedoAction.text = &Redo
-RedoFilterAction.text = Redo filter action
-regular_expressions = Regular expressions
-ReminderHookAction.text = Remove reminder
-ReminderHookAction.tooltip = Removes a reminder from a node.
-remove_file_from_list_on_error = File {0} not opened. Remove it from the last opened file list?
-remove_shortcut_question = Replace shortcut?
-RemoveAllIconsAction.text = Remove all icons
-RemoveConnectorAction.text = Remove Connector
-RemoveEncryption.text = Remove password
-RemoveFormatAction.text = Remove format
-RemoveIcon_0_Action.text = Remove first icon
-RemoveIconAction.text = Remove Last Icon
-RemoveNoteAction.text = Remove note
-RemoveNoteAction.tooltip = <html>Removes note content of possibly several notes.</html>
-rename = &Rename
-repair_link = Repair Link
-repair_link_question = Couldn't load the linked map. Repair the link manually?
-replace = Replace
-replace_shortcut_question = This keybord shortcut is currently assigned to\n  {0}.\nReplace this assignment?
-replace_shortcut_title = Replace shortcut?
-ReportBugAction.text = Report a bug
-RequestFeatureAction.text = Request a feature
-reset_to_default = Use default
-ResetNodeLocationAction.text = Reset node &position
-ResetStyleAction.text = Reset node style
-RevertAction.text = &Restore from local history
-RevisionPluginAction.text = Change &revisions background color
-save_failed = Attempt to save the map {0} failed.
-save_unsaved = Save the following mindmap? :
-save_unsaved_styles = Save styles?
-SaveAcceleratorPresetsAction.text = Save hot key set
-SaveAction.text = &Save map
-SaveAll.text = Save a&ll open maps
-SaveAll.tooltip = Saves all open maps.
-SaveAsAction.text = Save map &as...
-saved = Saved
-saving_canceled = Saving canceled
-scanners_not_loaded = Scanners could not be loaded, file corrupted
-scheme_evaluate = Evaluate!
-script_execution_disabled = Script execution disabled, see Tools/Preferences/Plugins
-ScriptEditor.text = Edit s&cript...
-ScriptEditor.tooltip = Enables to write larger scripts within Freeplane.
-ScriptEditorPanel.changed_cancel = The scripts were changed. Do you really want to abandon those changes?
-scripting_api_generator_legend = Legend
-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 = Select the folder, in which your favorites reside
-select_file_export_to = Select the file to export to
-select_folder_for_importing = Select the folder to import
-select_icon = Select an Icon
-select_menu_item_dialog = Select a menu item
-select_menu_item_root_node = Menu
-SelectAllAction.text = Select all &visible nodes
-SelectBranchAction.text = Select visible &branch
-SelectedPasteAction.text = P&aste as...
-selection_method_by_click = Single-click to Select
-selection_method_delayed = Delayed Automatic selection
-selection_method_direct = Point to Select
-SelectNoteAction.text = Note Edit Switch
-SelectNoteAction.tooltip = Switch to resp. from note panel
-set_accelerator_on_next_click_action = Click on any menu item to assign a new short cut
-SetAcceleratorOnNextClickAction.text = Assign hot key
-SetImageByFileChooserAction.text = Image by choice or link...
-SetLinkAnchorAction.text = Set link anchor
-SetLinkAnchorAction.tooltip = <html>set selected node as anchor for future<br/>creation of local or global links.
-SetLinkAnchorAction.tooltip_anchored = <html>set selected node as anchor for future<br/>creation of local or global links. Current anchor:<br/>{0}
-SetLinkByFileChooserAction.text = Add hyperlink (choose)...
-SetLinkByTextFieldAction.text = Add or modify hyperlink (type)...
-SetNodeLink.text = Set Node Link...
-SetNoteWindowPosition.bottom.text = Bottom
-SetNoteWindowPosition.left.text = Left
-SetNoteWindowPosition.right.text = Right
-SetNoteWindowPosition.top.text = Top
-SetShortenerStateAction.text = Minimize node
-sf_login_required = Source Forge Login required. Continue?
-ShowAllAttributesAction.text = Show all attributes
-ShowAncestorsAction.text = Show ancestors
-ShowAttributeDialogAction.text = Attribute manager...
-ShowDescendantsAction.text = Show descendants
-ShowFilterToolbarAction.text = Filter toolbar
-ShowFormatPanel.text = Properties panel
-ShowFormatPanel.tooltip = Presents a dialog in which node and edge attributes can be changed at once.
-ShowHideNoteAction.text = Display note panel
-ShowHideNoteAction.tooltip = Lets the note panel appear resp. disappear.
-ShowNextChildAction.text = Show next child
-ShowNotesInMapAction.text = Display notes in map
-ShowSelectedAttributesAction.text = Show selected attributes
-ShowSelectionAsRectangleAction.text = Rectangular selection
-simplyhtml.aboutFrameTitle = About this application
-simplyhtml.aboutLabel = About SimplyHTML...
-simplyhtml.alignCenter = center
-simplyhtml.alignLabel = Alignment:
-simplyhtml.alignLeft = left
-simplyhtml.alignRight = right
-simplyhtml.allCellsRangeLabel = all cells
-simplyhtml.allOccurrencesReplaced = All occurrences replaced
-simplyhtml.appendTableColLabel = Append col
-simplyhtml.appendTableRowLabel = Append row
-simplyhtml.applyCellAttrLabel = Apply to
-simplyhtml.backgroundLabel = Background:
-simplyhtml.boldItalicName = bold italic
-simplyhtml.boldName = bold
-simplyhtml.borderColorLabel = Color:
-simplyhtml.borderWidthLabel = Width
-simplyhtml.bottomLabel = bottom:
-simplyhtml.cancelBtnName = Cancel
-simplyhtml.cellBorderTabLabel = Borders
-simplyhtml.cellGenTabLabel = General
-simplyhtml.cellMarginTabLabel = Margin
-simplyhtml.cellPanelTitle = Cell format
-simplyhtml.clearFormatLabel = Remove formatting
-simplyhtml.clearFormatTip = Remove formatting
-simplyhtml.close = Close
-simplyhtml.closeBtnName = Close
-simplyhtml.colorLabel = Color
-simplyhtml.copyLabel = Copy
-simplyhtml.copyTip = copy
-simplyhtml.cTagNameHead1 = Heading 1
-simplyhtml.cTagNameHead2 = Heading 2
-simplyhtml.cTagNameHead3 = Heading 3
-simplyhtml.cTagNameHead4 = Heading 4
-simplyhtml.cTagNameHead5 = Heading 5
-simplyhtml.cTagNameHead6 = Heading 6
-simplyhtml.cTagNameLink = Link
-simplyhtml.cTagNameOL = Ordered List
-simplyhtml.cTagNamePara = Paragraph
-simplyhtml.cTagNameUL = Unordered List
-simplyhtml.cutLabel = Cut
-simplyhtml.cutTip = cut
-simplyhtml.defaultDocName = Untitled
-simplyhtml.deleteTableColLabel = Delete column
-simplyhtml.deleteTableRowLabel = Delete row
-simplyhtml.docTitleQuery = Set title to:
-simplyhtml.docTitleTitle = Edit Document Title
-simplyhtml.editLabel = Edit
-simplyhtml.effectLabel = Effect
-simplyhtml.familyLabel = Family
-simplyhtml.findNext = Find next...
-simplyhtml.findReplaceDialogTitle = Find and replace
-simplyhtml.findReplaceLabel = Find and replace
-simplyhtml.findReplaceTip = Find and replace
-simplyhtml.fontBoldLabel = Bold
-simplyhtml.fontBoldTip = switch bold on/off
-simplyhtml.fontColorLabel = Text color
-simplyhtml.fontColorTip = Text color
-simplyhtml.fontDialogTitle = Format font
-simplyhtml.fontItalicLabel = Italic
-simplyhtml.fontItalicTip = switch italic on/off
-simplyhtml.fontLabel = Font...
-simplyhtml.fontTabLabel = Font
-simplyhtml.fontTip = Format font...
-simplyhtml.fontUnderlineLabel = Underline
-simplyhtml.fontUnderlineTip = switch underline on/off
-simplyhtml.foregroundLabel = Foreground:
-simplyhtml.formatLabel = Format
-simplyhtml.formatListLabel = List...
-simplyhtml.formatListTip = change list format
-simplyhtml.formatParaLabel = Paragraph...
-simplyhtml.formatParaTip = Change paragraph format
-simplyhtml.formatTableLabel = Table...
-simplyhtml.formatTableTip = Format table
-simplyhtml.helpLabel = Help
-simplyhtml.htmlTabTitle = HTML Code view
-simplyhtml.imageFileDesc = Image files
-simplyhtml.insertTableColLabel = Insert column
-simplyhtml.insertTableLabel = Table...
-simplyhtml.insertTableMsg = How many columns?
-simplyhtml.insertTableRowLabel = Insert row
-simplyhtml.insertTableTitle = insertTable
-simplyhtml.italicName = italic
-simplyhtml.layoutTabTitle = Layout view
-simplyhtml.leftLabel = left:
-simplyhtml.listDialogTitle = Format List
-simplyhtml.listIndentTitle = Indent:
-simplyhtml.listPosInside = inside
-simplyhtml.listPositionLabel = Position:
-simplyhtml.listPosOutside = outside
-simplyhtml.listTypeCircle = round bulled
-simplyhtml.listTypeDecimal = 1.,2.,3.,4.
-simplyhtml.listTypeDisc = file symbol as bullet
-simplyhtml.listTypeLabel = Type:
-simplyhtml.listTypeLowerAlpha = a.,b.,c.,d.
-simplyhtml.listTypeLowerRoman = i.,ii.,iii.,iv.
-simplyhtml.listTypeNone = none
-simplyhtml.listTypeSquare = square bullet
-simplyhtml.listTypeUpperAlpha = A.,B.,C.,D.
-simplyhtml.listTypeUpperRoman = I.,II.,III.,IV.
-simplyhtml.marginLabel = Outer
-simplyhtml.matchApproximately = Match approximately
-simplyhtml.matchApproximately.tooltip = <html>Whether to allow approximate matches,<br/>i.e. searching for 'files' will find 'flies'.</html>
-simplyhtml.matchCase = Match case
-simplyhtml.matchCase.tooltip = Whether to honor case when matching.
-simplyhtml.newStyleDefaultName = new style
-simplyhtml.nextTableCellLabel = Next cell
-simplyhtml.noLineLabel = none
-simplyhtml.noMoreOccurrencesFound = no (more) occurrences found
-simplyhtml.okBtnName = OK
-simplyhtml.paddingLabel = Inner
-simplyhtml.paraAlignCenterLabel = Align center
-simplyhtml.paraAlignCenterTip = Set paragraph center alignment
-simplyhtml.paraAlignLeftLabel = Align left
-simplyhtml.paraAlignLeftTip = Set paragraph left alignment
-simplyhtml.paraAlignRightLabel = Align right
-simplyhtml.paraAlignRightTip = Set paragraph right alignment
-simplyhtml.paraStyleDialogTitle = Paragraph style
-simplyhtml.paraTabLabel = Paragraph
-simplyhtml.pasteHTMLLabel = Paste HTML
-simplyhtml.pasteLabel = Paste
-simplyhtml.pastePlainTextLabel = Paste plain text
-simplyhtml.pasteTip = paste
-simplyhtml.plainName = plain
-simplyhtml.previewLabel = Preview
-simplyhtml.previewText = Preview text
-simplyhtml.prevTableCellLabel = Previous cell
-simplyhtml.printLabel = Print...
-simplyhtml.redoLabel = Redo
-simplyhtml.redoTip = redo
-simplyhtml.replace = Replace...
-simplyhtml.replaceAll = All
-simplyhtml.replaceDone = Done
-simplyhtml.replaceNo = No
-simplyhtml.replaceThisQuery = replace this occurrence of
-simplyhtml.replaceWith = Replace with:
-simplyhtml.replaceYes = Yes
-simplyhtml.rightLabel = right:
-simplyhtml.searchDown = Search down
-simplyhtml.searchDown.tooltip = Search from top to bottom.
-simplyhtml.searchFromStart = Search from start
-simplyhtml.searchFromStart.tooltip = Start searching at the top instead of at the cursor position.
-simplyhtml.searchUp = Search up
-simplyhtml.searchUp.tooltip = Search from bottom to top.
-simplyhtml.selectAllLabel = Select all
-simplyhtml.sizeLabel = Size
-simplyhtml.standardStyleName = standard
-simplyhtml.strikeLabel = Strikethrough
-simplyhtml.styleLabel = Style
-simplyhtml.styleNameInputText = Name of new style?
-simplyhtml.styleNameInputTitle = Save style
-simplyhtml.tableBgColLabel = Background color:
-simplyhtml.tableDialogTitle = Format Table
-simplyhtml.tableLabel = Table
-simplyhtml.tablePanelTitle = Table format
-simplyhtml.tableWidthLabel = Width:
-simplyhtml.textIndentLabel = Indent:
-simplyhtml.textToFind = Text to find:
-simplyhtml.thisCellRangeLabel = this cell
-simplyhtml.thisColRangeLabel = this column
-simplyhtml.thisRowRangeLabel = this row
-simplyhtml.toggleBulletsLabel = Bulleted list on/off
-simplyhtml.toggleBulletsTip = bulleted list on/off
-simplyhtml.toggleNumbersLabel = Numbered list on/off
-simplyhtml.toggleNumbersTip = numbered list on/off
-simplyhtml.topLabel = top:
-simplyhtml.uLineLabel = Underline
-simplyhtml.unableToOpenFileError = File can not be opened
-simplyhtml.unableToRedoError = Unable to redo:
-simplyhtml.unableToUndoError = Unable to undo:
-simplyhtml.undoLabel = Undo
-simplyhtml.undoTip = undo
-simplyhtml.valignBaseline = baseline
-simplyhtml.valignBottom = bottom
-simplyhtml.valignLabel = Vert. Alignment:
-simplyhtml.valignMiddle = middle
-simplyhtml.valignTop = top
-simplyhtml.wholeWordsOnly = Whole words only
-simplyhtml.wholeWordsOnly.tooltip = Restrict matches to whole words.
-SortNodes.text = &Sort children
-SortNodes.tooltip = Sorts all children of a node alphabetically.
-split = &Split
-SplitConditionAction.text = Split
-SplitNode.text = &Split node
-SplitNode.tooltip = <html>Node is splitted</html>
-STANDARD_FORMAT = Standard
-stop_processing = Stop
-StringFlavorHandler = Plain text as node hierarchy
-StructuredHtmlFlavorHandler = HTML as node hierarchy
-style = Style
-style_already_exists = Style already exists.
-styledialog.cancel.text = Cancel
-styledialog.ok.text = OK
-styles = St&yles
-styles.AutomaticLayout = Apply level styles
-styles.connection = Connection
-styles.date = Date
-styles.definition = Definition
-styles.description = Description
-styles.floating_node = Floating node
-styles.idea = Idea
-styles.important = Important
-styles.key = Key
-styles.list = List
-styles.needs_action = Needs action
-styles.note = Note
-styles.ok = OK
-styles.pending = Pending
-styles.predefined = Predefined styles
-styles.question = Question
-styles.quotation = Quotation
-styles.root_node = Styles
-styles.subsubtopic = Subsubtopic
-styles.subtopic = Subtopic
-styles.topic = Topic
-styles.user-defined = User defined styles
-styles.website = Website
-styles_menu = Available styles
-submenu_keystroke_in_use_error = Keystroke {0} can not be used for submenu {1}. Keystroke removed.
-summary_nodes = Summary nodes
-summary_not_possible = Can not create summary node for current selection
-SummaryNodeAction.text = Summary node (set/reset)
-svg = SVG
-template_dir = Standard templates
-TimeListAction.text = Manage tasks ...
-TimeListAction.tooltip = Shows all scheduled times and the corresponding nodes.
-TimeManagementAction.text = Manage time...
-TimeManagementAction.tooltip = <html>Shows the calendar module by Kai Toedter.</html>
-ToggleChildrenFoldedAction.text = (Un)fold children
-ToggleDetailsAction.text = Hide details
-ToggleFBarAction.text = F-Bar
-ToggleFoldedAction.text = (Un)fold
-ToggleFullScreenAction.text = Full screen mode
-ToggleLeftToolbarAction.text = &Icons toolbar
-ToggleMenubarAction.text = Menubar
-ToggleStatusAction.text = Display status line
-ToggleToolbarAction.text = &Toolbar
-undefined_error = An unexpected error occured. Please try to make a bug report.
-underline = Underline
-UnderlineAction.text = Underline
-underlined = Underlined
-UndoAction.text = &Undo
-UndoFilterAction.text = Undo filter action
-unfold = Unfold
-UnfoldAllAction.text = Unfold all
-UnfoldAllAction.tooltip = <html>Unfolds the selected nodes and all their children.</html>
-UnfoldOneLevelAction.text = Unfold one level
-UnfoldOneLevelAction.tooltip = Unfolds the selected nodes by one level.
-up = &Up
-update_failed = Update failed with message {0}
-UpdateCheckAction.text = Check for updates
-updatecheckdialog = Update check dialog
-url_error = This URL is malformed!
-url_open_error = Could not open URL {0}.
-used_in_menu = This shortcut can not be set, it is used as a menu shortcut.
-UsePlainTextAction.text = Use plain text
-user_config_folder = User configuration folder: {0}
-user_defined_scale = &User defined scale
-user_defined_zoom = User defined
-user_defined_zoom_status_bar = Changing the zoom to the user defined zoom value of {0}%.
-user_icon = User icon "{0}"
-user_template_dir = User Templates
-user_zoom = Print zoom factor (0.0 - 2.0):
-value_format = Value format
-version_up_to_date = You already use the latest program version
-ViewerControllerAction.text = External object...
-ViewLayoutTypeAction.OUTLINE.text = Outline view
-WebDocuAction.text = Web Documentation
-width = Width
-wrong_regexp = Wrong regular expression "{0}", error {1}
-xslt_export.html = Html document
-xslt_export.latex = Latex document
-xslt_export.latexbook = Latex book
-xslt_export.mediawiki = Mediawiki
-xslt_export.ms_excel = Excel (2003 and above) XML format
-xslt_export.ms_project = MS Project (2003 and above) XML format
-xslt_export.ms_word = Word (2003 and above) XML format
-xslt_export.text = Plain text
-xslt_export_not_possible = Freeplane XSLT export not possible
-yes = Yes
-ZoomInAction.text = Zoom in
-ZoomOutAction.text = Zoom out
+about_text=Freeplane - free mind mapping and knowledge building software
+AboutAction.text=About
+acceleratorPresets=Hot key presets
+accelerators_loading_error=Can not load accelerators from {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Change format of nodes
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Change pattern
+accessories/plugins/EncryptNode.properties_0=Choose password for protected (encrypted) node
+accessories/plugins/EncryptNode.properties_1=Passwords are not equal or to short.
+accessories/plugins/EncryptNode.properties_2=Enter Password:
+accessories/plugins/EncryptNode.properties_3=Re-enter Password:
+accessories/plugins/EncryptNode.properties_4=Enter your password.
+accessories/plugins/EncryptNode.properties_5=<html>Remember, that the strength of the encryption<br> depends almost completely on the quality of your password.
+accessories/plugins/EncryptNode.properties_6=OK
+accessories/plugins/EncryptNode.properties_7=Cancel
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=You can only toggle password protection (encryption) state of an encrypted node. Please insert such a node using the tools menu.
+accessories/plugins/EncryptNode.properties_select_me=Select me to continue!
+accessories/plugins/EncryptNode.properties_wrong_password=The password is not correct.
+accessories/plugins/ExportWithTWiki.text=TWiki...
+accessories/plugins/ExportWithTWiki.tooltip=Exports the map as a TWiki document.
+accessories/plugins/ExportWithXSLT.tooltip=This is an uniform export method.
+accessories/plugins/ExportWithXSLT_Applet.text=Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exports the map as a java browser applet.
+accessories/plugins/ExportWithXSLT_Flash.text=Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Exports the map as a flash application.
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML (JavaScript version)...
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML (Clickable map image version)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Resources from RESOURCES node to TaskJuggler file...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exports resources from RESOURCES node to Taskjuggler module. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tasks from TASKS node to TaskJuggler file...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exports tasks from TASKS node to Taskjuggler module. </html>
+action_keystroke_in_use_error=Keystroke {0} requested for action {1} is already in use for action {2}
+active=Active
+actual_map_styles=Map conditional styles applied to node
+actual_node_styles=Node conditional styles applied to node
+add=&Add
+AddConnectorAction.text=Connect
+AddElementaryConditionAction.text=Add
+AddLocalLinkAction.text=Add local hyperlink
+AddMenuItemLinkAction.text=Add hyperlink to menu item...
+AddOnDetailsPanel.authored.by=By {0}
+AddOnDetailsPanel.header.function=Function
+AddOnDetailsPanel.header.menu=Menu location
+AddOnDetailsPanel.header.shortcut=Shortcut
+AddOnDetailsPanel.homepage=Homepage:
+addons.installer.canceled=Installation canceled
+addons.installer.confirm.licence=<html><body><h1>License</h1>{0}<p><p><em>Do you accept this license?</em></p></body></html>
+addons.installer.failed=Installation failed: {0}
+addons.installer.freeplaneversion.format.error=Format error in {0} (value: {1})
+addons.installer.groovy.script.name=Script name {0} does not end with ".groovy"
+addons.installer.html.script=Script body may not be formatted as HTML
+addons.installer.install=Install
+addons.installer.invalid.keyboard.shortcut=Invalid shortcut {0}.
+addons.installer.licence.unchanged=License is unchanged
+addons.installer.map.structure=Error in map structure: {0}
+addons.installer.missing.child.nodes=Missing child nodes: {0}
+addons.installer.missing.permission.attribute=Script {0}: missing permission attributes {1}
+addons.installer.missing.properties=Missing properties: {0}
+addons.installer.missing.translation=Missing translation of {0} for locale {1}
+addons.installer.no.scripts=No scripts found
+addons.installer.no.zipdata=No zip data found
+addons.installer.nonstandard.permissions=The script requests the following permissions that are currently not enabled: {0}.\nShould they be be added to the standard permissions?
+addons.installer.one.child.expected=Expected exactly one child of {0} but got {1}.
+addons.installer.script.no.execution_mode=No "execution_mode" attribute defined for {0}
+addons.installer.script.no.menulocation=No "menuLocation" attribute defined for {0}
+addons.installer.script.no.menutitle=No "menuTitleKey" attribute defined for {0}
+addons.installer.script.no.permissions=No permissions defined for {0}
+addons.installer.success=Installation successful.\nThe new add-on will be available after a restart.
+addons.installer.success.update=Update from {0} to {1} successful.\nSome functions may only be available after a restart.
+addons.installer.title=Add-on Installer
+addons.installer.too.new=Current Freeplane version {0} is too new. This add-on supports at most {1}
+addons.installer.too.old=Current Freeplane version {0} is too old. This add-on needs at least {1}
+addons.installer.unknown.deinstallation.rules=Unknown deinstallation rule(s) {0}
+addons.installer.update=Update from version {0}
+addons.installer.warning=<html><body><em>You should only install add-ons from sources you trust. Malicious software may cause damage to your data or violate your privacy.</em></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Attributes from style
+AddStyleAttributes.tooltip=Add attributes from style node
+AllMapsNodeListAction.text=Find and replace in all maps
+always=Always
+AlwaysUnfoldedNodeAction.text=Always unfolded node (set/reset)
+antialias_all=Antialias all
+antialias_edges=Antialias edges
+antialias_none=Antialias none
+apply=&Apply
+ApplyAction.text=&Apply
+ApplyFormatPlugin.text=&Change format ...
+ApplyFormatPlugin.tooltip=Presents a dialog in which node and edge attributes can be changed at once.
+ApplyNoFilteringAction.text=No filtering
+ApplySelectedViewConditionAction.text=Filter selected nodes
+ApplyToVisibleAction.text=Applies to filtered nodes
+as_parent=As parent
+AskForHelp.text=Ask for help
+AssignAttributesAction.text=Find and replace attributes...
+attribute_delete=Delete all values
+attribute_delete_value=Delete this value
+attribute_font_size_tooltip=Attribute font size
+attribute_list_box_label_text=Existing values
+attribute_name=Attribute Name
+attribute_replace=Replace with
+attribute_top=All known attributes for the loaded Maps
+attribute_value=Attribute Value
+attributes_AddAttributeAction.text=Add attribute in dialog...
+attributes_adding_empty_attribute_error=Can not use an empty string as attribute name
+attributes_all=All attributes
+attributes_assign_dialog=Extended attribute editor
+attributes_attribute=Attributes
+attributes_close=Close
+attributes_deselect_all=Nothing
+attributes_dialog_title=Attribute manager
+attributes_edit=Edit
+attributes_edit_tooltip=Edit set
+attributes_for_selected=Selected nodes
+attributes_for_visible=All visible nodes
+attributes_import=&Import
+attributes_import_tooltip=Import attributes from the other loaded maps
+attributes_no_import_candidates_found=No new attributes found
+attributes_popup_delete=Delete
+attributes_popup_down=Down
+attributes_popup_edit=Edit
+attributes_popup_hide=Hide
+attributes_popup_new=New attribute
+attributes_popup_optimal_width=Optimal width
+attributes_popup_up=Up
+attributes_refresh=Refresh
+attributes_RemoveAllAttributesAction.text=Remove all attributes
+attributes_RemoveFirstAttributeAction.text=Remove first attribute
+attributes_RemoveLastAttributeAction.text=Remove last attribute
+attributes_restricted_attributes_tooltip=Restrict set of attributes
+attributes_restricted_values_tooltip=Restrict set of values for current attribute
+attributes_restriction=Restricted set
+attributes_select_all=All
+attributes_select_all_tooltip=Select/deselect all
+attributes_show=Show
+attributes_skip_root=Skip root node
+attributes_visible=Selected visible
+attributes_visible_tooltip=Selected visible
+automatic_layout=Automatic layout
+automatic_layout_disabled=disabled
+automatically_save_message=Map was automatically saved (using the file name {0}) ...
+AutomaticEdgeColorHookAction.text=Automatic edge color
+AutomaticLayout.ALL=for all nodes
+AutomaticLayout.HEADINGS=for non leave nodes
+AutomaticLayout.level=Level {0}
+AutomaticLayout.level.root=Root
+AutomaticLayoutAction.text=&Apply level styles
+AutomaticLayoutAction.tooltip=<html>Fixes the layout of the map. <br>The first level is black, the second blue, etc.</html>
+AutomaticLayoutControllerAction.ALL.text=for all nodes
+AutomaticLayoutControllerAction.HEADINGS.text=for non leave nodes
+AutomaticLayoutControllerAction.null.text=disabled
+BackAction.text=Go backward
+BackAction.tooltip=Jumps back in the select chain
+background=Background
+bitmaps=Bitmaps
+black=Black
+BlinkingNodeHookAction.text=Blinking node
+BlinkingNodeHookAction.tooltip=<html>This makes the node blinking. But be careful. Do not associate it to many nodes, and <strong> not with other automatic formattings to the same node</strong></html>
+blue=Blue
+BoldAction.text=Bold
+boldify_branch=Boldify
+branch=Branch
+browse=Browse...
+calendar_attributes_panel=Calendar and attributes
+calendar_panel=Calendar
+can_not_connect_to_info_server=Can not connect to information server
+can_not_delete_predefined_style=Can not delete predefined style
+can_not_delete_root_style=Can not delete root style
+can_not_delete_style_group=Can not delete style group
+can_not_save_key_set=Can not save hot key set
+cancel=&Cancel
+CancelAction.text=&Cancel
+cannot_add_parent_diff_parents=All nodes must have the same parent to use this function.
+cannot_add_parent_to_root=The root node can't be added to a new parent.
+cannot_delete_root=The root node can't be deleted or cut.
+cannot_join_nodes_with_children=Cannot join nodes with children
+cannot_move_to_child=Can't move a node to one of its children.
+CenterAction.text=Center
+CenterSelectedNodeAction.text=Center selected node
+ChangeConnectorArrowsAction.backward.text=Draw arrow back
+ChangeConnectorArrowsAction.both.text=Draw arrow forward and back
+ChangeConnectorArrowsAction.forward.text=Draw arrow forward
+ChangeConnectorArrowsAction.none.text=None
+ChangeConnectorArrowsAction.text=Change Arrows of Connector
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Curve
+ChangeConnectorShapeAction.EDGE_LIKE.text=Simulate edge
+ChangeConnectorShapeAction.LINE.text=Line
+ChangeConnectorShapeAction.LINEAR_PATH.text=Linear path
+ChangeNodeLevelLeftsAction.text=Move node (Parents sibling)
+ChangeNodeLevelLeftsAction.tooltip=On the left of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the right of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
+ChangeNodeLevelRightsAction.text=Move node (Siblings child)
+ChangeNodeLevelRightsAction.tooltip=On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
+choose_background_color=Choose Background color:
+choose_cloud_color=Choose Cloud Color:
+choose_edge_color=Choose Edge Color
+choose_map_background_color=Choose map background color
+choose_node_background_color=Choose node background color:
+choose_node_color=Choose node color:
+ClearLinkAnchorAction.text=Clear link anchor
+ClearLinkAnchorAction.tooltip=<html>clear previously set node anchor</html>
+close_btn=&Close
+CloseAction.text=&Close current map
+CloudAction.text=Add / remove cloud (default)
+CloudColorAction.text=Cloud color...
+CloudShapeAction.ARC.text=Arc
+CloudShapeAction.RECT.text=Rectangle
+CloudShapeAction.ROUND_RECT.text=Round rectangle
+CloudShapeAction.STAR.text=Star
+ColorProperty.ResetColor=Reset color
+combined=Combined
+condition=Condition
+confirmation=Confirmation
+connector=Connector
+connector_arrows=Connector arrows
+connector_label=Connector label
+connector_lines=Connector lines
+connector_shapes=Connector shapes
+ConnectorColorAction.text=Connector color...
+CopyAction.text=&Copy
+CopyAction.tooltip=Copy selected branch
+CopyAttributes.text=Copy &attributes
+CopyIDAction.text=Copy node I&D
+CopyMapStylesAction.text=Copy map style from...
+CopyNodeURIAction.text=Copy node URI
+copyright=Copyright \u00a9 2000-2012 Freeplane team and others
+CopySingleAction.text=Copy node (&single)
+CopySingleAction.tooltip=Copy only the selected node
+CopyStyleExtensionsAction.text=Copy extensions from style node
+corrupt_map=Map content is corrupted
+CreateConjunctConditionAction.text=And
+CreateDisjunctConditionAction.text=Or
+CreateNotSatisfiedConditionAction.text=Not
+CreationModificationPluginAction.text=Display &modification times
+CreationModificationPluginAction.tooltip=<html>This function keeps track of node creation and modification times.</html>
+current_dir=Maps
+CutAction.text=Cu&t
+decrease_branch_font_size=Smaller font
+DecreaseNodeFontAction.text=Smaller font
+default=Default
+DefaultColorAction.text=Default color
+defaultstyle.details=Details
+defaultstyle.floating=Floating node
+defaultstyle.note=Note
+delete=&Delete
+delete_child=Delete node
+DeleteAction.text=Remove n&ode
+DeleteConditionAction.text=Delete
+DeleteDetailsAction.text=Remove node details
+DeleteLevelStyleAction.text=Remove level style
+DeleteStyleAction.text=Remove style
+DeleteUserStyleAction.text=Remove user defined style
+dialect_info.app=Mind map file {0} was created with program {1}.
+dialect_info.later_version=Mind map file {0} was created with some later version of this program.
+dialect_info.unknownApp=Mind map file {0} was created by unknown program.
+dialect_info.unknownURL=Its web site is not known.
+dialect_info.url=Visit program web site {0} for more info.
+dialect_info.warning=Freeplane may open, display or save it incorrectly.
+DirectHtmlFlavorHandler=HTML as single node
+DocumentationAction.text=Documentation
+down=D&own
+download=Download
+dropped_file_error=Couldn''t open dropped file(s). Reason: {0}
+edge=Edge
+edge_is_formatted_by_style=Edge format is controlled by style. Edit related styles if required.
+edge_style=Edge style
+edge_width=Edge width
+EdgeColorAction.text=Edge color...
+EdgeStyleAction.bezier.text=Smoothly curved (bezier)
+EdgeStyleAction.bezier.tooltip=<html>Display the edge as a smooth curve.</html>
+EdgeStyleAction.hide_edge.text=Hide edge
+EdgeStyleAction.hide_edge.tooltip=<html>For selected nodes display edge to parent as a<br>dotted line. Otherwise hide the edge.</html>
+EdgeStyleAction.horizontal.text=Horizontal
+EdgeStyleAction.horizontal.tooltip=<html>Use perpendicular straight lines for edges.</html>
+EdgeStyleAction.linear.text=Linear
+EdgeStyleAction.linear.tooltip=<html>Display the edge as a straight line.</html>
+EdgeStyleAction.sharp_bezier.text=Sharply curved (bezier)
+EdgeStyleAction.sharp_bezier.tooltip=<html>Display the edge as a smooth curve with sharpened ends.</html>
+EdgeStyleAction.sharp_linear.text=Sharp linear
+EdgeStyleAction.sharp_linear.tooltip=<html>Display the edge as a straight line with sharpened ends.</html>
+EdgeStyleAsParentAction.text=As parent
+EdgeStyleAsParentAction.tooltip=<html>Use edge style of parent node.</html>[obsolete]
+EdgeWidthAction_width_parent.text=Parent
+EdgeWidthAction_width_thin.text=Thin
+edit=&Edit
+edit.decision=HTML Editor
+edit.edit_rich_text=Do you want to use formattings like bold or italics?
+edit_details=Edit node details
+edit_end_label=<html>Connector<br>label
+edit_label_font_family=Font
+edit_label_font_size=Font size
+edit_link_manually=Edit Hyperlink Manually...
+edit_long_node=Edit node core in dialog
+edit_middle_label=<html>Middle<br>label
+edit_note=Edit note
+edit_source_label=<html>Source<br>label
+edit_target_label=<html>Target<br>label
+edit_transparency_label=Opacity
+edit_width_label=Width
+EditAction.text=Edit node core in-line
+EditAttributesAction.text=Edit attribute in-line
+EditDetailsAction.text=Edit node details in-line
+EditDetailsInDialogAction.text=Edit node details in dialog
+EditFilterAction.text=Compose filter
+EditLongAction.text=Edit node core in dialog
+EditNoteInDialogAction.text=Edit note in dialog
+EditScript=Edit Script...
+EditStylesAction.text=Edit styles
+EncryptedMap.text=New protected (encr&ypted) map ...
+EncryptedMap.tooltip=New protected map
+enter_base_url=I am going to paste relative links. Enter please base URL.
+enter_condition_name=Enter new condition name
+enter_confirms=&Enter confirms
+enter_keyset_name=Enter hot key set name
+enter_map_url=Enter map URL
+enter_new_style_name=Enter new style name
+enter_node_id=Enter node ID
+enter_zoom=Enter zoom
+EnterPassword.text=Enter password
+error=Error
+error_applying_template=Error applying XSL template.
+error_creating_directory=Cannot create directory for export.
+error_in_template=Errors in default map template {0}. Try to remove this file.
+errornumber={0} errors
+ExecuteScriptError.text=Error executing the script:\n{0}
+ExecuteScriptForAllNodes.text=Execute all scripts
+ExecuteScriptForSelectionAction.text=Execute selected node scripts
+ExecuteScriptOnSelectedNode.text=Execute {0} on all selected nodes
+ExecuteScriptOnSelectedNodeRecursively.text=Execute {0} on selected nodes, recursively
+ExecuteScriptOnSingleNode.text=Execute {0} on one selected node
+ExecuteScripts.noScriptsAvailable=None available
+ExecuteScripts.text=Scripts
+ExecuteScriptSecurityError.text=An error occured during the script execution: {0}
+export_failed=Export failed
+export_pdf_text=Portable Document Format (PDF)
+export_svg_text=Scalable Vector Graphic (SVG)
+export_using_xslt=Freeplane Export
+ExportAction.text=&Export map
+ExportBranchAction.text=Move branch to new map ...
+ExportBranchToHTMLAction.text=Branch as HTML
+exported_file={0} file
+ExportPdf.text=PDF
+ExportSvg.text=SVG
+ExportToHTMLAction.text=HTML
+ExportToImage.jpg.text=JPEG
+ExportToImage.png.text=PNG
+ExportToOoWriter.text=Open Office Writer Document...
+extension_menu=Physical style
+ExternalImage_popupMenu_Change=Change...
+ExternalImage_popupMenu_Open=Open in viewer
+ExternalImage_popupMenu_Remove=Remove
+ExternalImage_popupMenu_ResetZoom=Reset zoom
+ExternalImageAddAction.text=Add image...
+ExternalImageChangeAction.text=Change image...
+ExternalImageRemoveAction.text=Remove image
+ExtractLinkFromTextAction.text=Convert link from within text
+ExtractLinkFromTextAction.tooltip=Set hyper link from address n node text
+f_button_unassigned=<no action>
+FaqOpenURLAction.text=FAQ
+file=&File
+file_already_exists=The file {0} already exists. Do you want to overwrite it?
+file_not_found=File {0} not found
+FileListFlavorHandler=Links to files
+FileProperties_BranchLeafCount=Number of leaf nodes in selected branch(es):
+FileProperties_BranchNodeCount=Number of nodes in selected branch(es):
+FileProperties_ChangesSinceLastSave=Changes since last save:
+FileProperties_FileName=Filename:
+FileProperties_FileSaved=File saved:
+FileProperties_FileSize=File size:
+FileProperties_MainBranchCount=Number of main branches:
+FileProperties_NeverSaved=Never saved
+FileProperties_NodeChildCount=Number of children of selected node(s):
+FileProperties_NodeSelectionCount=Number of selected nodes:
+FileProperties_TotalFilteredCount=Number of nodes satisfying filter:
+FileProperties_TotalLeafCount=Total number of leaf nodes:
+FileProperties_TotalNodeCount=Total number of nodes:
+FilePropertiesAction.text=Map stat&istics...
+FileRevisionsDialog.cancel=&Cancel
+FileRevisionsDialog.file_last_modified=Timestamp
+FileRevisionsDialog.file_name=File
+FileRevisionsDialog.file_size=Bytes
+FileRevisionsDialog.open=&Open
+FileRevisionsDialog.open.tooltip=Open file even if it might be out of date
+FileRevisionsDialog.question=Found revisions of {0}
+FileRevisionsDialog.restore=Rest&ore
+FileRevisionsDialog.restore.tooltip=Replace {0} by {1}
+FileRevisionsDialog.title=File revisions
+filter=Filter
+filter_add=&Add
+filter_and=A&nd
+filter_any_text=Core, details or note
+filter_conditions=Filters
+filter_contains=Contains
+filter_created_after=Created after
+filter_created_before=Created before
+filter_delete=&Delete
+filter_details=Details
+filter_dialog=Filter Composer
+filter_does_not_exist=Not Exist
+filter_edit_description=Edit Filter List
+filter_enter_value=Enter Value
+filter_even_level=Odd level node
+filter_exist=Exists
+filter_icon=Icon
+filter_is_equal_to=Is equal to
+filter_is_not_equal_to=Is not equal to
+filter_leaf=Leaf Node
+filter_link=Hyperlink
+filter_match_approximately=&Approximate
+filter_match_approximately_tooltip=<html>Whether to allow approximate matches,<br/>i.e. searching for 'files' will find 'flies'.</html>
+filter_match_case=Match &Case
+filter_match_case_tooltip=Whether to honor case when matching.
+filter_modified_after=Modified after
+filter_modified_before=Modified before
+filter_no_filtering=No Filtering (remove)
+filter_node=Core text
+filter_node_level=Node level
+filter_not=&Not
+filter_note=Note
+filter_odd_level=Even level node
+filter_or=O&r
+filter_parent=Parent text
+filter_periodic_level=Periodical
+filter_priority=Priority
+filter_regexp_matches=Matches regexp
+filter_reminder=Reminder
+filter_reminder_after=scheduled after
+filter_reminder_before=scheduled before
+filter_reminder_executed=already fired
+filter_reminder_later=scheduled later
+filter_root=Root Node
+filter_script=Script filter
+filter_select=&Select
+filter_selected_node_view=Currently selected nodes
+filter_selected_node_view_snapshot=Saved selection
+filter_style=Style
+filter_time=Date filter
+FilterComposerDialog.save=&Save
+filters_not_loaded=Filter could not be loaded, file corrupted
+find_what=Find what
+FindAction.text=Find...
+FirstGroupNodeAction.text=Summary node (begin of group)
+fit_map_to_page=&Fit to one page
+fit_map_to_page_height=Fit &height to one page
+fit_map_to_page_width=Fit &width to one page
+FitToPage.text=Zoom to &fit to page
+FitToPage.tooltip=Adjusts the zoom such that the entire map fits into the current window.
+fold=Fold
+FoldAllAction.text=Fold all
+FoldAllAction.tooltip=<html>Folds the selected nodes and all their children.</html>
+FoldOneLevelAction.text=Fold one level
+FoldOneLevelAction.tooltip=<html>Folds the selected nodes by one level.</html>
+follow_graphical_link=Goto:
+FollowLinkAction.text=Follow link
+font=Font
+FontFamilyAction.text=Font family
+FontSizeAction.text=Font size
+format_invalid_pattern=Not a valid pattern
+format_menu_cloud_shapes=Add cloud or change style
+format_menu_edge_styles=&Edge styles
+format_menu_edge_widths=Edge &widths
+format_panel=Format
+FormatCopy.text=Copy format
+FormatCopy.tooltip=<html>Copies the format of a node.</html>
+FormatPaste.text=Paste format
+FormatPaste.tooltip=<html>Pastes the format of a node.</html>
+formats_not_loaded=Formats could not be loaded, file corrupted
+formula.error.attributeValueIsNull=Attribute value ''{0}'' is null after evaluation.
+formula.error.circularReference=Circular reference: The formula in node ''{0}'' references itself.
+formula.EvaluateAllAction.text=Evaluate all
+formula.EvaluateAllAction.tooltip=Evaluate all formulas in the current map
+formula.menuname=Formulas
+formula_editor=Edit Formula
+ForwardAction.text=Go forward
+ForwardAction.tooltip=Jumps forward in the select chain
+FreeNodeAction.text=Free positioned node (set/reset)
+Freeplane.progress.buildScreen=Build Screen...
+Freeplane.progress.createController=Create controller...
+Freeplane.progress.createInitialMode=Create initial mode...
+Freeplane.progress.endStartup=Finish startup.
+Freeplane.progress.gettingPreferenceDirectories=Getting preference directories...
+Freeplane.progress.gettingPreferences=Getting preferences...
+Freeplane.progress.loadMaps=Load maps...
+Freeplane.progress.propagateLookAndFeel=Propagete look and feel...
+Freeplane.progress.settingPreferences=Setting preferences...
+Freeplane.progress.startCreateController=Start create controller...
+Freeplane.progress.updateLookAndFeel=Update look and feel...
+freeplane_reverted=Freeplane_Reverted_
+FreeplaneHelpStarter.text=Help...
+FreeplaneHelpStarter.tooltip=Freeplane extended Help
+GettingStartedAction.text=Tutorial
+GotoLinkNodeAction.text=Goto Link
+GotoNodeAction.text=Goto node with ID...
+GrabKeyDialog.common.cancel=Cancel
+GrabKeyDialog.common.ok=OK
+GrabKeyDialog.grab-key.assigned-to=Assigned to
+GrabKeyDialog.grab-key.assigned-to.none=Currently not assigned
+GrabKeyDialog.grab-key.clear=Clear
+GrabKeyDialog.grab-key.remove=Remove
+GrabKeyDialog.grab-key.remove-ask=Are you sure to remove this keystroke?
+GrabKeyDialog.grab-key.title=Enter new key
+green=Green
+help=&Help
+HideableAction.tooltip=<html>Marks the background of each changed node.</html>
+HideAllAttributesAction.text=Hide all attributes
+HierarchicalIcons2Action.text=Show intersection of child icons
+HierarchicalIconsAction.text=Show icons &hierarchically
+HierarchicalIconsAction.tooltip=If one of the (grand)children of me has an icon, I will show this icon in little format, too.
+hot_keys=Hot keys
+hot_keys_table=Hot keys table
+HotKeyInfoAction.text=Key reference
+html_export_based_on_headings=HTML Export - Based on Headings
+html_export_fold_all=HTML Export - Fold all
+html_export_fold_currently_folded=HTML Export - Fold currently folded
+html_export_no_folding=HTML Export - No Folding
+html_problem=<html>Can not render html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Addition
+icon_attach=Look here
+icon_audio=Audio
+icon_back=Back
+icon_bee=Freeplane
+icon_bell=Remember
+icon_bookmark=Excellent
+icon_broken-line=Broken
+icon_button_cancel=Not OK
+icon_button_ok=OK
+icon_calendar=Date
+icon_checked=Checked
+icon_clanbomber=Dangerous
+icon_clock=Time
+icon_clock2=Reminder
+icon_closed=No Entry
+icon_decrypted=Unlocked
+icon_desktop_new=Do not forget
+icon_division=Division
+icon_down=Down
+icon_edit=Refine
+icon_encrypted=Locked
+icon_executable=Executable
+icon_family=Family
+icon_fema=Male & Female
+icon_female1=Female1
+icon_female2=Female2
+icon_females=Females
+icon_flag=Red Flag
+icon_flag-black=Black Flag
+icon_flag-blue=Blue Flag
+icon_flag-green=Green Flag
+icon_flag-orange=Orange Flag
+icon_flag-pink=Pink Flag
+icon_flag-yellow=Yellow Flag
+icon_folder=Folder
+icon_forward=Forward
+icon_freemind_butterfly=FreeMind
+icon_full-0=Priority 0
+icon_full-1=Priority 1
+icon_full-2=Priority 2
+icon_full-3=Priority 3
+icon_full-4=Priority 4
+icon_full-5=Priority 5
+icon_full-6=Priority 6
+icon_full-7=Priority 7
+icon_full-8=Priority 8
+icon_full-9=Priority 9
+icon_go=Green Traffic Light
+icon_gohome=Home
+icon_group=Group
+icon_help=Question
+icon_hourglass=Waiting
+icon_icon_not_found=Icon not found
+icon_idea=Idea
+icon_image=Image
+icon_info=Info
+icon_internet=Internet
+icon_internet_warning=Internet warning
+icon_kaddressbook=Phone
+icon_kmail=E-Mail
+icon_knotify=Music
+icon_korn=Mailbox
+icon_ksmiletris=I am happy
+icon_launch=Launch
+icon_licq=Nice
+icon_list=List
+icon_Mail=Mail
+icon_male1=Male1
+icon_male2=Male2
+icon_males=Males
+icon_menu=I&con
+icon_messagebox_warning=Important
+icon_mindmap=Mind Map
+icon_multiplication=Multiplication
+icon_narrative=Narrative
+icon_negative=Negative
+icon_neutral=Neutral
+icon_password=Key
+icon_pencil=To be refined
+icon_penguin=Linux
+icon_positive=Positive
+icon_prepare=Yellow Traffic Light
+icon_revision=Revision
+icon_smiley-angry=Angry
+icon_smiley-neutral=No Mind
+icon_smiley-oh=Surprising
+icon_smily_bad=I'm not amused
+icon_stop=Red Traffic Light
+icon_stop-sign=Stop
+icon_subtraction=Subtraction
+icon_unchecked=Unchecked
+icon_up=Up
+icon_user_icon=User icons
+icon_very_negative=Very Negative
+icon_very_positive=Very Positive
+icon_video=Video
+icon_wizard=Magic
+icon_xmag=To be discussed
+icon_yes=Important
+IconGroupPopupAction.arrows.text=Arrows
+IconGroupPopupAction.docs_folders.text=Docs & Folders
+IconGroupPopupAction.flags.text=Flags
+IconGroupPopupAction.math.text=Math
+IconGroupPopupAction.media.text=Media
+IconGroupPopupAction.miscellaneous.text=Miscellaneous
+IconGroupPopupAction.nature.text=Nature
+IconGroupPopupAction.numbers.text=Numbers
+IconGroupPopupAction.office.text=Office
+IconGroupPopupAction.people.text=People
+IconGroupPopupAction.rating.text=Rating
+IconGroupPopupAction.signs.text=Signs
+IconGroupPopupAction.smiley.text=Smiley
+IconGroupPopupAction.time.text=Time
+IconGroupPopupAction.user.text=User icons
+IconProgressExtended10Action.text=Extended progress 10%
+IconProgressExtended10Action.tooltip=<html>Adds a progress indication that is increased by 10% upon double left click.<br>Control + double left click decreases/ removes it.</html>
+IconProgressExtended25Action.text=Extended progress 25%
+IconProgressExtended25Action.tooltip=<html>Adds a progress indication that is increased by 25% upon double left click.<br> Control + double left click decreases/ removes it.</html>
+IconProgressIconDownAction.text=Progress down
+IconProgressIconDownAction.tooltip=Decreases/ inserts/ removes the progress icons (100% -> 75% -> 50% -> 25% -> 0% -> remove).
+IconProgressIconUpAction.text=Progress up
+IconProgressIconUpAction.tooltip=Increases/ inserts the progress icons (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=Remove progress
+IconProgressRemoveAction.tooltip=Removes progress icons and extended progress icon.
+IconSelectionPlugin.text=Icon from table...
+IconSelectionPlugin.tooltip=<html>Here you can select an icon using a subwindow.</html>
+image_covertLink=Convert link to image
+ImageFlavorHandler=Image (use separate file)
+import=Import
+import_linked_branch_no_link=The selected node has no link to import from.
+ImportAction.text=&Import map
+ImportBranchAction.text=&Branch...
+ImportExplorerFavoritesAction.text=&Explorer favorites...
+ImportFolderStructureAction.text=&Folder structure...
+ImportLinkedBranchAction.text=&Linked branch
+ImportLinkedBranchWithoutRootAction.text=Linked branch &without root...
+ImportMindmanagerFiles.text=&MindManager X5 map...
+increase_branch_font_size=Larger font
+IncreaseNodeFontAction.text=Larger font
+internal_error_tooltip=Internal errors occurred. Click to open the latest log file log.0 for more info.
+invalid_export_file=Invalid export file name
+invalid_file_msg=Couldn''t find file for {0}
+invalid_uri=Invalid URI {0}
+invalid_url=Couldn't create valid URL
+invalid_url_msg=Couldn''t create valid URL for {0}
+ItalicAction.text=Italic
+italicise_branch=Italicise
+java_version=Java version: {0}
+JoinNodesAction.text=Join nodes
+LatexDeleteLatexAction.text=Remove LaTe&X formula
+LatexEditLatexAction.text=Edit &LaTeX formula...
+LatexInsertLatexAction.text=Add &LaTeX formula...
+less_than_two_selected_nodes=You have to select at least two nodes to get links.
+license=License: GPL 2 or later
+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 License for more details.<br><br>You should have received a copy of the GNU General Public License<br>along with this program; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+link_error=Incorrect link "{0}" not loaded
+link_not_available_any_more=The link is not valid anymore. The node was deleted in between.
+link_not_found=Link {0} not found.
+load=&Load
+load_accelerator_presets=Load
+LoadAcceleratorPresetsAction.textPatterns.text=Text Patterns
+locking_failed_by_open=Locking of the map {0} failed. Opening as read-only.
+locking_failed_by_save_as=Locking of the map {0} failed. Action Save As aborted.
+locking_old_lock_removed=The map {0} was locked by the user {1}. The lock has been removed because it is old.
+long_node_changed_cancel=You have changed the node. Do you want to discard changes?
+long_node_changed_submit=You have changed the node. Do you want to save changes?
+lots_of_links_warning=You are going to create a lot of links to the same node. Do you really want to create these links?
+main_resource_directory=Installation resources: {0}
+MainView.errorUpdateText=Error setting the text for the following input: {0}.
+MakeLinkFromAnchorAction.text=Make link from anchor
+MakeLinkFromAnchorAction.tooltip=<html>create a local or global link from<br/>the anchor node to the selected node</html>
+MakeLinkToAnchorAction.text=Make link to anchor
+MakeLinkToAnchorAction.tooltip=<html>create a local or global link from<br/>the selected note to the anchor node</html>
+ManageAddOnsAction.text=Add-ons
+ManageAddOnsDialog.activate=Activate
+ManageAddOnsDialog.activation.success={0} will be activated after a restart.
+ManageAddOnsDialog.authored.by=by {0}
+ManageAddOnsDialog.cannot.activate=Cannot activate: {0} is already active.
+ManageAddOnsDialog.cannot.configure=Cannot configure {0}.
+ManageAddOnsDialog.cannot.deactivate=Cannot deactivate: {0} is not active.
+ManageAddOnsDialog.cannot.deinstall=Cannot deinstall {0}.
+ManageAddOnsDialog.configure=Configure
+ManageAddOnsDialog.deactivate=Deactivate
+ManageAddOnsDialog.deactivation.success={0} will be deactivated after a restart.
+ManageAddOnsDialog.deinstall=Deinstall
+ManageAddOnsDialog.deinstallation.success={0} will be deinstalled after a restart.
+ManageAddOnsDialog.error=Error on installation: {0}.
+ManageAddOnsDialog.install=&Install
+ManageAddOnsDialog.install.from.known.location=Install add-on from a known location
+ManageAddOnsDialog.install.tooltip=Insert an URL of an add-on installation file here
+ManageAddOnsDialog.map.not.opened=Map {0} does not seem to be opened.
+ManageAddOnsDialog.really.deinstall=Really deinstall {0}?
+ManageAddOnsDialog.search=Search add-ons
+ManageAddOnsDialog.search.file=Search
+ManageAddOnsDialog.select.tooltip=Select file
+ManageAddOnsDialog.status.downloading=Downloading file...
+ManageAddOnsDialog.status.installing=Installing add-on...
+ManageAddOnsDialog.status.success=Successfully installed {0}.
+ManageAddOnsDialog.tab.install=Search and install
+ManageAddOnsDialog.tab.install.tooltip=Search and install new add-ons
+ManageAddOnsDialog.tab.manage=Add-ons
+ManageAddOnsDialog.tab.manage.themes=Themes
+ManageAddOnsDialog.tab.manage.themes.tooltip=Manage installed themes
+ManageAddOnsDialog.tab.manage.tooltip=Manage installed add-ons
+ManageAddOnsDialog.visit.addon.page=Visit add-on page...
+ManageConditionalStylesAction.text=&Manage conditional styles for map
+ManageNodeConditionalStylesAction.text=M&anage conditional styles for node
+map_already_exists=The map already exists. Do you want to overwrite it?
+map_corrupted=Map corrupted. View detail?
+map_load_error=Could not load map {0}
+map_locked_by_open=The map {0} is already being edited by the user {1}. Opening as read-only.
+map_locked_by_save_as=The map {0} is being edited by the user {1}. Action Save As aborted.
+map_not_saved=The map was not saved before.
+MapBackgroundColorAction.text=Map background color
+MaxNodeWidth.text=Set maximum node width
+menu_applyStyle=Apply style
+menu_attributes=&Attribute
+menu_clouds=Clouds
+menu_copy=Copy
+menu_coreFormat=Node core
+menu_details=Details
+menu_displayAttributes=Node attributes
+menu_encryption=Password protection
+menu_error=Error in user defined menu structure {0}:\n{1}\nAborting
+menu_extensions=Node extensions
+menu_extras=&Tools
+menu_file_import=I&mport
+menu_filter=F&ilter
+menu_format=F&ormat
+menu_group=Node group
+menu_hoverView=Tool tips
+menu_iconByCategory=Icon by category...
+menu_iconView=Icons
+menu_image=Image
+menu_insert=In&sert
+menu_latex_formula=LaTeX formula
+menu_links=Link
+menu_manageStyles=&Manage Styles
+menu_moveNode=Move and sort
+menu_navigate=&Navigate
+menu_newNode=New node
+menu_node=Node
+menu_node_features=Node Feat&ures
+menu_nodes=&Nodes
+menu_nodeView=Node core
+menu_notes=Note
+menu_noteView=Notes
+menu_progress=Progress icon (%)
+menu_remove_icons=Remove icons
+menu_removeAttribute=Remove attribute
+menu_select=Select
+menu_time=Time management
+menu_title=Node core
+menu_toolbars=Toolbars
+menu_view=&View
+menu_viewmode=View settings
+MenuUtils.invalid_menuitem={0} is not a valid menu item key.
+mindmap=Map
+MindMapNodesFlavorHandler=Node hierarchy
+mindmaps=&Maps
+mindmaps_desc=Maps (*.mm)
+mindmaps_filter_desc=Filters (*.mmfilter)
+MinNodeWidth.text=Set minimum node width
+mode_Browse=Browse mode
+mode_File=File mode
+mode_MindMap=Mind map mode
+mode_na=Mode not available
+mode_status=Mode changed to {0}
+mode_title=Freeplane - {0}
+modes=Modes
+ModesMenuAction.Browse.text=Map browser
+ModesMenuAction.File.text=File explorer
+ModesMenuAction.MindMap.text=Mind map editor
+most_recent_files=Most recent maps
+MoveToRootAction.text=Goto root
+NameConditionAction.text=Set name
+NavigationNextMapAction.text=Next map
+NavigationPreviousMapAction.text=Previous map
+new=&New
+new_map_from_user_templates.text=New map from &template...
+new_mindmap=New Mindmap
+new_node=New Node
+new_node_as_sibling_not_possible_for_the_root=New node as sibling is not possible for the root
+new_version_available=New version ''{0}'' available
+NewChildAction.text=New child node
+NewerFileRevisionsFoundDialog.cancel=&Skip
+NewerFileRevisionsFoundDialog.cancel.tooltip=Do not open this file
+NewerFileRevisionsFoundDialog.file_last_modified=Timestamp
+NewerFileRevisionsFoundDialog.file_name=File
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=&Open
+NewerFileRevisionsFoundDialog.open.tooltip=Open file even if it might be out of date
+NewerFileRevisionsFoundDialog.question=Found newer revisions of {0}!
+NewerFileRevisionsFoundDialog.restore=Rest&ore
+NewerFileRevisionsFoundDialog.restore.tooltip=Replace {0} by {1}
+NewerFileRevisionsFoundDialog.title=Newer file revisions found!
+NewFreeNodeAction.text=New free node
+NewLevelStyleAction.text=Add level style
+newmap.install.addon.question={0} seems to be an add-on package\nDo you want to install it?\n(Select "No" for normal open.)
+newmap.install.addon.title=Install add-on?
+NewMapAction.text=&New map
+NewMapViewAction.text=New map view
+NewParentNode.text=New parent node
+NewParentNode.tooltip=<html>All selected are sent to a new parent.</html>
+NewPreviousSiblingAction.text=New previous sibling node
+NewSiblingAction.text=New sibling node
+NewSummaryAction.text=New summary node (selected nodes)
+NewUserStyleAction.text=New style from selection
+NextNodeAction.BACK.text=Goto previous node
+NextNodeAction.BACK_N_FOLD.text=Goto previous node (fold)
+NextNodeAction.FORWARD.text=Goto next node
+NextNodeAction.FORWARD_N_FOLD.text=Goto next node (fold)
+NextPresentationItemAction.text=Unfold next presentation item
+no=No
+no_copy_attributes_before_paste_attributes=You can't paste attributes until you've copied some.
+NO_FORMAT=Text
+no_format_copy_before_format_paste=You can't paste a format until you've copied one.
+no_found_from=<html>No <u>{0}</u> found from "{1}".</html>
+no_more_found_from=<html>No more <u>{0}</u> found from "{1}".</htm>
+no_previous_find=No previous find.
+no_styles_found_in_map=No styles found in map
+node=Node
+node_changed_discard_changes=You have changed the node. Do you want to discard changes?
+node_is_write_protected=Target node is write protected.
+node_location_help=Dragging changes node location, ctrl+dragging changes distances, double click and ctrl+double click reset them.
+node_selector=Node Selection
+node_selector_message=Double Click to select Node
+node_styles=Node styles
+NodeBackgroundColorAction.text=&Node background color...
+NodeColorAction.text=Node color...
+NodeColorBlendAction.text=Blend color
+NodeDownAction.text=Move node (Sibling down)
+NodeExtensions.EditNodeExtensions=Edit node extensions
+NodeExtensions.RemoveNodeExtensions=Remove node extensions
+NodeListAction.text=Find and replace...
+NodeListAction.tooltip=Shows all nodes as a searchable list with filter properties.
+NodeShapeAction.bubble.text=&Bubble
+NodeShapeAction.fork.text=&Fork
+NodeUpAction.text=Move node (Sibling up)
+NodeWidthAction.text=Set node width limits
+nonboldify_branch=Unboldify
+nonitalicise_branch=Unitalicise
+normal=Normal
+not_saved_for_image_error=The map must be saved before you can set an image by file chooser
+not_saved_for_link_error=The map must be saved before you can set a link by file chooser
+note_window_location=Note panel position
+ok=&OK
+OKAction.text=&OK
+OnlineReference.text=Documentation Maps Online
+open_asMindMap=Mind Map
+OpenAction.text=&Open saved map...
+OpenFreeplaneSiteAction.text=Freeplane's Homepage
+OpenPathAction.text=Open File
+OpenURLMapAction.text=Open map from URL...
+OpenUserDirAction.text=Open user directory
+option_changes_may_require_restart=To see the effect of the changed settings, you probably have to restart Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&No
+OptionalDontShowMeAgainDialog.dontShowAgain=&Don't ask me again.
+OptionalDontShowMeAgainDialog.ok=&Yes
+OptionalDontShowMeAgainDialog.rememberMyDescision=&Remember my decision.
+OptionPanel.absolute=Absolute
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Level style patterns
+OptionPanel.ADD_CHILD=Add child node
+OptionPanel.ADD_SIBLING=Add sibling node
+OptionPanel.addons=Add-ons
+OptionPanel.always_fold_all_after_load=Fold all
+OptionPanel.always_load_last_maps=Load last and new maps
+OptionPanel.always_load_last_maps.tooltip=Open last files set by above options, even starting FP with a selected map file.
+OptionPanel.always_save_folding=Always
+OptionPanel.always_save_folding_state=Always save folding state changes
+OptionPanel.always_save_folding_state.tooltip=If checked, each folding action makes the map dirty and reminds you to save it.
+OptionPanel.always_unfold_all_after_load=Unfold all
+OptionPanel.antialias=Antialias
+OptionPanel.antialias.tooltip=<html>Determines the quality of the map. More antialias needs more time.</html>
+OptionPanel.antialias_all=Antialias all
+OptionPanel.antialias_edges=Antialias edges
+OptionPanel.antialias_none=No antialias
+OptionPanel.Appearance=Appearance
+OptionPanel.apply_system_screen_resolution=Apply system screen resolution default
+OptionPanel.approximate_search_threshold=Threshold for approximate matching
+OptionPanel.approximate_search_threshold.tooltip=<html>Threshold for approximate matching<br/><font size="2">see http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(the higher the fewer variations<br/>of the search term will be found)</html>
+OptionPanel.ar=Arabic / \u0627\u0644\u0639\u0631\u0628\u064a\u0629
+OptionPanel.ARC=Arc
+OptionPanel.as_parent=As parent
+OptionPanel.ask=Ask
+OptionPanel.automatic=Automatic
+OptionPanel.automaticFormat_level=Apply level styles
+OptionPanel.automaticFormat_level1=Root node format
+OptionPanel.automaticFormat_level2=1. Level node format
+OptionPanel.backup_file_number=Number of kept backup files
+OptionPanel.Behaviour=Behaviour
+OptionPanel.bezier=Smoothly curved (bezier)
+OptionPanel.bubble=Bubble
+OptionPanel.ca=Catalan, Valencian / Catal\u00e0
+OptionPanel.Cancel=Cancel
+OptionPanel.center_selected_node=Center selected node automatically
+OptionPanel.check_updates_automatically=Check for updates on program start
+OptionPanel.childpattern=Child Pattern
+OptionPanel.childpattern.tooltip=The selected pattern is applied to all children.
+OptionPanel.clear_all_setters=Switch all
+OptionPanel.clear_all_setters.tooltip=Enables or disables all change indications.
+OptionPanel.cloud=Cloud
+OptionPanel.cloudcolor=Cloud color
+OptionPanel.cloudshape=Cloud shape
+OptionPanel.combined=Combined
+OptionPanel.compare_as_number=Compare as numbers
+OptionPanel.convert_to_current_version=<html>Automatically convert maps of older Freeplane versions <br>to the current version?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Only for very big maps that don't need to be converted <br>(this is expert knowledge) you can open the maps without conversion.</html>
+OptionPanel.cs=Czech / \u010desky
+OptionPanel.cut_nodes_without_question=Cut nodes without confirmation?
+OptionPanel.cut_nodes_without_question.tooltip=If this check box is set the nodes are cut without confirmation. This can cause loss of information if pressed without intention.
+OptionPanel.da=Danish / dansk
+OptionPanel.date_format=Standard date format
+OptionPanel.date_format.tooltip=Either SHORT, MEDIUM, LONG or FULL or a pattern like "MM/dd/yyyy"
+OptionPanel.datetime_format=Standard date-time format
+OptionPanel.datetime_format.tooltip=Either <datestyle>,<timestyle> (with SHORT, MEDIUM, LONG or FULL as style) or a full pattern like "M/d/yyyy hh:mm"
+OptionPanel.de=German / Deutsch
+OptionPanel.default=Default
+OptionPanel.default_attribute_key_column_width=Standard attribute key width
+OptionPanel.default_attribute_value_column_width=Standard attribute value width
+OptionPanel.default_browser_command_mac=Default browser command Mac
+OptionPanel.default_browser_command_mac.tooltip=<html> and MAC: (thanks to Nick!)</html>
+OptionPanel.default_browser_command_other_os=Default browser command other OS
+OptionPanel.default_browser_command_other_os.tooltip=<html> This is typically Linux:</html>
+OptionPanel.default_browser_command_windows_9x=Default browser command Windows 9x
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
+OptionPanel.default_browser_command_windows_nt=Default browser command Windows Nt
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
+OptionPanel.default_charset=Charset
+OptionPanel.Defaults=Defaults
+OptionPanel.delete_automatic_saves_at_exit=Delete automatic saves at exit
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> If the files should be deleted automatically on a normal shutdown of Freeplane set the following variable to true</html>
+OptionPanel.delete_nodes_without_question=Delete nodes without confirmation?
+OptionPanel.delete_nodes_without_question.tooltip=If this check box is set the nodes are deleted without confirmation. This can cause loss of information if pressed without intention.
+OptionPanel.disable_cursor_move_paper=Disable cursor move paper
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Don't display 'move' cursor during paper dragging</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Display inline editor for all new nodes
+OptionPanel.display_node_id=Display node ID
+OptionPanel.edgecolor=Edge color
+OptionPanel.edgecolor.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
+OptionPanel.edgestyle=Edge style
+OptionPanel.edgestyle.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
+OptionPanel.edgewidth=Edge width
+OptionPanel.edgewidth.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
+OptionPanel.EDIT_CURRENT=Overwrite content
+OptionPanel.edit_on_double_click=Edit on double click
+OptionPanel.editor_extra_width=Extra width step
+OptionPanel.editor_extra_width.tooltip=<html>Determines the number of pixels to increase the width of a node if the text extends the current width.</html>
+OptionPanel.el=Greek / \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
+OptionPanel.el__buttons_above=Buttons at the top
+OptionPanel.el__enter_confirms_by_default=Enter confirms by default
+OptionPanel.el__max_default_window_height=Max default window height
+OptionPanel.el__max_default_window_width=Max default window width
+OptionPanel.el__min_default_window_height=Min default window height
+OptionPanel.el__min_default_window_width=Min default window width
+OptionPanel.el__position_window_below_node=Position window below node
+OptionPanel.en=English / English
+OptionPanel.Environment=Environment
+OptionPanel.es=Spanish, Castilian / espa\u00f1ol, castellano
+OptionPanel.et=Estonian / eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=Script execution enabled
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane scripts are principally able to perform any action on your computer. <br>Thus, you shouldn't execute scripts you don't know to be safe.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Permit to execute other applications (NOT recommended)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>If your Groovy Scripts need to execute special other applications (like a browser) without asking(!),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Permit file/read operations (NOT recommended)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>If your Groovy Scripts need read access (open, close, read),<br>you have to enable this option. <br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Permit network operations (NOT recommended)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>If your Groovy Scripts need to execute special network actions,<br>you have to enable this option. <br>But use it with care, as now malicious scripts can disclosure your secrets!</body></html>
+OptionPanel.execute_scripts_without_write_restriction=Permit file/write operations (NOT recommended)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>If your Groovy Scripts need write access to files (write, delete(!)),<br>you have to enable this option. <br>Normally used with read access.<br>But use it with care, as now malicious scripts can hurt your computer!</body></html>
+OptionPanel.experimental_file_locking_on=Experimental file locking
+OptionPanel.experimental_file_locking_on.tooltip=<html> Experimental feature</html>
+OptionPanel.export_icons_in_html=Export icons in Html
+OptionPanel.export_icons_in_html.tooltip=<html> Tell if HTML exported from Freeplane should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
+OptionPanel.Files=Files
+OptionPanel.first=First
+OptionPanel.fold_on_click_inside=Fold on click inside
+OptionPanel.foldingsymbolwidth=Folding symbol width
+OptionPanel.foldingsymbolwidth.tooltip=<html>Width of the folding marking circle</html>
+OptionPanel.fork=Fork
+OptionPanel.format_locale=Locale for formats
+OptionPanel.format_locale.tooltip=Localization setting for formatting and data parsing
+OptionPanel.formula_disable_caching=Disable formula evaluation cache
+OptionPanel.formula_disable_plugin=Disable formula evaluation
+OptionPanel.fr=French / Fran\u00e7ais
+OptionPanel.gl=Galician / Galego
+OptionPanel.goto_note_end_on_edit=Move note cursor to the end
+OptionPanel.grid_size=Grid gap size
+OptionPanel.gtk=Gtk
+OptionPanel.hide_edge=Hide edge
+OptionPanel.highlight_formulas=Highlight formulas
+OptionPanel.horizontal=Horizontal
+OptionPanel.hr=Croatian / hrvatski
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Based On Headings
+OptionPanel.html_export_fold_all=Fold all
+OptionPanel.html_export_fold_currently_folded=Fold currently folded
+OptionPanel.html_export_folding=Html export folding
+OptionPanel.html_export_no_folding=No folding
+OptionPanel.hu=Hungarian / Magyar
+OptionPanel.ic_disable=Disable
+OptionPanel.ic_file=Use disk
+OptionPanel.ic_ram=In RAM
+OptionPanel.icon=Icon
+OptionPanel.icon.tooltip=If applied, the node will have exactly this icon.
+OptionPanel.icons.list=List of Displayed Standard Icons
+OptionPanel.icons.list.tooltip=Here, you can order or disable the standard icons. The icons have to be separated by ';'.
+OptionPanel.id=Indonesian / Bahasa Indonesia
+OptionPanel.IGNORE=Do nothing
+OptionPanel.il__enter_confirms_by_default=Enter confirms by default
+OptionPanel.image_cache=for images
+OptionPanel.it=Italian / Italiano
+OptionPanel.ja=Japanese / \u65e5\u672c\u8a9e
+OptionPanel.key_type_action=On key type
+OptionPanel.Keystrokes=Keystrokes
+OptionPanel.ko=Korean / \ud55c\uad6d\uc5b4 (\u97d3\u570b\u8a9e), \uc870\uc120\ub9d0 (\u671d\u9bae\u8a9e)
+OptionPanel.label_font_family=Font family
+OptionPanel.label_font_size=Font size
+OptionPanel.language=Language
+OptionPanel.language.tooltip=<html>This is the language that should be used in the program. 'automatic' tries to load the current user's language. </html>
+OptionPanel.last=Last
+OptionPanel.last_opened_list_length=Last opened list length
+OptionPanel.layout_map_on_text_change=Layout map during editing
+OptionPanel.layout_map_on_text_change.tooltip=Disable for better performance
+OptionPanel.linear=Linear
+OptionPanel.links=Links
+OptionPanel.links.tooltip=<html>Set Links either relative or absolute </html>
+OptionPanel.load_folding=On load
+OptionPanel.load_folding_from_map_default_fold_all=Load from map or fold all
+OptionPanel.load_folding_from_map_default_unfold_all=Load from map or unfold all
+OptionPanel.load_last_map=Automatically open last map
+OptionPanel.load_last_map.tooltip=<html>When Freeplane starts, it fetches the last opened map automatically if checked.</html>
+OptionPanel.load_last_maps=Load all last maps
+OptionPanel.lookandfeel=Look and Feel
+OptionPanel.lookandfeel.tooltip=<html>The Look&Feel to use. 'metal','windows','motif', 'gtk' are supported, 'mac' is available only on MacOS. Default means, that the default look and feel is used. If you want to put your own L&F, please, enter the class name here and assure that the corresponding jar file(s) are loaded. If there are problems with the look and feel, then choose 'nothing' here. It works for applets.</html>
+OptionPanel.lt=Lithuanian / kalba
+OptionPanel.max_displayed_node_count=Maximum number of displayed nodes
+OptionPanel.max_image_width=Max initial image width
+OptionPanel.max_image_width.tooltip=New images are scaled down to this width 
+OptionPanel.max_menu_item_count=Maximum number of menu items
+OptionPanel.max_menu_item_count.tooltip=Limits number if items in one submenu, at least 10
+OptionPanel.max_node_width=Max node width
+OptionPanel.max_shortened_text_length=Maximum shortened text width
+OptionPanel.metal=Metal
+OptionPanel.min_node_width=Min node width
+OptionPanel.motif=Motif
+OptionPanel.nb=Norwegian Bokm\u00e5l / Norsk bokm\u00e5l
+OptionPanel.never_save_folding=Never
+OptionPanel.nl=Dutch, Flemish / Nederlands, Vlaams
+OptionPanel.nn=Norwegian Nynorsk / Norsk nynorsk
+OptionPanel.nodebackgroundcolor=Background
+OptionPanel.nodebackgroundcolor.tooltip=The node's background when not selected.
+OptionPanel.nodecolor=Text
+OptionPanel.nodecolor.tooltip=The node's text color when not selected.
+OptionPanel.nodefontbold=Bold
+OptionPanel.nodefonthyperlink=Hyperlink
+OptionPanel.nodefontitalic=Italic
+OptionPanel.nodefontname=Font family
+OptionPanel.nodefontsize=Font size
+OptionPanel.nodeformat=Format
+OptionPanel.nodeformat.tooltip=<html>Text replacement and/or formatting:<ul><li><em>Template expansion</em> (<tt>%s</tt> is the original text), e.g. <tt>BEWARE: %s</tt><li><em>Formatting of dates and numbers</em> - see the examples in the selection box</ul></html>
+OptionPanel.nodenumbering=Node numbering
+OptionPanel.nodenumbering.tooltip=Adds serial number (e.g. 1.3.1) to the node text.
+OptionPanel.nodeshape=Node style
+OptionPanel.nodeshape.tooltip=<html>The style describes the outer form of a node. <br>Possible values:<br><table border="1"><tr><td>fork: </td><td> without surrounding box,</td></tr><tr><td>bubble: </td><td> node with a surrounding rectangle,</td></tr><tr><td>As parent: </td><td> take the style from the parent node <br>or the default root node style for the root node,</td></tr><tr><td>Combined: </td><td> Bubble when node is folded, fork otherwise.</td></tr></table></html>
+OptionPanel.nodetext=Core text
+OptionPanel.nodetext.tooltip=Here, you can define the node's text. The former text is discarded when such a pattern is applied.
+OptionPanel.nothing=Nothing
+OptionPanel.number_format=Standard number format
+OptionPanel.number_format.tooltip=A pattern containing '#' for optional or '0' for mandatory digits. Examples: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Number of different files for automatic save
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> 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.OK=Save
+OptionPanel.org.freeplane.plugin.bugreport=Policy
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Always send
+OptionPanel.org.freeplane.plugin.bugreport.ask=Show report dialog
+OptionPanel.org.freeplane.plugin.bugreport.denied=Never send
+OptionPanel.org.freeplane.plugin.bugreport.userid=Optional identifier to be sent 
+OptionPanel.outline_hgap=Horizontal distance
+OptionPanel.outline_vgap=Vertical distance
+OptionPanel.paint_connectors_behind=Paint connectors behind nodes
+OptionPanel.parse_data=Recognize input of numbers and date-time
+OptionPanel.parse_data.tooltip=Try to parse date, date-time and number input and apply standard formats. Examples: 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Paste as HTML
+OptionPanel.PASTE_PLAIN_TEXT=Paste as plain-text
+OptionPanel.path_property_may_not_be_empty=Path property may not be empty! Change has been reverted.
+OptionPanel.patternname=Name
+OptionPanel.patternname.tooltip=Unique pattern name
+OptionPanel.pl=Polish / polski
+OptionPanel.placenewbranches=Place new branches
+OptionPanel.placenewbranches.tooltip=<html>Where to place new branches. Valid values are 'first' and 'last' </html>
+OptionPanel.plugin.tooltip=Non-core plugins.
+OptionPanel.plugins=Plugins
+OptionPanel.presentation_dimmer_transparency=Presentation dimmer transparenty
+OptionPanel.presentation_mode=Presentation mode
+OptionPanel.printonwhitebackground=<html>White background for printing</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Always use white background for printing</html>
+OptionPanel.pt_BR=Portuguese (Brasil) / Portugu\u00eas (Brasil)
+OptionPanel.pt_PT=Portuguese (Portugal) / Portugu\u00eas (Portugal)
+OptionPanel.RECT=Rectangle
+OptionPanel.relative=Relative
+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=Use rich text for pasted nodes
+OptionPanel.remove_notes_without_question=Remove notes without question?
+OptionPanel.remove_notes_without_question.tooltip=If this check box is set the notes belonging to the selected nodes are removed without confirmation. This can cause loss of information if pressed without intention.
+OptionPanel.resources_use_default_font_for_notes_too=Use default font for notes too
+OptionPanel.resources_use_margin_top_zero_for_notes=Remove top margin for notes
+OptionPanel.revision_color=Revision color
+OptionPanel.revision_color.tooltip=Background color for the changed nodes.
+OptionPanel.ROUND_RECT=Round Rectangle
+OptionPanel.ru=Russian / \u0420\u0443\u0441\u0441\u043a\u0438\u0439
+OptionPanel.save_folding=Save folding
+OptionPanel.save_folding_if_map_is_changed=If map is changed
+OptionPanel.save_modification_times=Save modification times
+OptionPanel.script_classpath=Script classpath: Directories containing classes and/or JARs (see tooltip)
+OptionPanel.script_classpath.tooltip=<html>A list of JARs and/or directories to add to the classpath of scripts and formulas.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Directories will be scanned for JARs and for .class files.<br>Paths that are not absolute are considered relative to the Freeplane user directory.<br>If you set the classpath you have to permit read access too!</html>
+OptionPanel.script_directories=Script search path (see tooltip)
+OptionPanel.script_directories.tooltip=<html>A list of directories.<br>Use ; (Windows) or : (Linux, Mac) to separate entries.<br>Paths that are not absolute are considered relative to the Freeplane user directory.</html>
+OptionPanel.script_user_key_name_for_signing=Optional user key alias for signing
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>If you want to sign your scripts, enter the alias of the key here. <br>The key is expected to reside in the default keystore. <br>The password of the key's secret key must coincide with the keystore password (this is the default).</html>
+OptionPanel.scrollbar_increment=Speed
+OptionPanel.scrolling_speed=Automatic map scrolling speed
+OptionPanel.selection_method=Selection method
+OptionPanel.selection_method.tooltip=<html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
+OptionPanel.selection_method_by_click=By click
+OptionPanel.selection_method_delayed=Delayed
+OptionPanel.selection_method_direct=Direct
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Patterns
+OptionPanel.separator.anti_alias=Antialias
+OptionPanel.separator.attributes=Attributes
+OptionPanel.separator.automatic_save=Automatic save
+OptionPanel.separator.behaviour=Behaviour
+OptionPanel.separator.browser=Browser
+OptionPanel.separator.cache=Cache
+OptionPanel.separator.CloudControls=Clouds
+OptionPanel.separator.commands_for_the_program=Commands for the program
+OptionPanel.separator.connectors=Connectors
+OptionPanel.separator.data_formats=Data formatting and parsing
+OptionPanel.separator.default_colors=Default colors
+OptionPanel.separator.default_fonts=Default fonts
+OptionPanel.separator.default_styles=Default styles
+OptionPanel.separator.EdgeControls=Edges
+OptionPanel.separator.edit_long_node_window=Edit in dialog
+OptionPanel.separator.editing=Editor settings
+OptionPanel.separator.files=Files
+OptionPanel.separator.formula=Formulas
+OptionPanel.separator.General=General
+OptionPanel.separator.html_export=Html Export
+OptionPanel.separator.html_import=Html Import
+OptionPanel.separator.hyperlink_types=Hyperlink types
+OptionPanel.separator.icon_properties=Icons
+OptionPanel.separator.icons=Icons in "Select icon..."
+OptionPanel.separator.initial_map_size=Initial map size
+OptionPanel.separator.inline_editor=In-line node editor
+OptionPanel.separator.key_typing=Key typing
+OptionPanel.separator.language=Language
+OptionPanel.separator.load=Load
+OptionPanel.separator.look_and_feel=Look and feel
+OptionPanel.separator.mouse_wheel=Mouse wheel
+OptionPanel.separator.new_node_commands=New node commands
+OptionPanel.separator.node_editing_commands=Node editing commands
+OptionPanel.separator.node_navigation_commands=Node navigation commands
+OptionPanel.separator.NodeColors=Color of whole core
+OptionPanel.separator.NodeFont=Font of whole core
+OptionPanel.separator.NodeShape=Node shape
+OptionPanel.separator.NodeStyle=Node style
+OptionPanel.separator.NodeText=Core text
+OptionPanel.separator.notifications=Confirmations
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatic bug report
+OptionPanel.separator.other_defaults=Other Defaults
+OptionPanel.separator.others=Other key bindings
+OptionPanel.separator.outline_view=Outline view
+OptionPanel.separator.patterns=Patterns
+OptionPanel.separator.RichTextEditor=Rich-Text Editor 
+OptionPanel.separator.root_node_appearance=Root node appearance
+OptionPanel.separator.save=Save
+OptionPanel.separator.scripting=Scripting
+OptionPanel.separator.scrollbar=Scrollbar
+OptionPanel.separator.search=Search
+OptionPanel.separator.selection_colors=Selection colors
+OptionPanel.separator.selection_method=Selection method
+OptionPanel.separator.single_instance_mode=Single program instance
+OptionPanel.separator.size_limits=Size limits
+OptionPanel.separator.spelling=Spell checker options
+OptionPanel.separator.status=Status line
+OptionPanel.separator.tooltip=Tooltip times
+OptionPanel.separator.undo=Undo
+OptionPanel.separator.updates=Program updates
+OptionPanel.set_property_text=Change
+OptionPanel.set_property_text.tooltip=Check to change this style property
+OptionPanel.setscript=Change?
+OptionPanel.setscript.tooltip=A script can be associated to the style.
+OptionPanel.sharp_bezier=Sharply curved (bezier)
+OptionPanel.sharp_linear=Sharp linear
+OptionPanel.show_icon_for_attributes=Show icon for attributes
+OptionPanel.show_node_tooltips=Display tool tips
+OptionPanel.show_note_icons=Show note icons
+OptionPanel.show_styles_in_tooltip=Display node styles in tool tips
+OptionPanel.signed_script_are_trusted=Trust signed scripts (recommended).
+OptionPanel.signed_script_are_trusted.tooltip=If scripts are signed by a trusted party (ie. from the Freeplane's authors or by yourself), it is executed without restrictions.
+OptionPanel.simplyhtml.default_paste_mode=Default paste mode
+OptionPanel.single_backup_directory=Use single directory for backup files
+OptionPanel.single_backup_directory.tooltip=<html> If backup and auto save files should be put into a single directory instead of a sub directory in the map's directory</html>
+OptionPanel.single_backup_directory_path=Backup directory (if above option is selected)
+OptionPanel.single_backup_directory_path.tooltip=<html>Overrides default <freeplaneuserdir>/.backup</html>
+OptionPanel.single_instance=Open files in a running instance
+OptionPanel.single_instance_force=Avoid a second instance in any case
+OptionPanel.single_instance_force.tooltip=Avoid a second instance even if there is no file to load
+OptionPanel.sk=Slovak / sloven\u010dina
+OptionPanel.sl=Slovene / sloven\u0161\u010dina
+OptionPanel.spelling_opt_case_sensitive=Case sensitive
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignore all upper case words.
+OptionPanel.spelling_opt_ignore_capitalization=Ignore capital letters at word begin
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ignore words with numbers
+OptionPanel.spelling_opt_suggestions_limit_dialog=Maximum count of suggestions in the dialog
+OptionPanel.spelling_opt_suggestions_limit_menu=Maximum count of suggestions in the menu
+OptionPanel.sr=Serbian / \u0441\u0440\u043f\u0441\u043a\u0438
+OptionPanel.standard_template=Standard template file
+OptionPanel.standardbackgroundcolor=Standard Background color
+OptionPanel.standardbackgroundcolor.tooltip=<html>The standard background color in html notation </html>
+OptionPanel.standardcloudcolor=Standard Cloud color
+OptionPanel.standardcloudcolor.tooltip=<html>The standard cloud color in html notation </html>
+OptionPanel.standardcloudestyle=Standard Cloud style
+OptionPanel.standardcloudestyle.tooltip=<html>The standard cloud style. </html>
+OptionPanel.standarddrawrectangleforselection=Display selected nodes in bubbles
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Mark selected nodes by bubble around.</html>
+OptionPanel.standardlinkcolor=Standard link color
+OptionPanel.standardlinkcolor.tooltip=<html>The standard link color in html notation </html>
+OptionPanel.standardlinkestyle=Standard link style
+OptionPanel.standardlinkestyle.tooltip=<html>The standard link style. currently, only 'bezier' is supported</html>
+OptionPanel.standardselectednodecolor=Standard selected node color
+OptionPanel.standardselectednodecolor.tooltip=<html>The standard node color if selected. In html notation (#RRGGBB in hex values) </html>
+OptionPanel.standardselectednoderectanglecolor=Selected node bubble color
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>The color of buble marking selected nodes. In html notation (#RRGGBB in hex values) </html>
+OptionPanel.STAR=Star
+OptionPanel.structured_html_import=Import HTML as node structure
+OptionPanel.structured_icon_toolbar=Structured icon toolbar
+OptionPanel.summary=Summary
+OptionPanel.sv=Swedish / svenska
+OptionPanel.text.use_ctrl_key=Use 'Assign short cut' from the Tools menu
+OptionPanel.time_for_automatic_save=Time for automatic save
+OptionPanel.time_for_automatic_save.tooltip=<html> time between two consecutive automatic saving actions (in msec): To disable automatic saving set this number to 2000000000.</html>
+OptionPanel.time_for_delayed_selection=Time for delayed selection
+OptionPanel.time_for_delayed_selection.tooltip=<html> Selection time delay of nodes when mouse is over (in msec). Change this value to 1 if you want direct selection on mouse over.</html>
+OptionPanel.toolTipManager.dismissDelay=Dismiss delay, ms
+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.uk_UA=Ukrainian / \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430
+OptionPanel.undefined_font=Undefined font
+OptionPanel.undo_levels=Undo levels
+OptionPanel.undo_levels.tooltip=<html>Determines how many steps are stored that can be undone via "Undo".</html>
+OptionPanel.unfold_on_paste=Unfold node on paste
+OptionPanel.unfold_on_paste.tooltip=Unfold node on paste or Drag-And-Drop
+OptionPanel.use_common_out_point_for_root_node=Edges start from one point at root node
+OptionPanel.use_common_out_point_for_root_node.tooltip=Edges start from one point at root node
+OptionPanel.use_tabbed_pane=Use Tabs
+OptionPanel.use_tabbed_pane.tooltip=If selected the maps are displayed in tabs (like in FireFox :-) ).
+OptionPanel.user_defined_screen_resolution=User defined screen resolution (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripting: When setting the classpath you have to permit read access on files!
+OptionPanel.validate_invalid_date_format=Invalid standard date format
+OptionPanel.validate_invalid_datetime_format=Invalid standard date-time format
+OptionPanel.validate_invalid_number_format=Invalid standard number format
+OptionPanel.validate_write_without_read=Scripting: consider to add Read/File to Write/File.
+OptionPanel.validation_error=<html><body>Validation error(s):<p><em>{0}</em><p>Please change the preferences to fix the error(s).</body></html>
+OptionPanel.validation_warning=<html><body>Validation warning(s):<p><em>{0}</em></body></html>
+OptionPanel.vi=Vietnamese / Ti\u1ebfng Vi\u1ec7t
+OptionPanel.wheel_velocity=Speed
+OptionPanel.wheel_velocity.tooltip=A higher value results in fast mouse wheel move effects on the map.
+OptionPanel.windows=Windows
+OptionPanel.zh_CN=Chinese, simplified / \u7b80\u4f53\u5b57
+OptionPanel.zh_TW=Chinese, traditional / \u7e41\u9ad4\u5b57
+org.freeplane.plugin.bugreport.agree=Send
+org.freeplane.plugin.bugreport.always_agree=Always send
+org.freeplane.plugin.bugreport.always_deny=Never send
+org.freeplane.plugin.bugreport.deny=Don't send
+org.freeplane.plugin.bugreport.dialog.title=Automatic bug report
+org.freeplane.plugin.bugreport.freeplane_team=Freeplane team message
+org.freeplane.plugin.bugreport.lastreport=The received report
+org.freeplane.plugin.bugreport.never=Never ask me for help
+org.freeplane.plugin.bugreport.question=Freeplane has an automatic bug tracking engine.
+org.freeplane.plugin.bugreport.report=Current report
+org.freeplane.plugin.bugreport.wanted_bug=An internal error occurred and was automatically reported.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=Node {0} is not defined
+out_of_memory=Out of memory.
+overwrite_keyset_question=Overwrite existing key set?
+PageAction.text=Print setup...
+password_is_not_ascii=Password is not ASCII
+PasteAction.text=&Paste
+PasteAttributes.text=Paste att&ributes
+PatternNewNameProperty=New Pattern
+PatternToString.backgroundColor=Background color
+PatternToString.Child=Child node style
+PatternToString.color=Color
+PatternToString.EdgeColor=Edge color
+PatternToString.EdgeStyle=Edge style
+PatternToString.EdgeWidth=Edge width
+PatternToString.FontBold=Bold
+PatternToString.FontItalic=Italics
+PatternToString.FontName=Font name
+PatternToString.Icon=Icon
+PatternToString.NodeFontSize=Font size
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=days
+PeriodUnit.HOUR=hours
+PeriodUnit.MINUTE=minutes
+PeriodUnit.MONTH=months
+PeriodUnit.WEEK=weeks
+PeriodUnit.YEAR=years
+plugins/latex/LatexNodeHook.editorTitle=Edit LaTeX formula
+plugins/script_filter=Script filter {0}
+plugins/script_filter_error={0} had to return a boolean result on {1} but returned {2}
+plugins/ScriptEditor.cancel=&Dismiss changes and exit
+plugins/ScriptEditor.exit=&Save and exit
+plugins/ScriptEditor.FORBIDDEN_ACTION=Freeplane 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.
+plugins/ScriptEditor.menu_actions=&Actions
+plugins/ScriptEditor.new_script=New script
+plugins/ScriptEditor.run=&Run
+plugins/ScriptEditor.sign=Sign script...
+plugins/ScriptEditor/window.Result=Result:
+plugins/ScriptEditor/window.title=Edit script
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Illegal access to the internal API (package {0}). - Please contact the Freeplane team if the scripting API is not powerful enough.
+plugins/TimeList.xml_Created=Created
+plugins/TimeList.xml_Date=Date
+plugins/TimeList.xml_Icons=Icons
+plugins/TimeList.xml_Modified=Modified
+plugins/TimeList.xml_Notes=Notes
+plugins/TimeList.xml_Text=Text
+plugins/TimeManagement.xml_appendButton=Insert Date in Selection
+plugins/TimeManagement.xml_Cancel=Cancel
+plugins/TimeManagement.xml_cancelButton=Cancel
+plugins/TimeManagement.xml_closeButton=Close
+plugins/TimeManagement.xml_Export=Export selected nodes
+plugins/TimeManagement.xml_Find=Find
+plugins/TimeManagement.xml_Goto=Goto
+plugins/TimeManagement.xml_hour=Hour:
+plugins/TimeManagement.xml_menu_actions=Actions
+plugins/TimeManagement.xml_minute=Minute:
+plugins/TimeManagement.xml_reminderButton=Remind me at this date
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Currently, there may only be one reminder per node. <br>The current reminder is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=Reminder scheduled at {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Remind later
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Remind later
+plugins/TimeManagement.xml_removeReminderButton=Remove reminder
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Remove all reminders associated with the selected nodes.
+plugins/TimeManagement.xml_Replace=Replace
+plugins/TimeManagement.xml_Replace_All=Replace all
+plugins/TimeManagement.xml_Replace_Selected=Replace selected
+plugins/TimeManagement.xml_Select=Select
+plugins/TimeManagement.xml_todayButton=Reset calendar
+plugins/TimeManagement.xml_WindowTitle=Manage time
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=Search & replace
+preferences=Preferences
+print_preview_title=Print preview
+PrintAction.text=&Print map...
+PrintDirectAction.text=Print
+printing_settings=Print scaling
+PrintPreviewAction.text=Print pre&view...
+PropertyAction.dialog=Preferences
+PropertyAction.text=Preferences ...
+QuickFilterAction.text=Quick filter
+QuickFindAction.BACK.text=Find previous
+QuickFindAction.FORWARD.text=Find next
+QuickFindAllAction.text=Select all matching nodes
+QuickHighlightAction.text=Highlight all matching nodes
+QuitAction.text=&Quit Freeplane
+read_only=Read Only
+ReadScriptError.text=Error reading the script
+really_convert_to_current_version=<html>This map was created with an older version of Freeplane. <br>Should it be converted (recommended)? <br>(Otherwise it is taken as it is without guarantee.) </html>
+really_cut_node=Really cut node(s)?
+really_execute_script=Do you really want to execute the scripts included in this map? It is possible that they hurt your computer.
+really_remove_node=Really delete node(s)?
+really_remove_notes=Really remove the note(s)?
+ReapplyFilterAction.text=Reapply filter action
+red=Red
+RedefineStyleAction.text=Redefine style
+RedoAction.text=&Redo
+RedoFilterAction.text=Redo filter action
+regular_expressions=Regular expressions
+ReminderHookAction.text=Remove reminder
+ReminderHookAction.tooltip=Removes a reminder from a node.
+remove_file_from_list_on_error=File {0} not opened. Remove it from the last opened file list?
+remove_shortcut_question=Replace shortcut?
+RemoveAllIconsAction.text=Remove all icons
+RemoveConnectorAction.text=Remove Connector
+RemoveEncryption.text=Remove password
+RemoveFormatAction.text=Remove format
+RemoveIcon_0_Action.text=Remove first icon
+RemoveIconAction.text=Remove Last Icon
+RemoveNoteAction.text=Remove note
+RemoveNoteAction.tooltip=<html>Removes note content of possibly several notes.</html>
+rename=&Rename
+repair_link=Repair Link
+repair_link_question=Couldn't load the linked map. Repair the link manually?
+replace=Replace
+replace_shortcut_question=This keybord shortcut is currently assigned to\n  {0}.\nReplace this assignment?
+replace_shortcut_title=Replace shortcut?
+ReportBugAction.text=Report a bug
+RequestFeatureAction.text=Request a feature
+reset_to_default=Use default
+ResetNodeLocationAction.text=Reset node &position
+ResetStyleAction.text=Reset node style
+RevertAction.text=&Restore from local history
+RevisionPluginAction.text=Change &revisions background color
+save_failed=Attempt to save the map {0} failed.
+save_unsaved=Save the following mindmap? :
+save_unsaved_styles=Save styles?
+SaveAcceleratorPresetsAction.text=Save hot key set
+SaveAction.text=&Save map
+SaveAll.text=Save a&ll open maps
+SaveAll.tooltip=Saves all open maps.
+SaveAsAction.text=Save map &as...
+saved=Saved
+saving_canceled=Saving canceled
+scanners_not_loaded=Scanners could not be loaded, file corrupted
+scheme_evaluate=Evaluate!
+script_execution_disabled=Script execution disabled, see Tools/Preferences/Plugins
+ScriptEditor.text=Edit s&cript...
+ScriptEditor.tooltip=Enables to write larger scripts within Freeplane.
+ScriptEditorPanel.changed_cancel=The scripts were changed. Do you really want to abandon those changes?
+scripting_api_generator_legend=Legend
+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=Select the folder, in which your favorites reside
+select_file_export_to=Select the file to export to
+select_folder_for_importing=Select the folder to import
+select_icon=Select an Icon
+select_menu_item_dialog=Select a menu item
+select_menu_item_root_node=Menu
+SelectAllAction.text=Select all &visible nodes
+SelectBranchAction.text=Select visible &branch
+SelectedPasteAction.text=P&aste as...
+selection_method_by_click=Single-click to Select
+selection_method_delayed=Delayed Automatic selection
+selection_method_direct=Point to Select
+SelectNoteAction.text=Note Edit Switch
+SelectNoteAction.tooltip=Switch to resp. from note panel
+set_accelerator_on_next_click_action=Click on any menu item to assign a new short cut
+SetAcceleratorOnNextClickAction.text=Assign hot key
+SetImageByFileChooserAction.text=Image by choice or link...
+SetLinkAnchorAction.text=Set link anchor
+SetLinkAnchorAction.tooltip=<html>set selected node as anchor for future<br/>creation of local or global links.
+SetLinkAnchorAction.tooltip_anchored=<html>set selected node as anchor for future<br/>creation of local or global links. Current anchor:<br/>{0}
+SetLinkByFileChooserAction.text=Add hyperlink (choose)...
+SetLinkByTextFieldAction.text=Add or modify hyperlink (type)...
+SetNodeLink.text=Set Node Link...
+SetNoteWindowPosition.bottom.text=Bottom
+SetNoteWindowPosition.left.text=Left
+SetNoteWindowPosition.right.text=Right
+SetNoteWindowPosition.top.text=Top
+SetShortenerStateAction.text=Minimize node
+sf_login_required=Source Forge Login required. Continue?
+ShowAllAttributesAction.text=Show all attributes
+ShowAncestorsAction.text=Show ancestors
+ShowAttributeDialogAction.text=Attribute manager...
+ShowDescendantsAction.text=Show descendants
+ShowFilterToolbarAction.text=Filter toolbar
+ShowFormatPanel.text=Properties panel
+ShowFormatPanel.tooltip=Presents a dialog in which node and edge attributes can be changed at once.
+ShowHideNoteAction.text=Display note panel
+ShowHideNoteAction.tooltip=Lets the note panel appear resp. disappear.
+ShowNextChildAction.text=Show next child
+ShowNotesInMapAction.text=Display notes in map
+ShowSelectedAttributesAction.text=Show selected attributes
+ShowSelectionAsRectangleAction.text=Rectangular selection
+simplyhtml.aboutFrameTitle=About this application
+simplyhtml.aboutLabel=About SimplyHTML...
+simplyhtml.alignCenter=center
+simplyhtml.alignLabel=Alignment:
+simplyhtml.alignLeft=left
+simplyhtml.alignRight=right
+simplyhtml.allCellsRangeLabel=all cells
+simplyhtml.allOccurrencesReplaced=All occurrences replaced
+simplyhtml.appendTableColLabel=Append col
+simplyhtml.appendTableRowLabel=Append row
+simplyhtml.applyCellAttrLabel=Apply to
+simplyhtml.backgroundLabel=Background:
+simplyhtml.boldItalicName=bold italic
+simplyhtml.boldName=bold
+simplyhtml.borderColorLabel=Color:
+simplyhtml.borderWidthLabel=Width
+simplyhtml.bottomLabel=bottom:
+simplyhtml.cancelBtnName=Cancel
+simplyhtml.cellBorderTabLabel=Borders
+simplyhtml.cellGenTabLabel=General
+simplyhtml.cellMarginTabLabel=Margin
+simplyhtml.cellPanelTitle=Cell format
+simplyhtml.clearFormatLabel=Remove formatting
+simplyhtml.clearFormatTip=Remove formatting
+simplyhtml.close=Close
+simplyhtml.closeBtnName=Close
+simplyhtml.colorLabel=Color
+simplyhtml.copyLabel=Copy
+simplyhtml.copyTip=copy
+simplyhtml.cTagNameHead1=Heading 1
+simplyhtml.cTagNameHead2=Heading 2
+simplyhtml.cTagNameHead3=Heading 3
+simplyhtml.cTagNameHead4=Heading 4
+simplyhtml.cTagNameHead5=Heading 5
+simplyhtml.cTagNameHead6=Heading 6
+simplyhtml.cTagNameLink=Link
+simplyhtml.cTagNameOL=Ordered List
+simplyhtml.cTagNamePara=Paragraph
+simplyhtml.cTagNameUL=Unordered List
+simplyhtml.cutLabel=Cut
+simplyhtml.cutTip=cut
+simplyhtml.defaultDocName=Untitled
+simplyhtml.deleteTableColLabel=Delete column
+simplyhtml.deleteTableRowLabel=Delete row
+simplyhtml.docTitleQuery=Set title to:
+simplyhtml.docTitleTitle=Edit Document Title
+simplyhtml.editLabel=Edit
+simplyhtml.effectLabel=Effect
+simplyhtml.familyLabel=Family
+simplyhtml.findNext=Find next...
+simplyhtml.findReplaceDialogTitle=Find and replace
+simplyhtml.findReplaceLabel=Find and replace
+simplyhtml.findReplaceTip=Find and replace
+simplyhtml.fontBoldLabel=Bold
+simplyhtml.fontBoldTip=switch bold on/off
+simplyhtml.fontColorLabel=Text color
+simplyhtml.fontColorTip=Text color
+simplyhtml.fontDialogTitle=Format font
+simplyhtml.fontItalicLabel=Italic
+simplyhtml.fontItalicTip=switch italic on/off
+simplyhtml.fontLabel=Font...
+simplyhtml.fontTabLabel=Font
+simplyhtml.fontTip=Format font...
+simplyhtml.fontUnderlineLabel=Underline
+simplyhtml.fontUnderlineTip=switch underline on/off
+simplyhtml.foregroundLabel=Foreground:
+simplyhtml.formatLabel=Format
+simplyhtml.formatListLabel=List...
+simplyhtml.formatListTip=change list format
+simplyhtml.formatParaLabel=Paragraph...
+simplyhtml.formatParaTip=Change paragraph format
+simplyhtml.formatTableLabel=Table...
+simplyhtml.formatTableTip=Format table
+simplyhtml.helpLabel=Help
+simplyhtml.htmlTabTitle=HTML Code view
+simplyhtml.imageFileDesc=Image files
+simplyhtml.insertTableColLabel=Insert column
+simplyhtml.insertTableLabel=Table...
+simplyhtml.insertTableMsg=How many columns?
+simplyhtml.insertTableRowLabel=Insert row
+simplyhtml.insertTableTitle=insertTable
+simplyhtml.italicName=italic
+simplyhtml.layoutTabTitle=Layout view
+simplyhtml.leftLabel=left:
+simplyhtml.listDialogTitle=Format List
+simplyhtml.listIndentTitle=Indent:
+simplyhtml.listPosInside=inside
+simplyhtml.listPositionLabel=Position:
+simplyhtml.listPosOutside=outside
+simplyhtml.listTypeCircle=round bulled
+simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=file symbol as bullet
+simplyhtml.listTypeLabel=Type:
+simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
+simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=none
+simplyhtml.listTypeSquare=square bullet
+simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
+simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=Outer
+simplyhtml.matchApproximately=Match approximately
+simplyhtml.matchApproximately.tooltip=<html>Whether to allow approximate matches,<br/>i.e. searching for 'files' will find 'flies'.</html>
+simplyhtml.matchCase=Match case
+simplyhtml.matchCase.tooltip=Whether to honor case when matching.
+simplyhtml.newStyleDefaultName=new style
+simplyhtml.nextTableCellLabel=Next cell
+simplyhtml.noLineLabel=none
+simplyhtml.noMoreOccurrencesFound=no (more) occurrences found
+simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Inner
+simplyhtml.paraAlignCenterLabel=Align center
+simplyhtml.paraAlignCenterTip=Set paragraph center alignment
+simplyhtml.paraAlignLeftLabel=Align left
+simplyhtml.paraAlignLeftTip=Set paragraph left alignment
+simplyhtml.paraAlignRightLabel=Align right
+simplyhtml.paraAlignRightTip=Set paragraph right alignment
+simplyhtml.paraStyleDialogTitle=Paragraph style
+simplyhtml.paraTabLabel=Paragraph
+simplyhtml.pasteHTMLLabel=Paste HTML
+simplyhtml.pasteLabel=Paste
+simplyhtml.pastePlainTextLabel=Paste plain text
+simplyhtml.pasteTip=paste
+simplyhtml.plainName=plain
+simplyhtml.previewLabel=Preview
+simplyhtml.previewText=Preview text
+simplyhtml.prevTableCellLabel=Previous cell
+simplyhtml.printLabel=Print...
+simplyhtml.redoLabel=Redo
+simplyhtml.redoTip=redo
+simplyhtml.replace=Replace...
+simplyhtml.replaceAll=All
+simplyhtml.replaceDone=Done
+simplyhtml.replaceNo=No
+simplyhtml.replaceThisQuery=replace this occurrence of
+simplyhtml.replaceWith=Replace with:
+simplyhtml.replaceYes=Yes
+simplyhtml.rightLabel=right:
+simplyhtml.searchDown=Search down
+simplyhtml.searchDown.tooltip=Search from top to bottom.
+simplyhtml.searchFromStart=Search from start
+simplyhtml.searchFromStart.tooltip=Start searching at the top instead of at the cursor position.
+simplyhtml.searchUp=Search up
+simplyhtml.searchUp.tooltip=Search from bottom to top.
+simplyhtml.selectAllLabel=Select all
+simplyhtml.sizeLabel=Size
+simplyhtml.standardStyleName=standard
+simplyhtml.strikeLabel=Strikethrough
+simplyhtml.styleLabel=Style
+simplyhtml.styleNameInputText=Name of new style?
+simplyhtml.styleNameInputTitle=Save style
+simplyhtml.tableBgColLabel=Background color:
+simplyhtml.tableDialogTitle=Format Table
+simplyhtml.tableLabel=Table
+simplyhtml.tablePanelTitle=Table format
+simplyhtml.tableWidthLabel=Width:
+simplyhtml.textIndentLabel=Indent:
+simplyhtml.textToFind=Text to find:
+simplyhtml.thisCellRangeLabel=this cell
+simplyhtml.thisColRangeLabel=this column
+simplyhtml.thisRowRangeLabel=this row
+simplyhtml.toggleBulletsLabel=Bulleted list on/off
+simplyhtml.toggleBulletsTip=bulleted list on/off
+simplyhtml.toggleNumbersLabel=Numbered list on/off
+simplyhtml.toggleNumbersTip=numbered list on/off
+simplyhtml.topLabel=top:
+simplyhtml.uLineLabel=Underline
+simplyhtml.unableToOpenFileError=File can not be opened
+simplyhtml.unableToRedoError=Unable to redo:
+simplyhtml.unableToUndoError=Unable to undo:
+simplyhtml.undoLabel=Undo
+simplyhtml.undoTip=undo
+simplyhtml.valignBaseline=baseline
+simplyhtml.valignBottom=bottom
+simplyhtml.valignLabel=Vert. Alignment:
+simplyhtml.valignMiddle=middle
+simplyhtml.valignTop=top
+simplyhtml.wholeWordsOnly=Whole words only
+simplyhtml.wholeWordsOnly.tooltip=Restrict matches to whole words.
+SortNodes.text=&Sort children
+SortNodes.tooltip=Sorts all children of a node alphabetically.
+split=&Split
+SplitConditionAction.text=Split
+SplitNode.text=&Split node
+SplitNode.tooltip=<html>Node is splitted</html>
+STANDARD_FORMAT=Standard
+stop_processing=Stop
+StringFlavorHandler=Plain text as node hierarchy
+StructuredHtmlFlavorHandler=HTML as node hierarchy
+style=Style
+style_already_exists=Style already exists.
+styledialog.cancel.text=Cancel
+styledialog.ok.text=OK
+styles=St&yles
+styles.AutomaticLayout=Apply level styles
+styles.connection=Connection
+styles.date=Date
+styles.definition=Definition
+styles.description=Description
+styles.floating_node=Floating node
+styles.idea=Idea
+styles.important=Important
+styles.key=Key
+styles.list=List
+styles.needs_action=Needs action
+styles.note=Note
+styles.ok=OK
+styles.pending=Pending
+styles.predefined=Predefined styles
+styles.question=Question
+styles.quotation=Quotation
+styles.root_node=Styles
+styles.subsubtopic=Subsubtopic
+styles.subtopic=Subtopic
+styles.topic=Topic
+styles.user-defined=User defined styles
+styles.website=Website
+styles_menu=Available styles
+submenu_keystroke_in_use_error=Keystroke {0} can not be used for submenu {1}. Keystroke removed.
+summary_nodes=Summary nodes
+summary_not_possible=Can not create summary node for current selection
+SummaryNodeAction.text=Summary node (set/reset)
+svg=SVG
+template_dir=Standard templates
+TimeListAction.text=Manage tasks ...
+TimeListAction.tooltip=Shows all scheduled times and the corresponding nodes.
+TimeManagementAction.text=Manage time...
+TimeManagementAction.tooltip=<html>Shows the calendar module by Kai Toedter.</html>
+ToggleChildrenFoldedAction.text=(Un)fold children
+ToggleDetailsAction.text=Hide details
+ToggleFBarAction.text=F-Bar
+ToggleFoldedAction.text=(Un)fold
+ToggleFullScreenAction.text=Full screen mode
+ToggleLeftToolbarAction.text=&Icons toolbar
+ToggleMenubarAction.text=Menubar
+ToggleStatusAction.text=Display status line
+ToggleToolbarAction.text=&Toolbar
+undefined_error=An unexpected error occured. Please try to make a bug report.
+underline=Underline
+UnderlineAction.text=Underline
+underlined=Underlined
+UndoAction.text=&Undo
+UndoFilterAction.text=Undo filter action
+unfold=Unfold
+UnfoldAllAction.text=Unfold all
+UnfoldAllAction.tooltip=<html>Unfolds the selected nodes and all their children.</html>
+UnfoldOneLevelAction.text=Unfold one level
+UnfoldOneLevelAction.tooltip=Unfolds the selected nodes by one level.
+up=&Up
+update_failed=Update failed with message {0}
+UpdateCheckAction.text=Check for updates
+updatecheckdialog=Update check dialog
+url_error=This URL is malformed!
+url_open_error=Could not open URL {0}.
+used_in_menu=This shortcut can not be set, it is used as a menu shortcut.
+UsePlainTextAction.text=Use plain text
+user_config_folder=User configuration folder: {0}
+user_defined_scale=&User defined scale
+user_defined_zoom=User defined
+user_defined_zoom_status_bar=Changing the zoom to the user defined zoom value of {0}%.
+user_icon=User icon "{0}"
+user_template_dir=User Templates
+user_zoom=Print zoom factor (0.0 - 2.0):
+value_format=Value format
+version_up_to_date=You already use the latest program version
+ViewerControllerAction.text=External object...
+ViewLayoutTypeAction.OUTLINE.text=Outline view
+WebDocuAction.text=Web Documentation
+width=Width
+wrong_regexp=Wrong regular expression "{0}", error {1}
+xslt_export.html=Html document
+xslt_export.latex=Latex document
+xslt_export.latexbook=Latex book
+xslt_export.mediawiki=Mediawiki
+xslt_export.ms_excel=Excel (2003 and above) XML format
+xslt_export.ms_project=MS Project (2003 and above) XML format
+xslt_export.ms_word=Word (2003 and above) XML format
+xslt_export.text=Plain text
+xslt_export_not_possible=Freeplane XSLT export not possible
+yes=Yes
+ZoomInAction.text=Zoom in
+ZoomOutAction.text=Zoom out
diff --git a/freeplane/viewer-resources/version.properties b/freeplane/viewer-resources/version.properties
index 81d35c0..e6bb5a9 100644
--- a/freeplane/viewer-resources/version.properties
+++ b/freeplane/viewer-resources/version.properties
@@ -1,2 +1,2 @@
-freeplane_version=1.2.20
+freeplane_version=1.2.22
 freeplane_version_status=
diff --git a/freeplane_ant/src/org/freeplane/ant/TaskUtils.java b/freeplane_ant/src/org/freeplane/ant/TaskUtils.java
index b2012d5..0475ddb 100644
--- a/freeplane_ant/src/org/freeplane/ant/TaskUtils.java
+++ b/freeplane_ant/src/org/freeplane/ant/TaskUtils.java
@@ -184,7 +184,7 @@ public class TaskUtils {
 	}
 
 	static String toLine(String key, String value) {
-		return key + " = " + value;
+		return key + "=" + value;
 	}
 
 	static Project createProject(final Task task) {
diff --git a/freeplane_framework/script/freeplane.bat b/freeplane_devresources/eclipse/freeplaneDebug.bat
similarity index 51%
copy from freeplane_framework/script/freeplane.bat
copy to freeplane_devresources/eclipse/freeplaneDebug.bat
index 1c24ac3..566b6ff 100644
--- a/freeplane_framework/script/freeplane.bat
+++ b/freeplane_devresources/eclipse/freeplaneDebug.bat
@@ -1,7 +1,8 @@
 @echo off
-set freeplanedir=%~dp0
+cd ..\..\freeplane_framework\build
+set freeplanedir=%cd%\
 set xargs=init.xargs
 set defines= "-Dorg.freeplane.param1=%~1" "-Dorg.freeplane.param2=%~2" "-Dorg.freeplane.param3=%~3" "-Dorg.freeplane.param4=%~4" "-Dorg.freeplane.param4=%~5" "-Dorg.freeplane.param4=%~6" "-Dorg.freeplane.param4=%~7" "-Dorg.freeplane.param4=%~8" "-Dorg.freeplane.userfpdir=%appdata%\Freeplane"
 set resdir="-Dorg.freeplane.globalresourcedir=%freeplanedir%resources/"
 @echo on
-java -Xmx512m "-Dorg.knopflerfish.framework.bundlestorage=memory" "-Dorg.knopflerfish.gosg.jars=reference:file:%freeplanedir%core/" %resdir% %defines% -jar "%freeplanedir%framework.jar" -xargs "%freeplanedir%props.xargs" -xargs "%freeplanedir%%xargs%"
+java -Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y -Xmx512m "-Dorg.knopflerfish.framework.bundlestorage=memory" "-Dorg.knopflerfish.gosg.jars=reference:file:%freeplanedir%core/" %resdir% %defines% -jar "%freeplanedir%framework.jar" -xargs "%freeplanedir%props.xargs" -xargs "%freeplanedir%%xargs%"
diff --git a/freeplane_devresources/eclipse/freeplaneDebugJDK.bat b/freeplane_devresources/eclipse/freeplaneDebugJDK.bat
new file mode 100644
index 0000000..d167cea
--- /dev/null
+++ b/freeplane_devresources/eclipse/freeplaneDebugJDK.bat
@@ -0,0 +1,8 @@
+ at echo off
+cd ..\..\freeplane_framework\build
+set freeplanedir=%cd%\
+set xargs=init.xargs
+set defines= "-Dorg.freeplane.param1=%~1" "-Dorg.freeplane.param2=%~2" "-Dorg.freeplane.param3=%~3" "-Dorg.freeplane.param4=%~4" "-Dorg.freeplane.param4=%~5" "-Dorg.freeplane.param4=%~6" "-Dorg.freeplane.param4=%~7" "-Dorg.freeplane.param4=%~8" "-Dorg.freeplane.userfpdir=%appdata%\Freeplane"
+set resdir="-Dorg.freeplane.globalresourcedir=%freeplanedir%resources/"
+ at echo on
+"C:\Program Files\Java\jdk1.7.0_02\bin\java" -Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y -Xmx512m "-Dorg.knopflerfish.framework.bundlestorage=memory" "-Dorg.knopflerfish.gosg.jars=reference:file:%freeplanedir%core/" %resdir% %defines% -jar "%freeplanedir%framework.jar" -xargs "%freeplanedir%props.xargs" -xargs "%freeplanedir%%xargs%"
diff --git a/freeplane_framework/ant/build.xml b/freeplane_framework/ant/build.xml
index 27d7f44..61f4899 100644
--- a/freeplane_framework/ant/build.xml
+++ b/freeplane_framework/ant/build.xml
@@ -238,6 +238,8 @@
 					<exclude name="dist/**" />
 					<exclude name="*/bin/**" />
 					<exclude name="*/build/**" />
+					<exclude name="*/launcher_build/**" />
+					<exclude name="*/build-nodehighlighter/**" />
 					<exclude name="*/build4mac/**" />
 					<exclude name="*/dist/**" />
 					<exclude name="**/.backup/**" />
@@ -443,8 +445,29 @@
 			<arg line="create -srcfolder ${macappfullpath} ${dist}/freeplane_app-${ver}.dmg"/>
 		</exec>
 	</target>
+	
+	<target name="renameDistFiles" if="minor">
+		<move todir="${dist}" includeemptydirs="false">
+		    <fileset dir="${dist}">
+		      <include name="*${freeplane_version}.*"/>
+		    </fileset>
+			<mapper type="regexp" from="^(.*[-_])${freeplane_version}(\..*)$" to="\1${ver}\2"/>
+		  </move>
+	</target>
+	
+	
+	<target name="dist" depends="copyDistFiles, renameDistFiles">
+		<checksum>
+		  <fileset dir="${dist}">
+		    <include name="*.dmg"/>
+		    <include name="*.zip"/>
+		    <include name="*.gz"/>
+		    <include name="*.exe"/>
+		  </fileset>
+		</checksum>
+	</target>
 
-	<target name="dist" depends="git_version_info, binzip, srczip, installer, portableinstaller, zip4mac, dmg4mac, javadoc">
+	<target name="copyDistFiles" depends="git_version_info, binzip, srczip, installer, portableinstaller, zip4mac, dmg4mac, javadoc">
 		<copy file="${workspace}/freeplane/doc/history_en.txt"
 			todir="${dist}" />
 		<copy file="${build}/gitinfo.txt"
diff --git a/freeplane_framework/launch4j/freeplane.l4j.ini b/freeplane_framework/launch4j/freeplane.l4j.ini
index b06c7e1..8878f16 100644
--- a/freeplane_framework/launch4j/freeplane.l4j.ini
+++ b/freeplane_framework/launch4j/freeplane.l4j.ini
@@ -1 +1,2 @@
 # Launch4j runtime config
+-Xmx512m
\ No newline at end of file
diff --git a/freeplane_framework/launch4j/freeplaneConsole.l4j.ini b/freeplane_framework/launch4j/freeplaneConsole.l4j.ini
index b06c7e1..8878f16 100644
--- a/freeplane_framework/launch4j/freeplaneConsole.l4j.ini
+++ b/freeplane_framework/launch4j/freeplaneConsole.l4j.ini
@@ -1 +1,2 @@
 # Launch4j runtime config
+-Xmx512m
\ No newline at end of file
diff --git a/freeplane_framework/launch4j/freeplaneConsole.lj4.xml b/freeplane_framework/launch4j/freeplaneConsole.lj4.xml
index d6c0049..366d930 100644
--- a/freeplane_framework/launch4j/freeplaneConsole.lj4.xml
+++ b/freeplane_framework/launch4j/freeplaneConsole.lj4.xml
@@ -18,8 +18,6 @@
     <minVersion>1.5.0</minVersion>
     <maxVersion></maxVersion>
     <jdkPreference>preferJre</jdkPreference>
-    <maxHeapSize>512</maxHeapSize>
-    <maxHeapPercent>40</maxHeapPercent>
     <opt>-Dorg.freeplane.userfpdir="%APPDATA%\\Freeplane"</opt>
   </jre>
 </launch4jConfig>
\ No newline at end of file
diff --git a/freeplane_framework/launch4j/freeplaneGui.lj4.xml b/freeplane_framework/launch4j/freeplaneGui.lj4.xml
index 26cba82..2535b46 100644
--- a/freeplane_framework/launch4j/freeplaneGui.lj4.xml
+++ b/freeplane_framework/launch4j/freeplaneGui.lj4.xml
@@ -18,8 +18,6 @@
     <minVersion>1.5.0</minVersion>
     <maxVersion></maxVersion>
     <jdkPreference>preferJre</jdkPreference>
-    <maxHeapSize>512</maxHeapSize>
-    <maxHeapPercent>40</maxHeapPercent>
     <opt>-Dorg.freeplane.userfpdir="%APPDATA%\\Freeplane"</opt>
   </jre>
 </launch4jConfig>
\ No newline at end of file
diff --git a/freeplane_framework/script/freeplane.sh b/freeplane_framework/script/freeplane.sh
index a53f3a9..c364ec0 100644
--- a/freeplane_framework/script/freeplane.sh
+++ b/freeplane_framework/script/freeplane.sh
@@ -1,16 +1,14 @@
 #!/bin/bash
 
 # we only want to test the script, not Freeplane itself
-if ( echo "${DEBUG}" | grep -qe "script" )
-then
+if ( echo "${DEBUG}" | grep -qe "script" ); then
 	set -x
 fi
 
 ########## FUNCTIONS DEFINITIONS #######################################
 
 _debug() {
-	if [ -n "${DEBUG}" ]
-	then
+	if [ -n "${DEBUG}" ]; then
 		echo "DEBUG:   $1" >&2
 		shift
 		for text in "$@"
@@ -31,39 +29,31 @@ _error() {
 
 findjava() {
 	# We try hard to find the proper 'java' command
-	if [ -n "${JAVACMD}" ] && [ -x "${JAVACMD}" ]
-	then
+	if [ -n "${JAVACMD}" ] && [ -x "${JAVACMD}" ]; then
 		_debug "Using \$JAVACMD to find java virtual machine."
-	elif [ -n "${JAVA_BINDIR}" ] && [ -x "${JAVA_BINDIR}/java" ]
-	then
+	elif [ -n "${JAVA_BINDIR}" ] && [ -x "${JAVA_BINDIR}/java" ]; then
 		JAVACMD="${JAVA_BINDIR}/java"
 		_debug "Using \$JAVA_BINDIR to find java virtual machine."
-	elif [ -n "${JAVA_HOME}" ] && [ -x "${JAVA_HOME}/bin/java" ]
-	then
+	elif [ -n "${JAVA_HOME}" ] && [ -x "${JAVA_HOME}/bin/java" ]; then
 		JAVACMD="${JAVA_HOME}/bin/java"
 		_debug "Using \$JAVA_HOME to find java virtual machine."
 	else
 		JAVACMD=$(which java)
-		if [ -n "${JAVACMD}" ] && [ -x "${JAVACMD}" ]
-		then
+		if [ -n "${JAVACMD}" ] && [ -x "${JAVACMD}" ]; then
 			_debug "Using \$PATH to find java virtual machine."
-		elif [ -x /usr/bin/java ]
-		then
+		elif [ -x /usr/bin/java ]; then
 			_debug "Using /usr/bin/java to find java virtual machine."
 			JAVACMD=/usr/bin/java
 		fi
 	fi
 
 	# if we were successful, we return 0 else we complain and return 1
-	if [ -n "${JAVACMD}" ] && [ -x "${JAVACMD}" ]
-	then
+	if [ -n "${JAVACMD}" ] && [ -x "${JAVACMD}" ]; then
 		_debug "Using '$JAVACMD' as java virtual machine..."
-		if [ -n "${DEBUG}" ]
-		then
+		if [ -n "${DEBUG}" ]; then
 			"$JAVACMD" -version >&2
 		fi
-		if (! "${JAVACMD}" -version 2>&1 | grep -qe 'Java(TM)' -e OpenJDK)
-		then
+		if (! "${JAVACMD}" -version 2>&1 | grep -qe 'Java(TM)' -e OpenJDK); then
 			_error "Your Java is not a derivative from Sun's code," \
 			       "========================================" \
 			       "FREEPLANE WILL MOST PROBABLY *NOT* WORK," \
@@ -84,32 +74,27 @@ findjava() {
 }
 
 _source() {
-	if [ -f "$1" ]
-	then
+	if [ -f "$1" ]; then
 		_debug "Sourcing '$1'."
 		. "$1"
 	fi
 }
 
 output_debug_info() {
-	if [ -z "${DEBUG}" ]
-	then
+	if [ -z "${DEBUG}" ]; then
 		return 0
 	fi
 	_debug "Freeplane parameters are '${@}'."
 	_debug "$(uname -a)"
-	if [ -x "$(which lsb_release 2>/dev/null)" ]
-	then
+	if [ -x "$(which lsb_release 2>/dev/null)" ]; then
 		_debug "$(lsb_release -a)"
 	else
 		_debug "System is not LSB conform, 'lsb_release' does not exist."
 	fi
-	if [ -x "$(which dpkg 2>/dev/null)" ]
-	then
+	if [ -x "$(which dpkg 2>/dev/null)" ]; then
 		_debug "The following DEB packages are installed:"
 		COLUMNS=132 dpkg -l | grep -i -e freeplane >&2
-	elif [ -x "$(which rpm 2>/dev/null)" ]
-	then
+	elif [ -x "$(which rpm 2>/dev/null)" ]; then
 		_debug "The following RPM packages are installed:"
 		rpm -qa | grep -i -e freeplane >&2
 	else
@@ -126,15 +111,14 @@ _source /etc/freeplane/freeplanerc
 _source "${userfpdir}/freeplanerc"
 
 findjava
-if [ $? -ne 0 ]
-then
+if [ $? -ne 0 ]; then
 	exit 1
 fi
 
 output_debug_info
 
-if [ -x $(which readlink) ] && [ "`echo $OSTYPE | cut -b1-6`" != "darwin" ]
-then # if we have 'readlink' we can use it to get an absolute path
+if [ -x $(which readlink) ] && [ "`echo $OSTYPE | cut -b1-6`" != "darwin" ]; then
+	# if we have 'readlink' we can use it to get an absolute path
 	# -m should be faster and link does always resolve, else this script
 	# wouldn't be called, would it?
 	freefile=$(readlink -mn "$0")
@@ -143,8 +127,7 @@ else
 	freefile="$0"
 fi
 
-if [ "`echo $OSTYPE | cut -b1-6`" == "darwin" ]
-then
+if [ "`echo $OSTYPE | cut -b1-6`" == "darwin" ]; then
 	xdockname='-Xdock:name=Freeplane'
 else
 	xdockname=""
@@ -156,38 +139,24 @@ freepath="$(dirname "${freefile}")"
 for jar in "${FREEPLANE_BASE_DIR}" \
 	"${freepath}" "${freepath}/share/freeplane" "${freepath}/freeplane"
 do
-	if [ -f "${jar}/framework.jar" ]
-	then
+	if [ -f "${jar}/framework.jar" ]; then
 		freedir="${jar}"
 		_debug "Freeplane Directory is '${jar}'."
 		break
 	fi
 done
 
-if [ -z "${freedir}" ]
-then
+if [ -z "${freedir}" ]; then
 	_error "Couldn't find Freeplane under '${freepath}'."
 	exit 1
 fi
 
-if [ ! -f "${userfpdir}/patterns.xml" ] && [ -f /etc/freeplane/patterns.xml ]
-then
-	if [ ! -d "${userfpdir}" ]
-	then
-		_debug "Creating directory ${userfpdir}."
-		mkdir -p "${userfpdir}"
-	fi
-	_debug "Copying patterns.xml to ${userfpdir}."
-	cp /etc/freeplane/patterns.xml "${userfpdir}/patterns.xml"
-fi
-
 #--------- Call (at last) Freeplane -------------------------------------
-fwdir="${freedir}/fwdir"
-
-if [ "${JAVA_TYPE}" != "sun" ]
-then # non-Sun environments don't work currently but we try anyway, who knows.
-	defines=-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
+if [ "${JAVA_TYPE}" != "sun" ]; then
+	# non-Sun environments don't work currently but we try anyway, who knows.
+	JAVA_OPTS="-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D $JAVA_OPTS"
 fi
+
 _debug "Calling: "\
 "${JAVACMD}" -Xmx512m\
  "-Dorg.freeplane.param1=$1"\
@@ -201,12 +170,14 @@ _debug "Calling: "\
  "-Dorg.knopflerfish.framework.bundlestorage=memory"\
  "-Dorg.freeplane.globalresourcedir=${freedir}/resources"\
  "-Dorg.knopflerfish.gosg.jars=reference:file:${freedir}/core/"\
- $defines\
+ $JAVA_OPTS\
  $xdockname\
  -jar "${freedir}/framework.jar"\
  -xargs "${freedir}/props.xargs"\
  -xargs "${freedir}/init.xargs"
 ( echo "${DEBUG}" | grep -qe "exit" ) && exit 0 # do not start Freeplane
+
+# now actually launch Freeplane
 "${JAVACMD}" -Xmx512m\
  "-Dorg.freeplane.param1=$1"\
  "-Dorg.freeplane.param2=$2"\
@@ -219,7 +190,7 @@ _debug "Calling: "\
  "-Dorg.knopflerfish.framework.bundlestorage=memory"\
  "-Dorg.freeplane.globalresourcedir=${freedir}/resources"\
  "-Dorg.knopflerfish.gosg.jars=reference:file:${freedir}/core/"\
- $defines\
+ $JAVA_OPTS\
  $xdockname\
  -jar "${freedir}/framework.jar"\
  -xargs "${freedir}/props.xargs"\
diff --git a/freeplane_framework/windows-installer/Freeplane_without_Java.iss b/freeplane_framework/windows-installer/Freeplane_without_Java.iss
index fe590ad..88e634a 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.2.20"
+#define MyVersion "1.2.22"
 #define MyAppName "Freeplane"
 #define MyAppPublisher "Open source"
 #define MyAppURL "http://sourceforge.net/projects/freeplane/"
diff --git a/freeplane_framework/windows-portable/App/AppInfo/appinfo.ini b/freeplane_framework/windows-portable/App/AppInfo/appinfo.ini
index 483e9e4..b8bb938 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.2.20.1
-DisplayVersion=1.2.20
+PackageVersion=1.2.22.1
+DisplayVersion=1.2.22
 
 [SpecialPaths]
 Plugins=NONE
diff --git a/freeplane_plugin_bugreport/src/org/freeplane/plugin/bugreport/ReportGenerator.java b/freeplane_plugin_bugreport/src/org/freeplane/plugin/bugreport/ReportGenerator.java
index 86ad653..235bd2b 100644
--- a/freeplane_plugin_bugreport/src/org/freeplane/plugin/bugreport/ReportGenerator.java
+++ b/freeplane_plugin_bugreport/src/org/freeplane/plugin/bugreport/ReportGenerator.java
@@ -233,27 +233,31 @@ public class ReportGenerator extends StreamHandler {
 		EventQueue.invokeLater(new Runnable() {
 			@SuppressWarnings("serial")
 			public void run() {
-				errorCounter++;
-				if(TextUtils.getRawText("internal_error_tooltip", null) != null){
-					if(logButton == null){
-						final ImageIcon errorIcon = new ImageIcon(ResourceController.getResourceController().getResource(
-								"/images/icons/messagebox_warning.png"));
-						logButton = new JButton(){
-							@Override public Dimension getPreferredSize(){
-								Dimension preferredSize = super.getPreferredSize();
-								preferredSize.height = getIcon().getIconHeight();
-								return preferredSize;
-							}
-						};
-						logButton.addActionListener(new LogOpener());
-						logButton.setIcon(errorIcon);
-						String tooltip = TextUtils.getText("internal_error_tooltip");
-						logButton.setToolTipText(tooltip);
-						Controller.getCurrentController().getViewController().addStatusComponent("internal_error", logButton);
-					}
-					logButton.setText(TextUtils.format("errornumber", errorCounter));
+				try {
+	                errorCounter++;
+	                if(TextUtils.getRawText("internal_error_tooltip", null) != null){
+	                	if(logButton == null){
+	                		final ImageIcon errorIcon = new ImageIcon(ResourceController.getResourceController().getResource(
+	                				"/images/icons/messagebox_warning.png"));
+	                		logButton = new JButton(){
+	                			@Override public Dimension getPreferredSize(){
+	                				Dimension preferredSize = super.getPreferredSize();
+	                				preferredSize.height = getIcon().getIconHeight();
+	                				return preferredSize;
+	                			}
+	                		};
+	                		logButton.addActionListener(new LogOpener());
+	                		logButton.setIcon(errorIcon);
+	                		String tooltip = TextUtils.getText("internal_error_tooltip");
+	                		logButton.setToolTipText(tooltip);
+	                		Controller.getCurrentController().getViewController().addStatusComponent("internal_error", logButton);
+	                	}
+	                	logButton.setText(TextUtils.format("errornumber", errorCounter));
 
-				}
+	                }
+                }
+                catch (Exception e) {
+                }
 			}
 		});
 		super.publish(record);
diff --git a/freeplane_plugin_script/ant/build.xml b/freeplane_plugin_script/ant/build.xml
index 8aae690..b1b4047 100644
--- a/freeplane_plugin_script/ant/build.xml
+++ b/freeplane_plugin_script/ant/build.xml
@@ -62,7 +62,7 @@
 
 	<target name="api">
 		<mkdir dir="${apidocdir}" />
-		<javadoc destdir="${apidocdir}" access="public" classpath="${classpath}:build">
+		<javadoc destdir="${apidocdir}" overview="src/overview.html" access="public" classpath="${classpath}:build">
 			<sourcefiles>
 				<fileset dir="${root}">
 					<include name="**/Proxy.java" />
@@ -110,6 +110,7 @@
 		<delete>
 			<fileset defaultexcludes="no" dir="src" includes="**/*~"/>
 		</delete>
+		<delete file="lib/jsyntaxpane/nodehighlighter.jar" quiet="true"/>
 	</target>
 	
 </project>
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/ExecuteScriptAction.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/ExecuteScriptAction.java
index 48a4dad..8828b90 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/ExecuteScriptAction.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/ExecuteScriptAction.java
@@ -51,6 +51,7 @@ public class ExecuteScriptAction extends AFreeplaneAction {
 	private final File script;
 	private final ExecutionMode mode;
 	private ScriptingPermissions permissions;
+	private boolean allowedDuringEditing = false;
 
 	public ExecuteScriptAction(final String scriptName, final String menuItemName, final String script,
 	                           final ExecutionMode mode, final boolean cacheContent, ScriptingPermissions permissions) {
@@ -101,4 +102,10 @@ public class ExecuteScriptAction extends AFreeplaneAction {
 			Controller.getCurrentController().getViewController().setWaitingCursor(false);
 		}
 	}
+
+	public void setAllowedDuringEditing(boolean allowedDuringEditing) {
+    	this.allowedDuringEditing = allowedDuringEditing;
+    }
+	
+	
 }
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/FreeplaneScriptBaseClass.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/FreeplaneScriptBaseClass.java
index fd94e6e..99aad66 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/FreeplaneScriptBaseClass.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/FreeplaneScriptBaseClass.java
@@ -16,6 +16,7 @@ import org.codehaus.groovy.runtime.DefaultGroovyMethods;
 import org.codehaus.groovy.runtime.InvokerHelper;
 import org.freeplane.core.resources.ResourceController;
 import org.freeplane.core.ui.components.UITools;
+import org.freeplane.core.util.FreeplaneVersion;
 import org.freeplane.core.util.HtmlUtils;
 import org.freeplane.core.util.LogUtils;
 import org.freeplane.core.util.MenuUtils;
@@ -28,7 +29,21 @@ import org.freeplane.plugin.script.proxy.Convertible;
 import org.freeplane.plugin.script.proxy.Proxy;
 
 /** All methods of this class are available as "global" methods in every script.
- * Only documented methods are meant to be used in scripts. */
+ * Only documented methods are meant to be used in scripts.
+ * <p>The following global objects are provided as shortcuts by the binding of this class:
+ * <ul>
+ * <li><b>ui:</b> see {@link UITools}</li>
+ * <li><b>logger:</b> see {@link LogUtils}</li>
+ * <li><b>htmlUtils:</b> see {@link HtmlUtils}</li>
+ * <li><b>textUtils:</b> see {@link TextUtils}</li>
+ * <li><b>menuUtils:</b> see {@link MenuUtils}</li>
+ * <li><b>config:</b> see {@link ConfigProperties}</li>
+ * </ul>
+ * The following classes may also be useful in scripting:
+ * <ul>
+ * <li>{@link FreeplaneVersion}</li>
+ * </ul>
+ */
 public abstract class FreeplaneScriptBaseClass extends Script {
 	/**
 	 * Accessor for Freeplane's configuration: In scripts available
@@ -220,8 +235,13 @@ public abstract class FreeplaneScriptBaseClass extends Script {
     public Object parse(final String text) {
         return ScannerController.getController().parse(text);
     }
-    
+
     /** uses formatString to return a FormattedObject.
+     * <p><em>Note:</em> If you want to format the node core better use the format node attribute instead:
+     * <pre>
+     * node.object = new Date()
+     * node.format = 'dd/MM/yy'
+     * </pre>
      * @return {@link IFormattedObject} if object is formattable and the unchanged object otherwise. */
     public Object format(final Object object, final String formatString) {
         return FormatController.format(object, formatString);
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptComboBoxEditor.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptComboBoxEditor.java
index b1fe5a2..71c4cff 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptComboBoxEditor.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptComboBoxEditor.java
@@ -35,7 +35,7 @@ import javax.swing.JOptionPane;
 import javax.swing.SwingConstants;
 
 import org.freeplane.core.ui.components.JRestrictedSizeScrollPane;
-import org.freeplane.core.ui.components.UITools;
+import org.freeplane.core.util.HtmlUtils;
 import org.freeplane.core.util.TextUtils;
 
 /**
@@ -48,12 +48,12 @@ public class ScriptComboBoxEditor implements ComboBoxEditor {
 	final private List<ActionListener> actionListeners;
 	private String script;
 	private Dimension minimumSize;
-	private Rectangle bounds;
+	private Rectangle bounds = new Rectangle(600, 400);
 
 	public ScriptComboBoxEditor() {
 		showEditorBtn = new JButton();
-		final String title = TextUtils.getText("EditScript");
-		UITools.addTitledBorder(showEditorBtn, title, 10);
+		script = "";
+		setButtonText();
 		showEditorBtn.setHorizontalAlignment(SwingConstants.LEFT);
 		showEditorBtn.addActionListener(new ActionListener() {
 			public void actionPerformed(ActionEvent e) {
@@ -103,7 +103,16 @@ public class ScriptComboBoxEditor implements ComboBoxEditor {
 
 	protected void setButtonText() {
 	    final String text = script.substring(0, Math.min(40, script.length())).trim().replaceAll("\\s+", " ");
-		showEditorBtn.setText(text);
+	    if(! text.equals("")) {
+	    	showEditorBtn.setToolTipText(HtmlUtils.plainToHTML(script));
+	        showEditorBtn.setText(text);
+        }
+        else{
+	    	final String title = TextUtils.getText("EditScript");
+	    	showEditorBtn.setToolTipText(null);
+	    	showEditorBtn.setText(title);
+	    }
+
     }
 
 	public Component getEditorComponent() {
@@ -114,10 +123,7 @@ public class ScriptComboBoxEditor implements ComboBoxEditor {
 			script = "";
 		else
 			this.script = (String)anObject;
-		if("".equals(script))
-			showEditorBtn.setText(" ");
-		else
-			setButtonText();
+		setButtonText();
     }
 
 	public Object getItem() {
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptRenderer.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptRenderer.java
index e3e60ef..9c1c2c0 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptRenderer.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptRenderer.java
@@ -19,9 +19,14 @@
  */
 package org.freeplane.plugin.script;
 
+import java.awt.Component;
 import java.awt.Dimension;
 
 import javax.swing.DefaultListCellRenderer;
+import javax.swing.JComponent;
+import javax.swing.JList;
+
+import org.freeplane.core.util.HtmlUtils;
 
 /**
  * @author Dimitry Polivaev
@@ -31,6 +36,26 @@ public class  ScriptRenderer extends DefaultListCellRenderer{
     private static final long serialVersionUID = 1L;
 
 	@Override
+    public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected,
+                                                  boolean cellHasFocus) {
+	    final JComponent renderer = (JComponent) super.getListCellRendererComponent(list, firstLine(value), index, isSelected, cellHasFocus);
+	    final String script = value.toString();
+		if(script.contains("\n")) {
+	    	renderer.setToolTipText(HtmlUtils.plainToHTML(script));
+	    }
+
+		return renderer;
+    }
+
+	private Object firstLine(Object value) {
+		if(! (value instanceof String) )
+			return value;
+		String script = ((String) value).trim();
+		return script.substring(0, Math.min(40, script.length())).trim().replaceAll("\\s+", " ");
+		
+    }
+
+	@Override
     public Dimension getPreferredSize() {
 	    final Dimension preferredSize = super.getPreferredSize();
 		if(! isPreferredSizeSet())
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingConfiguration.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingConfiguration.java
index 4da96a1..4f7e884 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingConfiguration.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingConfiguration.java
@@ -24,7 +24,6 @@ import java.io.FilenameFilter;
 import java.io.IOException;
 import java.net.URL;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.Collections;
 import java.util.LinkedHashMap;
 import java.util.List;
@@ -119,8 +118,8 @@ class ScriptingConfiguration {
 	}
 
 	private static final String[] MENU_BAR_SCRIPTS_PARENT_LOCATIONS = {"main_menu_scripting", "node_popup_scripting"};
-	private static final String SCRIPT_REGEX = ".*\\.groovy$";
-	private static final String JAR_REGEX = ".*\\.jar$";
+	private static final String SCRIPT_REGEX = ".+\\.groovy$";
+	private static final String JAR_REGEX = ".+\\.jar$";
 	// or use property script_directories?
 	static final String USER_SCRIPTS_DIR = "scripts";
 	private final TreeMap<String, String> nameScriptMap = new TreeMap<String, String>();
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingEngine.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingEngine.java
index e1c679e..9ebeaf8 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingEngine.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingEngine.java
@@ -19,12 +19,12 @@
 package org.freeplane.plugin.script;
 
 import groovy.lang.Binding;
-import groovy.lang.GroovyCodeSource;
 import groovy.lang.GroovyRuntimeException;
 import groovy.lang.GroovyShell;
 import groovy.lang.Script;
 
 import java.io.File;
+import java.io.IOException;
 import java.io.PrintStream;
 import java.util.Collections;
 import java.util.HashMap;
@@ -63,7 +63,7 @@ public class ScriptingEngine {
 	public static final String SCRIPT_PREFIX = "script";
 	private static final HashMap<String, Object> sScriptCookies = new HashMap<String, Object>();
 	private static List<String> classpath;
-	private static final IErrorHandler scriptErrorHandler = new IErrorHandler() {
+	public static final IErrorHandler IGNORING_SCRIPT_ERROR_HANDLER = new IErrorHandler() {
     	public void gotoLine(final int pLineNumber) {
     	}
     };
@@ -73,12 +73,10 @@ public class ScriptingEngine {
 	 * @return the result of the script, or null, if the user has cancelled.
 	 * @throws ExecuteScriptException on errors
 	 */
-    static Object executeScript(final NodeModel node, final String script, final IErrorHandler pErrorHandler,
+    public static Object executeScript(final NodeModel node, final String script, final IErrorHandler pErrorHandler,
                                 final PrintStream pOutStream, final ScriptContext scriptContext,
                                 ScriptingPermissions permissions) {
-    	return executeScript(node, (Object)script, pErrorHandler,
-    		pOutStream, scriptContext,
-    		permissions);
+    	return executeScript(node, (Object)script, pErrorHandler, pOutStream, scriptContext, permissions);
 
     }
     static Object executeScript(final NodeModel node, final File script, final IErrorHandler pErrorHandler,
@@ -88,124 +86,152 @@ public class ScriptingEngine {
     		pOutStream, scriptContext,
     		permissions);
     }
+    
 	static private Object executeScript(final NodeModel node, final Object script, final IErrorHandler pErrorHandler,
 	                            final PrintStream pOutStream, final ScriptContext scriptContext,
 	                            ScriptingPermissions permissions) {
-		final Binding binding = new Binding();
-		binding.setVariable("c", ProxyFactory.createController(scriptContext));
-		binding.setVariable("node", ProxyFactory.createNode(node, scriptContext));
-		binding.setVariable("cookies", ScriptingEngine.sScriptCookies);
-		final PrintStream oldOut = System.out;
-		//
-		// == Security stuff ==
-		//
-		final FreeplaneSecurityManager securityManager = (FreeplaneSecurityManager) System.getSecurityManager();
-		final ScriptingSecurityManager scriptingSecurityManager;
-		final boolean needsSecurityManager = securityManager.needsFinalSecurityManager();
-		// get preferences (and store them again after the script execution,
-		// such that the scripts are not able to change them).
-		if (needsSecurityManager) {
-			if (permissions == null){
-				permissions = new ScriptingPermissions(ResourceController.getResourceController().getProperties());
+		Script compiledScript = compileScriptCheckExceptions(script, pErrorHandler, pOutStream, permissions);
+		return executeScript(node, script, compiledScript, pErrorHandler, pOutStream, scriptContext, permissions);
+	}
+	
+	public static Object executeScript(final NodeModel node, final Object script, Script compiledScript,
+                                       final IErrorHandler pErrorHandler, final PrintStream pOutStream,
+                                       final ScriptContext scriptContext, ScriptingPermissions permissions) {
+	    try {
+			final FreeplaneSecurityManager securityManager = (FreeplaneSecurityManager) System.getSecurityManager();
+			final boolean needsSecurityManager = securityManager.needsFinalSecurityManager();
+			final ScriptingSecurityManager scriptingSecurityManager = scriptingSecurityManager(script, pOutStream, permissions);
+			ScriptingPermissions originalScriptingPermissions = new ScriptingPermissions(ResourceController.getResourceController().getProperties());
+			final PrintStream oldOut = System.out;
+			try {
+				final Binding binding = new Binding();
+				binding.setVariable("c", ProxyFactory.createController(scriptContext));
+				binding.setVariable("node", ProxyFactory.createNode(node, scriptContext));
+				binding.setVariable("cookies", ScriptingEngine.sScriptCookies);
+				compiledScript.setBinding(binding);
+				if (needsSecurityManager)
+					securityManager.setFinalSecurityManager(scriptingSecurityManager);
+				System.setOut(pOutStream);
+				return compiledScript.run();
 			}
-			if (!permissions.executeScriptsWithoutAsking()) {
-				final int showResult = OptionalDontShowMeAgainDialog.show("really_execute_script", "confirmation",
-				    ScriptingPermissions.RESOURCES_EXECUTE_SCRIPTS_WITHOUT_ASKING,
-				    OptionalDontShowMeAgainDialog.BOTH_OK_AND_CANCEL_OPTIONS_ARE_STORED);
-				if (showResult != JOptionPane.OK_OPTION) {
-					throw new ExecuteScriptException(new SecurityException(TextUtils.getText("script_execution_disabled")));
+			finally {
+				if (compiledScript != null) {
+					InvokerHelper.removeClass(script.getClass());
+					if (needsSecurityManager)
+						securityManager.removeFinalSecurityManager(scriptingSecurityManager);
 				}
+				System.setOut(oldOut);
+				/* restore preferences (and assure that the values are unchanged!). */
+				originalScriptingPermissions.restorePermissions();
 			}
-			final boolean executeSignedScripts = permissions.isExecuteSignedScriptsWithoutRestriction();
-			final String scriptContent;
-			if(script instanceof String)
-				scriptContent = (String) script;
-			else
-				scriptContent = null;
-			if (executeSignedScripts && scriptContent != null && new SignedScriptHandler().isScriptSigned(scriptContent, pOutStream)) {
-	            scriptingSecurityManager = permissions.getPermissiveScriptingSecurityManager();
-            }
-            else
-				scriptingSecurityManager = permissions.getScriptingSecurityManager();
-		}
-		else {
-			// will not be used
-			scriptingSecurityManager = null;
-		}
-		//
-		// == execute ==
-		//
-		ScriptingPermissions originalScriptingPermissions = new ScriptingPermissions(ResourceController.getResourceController().getProperties());
-		try {
-			System.setOut(pOutStream);
-			final ClassLoader classLoader = ScriptingEngine.class.getClassLoader();
-			final GroovyShell shell = new GroovyShell(classLoader, binding, createCompilerConfiguration()) {
-				/**
-				 * Evaluates some script against the current Binding and returns the result
-				 *
-				 * @param in       the stream reading the script
-				 * @param fileName is the logical file name of the script (which is used to create the class name of the script)
-				 */
-				@Override
-				public Object evaluate(GroovyCodeSource codeSource) throws CompilationFailedException {
-					Script script = null;
-					try {
-						script = parse(codeSource);
-						script.setBinding(getContext());
-						if (needsSecurityManager)
-							securityManager.setFinalSecurityManager(scriptingSecurityManager);
-						return script.run();
-					}
-					finally {
-						if (script != null) {
-							InvokerHelper.removeClass(script.getClass());
-							if (needsSecurityManager)
-								securityManager.removeFinalSecurityManager(scriptingSecurityManager);
-						}
-					}
-				}
-			};
-			if(script instanceof String)
-				return shell.evaluate((String)script);
-			if(script instanceof File)
-				return shell.evaluate((File)script);
-			throw new IllegalArgumentException();
 		}
 		catch (final GroovyRuntimeException e) {
-			/*
-			 * Cover exceptions in normal security context (ie. no problem with
-			 * (log) file writing etc.)
-			 */
-			// LogUtils.warn(e);
-			final String resultString = e.getMessage();
-			pOutStream.print("message: " + resultString);
-			final ModuleNode module = e.getModule();
-			final ASTNode astNode = e.getNode();
-			int lineNumber = -1;
-			if (module != null) {
-				lineNumber = module.getLineNumber();
-			}
-			else if (astNode != null) {
-				lineNumber = astNode.getLineNumber();
-			}
-			else {
-				lineNumber = ScriptingEngine.findLineNumberInString(resultString, lineNumber);
-			}
-			pOutStream.print("Line number: " + lineNumber);
-			pErrorHandler.gotoLine(lineNumber);
-			throw new ExecuteScriptException(e.getMessage() + " at line " + lineNumber, e);
+			handleGroovyRuntimeException(e, pOutStream, pErrorHandler);
+		    throw new RuntimeException(e);
+
 		}
 		catch (final Throwable e) {
 			if (Controller.getCurrentController().getSelection() != null)
 				Controller.getCurrentModeController().getMapController().select(node);
 			throw new ExecuteScriptException(e.getMessage(), e);
 		}
-		finally {
-			System.setOut(oldOut);
-			/* restore preferences (and assure that the values are unchanged!). */
-			originalScriptingPermissions.restorePermissions();
+    }
+	
+	private static ScriptingSecurityManager scriptingSecurityManager(final Object script, final PrintStream pOutStream,
+                                                            ScriptingPermissions permissions) {
+		final FreeplaneSecurityManager securityManager = (FreeplaneSecurityManager) System.getSecurityManager();
+	    final boolean needsSecurityManager = securityManager.needsFinalSecurityManager();
+	    // get preferences (and store them again after the script execution,
+	    // such that the scripts are not able to change them).
+	    if (needsSecurityManager) {
+	    	if (permissions == null){
+	    		permissions = new ScriptingPermissions(ResourceController.getResourceController().getProperties());
+	    	}
+	    	if (!permissions.executeScriptsWithoutAsking()) {
+	    		final int showResult = OptionalDontShowMeAgainDialog.show("really_execute_script", "confirmation",
+	    		    ScriptingPermissions.RESOURCES_EXECUTE_SCRIPTS_WITHOUT_ASKING,
+	    		    OptionalDontShowMeAgainDialog.BOTH_OK_AND_CANCEL_OPTIONS_ARE_STORED);
+	    		if (showResult != JOptionPane.OK_OPTION) {
+	    			throw new ExecuteScriptException(new SecurityException(TextUtils.getText("script_execution_disabled")));
+	    		}
+	    	}
+	    }
+	    final ScriptingSecurityManager scriptingSecurityManager;
+	    if (needsSecurityManager) {
+	    	if (permissions == null){
+	    		permissions = new ScriptingPermissions(ResourceController.getResourceController().getProperties());
+	    	}
+	    	final boolean executeSignedScripts = permissions.isExecuteSignedScriptsWithoutRestriction();
+	    	final String scriptContent;
+	    	if(script instanceof String)
+	    		scriptContent = (String) script;
+	    	else
+	    		scriptContent = null;
+	    	if (executeSignedScripts && scriptContent != null && new SignedScriptHandler().isScriptSigned(scriptContent, pOutStream)) {
+	            scriptingSecurityManager = permissions.getPermissiveScriptingSecurityManager();
+	        }
+	        else
+	    		scriptingSecurityManager = permissions.getScriptingSecurityManager();
+	    }
+	    else {
+	    	// will not be used
+	    	scriptingSecurityManager = null;
+	    }
+	    return scriptingSecurityManager;
+    }
+	
+	private static Script compile(Object script) throws CompilationFailedException, IOException {
+		if(script instanceof Script)
+			return (Script) script;
+		final Binding binding = new Binding();
+		binding.setVariable("c", null);
+		binding.setVariable("node", null);
+		binding.setVariable("cookies", ScriptingEngine.sScriptCookies);
+		final ClassLoader classLoader = ScriptingEngine.class.getClassLoader();
+		final GroovyShell shell = new GroovyShell(classLoader, binding, createCompilerConfiguration()); 
+		final Script compiledScript;
+		if(script instanceof String)
+			compiledScript = shell.parse((String)script);
+		else if(script instanceof File)
+			compiledScript = shell.parse((File)script);
+		else throw new IllegalArgumentException();
+		return compiledScript;
+    }
+	
+	public static Script compileScriptCheckExceptions(Object script,  final IErrorHandler pErrorHandler, final PrintStream pOutStream, ScriptingPermissions permissions){
+		try{
+			return compile(script);
+		}
+		catch (final GroovyRuntimeException e) {
+			handleGroovyRuntimeException(e, pOutStream, pErrorHandler);
+		    throw new RuntimeException(e);
+
+		}
+		catch (final Throwable e) {
+			throw new ExecuteScriptException(e.getMessage(), e);
 		}
 	}
+	
+	private static void handleGroovyRuntimeException(final GroovyRuntimeException e, final PrintStream pOutStream,
+                                                     final IErrorHandler pErrorHandler) {
+	    final String resultString = e.getMessage();
+	    pOutStream.print("message: " + resultString);
+	    final ModuleNode module = e.getModule();
+	    final ASTNode astNode = e.getNode();
+	    int lineNumber = -1;
+	    if (module != null) {
+	    	lineNumber = module.getLineNumber();
+	    }
+	    else if (astNode != null) {
+	    	lineNumber = astNode.getLineNumber();
+	    }
+	    else {
+	    	lineNumber = ScriptingEngine.findLineNumberInString(resultString, lineNumber);
+	    }
+	    pOutStream.print("Line number: " + lineNumber);
+	    pErrorHandler.gotoLine(lineNumber);
+	    throw new ExecuteScriptException(e.getMessage() + " at line " + lineNumber, e);
+    }
 
 	private static CompilerConfiguration createCompilerConfiguration() {
 		CompilerConfiguration config = new CompilerConfiguration();
@@ -227,24 +253,28 @@ public class ScriptingEngine {
 	}
 
 	public static Object executeScript(final NodeModel node, final String script) {
-		return ScriptingEngine.executeScript(node, script, null, null);
+		return ScriptingEngine.executeScript(node, script, (ScriptContext)null, (ScriptingPermissions)null);
 	}
 
+	public static Object executeScript(NodeModel node, String script, Script compiledScript, PrintStream printStream, ScriptingPermissions permissions) {
+		return executeScript(node, script, compiledScript, IGNORING_SCRIPT_ERROR_HANDLER, printStream, null, permissions);
+    }
+	
 	public static Object executeScript(NodeModel node, File script, ScriptingPermissions permissions) {
-		return ScriptingEngine.executeScript(node, script, ScriptingEngine.scriptErrorHandler, System.out, null, permissions);
+		return ScriptingEngine.executeScript(node, script, ScriptingEngine.IGNORING_SCRIPT_ERROR_HANDLER, System.out, null, permissions);
 	}
 
 	public static Object executeScript(NodeModel node, String script, ScriptingPermissions permissions) {
-		return ScriptingEngine.executeScript(node, script, ScriptingEngine.scriptErrorHandler, System.out, null, permissions);
+		return ScriptingEngine.executeScript(node, script, ScriptingEngine.IGNORING_SCRIPT_ERROR_HANDLER, System.out, null, permissions);
 	}
 	
 	public static Object executeScript(NodeModel node, String script, PrintStream printStream) {
-		return ScriptingEngine.executeScript(node, script, ScriptingEngine.scriptErrorHandler, printStream, null, null);
+		return ScriptingEngine.executeScript(node, script, ScriptingEngine.IGNORING_SCRIPT_ERROR_HANDLER, printStream, null, null);
 	}
 
 	public static Object executeScript(final NodeModel node, final String script, final ScriptContext scriptContext,
 	                                   final ScriptingPermissions permissions) {
-		return ScriptingEngine.executeScript(node, script, scriptErrorHandler, System.out, scriptContext, permissions);
+		return ScriptingEngine.executeScript(node, script, IGNORING_SCRIPT_ERROR_HANDLER, System.out, scriptContext, permissions);
 	}
 
 	static Object executeScriptRecursive(final NodeModel node, final File script,
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingPermissions.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingPermissions.java
index 8d84f83..9a608c1 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingPermissions.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/ScriptingPermissions.java
@@ -101,7 +101,7 @@ public class ScriptingPermissions {
 	}
 	
 	/** this method is called only if the formula plugin is active and so formula evaluation is allowed. */
-	static ScriptingPermissions getFormulaPermissions() {
+	public static ScriptingPermissions getFormulaPermissions() {
 		if (formulaPermissions == null) {
 			formulaPermissions = new ScriptingPermissions();
 			formulaPermissions.set(RESOURCES_EXECUTE_SCRIPTS_WITHOUT_ASKING, true);
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/filter/ScriptCondition.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/filter/ScriptCondition.java
index 6026f65..2ee70db 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/filter/ScriptCondition.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/filter/ScriptCondition.java
@@ -1,18 +1,25 @@
 package org.freeplane.plugin.script.filter;
 
+import groovy.lang.Script;
+
+import java.awt.Dimension;
 import java.awt.KeyboardFocusManager;
 import java.io.ByteArrayOutputStream;
 import java.io.PrintStream;
 
+import javax.swing.JComponent;
 import javax.swing.JOptionPane;
 
+import org.freeplane.core.util.HtmlUtils;
+import org.freeplane.core.util.LogUtils;
 import org.freeplane.core.util.TextUtils;
-import org.freeplane.features.filter.FilterCancelledException;
 import org.freeplane.features.filter.condition.ASelectableCondition;
 import org.freeplane.features.map.NodeModel;
+import org.freeplane.features.mode.Controller;
 import org.freeplane.n3.nanoxml.XMLElement;
 import org.freeplane.plugin.script.ExecuteScriptException;
 import org.freeplane.plugin.script.ScriptingEngine;
+import org.freeplane.plugin.script.ScriptingPermissions;
 
 public class ScriptCondition extends ASelectableCondition {
 	private static final String SCRIPT_FILTER_DESCRIPTION_RESOURCE = "plugins/script_filter";
@@ -20,6 +27,9 @@ public class ScriptCondition extends ASelectableCondition {
 	static final String NAME = "script_condition";
 	static final String SCRIPT = "SCRIPT";
 	final private String script;
+	private Script compiledScript = null;
+	private boolean canNotCompileScript = false;
+	private boolean errorReported = false;
 
 	static ASelectableCondition load(final XMLElement element) {
 		return new ScriptCondition(element.getAttribute(SCRIPT, null));
@@ -31,11 +41,23 @@ public class ScriptCondition extends ASelectableCondition {
 	}
 
 	public boolean checkNode(final NodeModel node) {
+		if(canNotCompileScript)
+			return false;
         final ByteArrayOutputStream out = new ByteArrayOutputStream();
 		final PrintStream printStream = new PrintStream(out);
+		final ScriptingPermissions formulaPermissions = ScriptingPermissions.getFormulaPermissions();
+		if(compiledScript == null) {
+			try {
+				compiledScript = ScriptingEngine.compileScriptCheckExceptions(script, ScriptingEngine.IGNORING_SCRIPT_ERROR_HANDLER, printStream, formulaPermissions);
+            }
+            catch (Exception e) {
+            	canNotCompileScript = true;
+            	return false;
+             }
+		}
 		final Object result;
         try {
-			result = ScriptingEngine.executeScript(node, script, printStream);
+			result = ScriptingEngine.executeScript(node, script, compiledScript, printStream, formulaPermissions);
 			if(result instanceof Boolean)
 				return (Boolean) result;
 			if(result instanceof Number)
@@ -44,35 +66,45 @@ public class ScriptCondition extends ASelectableCondition {
 	        printStream.close();
 	        final String info = TextUtils.format(SCRIPT_FILTER_ERROR_RESOURCE, createDescription(),
 	        	node.toString(), String.valueOf(result));
-	        cancel(info, true);
+	        setErrorStatus(info);
         }
         catch (ExecuteScriptException e) {
         	printStream.close();
 			final String info = TextUtils.format(SCRIPT_FILTER_ERROR_RESOURCE, createDescription(),
 			    node.toString(), out.toString());
-			cancel(info, false);
+			setErrorStatus(info);
         }
         return false;
 	}
 
-	private void cancel(final String info, boolean cancel) {
-		if(cancel){
+	private void setErrorStatus(final String info) {
+		if(! errorReported){
+			errorReported = true;
 			JOptionPane.showMessageDialog(KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner(), info,
 				TextUtils.getText("error"), JOptionPane.ERROR_MESSAGE);
 		}
-		else{
-			final int result = JOptionPane.showConfirmDialog(KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner(), info,
-				TextUtils.getText("error"), JOptionPane.OK_CANCEL_OPTION, JOptionPane.ERROR_MESSAGE);
-			if(result == JOptionPane.OK_OPTION)
-				return;
-		}
-		throw new FilterCancelledException(info);
+		LogUtils.warn(info);
+		Controller.getCurrentController().getViewController().out(info.trim().replaceAll("\\s", " ").substring(0, 80));
     }
 
 	@Override
 	protected String createDescription() {
 		return TextUtils.format(SCRIPT_FILTER_DESCRIPTION_RESOURCE, script);
 	}
+	
+	@Override
+	protected JComponent createRendererComponent() {
+	    final JComponent renderer = super.createRendererComponent();
+	    final Dimension preferredSize = renderer.getPreferredSize();
+	    if(preferredSize.width > 200) {
+	        renderer.setPreferredSize(new Dimension(200, preferredSize.height));
+        }
+	    if(preferredSize.width > 200 || script.contains("\n")) {
+	    	renderer.setToolTipText(HtmlUtils.plainToHTML(script));
+	    }
+		return renderer;
+    }
+
 
 	public void fillXML(final XMLElement child) {
 		super.fillXML(child);
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/proxy/ExternalObjectProxy.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/proxy/ExternalObjectProxy.java
index b476c10..82a91d5 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/proxy/ExternalObjectProxy.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/proxy/ExternalObjectProxy.java
@@ -3,8 +3,9 @@
  */
 package org.freeplane.plugin.script.proxy;
 
+import java.io.File;
 import java.net.URI;
-import java.net.URISyntaxException;
+import java.net.URL;
 
 import org.freeplane.core.util.LogUtils;
 import org.freeplane.features.map.NodeModel;
@@ -13,63 +14,95 @@ import org.freeplane.view.swing.features.filepreview.ExternalResource;
 import org.freeplane.view.swing.features.filepreview.ViewerController;
 
 class ExternalObjectProxy extends AbstractProxy<NodeModel> implements Proxy.ExternalObject {
-	ExternalObjectProxy(final NodeModel delegate, final ScriptContext scriptContext) {
-		super(delegate, scriptContext);
-	}
-
-	private ExternalResource getExternalObjectModel() {
-		return (ExternalResource) getDelegate().getExtension(ExternalResource.class);
-	}
-	
-	public String getUri() {
-		final ExternalResource externalObject = getExternalObjectModel();
-		final URI uri = externalObject == null ? null : externalObject.getUri();
-		return uri == null ? null : uri.toString();
-	}
-	
-	@Deprecated
-	public String getURI() {
-		return getUri();
-	}
-
-	private ViewerController getViewerController() {
-		return (ViewerController) getModeController().getExtension(ViewerController.class);
-	}
-
-	public float getZoom() {
-		final ExternalResource externalObject = getExternalObjectModel();
-		return externalObject == null ? 1f : externalObject.getZoom();
-	}
-
-	public void setUri(final String uri) {
-		ExternalResource externalObject = getExternalObjectModel();
-		try {
-			if (externalObject != null) {
-				if (uri == null) {
-					// remove object
-					getViewerController().undoableToggleHook(getDelegate(), null);
-					return;
-				}
-				getViewerController().undoableToggleHook(getDelegate(), externalObject);
-				externalObject = new ExternalResource(new URI(uri));
-				getViewerController().undoableToggleHook(getDelegate(), externalObject);
-			}
-		}
-		catch (final URISyntaxException e) {
-			LogUtils.warn(e);
-		}
-	}
-	
-	@Deprecated
-	public void setURI(final String uri) {
-		setUri(uri);
-	}
-
-	public void setZoom(final float zoom) {
-		final ExternalResource externalObject = getExternalObjectModel();
-		if (externalObject != null)
-			getViewerController().setZoom(getModeController(), getDelegate().getMap(), externalObject, zoom);
-	}
+    ExternalObjectProxy(final NodeModel delegate, final ScriptContext scriptContext) {
+        super(delegate, scriptContext);
+    }
+
+    private ExternalResource getExternalObjectModel() {
+        return (ExternalResource) getDelegate().getExtension(ExternalResource.class);
+    }
+
+    public String getUri() {
+        final ExternalResource externalObject = getExternalObjectModel();
+        final URI uri = externalObject == null ? null : externalObject.getUri();
+        return uri == null ? null : uri.toString();
+    }
+
+    @Deprecated
+    public String getURI() {
+        return getUri();
+    }
+
+    private ViewerController getViewerController() {
+        return getModeController().getExtension(ViewerController.class);
+    }
+
+    public float getZoom() {
+        final ExternalResource externalObject = getExternalObjectModel();
+        return externalObject == null ? 1f : externalObject.getZoom();
+    }
+
+    public void setUri(final String target) {
+        if (!removeIfTargetIsNull(target)) {
+            setUriImpl(convertToUri(target));
+        }
+    }
+
+    public void setUri(final Object target) {
+        if (!removeIfTargetIsNull(target)) {
+            setUriImpl(convertToUri(target));
+        }
+    }
+
+    private URI convertToUri(Object target) {
+        try {
+            if (target instanceof URI) {
+                return (URI) target;
+            }
+            else if (target instanceof String) {
+                // file names are not usable for displaying images
+                return new URL((String) target).toURI();
+            }
+            else if (target instanceof File) {
+                return ((File) target).toURI();
+            }
+            else if (target instanceof URL) {
+                return ((URL) target).toURI();
+            }
+            else {
+                LogUtils.warn("cannot convert to an uri: " + target);
+                return null;
+            }
+        }
+        catch (Exception e) {
+            LogUtils.warn("cannot convert to an uri: " + target, e);
+            return null;
+        }
+    }
+
+    private boolean removeIfTargetIsNull(Object target) {
+        if (target == null && getExternalObjectModel() != null) {
+            getViewerController().undoableToggleHook(getDelegate(), null);
+            return true;
+        }
+        return false;
+    }
+
+    private void setUriImpl(final URI uri) {
+        if (uri != null)
+            getViewerController().paste(uri, getDelegate());
+    }
+
+    @Deprecated
+    public void setURI(final String uri) {
+        setUri(uri);
+    }
+
+    public void setZoom(final float zoom) {
+        final ExternalResource externalObject = getExternalObjectModel();
+        if (externalObject != null)
+            getViewerController().setZoom(getModeController(), getDelegate().getMap(), externalObject, zoom);
+    }
 
     /** make <code>if (node.externalObject) println "has an externalObject"</code> work. */
     public boolean asBoolean() {
diff --git a/freeplane_plugin_script/src/overview.html b/freeplane_plugin_script/src/overview.html
new file mode 100644
index 0000000..84051cd
--- /dev/null
+++ b/freeplane_plugin_script/src/overview.html
@@ -0,0 +1,32 @@
+<html>
+<body>
+<p>The Freeplane scripting API is an object oriented layer over the Freeplane internals.</p> It is meant to be upwards compatible and it grows with new Freeplane features. If you miss a special Freeplane feature in the API please create a change request in <a href="http://sourceforge.net/apps/mantisbt/freeplane/">Mantis</a>.
+<h2>The <a href="org/freeplane/plugin/script/proxy/Proxy.html">Proxy</a> interface</h2>
+<p>The interface is completely defined by the <a href="org/freeplane/plugin/script/proxy/Proxy.html">Proxy</a> interface with its numerous subinterfaces.</p>
+<p>In addition to the wrapper layer there are two extensions:</p>
+<h2><a href="org/freeplane/plugin/script/FreeplaneScriptBaseClass.html">FreeplaneScriptBaseClass</a></h2>
+This Groovy class is the base class of all formulas and Groovy scripts. It provides some methods you may find convenient.
+<h2>Utilities</h2>
+The following utility classes that also are listed in <a href="org/freeplane/plugin/script/FreeplaneScriptBaseClass.html">FreeplaneScriptBaseClass</a> might be useful. Where available use the shortcut (e.g. <tr>ui</tr> instead of <tr>UITools</tr>) since this requires no imports:
+<table border="1">
+<tr><th>Class</td><th>Shortcut</th></tr>
+<tr><td><a href="org/freeplane/core/ui/components/UITools.html">UITools</a></td><td>ui</td></tr>
+<tr><td><a href="org/freeplane/core/util/LogUtils.html">LogUtils</a></td><td>logger</td></tr>
+<tr><td><a href="org/freeplane/core/util/HtmlUtils.html">HtmlUtils</a></td><td>htmlUtils</td></tr>
+<tr><td><a href="org/freeplane/core/util/TextUtils.html">TextUtils</a></td><td>textUtils</td></tr>
+<tr><td><a href="org/freeplane/core/util/MenuUtils.html">MenuUtils</a></td><td>menuUtils</td></tr>
+<tr><td><a href="org/freeplane/plugin/script/FreeplaneScriptBaseClass.ConfigProperties.html">ConfigProperties</a></td><td>config</td></tr>
+<tr><td><a href="org/freeplane/core/util/FreeplaneVersion.html">FreeplaneVersion</a></td><td>-</td></tr>
+</table>
+<h2>Entry points</h2>
+Each script is given two variables:
+<pre>
+  Proxy.Node node
+  Proxy.Controller c
+</pre>
+
+<p>In formulas and Groovy scripts all methods and properties of the <tt>node</tt> variable are directly available so you can write <tt>children.size()</tt> instead of <tt>node.children.size()</tt>.</p>
+<h2>Access to Freeplane's internals</h2>
+<p>The existence of a comprehensive API doesn't prohibit access to internal interfaces. For most scripts this should not be necessary but especially add-on writers may need more than the scripting API. But note that these internal interfaces might change without further notice between two stable Freeplane versions (but probably not between minor versions). Also note that for understanding the internal interfaces you have to dive into the code. <a href="http://freeplane.sourceforge.net/wiki/index.php/Scripting_environment_setup">Setting up a proper development environment</a> is therefore indispensable.</p>
+</body>
+</html>

-- 
freeplane packaging



More information about the pkg-java-commits mailing list