forked from amazingfate/loongoffice
since... commit 1c48275a28fa3bccdeb6bc12e4f0bcea6c05a81b Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Feb 6 11:51:27 2017 +0000 convert resources containing strings to stringarray resources cause the original defines weren't in numerical order and I missed that Change-Id: Ic81c9bad2432c3ffa49c56812924965017a05220
72 lines
2.4 KiB
Plaintext
72 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 <svx/dialogs.hrc>
|
|
|
|
//the following string have to match the (enum values) positions in svx/swframeposstrings.hxx!
|
|
StringArray RID_SVXSW_FRAMEPOSITIONS
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "Left" ; > ;
|
|
< "Right" ; > ;
|
|
< "From left" ; > ;
|
|
< "Inside" ; > ;
|
|
< "Outside" ; > ;
|
|
< "From inside" ; > ;
|
|
< "Paragraph area" ; > ;
|
|
< "Paragraph text area" ; > ;
|
|
< "Left page border" ; > ;
|
|
< "Right page border" ; > ;
|
|
< "Left paragraph border" ; > ;
|
|
< "Right paragraph border" ; > ;
|
|
< "Inner page border" ; > ;
|
|
< "Outer page border" ; > ;
|
|
< "Inner paragraph border" ; > ;
|
|
< "Outer paragraph border" ; > ;
|
|
< "Entire page" ; > ;
|
|
< "Page text area" ; > ;
|
|
< "Base line" ; > ;
|
|
< "Character" ; > ;
|
|
< "Row" ; > ;
|
|
< "Margin" ; > ;
|
|
< "Paragraph text area" ; > ;
|
|
< "Left frame border" ; > ;
|
|
< "Right frame border" ; > ;
|
|
< "Entire frame" ; > ;
|
|
< "Frame text area" ; > ;
|
|
< "Inner frame border" ; > ;
|
|
< "Outer frame border" ; > ;
|
|
< "Top" ; > ;
|
|
< "Bottom" ; > ;
|
|
< "Center" ; > ;
|
|
< "Center" ; > ;
|
|
< "From top" ; > ;
|
|
< "From bottom" ; > ;
|
|
< "Below" ; > ;
|
|
< "From right" ; > ;
|
|
< "Top page border" ; > ;
|
|
< "Bottom page border" ; > ;
|
|
< "Top paragraph border" ; > ;
|
|
< "Bottom paragraph border" ; > ;
|
|
< "Line of text" ; > ;
|
|
};
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|