Files
openide/platform/lvcs-impl/resources/messages/LocalHistoryBundle.properties
Dmitry Zhuravlev a862a8d09b [lvcs] implement a toggle for showing system labels in the activity view (IJPL-163462)
Follow-up: 3208fc6842cebf31203a999fb414a1c77e323999

GitOrigin-RevId: 8db1882e0072b53c19963005736980e330f71f34
2025-06-13 15:40:48 +00:00

110 lines
5.1 KiB
Properties

#History dialogs
revisions.table.period.recent=Last {0} Hours
revisions.table.period.older=Older
revisions.table.period.old=Old Changes
revisions.table.filesCount={0} {0, choice, 1#file|2#files}
current.revision=Current
file.does.not.exist=File does not exist
content.not.available=File content is not available
action.show.difference=Show Difference
action.revert=Revert
action.create.patch=Create Patch\u2026
action.revert.selection=Revert Selection
message.patch.copied.to.clipboard=Patch copied to clipboard
message.patch.created=Patch file has been created
message.processing.revisions=Processing revisions\u2026
message.processing.left.revision=Processing left revision\u2026
message.processing.right.revision=Processing right revision\u2026
message.cannot.revert.because=Cannot revert because {0}
message.cannot.create.patch.because.of.unavailable.content=Cannot create patch because content of some\nof the selected files was not stored due to its big size.
message.error.during.revert=Error during revert: {0}
message.error.during.create.patch=Error during patch creation: {0}
#Create patch dialog
create.patch.dialog.title=Create Patch
#PutLabel dialog
put.label.dialog.title=Put Label
put.label.name=Label &name:
#Recent changes
recent.changes.loading=Loading Recent Changes
recent.changes.popup.title=Recent Changes
recent.changes.to.changes=There are no changes
#Activity names
activity.name.external.change=External change
activity.name.revert.to.date=Revert to {0}
activity.name.revert.to.change.date=Revert to ''{0}'' at {1}
activity.name.revert=Revert
activity.name.revert.date=Revert {0}
activity.name.revert.change.date=Revert ''{0}'' at {1}
#Revert errors and messages
revert.error.files.are.read.only=some files are read-only
#Actions
group.LocalHistory.text=Local _History
action.LocalHistory.ShowHistory.text=Show _History\u2026
action.LocalHistory.ShowHistory.GoToAction.text=Show Local History\u2026
action.LocalHistory.ShowHistory.ActionPlace.VcsQuickListPopupAction.text=Show Local History\u2026
action.LocalHistory.ShowSelectionHistory.text=Show History for Selection\u2026
action.LocalHistory.ShowSelectionHistory.GoToAction.text=Show Local History for Selection\u2026
action.synonym.LocalHistory.ShowSelectionHistory.method.text=Show Local History for Method\u2026
action.synonym.LocalHistory.ShowSelectionHistory.class.text=Show Local History for Class\u2026
action.LocalHistory.ShowProjectHistory.text=Show Project History\u2026
action.LocalHistory.ShowProjectHistory.GoToAction.text=Show Local History for Project\u2026
# suppress inspection "UnusedProperty"
action.LocalHistory.ShowProjectHistory.Vcs.Toolbar.Widget.text=Local History\u2026
action.LocalHistory.PutLabel.text=Put _Label\u2026
action.RecentChanges.text=R_ecent Changes
action.ValidateLocalHistory.text=Validate Local History Storage
#Activity view
activity.toolwindow.title=Local History
activity.dialog.title=Local History: {0}
activity.recent.tab.title=Recent
activity.empty.text.loading=Loading\u2026
activity.list.empty.text.recent=No recent activity detected
activity.list.empty.text.recent.matching=No matching recent activity detected
activity.list.empty.text.in.scope=No activity in {0} detected
activity.list.empty.text.in.scope.matching=No matching activity in {0} detected
activity.item.presentation=Change
activity.item.presentation.from.path=Change {0}
activity.item.presentation.from.paths=Change {0} + {1} more
activity.item.presentation.create.path=Create {0}
activity.item.presentation.delete.path=Delete {0}
activity.item.presentation.rename.path=Rename {0} to {1}
activity.item.presentation.move.path=Move {0} to {1}
activity.item.presentation.modify.path=Modify {0}
activity.filter.empty.text.content=Search by content
activity.filter.empty.text.fileName=Search by file name
activity.browser.empty.text=No changes detected
activity.browser.empty.text.no.selection=Select activity to view changes
activity.browser.diff.mode.presentation.local=local directory
activity.browser.diff.mode.presentation.next=next revision
activity.browser.diff.mode.text=Diff with the {0}.
activity.browser.diff.mode.link=Switch to diff with the {0}
activity.diff.tab.title=Local History Diff
activity.diff.tab.title.recent=Recent Local History Diff
activity.diff.tab.title.file=Local History: {0}
activity.diff.content.title=Before {0}
activity.action.patch.collecting.diff=Collecting Differences
action.ActivityView.Revert.text=Revert Selected and Later Changes
action.ActivityView.RevertDifferences.text=Revert Selection
action.ActivityView.CreatePatch.text=Create Patch\u2026
group.ActivityView.Options.text=View Options
action.ActivityView.ShowSystemLabelsAction.text=Show System Events
# notifications
notification.group.general=Local history messages
notification.title.local.history.broken=Local History is broken
notification.content.local.history.broken=Local History storage file has become corrupted and will be rebuilt
notification.content.label.name.created=Label {0} created
notification.action.view.local.history=View local history
notification.content.label.creation.failed=Could not create label {0}
# used externally
dialog.title.revert=Revert
message.do.you.want.to.proceed={0}\n\nDo you want to proceed?