Changeset 163
- Timestamp:
- Sun May 20 07:20:35 2007
- Files:
-
- trunk/plugins/comment/po/plugin.pot (modified) (diff)
- trunk/plugins/comment/po/fr/LC_MESSAGES/plugin.mo (modified)
- trunk/plugins/comment/po/fr/LC_MESSAGES/plugin.po (modified) (diff)
- trunk/plugins/openExplorer/__init__.py (modified) (diff)
- trunk/plugins/openExplorer/po/plugin.pot (modified) (diff)
- trunk/plugins/openExplorer/po/fr/LC_MESSAGES/plugin.mo (modified)
- trunk/plugins/openExplorer/po/fr/LC_MESSAGES/plugin.po (modified) (diff)
- trunk/plugins/redate/po/plugin.pot (modified) (diff)
- trunk/plugins/redate/po/fr/LC_MESSAGES/plugin.mo (modified)
- trunk/plugins/redate/po/fr/LC_MESSAGES/plugin.po (modified) (diff)
- trunk/plugins/foldersByDates (added)
- trunk/plugins/foldersByDates/__init__.py (added)
- trunk/plugins/foldersByDates/po (added)
- trunk/plugins/foldersByDates/po/plugin.pot (added)
- trunk/plugins/foldersByDates/po/fr (added)
- trunk/plugins/foldersByDates/po/fr/LC_MESSAGES (added)
- trunk/plugins/foldersByDates/po/fr/LC_MESSAGES/plugin.mo (added)
- trunk/plugins/foldersByDates/po/fr/LC_MESSAGES/plugin.po (added)
- 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/plugins/show (deleted)
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: 200 6-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:2 5../tmp/comment.glade.h:219 #: ../plugins/comment/__init__.py:24 ../tmp/comment.glade.h:2 19 19 msgid "Comment" 20 20 msgstr "" 21 21 22 #: ../plugins/comment/__init__.py:4 3 ../plugins/comment/__init__.py:4822 #: ../plugins/comment/__init__.py:41 ../plugins/comment/__init__.py:46 22 22 msgid "Commenting" 23 23 msgstr "" 24 24 25 #: ../plugins/comment/comment.py: 4925 #: ../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:6330 #, python-format31 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: 200 6-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:2 5../tmp/comment.glade.h:220 #: ../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:4 3 ../plugins/comment/__init__.py:4823 #: ../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: 4926 #: ../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:6331 #, python-format32 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: 200 6-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: 200 6-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: 200 6-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: 5219 #: ../plugins/redate/redate.py:43 19 19 msgid "%m/%d/%Y %H:%M:%S" 20 20 msgstr "" 21 21 22 #: ../plugins/redate/redate.py: 5722 #: ../plugins/redate/redate.py:48 22 22 #, python-format 23 23 msgid "" … … 29 29 msgstr "" 30 30 31 #: ../plugins/redate/redate.py: 6031 #: ../plugins/redate/redate.py:51 31 31 msgid "No change" 32 32 msgstr "" 33 33 34 #: ../plugins/redate/redate.py: 6334 #: ../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: 200 6-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: 5220 #: ../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: 5723 #: ../plugins/redate/redate.py:48 23 23 #, python-format 24 24 msgid "" … … 33 33 "\n" 34 34 35 #: ../plugins/redate/redate.py: 6035 #: ../plugins/redate/redate.py:51 35 35 msgid "No change" 36 36 msgstr "Aucun changement" 37 37 38 #: ../plugins/redate/redate.py: 6338 #: ../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: 200 6-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:2 819 #: ../plugins/multiexport/winexport.py:22 19 19 msgid "Select the destination" 20 20 msgstr "" … … 25 25 msgstr "" 26 26 27 #: ../plugins/multiexport/__init__.py:18 427 #: ../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:19 435 #: ../plugins/multiexport/__init__.py:195 35 35 msgid "Export as a Html Gallery" 36 36 msgstr "" 37 37 38 #: ../plugins/multiexport/__init__.py:2 1938 #: ../plugins/multiexport/__init__.py:220 38 38 msgid "Export to PicasaWeb" 39 39 msgstr "" 40 40 41 #: ../plugins/multiexport/__init__.py:22 741 #: ../plugins/multiexport/__init__.py:228 41 41 msgid "Upload error : " 42 42 msgstr "" 43 43 44 #: ../plugins/multiexport/__init__.py:23 244 #: ../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:23 854 #: ../plugins/multiexport/__init__.py:239 54 54 msgid "Export to Email" 55 55 msgstr "" 56 56 57 #: ../plugins/multiexport/__init__.py:24 457 #: ../plugins/multiexport/__init__.py:245 57 57 msgid "Export to FTP" 58 58 msgstr "" 59 59 60 #: ../plugins/multiexport/__init__.py:25 660 #: ../plugins/multiexport/__init__.py:257 60 60 msgid "FTP error : " 61 61 msgstr "" 62 62 63 #: ../plugins/multiexport/__init__.py:36 763 #: ../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 "F amily"123 msgid "FTP" 123 123 msgstr "" 124 124 125 125 #: ../tmp/winexport.glade.h:12 126 msgid "F ilesystem"126 msgid "Family" 126 126 msgstr "" 127 127 128 128 #: ../tmp/winexport.glade.h:13 129 msgid "F lickr"129 msgid "Filesystem" 129 129 msgstr "" 130 130 131 131 #: ../tmp/winexport.glade.h:14 132 msgid "F older"132 msgid "Flickr" 132 132 msgstr "" 133 133 134 134 #: ../tmp/winexport.glade.h:15 135 msgid "F riends"135 msgid "Folder" 135 135 msgstr "" 136 136 137 137 #: ../tmp/winexport.glade.h:16 138 msgid "Fr om 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 "Ma x side"150 msgid "Mail" 150 150 msgstr "" 151 151 152 152 #: ../tmp/winexport.glade.h:21 153 msgid "M essage"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:24177 msgid "Ok"178 msgstr ""179 180 180 #: ../tmp/winexport.glade.h:25 181 msgid "O rder"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 "Pa th"187 msgid "Password" 187 187 msgstr "" 188 188 189 189 #: ../tmp/winexport.glade.h:28 190 msgid "P icasaWeb"190 msgid "Path" 190 190 msgstr "" 191 191 192 192 #: ../tmp/winexport.glade.h:29 193 msgid "P rivacy"193 msgid "PicasaWeb" 193 193 msgstr "" 194 194 195 195 #: ../tmp/winexport.glade.h:30 196 msgid "Priva te"196 msgid "Privacy" 196 196 msgstr "" 197 197 198 198 #: ../tmp/winexport.glade.h:31 199 msgid "P ublic"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:3 4205 #: ../tmp/winexport.glade.h:33 207 205 msgid "Quality" 208 206 msgstr "" 209 207 210 #: ../tmp/winexport.glade.h:3 5208 #: ../tmp/winexport.glade.h:34 210 208 msgid "Resize" 211 209 msgstr "" 212 210 213 #: ../tmp/winexport.glade.h:3 6211 #: ../tmp/winexport.glade.h:35 213 211 msgid "SMTP address" 214 212 msgstr "" 215 213 216 #: ../tmp/winexport.glade.h:3 7214 #: ../tmp/winexport.glade.h:36 216 214 msgid "Template " 217 215 msgstr "" 218 216 219 #: ../tmp/winexport.glade.h:3 8217 #: ../tmp/winexport.glade.h:37 219 217 msgid "don't touch originals" 220 218 msgstr "" 221 219 222 #: ../tmp/winexport.glade.h:3 9220 #: ../tmp/winexport.glade.h:38 222 220 msgid "resize" 223 221 msgstr "" 224 222 225 #: ../tmp/winexport.glade.h: 40223 #: ../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: 200 6-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:2 820 #: ../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:18 428 #: ../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:19 436 #: ../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:2 1939 #: ../plugins/multiexport/__init__.py:220 39 39 msgid "Export to PicasaWeb" 40 40 msgstr "Export vers PicasaWeb" 41 41 42 #: ../plugins/multiexport/__init__.py:22 742 #: ../plugins/multiexport/__init__.py:228 42 42 msgid "Upload error : " 43 43 msgstr "Erreur d'upload : " 44 44 45 #: ../plugins/multiexport/__init__.py:23 245 #: ../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:23 855 #: ../plugins/multiexport/__init__.py:239 55 55 msgid "Export to Email" 56 56 msgstr "Envoyer par mail" 57 57 58 #: ../plugins/multiexport/__init__.py:24 458 #: ../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:25 661 #: ../plugins/multiexport/__init__.py:257 61 61 msgid "FTP error : " 62 62 msgstr "Erreur FTP : " 63 63 64 #: ../plugins/multiexport/__init__.py:36 764 #: ../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: 8127 #: ../tmp/winexport.glade.h:9 123 127 msgid "Export" 124 128 msgstr "Export" 125 129 126 #: ../tmp/winexport.glade.h: 9130 #: ../tmp/winexport.glade.h:10 126 130 msgid "Export To" 127 131 msgstr "Exporter vers" 128 132 129 #: ../tmp/winexport.glade.h:1 0133 #: ../tmp/winexport.glade.h:11 129 133 msgid "FTP" 130 134 msgstr "FTP" 131 135 132 #: ../tmp/winexport.glade.h:1 1136 #: ../tmp/winexport.glade.h:12 132 136 msgid "Family" 133 137 msgstr "Famille" 134 138 135 #: ../tmp/winexport.glade.h:1 2139 #: ../tmp/winexport.glade.h:13 135 139 msgid "Filesystem" 136 140 msgstr "Un répertoire" 137 141 138 #: ../tmp/winexport.glade.h:1 3142 #: ../tmp/winexport.glade.h:14 138 142 msgid "Flickr" 139 143 msgstr "" 140 144 141 #: ../tmp/winexport.glade.h:1 4145 #: ../tmp/winexport.glade.h:15 141 145 msgid "Folder" 142 146 msgstr "Répertoire" 143 147 144 #: ../tmp/winexport.glade.h:1 5148 #: ../tmp/winexport.glade.h:16 144 148 msgid "Friends" 145 149 msgstr "Amis" 146 150 147 #: ../tmp/winexport.glade.h:1 6151 #: ../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:1 7154 #: ../tmp/winexport.glade.h:18 150 154 msgid "Html Gallery" 151 155 msgstr "Gallerie HTML" 152 156 153 #: ../tmp/winexport.glade.h:1 8157 #: ../tmp/winexport.glade.h:19 153 157 msgid "Login" 154 158 msgstr "Compte" 155 159 156 #: ../tmp/winexport.glade.h: 19160 #: ../tmp/winexport.glade.h:20 156 160 msgid "Mail" 157 161 msgstr "Email" 158 162 159 #: ../tmp/winexport.glade.h:2 0163 #: ../tmp/winexport.glade.h:21 159 163 msgid "Max side" 160 164 msgstr "Taille maximum" 161 165 162 #: ../tmp/winexport.glade.h:2 1166 #: ../tmp/winexport.glade.h:22 162 166 msgid "Message" 163 167 msgstr "Message" 164 168 165 #: ../tmp/winexport.glade.h:2 2169 #: ../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:2 4191 #: ../tmp/winexport.glade.h:25 187 191 msgid "Ok" 188 192 msgstr "Ok" 189 193 190 #: ../tmp/winexport.glade.h:2 5194 #: ../tmp/winexport.glade.h:26 190 194 msgid "Order" 191 195 msgstr "Ordre" 192 196 193 #: ../tmp/winexport.glade.h:2 6197 #: ../tmp/winexport.glade.h:27 193 197 msgid "Password" 194 198 msgstr "Mot de passe" 195 199 196 #: ../tmp/winexport.glade.h:2 7200 #: ../tmp/winexport.glade.h:28 196 200 msgid "Path" 197 201 msgstr "Chemin" 198 202 199 #: ../tmp/winexport.glade.h:2 8203 #: ../tmp/winexport.glade.h:29 199 203 msgid "PicasaWeb" 200 204 msgstr "Picasaweb" 201 205 202 #: ../tmp/winexport.glade.h: 29206 #: ../tmp/winexport.glade.h:30 202 206 msgid "Privacy" 203 207 msgstr "" 204 208 205 #: ../tmp/winexport.glade.h:3 0209 #: ../tmp/winexport.glade.h:31 205 209 msgid "Private" 206 210 msgstr "Privée" 207 211 208 #: ../tmp/winexport.glade.h:3 1212 #: ../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:3 5219 #: ../tmp/winexport.glade.h:34 223 219 msgid "Resize" 224 220 msgstr "Retailler" 225 221 226 #: ../tmp/winexport.glade.h:3 6222 #: ../tmp/winexport.glade.h:35 226 222 msgid "SMTP address" 227 223 msgstr "Serveur SMTP" 228 224 229 #: ../tmp/winexport.glade.h:3 7225 #: ../tmp/winexport.glade.h:36 229 225 msgid "Template " 230 226 msgstr "Gabarit" 231 227 232 #: ../tmp/winexport.glade.h:3 8228 #: ../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:3 9231 #: ../tmp/winexport.glade.h:38 235 231 msgid "resize" 236 232 msgstr "Retailler" 237 233 238 #: ../tmp/winexport.glade.h: 40234 #: ../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
