diff options
author | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-06-29 11:36:03 -0300 |
---|---|---|
committer | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-11-29 13:02:16 -0200 |
commit | ff4896a2af1df6138e9246fe1588dfe8c3748f1a (patch) | |
tree | 73dbd9d54f1a760a14756ecb2259cadf8bc130ee /vcl/inc/print.hrc | |
parent | 1a2ebd24e5daaefa209dea7f4b1889a8295b5794 (diff) |
Sets paper sizes listbox in print dialog
Change-Id: Iaeb50f6e854b90c1062d2ed6e3e053a6c26ea520
Reviewed-on: https://gerrit.libreoffice.org/56711
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'vcl/inc/print.hrc')
-rw-r--r-- | vcl/inc/print.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/print.hrc b/vcl/inc/print.hrc index 505f508b45b8..fced0004312d 100644 --- a/vcl/inc/print.hrc +++ b/vcl/inc/print.hrc @@ -31,6 +31,7 @@ const char* RID_STR_PAPERNAMES[] = NC_("RID_STR_PAPERNAMES", "A3"), NC_("RID_STR_PAPERNAMES", "A4"), NC_("RID_STR_PAPERNAMES", "A5"), + NC_("RID_STR_PAPERNAMES", "A6"), NC_("RID_STR_PAPERNAMES", "B4 (ISO)"), NC_("RID_STR_PAPERNAMES", "B5 (ISO)"), NC_("RID_STR_PAPERNAMES", "Letter"), @@ -61,8 +62,9 @@ const char* RID_STR_PAPERNAMES[] = NC_("RID_STR_PAPERNAMES", "B4 (JIS)"), NC_("RID_STR_PAPERNAMES", "B5 (JIS)"), NC_("RID_STR_PAPERNAMES", "B6 (JIS)"), + NC_("RID_STR_PAPERNAMES", "Japanese Postcard"), // To translators: This is the last entry of the sequence of paper size names - NC_("RID_STR_PAPERNAMES", "Japanese Postcard") + NC_("RID_STR_PAPERNAMES", "Double Postcard") }; #endif // INCLUDED_VCL_INC_PRINT_HRC |