ubuntu-ms: Let’s Translate Ubuntu into Malay language !

I’m writing about this topic because I see there’s still much to be done to localize Ubuntu (or GNU/Linux based operating system in general) into Malay, the official language of my home county, Malaysia.

As of this writing, the translated Malay strings in Ubuntu (Intrepid Ibex) is about 19%, and thus we need more aspiring users who are bilingual to help us translate Ubuntu (or Linux-base operating system in general). So in the near future, we can have Linux distro in our own national language.

How can I help to localized Ubuntu?

  • Easy! you can start by registering an account with Launchpad.net
  • While still logged into Launchpad.net. join the Ubuntu-Translators group
  • Go to Launchpad Translations website, select the latest Ubuntu distributions.
  • Select Malay language, and then pick any project that you wish translate into Malay (ms).
  • Tips: To ensure faster translation, set the filter in “Translating” option to “untranslated items” as shown in the photo below.

What I can get by translating Ubuntu?

  • Sense of satisfaction that you’ve done your part in localizing a Linux distro in your country’s official language.
  • You can get your name on the list of credits on the application you’ve translated.
  • You can earn Karma! Karma is a point system given to active Ubuntu contributors.

    User with a lot of karma can get lots of Ubuntu freebies sent to their doorsteps! Plus you can request to be inducted as one of the Official Ubuntu Members just like our friends, Nicholas Ng and fenris-

  • What are you waiting for? Come and translate Ubuntu!

    Ubuntu Feisty Fawn is approaching end of life support

    Important announcement!

    Those who are still using Ubuntu 7.04 (Feisty Fawn) are advised to upgrade their distribution to later releases as it approaches end-of-life support, this October.

    What is end-of-life ?
    End of life means that the time where a product is no longer supported by its vendor. In case of Ubuntu 7.04 (Feisty Fawn), it will no longer receive security updates and patches. Normally this would not cause problem to desktop computer, but if you are advised to patch your system as regularly as you can if you are connected to the internet to prevent malicious user from accessing your pc.

    Curious about how long other Ubuntu releases are being supported? you can refer here : Ubuntu Releases and end of life date

    The Latest buzz: Google Chrome

    Looks like I’m the last person to write about Chrome, the latest browser from Google. This is because I do not own a Microsoft Windows machine to test Chrome early on.

    I’m sure you can find a lot of great reviews floating around the internet about the latest lightweight browser, so I will not waste your time by rehashing those information here.

    Google Chrome
    Chrome Application Shortcut

    What actually caught my attention is the “Create Application Shortcut” found in Chrome, a functionality similar to Mozilla Prism which I’ve reviewed a while back in my blog. This would enable users to create Desktop shortcuts of their favorite Web Application without relying to external application like Prism anymore, everything can be done neatly within a single interface.

    With Chrome, Javascript execution (read: ajax’ed website) felt a lot more faster while using much less memory, it looks like this new browser is going to give Mozilla a run for its money.

    p/s: Eagerly waiting for Chrome to be available on GNU/Linux platforms.

    Read Googlebooks Chrome Comic for more insight about Google Chrome

    Ubuntu Hardy Heron 8.04.1 LTS Bugfix release

    The Ubuntu project has released Hardy Heron 8.04.1, as the release number implies, it is a bugfix release which contains all the security updates and bug fixes for the last 2 months since the first release of 8.04. The release can be downloaded from Ubunty Hardy download page in the form of ISO files.

    Current users need not to download the new CD as they are most likely have all the security patches applied via the built-in Automatic Update feature in Ubuntu.

    As a bonus, the CD also includes the production release of Mozilla Firefox 3.0 compared to 3.0 Beta in 8.04.

    Fancy Ubuntu Hardy Heron Shirt ?

    I found this shirt while surfing the Canonical Store

    The shirt is decorated with art based from the latest Ubuntu Hardy Heron wallpaper making it nice to be worn on LUG or Ubuntu meetups.

    Hardy Heron

    The downside is probably that once Intrepid Ibex comes out, the shirt would be the thing of yesterday, but rest assured as you can still wear it for other activities due to the generic nature of its design.

    As for me, I would consider one if the shirt is available on the local market

    How to convert OpenXML docx files to OpenDocument odf in Windows and vice versa

    This guide might be a little different from the others because I write this for the Windows users. Here’s how to convert Microsoft OpenXML docx files to odf OpenDocument files (and vice versa) in Windows using only commandline :

    • First, make sure you downloaded odf-converter tool and copy it to appropriate folder.
    • Convert the files(s) using this command line :
      odfconverter /I filename.pptx
      and the tool will perform the conversion effortlessly.
    • You can use this command to convert multiple files :
      odfconverter /BATCH-DOCX /I c:\newfiles\

      replace /BATCH-DOCX with /BATCH-PPTX, /BATCH-XLSX, /BATCH-ODF, /BATCH-ODP if necessary.

    Odfconverter also supports converting Open Document files (ODF, ODP, ODT) to OpenXML files (PPTX,DOCX,XLSX) making it a handy tool to use.

    Why odfconverter?
    Odfconverter is a (relatively) small and compact standalone tool for converting Office 2007 files to their OpenDocument counterpart. The convenient batch mode conversion makes it attractive tool to use when converting multiple files between the two formats.

    The only downside with this converter is that it does not convert mathematical formula pretty well compared to other features.

    [Source OOOninja]