|
From: <rc...@us...> - 2016-12-12 15:50:46
|
Revision: 7704
http://sourceforge.net/p/web-erp/reponame/7704
Author: rchacon
Date: 2016-12-12 15:50:44 +0000 (Mon, 12 Dec 2016)
Log Message:
-----------
Update translations
Modified Paths:
--------------
trunk/css/default/default.css
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.mo
trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po
trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo
trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po
Modified: trunk/css/default/default.css
===================================================================
--- trunk/css/default/default.css 2016-12-08 14:25:23 UTC (rev 7703)
+++ trunk/css/default/default.css 2016-12-12 15:50:44 UTC (rev 7704)
@@ -1,5 +1,9 @@
/* $Id$*/
/* Default theme for WebERP by . */
+/* Design guidelines:
+ Fonts are 10px hight.
+ Icons are 16px x 16px size.
+*/
body {
background-color:#ccd;
@@ -7,6 +11,7 @@
font-size:10pt;
margin:0;
padding:0;
+ /* Tag selector for body. */
}
button img {
@@ -19,25 +24,26 @@
color:blue;
text-decoration:none;
}
-
a:hover {
color:blue;
+ background-color:transparent;
text-decoration:underline;
+ /* Tag selector for mouse over link. */
}
img {
border:none;
vertical-align:middle;
}
-
p.bad {
color:red;
font-weight:bold;
+ /* Tag selector for paragraph class "bad". */
}
-
p.good {
color:green;
font-weight:bold;
+ /* Tag selector for paragraph class "good". */
}
table {
@@ -515,19 +521,16 @@
.centre {
text-align:center;
- /* Class selector to horizontal align a text (centre) in an element. */
+ /* Class selector to horizontally align a text (centre) in an element. */
}
-
.number {
text-align:right;
- /* Class selector to horizontal align a number (right) in an element. */
+ /* Class selector to horizontally align a number (right) in an element. */
}
-
.text {
text-align:left;
- /* Class selector to horizontal align a text (left) in an element. */
+ /* Class selector to horizontally align a text (left) in an element. */
}
-
.page_title_text {
color:black;
font-weight:bold;
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 2016-12-08 14:25:23 UTC (rev 7703)
+++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2016-12-12 15:50:44 UTC (rev 7704)
@@ -8,7 +8,7 @@
"Project-Id-Version: webERP 4.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-24 08:54-0600\n"
-"PO-Revision-Date: 2016-11-24 08:08-0600\n"
+"PO-Revision-Date: 2016-12-02 12:32-0600\n"
"Last-Translator: Rafael E. Chacón <raf...@gm...>\n"
"Language-Team: TecnoSoluciones.com <web...@te...>\n"
"Language: es_ES\n"
@@ -15077,7 +15077,7 @@
#: GLCashFlowsIndirect.php:765
msgid "Report parameters"
-msgstr ""
+msgstr "Parámetros del informe"
#: GLCashFlowsIndirect.php:798
msgid "Select the beginning of the reporting period"
Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po
===================================================================
--- trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2016-12-08 14:25:23 UTC (rev 7703)
+++ trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2016-12-12 15:50:44 UTC (rev 7704)
@@ -9,7 +9,7 @@
"Project-Id-Version: webERP 4.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-24 08:54-0600\n"
-"PO-Revision-Date: 2016-11-20 17:50-0600\n"
+"PO-Revision-Date: 2016-12-02 12:36-0600\n"
"Last-Translator: Rafael E. Chacón <raf...@gm...>\n"
"Language-Team: French <none>\n"
"Language: fr_FR\n"
@@ -15156,7 +15156,7 @@
#: GLCashFlowsIndirect.php:765
msgid "Report parameters"
-msgstr ""
+msgstr "Paramètres du rapport"
#: GLCashFlowsIndirect.php:798
msgid "Select the beginning of the reporting period"
@@ -51270,10 +51270,9 @@
msgid "Set Purchase Order Authorisation levels"
msgstr "Autorisations pour les achats"
-# JDN
#: includes/MainMenuLinksArray.php:523
msgid "Sales People"
-msgstr "Gestion des vendeurs"
+msgstr "Vendeurs"
#: includes/MainMenuLinksArray.php:524
msgid "Sales Areas"
|