/* -*- 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 <svids.hrc>

//http://lists.freedesktop.org/archives/libreoffice/2013-January/044513.html
//Special OK/Cancel handling

String SV_BUTTONTEXT_OK
{
    Text [ x-comment ] = "This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string";
    Text [ en-US ] = "~OK";
};

String SV_BUTTONTEXT_CANCEL
{
    Text [ x-comment ] = "This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string";
    Text [ en-US ] = "~Cancel";
};

String SV_BUTTONTEXT_OK_NOMNEMONIC
{
    Text [ x-comment ] = "This is used on buttons for Windows, there should be no ~ mnemonic in this string";
    Text [ en-US ] = "OK";
};

String SV_BUTTONTEXT_CANCEL_NOMNEMONIC
{
    Text [ x-comment ] = "This is used on buttons for Windows, there should be no ~ mnemonic in this string";
    Text [ en-US ] = "Cancel";
};

String SV_BUTTONTEXT_YES
{
    Text [ en-US ] = "~Yes";
};

String SV_BUTTONTEXT_NO
{
    Text [ en-US ] = "~No";
};

String SV_BUTTONTEXT_RETRY
{
    Text [ en-US ] = "~Retry";
};

String SV_BUTTONTEXT_HELP
{
    Text [ en-US ] = "~Help";
};

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

String SV_BUTTONTEXT_MORE
{
    Text [ en-US ] = "~More";
};

String SV_BUTTONTEXT_LESS
{
    Text [ en-US ] = "~Less";
};

String SV_BUTTONTEXT_IGNORE
{
    Text [ en-US ] = "~Ignore";
};

String SV_BUTTONTEXT_ABORT
{
    Text [ en-US ] = "~Abort";
};

String SV_BUTTONTEXT_RESET
{
    Text [ en-US ] = "R~eset";
};

String SV_BUTTONTEXT_ADD
{
    Text [ en-US ] = "~Add";
};

String SV_BUTTONTEXT_DELETE
{
    Text [ en-US ] = "~Delete";
};

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

String SV_BUTTONTEXT_NEW
{
    Text [ en-US ] = "~New";
};

String SV_BUTTONTEXT_EDIT
{
    Text [ en-US ] = "~Edit";
};

String SV_BUTTONTEXT_APPLY
{
    Text [ en-US ] = "~Apply";
};

String SV_BUTTONTEXT_SAVE
{
    Text [ en-US ] = "~Save";
};

String SV_BUTTONTEXT_OPEN
{
    Text [ en-US ] = "~Open";
};

String SV_BUTTONTEXT_UNDO
{
    Text [ en-US ] = "~Undo" ;
};

String SV_BUTTONTEXT_PASTE
{
    Text [ en-US ] = "~Paste" ;
};

String SV_BUTTONTEXT_NEXT
{
    Text [ en-US ] = "~Next" ;
};

String SV_BUTTONTEXT_GO_UP
{
    Text [ en-US ] = "~Up" ;
};

String SV_BUTTONTEXT_GO_DOWN
{
    Text [ en-US ] = "Do~wn" ;
};

String SV_BUTTONTEXT_CLEAR
{
    Text [ en-US ] = "~Clear" ;
};

String SV_BUTTONTEXT_PLAY
{
    Text [ en-US ] = "~Play" ;
};

String SV_BUTTONTEXT_FIND
{
    Text [ en-US ] = "~Find" ;
};

String SV_BUTTONTEXT_STOP
{
    Text [ en-US ] = "~Stop" ;
};

String SV_BUTTONTEXT_CONNECT
{
    Text [ en-US ] = "C~onnect" ;
};

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