Changeset 192

Show
Ignore:
Timestamp:
Fri Nov 9 16:46:59 2007
Author:
manatlan
Message:

- added french translation for plugin "viewExif"

Files:

Legend:

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

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:45+0100\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

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:44+0100\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

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:45+0100\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
  • trunk/plugins/viewExif/viewExif.glade

    r186 r192  
    56 56                 <property name="receives_default">True</property>  
    57 57                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>  
    58                   <property name="label" translatable="yes">gtk-close</property>  
      58                 <property name="label" translatable="no">gtk-close</property>  
    58 58                 <property name="use_stock">True</property>  
    59 59                 <property name="response_id">0</property>  
  • trunk/plugins/viewExif/__init__.py

    r186 r192  
    20 20  
    21 21     def menuEntries(self,list):  
    22           return [ (5000,"Display Exif Info",False,self.viewExif,None), ]  
      22         return [ (5000,_("Display Exif Info"),False,self.viewExif,None), ]  
    22 22  
    23 23     def viewExif(self,list):  
  • trunk/plugins/viewExif/viewExif.py

    r186 r192  
    54 54         self.treeview=gtk.TreeView(self.exifList)  
    55 55  
    56           self.tagColumn = gtk.TreeViewColumn('Tag')  
    57           self.valueColumn = gtk.TreeViewColumn('Value')  
      56         self.tagColumn = gtk.TreeViewColumn(_('Tag'))  
      57         self.valueColumn = gtk.TreeViewColumn(_('Value'))  
    58 58  
    59 59         self.treeview.append_column(self.tagColumn)  
     
    90 90                     self.exifList.append([tag, tags[tag]])  
    91 91             if len(self.exifList)==0:  
    92                   self.exifList.append(['No Displayable EXIF Tags found in file!', ''])  
      92                 self.exifList.append([_('No Displayable EXIF Tags found in file!'), ''])  
    92 92         else:  
    93               self.exifList.append(['Can not open file!', ''])  
      93             self.exifList.append([_('Can not open file!'), ''])  
    93 93  
    94 94     def on_winViewExif_delete_event(self, widget, *args):  
  • trunk/plugins/foldersByDates/po/plugin.pot

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:45+0100\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

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:44+0100\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
  • trunk/plugins/instantWeb/po/plugin.pot

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:44+0100\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  
  • trunk/plugins/rotate/po/plugin.pot

    r182 r192  
    9 9 "Project-Id-Version: PACKAGE VERSION\n"  
    10 10 "Report-Msgid-Bugs-To: \n"  
    11   "POT-Creation-Date: 2007-06-27 14:22+0200\n"  
      11 "POT-Creation-Date: 2007-11-09 23:44+0100\n"  
    11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  
    12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"