|
63.
|
|
|
ignored {0} matching "{1}"
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:836
|
|
64.
|
|
|
Create a new versioned directory.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:841
|
|
65.
|
|
|
This is equivalent to creating the directory and then adding it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:843
|
|
66.
|
|
|
No error if existing, make parent directories as needed.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:850
|
|
67.
|
|
|
added %s
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
lade till %s
|
|
Translated and reviewed by
Daniel Nylander
|
|
|
|
Located in
bzrlib/builtins.py:884
|
|
68.
|
|
|
invalid kind %r specified
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:926
|
|
69.
|
|
|
Move or rename a file.
|
|
|
|
Flytta eller byt namn på en fil.
|
|
Translated and reviewed by
Daniel Nylander
|
|
|
|
Located in
bzrlib/builtins.py:963
|
|
70.
|
|
|
bzr mv SOURCE... DESTINATION
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
bzr mv KÄLLA... DESTINATION
|
|
Translated and reviewed by
Daniel Nylander
|
|
|
|
Located in
bzrlib/builtins.py:965
|
|
71.
|
|
|
If the last argument is a versioned directory, all the other names
are moved into it. Otherwise, there must be exactly two arguments
and the file is changed to a new name.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:967
|
|
72.
|
|
|
If OLDNAME does not exist on the filesystem but is versioned and
NEWNAME does exist on the filesystem but is not versioned, mv
assumes that the file has been manually moved and only updates
its internal inventory to reflect that change.
The same is valid when moving many SOURCE files to a DESTINATION.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
bzrlib/builtins.py:971
|