mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add books admin page.
This commit is contained in:
17
Marechai/Resources/Services/AdminService.en.resx
Normal file
17
Marechai/Resources/Services/AdminService.en.resx
Normal file
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</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="Books" xml:space="preserve">
|
||||
<value>Books</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -210,4 +210,7 @@
|
||||
<value>Resoluciones</value>
|
||||
<comment>Resolutions.</comment>
|
||||
</data>
|
||||
<data name="Books" xml:space="preserve">
|
||||
<value>Libros</value>
|
||||
</data>
|
||||
</root>
|
||||
119
Marechai/Resources/Services/BooksService.en.resx
Normal file
119
Marechai/Resources/Services/BooksService.en.resx
Normal file
@@ -0,0 +1,119 @@
|
||||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</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="Are you sure you want to delete the book {0}?" xml:space="preserve">
|
||||
<value>Are you sure you want to delete the book {0}?</value>
|
||||
</data>
|
||||
<data name="Books" xml:space="preserve">
|
||||
<value>Books</value>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancel</value>
|
||||
</data>
|
||||
<data name="Country" xml:space="preserve">
|
||||
<value>Country</value>
|
||||
</data>
|
||||
<data name="Create new" xml:space="preserve">
|
||||
<value>Create new</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="Delete book" xml:space="preserve">
|
||||
<value>Delete book</value>
|
||||
</data>
|
||||
<data name="Details" xml:space="preserve">
|
||||
<value>Details</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="ISBN" xml:space="preserve">
|
||||
<value>ISBN</value>
|
||||
</data>
|
||||
<data name="Loading..." xml:space="preserve">
|
||||
<value>Loading...</value>
|
||||
</data>
|
||||
<data name="Native title" xml:space="preserve">
|
||||
<value>Native title</value>
|
||||
</data>
|
||||
<data name="Published" xml:space="preserve">
|
||||
<value>Published</value>
|
||||
</data>
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="Book details" xml:space="preserve">
|
||||
<value>Book details</value>
|
||||
</data>
|
||||
<data name="Title using latin script" xml:space="preserve">
|
||||
<value>Title using latin script</value>
|
||||
</data>
|
||||
<data name="Please enter a valid title." xml:space="preserve">
|
||||
<value>Please enter a valid title.</value>
|
||||
</data>
|
||||
<data name="Native title, that is, title using native script (cyrillic, chinese, etc)" xml:space="preserve">
|
||||
<value>Native title, that is, title using native script (cyrillic, chinese, etc)</value>
|
||||
</data>
|
||||
<data name="Unknown (native title)" xml:space="preserve">
|
||||
<value>Unknown</value>
|
||||
</data>
|
||||
<data name="Please enter a valid native title." xml:space="preserve">
|
||||
<value>Please enter a valid native title.</value>
|
||||
</data>
|
||||
<data name="Unknown (publication date)" xml:space="preserve">
|
||||
<value>Unknown</value>
|
||||
</data>
|
||||
<data name="Please enter a valid publication date." xml:space="preserve">
|
||||
<value>Please enter a valid publication date.</value>
|
||||
</data>
|
||||
<data name="Country of publication" xml:space="preserve">
|
||||
<value>Country of publication</value>
|
||||
</data>
|
||||
<data name="Please enter a valid ISBN." xml:space="preserve">
|
||||
<value>Please enter a valid ISBN.</value>
|
||||
</data>
|
||||
<data name="Pages" xml:space="preserve">
|
||||
<value>Pages</value>
|
||||
</data>
|
||||
<data name="Please enter a valid number of pages." xml:space="preserve">
|
||||
<value>Please enter a valid number of pages.</value>
|
||||
</data>
|
||||
<data name="Edition" xml:space="preserve">
|
||||
<value>Edition</value>
|
||||
</data>
|
||||
<data name="Please enter a valid edition number." xml:space="preserve">
|
||||
<value>Please enter a valid edition number.</value>
|
||||
</data>
|
||||
<data name="Back to list" xml:space="preserve">
|
||||
<value>Back to list</value>
|
||||
</data>
|
||||
<data name="Title must be smaller than 256 characters." xml:space="preserve">
|
||||
<value>Title must be smaller than 256 characters.</value>
|
||||
</data>
|
||||
<data name="Native title must be smaller than 256 characters." xml:space="preserve">
|
||||
<value>Native title must be smaller than 256 characters.</value>
|
||||
</data>
|
||||
<data name="Unknown (pages)" xml:space="preserve">
|
||||
<value>Unknown</value>
|
||||
</data>
|
||||
<data name="Unknown (ISBN)" xml:space="preserve">
|
||||
<value>Unknown</value>
|
||||
</data>
|
||||
<data name="Unknown (edition)" xml:space="preserve">
|
||||
<value>Unknown</value>
|
||||
</data>
|
||||
<data name="Unknown (country of publication)" xml:space="preserve">
|
||||
<value>Unknown</value>
|
||||
</data>
|
||||
</root>
|
||||
235
Marechai/Resources/Services/BooksService.es.resx
Normal file
235
Marechai/Resources/Services/BooksService.es.resx
Normal file
@@ -0,0 +1,235 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- ReSharper disable MarkupTextTypo -->
|
||||
<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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Books" xml:space="preserve">
|
||||
<value>Libros</value>
|
||||
<comment>Books</comment>
|
||||
</data>
|
||||
<data name="Loading..." xml:space="preserve">
|
||||
<value>Cargando...</value>
|
||||
<comment>Message that appears while data is being loaded from database</comment>
|
||||
</data>
|
||||
<data name="Country" xml:space="preserve">
|
||||
<value>País</value>
|
||||
<comment>Country where the book was published</comment>
|
||||
</data>
|
||||
<data name="Details" xml:space="preserve">
|
||||
<value>Detalles</value>
|
||||
<comment>Details</comment>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
<comment>Edit</comment>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Eliminar</value>
|
||||
<comment>Delete</comment>
|
||||
</data>
|
||||
<data name="Delete book" xml:space="preserve">
|
||||
<value>Eliminar libro</value>
|
||||
<comment>Delete book</comment>
|
||||
</data>
|
||||
<data name="Are you sure you want to delete the book {0}?" xml:space="preserve">
|
||||
<value>¿Está seguro de que desea borrar el libro {0}?</value>
|
||||
<comment>{0} book name</comment>
|
||||
</data>
|
||||
<data name="Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
<comment>Cancel</comment>
|
||||
</data>
|
||||
<data name="Create new" xml:space="preserve">
|
||||
<value>Crear nuevo</value>
|
||||
</data>
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>Título</value>
|
||||
</data>
|
||||
<data name="Native title" xml:space="preserve">
|
||||
<value>Título nativo</value>
|
||||
</data>
|
||||
<data name="Published" xml:space="preserve">
|
||||
<value>Publicado el</value>
|
||||
</data>
|
||||
<data name="ISBN" xml:space="preserve">
|
||||
<value>ISBN</value>
|
||||
</data>
|
||||
<data name="Book details" xml:space="preserve">
|
||||
<value>Detalles de libro</value>
|
||||
</data>
|
||||
<data name="Title using latin script" xml:space="preserve">
|
||||
<value>Título utilizando escritura latina</value>
|
||||
</data>
|
||||
<data name="Please enter a valid title." xml:space="preserve">
|
||||
<value>Por favor introduce un título válido.</value>
|
||||
</data>
|
||||
<data name="Native title, that is, title using native script (cyrillic, chinese, etc)" xml:space="preserve">
|
||||
<value>Título nativo, es decir, el título usando el sistema de escritura nativo (cirílico, chino, etc)</value>
|
||||
</data>
|
||||
<data name="Unknown (native title)" xml:space="preserve">
|
||||
<value>Desconocido</value>
|
||||
</data>
|
||||
<data name="Please enter a valid native title." xml:space="preserve">
|
||||
<value>Por favor introduce un título nativo válido.</value>
|
||||
</data>
|
||||
<data name="Unknown (publication date)" xml:space="preserve">
|
||||
<value>Desconocida</value>
|
||||
</data>
|
||||
<data name="Please enter a valid publication date." xml:space="preserve">
|
||||
<value>Por favor introduce una fecha de publicación válida.</value>
|
||||
</data>
|
||||
<data name="Country of publication" xml:space="preserve">
|
||||
<value>País de publicación</value>
|
||||
</data>
|
||||
<data name="Unknown (country of publication)" xml:space="preserve">
|
||||
<value>Desconocido</value>
|
||||
</data>
|
||||
<data name="Unknown (ISBN)" xml:space="preserve">
|
||||
<value>Desconocido</value>
|
||||
</data>
|
||||
<data name="Please enter a valid ISBN." xml:space="preserve">
|
||||
<value>Por favor introduce un ISBN válido.</value>
|
||||
</data>
|
||||
<data name="Pages" xml:space="preserve">
|
||||
<value>Páginas</value>
|
||||
</data>
|
||||
<data name="Unknown (pages)" xml:space="preserve">
|
||||
<value>Desconocidas</value>
|
||||
</data>
|
||||
<data name="Unknown (edition)" xml:space="preserve">
|
||||
<value>Desconocida</value>
|
||||
</data>
|
||||
<data name="Please enter a valid number of pages." xml:space="preserve">
|
||||
<value>Por favor introduce un número de páginas válido.</value>
|
||||
</data>
|
||||
<data name="Edition" xml:space="preserve">
|
||||
<value>Edición</value>
|
||||
</data>
|
||||
<data name="Please enter a valid edition number." xml:space="preserve">
|
||||
<value>Por favor introduce un número de edición válido.</value>
|
||||
</data>
|
||||
<data name="Back to list" xml:space="preserve">
|
||||
<value>Volver a la lista</value>
|
||||
</data>
|
||||
<data name="Title must be smaller than 256 characters." xml:space="preserve">
|
||||
<value>El título debe contener menos de 256 caracteres.</value>
|
||||
</data>
|
||||
<data name="Native title must be smaller than 256 characters." xml:space="preserve">
|
||||
<value>El título nativo debe contener menos de 256 caracteres.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user