Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Properties / Resources.resx @ b517d0d3

History | View | Annotate | Download (6.6 kB)

1 9bae55d1 Panagiotis Kanavos
<?xml version="1.0" encoding="utf-8"?>
2 9bae55d1 Panagiotis Kanavos
<root>
3 9bae55d1 Panagiotis Kanavos
  <!-- 
4 9bae55d1 Panagiotis Kanavos
    Microsoft ResX Schema 
5 9bae55d1 Panagiotis Kanavos
    
6 9bae55d1 Panagiotis Kanavos
    Version 2.0
7 9bae55d1 Panagiotis Kanavos
    
8 9bae55d1 Panagiotis Kanavos
    The primary goals of this format is to allow a simple XML format 
9 9bae55d1 Panagiotis Kanavos
    that is mostly human readable. The generation and parsing of the 
10 9bae55d1 Panagiotis Kanavos
    various data types are done through the TypeConverter classes 
11 9bae55d1 Panagiotis Kanavos
    associated with the data types.
12 9bae55d1 Panagiotis Kanavos
    
13 9bae55d1 Panagiotis Kanavos
    Example:
14 9bae55d1 Panagiotis Kanavos
    
15 9bae55d1 Panagiotis Kanavos
    ... ado.net/XML headers & schema ...
16 9bae55d1 Panagiotis Kanavos
    <resheader name="resmimetype">text/microsoft-resx</resheader>
17 9bae55d1 Panagiotis Kanavos
    <resheader name="version">2.0</resheader>
18 9bae55d1 Panagiotis Kanavos
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19 9bae55d1 Panagiotis Kanavos
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20 9bae55d1 Panagiotis Kanavos
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21 9bae55d1 Panagiotis Kanavos
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22 9bae55d1 Panagiotis Kanavos
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23 9bae55d1 Panagiotis Kanavos
        <value>[base64 mime encoded serialized .NET Framework object]</value>
24 9bae55d1 Panagiotis Kanavos
    </data>
25 9bae55d1 Panagiotis Kanavos
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26 9bae55d1 Panagiotis Kanavos
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27 9bae55d1 Panagiotis Kanavos
        <comment>This is a comment</comment>
28 9bae55d1 Panagiotis Kanavos
    </data>
29 9bae55d1 Panagiotis Kanavos
                
30 9bae55d1 Panagiotis Kanavos
    There are any number of "resheader" rows that contain simple 
31 9bae55d1 Panagiotis Kanavos
    name/value pairs.
32 9bae55d1 Panagiotis Kanavos
    
33 9bae55d1 Panagiotis Kanavos
    Each data row contains a name, and value. The row also contains a 
34 9bae55d1 Panagiotis Kanavos
    type or mimetype. Type corresponds to a .NET class that support 
35 9bae55d1 Panagiotis Kanavos
    text/value conversion through the TypeConverter architecture. 
36 9bae55d1 Panagiotis Kanavos
    Classes that don't support this are serialized and stored with the 
37 9bae55d1 Panagiotis Kanavos
    mimetype set.
38 9bae55d1 Panagiotis Kanavos
    
39 9bae55d1 Panagiotis Kanavos
    The mimetype is used for serialized objects, and tells the 
40 9bae55d1 Panagiotis Kanavos
    ResXResourceReader how to depersist the object. This is currently not 
41 9bae55d1 Panagiotis Kanavos
    extensible. For a given mimetype the value must be set accordingly:
42 9bae55d1 Panagiotis Kanavos
    
43 9bae55d1 Panagiotis Kanavos
    Note - application/x-microsoft.net.object.binary.base64 is the format 
44 9bae55d1 Panagiotis Kanavos
    that the ResXResourceWriter will generate, however the reader can 
45 9bae55d1 Panagiotis Kanavos
    read any of the formats listed below.
46 9bae55d1 Panagiotis Kanavos
    
47 9bae55d1 Panagiotis Kanavos
    mimetype: application/x-microsoft.net.object.binary.base64
48 9bae55d1 Panagiotis Kanavos
    value   : The object must be serialized with 
49 db8a9589 Panagiotis Kanavos
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50 9bae55d1 Panagiotis Kanavos
            : and then encoded with base64 encoding.
51 9bae55d1 Panagiotis Kanavos
    
52 9bae55d1 Panagiotis Kanavos
    mimetype: application/x-microsoft.net.object.soap.base64
53 9bae55d1 Panagiotis Kanavos
    value   : The object must be serialized with 
54 9bae55d1 Panagiotis Kanavos
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55 9bae55d1 Panagiotis Kanavos
            : and then encoded with base64 encoding.
56 9bae55d1 Panagiotis Kanavos
57 9bae55d1 Panagiotis Kanavos
    mimetype: application/x-microsoft.net.object.bytearray.base64
58 9bae55d1 Panagiotis Kanavos
    value   : The object must be serialized into a byte array 
59 9bae55d1 Panagiotis Kanavos
            : using a System.ComponentModel.TypeConverter
60 9bae55d1 Panagiotis Kanavos
            : and then encoded with base64 encoding.
61 9bae55d1 Panagiotis Kanavos
    -->
62 9bae55d1 Panagiotis Kanavos
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63 db8a9589 Panagiotis Kanavos
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64 9bae55d1 Panagiotis Kanavos
    <xsd:element name="root" msdata:IsDataSet="true">
65 9bae55d1 Panagiotis Kanavos
      <xsd:complexType>
66 9bae55d1 Panagiotis Kanavos
        <xsd:choice maxOccurs="unbounded">
67 9bae55d1 Panagiotis Kanavos
          <xsd:element name="metadata">
68 9bae55d1 Panagiotis Kanavos
            <xsd:complexType>
69 9bae55d1 Panagiotis Kanavos
              <xsd:sequence>
70 9bae55d1 Panagiotis Kanavos
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
71 9bae55d1 Panagiotis Kanavos
              </xsd:sequence>
72 db8a9589 Panagiotis Kanavos
              <xsd:attribute name="name" use="required" type="xsd:string" />
73 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="type" type="xsd:string" />
74 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="mimetype" type="xsd:string" />
75 db8a9589 Panagiotis Kanavos
              <xsd:attribute ref="xml:space" />
76 9bae55d1 Panagiotis Kanavos
            </xsd:complexType>
77 9bae55d1 Panagiotis Kanavos
          </xsd:element>
78 9bae55d1 Panagiotis Kanavos
          <xsd:element name="assembly">
79 9bae55d1 Panagiotis Kanavos
            <xsd:complexType>
80 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="alias" type="xsd:string" />
81 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="name" type="xsd:string" />
82 9bae55d1 Panagiotis Kanavos
            </xsd:complexType>
83 9bae55d1 Panagiotis Kanavos
          </xsd:element>
84 9bae55d1 Panagiotis Kanavos
          <xsd:element name="data">
85 9bae55d1 Panagiotis Kanavos
            <xsd:complexType>
86 9bae55d1 Panagiotis Kanavos
              <xsd:sequence>
87 9bae55d1 Panagiotis Kanavos
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88 9bae55d1 Panagiotis Kanavos
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89 9bae55d1 Panagiotis Kanavos
              </xsd:sequence>
90 db8a9589 Panagiotis Kanavos
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93 db8a9589 Panagiotis Kanavos
              <xsd:attribute ref="xml:space" />
94 9bae55d1 Panagiotis Kanavos
            </xsd:complexType>
95 9bae55d1 Panagiotis Kanavos
          </xsd:element>
96 9bae55d1 Panagiotis Kanavos
          <xsd:element name="resheader">
97 9bae55d1 Panagiotis Kanavos
            <xsd:complexType>
98 9bae55d1 Panagiotis Kanavos
              <xsd:sequence>
99 9bae55d1 Panagiotis Kanavos
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100 9bae55d1 Panagiotis Kanavos
              </xsd:sequence>
101 9bae55d1 Panagiotis Kanavos
              <xsd:attribute name="name" type="xsd:string" use="required" />
102 9bae55d1 Panagiotis Kanavos
            </xsd:complexType>
103 9bae55d1 Panagiotis Kanavos
          </xsd:element>
104 9bae55d1 Panagiotis Kanavos
        </xsd:choice>
105 9bae55d1 Panagiotis Kanavos
      </xsd:complexType>
106 9bae55d1 Panagiotis Kanavos
    </xsd:element>
107 9bae55d1 Panagiotis Kanavos
  </xsd:schema>
108 9bae55d1 Panagiotis Kanavos
  <resheader name="resmimetype">
109 9bae55d1 Panagiotis Kanavos
    <value>text/microsoft-resx</value>
110 9bae55d1 Panagiotis Kanavos
  </resheader>
111 9bae55d1 Panagiotis Kanavos
  <resheader name="version">
112 9bae55d1 Panagiotis Kanavos
    <value>2.0</value>
113 9bae55d1 Panagiotis Kanavos
  </resheader>
114 9bae55d1 Panagiotis Kanavos
  <resheader name="reader">
115 db8a9589 Panagiotis Kanavos
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116 9bae55d1 Panagiotis Kanavos
  </resheader>
117 9bae55d1 Panagiotis Kanavos
  <resheader name="writer">
118 db8a9589 Panagiotis Kanavos
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119 9bae55d1 Panagiotis Kanavos
  </resheader>
120 db8a9589 Panagiotis Kanavos
  <data name="PreferencesViewModel_StartupDelay_Greater_or_equal_to_0" xml:space="preserve">
121 db8a9589 Panagiotis Kanavos
    <value>The Startup Delay must be greater or equal to 0</value>
122 db8a9589 Panagiotis Kanavos
  </data>
123 db8a9589 Panagiotis Kanavos
  <data name="AddAccountViewModel_SelectAccount_Please_select_a_folder" xml:space="preserve">
124 db8a9589 Panagiotis Kanavos
    <value>Please select a folder to store local files. Pithos will create a new folder called Okeanos under the folder you specify.</value>
125 db8a9589 Panagiotis Kanavos
  </data>
126 db8a9589 Panagiotis Kanavos
  <data name="Error_Title" xml:space="preserve">
127 db8a9589 Panagiotis Kanavos
    <value>Oops! Pithos has a crack!</value>
128 db8a9589 Panagiotis Kanavos
  </data>
129 db8a9589 Panagiotis Kanavos
  <data name="Please_Submit_Error" xml:space="preserve">
130 db8a9589 Panagiotis Kanavos
    <value>Please help us improve Pithos by submitting the error and a description of what you were doing before the error occured</value>
131 db8a9589 Panagiotis Kanavos
  </data>
132 db8a9589 Panagiotis Kanavos
  <data name="Unexpected_Error" xml:space="preserve">
133 db8a9589 Panagiotis Kanavos
    <value>An unexpected error occured.</value>
134 db8a9589 Panagiotis Kanavos
  </data>
135 db8a9589 Panagiotis Kanavos
  <data name="Unexpected_Error_Terminating" xml:space="preserve">
136 db8a9589 Panagiotis Kanavos
    <value>An unexpected error occured. The application must terminate</value>
137 db8a9589 Panagiotis Kanavos
  </data>
138 db8a9589 Panagiotis Kanavos
  <data name="We_Apologize" xml:space="preserve">
139 db8a9589 Panagiotis Kanavos
    <value>We apologize for the inconvenience.</value>
140 db8a9589 Panagiotis Kanavos
  </data>
141 9bae55d1 Panagiotis Kanavos
</root>