Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

You can check out the whole structure like this:

Tip

svn co https://svn.apache.org/repos/asf/vcl/trunk/web/Image Removed vclweb

You can get the individual files containing strings to be translated like this:

Tip

svn export https://svn.apache.org/repos/asf/vcl/trunk/web/locale/po_files/vcl.po.templateImage Removed
svn export https://svn.apache.org/repos/asf/vcl/trunk/web/js/nls/messages.js.templateImage Removed
svn export https://svn.apache.org/repos/asf/vcl/trunk/mysql/update-vcl.sqlImage Removed

For the update-vcl.sql file, you'll need to search for the string "Inserts for table `connectmethod`" (without the double quotes, with the back tick quotes). Then, the 2nd and 4th fields (corresponding to discription and connecttext) will need to be translated.

...