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 /sfx2/source/dialog/dialog.src | |
parent | f9e1b200693b6b5eb032f44d3df84daf3ef9ed3d (diff) |
#79476# STR_APPLY
Diffstat (limited to 'sfx2/source/dialog/dialog.src')
-rw-r--r-- | sfx2/source/dialog/dialog.src | 10 |
1 files changed, 8 insertions, 2 deletions
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)" ; |