Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
<Item ItemId=";Strings" ItemType="0" PsrId="306" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";loc.messages.LIB_CopyDirectoryWithoutRecursiveOption" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[cp: cannot copy a directory '%s' without the recursive option]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[cp: impossibile copiare una directory '%s' senza l'opzione ripetuta]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";loc.messages.LIB_CopyFileFailed" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error while copying the file. Attempts left: %s]]></Val>
Expand Down
Loading