Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties26
1 files changed, 21 insertions, 5 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties b/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties
index 0e344af3d..93df84f7f 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/messages.properties
@@ -37,12 +37,28 @@ RemediationOperation_ResolveJobName=Searching alternate solutions...
RemediationOperation_ResolveJobTask=Some items cannot be at the highest version. Searching for the highest common denominator ...
TrustPreferencePage_title=Trust
TrustPreferencePage_export=\uD83D\uDCE5 E&xport...
-TrustPreferencePage_idColumn=Id
-TrustPreferencePage_userColumn=User
TrustPreferencePage_fileExportTitle=Export PGP public key
TrustPreferencePage_fileImportTitle=Import PGP public key to trust
TrustPreferencePage_addPGPKeyButtonLabel=\u2795 &Add...
+TrustPreferencePage_Contributor=Contributor
+TrustPreferencePage_CopyFingerprint=Copy Fingerprint
+TrustPreferencePage_DataValidExpires=\u2714\uFE0F Valid, expires {0}
+TrustPreferencePage_DateExpired=\u274C Expired
+TrustPreferencePage_DateExpiredSince=\u274C Expired since {0}
+TrustPreferencePage_DateNotYetvalid=\u274C Not yet valid
+TrustPreferencePage_DateNotYetValid=\u274C Not yet valid, starts {0}
+TrustPreferencePage_DateValid=\u2714\uFE0F Valid
+TrustPreferencePage_Details=\uD83D\uDD0D D&etails...
+TrustPreferencePage_Export=Export...
+TrustPreferencePage_FingerprintIdColumn=Fingerprint/Id
+TrustPreferencePage_NameColumn=Name
+TrustPreferencePage_PreferenceContributor=<preferences>
TrustPreferencePage_removePGPKeyButtonLabel=\uD83D\uDDD1\uFE0F &Remove
-
-TrustPreferencePage_pgpIntro=The following PGP public keys are considered as trusted.\n\
-Artifacts that are signed and verified by one of those keys will be trusted and installed without further trust confirmation request. \ No newline at end of file
+TrustPreferencePage_pgpIntro=Artifacts verifiably signed by the following trusted certificates and PGP public keys will be installed without confirmation.
+TrustPreferencePage_TrustAll=Trust all content
+TrustPreferencePage_TrustAllConfirmationDescription=Are you certain you wish to trust all content, including unsigned content of unknown origin, with no confirmation for all future operations?
+TrustPreferencePage_TrustAllConfirmationTitle=Always Trust Everything Confirmation
+TrustPreferencePage_TrustAllNo=No, Prompt Me Instead
+TrustPreferencePage_TrustAllYes=Yes, I Accept the Risk
+TrustPreferencePage_TypeColumn=Type
+TrustPreferencePage_ValidityColumn=Validity Dates

Back to the top