1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[187747] fixed strings on new file and folder wizards

This commit is contained in:
David Dykstal 2007-05-18 15:16:07 +00:00
parent 77ef9307f8
commit 3a0905f71d

View file

@ -55,11 +55,11 @@ DefaultEditorDescription_name = &Default Editor
RESID_NEWFILE_TITLE=New File
RESID_NEWFILE_PAGE1_TITLE=Remote File
RESID_NEWFILE_PAGE1_DESCRIPTION=Create a New File
RESID_NEWFILE_FOLDER_LABEL=Folder name
RESID_NEWFILE_FOLDER_LABEL=Parent folder
RESID_NEWFILE_FOLDER_TIP=Folder in which the new file will be created
RESID_NEWFILE_CONNECTIONNAME_LABEL=Connection name
RESID_NEWFILE_CONNECTIONNAME_TIP=Connection name where the new file will be created
RESID_NEWFILE_NAME_LABEL=File name
RESID_NEWFILE_NAME_LABEL=New file name
RESID_NEWFILE_NAME_TOOLTIP=Enter a file name for the new file
#=============================================================
@ -70,9 +70,9 @@ RESID_NEWFOLDER_PAGE1_TITLE=Remote Folder
RESID_NEWFOLDER_PAGE1_DESCRIPTION=Create a New Folder
RESID_NEWFOLDER_CONNECTIONNAME_LABEL=Connection name
RESID_NEWFOLDER_CONNECTIONNAME_TIP=Connection name where the new folder will be created
RESID_NEWFOLDER_NAME_LABEL=Folder name
RESID_NEWFOLDER_NAME_LABEL=New folder name
RESID_NEWFOLDER_NAME_TOOLTIP=Enter a folder name for the new folder
RESID_NEWFOLDER_FOLDER_LABEL=Folder name
RESID_NEWFOLDER_FOLDER_LABEL=Parent folder
RESID_NEWFOLDER_FOLDER_TIP=Folder in which the new folder will be created
##############################################################