core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/sdk/ui/messages.properties
author stechong
Wed, 20 Oct 2010 11:19:31 -0500
changeset 2165 2a7b5eccb0bc
parent 2096 bd274827cfab
permissions -rw-r--r--
Keeping PlatSim internal only.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
     1
SDKPropertiesDialog.SDK_Properties_For=SDK Properties for 
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
     2
SDKPropertiesDialog.Available_SDK_Properties=Available SDK properties:
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
     3
SDKPropertiesDialog.Property=Property
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
     4
SDKPropertiesDialog.Value=Value
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
     5
SDKPropertiesDialog.OS_Version=OS Version
1421
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
     6
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
     7
SDKPreferencePage.Browse_Location_Label=...
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
     8
SDKPreferencePage.Add_Button_Label=Add
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
     9
SDKPreferencePage.Add_Button_ToolTip=Adds a new SDK for use in Carbide.c++.
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    10
SDKPreferencePage.Delete_Button_Label=Delete
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    11
SDKPreferencePage.Delete_Button_ToolTip=Delete an SDK from Carbide.c++.
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    12
SDKPreferencePage.Properties_Button_Label=Properties
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    13
SDKPreferencePage.Properties_Button_ToolTip=Show properties of the selected SDK.
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    14
SDKPreferencePage.Rescan_Button_Label=Rescan All SDKs
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    15
SDKPreferencePage.Rescan_Button_ToolTip=Rebuilds all SDK entries (same as restarting the IDE).
1456
5c87471d6f91 Disable rescan button during SDK scanning.
stechong
parents: 1431
diff changeset
    16
SDKPreferencePage.Rescanning_Button_Label=Rescanning...
2003
576284888c71 Added checkbox "Scan for installable features in SDKs" to Symbian SDK prefs page. It controls whether Carbide dynamically discover and install features from SDKs during startup and rescanning SDKs, and is on by default.
stechong
parents: 1761
diff changeset
    17
SDKPreferencePage.scanPlugins_Button_Label=Scan for installable features in SDKs
576284888c71 Added checkbox "Scan for installable features in SDKs" to Symbian SDK prefs page. It controls whether Carbide dynamically discover and install features from SDKs during startup and rescanning SDKs, and is on by default.
stechong
parents: 1761
diff changeset
    18
SDKPreferencePage.scanPlugins_ButtonToolTip=Discover installable features found in SDKs and install them dynamically.
1421
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    19
SDKPreferencePage.No_SDKs_Available_Message=No SDKs are available.
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    20
SDKPreferencePage.No_selected_SDK_detected=No selected SDK detected.
1421
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    21
SDKPreferencePage.List_of_Available_SDKs_ToolTip=List of available SDKs.
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    22
SDKPreferencePage.SDK_Table_Enabled_Column_Label=Enabled
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    23
SDKPreferencePage.SDK_Table_ID_Column_Label=SDK ID
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    24
SDKPreferencePage.SDK_Table_Location_Column_Label=Location
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    25
SDKPreferencePage.Invalid_Location_Message=Invalid location. '\\epoc32\\' does not exist at specified location.
1431
536cdcdc768b Fixed various issues in new SDK preference page.
stechong
parents: 1421
diff changeset
    26
SDKPreferencePage.Invalid_SDK_Message=Invalid SDK. OS version {0} not supported. Must be verison 9.4 or higher.
1761
bd89f0317b13 Updated SDK preference page to make it more portal friendly.
stechong
parents: 1699
diff changeset
    27
SDKPreferencePage.Manage_SDKs_Label=Manage SDKs
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    28
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    29
BuildPlatformFilterPage.Select_Platforms_Help=Select which platforms are visible when creating projects or new build configurations.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    30
BuildPlatformFilterPage.Specify_Platforms_Help=Specifies platforms to be displayed for OS 9.x and 8.1b
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    31
BuildPlatformFilterPage.EKA2_Platforms=EKA2 Platforms
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    32
BuildPlatformFilterPage.Specify_Platforms_Help2=Specifies platforms to be displayed for OS versions 8.1a and less (8.xa, 7.x, 6.x)
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    33
BuildPlatformFilterPage.EKA1_Platforms_Label=EKA1 Platforms
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    34
BuildPlatformFilterPage.BSF_Help=Scans for .bsf and/or .var files under \\epoc32\\tools for platform variants.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    35
BuildPlatformFilterPage.BSF_Label=Discover customization (.bsf) and Symbian Binary Variant (.var) platforms dynamically
2096
bd274827cfab Fix for Bug 10645, added prompt for restart in bubble help.
stechong
parents: 2003
diff changeset
    36
NewPluginChecker.New_Plugins_Installed=New plugins have been installed from:\n
bd274827cfab Fix for Bug 10645, added prompt for restart in bubble help.
stechong
parents: 2003
diff changeset
    37
NewPluginChecker.Restart_Msg=Restart Carbide.c++ for the changes to take effect.
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    38
NewPluginChecker.Restart_Error=New plugins were installed into Carbide.c++ from an SDK. However, an error in the workbench prevented a Restart dialog from being displayed. You will need to restart Carbide in order to pick up the latest changes.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    39
RestartIDEDialog.Restart=Restart
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    40
RestartIDEDialog.Later=Later
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    41
RestartIDEDialog.New_Plugin_Installed=New Plugins Installed
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    42
AddSDKDialog.Add_New_SDK=Add New SDK
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    43
AddSDKDialog.Missing_SDK_ID=Missing SDK ID.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    44
AddSDKDialog.Enter_SDK_ID=Please enter an SDK ID.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    45
AddSDKDialog.Malformed_EPOCROOT=Malformed EPOCROOT
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    46
AddSDKDialog.EPOCROOT_drive_spec=EPOCROOT must begin with a windows drive specification.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    47
AddSDKDialog.Possible_wrong_epocroot=Possible wrong EPOCROOT
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    48
AddSDKDialog.EPOCROOT_Should_Point=EPOCROOT should point to the directory where '\\epoc32\\' exists, not contain it. Are you sure you want to do this?
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    49
AddSDKDialog.EPOCROOT_does_not_exist=EPOCROOT does not exist.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    50
AddSDKDialog.EPOCROOT_contains_spaces=EPOCROOT path cannot contain spaces.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    51
AddSDKDialog.EPOCROOT_does_not_exist_msg=The EPOCROOT directory you have chosen does not exist.\n\nDo you want to continue?
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    52
AddSDKDialog.Missing_EPOCROOT=Missing EPOCROOT.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    53
AddSDKDialog.Please_enter_an_EPOCROOT=Please enter an EPOCROOT.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    54
AddSDKDialog.Invalid_SDK_ID=Invalid SDK 'id'
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    55
AddSDKDialog.SDK_ID_No_Spaces=SDK ID attribute cannot contain spaces.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    56
AddSDKDialog.Duplicate_ID=Duplicate device 'id'
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    57
AddSDKDialog.Duplicate_ID_Msg=The SDK ID you have chosen already exists. Please choose another.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    58
AddSDKDialog.Enter_unique_id_for_sdk=Enter a unique identifier for the SDK you want to add.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    59
AddSDKDialog.SDK_ID=SDK ID:
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    60
AddSDKDialog.Enter_location_where_epoc32_folder=Enter the location where the 'epoc32' folder exists.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    61
AddSDKDialog.Choose_folder_where_epoc32_exists=Choose the folder where 'epoc32' exists.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    62
AddSDKDialog.Browse=Browse...
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    63
AddSDKDialog.Choose_location_for_EPOCROOT=Choose location for EPOCROOT.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    64
BuildTargetsPage.BuildTargetsTitle=Build Targets
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    65
BuildTargetsPage.SymbianSDKS=Symbian OS SDKs
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    66
BuildTargetsPage.BuildTargetsDescription=Select the build configurations for this project.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    67
BuildTargetsPage.BuildConfigsLabel=SDKs and Build Configurations
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    68
BuildTargetsPage.BuildConfigsToolTip=Select the build configurations to create for this project.  You can add and remove these once the project has been created.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    69
BuildTargetsPage.FilterText=Filter SDKs based on selected template
628
149f2223eff0 Make sure that SBSv2 platform filtering preferences are used when SBSv1 is not enabled.
Ed Swartz <ed.swartz@nokia.com>
parents: 270
diff changeset
    70
BuildTargetsPage.NoMatchingSDKsError=There are no matching Symbian OS SDKs installed or enabled (check SDK Preferences and Platform Filtering preferences).
149f2223eff0 Make sure that SBSv2 platform filtering preferences are used when SBSv1 is not enabled.
Ed Swartz <ed.swartz@nokia.com>
parents: 270
diff changeset
    71
BuildTargetsPage.NoSDKsError=There are no Symbian OS SDKs installed or enabled (check SDK Preferences and Platform Filtering preferences).
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    72
BuildTargetsPage.NoBuildConfigsSelectedError=Please select at least one build configuration.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    73
BuildTargetsPage.DifferentDrivesError=There are known build problems when the bld.inf file and SDK are on different drives ({0})
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    74
BuildTargetsPage.NoDriveSpecWarning=You have chosen an SDK EPOCROOT without a drive specification. Building will work but other features such as the indexer and MMP editor may not fully function.
1522
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    75
BuildTargetsPage.Select_Filtering_Prefs_Link=See <a>Build Configuration Filtering Preferences</a> to configure displayed build configurations.
1553
a0d518fc91ea Add Symbian SDKs link for import/project creation.
timkelly
parents: 1522
diff changeset
    76
BuildTargetsPage.Select_SymbianSDKs_Prefs_Link=See <a>Symbian SDKs</a> to manage your Symbian SDK installations.
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    77
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    78
BuildPlatformFilterPage.SBSv1TabText=SBSv1
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    79
BuildPlatformFilterPage.SBSv1TabToolTip=Symbian OS Build System version 1 builder platform filtering
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    80
BuildPlatformFilterPage.SBSv2TabText=SBSv2
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    81
BuildPlatformFilterPage.SBSv2TabToolTip=Symbian OS Build System version 2 builder platform filtering
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    82
1522
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    83
SBSv2PlatformFilterComposite.PlatformsGroupText=Default Configurations
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    84
SBSv2PlatformFilterComposite.PlatformsGroupToolTip=Checked build build configurations (aliases) will be displayed for SDKs they apply to.
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    85
SBSv2PlatformFilterComposite.RefreshButtonText=Rescan Default Configurations
1688
7d2363cc40e5 fix text localization problem
timkelly
parents: 1686
diff changeset
    86
SBSv2PlatformFilterComposite.RefreshButtonScanningText=Please wait... Scanning.
1497
440c4eac1a5a Implement variant support for SBSv2 configuration management. Variants aren't selectable, only the global prefs allow you to create variants, if they exist in an SDK.
timkelly
parents: 1468
diff changeset
    87
SBSv2PlatformFilterComposite.RefreshButtonToolTip=Queries your sbs and sdk installation for allowable build configurations.
440c4eac1a5a Implement variant support for SBSv2 configuration management. Variants aren't selectable, only the global prefs allow you to create variants, if they exist in an SDK.
timkelly
parents: 1468
diff changeset
    88
1522
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    89
SBSv2PlatformFilterComposite.ProductsGroupText=Product Variant Configurations
1497
440c4eac1a5a Implement variant support for SBSv2 configuration management. Variants aren't selectable, only the global prefs allow you to create variants, if they exist in an SDK.
timkelly
parents: 1468
diff changeset
    90
SBSv2PlatformFilterComposite.ProductsGroupToolTip=Checked configurations will be displayed under the SDK where they are valid. Unchecked configurations will be removed from this preference page.
1522
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    91
SBSv2PlatformFilterComposite.AddProductButtonText=Add Variant
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    92
SBSv2PlatformFilterComposite.AddProductButtonToolTip=Create a new build alias with a product variant you can use as a build configuration. Only applies to SDKs that support variants.
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    93
SBSv2PlatformFilterComposite.RemoveProductButtonText=Remove Variant
58667ad9656d Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
timkelly
parents: 1497
diff changeset
    94
SBSv2PlatformFilterComposite.RemoveProductButtonToolTip=Removes a selected product variant.
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    95
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    96