summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dialog.src
blob: 9078a353533a4be7fbf2ca157c1ef47c87945276 (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
/* -*- 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"

String RID_STR_ADD_PACKAGES
{
    Text [ en-US ] = "Add Extension(s)";
};

String RID_CTX_ITEM_REMOVE
{
    Text [ en-US ] = "~Remove";
};

String RID_CTX_ITEM_ENABLE
{
    Text [ en-US ] = "~Enable";
};

String RID_CTX_ITEM_DISABLE
{
    Text [ en-US ] = "~Disable";
};

String RID_CTX_ITEM_CHECK_UPDATE
{
    Text [ en-US ] = "~Update...";
};

String RID_STR_ADDING_PACKAGES
{
    Text [ en-US ] = "Adding %EXTENSION_NAME";
};

String RID_STR_REMOVING_PACKAGES
{
    Text [ en-US ] = "Removing %EXTENSION_NAME";
};

String RID_STR_ENABLING_PACKAGES
{
    Text [ en-US ] = "Enabling %EXTENSION_NAME";
};

String RID_STR_DISABLING_PACKAGES
{
    Text [ en-US ] = "Disabling %EXTENSION_NAME";
};

String RID_STR_ACCEPT_LICENSE
{
    Text [ en-US ] = "Accept license for %EXTENSION_NAME";
};

String RID_STR_ERROR_UNKNOWN_STATUS
{
    Text [ en-US ] = "Error: The status of this extension is unknown";
};

String RID_STR_CLOSE_BTN
{
    Text [ en-US ] = "Close";
};

String RID_STR_EXIT_BTN
{
    Text [ en-US ] = "Quit";
};

String RID_STR_NO_ADMIN_PRIVILEGE
{
    Text [ en-US ] = "%PRODUCTNAME has been updated to a new version. "
                     "Some shared %PRODUCTNAME extensions are not compatible with this version and need to be updated before %PRODUCTNAME can be started.\n\n"
                     "Updating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:";
};

String RID_STR_ERROR_MISSING_DEPENDENCIES
{
    Text [ en-US ] = "The extension cannot be enabled as the following system dependencies are not fulfilled:";
};

String RID_STR_ERROR_MISSING_LICENSE
{
    Text [ en-US ] = "This extension is disabled because you haven't accepted the license yet.\n";
};

String RID_STR_SHOW_LICENSE_CMD
{
    Text [ en-US ] = "Show license";
};

String RID_STR_WARNING_INSTALL_EXTENSION
{
    Text [en-US] = "You are about to install the extension '%NAME'.\n"
    "Click 'OK' to proceed with the installation.\n"
    "Click 'Cancel' to stop the installation.";
};

String RID_STR_WARNING_REMOVE_EXTENSION
{
    Text [en-US] = "You are about to remove the extension '%NAME'.\n"
    "Click 'OK' to remove the extension.\n"
    "Click 'Cancel' to stop removing the extension.";
};

String RID_STR_WARNING_REMOVE_SHARED_EXTENSION
{
    Text [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 remove the extension.\n"
    "Click 'Cancel' to stop removing the extension.";
};

String RID_STR_WARNING_ENABLE_SHARED_EXTENSION
{
    Text [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 enable the extension.\n"
    "Click 'Cancel' to stop enabling the extension.";
};

String RID_STR_WARNING_DISABLE_SHARED_EXTENSION
{
    Text [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 disable the extension.\n"
    "Click 'Cancel' to stop disabling the extension.";
};

String RID_STR_UNSUPPORTED_PLATFORM
{
    Text [ en-US ] = "The extension '%Name' does not work on this computer.";
};

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