diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-18 23:25:09 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-18 23:28:54 +0200 |
commit | 3e7832724e6647f6e786b0feb846b97ce8c03070 (patch) | |
tree | 0cbc0a90a60af347ba96c3bc6e2d1c29effe79ff /sfx2/source/appl | |
parent | 7ed5b092f83a60e526b0930fe4faf391386b2111 (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/appl')
-rw-r--r-- | sfx2/source/appl/app.hrc | 5 | ||||
-rw-r--r-- | sfx2/source/appl/app.src | 15 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.src | 10 | ||||
-rw-r--r-- | sfx2/source/appl/sfx.src | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc index 4ef6844c5846..5cbfd7fed9a8 100644 --- a/sfx2/source/appl/app.hrc +++ b/sfx2/source/appl/app.hrc @@ -25,6 +25,7 @@ #define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7) #define MSG_ERR_NO_ABS_URI_REF (RID_SFX_APP_START+8) #define MSG_CANT_QUIT (RID_SFX_APP_START+10) +#define STR_ISMODIFIED (RID_SFX_APP_START+11) #define RID_FULLSCREENTOOLBOX (RID_SFX_APP_START+42) #define RID_ENVTOOLBOX (RID_SFX_APP_START+44) @@ -34,6 +35,7 @@ #define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68) #define RID_STR_HELP (RID_SFX_APP_START+79) +#define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80) #define RID_HELPBAR (RID_SFX_APP_START+81) #define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82) @@ -71,6 +73,8 @@ #define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129) #define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130) #define STR_HELP_BUTTON_SOURCEVIEW (RID_SFX_APP_START+131) +#define STR_HELP_FIRST_MESSAGE (RID_SFX_APP_START+132) +#define STR_HELP_FIRST_HTML (RID_SFX_APP_START+133) #define STR_QUICKSTART_EXIT (RID_SFX_APP_START+134) #define STR_QUICKSTART_TIP (RID_SFX_APP_START+135) @@ -125,6 +129,7 @@ #define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200) #define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201) #define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202) +#define RID_SVXSTR_GRFILTER_TOOBIG (RID_SFX_APP_START + 203) // For the License Information dialog box #define DLG_HELP_LICENSING (RID_SFX_APP_START + 204) diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index bcb19cbcdfc6..0cd0b0419a0a 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -220,6 +220,11 @@ InfoBox MSG_CANT_QUIT Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ; }; +String STR_ISMODIFIED +{ + Text [ en-US ] = "Do you want to save the changes to %1?" ; +}; + String RID_FULLSCREENTOOLBOX { Text = "" ; @@ -265,6 +270,11 @@ String RID_STR_HELP Text [ en-US ] = "Help" ; }; +String RID_STR_NOAUTOSTARTHELPAGENT +{ + Text [ en-US ] = "No automatic start at 'XX'" ; +}; + String RID_HELPBAR { Text [ en-US ] = "Help Bar" ; @@ -485,6 +495,11 @@ String RID_SVXSTR_GRFILTER_FILTERERROR { Text [ en-US ] = "Graphics filter not found" ; }; +String RID_SVXSTR_GRFILTER_TOOBIG +{ + Text [ en-US ] = "Not enough memory to insert graphic" ; +}; + ModalDialog DLG_HELP_LICENSING { // Size is computed diff --git a/sfx2/source/appl/newhelp.src b/sfx2/source/appl/newhelp.src index 9be36557d101..b999debb261c 100644 --- a/sfx2/source/appl/newhelp.src +++ b/sfx2/source/appl/newhelp.src @@ -325,6 +325,16 @@ String STR_HELP_BUTTON_SOURCEVIEW Text [ en-US ] = "HTML Source"; }; +String STR_HELP_FIRST_MESSAGE +{ + Text [ en-US ] = "The Help is being started..."; +}; + +String STR_HELP_FIRST_HTML +{ + Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>"; +}; + String STR_HELP_MENU_TEXT_SELECTION_MODE { Text [ en-US ] = "Select Text"; diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src index c03da15f401f..0b5c765319a6 100644 --- a/sfx2/source/appl/sfx.src +++ b/sfx2/source/appl/sfx.src @@ -18,3 +18,8 @@ #include <sfx2/sfx.hrc> +String STR_ACCTITLE_PRODUCTIVITYTOOLS +{ + Text [ en-US ] = "%PRODUCTNAME"; +}; + |