Zen Cart Logo
Forums / Addon Language Packs / German Language Pack for ZC 1.3.9

German Language Pack for ZC 1.3.9

Views: 29,635

Results 81 to 100 of 102
11 May 2011, 9:39 AM
#81
jasonmullee avatar

jasonmullee

New Zenner

Join Date:
May 2011
Posts:
2
Plugin Contributions:
0

German Language Pack for ZC 1.3.9

Hi All,

I'm using zen 1.3.9h and the 1.4 version of the german language pack.

After installation i get the message:

The website encountered an error while retrieving http://dev.addcomputers.com/index.php?main_page=index&language=de. It may be down for maintenance or configured incorrectly.

I have installed french, spanish and other language packs with no issues.

Has anyone had a similar experience / any advice.

Many thanks.

11 May 2011, 10:58 AM
#82
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

I clicked on the link you provided in your post and I am not getting your error.

You may want to clear your cache or use an alternative browser to access the site.

I don't think this has anything to do with the GE language pack :no:

11 May 2011, 11:11 AM
#83
jasonmullee avatar

jasonmullee

New Zenner

Join Date:
May 2011
Posts:
2
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

Hi Frank,

I had just solved the problem :-)

I had a german.php in includes/languages/MY_TEMPLATE/ which caused the issue.

Thank you for your reply.

11 May 2011, 11:14 AM
#84
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

Good to hear that all is well :smile:

4 Jul 2011, 2:03 PM
#85
alekt avatar

alekt

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

Hi I trying to us your German language pack 1.4
I have freshly installed a 1.39h with your language pack (1.4) but I am getting this of the error log PHP Parse error: syntax error, unexpected T_STRING in ............../kunst-stoff.info/shop/includes/languages/german.php on line 23

I have uninstalled and re installed twice now but the problems is reappearing. It all works fine in when English

I cannot for the life of me see what the problem is ?????????

cheers

A

4 Jul 2011, 9:03 PM
#86
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: German Language Pack for ZC 1.3.9

alekt:

Hi I trying to us your German language pack 1.4
I have freshly installed a 1.39h with your language pack (1.4) but I am getting this of the error log PHP Parse error: syntax error, unexpected T_STRING in ............../kunst-stoff.info/shop/includes/languages/german.php on line 23

I have uninstalled and re installed twice now but the problems is reappearing. It all works fine in when English

I cannot for the life of me see what the problem is ?????????

cheers

A

Have you altered those lines?

could you post lines 20-25

4 Jul 2011, 9:21 PM
#87
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

nigelt74:

Have you altered those lines?

could you post lines 20-25

Also please let us know which sub-version of the pack is installed.

There are 2 options, iso-8859-1 and utf-8. You should not install both.

5 Jul 2011, 1:32 PM
#88
mcgill avatar

mcgill

Zen Follower

Join Date:
Aug 2005
Posts:
101
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

Hi
Just installed this pack but when I use iso-8859-1 I get a completely blank screen

5 Jul 2011, 7:54 PM
#89
alekt avatar

alekt

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

nigelt74:

Have you altered those lines?

could you post lines 20-25

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="http://www.kunst-stoff.com" target="_blank">kunst-stoff</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">zen-cart</a>');

// look in your $PATH_LOCALE/locale directory for available locales..
// on RedHat try 'en_US'
// on FreeBSD try 'en_US.ISO_8859-1'
// on Windows try 'en', or 'English'
@setlocale(LC_TIME, 'de_DE.ISO_8859-1'); geändert von MaleBorg
//@setlocale(LC_TIME, 'de_DE.UTF-8', 'de_AT.UTF-8', 'de_CH.UTF-8', 'de_DE.ISO_8859-1','de_DE@euro', 'de_DE', 'de', 'ge', 'deu.deu');
define('DATE_FORMAT_SHORT', '%d.%m %Y'); // this is used for strftime()
define('DATE_FORMAT_LONG', '%A, %d. %B %Y'); // this is used for strftime()
define('DATE_FORMAT', 'd.m.Y'); // this is used for date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');

////
// Return date in raw format
// $date should be in format mm/dd/yyyy
// raw date is in format YYYYMMDD, or DDMMYYYY
if (!function_exists('zen_date_raw')) {
function zen_date_raw($date, $reverse = false){
if ($reverse){
return substr($date, 3, 2) . substr($date, 0, 2) . substr($date, 6, 4);
}else{
// edit by cyaneo for german Date support - thx to hugo13
// return substr($date, 6, 4) . substr($date, 0, 2) . substr($date, 3, 2);
return substr($date, 6, 4) . substr($date, 3, 2) . substr($date, 0, 2);
}
}
}

there you go

A

5 Jul 2011, 7:55 PM
#90
alekt avatar

alekt

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

frank18:

Also please let us know which sub-version of the pack is installed.

There are 2 options, iso-8859-1 and utf-8. You should not install both.

iso-8859-1 ------------is what I installed

A

139h

5 Jul 2011, 10:54 PM
#91
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: German Language Pack for ZC 1.3.9

@setlocale(LC_TIME, 'de_DE.ISO_8859-1'); geändert von MaleBorg

Ok i don't understand the German

but shouldn't that be

@setlocale(LC_TIME, 'de_DE.ISO_8859-1'); //geändert von MaleBorg

5 Jul 2011, 11:37 PM
#92
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

McGill:

Hi
Just installed this pack but when I use iso-8859-1 I get a completely blank screen

https://www.zen-cart.com/tutorials/index.php?article=82

5 Jul 2011, 11:42 PM
#93
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

nigelt74:

........

but shouldn't that be

@setlocale(LC_TIME, 'de_DE.ISO_8859-1');** //**geändert von MaleBorg

That is correct - definitely a bug. Surprises me that this bug only surfaced now several months after uploading the mod :shocking:

6 Jul 2011, 12:43 AM
#94
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

I have submitted v1.4.1 which fixes the bug mentioned in my previous post.

This version should be available within a few days from the **downloads section**.

6 Jul 2011, 8:10 PM
#95
alekt avatar

alekt

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

Cheers

:clap:

A

26 Jan 2013, 11:14 AM
#96
rehreh avatar

rehreh

New Zenner

Join Date:
Jan 2013
Posts:
1
Plugin Contributions:
0

Re: German Language Pack for ZC 1.3.9

Hallo,

I wonder why there is no german lang pack for V1.5.
Is no german shop using this version 4 monts after its release?

I had planned to use zen cart for some shops, but without german i cant do this.

reh

28 Jan 2013, 12:13 PM
#97
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

rehreh:

Hallo,

I wonder why there is no german lang pack for V1.5.
Is no german shop using this version 4 monts after its release?

I had planned to use zen cart for some shops, but without german i cant do this.

reh

Und Hallo aus Australien,

I would think that some shops are certainly using this mod on v1.5.

Due to time restraints I have not "upgraded" this mod from 1.3.9 to 1.5.

If you are desperate for a German language pack you could test the current mod (1.3.9) on your local development server on a ZC 1.5 install and report your findings here.

As the mod is "only" a language pack it should work just fine on your 1.5 installation (anyone else please correct me if I am wrong)

Hope this helps

Frank

28 Jan 2013, 12:17 PM
#98
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: German Language Pack for ZC 1.3.9

There are some differences. Some defines are obsolete, and there are some new. But it should work.

The new defines will show up as CAPITAL LETTERED WORDS, and then you can search in the English files for the normal text, after which you can add it to your German files and translate

28 Jan 2013, 12:28 PM
#99
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: German Language Pack for ZC 1.3.9

Design75:

There are some differences. Some defines are obsolete, and there are some new. But it should work.

The new defines will show up as CAPITAL LETTERED WORDS, and then you can search in the English files for the normal text, after which you can add it to your German files and translate

Could you post the obsolete and new defines please (even if they are copied from your Dutch lang pack)?

Thanks / Frank

28 Jan 2013, 12:49 PM
#100
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: German Language Pack for ZC 1.3.9

sure :smile:, but it has to wait till tonight, right now i do not have the time to search for the defines. But id do know by head, the the following files can be deleted from the pack:

  • /admin/includes/languages/german/cache.php
  • /admin/includes/languages/german/email_welcome.php
  • /admin/includes/languages/german/extra_definitions/editors_list.php (emptied - file can be deleted)
  • /admin/includes/languages/german/extra_definitions/onlyFor139.php (emptied - file can be deleted)
  • /includes/languages/german/tell_a_friend.php
  • /includes/languages/german/modules/shipping/ups.php
  • /includes/languages/german/modules/shipping/usps.php

and these have changed

  • /admin/includes/languages/german.php
  • /admin/includes/languages/german/alert_page.php
  • /admin/includes/languages/german/countries.php
  • /admin/includes/languages/german/currencies.php
  • /admin/includes/languages/german/developers_tool_kit.php
  • /admin/includes/languages/german/email_extras.php
  • /admin/includes/languages/german/featured.php
  • /admin/includes/languages/german/login.php
  • /admin/includes/languages/german/modules.php
  • /admin/includes/languages/german/password_forgotten.php
  • /admin/includes/languages/german/products_price_manager.php
  • /admin/includes/languages/german/products_to_categories.php
  • /admin/includes/languages/german/sqlpatch.php
  • /admin/includes/languages/german/store_manager.php
  • /admin/includes/languages/german/whos_online.php
  • /includes/languages/german.php
  • /includes/languages/german/button_names.php
  • /includes/languages/german/checkout_shipping.php
  • /includes/languages/german/contact_us.php
  • /includes/languages/german/email_extras.php
  • /includes/languages/german/index.php
  • /includes/languages/german/meta_tags.php
  • /includes/languages/german/html_includes/ (the various define_xxx.php files only had non-printing characters removed from them)
  • /includes/languages/german/modules/payment/authorizenet_aim.php
  • /includes/languages/german/modules/payment/freecharger.php
  • /includes/languages/german/modules/payment/paypal.php
  • /includes/languages/german/modules/payment/paypaldp.php
  • /includes/languages/german/modules/payment/paypalwpp.php
  • /includes/languages/german/modules/shipping/freeshipper.php