diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-23 10:04:56 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-23 10:04:56 +0000 |
commit | f509d47fe499ef344a0b866b19999e20315dfff5 (patch) | |
tree | af50a34fb718c0f068618767d977efbd46a1bda2 | |
parent | f9e1b200693b6b5eb032f44d3df84daf3ef9ed3d (diff) |
#79476# STR_APPLY
-rw-r--r-- | sfx2/source/dialog/dialog.hrc | 6 | ||||
-rw-r--r-- | sfx2/source/dialog/dialog.src | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc index 7d68879db823..2f7251d1c9c3 100644 --- a/sfx2/source/dialog/dialog.hrc +++ b/sfx2/source/dialog/dialog.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dialog.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:30 $ + * last change: $Author: fs $ $Date: 2000-10-23 11:04:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,6 +178,8 @@ #define RID_STR_CLOSE_BTN_REJECT ( RC_DIALOG_BEGIN + 85 ) #define RID_STR_CLOSE_BTN_BACKTOMSG ( RC_DIALOG_BEGIN + 86 ) +#define STR_APPLY ( RC_DIALOG_BEGIN + 87 ) + #endif // #ifndef _SFX_DIALOG_HRC // eof ------------------------------------------------------------------------ diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src index a81af3881db9..926e7a3bba82 100644 --- a/sfx2/source/dialog/dialog.src +++ b/sfx2/source/dialog/dialog.src @@ -2,9 +2,9 @@ * * $RCSfile: dialog.src,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:30 $ + * last change: $Author: fs $ $Date: 2000-10-23 11:04:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,6 +115,12 @@ String STR_RESET TEXT[ turkish ] = "~Geri"; TEXT[ language_user1 ] = " "; }; +String STR_APPLY +{ + Text = "Anwenden"; + Text [ english ] = "Apply"; + Text [ english_us ] = "Apply"; +}; String STR_INTERNET { TEXT = " (Internet)" ; |