diff options
author | László Németh <nemeth@numbertext.org> | 2017-11-28 14:05:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-11-28 21:58:48 +0100 |
commit | 217b1e8e94859e06af66023f042c53cf329f5232 (patch) | |
tree | 108e3c27038bb7eace8e997a773771099a20e05a /cui | |
parent | 0f3b0ec973f06a98c75ef8acfa720a9973e4d2b5 (diff) |
Add comment to translators of "Grammar By" text entry box
Change-Id: Ifea74df8f113967c9df9703cf6582360ffdfa78d
Reviewed-on: https://gerrit.libreoffice.org/45410
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/strings.hrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index f60f504bd451..dca50c2cd57a 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -268,6 +268,20 @@ #define RID_SVXSTR_CHG_SMARTART NC_("RID_SVXSTR_CHG_SMARTART", "SmartArt to %PRODUCTNAME shapes or reverse") #define RID_SVXSTR_OPT_DOUBLE_DICTS NC_("RID_SVXSTR_OPT_DOUBLE_DICTS", "The specified name already exists.\nPlease enter a new name.") +/* To translators: + Please, try to find a similar *short* translation to avoid + to get narrow "New" field in the "Edit custom dictionary" window, + for example, "Model word for optional affixation and compounding" + is too long, but "Grammar By" is a good name here (help page of + the window contains the details). + + "Grammar By" text entry box of the "Edit custom dictionary" window + contains an optional model word associated to the new user word, + allowing its affixation or compounding during spell checking. + For example, adding "Grammar By" word "fund" to the new user + word "crowdfund", the spell checker will recogize "crowdfund" + with suffixes of "fund": "crowdfunding", "crowdfund's" etc. +*/ #define RID_SVXSTR_OPT_GRAMMAR_BY NC_("RID_SVXSTR_OPT_GRAMMAR_BY", "~Grammar By") #define STR_MODIFY NC_("STR_MODIFY", "~Replace") #define RID_SVXSTR_CONFIRM_SET_LANGUAGE NC_("RID_SVXSTR_CONFIRM_SET_LANGUAGE", "Do you want to change the '%1' dictionary language?") |