Skip to content

Commit

Permalink
Switch from "nl/de" or "nl/en" to "$nl$. Eclipse features like the
Browse files Browse the repository at this point in the history
online help work better with "$nl$". One difference between these two
ways of specifing the language is that the context tree in the online
help is expanded to the corresponding article. Another point is that the
F1 help shows the location in the online help.
  • Loading branch information
Thorben Groos committed Jun 6, 2020
1 parent ebf0012 commit 32fd757
Show file tree
Hide file tree
Showing 76 changed files with 98 additions and 104 deletions.
2 changes: 1 addition & 1 deletion org.jcryptool.analysis.entropy/nl/de/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<contexts>
<context id="view" title="Entropie-Analyse">
<description>Die Entropieberechnung liefert Erkenntnisse über den Informationsgehalt von Zeichenfolgen auf syntaktischer Ebene. Hier lässt sich die absolute und bedingte Entropie nach Claude E. Shannon berechnen und die damit einhergehende Redundanz der Kodierung bestimmen. Als Eingabe für die Berechnung dient das ausgewählte Textfenster. Bei der Berechnung werden statistische Abhängigkeiten zwischen den Zeichen bis zu einer einstellbaren Länge n berücksichtigt.</description>
<topic href="nl/de/help/content/entropy_userguide.html" label="Entropie-Analyse" />
<topic href="$nl$/help/content/entropy_userguide.html" label="Entropie-Analyse" />
</context>

</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.analysis.entropy/nl/en/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<contexts>
<context id="view" title="Entropy analysis">
<description>The Entropy Analysis gives knowledge of the information content on the syntactical level. This tool calculates the entropy (and conditional entropy) in terms of Claude E. Shannon. Consequential effects like the redundancy of the encoding will also be calculated. The input for the analysis is the actual selected text editor. The calculation considers stochastical dependencies between the characters of an editable length n.</description>
<topic href="nl/en/help/content/entropy_userguide.html" label="Entropy-Analysis" />
<topic href="$nl$/help/content/entropy_userguide.html" label="Entropy-Analysis" />
</context>

</contexts>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="N-Gram Analysis">
<description>The N-Gram Text-Topic Analysis plug-in aims to identify the topic of a given text.</description>
<topic href="nl/de/help/content/ngram_userguide.html" label="N-Gram Analysis Tutorial"/>
<topic href="$nl$/help/content/ngram_userguide.html" label="N-Gram Analysis Tutorial"/>
</context>
</contexts>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="N-Gramm-Analyse" link_to="../org.jcryptool.core.help/$nl$/toc_users_guide.xml#analysisPlugins">
<topic href="nl/de/help/content/ngram_userguide.html" label="N-Gramm-Analyse">
<topic href="$nl$/help/content/ngram_userguide.html" label="N-Gramm-Analyse">
</topic>
</toc>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="N-Gram Analysis">
<description>The N-Gram Text-Topic Analysis plug-in aims to identify the topic of a given text.</description>
<topic href="nl/en/help/content/ngram_userguide.html" label="N-Gram Analysis Tutorial"/>
<topic href="$nl$/help/content/ngram_userguide.html" label="N-Gram Analysis Tutorial"/>
</context>
</contexts>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="N-Gram Analysis" link_to="../org.jcryptool.core.help/$nl$/toc_users_guide.xml#analysisPlugins">
<topic href="nl/en/help/content/ngram_userguide.html" label="N-Gram Analysis">
<topic href="$nl$/help/content/ngram_userguide.html" label="N-Gram Analysis">
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.analysis.viterbi/nl/de/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Viterbi">
<description>Der <b>Viterbi-Algorithmus</b> ist eine komplexe Form der Häufigkeitsanalyse. Mithilfe von Wahrscheinlichkeiten des Auftretens von Zeichenketten wird versucht, die Klartexte zusammenzubauen.</description>
<topic href="nl/de/help/content/index.html" label="Viterbi Tutorial"/>
<topic href="$nl$/help/content/index.html" label="Viterbi Tutorial"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.analysis.viterbi/nl/de/help/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Viterbi-Analyse" link_to="../org.jcryptool.core.help/$nl$/toc.xml#analysisPlugins">
<topic href="nl/de/help/content/index.html" label="Viterbi-Analyse">
<topic href="$nl$/help/content/index.html" label="Viterbi-Analyse">
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.analysis.viterbi/nl/en/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Viterbi">
<description>Basically the <b>Viterbi algorithm</b> is like a frequency analysis. Depending on the probabilities of the single characters it puts the plaintext together.</description>
<topic href="nl/de/help/content/index.html" label="Viterbi Tutorial"/>
<topic href="$nl$/help/content/index.html" label="Viterbi Tutorial"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.analysis.viterbi/nl/en/help/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Viterbi Analysis" link_to="../org.jcryptool.core.help/$nl$/toc.xml#analysisPlugins">
<topic href="nl/en/help/content/index.html" label="Viterbi Analysis">
<topic href="$nl$/help/content/index.html" label="Viterbi Analysis">
</topic>
</toc>
10 changes: 5 additions & 5 deletions org.jcryptool.crypto.modern.sha3/nl/de/tocUI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="SHA-3 - Guide" link_to="../org.jcryptool.core.help/$nl$/toc.xml#hashPlugins">
<topic href="nl/de/help/content/UI/TutorialUI.html" label="SHA-3">
<topic href="nl/de/help/content/Tutorial.html" label="SHA-3 - Allgemeine Informationen">
<topic href="$nl$/help/content/UI/TutorialUI.html" label="SHA-3">
<topic href="$nl$/help/content/Tutorial.html" label="SHA-3 - Allgemeine Informationen">
</topic>
<topic href="nl/de/help/content/ECHOTutorial.html" label="SHA-3 - ECHO">
<topic href="$nl$/help/content/ECHOTutorial.html" label="SHA-3 - ECHO">
</topic>
<topic href="nl/de/help/content/JHTutorial.html" label="SHA-3 - JH">
<topic href="$nl$/help/content/JHTutorial.html" label="SHA-3 - JH">
</topic>
<topic href="nl/de/help/content/SkeinTutorial.html" label="SHA-3 - Skein">
<topic href="$nl$/help/content/SkeinTutorial.html" label="SHA-3 - Skein">
</topic>
</topic>
</toc>
10 changes: 5 additions & 5 deletions org.jcryptool.crypto.modern.sha3/nl/en/tocUI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="SHA-3 - Guide" link_to="../org.jcryptool.core.help/$nl$/toc.xml#hashPlugins">
<topic href="nl/en/help/content/UI/TutorialUI.html" label="SHA-3">
<topic href="nl/en/help/content/Tutorial.html" label="SHA-3 - General Information">
<topic href="$nl$/help/content/UI/TutorialUI.html" label="SHA-3">
<topic href="$nl$/help/content/Tutorial.html" label="SHA-3 - General Information">
</topic>
<topic href="nl/en/help/content/ECHOTutorial.html" label="SHA-3 - ECHO">
<topic href="$nl$/help/content/ECHOTutorial.html" label="SHA-3 - ECHO">
</topic>
<topic href="nl/en/help/content/JHTutorial.html" label="SHA-3 - JH">
<topic href="$nl$/help/content/JHTutorial.html" label="SHA-3 - JH">
</topic>
<topic href="nl/en/help/content/SkeinTutorial.html" label="SHA-3 - Skein">
<topic href="$nl$/help/content/SkeinTutorial.html" label="SHA-3 - Skein">
</topic>
</topic>
</toc>
4 changes: 2 additions & 2 deletions org.jcryptool.games.divide/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
file="$nl$/contexts.xml">
</contexts>
<contexts
file="nl/en/contexts.xml">
file="$nl$/contexts.xml">
</contexts>
<contexts
file="nl/de/contexts.xml">
file="$nl$/contexts.xml">
</contexts>
</extension>
<extension
Expand Down
2 changes: 1 addition & 1 deletion org.jcryptool.visual.arc4/nl/de/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Visualisierung von ARC4">
<description>Diese Visualisierung demonstriert die Funktionsweise von <b>ARC4</b>.</description>
<topic href="nl/de/help/content/index.html" label="ARC4-Algorithmus"/>
<topic href="$nl$/help/content/index.html" label="ARC4-Algorithmus"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.arc4/nl/en/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Visualization of ARC4">
<description>This visualization demonstrates the functionality of <b>ARC4</b>.</description>
<topic href="nl/en/help/content/index.html" label="ARC4 Algorithm"/>
<topic href="$nl$/help/content/index.html" label="ARC4 Algorithm"/>
</context>
</contexts>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Shanks Babystep-Giantstep">
<description>Auf der linken Seite wird die Beschreibung und die Berechnungsvorschrift des aktuellen Schrittes dargestellt, auf der rechten Seite die Eingabefelder und Ergebnisse der Berechnung.</description>
<topic href="nl/de/help/content/index.html" label="Shanks Babystep-Giantstep"/>
<topic href="$nl$/help/content/index.html" label="Shanks Babystep-Giantstep"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.babystepgiantstep/nl/de/help/toc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<toc label="Shanks Babystep-Giantstep" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/de/help/content/index.html" label="Shanks Babystep-Giantstep">
<topic href="$nl$/help/content/index.html" label="Shanks Babystep-Giantstep">
</topic>
</toc>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Shanks Babystep-Giantstep">
<description>On the left side the description and the computational procedure of the current step is presented, on the right side the input and results of the calculation.</description>
<topic href="nl/en/help/content/index.html" label="Shanks Babystep-Giantstep"/>
<topic href="$nl$/help/content/index.html" label="Shanks Babystep-Giantstep"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.babystepgiantstep/nl/en/help/toc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<toc label="Shanks Babystep-Giantstep" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/en/help/content/index.html" label="Shanks Babystep-Giantstep">
<topic href="$nl$/help/content/index.html" label="Shanks Babystep-Giantstep">
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.crt/nl/de/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Chinese Remainder Theorem">
<description>Auf der linken Seite wird die Beschreibung und die Berechnungsvorschrift des aktuellen Schrittes dargestellt, auf der rechten Seite die Eingabefelder und Ergebnisse der Berechnung.</description>
<topic href="nl/de/help/content/index.html" label="Chinese Remainder Theorem"/>
<topic href="$nl$/help/content/index.html" label="Chinese Remainder Theorem"/>
</context>
</contexts>
4 changes: 2 additions & 2 deletions org.jcryptool.visual.crt/nl/de/help/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Chinese Remainder Theorem" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/de/help/content/index.html" label="Chinese Remainder Theorem">
<topic href="nl/de/help/content/crtAlgorithm.html" label="Chinese Remainder Theorem Algorithmus">
<topic href="$nl$/help/content/index.html" label="Chinese Remainder Theorem">
<topic href="$nl$/help/content/crtAlgorithm.html" label="Chinese Remainder Theorem Algorithmus">
</topic>
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.crt/nl/en/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Chinese Remainder Theorem">
<description>On the left side the description and the computational procedure of the current step is presented, on the right side the input and results of the calculation.</description>
<topic href="nl/en/help/content/index.html" label="Chinese Remainder Theorem"/>
<topic href="$nl$/help/content/index.html" label="Chinese Remainder Theorem"/>
</context>
</contexts>
4 changes: 2 additions & 2 deletions org.jcryptool.visual.crt/nl/en/help/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Chinese Remainder Theorem" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/en/help/content/index.html" label="Chinese Remainder Theorem">
<topic href="nl/en/help/content/crtAlgorithm.html" label="Chinese Remainder Theorem Algorithm">
<topic href="$nl$/help/content/index.html" label="Chinese Remainder Theorem">
<topic href="$nl$/help/content/crtAlgorithm.html" label="Chinese Remainder Theorem Algorithm">
</topic>
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.des/nl/de/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Data Encryption Standard">
<description>Dieses Plugin visualisiert die inneren Zustände des Data Encryption Standard (DES).</description>
<topic href="help/content/index.html" label="Data Encryption Standard"/>
<topic href="$nl$/help/content/index.html" label="Data Encryption Standard"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.des/nl/de/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Data Encryption Standard" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic label="Data Encryption Standard" href="nl/de/help/content/index.html" />
<topic label="Data Encryption Standard" href="$nl$/help/content/index.html" />
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.des/nl/en/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Data Encryption Standard">
<description>This plugin visualizes the inner states of the Data Encryption Standard (DES).</description>
<topic href="help/content/index.html" label="Data Encryption Standard"/>
<topic href="$nl$/help/content/index.html" label="Data Encryption Standard"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.des/nl/en/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Data Encryption Standard" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic label="Data Encryption Standard" href="nl/en/help/content/index.html" />
<topic label="Data Encryption Standard" href="$nl$/help/content/index.html" />
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.elGamal/nl/de/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Demonstration von ElGamal">
<description>Diese Visualisierung demonstriert das asymmetrische Verschlüsselungs- und Signaturverfahren ElGamal.</description>
<topic href="nl/de/help/content/index.html" label="ElGamal-Kryptosystem"/>
<topic href="$nl$/help/content/index.html" label="ElGamal-Kryptosystem"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.elGamal/nl/en/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Demonstration of ElGamal">
<description>This visualization demonstrates the asymetric encryption and signature scheme ElGamal.</description>
<topic href="nl/en/help/content/index.html" label="ElGamal Cryptographic System"/>
<topic href="$nl$/help/content/index.html" label="ElGamal Cryptographic System"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.euclid/nl/de/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<description>In die Eingabemaske können zwei positive ganze Zahlen <b>p</b> und <b>q</b> eingegeben werden.

Danach kann über die Buttons die Berechnung schrittweise oder vollständig automatisch durchgeführt werden.</description>
<topic href="nl/de/help/content/index.html" label="Erweiterter Euklid / Wechselwegnahme"/>
<topic href="$nl$/help/content/index.html" label="Erweiterter Euklid / Wechselwegnahme"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.euclid/nl/en/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<description>Start by entering two positive integers for <b>p</b> and <b>q</b>.

After that use the buttons to execute the calculation step by step or completely automatical.</description>
<topic href="nl/de/help/content/index.html" label="Reciprocal Subtraction/Extended Euclidean"/>
<topic href="$nl$/help/content/index.html" label="Reciprocal Subtraction/Extended Euclidean"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.extendedrsa/nl/de/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Erweitertes RSA-Kryptosystem">
<description>Diese Visualisierung demonstriert das asymmetrische Verschlüsselungs- und Signaturverfahren RSA.</description>
<topic href="nl/de/help/content/rsaHelp.html" label="Erweitertes RSA-Kryptosystem"/>
<topic href="$nl$/help/content/rsaHelp.html" label="Erweitertes RSA-Kryptosystem"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.extendedrsa/nl/de/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Erweitertes RSA-Kryptosystem" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
   <topic href="nl/de/help/content/rsaHelp.html" label="Erweitertes RSA-Kryptosystem"/>
   <topic href="$nl$/help/content/rsaHelp.html" label="Erweitertes RSA-Kryptosystem"/>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.extendedrsa/nl/en/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Extended RSA Cryptosystem">
<description>This visual demonstrates the asymmetric encryption and signature-algorithm RSA.</description>
<topic href="nl/en/help/content/rsaHelp.html" label="Extended RSA Cryptosystem"/>
<topic href="$nl$/help/content/rsaHelp.html" label="Extended RSA Cryptosystem"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.extendedrsa/nl/en/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Extended RSA Cryptosystem" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
   <topic href="nl/en/help/content/rsaHelp.html" label="Extended RSA Cryptosystem"/>
   <topic href="$nl$/help/content/rsaHelp.html" label="Extended RSA Cryptosystem"/>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.hashing/nl/de/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<description>Mithilfe dieses Plugins können Sie unterschiedliche Hashwerte von zwei Texten vergleichen. Das Plugin stellt die Unterschiede zwischen den beiden erzeugten Hashs heraus.

Mehr Informationen über die Bedienung des Plugins finden sie in der Online-Hilfe zu, welche in dem Link hier drunter verlinkt ist.</description>
<topic href="nl/de/help/content/index.html" label="Hashing-Visualisierung"/>
<topic href="$nl$/help/content/index.html" label="Hashing-Visualisierung"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.hashing/nl/de/help/toc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<toc label="Hashes-Visualisierung" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/de/help/content/index.html" label="Hashes-Visualisierung">
<topic href="$nl$/help/content/index.html" label="Hashes-Visualisierung">
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.hashing/nl/en/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<description>This plugin allows you to compare different hash values of two texts. The plugin highlights the differences between the two generated hashes.

For more information on how to use the plugin, please refer to the online help, which is referenced in the link below.</description>
<topic href="nl/en/help/content/index.html" label="Hashing Visualization"/>
<topic href="$nl$/help/content/index.html" label="Hashing Visualization"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.hashing/nl/en/help/toc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<toc label="Hashes Visualization" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/en/help/content/index.html" label="Hashes Visualization">
<topic href="$nl$/help/content/index.html" label="Hashes Visualization">
</topic>
</toc>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.he/nl/de/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Demonstration von homomorphen Verschlüsselungsschemas">
<description>Diese Visualisierung demonstriert zwei partiell-homomorphe Verschlüsselunsschemas und ein voll-homomorphes Verschlüsselungsschema.</description>
<topic href="nl/de/help/content/index.html" label="Homomorphe Verschlüsselung"/>
<topic href="$nl$/help/content/index.html" label="Homomorphe Verschlüsselung"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.he/nl/en/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Demonstration of Homomorphic Encryption Schemes">
<description>This visualization demonstrates fully and partially homomorphic encryption schemes</description>
<topic href="nl/en/help/content/index.html" label="Homomorphic Encryption"/>
<topic href="$nl$/help/content/index.html" label="Homomorphic Encryption"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.huffmanCoding/nl/de/help/contexts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<contexts>
<context id="view" title="Huffman Coding">
<description>Die Huffman-Kodierung ist ein Verfahren zur verlustlosen Datenkomprimierung. Hierbei wird jedem einzelnen Zeichen eines Textes je nach der Häufigkeit des Auftretens eine unterschiedlich lange Folge von Bits zugeordnet. Häufig auftretende Zeichen werden mit einer kurzen Bitfolge, selten auftretende mit einer längeren Bitfolge dargestellt. Dadurch sind die Informationen möglichst redundanzfrei zusammengefasst und somit der benötigte Speicherplatz reduziert.</description>
<topic href="nl/de/help/content/index.html" label="Huffman Coding"/>
<topic href="$nl$/help/content/index.html" label="Huffman Coding"/>
</context>
</contexts>
2 changes: 1 addition & 1 deletion org.jcryptool.visual.huffmanCoding/nl/de/help/toc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<toc label="Huffman-Kodierung" link_to="../org.jcryptool.core.help/$nl$/toc.xml#visualizationPlugins">
<topic href="nl/de/help/content/index.html" label="Huffman-Kodierung">
<topic href="$nl$/help/content/index.html" label="Huffman-Kodierung">
</topic>
</toc>
Loading

0 comments on commit 32fd757

Please sign in to comment.