aboutsummaryrefslogtreecommitdiffstats
path: root/po/tg.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/tg.po')
-rw-r--r--po/tg.po5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/tg.po b/po/tg.po
index 15629b0..2beb86c 100644
--- a/po/tg.po
+++ b/po/tg.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: userdrake2\n"
-"POT-Creation-Date: 2003-07-28 18:37+0200\n"
+"POT-Creation-Date: 2003-07-31 15:18+0200\n"
"PO-Revision-Date: 2002-12-19 16:07-0500\n"
"Last-Translator: Roger Kovacs <rkovacs@khujandcomptech.dyn.tj>\n"
"Language-Team: Tajik\n"
@@ -472,7 +472,8 @@ msgid "Name field is empty please provide a name"
msgstr ""
#: ../userdrake_.c:908
-msgid "The name must contain only lower cased letters, numbers, `-' and `_'"
+msgid ""
+"The name must contain only lower cased latin letters, numbers, `-' and `_'"
msgstr ""
#: ../userdrake_.c:909
24 25 26 27 28 29 30 31 32 33 34 35 36
package partition_table::empty; # $Id$

#- this is a mainly dummy partition table. If we find it's empty, we just call -
#- zero_MBR which will take care of bless'ing us to the partition table type best
#- suited


use diagnostics;
use strict;
use vars qw(@ISA);

@ISA = qw(partition_table::raw);

use common;
use partition_table::raw;
use partition_table;
use c;


sub read($$) {
    my ($hd, $sector) = @_;
    my $tmp;