summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/tg.po
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/po/tg.po')
-rw-r--r--perl-install/share/po/tg.po52
1 files changed, 22 insertions, 30 deletions
diff --git a/perl-install/share/po/tg.po b/perl-install/share/po/tg.po
index 3b4b56c59..ae649f1d2 100644
--- a/perl-install/share/po/tg.po
+++ b/perl-install/share/po/tg.po
@@ -10920,7 +10920,15 @@ msgstr "Пайвастшавӣ дар вақти иловагӣ(бо сония)
msgid "Get DNS servers from DHCP"
msgstr "Суроғаи IP-и хидматрасони DNS"
+#: network/netconnect.pm:1043
+#, c-format
+msgid "Get YP servers from DHCP"
+msgstr ""
+#: network/netconnect.pm:1044
+#, c-format
+msgid "Get NTPD servers from DHCP"
+msgstr ""
#: network/netconnect.pm:1037 printer/printerdrake.pm:1605
#: standalone/drakconnect:649
@@ -17458,11 +17466,6 @@ msgstr "Устодҳои Mandrakesoft"
msgid "Wizards to configure server"
msgstr "Устод барои танзимдарории хидматрасон"
-#: share/compssUsers.pl.~1.8.~:196
-#, fuzzy, c-format
-msgid "MandrakeSoft Wizards"
-msgstr "Устодҳои Mandrakesoft"
-
#: standalone.pm:21
#, c-format
msgid ""
@@ -20622,11 +20625,6 @@ msgstr "Коргузорӣ нашудааст"
msgid "Package not installed"
msgstr "Бастаи барномаҳо коргузорӣ нашудааст"
-#: standalone/drakbug:191
-#, c-format
-msgid "No browser available! Please install one"
-msgstr "Баррас дастрас нест! Марҳамат карда онро коргузорӣ кунед"
-
#: standalone/drakclock:29
#, c-format
msgid "DrakClock"
@@ -20796,16 +20794,6 @@ msgstr "оморӣ"
msgid "DHCP"
msgstr "DHCP"
-#: standalone/drakconnect:438
-#, c-format
-msgid "Get YP servers from DHCP"
-msgstr ""
-
-#: standalone/drakconnect:394
-#, c-format
-msgid "Get NTPD servers from DHCP"
-msgstr ""
-
#: standalone/drakconnect:470
#, c-format
msgid "Metric"
@@ -21997,15 +21985,6 @@ msgstr ""
"%s инъикос карда намешавад \n"
". Элементи кӯмак барои ин навъ мавҷуд нест\n"
-#: standalone/drakhelp:42
-#, c-format
-msgid ""
-"No browser is installed on your system, Please install one if you want to "
-"browse the help system"
-msgstr ""
-"Ягон баррас дар системаи шумо борпо сохта нашудааст, Агар хоҳед, ки системаи "
-"ёрирасонро барраси кунед, марҳамат карда якеро барпо созед"
-
#: standalone/drakperm:22
#, c-format
msgid "System settings"
@@ -25408,7 +25387,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-
#: standalone/harddrake2:530
#, c-format
msgid "Account:"
@@ -26833,6 +26811,20 @@ msgstr ""
msgid "Installation failed"
msgstr "Коргузорӣ бо нокомӣ анҷомид"
+#, fuzzy
+#~ msgid "MandrakeSoft Wizards"
+#~ msgstr "Устодҳои Mandrakesoft"
+
+#~ msgid "No browser available! Please install one"
+#~ msgstr "Баррас дастрас нест! Марҳамат карда онро коргузорӣ кунед"
+
+#~ msgid ""
+#~ "No browser is installed on your system, Please install one if you want to "
+#~ "browse the help system"
+#~ msgstr ""
+#~ "Ягон баррас дар системаи шумо борпо сохта нашудааст, Агар хоҳед, ки "
+#~ "системаи ёрирасонро барраси кунед, марҳамат карда якеро барпо созед"
+
#~ msgid ""
#~ "Insert a floppy in drive\n"
#~ "All data on this floppy will be lost"
">$o, $step) = @_; print _("Entering step `%s'\n", translate($o->{steps}{$step}{text})); $o->SUPER::enteringStep($step); } sub ask_warn { log::l(ref $_[1] ? join " ", @{$_[1]} : $_[1]); } sub wait_message {} sub errorInStep { print "error :(\n"; print "switch to console f2 for a shell\n"; print "Press <Enter> to reboot\n"; <STDIN>; c::_exit(0); } #-###################################################################################### #- Steps Functions #-###################################################################################### sub selectLanguage { my ($o) = @_; $o->SUPER::selectLanguage; lang::load_console_font($o->{lang}); } sub installPackages { my ($o, $packages) = @_; catch_cdie { $o->install_steps::installPackages($packages) } sub { print "$@\n"; 1 } } sub exitInstall { my ($o, $alldone) = @_; return if $o->{autoExitInstall}; if ($graphical) { my $O = bless $o, "install_steps_gtk"; $O->exitInstall($alldone); } else { install_steps::exitInstall($o); print "\a"; print "Auto installation complete (the postInstall is not done yet though)\n"; print "Press <Enter> to reboot\n"; <STDIN>; } } 1;