Changeset 5653


Ignore:
Timestamp:
06/27/09 00:21:02 (3 years ago)
Author:
azawawi
Message:

[Perl 6] Updated Arabic translation, cleaned up a couple of messages and updated messages POT.

Location:
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6.pm

    r5530 r5653  
    251251    $about->SetName("Padre::Plugin::Perl6"); 
    252252    $about->SetDescription( 
    253         Wx::gettext("Perl 6 syntax highlighting is based on\n") . 
     253        Wx::gettext("Perl 6 coloring is based on\n") . 
    254254        Wx::gettext("Syntax::Highlight::Perl6 version ") . $Syntax::Highlight::Perl6::VERSION . "\n" 
    255255    ); 
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6Document.pm

    r5530 r5653  
    472472                #   1 == 2 ?? 1 !! 2; 
    473473                push @items, { 
    474                     text     => Wx::gettext('Use !! for conditional operator else clause'), 
     474                    text     => Wx::gettext('Use !! for conditional operator'), 
    475475                    listener => sub {  
    476476                        #Replace first '!!' with '::' in the current line 
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm

    r5530 r5653  
    205205            } elsif($msg =~ /^Can't locate object method ".+?" via package "STD"/i) { 
    206206                # STD lex cache is corrupt... 
    207                 $msg = Wx::gettext("'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex Cache and then re-open the file."); 
     207                $msg = Wx::gettext("'STD Lex Cache' folder is corrupt. Please click on 'Plugins/Perl6/Cleanup STD Lex Cache' and then re-open the file."); 
    208208                push @{$issues}, { line => 1, msg => $msg, severity => 'E', }; 
    209209                # no need to continue collecting errors... 
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/share/locale/Perl6-ar.po

    r5647 r5653  
    33"Project-Id-Version: Padre-Plugin-Perl6\n" 
    44"Report-Msgid-Bugs-To: \n" 
    5 "POT-Creation-Date: 2009-06-27 08:43+0300\n" 
     5"POT-Creation-Date: 2009-06-27 10:22+0300\n" 
    66"PO-Revision-Date: \n" 
    77"Last-Translator: Ahmad M. Zawawi <ahmad.zawawi@gmail.com>\n" 
     
    106106 
    107107#: lib/Padre/Plugin/Perl6.pm:253 
    108 msgid "Perl 6 syntax highlighting is based on\n" 
    109 msgstr "" 
     108msgid "Perl 6 coloring is based on\n" 
     109msgstr "يستند تلوين Perl 6 على\n" 
    110110 
    111111#: lib/Padre/Plugin/Perl6.pm:254 
     
    202202 
    203203#: lib/Padre/Plugin/Perl6/Perl6Document.pm:474 
    204 msgid "Use !! for conditional operator else clause" 
    205 msgstr "" 
     204msgid "Use !! for conditional operator" 
     205msgstr "استخد٠
     206 ?? !! للعا٠
     207ل ال٠
     208؎روط" 
    206209 
    207210#: lib/Padre/Plugin/Perl6/Perl6Document.pm:493 
     
    290293 
    291294#: lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm:207 
    292 msgid "'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex Cache and then re-open the file." 
    293 msgstr "" 
     295msgid "'STD Lex Cache' folder is corrupt. Please click on 'Plugins/Perl6/Cleanup STD Lex Cache' and then re-open the file." 
     296msgstr "Ù 
     297جلد 'STD Lex Cache' خرؚان. الرجاء النقر على 'Plugins/Perl6/تن؞يف STD Lex Cache' ث٠
     298 Ø£Ø¹Ø¯ فتح ال٠
     299لف." 
    294300 
    295301#: lib/Padre/Plugin/Perl6/Preferences.pm:30 
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/share/locale/messages.pot

    r5640 r5653  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2009-06-27 08:43+0300\n" 
     11"POT-Creation-Date: 2009-06-27 10:22+0300\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    9494 
    9595#: lib/Padre/Plugin/Perl6.pm:253 
    96 msgid "Perl 6 syntax highlighting is based on\n" 
     96msgid "Perl 6 coloring is based on\n" 
    9797msgstr "" 
    9898 
     
    171171 
    172172#: lib/Padre/Plugin/Perl6/Perl6Document.pm:474 
    173 msgid "Use !! for conditional operator else clause" 
     173msgid "Use !! for conditional operator" 
    174174msgstr "" 
    175175 
     
    236236#: lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm:207 
    237237msgid "" 
    238 "'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex " 
    239 "Cache and then re-open the file." 
     238"'STD Lex Cache' folder is corrupt. Please click on 'Plugins/Perl6/Cleanup " 
     239"STD Lex Cache' and then re-open the file." 
    240240msgstr "" 
    241241 
Note: See TracChangeset for help on using the changeset viewer.