Changeset 163

Show
Ignore:
Timestamp:
Sun May 20 07:20:35 2007
Author:
manatlan
Message:

- tag while keyboard input (no more keyboard shorcut for tagguing)
- plugin system : new kind plugin "albumEntries", on album tab popupmenu
[[BR]] - new album plugin "create folder by dates"
- plugin "open in explorer" now available in album tab
- "album comment" can be set now on an empty folder too
- when "delete a folder", it displays the nb of ALL files under it, in
the confirmation box
- "local plugins", plugins can now sit in "~/.jbrout/plugins/" too
- dont import hidden folder (starting with .)
- when delete/move photos : better redraw and focus follow now !!![[BR]]

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/plugins/comment/po/plugin.pot

    r143 r163  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2006-12-15 14:21+0100\n"  
      11 "POT-Creation-Date: 2007-05-20 14:18+0200\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
     
    17 17 "Content-Transfer-Encoding: 8bit\n"  
    18 18  
    19   #: ../plugins/comment/__init__.py:25 ../tmp/comment.glade.h:2  
      19 #: ../plugins/comment/__init__.py:24 ../tmp/comment.glade.h:2  
    19 19 msgid "Comment"  
    20 20 msgstr ""  
    21 21  
    22   #: ../plugins/comment/__init__.py:43 ../plugins/comment/__init__.py:48  
      22 #: ../plugins/comment/__init__.py:41 ../plugins/comment/__init__.py:46  
    22 22 msgid "Commenting"  
    23 23 msgstr ""  
    24 24  
    25   #: ../plugins/comment/comment.py:49  
      25 #: ../plugins/comment/comment.py:52  
    25 25 #, python-format  
    26 26 msgid "%d photo(s)"  
    27 27 msgstr ""  
    28 28  
    29   #: ../plugins/comment/comment.py:63  
    30   #, python-format  
    31   msgid "Photo %d/%d : %s "  
    32   msgstr ""  
    33    
    34 29 #: ../tmp/comment.glade.h:1  
    35 30 msgid "All Selection"  
  • trunk/plugins/comment/po/fr/LC_MESSAGES/plugin.po

    r138 r163  
    10 10 "Project-Id-Version: PACKAGE VERSION\n"  
    11 11 "Report-Msgid-Bugs-To: \n"  
    12   "POT-Creation-Date: 2006-11-30 21:04+0100\n"  
      12 "POT-Creation-Date: 2007-05-20 14:16+0200\n"  
    12 12 "PO-Revision-Date: 2006-08-12 16:47+0200\n"  
    13 13 "Last-Translator: manatlan <manatlan@gmail.com>\n"  
     
    18 18 "Content-Transfer-Encoding: 8bit\n"  
    19 19  
    20   #: ../plugins/comment/__init__.py:25 ../tmp/comment.glade.h:2  
      20 #: ../plugins/comment/__init__.py:24 ../tmp/comment.glade.h:2  
    20 20 msgid "Comment"  
    21 21 msgstr "Commenter"  
    22 22  
    23   #: ../plugins/comment/__init__.py:43 ../plugins/comment/__init__.py:48  
      23 #: ../plugins/comment/__init__.py:41 ../plugins/comment/__init__.py:46  
    23 23 msgid "Commenting"  
    24 24 msgstr "Commentairage"  
    25 25  
    26   #: ../plugins/comment/comment.py:49  
      26 #: ../plugins/comment/comment.py:52  
    26 26 #, python-format  
    27 27 msgid "%d photo(s)"  
    28 28 msgstr "%d photo(s)"  
    29 29  
    30   #: ../plugins/comment/comment.py:63  
    31   #, python-format  
    32   msgid "Photo %d/%d : %s "  
    33   msgstr "Photo %d/%d : %s "  
    34    
    35 30 #: ../tmp/comment.glade.h:1  
    36 31 msgid "All Selection"  
     
    44 39 msgstr "Une par une"  
    45 40  
      41 #~ msgid "Photo %d/%d : %s "  
      42 #~ msgstr "Photo %d/%d : %s "  
      43  
    46 44 #, fuzzy  
    47 45 #~ msgid "comment(%s)"  
  • trunk/plugins/openExplorer/__init__.py

    r138 r163  
    29 29         else:  
    30 30             return []  
      31          
      32     def albumEntries(self,n):  
      33         return [(90,_("Open in explorer"),False,self.openFromAlbum)]  
    31 34  
    32    
      35     def openFromAlbum(self,node):  
      36         runWith(["nautilus","rox","konqueror","explorer.exe"],unicode(node.file))    # path of folder  
      37         return False    # no visual modif  
      38          
    33 39     def open(self,list):  
    34 40         path = os.path.dirname(list[0].file)  
  • trunk/plugins/openExplorer/po/plugin.pot

    r143 r163  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2006-12-15 14:21+0100\n"  
      11 "POT-Creation-Date: 2007-05-20 14:18+0200\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
     
    18 18  
    19 19 #: ../plugins/openExplorer/__init__.py:28  
      20 #: ../plugins/openExplorer/__init__.py:33  
    20 21 msgid "Open in explorer"  
    21 22 msgstr ""  
  • trunk/plugins/openExplorer/po/fr/LC_MESSAGES/plugin.po

    r138 r163  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2006-11-30 21:04+0100\n"  
      11 "POT-Creation-Date: 2007-05-20 14:16+0200\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
     
    18 18  
    19 19 #: ../plugins/openExplorer/__init__.py:28  
      20 #: ../plugins/openExplorer/__init__.py:33  
    20 21 msgid "Open in explorer"  
    21 22 msgstr "Ouvrir dans l'explorateur"  
  • trunk/plugins/redate/po/plugin.pot

    r143 r163  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2006-12-15 14:21+0100\n"  
      11 "POT-Creation-Date: 2007-05-20 14:18+0200\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
     
    17 17 "Content-Transfer-Encoding: 8bit\n"  
    18 18  
    19   #: ../plugins/redate/redate.py:52  
      19 #: ../plugins/redate/redate.py:43  
    19 19 msgid "%m/%d/%Y %H:%M:%S"  
    20 20 msgstr ""  
    21 21  
    22   #: ../plugins/redate/redate.py:57  
      22 #: ../plugins/redate/redate.py:48  
    22 22 #, python-format  
    23 23 msgid ""  
     
    29 29 msgstr ""  
    30 30  
    31   #: ../plugins/redate/redate.py:60  
      31 #: ../plugins/redate/redate.py:51  
    31 31 msgid "No change"  
    32 32 msgstr ""  
    33 33  
    34   #: ../plugins/redate/redate.py:63  
      34 #: ../plugins/redate/redate.py:54  
    34 34 #, python-format  
    35 35 msgid ""  
  • trunk/plugins/redate/po/fr/LC_MESSAGES/plugin.po

    r138 r163  
    10 10 "Project-Id-Version: PACKAGE VERSION\n"  
    11 11 "Report-Msgid-Bugs-To: \n"  
    12   "POT-Creation-Date: 2006-11-30 21:04+0100\n"  
      12 "POT-Creation-Date: 2007-05-20 14:16+0200\n"  
    12 12 "PO-Revision-Date: 2006-08-12 16:44+0200\n"  
    13 13 "Last-Translator: manatlan <manatlan@gmail.com>\n"  
     
    18 18 "Content-Transfer-Encoding: 8bit\n"  
    19 19  
    20   #: ../plugins/redate/redate.py:52  
      20 #: ../plugins/redate/redate.py:43  
    20 20 msgid "%m/%d/%Y %H:%M:%S"  
    21 21 msgstr "%d/%m/%Y %H:%M:%S"  
    22 22  
    23   #: ../plugins/redate/redate.py:57  
      23 #: ../plugins/redate/redate.py:48  
    23 23 #, python-format  
    24 24 msgid ""  
     
    33 33 "\n"  
    34 34  
    35   #: ../plugins/redate/redate.py:60  
      35 #: ../plugins/redate/redate.py:51  
    35 35 msgid "No change"  
    36 36 msgstr "Aucun changement"  
    37 37  
    38   #: ../plugins/redate/redate.py:63  
      38 #: ../plugins/redate/redate.py:54  
    38 38 #, python-format  
    39 39 msgid ""  
  • trunk/plugins/multiexport/po/plugin.pot

    r143 r163  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2006-12-15 14:21+0100\n"  
      11 "POT-Creation-Date: 2007-05-20 14:18+0200\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
     
    17 17 "Content-Transfer-Encoding: 8bit\n"  
    18 18  
    19   #: ../plugins/multiexport/winexport.py:28  
      19 #: ../plugins/multiexport/winexport.py:22  
    19 19 msgid "Select the destination"  
    20 20 msgstr ""  
     
    25 25 msgstr ""  
    26 26  
    27   #: ../plugins/multiexport/__init__.py:184  
      27 #: ../plugins/multiexport/__init__.py:185  
    27 27 msgid "Export to folder"  
    28 28 msgstr ""  
    29 29  
    30   #: ../plugins/multiexport/__init__.py:190  
    31   #: ../plugins/multiexport/__init__.py:215  
      30 #: ../plugins/multiexport/__init__.py:191  
      31 #: ../plugins/multiexport/__init__.py:216  
    32 32 msgid "The selected path doesn't exists !"  
    33 33 msgstr ""  
    34 34  
    35   #: ../plugins/multiexport/__init__.py:194  
      35 #: ../plugins/multiexport/__init__.py:195  
    35 35 msgid "Export as a Html Gallery"  
    36 36 msgstr ""  
    37 37  
    38   #: ../plugins/multiexport/__init__.py:219  
      38 #: ../plugins/multiexport/__init__.py:220  
    38 38 msgid "Export to PicasaWeb"  
    39 39 msgstr ""  
    40 40  
    41   #: ../plugins/multiexport/__init__.py:227  
      41 #: ../plugins/multiexport/__init__.py:228  
    41 41 msgid "Upload error : "  
    42 42 msgstr ""  
    43 43  
    44   #: ../plugins/multiexport/__init__.py:232  
      44 #: ../plugins/multiexport/__init__.py:233  
    44 44 #: ../plugins/multiexport/__init__.py:387  
    45 45 #: ../plugins/multiexport/__init__.py:389  
     
    52 52 msgstr ""  
    53 53  
    54   #: ../plugins/multiexport/__init__.py:238  
      54 #: ../plugins/multiexport/__init__.py:239  
    54 54 msgid "Export to Email"  
    55 55 msgstr ""  
    56 56  
    57   #: ../plugins/multiexport/__init__.py:244  
      57 #: ../plugins/multiexport/__init__.py:245  
    57 57 msgid "Export to FTP"  
    58 58 msgstr ""  
    59 59  
    60   #: ../plugins/multiexport/__init__.py:256  
      60 #: ../plugins/multiexport/__init__.py:257  
    60 60 msgid "FTP error : "  
    61 61 msgstr ""  
    62 62  
    63   #: ../plugins/multiexport/__init__.py:367  
      63 #: ../plugins/multiexport/__init__.py:368  
    63 63 msgid "Plugin error : "  
    64 64 msgstr ""  
     
    109 109  
    110 110 #: ../tmp/winexport.glade.h:7  
    111   msgid "Cancel"  
      111 msgid "Apply to all"  
    111 111 msgstr ""  
    112 112  
    113 113 #: ../tmp/winexport.glade.h:8  
    114   msgid "Export"  
      114 msgid "Cancel"  
    114 114 msgstr ""  
    115 115  
    116 116 #: ../tmp/winexport.glade.h:9  
    117   msgid "Export To"  
      117 msgid "Export"  
    117 117 msgstr ""  
    118 118  
    119 119 #: ../tmp/winexport.glade.h:10  
    120   msgid "FTP"  
      120 msgid "Export To"  
    120 120 msgstr ""  
    121 121  
    122 122 #: ../tmp/winexport.glade.h:11  
    123   msgid "Family"  
      123 msgid "FTP"  
    123 123 msgstr ""  
    124 124  
    125 125 #: ../tmp/winexport.glade.h:12  
    126   msgid "Filesystem"  
      126 msgid "Family"  
    126 126 msgstr ""  
    127 127  
    128 128 #: ../tmp/winexport.glade.h:13  
    129   msgid "Flickr"  
      129 msgid "Filesystem"  
    129 129 msgstr ""  
    130 130  
    131 131 #: ../tmp/winexport.glade.h:14  
    132   msgid "Folder"  
      132 msgid "Flickr"  
    132 132 msgstr ""  
    133 133  
    134 134 #: ../tmp/winexport.glade.h:15  
    135   msgid "Friends"  
      135 msgid "Folder"  
    135 135 msgstr ""  
    136 136  
    137 137 #: ../tmp/winexport.glade.h:16  
    138   msgid "From email"  
      138 msgid "Friends"  
    138 138 msgstr ""  
    139 139  
    140 140 #: ../tmp/winexport.glade.h:17  
    141   msgid "Html Gallery"  
      141 msgid "From email"  
    141 141 msgstr ""  
    142 142  
    143 143 #: ../tmp/winexport.glade.h:18  
    144   msgid "Login"  
      144 msgid "Html Gallery"  
    144 144 msgstr ""  
    145 145  
    146 146 #: ../tmp/winexport.glade.h:19  
    147   msgid "Mail"  
      147 msgid "Login"  
    147 147 msgstr ""  
    148 148  
    149 149 #: ../tmp/winexport.glade.h:20  
    150   msgid "Max side"  
      150 msgid "Mail"  
    150 150 msgstr ""  
    151 151  
    152 152 #: ../tmp/winexport.glade.h:21  
    153   msgid "Message"  
      153 msgid "Max side"  
    153 153 msgstr ""  
    154 154  
    155 155 #: ../tmp/winexport.glade.h:22  
      156 msgid "Message"  
      157 msgstr ""  
      158  
      159 #: ../tmp/winexport.glade.h:23  
    156 160 msgid ""  
    157 161 "Newer first\n"  
     
    174 178 msgstr ""  
    175 179  
    176   #: ../tmp/winexport.glade.h:24  
    177   msgid "Ok"  
    178   msgstr ""  
    179    
    180 180 #: ../tmp/winexport.glade.h:25  
    181   msgid "Order"  
      181 msgid "Ok"  
    181 181 msgstr ""  
    182 182  
    183 183 #: ../tmp/winexport.glade.h:26  
    184   msgid "Password"  
      184 msgid "Order"  
    184 184 msgstr ""  
    185 185  
    186 186 #: ../tmp/winexport.glade.h:27  
    187   msgid "Path"  
      187 msgid "Password"  
    187 187 msgstr ""  
    188 188  
    189 189 #: ../tmp/winexport.glade.h:28  
    190   msgid "PicasaWeb"  
      190 msgid "Path"  
    190 190 msgstr ""  
    191 191  
    192 192 #: ../tmp/winexport.glade.h:29  
    193   msgid "Privacy"  
      193 msgid "PicasaWeb"  
    193 193 msgstr ""  
    194 194  
    195 195 #: ../tmp/winexport.glade.h:30  
    196   msgid "Private"  
      196 msgid "Privacy"  
    196 196 msgstr ""  
    197 197  
    198 198 #: ../tmp/winexport.glade.h:31  
    199   msgid "Public"  
      199 msgid "Private"  
    199 199 msgstr ""  
    200 200  
    201 201 #: ../tmp/winexport.glade.h:32  
    202   msgid ""  
    203   "Public\n"  
    204   "Private"  
      202 msgid "Public"  
    205 203 msgstr ""  
    206 204  
    207   #: ../tmp/winexport.glade.h:34  
      205 #: ../tmp/winexport.glade.h:33  
    207 205 msgid "Quality"  
    208 206 msgstr ""  
    209 207  
    210   #: ../tmp/winexport.glade.h:35  
      208 #: ../tmp/winexport.glade.h:34  
    210 208 msgid "Resize"  
    211 209 msgstr ""  
    212 210  
    213   #: ../tmp/winexport.glade.h:36  
      211 #: ../tmp/winexport.glade.h:35  
    213 211 msgid "SMTP address"  
    214 212 msgstr ""  
    215 213  
    216   #: ../tmp/winexport.glade.h:37  
      214 #: ../tmp/winexport.glade.h:36  
    216 214 msgid "Template "  
    217 215 msgstr ""  
    218 216  
    219   #: ../tmp/winexport.glade.h:38  
      217 #: ../tmp/winexport.glade.h:37  
    219 217 msgid "don't touch originals"  
    220 218 msgstr ""  
    221 219  
    222   #: ../tmp/winexport.glade.h:39  
      220 #: ../tmp/winexport.glade.h:38  
    222 220 msgid "resize"  
    223 221 msgstr ""  
    224 222  
    225   #: ../tmp/winexport.glade.h:40  
      223 #: ../tmp/winexport.glade.h:39  
    225 223 msgid "to Emails"  
    226 224 msgstr ""  
  • trunk/plugins/multiexport/po/fr/LC_MESSAGES/plugin.po

    r143 r163  
    10 10 "Project-Id-Version: jbrout multiexport plugin VERSION\n"  
    11 11 "Report-Msgid-Bugs-To: \n"  
    12   "POT-Creation-Date: 2006-12-15 14:21+0100\n"  
      12 "POT-Creation-Date: 2007-05-20 14:10+0200\n"  
    12 12 "PO-Revision-Date: 2006-12-15 14:21+0100\n"  
    13 13 "Last-Translator: manatlan <manatlan@gmail.com>\n"  
     
    18 18 "Content-Transfer-Encoding: 8bit\n"  
    19 19  
    20   #: ../plugins/multiexport/winexport.py:28  
      20 #: ../plugins/multiexport/winexport.py:22  
    20 20 msgid "Select the destination"  
    21 21 msgstr "Choisir la destination"  
     
    26 26 msgstr "Exporter vers"  
    27 27  
    28   #: ../plugins/multiexport/__init__.py:184  
      28 #: ../plugins/multiexport/__init__.py:185  
    28 28 msgid "Export to folder"  
    29 29 msgstr "Exporter dans le répertoire"  
    30 30  
    31   #: ../plugins/multiexport/__init__.py:190  
    32   #: ../plugins/multiexport/__init__.py:215  
      31 #: ../plugins/multiexport/__init__.py:191  
      32 #: ../plugins/multiexport/__init__.py:216  
    33 33 msgid "The selected path doesn't exists !"  
    34 34 msgstr "Le chemin selectionné n'existe pas"  
    35 35  
    36   #: ../plugins/multiexport/__init__.py:194  
      36 #: ../plugins/multiexport/__init__.py:195  
    36 36 msgid "Export as a Html Gallery"  
    37 37 msgstr "Fabrique une gallery html"  
    38 38  
    39   #: ../plugins/multiexport/__init__.py:219  
      39 #: ../plugins/multiexport/__init__.py:220  
    39 39 msgid "Export to PicasaWeb"  
    40 40 msgstr "Export vers PicasaWeb"  
    41 41  
    42   #: ../plugins/multiexport/__init__.py:227  
      42 #: ../plugins/multiexport/__init__.py:228  
    42 42 msgid "Upload error : "  
    43 43 msgstr "Erreur d'upload : "  
    44 44  
    45   #: ../plugins/multiexport/__init__.py:232  
      45 #: ../plugins/multiexport/__init__.py:233  
    45 45 #: ../plugins/multiexport/__init__.py:387  
    46 46 #: ../plugins/multiexport/__init__.py:389  
     
    53 53 msgstr "Exporter vers FlickR"  
    54 54  
    55   #: ../plugins/multiexport/__init__.py:238  
      55 #: ../plugins/multiexport/__init__.py:239  
    55 55 msgid "Export to Email"  
    56 56 msgstr "Envoyer par mail"  
    57 57  
    58   #: ../plugins/multiexport/__init__.py:244  
      58 #: ../plugins/multiexport/__init__.py:245  
    58 58 msgid "Export to FTP"  
    59 59 msgstr "Envoyer sur un compte FTP"  
    60 60  
    61   #: ../plugins/multiexport/__init__.py:256  
      61 #: ../plugins/multiexport/__init__.py:257  
    61 61 msgid "FTP error : "  
    62 62 msgstr "Erreur FTP : "  
    63 63  
    64   #: ../plugins/multiexport/__init__.py:367  
      64 #: ../plugins/multiexport/__init__.py:368  
    64 64 msgid "Plugin error : "  
    65 65 msgstr "Erreur Plugin : "  
     
    118 118  
    119 119 #: ../tmp/winexport.glade.h:7  
      120 msgid "Apply to all"  
      121 msgstr ""  
      122  
      123 #: ../tmp/winexport.glade.h:8  
    120 124 msgid "Cancel"  
    121 125 msgstr "Abandonner"  
    122 126  
    123   #: ../tmp/winexport.glade.h:8  
      127 #: ../tmp/winexport.glade.h:9  
    123 127 msgid "Export"  
    124 128 msgstr "Export"  
    125 129  
    126   #: ../tmp/winexport.glade.h:9  
      130 #: ../tmp/winexport.glade.h:10  
    126 130 msgid "Export To"  
    127 131 msgstr "Exporter vers"  
    128 132  
    129   #: ../tmp/winexport.glade.h:10  
      133 #: ../tmp/winexport.glade.h:11  
    129 133 msgid "FTP"  
    130 134 msgstr "FTP"  
    131 135  
    132   #: ../tmp/winexport.glade.h:11  
      136 #: ../tmp/winexport.glade.h:12  
    132 136 msgid "Family"  
    133 137 msgstr "Famille"  
    134 138  
    135   #: ../tmp/winexport.glade.h:12  
      139 #: ../tmp/winexport.glade.h:13  
    135 139 msgid "Filesystem"  
    136 140 msgstr "Un répertoire"  
    137 141  
    138   #: ../tmp/winexport.glade.h:13  
      142 #: ../tmp/winexport.glade.h:14  
    138 142 msgid "Flickr"  
    139 143 msgstr ""  
    140 144  
    141   #: ../tmp/winexport.glade.h:14  
      145 #: ../tmp/winexport.glade.h:15  
    141 145 msgid "Folder"  
    142 146 msgstr "Répertoire"  
    143 147  
    144   #: ../tmp/winexport.glade.h:15  
      148 #: ../tmp/winexport.glade.h:16  
    144 148 msgid "Friends"  
    145 149 msgstr "Amis"  
    146 150  
    147   #: ../tmp/winexport.glade.h:16  
      151 #: ../tmp/winexport.glade.h:17  
    147 151 msgid "From email"  
    148 152 msgstr "A partir de l'email"  
    149 153  
    150   #: ../tmp/winexport.glade.h:17  
      154 #: ../tmp/winexport.glade.h:18  
    150 154 msgid "Html Gallery"  
    151 155 msgstr "Gallerie HTML"  
    152 156  
    153   #: ../tmp/winexport.glade.h:18  
      157 #: ../tmp/winexport.glade.h:19  
    153 157 msgid "Login"  
    154 158 msgstr "Compte"  
    155 159  
    156   #: ../tmp/winexport.glade.h:19  
      160 #: ../tmp/winexport.glade.h:20  
    156 160 msgid "Mail"  
    157 161 msgstr "Email"  
    158 162  
    159   #: ../tmp/winexport.glade.h:20  
      163 #: ../tmp/winexport.glade.h:21  
    159 163 msgid "Max side"  
    160 164 msgstr "Taille maximum"  
    161 165  
    162   #: ../tmp/winexport.glade.h:21  
      166 #: ../tmp/winexport.glade.h:22  
    162 166 msgid "Message"  
    163 167 msgstr "Message"  
    164 168  
    165   #: ../tmp/winexport.glade.h:22  
      169 #: ../tmp/winexport.glade.h:23  
    165 169 msgid ""  
    166 170 "Newer first\n"  
     
    185 189 "Les plus vielles en premières"  
    186 190  
    187   #: ../tmp/winexport.glade.h:24  
      191 #: ../tmp/winexport.glade.h:25  
    187 191 msgid "Ok"  
    188 192 msgstr "Ok"  
    189 193  
    190   #: ../tmp/winexport.glade.h:25  
      194 #: ../tmp/winexport.glade.h:26  
    190 194 msgid "Order"  
    191 195 msgstr "Ordre"  
    192 196  
    193   #: ../tmp/winexport.glade.h:26  
      197 #: ../tmp/winexport.glade.h:27  
    193 197 msgid "Password"  
    194 198 msgstr "Mot de passe"  
    195 199  
    196   #: ../tmp/winexport.glade.h:27  
      200 #: ../tmp/winexport.glade.h:28  
    196 200 msgid "Path"  
    197 201 msgstr "Chemin"  
    198 202  
    199   #: ../tmp/winexport.glade.h:28  
      203 #: ../tmp/winexport.glade.h:29  
    199 203 msgid "PicasaWeb"  
    200 204 msgstr "Picasaweb"  
    201 205  
    202   #: ../tmp/winexport.glade.h:29  
      206 #: ../tmp/winexport.glade.h:30  
    202 206 msgid "Privacy"  
    203 207 msgstr ""  
    204 208  
    205   #: ../tmp/winexport.glade.h:30  
      209 #: ../tmp/winexport.glade.h:31  
    205 209 msgid "Private"  
    206 210 msgstr "Privée"  
    207 211  
    208   #: ../tmp/winexport.glade.h:31  
      212 #: ../tmp/winexport.glade.h:32  
    208 212 msgid "Public"  
    209 213 msgstr "Publique"  
    210 214  
    211   #: ../tmp/winexport.glade.h:32  
    212   msgid ""  
    213   "Public\n"  
    214   "Private"  
    215   msgstr ""  
    216   "Publique\n"  
    217   "Privée"  
    218    
    219   #: ../tmp/winexport.glade.h:34  
      215 #: ../tmp/winexport.glade.h:33  
    220 216 msgid "Quality"  
    221 217 msgstr "Qualitée"  
    222 218  
    223   #: ../tmp/winexport.glade.h:35  
      219 #: ../tmp/winexport.glade.h:34  
    223 219 msgid "Resize"  
    224 220 msgstr "Retailler"  
    225 221  
    226   #: ../tmp/winexport.glade.h:36  
      222 #: ../tmp/winexport.glade.h:35  
    226 222 msgid "SMTP address"  
    227 223 msgstr "Serveur SMTP"  
    228 224  
    229   #: ../tmp/winexport.glade.h:37  
      225 #: ../tmp/winexport.glade.h:36  
    229 225 msgid "Template "  
    230 226 msgstr "Gabarit"  
    231 227  
    232   #: ../tmp/winexport.glade.h:38  
      228 #: ../tmp/winexport.glade.h:37  
    232 228 msgid "don't touch originals"  
    233 229 msgstr "Ne pas modifier"  
    234 230  
    235   #: ../tmp/winexport.glade.h:39  
      231 #: ../tmp/winexport.glade.h:38  
    235 231 msgid "resize"  
    236 232 msgstr "Retailler"  
    237 233  
    238   #: ../tmp/winexport.glade.h:40  
      234 #: ../tmp/winexport.glade.h:39  
    238 234 msgid "to Emails"  
    239 235 msgstr "Aux emails"  
      236  
      237 #~ msgid ""  
      238 #~ "Public\n"  
      239 #~ "Private"  
      240 #~ msgstr ""  
      241 #~ "Publique\n"  
      242 #~ "Privée"  
  • trunk/plugins/instantWeb/po/plugin.pot

    r143 r163