diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-02-17 05:47:38 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-02-17 05:47:38 +0100 |
commit | 53bc54d3dfd169a2e69dd71af3af7e8ab52ea519 (patch) | |
tree | 1ef9d3469db02da0c04dea9fc9c8443e93f9f585 /sc/source/ui/src/scstring.src | |
parent | 103ebf53e8acb8cc641fe97ba14b3ff04f33f8a8 (diff) | |
parent | 25b005cbda460837f063ddf996c1ec72d4f4865b (diff) |
calctabcolor: rebased to m71.
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 bd5d8ec87a64..2b886b8f8451 100644 --- a/sc/source/ui/src/scstring.src +++ b/sc/source/ui/src/scstring.src @@ -746,3 +746,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"; >; + }; +}; + |