Changeset 4094


Ignore:
Timestamp:
Oct 23, 2009, 5:03:05 PM (15 years ago)
Author:
ronosman
Message:

Update french translation.

Location:
extensions/pLoader/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/locale/fr_FR/pLoader.po

    r4091 r4094  
    33"Project-Id-Version: Piwigo pLoader\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-02-14 11:36+0100\n"
     5"POT-Creation-Date: 2009-10-10 11:36+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: ron osman <ron@piwigo.com>\n"
    88"Language-Team: Piwigo team <team@piwigo.net>\n"
    99"MIME-Version: 1.0\n"
    10 "Content-Type: text/plain; charset=ISO-8859-1\n"
     10"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"X-Poedit-Basepath: .\n"
     
    9595msgstr "Chinois"
    9696
     97msgid "Chinese simplified"
     98msgstr "Chinois simplifié"
     99
    97100msgid "Czech"
    98101msgstr "Tchèque"
     
    137140msgstr "Slovaque"
    138141
    139 
    140142msgid "Brasil"
    141143msgstr "Brésilien"
     
    375377msgstr "Nouvel album"
    376378
    377 
    378379msgid "Refresh"
    379380msgstr "Actualiser"
     
    454455msgstr "mon watermark"
    455456
     457msgid "Show"
     458msgstr "Afficher"
     459
     460msgid "All"
     461msgstr "Tout"
     462
     463msgid "Selected"
     464msgstr "Sélectionnés"
     465
     466msgid "Not selected"
     467msgstr "Non sélectionnés"
  • extensions/pLoader/trunk/src/Uploader/GUI/wxChoiceFilteredPanel.pm

    r3504 r4094  
    121121   
    122122    $self->search(
    123         Wx::SearchCtrl->new( $self, -1, "", wxDefaultPosition, [300,-1],wxTE_PROCESS_ENTER )
     123        Wx::SearchCtrl->new( $self, -1, "", wxDefaultPosition, [320,-1],wxTE_PROCESS_ENTER )
    124124    );
    125125
     
    129129
    130130    $self->btn_show(
    131         Wx::RadioBox->new( $self, -1, sprintf("%s :", gettext("Show")), wxDefaultPosition, [300, -1],
     131        Wx::RadioBox->new( $self, -1, sprintf("%s :", gettext("Show")), wxDefaultPosition, [320, -1],
    132132            [gettext("All"),gettext("Selected"),gettext("Not selected")] , 1, wxRA_SPECIFY_ROWS )
    133133    );
     
    136136
    137137    $self->listchoices(
    138         Wx::CheckListBox->new( $self, -1, wxDefaultPosition, [300,300], [], 0 )
     138        Wx::CheckListBox->new( $self, -1, wxDefaultPosition, [320,300], [], 0 )
    139139    );
    140140    $vsizer->AddWindow( $self->listchoices, 0, wxALIGN_CENTER_VERTICAL|wxALL, 2 );
Note: See TracChangeset for help on using the changeset viewer.