forked from amazingfate/loongoffice
91 lines
2.4 KiB
Plaintext
91 lines
2.4 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"
|
|
|
|
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";
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|