Changeset 182
- Timestamp:
- Wed Jun 27 07:23:40 2007
- Files:
-
- trunk/jbrout.glade (modified) (diff)
- trunk/plugins/comment/po/plugin.pot (modified) (diff)
- trunk/plugins/openExplorer/po/plugin.pot (modified) (diff)
- trunk/plugins/redate/po/plugin.pot (modified) (diff)
- trunk/plugins/foldersByDates/po/plugin.pot (modified) (diff)
- trunk/plugins/multiexport/po/plugin.pot (modified) (diff)
- trunk/plugins/multiexport/po/fr/LC_MESSAGES/plugin.mo (modified)
- trunk/plugins/multiexport/po/fr/LC_MESSAGES/plugin.po (modified) (diff)
- trunk/plugins/instantWeb/po/plugin.pot (modified) (diff)
- trunk/plugins/rotate/po/plugin.pot (modified) (diff)
- trunk/commongtk.py (modified) (diff)
- trunk/jbrout.py (modified) (diff)
- trunk/po/jbrout.pot (modified) (diff)
- trunk/po/fr/LC_MESSAGES/jbrout.mo (modified)
- trunk/po/fr/LC_MESSAGES/jbrout.po (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/jbrout.glade
r178 r182 258 258 <property name="n_columns">4</property> 259 259 <child> 260 <widget class="Gtk Button" id="btn_yl">260 <widget class="GtkHBox" id="hboxcombodate"> 260 260 <property name="visible">True</property> 261 <property name="can_focus">True</property> 262 <property name="label" translatable="yes"><<</property> 263 <property name="use_underline">True</property> 264 <signal name="clicked" handler="on_btn_yl_clicked"/> 261 <child> 262 <widget class="GtkComboBox" id="comboboxmonth"> 263 <property name="visible">True</property> 264 <property name="items" translatable="yes">January 265 February 266 March 267 April 268 May 269 June 270 July 271 August 272 September 273 October 274 November 275 December</property> 276 <signal name="changed" handler="on_combodate_changed"/> 277 </widget> 278 </child> 279 <child> 280 <widget class="GtkComboBox" id="comboboxyear"> 281 <property name="visible">True</property> 282 <signal name="changed" handler="on_combodate_changed"/> 283 </widget> 284 <packing> 285 <property name="position">1</property> 286 </packing> 287 </child> 265 288 </widget> 266 289 <packing> 267 <property name="top_attach">1</property> 268 <property name="bottom_attach">2</property> 290 <property name="right_attach">4</property> 269 291 <property name="x_options">GTK_FILL</property> 270 <property name="y_options"></property> 292 <property name="y_options">GTK_FILL</property> 270 292 </packing> 271 293 </child> 272 294 <child> 273 <widget class="Gtk Button" id="btn_ml">295 <widget class="GtkScrolledWindow" id="scrolledwindow3"> 273 295 <property name="visible">True</property> 274 296 <property name="can_focus">True</property> 275 <property name="label" translatable="yes"><</property> 297 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 298 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 299 <property name="shadow_type">GTK_SHADOW_IN</property> 300 <child> 301 <widget class="GtkTreeView" id="selectDate"> 302 <property name="visible">True</property> 303 <property name="can_focus">True</property> 304 <property name="headers_visible">False</property> 305 <signal name="row_activated" handler="on_selectDate_row_activated"/> 306 </widget> 307 </child> 308 </widget> 309 <packing> 310 <property name="right_attach">4</property> 311 <property name="top_attach">2</property> 312 <property name="bottom_attach">4</property> 313 </packing> 314 </child> 315 <child> 316 <widget class="GtkButton" id="btn_ym"> 317 <property name="visible">True</property> 318 <property name="can_focus">True</property> 319 <property name="label" translatable="yes">>></property> 276 320 <property name="use_underline">True</property> 277 <signal name="clicked" handler="on_btn_ ml_clicked"/>321 <signal name="clicked" handler="on_btn_ym_clicked"/> 277 321 </widget> 278 322 <packing> 279 <property name="left_attach">1</property> 280 <property name="right_attach">2</property> 323 <property name="left_attach">3</property> 324 <property name="right_attach">4</property> 281 325 <property name="top_attach">1</property> 282 326 <property name="bottom_attach">2</property> … … 307 351 </child> 308 352 <child> 309 <widget class="GtkButton" id="btn_ ym">353 <widget class="GtkButton" id="btn_ml"> 309 353 <property name="visible">True</property> 310 354 <property name="can_focus">True</property> 311 <property name="label" translatable="yes">& gt;></property>355 <property name="label" translatable="yes"><</property> 311 355 <property name="use_underline">True</property> 312 <signal name="clicked" handler="on_btn_ ym_clicked"/>356 <signal name="clicked" handler="on_btn_ml_clicked"/> 312 356 </widget> 313 357 <packing> 314 <property name="left_attach">3</property> 315 <property name="right_attach">4</property> 358 <property name="left_attach">1</property> 359 <property name="right_attach">2</property> 316 360 <property name="top_attach">1</property> 317 361 <property name="bottom_attach">2</property> … … 324 368 </child> 325 369 <child> 326 <widget class="Gtk ScrolledWindow" id="scrolledwindow3">370 <widget class="GtkButton" id="btn_yl"> 326 370 <property name="visible">True</property> 327 371 <property name="can_focus">True</property> 328 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 329 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> 330 <property name="shadow_type">GTK_SHADOW_IN</property> 331 <child> 332 <widget class="GtkTreeView" id="selectDate"> 333 <property name="visible">True</property> 334 <property name="can_focus">True</property> 335 <property name="headers_visible">False</property> 336 <signal name="row_activated" handler="on_selectDate_row_activated"/> 337 </widget> 338 </child> 339 </widget> 340 <packing> 341 <property name="right_attach">4</property> 342 <property name="top_attach">2</property> 343 <property name="bottom_attach">4</property> 344 </packing> 345 </child> 346 <child> 347 <widget class="GtkHBox" id="hboxcombodate"> 348 <property name="visible">True</property> 349 <child> 350 <widget class="GtkComboBox" id="comboboxmonth"> 351 <property name="visible">True</property> 352 <property name="items" translatable="yes">January 353 February 354 March 355 April 356 May 357 June 358 July 359 August 360 September 361 October 362 November 363 December</property> 364 <signal name="changed" handler="on_combodate_changed"/> 365 </widget> 366 </child> 367 <child> 368 <widget class="GtkComboBox" id="comboboxyear"> 369 <property name="visible">True</property> 370 <signal name="changed" handler="on_combodate_changed"/> 371 </widget> 372 <packing> 373 <property name="position">1</property> 374 </packing> 375 </child> 372 <property name="label" translatable="yes"><<</property> 373 <property name="use_underline">True</property> 374 <signal name="clicked" handler="on_btn_yl_clicked"/> 376 375 </widget> 377 376 <packing> 378 <property name="right_attach">4</property> 377 <property name="top_attach">1</property> 378 <property name="bottom_attach">2</property> 379 379 <property name="x_options">GTK_FILL</property> 380 <property name="y_options"> GTK_FILL</property>380 <property name="y_options"></property> 380 380 </packing> 381 381 </child> … … 699 699 </child> 700 700 <child> 701 <widget class="Gtk Label" id="label5">701 <widget class="GtkHSeparator" id="hseparator1"> 701 701 <property name="visible">True</property> 702 <property name="xalign">0</property>703 <property name="label" translatable="yes">Album / comment</property>704 702 </widget> 705 703 <packing> 706 <property name="top_attach">6</property> 707 <property name="bottom_attach">7</property> 704 <property name="right_attach">2</property> 705 <property name="top_attach">8</property> 706 <property name="bottom_attach">9</property> 708 707 <property name="x_options">GTK_FILL</property> 709 708 <property name="y_options"></property> 709 <property name="y_padding">8</property> 710 710 </packing> 711 711 </child> 712 712 <child> 713 <widget class="Gtk Label" id="label4">713 <widget class="GtkEntry" id="e_acom"> 713 713 <property name="visible">True</property> 714 <property name="xalign">0</property> 715 <property name="label" translatable="yes">Photo comment</property> 714 <property name="can_focus">True</property> 715 <property name="invisible_char">*</property> 716 716 </widget> 717 717 <packing> 718 <property name="top_attach">4</property> 719 <property name="bottom_attach">5</property> 720 <property name="x_options">GTK_FILL</property> 718 <property name="right_attach">2</property> 719 <property name="top_attach">7</property> 720 <property name="bottom_attach">8</property> 721 721 <property name="y_options"></property> 722 722 </packing> 723 723 </child> 724 724 <child> 725 <widget class="GtkLabel" id="l _from">725 <widget class="GtkLabel" id="label9"> 725 725 <property name="visible">True</property> 726 726 <property name="xalign">0</property> 727 <property name="label" translatable="yes">Period from</property>728 727 </widget> 729 728 <packing> 729 <property name="left_attach">1</property> 730 <property name="right_attach">2</property> 731 <property name="top_attach">10</property> 732 <property name="bottom_attach">11</property> 730 733 <property name="x_options">GTK_FILL</property> 731 <property name="y_options"></property>732 734 </packing> 733 735 </child> 734 736 <child> 735 <widget class="Gtk Label" id="l_to">737 <widget class="GtkEntry" id="e_pcom"> 735 737 <property name="visible">True</property> 736 <property name="xalign">0</property> 737 <property name="label" translatable="yes">to</property> 738 <property name="can_focus">True</property> 739 <property name="invisible_char">*</property> 738 740 </widget> 739 741 <packing> 740 <property name="top_attach">2</property> 741 <property name="bottom_attach">3</property> 742 <property name="x_options">GTK_FILL</property> 742 <property name="right_attach">2</property> 743 <property name="top_attach">5</property> 744 <property name="bottom_attach">6</property> 743 745 <property name="y_options"></property> 744 746 </packing> 745 747 </child> 746 748 <child> 747 <widget class="Gtk HButtonBox" id="hbuttonbox1">749 <widget class="GtkComboBox" id="cb_format"> 747 749 <property name="visible">True</property> 748 <child>749 <widget class="GtkButton" id="btn_cancel">750 <property name="visible">True</property>751 <property name="can_focus">True</property>752 <property name="can_default">True</property>753 <property name="label">gtk-cancel</property>754 <property name="use_stock">True</property>755 <signal name="clicked" handler="on_btn_cancel_clicked"/>756 </widget>757 </child>758 <child>759 <widget class="GtkButton" id="btn_valid">760 <property name="visible">True</property>761 <property name="can_focus">True</property>762 <property name="can_default">True</property>763 <property name="label">gtk-ok</property>764 <property name="use_stock">True</property>765 <signal name="clicked" handler="on_btn_valid_clicked"/>766 </widget>767 <packing>768 <property name="position">1</property>769 </packing>770 </child>771 750 </widget> 772 751 <packing> 752 <property name="left_attach">1</property> 773 753 <property name="right_attach">2</property> 774 <property name="top_attach">11</property> 775 <property name="bottom_attach">12</property> 776 <property name="x_options"></property> 754 <property name="top_attach">9</property> 755 <property name="bottom_attach">10</property> 756 <property name="x_options">GTK_FILL</property> 777 757 <property name="y_options">GTK_FILL</property> 778 758 </packing> 779 759 </child> 780 760 <child> 781 <widget class="Gtk HScale" id="hs_to">761 <widget class="GtkLabel" id="label8"> 781 761 <property name="visible">True</property> 782 <property name="can_focus">True</property> 783 <property name="adjustment">0 0 0 0 0 0</property> 784 <property name="draw_value">False</property> 785 <signal name="value_changed" handler="on_hs_to_value_changed"/> 762 <property name="xalign">0</property> 763 <property name="label" translatable="yes">Format</property> 786 764 </widget> 787 765 <packing> 788 <property name="right_attach">2</property> 789 <property name="top_attach">3</property> 790 <property name="bottom_attach">4</property> 791 <property name="y_options">GTK_FILL</property> 766 <property name="top_attach">9</property> 767 <property name="bottom_attach">10</property> 768 <property name="x_options">GTK_FILL</property> 769 <property name="y_options"></property> 792 770 </packing> 793 771 </child> … … 814 792 </child> 815 793 <child> 816 <widget class="Gtk Label" id="label8">794 <widget class="GtkHScale" id="hs_to"> 816 794 <property name="visible">True</property> 817 <property name="xalign">0</property> 818 <property name="label" translatable="yes">Format</property> 795 <property name="can_focus">True</property> 796 <property name="adjustment">0 0 0 0 0 0</property> 797 <property name="draw_value">False</property> 798 <signal name="value_changed" handler="on_hs_to_value_changed"/> 819 799 </widget> 820 800 <packing> 821 <property name="top_attach">9</property> 822 <property name="bottom_attach">10</property> 823 <property name="x_options">GTK_FILL</property> 824 <property name="y_options"></property> 801 <property name="right_attach">2</property> 802 <property name="top_attach">3</property> 803 <property name="bottom_attach">4</property> 804 <property name="y_options">GTK_FILL</property> 825 805 </packing> 826 806 </child> 827 807 <child> 828 <widget class="Gtk ComboBox" id="cb_format">808 <widget class="GtkHButtonBox" id="hbuttonbox1"> 828 808 <property name="visible">True</property> 809 <child> 810 <widget class="GtkButton" id="btn_cancel"> 811 <property name="visible">True</property> 812 <property name="can_focus">True</property> 813 <property name="can_default">True</property> 814 <property name="label">gtk-cancel</property> 815 <property name="use_stock">True</property> 816 <signal name="clicked" handler="on_btn_cancel_clicked"/> 817 </widget> 818 </child> 819 <child> 820 <widget class="GtkButton" id="btn_valid"> 821 <property name="visible">True</property> 822 <property name="can_focus">True</property> 823 <property name="can_default">True</property> 824 <property name="label">gtk-ok</property> 825 <property name="use_stock">True</property> 826 <signal name="clicked" handler="on_btn_valid_clicked"/> 827 </widget> 828 <packing> 829 <property name="position">1</property> 830 </packing> 831 </child> 829 832 </widget> 830 833 <packing> 831 <property name="left_attach">1</property>832 834 <property name="right_attach">2</property> 833 <property name="top_attach">9</property> 834 <property name="bottom_attach">10</property> 835 <property name="x_options">GTK_FILL</property> 835 <property name="top_attach">11</property> 836 <property name="bottom_attach">12</property> 837 <property name="x_options"></property> 836 838 <property name="y_options">GTK_FILL</property> 837 839 </packing> 838 840 </child> 839 841 <child> 840 <widget class="Gtk Entry" id="e_pcom">842 <widget class="GtkLabel" id="l_to"> 840 842 <property name="visible">True</property> 841 <property name="can_focus">True</property> 842 <property name="invisible_char">*</property> 843 <property name="xalign">0</property> 844 <property name="label" translatable="yes">to</property> 843 845 </widget> 844 846 <packing> 845 <property name="right_attach">2</property> 846 <property name="top_attach">5</property> 847 <property name="bottom_attach">6</property> 847 <property name="top_attach">2</property> 848 <property name="bottom_attach">3</property> 849 <property name="x_options">GTK_FILL</property> 848 850 <property name="y_options"></property> 849 851 </packing> 850 852 </child> 851 853 <child> 852 <widget class="GtkLabel" id="l abel9">854 <widget class="GtkLabel" id="l_from"> 852 854 <property name="visible">True</property> 853 855 <property name="xalign">0</property> 856 <property name="label" translatable="yes">Period from</property> 854 857 </widget> 855 858 <packing> 856 <property name="left_attach">1</property>857 <property name="right_attach">2</property>858 <property name="top_attach">10</property>859 <property name="bottom_attach">11</property>860 859 <property name="x_options">GTK_FILL</property> 860 <property name="y_options"></property> 861 861 </packing> 862 862 </child> 863 863 <child> 864 <widget class="Gtk Entry" id="e_acom">864 <widget class="GtkLabel" id="label4"> 864 864 <property name="visible">True</property> 865 <property name="can_focus">True</property> 866 <property name="invisible_char">*</property> 865 <property name="xalign">0</property> 866 <property name="label" translatable="yes">Photo comment</property> 867 867 </widget> 868 868 <packing> 869 <property name="right_attach">2</property> 870 <property name="top_attach">7</property> 871 <property name="bottom_attach">8</property> 869 <property name="top_attach">4</property> 870 <property name="bottom_attach">5</property> 871 <property name="x_options">GTK_FILL</property> 872 872 <property name="y_options"></property> 873 873 </packing> 874 874 </child> 875 875 <child> 876 <widget class="Gtk HSeparator" id="hseparator1">876 <widget class="GtkLabel" id="label5"> 876 876 <property name="visible">True</property> 877 <property name="xalign">0</property> 878 <property name="label" translatable="yes">Album / comment</property> 877 879 </widget> 878 880 <packing> 879 <property name="right_attach">2</property> 880 <property name="top_attach">8</property> 881 <property name="bottom_attach">9</property> 881 <property name="top_attach">6</property> 882 <property name="bottom_attach">7</property> 882 883 <property name="x_options">GTK_FILL</property> 883 884 <property name="y_options"></property> 884 <property name="y_padding">8</property>885 885 </packing> 886 886 </child> -
trunk/plugins/comment/po/plugin.pot
r179 r182 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2007-06-27 1 1:07+0200\n"11 "POT-Creation-Date: 2007-06-27 14:22+0200\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
trunk/plugins/openExplorer/po/plugin.pot
r179 r182 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2007-06-27 1 1:07+0200\n"11 "POT-Creation-Date: 2007-06-27 14:22+0200\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
trunk/plugins/redate/po/plugin.pot
r179 r182 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2007-06-27 1 1:07+0200\n"11 "POT-Creation-Date: 2007-06-27 14:22+0200\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
trunk/plugins/foldersByDates/po/plugin.pot
r179 r182 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2007-06-27 1 1:08+0200\n"11 "POT-Creation-Date: 2007-06-27 14:22+0200\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
trunk/plugins/multiexport/po/plugin.pot
r179 r182 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2007-06-27 1 1:07+0200\n"11 "POT-Creation-Date: 2007-06-27 14:22+0200\n" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 89 89 90 90 #: ../tmp/winexport.glade.h:2 91 msgid " 1024"91 msgid "32 photos, taille 42mo (demo)" 91 91 msgstr "" 92 92 93 93 #: ../tmp/winexport.glade.h:3
