Added Japanese translation.

This commit is contained in:
Dario Solera 2009-11-22 09:06:31 +00:00
parent 5630a59b4c
commit 85f7611752
46 changed files with 12770 additions and 2 deletions

View file

@ -16,5 +16,5 @@ using System.Reflection;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.1.432")]
[assembly: AssemblyFileVersion("3.0.1.432")]
[assembly: AssemblyVersion("3.0.1.433")]
[assembly: AssemblyFileVersion("3.0.1.433")]

View file

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>あなたはこのページへのアクセス権を持っていません。</value>
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>アクセスは拒否されました</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblDenyResource1.Text" xml:space="preserve">
<value>拒否</value>
</data>
<data name="lblGrantResource1.Text" xml:space="preserve">
<value>許可</value>
</data>
<data name="lstActionsDenyResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstActionsGrantResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,207 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblAdminTitleResource1.Text" xml:space="preserve">
<value>管理</value>
</data>
<data name="lblBrowserSupportResource1.Text" xml:space="preserve">
<value>Your Browser might present problems with this Page (Internet Explorer 7+ and Firefox 3+ are suggested).</value>
</data>
<data name="lblBrowserSupportResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblHomeLinkResource1.Text" xml:space="preserve">
<value>Main Page</value>
</data>
<data name="lblStringsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lnkSelectAccountsResource1.Text" xml:space="preserve">
<value>アカウント</value>
</data>
<data name="lnkSelectAccountsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectAdminHomeResource1.Text" xml:space="preserve">
<value>管理ホーム</value>
</data>
<data name="lnkSelectAdminHomeResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectCategoriesResource1.Text" xml:space="preserve">
<value>カテゴリー</value>
</data>
<data name="lnkSelectCategoriesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectConfigResource1.Text" xml:space="preserve">
<value>設定</value>
</data>
<data name="lnkSelectConfigResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectContentResource1.Text" xml:space="preserve">
<value>コンテンツ編集</value>
</data>
<data name="lnkSelectContentResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectGroupsResource1.Text" xml:space="preserve">
<value>ユーザー グループ</value>
</data>
<data name="lnkSelectGroupsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectLogResource1.Text" xml:space="preserve">
<value>システム ログ</value>
</data>
<data name="lnkSelectLogResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectNamespacesResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lnkSelectNamespacesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectNavPathsResource1.Text" xml:space="preserve">
<value>ナビゲーション パス</value>
</data>
<data name="lnkSelectNavPathsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectPagesResource1.Text" xml:space="preserve">
<value>Wiki ページ</value>
</data>
<data name="lnkSelectPagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectProvidersResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lnkSelectProvidersResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkSelectSnippetsResource1.Text" xml:space="preserve">
<value>スニペット/テンプレート</value>
</data>
<data name="lnkSelectSnippetsResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,333 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnBackResource1.Text" xml:space="preserve">
<value>戻る</value>
</data>
<data name="btnBackResource1.ToolTip" xml:space="preserve">
<value>カテゴリーの一覧に戻る</value>
</data>
<data name="btnDeleteCategoryResource1.Text" xml:space="preserve">
<value>カテゴリーを削除する</value>
</data>
<data name="btnDeleteCategoryResource1.ToolTip" xml:space="preserve">
<value>このカテゴリーを削除する</value>
</data>
<data name="btnMergeResource1.Text" xml:space="preserve">
<value>マージ</value>
</data>
<data name="btnMergeResource1.ToolTip" xml:space="preserve">
<value>カテゴリーをマージする</value>
</data>
<data name="btnNewCategoryResource1.Text" xml:space="preserve">
<value>作る</value>
</data>
<data name="btnNewCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRenameResource1.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
<value>カテゴリーの名前を変更します</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value>このカテゴリーを選択する</value>
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value>このカテゴリーを選択する</value>
</data>
<data name="cvNewCategoryResource1.ErrorMessage" xml:space="preserve">
<value>無効なカテゴリー名</value>
</data>
<data name="cvNewCategoryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNewCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
<value>無効なカテゴリー名</value>
</data>
<data name="cvNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblCategoriesResource1.Text" xml:space="preserve">
<value>カテゴリー</value>
</data>
<data name="lblCurrentCategoryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDeleteCategoryResource1.Text" xml:space="preserve">
<value>カテゴリーを削除する</value>
</data>
<data name="lblDeleteResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDeleteResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblEditTitleResource1.Text" xml:space="preserve">
<value>カテゴリー操作</value>
</data>
<data name="lblMergeCategoryTitleResource1.Text" xml:space="preserve">
<value>かてごりーのマージ</value>
</data>
<data name="lblMergeIntoResource1.Text" xml:space="preserve">
<value>このカテゴリーにマージ</value>
</data>
<data name="lblMergeResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblMergeResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNamespaceResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lblNewCategoryResource1.Text" xml:space="preserve">
<value>新しいカテゴリー</value>
</data>
<data name="lblNewCategoryResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblNewCategoryResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblNewNameResource1.Text" xml:space="preserve">
<value>新しい名前</value>
</data>
<data name="lblPagesResource1.Text" xml:space="preserve">
<value>ページ</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblRenameCategoryTitleResource1.Text" xml:space="preserve">
<value>カテゴリーの名前を変更する</value>
</data>
<data name="lblRenameResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstDestinationCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlEditCategoryResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNewCategoryResource1.ErrorMessage" xml:space="preserve">
<value>カテゴリー名を入力してください</value>
</data>
<data name="rfvNewCategoryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNewCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
<value>新しい名前が必要です</value>
</data>
<data name="rfvNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewCategoryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnBulkBackResource1.Text" xml:space="preserve">
<value>戻る</value>
</data>
<data name="btnBulkBackResource1.ToolTip" xml:space="preserve">
<value>カテゴリーの一覧に戻る</value>
</data>
<data name="btnBulkManageResource1.Text" xml:space="preserve">
<value>一括管理</value>
</data>
<data name="btnBulkManageResource1.ToolTip" xml:space="preserve">
<value>カテゴリーと多くのページとの関連付けを一度で管理します</value>
</data>
<data name="btnBulkSaveResouce1.Text" xml:space="preserve">
<value>関連付けを保存する</value>
</data>
<data name="btnBulkSaveResouce1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblBulkStep1Resource1.Text" xml:space="preserve">
<value>1. ページを選択</value>
</data>
<data name="lblBulkStep2Resource1.Text" xml:space="preserve">
<value>2. カテゴリーを選択</value>
</data>
<data name="lblBulkStep3Resource1.Text" xml:space="preserve">
<value>3. 関連付けを保存</value>
</data>
<data name="rdoBulkAddResource2.Text" xml:space="preserve">
<value>選択したカテゴリーを選択したページに追加します。既存の関連付けは保持されます。</value>
</data>
<data name="rdoBulkAddResource2.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoBulkReplaceResource2.Text" xml:space="preserve">
<value>選択したページについて、既存の関連付けを変更します。カテゴリーを一つも選択しない場合は、そのページは未分類になります。</value>
</data>
<data name="rdoBulkReplaceResource2.ToolTip" xml:space="preserve">
<value />
</data>
</root>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,294 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnAccessDeniedNoticeResource1.Text" xml:space="preserve">
<value>アクセス拒否通知 (グローバル)</value>
</data>
<data name="btnAccessDeniedNoticeResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnAccountActivationMessageResource1.Text" xml:space="preserve">
<value>アカウント アクティベーション メッセージ (グローバル)</value>
</data>
<data name="btnAccountActivationMessageResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnApproveDraftMessageResource1.Text" xml:space="preserve">
<value>ドラフト承認メッセージ (グローバル)</value>
</data>
<data name="btnApproveDraftMessageResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>キャンセルして戻る</value>
</data>
<data name="btnDiscussionChangeMessageResource1.Text" xml:space="preserve">
<value>ディスカッション変更メッセージ (グローバル)</value>
</data>
<data name="btnDiscussionChangeMessageResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnEditingPageNoticeResource1.Text" xml:space="preserve">
<value>編集ページにおける注意書き (ネームスペースに固有)</value>
</data>
<data name="btnEditingPageNoticeResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnFooterResource1.Text" xml:space="preserve">
<value>フッター</value>
</data>
<data name="btnFooterResource1.ToolTip" xml:space="preserve">
<value>全体フッターを編集する</value>
</data>
<data name="btnHeaderResource1.Text" xml:space="preserve">
<value>ヘッダー</value>
</data>
<data name="btnHeaderResource1.ToolTip" xml:space="preserve">
<value>全体ヘッダーを編集する</value>
</data>
<data name="btnHtmlHeadResource1.Text" xml:space="preserve">
<value>HTML ヘッド</value>
</data>
<data name="btnHtmlHeadResource1.ToolTip" xml:space="preserve">
<value>HTML の head タグを編集する</value>
</data>
<data name="btnLoginNoticeResource1.Text" xml:space="preserve">
<value>ログイン通知 (グローバル)</value>
</data>
<data name="btnLoginNoticeResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnPageChangeMessageResource1.Text" xml:space="preserve">
<value>ページ変更メッセージ (グローバル)</value>
</data>
<data name="btnPageChangeMessageResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnPageFooterResource1.Text" xml:space="preserve">
<value>ページ フッター</value>
</data>
<data name="btnPageFooterResource1.ToolTip" xml:space="preserve">
<value>ページ フッターを編集する</value>
</data>
<data name="btnPageHeaderResource1.Text" xml:space="preserve">
<value>ページ ヘッダー</value>
</data>
<data name="btnPageHeaderResource1.ToolTip" xml:space="preserve">
<value>ページ ヘッダーを編集する</value>
</data>
<data name="btnPasswordResetProcedureMessageResource1.Text" xml:space="preserve">
<value>パスワード リセット手続きメッセージ (グローバル)</value>
</data>
<data name="btnPasswordResetProcedureMessageResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnRegisterNoticeResource1.Text" xml:space="preserve">
<value>登録通知 (グローバル)</value>
</data>
<data name="btnRegisterNoticeResource1.ToolTip" xml:space="preserve">
<value>編集</value>
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>コンテンツを保存する</value>
</data>
<data name="btnSidebarResource1.Text" xml:space="preserve">
<value>サイドバー</value>
</data>
<data name="btnSidebarResource1.ToolTip" xml:space="preserve">
<value>サイドバーを編集する (メニュー)</value>
</data>
<data name="lblAccessDeniedNoticeInfoResource1.Text" xml:space="preserve">
<value>アクセス拒否ページのトップに表示される情報を置き換えるためのメッセージです。(もし空でないなら).</value>
</data>
<data name="lblAccountActivationMessageInfoResource1.Text" xml:space="preserve">
<value>新たに登録されたユーザー (これからアカウントをアクティベートする) に送られるメール メッセージです。</value>
</data>
<data name="lblApproveDraftMessageInfoResource1.Text" xml:space="preserve">
<value>ページのドラフトが承認を求めている際に、編集者/管理者に送られるメール メッセージです。</value>
</data>
<data name="lblContentResource1.Text" xml:space="preserve">
<value>コンテンツ編集</value>
</data>
<data name="lblDiscussionChangeMessageInfoResource1.Text" xml:space="preserve">
<value>ディスカッションに新たなメッセージが投稿された際にユーザーに送られるメール メッセージです。</value>
</data>
<data name="lblEditingPageNoticeInfoResource1.Text" xml:space="preserve">
<value>編集ページのトップに表示されるメッセージです。</value>
</data>
<data name="lblInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: 実際のレイアウトは、今ここで表示されているものとは異なる可能性があります。</value>
</data>
<data name="lblLoginNoticeInfoResource1.Text" xml:space="preserve">
<value>ログイン画面のトップに表示される情報を置き換えるためのメッセージです。(もし空でないなら).</value>
</data>
<data name="lblNamespaceResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lblOtherResource1.Text" xml:space="preserve">
<value>その他の要素</value>
</data>
<data name="lblPageChangeMessageInfoResource1.Text" xml:space="preserve">
<value>ページが変更された際にユーザーに送られるメール メッセージです。</value>
</data>
<data name="lblPageContentResource1.Text" xml:space="preserve">
<value>ページ コンテンツ</value>
</data>
<data name="lblPageLayoutResource1.Text" xml:space="preserve">
<value>ページ レイアウト要素 (ネームスペースに特有)</value>
</data>
<data name="lblPasswordResetProcedureMessageInfoResource1.Text" xml:space="preserve">
<value>パスワードを初期化したいと考えるユーザーに送られるメール メッセージです。</value>
</data>
<data name="lblRegisterNoticeInfoResource1.Text" xml:space="preserve">
<value>登録画面のトップに表示される情報を置き換えるためのメッセージです。(もし空でないなら).</value>
</data>
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlEditorResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCopyFromResource1.Text" xml:space="preserve">
<value>実行</value>
</data>
<data name="btnCopyFromResource1.ToolTip" xml:space="preserve">
<value>選択したネームスペースの同じレイアウト エリアからコンテンツをコピーします</value>
</data>
<data name="lblCopyFromResource1.Text" xml:space="preserve">
<value>コンテンツをここからコピーする:</value>
</data>
</root>

View file

@ -0,0 +1,258 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>キャンセルしてグループの一覧に戻る</value>
</data>
<data name="btnCreateResource1.Text" xml:space="preserve">
<value>グループを作る</value>
</data>
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
<value>新しいグループを保存する</value>
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>グループを削除する</value>
</data>
<data name="btnNewGroupResource1.Text" xml:space="preserve">
<value>新しいグループ</value>
</data>
<data name="btnNewGroupResource1.ToolTip" xml:space="preserve">
<value>新しいユーザー グループを作る</value>
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>グループを保存する</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>変更を保存する</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value>このユーザー グループを選択する</value>
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value>このユーザー グループを選択する</value>
</data>
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
<value>名前はすでに利用されています</value>
</data>
<data name="cvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>説明</value>
</data>
<data name="lblDescriptionResource2.Text" xml:space="preserve">
<value>説明</value>
</data>
<data name="lblEditTitleResource1.Text" xml:space="preserve">
<value>グループの詳細</value>
</data>
<data name="lblGlobalPermissionsResource1.Text" xml:space="preserve">
<value>グローバル パーミッション</value>
</data>
<data name="lblGroupsResource1.Text" xml:space="preserve">
<value>ユーザー グループ</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNameResource2.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblProviderResource2.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblUsersResource1.Text" xml:space="preserve">
<value>ユーザー</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlEditGroupResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditGroupResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlGroupDetailsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlGroupDetailsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="revNameResource1.ErrorMessage" xml:space="preserve">
<value>無効な名前</value>
</data>
<data name="revNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="revNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
<value>名前を入力してください</value>
</data>
<data name="rfvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtDescriptionResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtDescriptionResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnSendBulkEmailResource1.Text" xml:space="preserve">
<value>Send Bulk Email</value>
</data>
<data name="btnSendBulkEmailResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvGroupsResource1.ErrorMessage" xml:space="preserve">
<value>You must select at least one group</value>
</data>
<data name="lblBulkEmailInfoResource1.Text" xml:space="preserve">
<value>You can send an email message to all users of one or more groups.</value>
</data>
<data name="lblBulkEmailResource1.Text" xml:space="preserve">
<value>Mass Email</value>
</data>
<data name="lblSubjectResource1.Text" xml:space="preserve">
<value>Subject</value>
</data>
<data name="rfvBodyResource1.ErrorMessage" xml:space="preserve">
<value>Body is required</value>
</data>
<data name="rfvSubjectResource1.ErrorMessage" xml:space="preserve">
<value>Subject is required</value>
</data>
<data name="btnClearCacheResource1.Text" xml:space="preserve">
<value>キャッシュ クリアー</value>
</data>
<data name="btnClearCacheResource1.ToolTip" xml:space="preserve">
<value>キャッシュをクリアーする</value>
</data>
<data name="btnRebuildResource1.Text" xml:space="preserve">
<value>リビルド</value>
</data>
<data name="btnRebuildResource1.ToolTip" xml:space="preserve">
<value>このインデックスをリビルドする</value>
</data>
<data name="btnRebuildResource2.Text" xml:space="preserve">
<value>リビルド</value>
</data>
<data name="btnRebuildResource2.ToolTip" xml:space="preserve">
<value>インデックスをリビルドする</value>
</data>
<data name="btnShutdownConfirmResource2.Text" xml:space="preserve">
<value>アプリケーションをシャットダウンする</value>
</data>
<data name="btnShutdownConfirmResource2.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAdminHomeResource1.Text" xml:space="preserve">
<value>管理ホーム</value>
</data>
<data name="lblAppShutdownInfoResource1.Text" xml:space="preserve">
<value>強制的にシャットダウンとリスタートできます。二回確認された後、Web アプリケーションが最初のリクエストを受けてリスタートします。&lt;br /&gt;&lt;b&gt;警告&lt;/b&gt;: 開いているセッションはすべて失われ、利用者はエラーを体験します。&lt;br /&gt;&lt;b&gt;注意&lt;/b&gt;: リスタートは Web アプリケーションにのみ影響します。</value>
</data>
<data name="lblAppShutdownResource1.Text" xml:space="preserve">
<value>Web アプリケーション シャットダウン</value>
</data>
<data name="lblDocCountResource1.Text" xml:space="preserve">
<value>ドキュメント</value>
</data>
<data name="lblIndexStatusResource1.Text" xml:space="preserve">
<value>サーチ インデックスの状態</value>
</data>
<data name="lblLinkedInResource1.Text" xml:space="preserve">
<value>Linked in</value>
</data>
<data name="lblMissingPagesResource1.Text" xml:space="preserve">
<value>Missing Pages</value>
</data>
<data name="lblNamespaceResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lblOccurrenceCountResource1.Text" xml:space="preserve">
<value>Matches</value>
</data>
<data name="lblPageResource1.Text" xml:space="preserve">
<value>ページ名</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblRebuildIndexInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: サーチ インデックスのリビルドにはいくらか時間がかかります。リビルドの最中はこのスクリーンを閉じないでください。リビルドの後、アプリケーションを再起動することをお勧めします。</value>
</data>
<data name="lblSizeResource1.Text" xml:space="preserve">
<value>サイズ</value>
</data>
<data name="lblStatusResource1.Text" xml:space="preserve">
<value>ステータス</value>
</data>
<data name="lblSystemStatusContentResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblWordCountResource1.Text" xml:space="preserve">
<value>単語</value>
</data>
<data name="PageResource2.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="btnRebuildPageLinksResource1.Text" xml:space="preserve">
<value>ページ リンクをリビルドする</value>
</data>
<data name="btnRebuildPageLinksResource1.ToolTip" xml:space="preserve">
<value>リンク構造をリビルドする</value>
</data>
<data name="lblOrphanPagesInfoPostResource1.Text" xml:space="preserve">
<value>枚ありそうです。</value>
</data>
<data name="lblOrphanPagesInfoPreResource1.Text" xml:space="preserve">
<value>孤児なページが</value>
</data>
<data name="lblOrphanPagesInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: 他のページから入ってくるリンクを持たないページは &lt;i&gt;孤児&lt;/i&gt; とみなされます。</value>
</data>
<data name="lblOrphanPagesResource1.Text" xml:space="preserve">
<value>孤児なページ</value>
</data>
<data name="lblRebuildPageLinksInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: ページ リンクのリビルドにはいくらか時間がかかります。リビルド中はこのスクリーンを閉じないでください。</value>
</data>
<data name="lnkPagesResource1.Text" xml:space="preserve">
<value>ページを見る</value>
</data>
<data name="lnkPagesResource1.ToolTip" xml:space="preserve">
<value>ページ管理タブへ移動する</value>
</data>
</root>

View file

@ -0,0 +1,171 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnNoLimitResource1.Text" xml:space="preserve">
<value>Display all</value>
</data>
<data name="btnNoLimitResource1.ToolTip" xml:space="preserve">
<value>Display all log entries (might take a few seconds)</value>
</data>
<data name="lblLimitResource1.Text" xml:space="preserve">
<value>Currently displaying only 100 log entries &amp;mdash;</value>
</data>
<data name="btnClearLogResource1.Text" xml:space="preserve">
<value>ログをクリアーする</value>
</data>
<data name="btnClearLogResource1.ToolTip" xml:space="preserve">
<value>システム ログをクリアーする</value>
</data>
<data name="chkErrorsResource1.Text" xml:space="preserve">
<value>エラー</value>
</data>
<data name="chkErrorsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkMessagesResource1.Text" xml:space="preserve">
<value>メッセージ</value>
</data>
<data name="chkMessagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkWarningsResource1.Text" xml:space="preserve">
<value>警告</value>
</data>
<data name="chkWarningsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDateTimeResource1.Text" xml:space="preserve">
<value>日付/時刻</value>
</data>
<data name="lblFilterResource1.Text" xml:space="preserve">
<value>表示: </value>
</data>
<data name="lblLogResource1.Text" xml:space="preserve">
<value>システム ログ</value>
</data>
<data name="lblMessageResource1.Text" xml:space="preserve">
<value>メッセージ</value>
</data>
<data name="lblUserResource1.Text" xml:space="preserve">
<value>ユーザー</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
</root>

View file

@ -0,0 +1,399 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnBackResource1.Text" xml:space="preserve">
<value>戻る</value>
</data>
<data name="btnBackResource1.ToolTip" xml:space="preserve">
<value>ネームスペースの一覧に戻る</value>
</data>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>キャンセルしてネームスペースのリストに戻る</value>
</data>
<data name="btnConfirmDeletionResource1.Text" xml:space="preserve">
<value>ネームスペースの削除を確認する</value>
</data>
<data name="btnConfirmDeletionResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCreateResource1.Text" xml:space="preserve">
<value>ネームスペースを作る</value>
</data>
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
<value>新しいネームスペースを保存する</value>
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>ネームスペースを削除する</value>
</data>
<data name="btnNewNamespaceResource1.Text" xml:space="preserve">
<value>新しいネームスペース</value>
</data>
<data name="btnNewNamespaceResource1.ToolTip" xml:space="preserve">
<value>新しいネームスペースを作る</value>
</data>
<data name="btnNormalResource1.Text" xml:space="preserve">
<value>通常</value>
</data>
<data name="btnNormalResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う</value>
</data>
<data name="btnPermsResource1.Text" xml:space="preserve">
<value>パーミッション</value>
</data>
<data name="btnPermsResource1.ToolTip" xml:space="preserve">
<value>このネームスペースのパーミッションを管理する</value>
</data>
<data name="btnPermsResource2.Text" xml:space="preserve">
<value>パーミッション</value>
</data>
<data name="btnPermsResource2.ToolTip" xml:space="preserve">
<value>このネームスペースのパーミッションを管理する</value>
</data>
<data name="btnPrivateResource1.Text" xml:space="preserve">
<value>プライベート</value>
</data>
<data name="btnPrivateResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う</value>
</data>
<data name="btnPublicResource1.Text" xml:space="preserve">
<value>パブリック</value>
</data>
<data name="btnPublicResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う</value>
</data>
<data name="btnRenameResource1.Text" xml:space="preserve">
<value>名前を変更する</value>
</data>
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>ネームスペースを保存する</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>変更を保存する</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value>編集のためにこのネームスペースを選択する</value>
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value>編集のためにこのネームスペースを選択する</value>
</data>
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
<value>無効な名前</value>
</data>
<data name="cvName2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvName2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
<value>ネームスペースはすでに存在します</value>
</data>
<data name="cvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvNewName2Resource1.ErrorMessage" xml:space="preserve">
<value>無効な名前</value>
</data>
<data name="cvNewName2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNewName2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
<value>ネームスペースはすでに存在します</value>
</data>
<data name="cvNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblCategoriesResource1.Text" xml:space="preserve">
<value>カテゴリー</value>
</data>
<data name="lblConfirmDeletionResource1.Text" xml:space="preserve">
<value>選択したネームスペースを永久に削除しますか?そうすると、ネームスペース内の全てのデータは失われます。</value>
</data>
<data name="lblDefaultPageInfoResource1.Text" xml:space="preserve">
<value>デフォルト ページは自動的に 'MainPage' という名前で新規作成されます。</value>
</data>
<data name="lblDefaultPageInfoResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDefaultPageResource1.Text" xml:space="preserve">
<value>デフォルト ページ</value>
</data>
<data name="lblDefaultPageResource2.Text" xml:space="preserve">
<value>デフォルト ページ</value>
</data>
<data name="lblEditTitleResource1.Text" xml:space="preserve">
<value>ネームスペースの詳細</value>
</data>
<data name="lblInheritanceInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: サブ ネームスペースはパーミッションを常に &lt;b&gt;root&lt;/b&gt; ネームスペースから継承します。&lt;br /&gt;&lt;b&gt;root&lt;/b&gt; ネームスペースのパーミッションを変更しても、サブ ネームスペースで明示的に設定されたパーミッションは変更しません。</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNameResource2.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNamespaceNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblNamespacePermissionsResource1.Text" xml:space="preserve">
<value>ネームスペースのパーミッション</value>
</data>
<data name="lblNamespacesResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lblNewNameResource1.Text" xml:space="preserve">
<value>新しい名前</value>
</data>
<data name="lblNormalInfoResource1.Text" xml:space="preserve">
<value>登録済みユーザーはページの&lt;b&gt;編集&lt;/b&gt;と&lt;b&gt;作成&lt;/b&gt;が可能です。カテゴリーの&lt;b&gt;管理&lt;/b&gt;も可能です。</value>
</data>
<data name="lblPagesResource1.Text" xml:space="preserve">
<value>ページ</value>
</data>
<data name="lblPermissionsTemplatesInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: テンプレートを設定すると、デフォルト ユーザーに対する既存のパーミッションを置き換えます。</value>
</data>
<data name="lblPermissionsTemplatesResource1.Text" xml:space="preserve">
<value>パーミッション テンプレート</value>
</data>
<data name="lblPrivateInfoResource1.Text" xml:space="preserve">
<value>登録済みユーザーのみがページを&lt;b&gt;閲覧&lt;/b&gt;可能です。登録済みユーザーはページの&lt;b&gt;作成&lt;/b&gt;と&lt;b&gt;編集&lt;/b&gt;、カテゴリーの&lt;b&gt;管理&lt;/b&gt;も可能です。</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblProviderResource2.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblPublicInfoResource1.Text" xml:space="preserve">
<value>アノニマス ユーザーを含む誰もがページを&lt;b&gt;編集&lt;/b&gt;できます。登録済みユーザーはページの&lt;b&gt;作成&lt;/b&gt;とカテゴリーの&lt;b&gt;管理&lt;/b&gt;も可能です。</value>
</data>
<data name="lblRenameInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: ネームスペースの名前を変更するとすでに存在するネームスペース間のリンクは壊れます。</value>
</data>
<data name="lblRenameResource1.Text" xml:space="preserve">
<value>ネームスペースの名前を変更する</value>
</data>
<data name="lblRenameResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblThemeResource1.Text" xml:space="preserve">
<value>テーマ</value>
</data>
<data name="lblThemeResource2.Text" xml:space="preserve">
<value>テーマ</value>
</data>
<data name="lstDefaultPageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstThemeResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource3.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlDeleteResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlDeleteResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlEditNamespaceResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditNamespaceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlPermissionsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlPermissionsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
<value>名前を入力してください</value>
</data>
<data name="rfvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
<value>新しい名前を入力してください</value>
</data>
<data name="rfvNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,282 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnAddResource1.Text" xml:space="preserve">
<value>追加</value>
</data>
<data name="btnAddResource1.ToolTip" xml:space="preserve">
<value>選択されたページをリストに追加します</value>
</data>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>キャンセルしてナビゲーション パスの一覧に戻る</value>
</data>
<data name="btnCreateResource1.Text" xml:space="preserve">
<value>ナビゲーション パスを作る</value>
</data>
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
<value>新しいナビゲーション パスを保存します</value>
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>ナビゲーション パスを削除します</value>
</data>
<data name="btnDownResource1.Text" xml:space="preserve">
<value>下げる</value>
</data>
<data name="btnDownResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnNewNavPathResource1.Text" xml:space="preserve">
<value>新しいナビゲーション パス</value>
</data>
<data name="btnNewNavPathResource1.ToolTip" xml:space="preserve">
<value>新しいナビゲーション パスを作る</value>
</data>
<data name="btnRemoveResource1.Text" xml:space="preserve">
<value>取り除く</value>
</data>
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>ナビゲーション パスを保存する</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>変更を保存する</value>
</data>
<data name="btnSearchResource1.Text" xml:space="preserve">
<value>検索</value>
</data>
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
<value>ページを検索する</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnUpResource1.Text" xml:space="preserve">
<value>上げる</value>
</data>
<data name="btnUpResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvName1Resource1.ErrorMessage" xml:space="preserve">
<value>無効な名前</value>
</data>
<data name="cvName1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvName1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
<value>ナビゲーション パスはすでに存在します</value>
</data>
<data name="cvName2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvName2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblEditTitleResource1.Text" xml:space="preserve">
<value>ナビゲーション パスの詳細</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNameResource2.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNamespaceResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lblNavPathsResource1.Text" xml:space="preserve">
<value>ナビゲーション パス</value>
</data>
<data name="lblPagesResource1.Text" xml:space="preserve">
<value>ページ数</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstAvailablePageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstPagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource2.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlEditNavPathResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditNavPathResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
<value>名前を入力してください</value>
</data>
<data name="rfvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,573 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnApproveResource1.Text" xml:space="preserve">
<value>承認</value>
</data>
<data name="btnApproveResource1.ToolTip" xml:space="preserve">
<value>このリビジョンを承認する</value>
</data>
<data name="btnAsNamespaceResource1.Text" xml:space="preserve">
<value>ネームスペースとして</value>
</data>
<data name="btnAsNamespaceResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う</value>
</data>
<data name="btnBack2Resource1.Text" xml:space="preserve">
<value>戻る</value>
</data>
<data name="btnBack2Resource1.ToolTip" xml:space="preserve">
<value>ページの一覧に戻る</value>
</data>
<data name="btnBackResource1.Text" xml:space="preserve">
<value>戻る</value>
</data>
<data name="btnBackResource1.ToolTip" xml:space="preserve">
<value>ページの一覧に戻る</value>
</data>
<data name="btnClearDiscussionResource1.Text" xml:space="preserve">
<value>ディスカッションを削除する</value>
</data>
<data name="btnClearDiscussionResource1.ToolTip" xml:space="preserve">
<value>ページ ディスカッションに含まれる全てのメッセージを削除</value>
</data>
<data name="btnDeleteBackupsResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteBackupsResource1.ToolTip" xml:space="preserve">
<value>このページのバックアップを削除</value>
</data>
<data name="btnDeletePageResource1.Text" xml:space="preserve">
<value>ページを削除する</value>
</data>
<data name="btnDeletePageResource1.ToolTip" xml:space="preserve">
<value>このページを削除する</value>
</data>
<data name="btnFilterResource1.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnFilterResource1.ToolTip" xml:space="preserve">
<value>フィルターを適用する</value>
</data>
<data name="btnLockedResource1.Text" xml:space="preserve">
<value>ロックされている</value>
</data>
<data name="btnLockedResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う</value>
</data>
<data name="btnNewPageResource1.Text" xml:space="preserve">
<value>新しいページ</value>
</data>
<data name="btnNewPageResource1.ToolTip" xml:space="preserve">
<value>新しいページを作成する</value>
</data>
<data name="btnPermissionsResource1.Text" xml:space="preserve">
<value>パーミッション</value>
</data>
<data name="btnPermissionsResource1.ToolTip" xml:space="preserve">
<value>このページのパーミッションを管理</value>
</data>
<data name="btnPermissionsResource2.Text" xml:space="preserve">
<value>パーミッション</value>
</data>
<data name="btnPermissionsResource2.ToolTip" xml:space="preserve">
<value>このページのパーミッションを管理</value>
</data>
<data name="btnPublicResource1.Text" xml:space="preserve">
<value>パブリック</value>
</data>
<data name="btnPublicResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う</value>
</data>
<data name="btnRejectResource1.Text" xml:space="preserve">
<value>却下</value>
</data>
<data name="btnRejectResource1.ToolTip" xml:space="preserve">
<value>このリビジョンを却下</value>
</data>
<data name="btnRenameResource1.Text" xml:space="preserve">
<value>名前を変更する</value>
</data>
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
<value>ページの名前を変更する</value>
</data>
<data name="btnRollbackResource1.Text" xml:space="preserve">
<value>ロールバック</value>
</data>
<data name="btnRollbackResource1.ToolTip" xml:space="preserve">
<value>ページをロールバックする</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value>管理のためにこのページを選択する</value>
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value>管理のためにこのページを選択する</value>
</data>
<data name="chkOrphansOnlyResource1.Text" xml:space="preserve">
<value>どこからもリンクされていないページのみ表示する</value>
</data>
<data name="chkOrphansOnlyResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkShadowPageResource1.Text" xml:space="preserve">
<value>シャドー ページを維持する</value>
</data>
<data name="chkShadowPageResource1.ToolTip" xml:space="preserve">
<value>古いページを維持し、自動で新しいページへリダイレクト</value>
</data>
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
<value>無効なページ名</value>
</data>
<data name="cvNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblApproveResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblApproveResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblApproveTitleResource1.Text" xml:space="preserve">
<value>下書きの承認/却下</value>
</data>
<data name="lblBackupResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblBackupResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblByResource1.Text" xml:space="preserve">
<value>By:</value>
</data>
<data name="lblClearDiscussionTitleResource1.Text" xml:space="preserve">
<value>ページ ディスカッションをクリアーする</value>
</data>
<data name="lblCreatedByResource1.Text" xml:space="preserve">
<value>作成者</value>
</data>
<data name="lblCreatedOnResource1.Text" xml:space="preserve">
<value>作成日時</value>
</data>
<data name="lblCurrentPageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblCurrentTitleResource1.Text" xml:space="preserve">
<value>現在のタイトル</value>
</data>
<data name="lblDateTimeResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDeleteBackupsTitleResource1.Text" xml:space="preserve">
<value>バックアップを削除する</value>
</data>
<data name="lblDeletePageResource1.Text" xml:space="preserve">
<value>ページを削除する</value>
</data>
<data name="lblDeleteResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDeleteResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDiscussionResource1.Text" xml:space="preserve">
<value>ディスカッション</value>
</data>
<data name="lblDiscussionResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDiscussionResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDraftPreviewResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDraftPreviewResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblEditResource1.Text" xml:space="preserve">
<value>編集</value>
</data>
<data name="lblEditResource2.Text" xml:space="preserve">
<value>編集</value>
</data>
<data name="lblEditTitleResource1.Text" xml:space="preserve">
<value>ページ操作</value>
</data>
<data name="lblLastModifiedByResource1.Text" xml:space="preserve">
<value>編集者</value>
</data>
<data name="lblLastModifiedOnResource1.Text" xml:space="preserve">
<value>編集日時</value>
</data>
<data name="lblLockedInfoResource1.Text" xml:space="preserve">
<value>管理者のみがこのページを&lt;b&gt;編集&lt;/b&gt;できます。</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNamespaceResource1.Text" xml:space="preserve">
<value>ネームスペース</value>
</data>
<data name="lblNewNameResource1.Text" xml:space="preserve">
<value>新しい名前</value>
</data>
<data name="lblNormalInfoResource1.Text" xml:space="preserve">
<value>親のネームスペースからパーミッションを継承します。</value>
</data>
<data name="lblOrphanResource1.Text" xml:space="preserve">
<value>どこからもリンクされていない</value>
</data>
<data name="lblPageNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblPagePermissionsResource1.Text" xml:space="preserve">
<value>ページ パーミッション</value>
</data>
<data name="lblPagesResource1.Text" xml:space="preserve">
<value>Wiki ページ</value>
</data>
<data name="lblPermissionsTemplatesInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: テンプレートを設定するとデフォルト ユーザーについての全ての既存のパーミッションは置き換えられます。</value>
</data>
<data name="lblPermissionsTemplatesResource1.Text" xml:space="preserve">
<value>パーミッション テンプレート</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblPublicInfoResource1.Text" xml:space="preserve">
<value>アノニマス ユーザーを含むすべてのユーザーがこのページを&lt;b&gt;編集&lt;/b&gt;できます。</value>
</data>
<data name="lblRenamePageTitleResource1.Text" xml:space="preserve">
<value>ページ名を変更する</value>
</data>
<data name="lblRenameResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblRevisionResource1.Text" xml:space="preserve">
<value>ターゲット リビジョン</value>
</data>
<data name="lblRevisionsResource1.Text" xml:space="preserve">
<value>リビジョン</value>
</data>
<data name="lblRollbackPageTitleResource1.Text" xml:space="preserve">
<value>ページをロールバック</value>
</data>
<data name="lblRollbackResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRollbackResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSavedOnResource1.Text" xml:space="preserve">
<value>Saved on:</value>
</data>
<data name="lblUserResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lnkDiffResource1.Text" xml:space="preserve">
<value>差分</value>
</data>
<data name="lnkDiffResource1.ToolTip" xml:space="preserve">
<value>変更を見る</value>
</data>
<data name="lnkEditResource1.Text" xml:space="preserve">
<value>編集</value>
</data>
<data name="lnkEditResource1.ToolTip" xml:space="preserve">
<value>この下書きを編集する</value>
</data>
<data name="lstBackupResource1.ToolTip" xml:space="preserve">
<value>利用可能なバックアップ、新しいものが先</value>
</data>
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstRevisionResource1.ToolTip" xml:space="preserve">
<value>利用可能なリビジョン、新しいものが先</value>
</data>
<data name="PageResource2.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlApproveRevisionResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlApproveRevisionResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlClearDiscussionResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlClearDiscussionResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlDeleteBackupsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlDeleteBackupsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlDeleteResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlDeleteResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlEditPageResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditPageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlPermissionsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlPermissionsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlRenameResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlRenameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlRollbackResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlRollbackResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoAllBackupsResource1.Text" xml:space="preserve">
<value>すべてのバックアップを削除する</value>
</data>
<data name="rdoAllBackupsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoUpToResource1.Text" xml:space="preserve">
<value>指定したページとそれより古いページを削除する</value>
</data>
<data name="rdoUpToResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
<value>新しい名前を入力してください</value>
</data>
<data name="rfvNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtFilterResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtFilterResource1.ToolTip" xml:space="preserve">
<value>ページの名前でフィルターする</value>
</data>
<data name="btnMigrateResource1.Text" xml:space="preserve">
<value>移動</value>
</data>
<data name="btnMigrateResource1.ToolTip" xml:space="preserve">
<value>ページを移動させる</value>
</data>
<data name="chkCopyCategoriesResource1.Text" xml:space="preserve">
<value>ページのカテゴリーをコピーする</value>
</data>
<data name="chkCopyCategoriesResource1.ToolTip" xml:space="preserve">
<value>ページのカテゴリーを目的地のネームスペースにコピーする</value>
</data>
<data name="lblMigratePageTitleResource1.Text" xml:space="preserve">
<value>ページを移動させる</value>
</data>
<data name="lblMigrateResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblTargetNamespaceResource1.Text" xml:space="preserve">
<value>ターゲット ネームスペース</value>
</data>
<data name="lstTargetNamespaceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlMigrateResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlMigrateResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnBulkMigrateBackResource1.Text" xml:space="preserve">
<value>戻る</value>
</data>
<data name="btnBulkMigrateBackResource1.ToolTip" xml:space="preserve">
<value>ページの一覧に戻る</value>
</data>
<data name="btnBulkMigratePagesResource1.Text" xml:space="preserve">
<value>移動</value>
</data>
<data name="btnBulkMigratePagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkBulkMigrateCopyCategoriesResource1.Text" xml:space="preserve">
<value>ページのカテゴリーをコピーする</value>
</data>
<data name="chkBulkMigrateCopyCategoriesResource1.ToolTip" xml:space="preserve">
<value>ページのカテゴリーを目的地のネームスペースにコピーする</value>
</data>
<data name="lblBulkMigrateInfo2Resource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: ネームスペースのデフォルト ページは移動できません。処理スキップされます。</value>
</data>
<data name="lblBulkMigrateInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: あなたが全ページ管理可能なネームスペースのみがリストに並んでいます。</value>
</data>
<data name="lblBulkStep1Resource1.Text" xml:space="preserve">
<value>1. ページを選択する</value>
</data>
<data name="lblBulkStep2Resource1.Text" xml:space="preserve">
<value>2. 目的地となるネームスペースを選択する</value>
</data>
<data name="lblBulkStep3Resource1.Text" xml:space="preserve">
<value>3. 移動を実行する</value>
</data>
<data name="rfvBulkMigrateTargetNamespaceResource1.ErrorMessage" xml:space="preserve">
<value>ターゲット ネームスペースが必要です</value>
</data>
</root>

View file

@ -0,0 +1,434 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>プロバイダーを選択解除</value>
</data>
<data name="btnCopySettingsResource1.Text" xml:space="preserve">
<value>コピー</value>
</data>
<data name="btnCopySettingsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnDeleteDllResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteDllResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnDisableResource1.Text" xml:space="preserve">
<value>無効化</value>
</data>
<data name="btnDisableResource1.ToolTip" xml:space="preserve">
<value>プロバイダーを無効化する</value>
</data>
<data name="btnEnableResource1.Text" xml:space="preserve">
<value>有効化</value>
</data>
<data name="btnEnableResource1.ToolTip" xml:space="preserve">
<value>プロバイダーを有効化する</value>
</data>
<data name="btnMigrateFilesResource1.Text" xml:space="preserve">
<value>移動</value>
</data>
<data name="btnMigrateFilesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnMigratePagesResource1.Text" xml:space="preserve">
<value>移動</value>
</data>
<data name="btnMigratePagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnMigrateUsersResource1.Text" xml:space="preserve">
<value>移動</value>
</data>
<data name="btnMigrateUsersResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveDefaultProvidersResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveDefaultProvidersResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>設定文字列を保存する</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnUnloadResource1.Text" xml:space="preserve">
<value>アンロード</value>
</data>
<data name="btnUnloadResource1.ToolTip" xml:space="preserve">
<value>プロバイダーをアンロードする</value>
</data>
<data name="btnUploadResource1.Text" xml:space="preserve">
<value>アップロード</value>
</data>
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAuthorResource1.Text" xml:space="preserve">
<value>作者</value>
</data>
<data name="lblConfigHelpResource1.Text" xml:space="preserve">
<value>ヘルプ</value>
</data>
<data name="lblConfigurationStringTitleResource1.Text" xml:space="preserve">
<value>設定文字列</value>
</data>
<data name="lblCopySettingsInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: 検出されるために、目的地のプロバイダーはアップロード ツールを使ってアップロード済みで無ければなりません。&lt;br /&gt;ログと最近の変更はコピーされません。</value>
</data>
<data name="lblCopySettingsResource1.Text" xml:space="preserve">
<value>設定と関連データを移動</value>
</data>
<data name="lblCopySettingsResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblCopySettingsResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDataMigrationResource1.Text" xml:space="preserve">
<value>データ移動</value>
</data>
<data name="lblDefaultProvCacheResource1.Text" xml:space="preserve">
<value>キャッシュ プロバイダー</value>
</data>
<data name="lblDefaultProvFilesResource1.Text" xml:space="preserve">
<value>ファイル プロバイダー</value>
</data>
<data name="lblDefaultProvidersResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDefaultProvidersResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDefaultProvidersTitleResource1.Text" xml:space="preserve">
<value>デフォルト プロバイダー</value>
</data>
<data name="lblDefaultProvPagesResource1.Text" xml:space="preserve">
<value>ページ プロバイダー</value>
</data>
<data name="lblDefaultProvUsersResource1.Text" xml:space="preserve">
<value>ユーザー プロバイダー</value>
</data>
<data name="lblDisplayResource1.Text" xml:space="preserve">
<value>表示</value>
</data>
<data name="lblDllResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDllResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblMigrateFilesResource1.Text" xml:space="preserve">
<value>ファイルと関連データを移動</value>
</data>
<data name="lblMigrateFilesResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblMigrateFilesResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblMigratePagesResource1.Text" xml:space="preserve">
<value>ページと関連データを移動</value>
</data>
<data name="lblMigratePagesResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblMigratePagesResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblMigrateUsersInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: ユーザー アカウントの移動は、すべての彼らのパスワードをリセットします(メール通知はすべてのユーザーに送られます)。</value>
</data>
<data name="lblMigrateUsersResource1.Text" xml:space="preserve">
<value>ユーザーと関連データを移動</value>
</data>
<data name="lblMigrateUsersResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblMigrateUsersResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblProviderConfigHelpResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblProviderConfigHelpResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblProviderDllResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblProviderNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblProvidersResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSettingsSourceResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSettingsSourceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblUploadInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;注意&lt;/b&gt;: DLL を削除しても、wiki を再起動するまでは DLL に含まれるプロバイダーは無効化されません。&lt;br /&gt;しかし、新しい DLL をアップロードすると DLL に含まれるプロバイダーは自動的にロードされます。</value>
</data>
<data name="lblUploadNewDllResource1.Text" xml:space="preserve">
<value>新しい DLL をアップロード</value>
</data>
<data name="lblUploadProvidersTitleResource1.Text" xml:space="preserve">
<value>プロバイダー DLL の管理</value>
</data>
<data name="lblUploadResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblUploadResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblVersionResource1.Text" xml:space="preserve">
<value>バージョン</value>
</data>
<data name="lstDllsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstFilesDestinationResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstFilesSourceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstPagesDestinationResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstPagesSourceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstSettingsDestinationResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstUsersDestinationResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstUsersSourceResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlProviderDetailsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlProviderDetailsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoCacheResource1.Text" xml:space="preserve">
<value>キャッシュ プロバイダー</value>
</data>
<data name="rdoCacheResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoFilesResource1.Text" xml:space="preserve">
<value>ファイル プロバイダー</value>
</data>
<data name="rdoFilesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoFormatterResource1.Text" xml:space="preserve">
<value>フォーマッタ プロバイダー</value>
</data>
<data name="rdoFormatterResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoPagesResource1.Text" xml:space="preserve">
<value>ページ プロバイダー</value>
</data>
<data name="rdoPagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoUsersResource1.Text" xml:space="preserve">
<value>ユーザー プロバイダー</value>
</data>
<data name="rdoUsersResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtConfigurationStringResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtConfigurationStringResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="upDllResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblUpdateStatusResource1.Text" xml:space="preserve">
<value>ステータスの更新</value>
</data>
<data name="lblCannotDisableResource1.Text" xml:space="preserve">
<value>プロバイダーを無効化できません。&lt;br /&gt;
・デフォルト プロバイダーになっているため。&lt;br /&gt;
・(ページ プロバイダーの場合)そのプロバイダーがルート ネームスペースのデフォルト ページを管理しているため。</value>
</data>
<data name="lblCannotDisableResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblMigrationInfoResource2" xml:space="preserve">
<value>&lt;b&gt;注意 1&lt;/b&gt;: マイグレーションを行う前に、常にあなたの全データのフル バックアップを行ってください。&lt;br /&gt;&lt;b&gt;注意 2&lt;/b&gt;: マイグレーションは完了するまでに数分かかります。この間、wiki 上で操作を一切行わないでください、ページを閉じないでください。&lt;br /&gt;&lt;b&gt;注意 3&lt;/b&gt;: 目的地プロバイダーは完全に空でなければなりません。もし、データを含んでいるなら、一貫性の問題が発生するかもしれません。詳細は、ターゲット プロバイダのドキュメントをご覧ください。&lt;br /&gt;&lt;b&gt;タイムアウト&lt;/b&gt;: マイグレーションを行う前に web.config の executionTimeout パラメータを増加させておくことを強くお勧めします。</value>
</data>
<data name="btnAutoUpdateProvidersResource1.Text" xml:space="preserve">
<value>プロバイダーの自動更新</value>
</data>
<data name="btnAutoUpdateProvidersResource1.ToolTip" xml:space="preserve">
<value>すべての型のインストール済みプロバイダーすべてを自動でアップデートする</value>
</data>
</root>

View file

@ -0,0 +1,243 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblEditSnippetWarningResource1.Text" xml:space="preserve">
<value>&lt;div class='warning' style='float: right;'&gt;You are now editing a snippet. After you are done,&lt;br /&gt;it is &lt;b&gt;strongly&lt;/b&gt; suggested to rebuild the search engine index in the &lt;i&gt;Admin Home&lt;/i&gt; page.&lt;/div&gt;</value>
</data>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>キャンセルしてアイテム一覧に戻る</value>
</data>
<data name="btnCreateResource1.Text" xml:space="preserve">
<value>アイテムを作る</value>
</data>
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
<value>新しいアイテムを保存する</value>
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>アイテムを削除する</value>
</data>
<data name="btnNewSnippetResource1.Text" xml:space="preserve">
<value>新しいスニペット</value>
</data>
<data name="btnNewSnippetResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnNewTemplateResource1.Text" xml:space="preserve">
<value>新しいテンプレート</value>
</data>
<data name="btnNewTemplateResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>アイテムを保存する</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>変更を保存する</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value>このアイテムの編集または削除</value>
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value>このアイテムの編集または削除</value>
</data>
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
<value>無効なスニペット名</value>
</data>
<data name="cvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblEditTitleSnippetResource1.Text" xml:space="preserve">
<value>スニペットの詳細</value>
</data>
<data name="lblEditTitleTemplateResource1.Text" xml:space="preserve">
<value>テンプレートの詳細</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNameResource2.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblParametersResource1.Text" xml:space="preserve">
<value>Params</value>
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblProviderResource2.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSnippetsTemplatesResource1.Text" xml:space="preserve">
<value>スニペットとテンプレート</value>
</data>
<data name="lblTypeResource1.Text" xml:space="preserve">
<value>タイプ</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlEditElementResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditElementResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
<value>名前を入力してください</value>
</data>
<data name="rfvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,402 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value>キャンセルしてアカウントの一覧に戻る</value>
</data>
<data name="btnCreateResource1.Text" xml:space="preserve">
<value>アカウントを作る</value>
</data>
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
<value>新しいアカウントを保存する</value>
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>アカウントを削除する</value>
</data>
<data name="btnFilterResource1.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnFilterResource1.ToolTip" xml:space="preserve">
<value>フィルターを適用する</value>
</data>
<data name="btnNewUserResource1.Text" xml:space="preserve">
<value>新しいユーザー</value>
</data>
<data name="btnNewUserResource1.ToolTip" xml:space="preserve">
<value>新しいユーザーを作る</value>
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>アカウントを保存する</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>変更点を保存する</value>
</data>
<data name="btnSelectResource1.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
<value>このアカウントを選択する</value>
</data>
<data name="btnSelectResource2.Text" xml:space="preserve">
<value>選択</value>
</data>
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
<value>このアカウントを選択する</value>
</data>
<data name="chkActiveResource1.Text" xml:space="preserve">
<value>有効なアカウント</value>
</data>
<data name="chkActiveResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkInactiveResource1.Text" xml:space="preserve">
<value>無効なアカウント</value>
</data>
<data name="chkInactiveResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkSetActiveResource1.Text" xml:space="preserve">
<value>有効</value>
</data>
<data name="chkSetActiveResource1.ToolTip" xml:space="preserve">
<value>チェックしたらユーザーはログインできます</value>
</data>
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードは一致しなければなりません</value>
</data>
<data name="cvPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvUsernameResource1.ErrorMessage" xml:space="preserve">
<value>ユーザー名はすでに利用されています</value>
</data>
<data name="cvUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvUsernameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAccountsResource1.Text" xml:space="preserve">
<value>ユーザー アカウント</value>
</data>
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
<value>表示名</value>
</data>
<data name="lblDisplayNameResource2.Text" xml:space="preserve">
<value>表示名</value>
</data>
<data name="lblEditTitleResource1.Text" xml:space="preserve">
<value>アカウントの詳細</value>
</data>
<data name="lblEmailResource1.Text" xml:space="preserve">
<value>メール アドレス</value>
</data>
<data name="lblEmailResource2.Text" xml:space="preserve">
<value>メール アドレス</value>
</data>
<data name="lblFilterResource1.Text" xml:space="preserve">
<value>表示: </value>
</data>
<data name="lblGlobalPermissionsResource1.Text" xml:space="preserve">
<value>グローバル パーミッション</value>
</data>
<data name="lblMemberOfResource1.Text" xml:space="preserve">
<value>メンバー of</value>
</data>
<data name="lblMembershipResource1.Text" xml:space="preserve">
<value>グループ メンバーシップ</value>
</data>
<data name="lblPassword1Resource1.Text" xml:space="preserve">
<value>パスワード</value>
</data>
<data name="lblPassword2Resource1.Text" xml:space="preserve">
<value>パスワード (再入力)</value>
</data>
<data name="lblPasswordInfoResource1.Text" xml:space="preserve">
<value>現在のパスワードを保持するには、パスワード入力欄を空のままにしてください。</value>
</data>
<data name="lblPasswordInfoResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblProviderResource1.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblProviderResource2.Text" xml:space="preserve">
<value>プロバイダー</value>
</data>
<data name="lblRegDateTimeResource1.Text" xml:space="preserve">
<value>登録日時</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblUsernameResource1.Text" xml:space="preserve">
<value>ユーザー名</value>
</data>
<data name="lblUsernameResource2.Text" xml:space="preserve">
<value>ユーザー名</value>
</data>
<data name="lstGroupsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>管理</value>
</data>
<data name="pnlAccountDetailsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlAccountDetailsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlEditAccountResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlEditAccountResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="revDisplayNameResource1.ErrorMessage" xml:space="preserve">
<value>無効な表示名</value>
</data>
<data name="revDisplayNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="revDisplayNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="revEmailResource1.ErrorMessage" xml:space="preserve">
<value>無効なメール アドレス</value>
</data>
<data name="revEmailResource1.Text" xml:space="preserve">
<value />
</data>
<data name="revEmailResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="revPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なパスワード</value>
</data>
<data name="revPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="revPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="revUsernameResource1.ErrorMessage" xml:space="preserve">
<value>無効なユーザー名</value>
</data>
<data name="revUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="revUsernameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvEmailResource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスを入力してください</value>
</data>
<data name="rfvEmailResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvEmailResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvUsernameResource1.ErrorMessage" xml:space="preserve">
<value>ユーザー名を入力してください</value>
</data>
<data name="rfvUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvUsernameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtDisplayNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtDisplayNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtEmailResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtEmailResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtFilterResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtFilterResource1.ToolTip" xml:space="preserve">
<value>ユーザー名でアカウントにフィルターをかける</value>
</data>
<data name="txtPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnBulkDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnBulkDeleteResource1.ToolTip" xml:space="preserve">
<value>古くて無効なアカウントを今すぐ削除する</value>
</data>
<data name="lblBulkDeleteResource1.Text" xml:space="preserve">
<value>すべての&lt;b&gt;無効な&lt;/b&gt;アカウント (&lt;b&gt;一ヶ月&lt;/b&gt;より古い) を削除します。&lt;br /&gt;進む前にはバックアップを取得してください。</value>
</data>
<data name="lblBulkDeleteTitleResource1.Text" xml:space="preserve">
<value>一括削除</value>
</data>
</root>

View file

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>現在のネームスペースに含まれているすべてのページです。</value>
</data>
<data name="lblPagesResource1.Text" xml:space="preserve">
<value>ページの一覧</value>
</data>
<data name="lnkCategoriesResource1.Text" xml:space="preserve">
<value>カテゴリーの一覧</value>
</data>
<data name="lnkCategoriesResource1.ToolTip" xml:space="preserve">
<value>すべてのカテゴリーを見る</value>
</data>
<data name="lnkSearchResource1.Text" xml:space="preserve">
<value>検索</value>
</data>
<data name="lnkSearchResource1.ToolTip" xml:space="preserve">
<value>検索する</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
<data name="pnlPageListResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlPageListResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,234 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>この添付ファイルを削除</value>
</data>
<data name="btnDeleteResource2.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource2.ToolTip" xml:space="preserve">
<value>この添付ファイルを削除</value>
</data>
<data name="btnRefreshResource1.Text" xml:space="preserve">
<value>リフレッシュ</value>
</data>
<data name="btnRefreshResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRenameResource1.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRenameResource2.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource2.ToolTip" xml:space="preserve">
<value>この添付ファイルの名前を変更する</value>
</data>
<data name="btnRenameResource3.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource3.ToolTip" xml:space="preserve">
<value>この添付ファイルの名前を変更する</value>
</data>
<data name="btnUploadResource1.Text" xml:space="preserve">
<value>アップロード</value>
</data>
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkOverwriteResource1.Text" xml:space="preserve">
<value>既存の添付ファイルを上書きする</value>
</data>
<data name="chkOverwriteResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="fileUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDownloadsResource1.Text" xml:space="preserve">
<value>ダウンロード</value>
</data>
<data name="lblItemResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblItemResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNoUploadResource1.Text" xml:space="preserve">
<value>&lt;br /&gt;アップロードする前にページを保存する</value>
</data>
<data name="lblNoUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblRenameResource1.Text" xml:space="preserve">
<value>ファイル/ディレクトリの名前変更</value>
</data>
<data name="lblRenameResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSizeResource1.Text" xml:space="preserve">
<value>サイズ</value>
</data>
<data name="lblStringsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblUploadFilesInfoResource1.Text" xml:space="preserve">
<value>$1 までファイルをアップロード可能です。許可されているファイル タイプは $2 です。</value>
</data>
<data name="lblUploadResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblUploadResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstProvidersResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlRenameResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlRenameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblSizeResource1.Text" xml:space="preserve">
<value>サイズ</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="cvCaptchaResource1.ErrorMessage" xml:space="preserve">
<value>Properties.Messages.WrongControlText</value>
</data>
<data name="cvCaptchaResource1.Text" xml:space="preserve">
<value>&lt;img src="Images/InputError.png" alt="*" /&gt;</value>
</data>
<data name="cvCaptchaResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="imgCaptchaResource1.AlternateText" xml:space="preserve">
<value>CAPTCHA</value>
</data>
<data name="imgCaptchaResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvCaptchaResource1.ErrorMessage" xml:space="preserve">
<value>Properties.Messages.RequiredField</value>
</data>
<data name="rfvCaptchaResource1.Text" xml:space="preserve">
<value>&lt;img src="Images/InputError.png" alt="*" /&gt;</value>
</data>
<data name="rfvCaptchaResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtCaptchaResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtCaptchaResource1.ToolTip" xml:space="preserve">
<value>上に表示されているテキストを入力してください (大文字小文字を区別します)</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblCategoriesResource1.Text" xml:space="preserve">
<value>カテゴリーの一覧</value>
</data>
<data name="lblCatListResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>このネームスペースにおけるカテゴリーの一覧です。</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,219 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnEmailNotificationResource1.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnEmailNotificationResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAdministratePageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblAdminToolsLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblAttachmentsLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblAuthorResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblBackLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblBreadcrumbsTrailResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblByResource1.Text" xml:space="preserve">
<value>更新者</value>
</data>
<data name="lblCategorizedAsResource1.Text" xml:space="preserve">
<value>カテゴリー</value>
</data>
<data name="lblDiscussedPageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDiscussLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDoubleClickHandlerResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblEditLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblHistoryLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblModifiedDateTimeResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblModifiedResource1.Text" xml:space="preserve">
<value>更新日時</value>
</data>
<data name="lblNavigationPathsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblNextPageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblPageCategoriesResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblPageDiscussionForResource1.Text" xml:space="preserve">
<value>ディスカッション for</value>
</data>
<data name="lblPageTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblPostMessageLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblPreviousPageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblPrintLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRedirectionSourceResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRollbackPageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRssLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSetPagePermissionsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblViewCodeLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="PageResource2.Title" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="pnlPageInfoResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlPageInfoResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,426 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnAutoTemplateOKResource1.Text" xml:space="preserve">
<value>閉じる</value>
</data>
<data name="btnAutoTemplateOKResource1.ToolTip" xml:space="preserve">
<value>このメッセージを閉じる</value>
</data>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelTemplateResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelTemplateResource1.ToolTip" xml:space="preserve">
<value>テンプレート ツールバーを閉じます</value>
</data>
<data name="btnCreateCategoryResource1.Text" xml:space="preserve">
<value>作る</value>
</data>
<data name="btnCreateCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveAndContinueResource1.Text" xml:space="preserve">
<value>保存して編集を続ける</value>
</data>
<data name="btnSaveAndContinueResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnTemplatesResource1.Text" xml:space="preserve">
<value>コンテンツ テンプレート...</value>
</data>
<data name="btnTemplatesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnUseTemplateResource1.Text" xml:space="preserve">
<value>テンプレートを使う</value>
</data>
<data name="btnUseTemplateResource1.ToolTip" xml:space="preserve">
<value>このテンプレートを使う (現在のコンテンツを置き換えます)</value>
</data>
<data name="chkMinorChangeResource1.Text" xml:space="preserve">
<value>わずかな修正 (バックアップしない)</value>
</data>
<data name="chkMinorChangeResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkSaveAsDraftResource1.Text" xml:space="preserve">
<value>下書きとして保存する</value>
</data>
<data name="chkSaveAsDraftResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvCategory1Resource1.ErrorMessage" xml:space="preserve">
<value>無効な名前</value>
</data>
<data name="cvCategory1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvCategory1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvCategory2Resource1.ErrorMessage" xml:space="preserve">
<value>カテゴリーはすでに存在します</value>
</data>
<data name="cvCategory2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvCategory2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvName1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なページ名</value>
</data>
<data name="cvName1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvName1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
<value>ページはすでに存在します</value>
</data>
<data name="cvName2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvName2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblApprovalRequiredInfoResource1.Text" xml:space="preserve">
<value>あなたの変更は下書きとして保存されます。編集者もしくは管理者が承認すると、あなたの変更は表に出ます。</value>
</data>
<data name="lblAttachmentManagerResource1.Text" xml:space="preserve">
<value>添付ファイルの管理</value>
</data>
<data name="lblAutoTemplateResource1.Text" xml:space="preserve">
<value>コンテンツ テンプレート "##TEMPLATE##" が自動的に選択されました。あなたはコンテンツを破棄できますし、上のほうにあるリンクを使って別のテンプレートを選択することもできます。</value>
</data>
<data name="lblCategoriesResource1.Text" xml:space="preserve">
<value>ページのカテゴリー</value>
</data>
<data name="lblCategoryResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblCategoryResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblCommentResource1.Text" xml:space="preserve">
<value>この変更に関するコメント</value>
</data>
<data name="lblConcurrentEditingResource1.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: このページは別のユーザーによって編集されている最中です</value>
</data>
<data name="lblConcurrentEditingUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>説明</value>
</data>
<data name="lblDraftInfo2Resource1.Text" xml:space="preserve">
<value>このコンテンツを表示してよいと思うなら、'保存' ボタン付近の '下書きとして保存' チェックボックスのチェックを外してください。注意: 下書きはバージョン管理されません。</value>
</data>
<data name="lblDraftInfoResource1.Text" xml:space="preserve">
<value>&lt;b&gt;##USER##&lt;/b&gt; が &lt;b&gt;##DATETIME##&lt;/b&gt; に編集した&lt;b&gt;下書き&lt;/b&gt;をあなたは今編集しています。(##VIEWCHANGES##)</value>
</data>
<data name="lblEditNoticeResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblIpLoggedResource1.Text" xml:space="preserve">
<value>あなたはログインしていないので、IP アドレスをユーザー名として使います。</value>
</data>
<data name="lblKeywordsResource1.Text" xml:space="preserve">
<value>キーワード (カンマで区切って複数入力できます)</value>
</data>
<data name="lblMetaResource1.Text" xml:space="preserve">
<value>メタ情報</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>ページの名前 (ページ同士をリンクするために使います)</value>
</data>
<data name="lblNewCategoryResource1.Text" xml:space="preserve">
<value>新しいカテゴリーを作る</value>
</data>
<data name="lblRefreshLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSaveDangerousResource1.Text" xml:space="preserve">
<value>このページを保存すると&lt;b&gt;データ損失&lt;/b&gt;につながるかもしれません。</value>
</data>
<data name="lblSaveDisabledResource1.Text" xml:space="preserve">
<value>管理者がこのページの保存を許可していません。</value>
</data>
<data name="lblSessionRefreshResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblTemplatePreviewResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblTemplatePreviewResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>ページ タイトル</value>
</data>
<data name="lblUnloadPageResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lstCategoriesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstTemplatesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource2.Title" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="pnlAnonymousResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlAnonymousResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlApprovalRequiredResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlApprovalRequiredResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlAutoTemplateResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlAutoTemplateResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlCaptchaResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlCaptchaResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlCategoryCreationResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlCategoryCreationResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlCollisionsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlCollisionsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlDraftResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlDraftResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlTemplatesResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlTemplatesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvCategoryResource1.ErrorMessage" xml:space="preserve">
<value>名前を入力してください</value>
</data>
<data name="rfvCategoryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvCategoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ErrorMessage" xml:space="preserve">
<value>名前を入力してください</value>
</data>
<data name="rfvNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvTitleResource1.ErrorMessage" xml:space="preserve">
<value>タイトルを入力してください</value>
</data>
<data name="rfvTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtCategoryResource2.Text" xml:space="preserve">
<value />
</data>
<data name="txtCategoryResource2.ToolTip" xml:space="preserve">
<value>カテゴリーの名前をここに入力してください</value>
</data>
<data name="txtCommentResource2.Text" xml:space="preserve">
<value />
</data>
<data name="txtCommentResource2.ToolTip" xml:space="preserve">
<value>この変更に関するコメントをここに入力してください (省略可能)</value>
</data>
<data name="txtDescriptionResource2.Text" xml:space="preserve">
<value />
</data>
<data name="txtDescriptionResource2.ToolTip" xml:space="preserve">
<value>このページに関する説明をここに入力してください (省略可能)</value>
</data>
<data name="txtKeywordsResource2.Text" xml:space="preserve">
<value />
</data>
<data name="txtKeywordsResource2.ToolTip" xml:space="preserve">
<value>このページに関するキーワードをここにカンマ区切りで入力してください (省略可能)</value>
</data>
<data name="txtNameResource2.Text" xml:space="preserve">
<value />
</data>
<data name="txtNameResource2.ToolTip" xml:space="preserve">
<value>ページの名前をここに入力してください</value>
</data>
<data name="txtTitleResource2.Text" xml:space="preserve">
<value />
</data>
<data name="txtTitleResource2.ToolTip" xml:space="preserve">
<value>ページのタイトルをここに入力してください</value>
</data>
<data name="btnManualNameResource1.Text" xml:space="preserve">
<value>ページ名を指定する...</value>
</data>
<data name="btnManualNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,192 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnBiggerMarkupResource3.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnBiggerMarkupResource3.ToolTip" xml:space="preserve">
<value>エディターのサイズを増加させる</value>
</data>
<data name="btnBiggerMarkupVisualResource3.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnBiggerMarkupVisualResource3.ToolTip" xml:space="preserve">
<value>エディターのサイズを増加させる</value>
</data>
<data name="btnPreviewResource3.Text" xml:space="preserve">
<value>プレビュー</value>
</data>
<data name="btnPreviewResource3.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSmallerMarkupResource3.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnSmallerMarkupResource3.ToolTip" xml:space="preserve">
<value>エディターのサイズを減少させる</value>
</data>
<data name="btnSmallerMarkupVisualResource3.AlternateText" xml:space="preserve">
<value />
</data>
<data name="btnSmallerMarkupVisualResource3.ToolTip" xml:space="preserve">
<value>エディターのサイズを減少させる</value>
</data>
<data name="btnVisualResource3.Text" xml:space="preserve">
<value>ビジュアル</value>
</data>
<data name="btnVisualResource3.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnWikiMarkupResource3.Text" xml:space="preserve">
<value>Wiki マークアップ</value>
</data>
<data name="btnWikiMarkupResource3.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblPreviewResource3.Text" xml:space="preserve">
<value />
</data>
<data name="lblPreviewWarningResource3.Text" xml:space="preserve">
<value>&lt;b&gt;警告&lt;/b&gt;: これはプレビューに過ぎません。コンテンツは保存されていません。</value>
</data>
<data name="lblPreviewWarningResource3.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSnippetsResource3.Text" xml:space="preserve">
<value />
</data>
<data name="lblSnippetsResource3.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblStringsResource3.Text" xml:space="preserve">
<value />
</data>
<data name="lblWYSIWYGResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblWYSIWYGResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtMarkupResource3.Text" xml:space="preserve">
<value />
</data>
<data name="txtMarkupResource3.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblAdminResource1.Text" xml:space="preserve">
<value>例外の詳細</value>
</data>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>ご不便をおかけして申し訳ありません。リクエストを処理中にエラーが発生しました。エラー情報は登録され、調査されるでしょう。&lt;br /&gt;&lt;a href="Default.aspx"&gt;Main Page&lt;/a&gt; からやり直してください。</value>
</data>
<data name="lblErrorResource1.Text" xml:space="preserve">
<value>システム エラー</value>
</data>
<data name="lblExceptionResource1.Text" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
<data name="pnlExceptionResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlExceptionResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,297 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnDeleteResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
<value>このアイテムを削除</value>
</data>
<data name="btnDeleteResource2.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteResource2.ToolTip" xml:space="preserve">
<value>このアイテムを削除</value>
</data>
<data name="btnNewDirectoryResource1.Text" xml:space="preserve">
<value>作成</value>
</data>
<data name="btnNewDirectoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRenameResource1.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRenameResource2.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource2.ToolTip" xml:space="preserve">
<value>このアイテムの名前を変更する</value>
</data>
<data name="btnRenameResource3.Text" xml:space="preserve">
<value>名前変更</value>
</data>
<data name="btnRenameResource3.ToolTip" xml:space="preserve">
<value>このアイテムの名前を変更する</value>
</data>
<data name="btnUploadResource1.Text" xml:space="preserve">
<value>アップロード</value>
</data>
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkOverwriteResource1.Text" xml:space="preserve">
<value>既存ファイルを上書きする</value>
</data>
<data name="chkOverwriteResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="fileUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDirectoryNameResource1.Text" xml:space="preserve">
<value>ディレクトリの名前</value>
</data>
<data name="lblDownloadsResource1.Text" xml:space="preserve">
<value>ダウンロード</value>
</data>
<data name="lblItemResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblItemResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblLinkResource1.Text" xml:space="preserve">
<value>リンク</value>
</data>
<data name="lblManagePermissionsResource1.Text" xml:space="preserve">
<value>パーミッションの管理</value>
</data>
<data name="lblNameResource1.Text" xml:space="preserve">
<value>名前</value>
</data>
<data name="lblNewDirectoryResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblNewDirectoryResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblNewDirectoryTitleResource1.Text" xml:space="preserve">
<value>新しいディレクトリを作る</value>
</data>
<data name="lblNoListResource1.Text" xml:space="preserve">
<value>このディレクトリのコンテンツ一覧を見ることはできません</value>
</data>
<data name="lblNoListResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblRenameResource1.Text" xml:space="preserve">
<value>ファイル/ディレクトリの名前変更</value>
</data>
<data name="lblRenameResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblRenameResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblRootResource1.Text" xml:space="preserve">
<value>/</value>
</data>
<data name="lblRootResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSizeResource1.Text" xml:space="preserve">
<value>サイズ</value>
</data>
<data name="lblStringsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblUploadFilesInfoResource1.Text" xml:space="preserve">
<value>$1 までファイルをアップロード可能です。許可されているファイル タイプは $2 です。</value>
</data>
<data name="lblUploadFilesResource1.Text" xml:space="preserve">
<value>ファイルをアップロードする</value>
</data>
<data name="lblUploadResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblUploadResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkDirResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkDirResource2.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lnkRootResource1.Text" xml:space="preserve">
<value>[..]</value>
</data>
<data name="lnkRootResource1.ToolTip" xml:space="preserve">
<value>/</value>
</data>
<data name="lstProvidersResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlNewDirectoryResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlNewDirectoryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlPermissionsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlPermissionsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlRenameResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlRenameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlUploadResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlUploadResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewDirectoryNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewDirectoryNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCompareResource1.Text" xml:space="preserve">
<value>比較する</value>
</data>
<data name="btnCompareResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRollbackResource1.Text" xml:space="preserve">
<value>ロールバック</value>
</data>
<data name="btnRollbackResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnRollbackResource2.Text" xml:space="preserve">
<value>ロールバック</value>
</data>
<data name="btnRollbackResource2.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblCommentResource1.Text" xml:space="preserve">
<value>コメント</value>
</data>
<data name="lblCompareResource1.Text" xml:space="preserve">
<value>ページ リビジョンを比較する</value>
</data>
<data name="lblHistoryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSavedByResource1.Text" xml:space="preserve">
<value>保存した人</value>
</data>
<data name="lblSavedOnResource1.Text" xml:space="preserve">
<value>保存した日時</value>
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>-- タイトル --</value>
</data>
<data name="lblTitleResource2.Text" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="lstRev1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstRev2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,261 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnPreviewResource1.Text" xml:space="preserve">
<value>プレビューを更新する</value>
</data>
<data name="btnPreviewResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>変更されたイメージを保存します</value>
</data>
<data name="chkAspectRatioResource1.Text" xml:space="preserve">
<value>縦横比を維持する</value>
</data>
<data name="chkAspectRatioResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkNewNameResource2.Text" xml:space="preserve">
<value>新しいファイルとして保存します</value>
</data>
<data name="chkNewNameResource2.ToolTip" xml:space="preserve">
<value>チェックを外した場合はオリジナルのファイルが上書きされます</value>
</data>
<data name="imgPreviewResource1.AlternateText" xml:space="preserve">
<value>イメージ プレビュー</value>
</data>
<data name="imgPreviewResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelResource2.Text" xml:space="preserve">
<value>閉じる</value>
</data>
<data name="lblCurrentSizeInfoResource1.Text" xml:space="preserve">
<value>現在のサイズ: </value>
</data>
<data name="lblCurrentSizePixelsResource1.Text" xml:space="preserve">
<value>ピクセル</value>
</data>
<data name="lblCurrentSizeResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDimensionsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblOptionsResource1.Text" xml:space="preserve">
<value>画像のサイズ変更オプション</value>
</data>
<data name="lblOptionsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblScalePostResource1.Text" xml:space="preserve">
<value>%)</value>
</data>
<data name="lblScalePostResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblScalePreResource1.Text" xml:space="preserve">
<value>(Scale: </value>
</data>
<data name="lblScalePreResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblScaleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblScaleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSizePixelsResource1.Text" xml:space="preserve">
<value>ピクセル</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>イメージ エディター</value>
</data>
<data name="rdoJpegHighResource2.Text" xml:space="preserve">
<value>JPEG 100%</value>
</data>
<data name="rdoJpegHighResource2.ToolTip" xml:space="preserve">
<value>JPEG フォーマット、完全品質</value>
</data>
<data name="rdoJpegMediumResource2.Text" xml:space="preserve">
<value>JPEG 60%</value>
</data>
<data name="rdoJpegMediumResource2.ToolTip" xml:space="preserve">
<value>JPEG フォーマット、中程度の品質</value>
</data>
<data name="rdoPercentageResource2.Text" xml:space="preserve">
<value>縮尺でサイズ変更</value>
</data>
<data name="rdoPercentageResource2.ToolTip" xml:space="preserve">
<value>縮尺を指定してサイズ変更します</value>
</data>
<data name="rdoPixelResource2.Text" xml:space="preserve">
<value>絶対値でサイズ変更</value>
</data>
<data name="rdoPixelResource2.ToolTip" xml:space="preserve">
<value>画素数を指定してサイズ変更します</value>
</data>
<data name="rdoPngResource2.ToolTip" xml:space="preserve">
<value>PNG フォーマット (アルファ チャンネルは保持されます)</value>
</data>
<data name="txtHeightResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtHeightResource1.ToolTip" xml:space="preserve">
<value>高さ</value>
</data>
<data name="txtNewNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPercentageResource2.Text" xml:space="preserve">
<value>100</value>
</data>
<data name="txtPercentageResource2.ToolTip" xml:space="preserve">
<value>縮尺 (パーセントで指定)</value>
</data>
<data name="txtWidthResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtWidthResource1.ToolTip" xml:space="preserve">
<value>幅</value>
</data>
<data name="btnCancelResource2.ToolTip" xml:space="preserve">
<value>このツールボックスを閉じます</value>
</data>
<data name="rdoPngResource2.Text" xml:space="preserve">
<value>PNG</value>
</data>
<data name="lblRotateResource1.Text" xml:space="preserve">
<value>回転</value>
</data>
</root>

View file

@ -0,0 +1,285 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnLoginResource1.Text" xml:space="preserve">
<value>ログイン</value>
</data>
<data name="btnLoginResource1.ToolTip" xml:space="preserve">
<value>クリックするとログインします</value>
</data>
<data name="btnLogoutResource1.Text" xml:space="preserve">
<value>ログアウト</value>
</data>
<data name="btnLogoutResource1.ToolTip" xml:space="preserve">
<value>ログアウトするにはクリック</value>
</data>
<data name="btnResetPasswordResource1.Text" xml:space="preserve">
<value>パスワードをリセットする</value>
</data>
<data name="btnResetPasswordResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveNewPasswordResource1.Text" xml:space="preserve">
<value>新しいパスワードを保存する</value>
</data>
<data name="btnSaveNewPasswordResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkRememberResource1.Text" xml:space="preserve">
<value>ログイン状態を保持する</value>
</data>
<data name="chkRememberResource1.ToolTip" xml:space="preserve">
<value>システムにあなたのことを憶えさせておきたいならここをチェックしてください</value>
</data>
<data name="cvNewPasswordsResource1.ErrorMessage" xml:space="preserve">
<value>パスワードが一致しません</value>
</data>
<data name="cvNewPasswordsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvNewPasswordsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>ここから wiki へログインできます。アカウントをお持ちで無いですか?アカウントは &lt;a href="Register.aspx" title="新しいアカウントを作る"&gt;ここ&lt;/a&gt; で作成できます。</value>
</data>
<data name="lblEmailResetResource1.Text" xml:space="preserve">
<value>メール アドレス</value>
</data>
<data name="lblLogoutResource1.Text" xml:space="preserve">
<value>あなたは現在ログインしています。ログアウトするにはログアウト ボタンをクリックしてください。</value>
</data>
<data name="lblLostPasswordResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblNewPassword1Resource1.Text" xml:space="preserve">
<value>パスワード</value>
</data>
<data name="lblNewPassword2Resource1.Text" xml:space="preserve">
<value>パスワード (再入力)</value>
</data>
<data name="lblOrResource1.Text" xml:space="preserve">
<value>または</value>
</data>
<data name="lblPasswordResource1.Text" xml:space="preserve">
<value>パスワード</value>
</data>
<data name="lblResetPassword2InfoResource1.Text" xml:space="preserve">
<value>新しいパスワードを二回入力してください。</value>
</data>
<data name="lblResetPassword2Resource1.Text" xml:space="preserve">
<value>パスワードをリセットする</value>
</data>
<data name="lblResetPasswordInformationResource1.Text" xml:space="preserve">
<value>パスワードを忘れた場合は、ユーザー名 &lt;b&gt;または&lt;/b&gt; メール アドレスを入力し、「パスワードをリセットする」ボタンをクリックしてください。&lt;br /&gt;そうすれば、パスワードをリセットするための手順が書かれたメールがあなたに届きます。</value>
</data>
<data name="lblResetPasswordResource1.Text" xml:space="preserve">
<value>パスワードをリセットする</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>ログイン</value>
</data>
<data name="lblUsernameResetResource1.Text" xml:space="preserve">
<value>ユーザー名</value>
</data>
<data name="lblUsernameResource1.Text" xml:space="preserve">
<value>ユーザー名</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
<data name="rfvNewPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvNewPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNewPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvNewPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvNewPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvNewPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxNewPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なパスワード</value>
</data>
<data name="rxNewPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxNewPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxNewPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>無効なパスワード</value>
</data>
<data name="rxNewPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxNewPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtEmailResetResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtEmailResetResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPasswordResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPasswordResource1.ToolTip" xml:space="preserve">
<value>ここにあなたパスワードを入力してください</value>
</data>
<data name="txtUsernameResetResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtUsernameResetResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
<value>ここにあなたのユーザー名を入力してください</value>
</data>
</root>

View file

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblFooterDivResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblHeaderDivResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblStringsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lnkMainPageResource1.Text" xml:space="preserve">
<value>メイン ページ</value>
</data>
<data name="lnkMainPageResource1.ToolTip" xml:space="preserve">
<value>現在のネームスペースのメインぺーじへ</value>
</data>
<data name="lnkPreviousPageResource1.Text" xml:space="preserve">
<value>« 前のページへ戻る</value>
</data>
<data name="lnkPreviousPageResource1.ToolTip" xml:space="preserve">
<value>前のページへ</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>ナビゲーション パスはあなたに Wiki コンテンツを案内します。</value>
</data>
<data name="lblInfoResource1.Text" xml:space="preserve">
<value>ここにあるのはパスの一覧です。</value>
</data>
<data name="lblNavPathResource1.Text" xml:space="preserve">
<value>ナビゲーション パス</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelDeleteMessageResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelDeleteMessageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnDeleteMessageResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnDeleteMessageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkDeleteMessageRepliesResource1.Text" xml:space="preserve">
<value>メッセージの返信も削除する</value>
</data>
<data name="chkDeleteMessageRepliesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDeleteMessageContentResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblDeleteMessageDescriptionResource1.Text" xml:space="preserve">
<value>メッセージを削除するには削除ボタンをクリックしてください。</value>
</data>
<data name="lblDeleteMessageResource1.Text" xml:space="preserve">
<value>メッセージを削除する</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnAddPageResource1.Text" xml:space="preserve">
<value>追加</value>
</data>
<data name="btnAddPageResource1.ToolTip" xml:space="preserve">
<value>選択したページをリストに追加</value>
</data>
<data name="btnRemoveResource1.Text" xml:space="preserve">
<value>削除</value>
</data>
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
<value>選択したページをリストから削除</value>
</data>
<data name="btnSearchResource1.Text" xml:space="preserve">
<value>検索</value>
</data>
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
<value>ページを探す</value>
</data>
<data name="lstAvailablePageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstPagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>"##PAGENAME##" という名前のページは見つかりませんでした。</value>
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>ページが見つかりません</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,177 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnAddResource1.Text" xml:space="preserve">
<value>追加</value>
</data>
<data name="btnAddResource1.ToolTip" xml:space="preserve">
<value>選択したサブジェクトを追加する</value>
</data>
<data name="btnRemoveResource1.Text" xml:space="preserve">
<value>除去</value>
</data>
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
<value>項目を削除する</value>
</data>
<data name="btnSaveResource1.Text" xml:space="preserve">
<value>パーミッションを保存する</value>
</data>
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
<value>この項目のパーミッションを保存する</value>
</data>
<data name="btnSearchResource1.Text" xml:space="preserve">
<value>検索</value>
</data>
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
<value>追加するためにユーザーまたはグループを探す</value>
</data>
<data name="lblAddResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblAddResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblPermissionsForResource1.Text" xml:space="preserve">
<value>パーミッション:</value>
</data>
<data name="lblSaveResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSaveResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSelectedSubjectResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSubjectsResource1.Text" xml:space="preserve">
<value>ユーザー アカウントとユーザー グループ</value>
</data>
<data name="lstFoundSubjectsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstSubjectsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtNewSubjectResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtNewSubjectResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,396 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelAnchorResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelFileLinkResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelFileLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelImageResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelImageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelLinkResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelPageLinkResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelPageLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkAnchorResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkFileLinkResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkFileLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkImageResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkImageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkLinkResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkPageLinkResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkPageLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkFileNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkFileNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkFilesAttachmentsResource1.Text" xml:space="preserve">
<value>添付ファイルを表示する</value>
</data>
<data name="chkFilesAttachmentsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkImageAttachmentsResource1.Text" xml:space="preserve">
<value>添付ファイルを表示する</value>
</data>
<data name="chkImageAttachmentsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkImageNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkImageNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkLinkNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkLinkNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkPageNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkPageNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAnchorIDResource1.Text" xml:space="preserve">
<value>アンカー ID (入力必須)</value>
</data>
<data name="lblAnchorTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblExistingAnchorsResource1.Text" xml:space="preserve">
<value>リンク先:</value>
</data>
<data name="lblFilePathResource1.Text" xml:space="preserve">
<value>ファイル パス (入力必須)</value>
</data>
<data name="lblFileTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblImageDescrResource1.Text" xml:space="preserve">
<value>説明 (省略可能)</value>
</data>
<data name="lblImageLinkResource1.Text" xml:space="preserve">
<value>リンク (省略可能)</value>
</data>
<data name="lblImagePathResource1.Text" xml:space="preserve">
<value>イメージ パス/URL (入力必須)</value>
</data>
<data name="lblInsertAnchorResource1.Text" xml:space="preserve">
<value>挿入:</value>
</data>
<data name="lblLinkTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblLinkUrlResource1.Text" xml:space="preserve">
<value>リンク URL またはメール アドレス (入力必須)</value>
</data>
<data name="lblPageNameResource1.Text" xml:space="preserve">
<value>ページ名 (必須)</value>
</data>
<data name="lblPageTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblStringsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lstExistingAnchorsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstProviderFilesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstProviderImagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>ScrewTurn Wiki</value>
</data>
<data name="pnlAnchorLinkResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlAnchorLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlNewAnchorResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlNewAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoAnchorLinkResource1.Text" xml:space="preserve">
<value>既存のアンカーへのリンク</value>
</data>
<data name="rdoAnchorLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageAutoResource1.Text" xml:space="preserve">
<value>自動</value>
</data>
<data name="rdoImageAutoResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageInlineResource1.Text" xml:space="preserve">
<value>インライン</value>
</data>
<data name="rdoImageInlineResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageLeftResource1.Text" xml:space="preserve">
<value>左寄せ</value>
</data>
<data name="rdoImageLeftResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rdoImageLinkResource1.ToolTip" xml:space="preserve">
<value>ブラウザーを使ってリンク イメージを選択するにはここをチェック</value>
</data>
<data name="rdoImagePathResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rdoImagePathResource1.ToolTip" xml:space="preserve">
<value>ブラウザーを使ってイメージを選択するにはここをチェック</value>
</data>
<data name="rdoImageRightResource1.Text" xml:space="preserve">
<value>右寄せ</value>
</data>
<data name="rdoImageRightResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoNewAnchorResource1.Text" xml:space="preserve">
<value>新しいアンカー</value>
</data>
<data name="rdoNewAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtAnchorIDResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtAnchorIDResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtAnchorTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtAnchorTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtFilePathResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtFilePathResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtFileTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtFileTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtImageDescrResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtImageDescrResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtImageLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtImageLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtImagePathResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtImagePathResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtLinkTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtLinkTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtLinkUrlResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtLinkUrlResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPageTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPageTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,396 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelAnchorResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelFileLinkResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelFileLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelImageResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelImageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelLinkResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnCancelPageLinkResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelPageLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkAnchorResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkFileLinkResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkFileLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkImageResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkImageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkLinkResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnOkPageLinkResource1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnOkPageLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkFileNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkFileNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkFilesAttachmentsResource1.Text" xml:space="preserve">
<value>ページの添付ファイルを閲覧する</value>
</data>
<data name="chkFilesAttachmentsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkImageAttachmentsResource1.Text" xml:space="preserve">
<value>ページの添付ファイルを閲覧する</value>
</data>
<data name="chkImageAttachmentsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkImageNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkImageNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkLinkNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkLinkNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkPageNWResource1.Text" xml:space="preserve">
<value>リンクを新しいウィンドウで開く</value>
</data>
<data name="chkPageNWResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAnchorIDResource1.Text" xml:space="preserve">
<value>アンカー ID (入力必須)</value>
</data>
<data name="lblAnchorTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblExistingAnchorsResource1.Text" xml:space="preserve">
<value>リンクさせる:</value>
</data>
<data name="lblFilePathResource1.Text" xml:space="preserve">
<value>ファイル パス (入力必須)</value>
</data>
<data name="lblFileTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblImageDescrResource1.Text" xml:space="preserve">
<value>説明 (入力必須)</value>
</data>
<data name="lblImageLinkResource1.Text" xml:space="preserve">
<value>リンク (省略可能)</value>
</data>
<data name="lblImagePathResource1.Text" xml:space="preserve">
<value>イメージ パス/URL (入力必須)</value>
</data>
<data name="lblInsertAnchorResource1.Text" xml:space="preserve">
<value>挿入:</value>
</data>
<data name="lblLinkTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblLinkUrlResource1.Text" xml:space="preserve">
<value>リンク URL またはメール アドレス (入力必須)</value>
</data>
<data name="lblPageNameResource1.Text" xml:space="preserve">
<value>ページ名 (入力必須)</value>
</data>
<data name="lblPageTitleResource1.Text" xml:space="preserve">
<value>リンク タイトル (省略可能)</value>
</data>
<data name="lblStringsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lstExistingAnchorsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstProviderFilesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstProviderImagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>ScrewTurn Wiki</value>
</data>
<data name="pnlAnchorLinkResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlAnchorLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlNewAnchorResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlNewAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoAnchorLinkResource1.Text" xml:space="preserve">
<value>既存のアンカーへリンクさせる</value>
</data>
<data name="rdoAnchorLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageAutoResource1.Text" xml:space="preserve">
<value>自動</value>
</data>
<data name="rdoImageAutoResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageInlineResource1.Text" xml:space="preserve">
<value>インライン</value>
</data>
<data name="rdoImageInlineResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageLeftResource1.Text" xml:space="preserve">
<value>左寄せ</value>
</data>
<data name="rdoImageLeftResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoImageLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rdoImageLinkResource1.ToolTip" xml:space="preserve">
<value>ブラウザーを使ってリンク イメージを選択するにはここをチェック</value>
</data>
<data name="rdoImagePathResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rdoImagePathResource1.ToolTip" xml:space="preserve">
<value>ブラウザーを使ってイメージを選択するにはここをチェック</value>
</data>
<data name="rdoImageRightResource1.Text" xml:space="preserve">
<value>右寄せ</value>
</data>
<data name="rdoImageRightResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoNewAnchorResource1.Text" xml:space="preserve">
<value>新しいアンカー</value>
</data>
<data name="rdoNewAnchorResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtAnchorIDResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtAnchorIDResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtAnchorTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtAnchorTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtFilePathResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtFilePathResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtFileTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtFileTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtImageDescrResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtImageDescrResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtImageLinkResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtImageLinkResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtImagePathResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtImagePathResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtLinkTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtLinkTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtLinkUrlResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtLinkUrlResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPageNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtPageTitleResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPageTitleResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,153 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancelResource1.Text" xml:space="preserve">
<value>キャンセル</value>
</data>
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSendResource1.Text" xml:space="preserve">
<value>送信</value>
</data>
<data name="btnSendResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSubjectResource1.Text" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>メッセージを送信する</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
<data name="txtSubjectResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtSubjectResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,432 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnConfirmResource1.Text" xml:space="preserve">
<value>確認</value>
</data>
<data name="btnConfirmResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnDeleteAccountResource1.Text" xml:space="preserve">
<value>アカウントを削除する</value>
</data>
<data name="btnDeleteAccountResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveDisplayNameResource1.Text" xml:space="preserve">
<value>表示名を保存する</value>
</data>
<data name="btnSaveDisplayNameResource1.ToolTip" xml:space="preserve">
<value>表示名を保存するためにここをクリックしてください</value>
</data>
<data name="btnSaveEmailResource1.Text" xml:space="preserve">
<value>メール アドレスを保存する</value>
</data>
<data name="btnSaveEmailResource1.ToolTip" xml:space="preserve">
<value>メールアドレスを保存するためにここをクリックしてください</value>
</data>
<data name="btnSaveLanguageResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveLanguageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSaveNotificationsResource1.Text" xml:space="preserve">
<value>保存</value>
</data>
<data name="btnSaveNotificationsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="btnSavePasswordResource1.Text" xml:space="preserve">
<value>パスワードを保存する</value>
</data>
<data name="btnSavePasswordResource1.ToolTip" xml:space="preserve">
<value>新しいパスワードを保存するためにここをクリックしてください</value>
</data>
<data name="cvEmail1Resource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスが一致していません</value>
</data>
<data name="cvEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvEmail1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvEmail2Resource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスが一致していません</value>
</data>
<data name="cvEmail2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvEmail2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvOldPasswordResource1.ErrorMessage" xml:space="preserve">
<value>間違ったパスワード</value>
</data>
<data name="cvOldPasswordResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvOldPasswordResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードが一致していません</value>
</data>
<data name="cvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードが一致していません</value>
</data>
<data name="cvPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblDeleteAccountInfoResource1.Text" xml:space="preserve">
<value>アカウント削除ボタンをクリックし、確認ボタンを押すとアカウントを削除できます。&lt;br /&gt;&lt;b&gt;警告&lt;/b&gt;: 操作は取り消しできません。</value>
</data>
<data name="lblDeleteAccountResource1.Text" xml:space="preserve">
<value>アカウントを削除する</value>
</data>
<data name="lblDescriptionResource1.Text" xml:space="preserve">
<value>プロファイル編集ページへようこそ、</value>
</data>
<data name="lblDiscussionMessagesInfoResource2.Text" xml:space="preserve">
<value>以下のネームスペースに含まれるページに&lt;b&gt;メッセージ&lt;/b&gt;が投稿されたらメールで通知を受け取る (あなたがアクセス可能なディスカッションに限る):</value>
</data>
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
<value>表示名</value>
</data>
<data name="lblEditEmailPasswordResource1.Text" xml:space="preserve">
<value>表示名、メール アドレス、パスワードの編集</value>
</data>
<data name="lblEmail1Resource1.Text" xml:space="preserve">
<value>メール アドレス</value>
</data>
<data name="lblEmail2Resource1.Text" xml:space="preserve">
<value>メール アドレス (再入力)</value>
</data>
<data name="lblGroupsListResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblGroupsResource1.Text" xml:space="preserve">
<value>あなたは以下のグループに所属しています:</value>
</data>
<data name="lblInfoResource1.Text" xml:space="preserve">
<value>メール アドレスやパスワードなど、あなたのプロファイルを編集できます。ユーザー名は変更できません。</value>
</data>
<data name="lblLanguageResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblLanguageResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblLanguageTimeZoneResource1.Text" xml:space="preserve">
<value>言語とタイムゾーン</value>
</data>
<data name="lblNoChangesResource1.Text" xml:space="preserve">
<value>現在のシステム設定は、あなたの個人情報の変更を許可していません。</value>
</data>
<data name="lblNotificationsResource1.Text" xml:space="preserve">
<value>メール通知設定</value>
</data>
<data name="lblNotificationsResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblNotificationsResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblOldPasswordResource1.Text" xml:space="preserve">
<value>古いパスワード</value>
</data>
<data name="lblPageChangesInfoResource2.Text" xml:space="preserve">
<value>以下のネームスペースに含まれる&lt;b&gt;ページ&lt;/b&gt;が更新されたらメールで通知を受け取る (あなたがアクセス可能なページに限る):</value>
</data>
<data name="lblPassword1Resource1.Text" xml:space="preserve">
<value>パスワード</value>
</data>
<data name="lblPassword2Resource1.Text" xml:space="preserve">
<value>パスワード (再入力)</value>
</data>
<data name="lblSaveDisplayNameResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSaveDisplayNameResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSaveEmailResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSaveEmailResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSavePasswordResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSavePasswordResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>ユーザー プロファイル</value>
</data>
<data name="lblUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lstDiscussionMessagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lstPageChangesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
<data name="pnlAccountResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlAccountResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlDetailsResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlDetailsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="pnlNoChangesResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlNoChangesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvEmail1Resource1.ErrorMessage" xml:space="preserve">
<value>メールアドレスを入力してください</value>
</data>
<data name="rfvEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvEmail1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvEmail2Resource1.ErrorMessage" xml:space="preserve">
<value>メールアドレスを入力してください</value>
</data>
<data name="rfvEmail2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvEmail2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvOldPasswordResource1.ErrorMessage" xml:space="preserve">
<value>古いパスワードを入力してください</value>
</data>
<data name="rfvOldPasswordResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvOldPasswordResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvDisplayNameResource1.ErrorMessage" xml:space="preserve">
<value>無効な表示名</value>
</data>
<data name="rxvDisplayNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvDisplayNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvEmail1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なメール アドレス</value>
</data>
<data name="rxvEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvEmail1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なパスワード</value>
</data>
<data name="rxvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtDisplayNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtDisplayNameResource1.ToolTip" xml:space="preserve">
<value>あなたのアカウントにつける表示名を入力してください</value>
</data>
<data name="txtEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtEmail1Resource1.ToolTip" xml:space="preserve">
<value>ここにあなたのメール アドレスを入力してください</value>
</data>
<data name="txtEmail2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtEmail2Resource1.ToolTip" xml:space="preserve">
<value>あなたのメール アドレスをもう一度入力してください</value>
</data>
<data name="txtOldPasswordResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtOldPasswordResource1.ToolTip" xml:space="preserve">
<value>ここに現在のパスワードを入力してください</value>
</data>
<data name="txtPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
<value>ここに新しいパスワードを入力してください</value>
</data>
<data name="txtPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
<value>新しいパスワードをもう一度入力してください</value>
</data>
</root>

View file

@ -0,0 +1,333 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnRegisterResource1.Text" xml:space="preserve">
<value>アカウントを作る</value>
</data>
<data name="btnRegisterResource1.ToolTip" xml:space="preserve">
<value>アカウントを作るためにここをクリックしてください</value>
</data>
<data name="cvEmail1Resource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスが一致しません</value>
</data>
<data name="cvEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvEmail1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvEmail2Resource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスが一致しません</value>
</data>
<data name="cvEmail2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvEmail2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードが一致しません</value>
</data>
<data name="cvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードが一致しません</value>
</data>
<data name="cvPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="cvUsernameResource1.ErrorMessage" xml:space="preserve">
<value>ユーザー名はすでに存在します</value>
</data>
<data name="cvUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="cvUsernameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblAccountActivationModeResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblCaptchaResource1.Text" xml:space="preserve">
<value>制御テキスト (大文字小文字を区別します)</value>
</data>
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
<value>表示名</value>
</data>
<data name="lblEmail1Resource1.Text" xml:space="preserve">
<value>メール アドレス</value>
</data>
<data name="lblEmail2Resource1.Text" xml:space="preserve">
<value>メール アドレス (再入力)</value>
</data>
<data name="lblPassword1Resource1.Text" xml:space="preserve">
<value>パスワード</value>
</data>
<data name="lblPassword2Resource1.Text" xml:space="preserve">
<value>パスワード (再入力)</value>
</data>
<data name="lblRegisterDescriptionResource1.Text" xml:space="preserve">
<value>この Wiki 用にアカウントを作成できます。&lt;br /&gt;&lt;b&gt;注意&lt;/b&gt;: 全項目入力必須です。メール アドレスは決して公開されませんが、Wiki の管理者はメール アドレスを見ることが可能です。</value>
</data>
<data name="lblResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>新しいアカウントを作る</value>
</data>
<data name="lblUsernameResource1.Text" xml:space="preserve">
<value>ユーザー名</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
<data name="pnlRegisterResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlRegisterResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvEmail1Resource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスを入力してください</value>
</data>
<data name="rfvEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvEmail1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvEmail2Resource1.ErrorMessage" xml:space="preserve">
<value>メール アドレスを入力してください</value>
</data>
<data name="rfvEmail2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvEmail2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvPassword2Resource1.ErrorMessage" xml:space="preserve">
<value>パスワードを入力してください</value>
</data>
<data name="rfvPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvPassword2Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvUsernameResource1.ErrorMessage" xml:space="preserve">
<value>ユーザー名を入力してください</value>
</data>
<data name="rfvUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvUsernameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvDisplayNameResource1.ErrorMessage" xml:space="preserve">
<value>無効な表示名</value>
</data>
<data name="rxvDisplayNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvDisplayNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvEmail1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なメール アドレス</value>
</data>
<data name="rxvEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvEmail1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvPassword1Resource1.ErrorMessage" xml:space="preserve">
<value>無効なパスワード</value>
</data>
<data name="rxvPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvPassword1Resource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rxvUserNameResource1.ErrorMessage" xml:space="preserve">
<value>無効なユーザー名</value>
</data>
<data name="rxvUserNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rxvUserNameResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtDisplayNameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtDisplayNameResource1.ToolTip" xml:space="preserve">
<value>ここにあなたのアカウントの表示名を入力してください</value>
</data>
<data name="txtEmail1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtEmail1Resource1.ToolTip" xml:space="preserve">
<value>ここにあなたのメール アドレスを入力してください</value>
</data>
<data name="txtEmail2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtEmail2Resource1.ToolTip" xml:space="preserve">
<value>もう一度メール アドレスを入力してください</value>
</data>
<data name="txtPassword1Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
<value>ここにあなたのパスワードを入力してください</value>
</data>
<data name="txtPassword2Resource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
<value>もう一度パスワードを入力してください</value>
</data>
<data name="txtUsernameResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
<value>ここにあなたのユーザー名を入力してください</value>
</data>
</root>

View file

@ -0,0 +1,186 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnGoResource1.Text" xml:space="preserve">
<value>実行</value>
</data>
<data name="btnGoResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkUncategorizedPagesResource1.Text" xml:space="preserve">
<value>未分類のページ</value>
</data>
<data name="chkUncategorizedPagesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblCategoryFilterResource1.Text" xml:space="preserve">
<value>カテゴリーでフィルタする</value>
</data>
<data name="lblInstructionsResource1.Text" xml:space="preserve">
<value>このネームスペース内のページ (と、添付ファイルとファイル) を検索できます。&lt;br /&gt;&lt;b&gt;注意&lt;/b&gt;: 読み取り許可を持つ項目だけが結果に含まれます。</value>
</data>
<data name="lblStatsResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>検索エンジン</value>
</data>
<data name="lstCategoriesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="rdoAllWordsResource1.Text" xml:space="preserve">
<value>すべての単語を含む</value>
</data>
<data name="rdoAllWordsResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoAtLeastOneWordResource1.Text" xml:space="preserve">
<value>少なくとも一つの単語を含む</value>
</data>
<data name="rdoAtLeastOneWordResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rdoExactPhraseResource1.Text" xml:space="preserve">
<value>厳密に一致するフレーズ</value>
</data>
<data name="rdoExactPhraseResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtQueryResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtQueryResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkAllNamespacesResource1.Text" xml:space="preserve">
<value>すべてのネームスペースとカテゴリーの中を検索する</value>
</data>
<data name="chkAllNamespacesResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="chkFilesAndAttachmentsResource1.Text" xml:space="preserve">
<value>ファイルと添付ファイルを検索する</value>
</data>
<data name="chkFilesAndAttachmentsResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblInfoResource1.Text" xml:space="preserve">
<value>ここで Wiki に保存したファイルとディレクトリーを管理できます。</value>
</data>
<data name="lblManagementTitleResource1.Text" xml:space="preserve">
<value>ファイル管理</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>無題のページ</value>
</data>
</root>

View file

@ -0,0 +1,195 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnSendResource1.Text" xml:space="preserve">
<value>送信</value>
</data>
<data name="btnSendResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblActivityResource1.Text" xml:space="preserve">
<value>このユーザーの最近の活動:</value>
</data>
<data name="lblGravatarResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblMessageInfoResource1.Text" xml:space="preserve">
<value>このユーザーにメール メッセージを送信できます。&lt;b&gt;注意&lt;/b&gt;: あなたのメール アドレスは公開されません。</value>
</data>
<data name="lblMessageTitleResource1.Text" xml:space="preserve">
<value>メッセージを送信する</value>
</data>
<data name="lblNoActivityResource1.Text" xml:space="preserve">
<value>&lt;i&gt;最近の活動はありません&lt;/i&gt;</value>
</data>
<data name="lblRecentActivityResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSendResultResource1.Text" xml:space="preserve">
<value />
</data>
<data name="lblSendResultResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="lblSubjectResource1.Text" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="lblTitleResource1.Text" xml:space="preserve">
<value>##NAME## - ユーザーの詳細</value>
</data>
<data name="PageResource1.Title" xml:space="preserve">
<value>タイトル</value>
</data>
<data name="pnlMessageResource1.GroupingText" xml:space="preserve">
<value />
</data>
<data name="pnlMessageResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvBodyResource1.ErrorMessage" xml:space="preserve">
<value>本文を入力してください</value>
</data>
<data name="rfvBodyResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvBodyResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="rfvSubjectResource1.ErrorMessage" xml:space="preserve">
<value>タイトルを入力してください</value>
</data>
<data name="rfvSubjectResource1.Text" xml:space="preserve">
<value />
</data>
<data name="rfvSubjectResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtBodyResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtBodyResource1.ToolTip" xml:space="preserve">
<value />
</data>
<data name="txtSubjectResource1.Text" xml:space="preserve">
<value />
</data>
<data name="txtSubjectResource1.ToolTip" xml:space="preserve">
<value />
</data>
</root>

View file

File diff suppressed because it is too large Load diff

View file

@ -186,6 +186,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Messages.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Messages.ja-JP.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Messages.ja-JP.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Messages.pl-PL.designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@ -1376,6 +1381,48 @@
<Content Include="App_LocalResources\PageListBuilder.ascx.uk-UA.resx" />
<Content Include="App_LocalResources\PageListBuilder.ascx.zh-cn.resx" />
<Content Include="App_LocalResources\PageListBuilder.ascx.zh-tw.resx" />
<Content Include="App_LocalResources\AccessDenied.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AclActionsSelector.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\Admin.master.ja-JP.resx" />
<Content Include="App_LocalResources\AdminCategories.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminConfig.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminContent.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminGroups.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminHome.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminLog.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminNamespaces.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminNavPaths.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminPages.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminProviders.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminSnippets.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AdminUsers.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AllPages.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\AttachmentManager.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\AttachmentViewer.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\Captcha.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\Category.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Default.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Edit.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Editor.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\Error.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\FileManager.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\History.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\ImageEditor.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Login.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\MasterPageSA.Master.ja-JP.resx" />
<Content Include="App_LocalResources\NavPath.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Operation.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\PageListBuilder.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\PageNotFound.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\PermissionsManager.ascx.ja-JP.resx" />
<Content Include="App_LocalResources\Popup.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\PopupWYSIWYG.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Post.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Profile.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Register.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Search.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\Upload.aspx.ja-JP.resx" />
<Content Include="App_LocalResources\User.aspx.ja-JP.resx" />
<EmbeddedResource Include="Properties\Messages.cs-CZ.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
@ -1410,6 +1457,10 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.it-IT.designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Messages.ja-JP.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.ja-JP.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Messages.nb-NO.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>