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 --- cui/uiconfig/ui/spellingdialog.ui | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'cui/uiconfig/ui/spellingdialog.ui') diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index 94b530770678..0f576da899ac 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -1,12 +1,12 @@ - + False 6 - Spelling and Grammar: $LANGUAGE ($LOCATION) + Spelling and Grammar: $LANGUAGE ($LOCATION) False dialog @@ -35,7 +35,7 @@ - _Options... + _Options... True True True @@ -107,7 +107,7 @@ - _Ignore Once + _Ignore Once True True True @@ -135,7 +135,7 @@ - Co_rrect + Co_rrect True True True @@ -149,7 +149,7 @@ - Correct A_ll + Correct A_ll True True True @@ -163,7 +163,7 @@ - Alwa_ys Correct + Alwa_ys Correct True True True @@ -177,7 +177,7 @@ - Chec_k grammar + Chec_k grammar True True False @@ -193,7 +193,7 @@ - I_gnore All + I_gnore All True True True @@ -207,7 +207,7 @@ - I_gnore Rule + I_gnore Rule True True True @@ -223,7 +223,7 @@ True False - Text languag_e: + Text languag_e: True languagelb 0 @@ -249,7 +249,7 @@ - More... + More... True True True @@ -265,7 +265,7 @@ False True - Res_ume + Res_ume True @@ -277,7 +277,7 @@ False True - (no suggestions) + (no suggestions) True @@ -289,7 +289,7 @@ False True - Spelling: $LANGUAGE ($LOCATION) + Spelling: $LANGUAGE ($LOCATION) True @@ -316,7 +316,7 @@ - _Add to Dictionary + _Add to Dictionary True True True @@ -330,7 +330,7 @@ - _Add to Dictionary + _Add to Dictionary True True True @@ -346,7 +346,7 @@ True False - _Suggestions + _Suggestions True suggestionslb 0 @@ -362,7 +362,7 @@ True False True - _Not in dictionary + _Not in dictionary True sentence 0 @@ -383,7 +383,7 @@ True False paste - Paste + Paste True cmd/sc_paste.png @@ -397,7 +397,7 @@ True False insert - Special Character + Special Character True cmd/sc_insertsymbol.png -- cgit