Files
loongoffice/svx/source/core/graphichelper.src
Gabor Kelemen 577ae613e0 tdf#103872 Localize "Export as image" window title
In Calc select Export as image from the local menu
of a chart to see this

Change-Id: I9753f4750bd619f161c52f9e067290743ad2f2ec
Reviewed-on: https://gerrit.libreoffice.org/36758
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-04-21 09:56:47 +02:00

32 lines
1.1 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 <svx/dialogs.hrc>
String RID_SVXSTR_EXPORT_GRAPHIC_TITLE
{
Text [ en-US ] = "Image Export" ;
};
String RID_SVXSTR_SAVEAS_IMAGE
{
Text [ en-US ] = "Save as Image" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */