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
6383f43e
authored
Feb 02, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on translation
parent
d72d4fae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
sails/src/assets/app/i18n/en-gb.json
sails/src/assets/app/i18n/es-es.json
sails/src/assets/app/modules/student/views/addpicto.html
sails/src/assets/app/i18n/en-gb.json
View file @
6383f43e
...
...
@@ -132,6 +132,7 @@
"office_not_updated"
:
"Office not updated"
,
"office_updated"
:
"Office updated"
,
"offices"
:
"Offices"
,
"own_pictos"
:
"Your pictograms"
,
"pages"
:
"Pages"
,
"password"
:
"Password"
,
"password_confirm"
:
"Repeat password"
,
...
...
sails/src/assets/app/i18n/es-es.json
View file @
6383f43e
...
...
@@ -132,6 +132,7 @@
"office_not_updated"
:
"El gabinete no se ha podido actualizar"
,
"office_updated"
:
"Gabinete actualizado"
,
"offices"
:
"Gabinetes"
,
"own_pictos"
:
"Propios"
,
"pages"
:
"Páginas"
,
"password"
:
"Contraseña"
,
"password_confirm"
:
"Repita la contraseña"
,
...
...
sails/src/assets/app/modules/student/views/addpicto.html
View file @
6383f43e
...
...
@@ -2,7 +2,7 @@
<div
class=
"modal-header"
>
<div
class=
"btn-group"
>
<label
class=
"btn btn-default"
ng-model=
"source"
btn-radio=
"'symbolstx'"
ng-click=
"open_category_from_bc('0')"
>
Symbolstx
</label>
<label
class=
"btn btn-default"
ng-model=
"source"
btn-radio=
"'ownpictos'"
ng-click=
"load_own_pictos()"
>
Propi
os
</label>
<label
class=
"btn btn-default"
ng-model=
"source"
btn-radio=
"'ownpictos'"
ng-click=
"load_own_pictos()"
translate
>
own_pict
os
</label>
</div>
</div>
<div
class=
"modal-body"
>
...
...
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