backend-plus 2.5.2-betha.37 → 2.5.2-betha.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,6 +60,7 @@ html(lang=lang)
60
60
  tr
61
61
  td
62
62
  td
63
+ a(href="./menu")=msgs.chpass.cancel
63
64
  input(type="submit", value=msgs.chpass.button)
64
65
  each errorLine in (flash.error||[])
65
66
  tr(style={color:'red'})
@@ -388,12 +388,13 @@ AppBackend.prototype.i18n.messages.en={
388
388
  button: "Sign In"
389
389
  },
390
390
  chpass:{
391
- title: 'change password',
392
- username: 'Username',
393
- oldPassword:'Old password',
394
- newPassword:'New password',
395
- repPassword:'Reenter password',
396
- button:'Change',
391
+ title: 'change password',
392
+ username: 'Username',
393
+ oldPassword:'Old password',
394
+ newPassword:'New password',
395
+ repPassword:'Reenter password',
396
+ button:'Change',
397
+ cancel: 'Cancel'
397
398
  },
398
399
  fileUploaded:'file uploaded',
399
400
  unkownExt:'unkown file extension'
@@ -468,12 +469,13 @@ AppBackend.prototype.i18n.messages.es={
468
469
  },
469
470
  logged:{
470
471
  chpass:{
471
- title: 'cambio de clave',
472
- username: 'usuario',
473
- oldPassword:'clave anterior',
474
- newPassword:'nueva clave',
475
- repPassword:'repetir nueva clave',
476
- button:'Cambiar',
472
+ title: 'cambio de clave',
473
+ username: 'usuario',
474
+ oldPassword:'clave anterior',
475
+ newPassword:'nueva clave',
476
+ repPassword:'repetir nueva clave',
477
+ button:'Cambiar',
478
+ cancel: 'Cancelar'
477
479
  },
478
480
  fileUploaded:'archivo subido',
479
481
  unkownExt:'extensión de archivo desconocida'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for the anti Pareto rule",
4
- "version": "2.5.2-betha.37",
4
+ "version": "2.5.2-betha.38",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",