Author: stephan
Date: 2007-01-11 08:11:34 +0000 (Thu, 11 Jan 2007)
New Revision: 24352
Modified:
squeeze/trunk/libsqueeze/archive-support-gnu-tar.c
squeeze/trunk/libsqueeze/archive-support-gnu-tar.h
squeeze/trunk/libsqueeze/archive-support-zip.c
squeeze/trunk/libsqueeze/archive-support-zip.h
squeeze/trunk/libsqueeze/archive-support.c
squeeze/trunk/libsqueeze/archive-support.h
squeeze/trunk/libsqueeze/archive.c
squeeze/trunk/libsqueeze/archive.h
squeeze/trunk/libsqueeze/internals.c
squeeze/trunk/libsqueeze/internals.h
squeeze/trunk/libsqueeze/libsqueeze.c
squeeze/trunk/libsqueeze/libsqueeze.h
squeeze/trunk/po/fi.po
squeeze/trunk/po/nl.po
squeeze/trunk/src/main_window.c
squeeze/trunk/src/path_bar.c
squeeze/trunk/src/properties_dialog.c
squeeze/trunk/src/properties_dialog.h
Log:
Changed email adress
Added modifier for 'open archive in new window'
Modified: squeeze/trunk/libsqueeze/archive-support-gnu-tar.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-support-gnu-tar.c 2007-01-10 23:21:39 UTC
(rev 24351)
+++ squeeze/trunk/libsqueeze/archive-support-gnu-tar.c 2007-01-11 08:11:34 UTC
(rev 24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/archive-support-gnu-tar.h
===================================================================
--- squeeze/trunk/libsqueeze/archive-support-gnu-tar.h 2007-01-10 23:21:39 UTC
(rev 24351)
+++ squeeze/trunk/libsqueeze/archive-support-gnu-tar.h 2007-01-11 08:11:34 UTC
(rev 24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/archive-support-zip.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-support-zip.c 2007-01-10 23:21:39 UTC
(rev 24351)
+++ squeeze/trunk/libsqueeze/archive-support-zip.c 2007-01-11 08:11:34 UTC
(rev 24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/archive-support-zip.h
===================================================================
--- squeeze/trunk/libsqueeze/archive-support-zip.h 2007-01-10 23:21:39 UTC
(rev 24351)
+++ squeeze/trunk/libsqueeze/archive-support-zip.h 2007-01-11 08:11:34 UTC
(rev 24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/archive-support.c
===================================================================
--- squeeze/trunk/libsqueeze/archive-support.c 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/libsqueeze/archive-support.c 2007-01-11 08:11:34 UTC (rev
24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/archive-support.h
===================================================================
--- squeeze/trunk/libsqueeze/archive-support.h 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/libsqueeze/archive-support.h 2007-01-11 08:11:34 UTC (rev
24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/archive.c
===================================================================
--- squeeze/trunk/libsqueeze/archive.c 2007-01-10 23:21:39 UTC (rev 24351)
+++ squeeze/trunk/libsqueeze/archive.c 2007-01-11 08:11:34 UTC (rev 24352)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+/* Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1314,6 +1314,13 @@
return thunar_vfs_path_get_name(archive->path_info);
}
+const gchar *
+lsq_archive_get_mimetype(LSQArchive *archive)
+{
+ g_return_val_if_fail(LSQ_IS_ARCHIVE(archive), "");
+ return thunar_vfs_mime_info_get_name(archive->mime_info);
+}
+
LSQArchiveStatus
lsq_archive_get_status(LSQArchive *archive)
{
Modified: squeeze/trunk/libsqueeze/archive.h
===================================================================
--- squeeze/trunk/libsqueeze/archive.h 2007-01-10 23:21:39 UTC (rev 24351)
+++ squeeze/trunk/libsqueeze/archive.h 2007-01-11 08:11:34 UTC (rev 24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -112,6 +112,7 @@
const gchar * lsq_archive_get_status_msg(LSQArchive *archive);
LSQArchiveStatus lsq_archive_get_old_status(LSQArchive *archive);
const gchar * lsq_archive_get_filename(LSQArchive *archive);
+const gchar * lsq_archive_get_mimetype(LSQArchive *archive);
gboolean lsq_archive_iter_is_directory(const LSQArchive *, const
LSQArchiveIter *);
guint lsq_archive_iter_n_children(const LSQArchive *, const
LSQArchiveIter *);
Modified: squeeze/trunk/libsqueeze/internals.c
===================================================================
--- squeeze/trunk/libsqueeze/internals.c 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/libsqueeze/internals.c 2007-01-11 08:11:34 UTC (rev
24352)
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/internals.h
===================================================================
--- squeeze/trunk/libsqueeze/internals.h 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/libsqueeze/internals.h 2007-01-11 08:11:34 UTC (rev
24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/libsqueeze.c
===================================================================
--- squeeze/trunk/libsqueeze/libsqueeze.c 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/libsqueeze/libsqueeze.c 2007-01-11 08:11:34 UTC (rev
24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/libsqueeze/libsqueeze.h
===================================================================
--- squeeze/trunk/libsqueeze/libsqueeze.h 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/libsqueeze/libsqueeze.h 2007-01-11 08:11:34 UTC (rev
24352)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
+ * Copyright (c) 2006 Stephan Arts <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: squeeze/trunk/po/fi.po
===================================================================
--- squeeze/trunk/po/fi.po 2007-01-10 23:21:39 UTC (rev 24351)
+++ squeeze/trunk/po/fi.po 2007-01-11 08:11:34 UTC (rev 24352)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xarchiver 0.4.2rc2\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
-"POT-Creation-Date: 2007-01-08 20:07+0100\n"
+"POT-Creation-Date: 2007-01-11 08:57+0100\n"
"PO-Revision-Date: 2006-12-13 12:43+0200\n"
"Last-Translator: Jari Rahkonen <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
@@ -15,7 +15,7 @@
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../libsqueeze/archive.c:438 ../src/button_drag_box.c:112
+#: ../libsqueeze/archive.c:438 ../src/preferences_dialog.c:283
msgid "Filename"
msgstr "Tiedostonimi"
@@ -23,42 +23,42 @@
msgid "Mime type"
msgstr "MIME-tyyppi"
-#: ../libsqueeze/archive.c:1330
+#: ../libsqueeze/archive.c:1347
msgid "Initializing archive"
msgstr ""
-#: ../libsqueeze/archive.c:1333
+#: ../libsqueeze/archive.c:1350
msgid "Refreshing archive contents"
msgstr ""
-#: ../libsqueeze/archive.c:1336
+#: ../libsqueeze/archive.c:1353
#, fuzzy
msgid "Adding file(s) to archive"
msgstr "Lisää tiedosto(ja) arkistoon"
-#: ../libsqueeze/archive.c:1339
+#: ../libsqueeze/archive.c:1356
#, fuzzy
msgid "Extracting file(s) from archive"
msgstr "Lisää tiedosto(ja) arkistoon"
-#: ../libsqueeze/archive.c:1342
+#: ../libsqueeze/archive.c:1359
#, fuzzy
msgid "Removing file(s) from archive"
msgstr "Lisää tiedosto(ja) arkistoon"
-#: ../libsqueeze/archive.c:1345
+#: ../libsqueeze/archive.c:1362
msgid "Done"
msgstr ""
-#: ../libsqueeze/archive.c:1348
+#: ../libsqueeze/archive.c:1365
msgid "Performing an extended action"
msgstr ""
-#: ../libsqueeze/archive.c:1351
+#: ../libsqueeze/archive.c:1368
msgid "Cancelled"
msgstr ""
-#: ../libsqueeze/archive.c:1354
+#: ../libsqueeze/archive.c:1371
msgid "Error"
msgstr ""
@@ -96,9 +96,9 @@
msgstr "Ohita oikeudet"
#: ../libsqueeze/archive-support-gnu-tar.c:193
-#: ../libsqueeze/archive-support-gnu-tar.c:484
+#: ../libsqueeze/archive-support-gnu-tar.c:485
#: ../libsqueeze/archive-support-zip.c:172
-#: ../libsqueeze/archive-support-zip.c:314
+#: ../libsqueeze/archive-support-zip.c:315
msgid "Size"
msgstr "Koko"
@@ -108,7 +108,7 @@
msgstr "Näytä tiedostokoko"
#: ../libsqueeze/archive-support-gnu-tar.c:200
-#: ../libsqueeze/archive-support-gnu-tar.c:476
+#: ../libsqueeze/archive-support-gnu-tar.c:477
msgid "Permissions"
msgstr "Oikeudet"
@@ -117,7 +117,7 @@
msgstr "Näytä oikeudet"
#: ../libsqueeze/archive-support-gnu-tar.c:207
-#: ../libsqueeze/archive-support-gnu-tar.c:480
+#: ../libsqueeze/archive-support-gnu-tar.c:481
msgid "Owner/Group"
msgstr "Omistaja/ryhmä"
@@ -126,9 +126,9 @@
msgstr "Näytä omistaja/ryhmä"
#: ../libsqueeze/archive-support-gnu-tar.c:214
-#: ../libsqueeze/archive-support-gnu-tar.c:488
+#: ../libsqueeze/archive-support-gnu-tar.c:489
#: ../libsqueeze/archive-support-zip.c:158
-#: ../libsqueeze/archive-support-zip.c:330
+#: ../libsqueeze/archive-support-zip.c:331
msgid "Date"
msgstr "Pvm"
@@ -138,9 +138,9 @@
msgstr "Näytä pvm"
#: ../libsqueeze/archive-support-gnu-tar.c:221
-#: ../libsqueeze/archive-support-gnu-tar.c:492
+#: ../libsqueeze/archive-support-gnu-tar.c:493
#: ../libsqueeze/archive-support-zip.c:151
-#: ../libsqueeze/archive-support-zip.c:334
+#: ../libsqueeze/archive-support-zip.c:335
msgid "Time"
msgstr "Aika"
@@ -168,7 +168,7 @@
msgstr "Salasana"
#: ../libsqueeze/archive-support-zip.c:144
-#: ../libsqueeze/archive-support-zip.c:322
+#: ../libsqueeze/archive-support-zip.c:323
msgid "Compressed Size"
msgstr "Koko pakattuna"
@@ -177,7 +177,7 @@
msgstr "Näytä koko pakattuna"
#: ../libsqueeze/archive-support-zip.c:165
-#: ../libsqueeze/archive-support-zip.c:326
+#: ../libsqueeze/archive-support-zip.c:327
msgid "Ratio"
msgstr "Suhde"
@@ -186,7 +186,7 @@
msgstr "Näytä suhde"
#: ../libsqueeze/archive-support-zip.c:179
-#: ../libsqueeze/archive-support-zip.c:318
+#: ../libsqueeze/archive-support-zip.c:319
msgid "Method"
msgstr "Metodi"
@@ -195,7 +195,7 @@
msgstr "Näytä metodi"
#: ../libsqueeze/archive-support-zip.c:186
-#: ../libsqueeze/archive-support-zip.c:338
+#: ../libsqueeze/archive-support-zip.c:339
msgid "Checksum"
msgstr "Tarkiste"
@@ -232,23 +232,23 @@
"%s: %s\n"
"Kirjoittamalla %s --help saat täyden listan komentorivivalitsimista.\n"
-#: ../src/main_window.c:119
+#: ../src/main_window.c:121
msgid "Internal Style"
msgstr "Sisäinen tyyli"
-#: ../src/main_window.c:121
+#: ../src/main_window.c:123
msgid "Tool Bar Style"
msgstr "Työkalupalkkityyli"
-#: ../src/main_window.c:124
+#: ../src/main_window.c:126
msgid "Path Bar Style"
msgstr "Polkupalkkityyli"
-#: ../src/main_window.c:172
+#: ../src/main_window.c:174
msgid "Navigation Style"
msgstr "Navigointitapa"
-#: ../src/main_window.c:173
+#: ../src/main_window.c:175
msgid ""
"Style of navigation\n"
"The style to navigate trough the archive"
@@ -257,81 +257,86 @@
"Tapa, jolla navigoit arkistossa"
#. File menu
-#: ../src/main_window.c:258
+#: ../src/main_window.c:260
msgid "_File"
msgstr "_Tiedosto"
#. Action menu: ref all the childs
-#: ../src/main_window.c:290
+#: ../src/main_window.c:293
msgid "_Action"
msgstr "Toi_minto"
-#: ../src/main_window.c:295
+#: ../src/main_window.c:298
msgid "_Add"
msgstr "_Lisää"
-#: ../src/main_window.c:301
+#: ../src/main_window.c:304
msgid "_Extract"
msgstr "P_ura"
#. View menu
-#: ../src/main_window.c:315
+#: ../src/main_window.c:318
msgid "_View"
msgstr "_Näytä"
#. Help menu
-#: ../src/main_window.c:337
+#: ../src/main_window.c:340
msgid "_Help"
msgstr ""
-#: ../src/main_window.c:368
+#: ../src/main_window.c:371
msgid "Add"
msgstr "Lisää"
-#: ../src/main_window.c:372 ../src/main_window.c:876
+#: ../src/main_window.c:375 ../src/main_window.c:943
#: ../src/extract_dialog.c:102
msgid "Extract"
msgstr "Pura"
-#: ../src/main_window.c:616
+#: ../src/main_window.c:633
msgid "Open archive"
msgstr "Avaa arkisto"
-#: ../src/main_window.c:781
+#: ../src/main_window.c:639
+#, fuzzy
+msgid "Open archive in new window"
+msgstr "Avaa arkisto"
+
+#: ../src/main_window.c:848
msgid "Lead developer:"
msgstr ""
-#: ../src/main_window.c:784
+#: ../src/main_window.c:851
msgid "Contributors:"
msgstr ""
-#: ../src/main_window.c:787
+#: ../src/main_window.c:854
msgid "Inspired by Xarchiver, written by Giuseppe Torelli"
msgstr ""
-#: ../src/main_window.c:792
+#: ../src/main_window.c:859
msgid ""
"Squeeze is a lightweight and flexible archive manager for the Xfce Desktop "
"Environment"
msgstr ""
-#: ../src/main_window.c:798
+#: ../src/main_window.c:865
msgid "translator-credits"
msgstr "Jari Rahkonen <[EMAIL PROTECTED]>"
-#: ../src/main_window.c:875
+#: ../src/main_window.c:942
msgid "Which action do you want to perform on the selected file(s)?"
msgstr "Mitä haluat tehdä valitu(i)lle tiedosto(i)lle?"
-#: ../src/main_window.c:876
+#: ../src/main_window.c:943
msgid "View"
msgstr "Näytä"
-#: ../src/main_window.c:939
+#: ../src/main_window.c:1006
msgid "Failed to open file"
msgstr "Linkin avaaminen epäonnistui"
-#: ../src/main_window.c:940
+#: ../src/main_window.c:1007
#, c-format
msgid ""
"'%s'\n"
@@ -343,7 +348,7 @@
#.
#. * Could not create archive (mime type unsupported)
#.
-#: ../src/application.c:222
+#: ../src/application.c:228
msgid "Could not create archive, MIME-type unsupported"
msgstr "Arkistoa ei voi luoda, MIME-tyyppiä ei tueta"
@@ -351,7 +356,7 @@
#. * Could not open archive (mime type not supported or file did not exist)
#. * Should be a more specific error message.
#.
-#: ../src/application.c:239
+#: ../src/application.c:245
msgid "Could not open archive, MIME-type unsupported or file did not exist"
msgstr ""
"Arkistoa ei voi avata, MIME-tyyppiä ei tueta tai tiedostoa ei ole olemassa"
@@ -410,65 +415,73 @@
msgid "Extract archive"
msgstr "Pura arkisto"
-#: ../src/preferences_dialog.c:82
+#: ../src/preferences_dialog.c:87
msgid "_General"
msgstr ""
-#: ../src/preferences_dialog.c:85
+#: ../src/preferences_dialog.c:90
#, fuzzy
msgid "Archive viewer:"
msgstr "Arkistonhallinta"
-#: ../src/preferences_dialog.c:94
+#: ../src/preferences_dialog.c:99
#, fuzzy
msgid "_Show Icons"
msgstr "Näytä MIME-kuvakkeet"
-#: ../src/preferences_dialog.c:97
+#: ../src/preferences_dialog.c:102
msgid "_Rules Hint"
msgstr ""
-#: ../src/preferences_dialog.c:100
+#: ../src/preferences_dialog.c:105
msgid "Sorting:"
msgstr ""
-#: ../src/preferences_dialog.c:109
+#: ../src/preferences_dialog.c:114
#, fuzzy
msgid "Sort _Case Sensitive "
msgstr "Huomioi kirjainkoko järjestäessä"
-#: ../src/preferences_dialog.c:112
+#: ../src/preferences_dialog.c:117
#, fuzzy
msgid "Sort _Folders First"
msgstr "Hakemistot ennen tiedostoja"
-#: ../src/preferences_dialog.c:115
+#: ../src/preferences_dialog.c:120
#, fuzzy
msgid "Navigation bar:"
msgstr "Navigointitapa"
-#: ../src/preferences_dialog.c:125
-#, fuzzy
-msgid "_Archivers"
-msgstr "Arkistonhallinta"
-
-#: ../src/preferences_dialog.c:172
+#: ../src/preferences_dialog.c:132
msgid "_Behaviour"
msgstr ""
-#: ../src/preferences_dialog.c:189
+#: ../src/preferences_dialog.c:149
msgid "Preferences"
msgstr ""
-#: ../src/button_drag_box.c:82
+#: ../src/preferences_dialog.c:206
+#, fuzzy
+msgid "_Archivers"
+msgstr "Arkistonhallinta"
+
+#: ../src/button_drag_box.c:85
msgid "Visible:"
msgstr ""
-#: ../src/button_drag_box.c:93
+#: ../src/button_drag_box.c:96
msgid "Available:"
msgstr ""
-#: ../src/properties_dialog.c:83
+#: ../src/properties_dialog.c:87
+msgid "Name:"
+msgstr ""
+
+#: ../src/properties_dialog.c:100
+msgid "Kind:"
+msgstr ""
+
+#: ../src/properties_dialog.c:121
msgid "Properties"
msgstr ""
@@ -484,24 +497,24 @@
msgid "The amount of space between the path buttons"
msgstr "Polkupainikkeiden välinen tyhjä tila"
-#: ../src/notebook.c:365
+#: ../src/notebook.c:171 ../src/archive_store.c:240
+msgid "Show mime icons"
+msgstr "Näytä MIME-kuvakkeet"
+
+#: ../src/notebook.c:172 ../src/archive_store.c:241
+msgid "Show the mime type icons for each entry"
+msgstr "Näytä listan kohteiden MIME-tyyppikuvakkeet"
+
+#: ../src/notebook.c:428
#, c-format
msgid "Failed to open archive '%s'."
msgstr "Arkiston \"%s\" avaaminen epäonnistui."
-#: ../src/notebook.c:373
+#: ../src/notebook.c:436
#, fuzzy, c-format
msgid "Failed to extract contents of archive '%s'."
msgstr "Arkiston \"%s\" avaaminen epäonnistui."
-#: ../src/archive_store.c:240
-msgid "Show mime icons"
-msgstr "Näytä MIME-kuvakkeet"
-
-#: ../src/archive_store.c:241
-msgid "Show the mime type icons for each entry"
-msgstr "Näytä listan kohteiden MIME-tyyppikuvakkeet"
-
#: ../src/archive_store.c:247
msgid "Show up dir entry"
msgstr "Näytä ylähakemisto"
Modified: squeeze/trunk/po/nl.po
===================================================================
--- squeeze/trunk/po/nl.po 2007-01-10 23:21:39 UTC (rev 24351)
+++ squeeze/trunk/po/nl.po 2007-01-11 08:11:34 UTC (rev 24352)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Squeeze 0.0.1-svn-r24005\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
-"POT-Creation-Date: 2007-01-08 20:07+0100\n"
+"POT-Creation-Date: 2007-01-11 08:57+0100\n"
"PO-Revision-Date: 2006-11-28 22:52+0100\n"
"Last-Translator: Stephan Arts <[EMAIL PROTECTED]>\n"
"Language-Team: Dutch <[EMAIL PROTECTED]>\n"
@@ -16,7 +16,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../libsqueeze/archive.c:438 ../src/button_drag_box.c:112
+#: ../libsqueeze/archive.c:438 ../src/preferences_dialog.c:283
msgid "Filename"
msgstr "Bestandsnaam"
@@ -24,39 +24,39 @@
msgid "Mime type"
msgstr "Mime type"
-#: ../libsqueeze/archive.c:1330
+#: ../libsqueeze/archive.c:1347
msgid "Initializing archive"
msgstr "Archief initialiseren"
-#: ../libsqueeze/archive.c:1333
+#: ../libsqueeze/archive.c:1350
msgid "Refreshing archive contents"
msgstr "Inhoud van archief vernieuwen"
-#: ../libsqueeze/archive.c:1336
+#: ../libsqueeze/archive.c:1353
msgid "Adding file(s) to archive"
msgstr "Bestand(en) aan het toevoegen aan archief"
-#: ../libsqueeze/archive.c:1339
+#: ../libsqueeze/archive.c:1356
msgid "Extracting file(s) from archive"
msgstr "Bestand(en) uitpakken uit archief"
-#: ../libsqueeze/archive.c:1342
+#: ../libsqueeze/archive.c:1359
msgid "Removing file(s) from archive"
msgstr "Bestand(en) verwijderen uit archief"
-#: ../libsqueeze/archive.c:1345
+#: ../libsqueeze/archive.c:1362
msgid "Done"
msgstr "Klaar"
-#: ../libsqueeze/archive.c:1348
+#: ../libsqueeze/archive.c:1365
msgid "Performing an extended action"
msgstr "Uitgebreide actie uitvoeren"
-#: ../libsqueeze/archive.c:1351
+#: ../libsqueeze/archive.c:1368
msgid "Cancelled"
msgstr "Geannulleerd"
-#: ../libsqueeze/archive.c:1354
+#: ../libsqueeze/archive.c:1371
msgid "Error"
msgstr "Fout"
@@ -94,9 +94,9 @@
msgstr "Rechten overschrijven"
#: ../libsqueeze/archive-support-gnu-tar.c:193
-#: ../libsqueeze/archive-support-gnu-tar.c:484
+#: ../libsqueeze/archive-support-gnu-tar.c:485
#: ../libsqueeze/archive-support-zip.c:172
-#: ../libsqueeze/archive-support-zip.c:314
+#: ../libsqueeze/archive-support-zip.c:315
msgid "Size"
msgstr "Grootte"
@@ -106,7 +106,7 @@
msgstr "Grootte weergeven"
#: ../libsqueeze/archive-support-gnu-tar.c:200
-#: ../libsqueeze/archive-support-gnu-tar.c:476
+#: ../libsqueeze/archive-support-gnu-tar.c:477
msgid "Permissions"
msgstr "Rechten"
@@ -115,7 +115,7 @@
msgstr "Rechten weergeven"
#: ../libsqueeze/archive-support-gnu-tar.c:207
-#: ../libsqueeze/archive-support-gnu-tar.c:480
+#: ../libsqueeze/archive-support-gnu-tar.c:481
msgid "Owner/Group"
msgstr "Eigenaar/Groep"
@@ -124,9 +124,9 @@
msgstr "Eigenaar / groep weergeven"
#: ../libsqueeze/archive-support-gnu-tar.c:214
-#: ../libsqueeze/archive-support-gnu-tar.c:488
+#: ../libsqueeze/archive-support-gnu-tar.c:489
#: ../libsqueeze/archive-support-zip.c:158
-#: ../libsqueeze/archive-support-zip.c:330
+#: ../libsqueeze/archive-support-zip.c:331
msgid "Date"
msgstr "Datum"
@@ -136,9 +136,9 @@
msgstr "Datum weergeven"
#: ../libsqueeze/archive-support-gnu-tar.c:221
-#: ../libsqueeze/archive-support-gnu-tar.c:492
+#: ../libsqueeze/archive-support-gnu-tar.c:493
#: ../libsqueeze/archive-support-zip.c:151
-#: ../libsqueeze/archive-support-zip.c:334
+#: ../libsqueeze/archive-support-zip.c:335
msgid "Time"
msgstr "Tijd"
@@ -166,7 +166,7 @@
msgstr "Wachtwoord"
#: ../libsqueeze/archive-support-zip.c:144
-#: ../libsqueeze/archive-support-zip.c:322
+#: ../libsqueeze/archive-support-zip.c:323
msgid "Compressed Size"
msgstr "Gecomprimeerde Grootte"
@@ -175,7 +175,7 @@
msgstr "Gecomprimeerde bestandsgrootte weergeven"
#: ../libsqueeze/archive-support-zip.c:165
-#: ../libsqueeze/archive-support-zip.c:326
+#: ../libsqueeze/archive-support-zip.c:327
msgid "Ratio"
msgstr "Verhouding"
@@ -184,7 +184,7 @@
msgstr "Verhouding weergeven"
#: ../libsqueeze/archive-support-zip.c:179
-#: ../libsqueeze/archive-support-zip.c:318
+#: ../libsqueeze/archive-support-zip.c:319
msgid "Method"
msgstr "Methode"
@@ -193,7 +193,7 @@
msgstr "methode weergeven"
#: ../libsqueeze/archive-support-zip.c:186
-#: ../libsqueeze/archive-support-zip.c:338
+#: ../libsqueeze/archive-support-zip.c:339
msgid "Checksum"
msgstr "Checksom"
@@ -230,23 +230,23 @@
"%s: %s\n"
"Probeer %s --help voor een volledige lijst van mogelijke opties.\n"
-#: ../src/main_window.c:119
+#: ../src/main_window.c:121
msgid "Internal Style"
msgstr "Interne Stijl"
-#: ../src/main_window.c:121
+#: ../src/main_window.c:123
msgid "Tool Bar Style"
msgstr "Werkbalk Stijl"
-#: ../src/main_window.c:124
+#: ../src/main_window.c:126
msgid "Path Bar Style"
msgstr "Padbalk Stijl"
-#: ../src/main_window.c:172
+#: ../src/main_window.c:174
msgid "Navigation Style"
msgstr "Navigatie Stijl"
-#: ../src/main_window.c:173
+#: ../src/main_window.c:175
msgid ""
"Style of navigation\n"
"The style to navigate trough the archive"
@@ -255,59 +255,63 @@
"De stijl om te navigeren door het archief"
#. File menu
-#: ../src/main_window.c:258
+#: ../src/main_window.c:260
msgid "_File"
msgstr "_Bestand"
#. Action menu: ref all the childs
-#: ../src/main_window.c:290
+#: ../src/main_window.c:293
msgid "_Action"
msgstr "_Actie"
-#: ../src/main_window.c:295
+#: ../src/main_window.c:298
msgid "_Add"
msgstr "_Toevoegen"
-#: ../src/main_window.c:301
+#: ../src/main_window.c:304
msgid "_Extract"
msgstr "_Uitpakken"
#. View menu
-#: ../src/main_window.c:315
+#: ../src/main_window.c:318
msgid "_View"
msgstr "B_eeld"
#. Help menu
-#: ../src/main_window.c:337
+#: ../src/main_window.c:340
msgid "_Help"
msgstr "_Help"
-#: ../src/main_window.c:368
+#: ../src/main_window.c:371
msgid "Add"
msgstr "Toevoegen"
-#: ../src/main_window.c:372 ../src/main_window.c:876
+#: ../src/main_window.c:375 ../src/main_window.c:943
#: ../src/extract_dialog.c:102
msgid "Extract"
msgstr "Uitpakken"
-#: ../src/main_window.c:616
+#: ../src/main_window.c:633
msgid "Open archive"
msgstr "Archief openen"
-#: ../src/main_window.c:781
+#: ../src/main_window.c:639
+msgid "Open archive in new window"
+msgstr "Archief openen in een niew venster"
+
+#: ../src/main_window.c:848
msgid "Lead developer:"
msgstr "Hoofd ontwikkelaar:"
-#: ../src/main_window.c:784
+#: ../src/main_window.c:851
msgid "Contributors:"
msgstr "Medewerkers:"
-#: ../src/main_window.c:787
+#: ../src/main_window.c:854
msgid "Inspired by Xarchiver, written by Giuseppe Torelli"
msgstr "Geinspireerd door Xarchiver, dat is geschreven door Giuseppe Torelli"
-#: ../src/main_window.c:792
+#: ../src/main_window.c:859
msgid ""
"Squeeze is a lightweight and flexible archive manager for the Xfce Desktop "
"Environment"
@@ -315,23 +319,23 @@
"Squeeze is een lightgewicht en flexibele archief beheerder voor de Xfce "
"Bureaublad omgeving"
-#: ../src/main_window.c:798
+#: ../src/main_window.c:865
msgid "translator-credits"
msgstr "Stephan Arts <[EMAIL PROTECTED]>"
-#: ../src/main_window.c:875
+#: ../src/main_window.c:942
msgid "Which action do you want to perform on the selected file(s)?"
msgstr "Welke actie wil je uitvoeren op de geselecteerde bestand(en)?"
-#: ../src/main_window.c:876
+#: ../src/main_window.c:943
msgid "View"
msgstr "Weergeven"
-#: ../src/main_window.c:939
+#: ../src/main_window.c:1006
msgid "Failed to open file"
msgstr "Kan bestand niet openen"
-#: ../src/main_window.c:940
+#: ../src/main_window.c:1007
#, c-format
msgid ""
"'%s'\n"
@@ -343,7 +347,7 @@
#.
#. * Could not create archive (mime type unsupported)
#.
-#: ../src/application.c:222
+#: ../src/application.c:228
msgid "Could not create archive, MIME-type unsupported"
msgstr "Kan archief niet maken, MIME-type niet ondersteund"
@@ -351,7 +355,7 @@
#. * Could not open archive (mime type not supported or file did not exist)
#. * Should be a more specific error message.
#.
-#: ../src/application.c:239
+#: ../src/application.c:245
msgid "Could not open archive, MIME-type unsupported or file did not exist"
msgstr ""
"Kan archief niet openen, MIME-type niet ondersteund of bestand bestaat niet"
@@ -410,59 +414,67 @@
msgid "Extract archive"
msgstr "Archief uitpakken"
-#: ../src/preferences_dialog.c:82
+#: ../src/preferences_dialog.c:87
msgid "_General"
msgstr "_Algemeen"
-#: ../src/preferences_dialog.c:85
+#: ../src/preferences_dialog.c:90
msgid "Archive viewer:"
msgstr "Archieveerder:"
-#: ../src/preferences_dialog.c:94
+#: ../src/preferences_dialog.c:99
msgid "_Show Icons"
-msgstr "Pictogrammenn _Tonen"
+msgstr "Pictogrammen _Tonen"
-#: ../src/preferences_dialog.c:97
+#: ../src/preferences_dialog.c:102
msgid "_Rules Hint"
msgstr "_Regel Hints"
-#: ../src/preferences_dialog.c:100
+#: ../src/preferences_dialog.c:105
msgid "Sorting:"
msgstr "Sorteren:"
-#: ../src/preferences_dialog.c:109
+#: ../src/preferences_dialog.c:114
msgid "Sort _Case Sensitive "
msgstr "Tekst _hoofdlettergevoelig sorteren"
-#: ../src/preferences_dialog.c:112
+#: ../src/preferences_dialog.c:117
msgid "Sort _Folders First"
msgstr "_Mappen voor bestanden sorteren"
-#: ../src/preferences_dialog.c:115
+#: ../src/preferences_dialog.c:120
msgid "Navigation bar:"
msgstr "Navigatie balk:"
-#: ../src/preferences_dialog.c:125
-msgid "_Archivers"
-msgstr "_Archiveerders"
-
-#: ../src/preferences_dialog.c:172
+#: ../src/preferences_dialog.c:132
msgid "_Behaviour"
msgstr "_Gedrag"
-#: ../src/preferences_dialog.c:189
+#: ../src/preferences_dialog.c:149
msgid "Preferences"
msgstr "Voorkeuren"
-#: ../src/button_drag_box.c:82
+#: ../src/preferences_dialog.c:206
+msgid "_Archivers"
+msgstr "_Archiveerders"
+
+#: ../src/button_drag_box.c:85
msgid "Visible:"
msgstr "Zichtbaar:"
-#: ../src/button_drag_box.c:93
+#: ../src/button_drag_box.c:96
msgid "Available:"
msgstr "Beschikbaar:"
-#: ../src/properties_dialog.c:83
+#: ../src/properties_dialog.c:87
+msgid "Name:"
+msgstr "Naam:"
+
+#: ../src/properties_dialog.c:100
+msgid "Kind:"
+msgstr "Soort:"
+
+#: ../src/properties_dialog.c:121
msgid "Properties"
msgstr "Eigenschappen"
@@ -478,24 +490,24 @@
msgid "The amount of space between the path buttons"
msgstr "De ruimte tussen de pad knoppen"
-#: ../src/notebook.c:365
+#: ../src/notebook.c:171 ../src/archive_store.c:240
+msgid "Show mime icons"
+msgstr "Mime iconen weergeven"
+
+#: ../src/notebook.c:172 ../src/archive_store.c:241
+msgid "Show the mime type icons for each entry"
+msgstr "Mime type iconen weergeven voor elk item"
+
+#: ../src/notebook.c:428
#, c-format
msgid "Failed to open archive '%s'."
msgstr "Kan archief '%s' niet openen."
-#: ../src/notebook.c:373
+#: ../src/notebook.c:436
#, c-format
msgid "Failed to extract contents of archive '%s'."
msgstr "Het uitpakken van de inhoud van archief '%s' is mislukt."
-#: ../src/archive_store.c:240
-msgid "Show mime icons"
-msgstr "Mime iconen weergeven"
-
-#: ../src/archive_store.c:241
-msgid "Show the mime type icons for each entry"
-msgstr "Mime type iconen weergeven voor elk item"
-
#: ../src/archive_store.c:247
msgid "Show up dir entry"
msgstr "Toon map-omhoog item"
Modified: squeeze/trunk/src/main_window.c
===================================================================
--- squeeze/trunk/src/main_window.c 2007-01-10 23:21:39 UTC (rev 24351)
+++ squeeze/trunk/src/main_window.c 2007-01-11 08:11:34 UTC (rev 24352)
@@ -31,6 +31,7 @@
#include <string.h>
#include <glib.h>
#include <gtk/gtk.h>
+#include <gdk/gdkkeysyms.h>
#include <thunar-vfs/thunar-vfs.h>
#include <libsqueeze/libsqueeze.h>
@@ -264,6 +265,7 @@
gtk_container_add(GTK_CONTAINER(window->menubar.menu_file),
window->menubar.menu_item_new);
window->menubar.menu_item_open =
gtk_image_menu_item_new_from_stock(GTK_STOCK_OPEN, window->accel_group);
gtk_container_add(GTK_CONTAINER(window->menubar.menu_file),
window->menubar.menu_item_open);
+ gtk_widget_add_accelerator (window->menubar.menu_item_open,
"activate", window->accel_group, GDK_o, GDK_SHIFT_MASK| GDK_CONTROL_MASK,
GTK_ACCEL_LOCKED | GTK_ACCEL_MASK);
menu_separator = gtk_separator_menu_item_new();
gtk_container_add(GTK_CONTAINER(window->menubar.menu_file),
menu_separator);
@@ -475,7 +477,7 @@
GdkPixbuf *icon;
window = g_object_new(sq_main_window_get_type(),
- "title", "Squeeze " PACKAGE_VERSION,
+ "title", PACKAGE_STRING,
NULL);
window->icon_theme = icon_theme;
@@ -622,12 +624,24 @@
GSList *_open_archive_paths = NULL;
gint result = 0;
SQMainWindow *window = SQ_MAIN_WINDOW(userdata);
+ gint x, y;
+ GdkModifierType mod_type;
+
+ gdk_window_get_pointer(GTK_WIDGET(window)->window, &x, &y, &mod_type);
- dialog = gtk_file_chooser_dialog_new(_("Open archive"),
+ if(mod_type & GDK_SHIFT_MASK)
+ dialog = gtk_file_chooser_dialog_new(_("Open archive in new
window"),
GTK_WINDOW(window),
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
+ else
+ dialog = gtk_file_chooser_dialog_new(_("Open archive"),
+
GTK_WINDOW(window),
+
GTK_FILE_CHOOSER_ACTION_OPEN,
+
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+
GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
+
gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), TRUE);
result = gtk_dialog_run (GTK_DIALOG (dialog) );
if(result == GTK_RESPONSE_CANCEL || result == GTK_RESPONSE_DELETE_EVENT)
@@ -641,7 +655,10 @@
_open_archive_paths = open_archive_paths;
while(_open_archive_paths)
{
- sq_application_open_archive(window->app, (GtkWidget
*)window, _open_archive_paths->data);
+ if(mod_type & GDK_SHIFT_MASK)
+ sq_application_open_archive(window->app, NULL,
_open_archive_paths->data);
+ else
+ sq_application_open_archive(window->app,
(GtkWidget *)window, _open_archive_paths->data);
/*
if(sq_notebook_get_multi_tab(SQ_NOTEBOOK(window->notebook)))
sq_application_open_archive(window->app,
(GtkWidget *)window, _open_archive_paths->data);
@@ -912,6 +929,8 @@
gtk_widget_set_sensitive(GTK_WIDGET(window->toolbar.tool_item_extract), FALSE);
gtk_widget_set_sensitive(GTK_WIDGET(window->toolbar.tool_item_remove), FALSE);
gtk_widget_set_sensitive(GTK_WIDGET(window->toolbar.tool_item_stop), FALSE);
+
+ gtk_window_set_title(GTK_WINDOW(window), PACKAGE_STRING);
}
}
Modified: squeeze/trunk/src/path_bar.c
===================================================================
--- squeeze/trunk/src/path_bar.c 2007-01-10 23:21:39 UTC (rev 24351)
+++ squeeze/trunk/src/path_bar.c 2007-01-11 08:11:34 UTC (rev 24352)
@@ -197,6 +197,7 @@
path_bar->scroll_dir = SQ_SCROLL_NONE;
path_bar->scroll_click = TRUE;
path_bar->updating = FALSE;
+ gtk_container_set_border_width(GTK_CONTAINER(path_bar), 2);
gtk_widget_ref(GTK_WIDGET(path_bar));
}
Modified: squeeze/trunk/src/properties_dialog.c
===================================================================
--- squeeze/trunk/src/properties_dialog.c 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/src/properties_dialog.c 2007-01-11 08:11:34 UTC (rev
24352)
@@ -89,9 +89,24 @@
gtk_widget_show (label);
dialog->filename_label = gtk_label_new("");
- gtk_table_attach (dialog->table, dialog->filename_label, 1, 2, 0, 1,
GTK_FILL, GTK_FILL, 0, 3);
+ gtk_table_attach (dialog->table, dialog->filename_label, 1, 2, 0, 1,
GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 3);
gtk_widget_show(dialog->filename_label);
+ dialog->prop_table = (GtkTable *)gtk_table_new(2, 1, FALSE);
+ gtk_table_set_col_spacings (dialog->prop_table, 12);
+ gtk_table_attach (dialog->table, GTK_WIDGET(dialog->prop_table), 0, 2,
1, 2, GTK_FILL, GTK_FILL, 0, 3);
+ gtk_widget_show(GTK_WIDGET(dialog->prop_table));
+
+ label = gtk_label_new(_("Kind:"));
+ gtk_misc_set_alignment(GTK_MISC(label), 1.0f, 0.5f);
+ gtk_table_attach (dialog->prop_table, label, 0, 1, 0, 1, GTK_FILL,
GTK_FILL, 0, 3);
+ gtk_widget_show (label);
+
+ dialog->mimetype_label = gtk_label_new("");
+ gtk_table_attach (dialog->prop_table, dialog->mimetype_label, 1, 2, 0,
1, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 3);
+ gtk_widget_show(dialog->mimetype_label);
+
+
gtk_dialog_add_buttons(GTK_DIALOG(dialog),
GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
NULL);
@@ -106,12 +121,13 @@
"title", _("Properties"),
NULL);
- gtk_widget_set_size_request(GTK_WIDGET(dialog), 150, 200);
+ gtk_widget_set_size_request(GTK_WIDGET(dialog), 220, 200);
GdkPixbuf *icon = gtk_icon_theme_load_icon(icon_theme,
thunar_vfs_mime_info_lookup_icon_name(archive->mime_info, icon_theme), 48, 0,
NULL);
gtk_image_set_from_pixbuf(GTK_IMAGE(((SQPropertiesDialog
*)dialog)->icon_image), icon);
gtk_label_set_text(GTK_LABEL(((SQPropertiesDialog
*)dialog)->filename_label), lsq_archive_get_filename(archive));
+ gtk_label_set_text(GTK_LABEL(((SQPropertiesDialog
*)dialog)->mimetype_label), lsq_archive_get_mimetype(archive));
return dialog;
}
Modified: squeeze/trunk/src/properties_dialog.h
===================================================================
--- squeeze/trunk/src/properties_dialog.h 2007-01-10 23:21:39 UTC (rev
24351)
+++ squeeze/trunk/src/properties_dialog.h 2007-01-11 08:11:34 UTC (rev
24352)
@@ -51,6 +51,8 @@
GtkTable *table;
GtkWidget *icon_image;
GtkWidget *filename_label;
+ GtkWidget *mimetype_label;
+ GtkTable *prop_table;
};
typedef struct _SQPropertiesDialogClass SQPropertiesDialogClass;
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits