[Weberp-svn] SF.net SVN: weberp:[4261] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-01-13 15:13:55
|
Revision: 4261 http://weberp.svn.sourceforge.net/weberp/?rev=4261&view=rev Author: tim_schofield Date: 2011-01-13 15:13:46 +0000 (Thu, 13 Jan 2011) Log Message: ----------- Update links to show correct addresses Modified Paths: -------------- trunk/InventoryPlanning.php trunk/InventoryPlanningPrefSupplier.php trunk/MailInventoryValuation.php trunk/PrintCustOrder.php trunk/PrintCustTransPortrait.php trunk/Z_CreateCompanyTemplateFile.php trunk/css/default/default.css trunk/css/fresh/default.css trunk/css/gel/default.css trunk/css/jelly/default.css trunk/css/professional/default.css trunk/css/professional-rtl/default.css trunk/css/silverwolf/default.css trunk/doc/INSTALL.txt trunk/doc/Manual/ManualContributors.html trunk/doc/Manual/ManualGettingStarted.html trunk/doc/Manual/ManualMultilanguage.html trunk/doc/README.txt trunk/includes/PDFSalesAnalysis.inc trunk/includes/PDFStarter.php trunk/includes/class.pdf.php trunk/includes/footer.inc trunk/install/index.php trunk/locale/de_DE.utf8/Manual/ManualContributors.html trunk/locale/de_DE.utf8/Manual/ManualGettingStarted.html trunk/locale/de_DE.utf8/Manual/ManualMultilanguage.html trunk/locale/zh_CN.utf8/Manual/ManualGettingStarted.html trunk/locale/zh_HK.utf8/Manual/ManualGettingStarted.html Modified: trunk/InventoryPlanning.php =================================================================== --- trunk/InventoryPlanning.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/InventoryPlanning.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -30,7 +30,7 @@ // Javier: better to not use references // $pdf = & new Cpdf($PageSize); $pdf = new Cpdf('L', 'pt', 'A4'); - $pdf->addInfo('Creator','webERP http://www.weberp.org'); + $pdf->addInfo('Creator','webERP http://www.web-erp.org'); $pdf->addInfo('Author','webERP ' . $Version); $pdf->addInfo('Title',_('Inventory Planning Report') . ' ' . Date($_SESSION['DefaultDateFormat'])); $pdf->addInfo('Subject',_('Inventory Planning')); Modified: trunk/InventoryPlanningPrefSupplier.php =================================================================== --- trunk/InventoryPlanningPrefSupplier.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/InventoryPlanningPrefSupplier.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -128,7 +128,7 @@ $pdf = new Cpdf('L', 'pt', 'A4'); $pdf->addInfo('Author','webERP ' . $Version); - $pdf->addInfo('Creator','webERP http://www.weberp.org'); + $pdf->addInfo('Creator','webERP http://www.web-erp.org'); $pdf->addInfo('Title',_('Inventory Planning Based On Lead Time Of Preferred Supplier') . ' ' . Date($_SESSION['DefaultDateFormat'])); // $PageNumber = 0; $pdf->addInfo('Subject',_('Inventory Planning Based On Lead Time Of Preferred Supplier')); Modified: trunk/MailInventoryValuation.php =================================================================== --- trunk/MailInventoryValuation.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/MailInventoryValuation.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -39,7 +39,7 @@ /* Standard PDF file creation header stuff */ -$pdf->addInfo('Creator','WebERP http://www.weberp.org'); +$pdf->addInfo('Creator','WebERP http://www.web-erp.org'); $pdf->addInfo('Author','WebERP ' . $Version); Modified: trunk/PrintCustOrder.php =================================================================== --- trunk/PrintCustOrder.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/PrintCustOrder.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -140,7 +140,7 @@ // $pdf = & new Cpdf($PageSize); $pdf = new Cpdf('L', 'pt', 'LETTER'); - $pdf->addInfo('Creator', 'webERP http://www.weberp.org'); + $pdf->addInfo('Creator', 'webERP http://www.web-erp.org'); $pdf->addInfo('Author', 'webERP ' . $Version); $pdf->addInfo('Title', _('Customer Packing Slip') ); $pdf->addInfo('Subject', _('Packing slip for order') . ' ' . $_GET['TransNo']); Modified: trunk/PrintCustTransPortrait.php =================================================================== --- trunk/PrintCustTransPortrait.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/PrintCustTransPortrait.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -53,7 +53,7 @@ $pdf = new Cpdf('P', 'pt', 'A4'); $pdf->addInfo('Author','webERP ' . $Version); - $pdf->addInfo('Creator','webERP http://www.weberp.org'); + $pdf->addInfo('Creator','webERP http://www.web-erp.org'); if ($InvOrCredit=='Invoice'){ $pdf->addInfo('Title',_('Sales Invoice') . ' ' . $FromTransNo . ' to ' . $_POST['ToTransNo']); Modified: trunk/Z_CreateCompanyTemplateFile.php =================================================================== --- trunk/Z_CreateCompanyTemplateFile.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/Z_CreateCompanyTemplateFile.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -202,7 +202,7 @@ echo '<P><a href="' . $rootpath . '/companies/' . $_SESSION['DatabaseName'] . '/reports/' . $_POST['TemplateName'] .'.sql">' . _('Show the sql template file produced') . '</a>'; include('includes/htmlMimeMail.php'); - $Recipients = array('"Submissions" <sub...@we...>'); + $Recipients = array('"Submissions" <sub...@we...>'); $mail = new htmlMimeMail(); $attachment = $mail->getFile( $rootpath . '/companies/' . $_SESSION['DatabaseName'] . '/reports/' . $_POST['TemplateName'] .'.sql'); $mail->setText('Please find company template ' . $_POST['TemplateName']); Modified: trunk/css/default/default.css =================================================================== --- trunk/css/default/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/default/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -2,7 +2,7 @@ | | | default.css | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/css/fresh/default.css =================================================================== --- trunk/css/fresh/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/fresh/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -2,7 +2,7 @@ | | | default.css | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/css/gel/default.css =================================================================== --- trunk/css/gel/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/gel/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -4,7 +4,7 @@ |Pretty blue gradients with lighting. | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/css/jelly/default.css =================================================================== --- trunk/css/jelly/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/jelly/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -4,7 +4,7 @@ |Pretty blue gradients with lighting. | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/css/professional/default.css =================================================================== --- trunk/css/professional/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/professional/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -2,7 +2,7 @@ | | | default.css | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/css/professional-rtl/default.css =================================================================== --- trunk/css/professional-rtl/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/professional-rtl/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -2,7 +2,7 @@ | | | default.css | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/css/silverwolf/default.css 2011-01-13 15:13:46 UTC (rev 4261) @@ -3,7 +3,7 @@ | | | default.css | |---------------------------------------------------| | For use with: | -| Web-ERP - http://web-erp.sourceforge.net | +| Web-ERP - http://weberp.sourceforge.net | | by Logic Works Ltd | |---------------------------------------------------| | Developer: | Modified: trunk/doc/INSTALL.txt =================================================================== --- trunk/doc/INSTALL.txt 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/doc/INSTALL.txt 2011-01-13 15:13:46 UTC (rev 4261) @@ -14,7 +14,7 @@ at the beginning of the script. Where mydatabase is the name of the company database that you are using in your webERP installation. -It is recommended to use phpMyAdmin to run the upgrade script since you select the database to use using the web GUI and you can click on the import tab and select the upgrade script to run against the DB more easily. +It is recommended to use phpMyAdmin to run the upgrade script since you select the database to use using the web GUI and you can click on the import tab and select the upgrade script to run against the DB more easily. If you are running the upgrade script with the mysql command line client, after editing the script as described above the syntax to use is as follows: @@ -23,16 +23,16 @@ where weberp_db_user is the name of your mysql user and some_pass is the password for that user. -If you have some modified scripts that you require these should be saved in a separate directory for the purposes of reworking against the new scripts. +If you have some modified scripts that you require these should be saved in a separate directory for the purposes of reworking against the new scripts. The old version scripts should be deleted and the new scripts extracted to the webERP installation directory under the web-server root directory. config.php will require modification for your database username and password and company specific details. ***************New Installations*************** -There is an automated Installation script to +There is an automated Installation script to -Extract the webERP archive under your web-root directory (folder). Browse to the +Extract the webERP archive under your web-root directory (folder). Browse to the http://yourhost/webERP/ @@ -63,7 +63,7 @@ There are a number of traps with PHP installation depending on the web-server - see: - http://www.weberp.org/wikidocs/FrequentlyAskedQuestionsInstallation + http://www.web-erp.org/wikidocs/FrequentlyAskedQuestionsInstallation The system is developed using MySQL. webERP was also tested up to version 3.05 with the Postgres database server. Postgres is no longer supported due to lack of a developer using and testing with postgres and writing upgrade scripts. Instructions here are for mysql. @@ -145,7 +145,7 @@ 2. Creating the Database -MySQL version 4.1 or above is required +MySQL version 4.1 or above is required INNODB TABLES MUST BE ENABLED IN THE MYSQL SERVER. @@ -205,7 +205,7 @@ 1. weberp-demo.sql This has a minimal amount of demonstration data in a bogus company set up so that transactions can be tried to see how the system works. 2. weberp-new.sql This script has only the basic data necessary to start a new company system off. If you wish to set up your company on webERP then this is the script to use. weberp-new.sql you will need to create a database first (using phpMyAdmin for example) or add the following sql commands to this script - CREATE DATABASE mycompanyname DEFAULT CHARACTER SET utf8 DEFAULT + CREATE DATABASE mycompanyname DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci; USE mycompanyname @@ -267,7 +267,7 @@ //DefaultLanguage $DefaultLanguage ='en_GB.utf8'; -// Whether to display the admin login and password or not +// Whether to display the admin login and password or not $allow_demo_mode = True; // Application version @@ -352,9 +352,9 @@ All the standing configuration data is defined from the system setup tab and each link should be reviewed to enter appropriate data for the business. The manual has a section on Getting Started which is essential reading before going live. -Please try not to refer questions about PHP or database configuration +Please try not to refer questions about PHP or database configuration - check your PHP web server works by installing phpMyAdmin before referring any installation issues -- check http://www.weberp.org for Installation FAQ +- check http://www.web-erp.org for Installation FAQ _____________________________________________________________________ @@ -369,4 +369,4 @@ A copy of the GNU General Public License is included in the doc directory along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Copyright weberp.org 2010 - Contact: in...@we... \ No newline at end of file +Copyright web-erp.org 2010 - Contact: in...@we... \ No newline at end of file Modified: trunk/doc/Manual/ManualContributors.html =================================================================== --- trunk/doc/Manual/ManualContributors.html 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/doc/Manual/ManualContributors.html 2011-01-13 15:13:46 UTC (rev 4261) @@ -17,9 +17,9 @@ <br><br> Danie Brink <br><br> -Phil Daintree +Phil Daintree <br><br> -Murray Dancey +Murray Dancey <br><br> Gilles Deacur <br><br> @@ -119,7 +119,7 @@ <br><br> Mark Yeager (MRP) <br><br> -Zhiguo Yuan +Zhiguo Yuan </td> <td valign="top"> <b>Translation </b> @@ -181,5 +181,5 @@ Some Icons sourced via Creative Commons Attribution 2.5 License. http://www.famfamfam.com/lab/icons/silk/ <br> <br> -If anyone has been overlooked or should have their entry modified please email in...@we... +If anyone has been overlooked or should have their entry modified please email in...@we... <br><br> Modified: trunk/doc/Manual/ManualGettingStarted.html =================================================================== --- trunk/doc/Manual/ManualGettingStarted.html 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/doc/Manual/ManualGettingStarted.html 2011-01-13 15:13:46 UTC (rev 4261) @@ -8,7 +8,7 @@ independent since PHP can be configured as a CGI module for use on MS IIS or as a module for Apache under either Windows (NT, 2000 or XP) or Unix/Linux. It has been tested under both Windows (NT and XP) and -Linux. +Linux. </li><li>MySQL greater than version 4 with Innodb transactional tables support. Foreign key constraints are also required. These were added to Innodb in 2003. Innodb was introduced in 2001 to MySQL and has @@ -49,7 +49,7 @@ The main issues with installation of PHP appear to be: <ol> <li>Some Windows installations come with a setting for -session.save_path= /tmp this is an inappropriate directory for Windows +session.save_path= /tmp this is an inappropriate directory for Windows and should be changed to session.save_path=C:\temp or something more appropriate. </li><li>When the system is hosted on a multi-homed web server farm, @@ -97,7 +97,7 @@ <li>The installer checks that all the pre-requistes are met for an installation. You will note from the screen shot above that this installation does not have sufficient privileges to install webERP because the web-server is unable to write to the webERP directory. It is first necessary to change the permissions on the directory where webERP is installed to ensure that the user that the web-server runs as is able to write a new configuration file to the web space. Cpanel and Plesk have facilities to enable this change to the permissions. Any messages on this screen displayed in red need to be resolved before the installation can proceed. Do not attempt to run the installer while red messages persist. </li> <li> -Many of the fields required will be populated correctly based. However, it is important to check the entries are correct. The installer will not be able to determine the host (computer) where the mysql database server is installed and this must be entered. +Many of the fields required will be populated correctly based. However, it is important to check the entries are correct. The installer will not be able to determine the host (computer) where the mysql database server is installed and this must be entered. </li> <li>The user name and the password to the mysql database server are also required. </li> @@ -136,7 +136,7 @@ <br> All files in the archive except the installation instructions in INSTALL.txt, weberp-demo.sql and weberp-new.sql should be copied -to a directory under the web server DocumentRoot directory. This varies +to a directory under the web server DocumentRoot directory. This varies by distribution but:<br> <br> /srv/www/htdocs<br> @@ -198,7 +198,7 @@ Where 'some_pass' is a password of your choice for the new user 'weberp'. Note that this user 'weberp' can only connect from the local machine so if the web server is on a different machine then the MySQL -server you need to give privileges to connect from other computers. +server you need to give privileges to connect from other computers. See the MySQL manual.<br> <br> Innodb tables must be enabled in the MySQL server. These @@ -220,11 +220,11 @@ </li><li>weberp-new.sql This script has only the basic data necessary to start a new company. If you wish to set up your company using the webERP software, then this is the script to use. This creates -a webERP database and populates it with only the very basic starting data. +a webERP database and populates it with only the very basic starting data. </li></ol><br> <br> The files weberp-demo.sql and web-erp-new.sql should be in -the directory with all the PHP scripts. Change to the directory +the directory with all the PHP scripts. Change to the directory where the scripts are held or use the full path and enter:<br> <br> shell > mysql --user=weberp --password='some_pass' < path_to_web_server/webERP/sql/mysql/weberp-demo.sql<br> @@ -246,13 +246,13 @@ (computer name), username and password of the database connection required to connect to the database server. There is also an option to chose which type of database server is to be used. Currently there are -only options for mysql and mysqli. There is no going forward without +only options for mysql and mysqli. There is no going forward without this data.<br> <br> The default contents of the config.php file are as follows and must be edited in an editor of choice. Then, -save config.php in the web directory where the scripts are located. -Note, the system is continually evolving and may well have changed +save config.php in the web directory where the scripts are located. +Note, the system is continually evolving and may well have changed since this was written.<br> <br> <br> @@ -271,7 +271,7 @@ <br> /* $Revision: 1.8 $<br> config.php<br> -Web-ERP - http://web-erp.sourceforge.net<br> +Web-ERP - http://weberp.sourceforge.net<br> */<br> <br> // User configurable variables<br> @@ -372,8 +372,8 @@ enter password 'weberp'<br> <br> The quotation marks are not required. To set up additional users go to -Main Menu > Setup > User Accounts. Users can change there own -passwords at any time by clicking on their user name shown at the top +Main Menu > Setup > User Accounts. Users can change there own +passwords at any time by clicking on their user name shown at the top left of the screen. For example: "webERP Demo: <i>administrator</i>". Be careful not to delete the demonstration user until a new System Administrator user has been set up. If there are no users defined the @@ -399,7 +399,7 @@ <br> <br> This script may not work because it requires that the web-server has write permission to the scripts directory, in which case you may need to fall back to the manual method described below. -<br>In the default install above you created a database called weberp and there is a directory under webERP/companies also called weberp. To make another company you need to copy this directory and all the sub-directories under it to a new directory under webERP/companies/. The name of this directory needs to be identical to the name of the new database created on the same mysql server. +<br>In the default install above you created a database called weberp and there is a directory under webERP/companies also called weberp. To make another company you need to copy this directory and all the sub-directories under it to a new directory under webERP/companies/. The name of this directory needs to be identical to the name of the new database created on the same mysql server. <br> <br> <font size="+2"><b>Configuration Parameters</b></font><br> @@ -430,7 +430,7 @@ 'fresh'.<br> <br> Each user can select their own preference from the user settings screen. -This is revealed by clicking on their user name shown at the top left of +This is revealed by clicking on their user name shown at the top left of the screen. For example: "webERP Demo: <i>administrator</i>".<br> <br> To create a new theme copy the directory of one of the @@ -459,7 +459,7 @@ the functions between staff so that no user can complete an entire transaction. There are occasions in smaller businesses where this is impractical. However, the system has great flexibility to allow the -user access to be finely defined. See the security schema section.<br> +user access to be finely defined. See the security schema section.<br> <br> As well as allowing the access to be restricted there is some flexibility about the links that are made available to a user. In the @@ -501,7 +501,7 @@ <br> <br> If you are interested in contributing a language pack to webERP - which is always very much appreciated! There are instructions for how to proceed at -http://www.weberp.org/HowToTranslate +http://www.web-erp.org/HowToTranslate <br> <br> <!-- Help End: WWW_Users --> Modified: trunk/doc/Manual/ManualMultilanguage.html =================================================================== --- trunk/doc/Manual/ManualMultilanguage.html 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/doc/Manual/ManualMultilanguage.html 2011-01-13 15:13:46 UTC (rev 4261) @@ -13,9 +13,9 @@ <br>www_root/webERP/locale/en_GB/LC_MESSAGES/message.po <br> Edit the file provided entering the translations for the strings labelled msgid in the string labelled msgstr. Watch for html strings embedded inside the strings the html will also be required in the translated string. Also be sure to ensure that each translated string is enclosed in speech marks ("). Please also complete the translation file header information - with your details so that you are accorded proper recognition for your contribution. -<br>It is especially important to ensure that the string "ISO-8859-1" (at the time of writing around line 19400 in the messages.po file) is translated to be the character set that you wish your translation to use. webERP uses the translated string here to send appropriate html headers so your browser knows how to interpret the characters sent. +<br>It is especially important to ensure that the string "ISO-8859-1" (at the time of writing around line 19400 in the messages.po file) is translated to be the character set that you wish your translation to use. webERP uses the translated string here to send appropriate html headers so your browser knows how to interpret the characters sent. <br><br>It is worthwhile investigating the poedit package as this has some time saving features for creating gettext translation files. -<br><br>Return the file containing your translations to sub...@we... +<br><br>Return the file containing your translations to sub...@we... <br><br>An archive of the new language directory and instructions will be put up on sourceforge so everyone can access your translation. <br><br> <FONT SIZE=+1><B>Technical Overview</B></FONT> @@ -24,7 +24,7 @@ <br><br> webERP uses the GNU gettext package for language translations. For the gettext library to be used - which must be installed on your webserver, PHP must be compiled with gettext functions. However, since version 3.01 thanks to Briain Gomez and the authors of PHP-GETTEXT Danilo Segan and Nico Kaiser their php class to enable the translations to work (albeit more slowly than the gettext library functions) is bundled with webERP so translations will still work even though gettext is not installed. <br><br> -The gettext translation files are held in the locale directory, under this directory there are sub-directories for each locale, a five character code representing the language to be used. eg en for English an underscore and then another two character code in capitals for the local version of the language eg US for USA - so the full locale code becomes en_US. For english of the Great British variety - the full locale code is then en_GB - this is the default language that webERP is written in. The locale for this code needs to be installed on the web-server - all locales installed can be inspected using the command line #locale -a on a linux web server. +The gettext translation files are held in the locale directory, under this directory there are sub-directories for each locale, a five character code representing the language to be used. eg en for English an underscore and then another two character code in capitals for the local version of the language eg US for USA - so the full locale code becomes en_US. For english of the Great British variety - the full locale code is then en_GB - this is the default language that webERP is written in. The locale for this code needs to be installed on the web-server - all locales installed can be inspected using the command line #locale -a on a linux web server. <br><br>New directories will need to be made up if a translator wishes to have a local version for their language. Under the locale directory the five character locale abbreviation code directory there is a further sub-directory called LC_MESSAGES - this is where the translation files exist. There are two files in each of these directories: <BR><BR> 1. messages.po this file contains all the strings to be translated. This is the only file of concern for translators @@ -95,7 +95,7 @@ <BR>* TIS-620 for Thai, <BR>* UTF-8 for any language, including those listed above. <BR><BR> -Since there are such a lot of potential characters in utf-8, the size of font files necessary to be embedded in pdf files makes the resulting pdf file too big to be sent over dial up connections and is therefore to be avoided in favour of the more specific character sets above. +Since there are such a lot of potential characters in utf-8, the size of font files necessary to be embedded in pdf files makes the resulting pdf file too big to be sent over dial up connections and is therefore to be avoided in favour of the more specific character sets above. <BR> <BR>The character encoding name can be written in either upper or lower case. Usually upper case is preferred. <BR><BR> @@ -104,7 +104,7 @@ <BR><BR> <B>Administration</B> <BR><BR> -Once this exercise has been completed the file must be returned to the project administrator: sub...@we... for the .mo file to be created. The new directory will be returned in a zip file for extraction from the webERP directory. The language will then be added to the webERP system for the benefit of other users as well. +Once this exercise has been completed the file must be returned to the project administrator: sub...@we... for the .mo file to be created. The new directory will be returned in a zip file for extraction from the webERP directory. The language will then be added to the webERP system for the benefit of other users as well. <BR><BR> Upon logging into the system each time the system sets the language used by looking up the user information to see what language they have set, The user can change which language is set by clicking on their user name at the top left which brings up User Settings. Changing the language setting will activate the new language right away upon saving the change. Only languages for which there is a directory under the locale directory are allowed to be selected by users. <BR><BR> @@ -118,7 +118,7 @@ The following explains how to use the language translation utilities provided with webERP for the purpose of adding languages and maintaining their translations. <br><br> -In general before using the utilities you need to click on your user name at the top left in order to access user preferences. +In general before using the utilities you need to click on your user name at the top left in order to access user preferences. Select the language to translate and click on Modify. The language utilities all use the currently selected user language. If the language you wish to use is not there then a new translation can be initiated with the 'Add a New Language' utility - see below. By default a new install of webERP will only have the english - en_GB available. The most recent submitted language packs are available from the <A HREF='http://sourceforge.net/project/showfiles.php?group_id=70949'>sourceforge webERP page</A> <br><br> Translations are maintained from the utilities menu - this does not have its own link on the main menu since it is an area that only the system administrator should be able to access. Unauthorised modification of translation files is therefore discouraged. The utlities menu is Z_index.php - so you can modify the URL on the main menu by prefixing it with Z_ - this brings up the utilities menu - only if you have system administrator permissions on your user account. The link to 'Maintain Language Files' is where the translations are managed. @@ -129,7 +129,7 @@ <li>Add a New Language to the System</li> <li>Edit a Language File Header</li> <li>Edit a Language File Module</li> -<br><br> +<br><br> Note that the discussion about what the system does is intended for those handling the system and its files. It is not necessary to understand if you are only dealing with translation. <br><br> @@ -143,7 +143,7 @@ <br><br> <font size="+2"><b>Add a New Language to the System</b></font> <br><br> -Use this utility to create a new language. It is important to recognise that only languages that have appropriate locale files on your web-server can be added. The language identifier must match with the language files on the web-server. Enter the language in the form xx_XX where the first two characters are the lower case standard code for the language such as en for English and the last two are the upper case standard code for the country such as US for United States. This example would be en_US. The underscore must separate the language and country for a total of 5 characters. The Proceed button must be clicked after entering the language in order for it to be created. The system then creates a new language directory under the locale directory and an LC_MESSAGES directory under this new language directory. Then, in this new locale/xx_XX/LC_MESSAGES directory it copies accross the Default Language file (messages.po). Initially there are no translations in the new messages.po file. +Use this utility to create a new language. It is important to recognise that only languages that have appropriate locale files on your web-server can be added. The language identifier must match with the language files on the web-server. Enter the language in the form xx_XX where the first two characters are the lower case standard code for the language such as en for English and the last two are the upper case standard code for the country such as US for United States. This example would be en_US. The underscore must separate the language and country for a total of 5 characters. The Proceed button must be clicked after entering the language in order for it to be created. The system then creates a new language directory under the locale directory and an LC_MESSAGES directory under this new language directory. Then, in this new locale/xx_XX/LC_MESSAGES directory it copies accross the Default Language file (messages.po). Initially there are no translations in the new messages.po file. <br><br> Once the new language has been created, to use the language translation utlities to maintain the new translation you must change to the new language. To change language, the user name shown at the top left of all webERP screens is clicked on and the drop down box should now show the new language created above. Select the new language to enable you to operate with the translation utilities. <br><br> @@ -157,7 +157,7 @@ <br><br> The language file header can be modified using this utility. One important reason for modifying the header is to modify the charset to what is suitable for the locale. For en, the charset is usually set to 8829-1 or something like that. After editing - the various areas of the header make sure to click on Enter Information at the bottom in order to save the changes. + the various areas of the header make sure to click on Enter Information at the bottom in order to save the changes. <br><br> <font size="+2"><b>Edit a Language File Module</b></font> <br><br> @@ -166,7 +166,7 @@ do index.php and includes/header.inc first in order for the main menu to be in their language. From that point, the most important modules can be done first or all can be done alphabetically. Some memorable system should be used though in order to remember which modules still need translating in subsequent sessions. -<br><br> +<br><br> Once the language and module have been selected then click on Proceed. A handy interface comes up with all of the strings listed that are within that module and beside them an area to enter your translation of that string. On the right is a list of the line number where the string occurs in the code within the module. After entering some translations click on Enter Modified: trunk/doc/README.txt =================================================================== --- trunk/doc/README.txt 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/doc/README.txt 2011-01-13 15:13:46 UTC (rev 4261) @@ -10,16 +10,16 @@ SUPPORT -The primary means of support queries is through the user mailing list. +The primary means of support queries is through the user mailing list. Please join the list at: http://lists.sourceforge.net/lists/listinfo/web-erp-users -if you have queries. The archives of the mailing lists on sourceforge and the FAQ (see http://www.weberp.org/wikidocs/FrequentlyAskedQuestionsInstallation) contain the most common issues with respect to installation. +if you have queries. The archives of the mailing lists on sourceforge and the FAQ (see http://www.web-erp.org/wikidocs/FrequentlyAskedQuestionsInstallation) contain the most common issues with respect to installation. Feedback, wants and gripes are encouraged in the interests of improving this applicaton. -DEVELOPING +DEVELOPING -All contributions of code are needed and encouraged. -Guidelines for contributing code are in the document at http://www.weberp.org/wikidocs/ContributingtowebERP developers should read this document carefully and follow the guidelines therein. Standards and conventions used in the code are rigorously applied in the interests of consistency and readability. Code submitted that does not conform to these standards will be changed so it does where possible. +All contributions of code are needed and encouraged. +Guidelines for contributing code are in the document at http://www.web-erp.org/wikidocs/ContributingtowebERP developers should read this document carefully and follow the guidelines therein. Standards and conventions used in the code are rigorously applied in the interests of consistency and readability. Code submitted that does not conform to these standards will be changed so it does where possible. TRANSLATIONS @@ -27,7 +27,7 @@ http://sourceforge.net/project/showfiles.php?group_id=70949 -Translators should read the document http://www.weberp.org/HowToTranslate which describes how to translate webERP. +Translators should read the document http://www.web-erp.org/HowToTranslate which describes how to translate webERP. Translations must be installed under the webERP/locale directory and the locale must be available on the web-server. @@ -42,4 +42,4 @@ A copy of the GNU General Public License is included in the doc directory along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -Copyright weberp.org 2010 - Contact: in...@we... \ No newline at end of file +Copyright web-erp.org 2010 - Contact: in...@we... \ No newline at end of file Modified: trunk/includes/PDFSalesAnalysis.inc =================================================================== --- trunk/includes/PDFSalesAnalysis.inc 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/includes/PDFSalesAnalysis.inc 2011-01-13 15:13:46 UTC (rev 4261) @@ -24,7 +24,7 @@ /* Standard PDF file creation header stuff */ $pdf->addInfo('Author','webERP ' . $Version); -$pdf->addInfo('Creator','webERP http://www.weberp.org'); +$pdf->addInfo('Creator','webERP http://www.web-erp.org'); $pdf->addInfo('Title',$ReportSpec['reportheading']); $pdf->addInfo('Subject',_('Sales Analysis Report') . ' ' . $ReportSpec['reportheading']); Modified: trunk/includes/PDFStarter.php =================================================================== --- trunk/includes/PDFStarter.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/includes/PDFStarter.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -156,7 +156,7 @@ // $pdf = new Cpdf($PageSize); $pdf = new Cpdf($DocumentOrientation, 'pt', $DocumentPaper); -$pdf->addInfo('Creator', 'WebERP http://www.weberp.org'); +$pdf->addInfo('Creator', 'WebERP http://www.web-erp.org'); $pdf->addInfo('Author', 'WebERP ' . $_SESSION['VersionNumber']); Modified: trunk/includes/class.pdf.php =================================================================== --- trunk/includes/class.pdf.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/includes/class.pdf.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -75,7 +75,7 @@ if ($label == 'Creator') { /* Javier: Some scripts set the creator to be WebERP like this - $pdf->addInfo('Creator', 'WebERP http://www.weberp.org'); + $pdf->addInfo('Creator', 'WebERP http://www.web-erp.org'); But the Creator is TCPDF by Nicola Asuni, PDF_CREATOR is defined as 'TCPDF' in tcpdf/config/tcpdfconfig.php */ $this->SetCreator(PDF_CREATOR); } Modified: trunk/includes/footer.inc =================================================================== --- trunk/includes/footer.inc 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/includes/footer.inc 2011-01-13 15:13:46 UTC (rev 4261) @@ -20,12 +20,12 @@ echo '<tr>'; echo '<td class="footer">'; - echo '<a href="http://www.weberp.org" rel="external"><img src="'. $rootpath . '/' . $_SESSION['LogoFile'] . '" width="120" alt="webERP" title="webERP ' . _('Copyright') . ' © webrp.org - ' . date('Y') . '" /></a>'; + echo '<a href="http://www.web-erp.org" rel="external"><img src="'. $rootpath . '/' . $_SESSION['LogoFile'] . '" width="120" alt="webERP" title="webERP ' . _('Copyright') . ' © webrp.org - ' . date('Y') . '" /></a>'; echo '<br />'; echo '</td></tr>'; - echo '<tr><td class="footer">webERP v' . $_SESSION['VersionNumber'] . ' ' . _('Copyright') . ' © weberp.org - '.date('Y').'</td></tr>'; + echo '<tr><td class="footer">webERP v' . $_SESSION['VersionNumber'] . ' ' . _('Copyright') . ' © web-erp.org - '.date('Y').'</td></tr>'; if(http_file_exists('http://sflogo.sourceforge.net/sflogo.php')) { echo '<tr><td class="footer"><a href="https://sourceforge.net/projects/weberp"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=391629&type=12" width="120" height="30" border="0" alt="Get webERP web-based ERP Accounting at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></td></tr>'; Modified: trunk/install/index.php =================================================================== --- trunk/install/index.php 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/install/index.php 2011-01-13 15:13:46 UTC (rev 4261) @@ -168,7 +168,7 @@ $GuessedURL = rtrim(dirname($GuessedURL), 'install'); ?> <input type="text" tabindex="30" name="ba_url" size="30" value="<?php if(isset($_SESSION['ba_url'])) echo $_SESSION['ba_url']; else echo $GuessedURL; ?>"/> - + </td> </tr> </table> @@ -182,24 +182,24 @@ </td> <td width="180"> <input type="radio" tabindex="40" name="operating_system" id="operating_system_linux" onclick="document.getElementById('file_perms_box').style.display = 'block';" value="linux" - <?php - if(!isset($_SESSION['operating_system']) OR $_SESSION['operating_system'] == 'linux') { - echo ' checked'; - } ?> + <?php + if(!isset($_SESSION['operating_system']) OR $_SESSION['operating_system'] == 'linux') { + echo ' checked'; + } ?> /> <font style="cursor: pointer;" onclick="javascript: change_os('linux');">Linux/Unix based</font> <br /> <input type="radio" tabindex="41" name="operating_system" id="operating_system_windows" onclick="document.getElementById('file_perms_box').style.display = 'none';" value="windows" - <?php - if(isset($_SESSION['operating_system']) AND $_SESSION['operating_system'] == 'windows') { - echo ' checked'; } - ?> + <?php + if(isset($_SESSION['operating_system']) AND $_SESSION['operating_system'] == 'windows') { + echo ' checked'; } + ?> /> <font style="cursor: pointer;" onclick="javascript: change_os('windows');">Windows</font> </td> <td> - <div name="file_perms_box" id="file_perms_box" style="margin: 0; padding: 0; display: - <?php + <div name="file_perms_box" id="file_perms_box" style="margin: 0; padding: 0; display: + <?php if(isset($_SESSION['operating_system']) AND $_SESSION['operating_system'] == 'windows') { echo 'none'; } else { @@ -312,8 +312,8 @@ <td style="color: #666666;">Username:</td> <td> admin - <!--<input type="text" tabindex="60" name="admin_username" style="width: 98%;" value="<?php if(isset($_SESSION['admin_username'])) { echo $_SESSION['admin_username']; - } else { + <!--<input type="text" tabindex="60" name="admin_username" style="width: 98%;" value="<?php if(isset($_SESSION['admin_username'])) { echo $_SESSION['admin_username']; + } else { echo 'admin'; } ?>" />--> </td> <td> </td> @@ -374,7 +374,7 @@ <tr> <td align="center" style="font-size: 10px;"> <!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> - <a href="http://www.weberp.org/" style="color: #000000;" target="_blank">WebERP</a> + <a href="http://www.web-erp.org/" style="color: #000000;" target="_blank">WebERP</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> <!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> Modified: trunk/locale/de_DE.utf8/Manual/ManualContributors.html =================================================================== --- trunk/locale/de_DE.utf8/Manual/ManualContributors.html 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/locale/de_DE.utf8/Manual/ManualContributors.html 2011-01-13 15:13:46 UTC (rev 4261) @@ -91,7 +91,7 @@ <br/><br/> Jake Stride <br/><br/> -Marcos Garcia Trejo +Marcos Garcia Trejo </td> <td valign="top"> @@ -138,5 +138,5 @@ </tr> </table> <br><br> -Falls jemand \xFCbersehen wurde oder dessen Eintrag ge\xE4ndert werden sollte, bitte mit Email an in...@we... melden. +Falls jemand \xFCbersehen wurde oder dessen Eintrag ge\xE4ndert werden sollte, bitte mit Email an in...@we... melden. <br><br> \ No newline at end of file Modified: trunk/locale/de_DE.utf8/Manual/ManualGettingStarted.html =================================================================== --- trunk/locale/de_DE.utf8/Manual/ManualGettingStarted.html 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/locale/de_DE.utf8/Manual/ManualGettingStarted.html 2011-01-13 15:13:46 UTC (rev 4261) @@ -34,7 +34,7 @@ <li> Aus unklaren Gr\xFCnden sind manche Server nicht in der Lage, \xFCber $rootpath = dirname($_SERVER['PHP_SELF']); automatisch das korrekte Verzeichnis zu ermitteln. Das \xE4u\xDFert sich darin, dass das System nicht in der Lage ist, die Seiten-Links f\xFCr die unterschiedlichen Systemfunktionen zu finden. Wenn das geschieht, kann die Variable $rootpath direkt auf den Pfad gesetzt werden, in dem die Skripte liegen. <br><br> -Das System k\xF6nnte mit vielen anderen Datenbankservern genutzt werden, aber es ist auf MySQL entwickelt und getestet worden. Eine ConnectDB.inc-Datei f\xFCr Postgres ist mit beigef\xFCgt und es gibt eine Einstellung in der config.php ($dbtype), die es dem Systemadministrator erlaubt, eine Postrgres-Datenbank zu verwenden, wenn ihm diese lieber ist. Unabh\xE4ngige Benchmarks zeigen, dass MySQL f\xFCr die allgemeinsten Datenbankaufgaben eines der schnellsten Systeme ist. Es ist insbesondere schnell beim Aufbau der Verbindungen, und weil es in der Natur des Web liegt, dass f\xFCr jede Seite eine neue Verbindung erstellt wird, macht das MySQL f\xFCr Web-Anwendungen besonders tauglich. +Das System k\xF6nnte mit vielen anderen Datenbankservern genutzt werden, aber es ist auf MySQL entwickelt und getestet worden. Eine ConnectDB.inc-Datei f\xFCr Postgres ist mit beigef\xFCgt und es gibt eine Einstellung in der config.php ($dbtype), die es dem Systemadministrator erlaubt, eine Postrgres-Datenbank zu verwenden, wenn ihm diese lieber ist. Unabh\xE4ngige Benchmarks zeigen, dass MySQL f\xFCr die allgemeinsten Datenbankaufgaben eines der schnellsten Systeme ist. Es ist insbesondere schnell beim Aufbau der Verbindungen, und weil es in der Natur des Web liegt, dass f\xFCr jede Seite eine neue Verbindung erstellt wird, macht das MySQL f\xFCr Web-Anwendungen besonders tauglich. <br><br> Wenn die Integration mit einem Knowledge-Management-System gew\xFCnscht wird, ist die Installation von WackoWiki oder MediaWiki auf dem selben Webserver erforderlich. Dies ist v\xF6llig optional, wird aber als eine M\xF6glichkeit, freiz\xFCgig Informationen im Unternehmen auszutauschen, sehr empfohlen. http://wackowiki.com/WackoDownload/InEnglish?v=xlv <br><br> @@ -56,7 +56,7 @@ <li> Einstellen der Unternehmensangaben im System</li> </ul> -<font size="+2"><b>Die PHP-Scripte kopieren</b></font> +<font size="+2"><b>Die PHP-Scripte kopieren</b></font> <br><br> Alle Dateien des Archives werden in ein Verzeichnis unterhalb des Dokumenten-Wurzelverzeichnisses des Webservers entpackt. Dieses kann je nach Installation variieren: <br><br> @@ -67,7 +67,7 @@ Kopieren Sie das Archiv in dieses Verzeichnis und entpacken Sie dann das Archiv, das das weberp-Verzeichnis im Root-Verzeichnis anlegt und alle ben\xF6tigten Dateien in diesem Verzeichnis ablegt. <br><br> <font size="+2"><b>Die Datenbank anlegen</b></font> -<br><br> +<br><br> Diese Information unterstellt, dass Sie einen MySQL-Datenbankserver verwenden. Es ist zwar eine SQL-Dump-Datei f\xFCr Postgres ebenso enthalten, diese Anleitung bezieht sich aber auf das f\xFCr MySQL N\xF6tige. <br><br> Sie m\xFCssen den Benutzernamen und das Passwort f\xFCr den MySQL-Server kennen. Wenn Sie selbst noch keine vergeben haben, ist der Standard @@ -82,7 +82,7 @@ <br><br> Aus dem MySQL-Handbuch (bearbeitet): <br><br> -Der MySQL-root-Benutzer wird als Superuser angelegt, der alles tun darf. Verbindungen m\xFCssen vom lokalen Host aus gemacht werden. HINWEIS: Das anf\xE4ngliche root-Passwort ist leer, daher kann sich jeder als root ohne Passwort verbinden und hat alle Berechtigungen. Weil Ihre Installation anfangs weit offen ist, sollten Sie als eins der ersten Dinge ein Passwort f\xFCr den MySQL-root-Benutzer anlegen. Das k\xF6nnen Sie wie folgt tun (beachten Sie, dass das Passwort mit der PASSWORD()-Funktion angegeben wird): +Der MySQL-root-Benutzer wird als Superuser angelegt, der alles tun darf. Verbindungen m\xFCssen vom lokalen Host aus gemacht werden. HINWEIS: Das anf\xE4ngliche root-Passwort ist leer, daher kann sich jeder als root ohne Passwort verbinden und hat alle Berechtigungen. Weil Ihre Installation anfangs weit offen ist, sollten Sie als eins der ersten Dinge ein Passwort f\xFCr den MySQL-root-Benutzer anlegen. Das k\xF6nnen Sie wie folgt tun (beachten Sie, dass das Passwort mit der PASSWORD()-Funktion angegeben wird): <br><br> Ab MySQL-Version 3.22 k\xF6nnen Sie das SET PASSWORD-Statement benutzen: <br><br> @@ -127,7 +127,7 @@ shell > mysql --user=weberp --password='some_pass' < /path_to_the_sql_script/weberp-new.sql <br><br> wobei Sie den hier eingegebenen Benutzernamen weberp auf den Namen \xE4ndern, den Sie in MySQL angelegt haben und das Passwort, das hier mit 'ein_passwort' angegeben ist, durch das entsprechende Passwort f\xFCr Ihren Benutzer ersetzen. Auch wird der pfad_zum_sql_skript durch etwas wie /usr/local/apache/htdocs/web-erp/sql/mysql/ ersetzt. -<br><br> +<br><br> <font size="+2"><b>Die Datei config.php bearbeiten</b></font> <br><br> Die Datei config.php enth\xE4lt eine Reihe von benutzerdefinierten Variablen, die festlegen, wie sich das System verh\xE4lt. Kritisch ist, dass sie den Computernamen, Benutzernamen und Passwort der Datenbankverbindung enth\xE4lt, die f\xFCr die Verbindung mit dem Server erforderlich ist. Es gibt hier auch eine Option zu w\xE4hlen, welche Art von Datenbankserver zu verwenden ist. Gegenw\xE4rtig gibt es hier nur die Optionen mysql und postgres. Es ist keine weitere Arbeit m\xF6glich, solange Sie nicht die Datei mit den Angaben versorgt haben. @@ -141,7 +141,7 @@ <br> /* $Revision: 1.6 $<br> config.php<br> -Web-ERP - http://web-erp.sourceforge.net<br> +Web-ERP - http://weberp.sourceforge.net<br> by Logic Works Ltd<br> */<br> <br> Modified: trunk/locale/de_DE.utf8/Manual/ManualMultilanguage.html =================================================================== --- trunk/locale/de_DE.utf8/Manual/ManualMultilanguage.html 2011-01-13 10:31:31 UTC (rev 4260) +++ trunk/locale/de_DE.utf8/Manual/ManualMultilanguage.html 2011-01-13 15:13:46 UTC (rev 4261) @@ -23,7 +23,7 @@ <br><br> Es empfiehlt sich zum \xDCbersetzen poedit einzusezten, weil es einige zeitsparende Funktionen f\xFCr das Erstellen von \xDCbersetzungsdateien besitzt. <br><br> -Schicken Sie die Datei die Ihre \xDCbersetzung enth\xE4lt an sub...@we... ein. +Schicken Sie die Datei die Ihre \xDCbersetzung enth\xE4lt an sub...@we... ein. <br><br> Ein Archiv mit dem neuen Sprachverzeichnis und Anleitungen wird bei sourceforge eingestellt, so dass jeder auf Ihre \xDCbersetzung zugreifen kann. <br><br> @@ -34,9 +34,9 @@ <B> Wie es gemacht wird</B> <br><br> -webERP verwendet das GNU-gettext-Paket f\xFCr die Sprach\xFCbersetzung. Damit die gettext-Bibliothek verwendet werden kann, muss sie auf Ihrem Webserver installiert sein. PHP muss mit den gettext-Funktionen kompiliert werden. Seit der Version 3.01 wird dank Brian Gomez und der Autoren von PHP-gettext Danilo Segan und Nico Kaiser deren PHP-Klasse zusammen mit webERP ausgeliefert, damit die \xDCbersetzungen auch funktionieren (wielleicht etwas langsamer als mit den Funktionen der gettext-Bibliothek), wenn gettext nicht installiert ist. +webERP verwendet das GNU-gettext-Paket f\xFCr die Sprach\xFCbersetzung. Damit die gettext-Bibliothek verwendet werden kann, muss sie auf Ihrem Webserver installiert sein. PHP muss mit den gettext-Funktionen kompiliert werden. Seit der Version 3.01 wird dank Brian Gomez und der Autoren von PHP-gettext Danilo Segan und Nico Kaiser deren PHP-Klasse zusammen mit webERP ausgeliefert, damit die \xDCbersetzungen auch funktionieren (wielleicht etwas langsamer als mit den Funktionen der gettext-Bibliothek), wenn gettext nicht installiert ist. <br><br> -Die gettext-\xDCbersetzungsdateien werden im Locale-Verzeichnis abgelegt, in welchem Unterverzeichnisse f\xFCr die einzelnen Sprachversionen vorhanden sind. Die Unterverzeichnisse werden durch einen f\xFCnf Zeichen langen Schl\xFCssel gekennzeichnet, zwei kleinen Buchstaben f\xFCr die Sprache, einem Unterstrich und zwei gro\xDFen Buchstaben f\xFCr das Land. Die englische Version f\xFCr die USA hei\xDFt so en_US, die f\xFCr die britische Version en_GB. en_GB ist die Sprachversion, in der webERP geschrieben ist. Die Sprachversion f\xFCr diesen Schl\xFCssel muss auf dem Webserver installiert sein. Die installierten Sprachversionen k\xF6nnen Sie mit dem Kommando locale -a in der Konsole des Linux-Webservers pr\xFCfen. +Die gettext-\xDCbersetzungsdateien werden im Locale-Verzeichnis abgelegt, in welchem Unterverzeichnisse f\xFCr die einzelnen Sprachversionen vorhanden sind. Die Unterverzeichnisse werden durch einen f\xFCnf Zeichen langen Schl\xFCssel gekennzeichnet, zwei kleinen Buchstaben f\xFCr die Sprache, einem Unterstrich und zwei gro\xDFen Buchstaben f\xFCr das Land. Die englische Version f\xFCr die USA hei\xDFt so en_US, die f\xFCr die britische Version en_GB. en_GB ist die Sprachversion, in der webERP geschrieben ist. Die Sprachversion f\xFCr diesen Schl\xFCssel muss auf dem Webserver installiert sein. Die installierten Sprachversionen k\xF6nnen Sie mit dem Kommando locale -a in der Konsole des Linux-Webservers pr\xFCfen. <br><br> Neue Verzeichnisse m\xFCssen erstellt werden, wenn ein \xDCbersetzer eine lokale Sprachversion haben m\xF6chte. Unter dem Verzeichnis mit dem f\xFCnf Zeichen langen Schl\xFCssel der Sprachversion gibt es ein weiteres Unterverzeichnis LC_MESSAGES, in diesem werden die Sprachendateien abgelegt. In jedem solchen Verzeichnis gibt es zwei Dateien: <BR><BR> @@ -50,11 +50,11 @@ Die Datei messages.po verstehen </FONT></B> <BR><BR> -Die \xDCbersetzung wird vorgenommen, indem die Zeichenketten ind der Datei messages.po in die andere Sprache \xFCbersetzt werden. Es ist wichtig, diese \xDCbersetzung mit der neuesten messages.po-Datei aus dem Verzeichnis locale/en_GB/LC_MESSAGES/ vorzunehmen. Sie haben auch die M\xF6glichkeit, diese mit einer Email an in...@we... oder eine Nachricht im \xDCbersetzungs-Board abzufordern. +Die \xDCbersetzung wird vorgenommen, indem die Zeichenketten ind der Datei messages.po in die andere Sprache \xFCbersetzt werden. Es ist wichtig, diese \xDCbersetzung mit der neuesten messages.po-Datei aus dem Verzeichnis locale/en_GB/LC_MESSAGES/ vorzunehmen. Sie haben auch die M\xF6glichkeit, diese mit einer Email an in...@we... oder eine Nachricht im \xDCbersetzungs-Board abzufordern. <!-- The translation is performed by tranlating the strings in the messages.po file into the other language. It is important to work on the most recent messages.po file from the locale/en_GB/LC_MESSAGES/ deirectory in the CVS. However, the most recent messages template file can be emailed on request to C or through a note to the translation list. --> <BR><BR> -Die Datei messages.po besteht aus einzelnen Abschnitten, +Die Datei messages.po besteht aus einzelnen Abschnitten, <BR><BR> z. B. bei einer franz\xF6sischen \xDCbersetzungsdatei: <BR><BR> @@ -127,9 +127,9 @@ <B> Verwaltung</B> <BR><BR> -Wenn diese \xDCbung vollst\xE4ndig haben, muss die Datei an den Projektadministrator \xFCber die Email-Adresse sub...@we... zum Erstellen der .mo-Datei zur\xFCckgeschickt werden. Das neue Verzeichnis wird in einer ZIP-Datei zum Entpacken in das webERP-Verzeichnis erstellt. Die Sprache wird dann auch f\xFCr andere Nutzer von webERP zur Verf\xFCgung gestellt. +Wenn diese \xDCbung vollst\xE4ndig haben, muss die Datei an den Projektadministrator \xFCber die Email-Adresse sub...@we... zum Erstellen der .mo-Datei zur\xFCckgeschickt werden. Das neue Verzeichnis wird in einer ZIP-Datei zum Entpacken in das webERP-Verzeichnis erstellt. Die Sprache wird dann auch f\xFCr andere Nutzer von webERP zur Verf\xFCgung gestellt. <BR><BR> -Jedesmal wenn Sie sich am System anmelden, setzt das System die Sprache auf das was Sie im Benutzerstammsatz eingetragen haben. Der Benutzer kann einstellen, welche Sprache er m\xF6chte, indem er auf seinen Benutzernamen in der Men\xFCzeile dr\xFCckt, wodurch er in seine Benutzereinstellungen gelangt. Wenn Sie die Spracheinstellung \xE4ndern, wird dies aktiv, wenn sie diese Einstellung sichern. Nur Spracheinstellungen die im locale-Verzeichnis installiert sind, stehen den Benutzern f\xFCr die Auswahl zur Verf\xFCgung. +Jedesmal wenn Sie sich am System anmelden, setzt das System die Sprache auf das was Sie im Benutzerstammsatz eingetragen haben. Der Benutzer kann einstellen, welche Sprache er m\xF6chte, indem er auf seinen Benutzernamen in der Men\xFCzeile dr\xFCckt, wodurch er in seine Benutzereinstellungen gelangt. Wenn Sie die Spracheinstellung \xE4ndern, wird dies aktiv, wenn sie diese Einstellung sichern. Nur Spracheinstellungen die im locale-Verzeichnis installiert sind, stehen den Benutzern f\xFCr die Auswahl zur Verf\xFCgung. <BR><BR> <B> Weitere Ressourcen</B> @@ -159,7 +159,7 @@ Sprachdatei-Kopf bearbeiten</li> <li> Sprachdatei-Module bearbeiten</li> -<br><br> +<br><br> Beachten Sie, dass die Erl\xE4uterungen dar\xFCber, was das System macht, f\xFCr diejenigen bestimmt sind, die das System bedienen und die Dateien verwalten. Wenn Sie sich nur mit der \xDCbersetzung besch\xE4ftigen, m\xFCssen Sie das nicht verstehen. <br><br> <font size="+2"><b> @@ -196,7 +196,7 @@ </b></font> <br><br> Der Hauptteil der \xDCbersetzungsarbeit wird mit diesem Werkzeug gemacht. Zuerst w\xE4hlen Sie die Sprache, die Sie bearbeiten wollen und dann w\xE4hlen Sie Sprachdatei-Module bearbeiten. F\xFCr eine vollst\xE4ndige \xDCbersetzung des gesamten Systems m\xFCssen Sie alle diese Module \xFCbersetzen. Viele ziehen zuerst einmal die Module von index.php und includes/header.inc vor, damit das Hauptmen\xFC in ihrer Sprache erscheint. Von da aus k\xF6nnen zuerst die wichtigsten Module bearbeitet werden oder alles nacheinander. Ein Merksystem sollte verwendet werden, damit S... [truncated message content] |