connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/messages.properties
author dadubrow
Wed, 20 Jan 2010 08:28:47 -0600
changeset 791 43d328ced534
parent 790 6c8eba9e19ea
child 856 74d8d653d11a
permissions -rw-r--r--
tweak dialog for ensureConnection
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
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
AbstractImportExportPage.BrowseButtonLabel=Browse...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
AbstractImportExportPage.ConnectionColumnLabel=Connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
AbstractImportExportPage.TypeColumnLabel=Type
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
AbstractPackageInstallerProvider.DownloadingAgentJobLabel=Dowloading Remote Agent Installer
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     7
ClientServiceSiteUI.EditButtonLabel=Edit...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     8
ClientServiceSiteUI.NewButtonLabel=New...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     9
ClientServiceSiteUI.UseConnectionGroupLabel=Use connection
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    10
ClientServiceSiteUI2.CurrentConnection_NoneDetected=none detected or defined 
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    11
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
    12
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
    13
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
    14
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
    15
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
    16
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
    17
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
    18
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
    19
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
    20
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
    21
ClientServiceSiteUI2.Or=or 
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    22
ConnectionSettingsPage.AgentTestTabLabel=Set Connection Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    23
ConnectionSettingsPage.ConnectionSettingsGroupLabel=Connection Settings
735
c0e4fa3c3e8a Fix bug 7888
Ed Swartz <ed.swartz@nokia.com>
parents: 732
diff changeset
    24
ConnectionSettingsPage.ConnectionTestingLabel=Connection Testing
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    25
ConnectionSettingsPage.DeviceOSComboToolTip=Used to determine which installer version to compare against the version reported by the remote agent
163
b25acbfc406a [Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
parents: 0
diff changeset
    26
ConnectionSettingsPage.DeviceOSLabel=Device OS (used for service test results):
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    27
ConnectionSettingsPage.GettingDataMessage=Getting data from server...
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    28
ConnectionSettingsPage.InstallButtonLabel=Install
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    29
ConnectionSettingsPage.InstallButtonToolTip=Run installer file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    30
ConnectionSettingsPage.InstallTabLabel=Install remote agents
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    31
ConnectionSettingsPage.NoInstallerDataInfoString=No installer data available.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    32
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
    33
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
    34
ConnectionSettingsPage.NoSettingsString={0} has no connection settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    35
ConnectionSettingsPage.NotTestedStatusString=Status not tested
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    36
ConnectionSettingsPage.PageTitleFmt={0} Settings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    37
ConnectionSettingsPage.SaveAsDialogTitle=Save As
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    38
ConnectionSettingsPage.SaveButtonLabel=Save
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    39
ConnectionSettingsPage.SaveButtonToolTip=Save installer on a local drive
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    40
ConnectionSettingsPage.ServicesListLabel=Select a service to test:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    41
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
    42
ConnectionSettingsPage.StartServiceTestButtonLabel=Initiate service testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    43
ConnectionSettingsPage.StopServiceTestButtonLabel=Stop service testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    44
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
    45
ConnectionSettingsPage.StatusLabel=Status                              
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    46
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
    47
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
    48
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
    49
ConnectionStatusSelectorContribution.RemovedConnectionFormat=Removed connection {0} 
737
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    50
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
    51
ConnectionsView.DescriptionColumnHeader=Description
737
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    52
ConnectionsView.EditActionLabel=Edit Settings...
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    53
ConnectionsView.NoHelpActionLabel=Help Unavailable...
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    54
ConnectionsView.HelpActionLabel=Help for {0} Connection...
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    55
ConnectionsView.SetCurrentActionLabel=Make Current
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    56
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
    57
ConnectionsView.NewActionLabel=New Connection...
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    58
ConnectionsView.RefreshActionLabel=Refresh Status
737
952b6f67894a Context menu tweaks
dadubrow
parents: 735
diff changeset
    59
ConnectionsView.RenameMenuLabel=Rename
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    60
ConnectionsView.StatusColumnHeader=Status
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    61
ConnectionsView.EnableTestActionLabel=Enable Service Testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    62
ConnectionsView.DisableTestActionLabel=Disable Service Testing
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    63
ConnectionsView.TypeColumnHeader=Type
748
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    64
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
    65
ConnectionsView.InUseDesc=At least one service is using this connection
748
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    66
ConnectionsView.DisconnectedLabel=Disconnected
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    67
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
    68
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
    69
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
    70
ConnectionTypePage.NameLabel=Connection name:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    71
ConnectionTypePage.NameTextToolTip=The name displayed for this connection
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    72
ConnectionTypePage.SupportedServicesLabel=Supported Services: {0}
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    73
ConnectionTypePage.Title=Edit connection name and type
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    74
ConnectionTypePage.ViewerLabel=Connection Type:
761
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    75
ConnectionStatusSelectorContribution_NoCurrentConnectionMessage=No current connection
19123c07e2ab Refactor API and related from default connection to current + update heuristics
dadubrow
parents: 760
diff changeset
    76
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
    77
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
    78
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
    79
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
    80
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
    81
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
    82
ConnectionStatusSelectorContribution.NotInUse=Not in use
748
7bd40a2d0a18 Add connection status reconciliation + fixes + tweaks
dadubrow
parents: 737
diff changeset
    83
ConnectionStatusSelectorContribution.StatusFormat=Connection is {0}: {1}
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    84
ExportPage.BrowseGroupLabel=Connections file:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    85
ExportPage.Description=Select connections to export
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    86
ExportPage.FileDialogTitle=Save As
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    87
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
    88
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
    89
ExportPage.Title=Export Remote Connections Data
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    90
ExportPage.ViewerGroupLabel=Export connections:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    91
ExportWizard.ExportTitle=Export
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    92
ExportWizard.WriteFileError=Could not write exported file
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    93
ImportPage.AllFilesLabel=All Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    94
ImportPage.BrowseGroupLabel=Connections file:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    95
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
    96
ImportPage.FileDialogTitle=Select a Remote Connections Data File
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    97
ImportPage.NoConnectionsInFileError=The file has no valid connections
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    98
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
    99
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
   100
ImportPage.Title=Import Remote Connections Data
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   101
ImportPage.ViewerGroupLabel=Import connections:
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   102
ImportPage.XMLFilesLabel=XML Files
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   103
ImportWizard.Title=Import
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   104
InstallPackages.GettingPackagesJobLabel=Getting available packages from server
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   105
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
   106
OpenConnectionViewCommandHandler_FailedToOpenMsg=Failed to open view
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   107
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
   108
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
   109
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
   110
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
   111
Registry.ConnectionLoadError=Could not load connections
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   112
Registry.ConnectionStoreError=Could not store connections
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   113
Registry.FilterExtensionLoadError=Could not load filter extensions
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   114
Registry.ConnectionTypeExtensionLoadError=Could not load connection type extensions
791
43d328ced534 tweak dialog for ensureConnection
dadubrow
parents: 790
diff changeset
   115
Registry.EnsureConnection.DialogTitle=Invalid Connection Stored
43d328ced534 tweak dialog for ensureConnection
dadubrow
parents: 790
diff changeset
   116
Registry.EnsureConnection.TitleLabel=Select a connection to use
43d328ced534 tweak dialog for ensureConnection
dadubrow
parents: 790
diff changeset
   117
Registry.EnsureConnection.Description=Select a connection, create a new one or attach a device
749
22f0d10fce10 Externalize strings
dadubrow
parents: 748
diff changeset
   118
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
   119
Registry.ServiceExtensionLoadError=Could not load service extensions
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   120
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
   121
SettingsWizard.WindowTitle.Edit=Edit {0} Settings
698
9162f4cfad65 more changes to remote connections for discovery + load extensions
dadubrow
parents: 678
diff changeset
   122
SettingsWizard.WindowTitle.New=New Connection
9162f4cfad65 more changes to remote connections for discovery + load extensions
dadubrow
parents: 678
diff changeset
   123
RemoteConnectionsActivator.DiscoveryAgentLoadError=Could not load device discovery agent