Files
loongoffice/desktop/source/deployment/gui/dp_gui_dialog.src
Caolán McNamara de6be3dcdf convert accept license dialog to .ui
Change-Id: Ib36f42d65ef73446320823775accc94016afb13a
2013-12-06 10:50:25 +00:00

178 lines
4.8 KiB
Plaintext

/* -*- 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_CTX_ITEM_OPTIONS
{
Text [ en-US ] = "~Options...";
};
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_INSTALL_FOR_ALL
{
Text [ en-US ] = "~For all users";
};
String RID_STR_INSTALL_FOR_ME
{
Text [ en-US ] = "~Only for me";
};
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";
};
WarningBox RID_WARNINGBOX_INSTALL_EXTENSION {
Buttons = WB_OK_CANCEL;
DefButton = WB_DEF_OK;
Message[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.";
};
WarningBox RID_WARNINGBOX_REMOVE_EXTENSION {
Buttons = WB_OK_CANCEL;
DefButton = WB_DEF_CANCEL;
Message[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.";
};
WARNINGBOX RID_WARNINGBOX_REMOVE_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 remove the extension.\n"
"Click 'Cancel' to stop removing the extension.";
};
WARNINGBOX RID_WARNINGBOX_ENABLE_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 enable the extension.\n"
"Click 'Cancel' to stop enabling the extension.";
};
WARNINGBOX RID_WARNINGBOX_DISABLE_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 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: */