mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Making Strings translatable for the macro setting UI (bug# 139010)
This commit is contained in:
parent
6c2fa9874f
commit
194e0d00b4
1 changed files with 10 additions and 10 deletions
|
@ -189,13 +189,13 @@ MacrosBlock.label.delete.all.confirm.title=Macro deletion confirmation
|
||||||
MacrosBlock.label.delete.all.confirm.message=Are you sure you want to delete all user macros?
|
MacrosBlock.label.delete.all.confirm.message=Are you sure you want to delete all user macros?
|
||||||
MacrosBlock.label.value.eclipse.dynamic=<ECLIPSE DYNAMIC VARIABLE>
|
MacrosBlock.label.value.eclipse.dynamic=<ECLIPSE DYNAMIC VARIABLE>
|
||||||
MacrosBlock.label.type.text=String
|
MacrosBlock.label.type.text=String
|
||||||
MacrosBlock.label.type.text.list=StringList
|
MacrosBlock.label.type.text.list=String List
|
||||||
MacrosBlock.label.type.path.file=File
|
MacrosBlock.label.type.path.file=File
|
||||||
MacrosBlock.label.type.path.dir=Dir
|
MacrosBlock.label.type.path.dir=Directory
|
||||||
MacrosBlock.label.type.path.file.list=FileList
|
MacrosBlock.label.type.path.file.list=File List
|
||||||
MacrosBlock.label.type.path.dir.list=DirList
|
MacrosBlock.label.type.path.dir.list=Directory List
|
||||||
MacrosBlock.label.type.path.any=Path
|
MacrosBlock.label.type.path.any=Path
|
||||||
MacrosBlock.label.type.path.any.list=PathList
|
MacrosBlock.label.type.path.any.list=Path List
|
||||||
|
|
||||||
|
|
||||||
# ----------- New Build Macro Dialog -----------
|
# ----------- New Build Macro Dialog -----------
|
||||||
|
@ -203,13 +203,13 @@ NewBuildMacroDialog.label.name=Name
|
||||||
NewBuildMacroDialog.label.value=Value
|
NewBuildMacroDialog.label.value=Value
|
||||||
NewBuildMacroDialog.label.type=Type
|
NewBuildMacroDialog.label.type=Type
|
||||||
NewBuildMacroDialog.label.type.text=String
|
NewBuildMacroDialog.label.type.text=String
|
||||||
NewBuildMacroDialog.label.type.text.list=List of Strings
|
NewBuildMacroDialog.label.type.text.list=String List
|
||||||
NewBuildMacroDialog.label.type.path.file=File
|
NewBuildMacroDialog.label.type.path.file=File
|
||||||
NewBuildMacroDialog.label.type.path.dir=Directory
|
NewBuildMacroDialog.label.type.path.dir=Directory
|
||||||
NewBuildMacroDialog.label.type.path.file.list=List of Files
|
NewBuildMacroDialog.label.type.path.file.list=File List
|
||||||
NewBuildMacroDialog.label.type.path.dir.list=List of Directories
|
NewBuildMacroDialog.label.type.path.dir.list=Directory List
|
||||||
NewBuildMacroDialog.label.type.path.any=File or Directory
|
NewBuildMacroDialog.label.type.path.any=Path
|
||||||
NewBuildMacroDialog.label.type.path.any.list=List of Files or Directories
|
NewBuildMacroDialog.label.type.path.any.list=Path List
|
||||||
NewBuildMacroDialog.label.browse=Browse
|
NewBuildMacroDialog.label.browse=Browse
|
||||||
NewBuildMacroDialog.label.title.new=Define a new macro
|
NewBuildMacroDialog.label.title.new=Define a new macro
|
||||||
NewBuildMacroDialog.label.title.edit=Edit existing macro
|
NewBuildMacroDialog.label.title.edit=Edit existing macro
|
||||||
|
|
Loading…
Add table
Reference in a new issue