connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/messages.properties
author Ed Swartz <ed.swartz@nokia.com>
Fri, 23 Apr 2010 08:25:11 -0500
changeset 1265 f90f47d3882f
parent 1161 b028057ccaf8
child 1306 60a69eb99c38
permissions -rw-r--r--
PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
AbstractConnectedService.UserDisabledMessage=User disabled active status testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
AbstractConnectedService.NoTestingLabel=Not testing service
1089
c18e25401dcf 10843 - set in-use status for non-dynamic connections
dadubrow
parents: 1087
diff changeset
     3
AbstractConnectedService2.InUseDesc=In Use
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
AbstractImportExportPage.BrowseButtonLabel=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
AbstractImportExportPage.ConnectionColumnLabel=Connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
AbstractImportExportPage.TypeColumnLabel=Type
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     7
AbstractPackageInstallerProvider.DownloadingAgentJobLabel=Dowloading Remote Agent Installer
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     8
ClientServiceSiteUI.EditButtonLabel=Edit...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     9
ClientServiceSiteUI.NewButtonLabel=New...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    10
ClientServiceSiteUI.UseConnectionGroupLabel=Use connection
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    11
ClientServiceSiteUI2.CurrentConnection_NoneDetected=none detected or defined 
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    12
ClientServiceSiteUI2.CurrentConnectionFormat=Current connection ({0})
731
68bc07acac96 Improve error checking and messages when default connection is inappropriate or no connections exist.
Ed Swartz <ed.swartz@nokia.com>
parents: 730
diff changeset
    13
ClientServiceSiteUI2.DeletedConnectionDisplayName=<<nonexistent connection {0}>>
730
8ecd45ef360e Fix up some issues found when using the random connected service provider. Also, move validation checks of IClientServiceSiteUI2 into a method of that interface, since we need to handle the case where the default connection is currently incompatible.
Ed Swartz <ed.swartz@nokia.com>
parents: 723
diff changeset
    14
ClientServiceSiteUI2.EditButtonLabel=Edit...
8ecd45ef360e Fix up some issues found when using the random connected service provider. Also, move validation checks of IClientServiceSiteUI2 into a method of that interface, since we need to handle the case where the default connection is currently incompatible.
Ed Swartz <ed.swartz@nokia.com>
parents: 723
diff changeset
    15
ClientServiceSiteUI2.NewButtonLabel=New...
8ecd45ef360e Fix up some issues found when using the random connected service provider. Also, move validation checks of IClientServiceSiteUI2 into a method of that interface, since we need to handle the case where the default connection is currently incompatible.
Ed Swartz <ed.swartz@nokia.com>
parents: 723
diff changeset
    16
ClientServiceSiteUI2.UseConnectionGroupLabel=Use connection
731
68bc07acac96 Improve error checking and messages when default connection is inappropriate or no connections exist.
Ed Swartz <ed.swartz@nokia.com>
parents: 730
diff changeset
    17
ClientServiceSiteUI2.NoConnectionError=A valid remote connection must be selected.  If none exist, connect a device or create a connection one supporting {0} via {1}.
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    18
ClientServiceSiteUI2.NoCurrentConnection=No current connection is available.  Connect a device or create a connection supporting {0} via {1}.
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    19
ClientServiceSiteUI2.IncompatibleCurrentConnectionType=The current connection ''{0}'' does not support connection type: ''{1}''.
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    20
ClientServiceSiteUI2.IncompatibleCurrentConnectionService=The current connection ''{0}'' does not support the service: ''{1}''.
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    21
ClientServiceSiteUI2.IncompatibleCurrentConnectionFixupAdvice=Either connect an appropriate device or select a compatible connection.
731
68bc07acac96 Improve error checking and messages when default connection is inappropriate or no connections exist.
Ed Swartz <ed.swartz@nokia.com>
parents: 730
diff changeset
    22
ClientServiceSiteUI2.Or=or 
1161
b028057ccaf8 Updated remote connections wizard.
stechong
parents: 1128
diff changeset
    23
ConnectionSettingsPage.SetupTabLabel=Setup Connection
b028057ccaf8 Updated remote connections wizard.
stechong
parents: 1128
diff changeset
    24
ConnectionSettingsPage.AgentTestTabLabel=Test Connection
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    25
ConnectionSettingsPage.ConnectionSettingsGroupLabel=Connection Settings
735
c0e4fa3c3e8a Fix bug 7888
Ed Swartz <ed.swartz@nokia.com>
parents: 732
diff changeset
    26
ConnectionSettingsPage.ConnectionTestingLabel=Connection Testing
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    27
ConnectionSettingsPage.DeviceOSComboToolTip=Used to determine which installer version to compare against the version reported by the remote agent
1128
5ee1d35abf08 fix errant strings in UI
dadubrow
parents: 1089
diff changeset
    28
ConnectionSettingsPage.DeviceOSLabel=Device OS (used to determine installer version):
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    29
ConnectionSettingsPage.GettingDataMessage=Getting data from server...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    30
ConnectionSettingsPage.InstallButtonLabel=Install
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    31
ConnectionSettingsPage.InstallButtonToolTip=Run installer file
1087
e1e93f489067 Fix capitalization of tab title
dadubrow
parents: 856
diff changeset
    32
ConnectionSettingsPage.InstallTabLabel=Install Remote Agents
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    33
ConnectionSettingsPage.NoInstallerDataInfoString=No installer data available.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
ConnectionSettingsPage.NoInstallerDataInfoString2=Server may be down.
678
557efa279676 Fixes for #10354 (Linux & remote connections). Provide appropriate status for TRK/Tracing when remote connection not impemented. Do not provide installer data for now either.
Ed Swartz <ed.swartz@nokia.com>
parents: 381
diff changeset
    35
ConnectionSettingsPage.NoInstallerSupport=Installers are currently not supported on this operating system.
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    36
ConnectionSettingsPage.NoSettingsString={0} has no connection settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    37
ConnectionSettingsPage.NotTestedStatusString=Status not tested
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    38
ConnectionSettingsPage.PageTitleFmt={0} Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    39
ConnectionSettingsPage.SaveAsDialogTitle=Save As
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    40
ConnectionSettingsPage.SaveButtonLabel=Save
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    41
ConnectionSettingsPage.SaveButtonToolTip=Save installer on a local drive
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    42
ConnectionSettingsPage.ServicesListLabel=Select a service to test:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    43
ConnectionSettingsPage.ServicesListToolTip=Services that can be used with this connection type
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    44
ConnectionSettingsPage.StartServiceTestButtonLabel=Initiate service testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    45
ConnectionSettingsPage.StopServiceTestButtonLabel=Stop service testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    46
ConnectionSettingsPage.ServiceTestButtonToolTip=Test the remote agent's status and check its version against the most current installer
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    47
ConnectionSettingsPage.StatusLabel=Status                              
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    48
ConnectionSettingsPage.UnlabeledPackageLabel=Unlabeled package
760
f83ff2d4e9d2 Change 'default' to 'current' in Remote Connections and status widget UI
Ed Swartz <ed.swartz@nokia.com>
parents: 749
diff changeset
    49
ConnectionStatusSelectorContribution.AddedConnectionFormat=Added new connection {0}
723
81b14a47b8dc Update UI for Remote Connections status widget and News Reader to behave the same (bug #10411)
Ed Swartz <ed.swartz@nokia.com>
parents: 721
diff changeset
    50
ConnectionStatusSelectorContribution.OpenRemoteConnectionsView=&Open Remote Connections view
760
f83ff2d4e9d2 Change 'default' to 'current' in Remote Connections and status widget UI
Ed Swartz <ed.swartz@nokia.com>
parents: 749
diff changeset
    51
ConnectionStatusSelectorContribution.RemovedConnectionFormat=Removed connection {0} 
737
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    52
ConnectionsView.DeleteActionLabel=Delete
165
cffbaf033837 [Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
parents: 163
diff changeset
    53
ConnectionsView.DescriptionColumnHeader=Description
737
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    54
ConnectionsView.EditActionLabel=Edit Settings...
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    55
ConnectionsView.NoHelpActionLabel=Help Unavailable...
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    56
ConnectionsView.HelpActionLabel=Help for {0} Connection...
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    57
ConnectionsView.SetCurrentActionLabel=Make Current
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    58
ConnectionsView.NameColumnHeader=Connection/Services
732
c6b80e0b9fe2 In Remote Connections view, wire up indication of default connection and menu item for switching it.
Ed Swartz <ed.swartz@nokia.com>
parents: 731
diff changeset
    59
ConnectionsView.NewActionLabel=New Connection...
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    60
ConnectionsView.RefreshActionLabel=Refresh Status
737
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    61
ConnectionsView.RenameMenuLabel=Rename
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    62
ConnectionsView.StatusColumnHeader=Status
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    63
ConnectionsView.EnableTestActionLabel=Enable Service Testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    64
ConnectionsView.DisableTestActionLabel=Disable Service Testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    65
ConnectionsView.TypeColumnHeader=Type
748
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    66
ConnectionsView.InUseLabel=In use
381
9a15cc2691b5 don't rely on all services reporting in-use together for UI to show connection in use
dadubrow
parents: 165
diff changeset
    67
ConnectionsView.InUseDesc=At least one service is using this connection
748
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    68
ConnectionsView.DisconnectedLabel=Disconnected
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    69
ConnectionsView.DisconnectedDesc=Connection has been disconnected while in use, please reconnect
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    70
ConnectionTypePage.ConnectionNameInUseError=The connection name ''{0}'' is in use
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    71
ConnectionTypePage.Description=Select a name and the connection type for the connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    72
ConnectionTypePage.NameLabel=Connection name:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    73
ConnectionTypePage.NameTextToolTip=The name displayed for this connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    74
ConnectionTypePage.SupportedServicesLabel=Supported Services: {0}
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    75
ConnectionTypePage.Title=Edit connection name and type
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    76
ConnectionTypePage.ViewerLabel=Connection Type:
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    77
ConnectionStatusSelectorContribution_NoCurrentConnectionMessage=No current connection
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    78
ConnectionStatusSelectorContribution_SelectTheCurrentConnectionMessage=Switch the current connection:
714
eeeba49ae3f1 Add bubble popup when dynamic connection added or removed
Ed Swartz <ed.swartz@nokia.com>
parents: 710
diff changeset
    79
ConnectionStatusSelectorContribution.ConnectionStatusFormat={0}: {1}
730
8ecd45ef360e Fix up some issues found when using the random connected service provider. Also, move validation checks of IClientServiceSiteUI2 into a method of that interface, since we need to handle the case where the default connection is currently incompatible.
Ed Swartz <ed.swartz@nokia.com>
parents: 723
diff changeset
    80
ConnectionStatusSelectorContribution.IconTooltipPrefixMessage=Click to open the Remote Connections View.\n\n
721
dbd80b3d41cc Show in-use/not-in-use connection status icon, until real IConnectedStatus is available.
Ed Swartz <ed.swartz@nokia.com>
parents: 714
diff changeset
    81
ConnectionStatusSelectorContribution.InUse=In use
714
eeeba49ae3f1 Add bubble popup when dynamic connection added or removed
Ed Swartz <ed.swartz@nokia.com>
parents: 710
diff changeset
    82
ConnectionStatusSelectorContribution.NoConnectionsDefinedOrDetected=No connections defined or detected
760
f83ff2d4e9d2 Change 'default' to 'current' in Remote Connections and status widget UI
Ed Swartz <ed.swartz@nokia.com>
parents: 749
diff changeset
    83
ConnectionStatusSelectorContribution.NoDynamicOrManualConnectionsTooltip=No current connection selected.
714
eeeba49ae3f1 Add bubble popup when dynamic connection added or removed
Ed Swartz <ed.swartz@nokia.com>
parents: 710
diff changeset
    84
ConnectionStatusSelectorContribution.NotInUse=Not in use
748
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    85
ConnectionStatusSelectorContribution.StatusFormat=Connection is {0}: {1}
856
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    86
DeviceDiscoveryPrequisiteErrorDialog_Description=At least one device discovery agent had load errors that prevent it from discovering connections to devices. Select one to get more information about its error.
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    87
DeviceDiscoveryPrequisiteErrorDialog_DontAskAgainLabel=Don't ask again
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    88
DeviceDiscoveryPrequisiteErrorDialog_DontAskAgainToolTipText=Check this to ignore further discovery agent load errors
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    89
DeviceDiscoveryPrequisiteErrorDialog_ErrorFormatWithURL={0} - For more information go to: <a href="{1}">{2}</a>
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    90
DeviceDiscoveryPrequisiteErrorDialog_ErrorTextToolTipText=Error message for the selected agent above
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    91
DeviceDiscoveryPrequisiteErrorDialog_Title=Device Discovery Load Errors
74d8d653d11a tweaks to new discovery error dialog and calling code
dadubrow
parents: 791
diff changeset
    92
DeviceDiscoveryPrequisiteErrorDialog_ToolTipText=Select an agent for more information about load errors.
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    93
ExportPage.BrowseGroupLabel=Connections file:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    94
ExportPage.Description=Select connections to export
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    95
ExportPage.FileDialogTitle=Save As
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    96
ExportPage.NoConnectionsSelectedError=At least one connection must be selected
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    97
ExportPage.NoFileSelectedError=A file must be selected to export connections data
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    98
ExportPage.Title=Export Remote Connections Data
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    99
ExportPage.ViewerGroupLabel=Export connections:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   100
ExportWizard.ExportTitle=Export
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   101
ExportWizard.WriteFileError=Could not write exported file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   102
ImportPage.AllFilesLabel=All Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   103
ImportPage.BrowseGroupLabel=Connections file:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   104
ImportPage.Description=Select an exported remote connections data file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   105
ImportPage.FileDialogTitle=Select a Remote Connections Data File
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   106
ImportPage.NoConnectionsInFileError=The file has no valid connections
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   107
ImportPage.NoConnectionsSelectedError=At least one connection must be selected
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   108
ImportPage.NoValidFileSelectedError=A valid connections data file must be selected
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   109
ImportPage.Title=Import Remote Connections Data
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   110
ImportPage.ViewerGroupLabel=Import connections:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   111
ImportPage.XMLFilesLabel=XML Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   112
ImportWizard.Title=Import
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   113
InstallPackages.GettingPackagesJobLabel=Getting available packages from server
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   114
InstallPackages.TimeoutMissingProxyMessage=Attempted connection to server will timeout when correct proxy server information is not set in the preferences
749
22f0d10fce10 Externalize strings
dadubrow
parents: 748
diff changeset
   115
OpenConnectionViewCommandHandler_FailedToOpenMsg=Failed to open view
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   116
Reader.MissingConnectionTypeError=Could not load connection ''{0}'' because no connection type ''{1}'' exists.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   117
Reader.UnknownVersionError=Could not read version {0} of <connections> element
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   118
Registry.ConnectedServiceFactoryError=No factory found for service {0} and connection type {1}
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   119
Registry.ConnectedServiceFactoryExtensionLoadError=Could not load connected service factory extensions
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   120
Registry.ConnectionLoadError=Could not load connections
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   121
Registry.ConnectionStoreError=Could not store connections
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   122
Registry.FilterExtensionLoadError=Could not load filter extensions
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   123
Registry.ConnectionTypeExtensionLoadError=Could not load connection type extensions
1265
f90f47d3882f PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.
Ed Swartz <ed.swartz@nokia.com>
parents: 1161
diff changeset
   124
SelectConnectionDialog.DialogTitle=Select Connection
f90f47d3882f PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.
Ed Swartz <ed.swartz@nokia.com>
parents: 1161
diff changeset
   125
SelectConnectionDialog.TitleLabel=Select a connection to use
f90f47d3882f PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.
Ed Swartz <ed.swartz@nokia.com>
parents: 1161
diff changeset
   126
SelectConnectionDialog.Description=Select a connection, create a new one or attach a device
749
22f0d10fce10 Externalize strings
dadubrow
parents: 748
diff changeset
   127
Registry.NoCompatibleConnectionMsg=No compatible connection found for this id
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   128
Registry.ServiceExtensionLoadError=Could not load service extensions
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   129
Registry.ServiceListUnknownConnectionTypeError=Service ''{0}'' lists unknown connection type ''{1}'' as compatible
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   130
SettingsWizard.WindowTitle.Edit=Edit {0} Settings
698
9162f4cfad65 more changes to remote connections for discovery + load extensions
dadubrow
parents: 678
diff changeset
   131
SettingsWizard.WindowTitle.New=New Connection
9162f4cfad65 more changes to remote connections for discovery + load extensions
dadubrow
parents: 678
diff changeset
   132
RemoteConnectionsActivator.DiscoveryAgentLoadError=Could not load device discovery agent