summaryrefslogtreecommitdiff
path: root/po/nl.po
Commit message (Collapse)AuthorAgeFilesLines
* Updated Dutch translation by Tino Meinen.Wouter Bolsterlee2008-09-071-1061/+1055
| | | | | | | | 2008-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Tino Meinen. svn path=/trunk/; revision=21311
* 2.14.1GTK_2_14_1Matthias Clasen2008-09-051-22/+22
| | | | svn path=/trunk/; revision=21296
* 2.14.0GTK_2_14_0Matthias Clasen2008-09-041-152/+294
| | | | svn path=/trunk/; revision=21290
* 2.13.7Matthias Clasen2008-08-191-143/+145
| | | | svn path=/trunk/; revision=21151
* 2.13.6GTK_2_13_6Matthias Clasen2008-08-051-94/+117
| | | | svn path=/trunk/; revision=21015
* 2.13.5GTK_2_13_5Matthias Clasen2008-07-221-176/+189
| | | | svn path=/trunk/; revision=20888
* 2.13.4GTK_2_13_4Matthias Clasen2008-07-051-365/+244
| | | | svn path=/trunk/; revision=20783
* 2.13.3GTK_2_13_3Matthias Clasen2008-06-141-255/+246
| | | | svn path=/trunk/; revision=20385
* 2.13.2GTK_2_13_2Matthias Clasen2008-06-031-8/+8
| | | | svn path=/trunk/; revision=20309
* 2.13.1GTK_2_13_1Matthias Clasen2008-05-301-1007/+1008
| | | | svn path=/trunk/; revision=20246
* Translation updated by Tino Meinen.Vincent van Adrighem2008-05-081-26/+93
| | | | | | | | 2008-05-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=20085
* Translation updated by Tino Meinen.Vincent van Adrighem2008-04-301-100/+194
| | | | | | | | 2008-04-30 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=20057
* Updated Dutch translation by Tino Meinen.Wouter Bolsterlee2008-04-271-964/+973
| | | | | | | | | 2008-04-27 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Tino Meinen. svn path=/trunk/; revision=20048
* updated hebrew translationYair Hershkovitz2008-04-211-973/+964
| | | | svn path=/trunk/; revision=20032
* Translation updated by Tino Meinen.Vincent van Adrighem2008-04-201-1008/+1057
| | | | | | | | 2008-04-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=20029
* 2.13.0GTK_2_13_0Matthias Clasen2008-02-211-342/+427
| | | | svn path=/trunk/; revision=19628
* 2.12.1GTK_2_12_1Matthias Clasen2007-10-171-952/+1079
| | | | svn path=/trunk/; revision=18924
* Translation updated by Tino Meinen.Vincent van Adrighem2007-09-231-1095/+969
| | | | | | | | 2007-09-23 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18859
* 2.12.0GTK_2_12_0Matthias Clasen2007-09-141-949/+1075
| | | | svn path=/trunk/; revision=18820
* Translation updated by Tino Meinen.Vincent van Adrighem2007-09-061-169/+186
| | | | | | | | 2007-09-06 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18737
* Translation updated by Tino Meinen.Vincent van Adrighem2007-08-041-1081/+959
| | | | | | | | 2007-08-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18575
* 2.11.6GTK_2_11_6Matthias Clasen2007-07-201-953/+1114
| | | | svn path=/trunk/; revision=18513
* Translation updated by Tino Meinen.Vincent van Adrighem2007-07-161-1143/+1004
| | | | | | | | 2007-07-16 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18477
* 2.11.5GTK_2_11_5Matthias Clasen2007-07-021-77/+85
| | | | svn path=/trunk/; revision=18345
* 2.11.4GTK_2_11_4Matthias Clasen2007-06-191-14/+14
| | | | svn path=/trunk/; revision=18192
* 2.11.3GTK_2_11_3Matthias Clasen2007-06-161-187/+192
| | | | svn path=/trunk/; revision=18154
* 2.11.2GTK_2_11_2Matthias Clasen2007-06-061-2/+2
| | | | svn path=/trunk/; revision=18057
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-95/+100
| | | | svn path=/trunk/; revision=18027
* 2.11.0GTK_2_11_0Matthias Clasen2007-05-241-1050/+1232
| | | | svn path=/trunk/; revision=17903
* Make remote bookmarks work better (#354887)Matthias Clasen2006-09-221-0/+3
| | | | | | | | | | | | | | | | | | | | | 2006-09-22 Matthias Clasen <mclasen@redhat.com> Make remote bookmarks work better (#354887) * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): (shortcuts_insert_path): * gtk/gtkfilechooserbutton.c (change_icon_theme): (model_add_bookmarks): (model_update_current_folder): (update_label_and_image): If the bookmark points to a remote file, don't call get_info(), since that may a) take a long time and b) pop up an auth dialog. Instead, just use a folder icon and create a display name from the uri. * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): New function to create a suitable display name for a remote uri. This should really be done in GtkFileSystem.
* 2.10.2GTK_2_10_2Matthias Clasen2006-08-181-911/+1035
|
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-08-171-58/+64
| | | | | | 2006-08-17 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-08-151-56/+74
| | | | | | 2006-08-15 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* Fix warning text. (#349277)Matthias Clasen2006-08-151-1/+1
| | | | | | | 2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbufferserialize.c (check_id_or_name): Fix warning text. (#349277)
* Translation updated by Tino Meinen.Vincent van Adrighem2006-08-041-1173/+1008
| | | | | | 2006-08-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-241-912/+1038
|
* Translation updated by Tino Meinen.Vincent van Adrighem2006-07-201-1669/+1344
| | | | | | 2006-07-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* 2.10.0GTK_2_10_0Matthias Clasen2006-07-031-1085/+1216
|
* Translation updated by Tino Meinen.Vincent van Adrighem2006-06-251-1249/+1122
| | | | | | 2006-06-25 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* broken pipeGTK_2_9_4Matthias Clasen2006-06-221-143/+235
|
* 2.9.3GTK_2_9_3Matthias Clasen2006-06-131-164/+192
|
* 2.9.2GTK_2_9_2Matthias Clasen2006-06-051-1062/+1184
|
* Translation updated by Tino Meinen.Vincent van Adrighem2006-05-251-1196/+1097
| | | | | | 2006-05-25 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* 2.9.1GTK_2_9_1Matthias Clasen2006-05-171-1102/+1251
|
* Dutch translation updated by Tino Meinen.Wouter Bolsterlee2006-05-081-1684/+1543
| | | | | | 2006-05-08 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Dutch translation updated by Tino Meinen.
* 2.9.0GTK_2_9_0Matthias Clasen2006-05-051-952/+1932
|
* Translation updated by Tino Meinen.Vincent van Adrighem2006-04-261-37/+1438
| | | | | | 2006-04-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Translation updated by Tino Meinen.Vincent van Adrighem2006-04-111-327/+399
| | | | | | 2006-04-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-11-011-199/+253
| | | | | | 2005-11-01 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-10-271-93/+101
| | | | | | 2005-10-27 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.