Change line endings to unix.

This commit is contained in:
Boris Gulay
2016-10-18 22:12:40 +03:00
parent c76942a6cd
commit 0e0b00dea2

View File

@@ -1,50 +1,50 @@
<?php <?php
/* /*
* Localization file for ident_switch plugin * Localization file for ident_switch plugin
*/ */
$labels = array(); $labels = array();
// IMAP // IMAP
$labels['form.caption'] = 'IMAP'; $labels['form.caption'] = 'IMAP';
// Enabled // Enabled
$labels['form.enabled'] = 'Abilita'; $labels['form.enabled'] = 'Abilita';
// Label // Label
$labels['form.label'] = 'Nome visualizzato'; $labels['form.label'] = 'Nome visualizzato';
// Server host name // Server host name
$labels['form.host']='Nome del server'; $labels['form.host']='Nome del server';
// Secure connection (SSL/TLS) // Secure connection (SSL/TLS)
$labels['form.secure']='Sicurezza della connessione'; $labels['form.secure']='Sicurezza della connessione';
// Port // Port
$labels['form.port']='Porta'; $labels['form.port']='Porta';
// Username // Username
$labels['form.username'] = 'Username'; $labels['form.username'] = 'Username';
// Password // Password
$labels['form.password'] = 'Password'; $labels['form.password'] = 'Password';
// Folder hierarchy delimiter // Folder hierarchy delimiter
$labels['form.delimiter'] = 'Delimitatore gerarchico delle cartelle'; $labels['form.delimiter'] = 'Delimitatore gerarchico delle cartelle';
// Value in \'Label\' field of IMAP section is too long (32 chars max). // Value in \'Label\' field of IMAP section is too long (32 chars max).
$labels['err.label.long'] = 'Il valore del campo \' Nome Visualizzato\' è troppo lungo. (massimo 32 caratteri).'; $labels['err.label.long'] = 'Il valore del campo \' Nome Visualizzato\' è troppo lungo. (massimo 32 caratteri).';
// Value in \'Server host name\' field of IMAP section is too long (64 chars max). // Value in \'Server host name\' field of IMAP section is too long (64 chars max).
$labels['err.host.long'] = 'Il valore del campo \'Nome del server\' della sezione IMAP è troppo lungo (massimo 64 caratteri).'; $labels['err.host.long'] = 'Il valore del campo \'Nome del server\' della sezione IMAP è troppo lungo (massimo 64 caratteri).';
// Value in \'Username\' field of IMAP section is too long (64 chars max). // Value in \'Username\' field of IMAP section is too long (64 chars max).
$labels['err.user.long'] = 'Il valore del campo \'Username\' della sezione IMAP è troppo lungo (massimo 64 caratteri).'; $labels['err.user.long'] = 'Il valore del campo \'Username\' della sezione IMAP è troppo lungo (massimo 64 caratteri).';
// Value in \'Folder hierarchy delimiter\' field of IMAP section is too long (1 char max). // Value in \'Folder hierarchy delimiter\' field of IMAP section is too long (1 char max).
$labels['err.delim.long'] = 'Il valore del campo \'Delimitatore gerarchico delle cartelle\' è troppo lungo (massimo 1 carattere).'; $labels['err.delim.long'] = 'Il valore del campo \'Delimitatore gerarchico delle cartelle\' è troppo lungo (massimo 1 carattere).';
// Value in \'Port\' field of IMAP section must be a number. // Value in \'Port\' field of IMAP section must be a number.
$labels['err.port.num'] = 'Il valore del campo \'Porta\' nella sezione IMAP deve essere un numero.'; $labels['err.port.num'] = 'Il valore del campo \'Porta\' nella sezione IMAP deve essere un numero.';
// Value in \'Port\' field of IMAP section must be between 1 and 65535. // Value in \'Port\' field of IMAP section must be between 1 and 65535.
$labels['err.port.range'] = 'Il valore del campo \'Porta\' nella sezione IMAP deve essere compreso tra i valori 1 e 65535.'; $labels['err.port.range'] = 'Il valore del campo \'Porta\' nella sezione IMAP deve essere compreso tra i valori 1 e 65535.';