annotate .svn/pristine/73/7307de1b5462f7be62d7bf6a74adef2b68c39598.svn-base @ 1080:5bd8c86cfa6a
issue_540
Makes the Publication model act as an activity; overloading the default ActivitiesController#index view in the Bibliography Plugin in order to differentiate Publications from the other event types.
* Known issues:
** route to /activities is not working (only to /activity);
** publication cache needs to be implemented in the model, not in the helper;
** when a publication is added to n projects, n events are created (all with the same content).
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Thu, 22 Nov 2012 16:51:23 +0000 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 // Translated by: Pedro Araújo <phcrva19@hotmail.com>
|
Chris@909
|
2 jsToolBar.strings = {};
|
Chris@909
|
3 jsToolBar.strings['Strong'] = 'Negrito';
|
Chris@909
|
4 jsToolBar.strings['Italic'] = 'Itálico';
|
Chris@909
|
5 jsToolBar.strings['Underline'] = 'Sublinhado';
|
Chris@909
|
6 jsToolBar.strings['Deleted'] = 'Apagado';
|
Chris@909
|
7 jsToolBar.strings['Code'] = 'Código Inline';
|
Chris@909
|
8 jsToolBar.strings['Heading 1'] = 'Cabeçalho 1';
|
Chris@909
|
9 jsToolBar.strings['Heading 2'] = 'Cabeçalho 2';
|
Chris@909
|
10 jsToolBar.strings['Heading 3'] = 'Cabeçalho 3';
|
Chris@909
|
11 jsToolBar.strings['Unordered list'] = 'Lista não ordenada';
|
Chris@909
|
12 jsToolBar.strings['Ordered list'] = 'Lista ordenada';
|
Chris@909
|
13 jsToolBar.strings['Quote'] = 'Citação';
|
Chris@909
|
14 jsToolBar.strings['Unquote'] = 'Remover citação';
|
Chris@909
|
15 jsToolBar.strings['Preformatted text'] = 'Texto pré-formatado';
|
Chris@909
|
16 jsToolBar.strings['Wiki link'] = 'Link para uma página da Wiki';
|
Chris@909
|
17 jsToolBar.strings['Image'] = 'Imagem';
|