correct version number in README, BACKSLASH_U, fix validation error for gl_ES
authorMasaki Katakai <masaki@netbeans.org>
Thu, 03 Dec 2009 16:50:29 +0900
changeset 1438e9deb9abf486
parent 1437 e974e35627f7
child 1439 60beebf30f92
correct version number in README, BACKSLASH_U, fix validation error for gl_ES
src/de/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_de.properties
src/de/other/ide.branding/release-toplevel/README_de.html
src/es/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_es.properties
src/es/other/ide.branding/release-toplevel/README_es.html
src/fr/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_fr.properties
src/gl_ES/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_gl_ES.properties
src/gl_ES/other/installer/engine/branding/jdk/src/native/launcher/windows/i18n/launcher_gl_ES.properties
src/gl_ES/other/installer/engine/branding/jtb/src/native/launcher/windows/i18n/launcher_gl_ES.properties
src/gl_ES/other/installer/engine/branding/mysql/src/native/launcher/windows/i18n/launcher_gl_ES.properties
src/gl_ES/other/nbi/engine/native/launcher/windows/i18n/launcher_gl_ES.properties
src/it/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_it.properties
src/it/other/ide.branding/release-toplevel/README_it.html
src/ja/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ja.properties
src/ko/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ko.properties
src/nl/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_nl.properties
src/nl/other/ide.branding/release-toplevel/README_nl.html
src/pt_BR/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_pt_BR.properties
src/ru/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ru.properties
src/ru/other/ide.branding/release-toplevel/README_ru.html
src/sv/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_sv.properties
src/tr/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_tr.properties
src/zh_CN/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_zh_CN.properties
src/zh_TW/other/ide.branding/release-toplevel/README_zh_TW.html
     1.1 --- a/src/de/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_de.properties	Thu Dec 03 14:04:02 2009 +0900
     1.2 +++ b/src/de/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_de.properties	Thu Dec 03 16:50:29 2009 +0900
     1.3 @@ -49,7 +49,7 @@
     1.4  
     1.5  # UnicodeConvert
     1.6  UnicodeConvert=Unicode in Literalen - in portierbare Escapesequenzen umwandeln?
     1.7 -UnicodeConvertDesc=In Implementierungen von JavaScript 1.3 sind Unicode-Zeichen in Literalen nicht erlaubt. Stattdessen die Escapesequenz BACKSLASH_U nutzen.
     1.8 +UnicodeConvertDesc=In Implementierungen von JavaScript 1.3 sind Unicode-Zeichen in Literalen nicht erlaubt. Stattdessen die Escapesequenz \\u nutzen.
     1.9  UnicodeConvertFix={0} nach {1} \u00e4ndern
    1.10  
    1.11  UnsupportedCalls=Dieser Aufruf wird von keinem der eingestellten Zielbrowser unterst\u00fctzt
     2.1 --- a/src/de/other/ide.branding/release-toplevel/README_de.html	Thu Dec 03 14:04:02 2009 +0900
     2.2 +++ b/src/de/other/ide.branding/release-toplevel/README_de.html	Thu Dec 03 16:50:29 2009 +0900
     2.3 @@ -54,7 +54,7 @@
     2.4  <h3>Um die IDE zu starten (Microsoft Windows), gehen Sie wie folgt vor:</h3>
     2.5  <ul>
     2.6    <li>Doppelklicken Sie das NetBeans IDE-Icon auf Ihrem Desktop.</li>
     2.7 -  <li>Wählen Sie im Windows-Menü Start &gt; All Programs &gt; NetBeans &gt; NetBeans IDE 6.7.1</li>
     2.8 +  <li>Wählen Sie im Windows-Menü Start &gt; All Programs &gt; NetBeans &gt; NetBeans IDE 6.8</li>
     2.9    <li>Starten Sie die IDE von der Kommandozeile <code>C:\&gt; </code><i><var>netbeans-Installationsverzeichnis</var></i><code>\bin\netbeans.exe</code>.</li>
    2.10  </ul>
    2.11  <h3>Um die IDE zu starten (Solaris OS oder Linux):</h3>
    2.12 @@ -77,8 +77,8 @@
    2.13  
    2.14  <ul>
    2.15  
    2.16 -<li>Versionsinformation für die NetBeans IDE 6.7.1 finden Sie hier <a
    2.17 -href="http://www.netbeans.org/community/releases/67/index.html">http://www.netbeans.org/community/releases/67/index.html</a>.</li>
    2.18 +<li>Versionsinformation für die NetBeans IDE 6.8 finden Sie hier <a
    2.19 +href="http://www.netbeans.org/community/releases/68/index.html">http://www.netbeans.org/community/releases/68/index.html</a>.</li>
    2.20  
    2.21  <li>Eine Übersicht über die Dokumentation finden sie unter http://www.netbeans.org/kb/index.html Dieses Dokument enthält zudem Verweise auf weitere Dokumentation.</li>  
    2.22  
     3.1 --- a/src/es/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_es.properties	Thu Dec 03 14:04:02 2009 +0900
     3.2 +++ b/src/es/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_es.properties	Thu Dec 03 16:50:29 2009 +0900
     3.3 @@ -49,7 +49,7 @@
     3.4  
     3.5  # UnicodeConvert
     3.6  UnicodeConvert=Unicode en literales - \u00bfconvertirlo a secuencias de escape m\u00e1s port\u00e1tiles?
     3.7 -UnicodeConvertDesc=En implementaciones anteriores a JavaScript 1.3, caracteres Unicode no pueden aparecer en los literales. Utilice en su lugar la secuencia de escape BACKSLASH_U.
     3.8 +UnicodeConvertDesc=En implementaciones anteriores a JavaScript 1.3, caracteres Unicode no pueden aparecer en los literales. Utilice en su lugar la secuencia de escape \\u.
     3.9  UnicodeConvertFix=Cambiar {0} a {1}
    3.10  
    3.11  UnsupportedCalls=Esta llamada no es admitida por todos sus navegadores marcados
     4.1 --- a/src/es/other/ide.branding/release-toplevel/README_es.html	Thu Dec 03 14:04:02 2009 +0900
     4.2 +++ b/src/es/other/ide.branding/release-toplevel/README_es.html	Thu Dec 03 16:50:29 2009 +0900
     4.3 @@ -58,7 +58,7 @@
     4.4  <h3>To start the IDE (Microsoft Windows) use one of these methods:</h3>
     4.5  <ul>
     4.6    <li>Double-click the NetBeans IDE icon on your desktop.</li>
     4.7 -  <li>Choose Start &gt; All Programs &gt; NetBeans &gt; NetBeans IDE 6.7.1.</li>
     4.8 +  <li>Choose Start &gt; All Programs &gt; NetBeans &gt; NetBeans IDE 6.8.</li>
     4.9    <li>Start the IDE at the command line <code>C:\&gt; </code><i><var>netbeans-install-directory</var></i><code>\bin\netbeans.exe</code>.</li>
    4.10  </ul>
    4.11  <h3>To start the IDE (Solaris OS or Linux):</h3>
    4.12 @@ -83,8 +83,8 @@
    4.13  
    4.14  <ul>
    4.15  
    4.16 -<li>Release information on NetBeans IDE 6.7.1 can be found at at <a
    4.17 -href="http://www.netbeans.org/community/releases/67/index.html">http://www.netbeans.org/community/releases/67/index.html</a>.</li>
    4.18 +<li>Release information on NetBeans IDE 6.8 can be found at at <a
    4.19 +href="http://www.netbeans.org/community/releases/68/index.html">http://www.netbeans.org/community/releases/68/index.html</a>.</li>
    4.20  
    4.21  <li>The index of IDE documentation can be found at <a
    4.22  href="http://www.netbeans.org/kb/index.html">http://www.netbeans.org/kb/index.html</a>. 
     5.1 --- a/src/fr/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_fr.properties	Thu Dec 03 14:04:02 2009 +0900
     5.2 +++ b/src/fr/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_fr.properties	Thu Dec 03 16:50:29 2009 +0900
     5.3 @@ -49,7 +49,7 @@
     5.4  
     5.5  # UnicodeConvert
     5.6  UnicodeConvert=Unicode dans un litt\u00e9ral - le convertir vers une s\u00e9quence d'\u00e9chappement plus portable?
     5.7 -UnicodeConvertDesc=Dans les impl\u00e9mentations de JavaScript ant\u00e9rieures \u00e0 1.3, les caract\u00e8res Unicode ne pouvaient pas figurer dans les litt\u00e9raux. Utilisez une s\u00e9quence d'\u00e9chappement BACKSLASH_U \u00e0 la place.
     5.8 +UnicodeConvertDesc=Dans les impl\u00e9mentations de JavaScript ant\u00e9rieures \u00e0 1.3, les caract\u00e8res Unicode ne pouvaient pas figurer dans les litt\u00e9raux. Utilisez une s\u00e9quence d'\u00e9chappement \\u \u00e0 la place.
     5.9  UnicodeConvertFix=Changer {0} en {1}
    5.10  
    5.11  UnsupportedCalls=Cet appel n'est pas pris en charge par tous les navigateurs que vous ciblez
     6.1 --- a/src/gl_ES/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_gl_ES.properties	Thu Dec 03 14:04:02 2009 +0900
     6.2 +++ b/src/gl_ES/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_gl_ES.properties	Thu Dec 03 16:50:29 2009 +0900
     6.3 @@ -49,7 +49,7 @@
     6.4  
     6.5  # UnicodeConvert
     6.6  UnicodeConvert=Unicode in literals - convert to more portable escape sequence?
     6.7 -UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the BACKSLASH_U escape sequence instead.
     6.8 +UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the \\u escape sequence instead.
     6.9  UnicodeConvertFix=Cambiar {0} a {1}
    6.10  
    6.11  UnsupportedCalls=Esta chamada non est\u00e1 soportada por todos os seus navegadores de destino
     7.1 --- a/src/gl_ES/other/installer/engine/branding/jdk/src/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 14:04:02 2009 +0900
     7.2 +++ b/src/gl_ES/other/installer/engine/branding/jdk/src/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 16:50:29 2009 +0900
     7.3 @@ -42,7 +42,7 @@
     7.4  nlw.integrity=O ficheiro do instalador est\u00e1 corrompido\nO ficheiro do instalador {0} semella que est\u00e1 corrompido
     7.5  nlw.output.error=Produciuse un erro na extracci\u00f3n dos datos\nNon \u00e9 pos\u00edbel crear o ficheiro {0}!\nProduciuse o seguinte erro: \n{1}
     7.6  nlw.java.process.error=Produciuse un erro ao executar proceso java\n{0}
     7.7 -nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n\\}
     7.8 +nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n{0}
     7.9  nlw.bundled.jvm.extract.error=Non \u00e9 pos\u00edbel preparar o JVM empaquetado para executar o instalador.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
    7.10  nlw.bundled.jvm.verify.error=Produciuse un erro mentres se verificaba a JVM empaquetada.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
    7.11  
     8.1 --- a/src/gl_ES/other/installer/engine/branding/jtb/src/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 14:04:02 2009 +0900
     8.2 +++ b/src/gl_ES/other/installer/engine/branding/jtb/src/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 16:50:29 2009 +0900
     8.3 @@ -42,7 +42,7 @@
     8.4  nlw.integrity=O ficheiro do instalador est\u00e1 corrompido\nO ficheiro do instalador {0} semella que est\u00e1 corrompido
     8.5  nlw.output.error=Produciuse un erro na extracci\u00f3n dos datos\nNon \u00e9 pos\u00edbel crear o ficheiro {0}!\nProduciuse o seguinte erro: \n{1}
     8.6  nlw.java.process.error=Produciuse un erro ao executar proceso java\n{0}
     8.7 -nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n\\}
     8.8 +nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n{0}
     8.9  nlw.bundled.jvm.extract.error=Non \u00e9 pos\u00edbel preparar o JVM empaquetado para executar o instalador.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
    8.10  nlw.bundled.jvm.verify.error=Produciuse un erro mentres se verificaba a JVM empaquetada.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
    8.11  
     9.1 --- a/src/gl_ES/other/installer/engine/branding/mysql/src/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 14:04:02 2009 +0900
     9.2 +++ b/src/gl_ES/other/installer/engine/branding/mysql/src/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 16:50:29 2009 +0900
     9.3 @@ -42,7 +42,7 @@
     9.4  nlw.integrity=O ficheiro do instalador est\u00e1 corrompido\nO ficheiro do instalador {0} semella que est\u00e1 corrompido
     9.5  nlw.output.error=Produciuse un erro na extracci\u00f3n dos datos\nNon \u00e9 pos\u00edbel crear o ficheiro {0}!\nProduciuse o seguinte erro: \n{1}
     9.6  nlw.java.process.error=Produciuse un erro ao executar proceso java\n{0}
     9.7 -nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n\\}
     9.8 +nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n{0}
     9.9  nlw.bundled.jvm.extract.error=Non \u00e9 pos\u00edbel preparar o JVM empaquetado para executar o instalador.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
    9.10  nlw.bundled.jvm.verify.error=Produciuse un erro mentres se verificaba a JVM empaquetada.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
    9.11  
    10.1 --- a/src/gl_ES/other/nbi/engine/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 14:04:02 2009 +0900
    10.2 +++ b/src/gl_ES/other/nbi/engine/native/launcher/windows/i18n/launcher_gl_ES.properties	Thu Dec 03 16:50:29 2009 +0900
    10.3 @@ -42,7 +42,7 @@
    10.4  nlw.integrity=O ficheiro do instalador est\u00e1 corrompido.\nO ficheiro do instalador {0} semella que est\u00e1 corrompido.
    10.5  nlw.output.error=Produciuse un erro na extracci\u00f3n dos datos\nNon \u00e9 pos\u00edbel crear o ficheiro {0}!\nProduciuse o seguinte erro: \n{1}
    10.6  nlw.java.process.error=Produciuse un erro ao executar proceso java\n{0}
    10.7 -nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n\\}
    10.8 +nlw.missing.external.resource=Non \u00e9 pos\u00edbel o instalador de NetBeans.\nRequ\u00edrese un ficheiro externo con datos necesarios pero falta:\n{0}
    10.9  nlw.bundled.jvm.extract.error=Non \u00e9 pos\u00edbel preparar o JVM empaquetado para executar o instalador.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
   10.10  nlw.bundled.jvm.verify.error=Produciuse un erro mentres se verificaba a JVM empaquetada.\nO m\u00e1is prob\u00e1bel e que o JVM empaquetado non sexa compat\u00edbel coa plataforma actual.
   10.11  
    11.1 --- a/src/it/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_it.properties	Thu Dec 03 14:04:02 2009 +0900
    11.2 +++ b/src/it/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_it.properties	Thu Dec 03 16:50:29 2009 +0900
    11.3 @@ -49,7 +49,7 @@
    11.4  
    11.5  # UnicodeConvert
    11.6  UnicodeConvert=Unicode in costante - convertire in sequenze di escape pi\u00f9 portabili?
    11.7 -UnicodeConvertDesc=In implementazioni precedenti a JavaScript 1.3, i caratteri Unicode non potevano apparire nei letterali. Usa invece la sequenza di escape BACKSLASH_U.
    11.8 +UnicodeConvertDesc=In implementazioni precedenti a JavaScript 1.3, i caratteri Unicode non potevano apparire nei letterali. Usa invece la sequenza di escape \\u.
    11.9  UnicodeConvertFix=Cambia {0} in {1}
   11.10  
   11.11  UnsupportedCalls=Questa chiamata non \u00e8 supportata da tutti i browser da te scelti
    12.1 --- a/src/it/other/ide.branding/release-toplevel/README_it.html	Thu Dec 03 14:04:02 2009 +0900
    12.2 +++ b/src/it/other/ide.branding/release-toplevel/README_it.html	Thu Dec 03 16:50:29 2009 +0900
    12.3 @@ -54,7 +54,7 @@
    12.4  <h3>Per eseguire l'IDE (in Microsoft WIndows) usa uno di questi metodi:</h3>
    12.5  <ul>
    12.6    <li>Doppio clic sull'icona dell'IDE sul desktop.</li>
    12.7 -  <li>Scegli Avvio &gt; Tutti i programmi &gt; NetBeans &gt; NetBeans IDE 6.7.1.</li>
    12.8 +  <li>Scegli Avvio &gt; Tutti i programmi &gt; NetBeans &gt; NetBeans IDE 6.8.</li>
    12.9    <li>Esegui l'IDE dalla riga di comando <code>C:\&gt; </code><i><var>cartella-di-installazione-di-NetBeans</var></i><code>\bin\netbeans.exe</code>.</li>
   12.10  </ul>
   12.11  <h3>Per eseguire l'IDE (in Solaris OS o Linux)::</h3>
   12.12 @@ -77,8 +77,8 @@
   12.13  
   12.14  <ul>
   12.15  
   12.16 -<li>Informazioni sulla release di NetBeans IDE 6.7.1 possono essere trovate a <a
   12.17 -href="http://www.netbeans.org/community/releases/67/index.html">http://www.netbeans.org/community/releases/67/index.html</a>.</li>
   12.18 +<li>Informazioni sulla release di NetBeans IDE 6.8 possono essere trovate a <a
   12.19 +href="http://www.netbeans.org/community/releases/68/index.html">http://www.netbeans.org/community/releases/68/index.html</a>.</li>
   12.20  
   12.21  <li>L'indice della documentazione dell'IDE si trova in <a
   12.22  href="http://www.netbeans.org/kb/index.html">http://www.netbeans.org/kb/index.html</a>. Questo documento fornisce anche i collegamenti per ulteriore documentazione.</li>  
    13.1 --- a/src/ja/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ja.properties	Thu Dec 03 14:04:02 2009 +0900
    13.2 +++ b/src/ja/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ja.properties	Thu Dec 03 16:50:29 2009 +0900
    13.3 @@ -49,7 +49,7 @@
    13.4  
    13.5  # UnicodeConvert
    13.6  UnicodeConvert=\u30ea\u30c6\u30e9\u30eb\u5185\u306e Unicode - \u79fb\u690d\u6027\u306e\u9ad8\u3044\u30a8\u30b9\u30b1\u30fc\u30d7\u30b7\u30fc\u30b1\u30f3\u30b9\u306b\u5909\u63db\u3057\u307e\u3059\u304b?
    13.7 -UnicodeConvertDesc=JavaScript 1.3 \u3088\u308a\u524d\u306e\u5b9f\u88c5\u3067\u306f\u3001Unicode \u6587\u5b57\u306f\u30ea\u30c6\u30e9\u30eb\u306b\u8868\u793a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4ee3\u308f\u308a\u306b BACKSLASH_U \u30a8\u30b9\u30b1\u30fc\u30d7\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
    13.8 +UnicodeConvertDesc=JavaScript 1.3 \u3088\u308a\u524d\u306e\u5b9f\u88c5\u3067\u306f\u3001Unicode \u6587\u5b57\u306f\u30ea\u30c6\u30e9\u30eb\u306b\u8868\u793a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4ee3\u308f\u308a\u306b \\u \u30a8\u30b9\u30b1\u30fc\u30d7\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
    13.9  UnicodeConvertFix={0} \u3092 {1} \u306b\u5909\u66f4
   13.10  
   13.11  UnsupportedCalls=\u3053\u306e\u547c\u3073\u51fa\u3057\u306f\u3001\u3059\u3079\u3066\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u30d6\u30e9\u30a6\u30b6\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093
    14.1 --- a/src/ko/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ko.properties	Thu Dec 03 14:04:02 2009 +0900
    14.2 +++ b/src/ko/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ko.properties	Thu Dec 03 16:50:29 2009 +0900
    14.3 @@ -49,7 +49,7 @@
    14.4  
    14.5  # UnicodeConvert
    14.6  UnicodeConvert=Unicode in literals - convert to more portable escape sequence?
    14.7 -UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the BACKSLASH_U escape sequence instead.
    14.8 +UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the \\u escape sequence instead.
    14.9  UnicodeConvertFix=Change {0} to {1}
   14.10  
   14.11  UnsupportedCalls=This call is not supported by all of your targeted browsers
    15.1 --- a/src/nl/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_nl.properties	Thu Dec 03 14:04:02 2009 +0900
    15.2 +++ b/src/nl/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_nl.properties	Thu Dec 03 16:50:29 2009 +0900
    15.3 @@ -49,7 +49,7 @@
    15.4  
    15.5  # UnicodeConvert
    15.6  UnicodeConvert=Unicode in literals - convert to more portable escape sequence?
    15.7 -UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the BACKSLASH_U escape sequence instead.
    15.8 +UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the \\u escape sequence instead.
    15.9  UnicodeConvertFix=Change {0} to {1}
   15.10  
   15.11  UnsupportedCalls=This call is not supported by all of your targeted browsers
    16.1 --- a/src/nl/other/ide.branding/release-toplevel/README_nl.html	Thu Dec 03 14:04:02 2009 +0900
    16.2 +++ b/src/nl/other/ide.branding/release-toplevel/README_nl.html	Thu Dec 03 16:50:29 2009 +0900
    16.3 @@ -59,7 +59,7 @@
    16.4  <h3>Voor het opstarten van de IDE (Microsoft Windows) pas &eacute;&eacute;n van de volgende methoden toe:</h3>
    16.5  <ul>
    16.6    <li>Dubbelklik op de NetBeans IDE-icoon op uw bureaublad.</li>
    16.7 -  <li>Kies Start &gt; Programmas &gt; NetBeans &gt; NetBeans IDE 6.7.1.</li>
    16.8 +  <li>Kies Start &gt; Programmas &gt; NetBeans &gt; NetBeans IDE 6.8.</li>
    16.9    <li>Start de IO in een commando venster <code><i><var>netbeans-installatie-schijf:\&gt; </code><i><var>netbeans-installatie-locatie</var></i><code>\bin\netbeans.exe</code>.<br />Example: <code>C:\> program files\netbeans\bin\netbeans.exe</code></li>
   16.10  </ul>
   16.11  <h3>Voor het opstarten van de IDE  (Solaris OS or Linux):</h3>
   16.12 @@ -82,7 +82,7 @@
   16.13  
   16.14  <ul>
   16.15  
   16.16 -<li>Release informatie over Netbeans IDE 6.7.1 is te vinden op <a
   16.17 +<li>Release informatie over Netbeans IDE 6.8 is te vinden op <a
   16.18  href="http://www.netbeans.org/community/releases/">http://www.netbeans.org/community/releases/</a>.</li>
   16.19  
   16.20  <li>De index van de IDE-documentatie is te vinden op <a
    17.1 --- a/src/pt_BR/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_pt_BR.properties	Thu Dec 03 14:04:02 2009 +0900
    17.2 +++ b/src/pt_BR/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_pt_BR.properties	Thu Dec 03 16:50:29 2009 +0900
    17.3 @@ -49,7 +49,7 @@
    17.4  
    17.5  # UnicodeConvert
    17.6  UnicodeConvert=Unicode em literais - converter para seq\u00fc\u00eancia de escape mais port\u00e1til?
    17.7 -UnicodeConvertDesc=Em implementa\u00e7\u00f5es anteriores ao JavaScript 1.3, caracteres Unicode n\u00e3o podiam aparecer em literais. Use a seq\u00fc\u00eancia de escape BACKSLASH_U.
    17.8 +UnicodeConvertDesc=Em implementa\u00e7\u00f5es anteriores ao JavaScript 1.3, caracteres Unicode n\u00e3o podiam aparecer em literais. Use a seq\u00fc\u00eancia de escape \\u.
    17.9  UnicodeConvertFix=Alterar {0} para {1}
   17.10  
   17.11  UnsupportedCalls=Esta chamada n\u00e3o \u00e9 aceita por todos os seus navegadores de destino
    18.1 --- a/src/ru/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ru.properties	Thu Dec 03 14:04:02 2009 +0900
    18.2 +++ b/src/ru/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_ru.properties	Thu Dec 03 16:50:29 2009 +0900
    18.3 @@ -49,7 +49,7 @@
    18.4  
    18.5  # UnicodeConvert
    18.6  UnicodeConvert=Unicode \u0432 \u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0430\u0445 - \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0431\u043e\u043b\u0435\u0435 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u043c\u0443\u044e \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u044b?
    18.7 -UnicodeConvertDesc=\u0412 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\u0445 \u0434\u043e JavaScript 1.3, \u0441\u0438\u043c\u0432\u043e\u043b\u044b Unicode \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u043f\u043e\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0430\u0445. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u044b BACKSLASH_U \u0432\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0435.
    18.8 +UnicodeConvertDesc=\u0412 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\u0445 \u0434\u043e JavaScript 1.3, \u0441\u0438\u043c\u0432\u043e\u043b\u044b Unicode \u043d\u0435 \u043c\u043e\u0433\u043b\u0438 \u043f\u043e\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0430\u0445. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u044b \\u \u0432\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0435.
    18.9  UnicodeConvertFix=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c {0} \u043d\u0430 {1}
   18.10  
   18.11  UnsupportedCalls=\u042d\u0442\u043e\u0442 \u0432\u044b\u0437\u043e\u0432 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0432\u0441\u0435\u043c\u0438 \u0446\u0435\u043b\u0435\u0432\u044b\u043c\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043c\u0438
    19.1 --- a/src/ru/other/ide.branding/release-toplevel/README_ru.html	Thu Dec 03 14:04:02 2009 +0900
    19.2 +++ b/src/ru/other/ide.branding/release-toplevel/README_ru.html	Thu Dec 03 16:50:29 2009 +0900
    19.3 @@ -54,7 +54,7 @@
    19.4  <h3>Для запуска интегрированной среды (на Microsoft Windows) используйте один из этих методов:</h3>
    19.5  <ul>
    19.6    <li>Дважды щелкните на значке среды NetBeans на вашем рабочем столе.</li>
    19.7 -  <li>Выберите Пуск &gt; Все программы &gt; NetBeans &gt; NetBeans IDE 6.7.1.</li>
    19.8 +  <li>Выберите Пуск &gt; Все программы &gt; NetBeans &gt; NetBeans IDE 6.8.</li>
    19.9    <li>Запустите интегрированную среду из коммандной строки <code>C:\&gt; </code><i><var>путь-установки-netbeans</var></i><code>\bin\netbeans.exe</code>.</li>
   19.10  </ul>
   19.11  <h3>Для запуска среды (в ОС Solaris или Linux):</h3>
   19.12 @@ -77,8 +77,8 @@
   19.13  
   19.14  <ul>
   19.15  
   19.16 -<li>Замечания к версии 6.7.1 среды NetBeans находятся по адресу <a
   19.17 -href="http://www.netbeans.org/community/releases/67/index_ru.html">http://www.netbeans.org/community/releases/67/index_ru.html</a>.</li>
   19.18 +<li>Замечания к версии 6.8 среды NetBeans находятся по адресу <a
   19.19 +href="http://www.netbeans.org/community/releases/68/index_ru.html">http://www.netbeans.org/community/releases/68/index_ru.html</a>.</li>
   19.20  
   19.21  <li>Список документации среды можно найти по адресу <a
   19.22  href="http://www.netbeans.org/kb/index_ru.html">http://www.netbeans.org/kb/index_ru.html</a>. Этот документ также содержит ссылки на дополнительную документацию.</li>  
    20.1 --- a/src/sv/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_sv.properties	Thu Dec 03 14:04:02 2009 +0900
    20.2 +++ b/src/sv/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_sv.properties	Thu Dec 03 16:50:29 2009 +0900
    20.3 @@ -49,7 +49,7 @@
    20.4  
    20.5  # UnicodeConvert
    20.6  UnicodeConvert=Unicode in literals - convert to more portable escape sequence?
    20.7 -UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the BACKSLASH_U escape sequence instead.
    20.8 +UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the \\u escape sequence instead.
    20.9  UnicodeConvertFix=Change {0} to {1}
   20.10  
   20.11  UnsupportedCalls=This call is not supported by all of your targeted browsers
    21.1 --- a/src/tr/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_tr.properties	Thu Dec 03 14:04:02 2009 +0900
    21.2 +++ b/src/tr/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_tr.properties	Thu Dec 03 16:50:29 2009 +0900
    21.3 @@ -49,7 +49,7 @@
    21.4  
    21.5  # UnicodeConvert
    21.6  UnicodeConvert=Unicode in literals - convert to more portable escape sequence?
    21.7 -UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the BACKSLASH_U escape sequence instead.
    21.8 +UnicodeConvertDesc=In implementations prior to JavaScript 1.3, Unicode characters could not appear in literals. Use the \\u escape sequence instead.
    21.9  UnicodeConvertFix=Change {0} to {1}
   21.10  
   21.11  UnsupportedCalls=This call is not supported by all of your targeted browsers
    22.1 --- a/src/zh_CN/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_zh_CN.properties	Thu Dec 03 14:04:02 2009 +0900
    22.2 +++ b/src/zh_CN/ide12/javascript-hints/javascript-hints/org/netbeans/modules/javascript/hints/Bundle_zh_CN.properties	Thu Dec 03 16:50:29 2009 +0900
    22.3 @@ -49,7 +49,7 @@
    22.4  
    22.5  # UnicodeConvert
    22.6  UnicodeConvert=\u7c7b\u578b\u4e2d\u7684 Unicode - \u662f\u5426\u8981\u8f6c\u6362\u4e3a\u5177\u6709\u66f4\u5f3a\u79fb\u690d\u6027\u7684\u8f6c\u4e49\u5e8f\u5217\uff1f
    22.7 -UnicodeConvertDesc=\u5728 JavaScript 1.3 \u4ee5\u524d\u7684\u5b9e\u73b0\u4e2d\uff0cUnicode \u5b57\u7b26\u65e0\u6cd5\u663e\u793a\u5728\u5404\u4e2a\u7c7b\u578b\u4e2d\u3002\u8bf7\u4f7f\u7528 BACKSLASH_U \u8f6c\u4e49\u5e8f\u5217\u3002
    22.8 +UnicodeConvertDesc=\u5728 JavaScript 1.3 \u4ee5\u524d\u7684\u5b9e\u73b0\u4e2d\uff0cUnicode \u5b57\u7b26\u65e0\u6cd5\u663e\u793a\u5728\u5404\u4e2a\u7c7b\u578b\u4e2d\u3002\u8bf7\u4f7f\u7528 \\u \u8f6c\u4e49\u5e8f\u5217\u3002
    22.9  UnicodeConvertFix=\u5c06 {0} \u66f4\u6539\u4e3a {1}
   22.10  
   22.11  UnsupportedCalls=\u4e0d\u662f\u6240\u6709\u7684\u76ee\u6807\u6d4f\u89c8\u5668\u90fd\u652f\u6301\u6b64\u8c03\u7528
    23.1 --- a/src/zh_TW/other/ide.branding/release-toplevel/README_zh_TW.html	Thu Dec 03 14:04:02 2009 +0900
    23.2 +++ b/src/zh_TW/other/ide.branding/release-toplevel/README_zh_TW.html	Thu Dec 03 16:50:29 2009 +0900
    23.3 @@ -54,7 +54,7 @@
    23.4  <h3>若要啟動 IDE (Microsoft Windows),請使用下列其中一個方法:</h3>
    23.5  <ul>
    23.6    <li>按兩下桌面上的 NetBeans IDE 圖示。</li>
    23.7 -  <li>選擇 [開始] &gt; [所有程式] &gt; [NetBeans] &gt; [NetBeans IDE 6.7.1]。</li>
    23.8 +  <li>選擇 [開始] &gt; [所有程式] &gt; [NetBeans] &gt; [NetBeans IDE 6.8]。</li>
    23.9    <li>在指令行 <code>C:\&gt; </code><i><var>netbeans-install-directory</var></i><code>\bin\netbeans.exe</code> 啟動 IDE。</li>
   23.10  </ul>
   23.11  <h3>若要啟動 IDE (Solaris 作業系統或 Linux):</h3>
   23.12 @@ -77,8 +77,8 @@
   23.13  
   23.14  <ul>
   23.15  
   23.16 -<li>如需 NetBeans IDE 6.7.1 發行版本資訊,請參閱 <a
   23.17 -href="http://www.netbeans.org/community/releases/67/index.html">http://www.netbeans.org/community/releases/67/index.html</a>。</li>
   23.18 +<li>如需 NetBeans IDE 6.8 發行版本資訊,請參閱 <a
   23.19 +href="http://www.netbeans.org/community/releases/68/index.html">http://www.netbeans.org/community/releases/68/index.html</a>。</li>
   23.20  
   23.21  <li>如需 IDE 文件的索引,請參閱 <a
   23.22  href="http://www.netbeans.org/kb/index.html">http://www.netbeans.org/kb/index.html</a>。本文件也提供進一步文件的連結。</li>