Rever rlazo patch which broke UTF-8 spanish lang :)

Remember to encode the files differently. ;)
This commit is contained in:
Garvin Hicking 2007-06-14 09:30:08 +00:00
parent 0947729d16
commit b85f59c80c
20 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cn.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_cn.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cs.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_cs.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cz.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_cz.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_da.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_da.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Tom Sommer, <ts@dreamcoder.dk>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_de.inc.php 1621 2007-02-21 09:22:12Z garvinhicking $
<?php # $Id: serendipity_lang_de.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) Jannis Hermanns, Garvin Hicking and others

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_en.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_en.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
/* vim: set sts=4 ts=4 expandtab : */

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_es.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
<?php # $Id: serendipity_lang_es.inc.php 1725 2007-06-13 15:50:38Z rlazo $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Luis Cervantes <LuisCervantes@ono.com>,
@ -8,12 +8,12 @@
# Fixed entities by Leandro Lucarella <luca@llucax.hn.org>
/* vim: set sts=4 ts=4 expandtab : */
@define('LANG_CHARSET', 'ISO-8859-15');
@define('SQL_CHARSET', 'latin2');
@define('DATE_LOCALES', 'es_ES.ISO8859-15, es_ES.ISO8859-1, spanish, sp, es, es_ES, es-ES, es_ES.ISO_8859-15, es_ES.ISO_8859-1');
@define('LANG_CHARSET', 'UTF-8');
@define('SQL_CHARSET', 'utf8');
@define('DATE_LOCALES', 'es_ES.UTF8, es_ES.ISO8859-1, spanish, sp, es, es_ES, es-ES, es_ES.ISO_8859-15, es_ES.ISO_8859-1');
@define('DATE_FORMAT_ENTRY', '%A, %e de %B del %Y');
@define('DATE_FORMAT_SHORT', '%d.%m.%Y %H:%M');
@define('WYSIWYG_LANG', 'es');
@define('WYSIWYG_LANG', 'es-utf');
@define('LANG_DIRECTION', 'ltr');
/* rlazo[20061114]: dado que el español tiene varias traducciones para ciertas

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fa.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_fa.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# this translation, translated by Omid Mottaghi <http://oxygenws.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fi.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_fi.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Mauri Sahlberg <mos@iki.fi>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fr.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_fr.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Sebastian Mordziol <argh@php-tools.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_is.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_is.inc.php 1682 2007-04-18 07:52:35Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Örn Arnarson <orn@arnarson.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ja.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
<?php # $Id: serendipity_lang_ja.inc.php 1702 2007-05-27 20:41:48Z elf2000 $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) Tadashi Jokagi <elf2000@users.sourceforge.net>, 2004-2005.

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ko.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_ko.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by: Wesley Hwang-Chung <wesley96@gmail.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_nl.inc.php 1603 2007-01-29 08:44:12Z garvinhicking $
<?php # $Id: serendipity_lang_nl.inc.php 1685 2007-04-24 10:16:52Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Christiaan Heerze <webmaster@heimp.nl>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_no.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_no.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Jo Christian Oterhals <oterhals@gmail.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_pt.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_pt.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Agner Olson <agner@agner.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ru.inc.php 1607 2007-02-01 11:36:16Z garvinhicking $
<?php # $Id: serendipity_lang_ru.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Nightly <nightly@reys.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tn.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_tn.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tw.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_tw.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_zh.inc.php 1593 2007-01-22 10:45:39Z garvinhicking $
<?php # $Id: serendipity_lang_zh.inc.php 1655 2007-03-22 11:41:57Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by