diff options
author | Marcin Łabanowski <marcin@6irc.net> | 2012-12-15 09:28:19 +0100 |
---|---|---|
committer | Marcin Łabanowski <marcin@6irc.net> | 2012-12-15 09:28:19 +0100 |
commit | 280ba89b267474f7baa323d8578e389cfb2bfff3 (patch) | |
tree | a8c980c7a0857e4ce3c50b03c5b0209097086f38 | |
parent | fe7fcc2dc372c95bde081c99aa255f974b2f02a8 (diff) |
Fix the language files to state the correct charset.
-rw-r--r-- | language/anope.ca_ES.po | 2 | ||||
-rw-r--r-- | language/anope.el_GR.po | 2 | ||||
-rw-r--r-- | language/anope.es_ES.po | 2 | ||||
-rw-r--r-- | language/anope.fr_FR.po | 2 | ||||
-rw-r--r-- | language/anope.it_IT.po | 2 | ||||
-rw-r--r-- | language/anope.nl_NL.po | 2 | ||||
-rw-r--r-- | language/anope.pt_PT.po | 2 | ||||
-rw-r--r-- | language/anope.tr_TR.po | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/language/anope.ca_ES.po b/language/anope.ca_ES.po index 5a52e395f..6f07e3f86 100644 --- a/language/anope.ca_ES.po +++ b/language/anope.ca_ES.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Catalan\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: modules/commands/cs_xop.cpp:288 diff --git a/language/anope.el_GR.po b/language/anope.el_GR.po index fa4d5f77d..071868519 100644 --- a/language/anope.el_GR.po +++ b/language/anope.el_GR.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Greek\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-7\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/language/anope.es_ES.po b/language/anope.es_ES.po index 66ab937a3..e35cba31e 100644 --- a/language/anope.es_ES.po +++ b/language/anope.es_ES.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Spanish\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/language/anope.fr_FR.po b/language/anope.fr_FR.po index a3d1da32d..930ad36be 100644 --- a/language/anope.fr_FR.po +++ b/language/anope.fr_FR.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: French\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/language/anope.it_IT.po b/language/anope.it_IT.po index 951b14651..fb8ca2fcd 100644 --- a/language/anope.it_IT.po +++ b/language/anope.it_IT.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Italian\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/language/anope.nl_NL.po b/language/anope.nl_NL.po index 0fd96018f..3e865da03 100644 --- a/language/anope.nl_NL.po +++ b/language/anope.nl_NL.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Dutch\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/language/anope.pt_PT.po b/language/anope.pt_PT.po index 8f487164c..a97efa035 100644 --- a/language/anope.pt_PT.po +++ b/language/anope.pt_PT.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Portuguese\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/language/anope.tr_TR.po b/language/anope.tr_TR.po index 16c8bf7c6..7a4261497 100644 --- a/language/anope.tr_TR.po +++ b/language/anope.tr_TR.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Turkish\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=ISO-8859-9\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" |