summaryrefslogtreecommitdiff
path: root/sfx2/source/view/view.src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-18 23:25:09 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-18 23:28:54 +0200
commit3e7832724e6647f6e786b0feb846b97ce8c03070 (patch)
tree0cbc0a90a60af347ba96c3bc6e2d1c29effe79ff /sfx2/source/view/view.src
parent7ed5b092f83a60e526b0930fe4faf391386b2111 (diff)
Revert hrc string cleanup
This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
Diffstat (limited to 'sfx2/source/view/view.src')
-rw-r--r--sfx2/source/view/view.src20
1 files changed, 20 insertions, 0 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index a7cf376f185b..c311085415ac 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -30,6 +30,10 @@ String STR_NOSTARTPRINTER
{
Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
};
+String STR_PRINTER_NOTAVAIL
+{
+ Text [ en-US ] = "This document has been formatted for the printer $1. The specified printer is not available. \nDo you want to use the standard printer $2 ?" ;
+};
String STR_PRINT_OPTIONS
{
Text [ en-US ] = "Options..." ;
@@ -42,6 +46,14 @@ String STR_ERROR_PRINTER_BUSY
{
Text [ en-US ] = "Printer busy" ;
};
+String STR_ERROR_PRINT
+{
+ Text [ en-US ] = "Error while printing" ;
+};
+String STR_PRINTING
+{
+ Text [ en-US ] = "Printing" ;
+};
String STR_PAGE
{
Text [ en-US ] = "Page " ;
@@ -66,6 +78,14 @@ String STR_PRINT_NEWORISIZE
{
Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
};
+String STR_PREVIEW_DOCINFO
+{
+ Text [ en-US ] = "<html><body BGCOLOR=\"#c0c0c0\"><font FACE=\"Arial\"><dl><dt><b>Title:</b><dd>$(TITEL)<dt><b>Subject:</b><dd>$(THEME)<dt><b>Keywords:</b><dd>$(KEYWORDS)<dt><b>Description:</b><dd>$(TEXT)</dl></font></body></html>" ;
+};
+String STR_PREVIEW_NODOCINFO
+{
+ Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ;
+};
// -----------------------------------------------------------------------
InfoBox MSG_CANT_CLOSE
{