core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/sdk/ui/messages.properties
author stechong
Mon, 02 Aug 2010 17:22:42 -0500
branchC3_BUILDER_WORK
changeset 1743 b94a1c13f1e5
parent 1699 0cfa8e449823
child 1761 bd89f0317b13
permissions -rw-r--r--
Merge from default.
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...
1421
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 1270
diff changeset
    17
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
    18
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
    19
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
    20
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
    21
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
    22
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
    23
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
    24
SDKPreferencePage.Invalid_SDK_Message=Invalid SDK. OS version {0} not supported. Must be verison 9.4 or higher.
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    25
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    26
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
    27
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
    28
BuildPlatformFilterPage.EKA2_Platforms=EKA2 Platforms
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    29
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
    30
BuildPlatformFilterPage.EKA1_Platforms_Label=EKA1 Platforms
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    31
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
    32
BuildPlatformFilterPage.BSF_Label=Discover customization (.bsf) and Symbian Binary Variant (.var) platforms dynamically
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    33
NewPluginChecker.New_Plugins_Installed=New plugins have been installed from an SDK.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    34
NewPluginChecker.Restart_Msg=\n\nPress "Restart" to restart Carbide.c++ now or "Later" to apply changes next time you restart Carbide.c++.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    35
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
    36
RestartIDEDialog.Restart=Restart
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    37
RestartIDEDialog.Later=Later
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    38
RestartIDEDialog.New_Plugin_Installed=New Plugins Installed
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    39
AddSDKDialog.Add_New_SDK=Add New SDK
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    40
AddSDKDialog.Missing_SDK_ID=Missing SDK ID.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    41
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
    42
AddSDKDialog.Malformed_EPOCROOT=Malformed EPOCROOT
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    43
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
    44
AddSDKDialog.Possible_wrong_epocroot=Possible wrong EPOCROOT
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    45
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
    46
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
    47
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
    48
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
    49
AddSDKDialog.Missing_EPOCROOT=Missing EPOCROOT.
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    50
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
    51
AddSDKDialog.Invalid_SDK_ID=Invalid SDK 'id'
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    52
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
    53
AddSDKDialog.Duplicate_ID=Duplicate device 'id'
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    54
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
    55
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
    56
AddSDKDialog.SDK_ID=SDK ID:
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    57
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
    58
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
    59
AddSDKDialog.Browse=Browse...
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    60
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
    61
BuildTargetsPage.BuildTargetsTitle=Build Targets
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    62
BuildTargetsPage.SymbianSDKS=Symbian OS SDKs
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    63
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
    64
BuildTargetsPage.BuildConfigsLabel=SDKs and Build Configurations
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    65
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
    66
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
    67
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
    68
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
    69
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
    70
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
    71
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
    72
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
    73
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
    74
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    75
BuildPlatformFilterPage.SBSv1TabText=SBSv1
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    76
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
    77
BuildPlatformFilterPage.SBSv2TabText=SBSv2
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    78
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
    79
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
    80
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
    81
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
    82
SBSv2PlatformFilterComposite.RefreshButtonText=Rescan Default Configurations
1688
7d2363cc40e5 fix text localization problem
timkelly
parents: 1686
diff changeset
    83
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
    84
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
    85
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
    86
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
    87
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
    88
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
    89
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
    90
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
    91
SBSv2PlatformFilterComposite.RemoveProductButtonToolTip=Removes a selected product variant.
270
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    92
bdbf5913d572 Removed period from discover customization option
fturovic <frank.turovich@nokia.com>
parents: 142
diff changeset
    93