diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-11-26 15:27:38 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-11-26 15:27:38 +0100 |
commit | 186123da28d0f0b21cf2255d50b6bd69ca38e37e (patch) | |
tree | 325408d9812d751085d543b8681c6ed4a5ab049a /vcl/source/src/stdtext.src | |
parent | d2e5e59c6b28235a832cdc06480e30f0ed96b580 (diff) | |
parent | 8dc3743ca56382374183bec5cd1a11d53f3085b8 (diff) |
CWS gnumake2: resync to m94
Diffstat (limited to 'vcl/source/src/stdtext.src')
-rw-r--r-- | vcl/source/src/stdtext.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/src/stdtext.src b/vcl/source/src/stdtext.src index 2c6574220a5f..1b95f7bb1d72 100644 --- a/vcl/source/src/stdtext.src +++ b/vcl/source/src/stdtext.src @@ -101,6 +101,11 @@ String SV_ACCESSERROR_TURNAROUND_MSG Text [ en-US ] = "The Java Access Bridge could not be started."; }; +String SV_ACCESSERROR_NO_FONTS +{ + Text [ en-US ] = "No fonts could be found on the system."; +}; + String SV_STDTEXT_ABOUT { Text [ en-US ] = "About %PRODUCTNAME"; |