mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
[187747] fixed strings on new file and folder wizards
This commit is contained in:
parent
77ef9307f8
commit
3a0905f71d
1 changed files with 4 additions and 4 deletions
|
@ -55,11 +55,11 @@ DefaultEditorDescription_name = &Default Editor
|
||||||
RESID_NEWFILE_TITLE=New File
|
RESID_NEWFILE_TITLE=New File
|
||||||
RESID_NEWFILE_PAGE1_TITLE=Remote File
|
RESID_NEWFILE_PAGE1_TITLE=Remote File
|
||||||
RESID_NEWFILE_PAGE1_DESCRIPTION=Create a New 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_FOLDER_TIP=Folder in which the new file will be created
|
||||||
RESID_NEWFILE_CONNECTIONNAME_LABEL=Connection name
|
RESID_NEWFILE_CONNECTIONNAME_LABEL=Connection name
|
||||||
RESID_NEWFILE_CONNECTIONNAME_TIP=Connection name where the new file will be created
|
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
|
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_PAGE1_DESCRIPTION=Create a New Folder
|
||||||
RESID_NEWFOLDER_CONNECTIONNAME_LABEL=Connection name
|
RESID_NEWFOLDER_CONNECTIONNAME_LABEL=Connection name
|
||||||
RESID_NEWFOLDER_CONNECTIONNAME_TIP=Connection name where the new folder will be created
|
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_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
|
RESID_NEWFOLDER_FOLDER_TIP=Folder in which the new folder will be created
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue