Added norwegian translation. Marked all strings for translation.

2000-11-11  Kjartan Maraas  <kmaraas@gnome.org>

	* mime-type-capplet/nautilus-mime-type.desktop: Added norwegian translation.
	* mime-type-capplet/nautilus-mime-type-capplet.c: Marked all strings for translation.
This commit is contained in:
Kjartan Maraas 2000-11-12 17:00:14 +00:00 committed by Kjartan Maraas
parent a31974f90f
commit e58cefd2cd
2 changed files with 5 additions and 3 deletions

View file

@ -391,7 +391,7 @@ init_mime_capplet (void)
gtk_signal_connect (GTK_OBJECT (delete_button), "clicked", delete_mime_clicked, NULL);
/* Set up top right area. */
frame = gtk_frame_new ("Default Action:");
frame = gtk_frame_new (_("Default Action:"));
gtk_table_attach_defaults ( GTK_TABLE (table), frame, 1, 2, 0, 1);
vbox = gtk_vbox_new (FALSE, GNOME_PAD_SMALL);
@ -425,7 +425,7 @@ init_mime_capplet (void)
gtk_signal_connect (GTK_OBJECT (button), "clicked", edit_default_clicked, mime_list);
/* Set up bottom right area. */
frame = gtk_frame_new ("Extensions:");
frame = gtk_frame_new (_("Extensions:"));
gtk_table_attach_defaults ( GTK_TABLE (table), frame, 1, 2, 1, 2);
extensions_table = gtk_table_new (2, 2, FALSE);
@ -515,7 +515,7 @@ nautilus_mime_type_capplet_update_info (const char *mime_type) {
if (description != NULL && strlen (description) > 0) {
gtk_entry_set_text (GTK_ENTRY (description_entry), description);
} else {
gtk_entry_set_text (GTK_ENTRY (description_entry), "No Description");
gtk_entry_set_text (GTK_ENTRY (description_entry), _("No Description"));
}
gtk_editable_set_editable (GTK_EDITABLE (description_entry), FALSE);

View file

@ -3,11 +3,13 @@ Name=File Types and Programs
Name[pt_BR]=Tipos de Arquivos e Programas
Name[da]=Filtyper og programmer
Name[fr]=Type de fichiers et programmes
Name[no]=Filtyper og programmer
Name[tr]=Dosya türleri ve uygulamarý
Comment=We need a good explanation here.
Comment[pt_BR]=Precisamos de uma boa explicação aqui.
Comment[da]=Vi har brug for en god forklaring her.
Comment[fr]=Éditeur d'association de type de fichiers et d'applications
Comment[no]=Koblinger mellom filtyper og programmer
Comment[tr]=Eh, buraya da iyi bir anlatým gerek ...
Icon=gnome-ccmime.png
Exec=nautilus-mime-type-capplet