Big translation update

This enables all languages for the moment - let's see if we can get them
all ready for the 3.1 release.

It also fixes the use of \% instead of %% in one of the strings.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-04-30 10:13:31 -07:00
parent 172982b860
commit 2af4014c1e
24 changed files with 20054 additions and 8314 deletions

View file

@ -1009,7 +1009,7 @@ static GtkWidget *print_dialog(GtkPrintOperation *operation, gpointer user_data)
gtk_box_pack_start(GTK_BOX(box1), radio4, TRUE, FALSE, 2);
gtk_box_pack_start(GTK_BOX(box1), radio5, TRUE, FALSE, 2);
frame2 = gtk_frame_new(_("Sizing heights (\% of layout)"));
frame2 = gtk_frame_new(_("Sizing heights (%% of layout)"));
gtk_box_pack_start(GTK_BOX(box), frame2, FALSE, FALSE, 5);
box2 = gtk_hbox_new (TRUE, 1);