<?xml version="1.0" encoding="utf-8"?>
<root>
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:element name="root" msdata:IsDataSet="true" />
  </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="Greeting" xml:space="preserve">
    <value>Hola</value>
    <comment>Greeting shown on the home screen</comment>
  </data>
  <data name="Welcome" xml:space="preserve">
    <value>Bienvenido, {0}</value>
    <comment>Welcome message with the user's name</comment>
  </data>
  <data name="Save" xml:space="preserve">
    <value>Guardar</value>
    <comment>Save button label</comment>
  </data>
  <data name="Cancel" xml:space="preserve">
    <value>Cancelar</value>
    <comment>Cancel button label</comment>
  </data>
  <data name="Search" xml:space="preserve">
    <value>Buscar</value>
    <comment>Search field placeholder</comment>
  </data>
  <data name="Settings" xml:space="preserve">
    <value>Configuración</value>
    <comment>Settings menu item</comment>
  </data>
  <data name="Logout" xml:space="preserve">
    <value>Cerrar sesión</value>
    <comment>Log out menu item</comment>
  </data>
</root>
