diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:48:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:48:35 +0000 |
commit | 48cfcf7a2fafe4f54388d6ec8de7bd7f46a5edd2 (patch) | |
tree | ca155e814c3d46d62e4d1a1ef3b462f3f89768ff /svx/source/form | |
parent | 38ec7f834ca5b7ae9efda45c1df2b798fbe191c4 (diff) |
INTEGRATION: CWS dba31a (1.75.100); FILE MERGED
2008/06/05 07:49:46 oj 1.75.100.1: #i81037# insert more aggegrate functions
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/fmstring.src | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/svx/source/form/fmstring.src b/svx/source/form/fmstring.src index 194d3203428f..b8f88c128a81 100644 --- a/svx/source/form/fmstring.src +++ b/svx/source/form/fmstring.src @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fmstring.src,v $ - * $Revision: 1.75 $ + * $Revision: 1.76 $ * * This file is part of OpenOffice.org. * @@ -472,6 +472,46 @@ Resource RID_RSC_SQL_INTERNATIONAL { Text [ en-US ] = "Sum"; }; + String 15 + { + Text [ en-US ] = "Every"; + }; + String 16 + { + Text [ en-US ] = "Any"; + }; + String 17 + { + Text [ en-US ] = "Some"; + }; + String 18 + { + Text [ en-US ] = "STDDEV_POP"; + }; + String 19 + { + Text [ en-US ] = "STDDEV_SAMP"; + }; + String 20 + { + Text [ en-US ] = "VAR_SAMP"; + }; + String 21 + { + Text [ en-US ] = "VAR_POP"; + }; + String 22 + { + Text [ en-US ] = "Collect"; + }; + String 23 + { + Text [ en-US ] = "Fusion"; + }; + String 24 + { + Text [ en-US ] = "Intersection"; + }; }; String RID_STR_SVT_SQL_SYNTAX_ERROR |