Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.build.gcc.ui/src/org/eclipse/cdt/build/gcc/ui/internal/messages.properties')
-rw-r--r--build/org.eclipse.cdt.build.gcc.ui/src/org/eclipse/cdt/build/gcc/ui/internal/messages.properties84
1 files changed, 42 insertions, 42 deletions
diff --git a/build/org.eclipse.cdt.build.gcc.ui/src/org/eclipse/cdt/build/gcc/ui/internal/messages.properties b/build/org.eclipse.cdt.build.gcc.ui/src/org/eclipse/cdt/build/gcc/ui/internal/messages.properties
index 47aa4fe0d0d..986e1cb776a 100644
--- a/build/org.eclipse.cdt.build.gcc.ui/src/org/eclipse/cdt/build/gcc/ui/internal/messages.properties
+++ b/build/org.eclipse.cdt.build.gcc.ui/src/org/eclipse/cdt/build/gcc/ui/internal/messages.properties
@@ -1,42 +1,42 @@
-################################################################################
-# Copyright (c) 2017 QNX Software Systems and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-################################################################################
-GCCToolChainSettingsPage_Arch=CPU Architecture:
-GCCToolChainSettingsPage_Browse=Browse...
-GCCToolChainSettingsPage_ClangTitle=clang Toolchain Settings
-GCCToolChainSettingsPage_Compiler=Compiler:
-GCCToolChainSettingsPage_Description=Enter the path to the compiler and properties for the toolchain.
-GCCToolChainSettingsPage_OS=Operating System:
-GCCToolChainSettingsPage_Title=GCC ToolChain Settings
-NewClangToolChainWizard_Title=New clang Toolchain
-NewEnvVarDialog_Append=Append
-NewEnvVarDialog_Delimiter=Delimiter:
-NewEnvVarDialog_Edit=Edit Environment Variable
-NewEnvVarDialog_Name=Name:
-NewEnvVarDialog_New=New Environment Variable
-NewEnvVarDialog_Operation=Operation
-NewEnvVarDialog_Prepend=Prepend
-NewEnvVarDialog_Replace=Replace
-NewEnvVarDialog_Select=Select...
-NewEnvVarDialog_Unset=Unset
-NewEnvVarDialog_Value=Value:
-NewGCCToolChainWizard_Add=Add ToolChain
-NewGCCToolChainWizard_New=New GCC ToolChain
-ToolChainEnvironmentPage_Add=Add...
-ToolChainEnvironmentPage_Append=Append
-ToolChainEnvironmentPage_Description=Environment variables to set when using toolchain.
-ToolChainEnvironmentPage_Edit=Edit...
-ToolChainEnvironmentPage_Name=Name
-ToolChainEnvironmentPage_Operation=Operation
-ToolChainEnvironmentPage_Prepend=Prepend
-ToolChainEnvironmentPage_Remove=Remove
-ToolChainEnvironmentPage_RemoveMessage=Are you sure you would like to remove the selected environment variable(s)
-ToolChainEnvironmentPage_RemoveTitle=Remove
-ToolChainEnvironmentPage_Replace=Replace
-ToolChainEnvironmentPage_Title=Environment Variables
-ToolChainEnvironmentPage_Unset=Unset
-ToolChainEnvironmentPage_Value=Value
+################################################################################
+# Copyright (c) 2017 QNX Software Systems and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+################################################################################
+GCCToolChainSettingsPage_Arch=CPU Architecture:
+GCCToolChainSettingsPage_Browse=Browse...
+GCCToolChainSettingsPage_ClangTitle=clang Toolchain Settings
+GCCToolChainSettingsPage_Compiler=Compiler:
+GCCToolChainSettingsPage_Description=Enter the path to the compiler and properties for the toolchain.
+GCCToolChainSettingsPage_OS=Operating System:
+GCCToolChainSettingsPage_Title=GCC ToolChain Settings
+NewClangToolChainWizard_Title=New clang Toolchain
+NewEnvVarDialog_Append=Append
+NewEnvVarDialog_Delimiter=Delimiter:
+NewEnvVarDialog_Edit=Edit Environment Variable
+NewEnvVarDialog_Name=Name:
+NewEnvVarDialog_New=New Environment Variable
+NewEnvVarDialog_Operation=Operation
+NewEnvVarDialog_Prepend=Prepend
+NewEnvVarDialog_Replace=Replace
+NewEnvVarDialog_Select=Select...
+NewEnvVarDialog_Unset=Unset
+NewEnvVarDialog_Value=Value:
+NewGCCToolChainWizard_Add=Add ToolChain
+NewGCCToolChainWizard_New=New GCC ToolChain
+ToolChainEnvironmentPage_Add=Add...
+ToolChainEnvironmentPage_Append=Append
+ToolChainEnvironmentPage_Description=Environment variables to set when using toolchain.
+ToolChainEnvironmentPage_Edit=Edit...
+ToolChainEnvironmentPage_Name=Name
+ToolChainEnvironmentPage_Operation=Operation
+ToolChainEnvironmentPage_Prepend=Prepend
+ToolChainEnvironmentPage_Remove=Remove
+ToolChainEnvironmentPage_RemoveMessage=Are you sure you would like to remove the selected environment variable(s)
+ToolChainEnvironmentPage_RemoveTitle=Remove
+ToolChainEnvironmentPage_Replace=Replace
+ToolChainEnvironmentPage_Title=Environment Variables
+ToolChainEnvironmentPage_Unset=Unset
+ToolChainEnvironmentPage_Value=Value

Back to the top