A couple minor i18n cleanups.

Add italian translation.
Add an install make target for transmissioncli and transmission-gtk.
This commit is contained in:
Josh Elsasser
2006-04-25 08:14:37 +00:00
parent 1cfe027fdb
commit cf56d58f06
14 changed files with 653 additions and 145 deletions

View File

@@ -83,7 +83,7 @@ makeprefwindow(GtkWindow *parent, tr_handle_t *tr, gboolean *opened) {
GtkWidget *table = gtk_table_new(rowcount, 2, FALSE);
GtkWidget *portnum = gtk_spin_button_new_with_range(1, 0xffff, 1);
GtkWidget *dirstr = gtk_file_chooser_button_new(
_("Choose download directory"),
_("Choose a download directory"),
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER);
GtkWidget *label;
GtkWidget **array;