From 00657aef09d854c74fb426a935a3e8b1fc390bb0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 11 Jun 2017 20:56:30 +0100 Subject: migrate to boost::gettext * all .ui files go from to 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 --- svx/uiconfig/ui/convertmenu.ui | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'svx/uiconfig/ui/convertmenu.ui') diff --git a/svx/uiconfig/ui/convertmenu.ui b/svx/uiconfig/ui/convertmenu.ui index 24e551979e04..6eb9525dc805 100644 --- a/svx/uiconfig/ui/convertmenu.ui +++ b/svx/uiconfig/ui/convertmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - _Text Box + _Text Box True @@ -17,7 +17,7 @@ True False - _Button + _Button True @@ -25,7 +25,7 @@ True False - La_bel field + La_bel field True @@ -33,7 +33,7 @@ True False - G_roup Box + G_roup Box True @@ -41,7 +41,7 @@ True False - L_ist Box + L_ist Box True @@ -49,7 +49,7 @@ True False - _Check Box + _Check Box True @@ -57,7 +57,7 @@ True False - _Radio Button + _Radio Button True @@ -65,7 +65,7 @@ True False - Combo Bo_x + Combo Bo_x True @@ -73,7 +73,7 @@ True False - I_mage Button + I_mage Button True @@ -81,7 +81,7 @@ True False - _File Selection + _File Selection True @@ -89,7 +89,7 @@ True False - _Date Field + _Date Field True @@ -97,21 +97,21 @@ True False - Tim_e Field + Tim_e Field True False - _Numerical Field + _Numerical Field True False - C_urrency Field + C_urrency Field True @@ -119,7 +119,7 @@ True False - _Pattern Field + _Pattern Field True @@ -127,7 +127,7 @@ True False - Ima_ge Control + Ima_ge Control True @@ -135,7 +135,7 @@ True False - Fo_rmatted Field + Fo_rmatted Field True @@ -143,7 +143,7 @@ False False - Scroll bar + Scroll bar True @@ -151,7 +151,7 @@ True False - Spin Button + Spin Button True @@ -159,7 +159,7 @@ True False - Navigation Bar + Navigation Bar True -- cgit