Advertisement

French and German Language

General questions regarding the use of languages and encoding issues in Joomla! 1.0.x. Multi-lingual site solutions can be discussed in the child board. Translation discussions are now separate and can be found in the Working Groups Area.

Moderator: General Support Moderators

Locked
Febrisio
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Nov 19, 2007 8:36 pm

French and German Language

Post by Febrisio » Sat Sep 26, 2009 12:59 pm

Someone know Where could I find language packages for previuos version of joomla (1.0.13) and jomfish 1.8?

An example of my italian.xml:

Code: Select all

<mosinstall version="1.0.0" type="language">
<name>Italian</name>
<version>1.0.0</version>
<creationDate>2005-09-14</creationDate>
<author>TTI joomla.it</author>
<authorEmail>[email protected]</authorEmail>
−
<files>
<filename>italian.php</filename>
<filename>italian.ignore.php</filename>
</files>
</mosinstall>



An example of my italian.ini

Code: Select all

<?php
/**
* @version $Id: italian.php 283 2005-09-15 13:12:03Z TTI Vamba $
* @package Joomla italian by vamba
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );

/** common */
DEFINE('_LANGUAGE','it');
DEFINE('_NOT_AUTH','Spiacenti, non sei autorizzato a visualizzare questa risorsa.');
DEFINE("_DO_LOGIN","Se hai gi&#224; un account registrato, <a href='index.php?option=com_login&task=login'>Accedi</a> in caso contrario <a href='index.php?option=com_registration&task=register'>registra un account</a> adesso.<br />");
DEFINE('_VALID_AZ09',"Per favore, inserisci un campo %s valido. Senza spazi, con pi&#249; di %d caratteri che comprendano 0-9,a-z,A-Z");
DEFINE('_CMN_YES','Si');
DEFINE('_CMN_NO','No');
DEFINE('_CMN_SHOW','Mostra');
DEFINE('_CMN_HIDE','Nascondi');
.
.
.

...

Advertisement
Febrisio
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Nov 19, 2007 8:36 pm

Re: French and German Language

Post by Febrisio » Sat Sep 26, 2009 1:13 pm

i have found one in french it'ŝ working:
http://forum.joomla.org/download/file.php?id=33715

Febrisio
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Nov 19, 2007 8:36 pm

Re: French and German Language

Post by Febrisio » Sat Sep 26, 2009 5:31 pm


Advertisement

Locked

Return to “Language - 1.0.x”