SVN Commit by dpage: r4169 - trunk/www/pgadmin3/class

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4169 - trunk/www/pgadmin3/class
Date: 2005-05-08 21:50:55
Message-ID: 200505082150.j48LotJS024689@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-05-08 22:50:54 +0100 (Sun, 08 May 2005)
New Revision: 4169

Modified:
trunk/www/pgadmin3/class/pgadmin_po.php
Log:
Translations have moved

Modified: trunk/www/pgadmin3/class/pgadmin_po.php
===================================================================
--- trunk/www/pgadmin3/class/pgadmin_po.php 2005-05-08 21:25:53 UTC (rev 4168)
+++ trunk/www/pgadmin3/class/pgadmin_po.php 2005-05-08 21:50:54 UTC (rev 4169)
@@ -95,7 +95,7 @@
$this->_content['po_path'][$this->_size] = "unused"; // $_po_path;

$_po_stat = array();
- $_po_stat = $this->getStatistics ($this->_svnrepo . "/src/ui/" . $_locale . "/pgadmin3.po");
+ $_po_stat = $this->getStatistics ($this->_svnrepo . "/i18n/" . $_locale . "/pgadmin3.po");

$this->_content['po_total'][$this->_size] = $_po_stat['total'];

@@ -285,8 +285,8 @@

$_mo_name = $_locale . "/pgadmin3.mo";
$_po_name = $_locale . "/pgadmin3.po";
- $_mo_path = "../" .str_replace ($this->_webroot ."/", "", $this->_svnrepo) . "/src/ui/" . $_locale . "/pgadmin3.mo";
- $_po_path = "../" .str_replace ($this->_webroot ."/", "", $this->_svnrepo) . "/src/ui/" . $_locale . "/pgadmin3.po";
+ $_mo_path = "../" .str_replace ($this->_webroot ."/", "", $this->_svnrepo) . "/i18n/" . $_locale . "/pgadmin3.mo";
+ $_po_path = "../" .str_replace ($this->_webroot ."/", "", $this->_svnrepo) . "/i18n/" . $_locale . "/pgadmin3.po";

$_result = $_result . "<tr bgcolor=$_colour>" .
"<td>$_locale</td>" .

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-09 00:12:52 SVN Commit by andreas: r4171 - in trunk/pgadmin3/src: . base ctl include/base
Previous Message svn 2005-05-08 21:25:53 SVN Commit by dpage: r4168 - trunk/www/pgadmin3/cnt