mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Missed the properties file
This commit is contained in:
parent
0966919f35
commit
f57ea9b1f3
@ -1,13 +1,13 @@
|
||||
AddAccountDialog.title.text=Add Account
|
||||
AddAccountDialog_dup_msg=This account is already added to the persona
|
||||
AddAccountDialog_dup_msg=This account is already added to the persona.
|
||||
AddAccountDialog_dup_Title=Account add failure
|
||||
AddAccountDialog_empty_msg=The identifier field cannot be empty
|
||||
AddAccountDialog_empty_msg=The identifier field cannot be empty.
|
||||
AddAccountDialog_empty_Title=Empty identifier
|
||||
AddAccountDialog_get_types_exception_msg=Failed to access central repository
|
||||
AddAccountDialog_get_types_exception_msg=Failed to access central repository.
|
||||
AddAccountDialog_get_types_exception_Title=Central Repository failure
|
||||
AddAccountDialog_search_empty_msg=Account not found for given identifier and type
|
||||
AddAccountDialog_search_empty_msg=Account not found in the Central Repository for the given identifier and type.
|
||||
AddAccountDialog_search_empty_Title=Account not found
|
||||
AddAccountDialog_search_failure_msg=Central Repository account search failed
|
||||
AddAccountDialog_search_failure_msg=Central Repository account search failed.
|
||||
AddAccountDialog_search_failure_Title=Account add failure
|
||||
AddAliasDialog.title.text=Add Alias
|
||||
AddAliasDialog_dup_msg=This alias has already been added to this persona
|
||||
@ -43,8 +43,6 @@ AddAccountDialog.okBtn.text=OK
|
||||
PersonaManagerTopComponent.editBtn.text=Edit Persona
|
||||
PersonaDetailsDialog.cancelBtn.text=Cancel
|
||||
PersonaDetailsDialog.okBtn.text=OK
|
||||
PersonaDetailsPanel.deleteCaseBtn.text=Delete
|
||||
PersonaDetailsPanel.addCaseBtn.text=Add
|
||||
PersonaDetailsPanel.casesLbl.text=Cases found in:
|
||||
PersonaDetailsPanel.deleteAliasBtn.text=Delete
|
||||
PersonaDetailsPanel.addAliasBtn.text=Add
|
||||
@ -83,7 +81,7 @@ AddAccountDialog.typeLbl.text=Type:
|
||||
AddAccountDialog.identiferLbl.text=Identifier:
|
||||
AddAccountDialog.identifierTextField.text=
|
||||
PersonaManagerTopComponent.deleteBtn.text=Delete Persona
|
||||
PMTopComponent_delete_confirmation_msg=Are you sure you want to delete a persona?
|
||||
PMTopComponent_delete_confirmation_msg=Are you sure you want to delete this persona?
|
||||
PMTopComponent_delete_confirmation_Title=Are you sure?
|
||||
PMTopComponent_delete_exception_msg=Failed to delete persona.
|
||||
PMTopComponent_delete_exception_Title=Delete failure
|
||||
|
@ -980,3 +980,4 @@ CallLogArtifactViewer.localAccountPersonaLabel.text=Persona:
|
||||
CallLogArtifactViewer.localAccountPersonaNameLabel.text=jLabel1
|
||||
CallLogArtifactViewer.localAccountPersonaButton.text=jButton1
|
||||
ContactArtifactViewer.personasLabel.text=Personas
|
||||
ContactArtifactViewer.contactImage.text=
|
||||
|
@ -37,11 +37,18 @@ ApplicationContentViewer.title=Application
|
||||
ApplicationContentViewer.toolTip=Displays file contents.
|
||||
CallLogArtifactViewer_number_from=From
|
||||
CallLogArtifactViewer_number_to=To
|
||||
CallLogArtifactViewer_persona_button_new=New
|
||||
CallLogArtifactViewer_persona_button_new=Create
|
||||
CallLogArtifactViewer_persona_button_view=View
|
||||
CallLogArtifactViewer_persona_label=\ Persona:
|
||||
CallLogArtifactViewer_persona_searching=\ Searching...
|
||||
CallLogArtifactViewer_persona_text_none=No Persona
|
||||
CallLogArtifactViewer_persona_label=\ Persona
|
||||
CallLogArtifactViewer_persona_searching=Searching...
|
||||
CallLogArtifactViewer_persona_text_none=None Found
|
||||
ContactArtifactViewer_missing_account_label=Missing Account:
|
||||
ContactArtifactViewer_persona_account_justification=Account found in Contact artifact
|
||||
ContactArtifactViewer_persona_button_new=Create
|
||||
ContactArtifactViewer_persona_button_view=View
|
||||
ContactArtifactViewer_persona_label=Persona
|
||||
ContactArtifactViewer_persona_searching=\ Searching...
|
||||
ContactArtifactViewer_persona_text_none=None found
|
||||
DataContentViewerArtifact.failedToGetAttributes.message=Failed to get some or all attributes from case database
|
||||
DataContentViewerArtifact.failedToGetSourcePath.message=Failed to get source file path from case database
|
||||
DefaultArtifactContentViewer.attrsTableHeader.sources=Source(s)
|
||||
@ -1080,3 +1087,5 @@ MessageArtifactViewer.htmlPane.TabConstraints.tabTitle=HTML
|
||||
CallLogArtifactViewer.localAccountPersonaLabel.text=Persona:
|
||||
CallLogArtifactViewer.localAccountPersonaNameLabel.text=jLabel1
|
||||
CallLogArtifactViewer.localAccountPersonaButton.text=jButton1
|
||||
ContactArtifactViewer.personasLabel.text=Personas
|
||||
ContactArtifactViewer.contactImage.text=
|
||||
|
Loading…
x
Reference in New Issue
Block a user