|
From: <rc...@us...> - 2014-12-28 16:15:29
|
Revision: 7049
http://sourceforge.net/p/web-erp/reponame/7049
Author: rchacon
Date: 2014-12-28 16:15:27 +0000 (Sun, 28 Dec 2014)
Log Message:
-----------
Update comment for the SVN repository automatically updates the revision number, standardise title.
Modified Paths:
--------------
trunk/CustomerBalancesMovement.php
trunk/doc/Change.log
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
Modified: trunk/CustomerBalancesMovement.php
===================================================================
--- trunk/CustomerBalancesMovement.php 2014-12-28 09:33:08 UTC (rev 7048)
+++ trunk/CustomerBalancesMovement.php 2014-12-28 16:15:27 UTC (rev 7049)
@@ -1,15 +1,17 @@
<?php
-/* $Id: Z_CustomerBalancesMovements.php 6941 2014-10-26 23:18:08Z daintree $*/
+/* $Id: CustomerBalancesMovement.php 6941 2014-10-26 23:18:08Z daintree $*/
+
$PageSecurity = 1;
+
include('includes/session.inc');
-$Title=_('Customer Balances Movements');
+$Title=_('Customer Activity and Balances');
+/*To do: Info in the manual. RChacon.
+$ViewTopic = '';// Filename in ManualContents.php's TOC.
+$BookMark = '';// Anchor's id in the manual's html document.*/
-if (!isset($_POST['CreateCSV'])){
+if(!isset($_POST['CreateCSV'])) {
include('includes/header.inc');
-
- echo '<p class="page_title_text">
- <img src="'.$RootPath.'/css/'.$Theme.'/images/transactions.png" title="' . _('Customer Balances Movements') . '" alt="" />' . ' ' . _('Customer Balances Movements') . '
- </p>';
+ echo '<p class="page_title_text"><img alt="" src="'.$RootPath.'/css/'.$Theme.'/images/transactions.png" title="' . _('Customer Activity and Balances') . '" /> ' . _('Customer Activity and Balances') . '</p>';
}
if (!isset($_POST['RunReport'])){
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2014-12-28 09:33:08 UTC (rev 7048)
+++ trunk/doc/Change.log 2014-12-28 16:15:27 UTC (rev 7049)
@@ -1,5 +1,6 @@
webERP Change Log
+28/12/14 RChacon: Update comment for the SVN repository automatically updates the revision number, standardise title.
27/12/14 RChacon: Add info to manual and context $BookMark for Sales People Maintenance.
27/12/14 RChacon: Allow translation of typename in CustomerTransInquiry.php.
27/12/14 RChacon: Allow translation of typename in GLAccountInquiry.php.
Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2014-12-28 09:33:08 UTC (rev 7048)
+++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2014-12-28 16:15:27 UTC (rev 7049)
@@ -8,7 +8,7 @@
"Project-Id-Version: webERP 4.11.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-12-13 15:27-0600\n"
-"PO-Revision-Date: 2014-12-27 17:34-0600\n"
+"PO-Revision-Date: 2014-12-28 10:09-0600\n"
"Last-Translator: Rafael Chacon <raf...@gm...>\n"
"Language-Team: TecnoSoluciones.com <web...@te...>\n"
"Language: es_ES\n"
@@ -603,7 +603,8 @@
#: AccountSections.php:130
msgid "general ledger accounts groups that refer to this account section"
-msgstr "Subgrupos de Cuentas relacionados con este Grupo Principal"
+msgstr ""
+"grupos contables del libro mayor que hacen referencia a esta sección contable"
#: AccountSections.php:142
msgid "section has been deleted"
@@ -627,7 +628,7 @@
#: AccountSections.php:204
msgid "Review Account Sections"
-msgstr "Revisar Grupos Principales"
+msgstr "Revisar se secciones contables"
#: AccountSections.php:223
msgid "Could not retrieve the requested section please try again."
@@ -772,7 +773,7 @@
#: AddCustomerNotes.php:21 AddCustomerTypeNotes.php:19
msgid "Back to Select Customer"
-msgstr "Volver a Seleccionar cliente"
+msgstr "Volver a seleccionar cliente"
#: AddCustomerNotes.php:34
msgid "The contact priority must be an integer."
@@ -884,7 +885,7 @@
#: AddCustomerTypeNotes.php:48 SelectCustomer.php:730
msgid "Customer Group Notes"
-msgstr "Notas del Grupo del cliente"
+msgstr "Notas del grupo del cliente"
#: AddCustomerTypeNotes.php:61
msgid "The contact group notes record has been added"
@@ -6124,7 +6125,7 @@
#: Contracts.php:896
msgid "Default Work Centre"
-msgstr "Centro de Trabajo Predeterminado"
+msgstr "Centro de trabajo predeterminado"
#: Contracts.php:913
msgid "Contract Description"
@@ -47790,7 +47791,7 @@
#: includes/MainMenuLinksArray.php:114
msgid "Customer Activity and Balances"
-msgstr ""
+msgstr "Actividad y saldos de cliente"
#: includes/MainMenuLinksArray.php:135
msgid "Add Customer"
|