Mejorado mensaje de licencia de ARASAAC y resuelto issue #102

parent cfa43baf
......@@ -31,7 +31,9 @@
"annual": "Annual",
"April": "April",
"arasaac_license": "Los símbolos pictográficos utilizados en esta sección son propiedad de CATEDU (http://arasaac.org/) bajo licencia Creative Commons y han sido creados por Sergio Palao.",
"arasaac_license_import": "The pictographic symbols used in this section are the property of CATEDU (http://arasaac.org/) under a Creative Commons license and have been created by Sergio Palau. To use them you must accept the license of use by clicking on the button import.",
"arasaac_license_import": "The pictographic symbols used in this section are the property of CATEDU (http://arasaac.org/) under a Creative Commons license and have been created by Sergio Palau. By importing you accept the ",
"arasaac_license_import2": "terms of use",
"arasaac_license_link": "http://www.arasaac.org/condiciones_uso.php",
"attributes_not_updated": "Changes not saved",
"attributes_updated": "Changes saved",
"attributes_updating": "Saving...",
......
......@@ -31,7 +31,9 @@
"annual": "Anual",
"April": "Abril",
"arasaac_license": "Los símbolos pictográficos utilizados en esta sección son propiedad de CATEDU (http://arasaac.org/) bajo licencia Creative Commons y han sido creados por Sergio Palao.",
"arasaac_license_import": "Los símbolos pictográficos utilizados en esta sección son propiedad de CATEDU (http://arasaac.org/) bajo licencia Creative Commons y han sido creados por Sergio Palao. Para usarlos deberá aceptar la licencia de uso haciendo clic sobre el botón importar.",
"arasaac_license_import": "Los símbolos pictográficos utilizados en esta sección son propiedad de CATEDU (http://arasaac.org/) bajo licencia Creative Commons y han sido creados por Sergio Palao. Al importarlos acepta las ",
"arasaac_license_import2": "condiciones de uso",
"arasaac_license_link": "http://www.arasaac.org/condiciones_uso.php",
"attributes_not_updated": "Cambios no guardados",
"attributes_updated": "Cambios guardados",
"attributes_updating": "Guardando...",
......
......@@ -78,10 +78,10 @@
<div id="arasaac_agreement" class="col-md-12" ng-show="showArasaacLicense && source == 'arasaac'">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title"> ARASAAC</h3>
<h3 class="panel-title">ARASAAC</h3>
</div>
<div class="panel-body">
<h3><small>{{'arasaac_license_import' | translate}}</small></h3>
<p>{{'arasaac_license_import' | translate}} <a href="{{ 'arasaac_license_link' | translate }}">{{ 'arasaac_license_import2' | translate }}</a>.</p>
<button class="btn btn-primary" ng-click="accept_arasaac()">{{'import' | translate}}</button>
</div>
</div>
......
......@@ -8,6 +8,12 @@ module.exports = function (grunt) {
src: ['modules/**/*.html'],
dest: 'assets/app/',
filter: 'isFile'
},
{
cwd: 'assets/app/bower_components/bootstrap/dist/css/',
src: 'bootstrap.css.map',
dest: 'assets/app/css',
expand: true
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment