Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

DraconBundle.properties
#
# Dracon - An IntelliJ-Pijul integration.
# Copyright 2021 JonathanxD <jhrldev@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#

dracon.vcs.name=Pijul
dracon.vcs.name.with.mnemonic=_Pijul


action.Pijul.Init.text=Create Pijul Repository
action.Pijul.Add.text=Add Files...
action.Pijul.ExpertRecord.text=Record (Expert Mode)...
action.Pijul.Push.text=Push Changes...
action.Pijul.InvalidateCaches.text=Invalidate Caches
action.Pijul.AddToIgnore.text=Add To .ignore
action.Pijul.Commit.And.Push.text=Commit And Push...
action.Pijul.push.enter.remote=Enter Remote
init.title=Create Pijul Repository
init.description=Select the target directory to init Pijul repository.
init.warning.title=Pijul Init
init.warning.already.under.pijul=The directory <tt>{0}</tt> is already under Pijul.\n\
  Are you sure that you want to create a new VCS root?
init.error=Failed to initialize Pijul repository.

dracon.refresh=Refreshing Pijul Repository

group.Pijul.Menu.text=_Pijul

record.action.name=Record
record.author=&Author:
record.expert.mode.title=Record (Expert Mode)

push.button.text=Push
push.terminal.text=Push

push.notification.group.id=Push changes
push.notification.title=Push
push.notification.success=Successfully pushed changes.
push.notification.failure=Failed to push changes with exit code <bold>{0}</bold> and message: <tt>{1}</tt>.

expert.mode.button.record=Record
expert.mode.button.cancel=Cancel

expert.mode.notification.group.id=Expert mode
expert.mode.notification.title=Record (expert mode)
expert.mode.notification.success=Successfully recorded changes. New revision: <tt>{0}</tt>.
expert.mode.notification.failure=Failed to record changes with exit code <bold>{0}</bold> and message: <tt>{1}</tt>.

editor-server.timeout.title=Timeout
editor-server.timeout.text=Timeout to connect to Editor Server. Please try again!

cache.invalidate.text=Invalidating caches...
cache.invalidate.current.text=Invalidating <em>{0}</em>...
cache.invalidate.finish.text=Invalidated caches

install.pijul.title=Install pijul
install.pijul.title2=Install Pijul
install.pijul.text=Cannot find pijul binaries.\n\
  Do you want to install pijul using rust cargo?

install.editor.server.title=Install editor-server
install.editor.server.title2=Install Editor Server
install.editor.server.text=Cannot find editor-server binaries.\n\
  Dracon depends on editor-server for interfacing with Pijul.\n\
  Do you want to install editor-server using rust cargo?

install.cargo.title=Install Rustup and Cargo
install.cargo.text=In order to install <tt>{0}</tt> you need to have cargo installed.\n\
  However we cannot find cargo installed in this machine.\n\
  Do you want to install rustup with cargo?\n\
  If you agree, we will download rustup and launch the installer, you take from there.

install.pijul.warning.text=You won't be able to use Dracon plugin since some dependencies could not be installed.

install.cargo.running.text=Running cargo install...

index.revision.text=Indexing files revisions.
index.reset.text=Resetting working directory...
index.check.text=Checking revisions...
index.load.rev.for.text=Loading revision <tt>{0}</tt> for file <tt>{1}</tt>
index.check.rev.text=Checking revision <tt>{0}</tt>...
index.item.description.text=Indexing <tt>{0}</tt>...
index.item.description.finish.text=Finished!
index.unrecord.description.text=Un-recording changes...
index.ls.text=Listing tracked files...
index.copy.text=Copying files...
index.revision.loading.text=Loading revisions...
index.revision.files.text=Working on files...
index.revision.description.text=Working on revision {0}...
index.revision.file.description.text=Loading file {0} of revision {1}...

remote.invalid.remote.text=Invalid remote server {0}...
command.execute.text=Executing command in terminal...

settings.title=Dracon (Pijul)
settings.pijul.path.text=Pijul path:
settings.pijul.path.description.text=Dracon does not embed the pijul binary, you should install it
settings.pijul.path.tooltip.text=Dracon does not embed the pijul binary, you should install it using cargo or by \
  downloading a build for your platform. See <a href="https://oblitersoftware.github.io/">Dracon installation</a>
settings.pijul.text=Pijul settings
settings.editor.text=Editor server settings
settings.editor.path.text=Editor server path:
settings.editor.path.tooltip.text=Dracon does not embed the editor-server binary, you should install it using cargo or by \
  downloading a build for your platform. See <a href="https://oblitersoftware.github.io/">Dracon installation</a>
settings.install.text=Click here to read more about Dracon installation.
settings.pijul.path.detect.text=Detect Pijul
settings.editor.path.detect.text=Detect Editor Server
settings.pijul.path.select.text=Select Pijul Binary
settings.editor.path.select.text=Select Editor Server Binary
settings.dracon.index.all.text=Index all revisions
settings.dracon.index.all.tooltip.text=Enable caching of all revisions, it does speed up revision loading however \
  caching uses a bunch of storage space and takes a bit of more time at first loading.

pijul.log.refGroup.default=Default
pijul.log.refGroup.current=Current
pijul.log.refGroup.channel=Channel
pijul.log.refGroup.tag=Tag
pijul.log.refGroup.tag_text={0}
pijul.log.refGroup.mainChannel=main
pijul.log.refGroup.other=Other