aboutsummaryrefslogtreecommitdiffstats
path: root/po/hi.po
Commit message (Expand)AuthorAgeFilesLines
* update translationsPer Øyvind Karlsen2011-05-271-0/+1
* mark strings where format specifications don't match as fuzzyPer Øyvind Karlsen2011-05-271-1/+1
* * po/: sync with code.João Victor Duarte Martins2010-08-241-246/+246
* sync with codeThierry Vignaud2010-03-031-97/+142
* sync with codeThierry Vignaud2009-12-031-288/+286
* sync with codeThierry Vignaud2009-10-191-3/+8
* further merge in translations from standaloneThierry Vignaud2009-10-161-4/+4
* merge in translations from standaloneThierry Vignaud2009-10-161-2/+2
* sync with codeThierry Vignaud2009-10-161-2/+12
* sync with codeThierry Vignaud2009-10-011-79/+94
* sync with codeThierry Vignaud2009-10-011-311/+336
* sync with codeThierry Vignaud2009-04-011-86/+101
* sync wsith codeThierry Vignaud2009-03-301-414/+425
* (toggle_nodes) remove useless end of linesThierry Vignaud2009-02-131-3/+3
* sync with codeThierry Vignaud2009-02-131-164/+174
* use english case (spoted by pixel)Thierry Vignaud2009-01-081-1/+1
* sync with codeThierry Vignaud2008-11-241-220/+237
* (show_urpm_progress) better looking messages when downloading filesThierry Vignaud2008-10-141-4/+4
* sync with codeThierry Vignaud2008-10-111-478/+477
* adjust key accelerator (b/c of duplicate)Thierry Vignaud2008-10-011-1/+1
* sync with codeThierry Vignaud2008-10-011-5/+10
* sync with codeThierry Vignaud2008-09-201-121/+132
* auto translate "View" from "/_View" translationThierry Vignaud2008-04-011-2/+2
* add a 1 new string (copied from urpmi)Thierry Vignaud2008-04-011-7/+17
* resurect a string for by_source view ; removed in r18346 on 2006-07-09:Thierry Vignaud2008-03-191-5/+7
* revert more bogus bits in my latest commitThierry Vignaud2008-03-181-1/+1
* restore translation of "Find:" from r239828Thierry Vignaud2008-03-181-3/+8
* auto translate "/_View" from "View" (but w/o the shortcut)Thierry Vignaud2008-03-181-2/+2
* resurect translations from r17865 (that got translated between 2005-01-12 and...Thierry Vignaud2008-03-181-1/+1
* sync with codeThierry Vignaud2008-03-181-3/+3
* sync with codeThierry Vignaud2008-03-171-32/+42
* sync with codeThierry Vignaud2008-03-171-2/+2
* kill "Mandriva choices" translationsThierry Vignaud2008-03-141-11/+7
* sync with codeThierry Vignaud2008-03-041-335/+354
* space fixThierry Vignaud2008-03-041-1/+1
* remove ending full stop from --version description like other help itemsThierry Vignaud2008-03-041-1/+1
* fix alignment of --versionThierry Vignaud2008-03-041-1/+1
* typo fix (Jure Repinc, #38304)Thierry Vignaud2008-03-031-1/+1
* sync with codeThierry Vignaud2008-03-031-5/+5
* reserve one more stringThierry Vignaud2008-02-271-1/+6
* typo fix (Marek Laane)Thierry Vignaud2008-02-261-3/+3
* sync with codeThierry Vignaud2008-02-261-2/+14
* sync with codeThierry Vignaud2008-02-261-414/+438
* sync with codeThierry Vignaud2008-02-251-209/+208
* sync with codeThierry Vignaud2008-02-221-337/+331
* sync with codeThierry Vignaud2008-02-201-222/+281
* sync with codeThierry Vignaud2008-02-131-83/+110
* sync with codeThierry Vignaud2008-02-121-198/+209
* add explanation for backports for translatorsThierry Vignaud2008-02-061-1/+3
* sync with codeThierry Vignaud2008-02-061-590/+539
l kwc">or die "bad port $_\n"; push @{$ports_by_proto{$2}}, $1; } set_config_file("zones", [ 'net', 'Net', 'Internet zone' ], if_($conf->{masquerade}, [ 'masq', 'Masquerade', 'Masquerade Local' ]), if_($conf->{loc_interface}, [ 'loc', 'Local', 'Local' ]), ); set_config_file('interfaces', [ 'net', $conf->{net_interface}, 'detect' ], $conf->{masquerade} ? [ 'masq', $conf->{masquerade}{interface}, 'detect' ] : (), (map { [ 'loc', $_, 'detect' ] } @{$conf->{loc_interface} || []}), ); set_config_file('policy', if_($conf->{masquerade}, [ 'masq', 'net', 'ACCEPT' ]), if_($conf->{loc_interface}, [ 'loc', 'net', 'ACCEPT' ]), [ 'fw', 'net', 'ACCEPT' ], [ 'net', 'all', 'DROP', 'info' ], [ 'all', 'all', 'REJECT', 'info' ], ); set_config_file('rules', if_(cat_("$::prefix$connect_file") =~ /pptp/, [ 'ACCEPT', 'fw', 'loc:10.0.0.138', 'tcp', '1723' ]), if_(cat_("$::prefix$connect_file") =~ /pptp/, [ 'ACCEPT', 'fw', 'loc:10.0.0.138', 'gre' ]), (map { map_each { [ 'ACCEPT', $_, 'fw', $::a, join(',', @$::b), '-' ] } %ports_by_proto } ('net', if_($conf->{masquerade}, 'masq'), if_($conf->{loc_interface}, 'loc'))), if_($conf->{masquerade}, map { [ 'ACCEPT', 'masq', 'fw', $_, join(',', @drakgw_ports), '-' ] } 'tcp', 'udp'), if_($conf->{masquerade}, map { [ 'ACCEPT', 'fw', 'masq', $_, join(',', @internal_ports), '-' ] } 'tcp', 'udp'), ); set_config_file('masq', $conf->{masquerade} ? [ $conf->{net_interface}, $conf->{masquerade}{subnet} ] : (), ); system('uniq /etc/shorewall/masq > /etc/shorewall/masq.uniq'); rename("/etc/shorewall/masq.uniq", "/etc/shorewall/masq"); if ($conf->{disabled}) { run_program::rooted($::prefix, 'chkconfig', '--del', 'shorewall'); run_program::run('service', '>', '/dev/null', 'shorewall', 'stop') if $::isStandalone; run_program::run('service', '>', '/dev/null', 'shorewall', 'clear') if $::isStandalone; } else { run_program::rooted($::prefix, 'chkconfig', '--add', 'shorewall'); run_program::run('service', '>', '/dev/null', 'shorewall', 'restart') if $::isStandalone; } } 1;