summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updatedialog.src
blob: ff76550614bdd1b38ff4339958099c39f2bc72fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "svtools/controldims.hrc"

#include "dp_gui.hrc"

Image RID_DLG_UPDATE_NORMALALERT {
    ImageBitmap = Bitmap {
        File = "caution_12.png";
    };
};

String RID_DLG_UPDATE_ERROR {
    Text[en-US] = "Error";
};

String RID_DLG_UPDATE_NONE {
    Text[en-US] = "No new updates are available.";
};

String RID_DLG_UPDATE_NOINSTALLABLE {
    Text[en-US] = "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'.";
};

String RID_DLG_UPDATE_FAILURE {
    Text[en-US] = "An error occurred:";
};

String RID_DLG_UPDATE_UNKNOWNERROR {
    Text[en-US] = "Unknown error.";
};

String RID_DLG_UPDATE_NODESCRIPTION {
    Text[en-US] = "No more details are available for this update.";
};

String RID_DLG_UPDATE_NOINSTALL {
    Text[en-US] = "The extension cannot be updated because:";
};

String RID_DLG_UPDATE_NODEPENDENCY {
    Text[en-US] = "Required %PRODUCTNAME version doesn't match:";
};

String RID_DLG_UPDATE_NODEPENDENCY_CUR_VER {
    Text[en-US] = "You have %PRODUCTNAME %VERSION";
};

String RID_DLG_UPDATE_BROWSERBASED {
    Text[en-US] = "browser based update";
};

String RID_DLG_UPDATE_VERSION {
    Text[en-US] = "Version";
};

String RID_DLG_UPDATE_IGNORE {
    Text[en-US] = "Ignore this Update";
};

String RID_DLG_UPDATE_IGNORE_ALL {
    Text[en-US] = "Ignore all Updates";
};

String RID_DLG_UPDATE_ENABLE {
    Text[en-US] = "Enable Updates";
};

String RID_DLG_UPDATE_IGNORED_UPDATE {
    Text[en-US] = "This update will be ignored.\n";
};

WarningBox RID_WARNINGBOX_UPDATE_SHARED_EXTENSION
{
    Buttons = WB_OK_CANCEL;
    DefButton = WB_DEF_CANCEL;
    Message[en-US] = "Make sure that no further users are working with the same "
    "%PRODUCTNAME, when changing shared extensions in a multi user environment.\n"
    "Click 'OK' to update the extensions.\n"
    "Click 'Cancel' to stop updating the extensions.";
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */