SVN Commit by dpage: r4948 - in trunk/www: . advocacy development docs download include screenshots support translation

Поиск
Список
Период
Сортировка
Искать
От
svn@pgadmin.org
Тема
SVN Commit by dpage: r4948 - in trunk/www: . advocacy development docs download include screenshots support translation
Дата
Msg-id
200601221045.k0MAjql4005762@developer.pgadmin.org
Список
Author: dpage
Date: 2006-01-22 10:45:52 +0000 (Sun, 22 Jan 2006)
New Revision: 4948

Modified:
   trunk/www/advocacy/index.php
   trunk/www/advocacy/information.php
   trunk/www/advocacy/strategy.php
   trunk/www/contribute.php
   trunk/www/development/changelog.php
   trunk/www/development/index.php
   trunk/www/development/list.php
   trunk/www/development/svn.php
   trunk/www/development/team.php
   trunk/www/development/todo.php
   trunk/www/docs/index.php
   trunk/www/download/adminpacks.php
   trunk/www/download/debian.php
   trunk/www/download/freebsd.php
   trunk/www/download/index.php
   trunk/www/download/languages.php
   trunk/www/download/macosx.php
   trunk/www/download/rpm.php
   trunk/www/download/slackware.php
   trunk/www/download/snapshots.php
   trunk/www/download/source.php
   trunk/www/download/windows.php
   trunk/www/features.php
   trunk/www/include/archives.php
   trunk/www/include/doc.php
   trunk/www/include/page.php
   trunk/www/include/session.php
   trunk/www/index.php
   trunk/www/licence.php
   trunk/www/news.php
   trunk/www/screenshots/data.php
   trunk/www/screenshots/documentation.php
   trunk/www/screenshots/index.php
   trunk/www/screenshots/mb_i18n.php
   trunk/www/screenshots/serverstatus.php
   trunk/www/screenshots/ui.php
   trunk/www/support/faq.php
   trunk/www/support/index.php
   trunk/www/support/issues.php
   trunk/www/support/list.php
   trunk/www/translation/howto.php
   trunk/www/translation/index.php
   trunk/www/translation/status.php
   trunk/www/translation/update.php
Log:
Change $GLOBALS["_SERVER"]["DOCUMENT_ROOT"] to $_SERVER["DOCUMENT_ROOT"]
Fix a couple of other typos
[Miha Radej]


Modified: trunk/www/advocacy/index.php
===================================================================
--- trunk/www/advocacy/index.php	2006-01-22 09:09:49 UTC (rev 4947)
+++ trunk/www/advocacy/index.php	2006-01-22 10:45:52 UTC (rev 4948)
@@ -1,6 +1,6 @@
 ' . sprintf(_("Download poEdit and install it under MS Windows or GNU/Linux."), "http://poedit.sourceforge.net/") . '
  - ' . sprintf(_("poEdit is our recommended choice, as it makes it very easy to maintain your translation. An Windows installer is available on the poEdit web site. Alternatively, you may also run Kbabel which can be found in many popular Linux distributions."), "http://i18n.kde.org/tools/kbabel/") . '
  + ' . sprintf(_("poEdit is our recommended choice, as it makes it very easy to maintain your translation. A Windows installer is available on the poEdit web site. Alternatively, you may also run Kbabel which can be found in many popular Linux distributions."), "http://i18n.kde.org/tools/kbabel/") . '
 
  • ' . sprintf(_("Send us the English and translated names of your language: 'French' and 'Français', 'German' and 'Deutsch', etc. This will allow us to modify pgAdmin's i18n/pgadmin3.lng file to display the language properly in the application. We will also create a directory according to your locale canonical name under /usr/share/pgadmin3/i18n (Linux and other Unixes) or C:\\Program Files\\pgAdmin III\\X.Y\\i18n (Windows). The list of language codes can be found on the Debian site. You may also want to check the more detailed ISO 639.2 Codes for the Representation of Names of Languages."), "http://www.debian.org/international/l10n/po", "http://www.loc.gov/standards/iso639-2/englangn.html") . '
     
  • Modified: trunk/www/translation/index.php =================================================================== --- trunk/www/translation/index.php 2006-01-22 09:09:49 UTC (rev 4947) +++ trunk/www/translation/index.php 2006-01-22 10:45:52 UTC (rev 4948) @@ -1,6 +1,6 @@ php -include $GLOBALS["_SERVER"]["DOCUMENT_ROOT"] . "/include/page.php"; +include $_SERVER['DOCUMENT_ROOT'] . "/include/page.php"; $PAGE_TITLE = _("pgAdmin III: Translation - Introduction"); $PAGE_CONTENT = ' Modified: trunk/www/translation/status.php =================================================================== --- trunk/www/translation/status.php 2006-01-22 09:09:49 UTC (rev 4947) +++ trunk/www/translation/status.php 2006-01-22 10:45:52 UTC (rev 4948) @@ -1,6 +1,6 @@ <?php -include $GLOBALS["_SERVER"]["DOCUMENT_ROOT"] . "/include/page.php"; +include $_SERVER['DOCUMENT_ROOT'] . "/include/page.php"; // Translation status caches require_once "../include/po_status.php"; Modified: trunk/www/translation/update.php =================================================================== --- trunk/www/translation/update.php 2006-01-22 09:09:49 UTC (rev 4947) +++ trunk/www/translation/update.php 2006-01-22 10:45:52 UTC (rev 4948) @@ -1,6 +1,6 @@ <?php -include $GLOBALS["_SERVER"]["DOCUMENT_ROOT"] . "/include/po_status.php"; +include $_SERVER['DOCUMENT_ROOT'] . "/include/po_status.php"; $translated = new po_status(); $outofdate = new po_status();
    В списке pgadmin-hackers по дате отправления
    От: Susemail
    Дата:
    Сообщение: Missing make files, etc
    От: Dave Page
    Дата:
    Сообщение: Re: pgadmin website changes
    FAQ