Browsing Italian translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Italian guidelines.

These translations are shared with bzr in Ubuntu Noble template bzr.

20492058 of 2380 results
2049.
Conflict moving FILE into DIRECTORY. Cancelled move.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:305
2050.
This happens when the source and the target have each moved directories, so
that, if the change could be applied, a directory would be contained by itself.
For example::
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:307
2051.
$ bzr init
$ bzr mkdir white
$ bzr mkdir black
$ bzr commit -m "BASE"
$ bzr branch . ../other
$ bzr mv white black
$ bzr commit -m "THIS"
$ bzr mv ../other/black ../other/white
$ bzr commit ../other -m "OTHER"
$ bzr merge ../other
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:311
2052.
In this situation, Bazaar will cancel the move, and leave ``white`` in
``black``. To resolve that kind of conflict, you just have to decide what
name should be retained for the directories involved.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:322
2053.
* ``--action=take-this`` will acknowledge Bazaar choice of leaving ``white``
in ``black``,
* ``--action=take-other`` will revert Bazaar choice and move ``black`` in
``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,
* ``--action=done`` will just mark the conflict as resolved.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:328
2054.
Non-directory parent
--------------------
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:336
2055.
Conflict: foo.new is not a directory, but has files in it.
Created directory.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:341
2056.
This happens when one side has added files to a directory, and the other side
has changed the directory into a file or symlink. For example::
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:344
2057.
$ bzr init
$ bzr mkdir foo
$ bzr commit -m "BASE"
$ bzr branch . ../other
$ rmdir foo
$ touch foo
$ bzr commit -m "THIS"
$ bzr mkdir ../other/foo/bar
$ bzr commit ../other -m "OTHER"
$ bzr merge ../other
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:347
2058.
To resolve that kind of conflict, you have to decide what name should be
retained for the file, directory or symlink involved.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:358
20492058 of 2380 results

This translation is managed by Launchpad Italian translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Daniel, Francesco Muriana, Gianfranco Frisani, Michele Galimberti, Milo Casagrande, Salvatore Cocuzza, SebastianoPistore.