===== What is this? =====

Nautilus scripts manager is a little app to help you manage your Nautilus
scripts. Once installed, you'll find it in
"System" -> "Preferences" -> "Nautilus scripts manager"

===== Who should I blame if this sucks? =====

Pietro Battiston - <toobaz@email.it>

===== Technicalities =====

The standard directory for installation of Nautilus scripts is
/usr/share/nautilus-scripts. To enable them, they must be linked in
~/.gnome2/nautilus-scripts. This is all this app does, with a nice interface.

===== Requirements =====

Only nautilus and pygtk are needed (pygtk is not even a strict requirement,
because a command line interface is also provided).

===== How to translate to my language? =====

Take the file po/messages.pot, copy it to "yourlanguagecode.po" (e.g. "fr.po"),
edit it with poedit.
Then, from the base directory, give the following command (replace "fr" with
your language code):

  msgmft po/fr.po -o locale/fr/LC_MESSAGES/gallery_uploader.mo

Finally, send me the .po file so I can include it in the distribution.

Notice that currently the translation of the command line interface is partially
disabled, due to a bug in python's optparse (http://bugs.python.org/issue2931).
The translation of the "LICENSE" link in the about is also disabled, probably
because of another bug.
