]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni
MdeModulePkg/FileExplorer: Enable functionality of creating new file/folder
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorerString.uni
1 ///** @file
2 //
3 // Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>
4 // This program and the accompanying materials
5 // are licensed and made available under the terms and conditions of the BSD License
6 // which accompanies this distribution. The full text of the license may be found at
7 // http://opensource.org/licenses/bsd-license.php
8 //
9 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 //
12 // Module Name:
13 //
14 // FileExplorerString.uni
15 //
16 // Abstract:
17 //
18 // String definitions for file exporer library.
19 //
20 // Revision History:
21 //
22 // --*/
23 /=#
24
25 #langdef en-US "English"
26 #langdef fr-FR "Français"
27
28 #string STR_NULL_STRING #language en-US " "
29 #language fr-FR " "
30 #string STR_FILE_EXPLORER_TITLE #language en-US "File Explorer"
31 #language fr-FR "File Explorer"
32 #string STR_NEW_FILE #language en-US "***NEW FILE***"
33 #language fr-FR "***NEW FILE***"
34 #string STR_NEW_FILE_HELP #language en-US "This menu used to create a new file in current directory, jump to next page to name the new file"
35 #language fr-FR "This menu used to create a new file in current directory, jump to next page to name the new file"
36 #string STR_ADD_NEW_FILE_TITLE #language en-US "Create a new file"
37 #language fr-FR "Create a new file"
38 #string STR_ADD_NEW_FOLDER_TITLE #language en-US "Create a new folder"
39 #language fr-FR "Create a new folder"
40 #string STR_NEW_FILE_NAME_PROMPT #language en-US "File Name"
41 #language fr-FR "File Name"
42 #string STR_NEW_FILE_NAME_HELP #language en-US "Please input a name for the new file"
43 #language fr-FR "Please input a name for the new file"
44 #string STR_CREATE_FILE_AND_EXIT #language en-US "Create File and Exit"
45 #language fr-FR "Create File and Exit"
46 #string STR_NO_CREATE_FILE_AND_EXIT #language en-US "Discard Create and Exit"
47 #language fr-FR "Discard Create and Exit"
48 #string STR_NEW_FOLDER #language en-US "***NEW FOLDER***"
49 #language fr-FR "***NEW FOLDER***"
50 #string STR_NEW_FOLDER_HELP #language en-US "This menu used to create a new folder in current directory, jump to next page to name the new folder"
51 #language fr-FR "This menu used to create a new folder in current directory, jump to next page to name the new folder"
52 #string STR_ADD_NEW_FOLDER_TITLE #language en-US "Create a new folder"
53 #language fr-FR "Create a new folder"
54 #string STR_NEW_FOLDER_NAME_PROMPT #language en-US "Folder Name"
55 #language fr-FR "Folder Name"
56 #string STR_NEW_FOLDER_NAME_HELP #language en-US "Please input a name for the new folder"
57 #language fr-FR "Please input a name for the new folder"
58 #string STR_CREATE_FOLDER_AND_EXIT #language en-US "Create Folder and Exit"
59 #language fr-FR "Create Folder and Exit"
60 #string STR_NO_CREATE_FOLDER_AND_EXIT #language en-US "Discard Create and Exit"
61 #language fr-FR "Discard Create and Exit"