diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-15 16:47:42 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-15 16:47:42 +0100 |
commit | 60fdd54890f04949f1b82d4f7a4903e65f165a7c (patch) | |
tree | eeaa84e92116e35fbfc51de507a50e25be369c84 /sc/source/ui/src/scstring.src | |
parent | e97c3d75a615ee36d21bdc23dee572112b67a166 (diff) | |
parent | 97c6715a32d8c07dea063dd125cb46fe87d08c2d (diff) |
CWS-TOOLING: integrate CWS printerpullpages
Notes
Notes:
split repo tag: calc_ooo/DEV300_m70
Diffstat (limited to 'sc/source/ui/src/scstring.src')
-rw-r--r-- | sc/source/ui/src/scstring.src | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src index efe9a0312b02..2dfcd84a4726 100644 --- a/sc/source/ui/src/scstring.src +++ b/sc/source/ui/src/scstring.src @@ -738,3 +738,29 @@ String SCSTR_MOREBTN_FEWEROPTIONS Text [ en-US ] = "Fewer ~Options"; }; +StringArray SCSTR_PRINT_OPTIONS +{ + ItemList [en-US] = + { + < "Pages"; >; + < "~Include output of empty pages"; >; + < "If checked empty pages that have no cell contents or draw objects are not printed."; >; + < "Sheets"; >; + < "Print ~only selected sheets"; >; + < "If checked only contents from selected sheets are printed, even if you specify a wider range in the Format - Print Ranges dialog. Content from sheets that are not selected will not be printed."; >; + < "Print content"; >; + < "~All sheets"; >; + < "The printout will be created from all sheets in the document."; >; + < "~Selected sheets"; >; + < "The printout will be created only from the currently selected sheets."; >; + < "Selected cells"; >; + < "The printout will be created only from the currently selected cells."; >; + < "Thereof print"; >; + < "All ~pages"; >; + < "Print all pages of the printable content."; >; + < "Pa~ges"; >; + < "Print only some pages of the printable content."; >; + < "%PRODUCTNAME %s"; >; + }; +}; + |