diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index ce0700063..ca450ee4f 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Acesso Negado"; $strAction = "Ações"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index cf5a9a47c..884dbbacb 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'windows-1251'; + $strAccessDenied = "Îòêàçàí äîñòúï"; $strAction = "Äåéñòâèå"; $strAddDeleteColumn = "Äîáàâè/èçòðèé êîëîíà ïî êðèòåðèé"; diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index b13985e76..2a7fd0441 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Access denegat"; $strAction = "Acció"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 25a604dd2..d855b8a76 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'big5'; + $strAccessDenied = "³X°Ý³Q©Úµ´"; $strAction = "°õ¦æ¾Þ§@"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 73970f885..ca8a993c1 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'gb2312'; + $strAccessDenied = "·ÃÎʱ»¾Ü¾ø"; $strAction = "Ö´ÐвÙ×÷"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index d5afa49c4..d1a99c873 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Adgang Nægtet"; $strAction = "Handling"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 961698f0d..7f7cef9d6 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Toegang geweigerd "; $strAction = "Aktie"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index c92ec360d..2672a3f32 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Access denied"; $strAction = "Action"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 3eda14c14..28ee9a079 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Accès refusé"; $strAction = "Action"; $strAddDeleteColumn = "Ajouter/effacer une colonne de critères"; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 633805f56..590e905df 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Zugriff verweigert."; $strAction = "Aktion"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index a18e3c0cb..016595440 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Accesso negato"; $strAction = "Azione"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 47c71fa4f..93e880bf4 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Ingen tilgang"; $strAction = "Handling"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index d71bdf225..53619be75 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-2'; + $strAccessDenied = "Brak dostêpu"; $strAction = "Dzia³anie"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index cad0304c4..d729d8986 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Acesso Negado"; $strAction = "Ações"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index e0428425d..de78d762d 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'koi8-r'; + $strAccessDenied = "÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ"; $strAction = "äÅÊÓÔ×ÉÅ"; $strAddDeleteColumn = "äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÓÔÏÌÂÅà ËÒÉÔÅÒÉÑ"; diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 411efaf71..164a080a1 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'windows-1251'; + $strAccessDenied = " äîñòóïå îòêàçàíî"; $strAction = "Äåéñòâèå"; $strAddDeleteColumn = "Äîáàâèòü/óäàëèòü ñòîëáåö êðèòåðèÿ"; diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 275807196..a66d1b407 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Acceso denegado "; $strAction = "Acción"; $strAddDeleteColumn = "Aqadir/borrar columna de criterio"; diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 8aca079e9..43ed83db2 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'iso-8859-1'; + $strAccessDenied = "Åtkommst nekad"; $strAction = "Handling"; $strAddDeleteColumn = ""; //to translate, but its not in use ... diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 73aa8add3..fa5935e91 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -2,6 +2,8 @@ /* $Id$ */ +$charset = 'tis-620'; + $strAccessDenied = "äÁè͹حҵãËéãªé§Ò¹";#Access denied"; $strAction = "¡ÃзӡÒÃ"; $strAddDeleteColumn = ""; //to translate, but its not in use ...