/sot/

mments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl
* all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string")
* ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching
  MODULE .mo files
* UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui
  goes from l10n target to normal one, so the res/lang.zips of UI files go away
* translation via Translation::get(hrc-define-key, imbued-std::locale)
* python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there
  to keep finding the .hrc file uniform) so magic numbers can go away there
* java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation
  mechanism
* en-US res files go away, their strings are now the .hrc keys in the source code
* remaining .res files are replaced by .mo files
* in .res/.ui-lang-zip files, the old scheme missing translations of strings
  results in inserting the english original so something can be found, now the
  standard fallback of using the english original from the source key is used, so
  partial translations shrink dramatically in size
* extract .hrc strings with hrcex which backs onto
   xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap
* extract .ui strings with uiex which backs onto
   xgettext --add-comments --no-wrap
* qtz for gettext translations is generated at runtime as ascii-ified crc32 of
   content + "|" + msgid
* [API CHANGE] remove deprecated binary .res resouce loader related uno apis
      com::sun::star::resource::OfficeResourceLoader
      com::sun::star::resource::XResourceBundleLoader
      com::sun::star::resource::XResourceBundle
    when translating strings via uno apis
      com.sun.star.resource.StringResourceWithLocation
    can continue to be used

Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
Convert 3 dialogs to .ui 2014-07-14T15:37:16+00:00 Palenik Mihály palenik.mihaly@gmail.com 2014-07-14T09:37:33+00:00 415ae835224d7af6eea5b31d43322e00e205a5cd I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and RID_DLG_GRIDWIZARD to .ui Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc Reviewed-on: https://gerrit.libreoffice.org/10277 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and
RID_DLG_GRIDWIZARD to .ui

Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc
Reviewed-on: https://gerrit.libreoffice.org/10277
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
fdo#60691 add modelines to *.src and *.hrc files 2013-03-08T21:02:26+00:00 Borim borim7@web.de 2013-03-08T18:49:43+00:00 a0296296fb121ecab53cee39658fc2f8ce27a782 use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files

svx/source/dialog/hdft.src

Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
hrc cleanup: Remove include guards from src files 2012-07-14T03:43:47+00:00 Thomas Arnhold thomas@arnhold.org 2012-07-14T00:03:56+00:00 5a7e8389f0720f1872f36af401c6b3af7968b7ea Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
Reduce newline bloat at eof 2012-06-27T11:32:28+00:00 Thomas Arnhold thomas@arnhold.org 2012-06-26T08:51:52+00:00 ee1c5c47680921465b8c880e7834d756cfc2e892 Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
re-base on ALv2 code. 2012-06-21T12:11:06+00:00 Michael Meeks michael.meeks@suse.com 2012-06-21T10:53:00+00:00 b6db3e3acc6ba349d845ec58e3242d025352ef2f Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1