Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3645dade
authored
Mar 02, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' into develop
parents
227f2e1a
09b0d04f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
sails/src/assets/app/i18n/en-gb.json
sails/src/assets/app/i18n/es-es.json
sails/src/assets/scripts/modules/login/views/login_setting_password.html
sails/src/config/pictogram.js
sails/src/assets/app/i18n/en-gb.json
View file @
3645dade
...
...
@@ -227,6 +227,7 @@
"October"
:
"October"
,
"office"
:
"Office"
,
"office_added"
:
"Office added"
,
"office_center"
:
"Office or center"
,
"office_deleted"
:
"Office deleted"
,
"office_not_added"
:
"Office not added"
,
"office_not_deleted"
:
"Office not deleted"
,
...
...
sails/src/assets/app/i18n/es-es.json
View file @
3645dade
...
...
@@ -53,7 +53,7 @@
"change_picture"
:
"Cambiar fotografía"
,
"child"
:
"Niño"
,
"click"
:
"Clic"
,
"click_login"
:
"
Clic para iniciar
sesión"
,
"click_login"
:
"
Volver a inicio de
sesión"
,
"click_to_edit"
:
"clic para editar"
,
"close"
:
"Cerrar"
,
"close_session"
:
"Cerrar sesion"
,
...
...
@@ -404,6 +404,6 @@
"woman"
:
"Mujer"
,
"year_totals"
:
"Totales año"
,
"yes"
:
"Sí"
,
"your_email"
:
"tu@email.aqu
i
"
,
"your_email"
:
"tu@email.aqu
í
"
,
"your_password"
:
"tu contraseña"
}
sails/src/assets/scripts/modules/login/views/login_setting_password.html
View file @
3645dade
...
...
@@ -7,6 +7,7 @@
<div
class=
"col-md-4"
>
<div
id=
"login"
>
<!-- Logo Pictogram -->
<p>
</p>
<p
class=
"text-center"
>
<a
href=
"/app/#/login"
><img
src=
"img/logo_pictogram.png"
alt=
"Pictogram"
title=
"Pictogram"
/></a>
</p>
...
...
sails/src/config/pictogram.js
View file @
3645dade
...
...
@@ -5,7 +5,7 @@ var ASSETS_PATH = path.join(__dirname, '..', 'assets');
var
UPLOAD_PATH
=
path
.
join
(
__dirname
,
'..'
,
'..'
,
'upload'
);
module
.
exports
.
pictogram
=
{
version
:
"
0.1
"
,
// actual version of the server, to be checked by the client
version
:
"
1.0
"
,
// actual version of the server, to be checked by the client
admin
:
{
email
:
'amontejo@ujaen.es'
,
password
:
'$2a$06$flEEOc15SerMeYWARrN9w.KSpJuM.jDsaTgrtD0ESzbxKHPl0f/zq'
//y00ttaa!!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment