SVN Commit by dpage: r4925 - in trunk/www: . advocacy development locale translation

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4925 - in trunk/www: . advocacy development locale translation
Date: 2006-01-17 23:02:26
Message-ID: 200601172302.k0HN2QwR032350@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2006-01-17 23:02:25 +0000 (Tue, 17 Jan 2006)
New Revision: 4925

Modified:
trunk/www/advocacy/index.php
trunk/www/advocacy/strategy.php
trunk/www/contribute.php
trunk/www/development/index.php
trunk/www/development/svn.php
trunk/www/features.php
trunk/www/locale/pgadmin3_website.pot
trunk/www/translation/index.php
Log:
Fix some capitalisation issues

Modified: trunk/www/advocacy/index.php
===================================================================
--- trunk/www/advocacy/index.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/advocacy/index.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -11,7 +11,7 @@

<p>' . _("Promotion is essential for the life and development of the pgAdmin project. As the project gains more and more users it attracts additional developers who contribute new features and bug fixes and helping improve pgAdmin to the benefit of all it's users. As the project has grown even more popular, it has attracted the attention of PostgreSQL companies in addition to the users. Some of these companies have invested in the development of pgAdmin - for example, a Japanese company called SKC sponsored the development of the Slony-I management features, whilst EnterpriseDB provided an Apple Powerbook to allow the Mac OSX port to be properly developed and maintained.") . '</p>

-<p>' . sprintf(_("It's easy to see how promoting pgAdmin benefits us all in the long term. Read the <a href=\"%s\">Strategy</a> page to see how you might be able to help."), "strategy.php") . '</p>
+<p>' . sprintf(_("It's easy to see how promoting pgAdmin benefits us all in the long term. Read the <a href=\"%s\">strategy</a> page to see how you might be able to help."), "strategy.php") . '</p>

';

Modified: trunk/www/advocacy/strategy.php
===================================================================
--- trunk/www/advocacy/strategy.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/advocacy/strategy.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -10,7 +10,7 @@
<p>' . _("The proposed strategy is quite simple:") . '</p>

<ul>
- <li>' . sprintf(_("Before you start, it is recommended that you translate pgAdmin III and the web site in your language if it hasn't already been done. Just visit the <a href=\"%s\">Translation</a> page for details on how to get started."), "../translation/") . '<br />&nbsp;</li>
+ <li>' . sprintf(_("Before you start, it is recommended that you translate pgAdmin III and the web site in your language if it hasn't already been done. Just visit the <a href=\"%s\">translation</a> page for details on how to get started."), "../translation/") . '<br />&nbsp;</li>

<li>' . sprintf(_("Then, register pgAdmin on free software web sites in your country. We are highly interested in community web sites. Some countries have one or two major web sites for free software. For example, pgAdmin was registered on <a href=\"%s\">Freshmeat</a>."), "http://freshmeat.net/projects/pgadmin3/?topic_id=68") . '<br />&nbsp;</li>

@@ -18,7 +18,7 @@

<li>' . _("Please note that the official spelling is <b>pgAdmin</b> for the project, with <b>pgAdmin III</b> being the recent version of the administration tool itself. For filename or other canonical purposes, the spelling <b>pgadmin3</b> is used.") . '<br />&nbsp;</li>

- <li>' . sprintf(_("Try to publish 'standard' information about pgAdmin to help ensure accuracy and consistency of information. Some examples are shown on the <a href=\"%s\">Information</a> page."), "information.php") . '<br />&nbsp;</li>
+ <li>' . sprintf(_("Try to publish 'standard' information about pgAdmin to help ensure accuracy and consistency of information. Some examples are shown on the <a href=\"%s\">information</a> page."), "information.php") . '<br />&nbsp;</li>

<li>' . _("Cross your fingers and wait until PostgreSQL becomes the world's number one database.") . '<br />&nbsp;</li>

Modified: trunk/www/contribute.php
===================================================================
--- trunk/www/contribute.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/contribute.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -11,11 +11,11 @@

<h2>' . _("Development") . '</h2>

-<p>' . sprintf(_("If you think you can contribute new features and/or bug fixes, please visit the <a href=\"%s\">Development</a> page."), "development/") . '</p>
+<p>' . sprintf(_("If you think you can contribute new features and/or bug fixes, please visit the <a href=\"%s\">development</a> page."), "development/") . '</p>

<h2>' . _("Translation") . '</h2>

-<p>' . sprintf(_("We need help to translate pgAdmin III and our website to as many languages as possible for the benefit of our worldwide userbase. If you think you can help us, please visit the <a href=\"%s\">Translation</a> page."), "translation/") . '</p>
+<p>' . sprintf(_("We need help to translate pgAdmin III and our website to as many languages as possible for the benefit of our worldwide userbase. If you think you can help us, please visit the <a href=\"%s\">translation</a> page."), "translation/") . '</p>

';

Modified: trunk/www/development/index.php
===================================================================
--- trunk/www/development/index.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/development/index.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -9,7 +9,7 @@

<p>' . sprintf(_("pgAdmin is a community project, relying on contributions from developers around the world for bug fixes and new features. Anyone is welcome to join the project and contribute as much or as little as they like. pgAdmin is written in C++ using the <a href=\"%s\">wxWidgets</a> cross platform framework, so at the least you will want to be familiar with C/C++ to hack the code. The more experienced pgAdmin developers will also be able to lend a guiding hand to new developers, so don't be afraid to get stuck in!"), "http://www.wxwidgets.org") . '</p>

-<p>' . sprintf(_("The pages in this section of the website should provide you with all the information you need to get started as a new developer, including <a href=\"%s\">SVN access</a>, the developers <a href=\"%s\">mailing list</a>, the <a href=\"%s\">Development Team</a> structure, the <a href=\"%s\">TODO list</a> and the <a href=\"%s\">Change log</a>."), "svn.php", "list.php", "team.php", "todo.php", "changelog.php") . '</p>
+<p>' . sprintf(_("The pages in this section of the website should provide you with all the information you need to get started as a new developer, including <a href=\"%s\">SVN access</a>, the developers <a href=\"%s\">mailing list</a>, the <a href=\"%s\">Development Team</a> structure, the <a href=\"%s\">TODO list</a> and the <a href=\"%s\">change log</a>."), "svn.php", "list.php", "team.php", "todo.php", "changelog.php") . '</p>

<p>' . sprintf(_("If you are not a programmer, you can still get involved in the project if you wish - as a <a href=\"%s\">translator</a>, or <a href=\"%s\">promoting</a> pgAdmin."), "../translation/", "../advocacy/") . '</p>

Modified: trunk/www/development/svn.php
===================================================================
--- trunk/www/development/svn.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/development/svn.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -9,7 +9,7 @@

<p>' . sprintf(_("pgAdmin III is available subject to the terms of the <a href=\"%s\">Artistic Licence</a>. pgAdmin III is developed using a Subversion or SVN repository to hold the source code. Access to the repository is available through a <a href=\"%s\">web interface</a> or using your favourite SVN client. Anonymous read access is available using an SVN client. Under Windows, we recommend using <a href=\"%s\">TortoiseSVN</a>, which is free software. Under Linux, there are several command line and graphical clients available."), "../licence.php", "http://svn.pgadmin.org", "http://tortoisesvn.tigris.org/") . '</p>

-<p>' . sprintf(_("To checkout the source from the command line and get started, you might use commands such as shown below on a Linux or Unix system. For further details, please see the <a href=\"%s\">Source code</a> build instructions."), "../download/source.php") . '</p>
+<p>' . sprintf(_("To checkout the source from the command line and get started, you might use commands such as shown below on a Linux or Unix system. For further details, please see the <a href=\"%s\">source code</a> build instructions."), "../download/source.php") . '</p>

<div class="pgaCode">
svn co svn://svn.pgadmin.org/trunk/pgadmin3 pgadmin3<br />

Modified: trunk/www/features.php
===================================================================
--- trunk/www/features.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/features.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -7,7 +7,7 @@

<h1>' . _("Features") . '</h1>

-<p>' . sprintf(_("pgAdmin has a huge array of features and by far the best way to see them all is to <a href=\"%s\">Download</a> a copy and give it a try. Here's a brief list to give you an idea of it's capabilities:"), "download/") . '</p>
+<p>' . sprintf(_("pgAdmin has a huge array of features and by far the best way to see them all is to <a href=\"%s\">download</a> a copy and give it a try. Here's a brief list to give you an idea of it's capabilities:"), "download/") . '</p>

<h2>' . _("Multiplatform") . '</h2>
<ul>
@@ -36,7 +36,7 @@

<h2>' . _("Multilingual interface") . '</h2>
<ul>
- <li>' . sprintf(_("Over a dozen supported translations and over 25 partial translations. A detailed list of supported languages is available on the <a href=\"%s\">Translation</a> page."), "translation/") . '</li>
+ <li>' . sprintf(_("Over a dozen supported translations and over 25 partial translations. A detailed list of supported languages is available on the <a href=\"%s\">translation status</a> page."), "translation/status.php") . '</li>
</ul>

<h2>' . _("Data access") . '</h2>

Modified: trunk/www/locale/pgadmin3_website.pot
===================================================================
--- trunk/www/locale/pgadmin3_website.pot 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/locale/pgadmin3_website.pot 2006-01-17 23:02:25 UTC (rev 4925)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-01-17 13:51+0000\n"
+"POT-Creation-Date: 2006-01-18 00:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL(at)ADDRESS>\n"
"Language-Team: LANGUAGE <LL(at)li(dot)org>\n"
@@ -288,7 +288,7 @@
msgid ""
"Before you start, it is recommended that you translate pgAdmin III and the "
"web site in your language if it hasn't already been done. Just visit the <a "
-"href=\"%s\">Translation</a> page for details on how to get started."
+"href=\"%s\">translation</a> page for details on how to get started."
msgstr ""

#: ../support/issues.php:10
@@ -666,7 +666,7 @@
#, php-format
msgid ""
"If you think you can contribute new features and/or bug fixes, please visit "
-"the <a href=\"%s\">Development</a> page."
+"the <a href=\"%s\">development</a> page."
msgstr ""

#: ../translation/howto.php:40
@@ -722,7 +722,7 @@
#, php-format
msgid ""
"It's easy to see how promoting pgAdmin benefits us all in the long term. "
-"Read the <a href=\"%s\">Strategy</a> page to see how you might be able to "
+"Read the <a href=\"%s\">strategy</a> page to see how you might be able to "
"help."
msgstr ""

@@ -1015,7 +1015,7 @@
msgid ""
"Over a dozen supported translations and over 25 partial translations. A "
"detailed list of supported languages is available on the <a href=\"%s"
-"\">Translation</a> page."
+"\">translation status</a> page."
msgstr ""

#: ../news.php:58
@@ -1474,7 +1474,7 @@
"information you need to get started as a new developer, including <a href=\"%"
"s\">SVN access</a>, the developers <a href=\"%s\">mailing list</a>, the <a "
"href=\"%s\">Development Team</a> structure, the <a href=\"%s\">TODO list</"
-"a> and the <a href=\"%s\">Change log</a>."
+"a> and the <a href=\"%s\">change log</a>."
msgstr ""

#: ../screenshots/mb_i18n.php:14
@@ -1632,7 +1632,7 @@
msgid ""
"To checkout the source from the command line and get started, you might use "
"commands such as shown below on a Linux or Unix system. For further details, "
-"please see the <a href=\"%s\">Source code</a> build instructions."
+"please see the <a href=\"%s\">source code</a> build instructions."
msgstr ""

#: ../download/windows.php:22
@@ -1698,7 +1698,7 @@
msgid ""
"Try to publish 'standard' information about pgAdmin to help ensure accuracy "
"and consistency of information. Some examples are shown on the <a href=\"%s"
-"\">Information</a> page."
+"\">information</a> page."
msgstr ""

#: ../include/page.php:178
@@ -1799,7 +1799,7 @@
msgid ""
"We need help to translate pgAdmin III and our website to as many languages "
"as possible for the benefit of our worldwide userbase. If you think you can "
-"help us, please visit the <a href=\"%s\">Translation</a> page."
+"help us, please visit the <a href=\"%s\">translation</a> page."
msgstr ""

#: ../translation/index.php:14
@@ -1807,7 +1807,7 @@
msgid ""
"We need your help to translate pgAdmin III into additional languages. "
"Everyone can participate, please refer to the translation <a href=\"%s"
-"\">Howto</a> for more information. This web site can also be translated "
+"\">howto</a> for more information. This web site can also be translated "
"using the <a href=\"%s\">pgadmin3_website.pot</a> file. If you are "
"interested in the translation of PostgreSQL server messages, please visit "
"the <a href=\"%s\">PostgreSQL National Language Support</a> project page. "
@@ -2076,7 +2076,7 @@
"language you find here isn't included in your distribution package, you can "
"easily upgrade your installation to support that additional translation. "
"Simply locate the appropriate language file (pgadmin3.mo) in the <a href=\"%s"
-"\">Translation status</a> section, create a subdirectory in your "
+"\">translation status</a> section, create a subdirectory in your "
"installation's i18n directory with a name corresponding to the locale code, "
"and copy the new translation file into that directory. You might need to "
"update the language description file <a href=\"%s\">i18n/pgadmin3.lng</a> to "
@@ -2247,8 +2247,8 @@
#, php-format
msgid ""
"pgAdmin has a huge array of features and by far the best way to see them all "
-"is to <a href=\"%s\">Download</a> a copy and give it a try. Here's a brief "
-"list to give you an idea of it's capabilities though."
+"is to <a href=\"%s\">download</a> a copy and give it a try. Here's a brief "
+"list to give you an idea of it's capabilities:"
msgstr ""

#: ../development/index.php:10

Modified: trunk/www/translation/index.php
===================================================================
--- trunk/www/translation/index.php 2006-01-17 22:53:29 UTC (rev 4924)
+++ trunk/www/translation/index.php 2006-01-17 23:02:25 UTC (rev 4925)
@@ -7,11 +7,11 @@

<h1>' . _("Introduction") . '</h1>

-<p>' . sprintf(_("pgAdmin III v1.4 was released with over a dozen language options and more than another 25 translations are in various states of completion. If a language you find here isn't included in your distribution package, you can easily upgrade your installation to support that additional translation. Simply locate the appropriate language file (pgadmin3.mo) in the <a href=\"%s\">Translation status</a> section, create a subdirectory in your installation's i18n directory with a name corresponding to the locale code, and copy the new translation file into that directory. You might need to update the language description file <a href=\"%s\">i18n/pgadmin3.lng</a> to allow the new translation to appear in the language selection combobox."), "status.php", "http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/i18n/pgadmin3.lng") . '</p>
+<p>' . sprintf(_("pgAdmin III v1.4 was released with over a dozen language options and more than another 25 translations are in various states of completion. If a language you find here isn't included in your distribution package, you can easily upgrade your installation to support that additional translation. Simply locate the appropriate language file (pgadmin3.mo) in the <a href=\"%s\">translation status</a> section, create a subdirectory in your installation's i18n directory with a name corresponding to the locale code, and copy the new translation file into that directory. You might need to update the language description file <a href=\"%s\">i18n/pgadmin3.lng</a> to allow the new translation to appear in the language selection combobox."), "status.php", "http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/i18n/pgadmin3.lng") . '</p>

<h2>' . _("Contribute a translation") . '</h2>

-<p>' . sprintf(_("We need your help to translate pgAdmin III into additional languages. Everyone can participate, please refer to the translation <a href=\"%s\">Howto</a> for more information. This web site can also be translated using the <a href=\"%s\">pgadmin3_website.pot</a> file. If you are interested in the translation of PostgreSQL server messages, please visit the <a href=\"%s\">PostgreSQL National Language Support</a> project page. "), "howto.php", "/locale/pgadmin3_website.pot", "http://developer.postgresql.org/~petere/nlsstatus/") . '</p>
+<p>' . sprintf(_("We need your help to translate pgAdmin III into additional languages. Everyone can participate, please refer to the translation <a href=\"%s\">howto</a> for more information. This web site can also be translated using the <a href=\"%s\">pgadmin3_website.pot</a> file. If you are interested in the translation of PostgreSQL server messages, please visit the <a href=\"%s\">PostgreSQL National Language Support</a> project page. "), "howto.php", "/locale/pgadmin3_website.pot", "http://developer.postgresql.org/~petere/nlsstatus/") . '</p>

';

Browse pgadmin-hackers by date

  From Date Subject
Next Message OpenMacNews 2006-01-18 02:25:47 Re: uncopyable selection from hints window
Previous Message svn 2006-01-17 22:53:29 SVN Commit by dpage: r4924 - trunk/www