Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.3 KiB

5 years ago
  1. <?xml version="1.0"?>
  2. <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
  3. <file source-language="es" datatype="plaintext" original="file.ext">
  4. <body>
  5. <trans-unit id="validation.modelmanagerexception">
  6. <source>validation.modelmanagerexception</source>
  7. <target>No se ha podido borrar "%object%" porque tiene elementos asociados</target>
  8. </trans-unit>
  9. <trans-unit id="validation.unique.email">
  10. <source>validation.unique.email</source>
  11. <target>This email has already been registered</target>
  12. </trans-unit>
  13. <trans-unit id="validation.unique.username">
  14. <source>validation.unique.username</source>
  15. <target>This username has already been registered</target>
  16. </trans-unit>
  17. <trans-unit id="validation.field.min.length">
  18. <source>validation.field.min.length</source>
  19. <target>Este campo debe de tener por lo menos {{ limit }} caracteres</target>
  20. </trans-unit>
  21. <trans-unit id="validation.field.max.length">
  22. <source>validation.field.max.length</source>
  23. <target>Este campo no puede tener más de {{ limit }} caracteres</target>
  24. </trans-unit>
  25. </body>
  26. </file>
  27. </xliff>