~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to clutter/clutter-main.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville, Jordi Mallach, Rico Tzschichholz, Laurent Bigonville
  • Date: 2011-10-21 00:11:45 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20111021001145-biwru1sptex5wnbh
Tags: 1.8.2-1
[ Jordi Mallach ]
* Update Vcs-* fields to non-redirected URLs.

[ Rico Tzschichholz ]
* New upstream release

[ Laurent Bigonville ]
* debian/watch: Switch to .xz tarballs

Show diffs side-by-side

added added

removed removed

Lines of Context:
482
482
    }
483
483
  else
484
484
    {
485
 
      /* Translate to default:RTL if you want your widgets
486
 
       * to be RTL, otherwise translate to default:LTR.
 
485
      /* Translators: Leave this UNTRANSLATED if your language is
 
486
       * left-to-right.  If your language is right-to-left
 
487
       * (e.g. Hebrew, Arabic), translate it to "default:RTL".
487
488
       *
488
 
       * Do *not* translate it to "predefinito:LTR": if it
489
 
       * it isn't default:LTR or default:RTL it will not work
 
489
       * Do NOT translate it to non-English e.g. "predefinito:LTR"! If
 
490
       * it isn't default:LTR or default:RTL it will not work.
490
491
       */
491
492
      char *e = _("default:LTR");
492
493