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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r4169 - trunk/www/pgadmin3/class
Дата
Msg-id 200505082150.j48LotJS024689@developer.pgadmin.org
обсуждение исходный текст
Список 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>" .


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4168 - trunk/www/pgadmin3/cnt
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by andreas: r4171 - in trunk/pgadmin3/src: . base ctl include/base