1 Description: Fix various spelling mistakes.
2 Author: Stephen Kitt <steve@sk2.org>
3 Last-Update: 2011-06-07
5 --- gdmap.orig/po/bg.po
8 msgstr "Изберете папка"
11 -msgid "GdMap is a tool which allows to graphically explore your disks."
12 +msgid "GdMap is a tool which allows you to graphically explore your disks."
14 "GdMap е инструмент който ви позволява да преглеждате диска си в графичен "
16 --- gdmap.orig/po/da.po
22 -msgid "GdMap is a tool which allows to graphically explore your disks."
23 +msgid "GdMap is a tool which allows you to graphically explore your disks."
25 "GdMap er et værktøj som giver dig mulighed for at udforske din disk grafisk"
27 --- gdmap.orig/po/de.po
30 msgstr "Verzeichnis wählen"
33 -msgid "GdMap is a tool which allows to graphically explore your disks."
34 +msgid "GdMap is a tool which allows you to graphically explore your disks."
36 "GdMap ist ein Tool, das es ermöglicht\\nden Festplatteninhalt graphisch "
38 --- gdmap.orig/po/es.po
41 msgstr "Seleccionar carpeta"
44 -msgid "GdMap is a tool which allows to graphically explore your disks."
45 +msgid "GdMap is a tool which allows you to graphically explore your disks."
47 "GdMap es una herramienta que permite explorar tus discos de forma gráfica."
49 --- gdmap.orig/po/fr.po
52 msgstr "Choisir un dossier"
55 -msgid "GdMap is a tool which allows to graphically explore your disks."
56 +msgid "GdMap is a tool which allows you to graphically explore your disks."
58 "GdMap est un logiciel qui permet l'exploration graphique de vos disques."
60 --- gdmap.orig/po/he.po
66 -msgid "GdMap is a tool which allows to graphically explore your disks."
67 +msgid "GdMap is a tool which allows you to graphically explore your disks."
68 msgstr "התוכנה היא כלי המאפשר לך לחקור את הדיסקים בצורה גרפית"
71 --- gdmap.orig/po/hr.po
77 -msgid "GdMap is a tool which allows to graphically explore your disks."
78 +msgid "GdMap is a tool which allows you to graphically explore your disks."
79 msgstr "GdMap je alat koji vam omogucava graficki pregled diska."
82 --- gdmap.orig/po/it.po
85 msgstr "Scegli una cartella"
88 -msgid "GdMap is a tool which allows to graphically explore your disks."
89 +msgid "GdMap is a tool which allows you to graphically explore your disks."
91 "GdMap è un programma che permette di esplorare graficamente il contenuto dei "
93 --- gdmap.orig/po/nb.po
99 -msgid "GdMap is a tool which allows to graphically explore your disks."
100 +msgid "GdMap is a tool which allows you to graphically explore your disks."
101 msgstr "GdMap er et verktøy som gir deg en grafisk visning av diskbruken."
104 --- gdmap.orig/po/no.po
110 -msgid "GdMap is a tool which allows to graphically explore your disks."
111 +msgid "GdMap is a tool which allows you to graphically explore your disks."
112 msgstr "GdMap er et verktøy som gir deg en grafisk visning av diskbruken."
115 --- gdmap.orig/po/ru.po
118 msgstr "Выберите папку"
121 -msgid "GdMap is a tool which allows to graphically explore your disks."
122 +msgid "GdMap is a tool which allows you to graphically explore your disks."
123 msgstr "GdMap это инструмент позволяющий графически исследовать ваши диски."
126 --- gdmap.orig/po/sv.po
132 -msgid "GdMap is a tool which allows to graphically explore your disks."
133 +msgid "GdMap is a tool which allows you to graphically explore your disks."
134 msgstr "GdMap är ett verktyg som låter dig utforska dina diskar grafiskt."
137 --- gdmap.orig/po/tr.po
143 -msgid "GdMap is a tool which allows to graphically explore your disks."
144 +msgid "GdMap is a tool which allows you to graphically explore your disks."
145 msgstr "GdMap, disklerinizde görsel olarak gezinmenizi saglayan bir aractir."
148 --- gdmap.orig/src/about.c
149 +++ gdmap/src/about.c
151 gtk_about_dialog_set_license(AboutWin, "GPL (GNU General Public License)\n\nsee http://www.gnu.org/licenses/gpl.html");
152 gtk_about_dialog_set_website(AboutWin, "http://gdmap.sourceforge.net");
153 gtk_about_dialog_set_authors(AboutWin, authors);
154 - gtk_about_dialog_set_comments(AboutWin, _("GdMap is a tool which allows to graphically explore your disks."));
155 + gtk_about_dialog_set_comments(AboutWin, _("GdMap is a tool which allows you to graphically explore your disks."));
156 gtk_about_dialog_set_logo(AboutWin, create_pixbuf("gdmap_icon.png"));
157 gtk_about_dialog_set_translator_credits(AboutWin, _("translator-credits"));