Added partial Swedish translation.
This commit is contained in:
parent
1a4b4ba11a
commit
93318398b2
38 changed files with 11665 additions and 0 deletions
129
WebApplication/App_LocalResources/AccessDenied.aspx.sv-SE.resx
Normal file
129
WebApplication/App_LocalResources/AccessDenied.aspx.sv-SE.resx
Normal 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>Du har inte behörighet till denna sida.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Åtkomst nekad</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -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>Neka</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblGrantResource1.Text" xml:space="preserve">
|
||||||
|
<value>Tillåt</value>
|
||||||
|
</data>
|
||||||
|
<data name="lstActionsDenyResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lstActionsGrantResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
207
WebApplication/App_LocalResources/Admin.master.sv-SE.resx
Normal file
207
WebApplication/App_LocalResources/Admin.master.sv-SE.resx
Normal 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>Administration</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBrowserSupportResource1.Text" xml:space="preserve">
|
||||||
|
<value>Denna webbsida kanske inte visas korrekt i din webbläsare (Firefox 3, Internet Explorer 7, eller nyare, rekommenderas).</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBrowserSupportResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblHomeLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Startsida</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblStringsResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectAccountsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Konton</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectAccountsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectAdminHomeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Allmänt</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectAdminHomeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectCategoriesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectCategoriesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectConfigResource1.Text" xml:space="preserve">
|
||||||
|
<value>Konfiguration</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectConfigResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectContentResource1.Text" xml:space="preserve">
|
||||||
|
<value>Innehåll</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectContentResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectGroupsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användargrupper</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectGroupsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectLogResource1.Text" xml:space="preserve">
|
||||||
|
<value>Systemlogg</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectLogResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectNamespacesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymder</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectNamespacesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectNavPathsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Navigationssökvägar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectNavPathsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Wikisidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectPagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectProvidersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantörer</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectProvidersResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectSnippetsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Fragment/mallar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSelectSnippetsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -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>Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till kategorilistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteCategoryResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort denna kategori</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMergeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Slå ihop</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMergeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Slår ihop kategorierna</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewCategoryResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Byt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Byter namn på kategorin</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj denna kategori</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj denna kategori</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvNewCategoryResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Ogiltigt kategorinamn</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>Ogiltigt kategorinamn</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>Kategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCurrentCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblDeleteCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort kategori</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>Kategorikommandon</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMergeCategoryTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Slå ihop kategori</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMergeIntoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Slå ihop med</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>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNewCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny kategori</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>Nytt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRenameCategoryTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Byt namn på kategori</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>Administration</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>Kategorinamn måste anges</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>Nytt namn måste anges</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>Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkBackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till kategorilistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkManageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Mängdhantering</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkManageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Hantera kategorier för flera sidor på en gång</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkSaveResouce1.Text" xml:space="preserve">
|
||||||
|
<value>Spara koppling</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkSaveResouce1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkStep1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>1. Välj sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkStep2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>2. Välj kategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkStep3Resource1.Text" xml:space="preserve">
|
||||||
|
<value>3. Spara kopplingar</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoBulkAddResource2.Text" xml:space="preserve">
|
||||||
|
<value>Lägg till markerade kategorier till de valda sidorna och behåll existerande kategorikopplingar</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoBulkAddResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoBulkReplaceResource2.Text" xml:space="preserve">
|
||||||
|
<value>Ersätt kategorikopplingar för de valda sidorna med markerade kategorier (om inga kategorier är valda kommer sidorna att bli okategoriserade)</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoBulkReplaceResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
1080
WebApplication/App_LocalResources/AdminConfig.aspx.sv-SE.resx
Normal file
1080
WebApplication/App_LocalResources/AdminConfig.aspx.sv-SE.resx
Normal file
File diff suppressed because it is too large
Load diff
294
WebApplication/App_LocalResources/AdminContent.aspx.sv-SE.resx
Normal file
294
WebApplication/App_LocalResources/AdminContent.aspx.sv-SE.resx
Normal 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>Åtkomst nekad (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAccessDeniedNoticeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAccountActivationMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Konto aktiverat (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAccountActivationMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnApproveDraftMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Godkänn utkast (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnApproveDraftMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avbryt och återgå</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDiscussionChangeMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Diskussionmeddelande (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDiscussionChangeMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnEditingPageNoticeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sida redigeras (Namnrymdsspecifikt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnEditingPageNoticeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnFooterResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidfot för html</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnFooterResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra sidfoten för hela htmlsidan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnHeaderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidhuvud för html</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnHeaderResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra sidhuvudet för hela htmlsidan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnHtmlHeadResource1.Text" xml:space="preserve">
|
||||||
|
<value>&lt;head&gt;...&lt;/head&gt;</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnHtmlHeadResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra innehållet i head-märkordet</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLoginNoticeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Inloggning (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLoginNoticeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPageChangeMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sida ändrad (Global)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPageChangeMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPageFooterResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidfot</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPageFooterResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra sidfoten</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPageHeaderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidhuvud</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPageHeaderResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra sidhuvudet</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPasswordResetProcedureMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord återställt (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPasswordResetProcedureMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRegisterNoticeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Registrering (Globalt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRegisterNoticeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara innehållet</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSidebarResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidomeny</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSidebarResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ändra sidomenyn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAccessDeniedNoticeInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelande som visas längst upp på sidan för nekad åtkomst.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAccountActivationMessageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostmeddelandet som skickas till en ny användare som måste aktivera sitt konto.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblApproveDraftMessageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostmeddelande som skickas till administratör/moderator när ett utkast måste godkännas.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblContentResource1.Text" xml:space="preserve">
|
||||||
|
<value>Innehåll</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDiscussionChangeMessageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostmeddelande som skickas till användare när ett nytt inlägg skrivs i en diskussionstråd.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditingPageNoticeInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelande som visas längst upp när en sidas innehåll redigeras.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: det verkliga utseendet på det valda visuella temat kan skilja sig från den layout som visas här.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLoginNoticeInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelande som visas vid inloggning.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOtherResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelanden</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageChangeMessageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostmeddelande som skickas till användare när en sida ändrats.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageContentResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidinnehåll</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageLayoutResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidlayout (namnrymdsspecifik)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPasswordResetProcedureMessageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostmeddelande som skickas till en användare när denna vill återställa sitt lösenord.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRegisterNoticeInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelande som visas vid registrering av konto.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Administration</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>Kopiera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCopyFromResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Kopiera innehållet från den markerade namnrymden</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCopyFromResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kopiera innehåll från:</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
258
WebApplication/App_LocalResources/AdminGroups.aspx.sv-SE.resx
Normal file
258
WebApplication/App_LocalResources/AdminGroups.aspx.sv-SE.resx
Normal 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>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avbryt och återgå till grupplistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa grupp</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara den nya gruppen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort gruppen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewGroupResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny grupp</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewGroupResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skapa en ny användargrupp</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara grupp</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara förändringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj den här användargruppen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj den här användargruppen</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Namnet används redan</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>Beskrivning</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDescriptionResource2.Text" xml:space="preserve">
|
||||||
|
<value>Beskrivning</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Detaljer för grupp</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblGlobalPermissionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Globala rättigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblGroupsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användargrupper</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</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>Users</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Administration</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>Ogiltigt namn</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>Namn måste anges</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>
|
246
WebApplication/App_LocalResources/AdminHome.aspx.sv-SE.resx
Normal file
246
WebApplication/App_LocalResources/AdminHome.aspx.sv-SE.resx
Normal 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="btnClearCacheResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rensa cache</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnClearCacheResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tömmer cachen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRebuildResource1.Text" xml:space="preserve">
|
||||||
|
<value>Uppdatera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRebuildResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Uppdatera detta index</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRebuildResource2.Text" xml:space="preserve">
|
||||||
|
<value>Uppdatera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRebuildResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Uppdatera detta index</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShutdownConfirmResource2.Text" xml:space="preserve">
|
||||||
|
<value>Stäng av applikation</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShutdownConfirmResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblAdminHomeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Administration Start</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAppShutdownInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Webbapplikationen kan tvingas att starta om. Det krävs två bekräftelser, varefter applikationen kommer att starta om vid nästa begäran.<br /><b>Varning</b>: alla öppna sessioner kommer att gå förlorade och användare kan uppleva problem.<br /><b>Obs</b>: omstarten kommer endast att påverka denna webbapplikation.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAppShutdownResource1.Text" xml:space="preserve">
|
||||||
|
<value>Omstart av webbapplikation</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDocCountResource1.Text" xml:space="preserve">
|
||||||
|
<value>Dokument</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblIndexStatusResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sökindex</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLinkedInResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkad från</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMissingPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Saknade sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOccurrenceCountResource1.Text" xml:space="preserve">
|
||||||
|
<value>Träffar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidnamn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRebuildIndexInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Varning</b>: uppdatering av sökindex kan ta lång tid. Stäng inte denna sida medan indexet uppdateras. Efter att indexet uppdateras bör applikationen startas om.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblSizeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Storlek</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblStatusResource1.Text" xml:space="preserve">
|
||||||
|
<value>Status</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblSystemStatusContentResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblWordCountResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ord</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource2.Title" xml:space="preserve">
|
||||||
|
<value>Administration</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRebuildPageLinksResource1.Text" xml:space="preserve">
|
||||||
|
<value>Uppdatera sidlänkar</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRebuildPageLinksResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Uppdaterar länkstrukturen</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOrphanPagesInfoPostResource1.Text" xml:space="preserve">
|
||||||
|
<value>olänkade sidor i wikin</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOrphanPagesInfoPreResource1.Text" xml:space="preserve">
|
||||||
|
<value>Det verkar finnas</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOrphanPagesInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: en sida anses vara <i>olänkad</i> när det inte pekar några länkar mot den från andra sidor.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOrphanPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Olänkade sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRebuildPageLinksInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Varning</b>: uppdatering av sidlänkar kan ta lång tid. Stäng inte denna sida medan länkarna uppdateras.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>see Sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkPagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Gå till administrationsfliken Sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSendBulkEmailResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skicka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSendBulkEmailResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="cvGroupsResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Du måste välja minst en grupp</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkEmailInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Du kan skicka ett epostmeddelande till alla användare i en eller flera grupper.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkEmailResource1.Text" xml:space="preserve">
|
||||||
|
<value>Massutskick</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblSubjectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ämne</value>
|
||||||
|
</data>
|
||||||
|
<data name="rfvBodyResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Meddelandetexten kan inte vara tom</value>
|
||||||
|
</data>
|
||||||
|
<data name="rfvSubjectResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Ämne måste anges</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
171
WebApplication/App_LocalResources/AdminLog.aspx.sv-SE.resx
Normal file
171
WebApplication/App_LocalResources/AdminLog.aspx.sv-SE.resx
Normal 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="btnClearLogResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rensa logg</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnClearLogResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Rensa systemloggen</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkErrorsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Fel</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkErrorsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkMessagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelanden</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkMessagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkWarningsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Varningar</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkWarningsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblDateTimeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Datum/tid</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblFilterResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa: </value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLogResource1.Text" xml:space="preserve">
|
||||||
|
<value>Systemlogg</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Meddelande</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUserResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användare</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Administration</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNoLimitResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa alla</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNoLimitResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Visa hela loggen (kan ta lång tid)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLimitResource1.Text" xml:space="preserve">
|
||||||
|
<value>Endast 100 poster i loggen visas -</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -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>Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till namnrymdslistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avbryt och återgå till namnrymdslistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfirmDeletionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Bekräfta borttagning av namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfirmDeletionResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara den nya namnrymden</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort namnrymden</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewNamespaceResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skapa en ny namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNormalResource1.Text" xml:space="preserve">
|
||||||
|
<value>Normal</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNormalResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Använd denna mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rättigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Hantera rättigheter för denna namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermsResource2.Text" xml:space="preserve">
|
||||||
|
<value>Rättigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermsResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Hantera rättigheter för denna namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPrivateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Privat</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPrivateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Använd denna mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPublicResource1.Text" xml:space="preserve">
|
||||||
|
<value>Allmän</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPublicResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Använd denna mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Byt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara förändringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj denna namnrymd för redigering</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj denna namnrymd för redigering</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvName2Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Ogiltigt namn</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>Namnrymd finns redan</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>Ogiltigt namn</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>Namnrymd finns redan</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>Kategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblConfirmDeletionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Är du säker på att du vill ta bort namnrymden? All data i namnrymden kommer att gå förlorad.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultPageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Standardsidan kommer att skapas automatiskt med namnet 'MainPage'.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultPageInfoResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultPageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Standardsida</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultPageResource2.Text" xml:space="preserve">
|
||||||
|
<value>Standardsida</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Detailjer för namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInheritanceInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: undernamnrymder ärver alltid rättigheter från <b>rotnamnrymden</b>.<br />Ändringar i rotnamnrymden påverkar inte rättigheter som satts specifikt på undernamnrymden.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespaceNameResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespacePermissionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rättigheter för namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespacesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymder</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNewNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nytt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNormalInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Registrerade användare kan <b>redigera</b> och <b>skapa</b> sidor och <b>hantera</b> kategorier.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPermissionsTemplatesInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Varning</b>: tillämpning av mall kommer att ersätta alla existerande rättigheter för standardanvändargrupperna.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPermissionsTemplatesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rättighetsmallar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPrivateInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Endast registrerade användare kan <b>visa</b> sidor (och även <b>skapa</b> och <b>redigera</b> dem och <b>hantera</b> kategorier).</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPublicInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Alla, inklusive anonyma användare, kan <b>redigera</b> sidor. Registrerade användare kan även <b>skapa</b> sidor och <b>hantera</b> kategorier.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRenameInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Varning</b>: namnbyte av namnrymd kommer att bryta alla existerande länkar mellan mellan namnrymder.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRenameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Byt namn på denna namnrymd</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>Visuellt tema</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblThemeResource2.Text" xml:space="preserve">
|
||||||
|
<value>Visuellt tema</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>Administration</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>Namn måste anges</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>Nytt namn måste anges</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>
|
282
WebApplication/App_LocalResources/AdminNavPaths.aspx.sv-SE.resx
Normal file
282
WebApplication/App_LocalResources/AdminNavPaths.aspx.sv-SE.resx
Normal 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>Lägg till</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAddResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Lägg till den markerade sidan i listan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avbryt och återgå till listan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa sökväg</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara den nya navigationssökvägen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort navigationssökvägen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDownResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ner</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDownResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnNewNavPathResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewNavPathResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skapa en ny navigationssökväg</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRemoveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRemoveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara förändringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSearchResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sök</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSearchResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Sök efter en sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Väl</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnUpResource1.Text" xml:space="preserve">
|
||||||
|
<value>Upp</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnUpResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="cvName1Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Invalid Name</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>Navigationssökvägen finns redan</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>Detaljer för navigationssökväg</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNavPathsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Navigationssökvägar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</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>Administration</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>Namn måste anges</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>
|
573
WebApplication/App_LocalResources/AdminPages.aspx.sv-SE.resx
Normal file
573
WebApplication/App_LocalResources/AdminPages.aspx.sv-SE.resx
Normal 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>Godkänn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnApproveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Godkänn denna version</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAsNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ärv från namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAsNamespaceResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Använd denna mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBack2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBack2Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till sidlistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBackResource1.Text" xml:space="preserve">
|
||||||
|
<value>Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till sidlistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnClearDiscussionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rensa diskussion</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnClearDiscussionResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tar bort alla meddelanden i sidans diskussiontråd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteBackupsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteBackupsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tar bort sidans historik</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeletePageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeletePageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tar bort denna sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnFilterResource1.AlternateText" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnFilterResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tillämpa filter</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLockedResource1.Text" xml:space="preserve">
|
||||||
|
<value>Låst</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLockedResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Använd denna mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewPageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewPageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skapa en ny sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermissionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Behörigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermissionsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Hantera behörigheter för denna sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermissionsResource2.Text" xml:space="preserve">
|
||||||
|
<value>Behörigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPermissionsResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Hantera behörigheter för denna sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPublicResource1.Text" xml:space="preserve">
|
||||||
|
<value>Allmän</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPublicResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Används denna mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRejectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Förkasta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRejectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Förkasta denna version</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRenameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Byt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRenameResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Byt namn på sidan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRollbackResource1.Text" xml:space="preserve">
|
||||||
|
<value>Återgå</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRollbackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till tidigare version</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj denna sida för administration</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj denna sida för administration</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkOrphansOnlyResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa endast olänkade sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkOrphansOnlyResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkShadowPageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Behåll skuggsida</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkShadowPageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Behåll den gamla sidan och länka automatiskt vidare till den nya sidan</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Ogiltigt sidnamn</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>Godkänn/förkasta utkast</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>Av:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblClearDiscussionTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rensa diskussionstråd för sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCreatedByResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapad av</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCreatedOnResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapad</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCurrentPageResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblCurrentTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nuvarande rubrik</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDateTimeResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblDeleteBackupsTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort historik</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDeletePageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort sida</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>Diskussions-inlägg</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>Redigera</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditResource2.Text" xml:space="preserve">
|
||||||
|
<value>Redigera</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidkommandon</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLastModifiedByResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ändrad av</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLastModifiedOnResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ändrad</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLockedInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Endast administratörer kan <b>redigera</b> denna sida.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNewNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nytt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNormalInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ärv rättigheter från namnrymden förälder.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOrphanResource1.Text" xml:space="preserve">
|
||||||
|
<value>Olänkad</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageNameResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblPagePermissionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidrättigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Wikisidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPermissionsTemplatesInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Varning</b>: om du anger en mall kommer den att ersätta befintliga rättigheter för standardanvändargrupperna.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPermissionsTemplatesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rättighetsmallar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPublicInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Alla, inklusive anonyma användare, kan <b>redigera</b> denna sida.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRenamePageTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Byt namn på sida</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>Målversion</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRevisionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Version</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRollbackPageTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Återgå till tidigare version</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>Sparad:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUserResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lnkDiffResource1.Text" xml:space="preserve">
|
||||||
|
<value>Jämför</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkDiffResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Visa förändringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkEditResource1.Text" xml:space="preserve">
|
||||||
|
<value>Redigera</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkEditResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Redigera detta utkast</value>
|
||||||
|
</data>
|
||||||
|
<data name="lstBackupResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Historik, nyaste först</value>
|
||||||
|
</data>
|
||||||
|
<data name="lstNamespaceResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lstRevisionResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tillgängliga versioner, nyaste först</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource2.Title" xml:space="preserve">
|
||||||
|
<value>Administration</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>Ta bort all historik</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoAllBackupsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoUpToResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort historik fram till</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoUpToResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rfvNewNameResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Nytt namn måste anges</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>Filtrera sidor på namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMigrateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMigrateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Flytta sidan</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkCopyCategoriesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kopiera sidkategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkCopyCategoriesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Kopiera sidkategorier till namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMigratePageTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMigrateResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblTargetNamespaceResource1.Text" xml:space="preserve">
|
||||||
|
<value>Destinationsnamnrymd</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>Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkMigrateBackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgå till sidlistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkMigratePagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkMigratePagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkBulkMigrateCopyCategoriesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kopiera sidkategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkBulkMigrateCopyCategoriesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Kopiera sidkategorier till namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkMigrateInfo2Resource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: standardsidan för namnrymden kommer inte att flyttas.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkMigrateInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: denna lista visar endast namnrymder där du har rättighet att hantera alla sidor.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkStep1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>1. Välj sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkStep2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>2. Välj destinationsnamnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkStep3Resource1.Text" xml:space="preserve">
|
||||||
|
<value>3. Genomför flytt</value>
|
||||||
|
</data>
|
||||||
|
<data name="rfvBulkMigrateTargetNamespaceResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Destinationsnamnrymd måste anges</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
432
WebApplication/App_LocalResources/AdminProviders.aspx.sv-SE.resx
Normal file
432
WebApplication/App_LocalResources/AdminProviders.aspx.sv-SE.resx
Normal 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="btnCancelResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avmarkera leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCopySettingsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kopiera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCopySettingsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteDllResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteDllResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnDisableResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avaktivera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDisableResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avaktivera leverantören</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnEnableResource1.Text" xml:space="preserve">
|
||||||
|
<value>Aktivera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnEnableResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Aktivera leverantören</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMigrateFilesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMigrateFilesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnMigratePagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMigratePagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnMigrateUsersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnMigrateUsersResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveDefaultProvidersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveDefaultProvidersResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara konfigurationssträngen</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnUnloadResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avinstallera</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnUnloadResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avinstallerar leverantören</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnUploadResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ladda upp</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnUploadResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblAuthorResource1.Text" xml:space="preserve">
|
||||||
|
<value>Upphovsman</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblConfigHelpResource1.Text" xml:space="preserve">
|
||||||
|
<value>Hjälp</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblConfigurationStringTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Konfigurationssträng</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCopySettingsInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: för att leverantören ska upptäckas måste den laddas upp med uppladdningsverktyget.<br />Logg och senaste förändringar kommer inte att kopieras.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCopySettingsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kopiera inställningar och relaterade data</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>Flytt av data</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultProvCacheResource1.Text" xml:space="preserve">
|
||||||
|
<value>Cacheleverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultProvFilesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Filhanteringsleverantör</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>Standardleverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultProvPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidleverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDefaultProvUsersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användarleverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDisplayResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa</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>Flytta filer och relaterade data</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>Flytta sidor och relaterade data</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><b>Obs</b>: flytt av användarkonton kommer att återställa alla lösenord (ett epostmeddelande skickas till alla användare).</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMigrateUsersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Flytta användare och relaterade data</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>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderConfigHelpResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderConfigHelpResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="A" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderNameResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblProvidersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantörer</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><b>Obs</b>: att ta bort en dll kommer inte att avaktivera de leverantörer den innehåller förrän nästa omstart av wikin. Uppladdning av en ny dll kommer dock att automatisk ladda leverantörerna i den.load the Providers it contains.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUploadNewDllResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ladda upp ny dll</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUploadProvidersTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Hantering av leverantörs-dll:er</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>Version</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>Administration</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>Cacheleverantörer</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoCacheResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoFilesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Filhanteringsleverantörer</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoFilesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoFormatterResource1.Text" xml:space="preserve">
|
||||||
|
<value>Formateringsleverantörer</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoFormatterResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidleverantörer</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoUsersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användarleverantörer</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>Uppdateringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCannotDisableResource1.Text" xml:space="preserve">
|
||||||
|
<value>Det går inte att avaktivera leverantören eftersom den är standardleverantör, eller<br /> sidleverantörer och hanterar standardsidan för rotnamnrymden.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCannotDisableResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblMigrationInfoResource2.Text" xml:space="preserve">
|
||||||
|
<value><b>Obs</b>: skapa alltid en komplett säkerhetskopia av din data innan du genomför flytt av data.<br /><b>Obs</b>: en flytt tar vanligtvis flera minuter att genomföra. Utför inga aktiviteter på wikin under denna tid, och stäng inte denna sida.<br /><b>Obs</b>: destinationsleverantören bör vara helt tom. Om den ej är tom kan detta leda till inkonsekvent data. Konsultera destinationsleverantörens dokumentation för mer information.<br /><b>Tidsaspekt</b>: det är starkt rekommenderat att öka parametern executionTimeout i web.config innan flytt av data.</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAutoUpdateProvidersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Uppdatera leverantörer</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAutoUpdateProvidersResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Uppdatera leverantörer av alla typer automatiskt</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
243
WebApplication/App_LocalResources/AdminSnippets.aspx.sv-SE.resx
Normal file
243
WebApplication/App_LocalResources/AdminSnippets.aspx.sv-SE.resx
Normal 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="btnCancelResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avbryt och återgå till fragmentlistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara det nya fragmentet</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort fragmentet</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewSnippetResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nytt fragment</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewSnippetResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnNewTemplateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewTemplateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara förändringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Redigera eller ta bort detta fragment</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Redigera eller ta bort detta fragment</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvNameResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Ogiltigt fragmentnamn</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>Fragmentdetaljer</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditTitleTemplateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Malldetaljer</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblParametersResource1.Text" xml:space="preserve">
|
||||||
|
<value>Parametrar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</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>Fragment och mallar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTypeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Typ</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Administration</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>Namn måste anges</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="lblEditSnippetWarningResource1.Text" xml:space="preserve">
|
||||||
|
<value><div class='warning' style='float: right;'>Du redigerar nu ett fragment. När du är klar<br />är det <b>starkt</b> rekommenderat att bygga om sökindex.</div></value>
|
||||||
|
</data>
|
||||||
|
</root>
|
402
WebApplication/App_LocalResources/AdminUsers.aspx.sv-SE.resx
Normal file
402
WebApplication/App_LocalResources/AdminUsers.aspx.sv-SE.resx
Normal 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>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Avrbyt och återgå till kontolistan</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara det nya kontot</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort kontot</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnFilterResource1.AlternateText" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnFilterResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Tillämpa filter</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewUserResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny användare</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnNewUserResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skapa en ny användare</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara förändringar</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj detta konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.Text" xml:space="preserve">
|
||||||
|
<value>Välj</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSelectResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Välj detta konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkActiveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Aktiva konton</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkActiveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkInactiveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Inaktiva konton</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkInactiveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkSetActiveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Aktiv</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkSetActiveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Markera för att tillåta att användaren loggar in</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvPassword2Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Lösenord måste vara identiska</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>Användarnamnet används redan</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>Användarkonton</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Synligt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDisplayNameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Synligt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Detaljer för konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmailResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmailResource2.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblFilterResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa: </value>
|
||||||
|
</data>
|
||||||
|
<data name="lblGlobalPermissionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Globala rättigheter</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMemberOfResource1.Text" xml:space="preserve">
|
||||||
|
<value>Medlem av</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMembershipResource1.Text" xml:space="preserve">
|
||||||
|
<value>Grupper</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPassword1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord (bekräfta)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPasswordInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Lämna lösenordsfältet tomt för att behålla nuvarande lösenord.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPasswordInfoResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource1.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblProviderResource2.Text" xml:space="preserve">
|
||||||
|
<value>Leverantör</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRegDateTimeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Registrerat</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>Användarnamn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUsernameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Användarnamn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lstGroupsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Administration</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>Ogiligt namn</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>Ogiltig epostadress</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>Ogiltigt lösenord</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>Ogiltigt användarnamn</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>Epostadress måste anges</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>Lösenord måste anges</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>Användarnamn måste anges</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>Filtrera konton på användarnamn</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>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnBulkDeleteResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ta bort inaktiva konton</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkDeleteResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort alla <b>inaktiva</b> konton äldre än <b>1 månad</b>.<br />Var god säkerhetskopiera din data innan du forsätter.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblBulkDeleteTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Mängdborttagning</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
147
WebApplication/App_LocalResources/AllPages.aspx.sv-SE.resx
Normal file
147
WebApplication/App_LocalResources/AllPages.aspx.sv-SE.resx
Normal 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>Alla sidor i den nuvarande namnrymden.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidindex</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkCategoriesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidkategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkCategoriesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Visa alla sidkategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSearchResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sök</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkSearchResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Gör en sökning</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
<data name="pnlPageListResource1.GroupingText" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="pnlPageListResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -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>Namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblSizeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Storlek</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
150
WebApplication/App_LocalResources/Captcha.ascx.sv-SE.resx
Normal file
150
WebApplication/App_LocalResources/Captcha.ascx.sv-SE.resx
Normal 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><img src="Images/InputError.png" alt="*" /></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><img src="Images/InputError.png" alt="*" /></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>Skriv in texten som står ovan (skiftlägeskänslig)</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
132
WebApplication/App_LocalResources/Category.aspx.sv-SE.resx
Normal file
132
WebApplication/App_LocalResources/Category.aspx.sv-SE.resx
Normal 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>Sidkategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCatListResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Den kompletta listan av sidkategorier för denna namnrymd.</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
219
WebApplication/App_LocalResources/Default.aspx.sv-SE.resx
Normal file
219
WebApplication/App_LocalResources/Default.aspx.sv-SE.resx
Normal 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> av </value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCategorizedAsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kategoriserad som </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>Ändrad </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>Diskussion för </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>Rubrik</value>
|
||||||
|
</data>
|
||||||
|
<data name="pnlPageInfoResource1.GroupingText" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="pnlPageInfoResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
426
WebApplication/App_LocalResources/Edit.aspx.sv-SE.resx
Normal file
426
WebApplication/App_LocalResources/Edit.aspx.sv-SE.resx
Normal 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>Stäng</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnAutoTemplateOKResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Stäng detta meddelande</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelTemplateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelTemplateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Stäng mallverktygsfältet</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skapa</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCreateCategoryResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveAndContinueResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara och fortsätt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveAndContinueResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnTemplatesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Innehållsmallar...</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTemplatesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnUseTemplateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Använd mall</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnUseTemplateResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Använd denna mall (ersätter nuvarande innehåll)</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkMinorChangeResource1.Text" xml:space="preserve">
|
||||||
|
<value>Mindre förändring (ingen historik)</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkMinorChangeResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkSaveAsDraftResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara som utkast</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkSaveAsDraftResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="cvCategory1Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Ogiltigt namn</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>Kategorin finns redan</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>Ogiltigt sidnamn</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>Sidan finns redan</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>Förändringar du gör i denna sida kommer att sparas som ett utkast och kommer ej att publiceras innan en administratör godkänner dem.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAttachmentManagerResource1.Text" xml:space="preserve">
|
||||||
|
<value>Hantering av bilagor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAutoTemplateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Innehållsmallen "##TEMPLATE##" valdes automatiskt. Du kan välja bort innehållet och välja en annan mall med länken ovan.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCategoriesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidkategorier</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>Kommentar för denna förändring</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblConcurrentEditingResource1.Text" xml:space="preserve">
|
||||||
|
<value><b>Varning</b>: denna sida redigeras av en annan användare</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblConcurrentEditingUsernameResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Beskrivning</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDraftInfo2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Om du anser att innehållet är redo att publiceras, avmarkera kryssrutan 'Spara som utkast' bredvid 'Spara'-knappen. Obs: utkast versionshanteras inte.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDraftInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Du redigerar ett tidigare sparad <b>utkast</b> av denna sida, redigerad av <b>##USER##</b>, <b>##DATETIME##</b> (##VIEWCHANGES##).</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditNoticeResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblIpLoggedResource1.Text" xml:space="preserve">
|
||||||
|
<value>Eftersom du inte är inloggad kommer din ip-adress att gälla som användarnamn.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblKeywordsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nyckelord (separera med komman)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidnamn (används för att länka sidor)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNewCategoryResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ny kategori</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>Att spara denna sida kan resultera i <b>förlust av data</b>.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblSaveDisabledResource1.Text" xml:space="preserve">
|
||||||
|
<value>Administratörerna tillåter att denna sida sparas.</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>Sidrubrik</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>Rubrik</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>Namn måste anges</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>Namn måste anges</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>Rubrik måste anges</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>Ange kategorinamnet här</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCommentResource2.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtCommentResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange en kommentar för förändringen här (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtDescriptionResource2.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtDescriptionResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange en beskrivning för sidan här (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtKeywordsResource2.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtKeywordsResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange nyckelord för sidan här, separerade med komman (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtNameResource2.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtNameResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange sidans namn här</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtTitleResource2.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtTitleResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange rubriken för sidan här</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnManualNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ange sidnamn manuellt...</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnManualNameResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblMetaResource1.Text" xml:space="preserve">
|
||||||
|
<value>Information</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
141
WebApplication/App_LocalResources/Error.aspx.sv-SE.resx
Normal file
141
WebApplication/App_LocalResources/Error.aspx.sv-SE.resx
Normal 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>Detaljerad felinformation</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Tyvärr inträffade ett fel på sidan. Felinformation har sparats och kommer att analyseras.<br />Vänligen återgå till <a href="Default.aspx">startsidan</a>.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblErrorResource1.Text" xml:space="preserve">
|
||||||
|
<value>Systemfel</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblExceptionResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
<data name="pnlExceptionResource1.GroupingText" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="pnlExceptionResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
168
WebApplication/App_LocalResources/History.aspx.sv-SE.resx
Normal file
168
WebApplication/App_LocalResources/History.aspx.sv-SE.resx
Normal 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>Jämför</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCompareResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnRollbackResource1.Text" xml:space="preserve">
|
||||||
|
<value>Återgå</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRollbackResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnRollbackResource2.Text" xml:space="preserve">
|
||||||
|
<value>Återgå</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRollbackResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblCommentResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kommentar</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCompareResource1.Text" xml:space="preserve">
|
||||||
|
<value>Jämför sidversioner</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblHistoryResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblSavedByResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sparad av</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblSavedOnResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sparad</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>-- Rubrik --</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource2.Text" xml:space="preserve">
|
||||||
|
<value>Rubrik</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>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
261
WebApplication/App_LocalResources/ImageEditor.aspx.sv-SE.resx
Normal file
261
WebApplication/App_LocalResources/ImageEditor.aspx.sv-SE.resx
Normal 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>Uppdatera förhandsgranskning</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnPreviewResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Spara den redigerade bilden</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkAspectRatioResource1.Text" xml:space="preserve">
|
||||||
|
<value>Behåll höjd-bredd-förhållande</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkAspectRatioResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkNewNameResource2.Text" xml:space="preserve">
|
||||||
|
<value>Spara som ny fil</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkNewNameResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Markera för att spara som ny fil. Annars kommer originalfilen att skrivas över.</value>
|
||||||
|
</data>
|
||||||
|
<data name="imgPreviewResource1.AlternateText" xml:space="preserve">
|
||||||
|
<value>Bildförhandsgranskning</value>
|
||||||
|
</data>
|
||||||
|
<data name="imgPreviewResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource2.Text" xml:space="preserve">
|
||||||
|
<value>Stäng</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCurrentSizeInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nuvarande storlek: </value>
|
||||||
|
</data>
|
||||||
|
<data name="lblCurrentSizePixelsResource1.Text" xml:space="preserve">
|
||||||
|
<value>pixlar</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>Bildskalningsinställningar</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>(Skala: </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> pixlar</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Bildredigerare</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoJpegHighResource2.Text" xml:space="preserve">
|
||||||
|
<value>Jpeg 100%</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoJpegHighResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Jpeg-format, högsta kvalitet</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoJpegMediumResource2.Text" xml:space="preserve">
|
||||||
|
<value>Jpeg 60%</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoJpegMediumResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Jpeg-format, normal kvalitet</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPercentageResource2.Text" xml:space="preserve">
|
||||||
|
<value>Relativ skalning</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPercentageResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skala om bilden relativt dess originalstorlek</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPixelResource2.Text" xml:space="preserve">
|
||||||
|
<value>Absolut skalning</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPixelResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Skala om bilden till en specifik pixelhöjd/-bredd</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPngResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Png-format (alphakanalen bevaras)</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtHeightResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtHeightResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Höjd</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>Skalning (procent)</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtWidthResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtWidthResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Bredd</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource2.ToolTip" xml:space="preserve">
|
||||||
|
<value>Stäng detta verktygsfält</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoPngResource2.Text" xml:space="preserve">
|
||||||
|
<value>Png</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRotateResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rotation</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
285
WebApplication/App_LocalResources/Login.aspx.sv-SE.resx
Normal file
285
WebApplication/App_LocalResources/Login.aspx.sv-SE.resx
Normal 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>Logga in</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLoginResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Klicka för att logga in</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLogoutResource1.Text" xml:space="preserve">
|
||||||
|
<value>Logga ut</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLogoutResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Klicka för att logga ut</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnResetPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Återställ lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnResetPasswordResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveNewPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara nytt lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveNewPasswordResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkRememberResource1.Text" xml:space="preserve">
|
||||||
|
<value>Kom ihåg mig</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkRememberResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Markera denna kryssruta om du vill bli automatiskt inloggad nästa gång</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvNewPasswordsResource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Lösenorden är inte identiska</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>Här kan du logga in till wikin. Om du inte har ett konto kan du skapa <a href="Register.aspx" title="Skapa nytt konto">ett bytt</a>.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmailResetResource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLogoutResource1.Text" xml:space="preserve">
|
||||||
|
<value>du är inloggad. För att logga ut, klicka på knappen Logga ut.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLostPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblNewPassword1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNewPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord (bekräfta)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblOrResource1.Text" xml:space="preserve">
|
||||||
|
<value>eller</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblResetPassword2InfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ange ditt lösenord två gånger.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblResetPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Återställ lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblResetPasswordInformationResource1.Text" xml:space="preserve">
|
||||||
|
<value>Om du glömt ditt lösenord, ange ditt användarnamn <b>eller</b> din epostadress och klicka på Återställ lösenord.<br />Ett epostmeddelande kommer att skickas till dig med en länk för att återställa ditt lösenord.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblResetPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Återställ lösenord</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>Logga in</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUsernameResetResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användarnamn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUsernameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användarnamn</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
<data name="rfvNewPassword1Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Lösenord måste anges</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>Lösenord måste anges</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>Ogiltigt lösenord</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>Ogiltigt lösenord</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>Ange ditt lösenord här</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>Ange ditt användarnamn här</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
141
WebApplication/App_LocalResources/MasterPageSA.Master.sv-SE.resx
Normal file
141
WebApplication/App_LocalResources/MasterPageSA.Master.sv-SE.resx
Normal 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>Startsida</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkMainPageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Gå till startsidan för aktuell namnrymd</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkPreviousPageResource1.Text" xml:space="preserve">
|
||||||
|
<value>« Gå tillbaka</value>
|
||||||
|
</data>
|
||||||
|
<data name="lnkPreviousPageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Återgår till föregående sida</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
132
WebApplication/App_LocalResources/NavPath.aspx.sv-SE.resx
Normal file
132
WebApplication/App_LocalResources/NavPath.aspx.sv-SE.resx
Normal 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>Navigationssökvägar hjälper dig hitta i wikin.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Här kan du börja bläddra i en sökväg.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNavPathResource1.Text" xml:space="preserve">
|
||||||
|
<value>Navigationssökvägar</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
150
WebApplication/App_LocalResources/Operation.aspx.sv-SE.resx
Normal file
150
WebApplication/App_LocalResources/Operation.aspx.sv-SE.resx
Normal 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>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelDeleteMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteMessageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkDeleteMessageRepliesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort svar</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>För att ta bort det markerade meddelandet, klicka på knappen Ta bort.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDeleteMessageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort meddelande</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
129
WebApplication/App_LocalResources/PageNotFound.aspx.sv-SE.resx
Normal file
129
WebApplication/App_LocalResources/PageNotFound.aspx.sv-SE.resx
Normal 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>Sidan "##PAGENAME##" kunde inte hittas.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sida saknas</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
396
WebApplication/App_LocalResources/Popup.aspx.sv-SE.resx
Normal file
396
WebApplication/App_LocalResources/Popup.aspx.sv-SE.resx
Normal 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>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelAnchorResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelFileLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelFileLinkResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelImageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelImageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelLinkResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelPageLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</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>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkFileNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkFilesAttachmentsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj från bilagor för sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkFilesAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkImageAttachmentsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välj från bifogade bilder för sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkImageAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkImageNWResource1.Text" xml:space="preserve">
|
||||||
|
<value>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkImageNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkLinkNWResource1.Text" xml:space="preserve">
|
||||||
|
<value>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkLinkNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkPageNWResource1.Text" xml:space="preserve">
|
||||||
|
<value>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkPageNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblAnchorIDResource1.Text" xml:space="preserve">
|
||||||
|
<value>Bokmärkesid (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAnchorTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rubrik (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblExistingAnchorsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länka till:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblFilePathResource1.Text" xml:space="preserve">
|
||||||
|
<value>Filsökväg (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblFileTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkrubrik (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblImageDescrResource1.Text" xml:space="preserve">
|
||||||
|
<value>Beskrivning (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblImageLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länk (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblImagePathResource1.Text" xml:space="preserve">
|
||||||
|
<value>Bildsökväg/-url (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInsertAnchorResource1.Text" xml:space="preserve">
|
||||||
|
<value>Infoga:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLinkTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkrubrik (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLinkUrlResource1.Text" xml:space="preserve">
|
||||||
|
<value>Url eller epostadress (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidnamn (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkrubrik (valfritt)</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>Länk till ett existerande bokmärke</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoAnchorLinkResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageAutoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Auto</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageAutoResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageInlineResource1.Text" xml:space="preserve">
|
||||||
|
<value>Infogad</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageInlineResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageLeftResource1.Text" xml:space="preserve">
|
||||||
|
<value>Vänsterjusterad</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>Markera för att välja länkad bild</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImagePathResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImagePathResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Markera för att välja bild</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageRightResource1.Text" xml:space="preserve">
|
||||||
|
<value>Högerjusterad</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageRightResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoNewAnchorResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nytt bokmärke</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>
|
396
WebApplication/App_LocalResources/PopupWYSIWYG.aspx.sv-SE.resx
Normal file
396
WebApplication/App_LocalResources/PopupWYSIWYG.aspx.sv-SE.resx
Normal 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>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelAnchorResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelFileLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelFileLinkResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelImageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelImageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelLinkResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelPageLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Avbryt</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>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkFileNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkFilesAttachmentsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa bilagor för sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkFilesAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkImageAttachmentsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Visa bifogade bilder för sida</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkImageAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkImageNWResource1.Text" xml:space="preserve">
|
||||||
|
<value>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkImageNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkLinkNWResource1.Text" xml:space="preserve">
|
||||||
|
<value>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkLinkNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkPageNWResource1.Text" xml:space="preserve">
|
||||||
|
<value>Öppna länk i nytt fönster</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkPageNWResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblAnchorIDResource1.Text" xml:space="preserve">
|
||||||
|
<value>Bokmärkesid (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblAnchorTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Rubrik (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblExistingAnchorsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länka till:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblFilePathResource1.Text" xml:space="preserve">
|
||||||
|
<value>Filsökväg (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblFileTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkrubrik (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblImageDescrResource1.Text" xml:space="preserve">
|
||||||
|
<value>Beskrivning (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblImageLinkResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länk (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblImagePathResource1.Text" xml:space="preserve">
|
||||||
|
<value>Bildsökväg/-url (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInsertAnchorResource1.Text" xml:space="preserve">
|
||||||
|
<value>Infoga:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLinkTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkrubrik (valfritt)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblLinkUrlResource1.Text" xml:space="preserve">
|
||||||
|
<value>Url eller epostadress (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sidnamn (måste anges)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Länkrubrik (valfritt)</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>Länka till ett existerande bokmärke</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoAnchorLinkResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageAutoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Automatisk</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageAutoResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageInlineResource1.Text" xml:space="preserve">
|
||||||
|
<value>Infogad</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageInlineResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageLeftResource1.Text" xml:space="preserve">
|
||||||
|
<value>Vänsterjusterad</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>Markera för att välja länkad bild</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImagePathResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoImagePathResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Markera för att välja bild</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageRightResource1.Text" xml:space="preserve">
|
||||||
|
<value>Högerjusterad</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoImageRightResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoNewAnchorResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nytt bokmärke</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>
|
153
WebApplication/App_LocalResources/Post.aspx.sv-SE.resx
Normal file
153
WebApplication/App_LocalResources/Post.aspx.sv-SE.resx
Normal 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>Avbryt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnCancelResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSendResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skicka</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>Ämne</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skriv ett meddelade</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtSubjectResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtSubjectResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
432
WebApplication/App_LocalResources/Profile.aspx.sv-SE.resx
Normal file
432
WebApplication/App_LocalResources/Profile.aspx.sv-SE.resx
Normal 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>Bekräfta</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfirmResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteAccountResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDeleteAccountResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveDisplayNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara synligt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveDisplayNameResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Klicka här för att spara ditt synliga namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveEmailResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveEmailResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Klicka här för att spara din epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveLanguageResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveLanguageResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveNotificationsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSaveNotificationsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnSavePasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Spara lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSavePasswordResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Klicka här för att spara ditt lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Epostadresser är inte identiska</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>Epostadresser är inte identiska</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>Felaktigt lösenord</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>Lösenorden är inte identiska</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>Lösenorden är inte identiska</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>Du kan ta bort till konto genom att klicka på knappen Ta bort konto och sedan bekräfta.<br /><b>Varning</b>: denna åtgärd kan inte ångras.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDeleteAccountResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ta bort konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDescriptionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Välkommen till din användarprofil, </value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDiscussionMessagesInfoResource2.Text" xml:space="preserve">
|
||||||
|
<value>Underrätta mig via epost varje gång det skapas ett nytt <b>meddelande</b> för en sida i följande namnrymder (endast diskussionstrådar du har tillgång till):</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Synligt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEditEmailPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Ändra synligt namn, epostadress och lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmail1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmail2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress (bekräfta)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblGroupsListResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblGroupsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Du är medlem i följande grupper:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Här kan du ändra din användarprofil, såsom epostadress och lösenord. Du kan inte ändra ditt användarnamn.</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>Språk och tidszon</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNoChangesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Nuvarande systeminställningar förhindrar förändringar av din personliga information.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNotificationsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Inställningar för epostutskick</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>Gammalt lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPageChangesInfoResource2.Text" xml:space="preserve">
|
||||||
|
<value>Underrätta mig via epost varje gång en <b>sida</b> i följande namnrymder uppdateras (endast sidor du har tillgång till):</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPassword1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord (bekräfta)</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>Användarprofil</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>Untitled Page</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>Epostadress måste anges</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>Epostadress måste anges</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>Nuvarande lösenord måste anges</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>Lösenord måste anges</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>Lösenord måste anges</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>Ogiltigt namn</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>Ogiltig epostadress</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>Ogiltigt lösenord</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>Här anger du ditt namn som det kommer att visas för andra</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail1Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail1Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange din epostadress här</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail2Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail2Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Bekräfta din epostadress här</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtOldPasswordResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtOldPasswordResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange ditt nuvarande lösenord här</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword1Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange ditt nya lösenord här</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Bekräfta ditt nya lösenord här</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
333
WebApplication/App_LocalResources/Register.aspx.sv-SE.resx
Normal file
333
WebApplication/App_LocalResources/Register.aspx.sv-SE.resx
Normal 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>Skapa konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnRegisterResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Klicka här för att skapa ett nytt konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="cvEmail1Resource1.ErrorMessage" xml:space="preserve">
|
||||||
|
<value>Epostadresserna är inte identiska</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>Epostadresserna är inte identiska</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>Lösenorden är inte identiska</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>Lösenorden är inte identiska</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>Användarnamnet finns redan</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>Kontrolltext (skiftlägeskänslig)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblDisplayNameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Synligt namn</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmail1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblEmail2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Epostadress (bekräfta)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPassword1Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value>Lösenord (bekräfta)</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblRegisterDescriptionResource1.Text" xml:space="preserve">
|
||||||
|
<value>Här kan du skapa ett nytt konto för denna wiki.<br /><b>Obs</b>: alla fält är obligatoriska. Epostadressen kommer endast vara synlig för administratörer.</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>Skapa ett nytt konto</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblUsernameResource1.Text" xml:space="preserve">
|
||||||
|
<value>Användarnamn</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</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>Epost måste anges</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>Epost måste anges</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>Lösenord måste anges</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>Lösenord måste anges</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>Användarnamn måste anges</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>Ogiltigt namn</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>Ogiltig epostadress</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>Ogiltigt lösenord</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>Ogiltigt användarnamn</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>Ange ditt namn som det ska visas för andra</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail1Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail1Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange din epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail2Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtEmail2Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Bekräfta epostadress</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword1Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword1Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword2Resource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtPassword2Resource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Upprepa lösenord</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtUsernameResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtUsernameResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ange användarnamn</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
186
WebApplication/App_LocalResources/Search.aspx.sv-SE.resx
Normal file
186
WebApplication/App_LocalResources/Search.aspx.sv-SE.resx
Normal 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>Sök</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnGoResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkUncategorizedPagesResource1.Text" xml:space="preserve">
|
||||||
|
<value>Okategoriserade sidor</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkUncategorizedPagesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblCategoryFilterResource1.Text" xml:space="preserve">
|
||||||
|
<value>Filtrera per kategori</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblInstructionsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Här kan du söka i sidorna för denna namnrymd, deras bifogade filer och uppladdade filer.<br /><b>Obs</b>: resultatet kommer endast visa sidor och filer som du har läsbehörighet till.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblStatsResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sökmotor</value>
|
||||||
|
</data>
|
||||||
|
<data name="lstCategoriesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Title</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoAllWordsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Alla ord</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoAllWordsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoAtLeastOneWordResource1.Text" xml:space="preserve">
|
||||||
|
<value>Minst ett ord</value>
|
||||||
|
</data>
|
||||||
|
<data name="rdoAtLeastOneWordResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="rdoExactPhraseResource1.Text" xml:space="preserve">
|
||||||
|
<value>Exakt uttryck</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>Sök i alla namnrymder och kategorier</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkAllNamespacesResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="chkFilesAndAttachmentsResource1.Text" xml:space="preserve">
|
||||||
|
<value>Sök filer och bilagor</value>
|
||||||
|
</data>
|
||||||
|
<data name="chkFilesAndAttachmentsResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
</root>
|
129
WebApplication/App_LocalResources/Upload.aspx.sv-SE.resx
Normal file
129
WebApplication/App_LocalResources/Upload.aspx.sv-SE.resx
Normal 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>Här kan hu hantera filer och kataloger i wikin.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblManagementTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Filhantering</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Untitled Page</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
195
WebApplication/App_LocalResources/User.aspx.sv-SE.resx
Normal file
195
WebApplication/App_LocalResources/User.aspx.sv-SE.resx
Normal 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>Skicka</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnSendResource1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblActivityResource1.Text" xml:space="preserve">
|
||||||
|
<value>Senaste aktiviteter för denna användare:</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblGravatarResource1.Text" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="lblMessageInfoResource1.Text" xml:space="preserve">
|
||||||
|
<value>Du kan skicka ett e-postmeddelande till denna användare. <b>Obs</b>: din epostadress kommer inte att lämnas ut.</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblMessageTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>Skicka ett meddelande</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblNoActivityResource1.Text" xml:space="preserve">
|
||||||
|
<value><i>Ingen tidigare aktivitet.</i></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>Ämne</value>
|
||||||
|
</data>
|
||||||
|
<data name="lblTitleResource1.Text" xml:space="preserve">
|
||||||
|
<value>##NAME## - Användarinformation</value>
|
||||||
|
</data>
|
||||||
|
<data name="PageResource1.Title" xml:space="preserve">
|
||||||
|
<value>Title</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>Meddelandetexten kan inte vara tom</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>Ämne måste anges</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>
|
1657
WebApplication/Properties/Messages.sv-SE.resx
Normal file
1657
WebApplication/Properties/Messages.sv-SE.resx
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue