German translation for aC 1.1 beta 3 download
Page: 1
Sebastian Tänzer
on Apr 20. 2008. 10:53 pm
Here is my german translation for aC 1.1 beta 3.
I know it's far from perfect but I did not want to put too much effort into this while aC is in beta stadium.
I'll update the translation as soon as aC goes out of beta.
Comments and corrections highly appreciated!
I know it's far from perfect but I did not want to put too much effort into this while aC is in beta stadium.
I'll update the translation as soon as aC goes out of beta.
Comments and corrections highly appreciated!
Sebastian Tänzer
on Apr 20. 2008. 10:58 pm
Hmm, forum does not like changing files ;)
Sebastian Tänzer:Here is my german translation for aC 1.1 beta 3.
I know it's far from perfect but I did not want to put too much effort into this while aC is in beta stadium.
I'll update the translation as soon as aC goes out of beta.
Comments and corrections highly appreciated!
gdvillarreal
on Apr 30. 2008. 7:44 pm
Sebastian, what is the process you followed to install or create new localizations? Where are the options to enable a localization for a user? I just copied your localization to the localization folder hoping something would happen but I guess there's more to it.
Thanks.
Thanks.
Sebastian Tänzer
on May 1. 2008. 12:11 pm
gdvillarreal,
You have to activate localization in /config/defaults.php:
After that you'll find a new button "Languages" in the Admin section and you can create new translations based on the default language (English).
To activate a new language based on pre-translated sets like mine you have to set up the new language first (name it de_DE like mine) and then copy the files from the archive over to your FTP into /activecollab/localization
Btw, attached is the updated german translation for beta 4.
You have to activate localization in /config/defaults.php:
// Disable localization support
if(!defined('LOCALIZATION_ENABLED')) {
define('LOCALIZATION_ENABLED', true);
} // if
After that you'll find a new button "Languages" in the Admin section and you can create new translations based on the default language (English).
To activate a new language based on pre-translated sets like mine you have to set up the new language first (name it de_DE like mine) and then copy the files from the archive over to your FTP into /activecollab/localization
Btw, attached is the updated german translation for beta 4.
Ilija Studen
on May 1. 2008. 1:48 pm
You should NEVER update defaults.php. We update it frequently and you need to overwrite it with new one whenever we release a new aC version.
Instead change the value of LOCALIZATION_ENABLED option. With beta4 it will already be present in your config file but set to false (you'll need to change it to true). With older versions you'll need to add it by inserting this line in your config.php:
That will enable localization in your setup.
Instead change the value of LOCALIZATION_ENABLED option. With beta4 it will already be present in your config file but set to false (you'll need to change it to true). With older versions you'll need to add it by inserting this line in your config.php:
define('LOCALIZATION_ENABLED', true); That will enable localization in your setup.
activeCollab team member



