fix UTF-8 tag release73
authorMasaki Katakai <masaki@netbeans.org>
Tue, 22 Jan 2013 13:39:49 +0900
branchrelease73
changeset 18167abf318aa82b
parent 1815 401f6f82a6ce
child 1817 8e7301fb8b92
fix UTF-8 tag
src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_de.html
src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_de.html
src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_de.html
src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_de.html
src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_de.html
src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_es.html
src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_es.html
src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_es.html
src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_es.html
src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_es.html
src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_it.html
src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_it.html
src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_it.html
src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_it.html
src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_it.html
src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ja.html
src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ja.html
src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ja.html
src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ja.html
src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ja.html
src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pt_BR.html
src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pt_BR.html
src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pt_BR.html
src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pt_BR.html
src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pt_BR.html
src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ru.html
src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ru.html
src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ru.html
src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ru.html
src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ru.html
src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_CN.html
src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_CN.html
src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_CN.html
src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_CN.html
src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_CN.html
     1.1 --- a/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_de.html	Tue Jan 22 13:30:43 2013 +0900
     1.2 +++ b/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_de.html	Tue Jan 22 13:39:49 2013 +0900
     1.3 @@ -41,7 +41,7 @@
     1.4  
     1.5  <html>
     1.6  <head>
     1.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     1.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     1.9  </head>
    1.10  <BODY>
    1.11  Erstellt eine leere Datei mit einer zufälligen Erweiterung auf dem Datenträger.
     2.1 --- a/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_de.html	Tue Jan 22 13:30:43 2013 +0900
     2.2 +++ b/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_de.html	Tue Jan 22 13:39:49 2013 +0900
     2.3 @@ -41,7 +41,7 @@
     2.4  
     2.5  <html>
     2.6  <head>
     2.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     2.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     2.9  </head>
    2.10  <BODY>
    2.11  Erstellt einen neuen Ordner auf dem Datenträger.
     3.1 --- a/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_de.html	Tue Jan 22 13:30:43 2013 +0900
     3.2 +++ b/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_de.html	Tue Jan 22 13:39:49 2013 +0900
     3.3 @@ -41,7 +41,7 @@
     3.4  -->
     3.5  
     3.6  <HTML><head>
     3.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     3.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     3.9  <TITLE>Master-Index</TITLE>
    3.10  </HEAD><BODY>
    3.11  Dieses Fenster enthält das Master-Set der gesamten installierten Dokumentation. Mit den Navigatoren auf der linken Seite können Sie das vollständige Inhalts- und Indexverzeichnis der IDE sowie den Index der gesamten Dokumentation durchsuchen und eine Volltextsuche durchführen.
     4.1 --- a/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_de.html	Tue Jan 22 13:30:43 2013 +0900
     4.2 +++ b/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_de.html	Tue Jan 22 13:39:49 2013 +0900
     4.3 @@ -1,6 +1,6 @@
     4.4  <html>
     4.5  <head>
     4.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     4.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     4.8    <title>Modul nicht aktiviert</title>
     4.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
    4.10  </head>
     5.1 --- a/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_de.html	Tue Jan 22 13:30:43 2013 +0900
     5.2 +++ b/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_de.html	Tue Jan 22 13:39:49 2013 +0900
     5.3 @@ -1,6 +1,6 @@
     5.4  <html>
     5.5  <head>
     5.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     5.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     5.8    <title>Modul nicht installiert</title>
     5.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
    5.10  </head>
     6.1 --- a/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_es.html	Tue Jan 22 13:30:43 2013 +0900
     6.2 +++ b/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_es.html	Tue Jan 22 13:39:49 2013 +0900
     6.3 @@ -41,7 +41,7 @@
     6.4  
     6.5  <html>
     6.6  <head>
     6.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     6.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     6.9  </head>
    6.10  <BODY>
    6.11  Crea un archivo vacío con una extensión arbitraria en el disco.
     7.1 --- a/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_es.html	Tue Jan 22 13:30:43 2013 +0900
     7.2 +++ b/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_es.html	Tue Jan 22 13:39:49 2013 +0900
     7.3 @@ -41,7 +41,7 @@
     7.4  
     7.5  <html>
     7.6  <head>
     7.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     7.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     7.9  </head>
    7.10  <BODY>
    7.11  Crea una nueva carpeta en el disco.
     8.1 --- a/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_es.html	Tue Jan 22 13:30:43 2013 +0900
     8.2 +++ b/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_es.html	Tue Jan 22 13:39:49 2013 +0900
     8.3 @@ -41,7 +41,7 @@
     8.4  -->
     8.5  
     8.6  <HTML><head>
     8.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     8.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     8.9  <TITLE>Índice Maestro</TITLE>
    8.10  </HEAD><BODY>
    8.11  Esta ventana contiene el juego maestro de toda la documentación instalada. Puede utilizar el navegador de la izquierda para examinar toda la tabla de contenidos y el índice de IDE, así como para realizar una búsqueda de toda la documentación en el índice y una búsqueda de texto completo.
     9.1 --- a/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_es.html	Tue Jan 22 13:30:43 2013 +0900
     9.2 +++ b/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_es.html	Tue Jan 22 13:39:49 2013 +0900
     9.3 @@ -1,6 +1,6 @@
     9.4  <html>
     9.5  <head>
     9.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
     9.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     9.8    <title>Módulo No Activado</title>
     9.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
    9.10  </head>
    10.1 --- a/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_es.html	Tue Jan 22 13:30:43 2013 +0900
    10.2 +++ b/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_es.html	Tue Jan 22 13:39:49 2013 +0900
    10.3 @@ -1,6 +1,6 @@
    10.4  <html>
    10.5  <head>
    10.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    10.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    10.8    <title>Módulo No Instalado</title>
    10.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   10.10  </head>
    11.1 --- a/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_it.html	Tue Jan 22 13:30:43 2013 +0900
    11.2 +++ b/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_it.html	Tue Jan 22 13:39:49 2013 +0900
    11.3 @@ -41,7 +41,7 @@
    11.4  
    11.5  <html>
    11.6  <head>
    11.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    11.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    11.9  </head>
   11.10  <BODY>
   11.11  Crea un file vuoto con un'estensione arbitraria sul disco.
    12.1 --- a/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_it.html	Tue Jan 22 13:30:43 2013 +0900
    12.2 +++ b/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_it.html	Tue Jan 22 13:39:49 2013 +0900
    12.3 @@ -41,7 +41,7 @@
    12.4  
    12.5  <html>
    12.6  <head>
    12.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    12.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    12.9  </head>
   12.10  <BODY>
   12.11  Crea una nuova cartella sul disco.
    13.1 --- a/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_it.html	Tue Jan 22 13:30:43 2013 +0900
    13.2 +++ b/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_it.html	Tue Jan 22 13:39:49 2013 +0900
    13.3 @@ -41,7 +41,7 @@
    13.4  -->
    13.5  
    13.6  <HTML><head>
    13.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    13.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    13.9  <TITLE>Indice principale</TITLE>
   13.10  </HEAD><BODY>
   13.11  In questa finestra è contenuto il set principale di tutti i documenti installati. È possibile usare i Navigator a sinistra per sfogliare il sommario e l'indice completi dell'IDE ed eseguire una ricerca tramite l'indice in tutta la documentazione e una ricerca full-text.
    14.1 --- a/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_it.html	Tue Jan 22 13:30:43 2013 +0900
    14.2 +++ b/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_it.html	Tue Jan 22 13:39:49 2013 +0900
    14.3 @@ -1,6 +1,6 @@
    14.4  <html>
    14.5  <head>
    14.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    14.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    14.8    <title>Modulo non abilitato</title>
    14.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   14.10  </head>
    15.1 --- a/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_it.html	Tue Jan 22 13:30:43 2013 +0900
    15.2 +++ b/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_it.html	Tue Jan 22 13:39:49 2013 +0900
    15.3 @@ -1,6 +1,6 @@
    15.4  <html>
    15.5  <head>
    15.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    15.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    15.8    <title>Modulo non installato</title>
    15.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   15.10  </head>
    16.1 --- a/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ja.html	Tue Jan 22 13:30:43 2013 +0900
    16.2 +++ b/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ja.html	Tue Jan 22 13:39:49 2013 +0900
    16.3 @@ -41,7 +41,7 @@
    16.4  
    16.5  <html>
    16.6  <head>
    16.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    16.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    16.9  </head>
   16.10  <BODY>
   16.11  任意の拡張子を持つ空のファイルをディスク上に生成します。
    17.1 --- a/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ja.html	Tue Jan 22 13:30:43 2013 +0900
    17.2 +++ b/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ja.html	Tue Jan 22 13:39:49 2013 +0900
    17.3 @@ -41,7 +41,7 @@
    17.4  
    17.5  <html>
    17.6  <head>
    17.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    17.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    17.9  </head>
   17.10  <BODY>
   17.11  ディスクに新しいフォルダを作成します。
    18.1 --- a/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ja.html	Tue Jan 22 13:30:43 2013 +0900
    18.2 +++ b/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ja.html	Tue Jan 22 13:39:49 2013 +0900
    18.3 @@ -41,7 +41,7 @@
    18.4  -->
    18.5  
    18.6  <HTML><head>
    18.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    18.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    18.9  <TITLE>マスター索引</TITLE>
   18.10  </HEAD><BODY>
   18.11  このウィンドウには、インストールされているすべてのドキュメントのマスター・セットが含まれています。左側のナビゲータを使用してIDEのすべての目次と索引を参照したり、ドキュメント全体に渡ってテキストや索引の検索を行えます。
    19.1 --- a/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ja.html	Tue Jan 22 13:30:43 2013 +0900
    19.2 +++ b/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ja.html	Tue Jan 22 13:39:49 2013 +0900
    19.3 @@ -1,6 +1,6 @@
    19.4  <html>
    19.5  <head>
    19.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    19.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    19.8    <title>有効化されていないモジュール</title>
    19.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   19.10  </head>
    20.1 --- a/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ja.html	Tue Jan 22 13:30:43 2013 +0900
    20.2 +++ b/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ja.html	Tue Jan 22 13:39:49 2013 +0900
    20.3 @@ -1,6 +1,6 @@
    20.4  <html>
    20.5  <head>
    20.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    20.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    20.8    <title>インストールされていないモジュール</title>
    20.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   20.10  </head>
    21.1 --- a/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pt_BR.html	Tue Jan 22 13:30:43 2013 +0900
    21.2 +++ b/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pt_BR.html	Tue Jan 22 13:39:49 2013 +0900
    21.3 @@ -41,7 +41,7 @@
    21.4  
    21.5  <html>
    21.6  <head>
    21.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    21.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    21.9  </head>
   21.10  <BODY>
   21.11  Cria um arquivo vazio com uma extensão arbitrária em seu disco.
    22.1 --- a/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pt_BR.html	Tue Jan 22 13:30:43 2013 +0900
    22.2 +++ b/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pt_BR.html	Tue Jan 22 13:39:49 2013 +0900
    22.3 @@ -41,7 +41,7 @@
    22.4  
    22.5  <html>
    22.6  <head>
    22.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    22.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    22.9  </head>
   22.10  <BODY>
   22.11  Cria uma nova pasta em seu disco.
    23.1 --- a/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pt_BR.html	Tue Jan 22 13:30:43 2013 +0900
    23.2 +++ b/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pt_BR.html	Tue Jan 22 13:39:49 2013 +0900
    23.3 @@ -41,7 +41,7 @@
    23.4  -->
    23.5  
    23.6  <HTML><head>
    23.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    23.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    23.9  <TITLE>Índice Principal</TITLE>
   23.10  </HEAD><BODY>
   23.11  Esta janela contém o conjunto mestre de todas as documentações instaladas. Você pode utilizar os browsers para exibir o sumário completo e o índice do IDE e ainda executar uma pesquisa em todo o índice ou mesmo em um texto inteiro.
    24.1 --- a/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pt_BR.html	Tue Jan 22 13:30:43 2013 +0900
    24.2 +++ b/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pt_BR.html	Tue Jan 22 13:39:49 2013 +0900
    24.3 @@ -1,6 +1,6 @@
    24.4  <html>
    24.5  <head>
    24.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    24.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    24.8    <title>Módulo Não Ativado</title>
    24.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   24.10  </head>
    25.1 --- a/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pt_BR.html	Tue Jan 22 13:30:43 2013 +0900
    25.2 +++ b/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pt_BR.html	Tue Jan 22 13:39:49 2013 +0900
    25.3 @@ -1,6 +1,6 @@
    25.4  <html>
    25.5  <head>
    25.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    25.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    25.8    <title>Módulo Não Instalado</title>
    25.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   25.10  </head>
    26.1 --- a/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ru.html	Tue Jan 22 13:30:43 2013 +0900
    26.2 +++ b/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ru.html	Tue Jan 22 13:39:49 2013 +0900
    26.3 @@ -41,7 +41,7 @@
    26.4  
    26.5  <html>
    26.6  <head>
    26.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    26.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    26.9  </head>
   26.10  <BODY>
   26.11  Создает на диске пустой файл с произвольным расширением.
    27.1 --- a/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ru.html	Tue Jan 22 13:30:43 2013 +0900
    27.2 +++ b/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ru.html	Tue Jan 22 13:39:49 2013 +0900
    27.3 @@ -41,7 +41,7 @@
    27.4  
    27.5  <html>
    27.6  <head>
    27.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    27.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    27.9  </head>
   27.10  <BODY>
   27.11  Создает на диске папку.
    28.1 --- a/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ru.html	Tue Jan 22 13:30:43 2013 +0900
    28.2 +++ b/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ru.html	Tue Jan 22 13:39:49 2013 +0900
    28.3 @@ -41,7 +41,7 @@
    28.4  -->
    28.5  
    28.6  <HTML><head>
    28.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    28.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    28.9  <TITLE>Основной индекс</TITLE>
   28.10  </HEAD><BODY>
   28.11  В этом диалоговом окне отображается основной набор установленной документации. Для просмотра полного содержания и индекса среды IDE можно воспользоваться инструментом перехода в левой части экрана и выполнить поиск по всей документации по индексу или полнотекстовый поиск.
    29.1 --- a/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ru.html	Tue Jan 22 13:30:43 2013 +0900
    29.2 +++ b/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ru.html	Tue Jan 22 13:39:49 2013 +0900
    29.3 @@ -1,6 +1,6 @@
    29.4  <html>
    29.5  <head>
    29.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    29.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    29.8    <title>Модуль не включен</title>
    29.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   29.10  </head>
    30.1 --- a/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ru.html	Tue Jan 22 13:30:43 2013 +0900
    30.2 +++ b/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ru.html	Tue Jan 22 13:39:49 2013 +0900
    30.3 @@ -1,6 +1,6 @@
    30.4  <html>
    30.5  <head>
    30.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    30.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    30.8    <title>Модуль не установлен</title>
    30.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   30.10  </head>
    31.1 --- a/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_CN.html	Tue Jan 22 13:30:43 2013 +0900
    31.2 +++ b/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_CN.html	Tue Jan 22 13:39:49 2013 +0900
    31.3 @@ -41,7 +41,7 @@
    31.4  
    31.5  <html>
    31.6  <head>
    31.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    31.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    31.9  </head>
   31.10  <BODY>
   31.11  在磁盘上创建一个具有任意扩展名的空文件。
    32.1 --- a/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_CN.html	Tue Jan 22 13:30:43 2013 +0900
    32.2 +++ b/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_CN.html	Tue Jan 22 13:39:49 2013 +0900
    32.3 @@ -41,7 +41,7 @@
    32.4  
    32.5  <html>
    32.6  <head>
    32.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    32.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    32.9  </head>
   32.10  <BODY>
   32.11  在磁盘上创建一个新的文件夹。
    33.1 --- a/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_CN.html	Tue Jan 22 13:30:43 2013 +0900
    33.2 +++ b/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_CN.html	Tue Jan 22 13:39:49 2013 +0900
    33.3 @@ -41,7 +41,7 @@
    33.4  -->
    33.5  
    33.6  <HTML><head>
    33.7 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    33.8 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    33.9  <TITLE>主索引</TITLE>
   33.10  </HEAD><BODY>
   33.11  此窗口包含所有安装的文档的主集。您可以使用左边的导航器, 浏览 IDE 的完整目录及索引, 并按照索引执行整个文档搜索和全文搜索。
    34.1 --- a/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_CN.html	Tue Jan 22 13:30:43 2013 +0900
    34.2 +++ b/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_CN.html	Tue Jan 22 13:39:49 2013 +0900
    34.3 @@ -1,6 +1,6 @@
    34.4  <html>
    34.5  <head>
    34.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    34.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    34.8    <title>未启用的模块</title>
    34.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   34.10  </head>
    35.1 --- a/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_CN.html	Tue Jan 22 13:30:43 2013 +0900
    35.2 +++ b/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_CN.html	Tue Jan 22 13:39:49 2013 +0900
    35.3 @@ -1,6 +1,6 @@
    35.4  <html>
    35.5  <head>
    35.6 -	<meta content="text/html; charset=utf-8" http-equiv="content-type">
    35.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    35.8    <title>未安装的模块</title>
    35.9    <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" rel="StyleSheet" type="text/css">
   35.10  </head>