/grails-app/i18n/messages_en.properties
Properties File | 223 lines | 175 code | 27 blank | 21 comment | 0 complexity | fb3d927e2d7767b8c66908a2ee555feb MD5 | raw file
1default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}] 2default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL 3default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number 4default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address 5default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}] 6default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}] 7default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}] 8default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}] 9default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}] 10default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}] 11default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation 12default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}] 13default.blank.message=Property [{0}] of class [{1}] cannot be blank 14default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}] 15default.null.message=Property [{0}] of class [{1}] cannot be null 16default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique 17 18default.paginate.prev=Previous 19default.paginate.next=Next 20default.boolean.true=True 21default.boolean.false=False 22default.date.format=yyyy-MM-dd HH:mm:ss z 23default.number.format=0 24 25default.created.message={0} {1} created 26default.updated.message={0} {1} updated 27default.deleted.message={0} {1} deleted 28default.not.deleted.message={0} {1} could not be deleted 29default.not.found.message={0} not found with id {1} 30default.optimistic.locking.failure=Another user has updated this {0} while you were editing 31 32default.home.label=Home 33default.list.label={0} List 34default.add.label=Add {0} 35default.new.label=New {0} 36default.create.label=Create {0} 37default.show.label=Show {0} 38default.edit.label=Edit {0} 39 40default.button.create.label=Create 41default.button.edit.label=Edit 42default.button.update.label=Update 43default.button.delete.label=Delete 44default.button.delete.confirm.message=Are you sure? 45 46# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author) 47typeMismatch.java.net.URL=Property {0} must be a valid URL 48typeMismatch.java.net.URI=Property {0} must be a valid URI 49typeMismatch.java.util.Date=Property {0} must be a valid Date 50typeMismatch.java.lang.Double=Property {0} must be a valid number 51typeMismatch.java.lang.Integer=Property {0} must be a valid number 52typeMismatch.java.lang.Long=Property {0} must be a valid number 53typeMismatch.java.lang.Short=Property {0} must be a valid number 54typeMismatch.java.math.BigDecimal=Property {0} must be a valid number 55typeMismatch.java.math.BigInteger=Property {0} must be a valid number 56 57# Usuario 58usuario.label=User 59usuario.list.label=Users 60usuario.username.label=Username 61usuario.password.label=Password 62usuario.enabled.label=Enabled 63usuario.accountExpired.label=Account Expired 64usuario.accountLocked.label=Account Locked 65usuario.passwordExpired.label=Password Expired 66usuario.nombre.label=Name 67usuario.apellido.label=Last Name 68usuario.correo.label=Email 69usuario.empresa.label=Company 70 71usuario.perfil.label=User's Profile 72usuario.perfil.updated.message=User's profile has been updated 73 74# Auth 75auth.login.message=Please login... 76auth.rememberme.label=Remember me 77auth.login.button=Login 78 79welcome.header.message=Welcome 80logout.header.message=Logout 81 82# Organizacion 83organizacion.label=Organisation 84organizacion.list.label=Organisations 85organizacion.nombre.label=Name 86organizacion.nombreCompleto.label=Full Name 87 88# Empresa 89empresa.label=Company 90empresa.list.label=Companies 91empresa.nombre.label=Name 92empresa.nombreCompleto.label=Full Name 93empresa.organizacion.label=Organisation 94 95# Ejercicio 96ejercicio.label=Accounting Period 97ejercicio.nombre.label=Name 98ejercicio.empresa.label=Company 99ejercicio.dateCreated.label=Date Created 100ejercicio.lastUpdated.label=Last Updated 101 102# Libro 103libro.label=Ledger 104libro.nombre.label=Name 105libro.empresa.label=Company 106libro.dateCreated.label=Date Created 107libro.lastUpdated.label=Last Updated 108 109# Poliza 110poliza.label=Pè´¸liza 111poliza.folio.label=Folio 112poliza.descripcion.label=Description 113poliza.estatus.label=Status 114poliza.tipo.label=Type 115poliza.ejercicio.label=Accounting Period 116poliza.libro.label=Ledger 117poliza.empresa.label=Company 118poliza.dateCreated.label=Date Created 119poliza.lastUpdated.label=Last Updated 120 121# Poliza 122poliza.label=Journal 123poliza.list.label=Journals 124poliza.folio.label=Folio 125poliza.descripcion.label=Description 126poliza.estatus.label=Status 127poliza.tipo.label=Type 128poliza.empresa.label=Company 129poliza.dateCreated.label=Creation Date 130poliza.lastUpdated.label=Last Updated 131poliza.nueva.ingreso.label=New Income Journal 132poliza.nueva.egreso.label=New Outcome Journal 133poliza.nueva.diario.label=New Journal Voucher 134poliza.edita.ingreso.label=Edit Income Journal {0} 135poliza.edita.egreso.label=Edit Outcome Journal {0} 136poliza.edita.diario.label=Edit Journal Voucher {0} 137poliza.created.message=Journal {0} has been created 138poliza.button.nuevaTransaccion.label=New Transaction 139poliza.button.cierra.label=Close Journal 140poliza.button.cierra.confirm.message=Sure you want to close this journal? 141poliza.cerrada.editar.message=Journal {0} has been closed. Therefore it can't be modified. 142 143# Cuenta 144cuenta.label=Account 145cuenta.list.label=Accounts 146cuenta.codigo.label=Code 147cuenta.numero.label=Number 148cuenta.descripcion.label=Description 149cuenta.padre.label=Parent 150cuenta.organizacion.label=Organisation 151cuenta.hijos.label=Children 152cuenta.auxiliares.label=Auxiliaries 153cuenta.accion.ver=Show 154 155# Transaccion 156transaccion.label=Transaction 157transaccion.folio.label=Folio 158transaccion.cuenta.label=Account 159transaccion.auxiliar.label=Auxiliary 160transaccion.concepto.label=Concept 161transaccion.parcial.label=Partial 162transaccion.debe.label=Debit 163transaccion.haber.label=Credit 164transaccion.descripcion.label=Concept 165transaccion.importe.label=Amount 166transaccion.esDebe.label=Is debit? 167transaccion.esHaber.label=Is credit? 168transaccion.nuevoMovimiento.button=New entry 169transaccion.agrega.label=Add 170transaccion.actualiza.message=The transaction has been updated 171transaccion.nombre.label=Name 172transaccion.tags.label=Tags 173 174# Auxiliar 175auxiliar.label=Auxiliary 176auxiliar.list.label=Auxiliaries 177auxiliar.numero.label=Number 178auxiliar.descripcion.label=Description 179auxiliar.organizacion.label=Organization 180auxiliar.tags.label=Accounts 181 182# Servicio 183servicio.label=Service 184servicio.nombre.label=Name 185servicio.descripcion.label=Description 186servicio.destinos.label=Destinations 187servicio.origenes.label=Origins 188servicio.empresa.label=Company 189servicio.tags.label=Tags 190servicio.dateCreated.label=Creation Date 191servicio.lastUpdated.label=Last Updated 192 193# Cliente 194cliente.label=Client 195cliente.list.label=Clients 196 197# Tipo Cliente 198tipoCliente.label=Client Type 199tipoCliente.list.label=Client Types 200 201# Proveedor 202proveedor.label=Provider 203proveedor.list.label=Providers 204 205# Salida 206salida.label=Outgoing Inventory 207salida.list.label=Outgoing Inventory 208 209# Entrada 210entrada.label=Incoming Inventory 211entrada.list.label=Incoming Inventory 212 213# Producto 214producto.label=Product 215producto.list.label=Products 216 217# Tipo Producto 218tipoProducto.label=Product Type 219tipoProducto.list.label=Product Types 220 221# Almacen 222almacen.label=Warehouse 223almacen.list.label=Warehouses