bump product version to 4.1.6.2
[LibreOffice.git] / editeng / source / misc / lingu.src
blobf1c6b72c134a956e8b6679189bfe5bd2783dc8b0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <editeng/editrids.hrc>
22  // QueryBoxen ---------------------------------------------------------------
23 QueryBox RID_SVXQB_CONTINUE
25     BUTTONS = WB_YES_NO ;
26     DEFBUTTON = WB_DEF_YES ;
27     /* ### WARNING: New Text in Resource? Ã¼berpüfung am Anfang des Dokumentes fortsetzen? : šberpr³fung am Anfang des Dokumentes fortsetzen? */
28     /* ### WARNING: New Text in Resource? Überprüfung am Anfang des Dokumentes fortsetzen? : šberpr³fung am Anfang des Dokumentes fortsetzen? */
29     Message [ en-US ] = "Continue checking at beginning of document?" ;
31 QueryBox RID_SVXQB_BW_CONTINUE
33     BUTTONS = WB_YES_NO ;
34     DEFBUTTON = WB_DEF_YES ;
35     /* ### WARNING: New Text in Resource? Überprüfung am Ende des Dokumentes fortsetzen? : šberpr³fung am Ende des Dokumentes fortsetzen? */
36     /* ### WARNING: New Text in Resource? Überprüfung am Ende des Dokumentes fortsetzen? : šberpr³fung am Ende des Dokumentes fortsetzen? */
37     Message [ en-US ] = "Continue checking at end of document?" ;
39 String RID_SVXSTR_HMERR_THESAURUS
41     /* ### WARNING: New Text in Resource? Ein Thesaurus für die eingestellte Sprache ist nicht verfügbar. \nÜberprüfen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gewünschte Sprache : Ein Thesaurus f³r die eingestellte Sprache ist nicht verf³gbar. \nšberpr³fen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gew³nschte Sprache */
42     /* ### WARNING: New Text in Resource? Ein Thesaurus für die eingestellte Sprache ist nicht verfügbar. \nÜberprüfen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gewünschte Sprache : Ein Thesaurus f³r die eingestellte Sprache ist nicht verf³gbar. \nšberpr³fen Sie bitte Ihre Installation und installieren Sie \ngegebenenfalls die gew³nschte Sprache */
43     Text [ en-US ] = "No thesaurus is available for the selected language. \nPlease check your installation and install the desired language\n" ;
45 String RID_SVXSTR_DIC_ERR_UNKNOWN
47     Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown reason.";
49 String RID_SVXSTR_DIC_ERR_FULL
51     Text [ en-US ] = "The dictionary is already full.";
53 String RID_SVXSTR_DIC_ERR_READONLY
55     Text [ en-US ] = "The dictionary is read-only.";
58  // ********************************************************************** EOF
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */