danish translation updates

SVN revision: 18754
This commit is contained in:
Carsten Haitzler 2005-12-01 06:46:40 +00:00
parent 27d0ae8db3
commit 782511c6e5
2 changed files with 667 additions and 397 deletions

1062
po/da.po

File diff suppressed because it is too large Load Diff

View File

@ -179,7 +179,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, CFData *cfdata)
e_widget_list_object_append(o, of, 1, 1, 0.5);
of = e_widget_framelist_add(evas, _("Window Shading"), 0);
ob = e_widget_check_add(evas, _("Animate shading and unshading of windows"), &(cfdata->border_shade_animate));
ob = e_widget_check_add(evas, _("Animate the shading and unshading of windows"), &(cfdata->border_shade_animate));
e_widget_framelist_object_append(of, ob);
ob = e_widget_slider_add(evas, 1, 0, _("%4.0f pixels/sec"), 100, 9900, 100, 0, &(cfdata->border_shade_speed), NULL, 200);
e_widget_framelist_object_append(of, ob);