mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Italien ready ! Merci Nicolas
This commit is contained in:
parent
15a64b978f
commit
b9ddae6f64
6 changed files with 5 additions and 2 deletions
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: it_IT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: emailPoubelleAdmin.php:27
|
||||
|
|
1
lang/it_IT
Symbolic link
1
lang/it_IT
Symbolic link
|
@ -0,0 +1 @@
|
|||
it
|
|
@ -422,6 +422,7 @@ function languesSwitch() {
|
|||
<form id="fromLangueSwitch" action="#" method="post">
|
||||
<input type="hidden" name="langSwitch" value="" id="langSwitch" />
|
||||
<img alt="fr" src="'.URLINC.'/fr.png" onclick="langSwitch(\'fr\');" />
|
||||
<img alt="it" src="'.URLINC.'/it.png" onclick="langSwitch(\'it\');" />
|
||||
<img alt="en" src="'.URLINC.'/en.png" onclick="langSwitch(\'en\');" />
|
||||
</form>
|
||||
</div>';
|
||||
|
|
|
@ -12,6 +12,7 @@ $lang = $lang_from_http_accept[0];
|
|||
$langueEtLocalDispo=array(
|
||||
'fr' => 'fr_FR',
|
||||
'en' => 'en_US',
|
||||
'it' => 'it_IT',
|
||||
);
|
||||
|
||||
|
||||
|
|
BIN
lib/it.png
Normal file
BIN
lib/it.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 901 B |
Loading…
Reference in a new issue