1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
22 //http://lists.freedesktop.org/archives/libreoffice/2013-January/044513.html
23 //Special OK/Cancel handling
25 String SV_BUTTONTEXT_OK
27 Text [ x-comment ] = "This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string";
28 Text [ en-US ] = "~OK";
31 String SV_BUTTONTEXT_CANCEL
33 Text [ x-comment ] = "This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string";
34 Text [ en-US ] = "~Cancel";
37 String SV_BUTTONTEXT_OK_NOMNEMONIC
39 Text [ x-comment ] = "This is used on buttons for Windows, there should be no ~ mnemonic in this string";
40 Text [ en-US ] = "OK";
43 String SV_BUTTONTEXT_CANCEL_NOMNEMONIC
45 Text [ x-comment ] = "This is used on buttons for Windows, there should be no ~ mnemonic in this string";
46 Text [ en-US ] = "Cancel";
49 String SV_BUTTONTEXT_YES
51 Text [ en-US ] = "~Yes";
54 String SV_BUTTONTEXT_NO
56 Text [ en-US ] = "~No";
59 String SV_BUTTONTEXT_RETRY
61 Text [ en-US ] = "~Retry";
64 String SV_BUTTONTEXT_HELP
66 Text [ en-US ] = "~Help";
69 String SV_BUTTONTEXT_CLOSE
71 Text [ en-US ] = "~Close";
74 String SV_BUTTONTEXT_MORE
76 Text [ en-US ] = "~More";
79 String SV_BUTTONTEXT_LESS
81 Text [ en-US ] = "~Less";
84 String SV_BUTTONTEXT_IGNORE
86 Text [ en-US ] = "~Ignore";
89 String SV_BUTTONTEXT_ABORT
91 Text [ en-US ] = "~Abort";
94 String SV_BUTTONTEXT_RESET
96 Text [ en-US ] = "R~eset";
99 String SV_BUTTONTEXT_ADD
101 Text [ en-US ] = "~Add";
104 String SV_BUTTONTEXT_DELETE
106 Text [ en-US ] = "~Delete";
109 String SV_BUTTONTEXT_REMOVE
111 Text [ en-US ] = "~Remove";
114 String SV_BUTTONTEXT_NEW
116 Text [ en-US ] = "~New";
119 String SV_BUTTONTEXT_EDIT
121 Text [ en-US ] = "~Edit";
124 String SV_BUTTONTEXT_APPLY
126 Text [ en-US ] = "~Apply";
129 String SV_BUTTONTEXT_SAVE
131 Text [ en-US ] = "~Save";
134 String SV_BUTTONTEXT_OPEN
136 Text [ en-US ] = "~Open";
139 String SV_BUTTONTEXT_UNDO
141 Text [ en-US ] = "~Undo" ;
144 String SV_BUTTONTEXT_PASTE
146 Text [ en-US ] = "~Paste" ;
149 String SV_BUTTONTEXT_NEXT
151 Text [ en-US ] = "~Next" ;
154 String SV_BUTTONTEXT_GO_UP
156 Text [ en-US ] = "~Up" ;
159 String SV_BUTTONTEXT_GO_DOWN
161 Text [ en-US ] = "Do~wn" ;
164 String SV_BUTTONTEXT_CLEAR
166 Text [ en-US ] = "~Clear" ;
169 String SV_BUTTONTEXT_PLAY
171 Text [ en-US ] = "~Play" ;
174 String SV_BUTTONTEXT_FIND
176 Text [ en-US ] = "~Find" ;
179 String SV_BUTTONTEXT_STOP
181 Text [ en-US ] = "~Stop" ;
184 String SV_BUTTONTEXT_CONNECT
186 Text [ en-US ] = "C~onnect" ;
189 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */