[Pkg-mozext-commits] [scrapbook] branch upstream updated (298d967 -> ec5ba22)

David Prévot taffit at moszumanska.debian.org
Fri Sep 19 19:16:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository scrapbook.

      from  298d967   Imported Upstream version 1.5.9
       new  ec5ba22   Imported Upstream version 1.5.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt                                        |   2 +-
 chrome.manifest                                    |  57 +--
 chrome/content/scrapbook/editor.js                 |  17 -
 chrome/content/scrapbook/overlay.js                |  21 +-
 chrome/content/scrapbook/overlay.xul               | 357 +++++++++---------
 chrome/content/scrapbook/prefs.xul                 | 406 ++++++++++-----------
 chrome/locale/cs-CZ/scrapbook/note.dtd             |   2 +-
 chrome/locale/cs-CZ/scrapbook/prefs.dtd            |   1 -
 chrome/locale/de/scrapbook/note.dtd                |   2 +-
 chrome/locale/de/scrapbook/prefs.dtd               |   1 -
 chrome/locale/en-US/scrapbook/note.dtd             |   2 +-
 chrome/locale/en-US/scrapbook/prefs.dtd            |   1 -
 chrome/locale/es-ES/scrapbook/note.dtd             |   2 +-
 chrome/locale/es-ES/scrapbook/prefs.dtd            |   1 -
 chrome/locale/fi/scrapbook/prefs.dtd               |   1 -
 chrome/locale/fr/scrapbook/note.dtd                |   2 +-
 chrome/locale/fr/scrapbook/prefs.dtd               |   1 -
 chrome/locale/gl-ES/scrapbook/note.dtd             |   2 +-
 chrome/locale/gl-ES/scrapbook/prefs.dtd            |   1 -
 chrome/locale/it/scrapbook/note.dtd                |   2 +-
 chrome/locale/it/scrapbook/prefs.dtd               |   1 -
 chrome/locale/ja/scrapbook/note.dtd                |   2 +-
 chrome/locale/ja/scrapbook/prefs.dtd               |   1 -
 chrome/locale/ko-KR/scrapbook/note.dtd             |   2 +-
 chrome/locale/ko-KR/scrapbook/prefs.dtd            |   1 -
 chrome/locale/pl/scrapbook/editor.dtd              |   4 +-
 chrome/locale/pl/scrapbook/note.dtd                |   2 +-
 chrome/locale/pl/scrapbook/prefs.dtd               |   1 -
 chrome/locale/pt-BR/scrapbook/calculate.dtd        |   2 +
 chrome/locale/pt-BR/scrapbook/capture.dtd          |  13 +
 chrome/locale/pt-BR/scrapbook/capture.properties   |  13 +
 chrome/locale/pt-BR/scrapbook/combine.dtd          |   4 +
 chrome/locale/pt-BR/scrapbook/combine.properties   |   3 +
 chrome/locale/pt-BR/scrapbook/detail.dtd           |  17 +
 chrome/locale/pt-BR/scrapbook/editor.dtd           |  23 ++
 chrome/locale/pt-BR/scrapbook/fulltext.properties  |   9 +
 chrome/locale/pt-BR/scrapbook/hlCustom.dtd         |  20 +
 chrome/locale/pt-BR/scrapbook/mbManage.dtd         |   6 +
 chrome/locale/pt-BR/scrapbook/multiple.dtd         |   8 +
 chrome/locale/pt-BR/scrapbook/note.dtd             |  19 +
 .../locale/{en-US => pt-BR}/scrapbook/output.dtd   |   2 +-
 chrome/locale/pt-BR/scrapbook/overlay.dtd          |  13 +
 chrome/locale/pt-BR/scrapbook/overlay.properties   |   8 +
 chrome/locale/pt-BR/scrapbook/prefs.dtd            |  34 ++
 chrome/locale/pt-BR/scrapbook/property.dtd         |  13 +
 chrome/locale/pt-BR/scrapbook/property.properties  |  14 +
 chrome/locale/pt-BR/scrapbook/repair.dtd           |   9 +
 chrome/locale/pt-BR/scrapbook/scrapbook.dtd        |  18 +
 chrome/locale/pt-BR/scrapbook/scrapbook.properties |  13 +
 chrome/locale/pt-BR/scrapbook/sort.dtd             |   8 +
 .../{en-US => pt-BR}/scrapbook/templateHelp.html   |  14 +-
 chrome/locale/pt-BR/scrapbook/trade.dtd            |   5 +
 chrome/locale/pt-BR/scrapbook/trade.properties     |   6 +
 chrome/locale/pt-BR/scrapbook/tree.dtd             |  33 ++
 chrome/locale/ro/scrapbook/note.dtd                |   2 +-
 chrome/locale/ro/scrapbook/prefs.dtd               |   1 -
 chrome/locale/ru-RU/scrapbook/note.dtd             |   2 +-
 chrome/locale/ru-RU/scrapbook/prefs.dtd            |   1 -
 chrome/locale/sk-SK/scrapbook/note.dtd             |   2 +-
 chrome/locale/sk-SK/scrapbook/prefs.dtd            |   1 -
 chrome/locale/sv-SE/scrapbook/note.dtd             |   2 +-
 chrome/locale/sv-SE/scrapbook/prefs.dtd            |   1 -
 chrome/locale/tr/scrapbook/prefs.dtd               |   1 -
 chrome/locale/zh-CN/scrapbook/note.dtd             |   2 +-
 chrome/locale/zh-CN/scrapbook/prefs.dtd            |   1 -
 chrome/locale/zh-TW/scrapbook/note.dtd             |   2 +-
 chrome/locale/zh-TW/scrapbook/prefs.dtd            |   1 -
 defaults/preferences/scrapbook-prefs.js            |   1 -
 install.rdf                                        |  14 +-
 69 files changed, 770 insertions(+), 486 deletions(-)
 create mode 100644 chrome/locale/pt-BR/scrapbook/calculate.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/capture.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/capture.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/combine.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/combine.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/detail.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/editor.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/fulltext.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/hlCustom.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/mbManage.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/multiple.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/note.dtd
 copy chrome/locale/{en-US => pt-BR}/scrapbook/output.dtd (57%)
 create mode 100644 chrome/locale/pt-BR/scrapbook/overlay.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/overlay.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/prefs.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/property.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/property.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/repair.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/scrapbook.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/scrapbook.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/sort.dtd
 copy chrome/locale/{en-US => pt-BR}/scrapbook/templateHelp.html (86%)
 create mode 100644 chrome/locale/pt-BR/scrapbook/trade.dtd
 create mode 100644 chrome/locale/pt-BR/scrapbook/trade.properties
 create mode 100644 chrome/locale/pt-BR/scrapbook/tree.dtd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/scrapbook.git



More information about the Pkg-mozext-commits mailing list