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 String STR_FPICKER_AUTO_EXTENSION
24 Text [ en-US ] = "~Automatic file name extension" ;
27 String STR_FPICKER_PASSWORD
29 Text [ en-US ] = "Save with pass~word" ;
32 String STR_FPICKER_FILTER_OPTIONS
34 Text [ en-US ] = "~Edit filter settings";
37 String STR_FPICKER_READONLY
39 Text [ en-US ] = "~Read-only" ;
42 String STR_FPICKER_INSERT_AS_LINK
44 Text [ en-US ] = "Insert as ~Link" ;
47 String STR_FPICKER_SHOW_PREVIEW
49 Text [ en-US ] = "Pr~eview" ;
52 String STR_FPICKER_PLAY
54 Text [ en-US ] = "~Play" ;
57 String STR_FPICKER_VERSION
59 Text [ en-US ] = "~Version:";
62 String STR_FPICKER_TEMPLATES
64 Text [ en-US ] = "S~tyles:" ;
67 String STR_FPICKER_IMAGE_TEMPLATE
69 Text [ en-US ] = "Frame Style: ";
72 String STR_FPICKER_SELECTION
74 Text [ en-US ] = "~Selection" ;
77 String STR_FPICKER_FOLDER_DEFAULT_TITLE
79 Text [ en-US ] = "Select Path" ;
82 String STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION
84 Text [ en-US ] = "Please select a folder.";
87 String STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY
89 Text [ en-US ] = "A file named \"$filename$\" already exists. Do you want to replace it?" ;
92 String STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY
94 Text [ en-US ] = "The file already exists in \"$dirname$\". Replacing it will overwrite its contents." ;
97 String STR_FPICKER_ALLFORMATS
99 Text [ en-US ] = "All Formats" ;
102 String STR_FPICKER_OPEN
104 Text [ en-US ] = "Open" ;
107 String STR_FPICKER_SAVE
109 Text [ en-US ] = "Save" ;
112 String STR_FPICKER_TYPE
114 Text [ en-US ] = "File ~type" ;
117 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */