diff Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx @ 166:fae2feae499e

Usando DefaultEditor para Publicar EditorTemplate para TimeSpan
author nelopauselli
date Fri, 05 Aug 2011 22:56:43 -0300
parents 557c386fcecc
children 13b661a29242
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx	Fri Aug 05 22:05:19 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx	Fri Aug 05 22:56:43 2011 -0300
@@ -141,6 +141,12 @@
   <data name="NroOrdenDescription" xml:space="preserve">
     <value>Un número consecutivo que identifica al evento en el tiempo.</value>
   </data>
+  <data name="NroOrdenRange" xml:space="preserve">
+    <value>El valor debe ser entre {1} y {2}</value>
+  </data>
+  <data name="NroOrdenRequired" xml:space="preserve">
+    <value>Debe ingresar el número de orden del evento</value>
+  </data>
   <data name="PonenteDescription" xml:space="preserve">
     <value>Seleccione el ponente o responsable del evento</value>
   </data>