summaryrefslogtreecommitdiff
path: root/sfx2/classification
AgeCommit message (Collapse)Author
2016-11-03tdf#100352 Classification: Update French translationLaurent Balland-Poirier
Change-Id: Ie5efebfe4df73adca51638c85ba52e7901eac139 Reviewed-on: https://gerrit.libreoffice.org/30182 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-10-17I made a grammar error hereAdolfo Jayme Barrientos
Change-Id: I202ed2cf4b60c8534098143bbbe26670760d7e5f
2016-10-17tdf#100352 Provide French classification fileLaurent Balland-Poirier
Change-Id: I1dea9c22054dde4a52241d544fb02c0ad84b0872 Reviewed-on: https://gerrit.libreoffice.org/29915 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-10-11tdf#100352 Provide Catalan classification fileAdolfo Jayme Barrientos
Change-Id: If0bccf16fb83deaf5b13ab5f45d1aaec9ed48bda
2016-09-16tdf#101088 Add comments about translatable elements of classificationGabor Kelemen
Make it obvious which parts are translatable to avoid overtranslation Change-Id: Ic2772f6d4c394189b6fa089906985a7fdae75b26 Reviewed-on: https://gerrit.libreoffice.org/28945 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-08-19Dutch example.xml classification: Corrections&improvements - tdf#100352Cor Nouws
Change-Id: I67812ad38e29f774e84f7685fc95c0579d718cbd Reviewed-on: https://gerrit.libreoffice.org/28241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-24tdf#101088 fix Dutch translation of <baf:Scale> tagsGabor Kelemen
Change-Id: I8cf4ff4ab84ee10c51e98e2622dde4f7bafcf849 Reviewed-on: https://gerrit.libreoffice.org/27460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-23tdf#101087 Add Hungarian example xml for classificationGabor Kelemen
Change-Id: Ic35a2c12973863545397c417704a1e68703daec4 Reviewed-on: https://gerrit.libreoffice.org/27459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-07-22tdf#100351 example_pt-BR.xml for classificationOlivier Hallot
Change-Id: I2857d1209b7261cbbbf6908d7e8dde84be3e1da5 Reviewed-on: https://gerrit.libreoffice.org/27371 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-07-14Dutch example.xml - file added too.. - related: tdf#100352Cor Nouws
Change-Id: I8f16c5982a4ca10bebf0acd5de718b9dbdfe61d8 Reviewed-on: https://gerrit.libreoffice.org/27200 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-09tdf#100352 Make the watermarks and colored infobar work in SlovenianAdolfo Jayme Barrientos
The elements <baf:Scale> and <baf:Identifier> must match the values set in sfx2/source/view/classificationhelper.cxx to work. I moved the translated words to their proper place. Change-Id: Id860a375654e371742ba15435d3e73506ef5ef0e Reviewed-on: https://gerrit.libreoffice.org/26685 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-06-26Slovenian example.xml (related: tdf#100352)Andras Timar
Change-Id: I2538b3d1b0197abb07d76b903b824ebbd36695c3 Reviewed-on: https://gerrit.libreoffice.org/26597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-02-23sfx2 classification: write category ID to document metadataMiklos Vajna
The assumption is that the name may not be unique, but the ID always is. Change-Id: If6c5e34999c88732c978ed88871b384d9fe5c272
2016-02-22sfx2 classification: mention policy name in the exampleMiklos Vajna
BAILS says the document metadata must mention this, BAF says that the BusinessAuthorization has a policy name, but the published XSD doesn't give a way to express this in the XML instance. Use this markup till we figure out if there is a better way. Change-Id: I8e3550c0445b2d143a1f7e0c69b39b6c759f468e
2016-02-22sfx2 classification: add categories exampleMiklos Vajna
This one has 4 choices, it shows how a category can trigger a specific header, footer or watermark. Also validate the XML file against the XSD as part of the build. Change-Id: Id6cf3de63e7fadd16366465c7721d6052c7c60ed Reviewed-on: https://gerrit.libreoffice.org/22615 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-02-22sfx2 classification: import plain XML interchange format XSD schemaMiklos Vajna
The classification infobar loads the classification value from the document metadata. In order to add metadata to a document from the UI, it's necessary to know what are the possible choices. Those choices can be described in an XML file. The format of that XML is described using this XSD schema. baf.xsd is the main file from <https://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf>, the rest are just the dependencies. Change-Id: I6b22c0279031799cafa4fd6edd20ed1cdb09c8cc