Skip to content

Commit c850f30

Browse files
committed
improved translation
1 parent 8bd000b commit c850f30

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

reference/filesystem/functions/dirname.xml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
di caratteri multibyte, deve essere impostata la codepage corrispondente.
3636
Se <parameter>path</parameter> contiene caratteri non validi per la codepage
3737
corrente, il comportamento di <function>dirname</function> non è definito.
38-
39-
On Windows, <function>dirname</function> assumes the currently set codepage, so for it to see the
40-
correct directory name with multibyte character paths, the matching codepage must
41-
be set.
42-
If <parameter>path</parameter> contains characters which are invalid for the
43-
current codepage, the behavior of <function>dirname</function> is undefined.
4438
</para>
4539
<para>
4640
negli altri sistemi operativi, nella funzione <function>dirname</function> si presume che <parameter>path</parameter>
@@ -85,11 +79,11 @@
8579
<refsect1 role="returnvalues">
8680
&reftitle.returnvalues;
8781
<para>
88-
Restituisce il percorso di una directory padre. Se non ci sono barre in
82+
Restituisce il percorso di una directory padre<!--genitore-->. Se non ci sono slash in
8983
<parameter>path</parameter>, viene restituito un punto ('<literal>.</literal>'), che
9084
indica la directory corrente. In caso contrario, la stringa restituita è
91-
<parameter>path</parameter> con qualsiasi
92-
<literal>/component</literal> finale rimosso.
85+
<parameter>path</parameter> senza qualsiasi
86+
<literal>/component</literal> finale.
9387
</para>
9488

9589
<caution>
@@ -112,30 +106,6 @@ dirname('C:\\'); // Restituirà 'C:\' su Windows e '.' su sistemi *nix.
112106
</caution>
113107
</refsect1>
114108

115-
<refsect1 role="changelog">
116-
&reftitle.changelog;
117-
<para>
118-
<informaltable>
119-
<tgroup cols="2">
120-
<thead>
121-
<row>
122-
<entry>&Version;</entry>
123-
<entry>&Description;</entry>
124-
</row>
125-
</thead>
126-
<tbody>
127-
<row>
128-
<entry>7.0.0</entry>
129-
<entry>
130-
Aggiunto il parametro optionale <parameter>levels</parameter>.
131-
</entry>
132-
</row>
133-
</tbody>
134-
</tgroup>
135-
</informaltable>
136-
</para>
137-
</refsect1>
138-
139109
<refsect1 role="examples">
140110
&reftitle.examples;
141111
<para>

0 commit comments

Comments
 (0)